* { font-family: 'Roboto', sans-serif; list-style: none; }
.nav-link { color: #01903e; }
.nav-link:hover { color: #266B42; }
a:link { text-decoration: none; }
body { overflow-x: hidden; }
.bg-menu-color { background: transparent; padding: 0px; margin-left: auto; }
.small { font-size: 9px; color: #01903E; }
.btn-voltar { color: #fff; background: #01903e; padding: 8px 12px; border-radius: 5px; }
.btn-voltar:hover { text-decoration: none; color: #fff; background: rgb(40, 156, 87) }
/* SHORTCUTS */

.solu-container { width: 100%; padding-right: 194px; padding-left: 212px; margin-right: auto; margin-left: auto; }
.sobre p { color: #01903E; font-size: 20px; margin: 0;  }
.sobre h4 { color: #01903E; font-weight: bolder; font-size: 38px; margin: -10px 0 14px 39px; }

#timeline .timeline-item .timeline-content h2 {    font-size: 16px !important;}


/* HEADER */
.header { background: url(../img/background-main.png); background-repeat: no-repeat; background-size: cover; }

.container-main { background: url(../img/back-title.jpg); background-repeat: no-repeat; height: 580px;  margin-top: 25px; background-position: center; box-shadow: 0 40px 41px 0 rgba(0,0,0,0.2), 0 6px 27px 0 rgba(0,0,0,0.19); }
.title-main { color: #fff; padding-top: 240px; }
.title-main h2 { padding-left: 15px; font-weight: bold; border-left: 5px solid #fff; }

/* .container-main { text-align: center; margin-top: 25px; }
.container-main img {  box-shadow: 0 40px 41px 0 rgba(0,0,0,0.2), 0 6px 27px 0 rgba(0,0,0,0.19); } */



/* MAIN */
.main { margin-left: 44px; }
.sobre-nos { margin-top: 100px; margin-left: 50px; }
.txtsobre-nos { color: rgb(112, 111, 111); margin: 0 4px 0 39px; }

.btn-continuarLendo { margin: 8px 0 0 39px; color: rgba(255, 255, 255, 0.842); background: #278A74; padding: 8px 18px; text-decoration: none; transition: all .4s ease-in-out; box-shadow: 0 0px 60px 0 rgba(0,0,0,0.2), 0 5px 25px 0 rgba(0,0,0,0.19);}
.btn-continuarLendo:hover { background: #01903E; color: #fff; text-decoration: none; transition: all .4s ease-in-out; }

.cata-vento img { width: 275px; }


/* SERVIÇOS */

.slide-1 { background: url(../img/slide-1.png); background-position: center;  background-repeat: no-repeat; background-size: cover; padding: 35px 0 40px 0;  }
.conteudo-slide { margin-left: 27px; color: #fff; }
.conteudo-slide h4 { font-weight: bolder; }


.btn-saibaMais { padding: 8px 18px; background: #fff; color: #01903E;  transition: all .4s ease-in-out; }
.btn-saibaMais:hover { text-decoration: none; background: #B2CB3A; transition: all .4s ease-in-out; color: #fff; }

/* CONFIAM */ 
.confiam { padding: 10px 0; }
.empresas-confiam { margin-right: 8px; }
.confiam-img { margin: 0 5px 0 5px; }



.mapa { margin-bottom: 0; }
.mapa{ overflow:hidden; padding-bottom:56.25%; position:relative; height:0; }
.mapa iframe { left:0; top:0; height:100%; width:100%; position:absolute; }



/* FOOTER */
.footer { background: #266B42; color: #fff; padding: 10px 0 5px 0; }
.desenvolvido p { margin-right: 10px; }
.desenvolvido img { height: 30px; }






/* ALTERAÇÕES BOOTSTRAP */
.navbar-dark .navbar-nav .nav-link {
  color: rgb(0, 156, 59) !important;
}

.carousel .carousel-control-prev { left: -56px; }
.carousel .carousel-control-next { right: -24px; }
.navbar-dark .navbar-nav .nav-link { margin-top: 58px; }
.logo-item img { width: 230px; }
.navbar-text img { display: none; }

.quem-somos-item { width: 120px; }

/* //////////////////// PAGINA QUEM SOMOS //////////////////// */

.mg-left { margin-left: 98px; }
.oque-fazemos ul { margin-left: -50px;  }
.fas { color: #01903E; }


/* //////////////////// PAGINA SERVIÇOS //////////////////// */
.green-bolder h2 { color: #01903E; font-weight: bold; }


/* //////////////////// PAGINA UNIDADES //////////////////// */
.txt-unidades { margin-left: 18px; }
.txt-unidades h2 { font-weight: bold; color: #266B42; }


/* //////////////////// PAGINA CONTATO //////////////////// */
.contato h2 { font-weight: bold; color: #266B42; }
.iconVerd { color: #01903E; font-size: 20px; }

.navbar-nav { margin-left: 294px; }



/* LANDING PAGE BARRAMENTO BLINDADO */

/* IMG HOVER PAGINA BARRAMENTO */

.card-img { position: relative; width: 50%; }
.image { display: block; width: 100%; height: auto; }
.overlay { position: absolute; top: 0; bottom: 0; left: 0; right: 0; height: 100%; width: 100%; opacity: 0; transition: .5s ease; background-color: #266b42cf; }
.card-img:hover .overlay { opacity: 1; }
.text-card { color: white; position: absolute; top: 53%; width: 100%; left: 49%; text-align: center; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);  }


.section-1 { background: url(../img/bg-barramento.png); background-size: cover; padding: 160px 0; }
.porque-utilizar { background: url(../img/bg-porque-utilizar.png); background-size: cover; padding: 20px 0; }
.invisivel h5 { color: #266B42; text-transform: uppercase; font-weight: bold; }
.invisivel p { opacity: 0; transition: .5s; color: rgb(9, 75, 175); font-size: 14px; }
.invisivel:hover p { opacity: 1; }

.nav-pills .nav-link.active, .nav-pills .show>.nav-link { color: #fff; background-color: #01903e !important; }
.btn-acesse { color: #01903E; }

.porque-utilizar ul li i { color: #fff; }

/* //////////////////// RESPONSIVO //////////////////// */

@media (max-width: 992px) { 
    .navbar-nav { margin-left: 0; }
    .navbar-dark .navbar-brand img { width: 191px;}
    .sobre-nos { margin-left: 0; } .main { margin-left: 0; }
    .cata-vento { display: none; }
    .servicos { margin-top: 55px; } .servicos .sobre h4 { font-size: 30px; }
    .conteudo-slide p { margin-left: 0; } .btn-saibaMais { margin-left: 0; }
    .carousel .carousel-control-prev { left: 0px; }
    .carousel .carousel-control-next { right: 0px; }
}

@media (max-width: 840px) { 
    .navbar-dark .navbar-nav .nav-link { font-size: 14px; }
}

@media (max-width: 767.9px) {
    .footer .justify-content-between { justify-content: center !important; }
    .mg-left { margin-left: 0 }
    .oque-fazemos ul { margin-left: -39px; }

    .navbar-dark .navbar-nav .nav-link { margin-top: 0; }
    .logo-item { display: none; }
    .navbar-text img { display: block; width: 180px; }
    .w-50 { width: 25%!important; }

    .bg-menu-color { background: #fff; padding: 4px; border: 1px solid #80ab6d; }
    .bg-menu-color li { margin-left: 19px !important }

}

@media (max-width: 415px) { .navbar-text img { display: block; width: 160px; } }


header:after, #timeline .timeline-item:after, header:before, #timeline .timeline-item:before {
    content: '';
    display: block;
    width: 100%;
    clear: both;
  }
  
  *, *:before, *:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  
  a {
    text-decoration: none;
  }
  
  .container {
    max-width: 1100px;
    margin: 0 auto;
  }
  
  
  .project-name {
    padding: 10px 0;
    color: rgb(49, 62, 124)
  }
  
  
  #timeline {
    width: 100%;
    margin: 30px auto;
    position: relative;
    padding: 0 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #timeline:before {
    content: "";
    width: 3px;
    height: 100%;
    background: #01903E;
    left: 50%;
    top: 0;
    position: absolute;
  }
  #timeline:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
  }
  #timeline .timeline-item {
    margin-bottom: 50px;
    position: relative;
  }
  #timeline .timeline-item .timeline-icon {
    color: #fff;
    text-align: center;
    padding-top: 12px;
    background: #01903E;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 50%;
    overflow: hidden;
    margin-left: -23px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
  }
  #timeline .timeline-item .timeline-icon svg {
    position: relative;
    top: 14px;
    left: 14px;
  }
  #timeline .timeline-item .timeline-content {
    width: 45%;
    background: #f7f7f7;
    padding: 20px;
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 5px 20px -4px #DEDEDE;
    box-shadow: 0 5px 20px -4px #DEDEDE;
  }
  #timeline .timeline-item .timeline-content h2 {
    padding: 15px;
    background: #01903E;
    color: #fff;
    text-align: center;
    margin: -20px -20px 10px -20px;
    font-weight: 400;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  #timeline .timeline-item .timeline-content:before {
    content: '';
    position: absolute;
    left: 45%;
    top: 20px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(1, 144, 62, 0);
    border-left-color: #01903e;
    border-width: 12px;
    margin-top: -6px;
    -webkit-box-shadow: 0 5px 20px -4px #DEDEDE;
    box-shadow: 0 5px 20px -4px #DEDEDE;
  }
  #timeline .timeline-item .timeline-content.right {
    float: right;
  }
  #timeline .timeline-item .timeline-content.right:before {
    content: '';
    right: 45%;
    left: inherit;
    border-left: 0;
    position: absolute;
	pointer-events: none;
	border-color: rgba(1, 144, 62, 0);
	border-right-color: #01903e;
	border-width: 12px;
	margin-top: -6px;
  }
  
  .btn {
    padding: 5px 15px;
    text-decoration: none;
    background: transparent;
    border: 2px solid #474646;
    color: #3d3737;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    
    border-radius: 5px;
    
    transition: background 0.3s ease;
    
    box-shadow: 2px 2px 0 #4d4d4d;
  }
  .btn:hover {
    box-shadow: none;
    top: 2px;
    left: 2px;
    -webkit-box-shadow: 2px 2px 0 transparent;
    -moz-box-shadow: 2px 2px 0 transparent;
    -ms-box-shadow: 2px 2px 0 transparent;
    box-shadow: 2px 2px 0 transparent;
  }
  
  @media screen and (max-width: 768px) {
    #timeline {
      margin: 30px;
      padding: 0px;
      width: 90%;
    }
    #timeline:before {
      left: 0;
    }
    #timeline .timeline-item .timeline-content {
      width: 90%;
      float: right;
    }
    #timeline .timeline-item .timeline-content:before, #timeline .timeline-item .timeline-content.right:before {
      left: 10%;
      margin-left: -6px;
      border-left: 0;
      border-right: 7px solid #ee4d4d;
    }
    #timeline .timeline-item .timeline-icon {
      left: 0;
    }
  }
  

