@import url("https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900|Poppins:200,300,300i,400,400i,500,600,700,800&display=swap");


html .passeios::-webkit-scrollbar , html .carrinho::-webkit-scrollbar {
  width: 10px;
}
html .passeios::-webkit-scrollbar-thumb , html .carrinho::-webkit-scrollbar-thumb {
  border-radius: 50px;
  background: #2cb9e7;
}
html .passeios::-webkit-scrollbar-track , html .carrinho::-webkit-scrollbar-track {
  background: #ededed;
}

.itenspasseios {
  color: #666;
  line-height: 150%;
}


.demo-gallery > ul {
  margin-bottom: 0;
  padding: 0;
}

.demo-gallery > ul > li {
  display: inline;
  list-style: outside none none;
}

.demo-gallery > ul > li a {
  display: block;
  overflow: hidden;
  position: relative;
  float: left;
  padding: 0;
  margin: 0 ;
}

.demo-gallery > ul > li a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

.demo-gallery > ul > li a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery > ul > li a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%;
}

.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity: 1;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s;
}

.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5);
}

.demo-gallery .video .demo-gallery-poster img {
  opacity: 0.8;
}

.demo-gallery.dark > ul > li a {
  border: 3px solid #04070a;
}



#form-checkout__cardNumber , 
#form-checkout__expirationDate , 
#form-checkout__securityCode , 
#form-checkout__cardholderName, 
#form-checkout__installments , 
#form-checkout__identificationType ,
#form-checkout__identificationNumber ,
#form-checkout__cardholderEmail {
  height: 40px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin: 5px 0;
}

.topcalendario{
    position: fixed;
    width: 100%;
    top: 80px;
    background-color: #00578c;
    padding: 10px 0;
    color: #fff;
    z-index: 9;
    display: block;
    margin-top: 15px;
  }
  .btlaranja{
    border-radius: 3px !important;
    background-color: #ff7f00 !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 5px 4px !important;
    font-size: 12px !important;
  }
  .btverde{
    border-radius: 3px !important;
    background-color: #58ba57 !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 5px 4px !important;
    font-size: 12px !important;
  }
  .quadrobranco {
    border-radius: 4px;
    background-color: #fff;
    padding: 7px 3px;
    color: #444;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
  line-height: 15px;
  }


#banner_reducao {
  min-height: 460px !important;
}


@media (max-width: 992px) {
    
    #banner_reducao {
      min-height: 180px !important;
      height: 180px;
    }

  .topcalendario{
    position: fixed;
    width: 100%;
    top: 70px;
    background-color: #00578c;
    padding: 10px 0;
    color: #fff;
    z-index: 9;
    display: block;
  }
  .btlaranja{
    border-radius: 3px !important;
    background-color: #ff7f00 !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 5px 4px !important;
    font-size: 12px !important;
  }
  .btverde{
    border-radius: 3px !important;
    background-color: #58ba57 !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 5px 4px !important;
    font-size: 12px !important;
  }
  .quadrobranco {
    border-radius: 4px;
    background-color: #fff;
    padding: 7px 3px;
    color: #444;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
  line-height: 15px;
  }
  #limpar {
    margin: 2px 1px !important;
    padding: 10px 17px !important;
  }
  #limpar1 {
    padding: 0 !important; 
  }
}
  .logotamanho {
    max-width: 140px !important;
  }
  .aparecer {
    display: none;
  }
  .corazul {
    background-color: #005ea1;
    border-radius: 6px;
    color: #fff;
    font-weight: bold;
  }
  .ficon {
    color: #29ade3;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
  }
  .selecaopagamento {
    border: 3px solid #ccc;
    min-height: 40px;
    border-radius: 10px;
    cursor: pointer;
    vertical-align: middle;
  }
  .selecaopagamentoazul {
    border: 3px solid #0072e2;
  }
  .sumir1 {
    display: block;
  }
  .sumir2 , #formcartao {
    display: none;
  }
  button.btsumir2 {
    display: none;
  }
  .btncomprar {
    font-weight: normal !important;
    font-size: 16px;
  }
  .inputcupom input , .inputcupom select {
    padding: 12px 10px !important;
    border: 1px solid #e49062 !important;
    font-size: 12px;
  }
  .inputcupom select {
    min-height: 45px;
    padding: 10px 3px !important;
  }
  .inputcupom button {
    border: 1px solid #e49062 !important;
    font-size: 12px;
    color: #e49062;
  }

.meio {
  text-decoration: none;
  color: #000;
  border: 2px solid #ccc;
}
.ativo {
  border: 2px solid #198754;
}


.marcadorpaginas { min-height: 280px; background: url(../images/marcador.jpg); }
.corbranca { color: #FFFFFF !important; }
.pt100px { padding-top: 110px; }
.pt80pxtopo { padding-top: 80px !important; }
.mb40px { margin-bottom: 40px; }
.fontemarcador { font-family: 'Poppins', sans serif; }
.paddingdireitazero { 
  margin: 0 !important; 
  padding: 0px !important;
}


.itemamarelo {
  background-color: #ff8b00;
}

#menos , #mais  {
  float: left;
  background-color: transparent !important;
  border: 0;
  padding: 0 !important;
  margin: 7px 0 0 0px !important;
  color: #fff;
  font-size: 16px;
}
#menos1 , #mais1 {
  float: left;
  background-color: #ff8b00;
  border: 0;
  padding: 5px 8px !important;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  margin: 0 !important;
}

.espaconovo {
  margin: 10px;
}

.num , .num:focus {
  float: left;
  max-width: 25px;
  margin: 0 !important;
  text-align: center;
  padding: 4px 0px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  border: 0;
  font-size: 1.3em;
  background-color: transparent;
}
.num1 , .num1:focus {
  padding: 3px 0px;
  border: 0;
  border-radius: 0;
  margin: 0px;
  float: left;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #ff8b00;
}
.espacomaior {
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.tituloingresso, .tituloingresso1 {
  background-color: #015ea1;
  border-radius: 10px 10px 0 0;
  padding: 10px 0;
}
.tituloingresso1 {
  border-radius: 10px;
  padding: 14px 0 ;
  margin: 7px 0 10px 0;
  min-height: 40px;
}

.tituloingresso h5 {
  font-size: 14px;
  margin: 0;
  padding: 0;
  color: #ffdd00;
  font-weight:bold;
  text-align: center;
}
.tituloingresso p {
  color: #fff;
  padding: 0;
  margin: 0; 
  line-height: 170%;
}
.tituloingresso p span {
  color: #ffc8aa;
  padding: 0;
  margin: 0;
}
.tituloingresso b {
  font-size: 1em;
  text-align: center;
  color: #fff;
  display: block;
}
#agendamento h4 {
  color: #0077a3;
  font-size: 17px;
}


.divisaoquadro {
  /*
  border-left: 2px solid #92c5dc;
  border-right: 2px solid #92c5dc;
  */
  border-top: 2px solid #ededed;
  border-bottom: 2px solid #92c5dc;
}
.divisaoquadro h4 , .divisaoquadro1 h4 {
  background-color: #ededed;
  padding: 10px 0;
}


.topoimg {
  margin-top: -30px;
}
.quadradrodia {
  display: block;
  width: 45px;
  padding: 10px 0;
  border-radius: 10px;
  text-align: center;
}
.qdsemana {
  background-color: #f7f7f7;
  color: #5777a6;
  font-size: 10px !important;
}
.qddia , .qddia1 {
  background-color: #cde7ef;
  border: 1px solid #ededed;
  color: #fff;
}
.qddia1 {
  color: #fff;
  background-color: #1fceaa;
  text-decoration: none;
}
.qddia1:hover , .qddia1:focus {
  background-color: #0b6434;
}
td a {
  text-decoration: none !important;
  background-color: #ededed;
  color: #000;
}

.itemprox {
  display: block;
  width: 30px;
  float: right;
  background-color: transparent !important;
}
.itemprox i {
  font-size: 25px;
  color: #0276ac;
}
.itemprox:hover i {
  color: #00bcd2 !important;
}

.fonttitulo {
  font-size: 15px;
  min-height: 40px;
}

.clear {
  clear: both;
}

/* ============================    carregando_dados   ================================  */
.carregando_dados , .carregando_dados_on {
  width: 100%;
  position: fixed;
  background-color: #000;
  opacity:0.7;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/loading51.gif);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 99999;
}
.carregando_dados_on {
  background-image: none;
  z-index: 99;
}
.carregando_dados span { 
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.quadrofinalizar {
  background-color: #198754;
  border-left: 1px solid #ccc;
  padding: 15px 0;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
.quadrofinalizar1 {
  text-decoration: none;
}
.quadrofinalizar1:hover > div  {
  background-color: #3b8007;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#brevedescricao {
  position: absolute;
  width: 90%;
  display: block;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px;
  line-height: 140%;
  text-align: center;
  margin: -45px 0 0 15px;
  font-size: 12px;
  font-weight: bold;
}

#zoomimg {
  transform: scale(1);
  transition: transform 0.4s ease;
}

#zoomimg:hover {
  transform: scale(1.03);
}
#itemvalor {
  padding: 0 !important;
  margin: -8px 0  0 0 !important;
  text-align: center !important;
  letter-spacing: -1.4px;
  font-size: 1.63em !important;
  color: #000 !important;
  font-weight: bold !important;
  font-family: arial !important;
}
#itemvalor span {
  font-size: 13px !important;
  padding-right: 3px;
}

#botaoinfo {
  text-align: center;
  background-color: #dc0505;
  color: #fff !important;
  font-size: 14px !important;
  display: block !important;
}
#botaoinfo:hover {
  background-color: #ff0000;
}
#tituloquadro {
  display: block;
  min-height: 70px;
  line-height: 140%;
  background-color: #008100;
  font-size: 15px !important;
  font-weight: bold;
  color: #fff !important;
  margin: 0px;
  padding: 10px;
  text-align: center;
}
#tituloquadro h3 {
  display: block;
  font-size: 15px !important;
  font-weight: bold;
  color: #fff !important;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
  top: 0;
  padding: 0 !important;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li.nav-item a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li.nav-item a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  padding: 10px 20px;
  text-decoration: none;
}





.quantity input , .quantity span {
  padding: 8px 10px;
  font-weight: bold;
  background-color: #ededed;
}
.quantity label {
  font-size: 12px;
  display: block;
  text-align: center;
  font-weight: bold;
}
.quantity .input-group-text {
  height: 30px !important;
  padding: 2px 10px 14px 10px !important;
}
.inputqtd {
  height: 30px;
  padding: 0px 0 0 10px !important;
  background-color: #fff !important;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-weight: bold;
}






div.passeios {
    margin:5px;
    padding:5px;
    width: 100%;
    height: 400px;
    overflow: auto;
    text-align:justify;
}

div.carrinho {
    margin:5px;
    padding:5px;
    width: 100%;
    min-height: 100px;
    max-height: 340px;
    overflow: auto;
    text-align:justify;
    font-size: 13px;
}






/* menu */
.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

.menu a {
  color: #000;
}

/* menu icon */

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 48em) {
  
  .header li {
    float: left;
  }
  .header li a {
    padding: 20px 30px;
  }
  .header .menu {
    clear: none;
    float: right;
    max-height: none;
  }
  .header .menu-icon {
    display: none;
  }
}


