@import url('https://fonts.googleapis.com/css?family=Coda');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web:600');


*{
padding: 0;
margin: 0;
vertical-align: baseline;
list-style: none;
border: 0
}



html,
body{
    background-color: #FFF;
    font-family: 'Coda', cursive;
    font-size: 1.062em;
    word-spacing: 0.25em;
    font-weight: 400;
    color: #363636;
}
p{
    font-family: 'Coda', cursive;
    font-size: 1em;
    word-spacing: 0.25em;
    color: #363636;
    padding-top: 10px;
}
h1{    
    font-family: 'Coda', cursive;
    font-size: 1.875em; 
    word-spacing: 0.1875em;
    padding-bottom: 20px;
    color: #006600;
}
h2{ 
    font-family: 'Coda', cursive;
    font-size: 1em; 
    word-spacing: 0.1875em;
    line-height: 0.125em;
    font-weight: 600;
    color: #006600;
    text-transform: uppercase;
}
h3{ 
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.875em; 
    word-spacing: 0.1875em;
    /*letter-spacing: 0.20px;*/
    font-weight: 100;
    color: #006600;
    padding-bottom: 4px;
}









/* BOTÕES ====================================
=========================================== */
.btn-slider {
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.875em;
    color: #FFF;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 20px;
    background-color: transparent;
    border: 2px solid #FFF;
    border-radius: 2px;
    padding: 18px 30px;
    display: inline-block;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-shadow: none;
}
.btn-slider:hover{
    color: #001100;
    background-color: #FFF;
    border: 2px solid #FFF;
}




.btn-transparente {
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.875em;
    color: #FFF;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 20px;
    background-color: transparent;
    border: 2px solid #FFF;
    border-radius: 2px;
    padding: 14px 24px;
    display: inline-block;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    text-shadow: none;
}
.btn-transparente:hover{
    color: #001100;
    background-color: #FFF;
    border: 2px solid #FFF;
}


.btn-green {
    font-family: 'Titillium Web', sans-serif;
    font-size: 0.875em;
    color: #006600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: 20px;
    background-color: transparent;
    border: 2px solid #006600;
    border-radius: 2px;
    padding: 14px 24px;
    display: inline-block;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.btn-green:hover{
    color: #FFF;
    background-color: #006600;
    border: 2px solid #006600;
}




























/* NAV ============ BASEADO NO RASCUNHO ARQ TOPO4 ================
===========================================  */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: 0;
    background-color: transparent!important;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
}
nav #btn-principais{
  background-color: #006600;
  border-radius: 1px !important;
  float: right;
}
#logo{
  width: 220px;
  height: auto;
  float: left;
}
.navbar-header button{
  border: none;
}
nav .icon-bar{
  color: #FFF;
}
nav icon-bar a:hover{
  color: #FFF;
}
nav a{
  font-family: 'Titillium Web', sans-serif;
  font-size: 0.812em;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFF;
}

#ccgNavbar ul li a{
  padding: 23px 26px;
  display: block;
  color: white;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 18px;
}
#ccgNavbar > ul > li:hover > a{
  background-color: #003300;
}
#ccgNavbar > ul > li.active > a,
#ccgNavbar > ul > li > a:active {
  background-color: #74AD74;
}
#ccgNavbar > ul > li > a > span {
  line-height: 18px;
}

#ccgNavbar > ul ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
ul .dropdown-menu li a {
  padding: 18px 26px;
  display: block;
  color: white;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  width: 260px;
  border-left: 4px solid transparent;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

/* margem apenas dos menus */
.collapse {
    display: block;
    margin-top: 20px;
}/**/
ul .dropdown-menu{
  background-color: #003300;
  padding: 0;
}
ul .dropdown-menu li:hover{
  display: block!important;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0;
  background-color: #74AD74;
  color: #FFF;
}
ul .dropdown-menu li a:hover {
  border-left: 4px solid #FFF;
  background: url(images/highlight-bg.png) repeat;
}
ul .dropdown-menu li a:active {
  background: url(images/menu-bg.png) repeat;
}
#ccgNavbar > ul li:hover ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
    color: #000;
    z-index: 2;
    top: 63px;
    left: 0;
}























/* SLIDER ====================================
=========================================== */
.slider{
    width:100%;
}
.carousel-inner .item img{
  width: 100%;
  height: 50%;
}
.filtro-slider{
  -webkit-filter: filter: contrast(110%) brightness(30%);
  filter: contrast(110%) brightness(30%);
}

.legenda-slider {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.legenda-slider h1 {
    font-size: 6em; 
    color: #FFF;   
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.legenda-slider h2{
    font-size: 1.2500em; 
    color: #FFF;
}
.carousel-inner .item .legenda-slider {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.carousel-inner .item.active .legenda-slider {
    opacity: 1;
    -webkit-transition: 1s all ease-in-out .1s;
       -moz-transition: 1s all ease-in-out .1s; 
        -ms-transition: 1s all ease-in-out .1s; 
         -o-transition: 1s all ease-in-out .1s; 
            transition: 1s all ease-in-out .1s;    
}
.carousel-indicators{
    visibility: hidden;
}
#controle .glyphicon{
    font-size: 1.875em;
}
#controle .carousel-control .icon-prev,
#controle .carousel-control .icon-next,
#controle .carousel-control .glyphicon-menu-left,
#controle .carousel-control .glyphicon-menu-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
#controle .carousel-control .icon-prev,
#controle .carousel-control .glyphicon-menu-left {
  left: 50%;
  margin-left: -10px;
}
#controle .carousel-control .icon-next,
#controle .carousel-control .glyphicon-menu-right {
  right: 50%;
  margin-right: -10px;
}
#controle .carousel-control .icon-prev,
#controle .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
#controle .carousel-control,
#controle .carousel-control:hover,
#controle .carousel-control:focus{
    background-image: none;
}












/* SERVIÇOS ==================================
=========================================== */
#servicos-index{
  padding-left: 170px;
  padding-right: 170px;
}
.servicos-index-col{
  margin-top: 50px;  
}
#servicos-index .galeria{
    overflow: hidden;
    padding: 3px 3px !important;
}
#servicos-index .box-menor img,
#servicos-index .box-maior img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
    overflow: hidden;
}
#servicos-index .box-maior{
    height: 400px;
}
#servicos-index .box-menor{
  height: 250px;
}

/* Bilho da imagem e hover da mesma */
#servicos-index img{
  -webkit-filter: brightness(60%);
   -moz-filter: brightness(60%);
    -ms-filter: brightness(60%);
     -o-filter: brightness(60%);
  filter: brightness(60%);
}
#servicos-index img:hover{
    -webkit-filter: saturate(170%) brightness(100%); 
            filter: saturate(170%) brightness(100%); 
}
.zoom {
  padding: 50px;
  background-color: transparent;
  transition: transform .2s;
  -webkit-transition-duration: 0.4s; /* Safari */
  transition-duration: 0.4s;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(0.98); /* IE 9 */
  -webkit-transform: scale(0.98); /* Safari 3-8 */
  transform: scale(0.98); 
}
/* posição dos títulos maiores e menores */
.legenda-servicos,
.legenda-servicos2{
  position: absolute;
  z-index: 200;
  left: 3%;
  right: 3%;
  text-transform: uppercase; 
}
.legenda-servicos{
  top: 40%;  
  bottom: 60%;
  text-align: center;
}
.legenda-servicos2{ 
  bottom: 16%;
  text-align: center;
}

/* Fontes */
.legenda-servicos h2{
  color: #003300;
  font-size: x-large;
}
.legenda-servicos2 h2{
  color: #FFF;
}
.legenda-servicos h2{
  display: inline-block;
  color: #FFF;
}
.legenda-servicos2 h2{
  font-size: medium;
}
.legenda-servicos h2,
.legenda-servicos2 h2,
.legenda-servicos3 h2{
  line-height: normal;
}

/* Div texto em destaque */
.legenda-servicos3{
  position: absolute;
  z-index: 480; 
  top: 10%;
  text-align: center;
  padding: 0px 60px;
}
.legenda-servicos3 h2{
  position: relative;
  text-indent: 52px;
  color: #FFF;
  text-transform: none;
  font-weight: 300;
}
.legenda-servicos3 i{
  font-size: xx-large;
  position: absolute;
  top: -16px;
  left: -30px;
}
.legenda-servicos3 .btn-transparente{
  text-align: center;
}
.box-texto:after{
  content:'';
  position:absolute;
  top:2px;
  bottom:2px;
  left:2px;
  right:2px;
  background-color:rgba(0,34,0,.8);
}




/* MEIO AMBIENTE =============================
=========================================== */
#meioambiente-index{
  background: linear-gradient(rgba(0,34,0,.8),rgba(0,34,0,.8)), url(../imagens/natureza.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 140px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-meioambiente{
  position: relative;
  margin-left: 160px;
}
#meioambiente-index h2{
  color: #FFF;
  font-size: x-large;
  line-height: 1.250em;
  text-transform: none;
  text-align: right;
}
#meioambiente-index img{
  max-width: 220px;
  height: auto;
  float: left;
}








/* CERTIFICAÇÕES INDEX =============================
=========================================== */
.certificacoes-index .bg-logos{
  padding: 60px 50px;
  background-color: #EEE;
}
.logos div{
  padding: 4px;
}
.logos img{
  border: 1px solid #E0E0E0;
}









/* FOOTER ====================================
=========================================== */
footer{
  background: linear-gradient(rgba(0,34,0,.98),rgba(0,34,0,.98)), url(../imagens/bg2.jpg);
  background-repeat: initial;
  background-position: center center;
  background-color: #003300;
  border-top: 6px solid #003300;
}
footer p{
  color: #FFF;
}
footer .phones p{
  font-size: x-large;
  color: #83f283;
}
footer i{
  color: #FFF;
  padding-right: 10px;
}
footer img{
  padding-right: 60px;
}
#rodape-dark{
  background-color: #002200;
  padding: 0px 110px;
  border-top: 1px solid #001100;
}
footer a{
  color: #CCC;
}
footer a:visited{
  color: #CCC;
}
footer a:hover{
  text-decoration: underline;
  color: #FFF;
}
footer a:active{
  color: #FFF;
}



















/*================================================================================
==================================================================================
================================ DEMAIS PÁGINAS ==================================
==================================================================================
==================================================================================
=============================================================================== */



/* PADRONIZADOS ==============================
=========================================== */
.container-fluid{
  margin-left: 0px;
  margin-right: 0px;
  padding: 90px 100px 110px 100px;
}




.slide1{
    -webkit-filter: saturate(170%) brightness(100%); 
            filter: saturate(170%) brightness(100%);
          }



#menu-breadcrumb{
    background-color: #e5efe5;
    padding: 14px 100px 0px 80px;
}
#menu-breadcrumb ul li a{ 
    font-family: 'Coda', cursive;
    font-size: 1em;   
    color: #003300;
}
#menu-breadcrumb ul{
    background-color: transparent!important;  
}
#menu-breadcrumb ul li .active{
    font-family: 'Coda', cursive;
    font-size: 1em; 
}




/* página empresa e contato */
.space-inf-margin p{
  margin-bottom: 60px;
}





.img-responsive{
    display: block; 
    max-width: 100%; 
    height: auto;
} 
.filtro-padrao img{
  -webkit-filter: filter:sepia(20%);
  filter:sepia(20%);
}
.clearfix::after {
  content: "";
  clear: both;
  display: block;
}



.left-side{
  padding-right: 40px;
}
.right-side{
  padding-left: 40px;
}






.titulo{}
.titulo-center{
  text-align: center;
}
.titulo-center p{
  margin-top: -20px;
  padding: 0px 240px;
}





/* Backgroun cinza */
#residuos,
#transporte,
#mvv-empresa{
  background-color: #f5f5f5;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}




.fa-angle-right{
  color: #009900;
}



.galeria{
    overflow: hidden;
    padding: 3px 3px !important;
}
/* imagens página empresa */
.galeria .box{
    height: 320px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
/* imagens maiores da página */
.box2{
    height: 600px;
    overflow: hidden;
}
.box2 img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
  padding: 10px;
}
/* imagens médias da página */
.box-md{
    height: 400px;
    overflow: hidden;
}
.box-md img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
  border: 1px solid #c6c6c6;
  border-radius: 2px;
  padding: 10px;
}








table {
  border-collapse: collapse;
  width: 100%;
}
td, th {  
  text-align: left;
  padding: 8px;
}
tr:nth-child(even) {
  background-color: #E5EAE5;
}










.fa-check-square{  
  color: #006600;
}








/* PÁGINA EMPRESA ============================
=========================================== */
.image-barra{  
  display: inline;
  max-height: 180px;
  margin-top: 50px;
  display: flex;
  align-items: center;
  clear: both;
}
.image-barra img{
  float: left;
  width: auto;
  height: 120px;
  padding-right: 24px;
}
.image-barra p{
  float: right;
  color: #006600;
  font-size: x-large;
  font-weight: 700;
}

/* Galeria de fotos da empresa */
.galeria-empresa{
  margin-top: -120px;
  margin-bottom: -120px;
  margin-left: 10px;
  margin-right: 10px;

}

/* Missão, visão e valores */
.mvv{
  padding-left:20px;
}











/* PÁGINA SERVIÇOS ===========================
=========================================== */

/* SERVIÇOS OFF-SHORE */
  #offshore{
  position: relative;
  z-index: 10; 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.big-image-dir{
  position: relative;
}
.offshore table tr,
.residuos table tr{
  background-color: transparent;
}

.offshore{
  background-color: rgba(0,34,0,.8);
  position: absolute;
  z-index: 300;  
  padding: 20px 40px 40px 40px; 
  left: 100px;
}
.offshore, .offshore i{
  color: #FFF;
}
.offshore h2{
  background-color: #FFF;
  display: inline-block;
  padding: 20px;
  line-height: initial;
  color: #003300;
}

/* SERVIÇOS GERENCIAM RESÍDUOS */
  #residuos{
  position: relative;
  z-index: 40; 
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.big-image-esq{
  position: relative;
}
.residuos{
  background-color: rgba(0,34,0,.8);
  position: absolute;
  z-index: 500;  
  padding: 20px 40px 40px 40px;
  right: 100px;
}
.residuos, .residuos i{
  color: #FFF;
}
.residuos h2{
  background-color: #FFF;
  display: inline-block;
  padding: 20px;
  line-height: initial;
  color: #003300;
}

/* SERVIÇOS DE LIMPEZA E TRANSPORTE */
#limpeza h2,
#limpeza p,
#transporte h2,
#transporte p{
  font-size: medium;
  line-height: initial;
}
#limpeza,
#transporte{
  display: flex;
  justify-content: center;
  align-items: center;
}










/* PÁGINA CERTIFICAÇÕES ======================
=========================================== */
.flex-container{
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid transparent;
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap{ 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}  
.wrap li {
  border: 1px solid #E0E0E0;
  -moz-box-shadow:    1px 1px 14px 2px #E0E0E0;
  -webkit-box-shadow: 1px 1px 14px 2px #E0E0E0;
  box-shadow:         1px 1px 14px 2px #E0E0E0;
}
.flex-item {
  padding: 5px;
  width: 200px;
  height: 200px;
  margin: 40px;
}










/* PÁGINA CURSOS =============================
=========================================== */
.lista-cursos .group{
  border-bottom: 1px solid #CCC;
}
.lista-cursos{
  margin: 40px 0px 70px 0px;
}
.lista-cursos h2{
  margin-left: -4px;
  padding-bottom: 10px;
}


.box-cursos {
  display: inline-block;
  border: 2px solid #DDD;
  padding: 40px;
}
.contato-cursos i{
  color: #006600;
  padding-right: 10px;
}
.contato-cursos p,
.contato-cursos br{
  line-height: 30px;
}
.cttos{
  border: 2px solid #DDD;
  padding: 40px;
}







/* PÁGINA CONTATO ============================
=========================================== */
.formulario input,
.formulario textarea{
  border-radius: 0;
  border: 1px #CCC solid;
}
.formulario .form-control{
  color: #006600;
  font-size: medium;
}
#mapa{
  margin-top: -80px;
  margin-bottom: -96px;
  padding-right: 0px;
  padding-left: 0px;
}
#mapa iframe{
  width: 100%;
  height: 500px;
}