/*-----------------------------------------------
Desenvolvido por : Cristiano de Paula
Data desta versão: 09/10/2025
------------------------------------------------*/
@import "cssreset.css";

/* ============================================
   BALÃO DE FALA - Fade + movimento + zoom
   ============================================ */
@keyframes balloonPop {
  0% {
    opacity: 0;
    transform: translateY(40px) scale(0.9);
  }
  10% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  15% {
    transform: translateY(0) scale(1.1);
  }
  20% {
    transform: translateY(0) scale(1);
  }
  85% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateY(0) scale(1);
  }
}

.balloon-pop-10s {
  animation-name: balloonPop;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-play-state: running;
}


@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes show1 {
    0% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes show2 {
    0% { opacity: 0; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes show3 {
    0% { opacity: 0; transform: scale(.95); bottom: -2.5%; }
    5% { opacity: 1; transform: scale(1); bottom: 0; }
    85% { opacity: 1; transform: scale(1); bottom: 0; }
    100% { opacity: 0; transform: scale(1); bottom: 0; }
}

@keyframes show4 {
    0% { opacity: 0; margin-top: 5%; }
    100% { opacity: 1; margin-top: 0; }
}

@keyframes move1 {
    from { margin-left: -100%; }
    to { margin-left: 0%; }
}

@keyframes move2 {
    from { 
        opacity: 0;
        margin-top: 100px; 
    }
    to { 
        opacity: 1;
        margin-top: 0; 
    }
}

@keyframes move3 {
    from { margin-right: -30%; }
    to { margin-right: 0; }
}

@keyframes move4 {
    from { margin-left: -30%; }
    to { margin-left: 0%; }
}

@keyframes move5 {
    from { opacity: 0; margin-left: -30%; }
    to { opacity: 1; margin-left: 0%; }
}

@keyframes move6 {
    0% { opacity: 0; bottom: -20%; }
    10% { opacity: 1; bottom: 0%; }
    95% { opacity: 1; bottom: 0; }
    100% { opacity: 0; bottom: 0; }
}

@keyframes grow1 {
    0% { transform: scale(1); }
    50% { transform: scale(1); }
    55% { transform: scale(1.1); }
    60% { transform: scale(1); }
    65% { transform: scale(1.1); }
    70% { transform: scale(1); }
    100% { transform: scale(1); }
}

@keyframes grow2 {
    0% { opacity: 0; margin-top: 100px; transform: scale(1); }
    3% { opacity: 1; margin-top: 0; }
    50% { transform: scale(1); }
    55% { transform: scale(1.1); }
    60% { transform: scale(1); }
    65% { transform: scale(1.1); }
    70% { transform: scale(1); }
    90% { opacity: 1; margin-top: 0; transform: scale(1); }
    93% { opacity: 0; transform: scale(.5); }
    100% { opacity: 0; }
}

@keyframes slidein {
    0% {
        opacity: 0;
        margin-left: 100%;
        width: 300%;
    }

    20% {
        opacity: 0;
        margin-left: 80%;
    }

    80% {
        opacity: 0.5;
        margin-left: 80%;
    }    
  
    100% {
        opacity: 1;
        margin-left: 0%;
        width: 100%;
    }
}

@keyframes slogan {
    from { 
        opacity: 0;
        margin-top: 100px; 
    }
    to { 
        opacity: 1;
        margin-top: 0; 
    }    
}

@keyframes ping1 {
    0% {
        opacity: 0;
        margin-top: -500px; 
    }
    2% {
        opacity: 0;
        margin-top: -500px; 
    }
    3% { 
        opacity: 0.5;
        margin-top: -100px; 
    }
    5% { 
        opacity: 1;
        margin-top: 0px; 
    }    
    99% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes ping2 {
    0% {
        opacity: 0;
        margin-top: -10%; 
    }
    2% {
        opacity: 0;
        margin-top: -10%; 
    }
    3% { 
        opacity: 0.5;
        margin-top: -10%; 
    }
    5% { 
        opacity: 1;
        margin-top: 0px; 
    }    
    99% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes zoom1 {
    0% {
        opacity: 0;
    }
    3% {
        opacity: 0;
    }
    4% { 
        opacity: 1;
        transform: scale(.25); 
    }
    5% { 
        opacity: 1;
        transform: scale(1); 
    }    
    99% { 
        opacity: 1;
        transform: scale(1); 
    }       
    100% {
        opacity: 0;
    }
}

@keyframes zoom2 {
    0% {
        opacity: 0;
        transform: scale(0);        
    }
    20% {
        opacity: 0;
        transform: scale(0);        
    }
    98% { 
        opacity: 0.9;
        transform: scale(1.1); 
    }    
    100% {
        opacity: 1;
        transform: scale(1); 
    }
}

@keyframes spin2 {
    0% {
      transform: rotate(0deg);
    }
    2% {
        transform: rotate(200deg);
    }
    4% {
        transform: rotate(300deg);
    }
    6% {
        transform: rotate(360deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

.show1-2s {
    animation-name: show1; 
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-play-state: running;  
}

.show1-3s {
    animation-name: show1; 
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-play-state: running;  
}

.show1-5s {
    animation-name: show1; 
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-play-state: running;  
}

.show4-3s {
    animation-name: show4;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-play-state: running;    
}

.show2-3s {
    animation-name: show2;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-play-state: running;   
}

.show3-10s {
    animation-name: show3;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;     
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-timing-function: ease-in-out;     
}

.move1-2s {
    animation-name: move1;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-play-state: running;      
}
.move1-3s {
    animation-name: move1;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-play-state: running; 
}    
.move2-2s {
    animation-name: move2;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-play-state: running;      
}

.move3-2s {
    animation-name: move3;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-play-state: running;       
}

.move4-2s {
    animation-name: move4;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-play-state: running;      
}    

.move5-2s {
    animation-name: move5;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-play-state: running;          
}

.move5-2-5s {
    animation-name: move5;
    animation-duration: 2.5s;
    animation-fill-mode: forwards;
    animation-play-state: running;          
}

.move5-3s {
    animation-name: move5;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-play-state: running;          
}

.move6-2s {
    animation-name: move6;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;     
    animation-fill-mode: forwards;
    animation-play-state: running;
    animation-timing-function: ease-in-out;     
}

.ping1 { animation: ping1 15s infinite linear; }
.ping2 { animation: ping2 10s infinite ease-in-out; }

.zoom1 { animation: zoom1 15s infinite linear; }   
.zoom2 { 
    animation-name: zoom2; 
    animation-duration: 3s;
    /* animation-iteration-count: infinite; */
    animation-timing-function: ease-in-out; 
    animation-fill-mode: forwards;
    animation-play-state: running;      
}   

.zoom2-2s { 
    animation-name: zoom2;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-play-state: running;        
    animation-timing-function: ease-in-out;    
}   

.zoom2-4s { 
    animation-name: zoom2;
    animation-duration: 4s;
    animation-fill-mode: forwards;
    animation-play-state: running;        
    animation-timing-function: ease-in-out;    
}   

.grow1 {
    animation-name: grow1; 
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
    animation-fill-mode: forwards;
    animation-play-state: running;      
}
  
.grow2 {
    animation-name: grow2; 
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: linear; 
    animation-fill-mode: forwards;
    animation-play-state: running;      
}
/* FIM EFEITOS */



* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: roboto-light !important;
}

.navbar {
    position: absolute;
    top: 0;
    left: 13vw;
    color: white;
    display: flex;
    justify-content: space-around;
    padding: .5vw 1vw;
    align-items: center;
    font-size: 1rem;
}
.navbar a {
    color: white;
    text-decoration: none;
}
.navbar a:hover {
    color: #8fe1f9;
    text-decoration: none;
}
.nav-list {
    list-style-type: none;
    margin-top: 0.5vw !important;
    margin: 0;
}
.nav-list .list-item {
    display: inline-block;
    padding: 0;
}
.menu { display: none; }
.menu-line {
    width: 5vw;      
    height: 0.6vw;
    background-color: white;
    margin-bottom: 0.8vw;
}
.btn_social { 
    width: 30px;
}


:root {
    /* cores */
    --blue1: #31338d;
    --blue2: #7acef6;
    --acqua: #6bbeb4;
    --acqua2: #7cd1c4;
    --acqua3: #3cd1f9;    
    --roxo: #3b2675;
    --orange: #e86023;
    --orange1: #f0c32e;
    --purple1: #8266f3;
    --purple2: #6c2af0;
    --cherry1: #d35c5c;
    --yellow1: #f3d232;
}

.bg-blue1 {
    background-color: var(--blue1)
}


body::-webkit-scrollbar {
    width: 12px;               
}
  
body::-webkit-scrollbar-track {
    background: var(--orange1);        
}
  
body::-webkit-scrollbar-thumb {
    background-color: var(--blue1);    
    border-radius: 20px;       
    border: 3px solid var(--orange1);  
}

#mycontainer {
    width: 100%;
    height: auto;
}

#topo {
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 4vw;
    background-color: var(--acqua3);
    padding-top: 4vw;
    padding-left: 20%;
}

#menu {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 85%;
    height: 3vw;
}

#list-menu {
    display: inline-flex;
    width: 100%;
    height: auto;
    padding: 0.5vw;
    list-style-type: none;

}

.item-menu {
    height: 2vw;
    padding: 0 0.5vw;
    color: black;
    background-color: var(--acqua3);
    font-size: 0.8vw;
    font-weight: 400;
}

.item-menu:hover {
    cursor: pointer;
}

.container-fluid a {
    font-size: 1vw !important;
}

#banner1 {
    display: block;
    position: relative;
    width: 100%;
    height: 51vw;
    padding: 0;
    background-color: var(--purple2);
    background-image: url("../imagens/banner_background.png");
    background-size: cover;
}

#menu_grafismo {
    position: absolute;
    bottom: 0;
    right: 0;
    float: right;
    width: 27.2vw;
    height: 10vw; 
    background-image: url("../imagens/menu_grafismo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;  
}

#visita_aluno {
    position: absolute;
    top: 0;
    left: 0;
    float: right;
    width: 44vw;
    height: 41vw; 
    background-image: url("../imagens/visita_menino.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;       
}

#faixa_logo {
    position: absolute;
    top: 5%;
    left: 3.5%;
    float: left;
    width: 10vw;
    height: 10vw; 
    background-image: url("../imagens/faixa_logo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;  
}

#logo_grande { 
    position: absolute;
    z-index: 2000 !important;
    top: 25%;
    left: 4%;
    float: left;
    width: 8vw;
    height: 10vw; 
    background-image: url("../imagens/logo_grande.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;  
}

#agende_sua_visita {
    z-index: 1000;
    position: absolute;
    top: 30%;
    left: 7%;
    float: left;
    width: 17vw;
    height: 20vw; 
    background-image: url("../imagens/agende_sua_visita.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;     
}

#agende_sua_visita_2026 {
    z-index: 1000;
    position: absolute;
    top: 12%;
    left: 25%;
    float: left;
    width: 14vw;
    height: 20vw; 
    background-image: url("../imagens/agende_sua_visita_2026.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;     
}

#slogan {
    position: absolute;
    z-index: 100;
    bottom: 42%;
    left: 8.5%;
    float: left;
    width: 30%;
    height: 45%;
    background-image: url("../imagens/slogan-2026.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;    
}

#matriculas-2026 {
    z-index: 100;
    position: absolute;
    top: 6%;
    right: 8%;
    float: right;
    width: 16%;
    height: 63%;    
    background-image: url("../imagens/matriculas-2026.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;    
}

#banner_principal_aluno {
    z-index: 100;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.8s ease-in-out;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    will-change: opacity;         /* ajuda a suavizar */
    backface-visibility: hidden;  /* evita flicker em alguns Androids */
}

.anima-show1 {
    animation-name: show3; 
    animation-duration: 10s;
    animation-fill-mode: forwards;
    animation-play-state: running;      
}

#banner_principal_elem1 {
    position: absolute;
    top: 5%;
    left: 30%;
    float: left;
    width: 4vw;
    height: 4vw;    
    background-image: url("../imagens/cruz_azul.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;  

    animation: spin2 15s infinite linear;
}

#banner_principal_elem2 {
    position: absolute;
    top: 3%;
    left: 49%;
    float: left;
    width: 6vw;
    height: 6vw;    
    background-image: url("../imagens/cruz_azul.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;  

    animation: spin2 20s infinite linear;
}

#banner_principal_elem3 {
    position: absolute;
    bottom: 18%;
    left: 0%;
    float: left;
    width: 19%;
    height: 49%;    
    background-image: url("../imagens/bolinhas-roxas.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;  
}

#banner_principal_elem4 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 63%;
    height: 94%;    
    background-image: url("../imagens/banner_principal_elem4.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;  

    /* animation: spin2 15s infinite linear;     */
}

#banner_principal_elem5 {
    position: absolute;
    top: 21%;
    right: 17.5%;
    float: left;
    width: 13%;
    height: 23%;    
    background-image: url("../imagens/banner_principal_elem5.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;  

    /* animation: spin2 15s infinite linear;     */
}

#banner_principal_elem6 {
    position: absolute;
    bottom: 0;
    left: 20.5%;
    float: left;
    width: 5%;
    height: 39%;    
    background-image: url("../imagens/banner_principal_elem6.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 100;

    /* animation: spin2 15s infinite linear;     */
}

#banner_principal_elem7 {
    position: absolute;
    bottom: 18%;
    left: 22.5%;
    float: left;
    width: 28%;
    height: 50%;    
    background-image: url("../imagens/setas_brancas.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;  

    /* animation: spin2 15s infinite linear;     */
}

/* #banner_principal_elem8 {
    position: absolute;
    bottom: 35%;
    left: 11.5%;
    float: left;
    width: 19%;
    height: 26%;    
    background-image: url("../imagens/slogan-branco.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;  

    /* animation: spin2 15s infinite linear;     */
} */

#banner_principal_bolinhas1 {
    position: absolute;
    top: 5%;
    left: 32%;
    float: left;
    width: 15.8%;
    height: 25%;    
    background-image: url("../imagens/banner_principal_bolinhas1.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;  
}

#banner_principal_bolinhas2 {
    position: absolute;
    top: 5%;
    left: 67%;
    float: left;
    width: 15.8%;
    height: 25%;    
    background-image: url("../imagens/banner_principal_bolinhas2.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;  
}

.corrige_posicao_bolinhas1 {
    top: 11% !important;
    left: 42% !important;
    height: 80% !important;
    opacity: 0;
} 

.corrige_posicao_bolinhas2 {
    top: 11% !important;
    left: 82% !important;
    height: 80% !important;
    opacity: 0;
} 

#circulo_laranja1 {
    position: absolute;
    top: 13.5%;
    left: 25%;
    float: left;
    opacity: 0;
    width: 15%;
    height: 70%;    
    background-image: url("../imagens/circulo_laranja1.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;  
}

#nossa_historia {
    display: block;
    position: relative;
    width: 100%;
    height: 51vw;
    margin: 0;
    padding: 0;
    margin-top: -0.9vw;
    background-color: white;
    background: url("../imagens/nossa_historia_fundo.png") no-repeat center center;
    background-size: cover;      
}

#nossa_historia_titulo {
    position: absolute;
    left: 4%;
    top: 8%;
    width: 25vw;
    height: 7vw;
    background-image: url("../imagens/nossa_historia_titulo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}

#nossa_historia_texto {
    position: absolute;
    left: 1%;
    top: 25%;
    width: 30vw;
    height: 28vw;

    padding: 0.5vw 1vw;
    font-size: 1.2vw;
    text-align: justify;
}

#nossa_historia_texto p {
    margin: 1rem;
}

#nossa_historia_detalhes1 {
    position: absolute;
    float: right;
    top: -25%;
    right: 0;
    width: 16vw;
    height: 45vw;
    background-image: url("../imagens/nossa_historia_detalhes1.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;
    z-index: 1000;
}

#nossa_historia_detalhes3 {
    position: absolute;
    top: -17%;
    right: 1;
    width: 100%;
    height: 9vw;
    background-image: url("../imagens/nossa_historia_detalhes3.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}

#perfil_do_aluno {
    display: inline-flex;    
    position: relative;
    width: 100%;
    height: 68vw;
    margin: 0;
    padding: 0;
    margin-top: -0.4vw;
    background-color: white;
    background: url("../imagens/perfil_do_aluno_fundo.png") no-repeat center center;
    background-size: cover;      
}

#perfil_do_aluno_titulo {
    position: absolute;
    top: 1%; 
    left: 54%;
    width: 34vw;
    height: 10vw;
    background-image: url("../imagens/perfil_do_aluno_titulo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}

#perfil_do_aluno_resumo {
    position: absolute;
    top: 16%; 
    left: 49%;
    width: 44vw;
    height: 5vw;
    font-size: 1.12vw;
    font-weight: 600;
}

.educacao_texto {
    position: absolute;
    padding: 0.5vw 1vw;
    font-size: 1.4vw;
    /* font-weight: bold; */
    text-align: justify;    
}

#perfil_do_aluno_valores_texto ul {
    list-style-type: square;
}
                                       
#perfil_do_aluno_valores_texto ul li::marker {
    color: var(--orange); 
    font-size: 2vw;
}

#perfil_do_aluno_aluna {
    position: absolute;
    top: 0;
    left: 0;
    width: 48.9vw;
    height: 68vw;
    background-image: url("../imagens/perfil_do_aluno_aluna.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}

#perfil_do_aluno_itens {
    position: absolute;
    bottom: 0;
    right: 4vw;
    width: 49.9vw;
    height: 50vw;
    background-image: url("../imagens/perfil_do_aluno_itens.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}


#perfil_do_aluno_circulo {
    z-index: 100;
    position: absolute;
    top: -7.8%;
    left: 33%;
    width: 10vw;
    height:10vw;    
    background-image: url("../imagens/perfil_do_aluno_circulo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;          
}

.banner {
    position:relative;
    top: 0;
    right: 0;    
    display: block;
    width: 100%;
    height: 55vw;
    border: 1px solid var(--blue1);
}

#status {
    z-index: 100;
    position: fixed; 
    float: right; 
    width: 100%;
    height: 30px;
    right: 10px;  
    color: yellow;
    background-color: var(--blue1);
    padding: 4px 10px;
    border-radius: 5x;
}

#crono {
    z-index: 101;
    position: fixed;  
    width: 100px;
    height: 30px;
    right: 200px;  
    color: yellow;
    background-color: var(--blue1);
    padding: 4px;
    border-radius: 5x;
}

.center {
    margin: auto;
    text-align: center;
}

.letra-titulo {
    font-size: 3.0vw;
    font-family: vagron !important;
    line-height: 3vw;
    padding: 0 2% 0 2%;
}

#visita{
    display: inline-flex;
    position: relative;
    width: 100%;
    height: 41vw;
    padding: 0;    
    margin-top: 0;
    background: var(--purple2);
    background-image: url("../imagens/visita_fundo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;       
}

#visita > .col-esq {
    width: 40%;
    margin: 0;
    color: #fff;
}

#visita .col-esq p{
    margin: 10% 0;
    font-size: 1.3vw;
}
#visita .col-esq .letra-grossa {
    font-size: 3.7vw;
}

#visita .col-dir {
    width: 60%;
    /* height: 20vw; */
    padding: 1% 2%;
    color: #fff;
    font-family: roboto-light;
    font-size: 0.8vw;
    z-index: 1000;
}

#visita .col-dir form {
    width: 100%;
}

/* #visita .letra-grossa {
    color: #67adc0;
    font-size: 2.7vw;
} */

/* .label-visita {
    width: 20%;
    text-align: right;
    margin: auto 0px;
} */

.dados-visita {
    display: inline-flex;
    width: 100%;
}

.endereco-colegio {
    width: 90%;
    margin: 0 5%;
    font-size: 1vw;    
}

#visita .dados {
    width: 90%;
    margin: 0 5%;
    padding: 1% 2%;
    border-radius: 3.0vw;
    font-size: 1vw;
    color: black;    
}

.label-contato{
    font-size: 2vw;
    font-family: vagron !important;
    color: var(--yellow1);
    padding-bottom: 30px;
}

.dados-visita button {
    width: 25% !important;
    margin: 1% 1% 1% 3%;
    padding: 1% 2%;
    border-radius: 2vw;
    color: #211915 !important;
    background: var(--yellow1);
    font-size: 1vw;
    font-weight: 600;
}

.dados-visita button:hover {
    background: var(--blue2);
    cursor: pointer;
}

.my-checkbox-line {
    width: 80%;
    height: auto;
    padding: 0.5%;
    display: inline-flex;
}

.my-checkbox {
    width: 6%;
    padding: 1% 0 0 1.2%;
    margin: 0 0 0 5%;
    font-size: 1vw;
}

.my-checkbox-label {
    width: 94%;
    padding-top: 1%;
    font-size: 1vw;
    color: white;        
}


input[type=checkbox]
{
  transform: scale(1.5);
  padding: 10px;
}



.visita-linha {
    width: 100%;
    height: auto;
    padding: 1%;
    display: inline-flex;
}

#visita .imagem-visita {
    margin: 0%;
    position: relative;
    height: auto;
}

#visita .imagem-visita-icone{
    width: 100%;
    border-radius: 0%;       
}

.dados-visita > .letra-titulo {
    color: var(--blue1);
}

#proposta_pedagogica {
    display: inline-flex;  
    position: relative;
    width: 100%;
    height: 52vw;
    margin: 0;
    padding: 0;
    margin-top: -0.4vw;
    background-image: url("../imagens/proposta_pedagogica_fundo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;    
}

#proposta_pedagogica_titulo {
    position: absolute;
    left: 1%;
    top: 3%;
    width: 27vw;
    height: 9vw;
    background-image: url("../imagens/proposta_pedagogica_titulo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}

#proposta_pedagogica_grafismo {
    position: absolute;
    right: 0%;
    top: 0;
    width: 40vw;
    height: 10vw;
    background-image: url("../imagens/proposta_pedagogica_grafismo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}

#proposta_pedagogica_arte {
    position: absolute;
    left: 6%;
    top: 21.5%;
    width: 69.4vw;
    height: 38.5vw;
    background-image: url("../imagens/proposta_pedagogica_arte.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}

#proposta_pedagogica_texto {
    position: absolute;
    left: 2.5%;
    top: 21%;
    width: 24vw;
    height: 30vw;

    padding: 0.5vw 1vw;
    font-size: 1.3vw;
    font-weight: 400;
    /* text-align: justify;     */
    line-height: 1.7;    
}

#proposta_pedagogica_elem1 {
    position: absolute;
    top: -8.5%;
    left: 0%;
    float: left;
    width: 100%;
    height: 109%;    
    background-image: url("../imagens/proposta_pedagogica_elem1.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}

#segmentos {
    display: inline-flex;
    position: relative;
    width: 100%;
    height: 35vw;
    margin: 0;
    padding: 0;
    margin-top: -0.4vw;
    background-color: white;
    text-align: center;
}

#segmentos > div {
    top: 0%;
    width: 25%;
    height: 35vw;    
}

#segmentos .titulo {
    height: 25%;
    display: grid;
    padding: 12% 0;
    font-family: fredoka !important;
    font-size: 2vw;    
    line-height: 1;
}

#segmentos .titulo .letra-bold {
    font-family: fredoka !important;
    font-size: 2.6vw;
    font-weight: 600 !important;   
}

#segmentos .titulo .letra-thin {
    padding-top: 2%;
    font-family: fredoka !important;
    font-size: 1.3vw;   
}

.letra-purple { color: var(--purple2); }

#segmento2 .letra-thin, #segmento3 .letra-thin {
    color: black;
}

#segmentos .descricao {
    height: 75%;
    padding: 10% 18%;
    font-family:  roboto-light !important;
    font-size: 1vw; 
    text-align: left;   
}

#segmento1 {
    /* background-color: var(--purple2); */
    background-image: url("../imagens/segmento1_fundo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;        
    color: white;
}

#segmento2 {
    background-color: var(--yellow1);    
    color: white;
}

#segmento3 {
    background-color: white;
    color: white;
}

#segmento4 {
    background-color: var(--acqua3);
    color: white;
}

#segmento1 .descricao {
    color: white;
}

#segmento2 .descricao, #segmento3 .descricao, #segmento4 .descricao {
    color: black;
}

#barra_grafismo1 {
    position: relative;
    width: 100%;
    height: 20vw;
    margin: 0;
    padding: 0;
    background-image: url("../imagens/barra_grafismo1.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;    
}

#nossa_rede {
    position: relative;
    top: -10%;
    width: 100%;
    /* height: 60vw; */
    height: 91vw;
    margin: -0.1vw 0 0 0;
    padding: 0;
    background-color: var(--yellow1);
    /* background-image: url("../imagens/nossa_rede1_fundo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;       */
    text-align: center;
}

.tooltip-inner {
  background-color: var(--purple2) !important;  /* fundo azul escuro */
  color: #fff !important;                /* texto branco */
  font-family: ubuntu !important;
  font-size: 0.95rem;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.25);
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--purple2) !important;  /* seta na mesma cor */
}

#pingos_azuis {
    position: absolute;
    left: -3%;
    top: 44%;
    width: 35vw;
    height: 6vw;
    background-image: url("../imagens/pingos_azuis.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;
}

#nossa_rede_titulo {
    position: absolute;
    left: 1%;
    bottom: 6%;
    width: 16vw;
    height: 36vw;
    background-image: url("../imagens/nossa_rede_titulo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}
#circulo-branco {
    position: absolute;
    left: 35%;
    bottom: 10%;
    width: 19vw;
    height: 19vw;
    background-image: url("../imagens/circulo-branco.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}
#clique_sobre {
    position: absolute;
    left: 22%;
    top: 48%;
    width: 12.5vw;
    height: 1.4vw;
    background-image: url("../imagens/clique_sobre.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}

#nossa_rede_detalhe1 {
    position: absolute;
    left: 0.3vw;
    bottom: 0;
    width: 49.2vw;
    height: 91vw;
    background-image: url("../imagens/nossa_rede_detalhe1.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}
#nossa_rede_detalhe2 {
    position: absolute;
    left: 0%;
    top: 1%;
    width: 20vw;
    height: 20vw;
    background-image: url("../imagens/nossa_rede_detalhe2.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}
#nossa_rede_detalhe3 {
    position: absolute;
    left: 0%;
    top: -14%;
    width: 20vw;
    height: 20vw;
    background-image: url("../imagens/nossa_rede_detalhe3.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}

.btn_colegio, .btn_nossarede {
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}

.btn_colegio:hover {
    cursor: pointer;
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;

    box-shadow: inset 0 0 0 1vw var(--purple2);
}

.btn-colegio-box0 {
    width: 20%;
    height: auto;    
    background-color: #0000;
}

.btn-colegio-box1 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    background-color: #0000;
}

.btn-colegio-box2 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    background-color: #0000;
}


.btn_nossarede1 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    background-color: var(--yellow1);
    /* background-image: url("../imagens/btn_nossarede1.png"); */
}

.btn_nossarede2 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    background-color: var(--yellow1);
    /* background-image: url("../imagens/btn_nossarede2.png"); */
}

.btn_nossarede3 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    background-color: var(--yellow1);
    /* background-image: url("../imagens/btn_nossarede3.png"); */
}

.btn_nossarede4 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    background-color: var(--yellow1);
    /* background-image: url("../imagens/btn_nossarede4.png"); */
}

.btn_nossarede5 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    background-color: var(--yellow1);
    /* background-image: url("../imagens/btn_nossarede5.png"); */
}

.btn_nossarede6 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    background-color: var(--yellow1);
    /* background-image: url("../imagens/btn_nossarede6.png"); */
}

.btn_nossarede7 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    background-color: var(--yellow1);
    /* background-image: url("../imagens/btn_nossarede7.png"); */
}

.btn_nossarede8 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    background-color: var(--yellow1);
    /* background-image: url("../imagens/btn_nossarede8.png"); */
}

.btn_nossarede9 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    background-color: var(--yellow1);
    /* background-image: url("../imagens/btn_nossarede9.png"); */
}

.btn_nossarede10 {
    width: 100%;
    height: 49vw;    
    background-image: url("../imagens/btn_nossarede10.png");
}

.btn_nossarede11 {
    width: 20%;
    height: auto;
    aspect-ratio: 1 / 1 !important;    
    background-image: url("../imagens/btn_nossarede9.png");
}

.btn_nossarede12 {
    width: 20%;
    height: auto;
    aspect-ratio: 1 / 1 !important;    
    background-image: url("../imagens/btn_nossarede9.png");
}

.btn_colegio13 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    /* position: absolute;
    left: 19.9%;
    top: 0; */
    background-image: url("../imagens/btn_colegio13.png");
    z-index: 50;
    margin: 1vw 1vw 0 0 !important;
}

.btn_colegio10 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    /* position: absolute;
    left: 60%;    
    top: 0; */
    background-image: url("../imagens/btn_colegio10.png");
    margin: 1vw 1vw 0 0 !important;
}

.btn_colegio14 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    background-image: url("../imagens/btn_colegio14.png");
    /* position: absolute;
    right: 0; */
    /* top: 18%; */
    margin: 1vw 1vw 0 0 !important;
}

.btn_colegio12 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    /* position: absolute;
    left: 20%;
    top: 0; */
    background-image: url("../imagens/btn_colegio12.png");
    margin: 1vw 1vw 0 0 !important;
}

.btn_colegio15 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important; 
    /* position: absolute;
    left: 19.9%;
    bottom: 0; */
    background-image: url("../imagens/btn_colegio15.png");
    z-index: 50;
    margin: 1vw 1vw 0 0 !important;
}

.btn_colegio08 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    /* position: absolute;
    right: 0;    
    top: 33.1%; */
    /* left: 60%;   
    bottom: 0; */
    background-image: url("../imagens/btn_colegio08.png");
    margin: 1vw 1vw 0 0 !important;
}

/* #nossa_rede2 {
    position: relative;
    width: 100%;
    height: 31vw;
    margin-top: -10px;
    padding: 0;
    background-color: var(--yellow1);
    background-image: url("../imagens/nossa_rede1_fundo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
    text-align: center;    
} */

.btn_colegio20 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    /* position: absolute;
    left: 40%;
    top: 18%; */
    background-image: url("../imagens/btn_colegio20.png");
    z-index: 50;
    margin: 1vw 1vw 0 0 !important;
}

.btn_colegio03 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important; 
    /* position: absolute;
    left: 19.9%; 
    bottom: 0; */
    background-image: url("../imagens/btn_colegio03.png");
    z-index: 50;
    margin: 1vw 1vw 0 0 !important;
}

.btn_colegio09 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important;
    /* position: absolute;
    /* left: 0;
    bottom: 0; */ 
    left: 40%;    
    top: 33%;    
    background-image: url("../imagens/btn_colegio09.png");
    margin: 1vw 1vw 0 0 !important;
}

.btn_colegio04 {
    width: 20%;
    height: auto;    
    aspect-ratio: 1 / 1 !important; 
    /* position: absolute;
    left: 60%;   
    bottom: 0; */
    background-image: url("../imagens/btn_colegio04.png");
    margin: 1vw 1vw 0 0 !important;
}

#amizade {
    position: relative;
    width: 100%;
    height: 73vw;
    margin: -0.1vw 0 0 0;
    padding: 0;
    background-color: var(--acqua3);
    text-align: center;

    background-image: url("../imagens/amizade_fundo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
    text-align: center;    
}

#educacao-para-vida {
    position: relative;
    width: 100%;
    height: 100vw;
    margin: -0.1vw 0 0 0;
    padding: 0;
    background-color: var(--yellow1);
    text-align: center;
}

#educacao-para-vida-titulo {
    position: absolute;
    left: 6%;
    top: 4%;
    width: 23vw;
    height: 12vw;
    background-image: url("../imagens/educacao-para-vida-titulo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;     
}

#educacao-para-vida-detalhes-1 {
    position: absolute;
    right: 0;
    top: -12.7%;
    width: 100%;
    height: 42vw;
    background-image: url("../imagens/educacao-para-vida-detalhes-1.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;     
}

#educacao-para-vida-texto {
    position: absolute;
    left: 3%;
    top: 15%;
    width: 53%;
    height: 14vw;
    background-image: url("../imagens/educacao-para-vida-texto.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;     
}

#educacao-para-vida-mandala {
    position: absolute;
    left: 0;
    bottom: 8%;
    width: 100%;
    height: 62vw;
    background-image: url("../imagens/educacao-para-vida-mandala.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#educacao-para-vida-mandala-itens {
    position: absolute;
    left: 0;
    bottom: 8%;
    width: 100%;
    height: 62vw;
    background-image: url("../imagens/educacao-para-vida-mandala-itens.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    /* animation: spin2 15s infinite linear; */
}

#mandala-logo {
    position: absolute;
    left: 46.5%;
    bottom: 33%;
    width: 10%;
    height: 13vw;
    background-image: url("../imagens/mandala-logo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;     
}

#depoimentos {
    position: relative;
    width: 100%;
    height: 67vw;
    margin: -0.1vw 0 0 0;
    padding: 0;
    background-color: var(--purple2);
    text-align: center;
}

#depoimentos-titulo {
    position: absolute;
    left: 47%;
    top: 4%;
    width: 25vw;
    height: 9vw;
    background-image: url("../imagens/depoimentos-titulo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;     
}

#depoimentos-fundo {
    position: absolute;
    left: 0;
    top: -0.8vw;
    width: 100%;
    height: 62vw;
    background-image: url("../imagens/depoimentos-fundo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;     
}

#depoimentos-balao {
    position: absolute;
    left: 12vw;
    top: 2vw;
    width: 29%;
    height: 22vw;
    background-image: url("../imagens/depoimentos-balao.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;     
}

#depoimento-aluno {
    z-index: 1000;
    position: absolute;
    left: 33%;
    top: 22%;
    width: 65%;
    height: 38vw;
}

#depoimentos-indicadores {
    display: flex;
    justify-content: center;
    gap: 10px;
    position: absolute;
    left: 58vw;
    bottom: 16vw;
    z-index: 9999 !important;
}

.indicadores button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: #ccc;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer;
}

.indicadores button.active {
  background-color: #003366; /* cor ativa */
  transform: scale(1.2);
}

.indicadores button:hover {
  background-color: #666;
}

#img-depoimento {
    width: 90%;
}

#amizade_elem1 {
    position: absolute;
    left: 10vw;
    top: 1vw;
    width: 29%;
    height: 9vw;
    background-image: url("../imagens/amizade_elem1.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}

#amizade_detalhe1 {
    position: absolute;
    left: 40%;
    top: 0;

    width: 20%;
    height: 30vw;

    background-image: url("../imagens/amizade_detalhe1.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;          
}

#amizade_alunas {
    position: absolute;
    width: 100%;
    top: 1%;
    height: 70.1vw;
    margin: -0.6vw 0 0 0;
    padding: 0;

    background-image: url("../imagens/amizade_alunas.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}

#amizade_titulo {
    position: absolute;
    width: 25%;
    height: 15vw;
    top: 8%;
    left: 37%;
    padding: 0;

    background-image: url("../imagens/amizade_texto.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}

#amizade_detalhe2 {
    position: absolute;
    width: 20%;
    height: 25vw;
    bottom: 0;
    right: 0;
    padding: 0;

    background-image: url("../imagens/amizade_detalhe2.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}

#parceiros {
    position: relative;
    width: 100%;
    height: 37vw;
    margin: -0.6vw 0 0 0;
    padding: 0;

    /* background: #7acef6; */
    background-image: url("../imagens/parcerias_fundo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;
}

#parceiros_titulo {
    position: absolute;
    width: 25%;
    height: 10vw;
    top: 26%;
    left: 18%;
    padding: 0;

    background-image: url("../imagens/parcerias_titulo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;   
}

#parcerias_fundo_detalhe_branco {
    position: absolute;
    width: 18%;
    height: 19vw;
    top: 0;
    left: 0;
    padding: 0;
    background-image: url("../imagens/parcerias_fundo_detalhe_branco.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;   
    z-index: 10;
}

#depoimentos_grafismo {
    position: absolute;
    width: 100%;
    height: 51vw;
    top: 77.3%;
    right: 0;
    padding: 0;
    background-image: url("../imagens/parcerias-grafismo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;   
    z-index: 10;
}

#parcerias_grafismo {
    position: absolute;
    width: 100%;
    height: 51vw;
    top: -39.7%;
    right: 0;
    padding: 0;
    background-image: url("../imagens/parcerias-grafismo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;   
    z-index: 10;
}

#parcerias_detalhe_amarelo {
    position: absolute;
    width: 38%;
    height: 61vw;
    top: 0;
    right: 0;
    padding: 0;
    background-image: url("../imagens/parcerias_detalhe_amarelo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;   
    z-index: 10;
}

#parcerias_manchas_vermelhas {
    position: absolute;
    width: 21%;
    height: 17vw;
    top: -14%;
    left: 13%;
    padding: 0;
    background-image: url("../imagens/parcerias_manchas_vermelhas.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;   
    z-index: 10;    
}

.icone-parceiros {
    width: 18%;
    background: #ffffff;
    border-radius: 30%;
    margin: 2%;
}

.icone-parceiros:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);    
}

.parceiros .letra-grossa {
    color: #3b1c90;
    font-size: 3.0vw;
    font-family: MavenPro-Bold !important;
    z-index: 10;
    font-weight: bold;
    line-height: 3.5vw;
}

.coluna { width: 50%; }

.center {
    margin: auto;
    text-align: center;
}

.parceiros_grupo {
    position: absolute;
    top: 5%;
    right: 10%;
    width: 50%;
    height: 30vw;
    z-index: 20;
}

#forte_ensino {
    position: relative;
    width: 100%;
    height: 50vw;
    margin: -0.6vw 0 0 0;
    padding: 0;
    background-image: url("../imagens/forte_fundo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;     
}

#forte_detalhe {
    position: absolute;
    width: 62vw;
    height: 100%;
    bottom: 0;
    left: 0;
    background-image: url("../imagens/forte_detalhe1.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;  
}

#forte_aluna {
    position: absolute;
    width: 41vw;
    height: 97%;
    bottom: 0%;
    left: 32%;
    background-image: url("../imagens/forte_aluna.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;  
}

#forte_rede {
    position: absolute;
    width: 29%;
    height: 2vw;
    bottom: 4%;
    left: 4%;   
    background-image: url("../imagens/forte_rede_concepcionista.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}

#forte_slogan {
    position: absolute;
    width: 18%;
    height: 17vw;
    bottom: 7%;
    left: 13%;   
    background-image: url("../imagens/forte_slogan.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;      
}

#forte_dados {
    display: grid;
    position: absolute;
    top: 5%;
    right: 4%;
    width: 23%;
    height: 45vw; 
    font-family: roboto-regular !important;  
    font-size: 2vw !important;
    color: white; 
}

#forte_dados .dados {
    font-family: goldplay-alt-bold !important;
    font-size: 6vw !important;
    color: #f0c32e;
    padding: 0;
    height: 7vw;
}

#forte_dados .linha {
    display: grid;
    height: 11vw;
    margin-bottom: 1vw;
}

.legenda-dados {
    font-family: vagron-thin !important;
}

#mapa {
    position: relative;
    width: 100%;
    height: auto;
    margin: -0.6vw 0 0 0;
    padding: 0;
}

#rodape {
    position: relative;
    width: 100%;
    height: 31vw;
    margin: -0.6vw 0 0 0;
    padding: 0;
    background: var(--purple2);
    background-image: url("../imagens/rodape_fundo.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: cover;
}

#rodape_logo {
    position: absolute;
    width: 16%;
    height: 15vw;
    top: 24%;
    left: 43%;   
    background-image: url("../imagens/logo-texto.png");
    background-repeat: no-repeat;
    background-position: center;    
    background-size: contain;        
}


.rodape-logo {
    width: 8%;
    height: auto;
}

.rodape-logo1 {
    width: 45%;
    height: auto;

}

.rodape-letra {
    width: 30%;
    display: inline;
    color: #1c85bc;
    text-align: center;
    font-size: 1.5vw;
    letter-spacing: 0.5vw;
    font-family: roboto-black;
}

.rodape-frase {
    font-family: roboto-regular;
    font-size: 1vw;
    color: #4bbdd7;
}

.rodape_icones {
    position: absolute;
    top: 19%;
    right: 7%;
    margin: auto;
    width: 20%;
    z-index: 100;
}

.rodape_icones a {
    padding: 0%;
    text-decoration: none;
    font-family: FTB !important;
    font-size: 1.2vw;
    color: #fff !important;
}

.rodape_icones a:hover {
    color: #4bbdd7 !important;
}

.rodape_icones i {
    padding: 0% 2%;
    font-size: 1.5vw;
    color: #fff;

}

.tudo { width: 100%; }

.mobile { display: none; }

/* Efeito suave de entrada/saída das seções reveladas no scroll */
section,
div[id^="nossa_historia"],
div[id^="perfil_"],
div[id^="proposta_"],
div[id^="segmentos"],
div[id^="nossa_rede"],
div[id^="amizade"],
div[id^="educacao"],
div[id^="depoimentos"],
div[id^="parceiros"],
div[id^="forte"],
div[id^="mapa"],
div[id^="rodape"] {
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.hide {
  display: none !important;
  opacity: 0 !important;
  transform: translateY(60px) !important;
  display: block !important;
  pointer-events: none !important;
}

.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#banner_principal_aluno.fade-out { opacity: 0; }
#banner_principal_aluno.fade-in  { opacity: 1; }

#img-depoimento {
  transition: opacity 0.8s ease-in-out;
  opacity: 1;
}

/* SMARTPHONES AND TABLETS */
@media (min-width: 0px) and (max-width: 768px) {

    .hide { display: inline-flex !important; }

    .mobile { display: block; }
    .desktop { display: none !important; }

    #nossa_rede { display: none !important; }

    .tela {
        margin: 0 auto;
        padding: 6% 0;
        width: 100%;
    }

    #topo {
        height: 10vw !important;        
        padding-top: 0;
    }

    #logo_grande {
        position: absolute;        
        top: -4%;
        left: 86.5% !important;
        width: 8vw !important;
        height: 12vw !important;
    }

    #menu_grafismo {
        width: 54vw;
        height: 10vw;        
    }


    .navbar {
        z-index: 1500;            
        flex-direction: column;
        /* position: relative; */
        left: 3vw;
        min-height: 45px;
        padding: 0vw;
        font-size: 2vw;
        margin-top: 5px;
    }

    .menu {
        display: block;
        position: absolute;
        min-height: 45px;            
        /* height: 45px; */
        left: 0;
        top: 2vw;
        /* height: 12vw; */
    }

    .item-menu {
        height: 5vw;
        padding: 0 2vw;
        font-size: 2vw;
    }

    .nav-list {
        width: 100%;
        display: none;
        margin-top: 51px;
        background-color: var(--acqua3);
    }
    .nav-list { padding-left: 0 !important;}
    .nav-list .list-item {
        display: block;
        border-top: 1px solid white;
        padding: 3vw 4vw;
    }    
    .navbar a {
        font-size: 4vw
    }
    .active {
        display: block;
    }

    #faixa_logo {
        left: 85.5% !important;
        top: 11% !important;
    }
    
    #slogan {
        z-index: 100;
        position: absolute;
        top: 0%;
        left: 5%;
        float: right;
        width: 30%;
        height: 47%;    
        background-image: url("../imagens/slogan-2026-mobile.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;    
    }

    #matriculas-2026 {
        z-index: 100;
        position: absolute;
        top: 25%;
        right: 6%;
        width: 21%;
        height: 60%;    
    }    

    /* #banner_principal_aluno {
        top: 60% !important;
        height: 60% !important;
        top: 48vw !important;
        left: -5%;
    } */

    #banner_principal_elem4 {
        width: 87% !important;
        height: 54% !important;  
        bottom: 12% !important; 
        right: -1% !important;
    }    

    #banner_principal_elem5 {
        width: 15.2%;
        height: 13.5%;
        top: 56% !important;
        right: 22%;
    }

    #banner_principal_elem6 {
        bottom: 8%;
        left: 4.5%;
        float: left;
        width: 15%;
        height: 42%;    
    }
    
    #banner_principal_elem7 {
        display: none;
    }

    #banner1 {
        background-image: url("../imagens/banner_background_mobile.png");
        background-size: cover;
        height: 53vw !important;   
    }    

    #visita {
        display:grid;
        height: auto;
        margin-top: 0;
    }

    #visita > .col-dir {
        width: 100%;
        height: auto;
    }

    #visita > .col-esq {
        /* display: none; */
        width: 100%;
    }

    .letra-titulo {
        font-size: 4vw;
        padding: 5% 2% 5% 2%;
    }

    .label-contato{
        font-size: 6vw;
    }

    #visita .dados {
        font-size: 3vw;
    }

    .endereco-colegio {
        padding-top: 2vw;
        padding-bottom: 4vw;
        font-size: 4vw;
    }

    #segmentos {
        display: grid !important;
        height: auto;
    }

    #segmentos > div {
        width: 100%;
        height: auto;
    }        

    #segmentos .titulo {
        padding: 3% 0;
        font-size: 10vw;    
    }
    
    #segmentos .titulo .letra-bold {
        font-size: 13vw;   
    }
    
    #segmentos .titulo .letra-thin {
        font-size: 8vw;   
    }
    
    
    #segmento2 .letra-thin {
        color: black;
    }
    
    #segmentos .descricao {
        font-size: 3.5vw; 
        line-height: 6vw;
        padding: 12% 10% 10% 10%;
    }

    .visita-linha {
        height: 12vw !important;
    }

    .dados-visita {
        height: 10vw;
        display: flex;
        justify-content: center;
    }    

    .label {
        height: 6vw !important;
        padding-top: 3% !important;
    }

    .dados-visita button {
        padding: 2% 3% 3% 3% !important;
        font-size: 3vw;
        border-radius: 4vw;
    }    
    
    input[type=checkbox]
    {
      padding: 10px;
    }    

    .my-checkbox {
        padding: 2% 0 0 1.2% !important;
    }

    .my-checkbox-label {
        padding-top: 1% !important;
        font-size: 2.5vw;
    }    
    
    #rodape {
        height: 80vw;
        background: var(--purple2);
        background-image: url("../imagens/rodape_fundo_mobile.png");
    }

    #rodape_logo {
        width: 47%;
        height: 48vw;
        top: 4%;
        left: 28%;        
    }

    .rodape_icones {
        width: 34%;
        right: 31% !important;
        top: 65% !important;
    }

    .rodape_icones a {
        font-size: 3vw;
    }

    #nossa_rede_mobile {
        background-color: var(--purple2);
    }

    #nossa_historia {
        display: block;
        position: relative;
        width: 100%;
        height: 83vw;
        margin: 0;
        padding: 0;
        margin-top: -0.4vw;
        background-color: white;
        background: url("../imagens/nossa_historia_fundo_mobile.png") no-repeat center center;
        background-size: cover;      
    }
    
    #nossa_historia_mobile {
        display: block;
        position: relative;
        width: 100%;
        height: 100vw;
        margin: 0;
        padding: 0;
        margin-top: -0.4vw;
        background-color: white;
        background-size: cover;      
    }    
    
    #nossa_historia_detalhes3 {
        position: absolute;
        top: -22%;
        right: 1.5%;
        width: 33%;
        height: 33vw;
        z-index: 1000;
    }    
    
    #amizade {
        height: 274vw;
        background-image: url("../imagens/amizade_fundo-mobile.png");
    }

    #amizade_elem1 {
        left: 24vw;
        top: 146vw;
        width: 53%;
        height: 17vw;        
    }

    #nossa_rede, #amizade {
        margin: -0.8vw 0 0 0;
    }

    #proposta_pedagogica_texto {
        display: none !important;
    }

    #proposta_pedagogica_grafismo {
        width: 55vw;
        height: 15vw;

    }
    #proposta_pedagogica_titulo {
        width: 70%;
        height: 22vw;
        left: 16%;
        position: relative;
    }

    #proposta_pedagogica_arte {
        width: 100%;
        top: 19vw;
        left: 0;
        height: 53.5vw;
    }

    #proposta_pedagogica_texto_mobile {
        position: relative;
        top: 0;
        display: block !important;
        padding: 3% 6%;
        font-size: 3vw;
        text-align: justify;
        line-height: 6vw;
        font-weight: bold;
        background-color: var(--acqua3);
        /* background-image: url("../imagens/proposta_pedagogica_fundo_texto.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;               */
    }

    #depoimentos {
        height: 100vw !important;
    }

    #depoimentos-titulo {
        left: 38%;
        top: 0%;
        width: 47vw;
        height: 18vw;        
    }

    #depoimentos-fundo {
        background-image: url("../imagens/depoimentos-fundo-mobile.png");
        left: 0;
        top: 16.2vw;
        height: 80vw;
    }

    #depoimento-aluno {
        left: 0;
        top: 22%;
        width: 100%;
        height: 54vw;
    }

    #depoimentos-balao {
        left: 0;
        top: 2vw;
        width: 33%;
        height: 26vw;
        z-index: 2000 !important;
    }

    #depoimentos-indicadores{
        left: 38vw;
        bottom: 12vw;
    }

    .perfil_do_aluno_items_mobile {
        display: grid !important;
        position: relative;
        width: 100%;
        padding: 1% 10%;
        font-size: 3vw;
        line-height: 6vw;
        color: white;
        background-color: white;
        background: url("../imagens/perfil_do_aluno_fundo.png") no-repeat center center;
        background-size: cover;           
    }

    #missao_mobile {
        height: 25vw;
        margin: -0.8vw 0 0 0;
        margin-top: -7px;
    }

    #visao_mobile {
        height: 44vw;
        margin: 0;
    }

    #valores_mobile {
        height: 50vw;
        margin: 0;
        top: -1vw;
    }

    #perfil_do_aluno {
        display: none !important;
    }

    #perfil_do_aluno_mobile {
        background: url("") no-repeat center center;
        height: auto !important;
        display: block !important;
        background-color: var(--orange1);
    }

    #perfil_do_aluno_titulo_mobile {
        width: 82%;
        height: 21vw;
        top: 3vw;
        position: relative;
        left: 7vw;
        background-image: url("../imagens/perfil_do_aluno_titulo.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;
    }

    #nossa_historia_detalhes2 {
        left: -10%;
        width: 93vw;
        height: 90.5vw;
    }

    #perfil_do_aluno_aluna_mobile {
        position: relative;
        top: unset;
        left: unset;
        width: 100% !important;
        height: 165vw !important;
        background-image: url("../imagens/perfil_do_aluno_aluna_mobile.png");        
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;         
    }

    #perfil_do_aluno_itens_mobile {
        position: relative;
        bottom: unset;
        right: unset;
        width: 100%;
        height: 100vw;
        background-image: url("../imagens/perfil_do_aluno_itens.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;            
    }

    #perfil_do_aluno_resumo_mobile {
        position: relative;
        top: unset; 
        left: unset;
        width: 100%;
        height: auto;
        font-size: 3vw;
        padding: 6vw;
    }    

    #perfil_do_aluno_missao_logo, #perfil_do_aluno_missao_texto {
        display: none;
    }
    #perfil_do_aluno_visao_logo, #perfil_do_aluno_visao_texto {
        display: none;
    }
    #perfil_do_aluno_valores_logo, #perfil_do_aluno_valores_texto {
        display: none;
    }

    #perfil_do_aluno_missao_logo_mobile {
        position: absolute;
        top: 18%;
        left: 6%;
        width: 14vw;
        height: 20vw;
        background-image: url("../imagens/perfil_do_aluno_missao_logo_mobile.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;          
    }
    #perfil_do_aluno_missao_texto_mobile {
        top: 20%;
        left: 22%;
        width: 68vw;
        height: 17vw;  
    }

    #perfil_do_aluno_visao_logo_mobile {
        position: absolute;
        top: 18%;
        left: 6%;
        width: 14vw;
        height: 20vw;
        background-image: url("../imagens/perfil_do_aluno_visao_logo_mobile.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;          
    }
    #perfil_do_aluno_visao_texto_mobile {
        top: 20%;
        left: 22%;
        width: 68vw;
        height: 17vw;  
    }

    #perfil_do_aluno_valores_logo_mobile {
        position: absolute;
        top: 18%;
        left: 6%;
        width: 14vw;
        height: 20vw;
        background-image: url("../imagens/perfil_do_aluno_valores_logo_mobile.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;          
    }
    #perfil_do_aluno_valores_texto_mobile {
        top: 2%;
        left: 22%;
        width: 68vw;
        height: 17vw;  
    }

    #perfil_do_aluno_valores_texto_mobile ul li::marker {
        color: var(--orange); 
        font-size: 4vw;
    }    

    .educacao_texto_mobile{
        position: absolute;
        padding: 0.5vw 1vw;
        font-size: 2.8vw;
    } 

    #nossa_historia_titulo_mobile {
        position: absolute;
        left: 10.5%;
        top: 3%;
        width: 75vw;
        height: 23vw;
        background-image: url("../imagens/nossa_historia_titulo.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;      
    }
    
    #nossa_historia_texto_mobile {
        position: absolute;
        left: 12.5%;
        top: 28%;
        width: 75vw;
        height: 50vw;
        padding: 0.5vw 1vw;
        font-size: 3.2vw;
        /* text-align: justify; */
    }    

    #proposta_pedagogica {
        display: none !important;
    }
    
    /* #proposta_pedagogica_detalhe_mobile {
        position: absolute;
        left: -1.5%;
        top: -24%;
        width: 31vw;
        height: 31vw;
        background-image: url("../imagens/nossa_historia_detalhes3.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;              
    } */
    
    #proposta_pedagogica_fundo_bottom {
        position: relative;
        left: 0;
        top: -0.5vw;
        width: 100%;
        height: 72vw;
        background-color: var(--acqua3);
        background-image: url("../imagens/proposta_pedagogica_fundo_bottom.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;              
    }
    
    #proposta_pedagogica_elem1 {
        top: 3%;
        left: 4%;
        width: 21%;
        height: 33%;
    }    

    .btn-colegio-box-mobile {
        width: 50%;
        height: auto;    
        aspect-ratio: 1 / 1 !important;
        background-color: #0000;
    }  
    
    .btn_nossarede1 {
        width: 50%;
        height: auto;    
        aspect-ratio: 1 / 1 !important;
        background-image: url("../imagens/btn_nossarede1.png");
    }
    
    .btn_nossarede2 {
        width: 50%;
        height: auto;    
        aspect-ratio: 1 / 1 !important;
        background-image: url("../imagens/btn_nossarede2.png");
    }
    
    .btn_nossarede3 {
        width: 50%;
        height: auto;    
        aspect-ratio: 1 / 1 !important;
        background-image: url("../imagens/btn_nossarede3.png");
    }
    
    .btn_nossarede4 {
        width: 50%;
        height: auto;    
        aspect-ratio: 1 / 1 !important;
        background-image: url("../imagens/btn_nossarede4.png");
    }
    
    .btn_nossarede5 {
        width: 50%;
        height: auto;    
        aspect-ratio: 1 / 1 !important;
        background-image: url("../imagens/btn_nossarede5.png");
    }
    
    .btn_nossarede6 {
        width: 50%;
        height: auto;    
        aspect-ratio: 1 / 1 !important;
        background-image: url("../imagens/btn_nossarede6.png");
    }
    
    .btn_nossarede7 {
        width: 50%;
        height: auto;    
        aspect-ratio: 1 / 1 !important;
        /* background-image: url("../imagens/btn_nossarede7.png"); */
    }
    
    .btn_nossarede8 {
        width: 50%;
        height: auto;    
        aspect-ratio: 1 / 1 !important;
        background-image: url("../imagens/btn_nossarede8.png");
    }
    
    .btn_nossarede9 {
        width: 50%;
        height: auto;    
        aspect-ratio: 1 / 1 !important;
        /* background-image: url("../imagens/btn_nossarede9.png"); */
    }

    .btn_colegio {
        margin: 0 !important;
        width: 50%;
    }

    #parceiros {
        position: relative;
        width: 100%;
        height: 85vw;
        margin: -0.6vw 0 0 0;
        padding: 0;
    
        /* background: #e3e74e; */
        background-image: url("../imagens/parcerias_fundo_mobile.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;  
    }    

    .parceiros_grupo {
        position: absolute;
        bottom: 6%;
        right: 10%;
        width: 80%;
        height: 30vw;
    }
    
    #parceiros_titulo {
        position: absolute;
        width: 35%;
        height: 15vw;
        top: 8%;
        left: 33%;
        padding: 0;
    
        background-image: url("../imagens/parcerias_titulo.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;   
    }

    #parcerias_grafismo {
        height: 104vw;
        top: -22.7%;        
    }        

    #parcerias_fundo_detalhe_branco {
        position: absolute;
        width: 64%;
        height: 37vw;
        bottom: 0%;
        left: 10%;
        padding: 0;
    
        background-image: url("../imagens/parcerias_fundo_detalhe_branco.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;   
    }

    #forte_ensino_mobile {
        position: relative;
        width: 100%;
        height: 80vw;
        margin: -0.6vw 0 0 0;
        padding: 0;
        background-image: url("../imagens/forte_fundo_mobile.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;   
    }    

    #forte_slogan_mobile {
        position: absolute;
        width: 62%;
        height: 60vw;
        top: 12%;
        left: 19%;   
        background-image: url("../imagens/forte_slogan.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;      
    }    

    #forte_rede {
        position: absolute;
        width: 72%;
        height: 6vw;
        top: 4%;
        left: 11%;   
        background-image: url("../imagens/forte_rede_concepcionista.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;      
    }      
    
    #forte_ensino {
        width: 100%;
        height: 80vw;
    }    

    #forte_aluna {
        position: absolute;
        width: 55vw;
        height: 100%;
        bottom: 0%;
        right: 0 !important;
        background-image: url("../imagens/forte_aluna.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;  
    }    

    #forte_dados {
        top: 0 !important;
        right: 70% !important;
        font-size: 3vw !important;
    } 
    
    #forte_dados .linha {
        height: 18vw !important;
    }

    #forte_dados .dados {
        padding: 0px !important;
        height: 11vw !important;
        font-size: 10vw !important;
    }  
    
    #nossa_historia_detalhes1 {
        bottom: -33%;
        top: -21%;
        right: 0;
        width: 24vw;
        height: 67vw;
    }

    #rodape_mobile_elem1 {
        position: absolute;
        width: 75vw;
        height: 36%;
        bottom: 0%;
        right: 0 !important;
        background-image: url("../imagens/rodape_mobile_elem1.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;          
    }

    #rodape_mobile_elem2 {
        position: absolute;
        width: 31vw;
        height: 57%;
        top: 0%;
        left: 0 !important;
        background-image: url("../imagens/rodape_mobile_elem2.png");
        background-repeat: no-repeat;
        background-position: center;    
        background-size: cover;  
    }
}