@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700');
/* ´@import url('https://fonts.googleapis.com/css?family=Trirong:200'); h1 do carousel */

html,
body {
    margin: 0;
    padding: 0;
    background-color: #FFF;
    font-family: 'Source Sans Pro', sans-serif;
    color: #1C1C1C;
}
p{
    font-size: 19px;
    color: #4F4F4F;
    font-weight: 400;
}
h1{  
    font-weight: 600;
    font-size: 32px;
    color: #2C88D8;
}
h2{
    /* font-weight: 300; */
    font-size: 24px;
    color: #2C88D8;
}
h3{
    /* font-weight: 300; */
    font-size: 20px;
    color: #1F2933;
}
/* h1, h2, h3, */
h4,
h5,
h6 {
    font-size: 16px;
    font-weight:700;
}



.img-responsive{
    display: block; 
    max-width: 100%; 
    height: auto;
} 







/* ======= BOTÕES ================================================== */
#btn-cor{
    background: #2C88D8;
    color: #FFF;
    padding: 18px 34px;
    border-radius: 1px; 
    margin-top: 14px;
    font-weight: 600; 
    font-size: 124%;
    letter-spacing: 1px;
    text-shadow: none;
}
#btn-cor:hover,
#btn-cor:focus,
#btn-cor:active{
    color: #FFF;
    background: #FD5D20;
}



#btn-transparent{
    margin-top: 30px;
    background: transparent;
    border: 1px #2C88D8 solid;
    color: #2C88D8;
    padding: 10px 28px;
    border-radius: 1px; 
    font-weight: 600;
    font-size: 100%;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#btn-transparent:hover,
#btn-transparent:focus,
#btn-transparent:active{
    color: #FD5D20;
    border: 1px #FD5D20 solid;
    text-decoration: none;
}




/* ====== NAVBAR =============================================================== */
#menu-top { 
    position: absolute;
    z-index: 90;
    color: #FFF;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
/*nav {
    background-color: rgba(54 , 100, 139, .2);
}*/
nav .navbar-nav {
    width: auto;
    display:inline;
    float:none;
    text-align: center;
}
#menu-top .navbar-brand{
    width: 120px;
    height: auto;
}
nav img{
    width: 240px;
    height: auto;
    padding: 0%;
}
#menu-top ul li{
    /* ///////  padding: 4px 8px; */
    padding: 4px 8px;
}
#menu-top .li-down{
    top: 30px;
}
#menu-top li a{
    color: #FFF;   
    text-shadow: 1px 1px 4px #1C1C1C;
}
#menu-top li a:hover{
    background-color: inherit;
    /*border-bottom: 1px #FFF dotted;*/
    text-decoration: none;
    text-shadow:none;
}




















.slide{
    /*width:100%;*/
    position: relative;
    z-index: 1;
}
.content-carousel {
    position: absolute;
    width: 60%;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    font-weight: 600;
    text-align: center;    
    text-shadow: 1px 1px 10px black;
    /*text-shadow: 2px 2px 10px rgba(0,0,0,1);*/
      -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);
}
.content-carousel h1 {
    font-size: 6.2em;  
    font-weight: 300;
    color: #FFF;
    margin: 0;
    padding: 0;
}
.content-carousel h2{
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 300;
    text-shadow: 4px 4px 5px black;
}
.content-carousel mark{
    color: #FFF;
    border-radius: 2px;
    background-color: rgba(28, 28, 28, 0.4);
}
.item  img {
    width: 100%;
    height: auto;
}
.fade-carousel .carousel-inner .item .content-carousel {
    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; 
}
.fade-carousel .carousel-inner .item.active .content-carousel {
    opacity: 1;
    -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-example span{
    border: 1px #FFF solid;
    border-radius: 4px;
    background-color: red;
    padding: 20px;
}*/
#carousel-topo .glyphicon{
    color: #EEDD82;
    font-size: 40px;
    box-shadow: 40 40 40;
}
#carousel-topo .glyphicon:hover{
    color: #FFF;
}










#chamada{
    padding: 0;
    text-align: center;
}
#chamada h1{
    color: #FFF;
    /*color: #FFFFE0;*/
}
#chamada h3{
    color: #FFE7BA;
    /*color: #EED385;*/
}
#chamada img{
    width: 30%;
    height: auto;
    padding-bottom: 20px;
}
#chamada .content-chamada1,
#chamada .content-chamada2,
#chamada .content-chamada3{
    height: auto;
    padding: 60px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#chamada .content-chamada1{
    background-color: #FD5D20;
}
#chamada .content-chamada2{
    background-color: #FE652E;
}
#chamada .content-chamada3{
    background-color: #FE6D36;
}








#servicos{
    margin: 0;
}
#servicos h1{
    color: #2C88D8;
    padding-bottom: 15px;
}
.picture-servicos{
    margin: 0;
    padding: 0;   
}
.txt-servicos{
    height: auto;
    padding: 100px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
#servicos .row-service-border{
    border-top: 1px solid #EEE9E9;
}
#servicos p{
    margin-bottom: 30px;
}
#servicos .row {
    display: flex;
    justify-content: center;
    align-items: center;
}







#clientes{
    padding: 30px 160px 60px;
    background-color: #F1F6F8;
    border-top: 1px #EEE5DE solid;
    text-align: center;
}
#clientes h1{
    color: #696969;
    margin-bottom: 50px;
}
#clientes .row{
    margin: 10px 0px;
}
#clientes .col-md-3{
    padding: 18px;
    box-sizing: border-box;
}
#clientes img{
    width: auto;
    height: 80px;
}







footer{
    background-color: #0E0B00;
}
footer #rodape .row{
    padding: 60px 2px;
}
footer #rodape h4{
    color: #EEE9E9;
    text-transform: uppercase;
    padding-bottom: 10px;
}
footer #rodape img{
    width: 180px;
    height: auto;
}
footer #rodape p{
    color: #BEBEBE;
    font-size: medium;
}
footer #rodape2 {
    text-align: center;
    border-top: 1px #1C1C1C solid;
}
footer #rodape2{
    padding: 10px 20px;
}
footer #rodape2 p{
    color: #BEBEBE;
    font-size: small;
}
footer a{
    color: #FFF;
}
footer a:hover{
    color: #FFF;
    text-decoration: underline;
}
footer #rodape .btn-wpp img{
    width: 22px;
    height: auto;
}
footer #rodape .btn-wpp p{
    font-size: 22px;
    font-weight: 700;
}





/* =========== ESTILO DAS OUTRAS PÁGINAS FORA INDEX =========== 
===============================================================
===============================================================*/
/* ===== GALERIA DE FOTOS ==== */
  #main-geral .gallery {
    padding: 50px 0 60px 0;
  }
  .box-gallery,
  .box-gallery-big,
  .box-gallery-video1{
      overflow: hidden;
      padding: 5px 5px !important;
  }
  #frota-video .col-sm-12 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .box-gallery img{
    width: 100%;
      height: 400px;
      object-fit:cover;
      -o-object-fit:cover;
  }
  .box-gallery-big img{ /* para imagens ocupando as 12 colunas */
      width: 100%;
      height: 460px;
      object-fit:cover;
      -o-object-fit:cover;
  }
  .box-gallery-video1 img{ /* para imagens ocupando as 12 colunas */
    width: 100%;
    max-height: 448px;
    object-fit:cover;
    -o-object-fit:cover;
  }

  
/* ===== VIDEO FROTA ==== */
#frota-video{
    padding: 0;
    background-color: #ECF4F5;
}
#frota-video .video1{
    padding: 5px;
}
#frota-video video{
    /* max-width: 100%;
    height: auto; */
    max-width: 100%;
    max-height: 448px;
    /* height: 400px;
    border: 6px solid #FFF; */
}
/* .frota-index{
    padding-left: 30px;
} */
.frota-index span{
    color: #005B64;
}







#topo { 
    background-image:url(../imagens/topo1.jpg);
    background-repeat: no-repeat;
    background-position: 100% auto;
    background-position: top center;
    background-size: cover;
    background-color: #00111D;
    margin: 0px;
    padding: 150px 10px;
    position: relative;
    z-index: 1;
    text-align: center;
}
#topo-van { 
    /* //////////////////  background-image:url(../imagens/topo-van.jpg); background-repeat: no-repeat; background-position: 100% auto; */
    background-image:url(../imagens/banner4.jpg); background-repeat: no-repeat; background-position: 100% auto;
    background-position: center center; background-size: cover; background-color: #00111D; margin: 0px; 
    padding:150px 10px; position: relative; z-index: 1; text-align: center;
}
#topo-ctto { 
    background-image:url(../imagens/topo-ctto.jpg); background-repeat: no-repeat; background-position: 100% auto;  background-position: center center; background-size: cover; background-color: #00111D; margin: 0px; 
    padding:150px 10px; position: relative; z-index: 1; text-align: center;
}
#topo-executivo { 
    background-image:url(../imagens/topo-executivo.jpg); background-repeat: no-repeat; background-position: 100% auto;  background-position: bottom center; background-size: cover; background-color: #00111D; margin: 0px; 
    padding:150px 10px; position: relative; z-index: 1; text-align: center;
}
/* #topo-turismo { 
    background-image:url(../imagens/topo-turismo.jpeg); background-repeat: no-repeat; background-position: 100% auto;
    background-position: bottom center; background-size: cover; background-color: #00111D; margin: 0px; 
    padding:150px 10px; position: relative; z-index: 1; text-align: center;
} */
.content-topo mark{
    color: #FFF;
    border-radius: 2px;
    background-color: rgba(28, 28, 28, 0.4);
}
.content-topo h1 {
    font-size: 6.2em;  
    font-weight: 300;/**/
    text-shadow: 4px 4px 5px black;
    color: #FFF;
    padding-top: 20px;
}
.content-topo h2{
    color: #FFF;
    font-size: 26px;
    font-weight: 300;
    text-shadow: 4px 4px 5px black;
}

#indice{
    background-color: rgba(54, 54, 54, 0.2);
    /*background-color: #FD5D20;
    background-color: #0E0B00;*/
    border-bottom: 1px #B5B5B5 solid;
    font-size: 18px;
    text-align: left;
}
#indice a{
    color: #4F4F4F;
    text-decoration: underline;
}
#indice a:hover{
    color: #FD5D20;
    text-decoration: underline;
}
#indice span{
    color: #000;
    font-weight: 600;
}
#indice .col-md-12{
    padding: 16px 140px;
}




#main-geral{
    padding: 60px 50px;
    font-size: 16px;
}
#main-geral h1{
    padding-bottom: 20px;
}
#main-geral .carro-txt h2{
    margin-top: 40px;
}
#main-geral h3{
    font-weight: 400;
    padding-top: 20px;
}
#main-geral i{
    font-size: 16px;
}
#main-geral .pg-passeios i{
    font-size: 22px;
    color: #FD5D20;
    font-weight: 400;
}



#main-geral .coorporativo {    
 /*    background-image:url(../imagens/topo-executivo.jpg); 
    background-repeat: no-repeat; 
    background-position: 100% auto;  
    background-position: bottom center; 
    background-size: cover;
    background-color: #00111D;   */
    margin: 60px 0px 20px 0px; 
    padding:50px 10px; 
    text-align: center;
}
#main-geral .coorporativo .bloco1 {
    background-color: #FD5D20;
}
#main-geral .coorporativo .bloco2 {
    background-color: #FE6D36;
}
#main-geral .coorporativo h2 {  
    text-align: center;
    color: white;
    font-size: x-large;
}
#main-geral .coorporativo img {  
    width: auto;
    height: 80px;
}
#main-geral .coorporativo i {  
    color: white;
    font-size: 80px;
}


/* #main-geral .imagens-geral{
    padding-top: 60px;
} */

#main-geral input,
#main-geral textarea,
#main-geral select{
    border: 1px #9FB6CD solid;
    border-radius: 1px;
}
#main-geral .contato{
    left: 40px;
}
#main-geral .contato h3{
    padding-top: 0px;
}
#main-geral .contato span{
    font-size: medium;
}
.main-geral .contato img{
    width: 12px;
    height: auto;
}





/* 
#protetor-solar{
    padding: 20px 100px;
    margin: 40px 120px;
    background-color: #FD5D20;
    text-align: center;
}
#protetor-solar p{
    color: #FFF;
    font-size: 22px;
} */






/*******************************************************************
Galeria de fotos
*******************************************************************/
/* #galeria{
    padding: 20px 20px 80px;
}
#galeria .row{
    float: left;
    display: flex;
    flex-wrap: wrap;
}
#galeria .box-galeria{
    padding: 2px;
}
#galeria img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
        -webkit-filter:sepia(10%);
        filter:sepia(10%);
}

@media (max-width: 767px) {
    #galeria{ padding: 20px 60px 30px; }
}
 */




/* #galeria-passeios{
    padding: 0px 100px 100px;
}
#galeria-passeios h1{
    margin-bottom: 40px;
}
div.gallery {
    border: 1px solid #CFCFCF;
    margin-bottom: 14px;
}
div.gallery:hover {
    border: 1px solid #EEE9E9;
    -webkit-box-shadow: 2px 2px 14px 2px #CDC9C9;
    box-shadow: 2px 2px 14px 2px #CDC9C9;
}
div.gallery a:link{
    text-decoration: none;
}
div.gallery img {
    width: 100%;
        height: 190px;
}
div.desc {
    padding: 20px 2px;
    text-align: center;
}
div.desc p{
    font-weight: 400;
}

* {
    box-sizing: border-box;
}
.responsive {
    padding: 0 6px;
    float: left;
    width: 24.99999%;
}
@media only screen and (max-width: 700px) {
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}
@media only screen and (max-width: 500px) {
    .responsive {
        width: 100%;
    }
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
} */





/*
#pacote-passeios .img-responsive{
    display: block;
    width: auto;
    height: 160px;
}
#pacote-passeios figcaption p{}
*/