@import url('https://fonts.googleapis.com/css2?family=Itim&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');



/* UTILIDADES */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
   }
   body {
    font-family: cursive;
   }

   section{
    background-image: url(background_menu2.jpg);
    display: inline-flex;
    flex-direction: row;
    width: 100%;
    position: fixed;
    height: 15vh;
    z-index: 1000000;
   }

   section100 { width: 10%;}

   section101{ 
    display: block;
    width: 12%;
    padding-top: 2.5vw;
    }

   #header {
    display: inline-flex;
    justify-content: center;
    padding-top: 2.5vw;
    width: 90%;}
   
   ul {
    margin: 0;
    padding: 0;
    }

    li a {
    color: white;
    text-decoration: none;
    font-family: Itim;
    font-size: 1.15vw;
    }

    li a:hover {
    color: pink;
    }

    

#menu {
    display: flex;
    list-style: none;
    gap: 0.5rem;
}

#menu a {
    display: block;
    padding: 0.5rem;
}

#btn-mobile {
    display: none;
}

    .logo img {
        width: 10vw;
    }

    .logo_header {
        display: inline-flex;
        width: 12vw;
        height: 2.8vw;    
    }
    
    .logo_header a {
        margin-top: 1vw;
    }
   
   section2 {
    display: inline-flex;
    width: 100%;
    height: 42vw;
    background-image: url(Capa_escura.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    flex-direction: column;
    margin-top: 7.6%;
   }

   section2 p {
    font-size: 3.2vw;
    margin-left: 15%;
    padding-top: 6%;
    color: white;
    font-family: Itim;
   }

   section2 p1 {
    font-size: 2.2vw;
    margin-left: 15%;
    padding-top: 0.5vw;
    color: white;
    font-family: Itim;
    padding-bottom: 2%;
   }

   section2 p2 {
    font-size: 1.3vw;
    margin-left: 15%;
    padding-bottom: 2%;
    color: white;
    font-family: Itim;
    margin-right: 40%;
   }

   section2 p3 {
    font-size: 1.3vw;
    margin-left: 15%;
    padding-bottom: 2%;
    color: white;
    font-family: Itim;
    margin-right: 35%;
   }
   
   section2 a{
    color: white;
    margin-left: 2%;
    font-family: Itim;
    text-decoration: none;
   }

   section2 .botao {
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding: 17px 10px 17px;
    width: 270px;
    color: white;
    background-color: rgb(30, 30, 109);
    border-radius: 30px;
    cursor: pointer;
    margin-left: 40%;
    opacity: 80%;
    position: relative;
    z-index: 1;
    

    animation: headShake;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}



    section1 {
        width: 100%;
        display: flex;
        align-items: center;
    }
   a1 {
    width: 100%;
    font-size: 4vw;
    text-align: center;
    font-family: Itim;
    padding: 3.5%;
    color: #d7b6d8;
}

   section3 {
    display: inline-flex;
    flex-direction: column;
    width: 48%;
   }

   section3 img {
    width: 19vw;
    margin-left: 50%;
   }

   section3 a{
    font-family: Itim;
    text-align: center;
    margin-left: 40%;
    margin-right: 5%;
    color: #63807E;
   }

   section4 {
    display: inline-flex;
    flex-direction: column;
    width: 48%;
   }

   section4 img {
    width: 19vw;
    margin-left: 15%;
   }

   section4 a{
    font-family: Itim;
    text-align: center;
    margin-left: 9%;
    margin-right: 36%;
    color: #63807E;
   }

   section5 {
    width: 100%;
    height: 10vw;
    background-color: #f6f6f6;
    display: block;
    margin-top: 8vw;
    background-size: 100%;
}

section5 a2 {
    padding-top: 3%;
    font-size: 4vw;
    text-align: center;
    font-family: Itim;
    display: block;
    color: #d7b6d8;
}


section6 {
    float: left;
    width: 40vw;
    height: 50vw;
    background-color: #f6f6f6;
    display: inline-flex;
    flex-direction: column;
}

section6 img {
    width: 25vw;
    margin-left: 15%;
    
}

section7{
    width: 58vw;
    height: 50vw;
    background-color: #f6f6f6;
    display: inline-block;
    flex-direction: column;
}

section7 a5 {
    display: inline-flex;
    height: 3vw;
    width: 40vw;
    font-family: Itim;
    color: rgb(113, 182, 225);
    font-size: 1.2vw;
    margin-left: 1vw;
    margin-right: 15%;
}

.graduacao {
    width: 5vw;
    color: #20a6ff;
}

section20 {
    width: 100%;
    height: 300px;
    background-image: url(background_agendamento4.jpg);
    display: block;
}

section30 {
    display: inline-flex;
    width: 45vw;
}

section31 {
    display: inline-flex;
    width: 50vw;
}

section30 a {
    color: white;
    font-family: Itim;
    text-decoration: none;
}

section31 a {
    color: white;
    font-family: Itim;
    text-decoration: none;
}

section20 p {
    width: 75vw;
    padding-top: 3%;
    margin-left: 17%;
    padding-bottom: 5%;
    font-family: Itim;
    font-size: 4vw;
    color: white;
}

section20 .botao1 {
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding: 17px 8px 17px;
    width: 250px;
    color: white;
    background-color: rgb(30, 30, 109);
    border-radius: 30px;
    cursor: pointer;
    margin-left: 50%;
    opacity: 80%;

    animation: headShake;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

section20 .botao {
    display: flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding: 17px 10px 17px;
    width: 250px;
    color: white;
    background-color: rgb(30, 30, 109);
    border-radius: 30px;
    cursor: pointer;
    margin-left: 15%;
    opacity: 80%;

    animation: headShake;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

section20 a {
    display: inline-flex;
    margin-left: 10px;
    font-size: 19px;
}

section10 {
    height: 50vw;
    display: block;
    width: 100%;
}

section10 p {
    margin-top: 6%;
    font-size: 5vw;
    text-align: center;
    font-family: Itim;
    color: #d7b6d8;
    padding-bottom: 5%;
}


.slider {
    margin: 0 auto;
    width: 52vw;
    height: 26vw;
    overflow: hidden;
}

.slides {
    width: 400%;
    height: 26vw;
    display: flex;
}

.slides input {
    display: none;
}

.slide {
    width: 25%;
    position: relative;
    transition: 2s;
}

.slide img {
    width: 52vw;
}

.manual-navegation {
    position: absolute;
    width: 52vw;
    margin-top: -2.5vw;
    display: flex;
    justify-content: center;
}

.manual-btn {
    border: 2px solid #fff;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.manual-btn:not(:last-child) {
    margin-right: 3.3vw;
}

.manual-btn:hover {
    background-color: #fff;
}

#radio1:checked ~ .first {
    margin-left: 0;
}

#radio2:checked ~ .first {
    margin-left: -25%;
}
#radio3:checked ~ .first {
    margin-left: -50%;
}
#radio4:checked ~ .first {
    margin-left: -75%;
}

.navegation-auto div {
    border: 2px solid #20a6ff;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.navegation-auto {
    position: absolute;
    width: 52vw;
    margin-top: 23.5vw;
    display: flex;
    justify-content: center;
}

.navegation-auto div:not(:last-child) {
    margin-right: 3.3vw;
}


#radio1:checked ~ .navegation-auto .auto-btn1 {
    background-color: #fff;
}
#radio2:checked ~ .navegation-auto .auto-btn2 {
    background-color: #fff;
}
#radio3:checked ~ .navegation-auto .auto-btn3 {
    background-color: #fff;
}
#radio4:checked ~ .navegation-auto .auto-btn4 {
    background-color: #fff;
}

section11 {
    height: 450px;
    width: 42%;
    display: inline-flex;
    flex-direction: column;
    float: left;
}

section11 p {
    font-size: 48px;
    text-align: center;
    font-family: Montserrat;
    color: rgb(113, 182, 225); 
}

section11 .localizacao { margin-left: 5%; margin-right: 2%; }

section11 .estacionamento { margin-left: 5%; margin-right: 2%; }

section11 .sala { margin-left: 5%; margin-right: 2%; }

section11 .localizacao a {
    margin-left: 2%;
    font-family: Itim;
    font-size: 1.5vw;
    color: rgb(113, 182, 225);
}

section11 .estacionamento a{
    margin-left: 2%;
    font-family: Itim;
    font-size: 1.5vw;
    color: rgb(113, 182, 225);
}

section11 .sala a{
    margin-left: 2%;
    font-family: Itim;
    font-size: 1.5vw;
    color: rgb(113, 182, 225);
}


section12 {
    height: 450px;
    width: 45%;
    display: inline-flex;
    flex-direction: column;
}

section12 iframe {
    width: 45vw;
}

section13 {
    width: 100%;
    height: 12vw;
    background-color: #e7e7e7;
    display: block;
    margin-top: 8vw;
    background-size: 100%;
}

section13 a {
    padding-top: 3%;
    font-size: 4vw;
    text-align: center;
    font-family: Itim;
    display: block;
    color: #d7b6d8;
}

section14 {
    height: auto;
    background-color: #e7e7e7;
    display: block;
}

.faq {
    max-width: 65vw;
    padding-bottom: 1vw;
    border-bottom: 2px solid rgb(224, 152, 240);
    cursor: pointer;
    margin-left: 20%;
}

.question {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question a {
    font-size: 1.2rem;
    color: rgb(224, 152, 240);
}

.answer p {
    padding-top: 1rem;
    line-height: 1.6;
    color: #78b5de;
}

.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.4s ease;
}

.faq.active .answer {
    max-height: 300px;
    animation: fade 1s ease-in-out;
}

.faq.active svg {
    transform: rotate(180deg);
}

svg {
    transition: transform 0.5s ease-in;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

footer {
    width: 100%;
    height: 6vw;
    padding-top: 1%;
    border-top: grey;
    border-top-style: solid;
    display: block;
}

.footer1 {
    display: inline-flex;
    font-size: 1.2vw;
    margin-left: 15%;
    font-family: Itim;
    width: 50vw;
    float: left;
}

.logo_footer {
    display: inline-flex;
    width: 25vw;
    margin-left: 2%;
    height: 2.8vw;    
}

.logo_footer p {
    font-size: 3vw;
    margin-top: -0.6vw;
}

.logo_footer a {
    margin-left: 6%;
    margin-top: 1vw;
    margin-right: 2%;
}
   



















   /* APLICAÇÃO MEDIA QUERIES */
   @media (max-width: 768px) {
    
    section{
        background-image: url(background_menu.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
    
       section100 { width: 22%;}
    
       section101{ 
        display: block;
        width: 15%;
        justify-content: center;
        align-items: center;
        }

    #header{
        width: 57%;
        justify-content: center;
        padding-top: 0;
        align-items: center;
    }

    #btn-mobile {
        display: block;
    }

    #menu {
        display: block;
        position: absolute;
        width: 100%;
        top: 70px;
        right: 0px;
        background: #d1e0ef;
        height: 0px;
        transition: 0.3s;
        z-index: 10000;
        visibility: hidden;
        overflow-y: hidden;
        
    }

    #nav.active #menu {
        height: calc(100vh - 70px);
        visibility: visible;
        overflow-y: auto;         
    }

    #menu a {
        padding: 1rem 0;
        margin: 0 1rem;
        border-bottom: 2px solid rgb(213, 213, 213);
        font-size: 3.4vw;
    }

    #btn-mobile{
        display: flex;
        height: 45px;
        border-radius: 5px;
        padding: 0.5rem 1rem;
        font-size: 1rem;
        border: none;
        background: #6fc5ff;
        cursor: pointer;
        gap: 0.5rem;
        align-content: center;
        align-items: center;
    }

    #hamburger {
        display: inline-block;
        color: white;
        width: 20px;
        border-top: 2px solid;

        animation: pulse 3s;
        animation-iteration-count: infinite;
    }

    #hamburger::after, #hamburger::before{
        content: '';
        display: block;
        height: 2px;
        background: currentColor;
        margin-top: 5px;
        transition: 0.3s;
        position: relative;

        animation-name: pulse;
    }

    #nav.active #hamburger {
        border-top-color: transparent;
    }

    #nav.active #hamburger::before {
        transform: rotate(135deg);
        
    }
    #nav.active #hamburger::after {
        transform: rotate(-135deg);
        top: -7px;
    }

    .logo img {
        width: 150px;
    }
    
    .logo_header {
        padding-top: 3vw;
        margin-right: 5vw;
        width: 3px;
    
    }
    .logo_header p {display: none;}

    .logo_header a { margin-right: 1vw;}

    section1 a1 {
        font-size: 10vw;
    }

    section2 {
        display: inline-flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        background-image: url(Capa_responsivo5.jpg);
        padding-top: 14%;
        height: 93vw;
        margin-top: 14%;
    }

    section2 p{
        padding-top: 8%;
        font-size: 9vw;
        color: white;
        margin-left: 0;

        animation: fadeInRight 2s;
    }

    section2 p1{
        font-size: 4.8vw;
        color: white;
        margin-left: 0;

        animation: fadeInRight 2s;
    }
    section2 p2{ display: none; }

    section2 p3 {
        display: block;
        font-size: 3vw;
        font-family: Itim;
        color: white;
        margin-top: 2%;
        margin-left: 10%;
        padding-bottom: 10%;

        animation: fadeInRight 2s;
    }

    section2 .botao {
        padding: 17px 10px 17px;
        width: 180px;
        color: white;
        background-color: rgb(30, 30, 109);
        margin: 0;
        animation-delay: 2.5s;
    }

    section2 .botao a {
        font-size: 12px;
        margin-left: 3%;
    }

    section3 {
        display: inline-flex;
        width: 100%;
       }

    section3 img {
        width: 180px;
        margin-left: 30vw;

    }

       section3 a{
        font-family: Itim;
        text-align: center;
        margin-left: 5%;
        margin-right: 5%;
        color: #63807E;
        font-weight: lighter;
       }
 
    section4 {
     display: inline-flex;
     width: 100%;
    }

    section4 img {
        width: 180px;
        margin-left: 30vw;
    }

    section5 a2 {
        font-size: 10vw;
    }

       section4 a{
        font-family: Itim;
        text-align: center;
        margin-left: 5%;
        margin-right: 5%;
        color: #63807E;
       }

       section6 {
        width: 100%;
        height: auto;
        align-items: center;
        display: inline-block;
        align-items: center;
       }
       section6 img {
        display: block;
        width: 70vw;
        margin-top: 1%;
        margin-bottom: 10px;        
       }

       section7 {
        display: block;
        width: 100%;
        height: auto;
        padding-bottom: 13%;
        }

        .linha4 {
            margin-left: 6%;
            margin-bottom: 50px;
        }

        .linha5 {
            margin-left: 6%;
            margin-bottom: 85px;
           
        }

        .linha5 a5 {
            width: 75vw;
            font-size: 16px;
            margin-right: 1%;

        }

        .linha4 a5 {
            width: 75vw;
            font-size: 16px;
            margin-right: 1%;
        }

        section20 p {
            width: 95%;
            margin-left: 5%;
            padding-top: 5%;
            font-size: 5.3vw;
            padding-bottom: 10%;
        }

        section30 {
            display: inline-flex; justify-content: center;  width: 100%; align-items: center; margin: 0;
            padding-bottom: 2%;
        }

        section30 .botao1 a {
            margin-left: 5%;
            font-size: 17px;
        }

        section30 .botao1 { margin-left: 0;}

        section31 { display: inline-flex; justify-content: center;  width: 100%; align-items: center; margin: 0;}

        section31 .botao a {
            font-size: 17px;
            margin-left: 5%;
        }

        section31 .botao { margin-left: 0; }



        section10 { height: 65vw; }

        section10 p { font-size: 10vw; }

       .slider {
        width: 70vw;
        height: 45vw;
       }

       .slide img {
        width: 70vw;
        height: 45vw;
        }

     .manual-navegation {
        width: 70vw;
        margin-top: 12.5vw;
        }
     .manual-btn {
         padding: 5px;
        }
       .navegation-auto {
        width: 70vw;
        margin-top: 38.5vw;
        }

        section11 {
            display: block;
            width: 100%;
            height: auto;
        }

        section11 p {
            margin-top: 8%;
            font-size: 8vw;
        }
        section11 .localizacao a {
            margin-left: 2%;
            font-size: 3.5vw;
            
        }
        
        section11 .estacionamento a{
            margin-left: 2%;
            font-size: 3.5vw;
        }
        
        section11 .sala a{
            margin-left: 2%;
            font-size: 3.5vw;
        }

        section12 {
            display: block;
            width: 100%;
            height: auto;
        }

        section12 iframe {
            width: 75vw;
            margin-left: 12%;
        }

        section14 {
            height: auto;
            font-family: Itim;
            padding-top: 2rem;
        }

        section13 a { font-size: 8vw; }

        .question a {
            font-size: 16px;
            font-family: Itim;
        }
        
        .answer p {
            font-size: 14px;
            font-family: Itim;
        }
        .faq {
            max-width: 85vw;
            margin-left: 7%;
        }
        footer {
            width: 100%;
            height: 100px;
        }
        .footer1 {
            width: 83vw;
            font-size: 3.7vw;
            margin-left: 8%;  
            text-align: center;          
        }
        
        .logo_footer {
            width: 50vw;
            margin-top: 5%;
            margin-bottom: 7%;
            align-items: center;
            margin-left: 40%;
        }

        .logo_footer p {
            display: none;
            margin-left: 4%;
        }

        .logo_footer a {
            margin-right: 6%;
        }
              
}