body { margin: 0; padding: 0; }
/* 
https://serp.co/tools/css-reset/
<link rel="stylesheet" href="https://css.serp.co/css-reset/reset.css/">
*/

*{
      box-sizing: border-box; /* 1 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

:root{

  --casiBlanco:rgba(240,240,240);

  --tiempoAnime:5s;
  --tiempoAnimeDeg:8s;
  --tiempoAnimeDegDelay:-4s;
  --black:rgb(15,15,15);
  --rojo2023:rgb(255,69,0);
 
  
  --opuesto: #646464;
  --azulFondo:#c5ddeb;



  --colverdeelec:rgb(50,255,0); /*255,50,0*/

  --dark:rgb(50,50,50);
  --azul:rgb(0,160,189);
  --verde:rgba(50,255,0, 1);
  --verdeLow:rgba(115,215,86, 0.85);
  --verdeLowOk:rgba(115,215,86, 1);
  --amarillo:rgb(253, 237, 6);
  --pink:rgb(236, 168, 245);
  --red:#ff4500;
  --white:rgb(255,255,255);
  --naranja:rgb(250,130,0);
  --naranja2:#FA4714;
  --rosa:#EFD5E1;
  --colorAntiRed:#9cb1cd;;
 
  --rosaLow:#dd6c98;
  --rosaLowMelo:rgb(255,159,1159);
  --naranjaLow:rgb(255,200,86);
  --melocoton:rgb(255,86,86);
  --blanco:#fff;
  --blancoTrans:rgba(255,255,255,0.5);
  --amarilloLow:rgba(255,248,124);
  --sobreVerde:rgba(93,135,40,1);

  --verde2025:rgba(93,135,40,1);
  --rojo2025:rgb(216, 73, 73);
 
  --verdeNormal:rgb(57,188,120);

  --verdeLeer:rgb(18,165,89);

  --minAltPest:390px;

  --altmenuIni:40px;
  --altmenuOpen:120px;

  --anchIg : 40px;

  --sepTop:45px;
  
  --gris6:#ececec;
  --gris5:#d2d2d2;
  --gris4:#dbdbdb;
  --gris3:#a4a4a4;
  --gris2:#6b6e70;
  --gris1:#5c5e60;
  --gris0:#212016;


  --colPrin:#333434;
  --colPrin70:rgba(53,66,178, 0.7);
  --colPrin80:rgba(53,66,178, 0.8);
  --colPrin90:rgba(53,66,178, 0.9);

--altHeader : 500px;

--altLogo : 135px;

--sepParrafo :  350px;
  
}


.col-grisDark{
    color:var(--dark)
}

::selection {
color: rgb(255,255,255);
background: var(--colPrin);
border-left: 1px solid  var(--colPrin);
border-right: 1px solid  var(--colPrin);
}



/* ::-webkit-scrollbar-track {
background-color:  var(--gris2);
border-left: 1px solid  var(--gris2);
border-right: 1px solid  var(--gris2);
}

::-webkit-scrollbar {
width: 7px;
background-color:  var(--colPrin);
border-left: 1px solid  var(--colPrin);
border-right: 1px solid  var(--colPrin);
}

::-webkit-scrollbar-thumb {
background-color: var(--colPrin);;
border-left: 1px solid  var(--colPrin);
border-right: 1px solid  var(--colPrin);
} */


.pos_rel, .pos-rel{
    position: relative;
}

.op-0{
    opacity: 0;
}

.d-none-imp{
    display: none !important;
}

.d-none{
    display: none;
}

.d-sm-flex{
    @media screen and (min-width:480px) {
    display: flex;    
    } 
}


.d-md-flex{
    @media screen and (min-width:768px) {
    display: flex;    
    }
    
}

.pad-header{

    padding-top: var(--altHeader);

}


.f-sans{
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight:300;
  font-style: normal;
}

.parrafo_prin{
    font-size: clamp(1.25rem, 0.9565rem + 1.3043vw, 2rem);
line-height: clamp(1.4375rem, 1.144rem + 1.3043vw, 2.1875rem);
    max-width: 1024px;

    margin-bottom: 25px;
 
}

.mb-50{
    margin-bottom: 50px;
}


.w-100{
    width: 100%;;
    max-width: 100%;;
}
.flex-wrap{
    flex-wrap: wrap;
}

.justify-content-center{
    justify-content: center;
}

.justify-content-between{
    justify-content: space-between;
}

.justify-content-md-between{
    @media  screen  and (min-width:768px){

        justify-content: space-between;
        
    }
}

.align-items-center{
    align-items: center;
}

.align-items-start{
    align-items: start;
}

.flex-column{
    display: flex;
    flex-direction: column;
}

.max-contenido{
    width: 100%;;
    max-width: 1630px;
    margin-left: auto;
    margin-right: auto;

    padding-left: 15px;
    padding-right: 15px;
}

.listado-falla{
    min-height: 250px;;
}

.logo_a{
    max-width: 100px;
    height: auto; 
}


.padding-h-header{
    padding-left: 15px;
    padding-right: 15px;
}


.in_anio{
    font-family: "Work Sans", sans-serif;
    text-decoration: none; 
    /*margin-top: 20px;*/
    color:var(--gris1);

    position: absolute;
    top:20px;
    left: 25px;;
    z-index: 10; 
    @media screen and (min-width:768px){
        font-size: 20px;
    } 
}

.in_anio_peq{
        font-family: "Work Sans", sans-serif;
    text-decoration: none; 
    /*margin-top: 20px;*/
    color:var(--gris1);
    margin-bottom: 5px;
    border-radius: 500px;
    border: 1px solid var(--gris1);
    display: inline-block;
    padding: 2px 8px;
    transition: all 0.3s;

    @media screen and (max-width:640px) {
        font-size: 12px;
            padding: 2px 6px;
        
    }

}

.item-listado-falla{
    position: relative;
}

.in_nombre_falla{
    font-size: 20px;
    transition: all 0.3s;
    @media screen and (min-width:768px){
        font-size: 36px; 
    }

    @media screen and (min-width:1200px){
        font-size: 48px; 
    }

}


.footer_glass{
    position: fixed;
    height: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none; 
    z-index: 100;
     backdrop-filter: blur(5px);
    mask-image: linear-gradient( transparent, black);
     /* mask-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 25%, rgba(0, 0, 0, 0) 37.5%); */

}

.img-falla{
    transition: all 0.3s;
        }

.in_nombre_falla{
     font-family: "Work Sans", sans-serif;
       color:var(--gris1);
}

.item-listado-falla{
    background-color: #ececec;

    transition: all 0.5s;

        &:hover{
            background-color: transparent;
        }
}

.link-falla{
    text-decoration: none;

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

            & .img-falla{
 
            margin-bottom: 15px;

            }

         
            
        }

    &:hover{

        & .in_nombre_falla{
            color:var(--naranja);
        }

        & .img-falla{
            transform: scale(1.07);
        }

        &  .in_anio_peq{
            color:var(--blanco);
            background-color:  var(--gris1);
        }

        


    }
}


.cont-anios-in{
  /*  padding-bottom: 50px;*/
}
.nom_falla{

    pointer-events: none;
 

    font-family: "Work Sans", sans-serif;
    color: var(--naranja);
    position: fixed;
    /* bottom: 0;
    left: 0;
    right: 0;  */
    left: 50%;
    width: 100%;
    text-align: center; 
    top:50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    font-weight: 300;
    /* -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black; */
    font-size: 20svh; 
  

}

.grid-falla{
        z-index: 1200;
}

.cont_adeu{
    position: absolute;
    top: 0;

}

.letra{
    opacity: 0;
    transition: all 0.3s;
    &:nth-child(1){
          transition: all 0.3s 0.2s;
    }
    &:nth-child(2){
          transition: all 0.3s 0.3s;
    }
        &:nth-child(3){
          transition: all 0.3s 0.4s;
    }
        &:nth-child(4){
          transition: all 0.3s 0.5s;
    }

}
.op-1{
    opacity: 1;
}
.over-adeu{
    cursor: pointer;
    z-index: 1000;


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

 

        }
}

.header-fixed{
    position: fixed;
    z-index: 100;
}
header{
    position: relative;
    z-index: 100;
}

.header{

    padding-top: 20px;
    padding-bottom: 25px;  

    @media screen and (min-width:768px) {
            padding-top: 50px;
    padding-bottom: 30px;  
    }

}


.pad-top-header{
    padding-top: var(--altLogo);
}
.pad-header-text{
        @media screen and (min-width:768px) {
            padding-top: var(--sepParrafo);
        }
}


.drop-shadow{
 filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}



.logo_header{
    max-width: 600px;
    width: 100%;
    transition: all 0.3s;
}

.logo_header_a{
    display: flex;
    transition: all 0.3s;
    height: 100%;;
    max-height: 58px;
    /* max-height: 80px; */
    width: auto;

    opacity: 0;

    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.subiendo-scroll{
    & .logo_header_a{
           opacity: 1  ;
    }

    & .logo_header{

      opacity: 0;

    }
}

.link_past {
    text-underline-offset: 6px;
    text-decoration: none;

    &:hover{
        text-decoration: solid;
        color: var(--naranja2);
    }
    padding: 0 10px;
    font-family: "Work Sans", sans-serif;
    font-size: 0.8rem;
    color: var(--colPrin);
    padding: 0 5px;

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

        font-size: 1rem;

    }
  
}

.contenido-rrss{
    left: 50%;
    transform: translateX(-50%);
    top:50%; 
    position: absolute;
    pointer-events: none;

    display: none;

    @media screen and (min-width:768px) {
            display: flex;
    }
    
}

header{
       pointer-events: none; 
}

.link_ig{
    position: absolute;
    right:15px; 
    top: 50%;

    pointer-events: all;

    transform: translateY(-50%); 

    & img{
        max-width: 25px;
        height: auto;
    }

}

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

  & .link_ig{

    height: 100%;
    width: auto;
    display: flex;
    line-height: 0;
 
    right: 0;
  }

    

    & .link_ig_img{
 
        position: relative;
        height: 100%;
        width: auto;
        max-width: unset !important; 
        top:-1px;
 
        }
 

    & .logo_foo{
        max-width: 200px;  /*calc(100% - var(--anchIg)) !important;*/
    }

}

.logo_foo{
        max-width: 250px;  /*calc(100% - var(--anchIg)) !important;*/
    }



    .footer_falla{
    position: relative; 
    /**/
     margin-bottom: 50px;
    /* margin */ 
    margin-top: 30px;
    @media screen and (min-width:768px) {
    margin-top: 0;
    }
}

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

         .footer_falla{
            & .link_ig{
        
                display: none !important;
                } 

         } 
}

.nom_ig{
    text-transform: uppercase;
    margin-right: 6px;
    color: var(--naranja);
  font-family: "Work Sans", sans-serif;
  text-decoration: none;
  line-height: 1;
     font-size: 18px;
}
a:has(.nom_ig){
    line-height: 1;
 
    text-decoration: none;
    
}

    .link_ig_foo{
        & .link_ig_img{
            max-height: 20px;
        }
    }
