/*
Theme Name: Festival Viva México
Theme URI: https://vivamexicoperu.com/
Author: Daniel Meza
Author URI: https://flowbusiness.lat/
Description: Diseño exclusivo para el proyecto de Viva México

Version: 2022.1
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,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}html{scroll-behavior:smooth}body{line-height:1}a{text-decoration-skip-ink:auto}a[href^="tel"]{color:inherit;text-decoration:none}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;border-radius:0}input[type="search"]{-webkit-appearance:textfield}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}
.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important;word-break:normal}
.screen-reader-text:focus{background-color:#f7f7f7;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#007acc;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;right:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.skip-link{left:-9999rem;top:2.5rem;z-index:999999999;text-decoration:underline}
.skip-link:focus{display:block;left:6px;top:7px;font-size:14px;font-weight:600;text-decoration:none;line-height:normal;padding:15px 23px 14px;z-index:100000;right:auto}
.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active){position:absolute !important;height:1px;width:1px;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);white-space:nowrap}


*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html{
/*    font-size: calc(15px + 0.390625vw);*/
    font-size: 62.5%;
}
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
/*    font-family: ui-san-serif;*/
    font-size: calc(1.2rem + 0.390625vw);
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 1px;
	color: #343a40;
    background-color: #FFFFFF;
}

h1,h2,h3,h4,h5,h6{
/*    font-family: 'Inter', sans-serif !important;*/
    font-family: 'Rubik', sans-serif;
    font-weight: 600;
}

ul{ list-style: none;}
a{ text-decoration: none;}
.h100{ height: 100%;}
.mobile{ display: none; }


body{
    background-color: var(--main-bg-white)!important;
}
/*------------------------------------*\
    EXPANSION DE CONTENEDORES
\*------------------------------------*/
.m24{ margin: 24px 0;}

.p4{ padding: 4px 0;}
.p8{ padding: 8px 0;}
.p16{ padding: 16px 0;}
.p24{ padding: 24px 0;}
.p32{ padding: 32px 0;}
.p40{ padding: 40px 0;}
.p48{ padding: 48px 0;}
.p56{ padding: 56px 0;}
.p64{ padding: 64px 0;}
.p72{ padding: 72px 0;}
.p80{ padding: 80px 0;}
.p88{ padding: 88px 0;}
.p96{ padding: 96px 0;}
.p104{ padding: 104px 0;}
.p120{ padding: 120px 0;}
.p128{ padding: 128px 0;}

.pt4{ padding-top: 4px;}
.pt8{ padding-top: 8px;}
.pt16{ padding-top: 16px;}
.pt24{ padding-top: 24px;}
.pt32{ padding-top: 32px;}
.pt40{ padding-top: 40px;}
.pt48{ padding-top: 48px;}
.pt56{ padding-top: 56px;}
.pt64{ padding-top: 64px;}
.pt72{ padding-top: 72px;}
.pt80{ padding-top: 80px;}
.pt88{ padding-top: 88px;}
.pt96{ padding-top: 96px;}
.pt104{ padding-top: 104px;}
.pt120{ padding-top: 120px;}
.pt128{ padding-top: 128px;}

.pb4{ padding-bottom: 4px;}
.pb8{ padding-bottom: 8px;}
.pb16{ padding-bottom: 16px;}
.pb24{ padding-bottom: 24px;}
.pb32{ padding-bottom: 32px;}
.pb40{ padding-bottom: 40px;}
.pb48{ padding-bottom: 48px;}
.pb56{ padding-bottom: 56px;}
.pb64{ padding-bottom: 64px;}
.pb72{ padding-bottom: 72px;}
.pb80{ padding-bottom: 80px;}
.pb88{ padding-bottom: 88px;}
.pb96{ padding-bottom: 96px;}
.pb104{ padding-bottom: 104px;}
.pb120{ padding-bottom: 120px;}
.pb128{ padding-bottom: 128px;}


/*------------------------------------*\
    ANCHO DE ELEMENTOS
\*------------------------------------*/
.c50, .c60, .c70, .c80, .c90{
/*    background-color: rgba(127, 255, 212, 0.2);*/
}
.c50{ width: 50%; margin: 0 25%;}
.c60{ width: 60%; margin: 0 20%;}
.c70{ width: 70%; margin: 0 15%; }
.c80{ width: 80%; margin: 0 10%;}
.c90{ width: 90%; margin: 0 5%;}

.w20{ width: 20%;}
.w30{ width: 30%;}
.w35{ width: 35%;}
.w40{ width: 40%;}
.w45{ width: 45%;}
.w50{ width: 50%;}
.w55{ width: 55%;}
.w60{ width: 60%;}
.w65{ width: 65%;}
.w70{ width: 70%;}
.w80{ width: 80%;}
.w90{ width: 90%;}

.e3{
    width: 33.3333%
}


/*------------------------------------*\
    FLEX
\*------------------------------------*/

.flex{ 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex;
}
.flex-column{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}
.flex-row{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}
.flex-wrap{ 
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
}
.flex-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
}
.flex-around{
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
}
.flex-center{ 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
    -webkit-align-items: center; 
            align-items: center;
}
.flex-middle{
    -webkit-box-align: center;
        -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.flex-half{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
}
.flex-end{
    -webkit-box-pack: end;
        -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
}
.flex-start{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.flex-bottom{ 
    -webkit-align-items: flex-end;
           -webkit-box-align: end;
              -ms-flex-align: end;
            align-items: flex-end;
}
/*------------------------------------*\
    BACKGROUNDS
\*------------------------------------*/
.bg_00{ background-color: #343a40;}
.bg_01{ background-color: #292E33;}
.bg_02{ background-color: #daa14c;}
.bg_03{ background-color: #FFFFFF;}



/*------------------------------------*\
    HEADER
\*------------------------------------*/
.h100{
    height: 100%;
}
.main-menu{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
/*    background-color: rgba(97, 0, 151, 0.2);*/
    background-color: rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    z-index: 99999;
}
.main-menu .logo-base{ display: block;}
.main-menu .logo-fixed{ display: none;}
.main-menu.fixed-top{
    position: fixed;
    padding: 4px 0;
    background-color: rgba(255, 255, 255, 0.8);
}
/*
.main-menu.fixed-top .logo-base{ display: none;}
.main-menu.fixed-top .logo-fixed{ display: block;}
*/
.header_inner{
}
.logo{
    width: 16rem;
}
.logo img{
    width: 100%;
}


/*------------------------------------*\
    MENU
\*------------------------------------*/
.sf-menu ul li{
    margin-right: 1.6rem;
}
.sf-menu ul li a{
    font-family: 'Rubik', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
/*    letter-spacing: 0.2rem;*/
    line-height: 1.25em;
    text-transform: uppercase;
    color: #FFFFFF;
/*    color: #191919;*/
}
.main-menu.fixed-top .sf-menu ul li a{
    color: #191919;
}
.sf-menu ul li a:hover{
    color: #F4678F;
    cursor: pointer;
}
.sf-menu ul li:last-child a{
    display: block;
    font-size: 1.4rem;
    text-align: center;
    padding: 1.6rem 2.4rem;
    border-radius: 1.6rem;
    background: rgb(241,85,0);
    background: linear-gradient(0deg, rgba(241,85,0,1) 0%, rgba(255,158,0,1) 100%);
    color: #FFFFFF;
}
.sf-menu ul li:last-child a:hover{
    background-color: #008C45;
}
.sf-menu ul li:last-child a span{
    clear: both;
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
}
.main-menu.fixed-top .sf-menu ul li:last-child a{
    color: #FFFFFF;
}
.btn-buy-ticket{
    border-radius: 1.6rem;
    padding: 0.8rem;
    background: rgb(241,85,0);
    background: linear-gradient(0deg, rgba(241,85,0,1) 0%, rgba(255,158,0,1) 100%);
}
.btn-buy-ticket i{
    font-size: 2.4rem;
    line-height: 1em;
}
.btn-buy-ticket i, .btn-buy-ticket p{
    color: #FFFFFF;
}

/*------------------------------------*\
    GENERAL
\*------------------------------------*/
.container-main{
    width: 100%;
}
.container-inner{
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}
.hide-element{ display: none;}

/*------------------------------------*\
    HERO
\*------------------------------------*/
.hero{
    position: relative;
    background: url(../img/Hero/jaguar_viva_mexico_25a.jpg) bottom center no-repeat;
    background-size: contain;
    background-color: #000000!important;
}
.hero img{
    width: 100%;
}
.title-banner{
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 30%;
    -webkit-transform: translate(-50%, -4rem);
        -ms-transform: translate(-50%, -4rem);
            transform: translate(-50%, -4rem);
}
.title-banner img{ width: 100%;}

/*------------------------------------*\
    ABOUT
\*------------------------------------*/
.about-box{
    padding: 8rem 0 16rem 0;
}
.about-box-inner{
    position: relative;
}
.about-left::before{
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    width: 100%;
    height: 80%;
    transform: translate(0, -50%);
    border-radius: 1.6rem;
    background: rgb(99,26,148);
    background: linear-gradient(135deg, rgba(99,26,148,1) 0%, rgba(75,14,136,1) 100%);
    z-index: 5;
}
.about-left, .about-left::before{
    width: 50%;
}
.inner-about-left{
    position: relative;
    width: 90%;
    margin: 0 5%;
    z-index: 10;
}
.about-left img{ width: 100%;}
.w48{
    width: 47%;
}
.inner-about-left h3, .inner-about-left p{
    color: #FFFFFF;
}
.inner-about-left h3{
    font-weight: 400;
    padding-top: 0.8rem;
}
.inner-about-left p{
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 1.5em;
    padding-bottom: 0.8rem;
}
.about-right{
    width: 46%;
}
.about-right h2{
    font-size: 3.6rem;
    line-height: 1.25em;
    margin-bottom: 1.6rem;
}
.about-right h2 span{
    clear: both;
    display: block;
    font-size: 1.6rem;
    color: #006847;
}
.about-right p{
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 1px;
/*    color: #747d8c;*/
    color: #474747;
    margin-bottom: 16px;
}
.about-right p strong{
    font-weight: 700;
    color: #000000;
}

/*------------------------------------*\
    BRANDS
\*------------------------------------*/
.single-title{
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1em;
    color: #474747;
}
.title-center{
    text-align: center;
}
.brands-box .single-brand{
    border-style: solid;
    border-width: 0px 1px 1px 0px;
/*    border-color: #CECECE;*/
    border-image: linear-gradient(0deg, #FFFFFF, #CECECE) 1;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.brands-box .single-brand img{
    transition-duration: 0.3s;
/*    opacity: 0.25;*/
}
.brands-box .single-brand:hover img{
    opacity: 1;
}
.brands-box .owl-carousel .owl-dots{
    align-items: center!important;
    justify-content: center!important;
    margin-bottom: 16px!important;
}
.brands-box .owl-carousel .owl-dot.active {
    width: 30px;
    border: 4px solid #ff9e00 !important;
}
.brands-box .owl-carousel button.owl-dot{
    border: 4px solid #dfe4ea !important;
}



/*------------------------------------*\
    EVENTS
\*------------------------------------*/
.event-box{
    padding: 16rem 0 4rem 0;
    background: url(../img/bg/site_bg_02.webp) top center no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.single-event{
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 24px;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    margin-top: 64px;
}
.inner-single-event{
    width: 90%;
    margin: 0 auto;
    margin-bottom: -32px;
}
.event-img, .event-data{
    width: 46%;
}
.event-img img{ 
    width: 100%;
    border-radius: 24px;
    transform: translate(0, -64px);
}
.event-data h3, .event-data p{
    color: #FFFFFF;
}
.event-data h3{
/*    font-family: 'Pain Circus Regular';*/
    font-family: 'Saddlebag', sans-serif;
    font-size: 5.6rem;
    font-weight: normal;
    line-height: 0.9em;
    margin-bottom: 1.6rem;
    padding: 0.8rem;
    text-align: center;
    text-shadow: 0 2px 0 rgba(241,85,0,1);
    background: rgb(241,85,0);
    background: linear-gradient(0deg, rgba(241,85,0,1) 0%, rgba(255,158,0,1) 100%);
    border-radius: 2.4rem;
}
.event-data p{
    font-size: 1.8rem;
    line-height: 1.5em;
    letter-spacing: 1px;
}
.event-data p span{
    font-weight: 600;
}
.buy-ticket{
    padding-top: 4rem;
    padding-bottom: 8rem;
}
.buy-ticket h5{
    text-align: center;
    color: #FFFFFF;
}
.buy-ticket a{
    position: relative;
    left: 50%;
    display: inline-flex;
/*    font-family: 'Pain Circus Regular';*/
    font-family: 'Saddlebag', sans-serif;
    font-size: 3.2rem;
    padding: 1.6rem 3.2rem;
    border-radius: 1.6rem;
    margin-top: 1.6rem;
    -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
            transform: translate(-50%,0);
    text-shadow: 0 2px 0 rgba(241,85,0,1);
    background: rgb(241,85,0);
    background: linear-gradient(0deg, rgba(241,85,0,1) 0%, rgba(255,158,0,1) 100%);
    color: #FFFFFF;
}
.buy-ticket a:hover{
    background: linear-gradient(0deg, rgba(255,158,0,1) 0%, rgba(241,85,0,1) 100%);
}

/*------------------------------------*\
    PROGRAMA
\*------------------------------------*/
.program-box{
    background: rgb(99,26,148);
    background: linear-gradient(0deg, rgba(99,26,148,1) 0%, rgba(75,14,136,1) 100%);
}
.program-box h4{
    font-family: 'Saddlebag', sans-serif;
    font-size: 3.2rem;
    text-align: center;
    padding-bottom: 40px;
    color: #FFFFFF;
}
.program-box a{
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    padding: 1.6rem 2.4rem;
    border-radius: 1.6rem;
    background: rgb(241,85,0);
    background: linear-gradient(0deg, rgba(241,85,0,1) 0%, rgba(255,158,0,1) 100%);
    color: #FFFFFF;
}
.program-txt{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFFFFF;
    padding-top: 40px;
}

/*------------------------------------*\
    ACTIVITY
\*------------------------------------*/
.event-01{
    background: url(../img/events/0824/event_lucha_libre.webp) center center no-repeat;
    background-size: contain;
}
.event-02{
    background: url(../img/events/event_concierto_en_vivo_24.webp) center center no-repeat;
    background-size: contain;
}
.event-03{
    background: url(../img/events/event_jarabe_tapatio_24.webp) center center no-repeat;
    background-size: contain;
}
.event-04{
    background: url(../img/events/event_mariachi_24.webp) center center no-repeat;
    background-size: contain;
}
.event-05{
    background: url(../img/events/0824/event_lucha_libre.webp) center center no-repeat;
    background-size: contain;
}
.event img{ width: 100%;}
.desktop{ display: block;}
.mobile{ display: none;}
    
    
/*------------------------------------*\
    MAP
\*------------------------------------*/
.map{
    width: 100%;
    height: 40rem;
    margin-bottom: -10px;
}


/*------------------------------------*\
    CAROUSEL
\*------------------------------------*/
.owl-carousel .owl-dots{
    display: flex;
    flex-direction: row;
    margin-top: 1.6rem;
}
.owl-carousel .owl-dot{
    display: block;
    width: 15px;
    height: 15px;
    line-height: 15px!important;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
    margin-left: 0.8rem;
/*    background-color: aquamarine!important;*/
}
.owl-carousel button.owl-dot{
    border: 4px solid #ff9e00!important;
}
.owl-carousel .owl-dot.active{
    width: 30px;
    border: 4px solid #FFFFFF!important;
}

/*------------------------------------*\
    VIDEO
\*------------------------------------*/
.video-box{
    padding: 8rem 0;
    background:url(../img/bg/bg_video.webp) center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.video-box h2{
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1em;
    text-align: center;
    color: #ff9e00;
}
.video-box h2 span{
    clear: both;
    display: block;
    font-family: 'Saddlebag', sans-serif;
    font-weight: normal;
    font-size: 8rem;
    line-height: 1em;
    margin-bottom: 8rem;
    color: #FFFFFF;
}
.container-video{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.container-video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
lite-youtube{
    max-width: 100%!important;
}


/*------------------------------------*\
    SOCIAL
\*------------------------------------*/
.box-social{
    position: fixed;
    top: 50%;
    left: 0;
    padding: 1.6rem 1.6rem;
    border-top-right-radius: 0.8rem;
    border-bottom-right-radius: 0.8rem;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: rgb(241,85,0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(241,85,0,1)), to(rgba(255,158,0,1)));
    background: -webkit-linear-gradient(bottom, rgba(241,85,0,1) 0%, rgba(255,158,0,1) 100%);
    background: -o-linear-gradient(bottom, rgba(241,85,0,1) 0%, rgba(255,158,0,1) 100%);
    background: linear-gradient(0deg, rgba(241,85,0,1) 0%, rgba(255,158,0,1) 100%);
    opacity: 1;
    z-index: 9999;
}
.box-social li{
    margin: 1.2rem 0;
}
.box-social li a{
    font-size: 3.2rem;
    color: #FFFFFF;
}


/*------------------------------------*\
    FOOTER
\*------------------------------------*/
.footer-box{
    padding-top: 8rem;
    background: url(../img/bg/footer_bg_02.webp) top center no-repeat;
/*    background:url(../img/bg/bg_xmas_footer.webp) top center no-repeat;*/
    background-size: cover;
}
.footer-top{
    padding-bottom: 6.4rem;
}
.footer-left{ width: 25%;}
.footer-center{ width: 50%;}
.footer-right{ width: 25%;}
.footer-left h4{
    font-size: 3.2rem;
    font-weight: 300;
    line-height: 1.25em;
    color: #FFFFFF;
}
.footer-left p{
    color: #FFFFFF;
}
.footer-left h4, .footer-left p{
    text-align: center;
}
.footer-left h4 span, .title-footer h4 span{
    clear: both;
    display: block;
    font-family: 'Saddlebag', sans-serif;
    font-size: 6.4rem;
/*    font-weight: 500;*/
    line-height: 1em;
    text-shadow: 0 2px 0 rgba(241,85,0,1);
}
.footer-center h4, .footer-right h4, .title-footer h4{
    margin-bottom: 1.6rem;
    color: #FFFFFF;
}
.footer-center p, .footer-right p{
    font-size: 1.6rem;
    line-height: 1.5em;
    color: rgb(142, 139, 139);
}
.title-footer h4, .title-footer p{
    text-align: center;
}
.title-footer p{
    color: #FFFFFF!important;
    margin-bottom: 40px;
}
.bottom_footer{
    width: 100%;
    height: 100px;
    padding: 1.6rem 0;
}
.footer-bottom{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.6rem 0;
}
.footer-right{
    text-align: right;
}
.footer-right li a{
    display: inline-flex;
/*    width: 24rem;*/
}
.footer-right li a img{ width: 100%;}
.section-brand{
    margin-bottom: 2.4rem;
}
.section-brand:last-of-type{
    margin-bottom: 0rem;
}
.data-contact li{
    margin-bottom: 0.8rem;
}
.data-contact li p, .data-contact li a{
    font-size: 18px;
    line-height: 1.25em;
    color: #FFFFFF;
}
.data-contact li a:hover{
    text-decoration: underline;
}
.data-contact li:nth-child(2) p{
    font-size: 24px;
    font-weight: 600;
}
.data-contact li p i, .data-contact li:nth-child(2) p i, .data-contact li a i{
    font-size: 20px;
    margin-right: 0.8rem;
}
.developer-box, .owner-box{
    width: 48%;
}
.developer-box p{
    font-size: 1.4rem;
    color: #FFFFFF;
    color: #000000;
}
.developer-box p a{
    font-weight: 600;
    color: #FFFFFF;
    color: #000000;
}
.developer-box p{ text-align: right;}
.owner-box{
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #FFFFFF;
    color: #000000;
}
.owner-box span{ color: #daa14c;}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/*-------------------------------------------------
1. Media Queries to Fix Responsive Layouts
	1.1 Resolution (For Large Seized Desktops 1600x900)
	1.2 Resolution (For Medium Seized Desktops 1440x900)
	1.3 Resolution (For Small Seized Desktops 1280x800)
	1.4 Resolution (For Large Tablets 1024x800)
	1.5 Resolution (For Small Tablets 768x800)
	1.6 Resolution (For Mobile Phones 320x786)

-------------------------------------------*/
/*-------------------------------------------------
===================================================
	1. Media Queries to Fix Responsive Layouts
===================================================
-------------------------------------------------*/

/*-------------------------------------------------
	1.1 Resolution (For Large Seized Desktops 1600x900)
-------------------------------------------------*/
@media (min-width: 1921px) {

}

/*-------------------------------------------------
	1.1 Resolution (For Large Seized Desktops 1600x900)
-------------------------------------------------*/
@media (min-width: 1600px) and (max-width: 1919px) {
}
/*-------------------------------------------------
	1.2 Resolution (For Medium Seized Desktops 1440x900)
-------------------------------------------------*/
@media (min-width: 1280px) and (max-width: 1440px) {
    .footer-right .flex{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .container-inner{
        width: 96%;
        margin: 0 2%;
    }
    .logo{
        width: 16rem;
    }
    .hero{
        padding-top: 16rem;
    }
    .title-banner{
        width: 50%;
    }
    .event-box .c70{
        width: 80%;
        margin: 0 10%;
    }
    .event-data h3{
        font-size: 4rem;
    }
    .event-data p{
        margin-bottom: 0.8rem;
    }
    .single-event{
        padding: 1.6rem 0;
    }
    .about-box .c80{
        width: 90%;
        margin: 0 5%;
    }
    .about-left, .about-left::before{
        width: 56%;
    }
    .about-right{
        width: 40%;
    }
    .about-right h2{
        font-size: 2.4rem;
        line-height: 1.25em;
        padding-top: 4rem;
    }
    .about-right h2 span{ color: #f15500;}
    .about-right p{
        font-size: 1.6rem;
        line-height: 1.5em;
        letter-spacing: 1;
    }
    .footer-box{
        padding-top: 4rem;
    }
    .footer-top.flex{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .footer-center{
        width: 100%;
        margin-bottom: 40px;
    }
    .footer-right{
        width: 24%;
    }
    .footer-right-01{
        width: 74%;
    }
    .footer-right-01 .section-brand{
        width: 32%;
    }
    .footer-right .section-brand h4{
        text-align: center;
    }
}
/*-------------------------------------------------
	1.3 Resolution (For Small Seized Desktops 1280x800)
-------------------------------------------------*/
@media (min-width: 1024px) and (max-width: 1279px) {
    .footer-right .flex{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .container-inner{
        width: 96%;
        margin: 0 2%;
    }
    .logo{
        width: 16rem;
    }
    .hero{
        padding-top: 16rem;
    }
    .title-banner{
        width: 50%;
    }
    .event-box .c70{
        width: 80%;
        margin: 0 10%;
    }
    .event-data h3{
        font-size: 4rem;
    }
    .event-data p{
        margin-bottom: 0.8rem;
    }
    .single-event{
        padding: 1.6rem 0;
    }
    .about-box .c80{
        width: 90%;
        margin: 0 5%;
    }
    .about-right h2{
        font-size: 2.4rem;
        line-height: 1.25em;
        padding-top: 4rem;
    }
    .about-right h2 span{ color: #f15500;}
    .about-right p{
        font-size: 1.6rem;
        line-height: 1.5em;
        letter-spacing: 1;
    }
    .footer-box{
        padding-top: 4rem;
    }
    .footer-top.flex{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .footer-center{
        width: 100%;
        margin-bottom: 40px;
    }
    .footer-right{
        width: 20%;
    }
    .footer-right-01{
        width: 75%;
    }
    .footer-right-01 .section-brand{
        width: 32%;
    }
    .footer-right-01 .section-brand img{
        display: block;
        max-width: 100%;
    }
    .footer-right .section-brand h4{
        text-align: center;
    }
}
/*-------------------------------------------------
	1.4 Resolution (For Large Tablets 1024x600)
-------------------------------------------------*/
@media (min-width: 768px) and (max-width: 1023px) {
    .container-inner{
        width: 90%;
        margin: 0 5%;
    }
    .logo{
        width: 18rem;
    }
    .footer-right .flex{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    .menu-box{
        display: none;
    }
    .main-menu .mobile{
        display: block;
    }
/*
    .menu-box{
        display: none;
    }
    .mobile{
        display: block;
    }
*/
    .btn-buy-ticket a p{
        text-align: center;
        font-size: 13px;
        font-weight: 700;
    }
    .btn-buy-ticket a p span{
        clear: both;
        display: block;
        font-size: 11px;
        font-weight: 400;
    }
    .hero{
        padding-top: 24rem;
    }
    .inner-single-event.flex,
    .about-box-inner.flex{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .single-event{
        width: calc(100% - 2px);
        padding-bottom: 3.2rem;
        background-color: rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .event-img{
        width: 80%;
        margin: 0 10%;
    }
    .event-img img{
        -webkit-transform: translate(0,-3.2rem);
            -ms-transform: translate(0,-3.2rem);
                transform: translate(0,-3.2rem);
    }
    .event-data{
        width: 90%;
        margin: 0 5%;
    }
    .event-data h3{
        font-size: 3.2rem;
        line-height: 1em;
        text-align: center;
        -webkit-text-stroke: 0 #FFFFFF;
                text-stroke: 0 #FFFFFF;
    }
    .event-data p{
        font-size: 1.8rem;
        text-align: center;
        line-height: 1.5em;
        letter-spacing: 1px;
        padding: 0;
        padding-bottom: 3.2rem;
    }
    .event-box{
        padding: 4rem 0;
/*        background-color: aquamarine;*/
    }
    .about-box{
        padding-bottom: 4rem;
    }
    .about-right, .w48{
        width: 100%;
        margin: 0;
    }
    .about-right, .w48:first-of-type img{
        width: 90%;
        margin: 0 5%;
    }
    .inner-about-left{
        background: rgb(99,26,148);
        background: linear-gradient(135deg, rgba(99,26,148,1) 0%, rgba(75,14,136,1) 100%);
    }
    .about-left{
        width: 100%;
        margin: 0;
    }
    .about-left::before{
        display: none;
    }
    .info-left-about h3, .info-left-about p{
        text-align: center;
    }
    .info-left-about h3{
        font-size: 2.4rem;
        line-height: 1.25em;
    }
    .about-right{
        padding: 4rem 0;
    }
    .about-right h2, .about-right p{
        text-align: center;
    }
    .about-right h2{
        font-size: 2.4rem;
        line-height: 1.25em;
        padding-top: 4rem;
    }
    .about-right h2 span{ color: #f15500;}
    .about-right p{
        font-size: 1.6rem;
        line-height: 1.5em;
        letter-spacing: 1;
    }
    .inner-about-left{
        width: 100%;
        margin: 0 auto;
    }
    .inner-about-left .w48:first-child{
        margin-top: -4rem;
        margin-bottom: 1.6rem;
    }
    .info-left-about{
        padding: 1.6rem;
    }
    .info-left-about h3{
        padding-bottom: 0.8rem;
    }
    .info-left-about p{
        padding-bottom: 1.6rem;
    }
    .footer-box{
        padding-top: 4rem;
    }
    .footer-top.flex{
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
    }
    .footer-center{
        width: 100%;
        margin-bottom: 40px;
    }
    .footer-right{
        width: 20%;
    }
    .footer-right-01{
        width: 75%;
    }
    .footer-right-01 .section-brand{
        width: 32%;
    }
    .footer-right-01 .section-brand img{
        display: block;
        max-width: 100%;
    }
    .footer-right .section-brand h4{
        text-align: center;
    }
}

/*-------------------------------------------------
	1.5 Resolution (For Small Tablets 768x800)
-------------------------------------------------*/
@media (min-width: 0px) and (max-width: 767px) {
    .about-box-inner.flex-row,
    .inner-single-event.flex-row,
    .inner-about-left.flex-row,
    .inner-footer .flex-row,
    .footer-bottom .flex-row,
    .program-box .flex-row{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .main-menu{
    }
    .container-inner{
        width: 90%;
    }
    .logo{
        width: 14rem;
    }
    .hide{ display: none;}
    .hero{
        position: relative;
        z-index: 99;
    }
    .hero{
        position: relative;
        background: url(../img/Hero/jaguar_viva_mexico_25_mobile.jpg) top center no-repeat;
        background-size: cover;
    }
    .title-banner{
        width: 90%;
        -webkit-transform: translate(-50%, -4rem);
            -ms-transform: translate(-50%, -4rem);
                transform: translate(-50%, -4rem);
    }
    .brands-box{
        width: 100%;
        margin: 0;
    }
    .brands-box .single-brand{
        border-style: none;
    }
    .inner-single-event{
        display: block;
        margin-bottom: 0;
    }
    .event-img{
        width: 90%;
        margin: 0 5%;
    }
    .event-img img{
        -webkit-transform: translate(0,-2.4rem);
            -ms-transform: translate(0,-2.4rem);
                transform: translate(0,-2.4rem);
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: block;
    }
    .event-01{
        background: url(../img/events/0824/event_lucha_libre_mobile.webp) center center no-repeat;
        background-size: contain;
    }
    .event-02{
        background: url(../img/events/event_concierto_en_vivo_mobile_24.webp) center center no-repeat;
        background-size: contain;
    }
    .event-03{
        background: url(../img/events/event_jarabe_tapatio_mobile_24.webp) center center no-repeat;
        background-size: contain;
    }
    .event-04{
        background: url(../img/events/event_mariachi_mobile_24.webp) center center no-repeat;
        background-size: contain;
    }
    .event-05{
        background: url(../img/events/0824/event_lucha_libre_mobile.webp) center center no-repeat;
        background-size: contain;
    }
    .event-box .c70{
        width: 90%;
        margin: 0 5%;
    }
    .event-box{
        background: rgb(143,14,116);
        background: linear-gradient(45deg, rgba(143,14,116,1) 0%, rgba(110,125,199,1) 100%);
    }
    .single-event{
        width: calc(100% - 2px);
        background-color: rgba(255, 255, 255, 0.2);
        border: 1px solid rgba(255, 255, 255, 0.3);
    }
    .event-data{
        width: 90%;
        margin: 0 5%;
    }
    .event-data h3{
        font-size: 3.2rem;
        line-height: 1em;
        text-align: center;
        -webkit-text-stroke: 0 #FFFFFF;
                text-stroke: 0 #FFFFFF;
    }
    .event-data p{
        font-size: 1.8rem;
        text-align: center;
        line-height: 1.5em;
        letter-spacing: 1px;
        padding: 0;
        padding-bottom: 3.2rem;
    }
    .event-box{
        padding: 4rem 0;
/*        background-color: aquamarine;*/
    }
    .buy-ticket, .btn-buy-ticket{
/*        display: none;*/
    }
    .btn-buy-ticket a p{
        text-align: center;
        font-size: 13px;
        font-weight: 700;
    }
    .btn-buy-ticket a p span{
        clear: both;
        display: block;
        font-size: 11px;
        font-weight: 400;
    }
    .about-box{
        padding-bottom: 4rem;
    }
    .about-right, .w48{
        width: 100%;
        margin: 0;
    }
    .about-right, .w48:first-of-type img{
        width: 90%;
        margin: 0 5%;
    }
    .inner-about-left{
        background: rgb(99,26,148);
        background: linear-gradient(135deg, rgba(99,26,148,1) 0%, rgba(75,14,136,1) 100%);
    }
    .about-left{
        width: 100%;
        margin: 0;
    }
    .about-left::before{
        display: none;
    }
    .info-left-about h3, .info-left-about p{
        text-align: center;
    }
    .info-left-about h3{
        font-size: 2.4rem;
        line-height: 1.25em;
    }
    .about-right h2, .about-right p{
        text-align: center;
    }
    .about-right h2{
        font-size: 2.4rem;
        line-height: 1.25em;
        padding-top: 4rem;
    }
    .about-right p{
        font-size: 1.6rem;
        line-height: 1.5em;
        letter-spacing: 1;
    }
    .inner-about-left{
        width: 100%;
        margin: 0 auto;
    }
    .inner-about-left .w48:first-child{
        margin-top: -4rem;
        margin-bottom: 1.6rem;
    }
    .info-left-about{
        padding: 1.6rem;
    }
    .info-left-about h3{
        padding-bottom: 0.8rem;
    }
    .info-left-about p{
        padding-bottom: 1.6rem;
    }
    .video-box h2{
        font-size: 1.8rem;
        line-height: 1.25em;
    }
    .video-box h2 span{
        font-size: 6.4rem;
        line-height: 0.9em;
    }
    .footer-box{
        padding-top: 8rem;
        background: url(../img/bg/footer_bg_mobile.webp) top center no-repeat;
        background-size: cover;
    }
    .footer-left, .footer-center, .footer-right, .owner-box, .developer-box{
        width: 98%;
        margin: 0 1%;
    }
    .footer-left, .footer-center{
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 4rem;
        margin-bottom: 4rem;
    }
    .footer-left{
        padding-bottom: 4rem;
    }
    .footer-center{ order: 2;}
    .footer-left{ order: 1;}
    .footer-right{ order: 3;}
    .footer-left h4, .title-footer h4{
        font-size: 2.4rem;
        line-height: 1em;
    }
    .footer-left h4 span, .title-footer h4 span{
        font-size: 5.6rem;
        line-height: 1em;
        margin: 1.6rem 0;
    }
    .footer-center h4, .footer-right{
        text-align: center;
    }
    .footer-top{
        padding-bottom: 0px;
    }
    .footer-social{
        padding: 1.6rem 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
    }
    .footer-social ul{
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .footer-social ul li a{
        font-size: 3.2rem;
        margin-right: 1.6rem;
        color: #FFFFFF;
    }
    .footer-social ul li:last-of-type{
        margin-right: 0rem;
    }
    .section-brand:first-of-type{
        margin-bottom: 1.6rem;
    }
    .owner-box p, .developer-box p{
        text-align: center;
    }
    .owner-box{ margin-bottom: 0.8rem;}
    .brands-box .owl-carousel button.owl-dot{
        width: 8px!important;
        height: 8px!important;
        border: none !important;
        background-color: #dfe4ea;
    }
    .program-box .c80{
        width: 90%!important;
        margin: 0 5%!important;
    }
    .program-box a{
        margin-bottom: 40px;
    }
    .program-box a:last-of-type{
        margin-bottom: 0px;
    }
    .program-box h4{
        font-size: 3.2rem;
        line-height: 1.25em;
        width: 80%;
        margin: 0 10%;
    }
}