@charset "UTF-8";
#menu_logo{
	display: none;
}

.page-template-temp_home #menu_right{
	display: none;
}

#home_bg {
	background-position: center center;
}
#home_container,
#home_bg{
	min-height: 700px;
}

#home_container{
	position: relative;
	width: 100vw;
	height: 100dvh;
	padding: 100px 8vw 5vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	margin-bottom: -10px;
	background-size: cover;
  background-position: center center;
}
#home_container .font_yellow{
 color: #FFBB5C;
}

#newsletter_btn{
	position: absolute;
	right: 15px;
	top: 15px;
}
#newsletter_btn a{
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap:1vw;
}
#newsletter_btn a img{
	max-width: 80px;
}
#newsletter_btn a span{
	display: block;
}
#home_low_bar {
	position: relative;
	width: 100%;
	display: flex;
	align-items: flex-end;
}
#home_low_bar .column{
	width: 33.3%;
}
#home_low_bar .column:nth-child(1){
	text-align: left;
}
#home_low_bar .column:nth-child(2){
	text-align: center;
}
#home_low_bar .column:nth-child(3){
	text-align: right;
}

#home_logo{
	position: relative;
	width: 100vw;
	max-width: 100%;
	padding-bottom: 15px;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#home_logo img {
	width: 100%;
	max-width: 50%;
	height: auto;
}
#home_logo #logo_abril_simple {
	display: none;
}

.home_estreno{
	font-size: 14px;
	text-transform: uppercase;
}
.home_estreno a{
	padding: 5px;
}
/*
.home_estreno span{
	font-size: 2vw;
	letter-spacing: 0.3vw;
}
*/

.wallstreet{
	position: relative;
	display: inline-block;
	width: 80%;
	max-width: 350px;
	margin-bottom: 10px;
}
.wallstreet img{
	width: 100%;
	height: auto;
}

.btn_tickets{
	position: relative;
	display: inline-block;
/* 	font-size: 14px; 
	letter-spacing: 0.2vw; */
	text-align: center;
/* 	text-transform: uppercase; */
}
.btn_tickets img{
	width: 100%;
	max-width: 175px;
	height: auto;
	margin-bottom: 10px;
}
.telcel{
	font-size: min(14px , 1vw);
	letter-spacing: 0.2vw;
	text-transform: uppercase;
	margin-top: 10px;
}

#mobile_date{
	display: none;
}
#mobile_date .telcel{
	text-shadow: 0 0 10px rgba(0,0,0,1);
}

.postcard_phrase{
	position: relative;
	width: 100vw;
	max-width: 100%;
	padding: 15vh 10vw;
	background-image: url("../img/postcard_home_1x.webp");
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
/* 	min-height: 600px; */
	aspect-ratio:16/9;
	
}
.postcard_phrase .content{
	position: relative;
	width: 75%;
	max-width: 900px;
	text-align: center;
}

.postcard_phrase .content:before,
.postcard_phrase .content:after{
	content: '';
	position: relative;
	width: 100%;
	height: 45px;
	display: block;
	background-image: url("../img/ornament.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.postcard_phrase .content:after{
	transform: rotate(180deg);
}
.postcard_phrase .content .phrase{
	position: relative;
	padding: 50px 0;
}
.postcard_phrase .content .phrase h3{
	font-size: 50px;
    font-weight: normal;
}
.postcard_phrase .content .phrase p{
	font-style: italic;
}

.home_badge{
	position: absolute;
	mix-blend-mode: multiply;
    opacity: 0.7;
    filter: brightness(0.8);
}
.home_badge img{
	width: 100%;
	height: auto;
}
#badge_1{
	left: 5vw;
	width: 240px;
	top: 16%;
	transform: rotate(-3deg);
}
#badge_2{
	right: 5vw;
	width: 210px;
	top: 63%;
	transform: rotate(2deg);
}


#home_content{
	position: relative;
	padding: 15vh 5vw;
	background-image: url("../img/home_bg_1x.webp");
	background-size: cover;
	background-position: top center;
}

.cta_2{
	display: flex;
	justify-content: center;
	align-items: stretch;
	margin-top: 10vh;
}
.cta_2 .column{
	width: 50%;
	padding: 0vh 5vw;
}
.phrase_carrousel{
	text-align: center;
	position: relative;
	width: 100%;
}

.phrase_carrousel .phrase{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
	padding: 0vh 5vw;
	opacity: 0;
	transition: all 1500ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
	transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}
.phrase_carrousel .phrase.active{
	opacity: 1;
}

.phrase_carrousel h3{
	font-size: 58px;
	line-height: 58px;
	font-weight: normal;
}
.phrase_carrousel h3 span{
	display: inline-block;
	opacity: 0;
	transform: translateX(-20px);
	filter: blur(5px);
	transition: all 2500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);/* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);/* easeOutQuart */
}
.phrase_carrousel h3 span.active{
	opacity: 1;
	transform: translateX(0px);
	filter: blur(0px);
}
.phrase_carrousel p{
	display: block;
	opacity: 0;
	transform: translateY(-20px);
	transition: all 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000);/* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);/* easeOutQuart */
	transition-delay: 0ms;
}
.phrase_carrousel p.active{
	transition-delay: 1000ms;
	opacity: 1;
	transform: translateY(0px);
}

.phrase_carrousel .dots{
	position: absolute;
	left: 0;
	top:103%;
	width: 100%;
	display: flex;
	justify-content: center;
	gap:0.7vw;
}

.buy_cta{
	text-align: center;
}
.buy_cta .btn_tickets{
	transform: translateY(-40px);
	font-size: 2vw;
	line-height: 2.2vw;
}
.buy_cta .btn_tickets a{
	display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    text-align: left;
    gap:1vw;
}
.buy_cta .btn_tickets img {
	margin-bottom: 0;
}
.buy_cta .btn_tickets a span{
	display: block;
}


#home_gallery{
	position: relative;
	width: 100%;
	height: 80vh;
	min-height: 600px;
	margin: 15vh auto;
}
#home_gallery .slider{
	z-index: 0;
}

#home_gallery .title_container{
	position: absolute;
    z-index: 1;
    bottom: -16px;
    width: 40%;
    max-width: 650px;
}

#home_gallery .title_container .title{
	width: 100%;
}
#home_gallery .title_container .title img{
	width: 100%;
	height: auto;
}
#home_gallery .title_container .title .click{
	position: absolute;
	right: 0;
	top: 115%;
}
#reasons_program_container{
	display: flex;	
	gap:2vw;
	margin-top: 30vh;
	margin-bottom: 20vh;
}

#home_reasons_container{
	position: relative;
	padding: 15vh 3vw 10vh;
	width: 50%;
}

#home_reasons{
	position: relative;
	width: 100%;
	max-width: 650px;
	margin: 0 auto;
/*
	display: flex;
	justify-content: center;
	display: flex;
	gap:2vw;
	flex-wrap: wrap;
*/
}
#home_reasons .slide{
	position: absolute;
	display: block;
	width: 85%;
	left: 10.5%;
	top:0;
}
#home_reasons .slide:nth-child(1){
	position: relative;
}

#home_reasons img{
	width: 95%;
	height: auto;
	transform: scale(1) rotate(0);
	transition: all 1000ms cubic-bezier(0.165, 0.840, 0.440, 1.000);/* easeOutQuart */
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);/* easeOutQuart */
}
#home_reasons #character_quiz{
	transform: rotate(2deg)	
}
#home_reasons #tips_quiz{
	transform: rotate(-1deg)	
}

#home_reasons a:hover img,
#home_reasons a:active img,
#home_reasons a:hover #character_quiz{
	transform: scale(1.05) rotate(1deg);
}

#home_reasons .arrows .arrow{
	position: absolute;
	z-index: 1000;
	width: 60px;
	height: 60px;
	top: calc(50% - 30px);
    border-radius: 100%;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 4px rgba(0,0,0,0.25);
    transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
    transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);    
}
#home_reasons .arrows .arrow:hover{
	background: #EAE2DA;
    border: 2px solid #C98C37;
    color: #C98C37;
}	
#home_reasons .arrows .left_arrow  {
    left: 0%;
}
#home_reasons .arrows .right_arrow  {
    right: 0%;
}
#home_reasons .arrows .arrow .icon{
	width: 25px;
	height: 25px;
	background: 50%/100% 100% no-repeat;
    background-image: url("../img/arrow_right.svg");
    filter: brightness(3);
}
#home_reasons .arrows .left_arrow .icon{
	transform: rotate(180deg);
}
#home_reasons .arrows .arrow:hover .icon{
    filter: brightness(1);
}



#program{
	position: relative;
/* 	padding: 0 0vw 15vh; */
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.40);
}
#program .title{
	font-size: 2vw;
	line-height: 3vw;
}
#program .title .font_yellow{
	color: #FFBB5C;
	font-size: 3vw;
}
#program .brochure{
	margin-top: 50px;
	width: 80vw;
	max-width: 650px;
	text-align: center;
}
#program .brochure img{
	transform: rotate(-5deg);
	width: 100%;
	max-width: 250px;
	margin: 0 auto 30px;
	height: auto;
	display: block;
}

#program .brochure a span{
	transform: scale(1.5) translateX(3px);
	display: inline-block;
}


#interviews_container{
	position: relative;
/* 	margin:30vh 0; */
}
#interviews_container .fog{
	position: absolute;
	right: -5vw;
	top: 0;
	height: 100%;
	width: 70%;
	background-image: url("../img/fog_bg.webp");
	background-repeat: no-repeat;
	background-size: contain;
	z-index: 0;
	opacity: 0.7;
}
#interviews_container #interviews_slider{
	position: relative;
	width: 100vw;
	max-width: 100%;
	aspect-ratio: 16/9;
	z-index: 1;
}
#interviews_container #interviews_slider .slide{
	position: absolute;
	z-index: 0;
	display: flex;
	align-items: flex-start;
	opacity: 0;
	pointer-events: none;
	top: 0;
	left: 0;
	transition: all 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1.000); /* easeInOutCubic */
	font-size: 0.9rem;
}
#interviews_container #interviews_slider .slide:nth-child(1){
	position: relative;
}
#interviews_container #interviews_slider .slide.active{
	opacity: 1;
	pointer-events: all;
}
#interviews_container #interviews_slider .slide .left{
    background-image: url("../img/interview_paper.webp");
	background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #363636;
    padding: 13vh 5vw;
    width: 45%;
}
#interviews_container #interviews_slider .slide .left h2{
	font-size: 2rem;
}
#interviews_container #interviews_slider .slide .left h4{
	font-size: 1.3rem;
}
#interviews_container #interviews_slider .slide .left h2, #interviews_container #interviews_slider .slide .left h4{
 font-weight: 500;
}
.golden_title{
	font-size: 2.3rem;
}

#interviews_container #interviews_slider .slide .right{
	width: 55%;
}
#interviews_container #interviews_slider .slide .right .image{
	width: 100%;
}
#interviews_container #interviews_slider .slide .right img{
	width: 100%;
	aspect-ratio:1/1;
	object-fit:contain;
}
#interviews_container #interviews_slider .slide .right .phrase{
	position: absolute;
	color: #fff;
	width: 22%;
	font-size: 3.5vw;
	line-height: 3vw;
	right: -2vw;
	top: 0;
	text-align: right;
}
#interviews_container .arrow{
	position: absolute;
	z-index: 1000;
	width: 60px;
	height: 60px;
	top: calc(50% - 30px);
	border-radius: 100%;
	border: 2px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 4px 4px rgba(0,0,0,0.25);
	transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000);
	transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);    
}
#interviews_container .arrow:hover{
	background: #EAE2DA;
	border: 2px solid #C98C37;
	color: #C98C37;
}	
#interviews_container .left_arrow  {
	left: 48%;
}
#interviews_container .right_arrow  {
	right: 0%;
}
#interviews_container .arrow .icon{
	width: 25px;
	height: 25px;
	background: 50%/100% 100% no-repeat;
	background-image: url("../img/arrow_right.svg");
	filter: brightness(3);
}
#interviews_container .left_arrow .icon{
	transform: rotate(180deg);
}
#interviews_container .arrow:hover .icon{
  filter: brightness(1);
}

#interviews_container .dots{
	position: absolute;
	right: 0%;
	width: 50%;
	left: auto;
	justify-content: center;
}
#interviews_container .dots .dot{
	background-color: #fff6e7;
}
#interviews_container .dots .dot.active{
	background-color: #373c8a;
}

#interview_particles-js {
  position: absolute;
  width: calc(100% + 10vw);
  left: -5vw;
  top: 0;
  height: 100%;
  z-index: 0;
}

@media(max-width:1400px){
	#interviews_container #interviews_slider .slide .left{
    aspect-ratio:19/20;
	}
}

@media(max-width:1400px){
	.postcard_phrase .content .phrase h3{
		font-size: 45px;
	}
	#badge_1 {
    width: 170px;
    top: 15%;
	}
	#badge_2 {
    right: 7vw;
    width: 150px;
    top: 60%;
	}
	#home_gallery{
		height: 70vh;
		min-height: 500px;
	}
	.phrase_carrousel h3 {
  	font-size: 50px;
  	line-height: 50px;
	}
}
@media(max-width:1200px){
	#home_gallery{
		height: 50vh;
	}
	.phrase_carrousel h3 {
    	font-size: 44px;
    	line-height: 44px;
	}
	.cta_2 .column {
	    padding: 0vh 3vw;
	}
	#newsletter_btn a img{
		max-width: 70px;
	}
	
	#interviews_container #interviews_slider .slide .right{
		width: 50%;
	}
	#interviews_container #interviews_slider .slide .left{
		width: 50%;
	}	
}
@media(max-width:992px){
	#home_container {
		padding: 50px 2vw 5vh;
		background-image: url('../img/BG_movil.png') !important;
		justify-content: space-between;
	}
 	 #home_logo {
	  	width: 80vw;
	  	height: auto;
	    display: block;
	    flex-direction: column;
	    justify-content: center;
	}
	#home_logo img {
		max-width: 100%;
	}
	#newsletter_btn {
	    right: 2vw;
	    top: auto;
	    bottom: 120px;
	}
	.postcard_phrase .content .phrase h3{
		font-size: 40px;
	}
	#badge_1 {
    width: 140px;
    top: 15%;
	}
	#badge_2 {
    right: 7vw;
    width: 120px;
    top: 60%;
	}
	#home_gallery{
		height: 40vh;
	}
	#program .title{
		font-size: 3vw;
		line-height: 4vw;
	}
	#program .title .font_yellow{
		font-size: 4vw;
	}
	#program .brochure{
		width: 50vw;
	}
	#home_container .btn_tickets img {
	    max-width: 125px;
	}
	.btn_tickets {
    font-size: 16px;
  }
  .buy_cta .btn_tickets {
    font-size: 2.5vw;
    line-height: 2.7vw;
	}
	.btn_tickets img {
    	max-width: 150px;
    }
    #newsletter_btn{
		display: none;
	}
	#home_reasons{
		position: relative;
		padding: 5vh 5vw;
		flex-direction: column;
	}
	#program{
		padding: 5vh 5vw;
	}
	.page-template-temp_home #menu_right {
    	display: flex;
	}
	#home_reasons a{
		width: 100%;
	}
	#interviews_container #interviews_slider .slide{
		flex-direction: column-reverse;
		font-size: 0.8rem;
	}
	#interviews_container #interviews_slider .slide .right{
		width: 100%;
	}
	#interviews_container #interviews_slider .slide .right img{
		object-position: 15%;
	}
	#interviews_container #interviews_slider .slide .left{
		width: 100%;
		padding: 12vh 10vw;
		background-image: url("../img/interview_paper_mobile.webp");
	}
	#interviews_container #interviews_slider {
		aspect-ratio: 1/2;
	}
	#interviews_container .fog{
		width: 130%;
	}
	#interviews_container #interviews_slider .slide .right .phrase {
    width: 55%;
    font-size: 9vw;
    line-height: 7.5vw;
  }
  #interviews_container .left_arrow {
  	left: 0%;
	}
	#interviews_container .arrow {
    top: calc(20% - 30px);
  }
  #interviews_container {
    position: relative;
    margin: 15vh 0;
	}
	#home_reasons .arrows .arrow,
	#interviews_container .arrow{
		width: 40px;
		height: 40px;
	}
	#home_reasons .arrows .arrow .icon,
	#interviews_container .arrow .icon {
  	width: 18px;
		height: 18px;
  }
  #reasons_program_container{
    flex-direction: column;
  }
  #home_reasons_container,
  #program{
    width: 100%;
    margin: 10vh 0;
  }
}
@media(max-height:800px) {
	#home_container {
    padding: 80px 8vw 5vh;
  }
}
@media(max-width:768px){
	#home_container,
	#home_bg{
		min-height: auto;
		height: 100dvh;
	}
	#home_container{
		padding: 45px 8vw 5vh;
	}
	#home_low_bar .column{
		width: 35%;
	}
	#home_low_bar .column:nth-child(2) {
	    display: none;
	}
	#home_low_bar .column:nth-child(3) {
	  text-align: center;
	  width: 65%;
	}
	.telcel {
  	font-size: min(12px , 2.7vw)
  }
  
  #logo_mayo {
		margin: 15% auto 0;
		max-width: 50vw !important;
  }
  
  #home_container .btn_tickets {
		margin-top: 0vh;
		transform: translateY(3px);
		font-size: 13px;
		width: 100%;
		text-align: left;
		font-size: 3vw;
		line-height: 3.5vw;
	}
	#home_container .btn_tickets a span{
		display: block;
	}
	#home_container .btn_tickets img{
		max-width: 100px;
	}
	.wallstreet{
		width: 100%;
	}
	#mobile_date{
		position: relative;
		width: 100%;
		display: block;
		text-align: center;
		margin-top: -5px;
		text-shadow: 0 0 15px rgba(74,75,151,1);
	}
	#mobile_date .ornament{
		position: relative;
		width: 40%;
		margin: 0 auto;
	}
	.postcard_phrase{
		background-image: url("../img/postcard_home_mobile.webp");
	}
	.postcard_phrase .content .phrase h3{
		font-size: 25px;
	}
	#badge_1 {
	    width: 90px;
	    top: 10%;
	    left: 8vw;
	}
	#badge_2 {
	    right: 9vw;
	    width: 80px;
	    top: auto;
	    bottom: 9%;
	}
	.postcard_phrase .content:before, .postcard_phrase .content:after {
	    height: 25px;
    }
    
	.phrase_carrousel h3 {
    font-size: 35px;
    line-height: 35px;
	}
  
  .cta_2 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
	}
  .cta_2 .column {
	  width: 100%;
	}
	.phrase_carrousel {
    min-height: 100px;
  }
	.buy_cta {
		margin-top: 50px;
		text-align: center;
	}
	.buy_cta .btn_tickets {
		transform: translateY(0px);
		font-size: 16px;
	}
	.buy_cta .btn_tickets a {
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: left;
		gap: 1vw;
	}
	.buy_cta .btn_tickets a span {
 	   display: initial;
	}
    
  #home_gallery{
		height: 30vh;
		min-height: initial;
	}
	#program .title{
		font-size: 4vw;
		line-height: 5vw;
	}
	#program .title .font_yellow{
		font-size: 5vw;
	}
	#program .brochure{
		margin-top: 25px;
		width: 70vw;
	}
	#reasons_program_container {
	    margin-top: 10vh;
    }
    #home_reasons, #program {
	    margin: 5vh 0;
	}
	#reasons_program_container{
		margin-bottom: 0;
	}
	#interviews_container .dots {
    width: 100%;
  }
  #interviews_container .arrow {
  	top: calc(15% - 30px);
	}
	#home_reasons .arrows .arrow, #interviews_container .arrow {
		width: 30px;
		height: 30px;
	}
	#home_reasons .arrows .arrow .icon, #interviews_container .arrow .icon {
		width: 13px;
		height: 13px;
	}
}

@media(max-width:600px) {
	#home_container {
		height: 99dvh !important;
		padding: 5vh 7vw 6vh;
	}
	.home_estreno a{
		padding: 6px;
		color:#fff;
	}
	.home_estreno {
		font-size: min(14px , 3.7vw);
		margin-top: 5px;
		text-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
	.telcel{
		margin-top: 0px;
	}
	
	.wallstreet {
 		margin-bottom: -5px;
	}

	#home_reasons img {
    	width: 100%;
    }
	#home_gallery .title_container {
    	width: 60%;
    }
    #home_container .btn_tickets {
	   font-size: 3.5vw;
	   line-height: 4vw;
	}
	#program .title {
    	font-size: 0;
		line-height: 5vw;
	}
	#program .title .font_yellow{
		font-size: 10vw;
		line-height: 10vw;
		text-align: center;
		color: #fff;
	}

}


