*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: "Poppins", sans-serif;    
}

header{
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color:#FDFDFF ;

    margin-top: 20px;

    gap: 150px;

    height: 100px;
}

header nav ul{
    display: flex;
    gap: 30px;
}

header nav ul{
    display: flex;
    flex-direction: row;
    list-style: none;
    

}

header  nav ul li{
    color: #6B7280;
    font-size: 20px;
    cursor: pointer;
}

header  nav ul li:hover{
    color: #31343a;
}

.div-login{
    display: flex;
    gap: 30px ;
}

.login{
    background-color: #FDFDFF;
    color: #3B82F6;
    border: none;

    font-size:20px;

    cursor: pointer;
   
}

.sign-up{
    background-color: #3B82F6 ;
    color: #FDFDFF;
    width: 110px;
    height: 45px;
    border-radius: 10px;
    border-style: none;

    font-size:20px;

     cursor: pointer;

}

.login:hover{
    color: #1357c4;
}

.sign-up:hover{
    background-color: #1357c4;
}


.banner-section{
    width: 100%;
    height: 500px;

    background-color: #DBEAFE;

    display: flex;
    justify-content: space-around;

    padding: 50px;
    margin-top: 50px;
    gap: 150px;
}

.banner-section h1{
    font-size: 40px;
    font-weight: normal;
    color: #000;
    width: 650px;
}

.banner-section p{
    font-size: 15px;
    color: #6B7280;
    width: 650px;
}

.content-left{
    display: flex;
    gap: 40px;
    flex-direction: column;
}

.div-buttons-content-left{
    display: flex;
    gap: 30px;

}

.explore-professionals{
 
    padding: 10px 20px;

    background-color: #3B82F6;
    color:#FDFDFF;
    border-style: none;
    border-radius: 10px;

    font-size: 20px;

    cursor: pointer;

}

.learn-more{
    padding: 10px 20px;

    background-color: #DBEAFE;
    color: #1357c4;
    border: #1357c4 solid 1px;
    border-radius: 10px;
    
    font-size: 20px;

     cursor: pointer;

     

    
} 

.explore-professionals:hover{
 
    background-color: #04255a;


}

.learn-more:hover{

    background-color: #40C79A;
    color: #FDFDFF;
    border: #40C79A;
    font-size: 20px;
}


.blue-circle{
    background-color: rgba(0, 97, 255, 36%);
    width: 88px;
    height: 88px;
    border-radius: 50%;

    position: relative;

    right: 40px;
    top: -517px;
}


.green-circle{
    background-color: rgba(98, 255, 177, 50%);
    width: 102px;
    height: 102px;
    border-radius: 50%;

    position: relative;
    left: 539px;
    top: -62px;


}


.professional{
    display: flex;
    flex-direction: column;
    background-color: #FDFDFF;
    align-items: center;
    gap: 50px;
}

.h2-text{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.h2-text h2{
    font-size: 20px;
    color:#3D3D3D;
    font-weight: normal;
}

.h2-text p{
    color: #6B7280;
}

.grid-cards{
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.row-cards{
    display: flex;
    flex-direction: row;
    gap: 100px;

}

.card{
    display: flex;
    flex-direction: column;
    width: 350px;
    background-color: #fff;
    padding: 10px;
    border-radius: 18px;
    gap: 25px;

    box-shadow: 4px 3px 5px rgba(0, 0, 0, 25%);
}

.card img{
    border-radius: 24px;
    
}

.name{
    display: flex;
    justify-items: center;
    gap: 15px;
}

.name p{
    font-size: 24px;
    font-weight: 500;
}


.skills span{
    background-color:rgba(0, 0, 0, 75%) ;
   
    padding: 5px 15px;
    border-radius: 30px;

    color: #FFF;

    font-size: 14px;

}

.footer-card{
    display: flex;
    margin-top: 30px;
    margin-bottom: 15px;
    justify-content: space-around;
    gap: 70px;
}

.footer-card-left{
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-card button{
    background: linear-gradient(to bottom,#F2F2F2 0%,#F2F2F2 100%);
    width: 144px;
    height: 45px;
    padding: 10px;
    border-style: none;
    border-radius: 30px;

    color: #6B7280;
    font-size: 20px;

    box-shadow: 4px 3px 5px rgba(0, 0, 0, 25%);
}

.footer-card button:hover{
    background: linear-gradient(to bottom,#3B82F6 0%,#022c6e 100%);
    color: #fff;
   
}

.motivational-text{
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    height: 300px;
    background-color:#10B981 ;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.motivational-text img{
    background-color: #40C79A;
    height: 72px;
    border-radius: 50%;
    padding: 10px;
}


.motivational-text p{
    font-size: 48px;
    color: #FFF;
}

.about-connectfuture{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.full{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    gap: 100px;
}


.about-connectfuture .title-about{
    margin-top: 100px;
    margin-bottom: 50px;
    justify-content: center;
    align-items: center;
}   

.about-connectfuture .title-about h2{
        color: #3D3D3D;
        font-size: 20px;
        font-weight: normal;
}

.about-connectfuture .title-about p{
    text-align: center;
    width: 650px;
    height: 150px;
    margin-top: 30px;

    color: #6B7280;
    font-size: 20px;
}

.title-about{
    display: flex !important;
    flex-direction: column !important;
}

.grid-about{
    display: flex;
    flex-direction: row;
    gap: 200px;
}

.grid-about .about{
    display: flex;
    flex-direction: column;
    width: 400px;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.grid-about .about span{
    font-size: 20px;
    color: #000;
}

.grid-about img{
    background-color:#3B82F6;
    padding: 20px;
    border-radius: 10px;
    width: 85px;
}

.grid-about p{
    color: #6B7280;
    font-size: 20px;
    text-align: center;
}

.slide-show-section{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
}


.slideshow {
    width: 700px;
    background: white;
    border-radius: 14px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    overflow: hidden;
    position: relative;
    padding: 20px;
}

/* Esconde os radios */
.slideshow input[type="radio"] {
    display: none;
}

/* Largura total para 10 slides */
.slides {
    display: flex;
    width: 1000%; /* 10 slides */
    transition: 0.7s;
}

/* Cada slide */
.slide {
    width: 10%; /* 100% dividido por 10 */
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
}

.slide  button {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 10px 16px;
    margin: 10px 5px;
    border-radius: 8px;
    cursor: pointer;
}
.slide button:hover {
    background: #45a049;
}

/* Navegação das bolinhas */
.navigation {
    text-align: center;
    margin-top: 15px;
}

.nav-btn {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #bbb;
    margin: 5px;
    cursor: pointer;
}

/* MOVIMENTAÇÃO DOS SLIDES */
#slide1:checked ~ .slides { transform: translateX(0); }
#slide2:checked ~ .slides { transform: translateX(-10%); }
#slide3:checked ~ .slides { transform: translateX(-20%); }
#slide4:checked ~ .slides { transform: translateX(-30%); }
#slide5:checked ~ .slides { transform: translateX(-40%); }
#slide6:checked ~ .slides { transform: translateX(-50%); }
#slide7:checked ~ .slides { transform: translateX(-60%); }
#slide8:checked ~ .slides { transform: translateX(-70%); }
#slide9:checked ~ .slides { transform: translateX(-80%); }
#slide10:checked ~ .slides { transform: translateX(-90%); }

/* Destacar bolinha ativa */
#slide1:checked ~ .navigation label:nth-child(1),
#slide2:checked ~ .navigation label:nth-child(2),
#slide3:checked ~ .navigation label:nth-child(3),
#slide4:checked ~ .navigation label:nth-child(4),
#slide5:checked ~ .navigation label:nth-child(5),
#slide6:checked ~ .navigation label:nth-child(6),
#slide7:checked ~ .navigation label:nth-child(7),
#slide8:checked ~ .navigation label:nth-child(8),
#slide9:checked ~ .navigation label:nth-child(9),
#slide10:checked ~ .navigation label:nth-child(10) {
    background: #4CAF50;
}



.quiz-section{
    margin-top: 100px;
}

.quiz-container {
    background: white;
    padding: 25px;
    max-width: 600px;
    margin: auto;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.quiz-container h2 {
    text-align: center;
    margin-bottom: 20px;
}

.question {
    margin-bottom: 25px;
    padding: 10px;
    border-left: 4px solid #4CAF50;
    background: #f8f9fa;
    border-radius: 6px;
}

.quiz-container label {
    display: block;
    margin-bottom: 6px;
}

.quiz-container button {
    width: 100%;
    padding: 12px;
    background: #4CAF50;
    border: none;
    color: white;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}


footer{
    margin-top: 130px;
    display: flex;
    flex-direction: column;

    background-color: #191919;
    height: 541px;

    justify-content: center;
    align-items: center;


}

.informations{
    display: flex;
    flex-direction: row;
    gap: 200px;

}

.div-logo{
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.div-logo p{
    color: #3B82F6;
    font-size: 25px;
    width: 430px;
}

.icons-footer{
    display: flex;
    flex-direction: row;
    gap: 22px;
}

.icons-footer img:hover{
   transform: scale(1.5);
   
}

.icons-footer img{
    cursor: pointer;
    transition: all ease-in-out 1s;
}

.company{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.title-company{
    color: #3B82F6;
    font-size:20px;
    margin-bottom: 40px;
    font-weight: 600;
}

a{
    color: #FDFDFF;
    font-size: 18px;
    cursor: pointer;
    text-decoration: none;

     transition: all ease-in-out 0.5s;

   
}

a:hover{
    color: #9fa7f3;

}

.section-company{
    display: flex;
    flex-direction: row;
    gap: 100px;
}

.span-contact{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}

.span-contact img{
    width: 23px;
    height: 25px;
}
