.h-75svh{
    min-height: 75svh;
}
.h-60svh{
    min-height: 60svh;
}
.h-65svh{
    min-height: 65svh;
}

html,body{
  font-family: "Rubik", sans-serif;
  font-optical-sizing: auto;
   font-weight: 400;
}

.flex-column{
    display: flex;
    flex-direction: column;
}

.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}
.fw-900{
    font-weight: 900;
}

:root{
    --white:#fff;
    --white-2: #e9e9e9;
    --black-2: #1a1a1a;
    --grisLight: #b9b9b9;
    --grisLightest: #ebebeb;
    --gris: #8a8a8a;
    --naranja: rgb(239, 120, 8);
    --grisMedDark: #4a4a4a;
}

.color-w2{
    color:var(--white-2);
}

.color-naranja{
    color:var(--naranja);
}

.f20-32{
    font-size: clamp(1.25rem, calc(0.977rem + 1.364vw), 2.00rem);
    line-height:104%
}
.f18-24{
    font-size: clamp(1.13rem, calc(0.989rem + 0.682vw), 1.50rem);
    line-height:104%;
}
.f20-48{
    font-size: clamp(1.25rem, calc(0.614rem + 3.182vw), 3.00rem);
    line-height:104%
}
.f20-54{
    font-size: clamp(1.25rem, calc(0.477rem + 3.864vw), 3.38rem);
        line-height:104%
}
.f20-64{
    font-size: clamp(1.25rem, calc(0.250rem + 5.000vw), 4.00rem);
    line-height:104%
}
.f16-30{
    font-size: clamp(1.00rem, calc(0.682rem + 1.591vw), 1.88rem);
    line-height:104%
}
.f16-20{
    font-size: clamp(1.00rem, calc(0.909rem + 0.455vw), 1.25rem);
    line-height:125%
}

.pt-50{
    padding-top:50px;
}

.mt-20{
    margin-top:20px;
} 
.mt-30{
    margin-top:30px;
}

.mb-20{
    margin-bottom:20px;
}
.mb-50{
    margin-bottom:50px;
}
.mt-50{
    margin-top:50px;
}

.back-gradient{ 
    background-image: linear-gradient(to top, #a3a4a8 0%, #e2ebf0 100%);
    background: #bdc3c7;  /* fallback for old browsers */
background: -webkit-linear-gradient(225deg,  #55565b, #15202b);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(225deg,  #55565b, #15202b); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.bot-inscribte{
    background-color: var(--naranja);
    border-radius: 500px;
    color:var(--white);
    text-transform: uppercase;
    font-size: clamp(1.13rem, calc(0.989rem + 0.682vw), 1.50rem);
    line-height: 1;
    padding:10px 30px;
    text-decoration: none;
    font-weight: 300;

}

.back-naranja{
    background-color: var(--naranja);
}

.back-white{
    background-color: #fff;
}

.pos-rel{
    position: relative;
}

.contenido{
    margin: 0 15px  ;
    border-radius: 16px;
    margin-bottom:30px;
}

.figura{
    position: absolute;
    bottom: 0;
    right: 20px;
    max-height: 90%;
    width: auto;
    object-fit: contain;
    object-position: bottom right;
    z-index: 0;

    @media screen and (max-width: 968px) {
        max-height: 70%;
    }
}

.cont-info{

    --gap:15px; 
    margin:15px 0;
    gap:var(--gap);
}
.caja-info{

width:calc(  (100%   - (var(--gap) * 2) ) / 3  );
padding: 15px;
border:1px solid #9b9b9b;
border-radius: 8px; 
backdrop-filter: blur(2px);
}

.tag{
    color:var(--naranja);
    margin-bottom:15px
}

.cont-tag{

    font-size: clamp(1.00rem, calc(0.682rem + 1.591vw), 1.88rem);
    font-size: clamp(1.00rem, calc(0.818rem + 0.909vw), 1.50rem);
        line-height:110%;
        color:var(--white-2);
        font-weight: 300;
}

.logo-esat{
    max-height: 50px;
}

.invitacion{
     color: var(--naranja);
     border:1px solid var(--naranja);
    border-radius: 500px; 
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    padding:10px 20px;
}

.peq-foo{
    max-height: 40px;

}
.logo-esat-footer .logo-esat{

    max-height: 40px;

}
.cont-foo-logo{
    align-items: center;
    gap:15px;
}

 
.back-quads{
    background-image: url("../img/quad-fondo.svg");
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.07;
    z-index: 0;
}




footer{
    margin-top:50px; 
    padding: 0 15px  ;

    @media screen and (max-width:680px) {

        display: flex;
        flex-wrap:wrap;
        flex-direction: column;
        align-items: center;

        & .cont-foo-logo{
            margin-top:30px;
        }
        
    }

}
.row-caras{
    display: flex;
    flex-direction: row;
    --gap:15px;
    gap:var(--gap);
    max-width: 100%;

}
.foto-cara{
    
    width: calc( ( 100% - var(--gap) * 5) / 6);
    border-radius: 8px;
}

.col-premios {
    position: relative;
    
        &:after {
            content: "";
            background-color: #4d4d4d;
            transform-origin: 50%;
            width: 1px;
            height: 30px;
            position: absolute;
            top: 50%;
            right: 0;
            transform: translate(-50%, -50%) rotate(10deg);
        }
    

    &:last-child {
        &:after {
            display: none;
        }
    }
}
.img-top{
    max-height: 150px;
    width: auto;
    object-fit: contain;
    object-position: center;
}

.bord-top-line{
    border-top:1px solid var(--grisLightest);
}




.li-side{ 

            width: calc((100% - var(--gap) * 2) / 3 );
                flex-direction: column;
                display: flex;
            border-left: 1px solid var(--grisLightest); 
            padding-left:15px;
            &:first-child{
                border-left:0;
            }
}

.cont-info-side{
    list-style: none;
    padding-left:0;
    margin-left:0;
    width:100%;
    max-width: 100%;
    display: flex;
    flex-direction: row;
    --gap:15px;
    gap:var(--gap);
    width:100%;  
    margin-top:30px;
}

.tag-li{
    font-size:12px;
    color:var(--gris);

}
.tag-info{
    font-size: 16px;
    font-weight: 300;

    line-height: 1.4;

}
@media screen and  (min-width:968px) {
.cont-info-side{
margin-top:0;
flex-direction: column;
display: flex;
 
}
.li-side{
    width:100%;
 
    padding: 10px 0;
    border-bottom: 1px solid var(--grisLightest); 
    border-left:0;

     padding-left:0;
 
}

 
.tag-info{
    font-size: 20px; 

}

}

.expli-condiciones{
    font-size: 14px;
    overflow-y:hidden;
    max-height: 80px;
    position: relative;

    &:after{
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 20%, #fff 100%);
    }
    
}

.expli-condiciones.open{
    max-height:unset;
    &:after{
        display:none;
    }
}

.bot-leer-mas{
    color:var(--naranja);
    font-size: 13px;
}

.hsfc-Step__Content{
    padding-bottom:15px !important;
    max-width:900px !important;
    margin:0 auto !important;
}

.max-800{
    max-width:800px !important;
    margin:0 auto !important;

}
.max-900{
    max-width:900px !important;
    margin:0 auto !important;

}


[data-hsfc-id=Renderer] .hsfc-CheckboxField label {
 
    align-items: flex-start !important;
    margin-top: 8px !important;
 
}