/*geral*/
html {
    font-family:'open sans' , sans-serif;
    /*font-family: 'Gemunu Libre', sans-serif;*/
    font-size: 16px; /* escolha minha para texto sem edição*/
    font-weight: 400; /* espessura da fonte 400/500/600 (bold, extrabold, etc) */
}
body {
    margin: 0;
}
h1, h2, h3, h4, h5, p, span{
    margin:0;
    color: #666;
}
.container {
    max-width: 1920px;
    width: 100%;
    background-color: #f6f7fe;
}
/* Header */
header {
    position: relative; 
    top: 0; /*começa no topo da pagina*/
    height: auto; /*autura altomatica*/
    width: 100%; /*largura 100%*/
}
/* navbar */
nav {
    position: fixed;
    top: 0;
    height: 80px;
    width: 100%;
    z-index: 1; /* sobresair sempre sobre outros elementos fixos no topo */
    background-color: #f6f7fe;
    border-bottom: 1px solid #c0c0c0; /* borda em baixo da divisão */
}
nav:after {
clear:both;
content: "";
display: block;
}
.nav-container {
    max-width: 1300px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
}
#logo {
   
    height: 50px;
    margin-top: 15px;
}
.nav-container ul {
    float: right;
    height: 80px;
    line-height: 80px;
    margin: 0;
}
.nav-container li {
    list-style: none; /*ESTILO DE LISTA SEM A BOLINHA*/
    float: left;
    margin: 0 15px;
}
.nav-container li a {
    text-decoration: none;
    color: #186a2b;
    transition: 0.5s;
    font-weight: 600;
}
.nav-container li a:hover {
    color: #f6c702;
}
#acesso { 
    text-decoration: none;
    color:#6600ff;
    transition: 0.5s;
}
#acesso:hover {
    color:black
}

.nav-container li a button {
    background-image: linear-gradient(to right, #008040, #186a2b);
    text-decoration: none;
    color: #FFF;
    transition: 0.5s;
    border: transparent;
    border-radius: 30px;
    font-size: 16px;
    padding: 15px 30px;
    cursor:pointer;
    font-weight: bold;
    transition: 0.5s;
}
.nav-container li a button:hover {
    background-image: solid #186a2b;
    color: #f6c702;
}
.fale-conosco button{
    background-image: linear-gradient(to right, #008040, #186a2b);
    text-decoration: none;
    color: #FFF;
    transition: 0.5s;
    border: transparent;
    border-radius: 30px;
    font-size: 16px;
    padding: 15px 30px;
    cursor:pointer;
    font-weight: bold;
    transition: 0.5s;
    margin-top: 80px;
}
.fale-conosco button:hover {
    background-image: solid #186a2b;
    color: #f6c702;
}

/* Banner */
#main-banner {
    background: url('../img/banner1.png') no-repeat;
    background-size: cover;
    background-position: 0 30%;
    position: relative;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8em; /* margem em relação ao elemento de cima */
    padding-bottom: 12em; /* margem em relação ao elento de baixo */
       
}
.sombra { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.1; z-index: 0; }

#search-form {
    max-width: 1300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;

 
}
#search-form h1 {
    font-family: 'Gemunu Libre', sans-serif;
    color: #f6c702;
    font-size: 65px; 
    width: 50%;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-shadow: black 0.1em 0.1em 0.2em;
    
}
#search-form p {
    font-family: 'Gemunu Libre', sans-serif;
    color: #f6c702;
    font-size: 30px;  
    width: 30%;
    padding-top: 15px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-shadow: black 0.1em 0.1em 0.2em;
}

.sobre-container{
    max-width: 1300px;
    position:relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: 0px;
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    display:flex;
    flex-direction:row;   
    }
.sobre-esquerdo {
    height: 100%;
    max-width: 50%
}
.sobre-esquerdo h1 {
    font-family: 'Gemunu Libre', sans-serif;
    color: #186a2b;
    font-size: 65px; 
    max-width: 600px;
    width: 100%;
    padding:25px 0px;   
}
.sobre-esquerdo strong{
    color: #f6c702;
}
.sobre-esquerdo p {
    font-family: 'Gemunu Libre', sans-serif;
    color: #008040;
    max-width: 600px;
    width:100%;
    font-size: 30px;
    padding-bottom: 50px;
}
.sobre-esquerdo ul {
    /* float: left; */
    width: 100%;
    padding: 0px;
}
.sobre-esquerdo li {
    list-style: none;
    float: left;
    margin: 0 20px 0 0px;
    
}
.sobre-esquerdo li a button {
    
    background-image: linear-gradient(to right, #008040, #186a2b);
    text-decoration: none;
    color: #FFF;
    transition: 0.5s;
    border: transparent;
    border-radius: 30px;
    font-size: 16px;
    padding: 15px 30px;
    cursor:pointer;
}
.sobre-esquerdo li a button:hover {
    background-image: solid #186a2b;
    color:#f6c702
}
#imgsobre {
    border: transparent;
    border-radius: 20px;
    max-width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto; 
    
}
.sobre-direito {
    position: relative;
    margin-left: auto;
    margin-right: auto; 
    max-width: 50%;
    height: 100%;
    padding-top:55px;
    padding-bottom: 55px;
}

/* COMPLEXIDADE DO VISION */
.complex-banner{
    background-color: #fff;
    position: relative;

}
#complexidade{
    max-width: 1300px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.title-center{
    font-family: 'Gemunu Libre', sans-serif;
    text-align: center;
    color: #f6c702;
    font-size: 65px; 
    position:relative;
    max-width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0px;
}
.title-center h7 {
    color: #186a2b;
}
.title-center strong {
    font-size: 42px;
    color: #186a2b;
}
.class-box{
    display: inline-block;
    text-align: center;
    width: 24%;
    margin-top: 30px;
}
.class-box:nth-child(2){
    border-right: none;
}
.class-box:nth-child(3){
    border-right: none;
}
.title-box{
    font-family: 'Gemunu Libre', sans-serif;
    color: #186a2b;
    font-size:36px; 
    margin-bottom: 20px;
   
}
.img-box{
    height: 60px;
    margin-bottom: 20px;
}
.class-box-text{
    color: #101010;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

/* FUNCIONALIDADES */ 
.especs-container{
    background-color: #f6f7fe;
    position: relative;
}
.especs{
    max-width: 1300px;
    position: relative;
    margin-left: auto;
    margin-right: auto; 
}
#especs-scroll{
    padding-top: 80px;
}
.especs-esq{
    width: 49%;
    display: inline-block;
    text-align: left;
    border-left: 2px solid #008040;
}
.especs-esq ul li{
    list-style: none; 
}
#link-d{
    max-width: 1300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.ficha-tec{
    padding: 40px 0px 80px 0px;
    width: 50%;
    display:inline-block;
}
.ficha-tec a{
    text-decoration: none;
    color: #186a2b;
    transition: 0.5s;
    font-weight: 600;
    display: block;
    padding-bottom: 10px;
}
.ficha-tec a:hover{
    color: #f6c702;
}
.ficha-tec h1{
    font-family: 'Gemunu Libre', sans-serif;
    color: #186a2b;
    font-size:36px; 
    margin-bottom: 20px;
}
.acess{background-color: #008040;}
.acess-esq{
    max-width: 1300px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.acess-esq img{
    display: flex;
    width: 400px;
}
footer{
    background-image: linear-gradient(to right, #f6c702, #186a2b);
    height: 120px;
}
footer .footer-container:after{
    clear:both;
    content:"";
    display:block;
}
.footer-container{    
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}
.footer-box1, .footer-box2, .footer-box3 {
    flex: 1,1,1;
}
/* .footer-box1{    
    display: inline-block;    
}

.footer-box2{    
    display: inline-block;    
} */
.footer-box2 ul {
    list-style: none;
}
.footer-box2 ul li{
    position: relative;
    
}
.footer-box2 ul li span{
   font-size: 20px;
   color: #dbeee0;
    
}
.footer-box2 ul li i{
    position: relative;
    font-size: 20px;
    color: #dbeee0;
}
.footer-box3{
    display: inline-block;  

    
}
.footer-box3 ul {
    list-style: none;
    
}
.footer-box3 ul li {
    position: relative;
    float:right;
    height: 60px;
    line-height: 60px;
    padding: 0px 10px 0px 10px;
}
.footer-box3 li a {
    text-decoration: none;
    color: #fff;
    transition: 0.5s;
    font-weight: 600;
    font-size: 16px;
    
}
.footer-box3 li a:hover {
    color: #f6c702;
}