@import url('https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap');

h1, h2,h3{
    font-family: 'Fredoka One', cursive;
}

:root{
    --azul:#393b76;
    --verde:#105C2B;
    --amarelo:#FEC82A;
}

/*Navbar*/

.bg-color{
    box-shadow: 0px 4px 0px var(--verde);
    background-color: #fff;
}

.nav-link{
    color: var(--azul) !important;
    font-weight:600;
}

.dropdown-toggle::after{
    color: var(--verde);
}

.dropdown-menu{
    border-color: var(--verde) !important;
    border-width: 2px;
}

.dropdown-item:hover{
    background-color: var(--amarelo);
    color: #fff;
}

.btn-matricula{
    background-color: var(--amarelo);
    padding-left: 2em;
    padding-right: 2em;
    padding-top: .5em;
    padding-bottom: .5em;
    color: #fff;
    font-weight: bold;
    transition: .5s;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
    
}

.btn-matricula:hover{
    background-color: var(--amarelo);
    color: var(--azul);
    transform: scale(1.1);
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}

/*Carousel*/

#carouselExampleFade{
    padding-top: 4px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

/*Historia*/
.text-justify{
    text-align: justify;
}

.secao-proposta{
    padding-top: 6em;
    padding-bottom: 3em;
}

.primeira-letra{
    color: var(--azul);
}

.segunda-letra{
    color: var(--verde);
}

/*Bilingue*/
.container-bilingue{
    background-attachment: fixed;
    background:linear-gradient(-45deg, #A9ABD6, #A8F0C1);
    background-size: 400% 400%;
    animation: gradient-bilingue 6s ease infinite;
    color: #fff;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.overlay{
    background-image: url(../img/bg-fundo.png);
    padding: 3em;
}

@keyframes gradient-bilingue {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

/*turma*/

.secao-segmento, .secao-depoimento{
    padding-top: 3em;
    padding-bottom: 3em;
}

.secao{
    padding-top: 6em;
    padding-bottom: 6em;
}

.segmento-mobile{
    margin-bottom: 4em;
}

.card-container{
    position: relative;
    height: 25em;
    display: flex;
    align-items: center;
}

.card-container{
    padding: 2.5em;
    border-radius: 2em;
    background:linear-gradient(-45deg, #A9ABD6, #A8F0C1);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}

.card-container-imagem{
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(12%, -55%);
}

.card-row{
    padding-top: 40px;
}

.card-imagem{
    width: 300px;
    border-radius: 2em;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.titulo-bercario{
    color: var(--azul);
}

/*Estrutura*/
.secao-estrutura{
    background-image: url(../img/estrutura.jpg);
    width: 100%;
    height: 50vh;
}

.titulo-estrutura{
    padding: 50px 0;
    background:linear-gradient(-45deg, #a9abd6e3, #a8f0c1c3);
}

.titulo-estrutura h1{
    color: var(--azul);
}

/*Atividade*/

.container-imagem-atividade{
    position: relative;
}

.container-imagem-atividade img{
    border-radius: 2em;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    transition: 1s;
}

.container-imagem-atividade img:hover{
    box-shadow: rgba(17, 17, 26, 0.5) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.container-atividade-titulo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container-atividade-titulo h3{
    color: var(--amarelo);
    letter-spacing: 2px;
    padding: .5em 2em;
    border-radius: .5em;
    background-color: #393b7641;
}

.atividade-extras{
    transition: 1s;
}

.atividade-extras:hover{
    transform: translateY(-20px);
}

/*Lista de MAterial e Cardapio*/
.titulo-lista h3{
    color: var(--verde);
}

.material-imagem{
    border-radius: 2em;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    transition: .5s;
}

.material-imagem:hover{
    box-shadow: rgba(17, 17, 26, 0.5) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.cardapio{
    width: 25ch;
}

/*Equipe*/
.equipe-img{
    border-radius: 2em;
}

.card_overlay{
    background-color: transparent;
	background-color: rgb(0, 0, 0, 0.45);
    color: #fff;
    height: 50%;
    top: 50%;
    border-bottom-left-radius: 2em;
    border-bottom-right-radius: 2em;
}

.owl-nav{
    display: none !important;
}

/*Depoimento*/
.secao-depoimento{
    background-image:url(../img/bg-depoimento.png);
}
.secao-depoimento img{
    border-radius: 1em;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

/*Parceiros*/
.owl-parceiros img{
    width: 130px !important;
}

/*Redes Sociais*/

.social{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    right: 20px;
}

.bi-facebook, .bi-instagram, .bi-whatsapp, .bi-share-fill{
    color: #fff;
}

/* .toggle{

    width: 55px;
    height: 55px;
    background-color:var(--azul);
    color: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.toggle::before{
    width: 100%;
    height: 100%;
    position: absolute;
    color: white;
    text-align: center;
    line-height: 55px;
    font-size: 20px;
    transition:0.5s;
} */



/* .btn-share.ativo .toggle::before {
    background-color: red !important;
    color: #ffffff;
    transition: 0.5s;

} */

.btn-share{ 

    margin:auto; 
    width:50px; 
    height:50px; 

}

.btn-share ol{
    position: absolute;
    margin: 2px;
    width: 50px;
    height: 50px;
}

.btn-share ol li:nth-child(1),.btn-share ol li:nth-child(2),.btn-share ol li:nth-child(3){
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    border-radius: 50%;
    transition: all .5s;
    text-align: center;
    right: 0;
    
}

.btn-share ol li:nth-child(1){
    background-color:#1877F2;
    bottom: 70px;
}

.btn-share ol li:nth-child(2){
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    bottom: 140px;
}

.btn-share ol li:nth-child(3){
    background-color:#25D366;
    right: 0;
}

.btn-share ol li a{
    
    font-size:1.3em;
    text-decoration:none;
    color:#fff;
}

.btn-share.ativo ol li{
    transform: translate(0);
    transition: all 0.4s;
}


/*Contato*/
.form-nome{
    position: relative;
}
.formulario-shadow{
    padding: 5rem 3rem;
    border-radius: 2rem;
    box-shadow: 0 8px 16px 0 rgba( 31, 38, 135, 0.37 );
}
.form-control{
    border: none !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.bi-person-fill, .bi-envelope-fill,.bi-pencil-square{
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 1.5rem;
    color: var(--verde);
}

.instagram_titulo{
    background-image: linear-gradient(43deg, #4158D0 0%, #C850C0 46%, #FFCC70 100%);
    background-size: cover;
    -webkit-background-clip: text ;
    -webkit-text-fill-color: transparent;
    letter-spacing: 4px;
}

label{
    font-size: 1rem;
    font-weight: bold;
}

input[type="file"]{
    display: none;
}

.label-arquivo{
    cursor: pointer;
    font-weight:400;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    padding: .5rem 3rem;
    background-color:#34376D ;
    border-radius: 0.375rem;
}

.label-arquivo::after{
    font-family:'Bootstrap-icons';
    content: "\F30A";
    padding-left: 1rem;
}   

#contato{
    scroll-margin-top: 8rem;
}

.footer{
    margin-top: 3em;
    background:linear-gradient(-45deg, #a9abd6e3, #a8f0c1c3);
}

.container-footer{
    padding: 3em 0 2em 0;
}

.container-footer a{
    text-decoration: none;
    color: var(--azul);
    font-weight: bold;
}

.footer-line{
    color: var(--verde);
    border-width: 2px;
}


/*Interna*/

.historia_interna_img{
    border-radius: 2em;
}

.card-color{
    border-color: #105C2B;
    border-width: 2px;

}

.estrutura-linha img{
    border-radius: 2em;
}


@media screen and (min-width:992px) and (max-width:1199px){
    .card-container-imagem {
        position: absolute;
        transform: translate(5%, -80%);
    }
    .card-imagem {
        width: 270px;
    }
    .card-container {
        height: 25em;
    }
    .segmento-mobile{
        margin-bottom: 10%;
    }
}
@media screen and (max-width:1399px) {
    .card_overlay{
        height: 70%;
        top: 30%;
    }
}

@media screen and (max-width:991px) {
    .botao-historia-mobile{
        text-align: center !important;
    }
}

@media screen and (min-width:768px) and (max-width:991px){
    .card-container-imagem {
        transform: translate(10%, -55%);
    }
    .card-container-responsive{
        margin-top: 6em;
    }
    .segmento-mobile{
        margin-bottom: 50px;
    }
}

@media screen and (max-width:768px) {
    .card_overlay{
        height: 70%;
        top: 30%;
    }
}

@media screen and (min-width:576px) and (max-width:650px){
    .card-container-imagem {
        transform: translate(45%, -50%);
    }
    .card-imagem {
        width: 270px;
    }

}

@media screen and (max-width:575px){
    .card-container {
        height: auto;
        margin-top:3em
    }
    .card-container-responsive{
        margin-top:10em
    }
    .card-container-imagem {
        position: absolute;
        transform: translate(17%, -70%);
    }
    .segmento-mobile{
        padding-bottom: 2em;
    }
    .youtube-educa{
        width: 100%;
    }
}

@media screen and (max-width:425px) {
    .card_overlay{
        height: 40%;
        top: 60%;
    }
}

/*Cookie*/

.cookie-container p {
    margin: 24px 0;
    line-height: 2
}

.wrapper {
    padding: 32px
}

.cookie-container {
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background:linear-gradient(-45deg, #A9ABD6, #A8F0C1);
    color: #f5f6fa;
    padding: 10px 32px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, .39);
    z-index: 9999;
    transition: .4s
}

.cookie-container.active {
    bottom: 0
}

.cookie-container a {
    color: #f5f6fa
}

.cookie-btn {
    background: #caac12;
    border: 0;
    color: #f5f6fa;
    padding: .2rem 3rem;
    font-size: 18px;
    margin-bottom: 16px;
    margin-left: 5px;
    border-radius: 8px;
    cursor: pointer
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-indicators [data-bs-target] {
    background-color: #000;
}


/*Mapa Mental*/
.card-mapa-mental {
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    background: transparent;
    border: 1px solid white;
    box-shadow: 12px 17px 51px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(6px);
    border-radius: 17px;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    font-weight: bolder;
    color: black;
  }
  
  .card-mapa-mental:hover {
    border: 1px solid #186D3C;
    transform: scale(1.05);
  }
  
  .card-mapa-mental:active {
    transform: scale(0.95) rotateZ(1.7deg);
  }