.video-destaque{
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.cont-video{
    position: relative;
    width: 50%;
}

.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: #6bcbff;
    padding: 50px;
    border-radius: 0px 0px 6px 6px;
}

.corpo-texto p{
    text-align: justify;
}

.texto-creche p{
    text-align: justify;
    font-size: 14pt;
}

.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 !important;
    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;
}

.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: 30px;
}



.box-vant span{
    font-weight: bolder;
}

.box-vant h2{
    color: #fff;
    font-size: 30pt;

}


.box-vant h3{
    color: #fff;
}

.seg-int{
    background-color: #f4f4ed;
    padding: 0px;
}




.classes [aria-expanded="true"]{
    /* background-color: #42DCA3 !important; */
    background-color: red !important;
}

.classes [aria-expanded="false"]{
    /* background-color: #42DCA3 !important; */
    background-color: red !important;
}




.corpo-texto p{
    color: #fff;
}

.collapse h3{
    color: #fff;
    font-size: 40pt;
}

.alinha{
    display: flex;
    justify-content: center;
}

.corpo-texto-2 h2{
   color: #fff;
   font-size: 50pt;
}

.corpo-texto-2 img{
    filter: drop-shadow(2px 0px 2px #0000003b);
}

.corpo-texto-2 span{
    color: #39baff;
}

.corpo-texto-2 p{
    color: #fff;
    text-align: justify;
}

.bercario h2{
   color: #0063c9;
   text-align: center;
}

.creche{
    padding: 30px;
}



.bercario-1 h2{
  color: #fff;
}


 
 .maternal-1 h2{
   color: #fff;
 }

 
 .maiores-1 h2{
   color: #fff;
 }

 .cor-bercario{
    background-color: #6BCBFF;
 }

 .cor-maternal{
    background-color: #6BCBFF;
 }

 .cor-maiores{
    background-color: #6BCBFF;
 }



.collapsible {
    background-color: #09a8fd;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: background-color 0.3s ease;
    display: block;
    /* Ensure the collapsible links take the full width */
    text-decoration: none;
    /* Remove underline from links */
}

.collapsible.active {
    background-color: #6BCBFF;
}




/*-----------------------------------------------*/

@media screen and (max-width:1380px){
    .collapse h3{
        font-size: 30pt;
    }
}

@media screen and (max-width:900px){
    .collapse h3{
        font-size: 20pt;
    }
}