*{
    margin:0;
    padding: 0;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:400;
    background-color: #fff;
}


header{
    position:relative;
    width: 100%;
    background-color: rgb(255, 255, 255);
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #2ef15e;
}

header div.logo{
    width: 20%; 
}

header div img{
    width: 30%;
    height: 8vh;
}

header nav{
    justify-content: end;
    width: 70%;
    display: flex;
    font-size: 1.1em
}

li{
    padding: 10px;
    list-style: none;
}
li a{
    color: #01461c;
    text-decoration: none;
}

li a:hover{
    color: #024a07;
    text-decoration: none;
    padding: 5px;
    border-bottom: 3px solid green;
}

.banner{
    border-radius: 40px 40px 0 0 ;
    width: 100%;
    height: 50vh;
    display: flex;
    align-items: center;    
    margin-bottom: 50px;
    justify-content: center;
}

.banner h2{
    font-size: 2rem;
    color: #ffff;
    text-align: center;
    font-weight: 400;   
}

.marcacao{
    width: 60%;
    margin: 150px auto;
}

.marcacao h2{
    font-weight: 400;
    text-align: center;
}
.marcacao form{
    width: 80%;
    margin: 20px auto;
}
.marcacao form button{
    padding: 10px;
    width: 20%;
    background-color: #012506;
    color: #fff;
    font-size: 1em;
    border: none;
    margin-left: 30px;
    
}
.marcacao form i{
    color:#024a07;
    font-size: 1.5rem;
}
.marcacao form input{
    width: 80%;
    padding: 10px 5px;
    border-radius: 5px;
    border:none;
    background: #c1c5c2;
    margin-bottom: 10px;
    margin-left: 10px;
}

.marcacao form textarea{
    padding: 10px 5px;
    width: 80%;
    border-radius: 5px;
    border:none;
    background: #c1c5c2;
    margin-bottom: 10px;
    margin-left: 30px;
}


.rodape{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.rodape div{
    margin-top: 15px
}

.rodape div h2{    
    font-weight: 200;
    color: #fff;
}

.rodape div img{
    height: 160px;
    margin-top: 10px;
}

.rodape nav h2{
    color:#fff;
    font-weight: 200;
}

.rodape nav li a{
    color: #c3c63b;
}

.redes-sociais h2{ 
    font-weight: 200; color: #fff; margin-top: -60px;
}
.rodape nav li i{
    
    margin-right: 2px;
    font-size: 1rem;
    color: #c3c63b;
}

.rodape ul li{padding: 8px 0px; }
.rodape ul li a{color: #c3c63b; font-size: 1.2rem; }

footer{padding: 50px 0; background-color: #012506; }
footer p{width: 100%; margin-top: 50px; text-align: center; color: #c3c63b; }