@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    box-sizing: border-box;
}

body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.interface{
    max-width: 1280px;
    margin:0 auto
}

.container{
    width: 100%;
    text-align: center;
    padding: 5px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border: 1px solid red; */
}

header{
    background-color: #023373;
    width: 100%;
    padding: 15px 0;
}

.logo{
    width: 25%;
}

.sociais{
    width: 20%;
}

.logo img{
    width: 250px;
    cursor: pointer;
}

.menu{
    width: 50%;
}

#botao1{
    background: #ffd600;
    padding: 8px 12px;
    border-radius: 5px;
}

#botao1:hover{
    background: #fff;
    color: black;
}

#botao2{
    background: #ffd600;
    padding: 8px 12px;
    border-radius: 5px;
    margin-left: 2%;
}

#botao2:hover{
    background: #fff;
    color: black;
}

.menu nav a{
    color: #fff;
    text-decoration: none;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    /* border:1px solid red; */
}

.sociais button{
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
}

.sociais button i{
    font-size: 20px;
    color: #fff;
}

#insta{
    background: linear-gradient(#7f37c9, #ff2992, #ff9807)
}

#face{
    background-color: #4267b3;
}

/* FIM DO HEADER */

/* BANNER-HEADLINE */

.header{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins, sans-serif';
    height: 450px;
}

.banner-area{
    width: 100%;
    height: 100%;
    /* border:1px solid red; */
    overflow: hidden;
    position: relative;
    background-image: url(../img/Bannernovo1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-content{
    font-family: 'Poppins', sans-serif;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    width: 1280px;
    text-align: left;
    /* border:1px solid red; */
}

.banner-content h2{
    color:#fff;
    line-height: 10px;
    font-size: 27px;
}

.banner-content h3{
    color: #fff;
    line-height:20px;
    font-size:14px;    
}

.banner-content button{
    width: 170px;
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    background-color: #ffd600;
    color: #fff;
}

.banner-content button:hover{
    background:#023373;
    color: #fff;
}

.img-headline{
    margin:0 auto;
    text-align: left;
    margin-top: 5.5%;
    justify-content: center;
    align-items: center;
    width: 1290px;
    /* border:1px solid red; */
}

.img-headline img{
    width: 300px;
}

/* VANTAGENS */

.seçao{
    display: inline-block;
    margin-top:25px;
    /* border:1px solid black; */
    margin-left: 4%;
    margin-right: 4%;
    padding: 3%;
    text-align: center;
}

.seçao h2{
    width: 100%;
    font-size: 60px;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #023373;
}

.serviços{
    display: inline-block;
    margin-top: 5%;
}

.card{
    display: inline-block;
    width: 20%;
    padding: 20px;
    margin:10px;
    vertical-align: middle;
    border:1px solid #023373;
    border-radius: 10px;
    cursor: pointer;
}

.texto-oculto{
    display: none;
}

.card:hover{
    background: #023373;
    color: white;
    padding: 18px;
}

.card:hover img{
    display: none;
}

.card:hover .card-text{
    display: none;
}

.card:hover .texto-oculto{
    display: block;
}

.slider{
    margin: 0 auto;
    width: 100%;
    height: 500px;
    overflow: hidden;
}

.slides{
    width: 200%;
    height: 500px;
    display: flex;
    cursor: pointer;
}

.slides input{
    display: none;
}

.slide{
    width: 50%;
    position: relative;
    transition: 1s;
}

.slide img{
    width: 100%;
}

.manual-navigation{
    position: absolute;
    width: 100%;
    margin-top: -65px;
    display: flex;
    justify-content: center;
}

.manual-btn{
    border: 2px solid white;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.manual-btn:not(:last-child){
    margin-right: 10px;
}

.manual-btn:hover{
    background-color:#fff;
}

#radio1:checked ~ .first{
    margin-left: 0;
}

#radio2:checked ~ .first{
    margin-left: -50%;
}

.navigation-auto div{
    border: 2px solid #023373;
    padding: 5px;
    border-radius: 10px;
    cursor: pointer;
    transition: 1s;
}

.navigation-auto{
    position: absolute;
    width: 100%;
    margin-top: 435px;
    display: flex;
    justify-content: center;
}

.navigation-auto div:not(:last-child){
    margin-right: 10px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
    background-color: #fff;
}

#radio2:checked ~ .navigation-auto .auto-btn2{
    background-color: #fff;
}

.aviso{
    font-family: "Poppins", sans-serif;
    margin-top: 2%;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
}

.aviso h1{
    font-size: 20px;
    color:#7E7E7E;
    font-weight: 700;
}

.aviso p{
    color:#7E7E7E;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 3%;
}

footer{
    width: 100%;
    color: #fff;
}

.footer-link{
    text-decoration: none;
}

#footer-content{
    background-color: #023373;
    display: flex;
    border-top: 4px solid #ffd600;
    justify-content: center;
    align-items: center;
    padding: 1rem 3.5rem;
}

#footer-contacts img{
    height: 60px;
    /* border:1px solid red; */
    margin-top: 1rem;
}

#footer-contacts p{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    margin-top: -1.5rem;
}

#footer-social-media{
    display: flex;
    gap: 2rem;
    margin-top: 1.5rem;
    margin-left: 20%;
}

#footer-social-media .footer-link{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
    color: #fff;
    border-radius: 50%;
    transition: all 0.4s;
}

#footer-social-media .footer-link i{
    font-size: 1.25rem;
}

#footer-social-media .footer-link:hover{
    opacity: 0.8;
}

#instagram{
    background: linear-gradient(#7f37c9, #ff2992, #ff9807);
}

#facebook{
    background-color: #4267b3;
}

#whatsapp{
    background-color: #25d366;
}

#footer-copyright{
    display: flex;
    background-color: #001d4b;
    padding: 3px;
    justify-content: center;
    align-items: center;
    margin-top: 10%;
    z-index: 1;
    /* border:1px solid red; */
}

#footer-copyright h2{
    font-size: 15px;
    font-weight: 300;
}

.whats{
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 100px;
}


