@charset "UTF-8";
/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
/* MENU */
.menu-item-24 {
  position: relative !important;
}

.awb-menu__li .awb-menu__mega-wrap {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: auto !important;
  width: 35vw !important;
  height: 100vh !important;
  z-index: 99999 !important;
  transform: none !important;
}
.awb-menu__li .awb-menu__mega-wrap .fusion-fullwidth {
  min-height: 100vh !important;
  width: 100% !important;
}

.kemet-megamenu-menu {
  position: relative;
}
.fusion-image-element .kemet-megamenu-close {
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.kemet-megamenu .menu-text {
  text-align: left !important;
}
.kemet-megamenu-whitespace {
  pointer-events: none !important;
}

/* HOME */
.kemet-header-infoig {
  width: 100%;
  position: fixed;
  top: 250px;
  left: 0%;
  right: 0;
  z-index: 10000;
}
.kemet-header-info {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transform: rotate(-90deg);
  transform-origin: left center;
  white-space: nowrap;
}
.kemet-header-info::after {
  content: "";
  display: inline-block;
  width: 140px;
  height: 1px;
  margin-top: 20px;
  background-color: #92232c;
}
.kemet-header-ig {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transform: rotate(90deg);
  transform-origin: right center;
  white-space: nowrap;
}
.kemet-header-ig::after {
  content: "";
  display: inline-block;
  width: 140px;
  height: 1px;
  margin-top: 20px;
  background-color: #92232c;
}

/*INICIO - VIAJES DESTACADOS*/
.kemet-grid-viaje-inicio .kemet-grid-viaje-inicio-img {
  min-height: 300px;
}
.kemet-grid-viaje-inicio .kemet-grid-viaje-inicio-img span {
  background-position: center;
  background-size: 105%;
  transition: background-size 1s ease;
}
.kemet-grid-viaje-inicio .kemet-grid-viaje-inicio-img span:hover {
  background-size: 115%;
}

/* CONTACTO */
.kemet-contacto-form .wpcf7-list-item {
  margin-left: 0 !important;
}
.kemet-contacto-form .wpcf7-form p:last-of-type {
  text-align: right;
}

/*PÁGINA ESPECIALIDAD*/
.kemet-menu-page-especialidad .current-menu-item a {
  font-size: 32px;
  font-weight: 800;
}

.kemet-max-width-btn {
  max-width: 250px;
  min-width: 250px;
  text-align: center;
}

/*ENTRADA*/
.kemet-img-width-100 {
  width: 100% !important;
}

.kemet-dos-columnas {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

/* GALERIA */
.kemet-width-100 {
  width: 100% !important;
}

.kemet-rango-fechas {
  background-color: var(--awb-color2);
  padding: 2px 8px 0px 8px;
}

.kemet-itinerario-info p {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  -webkit-column-break-inside: avoid;
}

.kemet-title-viaje-grid {
  width: 80% !important;
  margin: 15% 10% !important;
  padding: 20% 10%;
  background-color: rgba(245, 241, 234, 0.7);
}

/*WHATSAPP JOINCHAT*/
.joinchat__button {
  bottom: -30px;
  height: 100px;
  width: 60px;
  border-radius: 0px;
  background: #92232c var(--joinchat-ico) 50%/70% no-repeat;
  background-position: 50% 15%;
}
.joinchat__button:hover {
  background-color: #333333;
}
.joinchat__button .joinchat__button__image {
  border-radius: 0px;
  bottom: 0px;
  height: auto;
}
.joinchat__button .joinchat__button__image img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}/*# sourceMappingURL=style.css.map */