@font-face {
    font-family: 'AR';
    src: url('fuentes/AvenirLTStd-Roman.woff2') format('woff2'),
        url('fuentes/AvenirLTStd-Roman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AB';
    src: url('fuentes/AvenirLTStd-Book.woff2') format('woff2'),
        url('fuentes/AvenirLTStd-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
  font-family: 'AR' !important;
  font-size: 1rem !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'AB' !important;
  font-weight: normal !important;
}

strong {
  font-family: 'AB' !important;
}

.et_pb_cta_0.et_pb_promo h2, .et_pb_cta_0.et_pb_promo h1.et_pb_module_header, .et_pb_cta_0.et_pb_promo h3.et_pb_module_header, .et_pb_cta_0.et_pb_promo h4.et_pb_module_header, .et_pb_cta_0.et_pb_promo h5.et_pb_module_header, .et_pb_cta_0.et_pb_promo h6.et_pb_module_header {
  font-family: 'AB' !important;
  font-weight: normal !important; 
}

.caja-titulo {
	display: table;
  width: 100%;
  height: 100vh;
}

.celda-titulo {
	display: table-cell;
  width: 100%;
  height: 100vh;
  vertical-align: middle;
  text-align: center;
}

.pagina-titulo {
 	color: #FFF;
  font-size: 4rem;
  line-height: 3rem;
}

.pagina-titulo span {
  display: block;
  font-size: 2rem;
  font-style: italic;
  font-weight: normal;
}

.et_overlay:before {
  color: #222 !important;
}

.et_pb_gallery_title {
  display: none;
}

.titulo-interior {
    font-family: 'AB';
    font-size: 2rem;
    color: #7f8c8d;
    text-align: center;  
}

.subtitulo {
  font-family: 'AB';
  color: #7f8c8d;
}

.espacio-ruinas {
    background-image: url('/wp-content/uploads/2021/10/las_ruinas_la_gotera.jpg') !important;
}

.espacio-puente {
    background-image: url('/wp-content/uploads/2021/10/el_puente_la_gotera.jpg') !important;
}

.espacio-lago {
    background-image: url('/wp-content/uploads/2021/10/el_lago_la_gotera.jpg') !important;
}

.espacio-tunel {
    background-image: url('/wp-content/uploads/2021/10/el_tunel_la_gotera.jpg') !important;
}

.espacio-escalera {
    background-image: url('/wp-content/uploads/2021/10/las_ruinas_la_gotera.jpg') !important;
}

.espacio-pozo {
    background-image: url('/wp-content/uploads/2021/10/las_ruinas_la_gotera.jpg') !important;
}


.espacio-salon {
    background-image: url('/wp-content/uploads/2021/10/el_salon_la_gotera.jpg') !important;
}

.espacio-arcos {
    background-image: url('/wp-content/uploads/2021/10/los_arcos_la_gotera.jpg') !important;
}

.espacio-suite {
    background-image: url('/wp-content/uploads/2021/10/las_ruinas_la_gotera.jpg') !important;
}

.espacio-banos {
    background-image: url('/wp-content/uploads/2021/10/los_banos_la_gotera.jpg') !important;
}

.et_pb_divider_1:before {
    border-top-color: #f4f4f4 !important;
}

.cajaespacios {
    text-align: center;
}

.et_pb_cta_1 {
    max-width: unset !important;
    min-height: 300px;
}

.menu-espacios {
    text-align: center;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

.menu-espacios-link {
    display: inline-block;
    font-size: 1rem;
    color: #999;
    transition: all 0.5s ease;
    margin: 0 0 1rem 0;
}

.menu-espacios-link:hover {
    color: #000;
}

.menu-espacios-link:hover span hr {
    border-color: #000;
}

.menu-activo {
    color: #000 !important;
}

.menu-activo span hr {
    border: solid 1px #000 !important;
}

.menu-espacios-link span {
    display: table-cell;
    padding: 0 1rem 0 1rem;
    text-align: center;
    vertical-align: middle;
    line-height: 1rem;
}

.menu-espacios-link span hr {
    transition: all 0.5s ease;
    border: solid 1px #FFF;
    margin: 4px auto 0 auto;
    width: 50%;
    left: 0;
    right: 0;
}

/*Estilos testimonios*/
.cajatestimonio {
  display: block;
  width: 600px;
  left: 0;
  right: 0;
  margin: 0 auto 3rem auto;
  text-align: center;
  line-height: 1.8rem;
}

.cajatestimonio h3 {
  margin: 10px 0 0 0;
  color: #7f8c8d;
}

/*Estilos para servicios*/
.servicio {
    display: grid;
    grid-template-columns: fit-content(50%) 1fr;
}

.servicio img {
    float: left;
    width: 100%;
}

.servicio-descripcion {
    background: #f4f4f4;
    float: left;
    width: 100%;
    height: 100%;
}

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

.servicio-celda {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 3rem 6rem;
    vertical-align: middle;
    text-align: center;
    font-size: 16px;
    line-height: 1.9em;
}

.servicio-titulo {
    color: #7f8c8d;
    text-transform: uppercase;
}

.list-menu-servicios {
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0;
    list-style: none !important;
}

.menu-servicios-link {
    display: table;
    color: #999;
    transition: all 0.5s ease;
}

.menu-servicios-link span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0.2rem 1rem 0 0.2rem;
}

.menu-servicios-link span i {
    font-size: 0.5rem;
    margin: 0 0.3rem 0 0;
    padding: 0 0 0 0;
    line-height: 0.5rem;
}

.menu-servicios-link:hover {
    margin-left: 1rem;
    color: #000;
    text-decoration: none;
}

.menu-servicios-link-activo {
    margin-left: 1rem;
    color: #000;
    text-decoration: none;
}

/*Estilos Beneficios*/
.enlace-beneficios {
    display: table;
    width: 256px;
    height: 256px;
    background-color: #3774ad;
}

.enlace-beneficios-caja {
    position: relative;
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}

.enlace-beneficios-caja h3 {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFF;
    font-size: 1.3rem;
    width: 100%;
    padding: 1rem 0;
}

.enlace-beneficios-caja img {
    width: 80% !important;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.videoportada {
  position: relative;
}

.videopantalla {
  position: absolute;
  display: table;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 99%;
  background: rgba(0,0,0,0.6);
}

.videocaja {
  display: table-cell;
  vertical-align: bottom;
  padding: 1rem;
}

#main-footer {
  background: #7f8c8d;
}

/*Estilos Eventos*/
.evento {
    width: 90%;
    max-width: 350px;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.evento-descripcion {
    text-align: justify;
    padding: 1rem 0rem;
    min-height: 13rem;
}

.evento-descripcion h2 {
    text-align: center;
    margin: 0.6rem 0 1.2rem 0;
    padding: 0;
    font-size: 1.1rem;
}

.evento-enlace {
    display: table;
    border: solid 1px #000;
    width: 100%;
    background: rgba(0, 0, 0, 0);
    transition: all 0.5s ease;
    font-size: 1.2rem;
    color: #000;
}

.evento-enlace span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0.4rem 1rem;
}

.evento-enlace:hover {
    color: #FFF;
    text-decoration: none;
    background: rgba(0, 0, 0, 1);
}

/*Flip Card*/
.card {
  -webkit-perspective: 150rem;
          perspective: 150rem;
  -moz-perspective: 150rem;
  position: relative;
  height: 300px;
  border: none !important;
}

.card__side {
  height: 300px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.15);
}

.card__side--front {
  background-color: #fff;
}

.card__side--front-1 {
  background: #7f8c8d;
}

.card__side--back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.card__side--back-1 {
  background: #3774ad;
}

.card:hover .card__side--front-1,
.card:hover .card__side--front-2,
.card:hover .card__side--front-3 {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card:hover .card__side--back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.card__details {
  /*padding: 0 2rem 2rem;*/
  height: 100%;
}

.card__cta {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  text-align: center;
}

.card__price-box {
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
}

.card__table {
    display: table;
    width: 100%;
    height: 100%;
}

.card__cell {
    display: table-cell;
    position: relative;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.card__cell h2 {
  color: #FFF;
}

.card__img {
}

.card__title {
}

#footer-bottom {
  background: #000 !important;
  color: #FFF;
}

#footer-info a {
  color: #FFF;
}

#footer-bottom a {
  color: #FFF;
}

/*Estilos Contacto*/
.contacto-subtitulo {
    font-family: 'AB';
    color: #7f8c8d !important;
}

.btnfb {
    position: fixed;
    bottom: 8px;
    right: 20px;
    z-index: 50;
    display: table;
    background: #26D366;
    border-radius: 50%;
    color: #FFF;
    -webkit-box-shadow: 0 0 8px 0 #000000;
    box-shadow: 0 0 8px 0 #000000;
}

.btnfb span {
    display: table-cell;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    border: solid 1px #FFF;
    margin: 3px;
    font-size: 1.3rem;
}

@media screen and (max-width:320px) { 
    .menu-espacios {
        display: none;
    }

    .list-menu-servicios {
        display: none;
    }

    .servicio {
        display: initial !important;
    }

    .servicio-celda {
        padding: 1rem 1rem;
        height: 350px;
    }

    .cajatestimonio {
        width: 100%;
    }
}

@media screen and (min-width:321px) and (max-width:480px) { 
    .menu-espacios {
        display: none;
    }

    .list-menu-servicios {
        display: none;
    }

    .servicio {
        display: initial !important;
    }

    .servicio-celda {
        padding: 1rem 1rem;
        height: 350px;
    }

    .cajatestimonio {
        width: 100%;
    }
}

@media screen and (min-width:481px) and (max-width:640px) {

}

@media screen and (min-width: 641px) and (max-width: 768px) {

}

@media screen and (min-width: 769px) and (max-width: 960px) {

}

@media screen and (min-width:961px) and (max-width:1024px) {

}

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

}