:root {
  /** Colores **/
  --colorPrimario: #f57d20;
  --grisBorder: #ebe6de;
  --grisHover: #161921;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Spline Sans", Sans-serif;
}

p {
  margin: 0;
  margin-bottom: 0 !important;
}

a {
  color: var(--colorPrimario);
}

.elementor a {

  text-decoration: none !important;
}

small {
  font-size: 12px;
  text-transform: uppercase;
}

span.tipo {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;

}

.flexPadre {
  display: flex;
  column-gap: 20px;
}

.child50 {
  width: 50%;
  margin-bottom: 15px;
}

.formFactura h4 {
  color: var(--e-global-color-secondary);
  font-family: "Spline Sans", Sans-serif;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
}

.formFactura input[type=text],
.formFactura input[type=date],
.formFactura select {
  border: solid 1px #c7c7c7;
  border-radius: 3px;
  height: 48px;
  margin-top: 12px;
  /* box-shadow: 0px 0px 10px 2px #ebebeb; */
}

.formFactura input[type=text]:focus,
.formFactura input[type=date]:focus,
.formFactura select:focus {
  border: solid 1px var(--colorPrimario);
}

.formFactura input[type=submit] {
  font-family: "Spline Sans", Sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1.1px;
  word-spacing: 0;
  fill: #FFF;
  color: #FFF;
  background-color: #F57D20;
  border-style: none;
  padding: 21px 35px 21px 35px;
  transition: all ease .5s;
}

.formFactura input[type=submit]:hover {
  background-color: var(--grisHover);
  color: #ffffff;
}

.tarifaCard .fa-solid {
  font-size: 20px;
  color: #313041;
}

/* 
  [type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: var(--colorPrimario)!important;
    text-decoration: none;
  } */
.elementskit-menu-container {
  height: auto !important;
}

.hidden {
  display: none !important;
}

.elementskit-navbar-nav-default .elementskit-menu-close {
  border: 0 !important;
  color: #ffffff !important;
}

html:lang(es-MX) .footerEng {
  display: none !important;
}

html:lang(en-US) .footerEsp {
  display: none !important;
}

.btnWave a {
  position: relative;
  transition: all 1s;
  overflow: hidden;
}

.btnWave a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--grisHover);
  z-index: -1;

  transform: translateX(-100%);
  transition: all 1s;
}

.btnWave a:hover:before {
  transform: translateX(0);

}

.btnWave a:hover {
  transform: translateX(0);
  color: var(--colorPrimario);
}

table.tableTarifas.regular tr:first-child td:first-child {
  border: 0 !important;
}

#logoWinjet img {
  width: 160px;
  height: auto;
}

@media (max-width: 767px) {
  .elementor-3321 .elementor-element.elementor-element-0b46c2f .elementskit-navbar-nav>li>a {
    display: block;
    text-align: center;
  }

  .elementor-3321 .elementor-element.elementor-element-0b46c2f .elementskit-navbar-nav>li>a .elementskit-submenu-indicator {
    position: absolute;
    right: 110px;
    top: 12px;
    border: 0;
    color: #ffffff;
  }

  #topNavigation .info ul li {
    display: none;
  }

  #topNavigation .info ul li:last-child {
    display: block;
  }

  .tableTarifas tbody>tr td {
    font-size: 11px;
    padding: 5px 2px;

    background: transparent;
  }

  footer .hfe-nav-menu a {
    justify-content: center !important;
  }

  footer .elementskit-infobox {
    flex-direction: column;
    align-items: center !important;
  }

  footer .elementskit-box-header {
    margin-bottom: 25px;

  }

  footer .elementskit-info-box-icon {
    margin: 0 !important;
  }

  footer .box-body {
    text-align: center;
  }
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
  background: transparent !important;
}

.tarifasTable table tbody>tr td {
  border: 0;
  border-bottom: solid 1px;
  font-size: 13px;
  color: #161921;
  border-color: #808080;
}

.tableTarifas tbody>tr td,
.tableTarifas tbody>tr td:hover,
.tableTarifas tbody>tr:hover {
  background: transparent;
}

.elementor-widget-elementskit-pricing tbody tr td:first-child {
  width: 132px;
}

.elementor-widget-elementskit-pricing tbody tr td {
  font-size: 12px;
  padding: 5px;
}

table tbody tr:hover>td,
table tbody tr:hover>th {
  background: transparent !important;
}

.tableTarifas h3.txtPrimary {
  font-family: "Spline Sans", Sans-serif;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #161921;
  text-align: center;
  color: var(--colorPrimario);
}

/**************** PRELOADER *******************/
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  background: #404246;
  position: absolute;

}

.preloader {
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  width: 100px;
  height: 100px;
  z-index: 1002;

}

.preloader span {
  font-family: "Exo 2";
  font-size: 18px;
  position: absolute;
  bottom: -47px;
  left: 25px;
  z-index: 3;
  color: #EE4358;
}

.loader {
  display: inline-block;
  position: absolute;
  z-index: 3;
  top: 50%;
  /* animation: loader 2s infinite ease; */
  width: 76px;
  height: 76px;
  margin: auto;
}

.loader-item {
  position: relative;
}

.loader::before,
.loader::after {
  content: "";
  position: absolute;
}

.loader-9 {
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  -webkit-animation: counterClockwise 4s linear infinite;
  animation: counterClockwise 4s linear infinite;
}

.loader-9::before,
.loader-9::after {
  border-radius: 50%;
}

.loader-9::before {
  width: 22px;
  height: 22px;
  background: #EE4358;
  -webkit-animation: clockwise 4s linear infinite;
  animation: clockwise 4s linear infinite;
}

.preloader .middle {
  border-radius: 50%;
  background: #EE4358;
  width: 48px;
  height: 48px;
  position: absolute;
  z-index: 3;
  top: 14px;
  left: 14px;
}

/* .loader-9::after {
    width: 4px;
    height: 4px;
    top: 8px;
    left: 8px;
    background: #fff;
    transform-origin: -4px -4px;
    -webkit-animation: counterClockwise 1s linear infinite;
            animation: counterClockwise 1s linear infinite;
  } */

@-webkit-keyframes clockwise {
  to {
    transform: rotate(1turn);
  }
}

@keyframes clockwise {
  to {
    transform: rotate(1turn);
  }
}

@-webkit-keyframes counterClockwise {
  to {
    transform: rotate(-1turn);
  }
}

@keyframes counterClockwise {
  to {
    transform: rotate(-1turn);
  }
}

.qlwapp-container {
  opacity: 0;
  transition: all 6s ease-in;
}

@media screen and (min-width: 1024px) {
  .centrado {

    margin: 0 auto;
  }
}

.anpulse {
  /* -webkit-animation: bounce-down-pulse 1.6s linear infinite;
    animation: bounce-down-pulse 1.6s linear infinite; */

  box-shadow: 0 0 0 0 rgba(245, 125, 32, 1);
  transform: scale(1);
  animation: pulseBtn 1.7s infinite;
}

.alertpulse {
  -webkit-animation: bounce-down-pulse 1.6s linear infinite;
  animation: bounce-down-pulse 1.6s linear infinite;
}

@-webkit-keyframes bounce-down-pulse {
  25% {
    -webkit-transform: translateY(-5px);
  }

  50%,
  100% {
    -webkit-transform: translateY(0);
  }

  75% {
    -webkit-transform: translateY(5px);
  }
}

@keyframes bounce-down-pulse {
  25% {
    transform: translateY(-5px);
  }

  50%,
  100% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(5px);
  }
}

@keyframes pulseBtn {
  0% {
    transform: scale(0.92);
    box-shadow: 0 0 0 0 rgba(245, 125, 32, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(245, 125, 32, 0);
  }

  100% {
    transform: scale(0.92);
    box-shadow: 0 0 0 0 rgba(245, 125, 32, 0);
  }
}

.elementor-section.elementor-section-boxed>.elementor-container {
  /* max-width: 1320px!important; */
}

.w900 {
  max-width: 900px;
  margin: 0 auto;
}

.w930 {
  max-width: 930px;
  margin: 0 auto;
}

.w1120 {
  max-width: 1120px;
  margin: 0 auto;
}


#menu {
  transition: all .5s;
  padding: 25px 0;
}

#menu.scrolled-nav {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 10;
  width: 100%;
  left: 0;
  box-shadow: 0 16px 64px 0 rgb(0 0 0 / 4%), 0 8px 40px 0 rgb(0 0 0 / 4%);
}

@media screen and (min-width: 1025px) {
  #mision {
    margin-top: -540px;
  }

  #site-header {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .elementskit-menu-container {
    max-width: 100% !important;
  }
}

/* (1024x768) iPad 1 & 2, Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #site-header {
    display: none !important;
  }

  #menu {
    transition: all .5s;
    padding: 10px 0;
  }
}

/* (768x1024) iPad 1 & 2, Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .itemValores.left {
    margin-left: -130px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  #headerLuga {
    background-position: center 0px, right 75%;
    background-size: 200%, 45%;
    background-attachment: scroll, scroll;
  }
}

/* (1024x768) iPad 1 & 2, XGA */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #headerLuga {
    background-position: center 0px, right 75%;
    background-size: 220%, 85%;
    background-attachment: scroll, scroll;
  }

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {


  .ord1 {
    order: 1;
  }

  .ord2 {
    order: 2;
  }

  .ord3 {
    order: 3;
  }
}

@media screen and (max-width: 767px) {


  .itemValores.left {
    margin-left: -543px;
  }

  .serviceItem img {
    width: auto;
  }
}

/*------------------------------  FORMULARIO DE CONTACTO  -----------------------*/
.formContact label {
  color: #313041;
  font-family: "Spline Sans", Sans-serif;


}

.formContact input[type=text],
.formContact input[type=email],
.formContact textarea {
  border: 0;
  ;
  box-shadow: 0px 0px 28px -6px rgba(0, 0, 0, 0.5);
  margin-top: 15px;
  margin-bottom: 8px;
}

.formContact input[type=submit] {
  font-family: "Spline Sans", Sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  font-style: normal;
  letter-spacing: 1.1px;
  word-spacing: 0px;
  fill: #FFFFFF;
  color: #FFFFFF;
  background-color: #F57D20;
  border-style: none;
  padding: 21px 35px 21px 35px;
  outline: 0;
  margin-top: 25px;
}

.formContact input[type=submit]:hover,
.formContact input[type=submit]:focus {
  outline: 0;
  background-color: #161921;
  color: var(--colorPrimario);
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: var(--colorPrimario);
}

/*---------------------------BOOKING MASK ------------------*/

.overHidden {
  overflow: hidden;
}

@media screen and (min-width: 990px) {
  #holderReservation {
    /* transition: all .5s ease; */
    width: 33.33%;
    --content-width: 100% !important;
    position: absolute;
    top: 180px;
    left: 15px;
    z-index: 10;

  }

  #holderReservation.stickybook {
    position: fixed;
    z-index: 10;
    top: 100px;
    left: 15px;

  }
}


/**************   MOBILE  ************************/
.elementskit-menu-hamburger .elementskit-menu-hamburger-icon {
  height: 3px !important;
}

.menuMobile ul li a {
  justify-content: center;
}

.elementskit-menu-close {
  font-size: 30px !important;
  width: 32px !important;
  color: transparent !important;
  background: url('/wp-content/uploads/2022/10/close.png') center center no-repeat;
}

.site-navigation-toggle-holder {
  padding: 8px 22px !important;
}

.site-navigation-toggle-holder .site-navigation-toggle {
  width: 40px;
  background: url('/wp-content/uploads/2022/10/menu-toggle.png') center center no-repeat;
  background-color: transparent !important;
  transition: all .3s;
}

.site-navigation-toggle-holder .site-navigation-toggle i {
  opacity: 0;
}

/* .site-navigation-toggle-holder.elementor-active .site-navigation-toggle i{
    opacity: 1;
  } */
.site-navigation-toggle-holder.elementor-active .site-navigation-toggle {
  background: url('/wp-content/uploads/2022/10/close.png') center center no-repeat;
  background-color: transparent;
}

.site-navigation-dropdown ul.menu li a {
  text-align: center;
  box-shadow: none !important;
  color: #494C50 !important;
  font-family: "Exo 2";
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.76px;
  line-height: 35px;
  text-transform: uppercase;
}

#menu-main-menu {
  height: 100vh;
  ;
}

#mainMenu {
  transition: all .5s ease;
}

#mainMenu.stickybook {
  position: fixed;
  top: 0;
}




/***********************  BARCO  ****************/

.boatWinjet {
  width: 100px !important;
  /* position: absolute; */
  top: 5px;
  left: -10px;
  z-index: 10;

  -webkit-animation: boatMove 15s linear infinite;
}

.iconBox .elementskit-infobox {
  height: 405px;
}


@keyframes boatMove {
  0% {
    transform: translateX(-20px);
  }

  100% {
    transform: translateX(900px);
  }
}

@keyframes balanceBoat {
  0% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(0);
  }
}


/***************---  MOBILE   ----************/




@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {

  .hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
  .hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
  .hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
  .hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
  .hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
  .hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
  .hfe-nav-menu .current-menu-item:before,
  .hfe-nav-menu .current-menu-item:after,
  .hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
  .hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
  .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
  .hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
  .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    background-color: transparent !important;
  }

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}

@media screen and (max-width: 767px) {
  .boatWinjet {

    -webkit-animation: boatMove 8s linear infinite;
  }

  @keyframes boatMove {
    0% {
      transform: translateX(-100px);
    }

    100% {
      transform: translateX(500px);
    }
  }

  .hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
  .hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
  .hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
  .hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
  .hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
  .hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
  .hfe-nav-menu .current-menu-item:before,
  .hfe-nav-menu .current-menu-item:after,
  .hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
  .hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
  .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
  .hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
  .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    background-color: transparent !important;
  }

  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
  .hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
  .hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
  .hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
  .hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    opacity: 0 !important;
  }

  .reglamento ul,
  .reglamento ul li {
    display: block !important;
  }

  .reglamento ul li {
    margin-bottom: 15px !important;

  }


}