/*
 * Descripción: CUSTOM
 * Copyright (c) 2025
*/

/*===================================
			Google Fonts 
=====================================*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,900;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titan+One&display=swap');

/*
	font-family: 'Montserrat', sans-serif;
    font-family: 'Bebas Neue', system-ui;
    font-family: "Titan One", cursive;
*/

/*===================================
       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-fuente-terciaria:'Titan One', cursive, sans-serif;
  
  --lf-colordest: #DF3856 /*loverfans*/;
  --lf-colordest-rgb:223, 56, 86;
  --lf-colordest-hover: #E4566F;
  --lf-colordest-active: #BE3049;
  --lf-colordest-txt:#fff;
  --lf-colordest-fill: #DF3856;
  --lf-colordest-borde-pale:#F2AFBB;
  --lf-fondo-colordest-trans:rgba(223,56,86,0.13);
  --lf-filter-colordest: brightness(0) saturate(100%) invert(28%) sepia(91%) saturate(2030%) hue-rotate(331deg) brightness(92%) contrast(88%)/*loverfans*/;
  --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-color-principal:#000;
  --lf-color-principal-hover:#000;
  --lf-color-principal-focus:#000;
  
  --lf-color-title:#fff;
  --lf-color-title-a:#fff;
  --lf-color-title-hover:#fff;
  --lf-color-title-focus:#fff;

  --lf-rojo:#E50C0C;
  --lf-magenta: #dd2350;
  --lf-verde:#3fb848;
  --lf-verde-claro:#57bf93;

  --lf-verde-oscuro:#3FB848;
  --lf-verde-oscuro-hover: #65C66D;
  --lf-verde-oscuro-active: #32933A;
  --lf-verde-oscuro-txt:#fff;

  --lf-fondo-rojo-bt:#fae1e6;
  --lf-borde-rojo-bt-hover:#f7ccd5;
  --lf-borde-rojo-bt:#df3856; 

  --lf-fondo-countdown:#000;
  --lf-color-countdown:#F2BB32; 

  --lf-color-promo:#e7bc3a;
  --lf-color-tarifa:#3FB848;
  --lf-degradado-tarifa-inicio:rgba(63,184,72,0.24);
  --lf-degradado-tarifa-fin:rgba(255,255,255,1);
  --lf-dorado:#e7bc3a;
  --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-negro-blanco: #000;
  --lf-blanco-negro: #fff;
  --lf-rosa:#fdc8d6;
  --lf-rosa-claro:#fcebee;
  --lf-naranja:#F47B03;
  --lf-transparente:rgba(0,0,0,0.0);
  
  --lf-gris:#A5A5A5;
  --lf-gris-oscuro:#6D7379;
  --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-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:#000;
  --lf-form-color: #8D8D8D;
  --lf-form-fondo:#ffffff;
  --lf-form-borde: #DFE3E8;
  --lf-form-borde-hover:#8D8D8D;
  --lf-form-borde-active:#000;
  --lf-form-txt-active:#000;
  --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:#8D8D8D;
  --lf-form-fondo-disabled:#DFE3E8;
  --lf-form-borde-disabled:#DFE3E8;

  --lf-colorpromo:#F7B761;
  --lf-fondopromo: transparent linear-gradient(270deg, #06AEE1 0%, #0097DC 100%) 0% 0% no-repeat padding-box;
}

.dark {
    --lf-fondoweb:#20252b;
    --lf-fondofooter:#2d3237;
    --lf-fondomodal:#2d3237;
    --lf-color-principal:#fff;
	--lf-color-principal-hover:#fff;
	--lf-color-principal-focus:#fff;

    --lf-color-tarifa: #3FB848;
    --lf-degradado-tarifa-inicio: rgba(63, 184, 72, 0.24);
    --lf-degradado-tarifa-fin: #2d3237;

    --lf-negro-blanco: #fff;
    --lf-blanco-negro: #000;
	
	--lf-linea: rgba(255,255,255,0.16);	

    --lf-color-title:#fff;
    --lf-color-title-a:#fff;
    --lf-color-title-hover:#fff;
    --lf-color-title-focus:#fff;

    --lf-color-borde:rgba(255,255,255,.24);
	
	--lf-form-txt:#fff;
	--lf-form-color: rgba(255,255,255,.7);
	--lf-form-fondo:#2d3237;
	--lf-form-borde: rgba(255,255,255,.24);
	--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(47, 47, 47, 1); border-radius:3px;}
::-webkit-scrollbar-thumb:hover {background-color:rgba(47, 47, 47, 1);}
* {scrollbar-width: thin; scrollbar-color: rgba(47, 47, 47, 1) transparent;}*/

/*scrollbar
.dark::-webkit-scrollbar {width:6px; height:4px;}
.dark::-webkit-scrollbar-track {background: #161823; border-radius:3px; margin-top:4px; margin-bottom:4px;}
.dark::-webkit-scrollbar-thumb {background-color:rgba(49, 55, 60, 1); border-radius:3px;}
.dark::-webkit-scrollbar-thumb:hover {background-color:rgba(49, 55, 60, 1);}
.dark * {scrollbar-width: thin; scrollbar-color: rgba(49, 55, 60, 1) #31373c;}*/


svg {max-width: inherit;}

.enlinea, .d-inline-block, .contenidos-enlinea{display:inline-block !important;}
.enbloque, .d-block{display:block !important}

.extrabold{font-weight: 900}
strong, b, .bold{font-weight:700 !important;}
.semibold{font-weight:600;}
.medium{font-weight:500;}
.normal{font-weight:400 !important;}
.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}

.flex-baseline{align-items: baseline;}

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-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{bottom: 108px; 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);
}

@media (max-width: 991px) {
    .scrolltop{bottom: 168px;}
}

/*=========================
          CUSTOM
=========================*/

#app{
    height: 100%; display: flex; flex-direction: column;
    
}/*id de Julio - añadida esta clase para que se posicione el footer abajo*/


body {min-height: 100vh; display: flex; flex-direction: column;}
body {min-height: 100%; height: 100%;}

body{background:var(--lf-fondoweb);}

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*/
.txt-truncate, .elipsis{right:5px}

.contenedor-fluid, .contenedor-full{width:100%;}

a span{line-height:1.3;}
.sombra-texto {text-shadow: 2px 1px 1px rgba(0,0,0,0.8);}

.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:1000px;}

.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-6{gap:6px !important;}
.gap-10{gap:10px !important;}
.gap-15{gap:15px !important;}

ul li::before, ul li::marker {color:var(--lf-colordest);}

.linea.footer {background:#DFE3E8;}
.dark .linea.footer{opacity:0.2}

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 {max-width: 190px; position: relative;}
.logotipo.s-size, .logotipo.footer{width:148px}

.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 {max-width:150px;}
}

.redondo{border-radius: 8px!important}

.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;}

/*mensajes admin*/
.zona-mensajes{position: fixed; z-index: 100000; top: 15px; 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("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22510%22%20height%3D%22510%22%20viewBox%3D%220%200%20510%20510%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M255%200C114.75%200%200%20114.75%200%20255s114.75%20255%20255%20255%20255-114.75%20255-255S395.25%200%20255%200m-51%20382.5L76.5%20255l35.7-35.7%2091.8%2091.8%20193.8-193.8%2035.7%2035.7z%22%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3C%2Fsvg%3E") center left 10px no-repeat; background-size: 26px 26px;}/*mensaje-correcto.svg*/
.error {background: var(--rojo) 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%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8%200C3.6%200%200%203.6%200%208s3.6%208%208%208%208-3.6%208-8-3.6-8-8-8m4.2%2010.8-1.4%201.4L8%209.4l-2.8%202.8-1.4-1.4L6.6%208%203.8%205.2l1.4-1.4L8%206.6l2.8-2.8%201.4%201.4L9.4%208z%22%2F%3E%3C%2Fsvg%3E") center left 10px no-repeat; background-size: 26px 26px;}/*mensaje-error.svg*/ /*NUEVO*/
.aviso {background-color:#ffae11; background:#ffae11 url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M256%200C114.613%200%200%20114.617%200%20256c0%20141.391%20114.613%20256%20256%20256s256-114.609%20256-256C512%20114.617%20397.387%200%20256%200m0%20128c17.674%200%2032%2014.328%2032%2032%200%2017.68-14.326%2032-32%2032s-32-14.32-32-32c0-17.672%2014.326-32%2032-32m48%20256h-96c-8.836%200-16-7.156-16-16%200-8.836%207.164-16%2016-16h16v-96h-16c-8.836%200-16-7.156-16-16%200-8.836%207.164-16%2016-16h64c8.836%200%2016%207.164%2016%2016v112h16c8.836%200%2016%207.164%2016%2016%200%208.844-7.164%2016-16%2016%22%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3C%2Fsvg%3E") center left 10px no-repeat; background-size: 26px 26px;}/*mensaje-aviso.svg*/
.informacion {background-color:#6b7275; background:#6b7275 url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20512%20512%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M256%200C114.613%200%200%20114.617%200%20256c0%20141.391%20114.613%20256%20256%20256s256-114.609%20256-256C512%20114.617%20397.387%200%20256%200m0%20128c17.674%200%2032%2014.328%2032%2032%200%2017.68-14.326%2032-32%2032s-32-14.32-32-32c0-17.672%2014.326-32%2032-32m48%20256h-96c-8.836%200-16-7.156-16-16%200-8.836%207.164-16%2016-16h16v-96h-16c-8.836%200-16-7.156-16-16%200-8.836%207.164-16%2016-16h64c8.836%200%2016%207.164%2016%2016v112h16c8.836%200%2016%207.164%2016%2016%200%208.844-7.164%2016-16%2016%22%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3Cg%2F%3E%3C%2Fsvg%3E") center left 10px no-repeat; background-size: 26px 26px; padding:15px 15px 15px 45px;  display:flex; align-items: center; justify-content: left; color:white; margin-bottom:15px; margin-left:15px; min-width:320px;}/*mensaje-aviso.svg*/
.informacion span, .informacion p{color:white !important;}
.informacion.sinicono{background:#6b7275; padding-left:15px;}

@media (max-width: 991px) {
	.informacion {width:auto; min-width:250px}
}
@media (max-width: 480px){
}

/*header*/
header{
    
}

.header-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;

    display: flex;
    justify-content: space-around;
    height: 60px;
    min-height: 60px;
    width: 100%;
    top: 0px;
    -webkit-box-align: center;
    align-items: center;
    background: var(--lf-fondoweb);
    z-index: 100;
    border-bottom:1px solid var(--lf-color-borde);
}

#app:not(:has(.splide--slide)) .header-sticky {
        position: -webkit-fixed;
        position: fixed;
}

#app:not(:has(.splide--slide)) .header-sticky + section, #app:not(:has(.splide--slide)) .header-sticky + div, #app:not(:has(.splide--slide)) .header-sticky + section{
    margin-top: 60px;
}

.header-fixed{
    position: -webkit-fixed;
    position: fixed;
    top: 0;
    z-index: 100;
}
.header-fixed + article, .header-fixed + div, .header-fixed + section {
    margin-top: 60px;
}

.header-sticty + article, .header-sticky + div, .header-sticky + section {
    margin-top: 16px;
}

.dark header {box-shadow:none;}

header.movil-version{z-index:900; background: rgba(0,0,0,0.6);}

.dark img.dianoche, .dark img.atras{filter: var(--lf-filter-blanco);}

.dark .lnkaba img.dianoche{filter: var(--lf-gris-oscuro);}

.header-full{
    position: relative;
    padding: 50px 0 50px 0;
    background: #000 url(../images/fondo-fans-pc.jpg) center center no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    color: white;
}
.header-full .logotipo{
    max-width: 220px;
    margin:0 auto;
}

.degradado-header{
    position:absolute;
    bottom:0px;
    width:100%;
    height: 80px;
    z-index:0;
    /*background: transparent linear-gradient(180deg, var(--colordest) 0%, var(--unnamed-color-df3856) 100%) 0% 0% no-repeat padding-box;*/
    background: linear-gradient(to bottom, transparent 0%, var(--lf-colordest) 100%);
    opacity: 0.5;
}

.degradado-center-transparent{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(90deg,rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 1) 50%, rgba(0, 0, 0, 0) 90%);
}

.cerrar-header{
    position: absolute;
    right: 0px;
    top:-40px;
}

@media (max-width: 991px) {
    .header-full {
        background: #000 url(../images/fondo-fans-tablet.jpg) center center no-repeat;
        background-size: cover;
        margin-bottom:15px;
    }
}
@media (max-width: 480px) {
    .header-full {
        background: #000 url(../images/fondo-fans-movil.jpg) center center no-repeat;
        background-size: cover;
    }
    .header-full .logotipo{
        max-width: 180px;
    }
}

/*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;}
.position-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-blanco);}

/*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;}

.zona-logos{display:flex; align-items: center; justify-content: center; flex-direction: column; /*gap:16px;*/}

.zona-fondo-top{
    position:relative;
    padding:40px 0 60px 0;
    border-radius:16px;
    background:#000 url('../images/fondo-fans-pc.jpg') center center no-repeat;
    background-size: cover;
    margin-top:8px;
    margin-bottom:50px;
    overflow: hidden;
}


.header-sticky + .contenedor-fluid:has(.zona-fondo-perfil){
    margin-top:0px;
}

.fondo-perfil{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    position: relative;
}

.zona-fondo-perfil {
    position: relative;
    /*border-radius: 16px;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*margin-top: 8px;*/
    /*margin-bottom: 30px;*/
    height: 190px;
}

.fondo-perfil .transparente, .zona-fondo-perfil .transparente {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    /*border-radius: 16px;*/
    z-index: 0;
    background: rgba(0, 0, 0, 0.2);
}

.zona-fondo-perfil .imagen_perfil {
    position: absolute;
    bottom: -40px;
    left: 20px;
}

.zona-fondo-perfil .datos_perfil {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

@media (max-width: 991px) {
    .zona.s-size {
        padding: 1em 0;
    }
}

@media (max-width: 768px) {
    .zona-fondo-perfil {
        height: 112px;
    }
    
    .zona-fondo-perfil .datos_perfil {
        right: 0px;
        bottom: 5px;
    }
    .zona-fondo-perfil .imagen_perfil {
        left: 0px;
    }
}

.contenedor_suscripcion {
    background: url('../images/fondo-fans-trans.png') no-repeat center center;
    margin-bottom: 40px;
}

.contenedor_suscripcion .zona_suscripcion {
    background: var(--lf-fondoweb);
    border-radius: 16px;
    border: 2px solid var(--lf-colordest-borde-pale);
    max-width: 568px;
    margin: 0 auto;
    padding: 36px;
    text-align: center;
}

.contenedor_suscripcion .zona_suscripcion p.titsus {
    font-size: 1.125em;
    font-weight: 600;
}

@media (max-width: 640px) {
    .contenedor_suscripcion .zona_suscripcion {
        padding: 16px;
    }
    
    .contenedor_suscripcion .zona_suscripcion p.titsus {
        font-size: 1em;
    }
}




.zona-volver{
    display: flex;
    align-items: center;
}
.zona-volver p{
    display: inline-block;
}
@media (max-width: 766px){
    .zona-volver p{
        display: none;
    }
}

/*suscripcion modal*/
.zona-fondo-suscripcion {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 80px;
}
.suscripcion .body-modal{
    padding-top:50px
}
.suscripcion .txtprofile.detalle{
    position: absolute;
    left: 130px;
    top: 90px
}
.suscripcion .txtprofile img{margin-left: 5px;}

ul.lista-check {
    padding: 0;
    margin: 15px 0;
    list-style: none;
    font-size:0.75em;
}
ul.lista-check li {
    position: relative;
    margin:0px 20px 0px 0px;
    padding:4px 0px 4px 25px;
    display:inline-block;
    width:40%;
    list-style-type: default
} 
ul.lista-check li:before {position: absolute; height: 20px !important; width: 20px !important; top: 5px; left: 0px; content: url(../images/check.svg);}/*check-verde.svg*/

.zona-tarifas{
    display: flex;
    gap:10px;
    flex-wrap: wrap;
}

.tarifa-suscripcion {
    border: 1px solid var(--lf-color-borde);
    padding: 20px;
    /*width: 250px;*/
    /*display: inline-block;*/
    transition: border-color 0.3s;
    cursor: pointer;
    flex: 0 0 calc(50% - 10px);
}

.tarifa-suscripcion:hover, .tarifa-suscripcion.selected {
    border-color: var(--lf-verde);
}

.tarifa-suscripcion .precio {
    font-size: 1em;
    color: var(--lf-verde);
    font-weight: bold;
    padding:5px 0px;

}
.tarifa-suscripcion .precio span{
    font-size:0.75em;
    font-weight: normal;
}

.tarifa-suscripcion .precio.mejor-oferta{
    background: rgba(63,184,72,0.1);
    position:relative;
    padding:0 20px;
    margin-left: -20px;
    margin-right: -20px;
    box-sizing: border-box;
    padding:5px 20px;
}
.tarifa-suscripcion .precio.mejor-oferta::after {
    content: '¡Mejor oferta!';
    font-size: 10px;
    position: absolute;
    right: 20px;
    top:10px;
}

.tarifa-suscripcion .detalle1 {
    font-size: 1em;
}
.tarifa-suscripcion .detalle2 {
    font-size: 0.625em;
    color:var(--lf-gris-oscuro);
}

.tarifa-suscripcion .antes-precio {
    text-decoration: line-through;
    text-decoration-color: red;
    color: var(--lf-color-principal);
}

@media (max-width: 766px){
    ul.lista-check li {
        display: block;
        width: 100%;
    }

    .zona-tarifas{
        flex-direction: column;
        flex-wrap: nowrap;
        overflow-y: auto;
        /*max-height: 150px;*/
        max-height: 30vh;
        padding-right:10px;
    }
    
    .modal-centrada.suscripcion{
        width: 100vw;
        max-width: none;
        margin: 0;
    }
    .modal-centrada.suscripcion .contenido-modal{height:100%;border:0;border-radius:0}
    .modal-centrada.suscripcion .header-modal{border-radius:0}
    .modal-centrada.suscripcion .body-modal{overflow-y:auto}
    .modal-centrada.suscripcion .footer-modal{border-radius:0}

    .modal-centrada.suscripcion .contenido-modal {position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; width: 100%; pointer-events: auto; height:100vh; margin:0px !important;}
    .modal-centrada.fullscreen .header-modal {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;}
    .modal-centrada.fullscreen .body-modal {position: relative; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto;}
    .modal-centrada.fullscreen .footer-modal {display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-negative: 0; flex-shrink: 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end;}
}

/*footer hazte fan*/
.footer-fan{
    display: flex;
    align-items: center;
    gap:10px;
    width: 100%;
    padding: 20px 10px 20px 10px;
    max-width: 1280px;
}
.footer-fan .item{
    flex:1;
}


@media (max-width: 991px) {
   .footer-fan{
        flex-direction: column;
        align-items: normal;
   }
}


/*dropdown botón tipo select*/
.zona_dropdown {
    position: relative;
    height: 40px;
}

.zona_dropdown .contenedor_dropdown {
    background: var(--lf-fondoweb);
    font-size: 14px;
    padding: 8px 16px 4px 16px;
    width: 100%;
    border: 1px solid var(--lf-color-borde);
    position: absolute;
    z-index: 10;
    border-radius: 8px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.zona_dropdown .contenedor_dropdown:has(:checked) {
    border: 1px solid var(--lf-colordest);
}

.zona_dropdown .contenedor_dropdown input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.zona_dropdown .contenedor_dropdown input[type="checkbox"]:checked + label > .arrow {
    transform: rotate(-135deg);
}

.zona_dropdown .contenedor_dropdown #dropdown_toggle {
    display: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zona_dropdown .contenedor_dropdown #dropdown_toggle:checked ~ .dropdown_content {
    display: block;
}

.zona_dropdown .contenedor_dropdown label {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 4px;
}

.zona_dropdown .contenedor_dropdown label .arrow {
    border: solid #6D7379;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: transform ease-in-out 0.3s;
}

.zona_dropdown .contenedor_dropdown .dropdown_content {
    list-style: none;
    padding: 0;
    display: none;
    margin: 8px 0 0;
    transition: transform ease-in-out 0.3s;
}

.zona_dropdown .contenedor_dropdown .dropdown_content li:first-child {
    border-top: 1px solid var(--lf-color-borde);
    padding-top: 20px;
}

.zona_dropdown .contenedor_dropdown .dropdown_content li {
    padding: 0px 0 15px 0;
}

/*banner intercalados en listado*/
.zona-banner-txt{
    height: 100%;
    width: 100%;
    padding:0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    border: 1px solid var(--lf-color-borde);
    text-align: center;
    line-height: 1;
    position: relative;
    z-index: -1;
    border:2px solid var(--lf-colordest);
    background: url('../images/fondo-party_lf.jpg') no-repeat;/*NUEVO*/
    background-size: cover;
    background-position: center;
}

/*.dark .zona-banner-txt{
    background: url('../images/confetti-tile.svg') repeat;
}*/

.zona-banner-txt p.l-size{font-size: 1.75em;}

.txt-porcentaje{
    color: var(--lf-colordest);
    font-family:var(--lf-fuente-secundaria);
    font-weight: 900;
    font-size: calc(40vw / 5);
    width: 100%;
    line-height: 0.7;
    margin: 0 auto;
   /* opacity: 0.8;*/
   text-shadow: 2px 0 var(--lf-blanco), -2px 0 var(--lf-blanco), 0 2px var(--lf-blanco), 0 -2px var(--lf-blanco), 1px 1px var(--lf-blanco), -1px -1px var(--lf-blanco), 1px -1px var(--lf-blanco), -1px 1px var(--lf-blanco);
}
.txt-porcentaje.text-shadow {
    text-shadow: 0px -3vh 0px rgba(var(--lf-colordest-rgb), 0.15), 0px -5vh 0px rgba(var(--lf-colordest-rgb), 0.1), 0px -7vh 0px rgba(var(--lf-colordest-rgb), 0.08);
    margin-top:40px;
}
.txt-descuento{
    /*background:url('../images/fondo-fans-trans.png') repeat;*/
    /*padding:5px;*/
    font-size: calc(11vw / 4);
    line-height: 1.2;
    font-weight: 800;
    /*margin-bottom: 10px;*/
    width: 100%;
    /*color:var(--lf-colorpromo);*/
    text-shadow: 2px 0 var(--lf-blanco), -2px 0 var(--lf-blanco), 0 2px var(--lf-blanco), 0 -2px var(--lf-blanco), 1px 1px var(--lf-blanco), -1px -1px var(--lf-blanco), 1px -1px var(--lf-blanco), -1px 1px var(--lf-blanco);
}
/*.txt-descuento p{opacity: 0.7}*/
.txt-hasta{
    font-family: var(--lf-fuente-secundaria);
    /*color:var(--lf-colordest);*/
    font-size: 1.5em;
    padding: 0 5px;
    text-shadow:
        2px 0 var(--lf-blanco),
        -2px 0 var(--lf-blanco),
        0 2px var(--lf-blanco),
        0 -2px var(--lf-blanco),
        1px 1px var(--lf-blanco),
        -1px -1px var(--lf-blanco),
        1px -1px var(--lf-blanco),
        -1px 1px var(--lf-blanco);
}

.gold{
   font-family: var(--lf-fuente-secundaria);
   font-size: 1.5em;
   line-height: 1;
 font-weight: bold;
  color:#c3a343;
    /*-webkit-text-fill-color: transparent;
    background: -webkit-linear-gradient(transparent, transparent),
    url(http://www.theblogmarket.co/wp-content/uploads/2015/11/GOLD-11.jpg) repeat;
    background: -o-linear-gradient(transparent, transparent);
    -webkit-background-clip: text;*/
 background-image: linear-gradient(0deg, #816718 14%, #efc443 45%); 
 background-clip: text; 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent; 
    /*text-shadow: 4px 0 #fff, -4px 0 #fff, 0 4px #fff, 0 -4px #fff, 2px 2px #fff, -2px -2px #fff, 2px -2px #fff, -2px 2px #fff;*/
}

.zona-banner-img, .zona-next-img{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    font-family: var(--lf-fuente-secundaria);
    font-size: 1.5em;
    line-height: 1
}
.zona-next-img.videobg{
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    height: auto;
}

.zona-next-img .aspect-ratio-box.banner-img {
    padding-top: 0px;
    height: 100%;
    z-index: -1;
}

.zona-next-img .overlay-flex-center {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(var(--lf-colordest-rgb), 0.8);
    z-index: 1;
    color: white;
    top: 0;
    left: 0;
    border-radius: inherit;
}

.zona-next-img .aspect-ratio-box.banner-img img,
.zona-next-img .aspect-ratio-box.banner-img .overlay-flex-center {
    border-radius: 8px;
}

.flecha-next{
    padding-left: 0.75rem !important;
}
.flecha-next img{
    width: 12px;
    border-radius:0px!important;
}


.zona-banner-video{
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    line-height: 0;
}

/*.zona-next-img{
    border: 1px solid #DFE3E8;
    border-radius: 8px;
    padding: 2px;
}*/

.texto-next{
    text-align:right;
    font-size: 1.25em;
    line-height: 1em;
    border-right:1px solid white;
    padding-top: 4px; padding-right:15px
}
.flecha-next{
    padding-left:10px;
}

.zona-banner-img p.l-size{font-size: 1.75em;}

.overlay-flex-center{
    position: absolute;
    height: 100%;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    color:white;
    top:0;
    left: 0;
}

.img-40{
    width: 40px;
}

@media (min-width: 2891px) {
     .txt-porcentaje{font-size: calc(25vw / 5);}
     .txt-descuento{font-size: calc(3vw / 2);}
     .txt-hasta{font-size: 2em;}
}
@media (min-width: 1921px) and (max-width: 2890px) {
     .txt-porcentaje{font-size: calc(30vw / 5);}
     .txt-descuento{font-size: calc(3vw / 2);}
     .txt-hasta{font-size: 2em;}
}
@media (min-width: 1501px) and (max-width: 1920px) {
     .txt-porcentaje{font-size: calc(40vw / 5);}
     .txt-descuento{font-size: calc(10vw / 5);}
     .txt-hasta{font-size: 2em;}
}
@media (min-width: 1500px) {
    /*.txt-porcentaje{font-size: calc(11rem * 0.8 / 1);}*/
    .zona-banner-img{font-size: 2em;}
}
@media (max-width: 1199px) {
    .txt-porcentaje{font-size: calc(100vw / 6);}
    .txt-descuento{font-size: calc(10vw / 2);}
    .txt-hasta{font-size: 1.85em;}
}
@media (max-width: 520px) {
    .txt-porcentaje.text-shadow{
        text-shadow: 0px -2vh 0px rgba(var(--lf-colordest-rgb), 0.15), 0px -4vh 0px rgba(var(--lf-colordest-rgb), 0.1), 0px -6vh 0px rgba(var(--lf-colordest-rgb), 0.08)
    }
    .txt-descuento{font-size: calc(12vw / 2);}
    .txt-hasta{font-size: 1.25em}
    .texto-next{
        font-size: 1em;
    }
}
@media (max-width: 359px) {
    .zona-banner-img, .zona-banner-txt{min-height: 350px;}
    .txt-porcentaje{font-size: calc(100vw / 3);}
}

.texto-promo-arriba{
    text-shadow: 2px 0 var(--lf-blanco), -2px 0 var(--lf-blanco), 0 2px var(--lf-blanco), 0 -2px var(--lf-blanco), 1px 1px var(--lf-blanco), -1px -1px var(--lf-blanco), 1px -1px var(--lf-blanco), -1px 1px var(--lf-blanco);
    font-weight: 800;
    font-size: calc(0.8em + 1.5vw);/*El tamaño mínimo será de 0.8em y se le irá agregando el 1.2% del valor del ancho.*/
}

.texto-promo-arriba span{
    font-size: calc(1.4em + 1.75vw);
}

.texto-promo-abajo{
     text-shadow: 2px 0 var(--lf-blanco), -2px 0 var(--lf-blanco), 0 2px var(--lf-blanco), 0 -2px var(--lf-blanco), 1px 1px var(--lf-blanco), -1px -1px var(--lf-blanco), 1px -1px var(--lf-blanco), -1px 1px var(--lf-blanco);
     font-family: var(--lf-fuente-secundaria);
     font-weight: 400;
     font-size: calc(0.7em + 1vw);/*El tamaño mínimo será de 0.7em y se le irá agregando el 1% del valor del ancho.*/
}

@media (max-width: 1199px) {
    .texto-promo-arriba{font-size: calc(0.80em + 2.2vw);}
    .texto-promo-abajo{font-size: calc(0.7em + 2vw);}
}

@media (max-width: 499px) {
    .texto-promo-arriba{
        font-size: calc(1.525em + 1.2vw);
        /*margin-bottom: 8px;*/
    }
    .texto-promo-abajo{font-size: calc(1.075em + 1.2vw);}
}

.max-width-carrousel{
    max-width: 260px;
}

.zona-countdown{
    /*height: 104px;*/
    /*border-radius: 10px;*/
    max-width: 700px;
    /*background-color: rgba(0,0,0,0.8);*/
    /*padding:15px 15px;*/
    font-size:2em;
    font-weight: bold;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    color:var(--lf-color-promo);
    /*box-shadow: 0px 0px 40px var(--lf-color-promo);*/
    margin:0 auto 40px auto;
    /*background: linear-gradient(#000, #003a00) padding-box, linear-gradient(to right, #20cf24, #ffe17a) border-box;*/
    /*border: 1px solid var(--lf-color-promo);*/
}
.zona-countdown span{font-size:0.625em; font-weight:normal; color:var(--lf-color-title)}
.zona-countdown div{min-width:90px; line-height: 1; text-align: center; padding:5px 10px; background: rgba(0,0,0,0.8); border-radius:6px; border:1px solid #737373; }

.zona-ano{position: absolute; top:0; right:30%; z-index: 1;}

@media (max-width: 1500px) {
    .zona-ano{position: absolute; top:0; right:20%; z-index: 1;}
}

@media (max-width: 1200px) {
    .zona-ano{position: absolute; top:0; right:10%; z-index: 1;}
    .zona-fondo-top{background:#000 url('../images/fondo-fans-tablet.jpg') center center no-repeat;background-size: cover;}
}

@media (max-width: 991px) {
    .zona-ano{position: static; top: auto; right:auto;}
    .zona-countdown{height: 72px; font-size:1.3em; max-width: 600px;border-width: 2px}
    .zona-countdown span{font-size:0.6875em;}
    .zona-logos{flex-direction: column; justify-content: center; align-items: center;}
    .zona-countdown{margin:0 auto 20px auto;line-height: 1;}
    .max-width-bono{max-width: 150px}
    .contenedor-full-tablet-movil{width:100%;padding-right:0px;padding-left:0px;margin-right:auto;margin-left:auto; position:relative}
    .zona-fondo-top{ margin-top: 0px; border-radius: 0px}
}
@media (max-width: 768px){
    /*.zona-logos{flex-direction: column;}*/
    .max-width-bono{max-width: 150px}
    .zona-countdown div{min-width:70px;}
    .contenedor-full-movil{width:100%;padding-right:0px;padding-left:0px;margin-right:auto;margin-left:auto; position:relative}
}

@media (max-width: 480px){
    .zona-fondo-top{background:#000 url('../images/fondo-fans-movil.jpg') center center no-repeat;background-size: cover; /*padding:40px 0;*/ margin-bottom:30px;}
    .img-categoria{height: 23px}
}

.icono-top{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom:-20px
}

/*imagen cualquier tamaño crop redonda*/
.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;
}

@media (min-width: 360px) and (max-width:640px) {
    .aspect-ratio-box.movil-height{height: 300px;}
}

.aspect-ratio-box.banner-img{
    padding-top: 0px;
    height: 100%;
    z-index: -1;
    margin-bottom: 0px;
}

.aspect-ratio-box.banner-img img, .aspect-ratio-box.banner-img .overlay-flex-center{
    border-radius: 0px;
}

.aspect-ratio-box.banner-img.conborde img{
    border:2px solid var(--lf-colordest)
}

.aspect-ratio-box.banner-video {
    padding-top: 0px;
    height: 100%;
    z-index: 1;
    margin-bottom: 0px;
}

.aspect-ratio-box.banner-video video {
    object-fit: cover;
    height: 100%;
}

.aspect-ratio-box.banner-video .overlay-flex-center-play {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    display: none;
}

.aspect-ratio-box.banner-video:hover .overlay-flex-center-play {
    display: flex;
}

.aspect-ratio-box.confondo{background:rgba(0,0,0,0.5);background-position: center center; background-size: cover; border-radius:8px;}
.aspect-ratio-box.confondo:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right,#000,#000);
    opacity: .6;
    border-radius:8px;
}
.aspect-ratio-box.img-borde:hover{border-color:var(--lf-negro)}

.degradado-abajo-imagen {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    border-radius: 0px 0px 0px 0px!important;
    -moz-border-radius: 0px 0px 0px 0px!important;
    -webkit-border-radius: 0px 0px 0px 0px!important;
}

.degradado-abajo-imagen-colordest {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    z-index: 1;
    background-image: linear-gradient(to bottom, rgba(var(--lf-colordest-rgb), 0), rgba(var(--lf-colordest-rgb), 0.8));
    border-radius: 0px 0px 0px 0px!important;
    -moz-border-radius: 0px 0px 0px 0px!important;
    -webkit-border-radius: 0px 0px 0px 0px!important;
}

.cropped-image-rounded {position: absolute; height: 100%; width: 100%; top: 0; left:0px; border-radius: 50%; object-fit: cover; object-position: center center;}
.cropped-image-square {position: absolute; height: 100%; width: 100%; top: 0; border-radius: 0px; object-fit: cover; object-position: center center;}

.img-centrada{position: absolute;top: 45%; left: 50%; transform: translate(-50%, -50%);}
.cropped-image-sobrefondo {height: 100%; width: 100%; min-width: 100px; border-radius: 50%; object-fit: cover; object-position: center top; box-shadow: 0px 3px 6px #00000066;}
.cropped-image-imgperfil {height: 80px; width: 80px; min-width: 80px; border-radius: 50%; object-fit: cover; object-position: center top; box-shadow: 0px 3px 6px #00000066;}

.txt-abajo-izq {position: absolute; left:10px; right: 10px; bottom:5px; z-index: 2}
.txt-abajo-cen {position: absolute; left:10px; right: 10px; bottom:5px; z-index: 2}

.zona-detalle-foto{display: block; margin:0px auto 15px auto; width: 80px; height: 80px;}
.zona-detalle-foto img{
    box-shadow: 0px 2px 4px #2D323729;
    border: 2px solid #FFFFFF;
}
.zona-detalle-foto.l-size{
    margin:0px; width: 100px; height: 100px;
}
.zona-detalle-foto.l-size img{
    box-shadow: 0px 3px 6px #00000029;
    border: 4px solid #FFFFFF;
}

.zona-detalle-foto .punto-verde{
    top: 6px;
    left: 14px;
    width: 12px;
    height: 12px;
}

.zona-img-der{position: relative; top:-8px}
.zona-img-der img{width: 200px!important;}

@media (min-width: 1500px) {
    .cropped-image-sobrefondo {min-width: 200px;}
    .txt-abajo-izq{left:15px; bottom:15px}
    .zona-detalle-foto{width: 100px; height: 100px;}
}

/*video*/
.zona-img-video {
    position: relative;
}

.zona-img-video .overlay {
    background: rgb(0,0,0,0.1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.zona-img-video .play {
    width: 30px;
}

.zona-img-video .duracion-video {
    background: rgba(0, 0, 0, 0.6);
    font-size: 1em;
    line-height: 1em;
    color: white;
    padding: 4px 5px;
    display: flex;
    gap: 4px;
    align-items: center;
    margin: 0 4px;
    min-height: 18px;
    border-radius: 4px;
}

.zona-img-video .duracion-video img {
    width: 16px;
}

.zona-img-video img.caratula {
    position: absolute;
    top: 0;
    height: 100%;
    object-fit: contain;
    object-position: top;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    z-index: 2;
}

.zona-txt-video {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
}

.zona-txt-video .img-perfil {
    position: relative;
}

.zona-txt-video .img-perfil .img-size {
    width: 48px;
    height: 48px;
}

.zona-txt-video .img-perfil .img-size .decoration {
    box-shadow: 0px 1px 2px #2D323759;
    border: 2px solid var(--lf-fondoweb);
}

.zona-txt-video .txt-perfil, .txt-perfil {
    font-size: 0.9375em;
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 0.3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.dark .zona-txt-video .img-perfil .img-size .decoration {
    box-shadow: 0px 1px 2px #ffffff59;
}

.foto-16-9{
    width: 100%;
    padding-top: 56.25%; /*o también se puede poner "aspect-ratio: 16 / 9;" abajo explicado */
    overflow: hidden;
}
.fondo-blur-video {
    position: absolute;
    width: 20%;
    height: 20%;
    filter: blur(1px);
    left: 50%;
    top: 50%;
    transform: scale(6);
    opacity: 0.5;
    background: center center / cover no-repeat;
}
@media (max-width: 991px) {
    .zona-txt-video .txt-perfil, .txt-perfil {
        font-size: 0.8em;
    }
    .zona-img-video .duracion-video {
        font-size: 0.75em;
    }
    .zona-img-video .duracion-video img {
        width: 12px;
    }
}

.videos-mb{
    margin-bottom:20px;
}
.videos-mb.splide--slide{
    margin-bottom:0px;
}

.ultimos-videos2{
    margin-top:20px;
}

/*slide*/
html:has(.splide--slide), body:has(.splide--slide) { 
    overflow-x: hidden;
}/*hack para slider porque en dispositivos Apple con versiones inferiores a la 15 no hace bien el overflow*/

#app:has(.splide--slide){
    overflow-x:hidden/*;añadido para que funcione el slider*/
}

.splide__track {
    overflow: visible!important;
}/*hace que se vea el slide de la derecha de todo*/

@media (min-width: 340px) and (max-width:520px) {
    .splide--slide .txtinfo{
        font-size: 0.685em;
    }
}

/*listado*/
.zona-listado{margin:0px auto 0px auto; position: relative; max-width: auto; color:white; cursor: pointer}
.zona-listado p{text-align: center;}
.zona-nombre-perfil{display:flex; justify-content: center; gap:4px;}
.img-borde{border: 2px solid var(--lf-colordest);}
.img-borde.blanco{border-color: white;}
.mini-ico.s-size{width:24px;}
.mini-ico.xs-size{width:12px;}

.max-width-extra{max-width: 400px}

.linea-separacion{
    width:40px;
    height: 2px;
    background: var(--lf-colordest);
    display: block;
    margin: 20px auto;
}

.punto-verde{
    position:absolute;
    top: 5px;
    left: 3px;
    z-index: 2;
    width: 8px;
    height: 8px;
    border-radius:14px;
    background: #3FB848;
    /*box-shadow: -1px 0 #3FB848, 0 1px #3FB848, 1px 0 #3FB848, 0 -1px #3FB848;*/
    border: 1px solid #43ec4f;
    transform: scale(1);
    /*animation: pulse 2s infinite;*/ /* invalidada animación*/
}



@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(196, 239, 23, 0.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(196, 239, 23, 0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(196, 239, 23, 0);
    }
}
.punto-verde.sobre-img-centrada{top:10%; left:10%; box-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;}

@media (min-width: 360px) and (max-width:520px) {
    .punto-verde{top:5%; left:5%;}
    .punto-verde.sobre-img-centrada{top:10%; left:5%;}
    .listado-perfiles:nth-child(odd) {
    padding-left: 5px;
    }
    .listado-perfiles:nth-child(even) {
        padding-right: 5px;
    }
}

/*stories*/
.zona_stories{
    
    display:flex;
    gap:8px;
}
    
.contenedor_story {
    height: 80px;
    width: 80px;
    position: relative;
}

.contenedor_story .foto_contenido {
    position: absolute;
    height: 80px;
    width: 80px;
    top: 0;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    box-shadow: 0px 3px 6px #00000029;
    border: 2px solid var(--lf-fondoweb);
    padding: 1px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contenedor_story .foto_contenido:hover {
    border-color: var(--lf-colordest);
}

.contenedor_story .punto-verde {
    position: absolute;
    top: 8px;
    left: 8px;
}


/*detalle perfil*/
.zona-listado.perfil{cursor: default;margin:8px auto 8px auto; max-width: 568px;}

.contenedor_foto {
    width: 100%;
    height: 0;
    padding-top: 70%;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.contenedor_foto.redondo {
    border-radius: 8px !important;
}

.contenedor_foto .foto_contenido {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    border-radius: inherit;
    object-fit: cover;
    object-position: center top;
}

.contenedor_foto .degradado_foto_contenido {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: inherit;
    background: transparent linear-gradient(180deg, rgba(0,0,0,0.8) 0%, var(--lf-colordest) 100%) 0% 0% no-repeat padding-box;
    opacity: 0.8;
}

.contenedor_foto .info-contenido {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 3;
    color: white;
    top: 0;
    left: 0;
    padding: 10px;
}

.contenedor_foto .info-contenido img {
    width: 32px;
    margin-bottom: 14px;
}

.contenedor_foto .info-contenido p {
    font-size: 1em;
    font-weight: 600;
}

/*FLIP CARDS*/
.flip-zone {
    height: 100%;
    width: 100%;
    perspective: 800px;
    transition: all 0.3s ease 0s;
}
.flip-zone:hover .card {
  transform: rotateY( 180deg);
}
.card {
    transform-style: preserve-3d;
    transition: transform 0.6s ease 0s;
    width: 100%;
    height: 100%;
    position: relative;
}
.card .front {
    z-index: 1;
}
.card .front,
.card .back {
    backface-visibility: hidden;
    height: 100%;
    width: 100%;
}
.card .back {
    transform: rotateY( 180deg);
}
.card .back {
    position: absolute;
    top: 0;
    left: 0;
    padding:10px 15px;
    border: 1px solid var(--lf-color-borde);
    background: var(--lf-fondoweb);
    transition: all 0.2s ease 0s;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    z-index: 2;
}

.card .footer{
    padding: 15px 10px;
    color:var(--lf-color-principal);
    background: var(--lf-fondoweb);
    border-radius: 0px 0px 8px 8px;
}

.card.redondo{
    border-radius:8px!important;
    border:1px solid var(--lf-color-borde);
    margin-bottom:20px;
}
.card.redondo .aspect-ratio-box .cropped-image-square{
    border-radius: 8px 8px 0px 0px !important;
}

.splide--slide .card.redondo{
    margin-bottom: 0px;
}

/*loader*/
.zona-loader{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin:20px auto;
    position: relative;
}

.spinner-border {
    -webkit-animation: spinner-border 1s linear infinite;
    animation: spinner-border 1s linear infinite;
}
.spinner.xxl-size {
    width: 80px;
    height: 80px;
}
.spinner-border.colordest {
    border: .17em solid var(--lf-colordest);
    border-right-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

/*Listado horizontal*/
/*badges*/
.badge{padding: .2em .45em;}
.badge.verde{
    background-color: var(--lf-verde);
    line-height: 0.75em;
    text-shadow: 0px 1px 1px #00000066;
}

/*listado horizontal*/
.zona-listado-horizontal{
    position: relative; max-width:400px; color:white; cursor: pointer; border-radius: 8px;;
}

.zona-listado-horizontal.conborde{
    border: 1px solid var(--lf-color-borde);
}

.aspect-ratio-box2 {
    display: flex;
    align-items: center;
    width: 100%;
    height: 224px;
    position: relative;
    
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    background-position: center center;
    background-size: cover;
    border-radius: 8px 8px 0px 0px!important;
    -moz-border-radius: 8px 8px 0px 0px!important;
    -webkit-border-radius: 8px 8px 0px 0px!important;
}

.degradado-abajo-imagen2 {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 80px;
    z-index: 0;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.top10{
    position: absolute;
    right:-1px;
    top:-1px;
    background: var(--lf-colordest);
    padding: 5px 5px 0px 5px;
    font-size: 1em;
    line-height:0.95;
    text-align: center;
    font-family: var(--lf-fuente-secundaria);
    border-radius:8px;
    color:white;
}
.top10 span{font-size:1.25em}

.zona-tarifa{
    background: linear-gradient(90deg, var(--lf-degradado-tarifa-inicio) 0%, var(--lf-degradado-tarifa-fin) 36%);
    padding:8px 15px;
    border-radius: 0px 0px 8px 8px!important;
    -moz-border-radius: 0px 0px 8px 8px!important;
    -webkit-border-radius: 0px 0px 8px 8px!important;
    border:1px solid var(--lf-fondoweb);
    border-top:none; 
}

.zona-estado-perfil {
    bottom: -6px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translate(-50%, 0); 
}

.zona-botones-abajo{
    position: absolute;
    right:16px;
    bottom:16px;
    z-index: 2;
    display: flex;
    gap: 16px;
}

.boton.circulo {
    border-radius: 50%;
    width: 48px!important;
    height: 48px!important;
    background-color: var(--lf-fondo-rojo-bt);
    border:1px solid var(--lf-borde-rojo-bt);
    display: flex;
    justify-content: center;
}
.boton.circulo img{width: 16px}
.boton.circulo:hover{background-color: var(--lf-borde-rojo-bt-hover);}
.boton.circulo:focus{background-color: var(--lf-borde-rojo-bt);}

.boton.circulo:focus img{filter: var(--lf-filter-blanco);}


.barra-dto{
    width: 100%;
    height: 20px;
    margin:5px 0;
}
.barra-dto.es{
    background: url('../images/barra-dto-lf-es.png') repeat left center;
}
.barra-dto.en{
    background: url('../images/barra-dto-lf-en.png') repeat left center;
}
.barra-dto.down{
    background-position: center center;
}

/*Texto Repetitivo*/
.contenedor-texto-repetitivo {
  width: 100%;
  height: 20px; /* Ajusta según necesites */
  display: flex;
  align-items: center;
  overflow: hidden;
  background: url('../images/fondo-fans-trans.png') repeat left center;
  margin:5px 0;
}

.texto-repetitivo {
  display: flex;
  white-space: nowrap;
  /*animation: scroll-text 1110s linear infinite;*/
}

.texto-repetitivo-item {
  color: white;
  font-weight: bold;
  font-size: 0.875em; 
  padding: 0 5px; /* Espacio entre cada repetición */
}

.texto-repetitivo-item:nth-child(odd) {
  color: white;
}

.texto-repetitivo-item:nth-child(even) {
  color: var(--lf-blanco);
  opacity: 0.5;
}
.contenedor-texto-repetitivo.offset .texto-repetitivo {
  transform: translateX(-150px); /* Ajusta según el ancho de los elementos */
  /*animation: scroll-text 2110s linear infinite;*/
}

/*animación*/
.contenedor-texto-repetitivo.scroll-text .texto-repetitivo {
  animation: scroll-text 1110s linear infinite;
}
.contenedor-texto-repetitivo.scroll-text.offset .texto-repetitivo {
  animation: scroll-text 2110s linear infinite;
}

@keyframes scroll-text {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/*vídeo*/
.zona-detalle-video{
    height: 100%;
    min-height: 750px;
}
.borde-detalle-video{
    height:100%;
    border-left:1px solid var(--lf-color-borde);
    border-right:1px solid var(--lf-color-borde);
}
.col-detalle-video{
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-right: 1px solid var(--lf-color-borde);
}
.col-suscripcion-video{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: var(--lf-colordest) url(../images/play-buttom.svg) no-repeat center center;
    background-size: cover;
    cursor: pointer;
    z-index: 5;
    border-radius: 50%;
}

.video-content{
    position: absolute;
    z-index: 1;
    display: block;
    height: 100%;
    top: 0;
    object-fit: contain;
}

.video-16-9{
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
}

@media (max-width: 1800px) {
    .zona-detalle-video{min-height: 650px;}
}

@media (max-width: 1400px) {
    .zona-detalle-video{min-height: 600px;}
}

@media (max-width: 1200px) {
    .zona-detalle-video{min-height: 550px;}
}

@media (max-width: 991px) {
    .zona-detalle-video{min-height: auto; height: auto}
    .borde-detalle-video {height: auto;}
    .col-detalle-video {
        padding-top:20px;
        padding-bottom:30px;
        border-bottom:4px solid var(--lf-color-borde);
        border-right:none;
    }
    .col-suscripcion-video{
        padding-top:30px;
        padding-bottom:30px;
        border-top:4px solid var(--lf-color-borde);
    }
}
@media (max-width: 768px) {
    .borde-detalle-video{
        border-left:none;
        border-right:none;
    }
}

/*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-sombra{filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));}

/*LISTAS*/
ul.filtar {padding:0px; list-style: none;}
ul.filtrar li{display: flex; -webkit-box-align: center; align-items: center; position: relative; padding: 10px 12px; cursor: pointer;}
ul.filtrar li:hover{background:rgba(0,0,0,0.03);}
ul.filtrar li:last-child, ul.filtrar li:last-child:hover{background: transparent; display: flex; justify-content: right;}

ul.compartir{padding: 0px; margin: 0px 15px; list-style: none;}
ul.compartir li{display: flex; -webkit-box-align: center; align-items: center; position: relative; padding: 10px 12px; cursor: pointer; border-bottom: 1px solid rgba(22, 24, 35, 0.12);}
.dark ul.compartir li{border-bottom: 1px solid rgba(255, 255, 255, 0.12);}
ul.compartir li:last-child{border-bottom:0px solid white;}
ul.compartir li:hover{background:rgba(0,0,0,0.03);}
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*/
.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.loverfans-modal{border:3px solid var(--lf-rosa); border-radius:16px}
.contenido-modal.comentarios-modal{border-radius:16px}
.header-modal img {max-width: inherit;}

/*FOOTER*/
footer{background:var(--lf-fondofooter);/*box-shadow: 0px 0px 12px #DF385629;*/ padding: 30px 0 30px 0; border-top:1px solid var(--lf-color-borde);border-bottom: none;}
.dark footer {box-shadow:none; border-top:0px solid #d1d1d1}

.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; color:var(--lf-gris-oscuro); font-weight:500; line-height: 1.6em; padding:1px 0 0 10px; 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:15px}
	.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;}

    /*IMPORTANTE NO BORRAR ESTAS DOS CLASES*/
    /*.detalle-perfil footer{padding-bottom:80px;} poner esto en la versión en DEVELOP*/
     footer.detalle-perfil{padding-bottom:80px;}/*poner esto en la versión en MAQUETACIÓN*/
}

/*footer fixed*/
.contenedor-fixed-bottom{padding: 5px 0px; display: flex; position: relative; width: 100%; margin-top: 70px;}
.footer-fixed {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid var(--lf-color-borde);
    /*height: 60px;*/
    width: 100%;
    bottom: 0px;
    position: fixed;
    -webkit-box-align: center;
    align-items: center;
    background: var(--lf-fondoweb);
    z-index: 50;
}

@media (max-width: 991px) {
    .contenedor-fixed-bottom{margin-top: 160px;}
}

/*paginación*/
.pagina-link {color: var(--lf-color-principal); background-color: var(--lf-fondoweb); border: 1px solid var(--lf-color-borde);}
.pagina-link:hover {color: var(--lf-colordest); background-color: var(--lf-fondoweb); border: 1px solid var(--lf-color-borde);}

.pagina-item.active .pagina-link {
    color: #fff;
    background-color: var(--lf-colordest);
    border-color: var(--lf-colordest);
}

/*==============================
             Botones
==============================*/

.boton.height{height: 40px; padding: 11px 15px; line-height: 1}
.boton.max-width{max-width: 352px}
.bonto.s-size{font-size: 0.9375em !important;}

.boton.verde {background: #3FB848;font-size:1em;color: #fff;font-weight:600; border-radius:127px; margin:0 auto;display: block;}
.boton.verde:hover, .boton.verde.active{background-color:#3FB848; color: #fff;}
.boton.verde.bordered, .boton.verde.bordered:hover, .boton.degradado.bordered.active {border:1px solid #3FB848; color: #3FB848; background:transparent}

.boton.colordest {background: var(--lf-colordest); font-size:1em; color: var(--lf-colordest-txt)!important;font-weight:400; border-radius:127px; width:95%;margin:0 auto;display: block;}
.boton.colordest:hover, .boton.colordest.active{background-color:var(--lf-colordest); color: var(--lf-colordest-txt)!important;}
.boton.colordest.bordered, .boton.colordest.bordered:hover, .boton.colordest.bordered.active {border:1px solid var(--lf-colordest); color: var(--lf-colordest); background:transparent}

.boton.transparente{color:var(--lf-color-principal); background-color:transparent; border-color:transparent; font-weight: 500}
.boton.transparente:focus,.boton.transparente.focus{color:var(--lf-color-principal); background-color:transparent; border-color:transparent}
.boton.transparente:hover{color:var(--lf-color-principal); background-color:transparent; border-color:transparent}

@media (max-width: 640px) {
    .boton.verde{font-size: 0.875em; width: 100%; /*padding:8px*/}
}

/*==============================
			Textos
==============================*/

.borde-negro-txt{
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.title{
    font-family:var(--lf-fuente-secundaria);
    font-size:2.45em;
    color:var(--lf-color-title);
    line-height: 1;
    letter-spacing: 0.8px;
}

.title.promo{
    font-family:var(--lf-fuente-terciaria);
    font-size:3.4375em;
    color:var(--lf-blanco);
    line-height: 1;
    margin-bottom:20px;
}
.subtitle.promo{
    position:relative;
    font-family:var(--lf-fuente-primaria);
    font-size:1.6875em;
    line-height: 1;
    letter-spacing: 0px;
    color: var(--lf-blanco);
}

.subtitle{
    position:relative;
    font-family:var(--lf-fuente-secundaria);
    font-size:2.5em;
    line-height: 1;
    letter-spacing: 0px;
    color: var(--lf-color-principal);
    margin-bottom: 20px;
}
.subtitle.noleft{
    left:-15px;
}

@media (max-width: 1200px) {
    /*.title{font-size:  1.75em; line-height: 1;}*/
}
@media (max-width: 991px) {
    .subtitle{font-size:  2em; left:0px}
    .subtitle.noleft{
        left:0px;
    }
    .title.promo{
        font-size: 3.25em;
    }
}

@media (max-width: 640px) {
    .title{font-size: 2em}
    .title.promo{
        font-size: 2.125em;
        margin-bottom:15px;
    }
    .subtitle {
        font-size: 1.45em;
    }
    .subtitle.promo {
        font-size: 1.0625em;
        line-height: 1.2em;
    }
    .s-size-mobile{
        font-size: 0.875em;
    }
}

.txtmin.l-size{font-size: 0.875em;}
.txtmin{font-size: 0.8125em; text-decoration: none;line-height:1.231em;}
.txtmin.tarifa{font-size: 0.8125em; color:var(--lf-verde); font-weight: 600}
.txtmin span.tarifa-antes{color:var(--lf-gris-oscuro);text-decoration: line-through; font-weight: normal; margin-left:2px; opacity: .8}
.txtmin.s-size{font-size:0.75em;}
.txtmin.xs-size{font-size:0.6875em;}
.txtmin.active{color:var(--lf-colordest);}

.tarifa{
    font-size: 0.8125em; color:var(--lf-verde); font-weight: 600
}
.footer .tarifa{font-size: 1em}
.tarifa .antes {
    color:var(--lf-color-principal);
    font-weight: normal;
    text-decoration: line-through !important;
    text-decoration-color: red !important;
    font-size: 0.9375em;
}

.descuento {overflow: hidden;text-align: center;font-size: 0.75em;font-weight: bold;color: var(--lf-colordest);margin-top: 8px}
.descuento::before,
.descuento::after {
  background-color: var(--lf-colordest);
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.descuento::before {right: 0.5em; margin-left: -50%;}
.descuento::after {left: 0.5em; margin-right: -50%;}

.info-descuento{
    position: absolute;
    z-index: 1;
    right: 10px;
    top: 10px;
    border-radius:6px;
    padding: 5px;
    font-size: 1em;
    line-height: 1;
    color:var(--lf-white);
    background: var(--lf-colordest);
}

.zona-descuento{
    display: block;
    padding:10px 5px;
    text-align: center;
    font-size: 0.875em;
    border-radius:8px;
    width: 95%;
    margin:10px auto 0 auto;
}
.zona-descuento.fondo-verde-trans{
    background: rgba(63,184,72, 0.13);
    color:var(--lf-verde);
}

.zona-descuento.fondo-colordest-trans{
    background: var(--lf-fondo-colordest-trans);
    color:var(--lf-colordest);
}

@media (max-width: 640px) {
    .info-descuento{
        font-size: 0.875em;
    }
    .zona-descuento{
        font-size: 0.75em;
    }
}

.txtprofile{font-size:0.875em;/*text-shadow: 0px 1px 2px #0000008F;*/}
.txtprofile.inside{font-size: 1em; font-weight: bold}
.txtprofile.big {font-size: 1.125em; font-weight: 600}
.txtprofile.inside{font-size: 1.125em; font-weight: 600}
.txtprofile.detalle{color:var(--lf-colordest); text-shadow: none; font-size: 1.125em; font-weight: 600}

.txtinfo-perfil{
    font-size: 0.9375em;
    color: white;
    text-shadow: 0px 1px 2px #0000008F;
}

.txtinfo-nombre{
    font-size: 0.9375em;
    color:#6D7379;
}

/*texto descripción detalle perfil*/
.texto_descripcion input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.texto_descripcion p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 640px) {
  .texto_descripcion p {
    -webkit-line-clamp: 2;
    font-size: 0.875em;
  }
}

.texto_descripcion input:focus ~ label {
  outline: -webkit-focus-ring-color auto 5px;
}

.texto_descripcion input:checked + p {
  -webkit-line-clamp: unset;
}

.texto_descripcion input:checked ~ label {
  display: none;
}

/*separación en móvil info perfil*/
.sepright_fullmovil{
    padding-right:20px;

    @media (max-width: 720px) {
        width:100%; padding-right:0px;
    }
}

@media (min-width: 350px) and (max-width:520px) {
    .txtprofile{font-size: 0.8125em}
    .txtprofile.inside {font-size:0.875em;}
    .txtmin.tarifa {font-size: 0.875em;}
    .footer .tarifa{font-size: 0.835em;}
    .minpadding{padding:5px!important}
    .txtinfo{font-size: 0.75em;}
    .movil-perfil{
        gap: 4px !important;
        flex-direction: column;
        align-items: flex-start!important;
    }

}

.dark .txtprofile{color:white}
.dark .txtprofile.gris{color:var(--lf-gris)}
.txtbig{font-size:1.5em;}

.colordest {color:var(--lf-colordest)!important;}
.dorado {color:var(--lf-dorado)!important;}
.color-promo {color:var(--lf-color-promo)!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);}

.negro-blanco{color:var(--lf-negro-blanco);}
.blanco-negro{color:var(--lf-blanco-negro);}

.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;}