*{
    margin:0;
    padding: 0;
}

body{
    font-family: Arial, Helvetica, sans-serif;
    font-weight:400;
    background-color: #010902;
}



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;
}

.banner{
    /*border-radius: 40px 40px 0 0 ;*/
    width: 100%;
    height: 70vh;
    /*background: url(../img/a-2.2-min.png);*/
    background: url(../img/8.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;    
    margin-bottom: 50px;
    justify-content: center;
}

.banner h2{
    font-size: 2rem;
    color: #ffff;
    text-align: center;
    font-weight: 400;   
}


.academia{
    border-radius: 10px 10px 0 0;
    width: 90%;
    margin: 0 auto;
    /*transform: translateY(-10%);
    background-color: #fff;*/
    padding: 20px;
}

.academia h2{
    color: #d3d3d3;
    margin:20px;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 400;
    padding-bottom: 50px;
}

.cursos{
    width: 90%;
    display: flex;
    padding-bottom: 20px;
    margin: 0 auto;
    justify-content: space-around;
}

.cursos div{
    width: 40%;
    font-size: 1.8em;
    font-weight: 400;
    padding-bottom: 10px;
    border-right: 3px solid red ;
    border-color: #024a07;
}

.cursos div li{
    color:#d3d3d3;
    margin-top: 2px;
}

.cursos div li i{
    font-size: 1.5rem;
    color: #c3c63b;
}
.cursos figure{
    width: 40%;
}

.cursos figure img{
    width: 70%;
}
/*

.cursos figure{
    margin: 10px auto;
    width: 23%;
    height: 30vh;
}

.cursos figure img{
    width: 90%;
    height: 100%;
    border-radius: 5px ;
}

.cursos figure img:nth-child(2){
    border-radius:0 5px 0 0;
}

.cursos figure img:hover{
    width: 100%;
    height: 100%;
    transition: 1s;
}

.cursos figure figcaption{
    display: none;
    width: 92.5%;
    margin: 0 auto;
    background-color: #012506;
    opacity: 0.8;
    padding: 10px ;
}

.cursos figure:hover figcaption{
    display: block;   
    transform: translateY(-104%);
    color:#fff;
}

.mais-cursos{
    width: 100%;
    display:flex;
    margin: 20px 0;
    justify-content: center;
}

.mais-cursos button{
    padding: 15px 30px;
    background-color: #ccc;
    border:none;
    border-radius: 6px;
}

.mais-cursos button:hover{
    background-color: #2a9754;
    color:#ffff;
}
*/

.consultoria{
    width: 100%;
    background-color: #ccc;
    margin: 30px 0;
}

.consultoria h2{
    color: #012506;
    margin:20px;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 400;
    padding: 50px 0;   
}

.consultoria-servico{
    width: 80%;
    margin: 0 auto;
    display: flex;
    /*border:1px solid black;*/
    justify-content: space-around;
    padding-bottom: 50px;
}
.img-servico{
    width: 40%;
    
    /*border:1px solid black;*/  
}

.img-servico img{
    width: 95%;
}

.servico{
    width: 45%;
   /* border:1px solid black;*/
border-left: 3px solid black ;
    margin-left:10px ;
}

.servico-detalhe{
    margin: 10px 20px ;
}

.servico-detalhe h3{
    font-size: 1.8em;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: 2px solid gray;
}

.servico-detalhe p{
    padding: 10px;
    font-size: 1.1em;
    text-align: justify;
}

.servico-detalhe h3{
    color: #012506; 
}

.tecnologia {
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    margin-bottom: 100px;
}

.tecnologia h2{
    color: #d3d3d3;
    margin:20px;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 400;
    padding-bottom: 50px;
  
}

.tecnologia-servico{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}

/*.tecnologia-detalhe{
    box-shadow: 0px 5px 10px 5px #a7a6a6;
    width: 30%;    
    margin: 20px auto;
    background: #dfdfdf;
}*/


.tecnologia-detalhe{
    width: 48%;
    border-right: 3px solid red ;
    border-color: #c3c63b;
}

.tecnologia-detalhe div h3 i{
    font-size: 1.5rem;
    color: #c3c63b;
}

.tecnologia-detalhe div p{  
    font-size:1rem;
}

.tecnologia-servico figure{
    width: 40%;
}

.tecnologia-servico figure img{
    width: 80%;
}
.tecnologia-detalhe div h3{
    color: #d3d3d3;
    font-size: 1.8rem;
    font-weight: 400;
    margin: 30px;
    padding: 10px 0;
    margin: 0 auto;
}


.tecnologia-detalhe p{
    color: #d3d3d3;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 400;
    text-align: justify;
    margin: 10px 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 i{
    margin-right: 2px;
    font-size: 1rem;
    color: #c3c63b;
}

.rodape nav li a{
    color: #c3c63b;
}

.redes-sociais h2{ 
    font-weight: 200; color: #fff; margin-top: -60px;
}

.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; }