* {
   font-family:  'Poppins', sans-serif;
       font-weight: 400;
}
.opa{opacity:.5;}
body {
    overflow-x: hidden;
    font-family: 'montserratregular';
    color: #636466;
    font-size: 15px;
}
.viagem {
    margin-top: 40px;
    margin-bottom: 40px;
}
.seguro-txt h2 {
    padding-top: 20%;
}
.seguro-txt p {
    margin-bottom:20px;
}
.seguro-txt a {
    background: #5dd92c;
    padding: 7px 15px;
    color: #fff;
    border-radius: 15px;
}
.zap-fixo {
    position: fixed;
    right: 20px;
    background: #5dd92c;
    padding: 6px;
    border-radius: 20px;
    bottom:20px;
    z-index:999999;
}
.zap-fixo a {
    color:#fff;
}

a:hover {
    color: #191919;
    text-decoration: none;
    font-weight: 900;
}
h3 {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 600;
}
/* Header */
.logo {
    z-index:999;
}
.header {
    position: fixed;
    z-index: 9999;
}
.menu {
    background: #fff;
    text-align:center;
}
.menu img {
    width: 210px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.menu1, .redes {
    background: #006daf;
    border-right: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    min-height:115px!important;
    padding-top: 2.8%!important;
    
}
.menu1:focus {
    background: #02173a!important;
}
.idiomas {
    background: #006daf;
    border-right: 1px solid rgba(255,255,255,0.2);
    text-align: center;
    padding-top:0.4%;
    
}
.whatsapp {
    background: #369d0e;
    text-align: center;
    padding-top: 0.25%;
}
a.link-zap, .redes  {
    color: #fff;
    font-weight: 600;
}
.redes li {
    list-style: none;
    display: inline;
    padding-right: 11px;
    font-size: 26px;
}
ul {
    margin-bottom: 0;
    /* padding: 0; */
    margin-top: -5px;
    margin-left: 10px;
}
.menu1:hover {
    background: #f78535;
}
.menu1 p {
    color: #fff;
    font-weight: 500;
    font-size:15px;
}

/* Fim Header */

/* Banner */
.banner {
    padding: 0;
    color: #fff;
}
.carousel-item .efeito-texto {
   /* position: absolute;
    top: 0;
    bottom: 0;*/
    /*height: 300px;*/
    z-index: 99;
    /* width: 533px; */
   /* margin: auto;*/
    text-align: center;
    /*width: 100%;*/
}

.item-banner, .efeito-texto{
margin-top: 13%;

}
.item-banner img{
width: 100%;
}

.text-bienal p {
    margin-bottom:0;
    font-size: 50px;
}
.text-bienal {
    color: #323232;
    margin-top: 0;
    font-size: 34px;
    padding: 0.5%;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    position: absolute;
    left: 8%;
    right: 0;
    top: 25%;
    bottom: 0;
    height: 600px;
}

.text-bienal h2 {
     font-size: 60px;
    text-align: left;
    font-weight: 600;
    
}

.text-bienal h5{
font-size: 32px;

}
.text-bienal.delay-1s.ajustar-titulo-banner {
    right: 250px;
}

.efeito-texto h2{
    font-size: 60px;
    text-align: left;
    margin-left: 15%;
    font-weight: 600;
}

.efeito-texto h5{
    font-size: 32px;
    text-align: left;
    margin-left: 15%;
}
.efeito-texto h2, .efeito-texto h5 {
    text-shadow: 2px 1px 4px black;
}
/* Fim do Banner */

/* Destaques */
.texto-introducao p {
    text-align: center;
}
.news-footer {
    margin-bottom: 68px;
}
.destaques {
    /* background-image: url(/img/bg_servicos_home.gif); */
    background-repeat: no-repeat;
    background-position: center top 0px;
    background-size: 100% 100%;
    padding: 40px;

}
.congresso {
  position: relative;
  width: 100%;
}

.imagem-congresso {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-congresso {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #f68633;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .5s ease;
}

.congresso:hover .overlay-congresso {
  bottom: 0;
  height: 100%;
}
.congresso.ativo .overlay-congresso{
    display: block;
    overflow: visible;
    background: #006daf;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 100%;
}
.congresso p {
    background: #006daf;
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    font-weight: 400;
    padding:5%;
    text-transform: uppercase;
}
.text {
  color: white;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
text-transform: uppercase;
width:80%;
text-align:left;
}

.destaques h2 {
    text-align: center;
    font-size: 22px;
}
.introducao h2 {
    text-align: center;
    font-size: 22px;
    margin-top:40px;
}
.destaques p {
    text-align:center;
}
.separacao {
    margin-top: 30px;
}
.texto-introducao {
    margin: 1% 0 5%;
}
.dir {
    margin-bottom:40px;
}
.esq {
    text-align:center;
}
/* Fim Destaques */

/* Blog */
p.evento-texto {
    text-align: justify;
    margin-bottom: 20px;
}
.blog h2 {
    text-align: center;
    font-size: 22px;
    margin-top:80px;
}
.eventos {
    -webkit-filter:grayscale(100%);
}
.eventos:hover{
    -webkit-filter:grayscale(0%);
    transition: 1s;
}


/*personalizar btn*/

/* Ujarak */
button {
    width: 100%;
    background: #006daf;
    color: #fff;
    padding: 1%;
    border: none;
}
/*button:hover {
    background: #d1d2d4;
    color: #323232;
    font-weight: 600;
}*/
/*button::before{
    -webkit-transform: scale3d(0.7, 1, 1);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: 
    height: 100%;
    background: #fff;
    z-index: -1;
    opacity: 0;
    transform: scale3d(0.7, 1, 1); 
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}*/
button {
    border: 1px solid;
    display: block;
    margin: 1em;
    padding: 1em 2em;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
button:focus {
    outline: none;
}
button > span {
    vertical-align: middle;
}

.btn-blog {
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}
.btn-blog::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #006daf;
    background: #fff;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7, 1, 1);
    transform: scale3d(0.7, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.btn-blog, .btn-blog::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 0.2, 0.3, 1);
}
.btn-blog:hover {
      color: #006daf;;
    border-color: #006daf;
    border: 1px solid;
}
.col-md-3 > button.btn-blog {
    margin-left: 0;
}
.btn-blog:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/*fim btn*/



.contato {
    margin-bottom: 30px;
    padding-top: 120px;
}
/* Footer */
.footer {
    background: #f68632;
    /* height: 300px; */
    color: #fff;
    font-size:14px;
    line-height: 25px;
    padding: 25px;

}
.link-redes  a{
    color: #fff;
}

.link-redes li{
    list-style: none;
}
.news {
    background: #cecece;
    height: 50px;
    margin-top: 40px;
}
input[type="text"] {
    width: 100%;
    padding: 2%;
    margin-top: 5px;
}

input[type="text"] {
    width: 100%;
    padding: 5px 10px;
    margin-top: 5px;
    margin: 10px;
    border-radius: 5px;
    border: 1px solid #bfbfbf!important;
    flex: 0 0 47.666667%;
}

.news p {
    margin-top: 13px;
    font-weight: 600;
}
input[type="submit"] {
    width: 100%;
    padding: 4%;
    margin-top: 5px;
    background: #006daf;
    border: none;
    color: #fff;
    font-weight: 600;
}
.footer h2 {
    font-size: 18px;
    color: #fff;
    margin-top: 30px;
}
.logo-20 img {
    width: 50%;
    padding-top: 14%;
}
.logo-20 {
 text-align:center;   
}
.footer hr {
    border-top:1px solid #fff;
}
a.link-footer {
    color: #fff;
}
a.link-footer:hover {
    font-weight:600;
}
a.redes {
    border:none;
}
.copyright p {
    margin-bottom: 3px;
    margin-top: 3px;
    font-size: 13px;
    font-weight: 500;
}
.redes i {
    color: #fff;
}
a.link-footer {
    color: #fff!important;
}
/* fim Footer */

.back-empresa {
    /* background-image:url('http://agenciacariocadagema.com.br/projetos/controltour/img/back.png'); */
    background-repeat: no-repeat;
    bottom: auto;
    height: auto;
}
.back-empresa img {
    position: absolute;
    bottom: 0;

}
.empresa {
    padding-right: 0;
    background-image: url(../img/back.png);
    background-position: right -55px top 48px;
    background-size: 550px 100%;
    padding-top: 0px;
    padding-bottom: 0;
    position: relative;
    background-repeat: no-repeat;
    padding-top:5%;
}
.empresa a {
    color: #006daf;
}
.empresa h1 {
    margin-top: 110px;
    font-size: 22px;
    font-weight: 600;
}
.empresa p {
line-height:25px;
}

.frota h1 {
    margin-top: 110px;
    font-size: 22px;
    font-weight: 600;
}
.frota p {
line-height:30px;
}
.frota h2 {
    font-size: 18px;
    background: #006daf;
    color: #fff;
    padding: 1%;
    text-align: center;
}
.imagem-frota {
    height: 320px;
}
img.carro-executivo {
    padding-top: 50px;
}
.carros {
    border: 1px solid #006daf;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    margin: 0 10px 10px 0;
    width: 49%!important;
    flex: 0 0 49%!important;
}
p.frota-txt {
    line-height: 24px;
    text-align: justify;
    padding: 1% 5% 0 5%;
}
.lang ul{
    display: none;
}
.lang:hover ul {
    background: #006daf;
    list-style: none;
    position: absolute;
    width: 100%;
    margin-top: 6px;
    display: block;
    left: -10px;
}

.footer .redes {
    border: none;
}
/* serviços */
.titulo {
    background: #006daf;
    margin-bottom: 20px;
    box-shadow: 5px 6px 0px #f68632;
    padding: 6px;
    margin-top: 10% !important;
}
.titulo h1 {
    color:#fff;
    font-size:19px;
}
.icon {
    background: #f68633;
    position:relative;
}
.icon img {
    width: 80%;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.servicos-txt {
    background: #d5d6d8;
}
.servicos-txt h2 {
    margin-top: 25%;
    font-size: 22px;
    margin-bottom: 0;
}
.servicos1 {
    margin-top: 30px;
}

input.btn-contato {
    padding: 1%;
    width: 115px;
    margin-left: 15px;
    margin-top: 15px;
}
input.margin-contato.outro {
    width: 15%;
}
input.margin-contato {
    margin-top: 15px;
}.servicos .col-md-5.col-12 {
    padding-left: 2px;
}
.servicos  .col-md-4.col-12{

    padding-left: 0px;
}

.ajustar-input{
    margin-top: -8px;
    height: 12px;
}
form.row {
    padding-left: 5px;
}

.col-md-12.textera {
    padding: 0;
}
textarea.textera {
    width: 100%;
    margin-top: 15px;
    padding: 1%;
    border-radius: 11px;
    border: 1px solid #bfbfbf!important;
}
select {
    height: 35px;
    width: 555px;
    color: #8a7575;
    padding: 1%;
    margin-bottom: 15px;
    margin-left:-15px;
        background: #fff;
    border-radius: 5px;
    border: 1px solid gray;
}
select.tipo {
    width: 100%;
    margin-left:0;
    margin-top: 12px;
}
input#date,input#date1, input#evento, input.margin-contato {
    height: 35px;
    /* width: 71.5%;; */
    color: #8a7575;
    padding: 5px 10px;
    /* margin-top: 20px; */
    border-radius: 5px;
    border: 1px solid gray;  

}


button.btn.btn-lang.dropdown-toggle {
    padding: 0;
    margin: 0;
}


/* menu hamburguer 
.container10 {
  display: inli10ne-block;
  cursor: pointer;
}

.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
*/

.contato input[type="text"] {
    max-width: 100%;
    flex: 0 0 100%;
    width: 100%;
    padding: 5px 10px;
    margin-top: 5px;
    margin: 10px;
    border-radius: 5px;
    /* border: 1px solid gray; */
}

.contato .col-md-6 {
    padding-left: 5px;
    padding-right: 27px;
}
.depoimento{
    /* background-image: url('/img/BG.jpg');
    background-size:100% auto;
    background-repeat: no-repeat;
    min-height: 440px;
    margin-top: 30px;
        position: relative; */
        background-image: url(../site/img/depoimentos-bg.jpg);
        background-attachment: fixed;
        background-size: 1526px 713px;
        background-position: 50% -39.8858px;
        min-height: 310px;
        padding-top: 20px;
        border-bottom: 6px solid #f68633;
}
.depoimentos{
    border-radius: 17px;
    padding: 0px;
    margin:auto;
    text-align: center;
    font-size: 14px;
}
h1.ttl-depoimentos {
    color: #fff;
    font-size: 26px;
    text-align: right;
    width: 240px;
    float: right;
    margin: 10px 0;
    font-weight: 100;
    height: 183px;
}
h1.ttl-depoimentos span {
    font-size: 30px;
    font-weight: 600;
}
.setas-dep {
width: 100px;
}
.setas-dep .carousel-control-next, .setas-dep .carousel-control-prev{
    position: relative;
    width: 50%;
    display: none;

}
.setas-dep .carousel-control-next{
    float: right;
}
.setas-dep .carousel-control-prev{
    float: left;
}
p.nome-dep{
    font-weight: 600;
    margin-bottom: 0px;
}
p.profissao {
    font-size: 12px;
}

.depoimentos .carousel-item.active{
    float: left;
    width: 100%;
    margin: 0;
    text-align: left;
    background-color: #fff;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .7);
    border-radius: 5px;
    padding: 20px;
    position: relative;
    }
.carousel-indicators li{
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #5c80bb;
    margin-right: 8px;
    margin-left: 8px;
}
ol.carousel-indicators {
    margin: auto;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
    width:15px;
    
}
.carousel-control-next{ 
    right: -100px;;

}
.carousel-control-prev{
left: -100px;
}
.evento {
    min-height: 635px;
    height: auto;
}
.evento a{
    bottom: 0;
    position: absolute;
    width: 87%;
}
.lang {
    width: 100%;
    height: 100%;

}
.servicos{
padding-bottom: 50px;}
.servicos h1{
    /* margin-top: 110px; */
font-size: 19px;
font-weight: 500;
color: #fff;
margin-bottom: 0;
}
.servicos form label {
    width: 100%;
    margin-bottom: 0;
    color: #006daf;
    font-weight: 600;
}
.servicos form input, .servicos form select {
    width: 100%;
    flex: 0 0 100%;
    max-width: 95%;
    margin: auto auto 15px auto;
    border-color: #cccccc;
}
.servicos form input[type="radio"]{
    width: auto;
    flex: auto;
    max-width: auto;
}
.campos-form {
    margin: auto;
}
.erro-form {
    border-color: #F44336 !important;
}
.avancar1 p.btn-blog,  .voltar1 p.btn-blog,
.avancar2 p.btn-blog,  .voltar2 p.btn-blog,
.enviar button.btn-blog{
    text-align: center;
    padding: 4px;
    margin: 15px  auto auto 15px;
    width: 92%;
    border-radius: 5px;
    border: 1px solid #fff;
    color: #fff;
}
.avancar1 p.btn-blog,
.avancar2 p.btn-blog{
    background: #006daf;
   
}
.voltar1 p.btn-blog, 
.voltar2 p.btn-blog{
background: #cecece;
}
input.margin-contato{
    border: 1px solid #bfbfbf!important;
    margin-top: 0px;
}
.etapas{
    margin: 40px auto 40PX auto;
}
.enviado.container ul{
    list-style: none;
}
.enviado.container li{
    margin-bottom: 40px;
}
.enviado.container{
    padding-top: 130px;
    text-align: center;
}

.pulse img {
    width: 93%;
    margin-bottom: 20px;
}
.congresso img {
    width: 100%;
    margin-bottom: 0;
}
#banners-pc .carousel-item.active{
    padding: 0;
}
.btn-azul , .btn-verde{
    margin: auto;
    font-size: 15px;
}
.btn-verde a, .btn-azul a{
    color: #fff;
}

.btn-verde {
    background: #369d0f;
    padding: 5px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 7px;
}
.btn-azul {
    background: #006daf;
    padding: 5px;
    text-align: center;
    border-radius: 8px;
    margin-top: 5px;
}

@media screen and (max-width:320px){
    .depoimento {
        min-height: 570px!important;
    }
}

@media screen and (max-width:424px){
    .text-bienal {
        margin: auto;
        height: 175px;
    }
    .text-bienal.delay-1s.ajustar-titulo-banner {
        right: 150px!important;
    }
   
}
@media (min-width:425px) and (max-width:500px){
    .text-bienal.delay-1s.ajustar-titulo-banner {
        right: 200px!important;
    }
   
}
 @media screen and (max-width:500px){
    input.margin-contato.col-md-5.col-12 {
        max-width: 92%;
    }
    
    
    .servicos .col-md-6.col-12 {
        padding-left: 2px;
        max-width:92%;
        flex: 0 0 100%;
    }
    .servicos .row {
        /* margin: auto; */
    }
    .servicos input[type="text"]{
        margin: 10px 7px;
    }
    input[type="text"]{
        max-width: 95.666667%;
    }
    input.margin-contato {
        flex: 0 0 92%;
        width:100%!important;
    }
    select.tipo {
        margin-left: 6px;
    }    
    .menu img{
        float: left;
    }
    
}
@media screen and (max-width:767px){

.servicos img {
    width: 100%;
}
.servicos-txt {
    background: #d5d6d8;
    margin: 0 15px;
}
.servicos-txt h2 {
    margin-top: 6%;
}
.icon {
    display: none;
}
.carros {
    width: 95%!important;
    flex: 0 0 95%!important;
    margin-bottom: 30px;
    margin: auto;
}
.imagem-frota {
    height: auto;
    margin-bottom: 20px;
}
.back-empresa{
    display: none;
}
select{
    width: 98%;
    margin-left: -3px;
}
.ajustar-input {
    margin-top: auto;
    height: auto;
    margin-left: 7px;
}
.margin-left {
    margin-left: -7px;
}
.servicos {
    font-size: 14px;
}
.carousel-control-next, .carousel-control-prev{
    display: none;
}
.depoimento{
    min-height: 623px;
}
.evento a {
    width: 93%;
}
.carousel-item .efeito-texto {
    height: 230px;
    z-index: 99;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.item-banner{
    position: absolute;
bottom: 0;
}
.empresa {
    padding-right: 15px;
}
.dir img {
    display: none;
}

.evento a {
    bottom: auto;
}
.carousel-item{
    /* margin-top: 64px; */
} 
div#banner-principal {
    padding-top: 64px;
} 

.text-bienal{
    right: 0;
    height: auto;
}
.depoimentos{
    padding: 15px;
}
.setas-dep{
    display: none;
}
h1.ttl-depoimentos {
    text-align: center;
    width: 100%;
    float: none;
    height: auto;
}
.footer{
    padding: 0px;
}
.link-redes ul {
    padding: 0;
}
.text-bienal h2, .efeito-texto h2 {
    font-size: 20px;
}
 
.text-bienal h5,.efeito-texto h5 {
    font-size: 14px;
    text-shadow: none;
}
.text-bienal.delay-1s.ajustar-titulo-banner {
    right: 300px;
}
.empresa .col-md-6 {
    flex: 0 0 96%;
    max-width: 100%;
}

}

@media (min-width:700px){
#banners-pc{
    width: 104%;
}
}
@media screen and (max-width: 768px){
    .congresso p{
        font-size: 12px;
        
}
   

}



@media (min-width: 768px) and (max-width: 900px){
    h1.ttl-depoimentos{
        float: none;
        margin: 10px -47px;
    }
    .footer .animated {
        max-width: 50%;
        flex: 0 0 50%;
        margin-bottom: 21px;
    }
    .text-bienal.delay-1s.ajustar-titulo-banner {
        right: 300px;
    }
    .carros{
    width: 48%!important;
    flex: 0 0 48%!important;
}
.servicos input[type="text"]{
    flex: 0 0 46.666667%;
    max-width: 46.666667%;
}
.servicos .col-md-4  input.margin-contato{
    max-width: 100%;
    width: 93%;
}

.servicos input.margin-contato {
    margin-left: 8px;
    width: 100%;
}

.ajustar-input {
    margin-top: auto;
    height: auto;
}
input#evento {
    margin-top: auto;
    width: 100%;
}
.servicos .margin-left input#date, .servicos .margin-left input#date1 {
    width: 99%;
    margin-left: 0;

}
.margin-left {
    padding-left: 7px;
}
input.margin-contato.outro {
    width: 70px;
}
select.tipo {
    margin-top: 18px;
}
.icone-menu{
text-align: center;
padding-left: 76px;
}
input[type="text"] {
    max-width: 100.666667%;
}
.text-bienal{
    height: 300px;
    right: 0;
}
.text-bienal h2, .efeito-texto h2 {
    font-size: 39px;
}
.text-bienal h5, .efeito-texto h5 {
    font-size: 18px;
}
.text-bienal.animated.tada{
    left: 0;
    /* right: 182px; */
}
.menu{
    max-width: 100%;
}
.menu-principal{
flex: 0 0 100%;
max-width: 100%;
}
.destaques p{
    font-size: 12px;
}
.news-footer {
    margin-bottom: 68px!important;
}
.empresa .col-md-2 {
    /* display: none;
    flex: 0; */
}
/* .empresa{
    background-image: url('/img/back.png');
    background-position: right -55px bottom 0;
    background-size: 490px auto;
    padding-top: 20px;
    padding-bottom: 40px;
    position: relative;
    background-repeat: no-repeat;
} */
.back-empresa{
    background: none;
}
body{
    font-size: 15px;
}
.btn-verde {
    font-size: 12px;
}
/* .col.idiomas {
    max-width: 20%;
} */
.whatsapp {
    max-width: 24%;
    flex: 0 0 30%;
}
.empresa .col-md-6 {
    flex: 0 0 70%;
    max-width: 100%;
}
}
@media screen and (max-width:800px){
    .menu-principal {
        display: none;
    }
    .menu1 {
        background: #006daf;
        border-right: 1px solid rgba(255,255,255,0.2);
        text-align: center;
        padding-top: 0.8%;
        flex: 0 0 100%;
    }
    .redes{
        border: none;
    }
    .menu img {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    button.btn.btn-lang.dropdown-toggle {
        height: 35px;
    }
    .lang ul {
        z-index: 999;
        padding-left: 0;
    }
    .lang:hover ul{
        margin-top: 0px;
    }
    li a.lang-select {
        margin-left: -20px;
    }
    .informativo {
        margin-bottom: 20px;
    }
    button.btn-blog {
        margin: auto;
    }
    .evento {
        margin-bottom: 20px;
    }
    .footer img{
        width: 80%;
        margin-bottom: 20px;
    }
    .footer {
        height: auto;
        padding-bottom: 20px;
    }
    .news{
        height: auto;
        padding-bottom: 14px;
    }
    .news input[type="text"]{
        margin: 10px 0px 10px 0px;
        flex: auto;
        max-width: 100%;  
    }
    .news button.btn-blog{
        margin: 10px 0px!important;
    }
    .introducao{
        height: auto!important;
    }
    .introducao img{
        width: 100%;
    }
    .copyright p {
        text-align: center!important;
    }
    .frota h2 {
        font-size: 15px;
    }
    .header {
        background: #fff;
    }
    i.fas.fa-bars{
        margin-top: 24px;
    color: #006daf;
    }
    .servicos .servicos1 {
        margin-bottom: 20px;
    }
    .footer{
        text-align: center;
    }
    .contato .row {
        margin: auto;
    }
    .eventos {
        -webkit-filter: grayscale(0%);
    }
 

}
@media (min-width:801px){
    ul{
        padding:0px;
    }
  
}
@media screen and (max-width:900px){
    .menu-principal{
        display: none;
    }
    .icone-menu {
        position: absolute;
        right: 0;
    }
    .container-fluid.header.animated {
        background: #fff;
    }
    .footer{
    padding-bottom: 20px;
    }
   
    .back-empresa {
        background: none;
        flex: 0 0 100%;
        max-width: 30%;
        display: none;
    }
    .empresa{
        background: none;
    }

}
@media (min-width:901px){
    .icone-menu{
        display: none;
    }
}
@media (max-width:1024px){
    .depoimento{
background-size: cover;
    }
}

@media (min-width: 900px) and (max-width: 1366px){
.whatsapp{
padding-left: 0;
    padding-right: 0;
}
.menu1, .redes {
    padding: 1.2% 0px 0px 0px!important;
}
.idiomas{
    padding-top: 1.2%;
}
}
@media (min-width: 1024px) and (max-width: 1365px){

.menu1 p {
    font-size: 12px;
}

.whatsapp{
    font-size: 13px;
}

}

@media (min-width: 1366px) and (max-width: 1600px){
.menu1 p {
    font-size: 13px;
}
}

@media (min-width: 1024px) and (max-width: 1600px){

.menu img {
    width: 100%;
}
.introducao img {
     width: 100%;
}
.menu1, .redes{
    padding: 0.8% 0px 0px 0px;
}
.redes li{
    font-size: 23px;
}
p.evento-texto{
    /* min-height: 160px; */
}
}