.video-destaque{
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.cont-video{
    position: relative;
    width: 50%;
    border-radius: 100px 0px 0px 0px;
}
.cont-video video{
    
    width: 100%;
    border-radius: 120px 5px 5px 5px;
    z-index: 1;
    box-shadow: 5px 5px 5px #00000060;
}

.destaque-video{
    position: absolute;
    z-index: 1;
    bottom: 0px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}

.destaque-video button{
    background-color: transparent;
    border: none;
    margin-right: 20px;
    margin-bottom: 20px;
}

.destaque-video i{
    color: #0063c9;
    font-size: 20pt;
    background-color: #fff;
    padding: 25px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    cursor: pointer;
}

.destaque-video h2{
    font-size: 50pt;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    
}

.faixa{
    background-color: #39baff;
    height: 400px;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: -1;
}

.corpo-texto{
    background-color: #39baff;
    padding: 50px;
    border-radius: 0px 0px 6px 6px;
}

.espac{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.materias{
    display: flex;
    flex-direction: column;
}

.materias a{
    color: #fff;
    font-size: 14pt;
    padding: 10px;
}

.materias a[aria-expanded="true"]{
    background-color: #0063c9;
    width: 80%;
    border-radius: 6px;
  }


.materias a:hover{
    background-color: #0063c9;
    transition: .5s;
    border-radius: 6px;
    width: 80%;
}


.titulo-creche{
    background: linear-gradient(rgba(0, 119, 230, 0.5), rgba(0, 119, 230, 0.753), rgb(0, 119, 230)), url(../img/creche.jpg);
    padding: 150px;
    background-size: cover;
    background-position: center;
    border-radius: 0px 0px 100px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.titulo-creche h2{
    color: #fff;
    font-size: 50pt;
}

.texto-creche{
    padding: 50px;
}

.texto-creche p{
    font-weight: 300;
    text-align: justify;
    font-size: 14pt;
}

.texto-creche h2{
    font-size: 40pt;
    color: #0063c9;
}


.galeria-creche img{
    width: 100%;
    height: 300px;
    aspect-ratio: 2/3;
    object-fit: cover;
    border-radius: 25px;
    box-shadow: 0px 2px 5px #00000028;
}

.galeria-creche img:hover{
    transform: scale(1.05);
    transition: .5s;
}

.cor-azul{
    background-color: #39baff;
    border-radius: 10px 0px 0px 0px;
}

.cor-azulescuro{
    background-color: #0063c9;
}

.box-vant{
    padding: 50px;
}

.box-vant span{
    font-weight: bolder;
}

.box-vant h2{
    color: #fff;
    font-size: 30pt;
}


.box-vant h3{
    color: #fff;
}




.corpo-texto p{
    color: #fff;
    text-align: justify;
}

.corpo-texto h4{
    color: #fff;
}

.corpo-texto li{
    color: #fff;
}

.collapse h3{
    color: #fff;
    font-size: 40pt;
}

.alinha{
    display: flex;
    justify-content: center;
}

.vermais{
    color: #39baff !important;
    cursor: pointer;
}

.corpo-texto-2 h2{
   color: #fff;
   font-size: 50pt;
}

.corpo-texto-2 img{
    filter: drop-shadow(2px 0px 2px #0000003b);
}

.corpo-texto-2 p{
    color: #fff;
    text-align: justify;
    width: 80%;
}

.corpo-texto-2 span{
    color: #39baff;
}

.corpo-texto-2 h5{
    font-weight: lighter;
    color: #fff;
}


.modal-dialog{
    max-width: 70%;
    border-radius: 10px;
}

.modal-body{
    background-color: #0063c9;
    color: #fff;
    padding: 50px;
}


.box-palavra-interna h2{
   font-size: 50pt;
}

.box-palavra-interna span{
    color: #39baff;
}
