body { font-family: 'Titillium Web', sans-serif;   box-sizing: border-box; }
.container-temp { width: 100%; max-width: 650px; margin: auto; padding-top: 20px;}
.cabeca-estagio {  background: #F07D00; box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.25) inset; border-radius: 30px 30px 0 0; height: 220px; display: flex; align-content: flex-end;     justify-content: center; }
.tit-estagio-img { width: 448px; height: 182px; align-self: center; position: relative; left: 35px; top: 0; z-index: 20; }
.personas-img { width: 214px; height: 209px; bottom: 20px;     bottom: -11px;    position: relative;    right: 5px; z-index: 22; }
.box-abertas { filter: drop-shadow(0px 3px 10px rgba(0, 0, 0, 0.25)); border-radius: 15px; margin-top: 20px; background-color: white;}
.head-abertas { display: flex; justify-content: flex-start; align-items: center; background-color: #CB6106; border-radius: 15px 15px 0 0;}
.head-andamento { display: flex; justify-content: flex-start; align-items: center; background-color: #164E87; border-radius: 15px 15px 0 0;}
.icon-abertas { display: flex; justify-content: center; align-items: center; width: 80px; height: 66px; background-color: #F58220; border-radius: 15px 0px 0 0; }
.icon-andamento { display: flex; justify-content: center; align-items: center; width: 80px; height: 66px; background-color: #4078B2; border-radius: 15px 0px 0 0; }
.tit-abertas { justify-self: flex-start; color: white !important; padding-left: 12px; font-size: 20px !important; line-height: 24px !important;}
.img-icon-abertas { bottom: -5px; position: relative; left: 4px; }
.img-icon-andamento { bottom: -5px; position: relative; left: 4px; }
.negritado { font-weight: bold !important; }
.cx-alta { text-transform: uppercase;}
.conteudo-box { padding: 10px 5px 15px 25px;}
.item-conteudo-box { border-bottom: 1px dashed gray; padding-bottom: 20px; padding-top: 10px; }
.item-conteudo-box p, .item-conteudo-box h3 { margin: 5px 0;}
.participe-link { border-radius: 5px; border: 2px solid #bcbcbc; background: #FFF; box-shadow: -2px 2px 4px 0px rgba(0, 0, 0, 0.25); font-weight: bold; text-transform: uppercase; padding: 4px 15px; justify-self: flex-end;}
.participe-link:hover {border: 2px solid #10bef3; background-color: #eaf9ff; text-decoration: none; color: white !important;}
.tit-post { font-size: 20px !important; color: #030303 !important; margin: 0 !important;}
@media only screen and (max-width: 760px) {
    .cabeca-estagio { flex-direction: column; justify-content: stretch; height: 170px; align-items: center;}
    .personas-img { display: none; bottom: -20px;        width: 200px;        height: auto; }
    .tit-estagio-img { top: 20px;        width: 300px;        left: 0px;        height: auto;}
}

@media only screen and (max-width: 380px) {

.personas-img {          width: 200px;        height: auto;        bottom: -25px;}
.tit-estagio-img { width: 80%; height: auto;  }
    .cabeca-estagio { height: 193px; } 


}