*{
    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: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #2ef15e;
}

header div.logo{
    width: 25%;
}

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;
}

#btn-menu{
    display: none;
}

.banner{
    width: 100%;
    height: 70vh;
    background: url(../img/10.jpg);
    background-size: cover;
    height: 120vh;
    display: flex;;
    align-items: center ;
    border-radius: 40px 40px 0% 0;
}

.text-banner-2{
    display: none;
}
/*
.info-banner{
    margin-top: 150px;
    width: 40%;
    border-radius: 100%;
    transform: translateX(+10%);
    height: 85vh;
    background: radial-gradient(rgb(17, 17, 17), rgba(214, 194, 6, 0)) ;

}

.text-banner{
    margin-top: 200px;
    width: 30%;
    padding-left: 20px;
    position: absolute;
    color: #ffff;
    background: #018032     ;
    border-radius: 100%;
    height: 65vh;
    opacity: 0.7;
    transform: translateX(+20%);
}

.text-banner h1
{   
    transform: translateY(+250%);
    padding-left: 70px;
    font-size: 3rem;
    padding-bottom: 10px;
}

.text-banner h2
{
    transform: translateY(+650%);
    padding-left: 90px;
    font-size: 1.2rem;
}

*/
.quem-somos{
    margin: 0 auto;
    width: 80%;
    transform: translateY(-40%);
    background: #04642e;;
    position: relative;
    height: 50vh;
    color: #ffffff;
    display: flex;
    border-radius: 10px;
    display: flex;
    border-bottom:1px solid black;
    justify-content: space-around;
    align-items: center;

}

.quem-somos h2{
    font-size: 1.8em;
    padding-bottom: 10px;
}

.quem-somos div{
    
    font-family: 'Times New Roman', Times, serif;
    width: 40%;   
    font-size:1.2rem;
}

.quem-somos div{
    text-align: justify;
}

.quem-somos div img{
    width: 80%;
}

.itens-sobre{
    width: 70%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.itens-detalhe{
    border-radius: 10px;
    color: #000;
    font-family: 'Times New Roman', Times, serif;
    background-color: #40c50b;
    width: 25%;
    text-align: center;
    font-size: 1rem;
    padding: 20px 10px;
    box-shadow: 5px 10px 10px #afafaf;
}

.itens-detalhe H2{
    color: #012506;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 400;
    padding-bottom: 15PX;
}
.itens-detalhe P{
    font-size: 1.3em;
    margin-bottom: 50px;
}



.galeria{
    width: 70%;
    margin: 0 auto;
}

.galeria h2{
    color: #012506;
    margin:20px;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 400;
    padding: 50px 0;  
}

.galeria-detalhe{
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
}

.galeria-detalhe figure{
    width: 30%;
    margin: 10px;
}

.galeria-detalhe figure img:hover{
    transform: scale(120%);
    transition: 1s;
    border-radius: 10px;
}

.galeria-detalhe figure img {
    width: 100%;
    height: 25vh;
}

.video{
    width: 75%;
    margin: 50px auto;
}

.video video{
    border-radius: 10px;
}

main{
    background: linear-gradient(to top, #01461c, transparent 90%);
}

.parceiros{
    width: 50%;
    margin: 0 auto;
}

.parceiros h2{
    color: #012506;
    margin:20px;
    font-size: 1.8rem;
    text-align: center;
    font-weight: 400;
    padding: 50px 0;  
}

.parceiro-detalhe{
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
}

.parceiro-detalhe figure{
    width: 30%;
    margin: 10px;
}


.parceiro-detalhe figure img {
    width: 100%;
    height: 20vh;
}


.depoimentos{
    border-top: 2px solid gray;
    border-bottom: 2px solid gray;
    border-radius: 10px;
    width: 70%;
    margin: 0 auto;    
}

.depoimentos h2{
    color: #012506;
    margin:0 20px;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 400;
    padding: 50px 0;  
}

.depoimento-detalhe{
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
}

.depoimento-detalhe figure{
    width: 30%;
    margin: 10px;
}

.depoimento-detalhe figure img{
    width: 50%;
    border: 6px solid black;
    border-radius: 50%;
    border-color: #018032;
    height: 20vh;
}

.depoimento-detalhe figure img:hover{
    border-color: #c3c63b;
    transition: 1.5s;

}

.depoimentos figure figcaption{
    width: 100%;
    font-size: 1.2rem;
    font-weight: 400;
    font-family: 'Times New Roman', Times, serif;
}

.depoimentos figure figcaption h3{
   padding-top: 10px;
}

.depoimentos figure figcaption h4{
    padding-bottom: 10px;
    color: #c3c63b;
    font-size: 0.8em;
}

.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; }