@charset "UTF-8";





/*********************************** fonts ***********************************/
@font-face {
font-family: Gotham-Book;
src: url("../fonts/Gotham-Book.otf");
}
@font-face {
font-family: Gotham-Light;
src: url("../fonts/Gotham-Light.otf");
}
@font-face {
font-family: Gotham-Bold;
src: url("../fonts/Gotham-Bold.otf");
}


@font-face {
font-family: Austin-Italic;
src: url("../fonts/Austin-Italic.otf");
}
/*********************************** fonts ***********************************/





/*********************************** reset styles ***********************************/
*{box-sizing: border-box;
}
html, body, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	-webkit-tap-highlight-color: rgba(0,0,0,0.0); /* eliminar hover azul universal */	
    line-height: 1;
	background-color: #000000;
    transition: 0.5s;
}
/****************************************/
/****************************************/
/****************************************/
body::-webkit-scrollbar {
	background-color: #2F2F2F;
    width: 8px;
    transition: 0.5s;
}
body::-webkit-scrollbar-thumb {
    background-color: #FFC62F;
    border-radius: 0px;
    transition: 0.5s;
}
body::-webkit-scrollbar-thumb:hover {
    background-color: #FFC62F;
    transition: 0.5s;
}
body::-webkit-scrollbar-thumb:active {
    background-color: #FFC62F;
    transition: 0.5s;
}
body::-webkit-scrollbar-track {
    background-color: transparent;
    transition: 0.5s;
}
body::-webkit-scrollbar-track:hover,
body::-webkit-scrollbar-track:active {
    background-color: transparent;
    transition: 0.5s;
}
/****************************************/
/****************************************/
/****************************************/
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/****************************************/
/****************************************/
/****************************************/
textarea, select, input, button {
    outline: none;
}
:focus { 
    outline-color: transparent; 
    outline-style: none;
}
a {
	-webkit-tap-highlight-color: rgba(0,0,0,0.0); /* eliminar hover azul universal */
    text-decoration: none;
    transition: 0.5s;
}
html{
	scroll-behavior: smooth;
    transition: 0.5s;
}
/****************************************/
/****************************************/
/****************************************/
img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  user-select: none;
  pointer-events: none; /* bloquear clics completamente */
}

/*********************************** reset styles ***********************************/





/*************** CONTAINER ***************/
container {
    margin-top: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
    transition: 0.5s;
}





/*************** LOGO EPH ***************/
.logo {
    background-image: url(../images/logo_eph.svg);
    background-repeat: no-repeat;
    width: 240px;
    height: 46px;
    top: 20px;
    left: 20px;
    position: absolute;
    z-index: 999;
    transition: 0.5s;
}
@media (min-width: 0px) and (max-width: 700px){  
.logo {
    top: 10px;
    left: 10px;
} 
}





/*************** LOGO SERIVICIOS Y EXPERIENCIAS ***************/
h1 {
	width: 600px;
	height: auto;
	margin: -360px auto 0px auto;
    position: absolute;
	z-index: 100;
	transition: 0.5s;
}
@media (min-width: 0px) and (max-width: 700px){  
h1 {
    width: 80%;
	margin: -430px auto 0px auto;
} 
}





/*************** MENU HAMBURGER ***************/	
.navbar {
    background: transparent;
    padding: 10px 20px;
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 1001;
}
.hamburger {
    width: 30px;
    height: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
.hamburger span {
    height: 1px;
    background: #FFFFFF;
    transition: all 0.4s ease;
}
.hamburger:hover span {
    background: #FFC62F;
}
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 10px);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -10px);
}
.menu-overlay {
	background-image: url(../images/background_menu.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #2F2F2F;
	background-attachment: fixed;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(100%);
	transition: transform 0.5s ease;
	z-index: 1000;
}
.menu-overlay.show {
    transform: translateX(0);
}
/* Link center */
.menu-items {
    padding: 0;
	margin-top: 0px;
    margin-right: 0px auto 0px auto;
    list-style: none;
	text-align: center;
}
.menu-items li {
    margin: 20px 0;
}
.menu-items li a {
    font-family: Gotham-Bold;
    font-size: 30px;
	line-height: 0px;
    color: #FFFFFF;
	font-weight: normal;
}
.menu-items li a:hover {
	color: #FFC62F;
}
html.no-scroll,
body.no-scroll {
    overflow: hidden;
    height: 100vh;
}





/*************** CONTENT MAIN ***************/
.CONTENT-MAIN {
    width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
    position: relative;
    transition: 0.5s;
}
.CONTENT-MAIN_background {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100%;
    height: auto;
	position: relative;
	transition: 0.5s;
}
.CONTENT-MAIN_transparency {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: auto;
	position: relative;
	transition: 0.5s;
}
/*** Background Tiendas ***/
.background-perisur {
	background-image: url(../images/tiendas/perisur.jpg);
}
.background-polanco {
	background-image: url(../images/tiendas/polanco.jpg);
}





/*************** MENU TIENDAS ***************/
.grid_box_main {
    width: auto;
    height: auto;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
    display: grid;
    grid-template-columns: repeat(2, 0fr);
    grid-gap: 40px;
    grid-auto-rows: minmax(40px, auto);
	z-index: 100;
	transition: 0.5s;
}
@media (min-width: 0px) and (max-width: 700px){  
.grid_box_main {
    grid-template-columns: repeat(1, 0fr);
} 
}
.title_grid {
	background-color: #FFC62F;
    width: 200px;
    height: auto;
	margin: 16px 0 0 17px;
	padding: 5px 0 3px 0;
    position: absolute;
    font-family: Gotham-Light;
    color: #2F2F2F;
    font-size: 24px;
    text-align: center;
    font-weight: normal;	
    transition: 0.5s;
}
/*** Focus 01 ***/
.grid_01 {
    width: 240px;
    height: 67px;
    display: grid;
    border: 2px solid #FFFFFF;
    transform: rotate(0deg);
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.6);
    transition: 0.5s;
}
.grid_01::before, .grid_01::after {
    content:"";
    position:absolute;
    top: 0%;
    left: 0%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    animation: focus linear 3s infinite;
    transition: 0.5s;
}
.grid_01::after {
    animation-delay: -1.5s;
    transition: 0.5s;
}
/*** Focus 02 ***/
.grid_02 {
    width: 240px;
    height: 67px;
    display: grid;
    border: 2px solid #FFFFFF;
    transform: rotate(0deg);
    -webkit-box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 40px -10px rgba(0,0,0,0.6);
    transition: 0.5s;
}
.grid_02::before, .grid_02::after {
    content:"";
    position:absolute;
    top: 0%;
    left: 0%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    animation: focus linear 3s infinite;
    transition: 0.5s;
}
.grid_02::after {
    animation-delay: -1.5s;
    transition: 0.5s;
}
@keyframes focus {
    0% { width: 10px; height: 10px; border: 1px solid #FFC62F; }
    100% { width: 60px; height: 60px; border: 8px solid transparent; }
}
/*** Hover Menu Tiendas ***/
.grid_box {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}
.grid_overlay {
    background-color: rgba(0, 0, 0, 0.8);
    height: 100%;
    grid-column: 1/-1;
    grid-row: 1/-1;
    position: relative;
    display: grid;
    justify-items: center;
    align-items: center;
    transform: translateY(101%);
    transition: 0.5s;
}
.grid_box:hover .grid_overlay {
    transform: translateY(0%);
    transition: 0.5s;
}
.button {
    background: #FFC62F;
    width: 80px;
	height: 30px;
    padding-top: 9px;
    font-family: Gotham-Bold;
    color: #2F2F2F;
    font-size: 13px;
    text-align: center;
    letter-spacing: .3px;
    border-radius: 30px;
    transition: 0.5s;    
}
.button:hover {
    background: #FFFFFF;
    color: #2F2F2F;
	transition: 0.5s;
}





/*************** COVER HOME ***************/
.cover_home {
	width: 100%;
	height: 100vh;
	margin-left: auto;
	margin-right: auto;
	position: relative;
    /*pointer-events: none; bloqueo descarga*/
    display: flex;
    justify-content: center;
    align-items: center; 
	transition: 0.5s;
}
.cover_home_transparency {
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 90;
	transition: 0.5s;
}
/*************** SLIDER ***************/
.slider {
    width: 100vw;
    height: 100vh;
    position: relative;
    overflow: hidden;
	z-index: 80;
	transition: 0.5s;
}
.slider .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: slide 20s infinite ease-in-out;
	transition: 0.5s;
}
.slider .slide:nth-child(1) {
    background-image: url(../images/slider/01.jpg);
    animation-delay: -0;
}
.slider .slide:nth-child(2) {
    background-image: url(../images/slider/02.jpg);
    animation-delay: -4s;
}
.slider .slide:nth-child(3) {
    background-image: url(../images/slider/03.jpg);
    animation-delay: -8s;
}
.slider .slide:nth-child(4) {
    background-image: url(../images/slider/04.jpg);
    animation-delay: -12s;
}
.slider .slide:nth-child(5) {
    background-image: url(../images/slider/05.jpg);
    animation-delay: -16s;
}
@keyframes slide {
  0%,
  15%,
  100% {
    transform: translateX(0);
    animation-timing-function: ease;
  }
  20% {
    transform: translateX(-100%);
    animation-timing-function: step-end;
  }
  95% {
    transform: translateX(100%);
    animation-timing-function: ease;
  }
}





/*************** FANCYBOX ***************/
.GLOBAL_content {
	width: 90%;
	height: auto;
	margin: 0px auto 0px auto;
	padding-top: 100px;
	position: relative;
	transition: 0.5s;
}
h2 {
	margin: 60px auto 0px auto;
	font-family: Gotham-Light;
	font-size: 128px;
	color: #FFFFFF;
	text-align: center;
    font-weight: normal;
	transition: 0.5s;
}
@media (min-width: 0px) and (max-width: 700px){  
h2 {
	margin: 40px auto 0px auto;
	font-size: 80px;
} 
}
h3 {
	margin: 20px 0 40px 0;
	font-family: Austin-Italic;
	font-size: 32px;
	color: #FFC62F;
	text-align: center;
	font-weight: normal;
	letter-spacing: 2px;
	transition: 0.5s;
}
h4 {
	margin: 0;
    padding: 6px 8px 8px 8px;
    font-family: Gotham-Bold;
	font-size: 16px;
	color: #000;
	text-align: center;
    font-weight: normal;
	transition: 0.5s;
}
h5 {
	margin: 0;
    padding: 14px 0 6px 0;
    font-family: Gotham-Bold;
	font-size: 26px;
	color: #000;
	text-align: left;
    font-weight: normal;
	transition: 0.5s;
}
p {
	margin: 0;
    font-family: Gotham-Book;
	font-size: 16px;
    line-height: 20px;
	color: #2F2F2F;
	text-align: left;
    font-weight: normal;
	transition: 0.5s;
}
table {
    width: 100%;
	margin: 12px auto 0px auto;
    border-collapse: collapse;
    table-layout: fixed;
    transition: 0.5s;
}
td {
    height: 30px;
    padding: 4px;
    border: 1px solid #ccc;
    vertical-align: middle;
    font-family: Gotham-Book;
    text-align: center;
    transition: 0.5s;
}
h6 {
    height: 100%;
    margin: 0;
    font-family: Gotham-Bold;
	font-size: 16px;
	color: #000;
	text-align: center;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}
/************************************/
/************************************/
/************************************/
.card-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: flex-start;
    max-width: 1280px;
    margin: auto;
    transition: 0.5s;
}
.card {
    flex: 0 0 calc((100% - (16px * 4)) / 5);
    border-radius: 10px;
    overflow: hidden;
    background: #f5f5f5;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: 0.5s;
}
.card:hover {
    transform: scale(1.03);
}
.card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: 0.5s;
}
.fancy-content {
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
    max-width: 400px;
    padding: 14px !important;
    transition: 0.5s;
    height: auto;
}
.fancy-content img {
    width: 100%;  
    display: block;
    border-radius: 10px;
    transition: 0.5s;
}
.fancybox__container {
    background-color: rgba(255, 255, 255, 0.0) !important;
    transition: 0.5s;
}
@media (max-width: 440px) {
.carousel__button.is-close {
    right: -5px !important;
  }
}
.fancybox__thumbs .carousel__slide {
    width: 60px !important;
    height: 34px !important;
	display: none !important; /*** hidden thumbs ***/
}
.fancybox__thumbs .fancybox__thumb {
    /*width: 100% !important;*/
    /*height: 100% !important;*/
    object-fit: cover;
    border-radius: 6px;
	display: none !important; /*** hidden thumbs ***/
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border: 3px solid #FFC62F !important;
    transition: 0.5s;
}
@media (max-width: 1400px) {
  .card {
    flex: 0 0 calc((100% - 16px * 3) / 4);
  }
}
@media (max-width: 1200px) {
  .card {
    flex: 0 0 calc((100% - 16px * 2) / 3);
  }
}
@media (max-width: 900px) {
  .card {
    flex: 0 0 calc((100% - 16px * 1) / 2);
  }
}





/*************** CHECK IN ***************/
.card-checkin {
    width: 360px;
	height: 920px;
	margin: 0 auto 0 auto;
	position: relative;
    border-radius: 10px;
	overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: 0.5s;
}
.card-checkin-info {
	background-color: #FFC62F;
    width: 360px;
	height: auto;
	margin: 0 auto 20px auto;
	padding: 14px 18px 14px 18px;
	position: relative;
    border-radius: 10px;
	overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: 0.5s;
}
.GLOBAL_content .card-checkin iframe {
    width: 360px;
	height: 920px;	
    margin-top: -250px;		
}




/*************** QUOTE ***************/
.box_main_QUOTE {
    width: 100%;
    height: auto;
	margin-top: -100px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 180px;
    font-family: Gotham-Light;
    color: #FFFFFF;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    transition: 0.5s;
}
@media (min-width: 0px) and (max-width: 1000px){  
.box_main_QUOTE {
    font-size: 38px;
    line-height: 38px;
} 
}





/*************** ANCHOR ***************/
.caja-fixed {
    width: 20px;
    height: 80px;
	position: fixed;
    right: 25px;
    top: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transform: translateY(-50%);
    z-index: 10;
}
.caja-fixed a {
    width: 15px;
    height: 15px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: block;
    transition: all 0.3s ease;
}
.caja-fixed a:hover {
    background-color: #FFC62F;
    transform: scale(1.3);
}
.caja-fixed a.active {
    background-color: #FFC62F;
    box-shadow: 0 0 10px #FFC629;
    transform: scale(1.2);
}
@media (max-width: 600px) {
.caja-fixed {
    right: -10px;
    width: 40px;
    height: 80px;
}
}





/*************** FOOTER ***************/
footer {
	background-image: url(../images/background_footer.svg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #FFC62F;
	background-attachment: fixed;
	width: 100%;
	height: auto;
	padding-top: 36px;
	padding-bottom: 36px;
	padding-left: 36px;
	-webkit-box-shadow: inset 0px 0px 40px -10px rgba(0,0,0,0.6);
	box-shadow: inset 0px 0px 40px -10px rgba(0,0,0,0.6);
	z-index: 5;
	transition: 0.5s;
}
@media (min-width: 0px) and (max-width: 700px){  
footer {
	padding-left: 26px;
} 
}
.footer_icon {
	background-image: url(../images/logo_eph_footer.svg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 170px;
	height: 50px;
	margin-left: -2px;
	transition: 0.5s;
}
.footer_title {
	margin-top: 6px;
	margin-bottom: 0px;
    font-family: Gotham-Bold;
    color: #2F2F2F;
    font-size: 16px;
    line-height: 17px;
    text-align: left;
    transition: 0.5s;
}
.footer_paragraph {
    font-family: Gotham-Book;
    color: #2F2F2F;
    font-size: 9px;
    line-height: 12px;
    text-align: left;
    transition: 0.5s;
}





/*************** PRELOADER ***************/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFC62F; /* Colour background */
    z-index: 9999999999;
}
.preloader::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 4px solid #2F2F2F; /* Colour circle */
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.loaded {
    overflow: auto;
}
.loaded .preloader {
    transition-property: opacity, left;
    transition-duration: 0.75s, 0s;
    transition-delay: 0s, 0.75s;
    opacity: 0;
    left: 100%;
}
