*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    list-style: none;
}

html,body{
    overflow-x: hidden;
}

:root{
    --bg-color: #FFFEFE;
    --white: #f3f2f3;
    --text-color: #101010;
    --black: #101010;
    --main-color: #0736f9;
    --darker-blue: #000894;
    --gray: #f3f2f3;
    /* --gray: #d9d8d8; */
}

button{
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
}
img{
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-drag: none;
}

#header{
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
    /* background: red; */
}
#header .navbar-box{
    /* background: red; */
    /* margin-left: 76px; */
    display: flex;
    flex-direction: row;
    /* margin-left: 100px; */
    align-items: center;
    /* width: 1440px;  */
    /* width: 90vw; */
    max-width: 100%;
    width: 75rem;
    /* background: red; */
}
#header .logo{
    position: relative;
    /* background: green; */
    /* left: 5rem; */
}
#header .navbar-box .navbar-links{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;                    
    height: 115px;
    margin-left: 500px;
}
#header .navbar-box .navbar-links p{
    list-style: none;
    text-decoration: none;
    padding-right: 51px;
    color: black;
    font-weight: 500;
    cursor: pointer;
}
.button-small{
    width: 165px;
    height: 31px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    background: var(--main-color);
    justify-content: center;
    align-items: center;
}
#header .navbar-box button img{
    transform: translateY(3px);
    padding-left: 10px;
}
#header .navbar-box span{
   font-size: 12px;
   font-weight: 700;
   color: white;
}
/*=MAIN=====================================================*/
#main{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#first {
    
    /* background: red; */
    height: 748px;
    background: var(--main-color);
    background-image: url("images/fundoPC.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
}
#first .content{
    display: flex;
    /* flex-direction: row; */
    /* margin-left: 100px; */
    /* background: orange; */
    position: relative;
    /* max-width: 100vw; */
    background-image: transparent;
    /* background-image: url("images/imagem1.png"); */
    /* background-repeat: no-repeat; */
    /* background-size: 1164px; */
    /* background-position-x: 200px; */
    /* width: 100%; */
}
#first .content .text-box{
    /* background: red; */
    position: absolute;
    width: 588px;
    display: flex;
    flex-direction: column;
    margin-top: 200px;
    /* margin-left: 76px; */
    z-index: 10;
}
#first .content .text-box .title{
    /* background: yellow; */
    width: 500px;
}
#first .content .text-box .title h2{
    font-size: 48px;
    font-weight: 700;
    line-height: 55px;
    color:white;
}
#first .content .text-box .text{
    margin-top: 25px;
    /* background: orange; */
}
#first .content .text-box .text p{
    font-weight: 500;
    font-size: 25px;
    line-height: 40px;
    color: white;
}

#first .content .text-box button{
    background: #000995;
}

#first .content .image-box img{
    /* display: none; */
    /* background: green; */
    position: absolute;
    left: 250px;
    /* width: 100%; */
    /* height: 100%; */
    z-index: 1;
    mask-repeat: no-repeat;
    background-repeat: no-repeat;
    pointer-events: none;

}
#first .content .mobile-image-box{
    display: none;
}
.button{
    margin-top: 25px;
    background: var(--main-color);
    width: 275px;
    height: 52px;
    border-radius: 100px;
    border: none;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    color: white;
}
#first .content .text-box .arrow-box{
    /* background: yellow; */
    width: 60px;
    height:60px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 10px;
}
#first .content .text-box .arrow{
    width: 30px;
    height: 18px;
    /* transform: translateY(20px); */
    /* top: 200px; */
    /* cursor: pointer; */
    /* background: red; */
    position: relative;
    pointer-events: none;
}

#first .content .image-box{
    right: 0;
    position: relative;
    overflow: hidden;
    /* background: red; */
    width: 1200px;
    height: 748px;
} 
@keyframes float{
    0%    { transform: translateY(-10px);}
    50%   { transform: translateY(10px);}
    100%  { transform: translateY(-10px);}
  }
.floating{
    animation: float 1s ease-in-out infinite;
}


#second{
    /* background: red; */
    /* max-width: 100vw; */
    height: 618px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    top: 50%;
}
#second .second-content{
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100rem;
    justify-content: center;
    align-items: center;
}
#second .second-content .second-title{
    padding: 0;
    margin: 0;
    margin-top: 64px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#second .second-content .second-title h2{
    color: var(--main-color);
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
    width: 774px;
}
#second .second-content .second-text{
    width: 1116px;
    /* height: 228px; */
    height: 100%;
    margin-bottom: 20px;
}
#second .second-content .second-text p{
    font-weight: 500;
    font-size: 25px;
    line-height: 38px;
    text-align: center;
}
#second .button{
    margin-bottom: 20px;
}

#third{
    /* background: #151515; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    /* overflow: auto; */
    /* height: 600px; */
    background: #F4F3F3;
    transition: all .5s ease;
    flex: 1;

}
#third .third-title{
    color: var(--main-color);
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    text-align: center;
    width: 774px;
    transition: all .5s ease;
    margin-bottom: 50px;
    margin-top: 55px;

}

.cards-container{
    display: flex;
    flex-direction: row;
    /* background: green; */
    /* flex-wrap: wrap; */
    gap: 5px;
    height: 100%;
    justify-content: center;
    /* align-items: center; */
    transition: all .4s ease;
    width: 100%;
}
.cards-container .card{
    background: #fff;
    border-radius: 40px;
    max-width: 230px;
    width: 100%;
    flex: 1;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: all .4s ease;    
    /* overflow: hidden; */
    box-shadow: #15151515 0 6px 8px;
}
.cards-container .card.expanded{
    background: #fff;
    border-radius: 40px;
    width: 230px;
    height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.card .card-icon{
    margin-top: 45px;
}
.card .card-icon, .card .card-icon img{
    width: 40px;
    height: 40px;
}
.card .card-title h3{
    font-size: 25px;
    line-height: 26px;
    text-align: center;
}
.card .card-content{
    opacity: 0;
    transition: all .4s ease;
    pointer-events: none;
    user-select: none;
}
.card.expanded .card-content{
    opacity: 1;
    pointer-events: auto;
    user-select: auto;
}
.card .card-content ul{
    /* background: green; */
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    
}
.card .card-content li{
    font-size: 12px;
    text-decoration: none;
    list-style: none;
    text-align: center;
    line-height: 18px;
    margin-top: 10px;   
}
.card .expand-button{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: none;
    background: #0736f9;
    color: #fff;
    font-size: 20px;
    position: absolute;
    bottom: 0;
    z-index: 10000;
    transform: translateY(20px);
    cursor: pointer;
    transition: background .4s ease;
}
.card .expand-button:hover{
    background: #000894;
}

#third .button{
    margin-top: 50px;
    margin-bottom: 55px;
}



/* CARDS END ---------------------------------------------------------- */


#fourth{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 350px;
    background: var(--main-color);
    background-image: url("images/parallax.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
#fourth .quote-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#fourth .quote-box .quote{
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    color: white;
}
#fourth .quote-box .versicle{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: white;
}

#fifth{
    background: white;
    /* background: #000; */
    /* background: black; */
    height: 800px;
    /* overflow: hidden; */
    display: flex;
    justify-content: center;
    align-items: center;
}
#fifth .title{
    /* background: yellow; */
    width: 450px;
    margin-left: 76px;
}
#fifth .title h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 72px;
    color: var(--main-color);
}

/* Slider START -------------------------------------- */

.container-slider{
    /* background: red; */
    display: flex;
    width: 100%;
    max-width: 800px;
    height: auto;
    max-height: 80%;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.container-images{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 600px;
}
.slider{
    opacity: 0;
    transition: opacity .5s ease, transform .5s ease;
    transition: all .5s ease;
    position: absolute;
    /* width: 100%; */
    height: auto;
    max-height: 600px;
    aspect-ratio: 213/250;
    box-shadow: #15151522 2px 6px 20px;
    border-radius: 40px;
    transform: translateX(0);
}
.slider.on{
    opacity: 1;
    z-index: 101;
}
.slider.prev-slide{
    opacity: 1;
    z-index: 50;
    transform: translateX(-16%) scale(.9);
    /* height: 500px; */
}
.slider.next-slide{
    opacity: 1;
    transform: translateX(16%) scale(.9);
    z-index: 50;
    /* height: 500px; */
}

.disable-click{
    pointer-events: none;
}

#prev-button, #next-button{
    background: #0736f9;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    box-shadow: #15151522 2px 6px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1001;
}
#prev-button{
    transform: translateX(50px);
}
#next-button{
    transform: translateX(-50px);
}

#prev-button img{
    margin-right: 2px;
    transform: rotate(90deg);
    width: 20px;
    height: auto;
}
#next-button img{
    margin-left: 2px;
    transform: rotate(270deg);
    width: 20px;
    height: auto;
}

/* Slider END ---------------------------------------- */
#sixth{
    height: 752px;
    background: var(--darker-blue);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url("images/formBg.webp");
    background-size: cover;
    background-repeat: no-repeat;
}
#sixth .title{
    width: 536px;
    height: 240px;
}
#sixth .title h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    color: white;
}
#sixth .form{
    margin-left: 20px;
    background: black;
    width: 589px;
    height: 524px;
    background: rgba(7, 54, 249, 0.3);
    mix-blend-mode: normal;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    /* Note: backdrop-filter has minimal browser support */
    border-radius: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background: green; */
}

#sixth .form .title-box{
    /* background: yellow; */
    width: 500px;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}
#sixth .form .title-box h3{
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;

}

#sixth .form .input-box{
    padding: 20px;
    /* background: red; */
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}
#sixth .form .input-box input{
    margin-top: 30px;
    width: 483px;
    height: 51px;
    background: #FFFFFF;
    border-radius: 25.5px;
    border: none;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
}
#sixth .form .input-box input:focus{
    outline: none;
    border: none;
}
#sixth .form .input-box input::placeholder{
    font-weight: 500;
    font-size: 15px;
    line-height: 50px;
    color: #000;
}
#sixth .form .button{
    background: #52BB00;
    display: flex;
    align-items: center;
}
#sixth .form .button img{
    width: 30px;
    animation: spin 1s infinite linear;
}

@keyframes spin{
    from{
        rotate: 0deg;
    }
    to{
        rotate: 360deg;
    }
}

#invalidSubmit{
    position: absolute;
    color: #ff5555;
    font-weight: 600;
    bottom: 5px;
    visibility: hidden;
}
#invalidSubmit.validateSubmit{
    visibility: visible;
}

#sixth .form .input-box #name.valid{
    border: 2px solid #22ff22;
}
#sixth .form .input-box #email.valid{
    border: 2px solid #22ff22;
}
#sixth .form .input-box #whatsapp.valid{
    border: 2px solid #22ff22;
}

.validLabel{
    /* background: red; */
    position: fixed;
    color: #ff5555;
    font-weight: bolder;
    /* transition: all .3s ease; */
    width: 200px;
    top: 315px;
    left: 60px;

}
#sixth .form .input-box #name.invalid{
    border: 2px solid #ff5555 ;
}
#sixth .form .input-box #email.invalid{
    border: 2px solid #ff5555 ;
}
#sixth .form .input-box #whatsapp.invalid{
    border: 2px solid #ff5555 ;
}

#footer{
    height: 114px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

#popup_container{
    width: 100vw;
    height: 100vh;
    background: #ffffff33;
    position: fixed;
    top: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(5px);
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    opacity: 0;
    transition: opacity .7s ease;
}
#popup_container.on{
    pointer-events: all;
    opacity: 1;
}
#popup_container .popup{
    background: var(--main-color);
    width: 50%;
    /* min-height: 300px; */
    /* min-width: 300px; */
    height: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 20px;
    transform: translate3d(0px, 200px, 0);
    transition: transform 1s ease;
}
#popup_container.on .popup{
    transform: translate3d(0,0,0);
}
.popup h3{
    /* background: red; */
    width: 80%;
    text-align: center;
    line-height: calc(1vw + 1rem);
    font-size: calc(1vw + 1rem);
}
.popup p{
    /* background: red; */
    width: 80%;
    text-align: center;
    line-height: calc(1vw + .5rem);
    font-size: calc(.8vw + .5rem);
}
.popup button{
    position: absolute;
    top: 10px;
    right: 20px;
    background: none;
    border: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}


@media (max-width: 1300px){
    #header{
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    #header .navbar-box{
        margin-left: 76px;
        display: flex;
        flex-direction: row;
        /* margin-left: 100px; */
        align-items: center;
        justify-content: space-between;
        /* width: 1440px;  */
        width: 100rem;
        /* background: red; */
    }
    #header .navbar-box .navbar-links{
        margin-left: 0;
    }
}

@media (max-width: 1250px){
    #first .content{
        max-width: 100vw;
        /* background: orange; */
        /* left: calc(1rem - 4vw); */
        padding-left: 76px;
    }
    #second .second-content .second-title{
        /* background: red; */
        width: 1000px;
    }
    #second .second-content .second-text{
        /* background: red; */
        width: 1000px;
    }

    .slider{
        max-width: 25rem;
    }
    #prev-button{
        position: absolute;
        z-index: 1000;
        transform: translateX(-220px);
    }
    #next-button{
        position: absolute;
        z-index: 1000;
        transform: translateX(220px);
    }

    #sixth{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* padding: 50px; */
        height: 100%;
    }
    #sixth .title{
        margin: 0;
        margin-top: 80px;
        margin-bottom: 50px;
        padding: 0;
        /* background: red; */
    }
    #sixth .title h2{
        text-align: center;
    }
    #sixth .form{
        margin-bottom: 50px;
    }


}
@media (max-width: 1050px){
    #second{
        height: 100%;
    }
    #second .second-content .second-title{
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
    }
    #second .second-content .second-text{
        width: 100%;
        padding-left: 50px;
        padding-right: 50px;
        
    }

    #third .card{
        max-width: 180px;
        height: 180px;
    }
    #third .card.expanded{
        max-width: 180px;
        height: 450px;
    }
    #third .card h3{
        font-size: 18px;
        line-height: 18px;
    }
    #third .card .card-content ul{
        /* background: red; */
        width: 150px;
        
    }

    #fifth .title{
        width: 300px;
        /* background: red; */
    }
    #fifth .title h2{
        font-size: 30px;
        line-height: 40px;
    }
    .container-slider{
        margin-top: 50px;
        height: 360px;
    }
    .slider{
        max-width: 20rem;
    }
    #prev-button{
        position: absolute;
        z-index: 10000;
        transform: translateX(-180px);
    }
    #next-button{
        position: absolute;
        z-index: 10000;
        transform: translateX(180px);
    }
}
@media (max-width: 900px){
    #first{
        height: 100%;
    }
    #first .content{
        padding: 0;
        display: flex;
        flex-direction: column;
        /* background: green; */
        justify-content: center;
        align-items: center;
    }
    #first .content .text-box{
        margin: 0;
        margin-top: 100px;
        position: relative;
        /* background: red; */
        justify-content: center;
        align-items: center;
        padding: 50px;
        padding-bottom: 0px;
        padding-bottom: 0;
        text-align: center;
    }
    #first .content .mobile-image-box{
        display: flex;
        /* background: orange; */
        position: relative;
        width: 100vw;
        /* overflow: hidden; */
        align-items: center;
        justify-content: center;
        /* height: 100vh; */
    }
    
    #first .content .mobile-image-box img{
        min-width: 10vw;
        margin-left: -5vw;
        /* margin-top: calc(1rem - 6vw); */
        margin-top: -10px;
    }
    
    #first .content .image-box{
        display: none;
    }
    .container-slider{
        max-width: 400px;
    }

    #third .card{
        max-width: 180px;
        height: 180px;
    }
    #third .card.expanded{
        max-width: 150px;
        height: 450px;
    }
    #third .card h3{
        font-size: 16px;
        line-height: 18px;
    }
    #third .card .card-content ul{
        /* background: red; */
        width: 120px;
        
    }
    #third .card .card-content ul li{
        line-height: 14px;
        
    }
    
}
@media (max-width: 800px){
    #header .navbar-links p{
        display: none;
    }
    #header .navbar-box{
        display: flex;
        /* background: red; */
        align-items: center;
        justify-content: space-around;
        margin: 0;
    }

    #third .third-title{
        font-size: 40px;
        /* background: red; */
        width: 100%;
    }

    #fourth .quote-box{
        /* background: red; */
        width: 700px;
    }
}
@media (max-width: 700px){
    #third .cards-container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #third .card{
        width: 100%;
        max-width: 100%;
        border-radius: 100px;
        max-height: 140px;
        /* height: 140px; */
    }
    #third .card.expanded{
        max-width: 100%;
        width: 100%;
        max-height: 800px;
        height: 800px;
        border-radius: 50px;
    }
    #third .card h3{
        font-size: 20px;
        line-height: 18px;
    }
    #third .card .card-content{
        margin-top: 20px;
        margin-bottom: 60px;
    }
    #third .card .card-content ul{
        /* background: red; */
        width: 300px;
        
    }
    #third .card .card-content ul li{
        line-height: 18px;
        font-size: 14px;
        margin-top: 20px;
        
    }
}
@media (max-width: 690px){
    #first{
        width: 100%;
    }
  
    #first .content{
        /* background: blue */
        background-image: unset;
        /* margin-top: 500px; */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-width:200px;
        background-image: none;
        width: 100%;
    }
    #first .content .text-box{
        justify-content: center;
        align-items: center;
        margin-top: 0;
        margin: 0;
        padding: 50px;
    }
    #first .content .text-box .arrow-box{
       display: none;
    }
    #first .content .text-box .title{
        /* background: red; */
        width: 80vw;
    }
    #first .content .text-box .title h2{
        text-align: center;
        /* font-size: 42px; */
        font-size: calc(1rem + 2vw);
        line-height: calc(1.4rem + 2.4vw);
    }

    #first .content .text-box .text{
        padding-top: 20px;
        text-align: center;
        /* background: green; */
        width: 80vw;
    }
    #first .content .text-box .text p{
        font-size: calc(1rem + 0.5vw);
        line-height: calc(1.4rem + 0.6vw);
    }


    #second .second-content .second-title{
        /* background: red; */
        width: 90vw;
    }
    #second .second-content .second-title h2{
        /* background: yellow; */
        /* font-size: 38px; */
        font-size: calc(1rem + 3vw);
        line-height: calc(1.4rem + 4.8vw);
        
    }
    #second .second-content .second-text p{
        /* font-size: 22px; */
        /* line-height: 36px; */
        font-size: calc(1rem + 0.5vw);
        line-height: calc(1.4rem + 0.6vw);
        /* text-align: justify; */
        /* text-justify: distribute; */
        /* word-break: break-all; */
        text-align: justify;
        /* text-justify: distribute; */
        /* text-align-last: left; */
        hyphens: auto;
        -webkit-hyphens: auto;
    }

    #third{
        height: 1100px;
    }
    #third .third-title{
        /* background: red; */
        width: 80vw;
        font-size: calc(1rem + 1vw);
        line-height: calc(1.4rem + 1.2vw);
    }
    #fourth .quote-box .quote{
        width: 80vw;
        font-size: calc(1rem + 2vw);
        line-height: calc(1.4rem + 2.4vw);
    }
    #fourth .quote-box .versicle{
        font-size: calc(1rem + 0.5vw);
        line-height: calc(1.4rem + 0.6vw);
    }
    #fifth{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #fifth .title{
        margin: 0;
        width: 90vw;
        /* background: red; */
    }
    #fifth .title h2{
        font-size: 36px;
        line-height: 40px;
        text-align: center;
        font-size: calc(1rem + 2vw);
        line-height: calc(1.4rem + 2.4vw);
    }

    .container-slider{
        margin-top: 50px;
        height: 360px;
    }
    .slider{
        max-width: 20rem;
    }

    #prev-button{
        position: absolute;
        z-index: 10000;
        transform: translateX(-180px);
    }
    #next-button{
        position: absolute;
        z-index: 10000;
        transform: translateX(180px);
    }

    #sixth .title{
        /* background: red; */
        width: 90vw;
        height: 100%;
    }
    #sixth .title h2{
        font-size: calc(1rem + 3vw);
        line-height: calc(1.4rem + 4.8vw);
    }
    #sixth .form{
        /* background: red; */
        margin: 0;
        margin-top: 20px;
        margin-bottom: 50px;
        
        width: 90vw;
    }
    #sixth .form .title-box{
        /* background: red; */
        width: 80%;
        margin-top: 20px;
    }
    #sixth .form .title-box h3{
        font-size: calc(1rem + 1vw);
        line-height: calc(1.4rem + 1.2vw);
    }

    #sixth .form .input-box{
        /* background: red; */
        margin: 0;
        padding: 0;
        margin-top: 1rem;
        width: 95%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
    }
    #sixth .form .input-box input{
        width: 90%;
        height: calc(1.5rem + 4vw);
    }
    #sixth .form .button{
        width: 90%;
        max-width: 300px;
        font-size: calc(0.8rem + 0.7vw);
        line-height: calc(1.4rem + 0.6vw);
    }
    
}
@media (max-width: 400px){
    #header .navbar-box{
        align-items: center;
        justify-content: center;
    }
    #header .navbar-box .button-small{
       display: none;
    }
    #first {
        background-image: url("images/fundoPC.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    #fourth{
        background-repeat: no-repeat;
        background-size: cover;
    }
    #prev-button{
        position: absolute;
        z-index: 10000;
        transform: translateX(-160px);
    }
    #next-button{
        position: absolute;
        z-index: 10000;
        transform: translateX(160px);
    }
    #invalidSubmit{
        font-size: 1rem;
        line-height: 1rem;
        max-width: 70%;
        max-height: 10%;
        text-align: center;
    }

}
@media(max-width: 450px){
    #popup_container .popup{
        width: 100vw;
        min-width: 0;
        /* background: red; */
    }
}