* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: #0c0434;
    height: 100vh;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 20px;
    
}
html{
    scroll-behavior: smooth;
}
a{
    text-decoration: none;
    color:white; 
}
.nav-menu{ 
    font-family: 'Rajdhani', sans-serif;
    font-weight: 400;
    display: flex;
    flex-direction: column;
}
.first-list, .second-list{ 
    position:relative; 
    list-style: none; 
    font-size:16px;
    color:white;
    padding:15px 120px;
    text-align: right;
}
.first-list li, .second-list li{
    display:inline;
    margin: 0px 10px;
}
.first-list li:nth-child( 1 ){
    /* compensando altuura*/
    padding-top:9px;
    float: left;
}
.first-list li:nth-of-type( n + 2 ){
   font-size: 25px;
}

.nav-menu a:hover{
     color:#029673;
 }
.sec-quem-somos{
    display: flex;
    padding: 30px 30px;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid white;
    text-align: justify;
}
.sec-quem-somos h1{ 
    padding: 10px 0px;
}
.text-quemsomos{
    text-align: left;
    width: 400px;
}
.text-quemsomos p{
    margin-bottom: 30px;
}

.text-quemsomos a{
    padding: 10px;
    border-radius: 8px;
}
.text-quemsomos i:hover{
    transform: scale(2.2);
  
}
hr{
    position: relative;
    color: white;
    opacity: .5;
}
img{ 
    width: 100%;
    height: 100%;
    border-radius: 10%;
}
.imagem-apresentacao{
  border-radius: 10%;
}
footer{
    margin-top: 10px;
    line-height: 30px;
    font-size: 18px;
    background-color: #0c0434;
    text-align: center;    
    border-top: 1px solid white;
}
.div-footer{
    padding: 30px 80px;
    display: flex;
    justify-content: space-evenly;
}
footer h5{
    background-color: black;
    color: white;
}
.div-logo-footer{
    width: 200px;
    height: 200px;
}
.footer-list, .list-social-media{
    list-style: none;
    text-align: left;
    padding: 0px 5px;
    
    
}
.footer-list dl, .list-social-media dl{
    color: white;
    font-weight: bold;
}
.list-social-media li{
    display:inline;
    margin: 10px;
    
}
.list-social-media a{
    font-size: 30px;
    text-align: center;
}
/*uso essa sec para segurar o slider */
.slider{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;  
    width: 500px;
}
.slider h4{
    font-family: monospace;
    width: 30ch;
    animation:typing 3s steps(30) infinite;
    overflow: hidden;
    white-space: nowrap;
    padding: 10px;
    }
    @keyframes typing {
        from{
           width: 0ch;
        }
}
.sec-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec-slide span{
    opacity: .4;
    margin: 10px;
}
/* div que segura as fotos e o passador do slide*/
.div-conteiner{
    width: 375px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden; 
}

.slides{
    width: 500%;
    height: 500px;
    display: flex;
}

.slides input{
   display: none;
}

.slide{
    width:20%;
    transition: 2s;
}
.navigation-manual{
    margin-top: 10px;
    display: flex;
}

.manual-btn{
    border: 2px solid white;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
}

.manual-btn:not(:last-child){
    margin-right: 40px;
}

.manual-btn:hover{
    background-color: gray;
}
.sec-text-individual{
    width: 400px;
    display: none;
    align-items: center;
    line-height: 30px;
   }
.sec-quem-somos h1{
    font-family: monospace;
    width: 12ch;
    animation:typing 2s steps(12);
    overflow: hidden;
    white-space: nowrap;
    }
    @keyframes typing {
        from{
           width: 0ch;
        }
} 
.sec-text-individual h2{
font-family: monospace;
width: 15ch;
animation:typing 2s steps(15);
overflow: hidden;
white-space: nowrap;
}
@keyframes typing {
    from{
       width: 0ch;
    }
} 
.sec-text-individual :nth-of-type(2){
    margin-top: 10px;
    border-radius: 10%;
   }
#radio1:checked ~ .first{
    margin-left: 0;
}
#radio2:checked ~ .first{
    margin-left: -20%;
}
#radio3:checked ~ .first{
    margin-left: -40%;
}
#radio4:checked ~ .first{
    margin-left: -60%;
}
#radio5:checked ~ .first{
    margin-left: -80%;
  
}
.navigation-auto{
    display: flex;
}
.navigation-auto div{
    display: none;
    padding: 5px;
    border-radius: 10px;
    transition: 1s;
    background-color: black;
}
.navigation-auto div:not(:last-child){
    margin-right:40px;
}
#radio1:checked ~.navigation-auto .auto-btn1{
    background: black;
}
#radio2:checked ~.navigation-auto .auto-btn2{
    background: black;
}
#radio3:checked ~.navigation-auto .auto-btn3{
    background: black;
}
#radio4:checked ~.navigation-auto .auto-btn4{
    background: black;
}
#radio5:checked ~.navigation-auto .auto-btn5{
    background: black;
}

.container-cards{
    display: flex;}
.card{
    flex: 1;
    transition:.3s;
    height: 500px;
    margin-right: -50px;
    margin-left: -50px;
    padding:20px 30px;
}
.card:hover{
    flex:2;
}

@media (max-width: 700px){
    .first-list, .second-list {
        padding:15px 15px;
    }
    .second-list{
        text-align: center;
    }
    .sec-quem-somos{
    margin-top: 20px;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    }
    .text-quemsomos {
        padding:0px 30px;
        margin-bottom: 10px;
        text-align: center;
    }
    .text-quemsomos p{
        text-align: justify;
    }
    .text-quemsomos a{
        margin-bottom: 10px;
    }
    .slider h3{
        padding-top: 30px;
        text-align: justify;
    }
    .slider p{
        padding:  5px 20px;
    }
    .sec-slide {
        flex-direction: column;
        align-items: center;
    }
    .sec-text-individual{
        padding: 30px;
        line-height: 35px;
    }
   .sec-text-individual :nth-of-type(2){
    margin-top: 10px;
    border-radius: 10px;
   }
    .div-footer{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-list, .list-social-media{
        text-align: center;
        line-height: 35px;
    }

}

