
/* Css Mod Whatsapp */ 

.btnWhatsapp {
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    bottom: 12px;
    right: 12px;
    z-index: 99;
    cursor: pointer;
    transition: all 0.5s;
    border-radius: 50%;
    background: rgba(0,251,75,1);
    background: -moz-linear-gradient(top, rgba(0,251,75,1) 0%, rgba(0,175,29,1) 93%, rgba(0,175,29,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,251,75,1)), color-stop(93%, rgba(0,175,29,1)), color-stop(100%, rgba(0,175,29,1)));
    background: -webkit-linear-gradient(top, rgba(0,251,75,1) 0%, rgba(0,175,29,1) 93%, rgba(0,175,29,1) 100%);
    background: -o-linear-gradient(top, rgba(0,251,75,1) 0%, rgba(0,175,29,1) 93%, rgba(0,175,29,1) 100%);
    background: -ms-linear-gradient(top, rgba(0,251,75,1) 0%, rgba(0,175,29,1) 93%, rgba(0,175,29,1) 100%);
    background: linear-gradient(to bottom, rgba(0,251,75,1) 0%, rgba(0,175,29,1) 93%, rgba(0,175,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00fb4b', endColorstr='#00af1d', GradientType=0 );
    border: 1px solid #ffffff61;
}

.btnWhatsapp:hover {
    transition: all .3s;

    background: rgba(0,175,29,1);
background: -moz-linear-gradient(top, rgba(0,175,29,1) 0%, rgba(0,175,29,1) 8%, rgba(0,251,75,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,175,29,1)), color-stop(8%, rgba(0,175,29,1)), color-stop(100%, rgba(0,251,75,1)));
background: -webkit-linear-gradient(top, rgba(0,175,29,1) 0%, rgba(0,175,29,1) 8%, rgba(0,251,75,1) 100%);
background: -o-linear-gradient(top, rgba(0,175,29,1) 0%, rgba(0,175,29,1) 8%, rgba(0,251,75,1) 100%);
background: -ms-linear-gradient(top, rgba(0,175,29,1) 0%, rgba(0,175,29,1) 8%, rgba(0,251,75,1) 100%);
background: linear-gradient(to bottom, rgba(0,175,29,1) 0%, rgba(0,175,29,1) 8%, rgba(0,251,75,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00af1d', endColorstr='#00fb4b', GradientType=0 );
}

.btnWhatsapp .fa-whatsapp {
    font-size: 37px;
    color: #ffffff;
    padding: 9px;
    margin: 0px auto;
    position: relative;
    left: 5px;
    top: 2px;
}

.cl-h2 {
  margin: 0 0 10px 0;
    color: #34b16f;
    font-size: 35px;
    font-size: 2rem;
    border-bottom: 1px solid #d4cecb;
    padding-bottom: 10px;
}

.box-whatsapp {
    background: url(../img/whatsapp-fondo.jpg), #d8d0c5;
    background-size: cover;
    position: fixed;
    bottom: 9px;
    z-index: 999;
    right: 9px;
    overflow: hidden;
    border-radius: 15px;
    width: 320px;
    box-sizing: border-box;
    padding-bottom: 5px;
    box-shadow: 2px 2px 4px #00000054;
    display: none;
}

.box-title-whatsapp {
    background: #2f8c7d;
    position: relative;
    top: -14px;
    color: #a4c8c1;
    padding: 10px 16px;
    height: 62px;
}
.title-whatsapp {
    width: 219px;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
}

.btn-close-whatsapp {
  display: inline-block;
    vertical-align: middle;
        background: #0a7361;
    padding: 10px;
    border-radius: 50%;
    height: 31px;
    float: right;
    top: 13px;
    position: relative;
    width: 31px;
    right: -4px;
    cursor: pointer;
    transition: all .3s;
}

.cl-imgAbout {
    width: 90%;
    margin: 0px auto 30px;
    display: block;
    border-radius: 15px;
}

.btn-close-whatsapp:hover {
    transition: all .3s;
    background: #0a7361;
    color: white;
}

i.fa.fa-times {
    font-size: 19px;
    position: relative;
    top: -4px;
    left: -2px;
}

.box-mensaje {
    background: white;
    border-radius: 10px;
    margin: 10px;
    padding: 5px 15px;
    font-size: 15px;
    line-height: 5px;
    box-shadow: 2px 2px 3px #0000001f;
    width: 246px;
    left: 10px;
    position: relative;
}

.cl-texto-whatsapp {
    background: #ffffff;
    border-radius: 70px;
    padding: 8px 10px;
    width: 250px;
    display: inline-block;
    vertical-align: middle;
}

.cl-texto-whatsapp input {
    width: 100%;
    font-size: 15px;
    outline: none;
    border: 0px;
    background: white;
    -webkit-appearance: none;
}

.box-mensaje:after {
    content: "";
    border-left: 20px solid transparent;
    border-bottom: 20px solid white;
    position: relative;
    top: -37px;
    left: -26px;
}

i.fa.fa-paper-plane {
    position: relative;
    font-size: 17px;
    left: -2px;
}

.btn-envio-whatsapp {
    background: #1cad5c;
    color: white;
    width: 38px;
    height: 38px;
    padding: 10px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-left: 10px;
    cursor: pointer;
    transition: all .3s;
}

.btn-envio-whatsapp:hover {
    background: #0cd464;
    transition: all .3s;
}

.box-texto-whatsapp {
    width: 100%;
    margin: 28px 10px 10px 10px;
    box-sizing: border-box;
}

 /* Css Mod Whatsapp */

.cl-USD {
    position: relative;
    top: 5px;
    margin-left: 8px;
    font-weight: bold;
}
.cl-banner{
  height: 402px !important; 
}

.cl-banner2{
  height: 402px !important;
}

.cl-logoDolphin{
    position: absolute;
    width: 100px;
    top: -76px;
    right: 14px;
}

.unslider {
  overflow: auto;
  margin: 0;
  padding: 0;
  margin-top: 100px !important;
}

.tour, .sectTour, .sectContact {
  background-image: url("../img/bg-tour.svg");
  background-repeat: repeat-y;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

html {
  font-size: 14px;
}

body {
  font-size: 14px;
  font-size: 1rem;
  font-family: 'Lato', sans-serif;
}

._u-ulClear {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

._u-maxWidth {
  max-width: 1200px;
  width: 100%;
  padding: 0px 20px;
  margin: 0px auto;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  border-radius: 80px;
  color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  outline-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.btn i {
  font-size: 18px;
  margin-right: 10px;
}

.btn_default {
  background-color: transparent;
  border: 1px solid #686868;
  color: #686868;
  transition: all .3s;
}

.btn_default:active {
    transform: scale(.85);
}

.btn_standar {
  width: 240px;
}

.btn_full {
  width: 100%;
}

.btn_yellow {
  background-color: #008c16;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn_yellow:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #02bb1f;
}

.btn_yellow:active {
    transform: scale(.85);
}

.btn_grace {
  background-color: #eaeaea;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  color: #9d9d9d;
}

.btn_grace:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #f4f4f4;
}

.btn_green {
  background-color: #009688;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn_green:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #06b7a7;
}

.btn_green:active {
    transform: scale(.85);
}

.slide-box_bg01, .slide-box_bg02, .slide-box_bg03, .slide-box_bg04, .slide-box_bg05, .slide-box_bg06 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.slide-box_bg07, .slide-box_bg08, .slide-box_bg09, .slide-box_bg10, .slide-box_bg11, .slide-box_bg12 {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.slide-box_bg13, .slide-box_bg14, .slide-box_bg15, .slide-box_bg16, .slide-box_bg17, .slide-box_bg18 {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.slide-box_bg19, .slide-box_bg20, .slide-box_bg21, .slide-box_bg22, .slide-box_bg23, .slide-box_bg24 {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.slide-box_bg25, .slide-box_bg26, .slide-box_bg27, .slide-box_bg28, .slide-box_bg29, .slide-box_bg30 {
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}

/*Fotos Slide General*/
.slide-box_bgP01 {
  background-image: url("../img/slideshow/slideshow01.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
}

.slide-box_bgP02 {
  background-image: url("../img/slideshow/slideshow02.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slide-box_bgP03 {
  background-image: url("../img/slideshow/slideshow03.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slide-box_bgP04 {
  background-image: url("../img/slideshow/slideshow04.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slide-box_bgP05 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/idubaitours/slideshow/slideshow05.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.slide-box_bgP06 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/idubaitours/slideshow/slideshow06.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
/*Fotos Slide General*/

/*Fotos Slide INTERNO*/
.slide-box_bg01 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/idubaitours/slideshow/slideshow01.jpg");
}

.slide-box_bg02 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/idubaitours/slideshow/slideshow02.jpg");
}

.slide-box_bg03 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/idubaitours/slideshow/slideshow03.jpg");
  background-position-x: -74px;
}

.slide-box_bg04 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/idubaitours/slideshow/slideshow04.jpg");
}

.slide-box_bg05 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/idubaitours/slideshow/slideshow05.jpg");
  background-position-x: -184px;
}

.slide-box_bg06 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/idubaitours/slideshow/slideshow06.jpg");
  background-position-x: -90px;
}
/*Fotos Slide General*/


/*Fotos Slide Delphin*/
.slide-box_bg07 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/dolphin/excellence/foto/excellence-03.jpg");
}

.slide-box_bg08 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/dolphin/explorer/foto/explorer-04.jpg");
}

.slide-box_bg09 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/dolphin/sea-explorer/foto/sea-explorer-04.jpg");
}

.slide-box_bg10 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/dolphin/explorer-cruiser/foto/explorer-cruiser-01.jpg");
}

.slide-box_bg11 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/dolphin/sea-explorer/foto/sea-explorer-06.jpg");
  background-position-x: -150px !important;
}

.slide-box_bg12 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/dolphin/sharks/foto/sharks-02.jpg");
}
/*Fotos Slide Delphin*/

/*Fotos Slide Helicopter*/
.slide-box_bg13 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/helicopter/sightflight/foto/sightflight-18.jpg");
}

.slide-box_bg14 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/helicopter/sightflight/foto/sightflight-17.jpg");
}

.slide-box_bg15 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/helicopter/jalda/foto/jalda-01.jpg");
}

.slide-box_bg16 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/helicopter/sightflight/foto/sightflight-24.jpg");
}

.slide-box_bg17 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/helicopter/sightseeing/foto/sightseeing-10.jpg");
  background-position-x: -160px;
}

.slide-box_bg18 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/helicopter/luxury/foto/luxury-04.jpg");
}
/*Fotos Slide Helicopter*/

/*Fotos Slide More*/
.slide-box_bg19 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/more/santo-domingo/foto/santo-domingo-06.jpg");
}

.slide-box_bg20 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/more/santo-domingo/foto/santo-domingo-25.jpg");
}

.slide-box_bg21 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/more/santo-domingo/foto/santo-domingo-03.jpg");
}

.slide-box_bg22 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/more/buggie-adventure/foto/buggie-adventure-08.jpg");
}

.slide-box_bg23 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/more/buggie-adventure/foto/buggie-adventure-04.jpg");
}

.slide-box_bg24 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/more/buggie-adventure/foto/buggie-adventure-01.jpg");
}
/*Fotos Slide More*/

/*Fotos Slide Isla Saona*/
.slide-box_bg25 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/islasaona/isla-saona-vip/foto/isla-saona-vip-05.jpg");
}

.slide-box_bg26 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/islasaona/cayo-arena/foto/cayo-arena-01.jpg");
}

.slide-box_bg27 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/islasaona/canto-playa/foto/canto-playa-05.jpg");
}

.slide-box_bg28 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/islasaona/canto-playa/foto/canto-playa-28.jpg");
}

.slide-box_bg29 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/islasaona/saona-island/foto/saona-island-07.jpg");
}

.slide-box_bg30 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/islasaona/canto-playa/foto/canto-playa-12.jpg");
}
/*Fotos Slide Isla Saona*/

.slide-ajus01 {
    background-position-x: -263px !important;
}

.slide-ajus02 {
    background-position-x: -263px !important;
}
.slide-ajus03 {
    background-position-x: -263px !important;
}

.slide-ajus04 {
    background-position-x: -263px !important;
}

.slide-ajus05 {
    background-position-x: -263px !important;
}

.slide-ajus06 {
    background-position-x: -475px !important;
}

.hamburger {
  padding: 5px 5px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          -o-transition-duration: 0.15s;
     transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          -o-transition-timing-function: linear;
     transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #1f1f1f;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          -o-transition-duration: 0.15s;
     transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          -o-transition-timing-function: ease;
     transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          -o-transition-timing-function: ease;
     transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          -o-transition-duration: 0.2s;
     transition-duration: 0.2s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(4.28571px, -5px, 0);
          transform: rotate(45deg) translate3d(4.28571px, -5px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(90deg);
          transform: translate3d(0, -16px, 0) rotate(90deg);
}

.top {
  width: 50px;
  height: 40px;
  background: #d24141;
  position: fixed;
  bottom: 0;
  right: 20px;
  display: none;
  z-index: 99;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

.top i {
  color: #fff;
  font-size: 35px;
  font-size: 2.5rem;
  height: 100%;
  line-height: 40px;
}

.top:hover {
  background: #ffaa00;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

#tour {
  width: 100%;
  top: 350px;
  height: 10px;
  position: absolute;
}

#msgName,
#msgAsunto,
#msgEmail,
#msgMensag {
  display: none;
  position: absolute;
  height: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  background: rgba(255, 83, 83, .5);
  color: #fff;
}

#msgMensag {
  bottom: 3px !important;
  height: calc(100% - 33px) !important;
}

#msgWarning,
#msgSuccess {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  background: rgba(255, 255, 255, .9);
  height: calc(100% - 53px);
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}

#msgWarning img,
#msgSuccess img {
  width: 80px;
}

#msgWarning span,
#msgSuccess span {
  width: 100%;
  text-align: center;
  font-size: 16.8px;
  font-size: 1.2rem;
  margin-top: 20px;
  color: #4b4b4b;
}

/* PORTADAS ISLA SAONA */
.bg-portada-tour-is {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/islasaona/saona-island/foto/saona-island-07.jpg");
  background-position-y: 10px !important;
  background-position-x: -160px !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-portada-tour-isv {
  background-image: url(https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/islasaona/isla-saona-vip/foto/isla-saona-vip-03.jpg);
  background-position-y: 33px !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-portada-tour-clp {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/islasaona/canto-playa/foto/canto-playa-25.jpg");
  background-position-y: 90px !important;
  background-size: cover;
  background-repeat: no-repeat;
}

/*.bg-portada-tour-sb {
  background-image: url("../img/tours/seabob/gallery/2.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}*/

.bg-portada-tour-ca {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/islasaona/cayo-arena/foto/cayo-arena-01.jpg");
  background-position-y: 50px !important;
  background-size: cover;
  background-repeat: no-repeat;
}
/* PORTADAS ISLA SAONA */

/* PORTADAS ISLA HELICOPTERO */
.bg-portada-tour-ht {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/helicopter/sightseeing/foto/sightseeing-10.jpg");
  background-position-x: -282px !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-portada-tour-ht2 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/helicopter/sightflight/foto/sightflight-17.jpg");
  background-position-y: 65px !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-portada-tour-ht3 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/helicopter/jalda/foto/jalda-07.jpg");
  background-position-x: -40px !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-portada-tour-ht34 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/helicopter/luxury/foto/luxury-04.jpg");
  background-position-y: 36px !important;
  background-size: cover;
  background-repeat: no-repeat;
}
/* PORTADAS ISLA HELICOPTERO */

/* PORTADAS ISLA DELPHIN */
.bg-portada-tour-ht4 {
  background-image: url(https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/dolphin/explorer/foto/explorer-04.jpg);
    background-position-y: 67px !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-portada-tour-ht5 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/dolphin/excellence/foto/excellence-01.jpg");
  background-position-y: 47px !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-portada-tour-ht6 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/dolphin/extreme/foto/extreme-04.jpg");
  background-position-y: 88px !important;
  background-position-x: -211px !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-portada-tour-ht7 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/dolphin/sea-explorer/foto/sea-explorer-03.jpg");
  background-position-y: 83px !important;
  background-position-x: -248px !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-portada-tour-ht8 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/dolphin/wild-life-park/foto/wild-life-park-02.jpg");
  background-position-y: 96px !important;
  background-position-x: -201px !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-portada-tour-ht9 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/dolphin/encounter/foto/encounter-03.jpg");
  background-position-y: 91px !important;
    background-position-x: -217px !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-portada-tour-ht10 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/dolphin/sharks/foto/sharks-01.jpg");
  background-position-y: 94px !important;
    background-position-x: -145px !important;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-portada-tour-ht11 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/dolphin/funtastic/foto/funtastic-04.jpg");
  background-position-y: 86px !important;
  background-position-x: -204px !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-portada-tour-ht12 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/dolphin/explorer-cruiser/foto/explorer-cruiser-01.jpg");
  background-position-y: 96px !important;
  background-position-x: -226px !important;
  background-size: cover;
  background-repeat: no-repeat;
}
/* PORTADAS ISLA DOLPHIN */

/* PORTADAS ISLA BUGGIE */
.bg-portada-tour-ht13 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/more/buggie-adventure/foto/buggie-adventure-08.jpg");
  background-position-y: 83px !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-portada-tour-ht14 {
  background-image: url("https://optiventas.sfo3.digitaloceanspaces.com/islasaona/tours/more/santo-domingo/foto/santo-domingo-01.jpg");
  background-position-y: 100px !important;
  background-size: cover;
  background-repeat: no-repeat;
}

.js-play {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.hero {
  width: 100%;
  height: calc(100vh - 150px);
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-alt {
    height: 500px !important;
    overflow: hidden;
    background-position: center bottom;
}

.hero-alt02 {
  height: 150px !important;
  overflow: hidden;
}

.hero-text {
  color: #fff;
  text-align: center;
  font-family: 'Montserrat', sans-serif !important;
  padding-top: 100px;
}

.hero-text h1 {
  font-size: 63px;
  font-size: 4.5rem;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  text-shadow: 0 2px 15px rgba(0, 0, 0, .8);
}

.hero-text h2 {
  font-weight: 400;
  font-size: 28px;
  font-size: 2rem;
}

.hero-text i {
  font-size: 84px;
  font-size: 6rem;
  color: rgba(255, 60, 71, .9);
  cursor: pointer;
  text-shadow: 0 5px 6px rgba(0, 0, 0, .3);
}

.hero-text i:hover {
  text-shadow: 0 7px 12px rgba(0, 0, 0, .4);
}

.cl-activo{
  border-bottom: 3px solid #FF5722 !important;
  color: #FF5722 !important;
}

#idDown {
  position: relative;
  margin-left: 7px;
  font-size: 20px;
}
.cl-submenu {
    display: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: #FF5722;
    position: relative;
    left: 0px;
    float: left;
    transition: all .5s;
    width: 50%;
}
.cl-submenudet1 {
    display: none;
    list-style: none;
    top: 0px;
    padding: 0px !important;
    background: #fc6335 !important;
    position: absolute;
    left: 181px !important;
    width: initial !important;
}
.cl-submenudet2 {
    display: none;
    list-style: none;
    top: 0px;
    padding: 0px !important;
    background: #fc6335 !important;
    position: absolute;
    left: 181px !important; 
    width: initial !important;
}
.cl-submenudet3 {
    display: none;
    list-style: none;
    top: 0px;
    padding: 0px !important;
    background: #fc6335 !important;
    position: absolute;
    left: 181px !important;
    width: initial !important;
}
.cl-submenudet4 {
    display: none;
    list-style: none;
    top: 0px;
    padding: 0px !important;
    background: #fc6335 !important;
    position: absolute;
    left: 181px !important;
    width: initial !important;
}
#idSubMenudet1, #idSubMenudet2, #idSubMenudet3, #idSubMenudet4 {
    display: none;
}

#idSubMenu:hover > .cl-submenu{
  display: block;
  transition: all .5s;
}

.cl-submenu li {
    width: 100%;
    border-bottom: 1px solid #2196F3;
    margin: 0px !important;
    text-align: center !important;
}
.cl-submenu li a {
    color: white !important;
    text-decoration: none !important;
    text-align: center !important;
    padding: 11px 0px;
    display: block;
}


.cl-activo2{
  text-decoration: underline !important;
}

.slide {
  height: calc(100vh - 150px);
  width: 100%;
  position: relative;
}

.slide ul {
  height: 100%;
}

.slide ul li {
  padding: 15px;
}

.slide-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.text-slide span {
    display: block;
    color: #fff;
    font-size: 28px;
    font-size: 2rem;
    position: absolute;
    right: 18px;
    bottom: 5px;
    padding-right: 5px;
    text-shadow: 0px 2px 9px black;
    height: 114px;
    margin-left: 18px;
}

.text-slide {
  position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 50;
    padding: 0px;
}

.text-slide:before {
    content: " ";
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0);
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.35)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.35) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 70%, rgba(0,0,0,0.35) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.text-slide span:after {
    content: "|";
    margin-left: 10px;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.text-slide span {
  display: block;
    color: #fff;
    font-size: 23px;
    position: absolute;
    right: 20px;
    bottom: 40px;
    padding-right: 5px;
    text-shadow: 0 0 5px rgb(0, 0, 0);
    height: 100px;
}

.min-Htext {
    height: 57px !important;
    position: absolute;
    bottom: 15px !important;
}

.text-slide .typed-cursor {
  display: none !important;
  right: 20px;
}

.header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  height: 100px;
  width: 100%;
  background-color: rgba(245,245,247);
  box-shadow: 0 2px 15px #00000024;
    border-bottom: 1px solid #e4e4e4;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

.header-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.header-logo {
  width: 145px;
  display: block;
  text-decoration: none;
}

.header-logo img {
  width: 100%;
}

.header-nav {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  height: 0;
  background-color: #f7f7f7;
  border-top: 1px solid #f0f0f0;
  -webkit-transition-duration: 0.4s;
          -o-transition-duration: 0.4s;
     transition-duration: 0.4s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 0.4s;
          -o-transition-delay: 0.4s;
     transition-delay: 0.4s;
}

.header-nav-whatsapp {
  position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: #ececec;
    width: 217px;
    border-radius: 0px 0px 15px 15px;
    padding: 4px 10px 10px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 16px 18px -5px rgb(0 0 0 / 15%);
    box-shadow: 0 16px 18px -5px rgb(0 0 0 / 15%);
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.header-nav-whatsapp i {
  font-size: 33.6px;
  font-size: 2.4rem;
  color: #019e2e;
  margin-right: 10px;
}

.header-nav-whatsapp span {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    color: #949494;
    font-size: 16.8px;
    font-size: 1rem;
    text-transform: capitalize;
    text-shadow: 1px 1px 3px #00000075;
    letter-spacing: 0px;
}

.header-nav-whatsapp ul li {
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 4px;
}

.header-nav-menus {
  padding-top: 115px;
}

.header-nav-menus-menu {
  height: 0;
}

.header-nav-menus-menu li {
  display: block;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
      transform: translateY(-20px);
  text-transform: uppercase;
  -webkit-transition-duration: 0.5s;
          -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

.header-nav-menus-menu li a {
  text-decoration: none;
  display: block;
  padding: 15px 0;
  color: #3c3c3c;
  text-transform: uppercase !important;
}

.header-nav-menus-lang {
  text-align: center;
  margin-top: 12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-20px);
          -ms-transform: translateY(-20px);
      transform: translateY(-20px);
}

.header-nav-menus-lang li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.header-nav-menus-lang li a {
  text-decoration: none;
  display: block;
  width: 35px;
}

.header-nav-menus-lang li a img {
  width: 100%;
}

.js-active .header-nav {
  height: 510px !important;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

.js-active .header-nav-menus-menu {
  height: 335px;
}

.js-active .header-nav-menus-menu li {
  display: block;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  text-transform: uppercase;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
}

.js-active .header-nav-menus-menu li:nth-child(1) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.js-active .header-nav-menus-menu li:nth-child(2) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.js-active .header-nav-menus-menu li:nth-child(3) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.js-active .header-nav-menus-menu li:nth-child(4) {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.js-active .header-nav-menus-menu li:nth-child(5) {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.js-active .header-nav-menus-menu li:nth-child(6) {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.js-active .header-nav-menus-menu li:nth-child(7) {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.js-active .header-nav-menus-menu li a {
  text-decoration: none;
  display: block;
  padding: 15px 0;
  color: #3c3c3c;
  text-transform: uppercase !important;
}

.js-active .header-nav-menus-lang {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}


#idSubMenu ul li {
  visibility: hidden;
  -webkit-transform: translateY(-20px);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-property: all;
}

#idSubMenu ul li {
  display: block;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -webkit-transition-duration: 0.5s;
  -webkit-transition-property: all;
}

#idSubMenu ul li:nth-child(1) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#idSubMenu ul li:nth-child(2) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#idSubMenu ul li:nth-child(3) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#idSubMenu ul li:nth-child(4) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.js-scroll {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: white !important;
  height: 80px !important;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 15px rgba(0, 0, 0, .1);
}

.js-scroll .header-logo {
  width: 80px !important;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 800px) {


  body {
      overflow-x: hidden;
  }

  .ajuste-slide-03 {
    background-position-y: -552px !important;
  }

  .hero {
    width: 100%;
    height: calc(100vh - 100px);
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide {
    height: calc(100vh - 100px);
    width: 100%;
    position: relative;
  }
    /* PORTADAS ISLA SAONA */
  .bg-portada-tour-is {
    background-position-y: bottom !important;
    background-position-x: center !important;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg-portada-tour-isv {
    background-position-y: -190px !important;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg-portada-tour-clp {
    background-position-y: -124px !important;
    background-size: cover;
    background-repeat: no-repeat;
  }

  /*.bg-portada-tour-sb {
    background-image: url("../img/tours/seabob/gallery/2.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }*/

  .bg-portada-tour-ca {
    background-position-y: -190px !important;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* PORTADAS ISLA SAONA */

  /* PORTADAS ISLA HELICOPTERO */
  .bg-portada-tour-ht {
    background-position-y: -173px !important;
    background-position-x: initial !important;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg-portada-tour-ht2 {
    background-position-y: -145px !important;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg-portada-tour-ht3 {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg-portada-tour-ht34 {
    background-position-y: -200px !important;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* PORTADAS ISLA HELICOPTERO */

  /* PORTADAS ISLA DELPHIN */
  .bg-portada-tour-ht4 {
      background-position-y: -167px !important;
      background-size: cover;
      background-repeat: no-repeat;
  }

  .bg-portada-tour-ht5 {
    background-position-y: -105px !important;
      background-size: cover;
      background-repeat: no-repeat;
  }

  .bg-portada-tour-ht6 {
    background-position-y: -65px !important;
    background-position-x: initial !important;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg-portada-tour-ht7 {
    background-position-y: -87px !important;
    background-position-x: center !important;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg-portada-tour-ht8 {
    background-position-y: 52px !important;
    background-position-x: initial !important;
      background-size: cover;
      background-repeat: no-repeat;
  }

  .bg-portada-tour-ht9 {
      background-position-y: -1px !important;
      background-position-x: initial !important;
      background-size: cover;
      background-repeat: no-repeat;
  }

  .bg-portada-tour-ht10 {
    background-position-y: -23px !important;
    background-position-x: initial !important;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg-portada-tour-ht11 {
    background-position-y: -18px !important;
    background-position-x: initial !important;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg-portada-tour-ht12 {
    background-position-y: -32px !important;
    background-position-x: center !important;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* PORTADAS ISLA DOLPHIN */

  /* PORTADAS ISLA BUGGIE */
  .bg-portada-tour-ht13 {
    background-position-y: -80px !important;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg-portada-tour-ht14 {
    background-position-y: -332px !important;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .separador h3 {
    width: initial !important; 
  }
  
  .slide-ajus01, .slide-ajus02, .slide-ajus03, .slide-ajus04, .slide-ajus05, .slide-ajus06 {
      background-position-x: center !important;
  }

  /*Fotos Slide General*/
  .slide-box_bg01 {
    background-position-y: -308 !important;
    background-position-x: initial !important;
  }

  .slide-box_bg02 {
    background-position-y: -291px !important;
    background-position-x: initial !important;
  }

  .slide-box_bg03 {
    background-position-y: -377px !important;
    background-position-x: initial !important;
  }

  .slide-box_bg04 {
    background-position-y: -276px !important;
    background-position-x: initial !important;
  }

  .slide-box_bg05 {
    background-position-y: -260px !important;
    background-position-x: initial !important;
  }

  .slide-box_bg06 {
    background-position-y: -257px !important;
    background-position-x: initial !important;
  }
  /*Fotos Slide General*/


  /*Fotos Slide Delphin*/
  .slide-box_bg07 {
    background-position-y: -403px !important;
  }

  .slide-box_bg08 {
    background-position-y: -331px !important;
  }

  .slide-box_bg09 {
    background-position-y: -415px !important;
  }

  .slide-box_bg10 {
    background-position-y: -142px !important;
  }

  .slide-box_bg11 {
    background-position-y: -273px !important;
    background-position-x: initial !important;
  }

  .slide-box_bg12 {
    background-position-y: -171px !important;
  }
  /*Fotos Slide Delphin*/

  /*Fotos Slide Helicopter*/
  .slide-box_bg13 {
    background-position-y: -433px !important;
  }

  .slide-box_bg14 {
    background-position-y: -323px !important;
  }

  .slide-box_bg15 {
    background-position-y: -395px !important;
  }

  .slide-box_bg16 {
    background-position-y: -268px !important;
  }

  .slide-box_bg17 {
    background-position-y: -339px !important;
  }

  .slide-box_bg18 {
    background-position-y: -358px !important;
  }
  /*Fotos Slide Helicopter*/

  /*Fotos Slide More*/
  .slide-box_bg19 {
    background-position-y: -512px !important;
  }

  .slide-box_bg20 {
    background-position-y: -411px !important;
  }

  .slide-box_bg21 {
    background-position-y: -264px !important;
  }

  .slide-box_bg22 {
    background-position-y: -259px !important;
  }

  .slide-box_bg23 {
    background-position-y: -288px !important;
  }

  .slide-box_bg24 {
    background-position-y: -187px !important;
  }
  /*Fotos Slide More*/

  /*Fotos Slide Isla Saona*/
  .slide-box_bg25 {
    background-position-y: -420px !important;
  }

  .slide-box_bg26 {
    background-position-y: -342px !important;
  }

  .slide-box_bg27 {
    background-position-y: -546px !important;
  }

  .slide-box_bg28 {
    background-position-y: -433px !important;
  }

  .slide-box_bg29 {
    background-position-y: -506px !important;
  }

  .slide-box_bg30 {
    background-position-y: -520px !important;
  }
  /*Fotos Slide Isla Saona*/

  #idSubMenudet1:hover > .cl-submenudet1{
    display: block;
    transition: all .5s;
  }
  #idSubMenudet2:hover > .cl-submenudet2{
    display: block;
    transition: all .5s;
  }
  #idSubMenudet3:hover > .cl-submenudet3{
    display: block;
    transition: all .5s;
  }
  #idSubMenudet4:hover > .cl-submenudet4{
    display: block;
    transition: all .5s;
  }

  .cl-banner{
    height: 339px !important;
    position: relative !important;
    top: 65px !important;
  }

  .cl-banner2{
    height: 336px !important;
    position: relative !important;
    top: 66px !important;
  }
  .cl-logoDolphin{
    position: absolute;
    width: 140px;
    right: 0px;
    top: -6px;
  }
  .cl-submenu {
    display: none;
    list-style: none;
    margin: 0px;
    padding: 0px;
    background: #FF5722;
    position: absolute;
    left: 0px;
    width: initial !important;
  }
  .cl-submenu li a {
      color: white !important;
      text-decoration: none !important;
      text-align: left !important;
      padding: 11px 10px !important;
      display: block !important;
      border-bottom: 0px !important;
  }
  .cl-submenu li a:hover {
    background: #FFFFFF;
    color: #FF5722 !important;
    transition: all .3s;
    border-bottom: 0px;
  }
  .cl-submenu li {
    width: 215px;
    border-bottom: 1px solid #2196F3;
    margin: 0px !important;
    text-align: center !important;
  }
  .slide-box_bg13, .slide-box_bg14, .slide-box_bg15, .slide-box_bg16, .slide-box_bg17, .slide-box_bg18 {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .slide-box_bg19, .slide-box_bg20, .slide-box_bg21, .slide-box_bg22, .slide-box_bg23, .slide-box_bg24 {
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .header-nav-whatsapp ul li a {
    color: #4b4b4b !important;
  }
  .cl-imgAbout {
      width: 700px;
      margin: 0px auto 30px;
      display: block;
  }
  .text-slide:before {
      content: " ";
      height: 100%;
      width: 300%;
      left: -100%;
      position: absolute;
  }
  .text-slide span {
      display: block;
      color: #fff;
      font-size: 23px;
      position: absolute;
      right: 20px;
      bottom: 40px;
      padding-right: 5px;
      text-shadow: 0 0 5px rgb(0, 0, 0);
      height: 69px;
  }
  .text-slide span:after {
    content: "|";
    margin-left: 10px;
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }

  .boxVideo {
    padding: 20%;
  }
  .header {
    height: 168px;
    background-color: rgba(245,245,247);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
-webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
  }
  .header-inner {
    height: 100%;
  }
  .header #icoMenu {
    display: none;
  }
  .header-logo {
    width: 210px;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  .header-logo img {
    width: 100%;
  }
  .header-nav {
    position: relative;
    top: 0;
    width: auto;
    width: initial;
    left: 0;
    height: 100%;
    background-color: transparent;
    border-top: none;
    z-index: 2;
    text-align: right;
  }
  .header-nav-whatsapp {
    position: relative;
    right: auto;
    right: initial;
    left: auto;
    left: initial;
    margin: 0 0 0 auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-shadow: initial;
            box-shadow: initial;
    background-color: transparent;
    width: 154px;
    padding: 10px 0;
  }
  .header-nav-whatsapp span, .header-nav-whatsapp {
    color: #00a71d;
    text-shadow: none;
    font-size: 16px;
    text-align: right;
  }
  .header-nav-whatsapp i {
    font-size: 2.4rem;
    color: #0cca14;
  }
  .header-nav-whatsapp ul li {
    font-size: 1rem;
    color: #4b4b4b;
  }
  .header-nav-menus {
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    border-top: 1px solid #f0f0f0;
    height: 51px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-nav-menus-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .header-nav-menus-menu li {
    border-bottom: none;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
        transform: translateY(0px);
    margin: 0 15px;
    height: 100%;
  }
  .header-nav-menus-menu li a {
    text-transform: uppercase;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    color: #3c3c3c;
    font-size: 13px;
    height: 100%;
    border-bottom: 3px solid transparent;
  }
  .header-nav-menus-menu li a:hover {
    border-bottom: 3px solid #FF5722;
    color: #FF5722;
    transition: all .3s;
  }
  .header-nav-menus-menu li:nth-child(6) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-nav-menus-menu li:nth-child(7) a {
    background-color: #008c16;
    height: 35px !important;
    color: #fff !important;
    border-bottom: none !important;
    width: 170px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 80px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    top: 7px;
    position: relative;
  }
  .header-nav-menus-menu li:nth-child(7) a:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #02bb1f;
    border-bottom: none !important;
  }
  .header-nav-menus-menu li:nth-child(7) a:active {
    transition: all 0.3s;
    transform: scale(0.8);
  }
  .header-nav-menus-menu li:nth-child(7) a i {
    margin-right: 10px;
  }
  .header-nav-menus-lang {
    margin-top: 5px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
            -ms-transform: translateY(0px);
        transform: translateY(0px);
  }
  .header-nav-menus-lang li {
    margin: 0;
  }
  .header-nav-menus-lang li a {
    width: 25px;
    text-transform: uppercase;
  }
  .header-nav-menus-lang li {
    margin-left: 4px;
  }
  .cl-precio {
      background: #FF9800;
      color: white;
      position: absolute;
      top: 10px !important;
      left: 10px !important;
      padding: 8px 10px;
      font-size: 20px;
      font-weight: bold;
      text-shadow: 1px 1px 3px #0000009e;
      width: 155px;
      text-align: center;
  }
  .cl-precioIz {
    left: -19px !important;
    top: 11px !important;
  }
}

.services {
  background: linear-gradient(400deg, rgba(255,195,0,1) -34%, rgba(0,155,0,1) 51%, rgba(255,195,0,1) 132%);
  padding: 50px 0;
}

.services-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.services-box {
  text-align: center;
  padding: 0 10px;
  margin: 20px 0;
  color: #fff;
  max-width: 320px;
  width: 100%;
}

.services-box-text span {
    margin: 0px 3px;
    font-size: 19px;
    color: #ffffff8a;
}

.services-box-title {
  margin: 20px 0 0 0;
  font-weight: 400;
  font-size: 22.4px;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.services-box-text {
  margin: 0;
  font-weight: 400;
  font-size: 19.599px;
  font-size: 1.4rem;
}

.trust {
  color: #008c16;
    font-size: 36px;
    margin: 60px 0px 40px 0;
    padding: 0px 20px;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -1px;
}

.tour {
  padding: 20px 0 50px 0;
}

.tour-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.tour-box figure {
  width: 100%;
  margin: 0 0 20px 0;
  position: relative;
}

.cl-precio {
    background: #FF9800;
    color: white;
    position: absolute;
    top: 0px;
    width: 125px;
    left: 0px;
    padding: 8px 10px;
    font-size: 20px;
    font-weight: bold;
    text-shadow: 1px 1px 3px #0000003d;
    text-align: center;
}

.cl-precio:after {
    content: "USD";
    margin-left: 6px;
}

.tour-box figure img {
    width: 100%;
    border-radius: 15px;
}

.tour-box-text {
  width: 100%;
  text-align: left;
  position: relative;
}

.tour-box-text h2 {
  margin: 0 0 10px 0;
    color: #008c16;
    font-size: 35px;
    font-size: 1.9rem;
    border-bottom: 1px solid #d4cecb;
    padding-bottom: 10px;
    letter-spacing: -.5px;
}

.tour-box-text h3 {
  margin: 0 0 10px 0;
    color: #FF5722;
    font-size: 21px;
}

.tour-box-text p {
  margin: 0;
    color: #000000;
    text-align: justify;
    line-height: 19px;
    font-size: 16px;
}

.tour-box-text a {
  border-radius: 100px;
  margin: 20px 0 0 0;
  text-transform: uppercase;
}

@media screen and (min-width: 700px) {
  .tour {
    padding: 0;
  }
  .tour-box {
    margin: 20px 0;
  }
  .tour-box figure {
    width: 48%;
  }
  .tour-box figure img {
    width: 95%;
  }
  .tour-box-text {
    padding-top: 10px;
    width: 50%;
  }
  .tour-box-inverted figure {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: right;
  }
  .tour-box-inverted-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.videoY {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 40px auto;
}

.videoY h2 {
  margin: 0 0 20px 0;
  color: #607D8B;
  font-size: 28px;
  font-size: 2rem;
  text-align: center;
}

.videoY-inner {
  padding-top: 30px;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}

.videoY iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.widWRMReview {
    position: absolute;
    bottom: 5px;
    width: 129px;
    height: 28px;
    text-align: center;
    right: 6px;
    border-radius: 6px;
    border: 0px;
    background: #FFC107;
    color: #171717;
    font-weight: bold;
    border-bottom: 4px solid #FF9800;
    font-size: 13px;
}

.footer {
  background-image: url(../img/bg-footer.jpg);
  background-position: left bottom;
  background-size: cover;
  padding: 50px 0;
  position: relative;
  text-shadow: 1px 1px 4px #734406;
}

.footer::before {
      content: '';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(400deg, rgba(255,195,0,1) -34%, rgba(0,155,0,1) 51%, rgba(255,195,0,1) 132%);
    opacity: 0.8;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  z-index: 2;
}

.footer-social {
  width: 70%;
  text-align: left;
}

.footer-social li {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-social li a {
  text-decoration: none;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  border: 1.5px solid #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-social li a i {
  color: #fff;
  font-size: 19.599px;
  font-size: 1.4rem;
}

.footer-social li span {
  color: #fff;
  margin-left: 10px;
  font-size: 16.8px;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer-social li ul {
  margin-left: 10px;
}

.footer-social li ul li {
  color: #fff;
  font-size: 16.8px;
  font-size: 1.2rem;
  font-weight: 600;
}

.footer-link {
  width: 40%;
  text-align: right;
}

.footer-link li {
  margin: 15px 0;
}

.footer-link li a {
  color: #fff;
  font-size: 15.4px;
  font-size: 1.1rem;
  font-weight: 600;
}

.cl-trip-r {
    width: 140px;
    position: absolute;
    right: 0px;
    top: 87px;
    height: 77px;
}

.cl-trip-r img {
    width: 100%;
}

.cl-circle-r:before {
    background: #009c68;
    width: 6px;
    height: 6px;
    display: block;
    content: "";
    border-radius: 50%;
    position: relative;
    top: -3px;
    left: -3px;
}

.cl-circle-r {
    width: 10px;
    height: 10px;
    display: inline-block;
    padding: 4px;
    border: 1px solid #009c68;
    border-radius: 50%;
    margin: 1px;
}

.cl-circle-r-box {
  position: absolute;
    z-index: 1;
    top: 21px;
    left: 44px;
}



.copy {
  background-color: #e6e6e6;
}

.copy-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
}

.copy-inner a {
  text-decoration: none;
  display: block;
  width: 120px;
}

.copy-inner a img {
  width: 100%;
}

.copy-inner small {
  color: #555555;
}

.separador {
  margin: 50px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #795548;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.separador h3 {
  display: block;
  color: #FF5722;
  font-size: 23.8px;
  font-size: 1.7rem;
  width: 270px; 
}

.separador i {
  font-size: 22px;
  color: #795548;
}

.separador h4 {
  width: 100%;
  margin-top: 0;
  color: #4b4b4b;
}

.sectTour {
  padding: 30px 0 0 0;
  text-align: center;
}

.sectTour-pay {
  display: inline-block;
  width: 100%;
  padding: 10px 20px;
  text-align: left;
}

.sectTour-pay-title {
  width: 100%;
}

.sectTour-pay-title h2 {
  font-size: 28px;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 15px 0;
  color: #008c16;
}

.sectTour-pay-title span {
  display: block;
  font-size: 11.2px;
  font-size: 0.8rem;
}

.sectTour-pay-title p {
  margin: 15px 0 25px 0;
  font-size: 13.299px;
  font-size: 0.95rem;
  color: #000000;
  text-align: justify;
}

.sectTour-pay-title-itinerary h2 {
  font-size: 21px;
  font-size: 1.5rem;
  color: #292929;
}

.sectTour-pay-title-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-top: 35px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sectTour-pay-title-gallery a {
  width: 100px;
  height: 100px;
  margin: 10px;
  overflow: hidden;
  border-radius: 3px;
  border: 4px solid #ececec;
}

.sectTour-pay-title-gallery a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sectTour-pay-form {
  margin-top: 20px;
  width: 100%;
  background-color: #fefefe;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  margin-bottom: 40px;
  display: inline-block;
  text-align: left;
}

.sectTour-pay-form-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sectTour-pay-form-detalles {
  border: 1px solid #ff572236;
  border-top: none;
  padding: 15px;
  position: relative;
}

.sectTour-pay-form-detalles input[type="button"] {
  margin: 25px auto 0 auto;
}

.sectTour-pay-form-detalles .date {
  margin: 0 0 15px 0;
}

.sectTour-pay-form-detalles small {
  display: block;
  padding: 5px 10px;
  width: 100%;
  background-color: #fff1ec;
  border-radius: 3px;
}

.sectTour-pay-form-detalles small i {
  display: block;
  margin: 5px 0;
  color: #607D8B;
}

.sectTour-pay-form-detalles .select-form {
  margin: 0 0 20px 0;
}

.sectTour-pay-form-detalles .select-form span {
  color: #292929;
  font-weight: 600;
  margin-bottom: 10px;
  display: block;
}

.sectTour-pay-form-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sectTour-pay-form-select span {
  width: calc(100% - 120px);
  display: inline-block;
  color: #292929;
  font-weight: 600;
}

.sectTour-pay-form-select .select {
  width: 100px;
}

.sectTour-pay-form-input {
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sectTour-pay-form-input input {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #e4c2b7;
  padding: 0 15px;
}

.sectTour-pay-form-input input:nth-child(2) {
  width: 170%;
  margin-left: 15px;
}

.sectTour-pay-form-priceEnd {
  text-align: center;
  width: 100%;
  margin-top: 25px;
}

.sectTour-pay-form-priceEnd span {
  color: #2cd87f;
  font-size: 42px;
  font-size: 3rem;
  text-align: center;
  font-weight: 600;
}

.boxItinerary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px 0;
}

.boxItinerary i {
  height: 100%;
  color: #2cd87f;
  padding-top: 2px;
  margin-right: 5px;
  font-size: 20px;
}

.boxItinerary p {
  margin: 0;
  color: #4b4b4b;
}

.boxDetalles {
  margin: 20px 0;
}

.boxDetalles strong {
  display: inline-block;
  margin-bottom: 5px;
  color: #292929;
}

.boxDetalles ul {
  padding-left: 10px;
}

.boxDetalles ul li {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.boxDetalles ul li i {
  color: #2cd87f;
  margin-right: 5px;
  height: 100%;
}

.boxDetalles ul li span {
  display: inline-block;
  color: #4b4b4b;
}

.form-price {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  height: 120px;
  background: #ff5722;
  color: #fff;
  padding: 0 10px;
}

.box-logo-blue {
    text-align: center;
    margin: 0px 0px 40px 0px;
}

.cl-logo-blue {
    width: 170px;
    display: inline-block;
    vertical-align: middle;
}

.box-logo-blue p {
    vertical-align: middle;
    display: inline-block;
    width: 270px;
    margin-left: 20px;
    text-align: left;
    font-size: 14px;
    font-style: italic;
    color: #446fb1;
}

.form-price span {
  font-weight: 500;
}

.form-price ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 10px 0;
}

.form-price ul li:nth-child(1) {
  font-size: 18.2px;
  font-size: 1.3rem;
}

.form-price ul li:nth-child(2) {
  font-size: 35px;
  font-size: 2.5rem;
  line-height: 25.2px;
  line-height: 1.8rem;
  font-weight: 500;
  margin-left: 5px;
}

.form-price ul li span {
  font-size: 19.599px !important;
  font-size: 1.4rem !important;
  position: relative !important;
  bottom: 12px !important;
}

.form-price:nth-child(2) {
  background: #ff6c3e;
  border-left: 1px solid rgba(255, 255, 255, .2);
}

.date {
  width: 100%;
  height: 40px;
  position: relative;
  outline: none;
  background: #fff;
  border: 1px solid #e4c2b7;
  margin-top: 15px;
}

.date i {
  position: absolute;
  z-index: 1;
  font-size: 21px;
  font-size: 1.5rem;
  top: 9px;
  left: 10px;
  color: #009688;
}

.date input {
  height: 100%;
  width: 100%;
  border: none;
  padding: 0 0 0 40px;
  background: transparent;
  position: relative;
  z-index: 2;
}

.select {
  position: relative;
}

.select select {
  width: 100%;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0px !important;
  border: 1px solid #e4c2b7;
  outline: none;
  padding: 0 20px;
  position: relative;
  z-index: 5;
}

.select i {
  position: absolute;
  font-size: 21px;
  font-size: 1.5rem;
  right: 20px;
  height: 100%;
  line-height: 40px;
}

.sectContact {
  padding-top: 10px;
  padding-bottom: 40px;
}

.sectContact-form {
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.sectContact-form h2 {
  width: 100%;
  color: #008c16;
  border-bottom: 1px solid #ecedef;
  padding-bottom: 25px;
  margin-bottom: 20px;
  padding-left: 10px;
  margin-top: 0;
}

.sectContact-form a {
  margin: 0 auto;
}

.sectContact-text {
  width: 100%;
  margin-top: 40px;
}

.sectContact-text h2 {
  color: #FF5722;
  margin: 0 0 20px 0;
}

.sectContact-text p {
  margin: 0;
  color: #252525;
}

.gallery {
  margin-top: 50px;
}

.gallery-inner a:hover {
    transition: all .3s;
    box-shadow: 0px 17px 26px -12px rgb(0 0 0 / 59%);
    position: relative;
    transform: scale(1.4);
    z-index: 2;
}

.gallery-inner a {
    display: inline-block;
    height: 100px;
    overflow: hidden;
    margin: 10px;
    font-size: 0;
    border-radius: 10px;
    transition: all 1s;
    max-width: 150px;
}

.gallery-inner a img {
    height: 100%;
    transition: all 1.3s;
    margin: 0px auto;
    display: block;
}

.gallery-inner a img:hover {
    transform: scale(1.4);
    transition: all .3s;
}

.galleryBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
}

.boxFormInput {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.boxFormInput span {
  display: block;
  margin-bottom: 10px;
  color: #292929;
  font-size: 16.8px;
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 10px;
}

.boxFormInput input,
.boxFormInput textarea {
  outline: none;
  background: #fdfdfd;
  border: 1px solid #d6d6d6;
  width: 100%;
  height: 40px;
  padding: 0 15px;
}

.boxFormInput textarea {
  height: 100px;
  padding-top: 15px;
  resize: none;
}

.shopping {
  padding: 120px 0 50px 0;
}

.shopping-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.shopping-top a {
  color: #008c16;
}

.shopping-review {
  border: 1px solid #e2e3e5;
  background-color: #fbfcfe;
  padding: 20px;
  margin: 15px 0;
  border-radius: 6px;
}

.shopping-review h3 {
  margin: 0 0 20px 0;
  font-size: 21px;
  font-size: 1.5rem;
  color: #ff5722;
  border-bottom: 1px solid #e2e3e5;
  padding-bottom: 10px;
}

.shopping-review-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shopping-review-details figure {
  margin: 0 20px 0 0;
  width: 200px;
}

.shopping-review-details figure img {
  width: 100%;
}

.shopping-review-details ul {
  margin-top: 20px;
}

.shopping-review-details ul li {
  margin: 10px 0;
}

.shopping-review-details ul li strong {
  margin-right: 10px;
}

.shopping-review-details-price {
  margin-top: 20px;
  margin-left: auto;
  text-align: right;
}

.shopping-review-details-price span {
  font-size: 14px;
  font-size: 1rem;
}

.shopping-review-details-price h4 {
  margin: 5px 0 0 0;
  font-size: 35px;
  font-size: 2.5rem;
  color: #34799a;
}

.shopping-traveler {
  border: 1px solid #e2e3e5;
  background-color: #fbfcfe;
  padding: 20px;
  margin: 15px 0;
  border-radius: 6px;
}

.shopping-traveler h3 {
  margin: 0 0 20px 0;
  font-size: 21px;
  font-size: 1.5rem;
  color: #2cd87f;
  border-bottom: 1px solid #e2e3e5;
  padding-bottom: 10px;
}

.shopping-contact {
  border: 1px solid #e2e3e5;
  background-color: #fbfcfe;
  padding: 20px;
  margin: 15px 0;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.shopping-contact h3 {
  margin: 0 0 20px 0;
  font-size: 21px;
  font-size: 1.5rem;
  color: #2cd87f;
  border-bottom: 1px solid #e2e3e5;
  padding-bottom: 10px;
  width: 100%;
}

.shopping-contact-item {
  width: 300px;
}

.shopping-contact-item label {
  display: block;
  margin-bottom: 10px;
}

.shopping-contact-item input,
.shopping-contact-item select {
  width: 100%;
  height: 40px;
  outline: none;
  border-radius: 6px;
  border: 1px solid #e2e3e5;
  background-color: #fbfcfe;
  padding: 0 20px;
  background-color: #fff;
}

.shopping-check {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.shopping-check a:nth-child(2) {
  margin-left: 20px;
}

.traveler-item {
  margin: 10px 0;
}

.traveler-item label {
  display: block;
  margin-bottom: 10px;
}

.traveler-item input {
  outline: none;
  border: 1px solid #e2e3e5;
  border-radius: 6px;
  background-color: #fff;
  height: 40px;
  padding: 0 10px;
  width: 100%;
}

#msgFormCity,
#msgFormDate,
#msgFormAdult,
#msgFormName,
#msgFormEmail,
#msgFormCode,
#msgFormPhone {
  position: absolute;
  background: #ff3646;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
  top: 86px;
  left: 15px;
  height: 40px;
  width: 300px;
  line-height: 40px;
  text-align: center;
  z-index: 6;
  display: none;
  color: #fff;
}

#msgFormCity::after,
#msgFormDate::after,
#msgFormAdult::after,
#msgFormName::after,
#msgFormEmail::after,
#msgFormCode::after,
#msgFormPhone::after {
  content: '';
  display: inline-block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #ff3646;
  position: absolute;
  z-index: 5;
  left: 10px;
  top: -8px;
}

#msgFormDate {
  top: 148px;
}

#msgFormAdult {
  top: 205px;
  left: auto;
  left: initial;
  right: 15px;
}

#msgFormAdult::after {
  left: auto;
  left: initial;
  right: 5px;
}

#msgFormName {
  top: 385px;
}

#msgFormEmail {
  top: 435px;
}

#msgFormCode,
#msgFormPhone {
  top: 388px;
}

#msgFormCode::after,
#msgFormPhone::after {
  border-bottom: none;
  border-top: 10px solid #ff3646;
  left: 10px;
  top: auto;
  top: initial;
  bottom: -8px;
}

#msgFormPhone {
  left: auto;
  left: initial;
  right: 10px;
}

#msgFormPhone::after {
  left: auto;
  left: initial;
  right: 10px;
}

@media screen and (min-width: 700px) {
  .sectTour-pay {
    width: 100%;
  }
  .sectTour-pay-title {
    width: 59%;
    padding-left: 100px;
    text-align: left;
    vertical-align: top;
    display: inline-block;
  }
  .sectTour-pay-form {
    width: 40%;
    margin-top: 0;
  }
  .sectContact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sectContact-form {
    width: 50%;
    padding-right: 20px;
  }
  .sectContact-text {
    width: 50%;
    padding-left: 20px;
  }
  .shopping {
    padding: 60px 0;
  }
  .shopping-review-details ul {
    margin-top: 0px;
  }
  .shopping-review-details-price {
    height: 100%;
    margin-top: 0;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .shopping-review-details-info {
    height: 100%;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

@media screen and (min-width: 1430px) {

}
