@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Rubik+Dirt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');


* {
    margin: 0;
    padding: 0;
    font-family: 'Rubik', sans-serif;
}

img {
    max-width: 100% !important;
}

p {
    margin-bottom: 0 !important;
}

a {
    text-decoration: none;
}

#armored_website {
    position: fixed;
    bottom: 30px;
    right: 100px;
}

.l-1 {
    margin-top: 15px;
}

.l-2 {
    margin-top: 50px;
}

.l-3 {
    margin-top: 75px;
}

.b-2 {
    margin-bottom: 50px;
}

#sslblindado {
    position: fixed;
    bottom: 20px;
    right: 100px;
    background-repeat: no-repeat;
    z-index: 9999;
}

#whats {
    position: fixed;
    left: 20px;
    bottom: 20px;
    background-color: #ffffff75;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #004381;
    color: #004381;
    font-size: 20pt;
    z-index: 9999;
}

#whats:hover {
    background-color: #fff;
    border: #39baff 2px solid;
    color: #39baff;
    transition: .5s;
}

#back-to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #ffffff75;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #004381;
    color: #004381;
    font-size: 20pt;
    z-index: 9999;
}

#back-to-top:hover {
    background-color: #fff;
    border: #39baff 2px solid;
    color: #39baff;
    transition: .5s;
}

header {
    position: absolute;
    top: 0;
    z-index: 99999;
    width: 100%;
}

.content-header{
    position: fixed;
    width: 100%;
    top: 0;
    background: #00438100;
    padding: 10px;
}


.icone-menu {
    display: flex;
    justify-content: end;
}

.botao-menu i {
    color: #004381;
    font-size: 25px;
    border: 4px solid #004381;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.botao-menu i:hover {
    cursor: pointer;
    background-color: #39baff;
    transition: .5s;
    color: #fff;
}


#novo-menu {
    background-color: #0077e6;
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    display: none;
}

.portal {
    margin-top: 10%;
}

.box-portal {
    background-color: #004381;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 25%;
}

.box-portal p {
    color: #fff;
}

.box-portal hr {
    color: #fff;
}

.box-redes {
    background-color: #004381;
    padding: 10px;
    border-radius: 10px;
}

.box-redes a {
    color: #fff;
    padding: 10px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
}

.logo{
    max-width: 20%;
}

ul#menu-vertical {
    list-style: none;
    padding: 10px;
    margin-top: -10px;
}

#menu-vertical li {
    margin-top: 10px;
    position: relative;
}

li ul {
    position: absolute;
    left: 50%;
    top: 0;
    list-style: none;
}

li:hover {
    border-left: 2px solid #fff;
}

li:hover ul {
    display: block;
    transition: .5s;
    z-index: 99999;

}


#menu-vertical li a {
    color: #fff !important;
    font-size: 30px;
    text-transform: uppercase;
    padding-left: 50px;
}

.menu {
    background-color: #fff;
}


.menu-item {
    color: #004381 !important;
}

.menu-item:hover {
    color: #0077e6 !important;
    transition: .5s;
}

.menu-fixo {
    position: fixed;
    width: 100%;
    z-index: 9;
    background-color: #ffffffc9;
    display: none;
    animation: aparecer 1s linear;
}

@keyframes aparecer {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.menu-fixo .logo {
    max-width: 15%;
}

.menu-breve {
    position: relative;
}

.dropdown-menu {
    border: none;
    min-width: auto;
    background-color: #39baff;

}

.dropdown-menu .menu-item {
    color: #fff !important;
}

.dropdown-menu .menu-item:hover {
    background-color: #004381;
    transition: .5s;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 5px;
}

#breve {
    position: absolute;
    background-color: #004381;
    color: #fff;
    padding: 5px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    opacity: 0;
}

#breve:hover {
    transition: .5s;
    opacity: 1;
}

#menu-mobile .cabecalho{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

#menu-mobile img{
 width: 50%;
}

#menu-mobile{
   position: fixed;
   width: 100%;
   height: auto;
   background-color: #0077E6;
   top: 0;
   display: none;
}


#menu-mobile .botao-menu i{
  color: #fff;
  border: 4px solid #fff;
}

#menu-mobile .links a{
    color: #fff;
    font-size: 26px;
    text-align: center;
}

.exclusiva {
    background-color: #39baff !important;
    color: #fff !important;
    padding-left: 10px;
    border-radius: 5px;
    width: 180px;
    text-align: center;
}

.exclusiva:hover {
    color: #fff !important;
    background-color: #0077e6 !important;
    transition: .5s;
}

.slide-mobile{
    display: none;
}

.slide-1 video {
    position: relative;
    border-radius: 0px 0px 200px 0px;
    height: 500px;
    width: 100%;
}

/* 
.slide-1 .content {
    position: absolute;
    bottom: 0px;
    background: linear-gradient(rgba(0, 119, 230, 0), rgba(0, 119, 230, 0), rgb(0, 119, 230));
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 0px 0px 200px 0px;
} */

.slide-2{
    position: relative;
}

.slide-2 img {
    border-radius: 0px 0px 200px 0px;
    object-fit: cover;
    animation: crescer 12s;
}

#texto-slide {
    display: flex;  
    font-size: 2.5rem;  
    margin-top: -30vh;  
    margin-left: 17vw;  
    align-items: center;
    position: absolute;
    text-align: center;
    font-family: 'Montserrat', sans-serif;  
}

#texto-slide-2 {
    width: 100%;
    display: flex;  
    font-size: 1.5rem;  
    margin-top: 42vh;  
    margin-left: 6vw;  
    align-items: initial;
    position: absolute;
    text-align: center;
    font-family: 'Montserrat', sans-serif;  
}

#texto-slide-3 {
    position: absolute;
    top: 40px;
    display: block;
    right: 0;
    width: 25%;
    text-align: end;  
    font-size: 20px;   
}

#texto-slide-3 span {
   padding-top: 100px !important;    
}










.slide-texto{
    position: absolute;
    top: 0;
    padding: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    width: 50%;
    
}

.slide-texto h1{
    color: #fff;
    font-size: 54px;
    font-weight: bolder;
    margin-bottom: 50px;
}

.slide-texto p{
    color: #fff;
    text-align: justify;
    width: 70%;
}

.slide-texto button{
    margin-top: 50px;
    border: none;
    background-color: #004381;
    padding: 15px 50px;
    border-radius: 35px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.slide-texto button:hover{
    background-color: #004381;
    transition: .5s;
}

/* @keyframes crescer {
    to {
        transform: scale(1.1);
    }

    from {
        transform: scale(1.0);
    }
} */

.content-aprovado {
    background-color: #004381;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-family: "Rubik Dirt", serif !important;


}

.content-aprovado h1 {
    font-size: 54px;
    color: #fff;
}

.content-aprovado h2 {
    font-size: 62px;
}

.box-content {
    background-color: #0077e6;
    padding: 20px 80px;
}

.content p {
    color: #fff;
    width: 60%;
    font-size: 25pt;
    text-align: center;
    padding: 50px;
}

.content span {
    font-weight: bold;
}

.segmentos {
    padding: 50px;
}

.segmentos img {
    border-radius: 50%;
}

.box-seg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.box-seg img {
    filter: drop-shadow(2px 0px 5px #00000065);
}

.box-seg img:hover {
    transform: scale(1.1);
    transition: .5s;
}

.box-seg a {
    color: #505050;
    position: relative;
    font-size: 20pt;
}

.box-seg a:hover {
    text-decoration: underline;
}

.box-seg a:hover::after {
    opacity: 1;
    transition: .5s;
}

.box-seg a::after {
    position: absolute;
    content: "\f061";
    font-family: "FontAwesome";
    opacity: 0;
    font-size: 20pt;
    padding-left: 10px;
}



.box-seg h3 {
    font-size: 20px !important;
    margin-top: 20px;
    font-weight: 300;
    color: #505050;
}

.projetos {
    border-radius: 0px 100px 0px 0px;
    background-color: #39baff;
    padding-bottom: 50px;
}

.proj-titulo {
    padding-top: 50px;
    padding-bottom: 50px;
}


.proj-titulo p {
    text-align: justify;
    color: #004381;
    width: 50%;
}

.proj-titulo h2 {
    color: #004381;
    font-size: 50pt;
    font-weight: bold;
}

.eventos {
    padding-left: 150px;
}

.box-evento {
    border-radius: 25px;
    background-color: rgb(240, 237, 237);
    box-shadow: 1px 2px 5px #00000027;
}

.box-evento img {
    border-radius: 25px 25px 0px 0px;
    height: 300px;
    aspect-ratio: 2/3;
    object-fit: cover;
}

.texto-evento {
    padding: 20px;
    position: relative;
    height: 400px;
}

.texto-evento p {
    text-align: justify;
}

/* .texto-evento:hover::after {
    opacity: 1;
    transition: .5s;
}

.texto-evento::after {
    opacity: 0;
    content: "\f061";
    position: absolute;
    font-family: "FontAwesome";
    width: 100%;
    height: 100%;
    background: #004381f5;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 40pt;
    border-radius: 0px 0px 25px 25px;
    cursor: pointer;

} */

.link-texto-evento {
    background-color: #004381;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 25px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}

.link-texto-evento i {
    color: #fff;
    font-size: 50pt;
}

.link-texto-evento:hover {
    opacity: 1;
    transition: .5s;
}

.link-texto-evento svg {
    font-size: 50pt;
    color: #fff !important;
}

.texto-evento h4 {
    color: #004381;
}

.texto-evento p {
    font-size: 11pt;
}

.ver-eventos {
    width: 250px;
    margin: 50px auto;
}

.ver-eventos button {
    border: none;
    padding: 10px;
    background-color: #004381;
    border: 5px solid #004381;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
}

.ver-eventos button:hover {
    background-color: transparent;
    color: #004381;
    transition: .5s;
}


/*Efeito Livro*/

input[type=radio] {
    display: none;
}

.box-ativ {
    position: relative;
}

.box-ativ-texto {
    position: absolute;
    bottom: 0;
    padding: 20px;
    background: linear-gradient(#00438100, #004381);
    width: 100%;
    border-radius: 20px;
}

.box-ativ-texto h2 {
    color: #fff;
    font-size: 50pt;
    font-weight: bold;
    text-shadow: 2px 3px #00000018;
}


/*Final efeito livro*/

.cards {
    position: relative;
    width: 100%;
    height: 100vh;
    margin-top: 20px;
    margin-bottom: 0px;
}

.card-1 {
    position: absolute;
    width: 600px;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform .4s ease;
    cursor: pointer;
}

.card-1::after {
    content: "";
    width: 50px;
    height: 50px;
    background-color: black;
}

.card-1 img {
    width: 100%;
    height: 100%;
    border-radius: 20px;

}

#item-1:checked~.cards #song-3,
#item-2:checked~.cards #song-1,
#item-3:checked~.cards #song-2 {
    transform: translatex(-60%) scale(.8);
    opacity: .7;
    z-index: 0;
}

#item-1:checked~.cards #song-2,
#item-2:checked~.cards #song-3,
#item-3:checked~.cards #song-1 {
    transform: translatex(60%) scale(.8);
    opacity: .7;
    z-index: 0;
}

#item-1:checked~.cards #song-1,
#item-2:checked~.cards #song-2,
#item-3:checked~.cards #song-3 {
    transform: translatex(0) scale(1);
    opacity: 1;
    z-index: 1;


}

#item-2:checked~.player #test {
    transform: translateY(0);
}

#item-2:checked~.player #test {
    transform: translateY(-40px);
}

#item-3:checked~.player #test {
    transform: translateY(-80px);
}


.proposta {
    margin-top: 150px;
    background-color: #004381;
    padding: 50px;
    color: #fff;
    border-radius: 0px 0px 0px 25px;
}

.proposta h2 {
    font-size: 50pt;
}

.proposta p {
    text-align: justify;
}

.proposta img {
    border-radius: 0px 80px;
}

.proposta a {
    color: #cece00;
}

.proposta button {
    background-color: #39baff;
    padding: 10px;
    border: none;
    margin-top: 20px;
    border-radius: 10px;
    color: #fff;
    width: 200px;
}

.medio {
    margin-top: 150px;
    padding: 50px;
    background-color: #74ceff;
}

.medio h2 {
    font-size: 30pt;
    color: #004381;
    font-weight: bolder;
}

.medio h3 {
    color: #0077e6;
}

.depoimentos {
    padding: 50px;
}

.depoimentos h2 {
    color: #004381;
}

.box-depoimento {
    padding: 50px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    height: auto;
}

.box-depoimento h3 {
    color: #004381;
}

.box-depoimento h5 {
    color: #505050;
    font-weight: 300;
    font-size: 12pt;
}

.box-depoimento p {
    font-size: 11pt;
    text-align: justify;
}

.box-depoimento::before {
    content: "\F24B";
    font-family: "bootstrap-icons";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #004381;
    top: -20px;
    right: -10px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26pt;
}

.box-depoimento a {
    color: #004381 !important;
    cursor: pointer;
}

.deu-depoimento {
    display: flex;
    align-items: center;
}

.deu-depoimento img {
    max-width: 25% !important;
    border-radius: 50%;
}

.quem-depo {
    margin-left: 20px;
}

.quem-depo h4 {
    color: #004381;
    font-size: 20pt;
}

.modal-content {
    border: none !important;
}

.modal-content p {
    text-align: justify;
}

.parceiros {
    background-color: #ebebeb;
    padding: 50px;
}

.logos-parceiros {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logos-parceiros a img {
    width: 80%;
    height: 200px;
    aspect-ratio: 3/2;
    object-fit: contain;
    mix-blend-mode: darken;

}

.logos-parceiros img:hover {
    margin-top: -20px;
    transition: .5s;
}

.acontece {
    background-color: #ebebeb;
    padding: 20px;
}

.acontece h2 {
    color: #004381;
    font-weight: bold;
}

.social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.social i {
    font-size: 20pt;
    padding: 20px;
    color: #004381;
    margin: 5px;
    border-radius: 50%;
    border: 4px solid #004381;
}

.social i:hover {
    margin-top: -20px;
    transition: .5s;
    background-color: #004381;
    color: #fff;
}


.tour {
    padding: 50px;
}


.tour h2 {
    color: #004381;
    font-weight: bold;
}

.tour p {
    color: #505050;
    font-weight: 300;
    text-align: justify;
    width: 80%;
}


.video video {
    width: 70%;
    height: 500px;
    border-radius: 10px;
}

.visita {
    padding: 10px 30px;
    margin-top: 20px;
    border: none;
    background-color: #0077e6;
    border-radius: 6px;
    color: #fff;
}

.visita:hover {
    background-color: #004381;
    transition: .5s;
}



footer {
    background-color: #ebebeb;
}

.rodape {
    border-radius: 100px 0px 0px 0px;
    background-color: #004381;
    padding: 50px;
}

.rodape p {
    color: #fff;
}

.rodape a {
    color: #39baff;
}

.rodape img {
    max-width: 80% !important;
}

.info-pratica {
    display: flex;
    flex-direction: column;
}

.info-pratica h4 {
    color: #fff;
}

.info-pratica a {
    color: #fff;
}

.faleconosco h4 {
    color: #fff;
}

.faleconosco {
    display: flex;
    flex-direction: column;
}

.faleconosco a {
    color: #fff;
}

.social-roda {
    margin-top: 20px;
}

.social-roda i {
    background-color: transparent;
    padding: 20px;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 20pt;
}

#politica {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #39baff;
    padding: 10px;
    z-index: 9999;
    overflow: hidden;
    display: block;

}

#politica button {
    background-color: #004381;
    color: #fff;
    border: none;
    margin-left: 10px;
    padding: 10px 30px;
    border-radius: 6px;
}

#politica button:hover {
    background-color: #0077e6;
    transition: .5s;
}

.alinha-politica {
    display: flex;
}

.menu-mobile{
    display: none;
    background-color: #fff;
}

.content-header{
    background-color: #000;
}

@media screen and (max-width: 768px) {

    #slide-desktop{
        display: none;
    }

    #slide-mobile{
        display: block;
    }
    #texto-slide {
        font-size: 2rem;  
        margin-top: -20vh;  
        margin-left: 10vw;  
    }

    #texto-slide-2 {
        font-size: 1.2rem;  
        margin-top: 40vh;  
        margin-left: 5vw;  
    }
}


@media screen and (max-width: 600px) {
    .slide-mobile{
        display: block !important;
    }

    #slide-desktop{
        display: none;
    }

    #slide-mobile{
        display: block
    }


    .menu-mobile{
        display: block;
    }
    
    .menu-desktop{
        display: none;
    }

    .principal{
        display: flex;
        justify-content: space-between;
        padding: 10px 50px;
    }

    .principal  img{
        width: 45%;
        object-fit: contain;
        align-items: center;
        
    }

    .botao-menu i{
        border: 4px solid #004381;
        color: #004381;
    }

        
    #texto-slide-3{
        width: 40%;
        margin-top: -12vh;
        font-size: 0.5rem;
        right: 0;
        padding-right: 20px;
    }

    #texto-slide, #texto-slide h1 {
        font-size: 3.0rem !important;  
        margin-top: -21vh; 
        margin-left: 10vw; 
    }
    

    #texto-slide-2 {
        display: flex;  
        width: auto;
        font-size: 0.9rem; 
        margin-top: 25vh;  
        margin-left: 3vw; 
        text-align: center !important;
        color: #fff;
    }
}

@media screen and (max-width:500px) {
    #texto-slide, #texto-slide h1{
        margin-top: -15vh;
        margin-left: 15vw;
    }
    #texto-slide-2{
        margin-top: 21vh;
    }
    .slide-mobile{
        display: block !important;
    }
}


@media screen and (max-width: 425px) {
    #slide-desktop{
        display: none;
    }

    #slide-mobile{
        display: block;
    }


    .menu-mobile{
        display: block;
    }
    
    .menu-desktop{
        display: none;
    }

    .principal{
        display: flex;
        justify-content: space-between;
        padding: 10px 50px;
    }

    .principal  img{
        width: 45%;
        object-fit: contain;
        align-items: center;
        
    }

    .botao-menu i{
        border: 4px solid #004381;
        color: #004381;
    }

        
    #texto-slide-3{
        width: 40%;
        margin-top: -12vh;
        font-size: 0.5rem;
        right: 0;
        padding-right: 20px;
    }

    #texto-slide, #texto-slide h1 {
        font-size: 2.0rem !important;  
        margin-top: -11vh; 
        margin-left: 16vw; 
    }
    

    #texto-slide-2 {
        display: flex;  
        width: auto;
        font-size: 0.7rem; 
        margin-top: 18vh;  
        margin-left: 3vw; 
        text-align: center !important;
        color: #fff;
    }

    #texto-slide-2{
        font-size: 0.6rem;
    }
}