/*
Theme Name: Travel & Dive
Theme URI: https://www.designthecat.com
Description: Template Wordpress for Portfolio Travel & Dive web site
Author: designthecat.com
Author URI: https://www.designthecat.com
Version: 1.0
*/

#badge-2023 #CDSWIDCOE {
  width: 100px !important;
}
.contact-form-popup,
.politica-popup {
  display: none;
}
.contact-form-popup.open,
.politica-popup.open {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 100%;
  overflow: scroll;
  z-index: 999;
}

html {
  scroll-behavior: smooth;
}
.google-reviews {
  display: none;
}
/* CHAT */

#callus-container {
  position: fixed !important;
  left: 20px !important;
  bottom: 20px !important;
}

/* scroll to top */

#scrollUp {
  bottom: 27px !important;
}
/*animations*/
/*.animation--init or .animation--init--once */

@media screen and (min-width: 750px) {
  .has-animations .animation--init--once,
  .has-animations .animation--init {
    opacity: 0;
  }
  .has-animations .animation--init--once.fade-in,
  .has-animations .animation--init.fade-in {
    opacity: 1;
  }
  .has-animations .animation--init--once.slide-down,
  .has-animations .animation--init.slide-down {
    transform: translateY(-1em);
  }
  .has-animations .animation--end.slide-down {
    transform: translateY(0);
  }
  .has-animations .animation--init--once.slide-up,
  .has-animations .animation--init.slide-up {
    transform: translateY(1em);
  }
  .has-animations .animation--end.slide-up {
    transform: translateY(0);
  }
  .has-animations .animation--init--once.slide-left,
  .has-animations .animation--init.slide-left {
    transform: translateX(1em);
  }
  .has-animations .animation--end.slide-left {
    transform: translateX(0);
  }
  .has-animations .animation--init--once.slide-right,
  .has-animations .animation--init.slide-right {
    transform: translateX(-1em);
  }
  .has-animations .animation--end.slide-right {
    transform: translateX(0);
  }
  .has-animations .animation--init--once.pop-up,
  .has-animations .animation--init.pop-up {
    transform: scale(0.75);
  }
  .has-animations .animation--end.pop-up {
    transform: scale(1);
  }
  .has-animations .animation--end {
    opacity: 1;
    transition: opacity 1s ease, transform 3s ease;
  }
  .has-animations .animation--end.delay-1 {
    transition-delay: 0.2s;
  }
  .has-animations .animation--end.delay-2 {
    transition-delay: 0.3s;
  }
  .has-animations .animation--end.delay-3 {
    transition-delay: 0.4s;
  }
  .has-animations .animation--end.delay-4 {
    transition-delay: 0.5s;
  }
  .has-animations .animation--end.delay-5 {
    transition-delay: 0.6s;
  }
  .has-animations .animation--end.delay-6 {
    transition-delay: 0.7s;
  }
  .has-animations .animation--end.delay-7 {
    transition-delay: 0.8s;
  }
}

.woocommerce.columns-3 {
  display: none !important;
}
.wp-block-column .woocommerce.columns-3 {
  display: block !important;
}
/* GENERAL */
.section-z-index {
  position: relative;
  z-index: 0;
}
/* header */

.site-header {
  background: transparent !important;
  margin-left: calc(-1 * var(--wp--style--block-gap));
  margin-right: calc(-1 * var(--wp--style--block-gap));
  /*width: calc(100% + 2 * var(--wp--style--block-gap));*/
  padding: var(--wp--style--block-gap);
  position: absolute;
  top: 0;
  z-index: 10;
  width: 100%;
}

.wp-block-cover__inner-container h1.wp-block-heading {
  color: var(--wp--preset--color--theme-white) !important;
}
/*
.slide-full-width .splide__track.splide__track--loop {
  padding-left: var(--wp--style--block-gap) !important;
  padding-right: var(--wp--style--block-gap) !important;
}*/
.banner {
  margin-left: calc(-1 * var(--wp--style--block-gap));
  margin-right: calc(-1 * var(--wp--style--block-gap));
}
.site-header .inner-header {
  display: flex;
  gap: var(--wp--style--block-gap);
  align-items: center;
  justify-content: space-evenly;
}
.site-header.is-fixed {
  background-color: var(--wp--preset--color--theme-white) !important;
  position: fixed;
  top: 0;
  height: 80px;
  padding-top: 5px !important;
  -webkit-box-shadow: 0px 4px 61px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 61px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 61px 12px rgba(0, 0, 0, 0.1);
  animation-name: slidein;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes slidein {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0%);
  }
}
.padding-responsive {
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.site-header .top-container {
  margin-top: 0;
}
.site-header.is-fixed .top-container {
  margin-top: 20px;
}
.site-header .custom-logo-container {
  max-width: 328px;
  transition: max-width 0.2s ease-in-out;
  position: relative;
  z-index: 1;
}
.site-header.is-fixed .custom-logo-container {
  max-width: 160px;
}
.site-header .custom-logo img {
  max-width: 328px;
  transition: max-width 0.2s ease-in-out;
}
.site-header.is-fixed .custom-logo img {
  max-width: 160px;
}
.site-header .top-social .wp-block-image img,
.site-header
  .top-social
  .wp-duotone-000-fff-1.wp-block-image
  .components-placeholder {
  filter: url(#wp-duotone-000-fff-1) !important;
  transition: all 0.2s ease-in-out;
}
.site-header.is-fixed .top-social .wp-block-image img,
.site-header.is-fixed
  .top-social
  .wp-duotone-000-fff-1.wp-block-image
  .components-placeholder {
  filter: invert(79%) sepia(39%) saturate(434%) hue-rotate(116deg)
    brightness(89%) contrast(90%) !important;
}
.site-header .top-social .wp-block-image:hover img,
.site-header
  .top-social
  .wp-duotone-000-fff-1.wp-block-image:hover
  .components-placeholder {
  filter: invert(79%) sepia(39%) saturate(434%) hue-rotate(116deg)
    brightness(89%) contrast(90%) !important;
}
.site-header.is-fixed .top-social .wp-block-image:hover img,
.site-header.is-fixed
  .top-social
  .wp-duotone-000-fff-1.wp-block-image:hover
  .components-placeholder,
.site-header .partners .wp-block-image:hover img {
  opacity: 0.5;
}
.partners-footer a {
  color: var(--wp--preset--color--theme-white) !important;
  transition: all 0.2s ease-in-out;
}
.partners-footer a:hover {
  color: var(--wp--preset--color--theme-green-light) !important;
}

/*default main menu */

.site-header ul.menu-principal {
  display: inline-flex;
  flex-wrap: nowrap;
  gap: calc(var(--wp--style--block-gap) * 1.3);
  justify-content: center;
}
.site-header.is-fixed ul.menu-principal {
  justify-content: center;
}
ul.menu-principal {
  position: relative;
}

.site-header ul.menu-principal a {
  color: var(--wp--preset--color--theme-white) !important;
  text-decoration: none;
  font-size: 21px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  text-shadow: -2px 3px 14px rgba(0, 0, 0, 0.2);
}
.site-header ul.menu-principal li:hover a {
  color: var(--wp--preset--color--theme-blue) !important;
}
.sitre-header ul.menu-principal > li.current-menu-item a {
  color: var(--wp--preset--color--theme-blue) !important;
}
.site-header ul.menu-principal > li.menu-item-has-children a {
  position: relative;
}
.site-header ul.menu-principal > li.menu-item-has-children a:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 10px;
  font-size: 15px;
  transition: rotate 1s ease-in-out;
  position: absolute;
  top: 6px;
  transform: rotate(0deg);
}
.site-header ul.menu-principal > li.menu-item-has-children:hover a:after {
  transform: rotate(180deg);
}
.site-header.is-fixed ul.menu-principal li:hover a {
  color: var(--wp--preset--color--theme-green) !important;
}
.site-header
  ul.menu-principal
  > li.menu-item-has-children
  ul.sub-menu
  li
  a:after {
  display: none;
}
.site-header.is-fixed ul.menu-principal a {
  color: var(--wp--preset--color--theme-blue) !important;
  font-size: 20px;
  text-shadow: -2px 3px 14px rgba(0, 0, 0, 0);
}
.site-header .main-title-container,
.main-title-interior-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  position: relative;
  height: 60vh;
}

.site-header.is-fixed .main-title-container {
  display: none;
}
.site-header .booking-form {
  position: absolute !important;
  width: 100% !important;
  bottom: 30px !important;
}
.site-header .booking-form-widget {
  position: absolute !important;
  width: 100% !important;
  bottom: 0 !important;
}
.site-header.is-fixed .booking-form {
  top: 0 !important;
  animation-name: slidein;
  animation-duration: 3s;
  animation-fill-mode: backwards;
}
.site-header.is-fixed .booking-form-widget {
  top: 60px !important;
  animation-name: slidein;
  animation-duration: 3s;
  animation-fill-mode: backwards;
}
@keyframes slidein {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0%);
  }
}
.site-header
  .booking-form-widget
  iframe#booking-form-widget-1
  .multicriteriasearch {
  background: black !important;
}

.site-header .booking-form {
  position: absolute;
}
.site-header
  .booking-form-content.block-grid-responsive
  .acf-innerblocks-container {
  background-color: rgba(10, 131, 153, 0.3);
  box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 5%);
  align-items: center !important;
  border: 3px solid var(--wp--preset--color--theme-white);
  color: var(--wp--preset--color--theme-white) !important;
}

.site-header.is-fixed
  .booking-form-content.block-grid-responsive
  .acf-innerblocks-container {
  background-color: rgba(10, 131, 153, 0.7);
}
.site-header .booking-form .wp-block-custom-grid .acf-innerblocks-container,
.site-header
  .booking-form
  .wp-block-acf-custom-grid
  .acf-innerblocks-container {
  display: grid;
  gap: var(--wp--custom--block-gap);
  grid-auto-flow: dense;
  align-items: center !important;
  align-content: center !important;
  justify-content: space-between !important;
  justify-items: center !important;
}
.site-header .booking-form-content .wp-block-custom-grid:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  background: white;
  right: 0;
}
.site-header .booking-form-content .booking-form-element {
  width: 100% !important;
}

.booking-form-btn.wp-container-core-buttons-layout-2.wp-container-core-buttons-layout-2 {
  width: 100% !important;
}
.booking-form .wp-block-button__link {
  width: 100% !important;
  border-left: 3px solid var(--wp--preset--color--theme-white) !important;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.booking-form .wp-block-button__link:hover {
  background: var(--wp--preset--color--theme-green-light) !important;
}
.booking-form .wp-block-button {
  width: 100% !important;
}

ul.menu-principal .sub-menu {
  position: absolute;
  top: 100%;
  height: auto;
  z-index: 999 !important;
  max-height: 0;
  opacity: 0.01;
  overflow: hidden;
  background: #fff;
  transition: all 0.4s;
  line-height: 3rem;
  text-align: left;
  padding: 20px 50px;
}
ul.menu-principal .sub-menu li a {
  color: var(--wp--preset--color--theme-blue) !important;
  text-shadow: -2px 3px 14px rgba(0, 0, 0, 0);
}
ul.menu-principal li ul.sub-menu li a {
  color: var(--wp--preset--color--theme-blue) !important;
  text-shadow: -2px 3px 14px rgba(0, 0, 0, 0);
}
ul.menu-principal li ul.sub-menu li:hover a {
  color: var(--wp--preset--color--theme-green) !important;
}
ul.menu-principal .show-sub-menu .sub-menu {
  margin-top: calc(var(--wp--style--block-gap) / 2);
  max-height: 1000px;
  padding: var(--wp--style--block-gap);
  opacity: 1;
  box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 5%);
  transition: margin 300ms ease-out, opacity 300ms ease-out;
}
ul.menu-principal .sub-menu li:not(:last-child) {
  border-bottom: 1px solid #e6e6e6;
}
ul.menu-principal .sub-menu li:hover a {
  color: var(--wp--preset--color--theme-green) !important;
}
.site-header ul.menu-principal li ul.sub-menu li a,
.site-header.is-fixed ul.menu-principal li ul.sub-menu li a {
  color: var(--wp--preset--color--theme-blue) !important;
  text-shadow: -2px 3px 14px rgba(0, 0, 0, 0);
}
.site-header ul.menu-principal li ul.sub-menu li:hover a,
.site-header.is-fixed ul.menu-principal li ul.sub-menu li:hover a {
  color: var(--wp--preset--color--theme-green) !important;
}
.icon-instagram a:hover.wp-duotone-fff-fff-8 img,
.icon-instagram .wp-duotone-fff-fff-8 .components-placeholder a:hover,
.icon-instagram a:hover img {
  filter: invert(69%) sepia(0%) saturate(87%) hue-rotate(192deg) brightness(90%)
    contrast(84%) !important;
}

.top-book-btn .wp-block-button {
  height: 40px !important;
  transition: all 0.2s ease-in-out;
}
.top-book-btn .wp-block-button .wp-block-button__link {
  transition: all 0.2s ease-in-out;
  border-radius: 25px !important;
}
.top-book-btn .wp-block-button .wp-block-button__link:hover {
  background: var(--wp--preset--color--theme-green-light) !important;
}
.site-header
  .top-book-btn.wp-block-buttons
  .wp-block-button
  .wp-block-button__link {
  display: flex !important;
  align-items: center !important;
}
.site-header.is-fixed
  .top-book-btn.wp-block-buttons
  .wp-block-button
  .wp-block-button__link {
  margin-top: -8px !important;
  border: 2px solid var(--wp--preset--color--theme-green-light) !important;
}
.site-header.is-fixed .partners-container {
  display: flex;
}
.site-header .main-slogan {
  margin-top: -70px !important;
  display: none;
}
.site-header .partners {
  margin-top: 34px !important;
}
.site-header.is-fixed .main-slogan,
.site-header.is-fixed .top-email,
.site-header.is-fixed .partners {
  display: none !important;
}
.site-header:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(30vh - -180px);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 30%
  );
  z-index: -1;
}
.site-header.is-fixed:after {
  display: none;
}

/* WPML */

.wpml-ls-legacy-dropdown {
  width: 60px;
  max-width: 100%;
}
.wpml-ls-legacy-dropdown a {
  color: var(--wp--preset--color--theme-blue) !important;
  border: 1px solid var(--wp--preset--color--theme-blue) !important;
  background-color: #fff;
  padding: 5px 10px 10px 10px;
  line-height: 1;
  border-radius: 25px;
}
.wpml-ls-statics-shortcode_actions {
  background-color: #ffffff;
  border-radius: 25px;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border-top: none;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  top: calc(45% - 0.175em);
}
/* footer */
.site-footer {
  background: rgb(244, 244, 244);
  margin-left: calc(-1 * var(--wp--style--block-gap));
  margin-right: calc(-1 * var(--wp--style--block-gap));
  width: calc(100% + 2 * var(--wp--style--block-gap));
  /*padding: var(--wp--style--block-gap);*/
}
.copyright a {
  color: var(--wp--preset--color--theme-green-light) !important;
}
.site-header .top-email {
  margin-top: -25px !important;
}
/* MAIN MENU */

.main-menu
  > .wp-block-navigation__responsive-container-content
  a.wp-block-navigation-item__content,
.main-menu a.wp-block-navigation-item__content {
  color: white !important;
  font-weight: bold;
}
.main-menu ul.wp-block-navigation__submenu-container {
  background-color: #8589e2 !important;
}

/*** RESPONSIVE MENU ***/

.responsive-menu-button {
  position: fixed;
  /*top: 5px;
  right: 15px;*/
  z-index: 2001;
  cursor: pointer;
  /*width: 68px;
  height: 68px;
  padding: 15px;*/
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  display: none;
}
.responsive-menu-button:hover {
  color: var(--wp--preset--color--theme-white);
}
.responsive-menu-button {
  top: 5px;
  right: 0;
}
.top-mobile .responsive-menu-button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c9";
  font-size: 1.4rem;
  font-weight: 900;
  color: white;
  transition: 0.3s all;
}
.top-mobile.is-fixed .responsive-menu-button:before {
  color: var(--wp--preset--color--theme-blue);
}
.responsive-menu-button.active:before {
  content: "\f00d";
  color: var(--wp--preset--color--theme-blue);
}
.rm-popup {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.8s ease;
  pointer-events: none;
}

.rm-popup.opened {
  z-index: 2000;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: all;
}

.rm-popup-bigClose {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2000;
}

.rm-popup-bloc {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  /* min-width: 500px;*/
  height: 100%;
  padding: 0 0 20px;
  text-align: left;
  opacity: 0;
  background-color: var(--wp--preset--color--theme-black);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  transition: 0.8s ease;
}

.rm-popup.opened .rm-popup-bloc {
  left: 0;
  opacity: 1;
}

.rm-popup-close:before {
  content: "\2715";
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 2rem;
  color: #fff;
  background: #4a3508;
  transition: 0.3s ease;
  cursor: pointer;
}

.rm-popup-content {
  height: 100%;
  max-width: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: stretch;
  background-color: var(--wp--preset--color--theme-blue);
}

.rm-popup-content h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 30px;
}

.rm-popup-content hr {
  background-color: var(--wp--preset--color--theme-brown-1);
  border: 0;
  height: 1px;
  width: 100%;
  margin: 20px auto;
}

.rm-popup-content .branding-respo {
  margin: 20px auto;
}

.arrow-menu:after {
  color: var(--wp--preset--color--theme-green) !important;
}

ul#menu-respo {
  margin: 17vh 0 0;
  padding-left: 0;
}

ul#menu-respo li {
  line-height: 24px;
  margin: 15px 0;
  text-transform: uppercase;
  position: relative;
  list-style: none;
}

ul#menu-respo li a {
  display: block;
  position: relative;
  font-weight: 600;
  color: var(--wp--preset--color--theme-white);
  font-size: 15px;
  line-height: 20px;
  padding-left: 10px;
}

.site-header.is-fixed ul#menu-respo li a {
  font-size: 13px;
}

ul#menu-respo li a:hover,
ul#menu-respo li.current-menu-item a {
  color: var(--wp--preset--color--theme-black) !important;
}

.charger-menu-resposive .tel-web a {
  font-weight: 600;
  color: var(--wp--preset--color--theme-black) !important;
}

ul#menu-respo li a img {
  display: none;
}

ul#menu-respo li ul {
  margin: 0;
}

ul#menu-respo li ul li {
  margin: 10px 0 10px 10px;
}
ul#menu-respo li ul li a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: var(--wp--preset--color--theme-black) !important;
}

ul#menu-respo .sub-menu {
  height: 0;
  opacity: 0;
  padding: 0 0 0 10px !important;
  margin: 0 !important;
  overflow: hidden;
  transition: all 0.4s;
}

.menu-responsive-wrapper #langue a {
  display: block;
  text-decoration: none;
  padding: 10px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  border: none;
  font-weight: 400;
}

/*  MENU HEREDADO  */

/*default main menu */

ul.menu-principal li.menu-item-has-children:hover .sub-menu {
  top: 100%;
  opacity: 1;
  max-height: 500px;
  overflow: inherit;
  pointer-events: inherit;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
ul.menu-principal
  li.menu-item-has-children
  ul.menu-principal
  a:hover
  .sub-menu {
  top: 100%;
  opacity: 1;
  max-height: 500px;
  overflow: inherit;
  pointer-events: inherit;
  padding: 15px;
}

ul.menu-principal .show-sub-menu .sub-menu {
  margin-top: calc(var(--wp--style--block-gap) / 2);
  max-height: 1000px;
  padding: var(--wp--style--block-gap);
  opacity: 1;
  box-shadow: 1px 2px 4px 1px rgb(0 0 0 / 5%);
  transition: margin 300ms ease-out, opacity 300ms ease-out;
}

.search-respo-container {
  border-bottom: 1px solid var(--wp--preset--color--theme-blue);
  position: relative;
  display: flex;
  justify-content: center;
  top: 0;
  padding: 5px;
}

.lang-respo-container {
  border-top: 1px solid var(--wp--preset--color--theme-green-light);
  position: relative;
  display: flex;
  justify-content: center;
  top: 0;
  padding: 5px;
  background-color: white;
}
.lang-respo .wpml-ls-legacy-dropdown a {
  border: 1px solid var(--wp--preset--color--theme-green-light) !important;
  background-color: #fff;
  padding: 1px 10px 5px 10px;
}
.main-menu a:hover {
  color: rgb(133, 133, 133) !important;
}

.wp-container-18 .wp-block-column.is-vertically-aligned-center.is-layout-flow {
  position: relative;
  z-index: -1;
}

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

/* JOIN CHAT */

.joinchat__button {
  background: #10b5bf !important;
}

.joinchat {
  --bottom: 30px !important;
}
/* RESPONSIVE */

/*** RESPONSIVE MENU ***/

@media screen and (max-width: 1200px) {
  h2 {
    font-size: 40px !important;
  }

  #large-header,
  #demo-canvas,
  .no-js,
  .demo-1 {
    display: none !important;
  }
  .no-js {
    display: none !important;
  }
}

.footer-container {
  position: relative;
}
.footer-container:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(20vh - 20px);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 1) 90%
  );
}

.footer-1 ul {
  list-style: none;
  line-height: 3rem !important;
  padding: 0;
  margin: 0;
}
.footer-1 ul li {
  display: flex !important;
  gap: 10px !important;
}
.footer-2 ul,
.footer-3 ul {
  list-style: disc !important;
  color: aquamarine !important;
  line-height: 3rem !important;
  padding: 0;
  margin: 0;
}
.footer-2 ul li,
.footer-3 ul li {
  margin-left: 20px !important;
}

.site-header .main-menu-width {
  min-width: 800px;
}

hr {
  border-color: var(--wp--preset--color--theme-grey) !important;
  border-style: solid !important;
}

.slide-full-width .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: var(--wp--preset--color--theme-green) !important;
  height: 3em !important;
  width: 4em !important;
  color: var(--wp--preset--color--theme-white) !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  transition: all 0.2s ease-in-out !important;
}

.bg-video.wp-block-group {
  width: calc(100% + 2 * var(--wp--style--block-gap)) !important;
  margin-left: calc(-1 * var(--wp--style--block-gap)) !important;
  margin-right: calc(-1 * var(--wp--style--block-gap)) !important;
  height: 100vh !important;
  position: relative !important;
}
.banner-template {
  width: calc(100% + 2 * var(--wp--style--block-gap)) !important;
  margin-left: calc(-1 * var(--wp--style--block-gap)) !important;
  margin-right: calc(-1 * var(--wp--style--block-gap)) !important;
  position: relative !important;
}
.bg-video.wp-block-group iframe.bg-video-iframe {
  width: 100% !important;
}
.menu-interior.wp-block-navigation
  .has-child
  .wp-block-navigation__submenu-container
  > .wp-block-navigation-item
  > .wp-block-navigation-item__content {
  background-color: rgba(133, 133, 133, 0.6) !important;
  border: none !important;
}
.border-sections {
  border-left: 20px solid white !important;
  border-right: 20px solid white !important;
}
.header-col-left {
  border-left: 1px solid #6d6d6d !important;
  border-right: 1px solid #6d6d6d !important;
}
.autumn-dotted-background {
  background-image: radial-gradient(#4b6597 1px, transparent 1px) !important;
  background-size: 10px 10px !important;
  background-color: #31466d !important;
}
.aboutme-dotted-background {
  background-image: radial-gradient(#333333 1px, transparent 1px) !important;
  background-size: 10px 10px !important;
  background-color: #000 !important;
}
.codehouse-dotted-background {
  background-image: radial-gradient(#6f2bb6 1px, transparent 1px);
  background-size: 10px 10px;
  background-color: #491480;
}
.hotbean-dotted-background {
  background-image: radial-gradient(#713b1c 1px, transparent 1px);
  background-size: 10px 10px;
  background-color: #45200b;
}
html :where([style*="border-top-width"]) {
  border-top-style: solid;
  border-color: rgb(133, 133, 133) !important;
}

.yoast-breadcrumbs a {
  color: var(--wp--preset--color--theme-green-light) !important;
}

.main-title-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: 55% !important;
}
.main-title-content h1 {
  font-size: 4rem !important;
  line-height: 0.5 !important;
}
.main-title-content h1 sub {
  font-size: 1.8rem !important;
}
.main-title-inteior-content {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
}
.main-title-interior-content h1 {
  font-size: 4rem !important;
}

.packs-cols-container {
  /* height: 70vh !important;*/
  overflow: hidden !important;
}
.activities .wp-block-cover.packs-single .wp-block-cover__background {
  transition: all 0.2s ease-in-out !important;
  opacity: 0.3 !important;
}
.activities .wp-block-cover.packs-single:hover .wp-block-cover__background {
  opacity: 0 !important;
}
.activities .wp-block-cover.packs-single .wp-block-cover__image-background {
  transition: all 0.2s ease-in-out !important;
  scale: 1 !important;
}
.activities
  .wp-block-cover.packs-single:hover
  .wp-block-cover__image-background {
  scale: 1.1 !important;
}
#pojo-a11y-toolbar {
  top: 25% !important;
}
#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
  background-color: white !important;
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
/*
p.pojo-a11y-toolbar-title {
  font-size: 14px !important;
}
*/
#pojo-a11y-toolbar.pojo-a11y-toolbar-right .pojo-a11y-toolbar-toggle {
  top: 1px;
}
@media screen and (max-width: 1700px) {
  .packs-cols-container {
    height: 100% !important;
  }
  .top-social {
    gap: calc(1 * var(--wp--preset--font-size--text)) !important;
  }
  .site-header ul.menu-principal {
    gap: calc(var(--wp--style--block-gap) * 1) !important;
  }
  .site-header .custom-logo-container {
    max-width: 300px;
  }
  .site-header .wp-block-custom-grid .acf-innerblocks-container,
  .site-header .wp-block-acf-custom-grid .acf-innerblocks-container {
    gap: calc(var(--wp--style--block-gap) * 0) !important;
  }
}

.pack-container {
  position: relative;
  display: flex !important;
  align-items: center !important;
  justify-content: space-around !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 1450px) {
  .site-header .main-menu-width {
    min-width: 760px;
  }
}
@media screen and (max-width: 1400px) {
  .pack-container {
    justify-content: space-between !important;
  }
}
.experiences-container {
  overflow-x: hidden;
}
.experiences-container,
.dives-container {
  position: relative;
}
.experiences-container:before {
  content: "";
  position: absolute;
  background-image: url(./assets/images/bubbles-2.svg);
  left: -10px;
  width: 200px;
  height: 200px;
  display: inline-block;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 200px;
  top: 15%;
  /*transform: rotateY(180deg);*/
  opacity: 0.1;
  filter: invert(35%) sepia(86%) saturate(5471%) hue-rotate(172deg)
    brightness(96%) contrast(91%);
  animation-name: float;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.dives-container:before {
  content: "";
  position: absolute;
  background-image: url(./assets/images/bubbles-2.svg);
  left: -10px;
  width: 200px;
  height: 200px;
  display: inline-block;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 200px;
  top: 15%;
  /*transform: rotateY(180deg);*/
  opacity: 0.1;
  filter: invert(35%) sepia(86%) saturate(5471%) hue-rotate(172deg)
    brightness(96%) contrast(91%);
  animation-name: float;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.experiences-container:after {
  content: "";
  position: absolute;
  background-image: url(./assets/images/diver.svg);
  right: -100px;
  width: 350px;
  height: 350px;
  display: inline-block;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 350px;
  bottom: 15%;
  opacity: 0.1;
  filter: invert(35%) sepia(86%) saturate(5471%) hue-rotate(172deg)
    brightness(96%) contrast(91%);
  animation-name: float;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.dives-container:after {
  content: "";
  position: absolute;
  background-image: url(./assets/images/diver.svg);
  left: -50px;
  width: 350px;
  height: 350px;
  display: inline-block;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: 350px;
  bottom: 15%;
  opacity: 0.1;
  transform: rotateY(180deg);
  filter: invert(35%) sepia(86%) saturate(5471%) hue-rotate(172deg)
    brightness(96%) contrast(91%);
  animation-name: float;
  animation-duration: 10s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}
.packs-cols-container.courses {
  position: relative;
}
.packs-cols-container.courses:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(20vh - 30px);
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 20%
  );
  z-index: 1;
}

.packs-cols-container.courses:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(20vh - 20px);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 20%
  );
}
.pack-title-container {
  position: relative !important;
  min-height: 40px !important;
  margin-bottom: 20px !important;
}
.pack-title {
  position: absolute;
  top: 20px;
}
.book-btn-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  overflow: hidden !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.book-btn-container .col-1 {
  font-size: 0.9rem !important;
  font-style: italic !important;
}
.book-btn-container .col-2 {
  background-color: var(--wp--preset--color--theme-blue) !important;
  transition: all 0.1s ease-in-out !important;
  overflow: hidden !important;
  position: relative !important;
  border-top-left-radius: 25px;
}
.book-btn-container .col-2:hover {
  background-color: var(--wp--preset--color--theme-green) !important;
}
.book-btn-container .col-2 .wp-block-button .wp-block-button__link {
  font-size: 1.2rem !important;
  border: none !important;
  transition: all 0.1s ease-in-out !important;
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
.wp-block-button .wp-block-button__link {
  color: var(--wp--preset--color--theme-white) !important;
}
.button-white.wp-block-button .wp-block-button__link {
  color: var(--wp--preset--color--theme-blue) !important;
  transition: all 0.3s ease-in-out;
}
.button-white.wp-block-button .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--theme-blue) !important;
  color: var(--wp--preset--color--theme-white) !important;
}
.bg-color-2-before .wp-block-button .wp-block-button__link {
  color: var(--wp--preset--color--theme-green-light) !important;
}
.pack-container.left-module {
  min-height: 500px !important;
  padding: 0 30px !important;
  max-width: 600px !important;
}

.title-underline {
  border-bottom: 1px solid var(--wp--preset--color--theme-green-light) !important;
  padding: 30px 10px 30px !important;
  position: absolute;
  top: 0;
  width: 100%;
}
.title-underline-1 {
  border-bottom: 1px solid var(--wp--preset--color--theme-green-light) !important;
  padding: 30px 10px 30px !important;
  position: relative;
  top: 0;
  width: 100%;
}

.welcome-text,
.welcome-text-1 {
  margin-left: -30% !important;
  position: relative !important;
  z-index: 1;
  min-height: 400px !important;
}

/* PACKS */

.packs-single {
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25) !important;
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25) !important;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.25) !important;
}
.packs-single h3,
.location-single h3 {
  font-size: 1.5rem !important;
}

.packs-location {
  font-size: 1.5rem !important;
}

.price {
  /*font-family: "Josefin Sans", sans-serif;*/
  font-size: 3rem;
  font-weight: 400;
}

.packs-single .col-2.price-column {
  position: relative !important;
  min-height: 218px !important;
  height: 100% !important;
}
.packs-book-btn,
.packs-book-btn-2 {
  /*position: absolute !important;*/
  bottom: 0;
  transition: all 0.2s ease-in-out !important;
}
.packs-book-btn .wp-element-button {
  background-color: var(--wp--preset--color--theme-green) !important;
  border: none !important;
  border-radius: 0 !important;
  color: var(--wp--preset--color--theme-white) !important;
  transition: all 0.2s ease-in-out !important;
  text-wrap: nowrap !important;
  width: 117px !important;
}
.packs-book-btn .wp-element-button:hover {
  background-color: var(--wp--preset--color--theme-blue) !important;
  font-size: 1.2rem !important;
}
.packs-book-btn-2 .wp-element-button {
  background-color: var(--wp--preset--color--theme-blue) !important;
  border: none !important;
  border-radius: 0 !important;
  color: var(--wp--preset--color--theme-white) !important;
  transition: all 0.2s ease-in-out !important;
  text-wrap: nowrap !important;
  width: 117px !important;
}
.packs-book-btn-2 .wp-element-button:hover {
  background-color: var(--wp--preset--color--theme-green) !important;
  font-size: 1.2rem !important;
}
.pack-dates {
  margin-top: 15px !important;
}
/* LOCATION */

.location-single {
  min-height: 513px !important;
}
.locations-single .wp-block-cover__background {
  transition: all 0.2s ease-in-out !important;
  opacity: 0.3 !important;
}
.locations-single:hover .wp-block-cover__background {
  opacity: 0 !important;
}
.location-single img {
  scale: 1;
  transition: all 0.2s ease-in-out;
}
.location-single:hover img {
  scale: 1.1;
}

/* BlOG */
.news-full .wp-block-post-featured-image {
  /*max-height: 300px !important;*/
  height: 100% !important;
  overflow: hidden;
  border: 4px solid var(--wp--preset--color--theme-green-light) !important;
  border-radius: 20px;
}
.news-three .wp-block-post-featured-image {
  max-height: 400px !important;
  height: 100% !important;
  overflow: hidden;
  border-radius: 10px !important;
}
.news-full .wp-block-post-featured-image img,
.news-three .wp-block-post-featured-image img {
  height: 100% !important;
  transform: scale(1) !important;
  transition: all 0.3s ease-in-out !important;
}
.news-full .wp-block-post-featured-image img:hover,
.news-three .wp-block-post-featured-image img:hover {
  height: 100% !important;
  transform: scale(1.1) !important;
}
.news-full h2.wp-block-post-title {
  color: var(--wp--preset--color--theme-green-light) !important;
}
.news-three h2.wp-block-post-title {
  font-size: 2.8rem !important;
  color: var(--wp--preset--color--theme-green-light) !important;
}
.news-full .wp-block-post-date,
.news-three .wp-block-post-date {
  color: var(--wp--preset--color--theme-blue) !important;
}
.news-full .wp-block-post-template:nth-child(odd) .wp-block-read-more,
.news-three .wp-block-post-template:nth-child(odd) .wp-block-read-more {
  background-color: var(--wp--preset--color--theme-blue) !important;
  padding: 10px 30px !important;
  transition: all 0.2s ease-in-out !important;
  border-radius: 25px;
}
.news-full .wp-block-post-template:nth-child(odd) .wp-block-read-more:hover,
.news-three .wp-block-post-template:nth-child(odd) .wp-block-read-more:hover {
  background-color: var(--wp--preset--color--theme-green-light) !important;
  color: var(--wp--preset--color--theme-white) !important;
}
.news-full .wp-block-post-template:nth-child(even) .wp-block-read-more,
.news-three .wp-block-post-template:nth-child(even) .wp-block-read-more {
  background-color: var(--wp--preset--color--theme-green-light) !important;
  padding: 10px 30px !important;
}
.news-full hr,
.news-three hr {
  border-color: var(--wp--preset--color--theme-grey) !important;
  margin-top: 100px !important;
}
.news-full a,
.news-three a {
  color: var(--wp--preset--color--theme-white) !important;
}
.woocommerce a.wqoecf_enquiry_button {
  border-radius: 25px;
}
@media screen and (max-width: 1400px) {
  .site-header ul.menu-principal {
    gap: calc(var(--wp--style--block-gap) * 1) !important;
  }
  .site-header ul.menu-principal a {
    font-size: 20px;
  }
  .site-header
    .top-book-btn.wp-block-buttons
    .wp-block-button
    .wp-block-button__link {
    display: inline-flex;
    min-width: 150px;
  }
  .site-header .main-menu-width {
    min-width: 600px;
  }
  h1.wp-block-heading {
    font-size: 44px !important;
  }
  .main-title-content h1 sub {
    font-size: 32px !important;
  }
}
.slide-five-gallery .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: var(--wp--preset--color--theme-white) !important;
  height: 3em !important;
  width: 4em !important;
  color: var(--wp--preset--color--theme-blue) !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  transition: all 0.2s ease-in-out !important;
}

.slide-full-width .splide__arrow:hover {
  background: var(--wp--preset--color--theme-blue) !important;
  opacity: 1 !important;
}
.slide-five-gallery .splide__arrow:hover {
  background: var(--wp--preset--color--theme-blue) !important;
  opacity: 1 !important;
}
.slide-full-width .splide__arrow--prev {
  left: -8em !important;
  border-top-left-radius: 25% !important;
  border-bottom-left-radius: 25% !important;
}
.slide-five-gallery .splide__arrow--prev {
  left: -25px !important;
  border-top-left-radius: 25% !important;
  border-bottom-left-radius: 25% !important;
}

.slide-full-width .splide__arrow--next {
  right: -8em !important;
  border-top-right-radius: 25% !important;
  border-bottom-right-radius: 25% !important;
}
.slide-five-gallery .splide__arrow--next {
  right: -25px !important;
  border-top-right-radius: 25% !important;
  border-bottom-right-radius: 25% !important;
}

.slide-full-width .splide__arrow svg {
  fill: white !important;
  height: 1.2em;
  width: 1.2em;
}
.slide-five-gallery .splide__arrow:hover svg {
  fill: var(--wp--preset--color--theme-white) !important;
}
.slide-full-width .splide__pagination {
  bottom: -2.5em !important;
}
.slide-full-width .splide__pagination__page {
  background: var(--wp--preset--color--theme-grey) !important;
}
.slide-full-width .splide__pagination__page.is-active {
  background: var(--wp--preset--color--theme-green-light) !important;
}
.slide-other-width .splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5) !important;
  height: 3em !important;
  width: 4em !important;
  color: var(--wp--preset--color--theme-white) !important;
  border-radius: 0 !important;
  opacity: 1 !important;
  transition: all 0.2s ease-in-out !important;
}

.slide-other-width .splide__arrow:hover {
  background: var(--wp--preset--color--theme-white) !important;
  opacity: 1 !important;
}
.slide-other-width .splide__arrow--prev {
  border-top-left-radius: 25% !important;
  border-bottom-left-radius: 25% !important;
}

.slide-other-width .splide__arrow--next {
  border-top-right-radius: 25% !important;
  border-bottom-right-radius: 25% !important;
}
.slide-other-width .splide__arrow svg {
  fill: var(--wp--preset--color--theme-white) !important;
}
.slide-other-width .splide__arrow:hover svg {
  fill: var(--wp--preset--color--theme-green) !important;
}

.price-column {
  height: 100%;
}

.icon-border {
  border: 3px solid var(--wp--preset--color--theme-blue);
  border-radius: 50% !important;
  padding: 10px !important;
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
  display: none !important;
}
.sbi_load_btn span.sbi_btn_text {
  color: var(--wp--preset--color--theme-white) !important;
}
#sb_instagram .sbi_load_btn .sbi_btn_text,
#sb_instagram .sbi_load_btn .sbi_loader {
  opacity: 1;
  transition: all 0.1s ease-in;
  color: var(--wp--preset--color--theme-white) !important;
}

#sb_instagram .sbi_follow_btn a {
  transition: all 0.1s ease-in;
  background: var(--wp--preset--color--theme-blue) !important;
}
#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus {
  background: var(--wp--preset--color--theme-green) !important;
  /*font-family: "Jockey One", sans-serif;*/
  font-family: var(--wp--preset--font-family--jockey-one);
  font-size: 1.2rem !important;
}
#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load .sbi_load_btn {
  /*font-family: "Jockey One", sans-serif;*/
  font-family: var(--wp--preset--font-family--jockey-one);
  font-size: 1.2rem !important;
}
#sb_instagram #sbi_load .sbi_load_btn {
  transition: all 0.1s ease-in;
  background: var(--wp--preset--color--theme-green) !important;
  margin-top: 20px !important;
  border-radius: 26px;
}
#sb_instagram #sbi_load .sbi_load_btn:hover {
  background: var(--wp--preset--color--theme-blue) !important;
  -webkit-box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.1);
}
#sb_instagram .sbi_follow_btn a {
  display: none !important;
}
#sb_instagram .sbi_photo img {
  border-radius: 10px !important;
}
/*** CONTACT ***/
.contact-form-internal-container {
  width: 100% !important;
  /*max-width: 800px;*/
  margin: auto !important;
}
.contact-form-block .columns {
  flex-wrap: wrap;
  display: flex;
  position: relative;
  justify-content: center;
  margin: auto !important;
  -webkit-box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 5px 5px rgba(0, 0, 0, 0.1);
}
.contact-form-block .column {
  flex: none;
  width: 50%;
  display: block;
  padding: 0 10px;
}
.contact-form-block .column.has-text-centered {
  text-align: center;
}
.contact-form-block .column.is-12 {
  width: 100%;
}
.contact-form-block .column input,
.contact-form-block .column textarea {
  width: 100%;
  margin: 7px 0;
  padding: 10px;
  /* border-radius: 5px;
  */
  border: 1px solid var(--wp--preset--color--theme-green-light);
  transition: 0.3s all;
  cursor: pointer;
}
.contact-form-block .wpcf7-select {
  background-color: var(--wp--preset--color--theme-green-light);
  border: 1px solid var(--wp--preset--color--theme-green-light);
  color: var(--wp--preset--color--theme-white);
  font-size: 1.2rem;
  font-weight: 600 !important;
  cursor: pointer;
  width: 100%;
  min-height: 50px !important;
  margin: auto !important;
  text-align: center !important;
}
.contact-form-block .column input:hover,
.contact-form-block .column textarea:hover {
  border-color: var(--wp--preset--color--theme-blue-1);
}
.contact-form-block input:focus-visible,
.contact-form-block input:focus,
.contact-form-block textarea:focus-visible,
.contact-form-block textarea:focus {
  outline: none;
}
.contact-form-block input::placeholder,
.contact-form-block textarea::placeholder {
  color: gray;
  transition: 0.3s all;
}
.contact-form-block input:hover::placeholder,
.contact-form-block textarea:hover::placeholder {
  color: var(--wp--preset--color--theme-blue);
}
.contact-form-block input.wpcf7-submit {
  letter-spacing: 2px;
  position: relative;
  background-color: var(--wp--preset--color--theme-blue) !important;
  border-radius: 0em;
  border-color: currentColor;
  border-width: 0px;
  border-style: solid;
  color: var(--wp--preset--color--theme-white);
  transition: all ease 0.3s;
  margin-top: 30px !important;
}
.contact-form-block input.wpcf7-submit:hover {
  background-color: var(--wp--preset--color--theme-green-light) !important;
}
.contact-form-block input.wpcf7-submit:after {
  position: absolute;
  content: url(assets/images/flecha-derecha.svg);
  width: 15px;
  height: 2px;
  top: 15px;
  right: 15px;
  filter: invert(1);
  transition: all ease 0.3s;
}
.contact-form-block input.wpcf7-submit:hover {
  background-color: black;
}
.contact-form-block input.wpcf7-submit:hover:after {
  right: 25px;
}
.contact-form-block .wpcf7-spinner {
  position: absolute;
  bottom: 18px;
  right: 10px;
}
.contact-form-block .wpcf7-list-item-label a {
  color: var(--wp--preset--color--theme-green-light) !important;
}

/* WIDGETS LINEATOURS */

@media (min-width: 768px) {
  .site-header .booking-form-widget .wide_searcher .multicriteriasearch,
  .wide_searcher .multicriteriasearch {
    margin-top: 0 !important;
  }
  .packs-widget-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    justify-content: space-evenly !important;
    align-items: center !important;
    align-content: center !important;
  }
}
.prefooter {
  margin-left: calc(-1 * var(--wp--style--block-gap)) !important;
  margin-right: calc(-1 * var(--wp--style--block-gap)) !important;
}
/* WOOCOMMERCE */

.product .woocommerce {
  /*width: calc(100% + 2 * var(--wp--style--block-gap));
  margin-left: calc(-1 * var(--wp--style--block-gap)) !important;
  margin-right: calc(-1 * var(--wp--style--block-gap)) !important;*/
  max-width: max-content !important;
}
.product .woocommerce strong,
#content strong {
  color: var(--wp--preset--color--theme-blue) !important;
}
.woocommerce .related.products {
  margin-left: calc(-1 * var(--wp--style--block-gap)) !important;
  margin-right: calc(-1 * var(--wp--style--block-gap)) !important;
  background-color: var(--wp--preset--color--theme-green-light) !important;
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}
.woocommerce h1.product_title {
  font-size: 2.5rem !important;
  color: var(--wp--preset--color--theme-green-light) !important;
}
.woocommerce .related.products h2 {
  font-size: 4rem !important;
  color: var(--wp--preset--color--theme-white) !important;
  text-align: center !important;
}
.woocommerce .related.products li h2 {
  color: var(--wp--preset--color--theme-blue) !important;
}
/*
.woocommerce .related.products ul.products li.product a img {
  margin: -20px 0 1em;
}
*/
.woocommerce ul.products,
.woocommerce-page ul.products,
.woocommerce .woocommerce-tabs.wc-tabs-wrapper {
  max-width: var(--wp--style--global--content-size) !important;
  margin: 0 auto !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background-color: var(--wp--preset--color--theme-white) !important;
  transition: all 0.2s ease-in-out !important;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  border: 1px solid var(--wp--preset--color--theme-blue) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--wp--preset--color--theme-blue);
  background-color: var(--wp--preset--color--theme-blue);
  color: var(--wp--preset--color--theme-white) !important;
  display: inline-block;
  position: relative;
  z-index: 0;
  border-radius: 4px 4px 0 0;
  margin: 0 -5px;
  padding: 0 1em;
}
/* FORCE WOO COLUMNS */
.woocommerce.archive ul.products {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.woocommerce ul.products li.product a,
.woocommerce ul.products li.product {
  overflow: hidden;
}
/*
.woocommerce ul.products li.product a img {
  scale: 1;
  transition: all 0.2s ease-in-out !important;
}
.woocommerce ul.products li.product:hover a img {
  scale: 1.1;
}*/
/*
.woocommerce {
  margin: 100px auto !important;
}*/

.woocommerce-message {
  border-top-color: var(--wp--preset--color--theme-green-light) !important;
}
.woocommerce-message:before {
  color: var(--wp--preset--color--theme-green-light) !important;
}
.woocommerce-info {
  border-top-color: var(--wp--preset--color--theme-blue) !important;
}
.woocommerce-info::before {
  color: var(--wp--preset--color--theme-blue) !important;
}
.woocommerce a.remove {
  color: var(--wp--preset--color--theme-green-light) !important;
  border: 2px solid var(--wp--preset--color--theme-green-light) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 1.5em !important;
  width: 1.5em !important;
}
.woocommerce a.remove:hover {
  color: #fff !important;
  background: var(--wp--preset--color--theme-green-light) !important;
}
.woocommerce .cart .single_add_to_cart_button,
.woocommerce a.product_type_simple.add_to_cart_button,
.woocommerce .wc-proceed-to-checkout a,
.woocommerce #payment button.button,
.woocommerce #payment .button,
.woocommerce ul.products li.product .button {
  background-color: var(--wp--preset--color--theme-green-light) !important;
  border: none !important;
  border-radius: 0 !important;
  color: var(--wp--preset--color--theme-white) !important;
  transition: all 0.2s ease-in-out !important;
  border: 1px solid var(--wp--preset--color--theme-green-light) !important;
}
.woocommerce .cart .single_add_to_cart_button:hover,
.woocommerce a.product_type_simple.add_to_cart_button:hover,
.woocommerce .wc-proceed-to-checkout a:hover,
.woocommerce #payment button.button:hover,
.woocommerce #payment .button:hover,
.woocommerce ul.products li.product .button:hover {
  background-color: var(--wp--preset--color--theme-white) !important;
  border: 1px solid var(--wp--preset--color--theme-green-light) !important;
  color: var(--wp--preset--color--theme-green-light) !important;
}
.woocommerce #add_payment_method #payment,
.woocommerce .woocommerce-cart #payment,
.woocommerce .woocommerce-checkout #payment {
  background: var(--wp--preset--color--theme-green-light) !important;
  color: var(--wp--preset--color--theme-white) !important;
  border-radius: 5px !important;
}
.woocommerce .single_add_to_cart_button {
  display: flex;
}
.woocommerce div.product form.cart .button {
  float: none;
}
.woocommerce span.onsale {
  background-color: var(--wp--preset--color--theme-green-light) !important;
}
.related.products ul.products li.product p {
  margin-bottom: 0 !important;
}
/*
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: 29%;
}*/
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 1.7em !important;
  text-align: center !important;
  padding: 0;
  text-transform: uppercase;
}
.woocommerce ul.products li.product .price ins {
  color: var(--wp--preset--color--theme-green-light) !important;
}
.woocommerce-product-tags,
.woocommerce-product-tags a {
  text-align: center !important;
  color: var(--wp--preset--color--theme-green-light) !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  span.price {
  color: var(--wp--preset--color--theme-green-light) !important;
  font-size: 1.5em;
  font-weight: bold;
}
.woocommerce-product-excerpt {
  font-size: 0.9rem !important;
  margin: 20px 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  z-index: 1;
}
.woocommerce .single-product .entry-summary {
  padding-top: 60px;
}
.woocommerce div.product form.cart div.quantity {
  display: flex !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: inline-block;
  padding: 0.1em 0 !important;
  font-weight: 700;
  color: var(--wp--preset--color--theme-white) !important;
  text-decoration: none;
}
.woocommerce a.wqoecf_enquiry_button,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
  color: var(--wp--preset--color--theme-white) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a br {
  display: none !important;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.woocommerce div.product form.cart {
  margin-bottom: 0;
}
.woocommerce .single-product .summary .yith-wcwl-add-to-wishlist {
  position: absolute !important;
}
/* Description Tabs Woocommerce */

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  background: var(--wp--preset--color--theme-green-light) !important;
  color: var(--wp--preset--color--theme-white) !important;
  z-index: 2;
  border-bottom-color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
  color: var(--wp--preset--color--theme-white) !important;
}
.woocommerce .woocommerce-Tabs-panel h2 {
  font-size: 3rem !important;
  color: var(--wp--preset--color--theme-green-light) !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
}
.woocommerce .main-title {
  margin: auto !important;
  text-align: center !important;
  width: var(--wp--style--global--content-size) !important;
}
#wps-slider-section .sp-wps-product-image-area {
  overflow: hidden;
  min-height: 200px !important;
}
#wps-slider-section
  .wps-product-section:not(.sp-wps-custom-template)
  .sp-wps-product-image-area
  .wps-product-image {
  line-height: 0;
  min-height: 200px;
  overflow: hidden;
}
#wps-slider-section .wpsf-product {
  background-color: var(--wp--preset--color--theme-white) !important;
  padding: 10px !important;
  border: 1px solid #eee !important;
  transition: all 0.3s ease-in-out !important;
}
#wps-slider-section .wpsf-product:hover {
  border: 1px solid var(--wp--preset--color--theme-blue) !important;
}
#wps-slider-section
  .wpsf-cart-button
  a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button) {
  margin-top: auto !important;
  padding: 15px !important;
  transition: all 0.3s ease-in-out !important;
  font-size: 16px !important;
}
#wps-slider-section
  .wpsf-cart-button
  a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button):hover,
#wps-slider-section .wpsf-cart-button a.added_to_cart {
  background-color: var(--wp--preset--color--theme-white) !important;
}
.wps-slider-section img {
  width: 100%;
  max-width: 100%;
  height: 250px !important;
  object-fit: cover !important;
  max-height: 250px !important;
  scale: 1;
  transition: 0.2s all ease-in-out;
}
.wps-slider-section img:hover {
  width: 100%;
  max-width: 100%;
  height: 250px !important;
  object-fit: cover !important;
  max-height: 250px !important;
  scale: 1.1;
}
#wps-slider-section #sp-woo-product-slider-1007.wps-product-section .wpsp-nav {
  color: var(--wp--preset--color--theme-white) !important;
  background-color: var(--wp--preset--color--theme-green-light) !important;
  border: 1px solid var(--wp--preset--color--theme-green-light) !important;
}
#wps-slider-section.wps-slider-section .wpsp-nav i.fa {
  color: var(--wp--preset--color--theme-white) !important;
}
#wps-slider-section .wps-product-section .swiper-button-next {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#wps-slider-section .wps-product-section .swiper-button-prev {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
#wpgs-gallery img {
  /*border: 4px solid var(--wp--preset--color--theme-green-light) !important;*/
}
.wcgs-slider-image .photo {
  overflow: hidden;
  display: none;
}
#wpgs-gallery.wcgs-woocommerce-product-gallery .wcgs-carousel {
  max-height: 600px;
}
#wps-slider-section .wps-product-section .wpsp-pagination-dot {
  z-index: 0;
}
#wpgs-gallery.wcgs-woocommerce-product-gallery
  .wcgs-carousel
  .wcgs-slider-image {
  border-radius: 10px !important;
  max-height: 600px;
  overflow: hidden !important;
}
.gallery-navigation-carousel .wcgs-thumb {
  position: relative;
  cursor: pointer;
  height: 200px;
}
.gallery-navigation-carousel .wcgs-thumb {
  height: 200px;
}
#wpgs-gallery .wcgs-thumb.swiper-slide img {
  border-radius: 0px;
  max-width: 200px;
  max-height: 140px;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#wpgs-gallery .wcgs-lightbox a {
  font-size: 13px;
  width: 34px;
  height: 34px;
  margin-top: 30px;
  color: #fff;
  background-color: white;
  font-size: 13px;
}
#wpgs-gallery .wcgs-lightbox a:hover {
  background-color: var(--wp--preset--color--theme-blue) !important;
}
.sp-wps-product-details {
  height: 250px !important;
}
.sp-wps-product-details-inner {
  overflow: hidden !important;
}
#wps-slider-section .wps-product-section .swiper-button-prev {
  right: auto;
  top: 45%;
  left: -6rem;
}
#wps-slider-section .wps-product-section .swiper-button-next {
  right: -6rem;
  top: 45%;
  left: auto;
}
#wps-slider-section
  .wpsf-cart-button
  a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button) {
  display: block;
}
.wpsf-cart-button {
  background-color: var(--wp--preset--color--theme-green-light) !important;
  color: var(--wp--preset--color--theme-white) !important;
  border: 1px solid var(--wp--preset--color--theme-green-light) !important;
  position: absolute;
  bottom: 2%;
  width: 93%;
}
.wpsf-cart-button a {
  color: var(--wp--preset--color--theme-white) !important;
}
.wpsf-cart-button:hover {
  border: 1px solid var(--wp--preset--color--theme-green-light) !important;
}
.wpsf-cart-button:hover a {
  color: var(--wp--preset--color--theme-green-light) !important;
}
#wps-slider-section
  .wpsf-cart-button
  a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button) {
  border: none !important;
}

#wps-slider-section .wpsf-product-title a {
  font-size: 1.5rem;
}
#wps-slider-section .wpsf-product-price {
  font-size: 1.5rem;
  /*margin-top: 5%;*/
}
.wpsf-product-excerpt {
  font-size: 0.9rem !important;
  margin: 20px 5px;
}
#wps-slider-section #sp-woo-product-slider-1007 .wpsf-product-title a {
  font-size: 1.2rem;
  text-transform: uppercase;
}
#wps-slider-section #sp-woo-product-slider-1007 .wpsf-product-price {
  font-size: 1.1rem;
  font-weight: 500;
}
#wps-slider-section
  .wps-product-section:not(.sp-wps-custom-template)
  .wpsf-product-title {
  margin-top: 25px;
}
#wps-slider-section .product-tag {
  /*margin-top: 20px !important;*/
  color: var(--wp--preset--color--theme-green-light) !important;
}
#wps-slider-section .product-tag span,
#wps-slider-section .product-tag a {
  color: var(--wp--preset--color--theme-green-light) !important;
}
#wps-slider-section .wps-preloader img {
  width: 20px;
  height: 20px;
  margin: auto;
}
#wps-slider-section
  .wps-product-section
  .wpsp-pagination-dot
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--wp--preset--color--theme-green-light) !important;
}
#wps-slider-section
  #sp-woo-product-slider-1007.sp-wps-theme_one
  .wps-product-image,
#wps-slider-section .wpsf-product,
.wpsf-cart-button,
.welcome-text,
.welcome-text-1,
.intro .galeria-single .image-wrapper img,
.wp-block-post-featured-image img,
.courses .left-module,
.filter-container,
.product.type-product,
.product.type-product img,
.woocommerce ul.products li.product .button,
.slide-five-gallery img,
.contact-form-block .columns,
.contact-form-block input.wpcf7-submit
/*.slide-other-width .image-wrapper img*/ {
  border-radius: 10px !important;
}
.wpsf-cart-button,
.courses .left-module {
  overflow: hidden;
}
.wps-product-section.sp-wps-theme_one {
  display: flex;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
#wps-slider-section .wpsf-product {
  width: 300px;
}

/* Activities */

.activities-modules .acf-innerblocks-container,
.location-container .wp-block-cover {
  border-radius: 25px;
  overflow: hidden;
}

/* FILTRO DE BÚSQUEDA WOO */

.filter-container .bapf_head h3 {
  font-size: 1.1rem !important;
  gap: 10px;
  display: flex;
  align-items: center;
  color: var(--wp--preset--color--theme-blue) !important;
}
.filter-container .bapf_head h3 .svg-inline--fa {
  color: var(--wp--preset--color--theme-green-light) !important;
}
.filter-container .bapf_slidr_all {
  color: var(--wp--preset--color--theme-green-light) !important;
}
.filter-container .bapf_slidr_all span {
  font-size: 1.1rem !important;
}
/*
.filter-container .select2-container {
  min-width: 200px !important;
}*/
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered {
  color: var(--wp--preset--color--theme-green-light) !important;
  line-height: 48px;
  font-size: 1.1rem;
  min-width: 200px;
}
.select2-container--classic
  .select2-selection--single
  .select2-selection__rendered,
.filter-container .berocket_single_filter_widget {
  min-width: 200px;
}
.filter-container .select2-container--classic .select2-selection--single,
.filter-container
  .select2-container--classic
  .select2-selection--single
  .select2-selection__arrow {
  min-height: 57px;
}
.filter-container
  .select2-container--classic.select2-container--open.select2-container--above
  .select2-selection--single,
.filter-container .select2-selection--single {
  background-color: linear-gradient(to bottom, #fff 100%, #fff 100%) !important;
  filter: none !important;
}
.filter-container {
  border: 1px solid #eee !important;
  padding: 20px !important;
  background-color: var(--wp--preset--color--theme-white) !important;
}
.filter-container .woocommerce {
  margin: 0 auto !important;
}
.filter-container .bapf_sfilter ul li,
.bapf_body ul li {
  font-size: 1.1rem;
}
.bapf_slidr_main.ui-widget-content .ui-slider-handle,
.berocket_filter_price_slider.ui-widget-content .ui-slider-handle,
.slide.default .bapf_slidr_main .ui-state-default,
.slide.default .bapf_slidr_main .ui-widget-header .ui-state-default,
.slide.default .bapf_slidr_main.ui-widget-content .ui-state-default,
.slide.default .berocket_filter_price_slider .ui-state-default,
.slide.default
  .berocket_filter_price_slider
  .ui-widget-header
  .ui-state-default,
.slide.default
  .berocket_filter_price_slider.ui-widget-content
  .ui-state-default {
  background: var(--wp--preset--color--theme-green-light) !important;
}
.filter-container hr {
  border: 1px solid var(--wp--preset--color--theme-grey) !important;
  width: 100%;
}
.filter-container .bapf_sfilter .bapf_body .mCSB_container > ul,
.filter-container .bapf_sfilter .bapf_body > ul {
  padding-inline-start: 0 !important;
}
.filter-container .berocket_single_filter_widget {
  position: relative !important;
  z-index: 0 !important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  padding: 10px;
  border: 1px solid #eee;
  transition: all 0.5s ease-in-out;
}
.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  padding: 10px;
  border: 1px solid var(--wp--preset--color--theme-green-light) !important;
}
.woocommerce ul.products li.product .button {
  display: block;
  text-align: center;
}
.woocommerce ul.products li.product .price {
  text-align: center;
}
/* HIDE SALE TAG PROVISIONAL */
/*
.woocommerce ul.products li.product .onsale {
  display: none;
}*/
.search-filter .wp-block-search__inside-wrapper {
  max-height: 40px;
}
.search-filter .wp-element-button,
.wp-block-button__link {
  padding: calc(0.333em + 2px) calc(1.333em + 2px);
  border: 1px solid var(--wp--preset--color--theme-blue);
}
/* RESPONSIVE MENU */

/*** RESPONSIVE MENU ***/
.responsive-menu-button {
  position: fixed;
  z-index: 2001;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  transition: 0.3s all;
  display: none;
}
.responsive-menu-button:hover {
  color: var(--wp--preset--color--theme-white);
}
.responsive-menu-button {
  top: 10px;
  right: 15px;
}
.site-header .responsive-menu-button:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c9";
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--wp--preset--color--theme-white) !important;
  transition: 0.3s all;
}
.site-header.is-fixed .responsive-menu-button:before {
  color: var(--wp--preset--color--theme-blue) !important;
}
.responsive-menu-button.active:before {
  content: "\f00d";
  color: var(--wp--preset--color--theme-blue);
}
.rm-popup {
  z-index: -999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.1s ease;
  pointer-events: none;
}
.rm-popup.opened {
  z-index: 2000;
  /*background: rgba(0,0,0,.5);*/
  pointer-events: all;
}
.rm-popup-bigClose {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.rm-popup-bloc {
  position: absolute;
  top: 0;
  left: -100%;
  width: 85%;
  height: 100%;
  text-align: left;
  opacity: 1;
  background-color: var(--wp--preset--color--theme-white);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  transition: 0.3s ease;
  max-width: 350px;
}
.rm-popup.opened .rm-popup-bloc {
  left: 0;
  opacity: 1;
}
.rm-popup-close:before {
  content: "\2715";
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem 2rem;
  color: #fff;
  background: #4a3508;
  transition: 0.3s ease;
  cursor: pointer;
}
.rm-popup-content {
  height: 100%;
  max-width: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: stretch;
  background-color: var(--wp--preset--color--theme-white);
}
.rm-popup-content h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 30px;
}
.rm-popup-content hr {
  background-color: var(--wp--preset--color--theme-white);
  border: 0;
  height: 1px;
  width: 100%;
  margin: 20px auto 10px;
}
.rm-popup-content .branding-respo {
  /*width: 180px;
 */
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.rm-popup-content .branding-respo img {
  width: 170px;
  height: auto;
  margin-top: 30px;
}
ul#menu-respo {
  margin: 3vh 0 0;
  padding-left: 0;
}
ul#menu-respo-2 {
  margin: -15px 0 10vh;
  padding-left: 0;
}
ul#menu-respo li {
  line-height: 24px;
  margin: 15px 0;
  text-transform: uppercase;
  position: relative;
  list-style: none;
  border-bottom: 1px solid var(--wp--preset--color--theme-grey);
}
ul#menu-respo li a {
  display: block;
  position: relative;
  font-weight: 600;
  color: var(--wp--preset--color--theme-white);
  font-size: 15px;
  line-height: 20px;
  padding-left: 20px;
  text-align: left;
  padding-bottom: 10px;
}
ul#menu-respo li a:hover,
ul#menu-respo li.current-menu-item a {
  color: var(--wp--preset--color--theme-green-light) !important;
}
.charger-menu-resposive .tel-web a {
  font-weight: 600;
  color: var(--wp--preset--color--theme-green-light) !important;
}
ul#menu-respo li ul,
ul#menu-respo-2 li ul {
  margin: 0;
}
ul#menu-respo li ul li,
ul#menu-respo-2 li ul li {
  margin: 10px 0 10px 10px;
}
ul#menu-respo li ul li a,
ul#menu-respo-2 li ul li a {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: var(--wp--preset--color--theme-blue) !important;
}
ul#menu-respo .sub-menu,
ul#menu-respo-2 .sub-menu {
  height: 0;
  opacity: 0;
  /*padding: 0 0 0 10px!important;
 */
  margin: 0 !important;
  overflow: hidden;
  transition: all 0.4s;
  text-align: center;
  background-color: white;
}
ul#menu-respo .sub-menu li a,
ul#menu-respo-2 .sub-menu li a {
  color: var(--wp--preset--color--theme-green-light) !important;
}
.menu-responsive-wrapper #langue a {
  display: block;
  text-decoration: none;
  padding: 10px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  border: none;
  font-weight: 400;
}
.menu-responsive-wrapper .search-form {
  border-top: 1px solid var(--wp--preset--color--theme-grey) !important;
  border-bottom: 1px solid var(--wp--preset--color--theme-grey) !important;
  margin: 0 auto;
  padding-bottom: 5px;

  text-align: center;
}
.menu-responsive-wrapper .search-form input#s {
  border: 1px solid var(--wp--preset--color--theme-green-light) !important;
  height: 25px;
}
.menu-responsive-wrapper .search-form input#searchsubmit {
  border: none;
  background: var(--wp--preset--color--theme-green-light) !important;
  padding: 5px 10px;
  color: var(--wp--preset--color--theme-white) !important;
}
.menu-responsive-wrapper .search-form input::-webkit-input-placeholder {
  color: var(--wp--preset--color--theme-green-light) !important;
}
.over-y-vi {
  overflow-y: hidden;
}
.responsive-menu-button.active:hover:before,
.responsive-menu-button.active:before {
  color: var(--wp--preset--color--theme-white) !important;
}
.contact-menu-responsive {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.contact-menu-responsive .email a {
  color: var(--wp--preset--color--theme-white) !important;
  font-size: 16px !important;
}
.main-title-container .main-title-content p.mobile,
.banner-mobile {
  display: none;
}
/* SEARCH FILTER */
.site-header .search-filter {
  position: fixed !important;
  top: 11% !important;
  /*right: 1.5em !important;*/
}
.er_main_tag {
  display: none !important;
}
.site-header.is-fixed .search-filter {
  top: 110% !important;
  right: 1.5em !important;
}
.search-filter .wp-element-button,
.search-filter .wp-block-button__link {
  background-color: var(--wp--preset--color--theme-green-light) !important;
  color: #fff;
  border-radius: 25px;
  transition: background-color 0.2s ease-in-out;
}
.search-filter .wp-element-button:hover,
.search-filter .wp-block-button__link:hover {
  background-color: var(--wp--preset--color--theme-blue) !important;
  border: 1px solid white;
}
.search-filter .wp-block-search__button svg {
  scale: 1;
  transition: scale transform 0.2s ease-in-out;
}
.search-filter .wp-block-search__button:hover svg {
  scale: 1.2;
}
.search-filter .wp-block-search__label {
  color: var(--wp--preset--color--white) !important;
  display: none !important;
}
.search-filter .wp-block-search__input {
  border-radius: 25px;
  padding-left: 20px;
  font-size: 15px;
}
.snize-ac-results-multicolumn-list .snize-description {
  font-size: 16px !important;
}
.snize-ac-results-multicolumn-list .snize-title {
  font-size: 17px !important;
}
.snize-ac-results .snize-price-list {
  font-size: 17px !important;
}
#snize-search-results-list-mode li.snize-product {
  border-bottom: 1px solid var(--wp--preset--color--theme-green-light) !important;
}
.search-filter form {
  min-width: 350px !important;
}
.snize-results-html a img {
  width: 120px !important;
}
.snize-ac-results .snize-item-image {
  object-fit: cover !important;
}
.snize-ac-results-multicolumn-list .snize-label {
  flex: 0 80% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* PAGE SEARCH RESULTS */
div.snize div.snize-main-panel {
  display: none !important;
}
.snize-ac-results .snize-new-design {
  width: 100%;
}
.snize-ac-results-content {
  border-radius: 15px !important;
}
.snize-ac-results .snize-view-all-link {
  border-radius: 10px !important;
  background: var(--wp--preset--color--theme-blue) !important;
}
#search-results-page #snize-search-results-grid-mode span.snize-thumbnail img {
  display: block;
  bottom: -100%;
  top: -105%;
  max-width: 100%;
  max-height: 230px;
  width: 90%;
}
#search-results-page #snize-search-results-grid-mode .snize-thumbnail-wrapper {
  padding: 10px 0 0;
}
#search-results-page #snize-search-results-grid-mode span.snize-thumbnail {
  width: 100%;
  height: 230px;
}
#search-results-page
  #snize-search-results-grid-mode
  li.snize-product
  span.snize-title {
  margin: 0 0 10px 0;
  font-size: 1.3rem;
  text-align: center;
  color: var(--wp--preset--color--theme-blue) !important;
}
#search-results-page #snize-search-results-grid-mode span.snize-overhidden {
  padding: 0 10px 5px 10px;
}
#search-results-page div.snize li.snize-product span.snize-description {
  font-size: 1rem !important;
}
#search-results-page #snize-search-results-grid-mode .snize-price-list {
  font-size: 1.3rem;
  text-align: center;
}
#search-results-page
  #snize-search-results-grid-mode.snize-four-columns
  li.snize-product,
#search-results-page #snize-search-results-list-mode li.snize-product {
  transition: all 0.5s ease-in-out !important;
}
#search-results-page #snize-search-results-list-mode li.snize-product {
  border: 1px solid transparent !important;
}
#search-results-page
  #snize-search-results-grid-mode.snize-four-columns
  li.snize-product:hover,
#search-results-page #snize-search-results-list-mode li.snize-product:hover {
  border: 1px solid var(--wp--preset--color--theme-green-light) !important;
}
#search-results-page #snize-search-results-list-mode span.snize-sku,
#snize-search-results-list-mode span.snize-attribute,
#snize-search-results-grid-mode span.snize-sku,
#snize-search-results-grid-mode span.snize-attribute {
  color: var(--wp--preset--color--theme-green-light) !important;
  font-size: 1rem !important;
}
#snize-search-results-grid-mode span.snize-sku,
#snize-search-results-grid-mode span.snize-attribute {
  margin: 10px auto;
  text-align: center;
  display: inline-flex;
}
#search-results-page
  #snize-search-results-list-mode
  li.snize-product
  span.snize-title {
  color: var(--wp--preset--color--theme-blue) !important;
}
#search-results-page div.snize li.snize-product .snize-price-list .snize-price,
#search-results-page
  div.snize
  li.snize-product
  .snize-price-list
  .snize-discounted-price,
#snize-search-results-grid-mode span.snize-sku {
  color: var(--wp--preset--color--theme-green-light) !important;
}
.snize-ac-results-column:first-child {
  width: 25% !important;
}
.snize-ac-results-column:last-child {
  width: 75% !important;
}
.snize-ac-results-column {
  display: inline-block;
  vertical-align: top;
}
.snize-ac-results-multicolumn-list {
  max-width: 100%;
  /*justify-content: space-between;*/
  justify-content: center !important;
}
.snize-ac-results .snize-thumbnail {
  height: 100px;
  overflow: hidden !important;
}
.snize-ac-results .snize-item-image {
  max-height: 100%;
  object-fit: cover;
  opacity: 1;
  width: 100%;
}
.snize-ac-results-multicolumn-list .snize-title {
  font-size: 1rem !important;
}
.snize-ac-results .snize-price-list {
  color: #021264;
  font-size: 1rem !important;
}
.snize-ac-results-multicolumn-list .snize-description {
  font-size: 0.8rem !important;
}
.snize-ac-results .snize-label {
  font-size: 1rem;
}
#snize-search-results-grid-mode ul {
  justify-content: space-between;
}
.snize-ac-results a {
  color: var(--wp--preset--color--theme-green-light) !important;
  font-size: 1rem !important;
}
.snize-ac-results ul > li.snize-product {
  transition: all 0.5s ease-in-out !important;
  border: 1px solid transparent !important;
}
.snize-ac-results ul > li.snize-product:hover {
  border: 1px solid var(--wp--preset--color--theme-green-light) !important;
  background: var(--wp--preset--color--theme-white) !important;
}

/* WISHLIST */

.hidden-title-form button i,
.wishlist-title a.show-title-form i,
.wishlist_manage_table tfoot a.create-new-wishlist i,
.wishlist_manage_table tfoot button.submit-wishlist-changes i,
.wishlist_table .add_to_cart.button i,
.wishlist_table .ask-an-estimate-button i,
.yith-wcwl-add-button > a i,
.yith-wcwl-wishlist-new button i,
.yith-wcwl-wishlist-search-form button.wishlist-search-button i {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 100%;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
  z-index: 1;
}
.single-product .yith-wcwl-add-button {
  display: none;
}
.related.products .yith-wcwl-add-button,
#wps-slider-section .yith-wcwl-add-button {
  display: block;
}
.woocommerce a.add_to_wishlist.button.alt {
  border-radius: 0;
  border: 1px solid var(--wp--preset--color--theme-blue) !important;
}
.fa.fa-heart-o:before {
  content: "\f004";
  color: white !important;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
  /*color: white;*/
  color: #e30614;
  padding: 5px;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
  float: none;
}

/* DEPOSIT STYLES */

.deposits-frontend-wrapper p.deposit-notices {
  margin-left: 32px !important;
}
.pretty .state label:after,
.pretty .state label:before {
  top: -10%;
}
.pretty:nth-child(odd) .p-primary-o {
  background-color: var(--wp--preset--color--theme-blue) !important;
  color: var(--wp--preset--color--theme-white) !important;
}
.pretty:nth-child(even) .p-primary-o {
  background-color: var(--wp--preset--color--theme-green-light) !important;
  color: var(--wp--preset--color--theme-white) !important;
}
.deposits-input-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.pretty .state label {
  text-indent: 0;
  padding: 10px;
}
span.woocommerce-Price-amount.amount {
  color: var(--wp--preset--color--theme-green-light) !important;
  font-size: 18px !important;
  font-weight: bold !important;
}
.deposits-frontend-wrapper {
  width: 100%;
  display: block;
  border-top: 1px solid var(--wp--preset--color--theme-green-light) !important;
  border-bottom: 1px solid var(--wp--preset--color--theme-green-light) !important;
  max-width: 50%;
}
/*Book Calendar */
.wceb_picker_wrap {
  border-bottom: 1px solid var(--wp--preset--color--theme-green-light) !important;
  padding-bottom: 25px !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 50%;
}
.product_meta {
  border-top: 1px solid var(--wp--preset--color--theme-green-light) !important;
}
.galeria-single .splide__slide {
  margin-right: 0 !important;
}

/* Newsletter */

#mc_embed_signup {
  background: transparent !important;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 600px;
  margin: auto;
  color: white;
}
#mc_embed_signup img.refferal_badge,
#mc_embed_signup h2 {
  display: none !important;
}
.email.mce_inline_error {
  border-radius: 25px !important;
}
#mc_embed_signup .button {
  background-color: var(--wp--preset--color--theme-blue) !important;
  transition: all 0.3s;
  border-radius: 25px !important;
  width: 100% !important;
  height: 40px !important;
}
#mc_embed_signup .mc-field-group input {
  height: 40px !important;
}
#mc_embed_signup .button:hover {
  border: 1px solid var(--wp--preset--color--theme-blue) !important;
  background-color: transparent !important;
}
#mc_embed_signup .foot {
  grid-template-columns: 1fr !important;
  width: 100% !important;
  margin: 10px auto;
}
#mc_embed_signup .mc-field-group {
  width: 100% !important;
}
#mc_embed_signup .mc-field-group input {
  width: 100%;
  border-radius: 25px;
}
#mc_embed_signup form {
  margin: auto !important;
  width: 70%;
}
#mc_embed_signup .mc-field-group {
  width: 100%;
}
#mc_embed_signup #mce-success-response {
  color: var(--wp--preset--color--theme-blue) !important;
}
#mc_embed_signup div#mce-responses {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wceb_picker_wrap {
    max-width: 100%;
  }
  .deposits-frontend-wrapper {
    max-width: 100%;
  }
}
.wceb_picker_wrap input.datepicker {
  height: 35px;
  border: 1px solid var(--wp--preset--color--theme-blue) !important;
  position: relative;
  text-align: center;
}
.wceb_picker_wrap:before {
  z-index: 1 !important;
}
.wceb_picker_wrap input.datepicker {
  font-size: 1rem;
  color: var(--wp--preset--color--theme-green-light) !important;
}
.woocommerce form .form-row label {
  line-height: 2;
  text-align: center;
  color: var(--wp--preset--color--theme-green-light) !important;
}
input.datepicker {
  position: relative;
}
label.start_date {
  position: relative;
}
label.start_date:after {
  content: "";
  background-image: url(./assets/images/calendar-heart.svg);
  background-color: #000;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 24px;
  height: 24px;
  z-index: 999;
}
.wceb_picker_wrap:before {
  content: "";
  background-image: url(./assets/images/calendar-check.svg);
  display: block;
  right: 10px;
  top: 10px;
  width: 50px;
  height: 50px;
  z-index: 999;
  padding: 20px;
  background-size: 48px !important;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 20px;
  filter: invert(24%) sepia(98%) saturate(1899%) hue-rotate(169deg)
    brightness(102%) contrast(91%);
}
/* MENU CART WOOCOMMERCE */

li.wpmenucartli a.wpmenucart-contents span {
  font-size: 12px;
  vertical-align: middle;
}

/* CART SLIDE */

.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn,
.xoo-wsc-container .xoo-wsc-btn {
  color: white !important;
  background-color: var(--wp--preset--color--theme-green-light) !important;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:hover,
.xoo-wsc-container .xoo-wsc-btn:hover {
  background-color: #ffffff !important;
  color: var(--wp--preset--color--theme-green-light) !important;
  border: 2px solid var(--wp--preset--color--theme-green-light) !important;
}
.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn span.woocommerce-Price-amount.amount {
  color: var(--wp--preset--color--theme-white) !important;
}
.xoo-wsc-ft-buttons-cont
  a.xoo-wsc-ft-btn:hover
  span.woocommerce-Price-amount.amount {
  color: var(--wp--preset--color--theme-green) !important;
}
.xoo-wsc-icon-basket1:before {
  color: var(--wp--preset--color--theme-green) !important;
}

/* CHECKOUT WOO */
.woocommerce form.checkout .form-row label {
  text-align: left;
}
.woocommerce form.checkout .form-row input.input-text,
.woocommerce form.checkout .form-row textarea {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  outline: 0;
  line-height: normal;
  min-height: 40px !important;
  border-radius: 5px !important;
  border: 1px solid #e6e6e6 !important;
}
.checkout .select2-container--default .select2-selection--single {
  min-height: 40px !important;
  border-radius: 5px !important;
  border: 1px solid #e6e6e6 !important;
}
.woocommerce #payment .place-order button {
  background-color: var(--wp--preset--color--theme-blue) !important;
}
.woocommerce-checkout #payment ul.payment_methods li:not(:last-child) {
  border-bottom: 1px solid #0f95ad !important;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-additional-fields {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 -1px 24px 0;
  text-align: left;
  width: 100%;
  border-collapse: separate;
  border-radius: 5px;
  padding: 10px;
}
.woocommerce-checkout p.woocommerce-invalid-required-field span.error {
  color: #ff2a00;
  display: block !important;
  font-weight: bold;
}
.woocommerce-NoticeGroup-checkout .woocommerce-error {
  display: none;
}
/*** ENQUIRY WOOCOMMERCE ***/
.product-template-default .wqoecf-pop-up-box {
  width: 75% !important;
  -webkit-box-shadow: 0px 4px 61px 12px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 61px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 61px 12px rgba(0, 0, 0, 0.1);
}
.book-form,
.book-form-page,
.book-form .column.is-12,
.book-form-page .column.is-12 {
  width: 98% !important;
}
.book-form .column.is-12,
.book-form-page .column.is-12 {
  border: 1px solid #e6e6e6;
  padding: 30px;
  border-radius: 5px;
  margin: 1%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  background-color: #e4e4e4;
}
.book-form .columns.book,
.book-form-page .columns.book {
  border: 1px solid #e6e6e6;
  padding: 30px;
  border-radius: 5px;
}
.book-form .columns,
.book-form-page .columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.book-form .columns.book,
.book-form-page .columns.book {
  align-items: center;
}
.book-form .column.is-6,
.book-form-page .column.is-6 {
  width: 48% !important;
  border: 1px solid #e6e6e6;
  padding: 30px;
  border-radius: 5px;
  margin: 1%;
  background-color: #e4e4e4;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.book-form .columns.book .column.is-6,
.book-form-page .columns.book .column.is-6 {
  width: 48% !important;
  border: 1px solid #ffffff;
  padding: 30px;
  border-radius: 5px;
  margin: 1%;
}
.book-form .measurement,
.book-form-page .measurement {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.book-form .measurement .col,
.book-form-page .measurement .col {
  width: 33% !important;
  padding: 10px;
  overflow: hidden;
}
.book-form .wp-block-button__link,
.book-form-page .wp-block-button__link {
  background-color: var(--wp--preset--color--theme-green-light) !important;
}
.wqoecf-pop-up-box div.wpcf7 {
  width: 100% !important;
}
.book-form input[type="text"],
.book-form-page input[type="text"],
.book-form input[type="email"],
.book-form-page input[type="email"],
.book-form input[type="tel"],
.book-form-page input[type="tel"],
.book-form input[type="number"],
.book-form-page input[type="number"],
.book-form select,
.book-form-page select,
.book-form input[type="date"],
.book-form-page input[type="date"],
.book-form textarea,
.book-form-page textarea {
  width: 100% !important;
  border-radius: 5px !important;
  border: 1px solid #e6e6e6 !important;
  padding: 10px !important;
}
.book-form input[type="radio" i] .book-form-page input[type="radio" i] {
  width: auto !important;
  border-radius: 5px !important;
  border: 1px solid var(--wp--preset--color--theme-green-light) !important;
  padding: 10px !important;
  background-color: var(--wp--preset--color--theme-green-light) !important;
}
.book-form-page .book-form-page-calendar {
  display: flex;
  justify-content: space-around;
}
.book-form-page .book-form-page-calendar p {
  color: var(--wp--preset--color--theme-green-light) !important;
}
.book-form-page p.sub-p {
  color: var(--wp--preset--color--theme-green-light) !important;
}
.wqoecf_close span {
  cursor: pointer !important;
}
.wpcf7 form {
  max-height: 100%;
}
.ci-search-results {
  margin-top: 150px !important;
}
.ci-search-results #er_search_results {
  padding-right: 0 !important;
  padding-left: 30px !important;
}
.ci-search-results .ecom_container_fluid {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.ci-search-results .er_ecom_vertical_result_container {
  border-left: none !important;
  border-right: none !important;
}
.ci-search-results .ecom_row_container {
  margin-right: auto !important;
  margin-left: auto !important;
}
.grecaptcha-badge {
  z-index: -10;
  opacity: 0;
}
.er_ecom_header_container
  .er_ecom_result_count_container
  .er_ecom_result_count
  .er_ecom_result_query {
  color: var(--wp--preset--color--theme-green-light) !important;
}
ul.er_ecom_vertical_product_list li.er_ecom_availabestock {
  display: none !important;
}
#er_search_results .er_ecom_result_price {
  color: var(--wp--preset--color--theme-green-light) !important;
}
div.wqoecf-pop-up-box p.wqoecf_form_title {
  padding-top: 0 !important;
}
.wp-block-button__link.has-theme-green-light-background-color {
  background-color: var(--wp--preset--color--theme-green-light) !important;
  transition: all 0.2s;
}
.book-form-page .wp-block-button__link:hover,
.wp-block-button__link.has-theme-green-light-background-color:hover {
  background-color: var(--wp--preset--color--theme-blue) !important;
}
/* TRIPADVISOR REVIEWS */
/*.ti-widget /*[data-layout-id="34"][data-set-id="drop-shadow"]*/
/* .ti-col-4
  .ti-review-item,
.tripadvisor-reviews .ti-col-4 .ti-review-item,
.ti-widget.ti-trip .ti-col-5 .ti-review-item {
  -ms-flex: 0 0 33% !important;
  flex: 0 0 33% !important;
  max-width: 33% !important;
}*/
/*TRIPS*/
.trips strong {
  color: var(--wp--preset--color--theme-white) !important;
}
.trips h3.fade {
  opacity: 0;
  animation: fadeInOut 3s infinite;
}
@keyframes fadeInOut {
  0%,
  100% {
    opacity: 0;
  }
  25%,
  75% {
    opacity: 1;
  }
}
.trips .shake {
  animation: shake 6s ease-in-out infinite;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(0);
  }
  60% {
    transform: translateX(10px);
  }
  70% {
    transform: translateX(-10px);
  }
  80% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.trips .shake.active {
  animation-play-state: running;
}

/* Añadir precio (cliente) */
/*
.woocommerce div.product form.cart .button {
  display: none !important;
}*/
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce .GooglePayButton,
#wc-stripe-payment-request-wrapper {
  display: none !important;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button.alt,
button.button.alt {
  background-color: var(--wp--preset--color--theme-green) !important;
}
.cart_item .product-name .variation {
  display: flex;
  flex-direction: column;
}
.woocommerce td.product-name dl.variation p {
  font-weight: bold !important;
  color: var(--wp--preset--color--theme-green) !important;
}
input#experience_name_field,
input#custom_price_field {
  min-height: 40px;
  min-width: 330px;
  margin-top: 15px;
  border-radius: 5px;
  border: 1px solid var(--wp--preset--color--theme-green) !important;
  padding: 10px;
  font-size: 16px;
}
label.experience_name_label,
label.custom_price_label {
  font-weight: bold;
  color: var(--wp--preset--color--theme-green) !important;
}
button.button-custom-book {
  border-radius: 10px;
  background: var(--wp--preset--color--theme-green) !important;
  border-radius: 50px;
  color: var(--wp--preset--color--theme-white) !important;
  font-family: var(--wp--preset--font-family--jockey-one) !important;
  font-weight: bold !important;
  font-size: 20px !important;
  padding: 10px 20px !important;
  border: 1px solid var(--wp--preset--color--theme-green) !important;
  cursor: pointer !important;
  transition: all 0.2s ease-in-out;
}
button.button-custom-book:hover {
  background: var(--wp--preset--color--theme-blue) !important;
}
.country-select.inside input,
.country-select.inside input[type="text"] {
  padding-left: 52px !important;
}
.wpcf7-form-control.wpcf7-submit {
  white-space: normal !important;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  .out-of-stock {
  display: none !important;
}
.main-title-content h1 strong,
.main-title-interior-content h1 strong,
.main-title-interior-content p strong,
.main-title-content p.desktop strong,
.main-title-content p.mobile strong,
.main-title-content p strong {
  color: var(--wp--preset--color--theme-white) !important;
}
/* WOOCOMMERCE HIDE CART BAR ON CHECKOUT */
.woocommerce .woocommerce-notices-wrapper {
  display: none !important;
}
#payment .place-order button.button {
  border-radius: 50px !important;
}
#card-panel .p-CardForm input {
  padding: 10px 75.2px 10px 10px !important;
}
#payment.woocommerce-checkout-payment iframe .p-Input-input,
#payment.woocommerce-checkout-payment iframe .p-Input,
#payment.woocommerce-checkout-payment iframe .p-Input,
#payment .payment_box.payment_method_stripe iframe .p-Input input,
.Input,
.p-FauxInput,
.p-Input-input,
.wc-stripe-upe-element iframe input {
  padding: 10px !important;
}
.dan-tooltip-wrapper {
  position: relative;
}
.dan-tooltip-wrapper p.dan-tooltip {
  position: absolute;
  /*background: white !important;*/
  padding: 10px !important;
  border: 2px solid var(--wp--preset--color--theme-green) !important;
  display: none !important;
  margin-top: 0;
  min-width: 200px;
  border-radius: 10px;
  transform: translateX(-70px);
  transition: all 0.2s ease-in-out;
  opacity: 0;
  background: rgb(251, 251, 251);
  background: linear-gradient(
    308deg,
    rgba(251, 251, 251, 1) 50%,
    rgba(255, 255, 255, 1) 50%
  );
}
.dan-tooltip-wrapper:hover p.dan-tooltip {
  display: block !important;
  opacity: 1;
}
.dan-tooltip-wrapper .wp-block-image {
  margin-bottom: 0 !important;
}
figure.logo-copyright img {
  width: 100%;
  max-width: 50px;
  height: auto;
}
figure.logo-partners img {
  width: 100%;
  max-width: 100px;
  height: auto;
}
.wpsf-product-price {
  display: none !important;
}

/* Popup Styles */
.popup-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: fit-content;
  background-color: white;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  padding: 20px;
  border-radius: 10px;
  min-width: max-content !important;
}
.popup-container.active {
  display: block;
}

.popup-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #333;
}

.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  max-width: 100% !important;
}

.popup-overlay.active {
  display: block;
}

/*REDESIGN*/

.main-slide.alignfull {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 1024px) {
  .popup-container {
    width: 90% !important;
    min-width: max-content !important;
    margin: auto !important;
    /*left: auto !important;
    transform: translate(-50%, 0) !important;*/
  }
  .popup-container h2 {
    white-space: nowrap !important;
  }
  .ti-widget.ti-trip {
    width: auto !important;
  }
}

@media screen and (max-width: 1720px) {
  .slide-five-gallery .splide__arrow {
    height: 3em !important;
    width: 3em !important;
  }
  .slide-five-gallery .splide__arrow--next {
    right: -1.5em !important;
  }
  .slide-five-gallery .splide__arrow--prev {
    left: -1.5em !important;
  }
}
@media screen and (max-width: 1500px) {
  .site-header ul.menu-principal > li.menu-item-has-children a:after {
    margin-left: 5px;
    top: 4px;
  }
}

@media (max-width: 1180px) {
  .menu-mov {
    display: none;
  }
  .arrow-menu:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0px;
    display: block;
    position: absolute;
    top: 0;
    padding: 1px 15px;
    cursor: pointer;
    color: var(--wp--preset--color--theme-blue);
    font-weight: 600;
    font-size: 15px;
  }
  .arrow-menu.active:after {
    content: "\f106";
  }
}

@media screen and (max-width: 780px) {
  #scrollUp {
    bottom: 0 !important;
  }
  .wp-block-group.main-title-interior-container .wp-block-group {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .news-full .wp-block-group {
    flex-direction: column !important;
  }
  .news-full h2.wp-block-post-title {
    text-align: center !important;
  }
  .news-full .wp-block-post-excerpt__excerpt {
    text-align: justify;
  }
  .site-header .search-filter {
    top: 15% !important;
  }
  .slide-five-gallery .splide__arrow {
    height: 2em !important;
    width: 2em !important;
  }
  .slide-five-gallery .splide__arrow--next {
    right: -10px !important;
  }
  .slide-five-gallery .splide__arrow--prev {
    left: -10px !important;
  }
  .woocommerce .single-product .entry-summary {
    padding-top: 0 !important;
  }
  .news-full hr,
  .news-three hr {
    border-color: var(--wp--preset--color--theme-grey) !important;
    margin-top: 0px !important;
  }
  .ci-search-results {
    margin-top: 250px !important;
  }
  .ci-search-results {
    margin-top: 50px !important;
  }
  .ci-search-results #er_search_results {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .landing-bottom-partners {
    display: flex !important;
    flex-direction: column !important;
  }
  .landing-video-iframe {
    height: 300px !important;
  }
}
@media screen and (max-width: 650px) {
  #mc_embed_signup {
    width: 100% !important;
  }
  #mc_embed_signup .mc-field-group,
  #mc_embed_signup .foot {
    width: 100% !important;
  }
  #mc_embed_signup form {
    width: 100%;
  }
  .popup-container {
    min-width: 290px !important;
  }
  .popup-container h2 {
    white-space: wrap !important;
  }
}
@media screen and (max-width: 550px) {
  .landing-video-iframe {
    height: 230px !important;
    border-radius: 10px !important;
  }
  .landing-page-content h1 {
    font-size: 50px !important;
  }
  .landing-page-content h2 {
    font-size: 45px !important;
  }
}
@media screen and (max-width: 450px) {
  .landing-video-iframe {
    height: 100% !important;
  }
}
