﻿/*
 * Descripción: CUSTOM
 * Copyright (c) 2024
*/

/*===================================
			Google Fonts 
=====================================*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*
    font-family: 'Montserrat', sans-serif;
    font-family: 'Bebas Neue', system-ui;
*/


/*===================================
       Colores light / dark
=====================================*/


:root {
  --lf-body-font-size: 1em;
  --lf-body-font-weight: 400;
  --lf-body-line-height: 1.5;
  --lf-fuente-principal:'Montserrat', sans-serif, Arial, Helvetica;
  --lf-fuente-secundaria:'Bebas Neue', cursive, sans-serif;
  
  --lf-colordest: #F71953;
  --lf-colordest-hover: #E4566F;
  --lf-colordest-active: #BE3049;
  --lf-colordest-txt:#fff;
  --lf-colordest-fill: #F71953;
  --lf-filter-colordest: brightness(0) saturate(100%) invert(39%) sepia(55%) saturate(5848%) hue-rotate(330deg) brightness(91%) contrast(90%);
  --lf-filter-blanco: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7475%) hue-rotate(236deg) brightness(112%) contrast(100%);
  --lf-filter-rojo: brightness(0) saturate(100%) invert(22%) sepia(89%) saturate(5878%) hue-rotate(9deg) brightness(88%) contrast(121%);
  --lf-filter-gris: brightness(0) saturate(100%) invert(59%) sepia(8%) saturate(10%) hue-rotate(324deg) brightness(94%) contrast(85%);

  --lf-gradient-right:transparent linear-gradient(270deg, #E02B2066 0%, #E02B2000 100%) 0% 0% no-repeat padding-box;
  --lf-gradient-left:transparent linear-gradient(-270deg, #E02B2066 0%, #E02B2000 100%) 0% 0% no-repeat padding-box;
  
  --lf-color-principal:#000;
  --lf-color-principal-hover:#000;
  --lf-color-principal-focus:#000;
  
  --lf-color-title:#333333;
  --lf-color-title-a:#333333;
  --lf-color-title-hover:#333333;
  --lf-color-title-focus:#333333;
  
  --lf-rojo:#E50C0C;
  --lf-rosa:#fc189a;
  --lf-magenta: #dd2350;
  --lf-verde:#1fb480;
  --lf-verde-claro:#57bf93;

  --lf-verde-oscuro:#3FB848;
  --lf-verde-oscuro-hover: #3FB848;
  --lf-verde-oscuro-active: #32933A;
  --lf-verde-oscuro-txt:#fff;

  --lf-morado: #626ed4;
  --lf-purpura:#663399;
  --lf-granate:#c00b5d;
  --lf-amarillo:#ffcf35;
  --lf-azul: #3b7ddd;
  --lf-cian:#09c2de;
  --lf-light:#8D8D8D;
  --lf-dark:#3c3346;
  --lf-blanco: #fff;
  --lf-negro: #000;
  --lf-rosa:#fdc8d6;
  --lf-rosa-claro:#fcebee;
  
  --lf-gris:#A5A5A5;
  --lf-gris-oscuro:#8D8D8D;
  --lf-gris-claro:#c2c2c2;
  --lf-gris-clarito:#dfe3e8;
  
  --lf-color-dark:#24242a;
  --lf-color-dark-75:#2c2c34;
  --lf-color-dark-65:#3c3c46;
    
  --lf-text-dark:#181c32;
  --lf-text-dark-75:#3f4254;
  --lf-text-dark-65:#5e6278;
  --lf-text-dark-50:#7e8299;
  --lf-text-dark-25:#d1d3e0;

  --lf-fondoweb:#fff;
  --lf-fondomodal:#fff;
  --lf-fondoclaro:#f4f4f8;
  --lf-fondolight:#fcfcfd;
  --lf-fondoscuro:#2c2c34;
  --lf-fondofooter:#fff;
     
  --lf-linea: rgba(0,0,0,0.16);

  --lf-compartir-hover:rgba(255,255,255,0.2);
 	
  --lf-titaba:#fff;
  --lf-titaba-a:#fff;
  --lf-titaba-hover:#fff;
  --lf-titaba-focus:#fff;
  
  --lf-txtaba:rgba(255,255,255,0.16);
  --lf-txtaba-a: var(--lf-colordest);
  --lf-txtaba-hover:var(--lf-colordest);
  --lf-txtaba-focus:var(--lf-colordest);
  
  --lf-borde-colder:#dbdfea;
  --lf-borde-colizq:#dbdfea;
  --lf-borde-colder-claro:rgba(255,255,255,0.16);
  --lf-fondo-colder:#f4f4f8;
   
  --lf-color-borde:#e5e9f2;
  
  --lf-form-txt:#fff;/*new*/
  --lf-form-color: #8D8D8D;
  --lf-form-fondo: transparent;/*new*/
  --lf-form-borde: #DFE3E8;
  --lf-form-borde-hover:#8D8D8D;
  --lf-form-borde-active:#fff;
  --lf-form-txt-active:white;/*new*/
  --lf-form-disabled:#c2c2c2;
  
  --lf-form-label-top: #8D8D8D;
  --lf-form-label-top-active: #000;
  
  --lf-form-color-light: #364a63;
  --lf-form-fondo-light:#e9ecef;
  --lf-form-borde-light: #d3d9df;
  
  --lf-form-color-disabled:#fff;/*new*/
  --lf-form-fondo-disabled:transparent;/*new*/
  --lf-form-borde-disabled:#fff;/*new*/
  
}

.dark {
    --lf-fondoweb:#2D3237;
    --lf-fondofooter:#000;
    --lf-fondomodal:#000;
    --lf-compartir-hover:#353637;
    --lf-color-principal:#fff;
	--lf-color-principal-hover:#fff;
	--lf-color-principal-focus:#fff;
	
	--lf-linea: rgba(255,255,255,0.16);	
	

	--lf-form-txt:#DFE3E8;
	--lf-form-color: rgba(255,255,255,.7);
	--lf-form-fondo: transparent;
    --lf-form-borde: #6D7379;
	--lf-form-borde-hover:#8D8D8D;
	--lf-form-borde-active:#fff;
	--lf-form-txt-active:#fff;
	--lf-form-disabled:#c2c2c2;
}


/*=========================
        Generales
=========================*/

/*scrollbar
::-webkit-scrollbar {width:6px; height:4px;}
::-webkit-scrollbar-track {background: transparent; border-radius:3px; margin-top:4px; margin-bottom:4px;}
::-webkit-scrollbar-thumb {background-color:rgba(22, 24, 35, 0.06); border-radius:3px;}
::-webkit-scrollbar-thumb:hover {background-color:rgba(22, 24, 35, 0.2);}
* {scrollbar-width: thin; scrollbar-color: rgba(22, 24, 35, 1) transparent;}*/

/*scrollbar
.dark::-webkit-scrollbar {width:6px; height:4px;}
.dark::-webkit-scrollbar-track {background: #31373c; border-radius:3px; margin-top:4px; margin-bottom:4px;}
.dark::-webkit-scrollbar-thumb {background-color:rgba(22, 24, 35, 1); border-radius:3px;}
.dark::-webkit-scrollbar-thumb:hover {background-color:rgba(22, 24, 35, 1);}
.dark * {scrollbar-width: thin; scrollbar-color: rgba(22, 24, 35, 1) #31373c;}*/

svg {max-width: inherit;}

.enlinea, .d-inline-block, .contenidos-enlinea{display:inline-block !important;}
.enbloque, .d-block{display:block !important}

strong, b{font-weight:700;}
.semibold{font-weight:600;}
.medium{font-weight:500;}
.normal{font-weight:400;}
.thin{font-weight:300;}

.mr-s-size{margin-right:.45rem !important}
.ml-s-size{margin-left:.45rem !important}
.mt-s-size{margin-top:.45rem !important}
.mb-s-size{margin-bottom:.45rem !important}
.mtb-s-size{margin:.45rem 0px !important}

.redondo{
    border-radius:8px !important; -moz-border-radius: 8px !important; -webkit-border-radius: 8px !important;
}

a{color:inherit; text-decoration:inherit;}
a:hover{color:inherit; text-decoration:inherit;}

a{color: var(--lf-color-principal);}
a:hover {color: var(--lf-color-principal-hover);}
a:focus {color: var(--lf-color-principal-focus);}

a.underline, .underline {
    border-bottom: 0px solid transparent;
    border-bottom-color: initial;
    display: inline;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

#dimensions {background:#000\9; background-color:rgba(0, 0, 0, 0.8); color: #fff;}

::selection { background:var(--lf-colordest);  color:var(--lf-colordest-txt);}
::-moz-selection { background:var(--lf-colordest); color:var(--lf-colordest-txt);}

.scrolltop{color:var(--lf-colordest-txt); background:var(--lf-colordest); border-radius:4px; padding:6px 12px;}

blockquote {
	color: var(--lf-color-principal);
    background-color: rgba(151,151,192,0.1);
    border-left: 3px solid var(--lf-colordest);
    border-radius:inherit;
}

.sombra {
    -webkit-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);
}

.dark .sombra{box-shadow: 0px 2px 4px 2px rgba(255,255,255,0.1);}

/*=========================
          CUSTOM
=========================*/

/*body {min-height: 100vh; display: flex; flex-direction: column;}
body{height:auto}
footer {margin-top: auto;}*/

html {scroll-behavior: smooth;}

#app{
    height: 100%;
    display: flex;
    flex-direction: column;
}
/*id de Julio - añadida esta clase para que se posicione el footer abajo con height:100%*/


body {min-height: 100vh; display: flex; flex-direction: column;}
body {min-height: 100%; height: 100%;}

body:after {
    content: '';
    width: 100%;
    height: 100%;
    background-position: inherit;
    background-image: inherit;
    background-size: inherit;
    background-attachment: inherit;
    background-repeat: inherit;
    position: fixed;
    top: 0;
    z-index: -1;
}/*para hacer que fondo sea fixed en Safari*/

footer {margin-top: auto;}/*para que se posicione abajo*/

.contenedor-fluid, .contenedor-full{width:100%;}

a span{line-height:1.3;}
.sombra-texto {text-shadow: 2px 1px 1px rgba(0,0,0,0.3);}

.clear::before, .clear::after {content: " "; display: table;}

.hover-trans:hover{opacity:0.7; transition: all .3s;}

.spinner-border {border: .15em solid #575757; border-right-color: transparent}

.contenedor.max-width, .contenedor-fluid.max-width{width: 100%; margin:0 auto;	max-width:1600px;}
.contenedor.max-width.s-size, .contenedor-fluid.max-width.s-size{max-width:1400px;}
.contenedor.max-width.xs-size, .contenedor-fluid.max-width.xs-size{max-width:1200px;}
.contenedor.max-width.xxs-size, .contenedor-fluid.max-width.xxs-size{max-width:850px;}

.contenido-maxwidth{max-width:1500px; margin:0 auto;}
.contenido-maxwidth.xl-size{max-width:1800px;}
.contenido-maxwidth.l-size{max-width:1600px;}
.contenido-maxwidth.s-size{max-width:1200px;}
.contenido-maxwidth.xs-size{max-width:1024px;}
.contenido-maxwidth.xxs-size{max-width:600px;}

p.s-size{font-size:0.9375em;}
p.xs-size{font-size:0.875em;}
p.xxs-size{font-size:0.8125em;}

.gap-4{gap:4px !important;}
.gap-8{gap:8px !important;}
.gap-10{gap:10px !important;}
.gap-15{gap:15px !important;}

ul li::before, ul li::marker {color:var(--lf-colordest);}

.linea.footer {background:#d1d1d1;}
.dark .linea.footer {background:#8D8D8D; opacity:0.4}

html{height:100%;}

.full-height{height:100%; flex: 1 1 auto;}
.borde-texto{ -webkit-text-stroke: 1px rgba(0,0,0,0.2); /*text-stroke: 1px rgba(0,0,0,0.2);*/}

.logotipo img{max-width: 196px; position: relative;}
/*.logotipo.s-size, .logotipo.footer{width:148px}*/
.header-modal .logotipo img{max-width: 155px!important}
footer .logotipo img{max-width: 130px!important}

.img-dia{display:block;}
.img-noche{display:none;}

.dark .img-dia{display:none;}
.dark .img-noche{display:block;}

.responsive-iframe {position: absolute; top: 0; left: 0; bottom: 0; right: 0; width: 100%; height: 100%;}
.center-iframe{display:block; margin:0 auto;}


@media (max-width: 480px){
	.logotipo img{max-width:160px; display:block}
}

.linea {background:var(--lf-form-borde);}
.borde-colder{border-left:1px solid var(--lf-borde-colder);}
.borde-colizq{border-right:1px solid var(--lf-borde-colizq);}
.borde-colder.claro{border-left:1px solid var(--lf-borde-colder-claro);}
.fondo-colder{background:var(--lf-fondo-colder); padding:10px 0;}

/*posiciones*/
.position-top-right{top:8px; right:8px;}
.position-top, .position-top-left, .position-top-right,.position-bottom,.position-bottom-left,.position-bottom-right,.position-middle,.position-middle-left, .position-middle-right{display: flex; gap: 2px;}
.position-middle{z-index:12;}
.posicion-bottom{position: absolute; bottom: 5px; left: 50%; transform: translate(-50%, 0%); text-align: center; z-index: 2;}

.dark img.dianoche, .dark img.atras{filter: var(--lf-filter-gris);}

/*zonas*/
.zona-contenidos-flex{display: flex; align-items: center; gap:8px}
.zona-contenidos-flex-between{display: flex; justify-content: space-between; align-items: center; gap:24px;}
.zona-contenidos-wrap{display: flex; gap: 4px; flex-wrap:wrap;}

/*filtros svg colores*/
.svg-colordest{filter:var(--lf-filter-colordest);}
.svg-blanco{filter:var(--lf-filter-blanco);}
.svg-rojo {filter: var(--lf-filter-rojo);}
.svg-gris{filter: var(--lf-filter-gris);}
.svg-sombra{filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}

/*==============================
    Contenido height 100%
==============================*/

/*.idioma-header{
    position:absolute; display:flex; gap:4px; justify-content: flex-end;
    top:10px;
    right:20px;
    z-index: 1;
    cursor:pointer;

    & .bandera{
        width: 20px;
        height: 20px;
    }
    & .flechita img{
        width: 12px;
    }
}*/

.idioma-header{
    position:absolute; display:flex; gap:4px; justify-content: flex-end;
    top:10px;
    right:20px;
    z-index: 1;
    cursor:pointer;
}
.idioma-header .bandera{
    width: 20px;
    height: 20px;
}
.idioma-header .flechita img{
    width: 12px;
}

.aspect-ratio-box {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    margin-bottom:0px;
    border-radius: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


.cropped-image-rounded {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    border:1px solid white;
}

.contenedor-full-height{
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*height: 100vh;*/
    min-height: 100%;
    background: transparent;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow:hidden;
    /*background-attachment: fixed;*/
}
.contenidos-centrados{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center!important;
    align-items: center;
    color:white;
    overflow: hidden;
}

/*NUEVO CONTENEDOR 100VH con JS*/
.contenidos-centrados-100vh{
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-header,.item-main, .item-footer{
    padding:0px 0px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.item-main{
    flex:1;
}
/* FIN NUEVO CONTENEDOR 100VH con JS*/

.item-centro{
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*max-width:600px;*/
    min-height: 100vh;
    min-height: 100svh;
    text-align: center;
    margin: 0 auto;
    padding:40px 0px;
}

.item-centro > div:nth-child(1) {margin-bottom: auto; /*visibility: hidden;*/}
.item-centro > div:nth-child(2) { }
.item-centro > div:nth-child(3) {margin-top: auto;}

.zona-formulario{width:100% ;max-width: 450px; margin: 0 auto;}
.zona-logos{display:flex; align-items: center; justify-content: center; flex-direction: row; /*margin-bottom:30px*/}
.zona-logos img{margin:0px 10px}

.logo-promo{width: 200px;}



@media (max-width: 1024px) {
   
    .contenidos-centrados{text-align:center;/*max-width:350px; margin:0 auto;*/}
}

@media (max-width: 991px) {
    .contenidos-centrados{display: block/*flex*/;}
    .zona-formulario{padding:0px 15px}
    .item-centro{display: flex; flex-direction: column; align-items: center; padding: 40px 15px; max-width: 400px}
    .zona-logos {margin-bottom:0px}
}

@media (max-width: 700px) {
    /*.contenedor-full-height{height:auto;}*/
    .img-premio img{width: 290px}
}

@media (max-width: 430px) {
    .zona-logos {margin-top:10px}
    
}

.zona-contenedor{
    width: 100%;
    max-width: 480px;
    margin:0 auto;
    padding:15px;
    z-index: 10;
}

/*fondos*/
.fondos{
    position: relative;
    background: radial-gradient(closest-side at 50% 61%, #2D3237 0%, #000 100%) 0% 0% no-repeat padding-box;
}
.left-background, .right-background {
  position: absolute;
  top: 0;
  width: 50%; /* Ajusta el ancho de las imágenes según tus necesidades */
  height: 100%;
  object-fit: cover; /* Asegura que las imágenes cubran completamente el área */
  z-index: 1;
}
.left-background img, .right-background img{
    height: 100vh;
}

.left-background {
  left: 0;
  background-image: url('../images/fondo-pc-izquierda_sb.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
}
.right-background {
  right: 0;
  background-image: url('../images/fondo-pc-derecha_sb.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

@media (max-width: 991px) {
    .fondos::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url('../images/fondo-tablet_sb.svg');
      background-size: contain;
      background-repeat: no-repeat;
    pointer-events: none;
        background-position: top;
    }
}
@media (max-width: 991px) {
    .fondos::before {

      background-image: url('../images/fondo-movil_sb.svg');
    
    }
}



/*NEW*/
.zona-bonus{
    font-family: var(--lf-fuente-secundaria);
    font-size: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    /*-ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    justify-content: center;
}

.offer {border-color: var(--lf-colordest); border-style: solid; border-width: medium; padding: 10px 15px 8px 15px; line-height: 1}
.bonus{background-color: var(--lf-colordest); color:white;border-width: medium; border-style: solid; border-color: var(--lf-colordest); padding: 10px 15px 8px 15px; line-height: 1}

@media (max-width: 991px) {
    .zona-bonus{font-size: 1.3em;}
    .offer{/*border-bottom: 0px;*/ padding: 6px 10px 4px 10px;}
    .bonus{padding: 6px 14px 4px 14px; line-height: 1}
}

@media (max-width:520px){
    .zona-bonus {
        font-size: 1.125em;
    }
    .offer {
        padding: 6px 4px 4px 4px;
    }
    .bonus {
        padding: 6px 2px 4px 2px;
        line-height: 1;
    }
}

/*

.zona-info{
    display:flex;
    align-items:center;
    gap:8px;
    font-family: var(--lf-fuente-secundaria);
    margin-bottom:40px;

    @media (max-width: 991px) {
       margin-bottom:30px;
    }

    & .numero{
        font-size: 80px;
        opacity: 0.5;
        line-height: 0px;

        @media (max-width: 991px) {
            font-size: 60px;
        }
    }

    & .texto{
        flex-grow: 1!important;
        font-size: 24px;
        line-height: 24px;

         @media (max-width: 991px) {
            font-size: 20px;
        }

        & .zona-gradient{
            
            display: flex;

            &.left{
                background: var(--lf-gradient-left);
                justify-content: right;
            }

            &.right{
                background: var(--lf-gradient-right);
                justify-content: left;
            }
        }
    }
}*/
.zona-info{
    display:flex;
    align-items:center;
    gap:8px;
    font-family: var(--lf-fuente-secundaria);
    margin-bottom:40px;
}

.zona-info .numero{
        font-size: 80px;
        opacity: 0.5;
        line-height: 0px;
}

.zona-info .texto{
     flex-grow: 1!important;
    font-size: 24px;
    line-height: 24px;
}

.zona-info .texto .zona-gradient{
    display: flex;
}

.zona-info .texto .zona-gradient.left{
    background: var(--lf-gradient-left);
    justify-content: right;
}
.zona-info .texto .zona-gradient.right{
    background: var(--lf-gradient-right);
    justify-content: left;
}
@media (max-width: 991px) {
   .zona-info {margin-bottom:30px;}
   .zona-info .numero{font-size: 60px;}
   .zona-info .texto{font-size: 20px;}
}



/*
.selector-registro{
    position: relative;

        & .zona-desplegable{
            position: absolute;
            bottom:45px;
            left:0;
            background: black;
            width: 100%;
            z-index: 1;
            border: 1px solid #707070;
            border-radius:8px;
            display: none;

            &.active{
                display: block;
            }

        }
        & .selector{
            color: var(--lf-form-txt);
            background-color:var(--lf-form-fondo);
            border: 1px solid var(--lf-form-borde);
            padding:10px 16px;
            font-size: 0.875em;
            margin-bottom:25px;
            border-radius: 50px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            transition: transform ease-in-out 0.3s;

            & img{
                width: 16px;
                transition: transform ease-in-out 0.3s;
            }

            &:hover img{
                transform: rotate(-180deg);
            }

            &.active img{
                transform: rotate(-180deg);
            }
        }

        &:has(.selector.active) .selector img{
            transform: rotate(-180deg);
        }
}*/

.selector-registro .zona-desplegable.active .selector img{
    transform: rotate(-180deg);
}
.selector:hover img, .selector:focus img {
  transform: rotate(-180deg);
}

.selector-registro{
    position: relative;
}

.zona-desplegable{
    position: absolute;
    bottom:45px;
    left:0;
    background: black;
    width: 100%;
    z-index: 1;
    border: 1px solid #707070;
    border-radius:8px;
    display: none;
}
.zona-desplegable.active{
    display: block;
}
.selector{
    color: var(--lf-form-txt);
    background-color:var(--lf-form-fondo);
    border: 1px solid var(--lf-form-borde);
    padding:10px 16px;
    font-size: 0.875em;
    margin-bottom:25px;
    border-radius: 50px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    transition: transform ease-in-out 0.3s;
}

.selector img{
    width: 16px;
     transition: transform ease-in-out 0.3s;
}

.selector-registro .zona-desplegable.active .selector img{
    transform: rotate(-180deg);
}
.selector:hover img, .selector:focus img {
  transform: rotate(-180deg);
}


.zona-h1{
    position:relative;
    display: table;
    margin:60px auto 20px auto;
    text-align: center;
}
.zona-h1 .txt-promo{
    font-family:var(--lf-fuente-secundaria);
    font-weight: bold;
    font-size: 7.5em;
    line-height: 0.75em;
}
.zona-h1 .txt-promo span.and{
    font-family: var(--lf-fuente-principal);
    font-size: 0.8em;
}
.zona-h1 .txt-promo span.s-size{font-size: 0.75em}

.zona-h1 .lacrado{
    position:absolute;
    right:-20px;
    top:-20px;
    z-index: 1;
    width: 50px;
}
.zona-h1 .lacrado img{
    max-width: 50px;
}

@media (max-width: 991px) {
    .zona-h1 .txt-promo{
        font-size:5em;
        line-height: 0.75em;
    }
    .zona-h1 .txt-promo span.s-size{font-size: 0.75em}
    .zona-h1 .lacrado{
        right:-22px;
        top:-24px;
    }  
}

@media (max-width: 520px) {
    .zona-h1 .txt-promo{
        font-size: 3em;
    }
    .zona-h1 .lacrado img {
        max-width: 40px;
    }
    .zona-h1 .lacrado{
        right: -5px;
        top: -22px;
        width: 22px;
    }
}

.zona-isotipo{
    margin-bottom:30px;
    height: 47px;
    width: 100vw;
    text-align: center;
    background: url('../images/trans-dark.png') repeat left center;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-left: -15px;*/
}

.zona-isotipo img{
    max-width: 40px;
}

.button{
    text-align: center;
    cursor: pointer;
    display: table;
    margin:0 auto;
    line-height: 1.2;
    margin:10px;
}
.button.down .arrow{
    transform: rotate(0deg);
}
.button.top .arrow{
    transform: rotate(180deg);
}



/*==============================
            Botones
==============================*/
.boton{position:relative;}
.boton{box-shadow: 0px 3px 6px #00000029;}
.boton.redondeado{min-width:176px;}
.boton.mas{min-width:300px;}
@media (max-width: 1024px) {
	.boton.redondeado, .boton.mas{min-width:auto;}
}

.boton.con-icono {padding-left: 35px;}
.icono-en-boton{position: absolute;left: 10px; top: 50%; transform: translateY(-50%);}

.boton.colordest {background-color: var(--lf-colordest)!important; color: var(--lf-colordest-txt)!important; font-weight:600}
.boton.colordest:hover{background-color:var(--lf-colordest-hover)!important; color: var(--lf-colordest-txt)!important;}
.boton.colordest.active, .boton.colordest:focus{background-color:var(--lf-colordest-active)!important; color: var(--lf-colordest-txt)!important;}
.boton.colordest.bordered, .boton.colordest.bordered:hover, .boton.colordest.bordered.active {border:1px solid var(--lf-colordest)!important; color: var(--lf-colordest)!important; background:transparent!important}

.boton.verde-oscuro {background-color: var(--lf-verde-oscuro)!important; color: var(--lf-blanco)!important; font-weight:600}
.boton.verde-oscuro:hover{background-color:var(--lf-verde-oscuro-hover)!important; color: var(--lf-verde-oscuro-txt)!important;}
.boton.verde-oscuro.active, .boton.verde-oscuro:focus{background-color:var(--lf-verde-oscuro-active)!important; color: var(--lf-verde-oscuro-txt)!important;}
.boton.verde-oscuro.bordered, .boton.verde-oscuro.bordered:hover, .boton.verde-oscuro.bordered.active {border:1px solid var(--lf-verde-oscuro)!important; color: var(--lf-verde-oscuro)!important; background:transparent!important}

.boton.disabled,.boton[disabled],button[disabled] .boton,fieldset[disabled] .boton {
	cursor:not-allowed !important; filter:alpha(opacity=1); opacity:1; -webkit-box-shadow:inherit; box-shadow:inherit; pointer-events: none;
	background-color:var(--lf-form-fondo-disabled)!important; color: var(--lf-form-color-disabled)!important;
}

/*==============================
            Listas
==============================*/



ul.compartir{
	padding: 0px;
    margin: 0px 0px;
    list-style: none;
}
ul.compartir li{
	display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    padding: 15px;
    cursor: pointer;
    border-bottom: 0px solid rgba(22, 24, 35, 0.12);
}

.dark ul.compartir li{
	/*border-bottom: 1px solid rgba(255, 255, 255, 0.12);*/
}

.zona-desplegable > ul.compartir li:first-child{
    border-radius:8px 8px 0px 0px;
}

.zona-desplegable > ul.compartir li:last-child{
	border-bottom:0px solid white;
    border-radius:0px 0px 8px 8px;
}

ul.compartir li:hover{
	background:rgba(0,0,0,0.03);
    background: var(--lf-compartir-hover);

}
ul.compartir li .icono{
	width: 17px;
    height: 17px;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

ul.compartir li .icono img{width:17px;}

ul.compartir li .texto{
	color: var(--lf-color-principal);
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    /*height: 17px;*/
    line-height: 17px;
    margin-inline-start: 11px;
}

/*==============================
            Modal
==============================*/

.body-modal.s-size {
    padding:0rem;
}

.header-modal.noborde{
    padding-bottom: 10px!important;
}

.contenido-modal{background-color: var(--lf-fondomodal);}
.body-modal, .content-modal {background-color: var(--lf-fondomodal);}

.cerrar-modal {top: -5px; right: 10px; font-size: 1.825em;}
.cerrar-modal a{color:#DFE3E8; font-size:inherit}
.modal-centrada.s-size { max-width: 400px;}
.modal-centrada.xs-size { max-width: 300px;}
.contenido-modal.darkfans-modal{border: 1px solid #707070; border-radius:16px}
.contenido-modal.comentarios-modal{border-radius:16px}
.header-modal img {max-width: inherit;}

/*==============================
          Mensajes admin
==============================*/
.zona-mensajes{position: fixed; z-index: 100000; bottom: 15px;/*new*/ height: auto; line-height: 150%;}
.zona-mensajes{font-size:0.875em; font-family:inherit; max-width: 100%; width:100%;}
.mensajes-admin{display: flex; flex-direction: column; position:relative; margin: 0 auto;}
.mensaje, .aviso, .error, .cargando, .informacion{box-shadow: 0px 3px 6px #00000029; display:flex; justify-content:center}
.mensaje {background-color:#53bf5a; background:#53bf5a url("../images/mensaje-correcto.svg") center left 10px no-repeat; background-size: 26px 26px;}
.informacion {background-color:#394247; background:#394247 url("../images/check-verde.svg")center left 10px no-repeat; background-size: 18px 18px; padding:15px 15px 15px 35px;  display:flex; align-items: center; justify-content: left; color:white; margin-bottom:15px; margin-left:15px; min-width:320px;}
.informacion span, .informacion p{color:white !important;}
.informacion.sinicono{background:#394247; padding-left:15px;}

.error {background-color:#394247; background:#394247 url("../images/error-rojo.svg")/*new*/ center left 10px no-repeat; background-size: 18px 18px; padding:15px 15px 15px 35px;}
.error.sinicono{background:#394247; padding-left:15px;}

@media (max-width: 991px) {
    .informacion {width:auto; min-width:250px}
}

/*==============================
          Formularios
==============================*/

.formulario.s-size {
    font-size: 0.875em;
    padding:10px 16px;
}

.mensaje-ko{
    background-color: var(--lf-fondoscuro);
    background: var(--lf-fondoscuro) url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22snackbar-error%22%20transform%3D%22translate(-4786%20-2998)%22%3E%3Crect%20id%3D%22Rect%C3%A1ngulo_11634%22%20data-name%3D%22Rect%C3%A1ngulo%2011634%22%20width%3D%2216%22%20height%3D%2216%22%20transform%3D%22translate(4786%202998)%22%20fill%3D%22none%22%2F%3E%3Cpath%20id%3D%22Icon_ionic-ios-close%22%20data-name%3D%22Icon%20ionic-ios-close%22%20d%3D%22M18.707%2C17.287%2C22.993%2C13a1%2C1%2C0%2C0%2C0-1.42-1.42l-4.286%2C4.286L13%2C11.581A1%2C1%2C0%2C1%2C0%2C11.581%2C13l4.286%2C4.286-4.286%2C4.286A1%2C1%2C0%2C0%2C0%2C13%2C22.993l4.286-4.286%2C4.286%2C4.286a1%2C1%2C0%2C0%2C0%2C1.42-1.42Z%22%20transform%3D%22translate(4776.715%202988.713)%22%20fill%3D%22%23e50c0c%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center left 15px;
    background-size: 16px 16px;
    display:flex;
    align-items: center;
    justify-content: left;
    color:white;
    margin-bottom:15px;
    width: 100%;
    padding:8px 5px 8px 45px;
    font-size:0.875em;
    font-weight: 500;
    border-radius: 4px;
}

.mensaje-ok{
    background-color: var(--lf-gris-clarito);
    background: var(--lf-gris-clarito) url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22snackbar-success%22%20transform%3D%22translate(-1180%20-936)%22%3E%3Crect%20id%3D%22Rect%C3%A1ngulo_7199%22%20data-name%3D%22Rect%C3%A1ngulo%207199%22%20width%3D%2216%22%20height%3D%2216%22%20transform%3D%22translate(1180%20936)%22%20fill%3D%22none%22%2F%3E%3Cpath%20id%3D%22Icon_awesome-check%22%20data-name%3D%22Icon%20awesome-check%22%20d%3D%22M5.434%2C16.342l-5.2-5.23a.808.808%2C0%2C0%2C1%2C0-1.138L1.366%2C8.836a.8.8%2C0%2C0%2C1%2C1.131%2C0L6%2C12.359l7.5-7.546a.8.8%2C0%2C0%2C1%2C1.131%2C0l1.131%2C1.138a.808.808%2C0%2C0%2C1%2C0%2C1.138l-9.2%2C9.253A.8.8%2C0%2C0%2C1%2C5.434%2C16.342Z%22%20transform%3D%22translate(1180%20933.423)%22%20fill%3D%22%233fb848%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E') no-repeat center left 15px;
    background-size: 16px 16px;
    display:flex;
    align-items: center;
    justify-content: left;
    color:#2D3237;
    margin-bottom:15px;
    width: 100%;
    padding:8px 5px 8px 45px;
    font-size:0.875em;
    font-weight: 500;
    border-radius: 4px;
}
.mensaje-ok .btn-cerrar{
    color:#2D3237;
}

/*==============================
            Footer
==============================*/
footer{background:var(--lf-fondofooter);box-shadow: 0px 0px 12px #F7195329; padding: 30px 0 30px 0; color:var(--lf-gris-oscuro)}
.dark footer {box-shadow:none;}

.zona-abajo {margin:0px 0;}
.zona-contenidos-footer {display: flex; justify-content: space-between; align-items: center; gap: 5px;}
.idioma-footer{position:relative; /*display:flex; gap:4px; justify-content: flex-end;*/ color:var(--lf-gris-oscuro); cursor:pointer;}

.lnkaba li {display:block; font-size:0.875em;vertical-align: top; color:var(--lf-gris-oscuro); font-weight:500; line-height: 1.6em; padding:1px 0 0 0px; position:relative; margin:5px 0}
.lnkaba li:before{display:none}
.lnkaba li a{color:var(--lf-colordest); text-decoration:none;}
.lnkaba li a:hover, .lnkaba li a:focus {text-decoration:none; color:var(--lf-colordest)}

ul.lnkaba.listaenlinea {margin: 0px; padding: 0px; }
ul.lnkaba.listaenlinea li {display: inline-block; width:30%}
ul.inlinelist li:last-child {margin-right: 0rem;}

.abajo{font-size: 0.875em; color: var(--lf-gris-oscuro); text-decoration: none;}
.abajo a, .abajo a:focus{color: var(--lf-gris-oscuro); text-decoration: none;}
.abajo a:hover, .abajo a:focus{color: var(--lf-gris-oscuro); text-decoration: none;}

@media (max-width: 991px) {
	.zona-abajo {margin:20px auto 0px auto;}
	.abajo{text-align:center;}
	.zona-contenidos-footer {justify-content: center; flex-direction: column; gap:25px}
	.logotipo.footer{margin:0 auto 10px auto;}
	.idioma-footer{justify-content: center;}
	ul.lnkaba.listaenlinea li {display: block; width:100%}

    .lnkaba li {background: none; padding: 5px 0px !important;}
}

/*==============================
			Textos
==============================*/

.sombra-texto{text-shadow: 0px 8px 15px #000000B3;}

.title{
    color: var(--lf-blanco);
    font-size: 3.125em;
    font-family: var(--lf-fuente-secundaria);
    line-height: 1;
}
.subtitle{
    line-height: 0.8;
    font-size: 1em;
}
@media (max-width: 700px) {
    .title{font-size:2.5em;}
}

.txtmin.l-size{font-size: 0.875em;}
.txtmin{font-size: 0.8125em; text-decoration: none;line-height:1.231em;}
.txtmin.s-size{font-size:0.75em;}
.txtmin.xs-size{font-size:0.6875em;}
.txtmin.active{color:var(--lf-colordest);}

.txtbig{font-size:1.5em;}

.colordest {color:var(--lf-colordest)!important;}
.rojo {color:var(--lf-rojo);}
.magenta{color:var(--lf-magenta);}
.morado{color:var(--lf-morado);}
.purpura{color:var(--lf-purpura);}
.azul{color:var(--lf-azul);}
.cian{color:var(--lf-cian);}
.light{color:var(--lf-light);}
.negro{color:var(--lf-negro);}
.blanco{color:var(--lf-blanco);}

.verde {color:var(--lf-verde);}
.verde-oscuro {color:var(--lf-verde-oscuro);}
.verde-claro {color:var(--lf-verde-claro);}

.rosa {color:var(--lf-rosa);}
.rosa-claro {color:var(--lf-rosa-claro);}

.gris {color:var(--lf-gris);}
.gris-oscuro {color:var(--lf-gris-oscuro);}
.gris-claro {color:var(--lf-gris-claro);}
.gris-clarito {color:var(--lf-gris-clarito);}

.text-dark{color:var(--lf-text-dark);}
.text-dark-75{color:var(--lf-text-dark-75);}
.text-dark-65{color:var(--lf-text-dark-65);}
.text-dark-50{color:var(--lf-text-dark-50);}
.text-dark-25{color:var(--lf-text-dark-25);}



/*==============================
			Msg-form
==============================*/

.msg-form {padding-left: 1rem;border-width: 1px 1px 1px 5px;color: var(--lf-light); background-color: var(--lf-fondolight); border-color: var(--lf-color-borde);}
.msg-form a{box-shadow: 0 1px 0 currentColor;}
.msg-form .close {top: -12px; right: -5px;}
.msg-form.borde{border-color: #526484;}
.dark .msg-form.borde {background: transparent !important; box-shadow: 0 4px 15px 0 rgba(255, 255, 255, 0.1);}
.msg-form.con-fondo{background: rgba(0,0,0,0.03)}
.dark .msg-form.con-fondo{background: rgba(255,255,255,0.04)}

.msg-form.colordest {color: var(--lf-colordest)!important; background-color: transparent; border-color: var(--lf-colordest);}
.msg-form.colordest a {color: var(--lf-colordest)!important;}
.msg-form.borde.colordest{border-color: var(--lf-colordest); color:var(--lf-colordest) !important;}
.msg-form.borde.colordest a{color: var(--lf-colordest)!important;}
.msg-form.con-fondo.colordest {color: var(--lf-colordest-txt)!important; background-color: var(--lf-colordest)}
.msg-form.con-fondo.colordest a{color: var(--lf-colordest-txt)!important;}

.msg-form.verde {color: #19bc90!important; background-color: #e4fbf5; border-color: #aef4e1;}
.msg-form.verde a {color: #19bc90;}
.msg-form.con-fondo.verde {color: #fff!important; background: #19be92;}
.msg-form.con-fondo.verde a{color: #fff!important;}
.msg-form.borde.verde {border-color: #19be92;}

.msg-form.amarillo {color: #cd9f0c!important; background-color: #fef7e2; border-color: #fbe7a8;}
.msg-form.amarillo a {color:#9d7a09;}
.msg-form.con-fondo.amarillo {color: #fff!important; background: #ffae11;}
.msg-form.con-fondo.amarillo a{color: #fff!important;}
.msg-form.borde.amarillo {border-color: #ffae11;}

.msg-form.rojo {color: #c3463c!important; background-color: #fceae9; border-color: #f7c1bd;}
.msg-form.rojo a {color: #9c3830;}
.msg-form.con-fondo.rojo {color: #fff!important; background: #e85347;}
.msg-form.con-fondo.rojo a{color: #fff!important;}
.msg-form.borde.rojo {border-color: #e85347;}

.msg-form.gris {color: #6c7a8c !important; background-color: #f0f2f4; border-color: #d1d7df;}
.msg-form.gris a {color: #56616f;}
.msg-form.con-fondo.gris {color: #fff!important; background: #8091a7;}
.msg-form.con-fondo.gris a{color: #fff!important;}
.msg-form.borde.gris {border-color: #8091a7;}

.dark .msg-form.verde {background:transparent; border-color:#19bc90;}
.dark .msg-form.con-fondo.verde {background: #19bc90; color: #ffffff !important;}

.dark .msg-form.amarillo {background:transparent; border-color:#ffae11; color:#ffae11!important}
.dark .msg-form.con-fondo.amarillo {background:#ffae11!important;color: #ffffff !important;}
.dark .msg-form.amarillo a {color: #ffae11;}

.dark .msg-form.rojo {background:transparent; border-color:#e5352f; color:#e5352f!important}
.dark .msg-form.con-fondo.rojo {background:#e5352f!important;color: #ffffff !important;}
.dark .msg-form.rojo a {color: #e5352f;}

.dark .msg-form.gris {background:transparent; border-color: #6b7275; color:#6b7275!important}
.dark .msg-form.con-fondo.gris {background:#6b7275!important;color: #ffffff !important;}
.dark .msg-form.gris a {color: #6b7275;}
