:root {
  --color-red: #ae1010;
  --color-white: #ffffff;
  --color-green: #6d813b;
  --color-green-light: #8cbf2f;
  --color-black: #545c60;
  --color-l-gray: #8f8f8f;
  --color-l-blue: #cee7db;
  --color-v-l-blue: #f0f8f4;
  --color-yellow: #FFD700;
  --color-dark: #111412;
}
body {
  color: var(--color-black);
}
a {
  color: var(--color-green);
}
.text-at-red {
  color: var(--color-red) !important;
}
.text-at-green {
  color: var(--color-green) !important;
}
.text-at-green-hover {
  color: var(--color-green-light) !important;
}
.text-at-white {
  color: var(--color-white) !important;
}
.text-at-black {
  color: var(--color-black) !important;
}
.text-at-l-gray {
  color: var(--color-l-gray) !important;
}
.text-at-l-blue {
  color: var(--color-l-blue) !important;
}
.c-v-l-blue {
  color: var(--color-v-l-blue) !important;
}
.text-at-yellow {
  color: var(--color-yellow) !important;
}
.text-at-dark {
  color: var(--color-dark) !important;
}
.bg-at-red {
  background: var(--color-red) !important;
}
.bg-at-green {
  background: var(--color-green) !important;
}
.bg-at-white {
  background: var(--color-white) !important;
}
.bg-at-black {
  background: var(--color-black) !important;
}
.bg-at-l-gray {
  background: var(--color-l-gray) !important;
}
.bg-at-l-blue {
  background: var(--color-l-blue) !important;
}
.bg-at-v-l-blue {
  background: var(--color-v-l-blue) !important;
}
.bg-at-yellow {
  background: var(--color-yellow) !important;
}
.bg-at-dark {
  background: var(--color-dark) !important;
}
.h-text-at-green:hover {
  color: var(--color-green) !important;
}
.h-text-white:hover {
  color: white !important;
}
.a-fs-up {
  transition: all 0.3s ease;
}
.a-fs-up:hover {
  font-size: 1.1rem !important;
}
.fs-big {
  font-size: 3.5rem !important;
}
.fs-0 {
  font-size: 3rem !important;
}
.fs-7 {
  font-size: 0.875rem !important;
}
.left-0 {
  left: 0;
}
.top-0 {
  top: 0;
}
.fw-300 {
  font-weight: 300 !important;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.bg-pos-center {
  background-position: center;
}
.border-bottom-4 {
  border-bottom: 4px solid white !important;
}
.mw-1180 {
  max-width: 1180px;
}
.mw-800 {
  max-width: 800px;
}
.mw-530 {
  max-width: 530px;
}
.mw-500 {
  max-width: 500px;
}
.mw-380 {
  max-width: 380px;
}
.mw-270 {
  max-width: 270px;
}
.mw-240 {
  max-width: 240px;
}
.mw-180 {
  max-width: 180px;
}
@media (min-width: 580px) {
  .minh-sm-768 {
    min-height: 768px !important;
  }
}
.p-float {
  position: absolute;
  bottom: -100px;
}
.bg-decoration {
  position: relative;
}
.bg-decoration:before {
  content: "";
  position: absolute;
  left: -30px;
  top: -60px;
  width: 305px;
  height: 228px;
  background-color: var(--color-l-blue);
  z-index: -1;
  opacity: 0.3;
}
@media (max-width: 580px) {
  .bg-decoration:before {
    top: -25px;
    left: -20px;
  }
  .p-float {
    position: inherit;
    bottom: -50px;
  }
  .c-custom {
    bottom: 0;
  }
}

.phone-ubication {
  font-size: 1rem !important;
}

/* BOTONES */
.btnGral,
#footerZone button[type="submit"] {
  border: 1px solid var(--color-green);
  color: var(--color-green);
}
.btnGral2,
#subscribe button[type="submit"] {
  border: 1px solid var(--color-white);
  background-color: var(--color-green);	/*añadido para poner color verde en botones, si se quita son trasparentes*/
  color: var(--color-white); 
}
.btnGral3 {
  border: 1px solid var(--color-green);
  color: var(--color-white);
  background-color: var(--color-green);
  width: initial !important;
}
.btnGral,
.btnGral2,
.btnGral3,
#subscribe button[type="submit"],
#footerZone button[type="submit"] {
  padding: 10px 25px;
  border-radius: 50px;
  transition: 0.2s;
  line-height: 19px;
}

.btnGral:hover,
#footerZone button[type="submit"]:hover,
.btnGral2:hover,
#subscribe button[type="submit"]:hover {
  border: 1px solid var(--color-green);	
  background: var(--color-white);
 /* color: var(--color-white) !important; */
  color: var(--color-green) !important; 
  transition: 0.2s;
}
.btnGral3:hover {
  background: var(--color-white);
  color: var(--color-green) !important;
  transition: 0.2s;
}
/* Nuevo estilo con boton transparente*/

.btnGraltransparente  {
  border: 1px solid var(--color-white);
  color: var(--color-white);
  padding: 10px 25px;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 19px;
}

.btnGraltransparente:hover {
  background: var(--color-green);
  color: var(--color-white) !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 600.5px) {
  .btnGraltransparente {
    font-size: 12px !important;
    padding: 10px 10px;
  } 
}
/*fin nuevo estilo*/

/* Nuevo estilo con boton transparente*/
.btnGralblanco  {
  background: var(--color-white);
  border: 1px solid var(--color-green-light);
  color: var(--color-green);
  padding: 10px 25px;
  border-radius: 50px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  line-height: 19px;
}

.btnGralblanco:hover {
  background: var(--color-green);
  color: var(--color-white) !important;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 600.5px) {
  .btnGralblanco {
    font-size: 12px !important;
    padding: 10px 10px;
  } 
}
/*fin estilo blanco*/
.btnSMTour a {
  border: 1px solid var(--color-white);
}
.btnSMTour a,
.btnGral a {
  width: auto;
  display: inline-table;
  padding: 10px 25px;
  border-radius: 50px;
  transition: 0.2s;
  line-height: 19px;
}
.btnGral a:hover {
  background: var(--color-green);
  transition: 0.2s;
  color: var(--color-white);
}
.btnSMTour a:hover {
  background: var(--color-green);
  transition: 0.2s;
}

@media (max-width: 991.98px) {
  .HeadingHotel {
    font-size: 2rem !important;
  }
}

@media (max-width: 767px) {
  .HeadingHotel {
    font-size: 2rem !important;
  }
}

@media (max-width: 560px) {
  .sht,
  .sbht {
    visibility: hidden;
  }
}

.sht,
.sbht {
  position: absolute !important;
  bottom: 35%;
  z-index: 2;
  width: 100%;
  display: flex !important;
  justify-content: center !important;
}

.sbht {
  bottom: 31%;
}

#subscribe button[type="submit"],
#footerZone button[type="submit"] {
  background: none;
}
/* #contacto .boxCto2 a.btnGral2 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  word-spacing: 0.1em;
  background-color: var(--color-1);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--color-white);
  padding: 15px 30px 15px 30px;
  text-transform: uppercase;
  color: var(--color-white);
  border-radius: 50px;
  transition: 0.3s;
} */
.page-id-214476 #mega_menu {
  background: var(--color-l-gray);
}
.col-filtros-tour #action-filtrar-reset {
  border-radius: 24px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 6px 32px;
  line-height: 23px;
  border: 2px solid var(--color-green);
  transition: 0.2s;
}
.col-filtros-tour #action-filtrar-reset:hover {
  background: var(--color-white) !important;
  color: var(--color-green);
  transition: 0.2s;
}
/* END BOTONES */

/* TÍTULOS */
.gralTitle b,
.titleLateral b {
  font-size: 1.5rem;
  font-weight: 600;
}
.gralTitle {
  width: fit-content;
  margin: auto;
  z-index: 9;
  position: relative;
  padding: 0 50px;
  line-height: 1.1;
  background: white;
  font-size: 1.5rem;
}
.titleLateral {
  width: fit-content;
  z-index: 9;
  position: relative;
  line-height: 1.1;
  color: var(--color-green);
}
/* END TÍTULOS */

/*Inicio - Iconos de fuentes*/
@font-face {
  font-family: "icoArenaTours";
  src: url("../fonts/icoArenaTours-v1.0/fonts/icoArenaTours.ttf?7s2hwn")
      format("truetype"),
    url("../fonts/icoArenaTours-v1.0/fonts/icoArenaTours.woff?7s2hwn")
      format("woff"),
    url("../fonts/icoArenaTours-v1.0/fonts/icoArenaTours.svg?7s2hwn#icoArenaTours")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icoArenaTours" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-bottom:before {
  content: "\e91b";
}
.icon-icon-burguer:before {
  content: "\e91a";
}
.icon-facebook-2:before {
  content: "\e900";
}
.icon-instagram-2:before {
  content: "\e901";
}
.icon-tik-tok-2 .path1:before {
  content: "\e902";
  color: rgb(240, 248, 244);
}
.icon-tik-tok-2 .path2:before {
  content: "\e903";
  margin-left: -0.9755859375em;
  color: rgb(238, 29, 82);
}
.icon-tik-tok-2 .path3:before {
  content: "\e904";
  margin-left: -0.9755859375em;
  color: rgb(255, 255, 255);
}
.icon-tik-tok-2 .path4:before {
  content: "\e905";
  margin-left: -0.9755859375em;
  color: rgb(105, 201, 208);
}
.icon-instagram:before {
  content: "\e906";
}
.icon-facebook:before {
  content: "\e907";
}
.icon-pinterest:before {
  content: "\e908";
}
.icon-youtube:before {
  content: "\e909";
}
.icon-twitter:before {
  content: "\e90a";
}
.icon-tik-tok:before {
  content: "\e90b";
}
.icon-visa:before {
  content: "\e90c";
}
.icon-american-express .path1:before {
  content: "\e90d";
  color: rgb(0, 0, 0);
}
.icon-american-express .path2:before {
  content: "\e90e";
  margin-left: -1.03125em;
  color: rgb(255, 255, 255);
}
.icon-american-express .path3:before {
  content: "\e90f";
  margin-left: -1.03125em;
  color: rgb(255, 255, 255);
}
.icon-arrows-left:before {
  content: "\e910";
}
.icon-arrows-right:before {
  content: "\e911";
}
.icon-people:before {
  content: "\e912";
}
.icon-search:before {
  content: "\e913";
}
.icon-favorite:before {
  content: "\e914";
}
.icon-whatsapp .path1:before {
  content: "\e915";
  color: rgb(37, 211, 102);
}
.icon-whatsapp .path2:before {
  content: "\e916";
  margin-left: -1em;
  color: rgb(255, 255, 255);
}
.icon-phone .path1:before {
  content: "\e917";
  color: rgb(206, 231, 219);
}
.icon-phone .path2:before {
  content: "\e918";
  margin-left: -1em;
  color: rgb(109, 129, 59);
}
.icon-phone .path3:before {
  content: "\e919";
  margin-left: -1em;
  color: rgb(109, 129, 59);
}
/*Fin - Iconos de fuentes*/

/* Header */

/* Buscador */
#modalBoxMegaMenu .searchBox button.search-submit {
  background: var(--color-green);
  border-radius: 0 25px 25px 0;
  height: 32px;
  padding: 5px 15px;
  font-size: 0.875rem;
}
#modalBoxMegaMenu .searchBox input.search-field {
  height: 32px;
  border-radius: 25px 0 0 25px;
  border: none;
  font-size: 1rem;
  width: calc(320px - 50px);
}
#modalBoxMegaMenu .searchBox input.search-field,
#modalBoxMegaMenu .searchBox input.search-field::placeholder {
  color: var(--color-green);
}

#search-modal,
#search-modal-fixed,
#search-modal-MegaMenu {
  background: #fffffffa;
  height: 100vh;
}
#search-modal .modal-content,
#search-modal-fixed .modal-content,
#search-modal-MegaMenu .modal-content {
  background: none;
  margin: auto;
  border: none;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.modal-content .boxForm {
  width: 100%;
  max-width: 600px;
}
#modalBoxMegaMenu .boxBlockMenu .searchBox input.search-field:focus {
  background: #f0f8f4;
}

/* BOTON CERRAR */
#modalCloseBtn {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
  z-index: 9;
}

.close-btn-container {
  position: relative;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.close-btn-container .leftright,
.close-btn-container .rightleft {
  height: 2px;
  width: 20px;
  position: absolute;
  margin-top: 10px;
  background-color: var(--color-green);
  border-radius: 2px;
  transition: all 0.3s ease-in;
}

.close-btn-container .leftright {
  transform: rotate(45deg);
}

.close-btn-container .rightleft {
  transform: rotate(-45deg);
}

.close-btn-container label {
  color: white;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.6em;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: all 0.3s ease-in;
  opacity: 0;
}

.close-btn-container:hover .leftright {
  transform: rotate(-45deg);
  background-color: var(--color-green);
}
.close-btn-container:hover .rightleft {
  transform: rotate(45deg);
  background-color: var(--color-green);
}
.close-btn-container:hover label {
  opacity: 1;
}
/* END BOTÓN CERRAR */

#search-modal .modal-content .close,
#search-modal-fixed .modal-content .close,
#search-modal-MegaMenu .modal-content .close {
  color: var(--color-black);
  font-size: 1.5rem;
  cursor: pointer;
}
#search-modal .modal-content button.search-submit,
#search-modal-fixed .modal-content button.search-submit,
#search-modal-MegaMenu .modal-content button.search-submit {
  background: none;
  border: 1px solid var(--color-black);
  border-radius: 50px;
  width: 160px;
  transition: 0.3s;
  color: var(--color-black);
}
#search-modal .modal-content button.search-submit:hover,
#search-modal-fixed .modal-content button.search-submit:hover,
#search-modal-MegaMenu .modal-content button.search-submit:hover {
  background: var(--color-black);
  color: var(--color-white);
  transition: 0.3s;
}
#search-modal .modal-content label,
#search-modal-fixed .modal-content label,
#search-modal-MegaMenu .modal-content label {
  width: calc(100% - 180px);
}
#search-modal .modal-content label input.search-field,
#search-modal-fixed .modal-content label input.search-field,
#search-modal-MegaMenu .modal-content label input.search-field {
  width: 100%;
  background: none;
  border: none;
  border-bottom: 1px solid var(--color-black);
}
#search-modal .modal-content label input.search-field:focus-visible,
#search-modal-fixed .modal-content label input.search-field:focus-visible,
#search-modal-MegaMenu .modal-content label input.search-field:focus-visible {
  outline: none;
}
#search-modal .modal-content label input.search-field,
#search-modal-fixed .modal-content label input.search-field,
#search-modal-MegaMenu .modal-content label input.search-field,
#search-modal .modal-content label input.search-field::placeholder,
#search-modal-fixed .modal-content label input.search-field::placeholder,
#search-modal-MegaMenu .modal-content label input.search-field::placeholder {
  color: var(--color-black);
}
body.fixed {
  overflow: hidden;
}
/* END Buscador */

/* Navegación Megamenu */
/*Logo Hover Fixed*/
.logged-in #modalBoxMegaMenu,
.logged-in #search-modal {
  margin-top: 30px !important;
}
#mega_menu
  .menu-ppal
  > ul.listTop
  > li.menu-item-has-children
  > ul.sub-menu
  li.menu-item-has-children:hover
  > ul.sub-menu,
#mega_menu_fixed
  .menu-ppal
  > ul.listTop
  > li.menu-item-has-children
  > ul.sub-menu
  li.menu-item-has-children:hover
  > ul.sub-menu {
  opacity: 1;
  left: 0;
  top: calc(100% + 135px);
  position: fixed;
  z-index: 99000 !important;
  transition: 0.3s;
  padding: 2px 20px;
  background: white; 
  min-width: 800px;
}
/*Para ordenar la ubicación de cada opción del sub-menu de segundo nivel y evitar la sobreposición*/
#menu-menu-izquierdo > li.parentMenu.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item > ul > li.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item > ul > li{ 
  margin-right: 40px;		
}
ul[id^="menu-menu-izquierdo"]
  > li.menu-item
  > ul.sub-menu
  > li.menu-item-has-children
  > a:after,
ul#menu-menu-izquierdo-1
  > li.menu-item
  > ul.sub-menu
  > li.menu-item-has-children
  > a:after,
ul#menu-menu-izquierdo
  > li.menu-item
  > ul.sub-menu
  > li.menu-item-has-children
  > a:after,
ul[id^="menu-menu-derecho"]
    > li.menu-item
    > ul.sub-menu
    > li.menu-item-has-children
    > a:after,
ul#menu-menu-derecho-1
  > li.menu-item
  > ul.sub-menu
  > li.menu-item-has-children
  > a:after,
ul#menu-menu-derecho
  > li.menu-item
  > ul.sub-menu
  > li.menu-item-has-children
  > a:after {
  /*content: "▼";*/
  font-size: 10px;
  padding-left: 15px;
}
/*#mega_menu
  .menu-ppal
  > ul.listTop
  > li.menu-item-has-children
  > ul.sub-menu
  li.menu-item-has-children
  > ul.sub-menu
  a,
#mega_menu_fixed
  .menu-ppal
  > ul.listTop
  > li.menu-item-has-children
  > ul.sub-menu
  li.menu-item-has-children
  > ul.sub-menu
  a {
  color: var(--color-black);
}*/
#mega_menu
  .menu-ppal
  > ul.listTop
  > li.menu-item-has-children
  > ul.sub-menu
  li.menu-item-has-children
  > ul.sub-menu,
#mega_menu_fixed
  .menu-ppal
  > ul.listTop
  > li.menu-item-has-children
  > ul.sub-menu
  li.menu-item-has-children
  > ul.sub-menu {
  z-index: -1;
  opacity: 0;
  top: calc(100% + 30px);
  transition: 0.3s;
}
#mega_menu.bgSolid,
#mega_menu.bgSolid .col-b .menu-item-has-children > ul.sub-menu,
#mega_menu.bgSolid .col-b .menu-item-has-children > ul.sub-menu:after,
#mega_menu.bgSolid .col-b .menu-item-has-children > ul.sub-menu:before {
  transition: 0.2s;
  background: var(--color-v-l-blue) !important;
}
#mega_menu.bgSolid .icon-search,
#mega_menu.bgSolid .icon-icon-burguer {
  color: var(--color-green) !important;
}
#mega_menu_fixed.bgSolid,
#mega_menu_fixed.bgSolid .col-b .menu-item-has-children > ul.sub-menu,
#mega_menu_fixed.bgSolid .col-b .menu-item-has-children > ul.sub-menu:after,
#mega_menu_fixed.bgSolid .col-b .menu-item-has-children > ul.sub-menu:before {
  transition: 0.1s;
}
/* End Navegación Megamenu */
#mega_menu_fixed .menu-item-has-children ul.sub-menu {
  padding: 0 10px;
}
#mega_menu #logoSiteMovil {
  display: none;
}

#modalBoxMegaMenu #stripeUp #search-btn img,
#modalBoxMegaMenu #stripeUp #userMenu img {
  filter: brightness(0.5);
}
#modalBoxMegaMenu #searchMenu {
  margin: 0 8px;
}
#modalBoxMegaMenu .switchLang span,
#mega_menu #langMenu,
#mega_menu_fixed #langMenu {
  border: 2px solid;
  border-radius: 4px;
  font-size: 0.875rem;
  padding: 4px;
  line-height: 1;
}
#modalBoxMegaMenu #langMenu .wpml-ls-sub-menu,
#mega_menu_fixed #langMenu .wpml-ls-sub-menu {
  border: 1px solid;
  border-top: none;
  background: var(--color-white);
}

#modalBoxMegaMenu #langMenu .wpml-ls-sub-menu, #mega_menu_fixed #langMenu .wpml-ls-sub-menu {
  box-shadow: 0px 5px 10px 0px #6d813b;
  border: 0;
  min-width: 170px;
}

#modalBoxMegaMenu #langMenu .wpml-ls-sub-menu .wpml-ls-link,
#mega_menu_fixed #langMenu .wpml-ls-sub-menu .wpml-ls-link {
  color: var(--color-green);
}

#modalBoxMegaMenu #langMenu .wpml-ls-legacy-dropdown > ul > .wpml-ls-item > .wpml-ls-item-toggle {
  color: var(--color-green);
}

#modalBoxMegaMenu #langMenu .wpml-ls-legacy-dropdown > ul > .wpml-ls-item > .wpml-ls-item-toggle::before {
  content: "";
  background: var(--color-green);
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -3px;
  transition: 0.2s;
}

#modalBoxMegaMenu #langMenu .wpml-ls-legacy-dropdown > ul > .wpml-ls-item > .wpml-ls-item-toggle:hover::before {
  width: 100%;
  transition: 0.2s;
}

#mega_menu #langMenu,
#mega_menu_fixed #langMenu,
#modalBoxMegaMenu #langMenu {
  margin-left: 15px;
}
#menu-logo img {
  max-width: 300px;
  width: 250px;
}

.site-footer #footerZone .logoFter .attachment-full.size-full {
  max-width: 350px;
}

#modalBoxMegaMenu #menu-logo-fixed .old-compatibility {
  width: 250px;
}
.socialNet {
  padding: 0px;
  display: flex;
  justify-content: end;
}
#modalBoxMegaMenu .itemListSocial a {
  color: var(--color-green);
  width: 30px;
  height: 30px;
  display: block;
  text-align: center;
  margin: 0;
  border-radius: 50%;
  font-size: 1.2rem;
  padding-top: 3px;
}

#modalBoxMegaMenu .itemListSocial:last-child a {
  width: max-content;
  margin-left: 3px;
}

.whiteSvg {
  fill: var(--color-white);
}
#stripeMiddle .socialNet a svg {
  width: 18px;
  margin-bottom: 7px;
}
#boxMegaMenu li,
.boxBlockMenu .menu-item {
  list-style: none;
  text-align: left;
}
#barMenu {
  padding-right: 30px;
}
#langMenu {
  font-size: 1.063rem;
}
header {
  z-index: 100;
  position: relative;
  display: flex;
  max-width: 100%;
  width: 100%;
}
.bodyBox {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99999;
}
.bodyBox nav {
  background-color: transparent;
  box-shadow: none;
  justify-content: center;
}
ul#menu-menu-principal a,
ul#menu-menu-principal-1 a,
ul#menu-menu-izquierdo a,
ul#menu-menu-derecho a,
ul[id^="menu-menu-izquierdo"] a,
ul[id^="menu-menu-derecho"] a,
ul#menu-menu-izquierdo-1 a,
ul#menu-menu-derecho-1 a {
  transition: 0.3s;
  outline: none;
}
ul#menu-menu-principal a:hover,
ul#menu-menu-principal-1 a:hover,
ul#menu-menu-izquierdo a:hover,
ul#menu-menu-derecho a:hover,
ul[id^="menu-menu-izquierdo"] a:hover,
ul[id^="menu-menu-derecho"] a:hover,
ul#menu-menu-izquierdo-1 a:hover,
ul#menu-menu-derecho-1 a:hover {
  background-color: initial;
  border-bottom: 1px solid var(--color-5);
  transition: 0.3s;
}
#menu-menu-principal .logoNav a:hover,
#menu-menu-principal-1 .logoNav a:hover,
#menu-menu-izquierdo .logoNav a:hover,
#menu-menu-derecho .logoNav a:hover,
ul[id^="menu-menu-izquierdo"] .logoNav a:hover,
ul[id^="menu-menu-derecho"] .logoNav a:hover,
#menu-menu-izquierdo-1 .logoNav a:hover,
#menu-menu-derecho-1 .logoNav a:hover {
  border-bottom: none;
}
body {
  background-color: var(--color-white) !important;
}
/* Botones Flotantes */
a.generate-back-to-top.generate-back-to-top__show {
  display: none;
}
#boxPage .btt {
  background: #808080ad;
  cursor: pointer;
  bottom: 80px;
}
#boxPage .btt:before {
 /* content: "\f106";
  font-family: GeneratePress;
  font-size: 24px;*/
}
.btnWaWeb a,
.btnTel a,
#boxPage .btt {
position: fixed;
  right: 26px;
  z-index: 99;
  height: 0;
  width: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  transition: 0;
}
.btnWaWeb a {
  bottom: 200px;
  background: #25d366;
  color: #fff;
  border: 2px solid #25d366;
  font-size: 1.5rem;
}
.btnWaWeb a:hover {
  color: #fff;
  background: #15952f;
  border-color: #15952f;
  transition: 0.2s;
}
.btnTel a {
  bottom: 140px;
  background: #cee7db;
  color: #6d813b;
  border: 2px solid #6d813b;
  font-size: 1.3rem;
  padding-top: 3px;
}
.btnTel a:hover {
  background: #b5cdc2;
  color: #6d813b;
  transition: 0.2s;
}

.contentDestinySection .consentimiento li {
  display: flex;
  justify-content: start;
  align-items: center;
}

.contentDestinySection .consentimiento input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  min-width: 14px !important;
  height: 14px !important;
  border: 1px solid #6D813B !important;
  border-radius: 3px;
  cursor: pointer;
  display: flex !important;
  justify-content: center;
  align-items: start;
}

.contentDestinySection .consentimiento input[type="checkbox"]::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 10px;
  border: solid #6D813B;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  left: 4px;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.contentDestinySection .consentimiento input[type="checkbox"]:checked::before {
  opacity: 1;
}

/* End Botones Flotantes */
/* END HEADER */

/* Mega menu */
/* Contrasted menu */
.contrasted #mega_menu .col-b a {
  color: var(--color-green);
}
.contrasted #boxPage {
  margin-top: 7rem;
}
/* End Contrasted menu */

#mega_menu ul[id^="menu-menu-izquierdo"] > li a,
#mega_menu ul[id^="menu-menu-derecho"] > li a{
  position: relative;
}

#mega_menu ul[id^="menu-menu-izquierdo"] > li:not(.parentMenu) a:before,
#mega_menu ul[id^="menu-menu-derecho"] > li:not(.parentMenu) a:before,
#mega_menu ul[id^="menu-menu-izquierdo"] > li a:before,
#mega_menu ul[id^="menu-menu-derecho"] > li a:before,
#mega_menu_fixed ul[id^="menu-menu-izquierdo"] > li a:before,
#mega_menu_fixed ul[id^="menu-menu-derecho"] > li a:before,
#mega_menu ul#menu-menu-izquierdo-1 > li:not(.parentMenu) a:before,
#mega_menu ul#menu-menu-izquierdo > li:not(.parentMenu) a:before,
#mega_menu ul#menu-menu-derecho-1 > li a:before,
#mega_menu ul#menu-menu-derecho > li a:before,
#mega_menu_fixed ul#menu-menu-izquierdo > li a:before,
#mega_menu_fixed ul#menu-menu-derecho > li a:before {
  content: "";
  height: 1px;
  width: 0%;
  background: #6d813b80;
  position: absolute;
  bottom: 22px;
  left: 0;
  transition: 0.2s;
}
#mega_menu_fixed ul[id^="menu-menu-izquierdo"] > li a:before,
#mega_menu_fixed ul[id^="menu-menu-derecho"] > li a:before,
#mega_menu_fixed ul#menu-menu-izquierdo > li a:before,
#mega_menu_fixed ul#menu-menu-derecho > li a:before {
  background: white;
}

#mega_menu ul[id^="menu-menu-izquierdo"] > li > a:hover:before,
#mega_menu ul[id^="menu-menu-derecho"] > li > a:hover:before,
#mega_menu_fixed ul[id^="menu-menu-izquierdo"] > li > a:hover:before,
#mega_menu_fixed ul[id^="menu-menu-derecho"] > li > a:hover:before,
#mega_menu ul#menu-menu-izquierdo-1 > li > a:hover:before,
#mega_menu ul#menu-menu-derecho-1 > li > a:hover:before,
#mega_menu ul#menu-menu-izquierdo > li > a:hover:before,
#mega_menu ul#menu-menu-derecho > li > a:hover:before,
#mega_menu_fixed ul#menu-menu-izquierdo > li > a:hover:before,
#mega_menu_fixed ul#menu-menu-derecho > li > a:hover:before {
  width: 100%;
  transition: 0.2s;
}

#mega_menu ul[id^="menu-menu-izquierdo"] > li:not(.parentMenu) a:hover:before,
#mega_menu ul[id^="menu-menu-derecho"] > li:not(.parentMenu) a:hover:before,
#mega_menu ul#menu-menu-izquierdo-1 > li:not(.parentMenu) a:hover:before,
#mega_menu ul#menu-menu-derecho-1 > li:not(.parentMenu) a:hover:before,
#mega_menu ul#menu-menu-izquierdo > li:not(.parentMenu) a:hover:before,
#mega_menu ul#menu-menu-derecho > li:not(.parentMenu) a:hover:before {
  background: var(--color-white) !important;
}
#mega_menu ul[id^="menu-menu-izquierdo"] > li ul.sub-menu > li a:before,
#mega_menu ul[id^="menu-menu-derecho"] > li ul.sub-menu > li a:before,
#mega_menu_fixed ul[id^="menu-menu-izquierdo"] > li ul.sub-menu > li a:before,
#mega_menu_fixed ul[id^="menu-menu-derecho"] > li ul.sub-menu > li a:before,
#mega_menu ul#menu-menu-izquierdo-1 > li ul.sub-menu > li a:before,
#mega_menu_fixed ul#menu-menu-izquierdo > li ul.sub-menu > li a:before,
#mega_menu ul#menu-menu-derecho-1 > li ul.sub-menu > li a:before,
#mega_menu_fixed ul#menu-menu-derecho > li ul.sub-menu > li a:before {
  content: "";
  background: #6d813b80;
  height: 1px;
  width: 0%;
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#mega_menu ul[id^="menu-menu-izquierdo"] > li ul.sub-menu > li:hover > a:before,
#mega_menu ul[id^="menu-menu-derecho"] > li ul.sub-menu > li:hover > a:before,
#mega_menu_fixed ul[id^="menu-menu-izquierdo"] > li ul.sub-menu > li:hover > a:before,
#mega_menu_fixed ul[id^="menu-menu-derecho"] > li ul.sub-menu > li:hover > a:before,
#mega_menu ul#menu-menu-izquierdo-1 > li ul.sub-menu > li:hover > a:before,
#mega_menu_fixed ul#menu-menu-izquierdo > li ul.sub-menu > li:hover > a:before,
#mega_menu ul#menu-menu-derecho-1 > li ul.sub-menu > li:hover > a:before,
#mega_menu_fixed ul#menu-menu-derecho > li ul.sub-menu > li:hover > a:before {
  width: 100%;
  transition: 0.2s;
}

ul#menu-menu-footer li a:hover,
ul#menu-menu-legal li a:hover,
ul[id^="menu-menu-izquierdo"] li.menu-item:not(.logoNav) a:hover,
ul[id^="menu-menu-derecho"] li.menu-item:not(.logoNav) a:hover,
ul#menu-menu-principal-1 li.menu-item:not(.logoNav) a:hover,
ul#menu-menu-izquierdo li.menu-item:not(.logoNav) a:hover,
ul#menu-menu-derecho li.menu-item:not(.logoNav) a:hover,
ul#menu-menu-izquierdo-1 li.menu-item:not(.logoNav) a:hover,
ul#menu-menu-derecho-1 li.menu-item:not(.logoNav) a:hover {
  border-bottom: 1px solid var(--color-5);
  transition: 0.3s;
}
#mega_menu_fixed .col-b a {
  font-size: 1.125rem;
}

#mega_menu ul[id^="menu-menu-izquierdo"],
#mega_menu ul[id^="menu-menu-derecho"],
#mega_menu_fixed ul[id^="menu-menu-izquierdo"],
#mega_menu_fixed ul[id^="menu-menu-derecho"],
#mega_menu ul#menu-menu-izquierdo-1,
#mega_menu ul#menu-menu-derecho-1,
#mega_menu_fixed ul#menu-menu-izquierdo,
#mega_menu_fixed ul#menu-menu-derecho {
  list-style: none;
}
div#closeBtn img {
  width: 25px;
}

#boxMegaMenu li.menu-item-has-children.dropped,
#boxMegaMenu li.menu-item-has-children.dropped ul.sub-menu,
#boxMegaMenu li.menu-item-has-children.submenuActive,
#boxMegaMenu li.menu-item-has-children.submenuActive ul.sub-menu {
  transition: 0.2s;
}

#boxMegaMenu li.menu-item-has-children:not(.dropped),
#boxMegaMenu li.menu-item-has-children:not(.submenuActive) {
  position: relative;
  height: 40px;
  transition: 0.2s;
}
#mega_menu_fixed #barMenu img,
#closeBtn img {
  filter: opacity(0.5);
}
#boxMegaMenu li.menu-item-has-children:not(.dropped) ul.sub-menu,
#boxMegaMenu li.menu-item-has-children:not(.submenuActive) ul.sub-menu {
  transform: translate(0px, -100%);
  opacity: 0;
  transition: 0.2s;
}
#boxMegaMenu .sub-arrow {
  position: relative;
  z-index: 9;
  margin-left: 10px;
}
#boxMegaMenu li.menu-item-has-children ul.sub-menu a {
  font-size: 1.25rem;
}
.fa-chevron-down:before {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  color: var(--color-green);
  cursor: pointer;
  font-size: 1.2rem;
}

/*#mega_menu_fixed {
  border-bottom: 1px solid rgb(128 128 128 / 0%);
}*/
#contactBtns .btn-gral-2 {
  border-radius: 0;
}
#modalBoxMegaMenu .btn-gral-2 {
  border-radius: 50px;
  font-size: 1.125rem;
  text-transform: initial;
  padding: 8px 18px 8px 18px;
}

@media (max-width: 1250px) and (min-width: 991px) { 
  #modalBoxMegaMenu .btn-gral-2 {
    font-size: 1rem;
    display: inline;
    white-space: nowrap;
    margin-left: 8px;
  }
}

#modalBoxMegaMenu #contactBtns a svg {
  display: none;
}

.btn-a,
.btn-c {
  font-size: 1.125rem;
}

#stripeDown {
  display: flex;
  align-items: center;
}
#stripeDown .col-a,
#stripeDown .col-a a {
  font-size: 1.05rem;
  font-weight: 300;
  color: var(--color-2);
}
#stripeMiddle .socialNet a i,
#stripeMiddle .socialNet a svg {
  margin-top: 7px;
}
#stripeMiddle .socialNet a:hover {
  transition: 0.3s;
  color: var(--color-black);
}
#stripeMiddle .socialNet a svg {
  width: 18px;
}
#stripeUp,
#stripeDown {
  padding: 0 30px;
}
#stripeDown {
  padding-top: 15px;
  padding-bottom: 15px;
}
#stripeUp {
  padding-top: 15px;
  margin-bottom: 0;
}
#mega_menu_fixed {
  background: transparent;
  position: fixed;
  width: 100%;
  transform: translate(0, 0%);
  transition: 0.3s; 
  z-index: 999;
}
#mega_menu .col,
#mega_menu_fixed .col,
#modalBoxMegaMenu .col {
  min-height: 72px;
}
i.fa-solid.fa-bars,
i.fa-regular.fa-user-plus {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
}

#mega_menu.bgSolid .iconMenu,
#mega_menu.bgSolid .iconMenu a {
  color: var(--color-green);
}

#mega_menu .iconMenu,
#mega_menu .iconMenu a,
#mega_menu_fixed .iconMenu,
#mega_menu_fixed .iconMenu a {
  border: none !important;
}

#mega_menu_fixed #searchMenu-fixed a img,
#mega_menu_fixed #searchMenu a img,
#mega_menu_fixed #userMenu a img,
#mega_menu.bgSolid #search-btn img,
#modalBoxMegaMenu #search-btn-MegaMenu img,
#modalBoxMegaMenu #userMenu img {
  filter: invert(50%) sepia(10%) saturate(1804%) hue-rotate(36deg)
    brightness(91%) contrast(92%);
}

#btnCloseMega .close {
  cursor: pointer;
}
#btnCloseMega {
  color: var(--color-green);
  font-size: 2.3rem;
  padding-right: 50px;
}
#modalBoxMegaMenu #searchMenu a img {
  filter: invert(45%) sepia(46%) saturate(463%) hue-rotate(36deg)
    brightness(60%) contrast(87%);
}
.iconMenu a,
#stripeDown a {
  outline: none !important;
}
li.menu-item a {
  outline: none;
}

#mega_menu .menu-ppal > ul > li.current-menu-parent:before,
#mega_menu_fixed .menu-ppal > ul > li.current-menu-parent:before {
  content: "";
  position: absolute;
  height: 300px;
  width: 100%;
  top: -302px;
  z-index: 999;
}
div#mega_menu_fixed nav ul a {
  font-size: 1.125rem;
}
div#mega_menu nav ul a {
  font-size: 1.125rem;
}
#mega_menu ul[id^="menu-menu-izquierdo"] li.menu-item-has-children .sub-menu a,
#mega_menu ul[id^="menu-menu-derecho"] li.menu-item-has-children .sub-menu a,
#mega_menu_fixed ul[id^="menu-menu-izquierdo"] li.menu-item-has-children .sub-menu a,
#mega_menu_fixed ul[id^="menu-menu-derecho"] li.menu-item-has-children .sub-menu a,
#mega_menu_fixed #menu-menu-principal li.menu-item-has-children .sub-menu a,
#mega_menu #menu-menu-principal-1 li.menu-item-has-children .sub-menu a,
#mega_menu_fixed #menu-menu-izquierdo li.menu-item-has-children .sub-menu a,
#mega_menu_fixed #menu-menu-derecho li.menu-item-has-children .sub-menu a,
#mega_menu #menu-menu-izquierdo-1 li.menu-item-has-children .sub-menu a,
#mega_menu #menu-menu-derecho-1 li.menu-item-has-children .sub-menu a {
  font-size: 1.125rem;
  white-space: nowrap;
  position: relative;
  display: inline-block;
}

#mega_menu_fixed #menu-menu-principal li.menu-item-has-children a {
  background-color: var(--color-white);
}
#mega_menu .col-a,
#mega_menu_fixed .col-a,
#mega_menu .col-c,
#mega_menu_fixed .col-c,
#modalBoxMegaMenu .col-a,
#modalBoxMegaMenu .col-c {
  display: flex;
  align-items: center;
}

ul[id^="menu-menu-izquierdo"] > li:not(.parentMenu),
ul[id^="menu-menu-izquierdo"] .sub-menu li,
ul[id^="menu-menu-derecho"] li,
ul#menu-menu-derecho-1 li,
ul#menu-menu-izquierdo-1 > li:not(.parentMenu),
ul#menu-menu-izquierdo-1 .sub-menu li,
ul#menu-menu-derecho li {
  list-style: none;
  position: relative;
}
#mega_menu .col-c,
#mega_menu_fixed .col-c,
#modalBoxMegaMenu .col-c {
  flex-direction: row;
  justify-content: end;
  gap: 20px;
}
#mega_menu .col-a,
#mega_menu_fixed .col-a {
  justify-content: start;
}
#mega_menu_fixed .row {
  margin-bottom: 0;
}
#modalBoxMegaMenu {
  transform: translate(0px, -150%);
  position: fixed;
  top: 0;
  width: 100%;
  transition: 0.2s;
  z-index: 999;
}
#modalOverlay {
  background: rgb(0 0 0 / 70%);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 100;
  transform: translate(0px, -150%);
  opacity: 0;
  transition: 0.2s;
}
#boxMegaMenu .logoNav {
  display: none;
}
#closeBtn {
  position: absolute;
  top: 30px;
  right: 28px;
  font-size: 1.4rem;
}
#closeBtn a {
  outline: none;
  color: var(--color-2);
}

#mega_menu:not(.bgSolid) .col-b a {
  color: var(--color-white);
}
#mega_menu .col-b .menu-item-has-children > ul.sub-menu,
#mega_menu_fixed .col-b .menu-item-has-children > ul.sub-menu {
  width: 66.66666667%;
  max-width: 836px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 20px 0 !important;
  position: absolute;
  margin-left: 0;
  top: 70px;
  left: 0;
  right: 0;
  margin: auto;
}
#mega_menu .col-b .menu-item-has-children > ul.sub-menu {
  background: var(--color-v-l-blue);
}

#mega_menu ul[id^="menu-menu-izquierdo"] li.menu-item-has-children:hover a,
#mega_menu ul[id^="menu-menu-derecho"] li.menu-item-has-children:hover a,
#mega_menu_fixed ul[id^="menu-menu-izquierdo"] li.menu-item-has-children:hover a,
#mega_menu_fixed ul[id^="menu-menu-derecho"] li.menu-item-has-children:hover a {
  background-color: transparent;
}

#mega_menu ul[id^="menu-menu-izquierdo"] li.menu-item-has-children:hover > ul.sub-menu,
#mega_menu ul[id^="menu-menu-derecho"] li.menu-item-has-children:hover > ul.sub-menu,
#mega_menu_fixed ul[id^="menu-menu-izquierdo"] li.menu-item-has-children:hover > ul.sub-menu,
#mega_menu_fixed ul[id^="menu-menu-derecho"] li.menu-item-has-children:hover > ul.sub-menu,
#mega_menu ul#menu-menu-izquierdo-1 li:hover > ul.sub-menu,
#mega_menu ul#menu-menu-derecho-1 li:hover > ul.sub-menu,
#mega_menu_fixed ul#menu-menu-izquierdo li:hover > ul.sub-menu,
#mega_menu_fixed ul#menu-menu-derecho li:hover > ul.sub-menu {
  transition: 1s;
  transform: initial;
  opacity: 1;
  transition: opacity 1s ease, transform 0s;
  padding: 15px 0;
  z-index: -1;
}

#mega_menu ul[id^="menu-menu-izquierdo"] li.menu-item-has-children > ul.sub-menu,
#mega_menu ul[id^="menu-menu-derecho"] li.menu-item-has-children > ul.sub-menu,
#mega_menu_fixed ul[id^="menu-menu-izquierdo"] li.menu-item-has-children > ul.sub-menu,
#mega_menu_fixed ul[id^="menu-menu-derecho"] li.menu-item-has-children > ul.sub-menu,
#mega_menu ul#menu-menu-izquierdo-1 li > ul.sub-menu,
#mega_menu ul#menu-menu-derecho-1 li > ul.sub-menu,
#mega_menu_fixed ul#menu-menu-izquierdo li > ul.sub-menu,
#mega_menu_fixed ul#menu-menu-derecho li > ul.sub-menu {
  transform: translateY(-200%);
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease, transform 0s;
}

#mega_menu ul[id^="menu-menu-izquierdo"]  > .menu-item > a,
#mega_menu ul[id^="menu-menu-derecho"]  > .menu-item > a,
#mega_menu_fixed ul[id^="menu-menu-izquierdo"]  > .menu-item > a,
#mega_menu_fixed ul[id^="menu-menu-derecho"]  > .menu-item > a,
#mega_menu ul#menu-menu-izquierdo-1 > .menu-item > a,
#mega_menu ul#menu-menu-derecho-1 > .menu-item > a,
#mega_menu_fixed ul#menu-menu-izquierdo > .menu-item > a,
#mega_menu_fixed ul#menu-menu-derecho > .menu-item > a,
#mega_menu_fixed ul#menu-menu-izquierdo > .menu-item-white > a,
#mega_menu_fixed ul#menu-menu-derecho > .menu-item-white > a {
  padding: 28px 12px;
  z-index: 1;
}

#mega_menu .col-b .menu-item-has-children > ul.sub-menu > li,
#mega_menu_fixed .col-b .menu-item-has-children > ul.sub-menu > li {
  width: calc(33.33% - 10px);
  margin-bottom: 20px;
  box-sizing: border-box;
}

#mega_menu .col-b .menu-item-has-children > ul.sub-menu:after,
#mega_menu .col-b .menu-item-has-children > ul.sub-menu:before,
#mega_menu_fixed .col-b .menu-item-has-children > ul.sub-menu:after,
#mega_menu_fixed .col-b .menu-item-has-children > ul.sub-menu:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 150%;
}
#mega_menu .col-b .menu-item-has-children > ul.sub-menu:after,
#mega_menu .col-b .menu-item-has-children > ul.sub-menu:before {
  background: #f1f8f5f2;
}
#mega_menu_fixed .col-b .menu-item-has-children > ul.sub-menu:after,
#mega_menu_fixed .col-b .menu-item-has-children > ul.sub-menu:before,
#mega_menu_fixed .col-b .menu-item-has-children > ul.sub-menu {
  background: #fff;
}
#mega_menu .col-b .menu-item-has-children > ul.sub-menu:before,
#mega_menu_fixed .col-b .menu-item-has-children > ul.sub-menu:before {
  left: 100%;
}
#mega_menu .col-b .menu-item-has-children > ul.sub-menu:after,
#mega_menu_fixed .col-b .menu-item-has-children > ul.sub-menu:after {
  right: 100%;
}
#menuBar .boxBlockMenu .menu-item a {
  font-size: 1.125rem;
  transition: 0.2s;
  position: relative;
}
#menuBar .boxBlockMenu .menu-item a:before {
  content: "";
  background: var(--color-green);
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -3px;
  transition: 0.2s;
}
#menuBar .boxBlockMenu .menu-item a:hover:before {
  width: 100%;
  transition: 0.2s;
}
.boxBlockMenu {
  text-align: center;
}
#socialBar {
  margin: 0 3%;
}
#socialBar .boxMenuMenu {
  padding: 20px 0;
  border-top: 1px solid;
}

.boxMenuMenu {
  font-size: 1.125rem;
}

#contactBtns .link-1 a,
#contactBtns .link-3 a {
  position: relative;
}
#contactBtns .link-1 a:before,
#contactBtns .link-3 a:before {
  content: "";
  background: var(--color-green);
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -2px;
  transition: 0.2s;
}
#contactBtns .link-1 a:hover:before,
#contactBtns .link-3 a:hover:before {
  width: 100%;
  transition: 0.2s;
}
/* End Mega menu */

/* SWITCH IDIOMA */
#mega_menu:not(.bgSolid) #langMenu a {
  color: var(--color-white) !important;
}
#langMenu a,
.switchLang a {
  background: none;
  border: none;
}
#langMenu,
.switchLang {
  max-width: 170px;
}
#langMenu a:hover,
.switchLang li:hover a {
  background: none !important;
}
#mega_menu_fixed #langMenu a:hover,
#mega_menu_fixed  .switchLang li:hover a {
  background: none !important;
  color: #8cbf2f !important;
}
.switchLang .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  font-size: 1rem;
  color: var(--color-green);
}
/* END SWITCH IDIOMA */

/* HOME */
/* BANNER */
.SubEmbedBox {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lineBox:after {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00000066;
  content: "";
  top: 0;
  left: 0;
}
.boxExtract {
  max-width: 500px;
  margin: auto;
}
/* Texto circular rotante */
/* Forma Circular Texto Animado */
.main-1 textPath {
  fill: var(--color-white);
  font-size: 9px;
}
.embedBox h1,
.bannerDestinyInter h1 {
  color: var(--color-white);
  font-size: 3rem;
  line-height: 4.5rem;
  width: fit-content;
  margin-bottom: 24px;
}
.bannerDestinyInter h1 {
  text-align: center;
}
.embedBox p {
  color: var(--color-white);
  font-weight: 300;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}
#banner .embedBox p {
  font-weight: 500;
}
#banner .btn-gral {
  text-transform: initial;
  font-size: 1rem;
  font-weight: 400;
}
.boxRing {
  height: 90px;
  overflow: hidden;
  margin-top: 5rem;
  width: 160px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 20px;
}
textPath {
  word-spacing: 3px;
  /* letter-spacing: 3.5px; */
}
.main-1 {
  width: 160px;
  height: 160px;
  margin: auto;
  font-size: 12px;
  max-width: 260px;
  max-height: 260px;
}
.main-1 svg {
  overflow: visible;
}
.main-1 path {
  fill: none;
}
.main-1 text {
  fill: #000;
}
@keyframes circular-text-rotate {
  to {
    transform: rotate(1turn);
  }
}
/* End Forma Circular Texto Animado */

/* Animación de rotación */
.main-1 {
  animation: rotation 25s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.btn-gral {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 1px;
  word-spacing: 0.1em;
  background-color: var(--color-green);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--color-white);
  padding: 8px 18px 8px 18px;
  color: var(--color-white);
  border-radius: 50px;
  transition: 0.3s;
  font-weight: 700;
}
.btn-gral:hover {
  transition: 0.3s;
  background-color: transparent;
  background-color: var(--color-green);	
  border-color: var(--color-green);
  color: var(--color-green);
}
.btn-gral a:hover {
  color: var(--color-green) !important;	
}
.btn-gral-2 {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0px;
  word-spacing: 0.1em;
  background-color: var(--color-green);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--color-white);
  padding: 15px 30px 15px 30px;
  text-transform: uppercase;
  color: var(--color-white);
  border-radius: 5px;
  transition: 0.3s;
}
.btn-gral-2:hover {
  transition: 0.3s;
  background-color: transparent;
  color: var(--color-black);
  border-color: var(--color-black);
}
.btn-gral-3 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  word-spacing: 0.1em;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--color-white);
  padding: 15px 30px 15px 30px;
  text-transform: uppercase;
  color: var(--color-white);
  border-radius: 5px;
  transition: 0.3s;
  line-height: 15px;
}
.btn-gral-3:hover {
  transition: 0.3s;
  background-color: transparent;
  background-color: var(--color-1);
}
.btn-size-1 {
  padding: 15px 120px;
}
/* End Animación de rotación   */

/* Botón */
.btn-gral:focus {
  outline: none;
}
#contactBtns .btn-gral {
  border-color: var(--color-green);
  color: var(--color-green);
  text-transform: initial;
  padding: 13px 30px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 23px;
}
#contactBtns .btn-gral:hover {
  color: var(--color-white);
}
/* End Botón */

/* Texto circular rotante */

/* Video Background */
#banner {
  position: relative;
}
#banner iframe {
  width: 100%;
  height: 770px;
  overflow: scroll;
  transform: scale(1.5);
  height: calc(100vh + 93px);
}
.embedBox {
  position: absolute;
  z-index: 10;
  left: 50%;
  top: 25%;
  translate: -50% -25%;
  width: inherit;
}
.videoBox {
  padding: 0 !important;
  position: relative;
  background-color: #fff;
  height: 100vh;
  width: 100%;
}
.ytvideoBox:before,
.frameBox:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #00000008;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.ytvideoBox {
  margin-left: -100px;
  margin-right: -100px;
  margin-top: -100px;
}

.ytvideoBox,
.frameBox {
  position: relative;
  overflow: hidden;
  pointer-events: none;
}

#cover-yt {
  transition: opacity 1s ease;
  position: relative;
  z-index: 9;
  height: auto;
  width: 100%;
  margin-left: 0;
  max-width: 100%;
  top: 0;
}
@media screen and (max-width: 1550.5px) {
  #cover-yt {
    height: 100vh;
    width: auto;
  }
  
}

@media screen and (max-height: 770.5px) {
  #cover-yt {
    height: auto;
    width: 100%;
  }
  
}


#cover-yt.fade-out-custom {
  opacity: 0;
  /* height: 0; */
}
/* End Video Background */

/* Separadores Títulos */
/* .leftDivider, .rightDivider {
  background: var(--color-green);
  height: 1px;
  width: 50%;
  position: absolute;
  top: 50%;
}
.leftDivider {
  left: 0;
}
.rightDivider {
  right: 0;
} */

.ExoticSection {
  background: red;
  height: 100%;
  max-width: 350px;
}

.leftDivider {
  position: relative;
}

.leftDivider:before,
.rightDivider:before {
  content: "";
  background: var(--color-green);
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
}

.leftDivider:before {
  left: 0;
}

.rightDivider:before {
  right: 0;
}

/* End Separadores Títulos */

/* Puntero Mouse */
#follow-object {
  position: fixed;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  background-color: #cee7dbAD;
  pointer-events: none;
  transition: transform 0.2s ease, border-radius 0.2s ease, width 0.2s ease,
    height 0.2s ease;
  border-radius: 50px;
  z-index: 999;
  transition: 0.2s;
  top: 0;
}

#follow-object::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px dashed #cee7db66;
  box-sizing: border-box;
  animation: rotateLines 6s linear infinite;
  transform: translate(-50%, -50%);
}
#follow-object {
  opacity: 0;
  transition: 0.3s;
}

#follow-object.mouseTracking {
  opacity: 1;
  transition: 0.3s;
}

#box-follow-object::before,
#box-follow-object::after {
  content: "•";
  position: absolute;
  top: 50%;
  transform: translate(00%, -50%);
  color: #cee7db;
}
#box-follow-object::before {
  left: -90%;
  transition: 0.3s;
}
.holdClick #box-follow-object::before {
  left: -250%;
  transition: 0.3s;
}
#box-follow-object::after {
  right: -90%;
  transition: 0.3s;
}
.holdClick #box-follow-object::after {
  right: -250%;
  transition: 0.3s;
}
@keyframes rotateLines {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* End Puntero Mouse */

/* Marcas banner */

.boxItemMarcasBanner {
  margin: 0 15px;
}

.boxItemMarcasBanner img {
  max-height: 40px;
  width: auto;
  opacity: 0.5;
  transition: 0.2s;
}
.boxItemMarcasBanner img:hover {
  opacity: 1;
  transition: 0.2s;
}
.galeryBox ul {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 0;
}
.galeryBox ul li img {
  max-height: 30px;
  width: auto;
}
/* End Marcas banner */
/* END BANNER */

/* EXOTIC TRIPS */
#exotic-trips .swiper-button-prev,
.carousel .swiper-button-prev,
.contentExperiencesActivities .swiper-button-prev,
.otherDestinationsItems .swiper-button-prev {
  left: 0px;
}
#exotic-trips .swiper-button-next,
.carousel .swiper-button-next,
.contentExperiencesActivities .swiper-button-next,
.otherDestinationsItems .swiper-button-next {
  right: 0px;
  left: auto;
}
.swiperExoticTips {
  position: relative;
  overflow: hidden;
}
.swiperExoticTips .swiper-wrapper {
  display: flex;
  transition: transform 0.3s;
}
.exoticItem {
  flex-shrink: 0;
  width: 100%;
}
/* .boxExoticItem {
  transform: translate3d(0, 0, 0);
} */

.titleExoticTrip b {
  font-size: 2rem;
}
/* .swiper-slide.exoticItem {
  margin-right: 5px !important;
} */
.swiper-slide.exoticItem {
  width: 100%;
}
.boxExoticItem {
  min-height: 595px;
  background-repeat: no-repeat;
  background-color: #0000003b;
  background-blend-mode: color;
  background-position: -200px 0;
}
.nameTour a {
  line-height: 1;
}
.btnFavorite {
  top: 40px;
  right: 40px;
}
.btnFavorite:before {
  font-size: 2rem;
}
#exotic-trips .swiper-button-disabled,
#countries .swiper-button-disabled {
  display: none;
}
#exotic-trips .swiper-button-prev:after,
.contentExperiencesActivities .swiper-button-prev:after,
.carousel .swiper-button-prev:after,
#exotic-trips .swiper-rtl .swiper-button-next:after,
#exotic-trips .swiper-button-next:after,
.contentExperiencesActivities .swiper-button-next:after,
.carousel .swiper-button-next:after,
#exotic-trips .swiper-rtl .swiper-button-prev:after,
#countries .swiper-button-prev:after,
#countries .swiper-rtl .swiper-button-next:after,
#countries .swiper-button-next:after,
#countries .swiper-rtl .swiper-button-prev:after,
#testimonios .swiper-button-prev:after,
#testimonios .swiper-rtl .swiper-button-next:after,
#testimonios .swiper-button-next:after,
#testimonios .swiper-rtl .swiper-button-prev:after,
.whyArenaTours .swiper-button-prev:after,
.whyArenaTours .swiper-rtl .swiper-button-next:after,
.whyArenaTours .swiper-button-next:after,
.whyArenaTours .swiper-rtl .swiper-button-prev:after,
#offers .swiper-button-prev:after,
#offers .swiper-rtl .swiper-button-next:after,
#offers .swiper-button-next:after,
#offers .swiper-rtl .swiper-button-prev:after,
.hotelsCarousel .swiper-button-prev:after,
.hotelsCarousel .swiper-button-next:after,
.otherDestinationsItems .swiper-button-prev:after,
.otherDestinationsItems .swiper-button-next:after,
.otherTours .swiper-button-prev:after,
.otherTours .swiper-button-next:after,
.swiper-button-next.arrow:after,
.swiper-button-prev.arrow:after {
  font-size: 20px;
  color: #36460d;
  font-weight: bold;
  text-shadow: 0px 0px 3px #fff;
}
#runAway .swiper-button-prev:after,
#runAway .swiper-rtl .swiper-button-next:after,
#runAway .swiper-button-next:after,
#runAway .swiper-rtl .swiper-button-prev:after {
  font-size: 18px;
  color: var(--color-white);
}
#exotic-trips .swiper-button-next,
.contentExperiencesActivities .swiper-button-next,
.carousel .swiper-button-next,
#exotic-trips .swiper-button-prev,
.contentExperiencesActivities .swiper-button-prev,
.carousel .swiper-button-prev,
#countries .swiper-button-next,
#countries .swiper-button-prev,
#testimonios .swiper-button-next,
#testimonios .swiper-button-prev,
.whyArenaTours .swiper-button-next,
.whyArenaTours .swiper-button-prev,
#offers .swiper-button-next,
#offers .swiper-button-prev,
.hotelsCarousel .swiper-button-prev,
.hotelsCarousel .swiper-button-next,
.otherDestinationsItems .swiper-button-prev,
.otherDestinationsItems .swiper-button-next,
.otherTours .swiper-button-prev,
.otherTours .swiper-button-next,
.swiper-button-next.arrow,
.swiper-button-prev.arrow {
  background: var(--color-white);
  height: 40px;
  width: 40px;
  border-radius: 50px;
}

.tranding-slider-control .swiper-button-next:after,
.tranding-slider-control .swiper-button-prev:after {
  color: var(--color-white) !important;
}

.carousel .swiper-button-next,
.carousel .swiper-button-prev {
  background: transparent !important;
}

.swiper-pagination-bullet {
  border-radius: 0 !important;
  margin: 0 !important;
  width: 16px !important;
  height: 2px !important;
  transition: 0.2s;
}
.swiper-pagination {
  text-align: right !important;
  padding-right: 3rem;
}
.swiper-pagination-bullet-active {
  background: var(--color-green) !important;
}
/* END EXOTIC TRIPS */

/* COUNTRIES */
.boxCountry {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background-color: #00000069;
  background-blend-mode: color;
}
.boxCountry h3 {
  font-size: 1rem;
  font-weight: 400;
  transition: 0.2s;
}
.boxCountry h2 {
  font-size: 3rem;
  font-weight: 400;
  transition: 0.2s;
}
#countries .swiper-slide.swiper-slide-next .boxCountry h3 {
  font-size: 1.5rem;
}
#countries .swiper-slide.swiper-slide-next .boxCountry h2 {
  font-size: 4.5rem;
  font-weight: 700;
}
/* END COUNTRIES */

/* HOTELS */
.extract-destiny {
  margin: auto;
  font-weight: 300;
}
/* END HOTELS */

.extract-destiny a {
  text-decoration: underline;
}

.extract-destiny strong {
  color: var(--color-green);
}

/* CTAs CONTACTO */
.rowCto a.btnGral2 {
  text-transform: initial;
}
.boxCto1:before,
.boxCto2:before,
.boxCto3:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  filter: brightness(0.7);
  transition: 0.3s;
}
.rowCto {
  display: flex;
  gap: 5px;
}
.boxCto1,
.boxCto2,
.boxCto3 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  min-height: 250px;
}
/* END CTAs CONTACTO */

/* COLLECTIONS */
.itemBoxColection.type_1 .btnGral:before,
.itemBoxColection.type_1 .btnGral:after,
.itemBoxColection[data-order="5"] .btnGral:before,
.itemBoxColection[data-order="5"] .btnGral:after {
  font-family: "Font Awesome 5 Free";
}
.itemBoxColection.type_1 .btnGral:before,
.itemBoxColection[data-order="5"] .btnGral:before {
  content: "\f101";
  margin-right: 5px;
}
.itemBoxColection.type_1 .btnGral:after,
.itemBoxColection[data-order="5"] .btnGral:after {
  content: "\f100";
  margin-left: 5px;
}
.itemBoxColection.type_1 .titleCol b,
.itemBoxColection[data-order="5"] .titleCol b {
  font-weight: 600;
}
.itemBoxColection {
  padding: 0 !important;
}
.itemBoxColection.type_1,
.itemBoxColection[data-order="5"] {
  background: var(--color-v-l-blue);
}

[id^="colecciones"] .itemBoxColection .elementCollection .linkCol .btnGral:before,
[id^="colecciones"] .itemBoxColection .elementCollection .linkCol .btnGral:after {
  display: none;
}
.bgCta,
.bgCta2 {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 370px;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  overflow: hidden;
  background: var(--color-green);
}
.bgCta:before,
.bgCta2:before,
.bg-filter:before {
  content: "";
  position: absolute;
  width: 100%;
  /* height: -webkit-fill-available; */
  height: 100%;
  bottom: 0;
  right: 0;
  background: rgb(0 0 0 / 30%);
  top: 0;
  left: 0;
}
.framCta,
.bg-filter {
  position: relative;
}
/* .bg-filter {
	overflow:hidden;
} */
.item-colection {
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.titleCol {
  color: var(--color-white);
}
.titleCol2 {
  color: var(--color-green);
}
.itemBoxColection.type_1 .titleCol,
.itemBoxColection[data-order="5"] .titleCol {
  color: var(--color-green);
  position: relative;
}
.itemBoxColection.type_1 .titleCol:before,
.itemBoxColection[data-order="5"] .titleCol:before {
  content: "";
  background: var(--color-green);
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
/* END COLLECTIONS */

/* TESTIMONINIALS */
.extract-testimonial.cutted {
  width: 100%;
  height: 195px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.readMoreTestimonial.cutted {
  display: block !important;
}
.title-testimonial {
  margin-bottom: 15px;
}
.testimonios-Swiper {
  position: relative;
}
#testimonios .swiper-wrapper {
  padding: 20px 0;
}
#testimonios .swiper-slide {
  box-shadow: 0px 0px 15px -5px lightgray;
  padding: 20px 50px;
  border-radius: 20px;
  min-height: 320px;
  display: flex;
  align-items: center;
  margin-top: 25px;
  transition: 0.3s;
}
.score-testimonial {
  font-size: 1.8rem;
  color: var(--color-yellow);
  letter-spacing: 4px;
}
.img-testimonios img {
  max-width: 110px;
}
.date-testimonios {
  font-weight: 500;
  line-height: 16px;
  color: var(--color-black);
}
.title-testimonial a,
.title-testimonial {
  font-weight: 500;
  line-height: 28px;
}
.title-testimonial a:hover,
.name-testimonial a,
.data-testimonial a {
  color: var(--color-black);
}
/* END TESTIMONIALS */

/* RECOMMENDED */
.imgRecommended img {
  max-height: 127px;
  width: auto;
  filter: grayscale(1);
  transition: 0.3s;
  height: 100%;
}

.imgRecommended a {
  height: 127px;
  width: auto;
}

.imgRecommended:hover img {
  filter: unset;
}
.brandList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}
.imgRecommended {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* END RECOMMENDED */

/* CONTENIDO - 1 */
.boxImgContent {
  min-height: 412px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 82px 0;
}

@media (max-width: 767px) {
  .boxImgContent {
    min-height: 250px;
  }

  .boxImgContent img {
    height: 280px;
  }
}

@media screen and (max-width: 768px) {
  .imgRecommended a {
    height: 80px;
    width: auto;
  }

  .imgRecommended img {
    height: 100%;
    width: auto;
    filter: grayscale(1);
    transition: 0.3s;
    height: 100%;
    max-width: inherit;
  }
}

#img1-content1,
#img2-content1 {
  display: initial;
  position: absolute;
  transition: 0.4s;
}
#img1-content1 {
  transform: translate(-15%, -41px);
  z-index: 0;
}
#content1 .col-a:hover #img1-content1 {
  transform: translate(15%, 41px);
  z-index: 1;
}

#img2-content1 {
  transform: translate(15%, 41px);
  z-index: 1;
}
#content1 .col-a:hover #img2-content1 {
  transform: translate(-15%, -41px);
  z-index: 0;
}

.boxTextContent strong {
  color: var(--color-green);
}

.boxTextContent .content li {
  list-style: none;
  margin-bottom: 25px;
  margin-left: 10px;
}
.boxTextContent .content li:before {
  content: "▶";
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -37px;
  top: -8px;
  color: var(--color-green);
  font-size: 25px;
  padding: 0;
}

.Recomendation {
  text-align: center !important;
}
/* END CONTENIDO - 1 */

/* WHY ARENA TOURS */
.titleLateral {
  width: 100%;
}
.titleLateral:after {
  content: "";
  background: var(--color-green);
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.titleWhyArena {
  font-weight: 400;
  line-height: 20px;
}
.extractWhyArena {
  font-weight: 400;
  line-height: 24px;
}
#boxFixedStipe .title,
#boxFixedStipe .price,
#boxFixedStipe .phone {
  color: var(--color-white) !important;
}
/* END WHY ARENA TOURS */

/* RUN AWAY */
.extratSubItemRunAway {
  line-height: 24px;
}
.tituloRunAway {
  margin-bottom: 10px;
}
.extractRunAway {
  line-height: 19px;
}
#runAway .containerRunAway {
  max-width: 1320px;
}
.underLine {
  position: relative;
}
.extractRunAway:after,
.underLine:after {
  content: "";
  background: var(--color-green);
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: -12px;
  left: 12px;
}
.extractRunAway {
  position: relative;
}
.containerRunAway .row {
  box-shadow: 0px 0px 13px -3px gray;
}
#runAway .swiper-button-next,
#runAway .swiper-button-prev {
  bottom: 20px !important;
  top: initial !important;
}
#runAway .swiper-pagination {
  bottom: 0px;
  display: flex;
  justify-content: center;
  padding: 0;
}
#runAway .swiper-button-next,
#runAway .swiper-rtl .swiper-button-prev {
  right: 43%;
}
#runAway .swiper-button-prev,
#runAway .swiper-rtl .swiper-button-next {
  left: 43%;
}
#runAway .swiper-pagination-bullet-active {
  background: var(--color-white) !important;
}
.bgRunAway,
.bgRunAwayMovil {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.bg-at-lightgreen {
  background: #cee7db4d;
}
/* END RUN AWAY */

/* CARACTERÍSTICAS */
.advice .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.advice .thumbnail {
  position: relative;
  overflow: hidden;
}
.advice .colItem-3 .item-1 .thumbnail {
  height: 165px;
}
.advice .colItem-1 .item-1 .thumbnail {
  height: 220px;
}
.advice .boxItemCharacteristics {
  border-bottom: 1px solid var(--color-green);
}
.advice .extractCharacteristics a {
  color: var(--color-green);
  transition: 0.2s;
  display: block;
  margin-top: 20px;
  text-align: start;
  font-weight: 600;
}
.advice .extractCharacteristics a:hover {
  color: var(--color-black);
  transition: 0.2s;
}
.advice .extractCharacteristics a:after {
  content: "\e911";
  font-family: "icoArenaTours" !important;
  font-size: 11px;
  margin-left: 5px;
}
.advice .boxItem .thumbnail {
  max-height: 200px;
  overflow: hidden;
}
.advice .col-items {
  padding: 2px;
}
.advice .boxContent {
  padding: 10px 0px;
}
.advice .itemList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}
.advice .itemCharacteristics {
  max-width: 390px;
  margin: 0 auto;
}
.advice .imgCharacteristics {
  max-height: 180px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* END CARACTERÍSTICAS */

/* MAGAZINE */
.zone-top,
.social-zone {
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 2.5px solid var(--color-white);
}
/* END MAGAZINE */

/* SUBSCRIBE */
#subscribe button[type="submit"] {
  font-weight: 300;
}
#subscribe .boxSubscribe {
  max-width: 550px;
}
#subscribe .row {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#subscribe .fieldEmailSusbcribe input[type="email"] {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #ffffff66;
  color: var(--color-white);
  font-weight: 500;
}
#subscribe .fieldEmailSusbcribe input[type="email"]::placeholder {
  color: var(--color-white);
}
#subscribe .fieldCheckSubscribe label,
#subscribe .fieldCheckSubscribe label a {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 16px;
  color: var(--color-white);
  transition: 0.2s;
}
#subscribe .fieldCheckSubscribe label a:hover {
  color: var(--color-l-blue);
  transition: 0.2s;
}
/* END SUBSCRIBE */

/* BRANDS */
#brands .swiper-slide {
  animation: drift 40s linear infinite;
}

@keyframes drift {
  0% {
    transform: translateX(0vw);
  }
  50% {
    transform: translateX(-100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}
#brands .swiper-slide img {
  max-width: 110px;
}
#brands {
  background-color: #222222;
}
/* END BRANDS */
/* END HOME */

/* DESTINOS */
.col-filtros-tour .div-filtro select {
  border-radius: 0;
  border: 1px solid #6d813b !important;
  margin-top: 8px;
  color: #545c60 !important;
}
#breadcrumbs {
  display: none;
}
p#breadcrumbs a {
  color: var(--color-green);
  font-weight: 600;
  transition: 0.2s;
}
p#breadcrumbs a:hover {
  color: var(--color-black);
  transition: 0.2s;
}

/* .bannerDestiny {
  display: none !important;
} */

.single-hoteles .bannerDestiny {
  display: none !important;
}

.FeatureSection {
  margin-top: -2.2%;
}

.bannerDestiny,
.bannerDestinyInter {
  background-repeat: no-repeat;
  background-size: cover; /* 120% */
  background-position: bottom;
  min-height: 500px;
  height: 50vh;
  overflow: hidden;
}

.bannerDestiny,
.bannerDestinyInter,
.boxTitleDestiny,
.page-template-template-tours #mega_menu {
  position: relative;
}
.bannerDestiny {
  padding: 5px 15px;
}
/* body:not(.single-hoteles):not(.single-tours) .boxTitleDestiny:before {
  content: "";
  background: #cee7db66;
  position: absolute;
  top: -8%;
  left: 27px;
  height: 114%;
  width: calc(100% - 20px);
} */
.boxTitleDestiny h1 {
  line-height: 0.9;
  margin-bottom: 0;
}
.boxTitleFilter {
  border-bottom: 1px solid var(--color-green);
}
.col-oferta-si .label {
  position: absolute;
  top: 39px;
  left: 0px;
  transform: rotate(-45deg);
  background: #fff;
  padding: 0 15px;
}
.col-oferta-si .label:before,
.col-oferta-si .label:after {
  height: 100%;
  position: absolute;
  top: 0px;
  content: "";
}
.col-oferta-si .label:before {
  left: -23px;
  border-bottom: 23px solid #fff;
  border-right: 0px solid transparent;
  border-left: 24px solid transparent;
  border-top: 0px solid transparent;
}
.col-oferta-si .label:after {
  right: -23px;
  border-bottom: 24px solid #fff;
  border-left: 0px solid transparent;
  border-right: 24px solid transparent;
  border-top: 0px solid transparent;
}
/* Side bar */
.col-filtros-tour #action-filtrar-destino,
.col-filtros-tour #action-filtrar-rango,
.col-filtros-tour #action-filtrar-duracion,
.col-filtros-tour #action-filtrar-popularidad {
  border: none;
  color: #535b5f80;
}
.col-filtros-tour #action-filtrar-destino:focus,
.col-filtros-tour #action-filtrar-rango:focus,
.col-filtros-tour
  #action-filtrar-duracion:focus
  .col-filtros-tour
  #action-filtrar-popularidad:focus {
  box-shadow: none;
}
/* End Side bar */
#contenteTour .pagination .page-link {
  background: none;
  color: var(--color-green);
  border: none;
  transition: 0.2s;
}
#contenteTour .pagination .page-link.active {
  color: var(--color-black);
  font-weight: 600;
  transition: 0.2s;
}
#contenteTour .pagination .page-link:focus {
  box-shadow: none;
}
#contenteTour .pagination .page-link.prev,
#contenteTour .pagination .page-link.next {
  font-size: 30px;
}
/* Single Destinos */
/* .contentDestinySection .boxImageDestiny:before {
  content: "";
  background: var(--color-green);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80%;
  height: 85%;
  z-index: -1;
} */
.contentDestinySection .boxImageDestiny {
  position: relative;
  padding-left: 20px;
  padding-top: 20px;
}
.embedVideo .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embedVideo .embed-container iframe,
.embedVideo .embed-container object,
.embedVideo .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.page-template-default .wp-block-heading,
body.page-template-default .wp-block-hacce-wrapper,
.contentBoxArea {
  max-width: 1200px;
  margin: auto;
}
.container-section {
  max-width: 1300px !important;
  margin: auto;
}
body.page-template-default #boxPage .revslider a.btn-iwmt {
  font-size: 1rem !important;
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  word-spacing: 0.1em;
  background: var(--color-1) !important;
  text-transform: initial !important;
  border-radius: 50px !important;
  border: 1px solid;
  text-shadow: none !important;
  transition: 0.3s;
}
body.page-template-default #boxPage .revslider a.btn-iwmt:hover {
  background: var(--color-green) !important;
}
body.page-template-default #boxPage .revslider img {
  filter: brightness(0.7);
}
body.page-template-default h1.wp-block-heading {
  color: var(--color-green);
  margin: 3rem auto 2rem auto;
  text-align: center;
  position: relative;
  font-size: 1.5rem;
}
body.page-template-default .wp-block-hacce-wrapper p,
body.page-template-default .wp-block-hacce-wrapper .slick-carousel .excerpt {
  color: var(--color-black);
}
body.page-template-default .wp-block-hacce-wrapper a {
  color: var(--color-green) !important;
  font-weight: 600;
}
body.page-template-default .wp-block-hacce-wrapper h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  margin: 25px 0px;
}
body.page-template-default .wp-block-hacce-wrapper h2,
body.page-template-default .wp-block-hacce-wrapper h3 {
  color: var(--color-green) !important;
  font-family: Raleway;
}
body.page-template-default .wp-block-hacce-wrapper .slick-carousel .h4 {
  color: var(--color-black);
  font-weight: 600;
  line-height: 28px;
  text-align: left;
}
body.page-template-default
  .wp-block-hacce-wrapper
  .slick-carousel
  .precio-oferta {
  color: var(--color-black);
}
/* Single Destinos */
.bannerDestinyInter .boxBanner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.bannerDestinyInter .boxBanner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bannerDestinyInter:before {
  content: "";
  background: #0000004d;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.boxContentTitle {
  width: fit-content;
}
.container-section .main-title {
  position: relative;
}

.contentDestinyTitle {
  position: relative;
}

/*.contentDestinyTitle:before,*/
.container-section .main-title:before {
  content: "";
  background: var(--color-green);
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
}

.title-exp.contentDestinyTitle:before {
 left: inherit;
 width: 80%;
}
.main-title .boxContent,
.contentDestinyTitle .boxContent {
  background: var(--color-white);
  width: fit-content;
  position: relative;
  padding: 0 6%;
}
.content-destiny strong {
  color: var(--color-green);
}
.contentExperiencesActivities .swiper-pagination {
  bottom: -6px !important;
}
.contentExperiencesActivities .swiper-button-prev {
  left: 0px;
}
/* End Single Destinos */
/* END DESTINOS */

/* CLIMA */
.weatherList .imgWeather {
  width: 180px;
}
.boxWeather {
  min-height: 260px;
}
.boxWeather {
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}
.weatherList h2.subTitleWeather.text-at-black {
  color: var(--color-black) !important;
}
/* END CLIMA */

/* CARUSEL */
.swiper.swiperHotels .swiper-slide {
  display: flex;
  justify-content: center;
  margin: auto;
}

.swiper.swiperHotels .swiper-slide img {
  object-fit: cover;
}

.swiper.swiperHotels .shape-2 {
  margin-bottom: 40px;
}

.swiper.swiperHotels .shape-3 {
  margin-top: 40px;
}

.swiper.swiperHotels .shape-4 {
  margin-bottom: 0;
}

.swiper.swiperHotels .shape-1 img {
  height: 600px;
}

.swiper.swiperHotels .shape-2 img {
  height: 270px;
}

.swiper.swiperHotels .shape-3 img {
  height: 380px;
}

.swiper.swiperHotels .shape-4 img {
  height: 480px;
}

.swiper.swiperHotels .shape-5 img {
  height: 270px;
}

#custom_plan .bg-plan {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
/* END CAROUSEL */

/* FOOTER */
.legal-menu a {
  font-weight: 400;
}
.boxContent {
  height: 100%;
}
.boxFterOffice {
  gap: 30px;
}
#menu-footer a,
[id^="menu-footer"] a {
  color: var(--color-green);
  transition: 0.2s;
}
#menu-footer a:hover,
[id^="menu-footer"] a:hover {
  color: var(--color-white);
  transition: 0.2s;
}
.ftr-1 .menuUpFooter ul#menu-footer,
.ftr-1 .menuUpFooter ul[id^="menu-footer"] {
  list-style: none;
  display: flex;
  gap: 20px;
  margin-left: 0;
}
.ftr-1 .menuUpFooter ul#menu-footer a,
.ftr-1 .menuUpFooter ul[id^="menu-footer"] a {
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
}
.formSuscribete.footer .wpforms-container {
  margin: 0;
}
.formSubscribe .wpforms-confirmation-container-full {
  background: transparent;
  border: 1px solid #dedede;
  border-radius: 50px;
  color: #dedede;
  text-align: center;
}
#footerZone .fieldEmailSusbcribe input[type="email"] {
  border: 0;
  border-bottom: 1px solid #535b5f80;
  color: var(--color-black);
  font-weight: 500;
  background-color: transparent;
  max-width: 500px;
  margin: auto;
  text-align: center;
  font-size: 1.4rem;
}

#footerZone .fieldEmailSusbcribe input[type="email"]::placeholder {
  color: #8f8f8f;
}
#footerZone .fieldCheckSubscribe label {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 16px;
  transition: 0.2s;
}
#footerZone .fieldCheckSubscribe label a:hover {
  color: var(--color-green);
}
#footerZone .fieldEmailSusbcribe,
#footerZone .fieldCheckSubscribe {
  padding: 3px 0 !important;
}
.title-ubication:after {
  content: "";
  background: var(--color-green);
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.title-ubication {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 4px;
}
footer ul[id^="menu-menu-legal-footer"] {
  list-style: none;
  display: flex;
  gap: 20px;
  margin-left: 0;
}
footer .payMethod {
  padding-left: 0;
}
footer .subMenuFooter a {
  line-height: 19px;
  color: var(--color-l-blue);
  transition: 0.2s;
}
footer .subMenuFooter a:hover {
  color: var(--color-white);
  transition: 0.2s;
}
footer .subMenuFooter a {
  position: relative;
}
footer .subMenuFooter a:before {
  content: "";
  background: var(--color-white);
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -2px;
  transition: 0.2s;
}
footer .subMenuFooter a:hover:before {
  width: 100%;
  transition: 0.2s;
}
.socialFrame a i:before {
  color: var(--color-green);
  margin-right: 10px;
  transition: 0.2s;
}
.socialFrame a:hover i:before {
  color: var(--color-white);
  transition: 0.2s;
}
.socialFrame a:not(:last-child) i:before {
  margin-right: 10px;
}
footer .socialNet {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

footer .socialNet:after {
  content: "";
  position: absolute;
  background: var(--color-black);
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
}
footer .site-footer .ftr-4 a:hover {
  color: var(--color-green) !important;
}
.ftr-1 .menuUpFooter ul#menu-footer a {
  position: relative;
  transition: 0.2s;
}
.ftr-1 .menuUpFooter ul[id^="menu-footer"] .current-menu-item a:before,
.ftr-1 .menuUpFooter ul[id^="menu-footer"] a:before,
.ftr-1 .menuUpFooter ul#menu-footer .current-menu-item a:before,
.ftr-1 .menuUpFooter ul#menu-footer a:before {
  content: "";
  background: var(--color-white);
  height: 1px;
  width: 0;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: 0.2s;
}
.ftr-1 .menuUpFooter ul[id^="menu-footer"] a:hover:before,
.ftr-1 .menuUpFooter ul#menu-footer a:hover:before {
  width: 100%;
}
.site-footer .boxForm {
  background: black;
  position: relative;
}
.site-footer .boxForm:before,
.site-footer .boxForm:after {
  content: "";
  background: black;
  height: 100%;
  width: 40px;
  position: absolute;
  bottom: 0;
}
.site-footer .boxForm:before {
  right: 100%;
}
.site-footer .boxForm:after {
  left: 100%;
}
/* END FOOTER */

/*Styles Infinite Logo Carousel*/

/*End Styles Infinite Logo Carousel*/

/* RESPONSIVE */
@media (max-width: 365px) {
  #banner iframe {
    transform: scale(4.6) !important;
  }
  #menu-logo img,
  #modalBoxMegaMenu .imgLogo img {
    max-width: 170px;
  }
}
@media (max-width: 480px) {
  .brandList {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  #footerZone .boxFterOffice {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  #banner iframe {
    transform: scale(4);
  }
  #modalBoxMegaMenu #stripeUp .col-b .row {
    flex-direction: column;
  }
  #modalBoxMegaMenu .itemListSocial a {
    width: 35px;
    height: 35px;
    font-size: 0.9rem;
    margin: 0 4px;
  }
  #menuBar .searchBox label {
    width: calc(320px - 120px);
  }
}
@media screen and (min-width: 480px) and (max-width: 540px) {
  #banner iframe {
    transform: scale(2.9);
  }
}
@media (max-width: 575px) {
  #langMenu,
  .switchLang {
    max-width: 70px;
  }
  #langMenu .wpml-ls-native {
    display: none;
  }
  #modalBoxMegaMenu #searchMenu-MegaMenu {
    display: none;
  }
  #searchMenu-MegaMenu .rowCto {
    gap: 5px;
  }
  .boxCto1 {
    order: 1;
  }
  .boxCto2 {
    order: 0;
  }
  .boxCto3 {
    order: 2;
  }
  #searchMenu,
  #userMenu,
  #searchMenu-fixed {
    display: none;
  }
  #stripeUp .col-c {
    order: 0;
  }
  #stripeUp .col-b {
    order: 2;
    margin-bottom: 10px;
  }
  #stripeUp .col-a {
    order: 1;
  }
}

@media (min-width: 365px) and (max-width: 559px) {
  #menu-logo img,
  #modalBoxMegaMenu .imgLogo img {
    max-width: 220px;
  }
}

@media (min-width: 560px) and (max-width: 767px) {
  #menu-logo img,
  #modalBoxMegaMenu .imgLogo img {
    max-width: 200px;
  }
}

@media (max-width: 767px) {
  /* Spinner Youtube */
  .ytp-spinner-container {
    width: 50%;
    padding-bottom: 50%;
  }
  .ytp-spinner {
    width: 45px !important;
  }
  /* END Spinner Youtube */

  .iconDrag:after {
    content: "→";
  }
  .iconDrag:before {
    content: "←";
  }
  .iconDrag {
    position: relative;
    top: -48px;
  }
  .iconDrag:after,
  .iconDrag:before {
    color: var(--color-green);
    font-size: 1.4rem;
  }
  .iconDrag img {
    opacity: 0.5;
  }

  #content1 .swiper-button-prev,
  #content1 .swiper-button-next,
  #bodyTestimonios .swiper-button-next,
  #bodyTestimonios .swiper-button-prev {
    display: none;
  }
  #menuBar:before {
    content: "";
    width: 122px;
    height: 134px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
    background-image: url(/wp-content/themes/generatepress-child/assets/img/01-bg-megamenu-arenatours.png);
    bottom: 0;
  }

  #socialBar {
    position: relative;
  }

  #modalBoxMegaMenu #contactBtns .link-3 {
    order: 1;
    margin-bottom: 10px;
  }
  #modalBoxMegaMenu #contactBtns .link-2 {
    order: 2;
  }
  #modalBoxMegaMenu #contactBtns .link-1 {
    order: 0;
    margin-bottom: 10px;
  }
  #contactInfo {
    order: 1;
  }
  #stripeMiddle {
    order: 0;
    margin-bottom: 10px;
  }
  #contactBtns {
    order: 2;
  }

  #modalBoxMegaMenu #contactBtns .btn-b {
    background: var(--color-white);
    color: var(--color-green);
    border-color: var(--color-green);
  }

  .brandList {
    grid-template-columns: repeat(4, 1fr);
  }
  .swiperExoticTips .swiper-pagination,
  .swiperExoticTips .swiper-button-next,
  .swiperExoticTips .swiper-button-prev {
    display: none;
  }
  #modalBoxMegaMenu #stripeUp .col-b {
    order: 1;
  }
  #modalBoxMegaMenu #stripeUp .col-c {
    order: 0;
    display: flex !important;
  }
  #modalBoxMegaMenu .logo-movil {
    width: calc(100% - 50px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .bannerDestinyInter h1 {
    font-size: 2rem;
    border-bottom: 2px solid;
    line-height: 2.2rem;
    text-align: center;
  }
  .bannerDestinyInter .subTitle {
    font-size: 1rem !important;
    text-align: center;
  }
  .contentExperiencesActivities .swiper-button-prev,
  .contentExperiencesActivities .swiper-button-next {
    z-index: 99;
  }
  .contentExperiencesActivities .swiper-wrapper {
    margin-bottom: 30px;
  }
  footer ul[id^="menu-menu-legal-footer"],
  .ftr-1 .menuUpFooter ul[id^="menu-footer"],
  footer ul#menu-menu-legal-footer,
  .ftr-1 .menuUpFooter ul#menu-footer {
    flex-direction: column;
    gap: 5px;
  }
  .boxFterOffice {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  #runAway .boxRunAwayMovil {
    margin-top: 15rem;
  }
  #colecciones .linkCol {
    margin-bottom: 15px !important;
  }
  #colecciones > div > .row {
    width: inherit;
    margin: 0;
  }
  #colecciones > div {
    padding: 0;
  }
  #colecciones {
    padding: 0 7px !important;
  }
  #contacto .rowCto {
    margin: 0 -7px;
  }
  #contacto .linkCto {
    margin-top: 2rem;
  }
  #offers .swiper-button-next {
    right: 0 !important;
  }
  #offers .swiper-button-prev {
    left: 0 !important;
  }
  #offers .swiper-button-prev,
  #offers .swiper-button-next {
    background: var(--color-white) !important;
    top: 50% !important;
  }
  #exotic-trips .swiper-button-next,
  .carousel .swiper-button-next,
  .contentExperiencesActivities .swiper-button-next,
  #countries .swiper-button-next,
  #testimonios .swiper-button-next,
  .whyArenaTours .swiper-button-next {
    left: 40px;
  }
  #exotic-trips .swiper-button-prev,
  .carousel .swiper-button-prev,
  .contentExperiencesActivities .swiper-button-prev,
  #countries .swiper-button-prev,
  #testimonios .swiper-button-prev,
  .whyArenaTours .swiper-button-prev {
    left: 0px !important;
  }
  .advice #itemListRelationship .colItem-3 .boxItemCharacteristics:last-child {
    border: none;
  }
  #modalBoxMegaMenu .switchLang {
    margin-bottom: 15px;
  }
  #modalBoxMegaMenu .link-1,
  #modalBoxMegaMenu .link-3,
  #modalBoxMegaMenu #contactInfo {
    text-align: center;
  }
  #modalBoxMegaMenu #contactBtns {
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  #modalBoxMegaMenu #stripeUp {
    flex-direction: column;
  }
  #modalBoxMegaMenu .imgLogo img {
    margin-bottom: 15px;
  }
  #langMenu {
    padding-left: 15px;
  }
  .btnWaWeb a {
    bottom: 215px;
  }
  .btnTel a {
    bottom: 160px;
  }
  #boxPage .btt {
    bottom: 105px;
  }
  .btnWaWeb a,
  .btnTel a,
  #boxPage .btt {
    right: 6px;
  }
  .extractRunAway {
    margin-bottom: 3rem;
  }
  .framCta h2 {
    font-size: 1.5rem !important;
  }
  #testimonios .swiper-slide {
    padding: 20px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 98% !important;
    background: none !important;
  }
  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: 41% !important;
  }
  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: 41% !important;
  }
  #testimonios .swiper-wrapper {
    padding-bottom: 50px;
  }
  .advice .itemList {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (min-width: 541px) and (max-width: 767px) {
  #banner iframe {
    transform: scale(2.6);
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .boxCto1,
  .boxCto2,
  .boxCto3 {
    width: calc(50% - 8px) !important;
    margin: auto;
  }
  #langMenu .wpml-ls-native {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .colItem-3 .boxItemCharacteristics:nth-child(even) {
    margin-left: 10px;
  }
  .colItem-3 .boxItemCharacteristics:nth-child(odd) {
    margin-right: 10px;
  }
  #itemListRelationship .colItem-3 {
    width: 100%;
    display: flex;
  }
  #itemListRelationship .colItem-3 .boxItemCharacteristics {
    width: 50%;
  }
  #itemListRelationship .colItem-3 .boxItemCharacteristics.item-1 .thumbnail {
    display: none;
  }
  #runAway .boxRunAwayMovil {
    margin-top: 10rem !important;
  }
  .advice #itemListRelationship .colItem-3 .boxItemCharacteristics:last-child,
  .advice #itemListRelationship .colItem-2 .boxItemCharacteristics:last-child {
    border: none;
  }
  .advice .itemList {
    grid-template-columns: repeat(2, 1fr);
  }
  #menu-logo img.custom-logo {
    max-width: 120px;
  }
  #menu-logo {
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #langMenu {
    padding-left: 15px;
  }
  #banner iframe {
    height: 700px;
    transform: scale(1.3);
  }
  .embedBox h1 {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .swiper-seo .swiper-button-next.arrow {
    right: -8px;
  }
  #menuBar {
    position: relative;
  }
  #menuBar:before,
  #menuBar:after {
    content: "";
    width: 122px;
    height: 134px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
  }
  #menuBar:before {
    background-image: url(/wp-content/themes/generatepress-child/assets/img/01-bg-megamenu-arenatours.png);
    left: 2%;
  }
  #menuBar:after {
    background-image: url(/wp-content/themes/generatepress-child/assets/img/02-bg-megamenu-arenatours.png);
    right: 0;
    top: 0;
  }

  .swiper-slide.exoticItem {
    max-width: 380px;
  }

  /* body:not(.single-hoteles) .lineBox:before, body:not(.single-hoteles) .bannerDestiny:before */
  body:not(.single-hoteles) .bannerDestiny:after {
    content: "";
    background: var(--color-l-blue);
    position: absolute;
    height: 1px;
  }
  /* .page-template-template-tours #mega_menu:after, */
  /* body:not(.single-hoteles) .lineBox:before {
    top: 12vh;
    right: 0;
    width: 90%;
    z-index: 9;
  }
  body:not(.single-hoteles) .bannerDestiny:after {
    bottom: 13vh;
    right: 0;
    width: 40%;
  } */
  /* body:not(.single-hoteles) .bannerDestiny:before {
    top: 25vh;
    left: 0;
    width: 40%;
    z-index: 9;
  } */
  .rowCto {
    flex-wrap: nowrap !important;
  }
  #countries .swiper-slide.swiper-slide-next {
    transform: scale(1.1);
    position: relative;
    z-index: 9;
    transition: 0.2s;
  }
  .whyArenaTours .why-arena-swiper {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .contentBoxArea .container {
    max-width: initial;
  }
  #img1-content1,
  #img2-content1 {
    max-width: 250px;
  }
  #contactInfo {
    text-align: center;
  }
  .socialNet {
    justify-content: center;
  }
  .contentDestinySection .order-1 {
    margin-top: 30px;
  }
  .boxWeather {
    margin-top: 20px !important;
  }
  .weatherItem {
    margin-bottom: 30px;
  }
  #colecciones .itemBoxColection {
    margin-bottom: 5px;
  }
  #contactInfo {
    margin-bottom: 15px;
  }
  #contactBtns .link-2 .btn-gral {
    margin: 5px 0px;
  }
  .boxFterOffice {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 25px;
  }
  #footerZone .ftr-2 {
    margin-top: 2rem;
  }
  .ftr-1 .menuUpFooter ul[id^="menu-footer"] a,
  .ftr-1 .menuUpFooter ul#menu-footer a {
    font-size: 16px;
  }
  #itemListRelationship .colItem-3 .boxItemCharacteristics.item-1 .thumbnail {
    margin-top: 20px;
  }
  #stripeDown {
    flex-direction: column;
  }
  #navMegaMenu-1 li a,
  #navMegaMenu-2 li a,
  #navMegaMenu-3 li a,
  div#contactBtns .link-1 a,
  div#contactBtns .link-3 a {
    font-size: 1.2rem;
  }
  #boxMegaMenu li.menu-item-has-children ul.sub-menu a {
    font-size: 1rem;
  }
  .itemBoxColection.hide {
    display: none;
  }
  .boxRunAwayMovil {
    max-width: 400px !important;
    margin: auto;
    background: var(--color-white);
    padding: 2rem;
    bottom: -65px;
    position: relative;
    box-shadow: 0px 0px 11px -2px gray;
  }
  .tituloRunAway {
    position: relative;
  }
  .tituloRunAway:after {
    content: "";
    background: green;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
}
#navMegaMenu-1 .menu-item-has-children:not(.dropped) .sub-menu,
#navMegaMenu-1 .menu-item-has-children:not(.submenuActive) .sub-menu {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
#navMegaMenu-1 .menu-item-has-children .sub-menu {
  transition: opacity 0.5s ease-in-out;
}

#contactBtns .text-at-green:hover,
#socialBar .boxMenuMenu #contactInfo a:hover,
#modalBoxMegaMenu .itemListSocial a:hover {
  color: var(--color-green-light) !important;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .itemBoxColection {
    width: calc(50% - 9px) !important;
  }
}
@media screen and (min-width: 992px) {
  /* TRIP GUIDE */
  .twoColumnsText {
    column-count: 2;
    column-gap: 20px;
  }
  /* END TRIP GUIDE */

  #colecciones .row {
    gap: 5px;
  }
  .extract-destiny {
    max-width: 67%;
  }
  .advice .boxItemCharacteristics:last-child {
    border-bottom: none;
  }
  .gralTitle {
    text-wrap: nowrap;
  }
}
@media screen and (min-width: 993px) {
  #mega_menu .col-b,
  #mega_menu_fixed .col-b {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .bodyBox nav {
    display: flex;
    justify-content: center;
  }
  #mega_menu .col-b a,
  #mega_menu_fixed .col-b a {
    margin-bottom: 0;
  }
  #menu-menu-izquierdo,
  #menu-menu-izquierdo-1,
  ul[id^="menu-menu-izquierdo"] {
    margin-right: 0 !important;
  }
  #menu-menu-derecho,
  #menu-menu-derecho-1,
  ul[id^="menu-menu-derecho"] {
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 1025px) {
  .emailFter,
  #contactSpace .socialNet {
    display: none;
  }
  #runAway .containerRunAway {
    margin-top: -50px;
    margin-bottom: -50px;
  }
}
@media screen and (max-width: 1199px) {
  #menu-logo {
    width: 100%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #contactBtns .link-1 a,
  #contactBtns .link-3 a {
    font-size: 1rem;
  }
  #contactInfo a {
    font-size: 16px !important;
  }
  #contactBtns .link-2 {
    padding: 0;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #banner iframe {
    transform: scale(1.9);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  .socialNet {
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  #modalBoxMegaMenu .itemListSocial a {
    margin: 0;
  }
}

@media screen and (min-width: 1200px) {
  #mega_menu #searchMenu img,
  #mega_menu #searchMenu img,
  #mega_menu #userMenu img,
  #mega_menu #barMenu img,
  #mega_menu_fixed #userMenu img,
  #mega_menu_fixed #barMenu img {
    max-width: initial;
    width: 24px;
    margin-top: -7px;
  }

  .testimonios-Swiper:before,
  .testimonios-Swiper:after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 15%;
    z-index: 2;
    background: rgb(255, 255, 255);
  }
  .testimonios-Swiper:before {
    left: 0;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 1) 30%,
      rgba(255, 255, 255, 0.28895308123249297) 80%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .testimonios-Swiper:after {
    right: 0;
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 1) 30%,
      rgba(255, 255, 255, 0.28895308123249297) 80%,
      rgba(255, 255, 255, 0) 100%
    );
  }
  .testimonios-Swiper .swiper-slide-next {
    margin-top: 0 !important;
    min-height: 370px !important;
    transition: 0.3s;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  #banner iframe {
    transform: scale(1.7);
  }
}

@media screen and (min-width: 1200px) and (max-width: 1352px) {
  #mega_menu ul[id^="menu-menu-izquierdo"] > .menu-item > a,
  #mega_menu ul[id^="menu-menu-derecho"] > .menu-item > a,
  #mega_menu_fixed ul[id^="menu-menu-izquierdo"] > .menu-item > a,
  #mega_menu_fixed ul[id^="menu-menu-derecho"] > .menu-item > a,
  #mega_menu ul#menu-menu-izquierdo-1 > .menu-item > a,
  #mega_menu ul#menu-menu-derecho-1 > .menu-item > a,
  #mega_menu_fixed ul#menu-menu-izquierdo > .menu-item > a,
  #mega_menu_fixed ul#menu-menu-derecho > .menu-item > a {
    padding: 28px 5px;
  }
}
@media screen and (min-width: 1400px) {
  .item-colection {
    min-height: 250px;
  }
  .itemBoxColection {
    width: calc(33.133% - 2px) !important;
  }
  .itemBoxColection[data-order="1"] {
    order: 1;
  }
  .itemBoxColection[data-order="2"] {
    order: 2;
  }
  .itemBoxColection[data-order="3"] {
    order: 3;
  }
  .itemBoxColection[data-order="4"] {
    order: 4;
  }
  .itemBoxColection.type_1 {
    order: 5;
  }
  .itemBoxColection[data-order="6"] {
    order: 6;
  }
  .itemBoxColection[data-order="7"] {
    order: 7;
  }
  .itemBoxColection[data-order="8"] {
    order: 8;
  }
  .itemBoxColection[data-order="9"] {
    order: 9;
  }
}
@media screen and (min-width: 1601px) {
  .rowCto {
    gap: 5px;
  }
  #socialBar {
    margin: 0 5%;
  }
}
@media screen and (min-width: 1900px) {
  .extract-destiny,
  .extract-destiny p,
  .boxTestimonial .extract-testimonial,
  .boxWhyArena .extractWhyArena,
  .boxWhyArena .titleWhyArena,
  .extractRunAway,
  .extratSubItemRunAway,
  .extractCharacteristics,
  #footerZone .addres-ubication {
    font-size: 1.1rem !important;
  }
  #footerZone .title-ubication {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 2000px) {
  /* #banner iframe {
    height: 955px;
  } */
}

/*Inicio - Anular clase de tema padre*/
body.home h4 {
  border-bottom: 0px !important;
}
/*Fin - Anular clase de tema padre*/

/*Dias - Inicio*/
.featured-image img {
  width: 100%;
}
.single-dias header h1,
.single-dias .cont-itinerarios h4,
.single-dias .cont-tours h4,
.single-dias .cont-tours-combinados h4,
.slick-carousel .slick-track .slick-slide a {
  color: var(--color-green) !important;
}
.entry-header,
.entry-content,
.cont-itinerarios,
.cont-tours,
.cont-tours-combinados {
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 1023px) {
  .entry-header,
  .entry-content,
  .cont-itinerarios,
  .cont-tours,
  .cont-tours-combinados {
    margin: 0 5%;
  }
}
/*Dias - Fin*/

/* Header entradas de magazine */
.content-magazine .entry-header {
  display: block;
}
/* Fin Header entradas de magazine*/

/*Habitaciones - Inicio*/
.single-habitaciones .slick-slide img {
  width: 100%;
}
.single-habitaciones .entry-header h1 {
  color: var(--text-at-green) !important;
}
.cont-otras-habitaciones,
.cont-otros-servicios,
.cont-otros-restaurantes,
.cont-otros-actividades {
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 1023px) {
  .cont-otras-habitaciones,
  .cont-otros-servicios,
  .cont-otros-restaurantes,
  .cont-otros-actividades
   {
    margin: 0 5%;
  }
}
/*Habitaciones - Fin*/

.box-banner-destine-main {
  z-index: 9;
  margin-top: 10%;
  margin-bottom: 25px;
}

.z9 {
  z-index: 9;
}

@media screen and (max-width: 768px) {
  .home #content-4 {
    margin-top: 0px !important;
  }
}

@media (max-width: 545px) {
  .showMouseTracking .swiper .swiper-wrapper .swiper-slide {
    padding: 0 5px;
  }
}

#menuBar .boxMenuMenu .boxBlockMenu {
  position: relative;
}

#menuBar .boxMenuMenu .boxBlockMenu .menu-item .sub-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  background-color: #fff;
  z-index: 0;
  padding: 20px 25px;
  box-shadow: 0px 5px 10px 0px #6d813b;
}

.wpml-ls-legacy-dropdown > ul .wpml-ls-item > .wpml-ls-item-toggle::after {
  display: none;
}

#menuBar .boxMenuMenu .boxBlockMenu .menu-item .sub-menu .menu-item {
  width: 33.33%;
}

.advice .boxItemCharacteristics .titleCharacteristics a {
  color: var(--color-green) !important;
}

@media screen and (max-width: 768px) {
  #menuBar .boxMenuMenu .boxBlockMenu div>ul {
    padding-left: 15px;
  }

  #menuBar .boxMenuMenu .boxBlockMenu .menu-item .sub-menu .menu-item {
    width: 50%;
    padding: 0 5px;
  }

  #menuBar .boxMenuMenu .boxBlockMenu .menu-item .sub-menu {
    margin-left: 0;
    width: 93%;
  }
}

@media screen and (max-width: 575px) {
  #menuBar .boxMenuMenu .boxBlockMenu .menu-item .sub-menu {
    margin-left: 0;
    width: 90%;
  }

  #modalBoxMegaMenu .wpml-ls > ul .wpml-ls-item .wpml-ls-sub-menu,
  #mega_menu_fixed .wpml-ls > ul .wpml-ls-item .wpml-ls-sub-menu,
  #mega_menu .wpml-ls > ul .wpml-ls-item .wpml-ls-sub-menu {
    min-width: 200px;
  }
}

@media screen and (max-width: 520px) {
  #menuBar .boxMenuMenu .boxBlockMenu .menu-item .sub-menu {
    margin-left: 0;
    width: 100%;
    max-width: 290px;
  }

  #menuBar .boxMenuMenu .boxBlockMenu .menu-item .sub-menu .menu-item {
    width: 100%;
  }
}

.hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .swiper-container {
  height: 80vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .box-slider .box-text-container {
  height: 80vh;
  width: 25%;
}

.hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: start;
}

.hoteles-template-default.single-hoteles #boxPage #postHero .box-slider {
  width: 100%;
  display: flex;
  gap: 8px;
  height: 100%;
  overflow: hidden;
}

.hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-img-container img {
  max-width: none;
  transform: scale(1.01);
}

.hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-img-container .box-img {
  width: fit-content;
  height: fit-content;
  max-width: 100%;
  max-height: 100%;
}

.hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-img-container {
  width: 81%;
  overflow: hidden;
  display: flex;
}

.hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container {
  width: 20%;
  display: flex;
}

.hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .box-title {
  background: #6d813b;
  padding: 100px 15px 20px 15px;
  justify-content: center;
  width: 100%;
}

.hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .HeadingHotel {
  font-size: 24px;
  text-align: center;
  margin-bottom: 8px;
}

.hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .stars {
  margin-bottom: 10px;
}

.hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .subTitle {
  font-size: 18px;
}

.formSubscribe {
  position: relative;
}

.formSubscribe .sib_loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff52;
  z-index: 99;
  border-radius: 10px;
  transform: scale(1.1);
}

.single .gallery-box .galery-content .slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.single .gallery-box .galery-content .slick-slide img {
  width: 100%;
}

.single-servicios .slick-carousel h4,
.single-actividades .slick-carousel h4 {
  text-align: center;
  font-size: 1.5em;
  font-weight: 200;
  line-height: 1.1;
  margin-top: 10px;
}

#brands .swiper-slide {
  animation: drift 40s linear infinite;
  width: 180px;
}

.hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container {
  z-index: 9;
}

.hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .arrow-open {
  display: none !important;
  top: 20%;
  width: 50px;
  height: 50px;
  left: -40px;
  background: #6d813b;
  border-radius: 20px 0 0 20px;
}

#footerZone .socialFrame a {
  font-size: 26px;
}

body.page-template-default .contentExperiencesActivities {
  max-width: 1500px;
}

#fixedStipe {
  display: block;
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  z-index: 999;
  transform: translateY(0);
  transition: transform 0.5s ease;
}

#fixedStipe.hidden {
  transform: translateY(100%); /* Esconde el elemento hacia abajo */
  bottom: -20px;
}

.site-footer {
  z-index: 10;
  position: relative;
  overflow-x: hidden;
}

.tours-template-default #itemsTrip .box-item-travel .col-b p {
  margin-bottom: 0px;
}

.tours-template-default .text-excerpt-tour {
  font-size: 1.125rem;
}

.tours-template-default .container-excerpt-tour {
  max-width: 900px;
}

.tours-template-default .box-icon-info-tour *{
  font-size: 2rem;
  color: var(--color-white);
}

.tours-template-default .box-icon-info-tour img {
  width: 48px;
  height: 48px;
}

.font-title-search {
  color: var(--color-white);
  font-size: 4.5rem;
  line-height: 4.5rem;
  width: fit-content;
  margin-bottom: 24px;
  border-bottom: 4px solid white !important;
}

.box-item-travel .item {
  padding: 0 15px;
}
@media screen and (min-width: 1600px) and (min-height: 800px) {
  .hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .box-slider .box-text-container .description {
    font-size: 1em;
    line-height: 1.5em; 
  }
  .hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .box-slider .box-text-container .centrotitulo h1 {
    font-size: 25px;
    line-height: 1.5em;    
  }
  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .stars {
    margin-bottom: 15px;
  }
}
@media (max-width: 1200px) {
  .hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .box-slider .box-text-container .description {
      font-size: 0.7em;
      line-height: 1.4em;    
  }
  .hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .box-slider .box-text-container .centrotitulo h1 {
    font-size: 16px;
    line-height: 1.3em;    
  }

  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-img-container {
    width: 70%;
  }

  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .box-title {
    padding: 80px 15px 20px 15px;
  }

  .hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .swiper-container {
    height: 63vh;
    min-height: inherit;
  }
  .hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .box-slider .box-text-container {
    height: 63vh;
    min-height: inherit;
    width: 40%;
  }

  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .HeadingHotel {
    font-size: 20px !important;
  }

  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .subTitle {
    font-size: 17px;
  }

  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider {
    height: 100%;
  }
}
@media screen and (max-width: 1200px) and (orientation:landscape) {
  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .box-title {
    padding: 120px 15px 20px 15px;
  }
}
/*Estilos para el Ipad Pro*/
@media screen and (width: 1024px) and (orientation: portrait) {
  .hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .box-slider .box-text-container .centrotitulo h1 {
    font-size: 22px;
    line-height: 1.8em;
  }

  .hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .box-slider .box-text-container .description {
    font-size: 1.02em;
    line-height: 2em;
  }

  .title-bar{
    margin: 20px 0;
  }

}

@media (max-width: 991px) {
  .hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .swiper-container {
    height: 50vh;
    min-height: 504px;
  }
  .hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .box-slider .box-text-container {
    height: 50vh;
    min-height: 504px;
    width: 40%;
  }
  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .box-title {
    padding: 90px 15px 20px 15px;
  }

  .template-nav-white.mt-4-box-single #boxPage {
    margin-top: 48px;
  }

  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-img-container {
    width: 60%;
  }

  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container {
    width: 40%;
    z-index: 9;
  }

  .bannerDestiny, .bannerDestinyInter {
    min-height: 50vh;
    height: auto;
    padding-top: 80px;
    padding-bottom: 25px;
    background-size: cover;
  }

  .bannerDestiny .boxTitleDestiny .title h1 {
    font-size: 2rem !important;
  }

  .bannerDestiny .boxTitleDestiny .box-icon-info-tour span {
    font-size: 1.2rem;
    line-height: 1.2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .tours-template-default .box-icon-info-tour img {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 768.5px) {
  .socialNet .subMenuFooter .legal-menu .menu {
    flex-direction: inherit !important;
    flex-wrap: wrap;
  }

  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .box-title {
    padding: 120px 15px 20px 15px;
  }
  .hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .box-slider .box-text-container .centrotitulo h1 {
    font-size: 16px;
    line-height: 1.5em;    
  }
  
  .socialNet .subMenuFooter .legal-menu .menu li {
    width: 48%;
  }

  footer .socialNet .payMethod.col-a {
    padding: 0 !important;
  }

  #fixedStipe #boxFixedStipe .boxSideB {
    display: none !important;
  }

  .font-title-search {
    font-size: 2rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 768.5px) and (orientation: landscape) {
  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .box-title {
    padding: 170px 15px 20px 15px;
  }
  .hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .box-slider .box-text-container .centrotitulo h1 {
    font-size: 14px;
  }
}
@media screen and (max-width: 600.5px) {
  .boxSideC .linkCto .btnGral2 {
    font-size: 12px !important;
    padding: 10px 10px;
  }

  #boxFixedStipe .title {
    font-size: 1rem !important;
  }

  .bannerDestiny .boxTitleDestiny .title h1 {
    font-size: 1.7rem !important;
  }

  #boxFixedStipe .boxSideA {
    width: 100%;
    text-align: center;
  }

  #boxFixedStipe .boxSideC {
    width: 100%;
    justify-content: center !important;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  #fixedStipe.hidden {
    bottom: -50px;
  }
}

@media screen and (max-width: 575.5px) {
  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-img-container {
    width: 100%;
  }
  .hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .box-slider .box-text-container {
    width:100%; 
    z-index: 9999999999;  
  }
  .hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .box-slider .box-text-container .centrotitulo h1 {
    font-size: 21px;
    line-height: 1.5em;    
  }
  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .box-title {
    padding: 50px 15px 20px 15px;
  }
  .hoteles-template-default.single-hoteles #boxPage #postHero .FeatureSection .box-slider .box-text-container .description {
    font-size: 1em;
    line-height: 1.5em;    
}

  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .arrow-open {
    display: flex !important;
    top: 15%;
    width: 50px;
    height: 50px;
    left: -50px;
    background: #6d813b;
    border-radius: 20px 0 0 20px;
    position: absolute;
    z-index: 99;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0px 0px 6px 0px #272727;
  }

  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .arrow-open i {
    color: #fff;
    font-size: 22px;
  }

  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container {
    width: 100%;
    position: absolute;
    right: 0;
    height: 100%;
    transform: translateX(100%);    
    transition: all 0.3s ease;
  }

  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container.open-text {
    transform: translateX(0%);   
    transition: all 0.3s ease;
  }

  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .arrow-open.arrow-close {
    background: #fff;
    transform: translateX(100vw);
  }

  .hoteles-template-default.single-hoteles #boxPage #postHero .box-slider .box-text-container .arrow-open.arrow-close i {
    color: #6d813b;
    transform: rotate(180deg);
  }

  .wpml-ls-legacy-dropdown .wpml-ls-flag {
    width: 28px;
    height: 20px;
  }
}

#mega_menu_fixed #search-btn-fixed:hover .a-fs-up:hover {
  color: #8cbf2f !important;
  font-size: 0.875rem !important;
}

#mega_menu #search-btn:hover .a-fs-up:hover {
  color: #8cbf2f !important;
  font-size: 1rem !important;
}

#mega_menu_fixed .icon-icon-burguer:hover,
#mega_menu .icon-icon-burguer:hover {
  color: #8cbf2f !important;
}

#modalBoxMegaMenu #searchMenu-MegaMenu a:hover img {
  filter: invert(25%) sepia(25%) saturate(500%) hue-rotate(50deg) brightness(100%) contrast(65%);
}

#btnCloseMega:hover .close *,
#btnCloseMega .close:hover * {
  background-color: #8cbf2f;
}

#modalBoxMegaMenu #langMenu .wpml-ls-sub-menu .wpml-ls-link:hover,
#mega_menu_fixed #langMenu .wpml-ls-sub-menu .wpml-ls-link:hover {
  color: #8cbf2f !important;
}

@media screen and (max-width: 767.5px) {
  #tourDays .itemDay .col-a {
    order: 2;
  }
  #tourDays .itemDay .col-b {
    order: 1;
  }

  #tourDays .itemDay .col-b .boxInfoStepDay {
    display: flex;
    flex-direction: column;
  }

  #tourDays .itemDay .col-b .boxInfoStepDay .boxNumberBottomDay,
  #tourDays .itemDay .col-b .boxInfoStepDay .boxNumberTopDay {
    order: 0;
    margin-bottom: 20px;
  }

  #tourDays .itemDay .col-b .boxInfoStepDay .title {
    order: 1;
  }

  #tourDays .itemDay .col-b .boxInfoStepDay .extract {
    order: 2;
  }

  .nameOtherDestinations {
    text-align: center;
  }
}

@media screen and (max-width: 640.5px) {  
  #rooms-new .iconDrag,
  #restaurants .iconDrag,
  #activities .iconDrag,
  #services .iconDrag,
  #other-hotels .iconDrag {
    top: -82px;
  }
}

@media screen and (max-width: 430.5px) {
  .boxFrom .wpforms-form .wpforms-field {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 15px;
  }

  .paging-navigation .nav-links .next.page-numbers,
  .paging-navigation .nav-links .prev.page-numbers {
    font-size: 0px;
  }

  .paging-navigation .nav-links .next.page-numbers span,
  .paging-navigation .nav-links .prev.page-numbers span {
    font-size: 16px;
  }
}

.boxExperiencesActivities .imgExperiences a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-height: 250px;
}

/* nuevo css para ficha de hotel quick info */

/* Barra de título */
.title-bar {
  background-color: #CEE7DA;
  color: #000;
  text-align: center;
  padding: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
	width:100%;
}

/* Título del hotel */
.hotel-name {
  font-size: 28px; 
  font-weight: 600; 
  color: #fff;
 /* margin: 0 0 0 20px; */

}

.centrotitulo {
	/*	font-size: 28px;
		color:#fff;	
	    align-items: center; */
		text-align: center;
        justify-content: center;
        margin: 0 auto;
}

.centrotitulo h1 {
		font-size: 20px;
		color:#fff;	
    	font-weight: 700;
		margin-bottom:5px;
}

.cabh1 {
	font-size: 42px;
    margin-bottom: 0;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none;
	text-align:center;
}
.bloqstar {
	margin: 0 0 0 20px;
}

/* Descripción */
.description {
  padding: 10px 10px 10px 20px;
  font-size: 0.8em;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.5em;
}

/* Título de características */
.features-title {
  font-size: 1.2em;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}

/* Lista de características */
.features-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-list li {
  font-size: 0.95em;
  color: #666;
  padding: 0px;
  border-bottom: 1px solid #ddd;
}

.features-list ul {
  font-size: 0.95em;
  color: #fff;
  padding: 0px;
  border-bottom: 1px solid #ddd;
}

.features-list li:last-child {
  border-bottom: none;
}

/* centrado de estrellas*/
.table-cell {
  height: auto-flow;
  width: 100%;
}

.table-cell__container {
  display: table;
  height: 100%;
  width: 100%;
}

.table-cell__content {
  display: table-cell;

  text-align: center;
  vertical-align: middle;
/*
  background: #ffff99;
  color: #333; */
}

.bloquebarra {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
}
/* fin centrado de estrellas */

/* Fin de nuevos estilos de quick info */

/*jadr*/

/* Ocultar menú hamburguesa en versión de escritorio */ 
@media (min-width: 1200px) { #barMenu { display: none; } }

/*igualar espacios de icono lupa*/
#searchMenu, #searchMenu-fixed { margin-right: 30px; }

/* bajar tamaño bloques ofertas en version movil*/
@media only screen and (max-width: 768px) {
  .boxExoticItem { 
    background-repeat: no-repeat;
    background-color: #0000003b;
    background-blend-mode: color;
    background-position: -200px 0;
  }
}
/*fin de bajar tamaño*/

/*fin jadr*/