@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@200;300;400;500&display=swap');

*{
    padding: 0;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

/* --------------------------------menu--------------------- */
header{
    background-color: #24252a;
    box-shadow: 0px 3px 10px #464646;  
    width: 100vw;  
    z-index: 1000;
    position: fixed;
    top: 0;
    
}

.nav-bar{
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 3rem;
}

.logo{
    display: flex;
    align-items: center;
   
}
.logo-img{
    width: 200px;
}
.logo h1{
    color: #fff;
}
.nav-list{
    display: flex;
    align-items: center;    
}
.nav-list ul {
    display: flex;
    justify-content: center;
    list-style: none;
}

.nav-item{
    margin: 0 15px;
}

.nav-link {
    text-decoration:none;
    font-size:  1.15rem;
    color: #fff;
    font-weight: 400;
}

.nav-link:hover{
    border-bottom: 1px solid white;
}

.login-button button{
    border: none;
    background-color: #0187a7;
    padding: 10px 15px;
    border-radius: 5px;
}

.login-button button a{
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.1rem;
}

.mobile-menu-icon{
    display: none;
}
.mobile-menu{
    display: none;
}

main h1{
    font-size: 3rem;
    font-family: 'lato';
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    text-shadow: 3px 2px #0b0b0b;
}
main h2{
    font-size:2rem;
    font-family: 'lato';
    font-weight: 300;
    text-align: center;
    color: #ffffff;
    text-shadow: 2px 2px #0b0b0b;
}

.contatoText{
    padding: 1rem;
    text-align: center;
    color: antiquewhite;
    font-family: 'lato';
    font-weight: 300;
}
#btnContato{
    width: 160px;
    height: 35px;
    border-radius: 20px;
    padding: auto;
    font-size:1.2rem;
}
#btnContato:hover{
 background-color: green;
 color: white;
 cursor: pointer;


}
/* ---------------------------sobre----------------------------- */
#sobre{
    font-size: 1.8rem;
    font-weight: 300;
    font-family: 'lato';
    text-shadow: 1px 1px #000;
}

.sobre{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
    width: 100vw;
}

.sobreContent {
height: 25vh;
width: 25vw;
background-color: rgba(16, 17, 16, 0.4);
border: 2px solid #0187a7;
margin: 20px;
border-top-left-radius: 20px;
border-bottom-right-radius: 20px;
}

.sobreContent h3{
    padding: 0.7rem;
    color: antiquewhite;
}

.sobreContent p{
    text-align: center;
     color: antiquewhite;
    text-shadow: 1px 1px #0b0b0b;
}
/* ----------------------------fim sobre-------------------- */
/* -------------------------serviço-------------------------- */
.servico{
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;   
}
.servico p{
    color: antiquewhite;
    font-weight: 500;
    text-align: left;
    text-shadow: 1px 1px #0b0b0b;
    padding: 4px;

}
/* ------------------------fim serviço------------------- */
@media screen and (max-width: 730px){
    .icon{
        width: 40px;
    }
    .nav-bar{
        padding: 1.5rem 4rem;
    }
    .nav-item{
        display: none;
    }
    .login-button{
        display: none;
    }

    .mobile-menu-icon{
        display: block;
    }
    .mobile-menu-icon button{
        background-color: transparent;
        border: none;
        cursor: pointer;
    }
    .mobile-menu ul{
        display: flex;
        flex-direction: column;
        text-align: center;
        padding-bottom: 1rem;
    }

    .mobile-menu .nav-item {
        display: block;     
        padding-top: 1.2rem;
    }
    .mobile-menu .login-button{
        display: block;
        padding: 1rem 2rem;
    }
    .mobile-menu .login-button button{
        width: 100%;
    }
    .responsive-img{
        height: 20vh;
    }
   
    main h1{
        font-size: 2rem;
         font-weight: 500;
    }

    main h2{
          font-size: 1.3rem;
           font-weight: 500;
    }

   .nav-bar{
    justify-content: space-around;
    padding: 0.6rem 1rem;
}
    .open{
        display: block;
    }
}
@media screen and (max-width: 1300px){
 #sobre{
        font-size: 1.4rem;
    }  
     .sobre {
        flex-direction: column;
    }
    .sobreContent{
       
        width: 60vw;
        height: 15vh;
        margin: 2px;
    }
     .sobreContent p{
       font-size: 0.9rem;
     padding:0.3rem;
    }
    .sobreContent h3{
        font-size: 1rem;   
         padding:0.5rem;
    }
}
@media screen and (min-width: 1700px){
.sobreContent {
height: 20vh;
width: 20vw;
}
.sobreContent p{
    padding: 20px;
} 
}
/* ------------------------fim menu----------------------------- */
/* -------------------------centro da pagina------------------------ */
main{   
    padding-top: 3rem;
    height: 90vh;
    display: flex;
    flex-direction: column;
   justify-content: center;
   align-items: center;
background: linear-gradient(135deg, #2c3e50, #4a6572, #1a1a2e);
    /* background: #3183a3;
   background: linear-gradient(90deg, rgba(49, 131, 163, 1) 0%, rgba(59, 146, 157, 1) 13%, rgba(92, 196, 136, 1)57%, rgba(97, 186, 129, 1) 63%, rgba(49, 123, 87, 1) 89%);  */
}
/* --------------------------fim do centro da page--------------------- */
/* ---------------------------rodape------------------------------------ */
.footer{
    height: 7vh;  
    width: 100vw;
    background-color: #24252a;
    z-index: 1000;
    position: fixed;
    bottom: 0;
}
.footer p {
    color: whitesmoke;
    text-align: center;
    padding-top: 15px;
    
}
/* ------------------------------fim rodape------------------------ */

