 /* CSS Reset */
 *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}
/* Preferred box-sizing value */
*,
*::before,
*::after {
    box-sizing: border-box;
}
/* Reapply the pointer cursor for anchor tags */
a, button {
    cursor: revert;
}
/* Remove list styles (bullets/numbers) */
ol, ul, menu {
    list-style: none;
}
/* For images to not be able to exceed their container */
img {
    max-width: 100%;
}
/* removes spacing between cells in tables */
table {
    border-collapse: collapse;
}
/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input, textarea {
    -webkit-user-select: auto;
}
/* revert the 'white-space' property for textarea elements on Safari */
textarea {
    white-space: revert;
}
/* minimum style to allow to style meter element */
meter {
    -webkit-appearance: revert;
    appearance: revert;
}
/* reset default text opacity of input placeholder */
::placeholder {
    color: unset;
}
/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
    display: none;
}
/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto;
}
/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
    -webkit-user-drag: element;
}

/* Homepage */
body.home {
    background-image: url('https://fear-fest.s3.amazonaws.com/attachs/page-1/bgb.webp');
    background-size: cover;
    background-position: top center;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    overflow-x: hidden;
    scroll-behavior: smooth;
}
header {
    background-image: url('https://fear-fest.s3.amazonaws.com/attachs/page-2/bg-start-br.webp');
    aspect-ratio: 16/10;
    background-size: cover;
    position: relative;
    display: grid;
    grid-template-rows: 80% auto;    
}
.info_excerpt {
    /* position: absolute; */
    bottom: 3em;
    text-align: right;
    padding-left: 45%;
    padding-right: 2em;
    display: grid;
    place-content: center;    
}
.info_excerpt p {
    line-height: 1.7em;
}
.info_excerpt img {
    height: 2.2em;
}
#llega {
    height: 2.6em;
    margin: -0.3em;
    margin-right: 0.7em;
    margin-bottom: -0.8em;
}
#enfrenta {
    margin: -0.3em;
    margin-bottom: -0.8em;
}
.menu {
    position: absolute;
    inset: 0;
  z-index: 999999;
}
.menu ul {
    list-style: none;
    display: flex;
    width: 70%;
    text-align: right;
    float: right;
    right: 0;
    position: absolute;
    justify-content: space-evenly;
    text-align: ;
    text-transform: uppercase;
    top: 2em;
}
.head_info {
    /* height: 80%; */
    position: relative;
}
#date {
    position: absolute;
    bottom: 1em;
    right: 10em;
}
.separator_area {
    display: none;
} 
.show_menu {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    float: right;
    padding: 0.5em;
    border-radius: 30%;
    background: #e81e0a;
    z-index: 99999;
    cursor: pointer;
    position: fixed;
    right: 1em;
    top: 1em;
    isolation: isolate;    
}
 
/* Programacion */

.programacion {
    width: 100%;
}
.prog {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: auto;
    display: block;
    top: 0.5em;
    z-index: 999;  
}
  
/* Slider */

#container_ff_prog {
    display: block;
  aspect-ratio: 16/9;
  max-width: 100vw;
}
#container_ff_prog_mob {
    display: none;
  max-width: 100vw;
}
  
.real_slider {
  height: 100%
}
  
.slider {
    margin-top: -85px;
    margin-left: 0px;
    margin-right: 0px;
    overflow: hidden;
    background-position: center 60%;
    background-repeat: no-repeat;
    min-width: 100%;
  }

.slide {
    background-size: cover !important;
    background-position: center center !important;
    text-align: center;
    width: 100%;
    height: 100%;
}
.slide a {
    color: #fff;
}
.slide .slide-responsive {
  /*height: 95%;*/
  width: auto;
}
.sldr_content {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 19;
}
.slider_controls {
    z-index: 22;
    position: relative;
    margin-top: -50px;
    width: 100%;
    top: 40%;
}
.slider_btn {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 20pt;
    padding: 1em;
    cursor: pointer;
}

#prevSlider {
    float: left;
}

#nextSlider {
    float: right;
}
 
  
.slide-responsive {
    /*max-height: 690px;
    max-width: 100%;
    margin-top: 5%;*/
}    

.slide_info {
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 20;
    bottom: 0px;
    padding: 30px;
    margin-bottom: 60px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */    
}
.slide_title {
    font-size: 24pt;
}
.slide_aux {
    font-size: 12pt;
}  
  
.slick-prev, .slick-next {
  font-size: 1.2em;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  z-index: 999;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
  
.slick-prev::before, .slick-next::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2em;
  width: 30px;
  display: inline;
  height: 30px;
  z-index: 9999999;
  position: relative;
  display: inline-block;
}
.slick-prev::before {
  content: '\f053';
}
.slick-next::before {
  content: '\f054';
}
.slick-prev {
left: 1em;
}
.slick-next {
right: 0;
}
.donde {
    max-height: 664px;
    background-image: url('https://fear-fest.s3.amazonaws.com/attachs/page-1/donde-bg.webp');
    aspect-ratio: 2.89/1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    display: grid;
    place-content: center;
}
.expertos {
    background-image: url('https://fear-fest.s3.amazonaws.com/attachs/page-1/expertos-bg-desk.webp');
    max-height: 657px;
    aspect-ratio: 2.92/1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}
  
  .layout_desk {
    display: grid;
    grid-template-columns: 70% 30%;
    width: 58%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 7em;
    gap: 1em;
    height: 40%;    
  }  
  .layout_desk img {
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .layout_desk .d1 {
    text-align: center;
    border-right: 0.3em solid #000;
    max-height: 62%;
    margin-right: 2em;
  }
  .layout_desk .d2 {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr;
    max-height: 60%;
    place-content: left;
    gap: 1em;
    }
    .layout_desk .d2 div:first-child img {
        max-height: 120px;
    }
    .layout_mob {
        display: none;
    }

  footer img {
    max-height: 80px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  
  footer {
    min-height: 10vh;
    padding: 1em;
  }
  
  .credits {
    display: flex;
    justify-content: space-evenly;
    font-size: 0.8em;
    margin: 2em;
  }
  
  .credits a {
    text-decoration: underline;
  }
  .menu_option {
    position: relative;
  }
  .menu_option:hover::before {
    background-color: #f8370f;
    filter: blur(1em);
    content: " ";
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0.5;
    transition: all 200ms ease-in-out;
    animation: moveme 950ms infinite;
  }

  

@keyframes moveme {
    0%   { transform: translateX(-9px); }
    25%  { transform: translateY(3px); opacity: 0.9; }
    29%  { opacity: 0.7; }
    50%  { transform: translateY(-2px); transform: translateX(3px); opacity: 0.5; }
    75%  { transform: translateX(7px) ; opacity: 0.8; }
    79%  { opacity: 0.65; }
    100% { transform: translateX(-3px); }
}

@media screen and (max-width: 1440px) {
    .layout_desk {
        padding-top: 4em;
        width: 50%;
    }
    .layout_desk .d1 {
        text-align: center;
        max-height: 63%;
        border: none;
        margin-right: none;
    }    
    .layout_desk .d2 {
  		gap: 0.4em;
  	}
    .layout_desk img {
       max-height: 85%;
    }  
    .layout_desk .d1 img {
        border-right: 0.3em solid #000;
    }    
}
  
@media screen and (max-width: 1199px) {
    .layout_desk {
        padding-top: 2em;
    }
    .info_excerpt {
        padding-left: 30%;
    }   
    #date {
        max-height: 6em;
        right: 6em;
    }
}
@media screen and (max-width: 991px) {
    #date {
        max-height: 4em;
    }
    .separator_area {
        display: block;
        width: 100%;
        text-align: right;
        position: absolute;
    }        
    .show_menu i.bclose {
        opacity: 0;
    }   
    .show_menu i {
        font-size: 2em;
        position: absolute;
        transition: all 300ms ease-in-out;
    }  
    .show_menu.on i.bclose {
        opacity: 1;
      }  
      .show_menu.on i.bmenu {
        opacity: 0;
      }  
      
      .show_menu i.bclose {
        opacity: 0;
      }
      
    .show_menu.on {
        background: #000;
        color: #e81e0a;
    }     
    .menu {
        height: 100vh;
        position: fixed;
        opacity: 0;
        padding: 3em 0;
        text-align: center;
        z-index: 9999;
        top: -100vh;
        padding-top: 70px;    
        transition: all 0.5s ease-in-out;
        display: block;      
    }
    .menu.on {
      inset: 0;
      background: #e81e0a;
      opacity: 1;    
      display: grid;
      place-content: center;
    }    
    .menu ul {
        position: relative;
        flex-direction: column;
        text-align: center;
        padding: 0;
        font-size: 2em;
        width: auto;
        margin: auto;
        font-weight: 900;
        top: 0;
    }    
    .menu li {
        padding-top: 1em;
        padding-bottom: 1em;
    }
      .menu_option {
        position: relative;
      }          
    .descubre {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 768px) {
    #container_ff_prog {
        display: none;
    }
    #container_ff_prog_mob {
        display: block;
  		aspect-ratio: 9/12;
    }    
    header {
        background-image: url('https://fear-fest.s3.amazonaws.com/attachs/page-1/bg-start-clean-2.webp');
        aspect-ratio: unset;
        height: 100vh;
        background-size: 70vh auto;
        background-position: top left;
        background-repeat: no-repeat;
        grid-template-rows: 70% auto;    
    }
    .logo {
        background-image: url('https://fear-fest.s3.amazonaws.com/attachs/page-2/horizontal-br.webp');
        aspect-ratio: 2.26/1;
        display: block;
        background-size: cover;
        width: 70%;
        bottom: 7em;
        margin-left: 15%;
        margin-right: auto;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: bottom;  
    }    
    .head_info {
        min-height: 55vh;
    }
    .info_excerpt {
    padding: 0;
        margin: auto;
        width: 90%;
    }
    .info_excerpt img {
       display: block;
        margin-bottom: 0.5em;
        margin: auto;
    }
    .info_excerpt {
        text-align: center;
    }
    .info_excerpt p {
        display: block;
    }
    .info_excerpt {
        font-size: 0.8em;
    }
    #llega, #enfrenta {
        margin: auto;
    }
  .slick-list .slide-responsive {
    width: 100vw;
    margin-top: -2em;
  }  
  .donde {
  height: 45vh;
  aspect-ratio: auto;
  place-content: flex-end;
  padding-bottom: 1.5em;  
  }
  .donde img {
  max-width: ;
  width: 100%;
  max-width: 90%;
  }  

  .credits {
  flex-direction: column;
  text-align: center;
  }
  .text-left, .text-right {
  padding: 0;
  text-align: center;
  margin: 0.5em;
  }
    .expertos {
        background-image: url('https://fear-fest.s3.amazonaws.com/attachs/page-1/expertos-bg-mobile.webp');
        aspect-ratio: 0.75/1;        
  		width: 100vw;
    }    
    .layout_desk {
        display: none;
    }
    .layout_mob {
        display: block;
        width: 80%;
        margin: auto;
        margin-top: ;
        padding-top: 2em;
    }
    .pod_links {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 0.5em;
    }
   .lang_area {
  height: 1em;
  display: grid;
  width: 100%;
  } 
.lang_switch {
position: absolute;
right: unset;
bottom: 0;
display: inline-block;
width: auto;
transform: translatex(36vw) translateY(20%);
left: unset;
}  
}