*{
    padding: 0px;
    margin: 0px;
    font-family: merriweather bold, sans-serif;
}
@keyframes animate{
    0%{
        transform: scale(1);  
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }  
}
body, html{
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
header{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 130px;
    background-color: #3d616a;
    position: relative;
}
header img{
    width: 200px;
    margin-left: 200px;
}
.hamburger{
    cursor: pointer;
    display: none; /* Inicialmente oculto */
    flex-direction: column;
    width: 30px;
    margin: 10px;
}
.line{
    height: 3px;
    width: 25px;
    background-color: #94c38e;
    margin: 2px 0;
}
header nav{
    margin-left: 170px;
}
header a{
    color: #94c38e;
    text-decoration: none;
    padding-right:50px;
    transition: transform 0.3s ease-in-out, font-size 0.3s;
}
header a:hover{
   transform: scale(1.2);
   font-size: 19px;
}
header a:not(:last-child)::after{
    content: '';
    position: absolute;
    transform: translateY(-50%);
    height: 18px;
    width: 2px;
    margin-left: 27px;
    margin-top: 10px;
    background-color: rgb(116, 178, 119); /* Cor da linha */
}
.first-section{
    display: flex;
    flex-direction: column;
    height: 90vh;
    padding-left: 50px;
    background-image: url(./banner_balanca.jpg);
    background-size: cover;
}    
.logo-img{
    width: 350px;
}
.first-section h2{
    font-size: 36px;
    color: rgb(146, 232, 146);
    font-family: merriweather bold;
}
.first-section h1{
    margin-top: 20px;
    font-size: 60px;
    color: white;
}
.first-section button{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 65px;
    background-color: rgb(116, 178, 119);
    border-radius: 6px;
    font-size: 15px;
    color: #FFFFFF;
    border: none;
    margin-top: 80px;
    cursor: pointer; 
    box-shadow: 0px 0px 7px #3d616a;
}
.first-section button:hover{
    animation: animate 2s linear infinite;
}
.first-section a{
    text-decoration: none;
}
aside{
    display: flex;
    flex-direction: row;
    justify-content: end;
}
aside img{
    width: 50px;
}
aside button{
    position: fixed;
    border-radius: 100px;
    border: none;
    background-color: #2fe235;
    padding-top: 3px;
    bottom: 15px;
    right: 20px;
    height: 70px;
    width: 70px;
    cursor: pointer;
    transition: transform 0.3s ease;
}
aside button:hover{
    transform: scale(1.1);
}
#about-us-group{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    margin: 0 auto;
    margin-top: 80px;
}
#about-us-group h2{
    font-size: 45px;
    color: #94c38e; 
}
.about-us-p{
    font-size: 18px;
    font-family: open sans;
    text-align: center;
    padding-top: 30px;
    font-weight: 300;
    padding-bottom: 70px;
}
.about-us-foto{
    width: 410px;
    height: 500px;
    border-radius: 7px;
    box-shadow: 0px 0px 5px black;
}
.about-us-content{
    display: flex;
}
.about-us-text{
    padding-left: 90px;
    padding-top: 0px;
}
.about-us-text h6{
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 200;
    padding-bottom: 20px;
}
.about-us-text h5{
    font-weight: 100;
    color: #94c38e;
    font-size: 28px;
    padding-bottom: 30px;
}
.about-us-text p{
    font-family: open sans;
    font-weight: 300;
    font-size: 18px;
    padding-bottom: 30px;
}
.about-us-content button{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 260px;
    height: 55px;
    background-color: rgb(116, 178, 119);
    border-radius: 6px;
    font-size: 15px;
    color: #FFFFFF;
    border: none;
    cursor: pointer; 
    box-shadow: 0px 0px 7px #3d616a;
}
.about-us-content button:hover{
    animation: animate 2s linear infinite;
}
.about-us-content button img{
    margin-right: 20px;
    width: 25px;
}
.about-us-content a{
    text-decoration: none;
}
#camp-form{
    display: flex;
    flex-direction: row;
    height: 68vh;
    background-color: black;
    padding-top: 50px;
    margin-top: 60px;
    background-image: url(./banner_tematico.png);
    background-size: cover;
    background-position: center;
}
.align-form{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
}
#camp-form h3{
    font-family: playfair display regular;
    font-size: 36px;
    color: white;
}
.paragrafo-1{
    font-size: 18px;
    color: rgb(116, 178, 119);
    font-family: open sans;
    margin-top: 20px;
}
.paragrafo-2{
    color: rgba(255, 255, 255, 0.484);
    font-family: open sans;
    margin-top: 20px;
    font-size: 18px;
}
.input-position{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.select-button{
    display: flex;  
    appearance: none;
    width: 46%;
    height: 48px;
    outline: none;
    border: none;
    color: rgba(255, 255, 255, 0.484);
    background-color: #203439;
    border: 1px solid #94c38e;
    font-family: sans-serif;
    font-size: 16px;
    text-align: center;
}
#form-group{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 60px;
 }
#form-group input{
    width: 240px;
    height: 10px;
    padding: 18px;
    margin-bottom: 38px;
    margin-left: 25px;
    background-color: #203439;
    color: white;
    border: 1px solid #94c38e;
    outline: none;
    font-family: sans-serif;
    font-size: 16px; 
}
#form-group input:focus{
    outline: none;
    box-shadow: 0px 0px 7px #94c38e;
    transition: all 0.15s ease-in-out;
}
#form-group input:active{
    transform: scale(1);
}
#form-group input::placeholder{
    color: rgba(255, 255, 255, 0.484);
    font-family: sans-serif;
}
#form-group textarea{
    height: 120px;
    padding: 15px;
    margin-left: 25px;
    resize: none;
    box-shadow: none;
    border: 1px solid #94c38e;
    background-color: #203439;
    color: white;
    font-family: sans-serif;
    font-size: 16px;            
}
#form-group textarea:focus{
    outline: none;
    transition: all 0.15s ease-in-out;
    box-shadow: 0px 0px 7px #94c38e;
}
#form-group textarea::placeholder{
    color: rgba(255, 255, 255, 0.484);
}
.carregamento-group{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: center;
}
#mensagem{
    display: none;
    font-family: merriweather light;
    padding-top: 40px;
    color: #94c38e;
}
.carregamento-group button{
    margin-left: 25px;
    margin-top: 40px;
    height: 55px;
    width: 160px;
    border-radius: 20px;
    color: white;
    font-family: open sans;
    font-size: 15px;
    background-color: rgb(116, 178, 119);
    border: none;
    border-radius: 5px;
    cursor: pointer;

}
.carregamento-group button:hover{
    background-color: rgb(128, 190, 132);
    transition: all 0.45s ease;
}
.profissional-group{
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 100px;
}
.profissional-group img{
    border-radius: 7px;
    box-shadow: 0px 0px 10px black;
    width: 400px;
    height: 550px;
}
.clients-group{
    margin-left: 40px;
}
.clients-group h4{
    margin-top: 60px;
    font-size: 25px;
    margin-left: 53px;
}
.clients-group h3{
    margin-top: 15px;
    color: rgb(116, 178, 119);
    font-size: 35px;
    margin-left: 53px;
}
.clients-group iframe{
    border: none;
    margin-top: 40px;
    height: 300px;
    width: 800px;
}
.iframe{
    display: flex;
    flex-direction: column;
    width: 83%;
    margin: 0 auto;
    margin-top: 70px;
}
.iframe iframe{
    height: 70vh;
    border: none;
    border-radius: 8px;
}
.infos{
    background-color: #3d616a;
    margin-top: 70px;
    height: 550px;
    background-image: url(./banner_tematico.png);
}
.infos p{
     color: rgba(255, 255, 255, 0.484);
     font-family: sans-serif;
     font-size: 19px;
}
.content-infos{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.content-infos img{
    width: 300px;
    
}
.menu{
    margin-left: 90px;
    margin-top: 100px;
}
.menu h5{
    color: #94c38e;
    font-size: 20px;
    margin-bottom: 20px;
}
.menu nav{
    display: flex;
    flex-direction: column;
}  
.menu a{
    margin-bottom: 20px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.484);
    font-family: sans-serif;
    font-size: 19px;
} 
.menu a:hover{
    color: white;
}
.atendimento-group{
    margin-left: 90px;
    margin-top: 100px;
    width: 20%;
}
.atendimento-group h5{
    color: #94c38e;
    font-size: 20px;
    margin-bottom: 20px;
}
.localizacao{
    margin-top: 60px;
}
.contato-group{
    margin-left: 90px;
    margin-top: 100px;
}
.contato-group h5{
    color: #94c38e;
    font-size: 20px;
    margin-bottom: 20px;
}
.email{
    margin-top: 30px;
}
.social{
    display: flex;
    flex-direction: row;
}
.social img{
    height: 30px;
    width: 30px;
    background-color: #94c38e;
    margin-left: 0;
    margin-top: 30px;
    margin-right: 15px;
    padding: 10px;
    border-radius: 5px;
    border: none;
}   
footer{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    background-color: #94c38e;
}
footer h6{
    font-size: 15px;
    color: white;
}
.container{
    display: flex;
}




























