/* Variáveis */

:root {
 --cor-base:#0f2f4f;
 --cor-clara:#008fc1;
 --cor-escura:#001931;
 --cor-dois:#fed43c;
 --cor-bg:#f4f4f4;
}

/* Reset */

* {
 margin:0; padding:0; border:0; outline:0;
 box-sizing:border-box;
}

/* Base */

html {
 position:relative;
 min-height:100%;
}

body {
 margin:0;
 height:100%;
 min-width:300px;
 overflow-y:scroll;
 overflow-x:hidden;
 background-color:var(--cor-bg);
 color:#000;
 font-family:Arial,Helvetica;
 font-size:1em;
 font-weight:400;
}

.poppins {
 font-family:'Poppins',Arial,Helvetica;
 font-size:1em;
 font-weight:400;
}

/* jQuery UI */

.ui-widget {
 font-style:inherit !important;
 font-family:Tahoma,Arial,Helvetica !important;
 font-size:100% !important;
}

.ui-dialog-titlebar-close {
 visibility:hidden;
}

.ui-tooltip-content {
 font-size:0.8em;
 line-height:initial;
}

.ui-accordion-header {
 outline:none !important;
}

.ui-datepicker {
 font-size:0.95em !important;
}

.ui-datepicker-calendar td,.ui-datepicker-calendar th {
 min-width:unset !important;
 margin:unset !important;
}

.ui-progressbar-value {
 height:2em !important;
}

.ui-widget-shadow {
 -webkit-box-shadow:2px 2px 5px var(--cor-base) !important;
 box-shadow: 2px 2px 5px var(--cor-base) !important;
}

.ui-autocomplete {
 max-height:200px;
 overflow-y:auto;
 overflow-x:hidden;
}

#dialog {
 display:none;
}

.dialog-fixed {
 position:fixed !important;
}

/* Tags */

a {
 text-decoration:none;
 color:#000;
 outline:none;
 overflow-wrap:anywhere;
}

a:hover {
 text-decoration:none;
 color:var(--cor-base);
}

a.branco {
 text-decoration:none;
 color:#fff;
 outline:none;
 overflow-wrap:anywhere;
}

a.branco:hover {
 text-decoration:none;
 color:var(--cor-dois);
}

input[type=text],input[type=password],input[type=file],select,textarea {
 width:100%;
 font-family:Arial,Helvetica;
 border:0;
 background-color:#fff;
 border:1px solid #fff;
 border-radius:20px;
 color:#000;
 margin-bottom:25px;
 padding:12px;
 outline:none;
 resize:none;
}

input[type=text]:focus,input[type=password]:focus,select:focus,textarea:focus {
 border:1px solid var(--cor-base);
}

input[type=file] {
 width:100%;
 max-width:350px;
}

input[type=checkbox] {
 margin:10px 4px 13px 17px;
 vertical-align:middle;
}

input[type=checkbox]:nth-child(1) {
 margin-left:0;
}

::placeholder {
 color:var(--cor-escura);
 opacity:0.4;
 font-size:0.9em;
}

button,input[type=button],input[type=submit] {
 background-color:#60D669;
 border:1px solid #60D669;
 border-radius:30px;
 padding:10px;
 color:#000;
 outline:none;
 cursor:pointer;
}

button:hover,input[type=button]:hover,input[type=submit]:hover {
 background-color:var(--cor-dois);
 border:1px solid var(--cor-dois);
}

hr {
 border:0;
 width:100%;
 height:1px;
 background-color:var(--cor-base);
}

li {
 margin-left:1em;
}

blockquote {
 border-left:solid 3px var(--cor-base);
 padding-left:1em;
 font-style:italic;
}

break {
 flex-basis:100%;
 width:0; height:0;
 overflow:hidden;
}

main {
 margin:0;
 padding:0;
}

/* Específicos */

.nosel {
 user-select:none;
 -moz-user-select:none;
 -ms-user-select:none;
 -webkit-user-select:none;
 -webkit-touch-callout:none;
 -webkit-tap-highlight-color:transparent;
}

.yessel {
 user-select:text !important;
 -moz-user-select:text !important;
 -ms-user-select:text !important;
 -webkit-user-select:text !important;
}

.noresp {
 display:initial;
}

.yesresp {
 display:none;
}

.flex {
 display:flex;
 flex-wrap:wrap;
 justify-content:center;
}

.loading {
 display:none;
 z-index:99;
}

.load1 {
 position:absolute;
 top:0; left:0;
 z-index:99;
 width:100%;
 height:100%;
 background-color:#fff;
 opacity:0.2;
}

.load2 {
 width:48px;
 height:48px;
 position:fixed;
 top:49%;
 left:49%;
 transform:translate(-50%,-50%);
 animation:rotation 1.7s infinite linear;
}

#lightbox {
 display:none;
 width:100vw;
 height:100vh;
 top:0; left:0;
 position:fixed;
 backdrop-filter:grayscale(1) brightness(0.8);
 z-index:99;
}

#lightbox-content {
 display:none;
 position:absolute;
 width:100%; max-height:100%;
 top:50%; left:50%;
 transform:translate(-50%,-50%);
 background:#fff;
 width:100%; max-height:100%;
 border:solid 5px var(--cor-base);
 border-radius:10px;
 padding:1em;
 overflow:auto;
 margin:0 auto;
}

#lightbox-close {
 position:absolute;
 top:0; right:0;
 margin:8px 4px;
 z-index:99;
}

#lightbox-close span {
 background-color:#fff;
 border:solid 8px #fff;
 padding:8px;
 border-radius:16px;
 cursor:pointer;
 box-shadow:0 0 5px;
}

#lightbox-close span:hover {
 border:solid 8px var(--cor-base);
}

@keyframes rotation {
 from { transform:rotate(0deg); }
 to { transform:rotate(359deg); }
}

.embed-container {
 position:relative;
 padding-bottom:56.25%;
 height:0;
 overflow:hidden;
 max-width:100%;
}

.embed-container iframe,.embed-container object,.embed-container embed {
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
}

@media screen and (max-width:639px) {

 .noresp {
  display:none;
 }

 .yesresp {
  display:initial;
 }

 tr {
  display:flex;
  justify-content:center;
  flex-direction:row;
  flex-wrap:wrap;
 }

 td,th {
  flex:1;
  min-width:200px;
  margin:1em;
 }

}

@media screen and (max-width:300px) {
 body {
  font-size:0.9em;
 }
}

@media screen and (max-width:200px) {
 body { display:table-column;background:url(/imagens/layout/logotipo.png) center center / contain no-repeat fixed padding-box content-box var(--cor-bg); }
}

/** PROJETO +*/

.topodados {
 width:100%;
 height:30px;
 background-color:var(--cor-clara);
 text-align:right;
 padding-top:1px;
 position:fixed;
 top:0;
 left:0;
 z-index:2;
}

.topodados1 {
 display:inline-block;
 border-right:1px solid #fff;
 padding:2px 15px;
 font-size:0.8em;
 color:#fff;
 font-style:italic;
}

.topodados2 {
 display:inline-block;
 border-right:1px solid #fff;
 padding:2px 15px;
 font-size:0.8em;
 color:#fff;
}

.topodados3 {
 display:inline-block;
 padding:0 40px 0 15px;
}

.topodados_ico {
 width:20px;
 margin-bottom:-3px;
 margin-right:10px;
 filter:invert() brightness(100);
}

.topodados_ico:hover {
 filter: brightness(0) saturate(100%) invert(88%) sepia(88%) saturate(7497%) hue-rotate(323deg) brightness(102%) contrast(99%);
}

.topo {
 width:100%;
 max-width:1600px;
 margin:55px auto 0;
}

.topologo {
 flex:1;
 padding:2px 0 0 20px;
}

.logo {
 width:100%;
 max-width:225px;
}

.topobanner {
 flex:5;
 text-align:right;
 padding:0 20px;
}

.banner {
 width:100%;
 max-width:1200px;
 border-radius:40px;
}

.menu {
 width:100%;
 max-width:1600px;
 height:50px;
 margin:20px auto;
 background-color:#002a4f;
 background-image:url(/imagens/layout/bgmenu.webp);
 background-position:left center;
 background-repeat:no-repeat;
 border-radius:50px;
 padding:13px 20px 0 140px;
}

.menuitem {
 flex:1;
 text-align:center;
 color:#fff;
 font-size:1.1em;
}

.menuitem:hover {
 color:var(--cor-dois);
 font-weight:600;
}

#menu_hamb_ico {
 display:none;
 position:fixed;
 top:5px;
 left:5px;
 width:30px;
 height:30px;
 border:0;
 cursor:pointer;
 z-index:3;
}

#menu_resp {
 display:none;
 position:fixed;
 top:40px;
 left:0;
 width:100%;
 text-align:center;
 background-color:var(--cor-base);
 padding:15px 25px 10px;
 z-index:2;
}

.menuitem_resp {
 display:inline-block;
 width:100%;
 border:1px solid var(--cor-dois);
 border-radius:10px;
 padding:10px 5px 8px;
 margin-bottom:10px;
 font-size:0.9em;
 font-weight:600;
 color:#fff;
 cursor:pointer;
}

.menuitem_resp:hover {
 color:#fff;
}

.rodape1 {
 width:100%;
 background-color:var(--cor-base);
 border-radius:40px 40px 0 0;
 padding:30px 20px 10px;
 color:#fff;
}

.rodape1_txt {
 display:inline-block;
 padding:10px;
 border-bottom:2px solid #fff;
 line-height:2em;
 font-weight:300;
}

.rodape1_txt_ico {
 width:20px;
 margin-bottom:-3px;
 margin-right:5px;
}

.rodape1_redes {
 display:inline-block;
 float:right;
 vertical-align:top;
 padding-top:20px;
}

.rodape1_redes_bola {
 display:inline-block;
 width:50px;
 height:50px;
 background-color:#fff;
 border-radius:30px;
 text-align:center;
 vertical-align:top;
 padding-top:11px;
 transition:0.3s;
}

.rodape1_redes_ico {
 width:30px;
}

.rodape1_redes_bola:hover {
 background-color:var(--cor-dois);
}

.rodape2 {
 width:100%;
 background-color:var(--cor-base);
 padding:15px 20px 30px;
 color:#fff;
}

.rodape2_txt {
 display:inline-block;
 padding:0 10px;
}

.rodape2_flag {
 display:inline-block;
 float:right;
 padding-top:20px;
}

.inweb {
 width:100%; 
 background-color:var(--cor-base);
 padding:20px 15px 10px;
 font-size:0.7em;
}

.floatwhats_desk {
 position:fixed;
 bottom:6px;
 right:10px;
 z-index:3;
 cursor:pointer;
 transition:0.3s;
}

.floatwhats_img1 {
 width:200px;
}

.floatwhats_desk:hover {
 bottom:15px;
}

.floatwhats_resp {
 display:none;
 position:fixed;
 bottom:2px;
 right:5px;
 z-index:3;
 cursor:pointer;
 transition:0.3s;
}

.floatwhats_img2 {
 width:60px;
}

/** PÁGINAS **/

.centro {
 width:100%;
 max-width:1600px;
 margin:0 auto;
 padding:30px 15px;
}

.trip {
 width:100%;
 max-width:1600px;
 margin:0 auto;
 padding:20px 15px;
}

.trip_selo {
 flex:1;
 max-width:160px;
 background-color:#33E0A1;
 border-radius:15px;
 padding:20px 15px;
 text-align:center;
 font-weight:300;
 font-size:0.9em;
 transition:0.3s;
}

.trip_selo:hover {
 background-color:var(--cor-dois);
 color:#000;
}

.trip_txt {
 flex:1;
 margin-left:30px;
 border-left:2px solid #000;
 padding:10px 0 0 20px;
 font-size:1.1em;
 position:relative;
}

.trip_txt2 {
 position:absolute;
 top:50%;
 transform:translateY(-50%);
}

.icones {
 width:100%;
 border:2px solid rgba(0,0,0,0.8);
 border-radius:30px;
 padding:40px 10px;
}

.icones_box {
 flex:1;
 margin:0 20px;
}

.icones_box_bola {
 flex:1;
 max-width:60px;
 min-width:60px;
 height:60px;
 border:2px solid #000;
 border-radius:30px;
 text-align:center;
 padding-top:10px;
}

.icones_box_ico {
 width:35px;
}

.icones_box_txt {
 flex:1;
 padding-left:15px;
 color:rgba(0,0,0,0.9);
 line-height:1.4em;
}

.home_bot {
 display:inline-block;
 width:100%;
 max-width:500px;
 background-image:linear-gradient(#00ADE9,#008FC1); 
 border-radius:30px;
 text-align:center;
 margin:60px 0 30px;
 padding:12px 10px;
 color:#fff;
 font-weight:500;
 font-size:1.2em;
 transition:0.3s;
}

.home_bot:hover {
 background-image:linear-gradient(var(--cor-clara),var(--cor-base)); 
 color:#fff;
}

.home_passeio {
 flex:1;
 max-width:430px;
 background-color:#fff;
 border-radius:40px;
 box-shadow:0 3px 13px rgba(0,0,0,0.25);
 margin:20px 30px;
}

.home_passeio_foto {
 width:100%;
 max-width:430px;
 border-radius:40px 40px 0 0;
}

.home_passeio_txt {
 padding:0 25px 30px;
 margin-top:-25px;
 color:#1d1d1d;
 line-height:2em;
}

.home_passeio_tit {
 display:inline-block;
 width:100%;
 max-width:120px;
 background-image:linear-gradient(#00ADE9,#008FC1); 
 border-radius:20px;
 text-align:center;
 padding:5px 10px;
 margin-bottom:20px;
 color:#fff;
 line-height:1.4em;
}

.home_passeio_ico {
 width:23px;
 margin-right:10px;
 margin-bottom:-5px;
}

.home_carrossel {
 width:100%;
 max-width:1450px;
 margin:80px auto 20px;
}

.home_carrossel_txt {
 flex:2;
 padding:10px 50px 0 10px;
 font-size:1.1em;
 line-height:1.7em;
}

.home_carrossel_box {
 flex:3;
 max-width:800px;
}

.home_slickfoto {
 width:100%;
 max-width:800px;
 border-radius:40px;
}

.slickseta {
 position:absolute;
 top:45%;
 z-index:1;
 cursor:pointer;
}

.slickimg {
 width:32px;
 margin:0 6px; 
 transition:0.3s;
}

.slickimg:hover {
 margin:0 3px;
}

.home_frota {
 width:100%;
 max-width:1600px;
 margin:80px auto 40px;
 background-color:#E7E6E2;
 border-radius:40px;
 padding:40px 20px;
 text-align:center;
 font-size:1.4em;
}

.home_frota_nome {
 flex:1;
 text-align:center;
 margin-top:10px;
 line-height:1.2em;
}

.serv1 {
 flex:2;
 padding:30px 20px 0 0;
 font-size:1.1em;
}

.serv_box {
 width:100%;
 max-width:650px;
 margin:0 auto;
 border:2px solid #000;
 border-radius:30px;
 padding:30px 20px;
 text-align:center;
}

.serv2 {
 flex:1;
 padding:30px 0 0 20px;
 background-color:#E7E6E2;
 border-radius:40px;
 padding:30px;
}

.serv_tit {
 background-color:var(--cor-dois);
 border-radius:30px;
 padding:10px 10px 8px;
 text-align:center;
 font-weight:600;
 font-size:1.2em;
}

.dest1 {
 flex:3;
 padding:30px 50px 0 0;
}

.dest2 {
 flex:2;
 padding-top:30px;
 text-align:center;
}

.destcol {
 flex:1;
 font-size:0.95em;
}

.destcol1 {
 background-color:#ddeaf5;
 padding:5px 10px 5px 5px;
}

.destcol2 {
 background-color:#bcd5eb;
 padding:5px 10px 5px 5px; 
}

.dest_estados {
 width:100%;
 max-width:1400px;
 margin:50px auto 30px;
 background-color:#fff;
 border:1px solid #000;
 border-radius:30px;
 padding:20px;
}

.dest_estados_img {
 flex:2;
 text-align:center;
}

.dest_estados_txt {
 flex:3;
 padding:20px 0 0 30px;
}

.dest_estados_tit {
 background-color:var(--cor-dois);
 border-radius:30px;
 padding:8px 10px 6px;
 text-align:center;
 font-weight:600;
 font-size:1.2em;
}

.pass_box {
 width:100%;
 background-color:#fff;
 border-radius:30px;
 box-shadow:0 2px 10px 2px rgba(0,0,0,0.25);
 margin:60px 0;
 padding:30px;
}

.pass_tit {
 width:100%;
 background-image:linear-gradient(#00ADE9,#008FC1); 
 border-radius:40px;
 padding:10px 15px;
 margin-bottom:20px;
 text-align:center;
 color:#fff;
 font-weight:700;
 font-size:1.3em;
 line-height:1.3em;
}

.pass_carrossel_txt {
 flex:4;
 padding:0 30px 0 10px;
}

.pass_carrossel_img {
 flex:3;
 max-width:640px;
 min-width:500px;
}

.pass_texto {
 padding-left:10px;
 margin-bottom:30px;
}

.pass_foto {
 flex:1;
 margin:10px;
 text-align:center;
 font-size:0.8em;
}

.passfoto {
 width:100%;
 max-width:450px;
 border-radius:20px;
}

.cttbox {
 width:100%;
 background-color:#E7E6E2;
 border-radius:40px;
 padding:30px 50px;
 font-weight:600;
}

.cttbox_col {
 flex:1;
}

/***********/

@media screen and (max-width:1200px) {
 .trip_txt {
  margin-left:20px;
  font-size:1em;
  line-height:1.3em;
 }
 .home_passeio {
  margin:20px 10px;
 }
 .home_passeio_txt {
  padding:0 20px 25px;
  font-size:0.9em;
 }
 .home_carrossel_txt {
  padding:0 20px 0 10px;
  font-size:1em;
  line-height:1.5em;
 }
 .home_carrossel_box {
  max-width:650px;
 }
 .dest1 {
  padding:20px 30px 0 0;
 }
 .dest2 {
  padding-top:20px;
 }
 .destcol {
  font-size:0.85em;
 }
 .dest_estados_txt {
  padding:0 0 0 30px;
  font-size:0.9em;
 }
 .pass_box {
  padding:20px;
 }
 .pass_tit {
  margin-bottom:10px;
  font-size:1.1em;
 }
 .pass_flex {
  flex-direction:column-reverse;
 }
 .pass_carrossel_txt {
  flex:none;
  display:inline-block;
  width:100%;
  padding:20px 0 0 !important;
 }
 .pass_carrossel_img {
  flex:none;
  display:inline-block;
  width:100%;
  margin:0 auto;
  min-width:auto;
 }
 .pass_texto {
  padding-left:0;
  margin-bottom:20px;
 }
}

@media screen and (max-width:1000px) {
 .topo {
  margin:50px auto 0;
 }
 .topologo {
  padding:0 0 0 10px;
 }
 .topobanner {
  padding:0 10px;
 }
 .banner {
  border-radius:20px;
 }
 .menu {
  height:40px;
  margin:10px auto 20px;
  padding:9px 15px 0 140px;
 }
 .menuitem {
  font-size:0.95em;
 }
 .rodape1 {
  padding:15px 20px;
  border-bottom:1px solid #fff;
 }
 .rodape1_txt {
  width:100%;
  border-bottom:0;
  font-size:0.9em;
 }
 .rodape1_txt_ico {
  width:18px;
  margin-bottom:-2px;
 }
 .rodape1_redes {
  width:100%;
  float:none;
  padding-top:0;
  padding-left:5px;
 }
 .rodape2 {
  padding:10px 15px 10px;
 }
 .rodape2_flag {
  width:100%;
  float:none;
  padding:20px 0 0 15px;
 }
 .trip {
  padding:10px 15px;
 }
 .trip_selo {
  max-width:140px;
  font-size:0.8em;
 }
 .trip_txt {
  margin-left:15px;
  border-left:1px solid #000;
  padding:10px 0 0 15px;
  font-size:0.9em;
 }
 .icones {
  padding:20px 0;
 }
 .icones_box {
  margin:0 10px;
 }
 .icones_box_txt {
  padding-left:10px;
  font-size:0.9em;
 }
 .home_bot {
  margin:40px 0 30px;
  padding:10px;
  font-size:1.1em;
 }
 .home_passeio {
  border-radius:30px;
 }
 .home_passeio_foto {
  border-radius:30px 30px 0 0;
 }
 .home_passeio_txt {
  padding:0 15px 20px;
  font-size:0.85em;
  line-height:1.8em;
 }
 .home_passeio_ico {
  width:20px;
  margin-right:8px;
  margin-bottom:-4px;
 }
 .home_carrossel {
  margin:50px auto 20px;
 }
 .home_carrossel_txt {
  flex:none;
  display:inline-block;
  width:100%;
  padding:0 10px;
  font-size:0.95em;
 }
 .home_carrossel_box {
  flex:none;
  display:inline-block;
  width:100%;
  max-width:800px;
  padding:30px 10px 0;
 }
 .home_slickfoto {
  border-radius:30px;
 }
 .home_frota {
  margin:50px auto 20px;
  font-size:1.2em;
 }
 .serv1 {
  font-size:1em;
 }
 .serv_box {
  padding:15px;
 }
 .serv2 {
  font-size:0.9em;
 }
 .dest1 {
  flex:none;
  display:inline-block;
  width:100%;
  padding:0 5px;
 }
 .dest2 {
  flex:none;
  display:inline-block;
  width:100%;
  padding-top:40px;
 }
 .pass_carrossel_txt {
  font-size:0.9em;
 }
 .pass_texto {
  font-size:0.9em;
 }
 .pass_foto {
  flex:none;
  display:inline-block;
  width:46%;
  max-width:350px;
 }
 .cttbox {
  padding:30px;
 }
}

@media screen and (max-width:700px) {
 .topodados1 {
  padding:2px 10px;
 }
 .topodados2 {
  padding:2px 10px;
 }
 .topodados3 {
  padding:0 15px 0 10px;
 }
 .topo {
  margin:45px auto 0;
 }
 .menu {
  height:35px;
  background-size:15% 100%;
  margin:5px auto 20px;
  padding:9px 10px 0 100px;
 }
 .menuitem {
  font-size:0.85em;
 }
 .rodape2 {
  text-align:center;
 }
 .floatwhats_desk {
  display:none;
 }
 .floatwhats_resp {
  display:inline-block;
 }
 .trip_selo {
  max-width:120px;
  padding:20px 10px;
  font-size:0.75em;
 }
 .trip_txt {
  padding:0 0 0 15px;
 }
 .icones {
  border-radius:20px;
  padding:20px 10px;
 }
 .icones_box {
  display:inline-block;
  margin:0 15px;  
 }
 .icones_box_bola {
  margin-bottom:10px;
 }
 .icones_box_txt {
  padding-left:0;
  font-size:0.85em;
 }
 .home_bot {
  max-width:350px;
  margin:40px 0 30px;
  padding:8px 10px;
  font-size:1em;
 } 
 .home_passeio {
  flex:none;
  display:inline-block;
  width:97%;
  border-radius:30px;
  margin:0 0 30px;
 }
 .home_frota {
  border-radius:30px;
  padding:20px 30px 30px;
  font-size:1em;
  line-height:1.3em;
 }
 .serv1 {
  flex:none;
  display:inline-block;
  width:100%;
  padding:10px;
  font-size:0.9em;
 }
 .serv_box {
  border-radius:20px;
  font-size:1.1em;
  line-height:1.3em;
 }
 .serv2 {
  flex:none;
  display:inline-block;
  width:100%;
  margin-top:30px;
  padding:20px;
  border-radius:30px;
 }
 .dest1 {
  flex:none;
  display:inline-block;
  width:100%;
  padding:0 5px;
 }
 .destcol {
  font-size:0.8em;
 }
 .dest_estados {
  margin:30px auto 10px;
  padding:10px 20px;
 }
 .dest_estados_img {
  flex:none;
  display:inline-block;
  width:100%;
 }
 .dest_estados_txt {
  flex:none;
  display:inline-block;
  width:100%;
  padding:10px;
 }
 .cttbox {
  border-radius:30px;
  padding:25px;
  font-size:0.9em;
 }
 .cttbox_col {
  flex:none;
  display:inline-block;
  width:100%;
 }
 input[type=text],input[type=password],input[type=file],select,textarea {
  width:100% !important;
  padding:10px;
 }
}

@media screen and (max-width:600px) {
 .destcol {
  flex:none;
  display:inline-block;
  width:100%;
  text-align:center;
 }
}

@media screen and (max-width:550px) {
 .topodados {
  height:40px;
  background-color:var(--cor-base);
  padding-top:6px;
 }
 .topodados1, .menu {
  display:none;
 }
 .topo {
  margin:40px auto 0;
 }
 .topologo {
  flex:none;
  display:inline-block;
  width:100%;
  text-align:center;
  padding:15px 50px;
 }
 .topobanner {
  flex:none;
  display:inline-block;
  width:100%;
 }
 #menu_hamb_ico {   
  display:inline-block;
 }
 .rodape1 {
  padding:15px 10px;
 }
 .rodape1_txt {
  font-size:0.85em;
  line-height:1.8em;
 }
 .rodape1_redes_bola {
  width:40px;
  height:40px;
  padding-top:8px;
 }
 .rodape1_redes_ico {
  width:23px !important;
 }
 .rodape2 {
  font-size:0.9em;
  padding:10px 0 0;
 }
 .inweb {
  font-size:0.6em;
 }
 .centro {
  padding:10px 15px 30px;
 }
 .trip {
  padding:25px 10px;
 }
 .trip_selo {
  max-width:100px;
  padding:20px 5px;
  font-size:0.65em;
 }
 .trip_txt {
  border:0;
  margin-left:0;
  padding:0 0 0 12px;
  font-size:0.85em;
  line-height:1.2em;
 }
 .trip_txt2 {
  position:relative;
 }
 .icones {
  padding:5px 10px 0;
 }
 .icones_box {
  flex:none;
  width:100%;
  margin:10px 0;
 }
 .icones_box_bola {
  flex:none;
  display:inline-block;
  width:60px;
  vertical-align:top;
 }
 .icones_box_txt {
  flex:none;
  display:inline-block;
  width:74%;
  padding:2px 0 0 6px;
 }
 .home_bot {
  max-width:320px;
  margin:40px 0 30px;
  padding:10px;
  font-size:0.9em;
 } 
 .home_carrossel {
  margin:30px auto 10px;
 }
 .home_carrossel_txt {
  padding:0;
  font-size:0.9em;
  line-height:1.4em;
 }
 .home_carrossel_box {
  padding:30px 0 0;
 }
 .slickseta {
  top:45%;
 }
 .home_frota {
  margin:30px auto 0;
  padding:25px 15px;
  font-size:0.95em;
 }
 .home_frota_nome {
  margin-top:5px;
  font-size:0.8em;
 }
 .dest_estados {
  border-radius:20px;
 }
 .dest_estados_txt {
  font-size:0.85em;
 }
 .dest_estados_tit {
 font-size:1.1em;
 }
 .pass_tit {
  font-size:1em;
  margin-bottom:0;
 }
 .pass_foto {
  width:100%;
  margin:10px 0;
 }
 .cttbox {
  border-radius:20px;
  padding:25px 15px;
 }
}

@media screen and (max-width:300px) {
 .topodados {
  padding-top:9px;
 }
 .dest_estados_txt {
  padding:10px 0;
 }
}