﻿/*
 * 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;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=Modak&display=swap');

/*
    font-family: 'Montserrat', sans-serif;
    font-family: 'Bebas Neue', system-ui;
    font-family: "Modak", serif;
*/

/*===================================
       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:'Modak', serif;
  
  --lf-colordest: #DF3856 /*loverfans*/;
  --lf-colordest-hover: #E4566F;
  --lf-colordest-active: #BE3049;
  --lf-colordest-txt:#fff;
  --lf-colordest-fill: #DF3856;
  --lf-colordest-borde-pale:#F2AFBB;
  --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:rgba(223,56,86,0.4);
  --lf-color-countdown:#fff;
  --lf-borde-countdown:rgba(255,255,255,0.4);

  --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:#e9de88;
  --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(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;}/*firefox*/

/*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;}/*firefox*/


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{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}


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);
}



/*=========================
          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%;
}


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.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:#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: 220px; 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: 768px){
	.logotipo {max-width:170px;}
}

.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("../images/mensaje-correcto.svg") center left 10px no-repeat; background-size: 26px 26px;}
.informacion {background-color:#6b7275; background:#6b7275 url("../images/mensaje-aviso.svg") 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;}
.informacion span, .informacion p{color:white !important;}
.informacion.sinicono{background:#6b7275; padding-left:15px;}

/*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;}

/*header*/
header{
	display: flex;
    justify-content: space-around;
    /*box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 1px;*/
    height: 60px;
    width: 100%;
    top: 0px;
    /*position: fixed;*/
    -webkit-box-align: center;
    align-items: center;
    /*background: var(--lf-fondoweb);*/
    z-index: 1000;
    padding:20px 0;
}

.dark header {box-shadow:none; /*border-bottom:1px solid #d1d1d1*/}

header.movil-version{z-index:900; background: rgba(0,0,0,0.6);}

.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:6px;
    /*margin-top: 20px;*/
    margin-bottom: 30px;
}

.contador{overflow: hidden; text-align: center;display: flex; align-items: center; justify-content: center;}
.contador::before,
.contador::after {
  background: var(--lf-color-promo);
  content: "";
  display: inline-block;
  height: 4px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.contador::before {right: -1px; margin-left: -50%;}
.contador::after {left: -1px; margin-right: -50%;}
.zona-countdown2{
    height: 96px;border: 3px solid var(--lf-color-promo); width: 450px; background: rgba(0,0,0,0.4); border-radius:50px; 
    padding:8px 15px; font-size:2em; font-weight: bold;display: flex; gap: 16px; align-items: center; justify-content: center; color:var(--lf-color-promo);
}
.zona-countdown2 span{font-size:0.625em; font-weight:normal; color:var(--lf-color-title);letter-spacing: 0.05em;}
.zona-countdown2 div{line-height: 1; text-align: center; padding:0 5px}

.zona-countdown{
    /*height: 104px;*/
    /*border-radius: 10px;*/
    max-width: 700px;
    /*background-color: rgba(0,0,0,0.8);*/
    /*padding:15px 15px;*/
    font-size:1.5em;
    font-weight: bold;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    color:var(--lf-amarillo);
    /*box-shadow: 0px 0px 40px var(--lf-color-promo);*/
    margin:0 auto 5px 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:70px; line-height: 1; text-align: center; padding:10px; background: rgba(0,0,0,0.8); border-radius:50%; border:0px solid #737373;
    box-shadow: 0px 0px 16px 3px rgba(255, 255, 0, 0.4);
}

@media (max-width: 768px) {
    .zona-logos{margin-top: 0px; margin-bottom:0px; flex-direction: column; gap: 16px;}
    .zona-countdown2{height: 60px; font-size:1.3em; max-width: 280px;border-width: 2px}
    .zona-countdown div{font-size:0.6875em; min-width:55px;}
}

/*nuevo*/

.redondo.borde-xl-size {
    border-radius: 20px !important;
    -moz-border-radius: 20px !important;
    -webkit-border-radius: 20px !important;
}

.linea-separacion{
    width:87px;
    height: 1px;
    background: var(--lf-colorpromo);
    display: block;
    margin: 20px auto;
}

.modal{
    border-color: var(--lf-colordest) !important;
}

.modal-body{
    margin-bottom: 40px;
}
.contenedor-fixed-bottom{padding: 5px 0px; display: flex; position: relative; width: 100%; margin-top: 35px;}
.footer-fixed {
    display: flex;
    justify-content: space-around;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
    /*height: 60px;*/
    width: 100%;
    bottom: 0px;
    position: absolute;
    -webkit-box-align: center;
    align-items: center;
    background: var(--lf-fondoweb);
    z-index: 1000;
}

.footer-fixed.promo{background: var(--lf-fondo-countdown); color:var(--lf-color-countdown); border-top:1px solid var(--lf-borde-countdown);}

.footer-countdown{position:relative; padding:8px 5px; font-size:1.25em; font-weight: bold;display: flex; gap: 6px; align-items: center; justify-content: center; max-width: 1670px; width: 100%; margin:0 auto;}
.footer-countdown span{font-size:0.6875em; font-weight:normal;}

.img-countdown-izq{
    position: absolute;
    left:15px;
    top:-20px;
}

.img-countdown-der{
    position: absolute;
    right:15px;
    top:-20px;
}
.bottom-countdown{
    width:100%;
    font-size:0.75em;
    padding:5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top:1px solid var(--lf-color-countdown); max-width: 90%;
}

.bottom-countdown .img-izq{
    position:absolute; left:-5px; top:-12px; z-index: 1; max-width: 24px;
}
.bottom-countdown .img-der{
    position:absolute; right:-5px; top:-12px; z-index: 1; max-width: 24px;
}

@media (max-width: 991px) {
    .contenedor-fixed-bottom{margin-top: 45px;}
}

.zona-title{
    background: rgba(223,56,86,0.4);
    display: flex;
     flex-direction: column;
    align-items: center;
    justify-content: center;
    margin:0px 50px 0px 50px;
    padding:15px 10px;
    border-radius: 6px;
}
@media (max-width: 768px){
    .zona-title{margin:20px 20px 0px 20px;}
}

/*fin nuevo*/

/*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));}


/*==============================
            MODAL
==============================*/

.modal-container{height: 100%; width: 100%; position: fixed; left: 0; top: 0; overflow-x: hidden; z-index: 1002; display: flex; background: rgba(0,0,0,0.4);}
.modal-zone{display: flex; -ms-flex-align: center; align-items: center; min-height: calc(100% - (.5rem * 2)); max-width: 768px; margin: 0 auto; z-index: 1001; position: relative;}

@media (min-width: 991px){
    .modal-zone{max-width:800px;}
}

.modal{
    overflow: auto; position: relative; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; width: 800px; pointer-events: auto; background-color: inherit; background-clip: padding-box; outline: 0;
    border-radius: 0px; background-color: var(--fa-fondomodal); margin: 5px 10px; box-shadow: var(--fa-sombra-modal);border:4px solid var(--lf-color-promo); color:white;
}
.darkfans .modal, .scatbook .modal{box-shadow: var(--fa-sombra-modal);}
.modal a,.modal a:hover,.modal a:focus{color:var(--fa-color-principal)}

.modal-header{
    padding: 3.5rem 0.5rem 0rem 0.5rem;
    position: relative;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    color:var(--fa-color-principal);
}
.modal-body{
    padding: 0rem 1.25rem 1.5rem 1.25rem; color:var(--fa-color-principal); border-bottom-left-radius: inherit; border-bottom-right-radius: inherit; /*max-height: calc(100vh - 150px); overflow-y: auto;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.modal-footer{padding: 0rem 1.25rem 1.5rem 1.25rem; background: var(--fa-fondomodal); border-bottom-left-radius: inherit; border-bottom-right-radius: inherit; color:var(--fa-color-principal)}

.modal-blur{position: fixed; top: 0; bottom: 0; left: 0; right: 0; -webkit-backdrop-filter: blur(25px); backdrop-filter: blur(25px); background-color: rgba(0,0,0,.7); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 999;}


.modal{background:black url('../images/fondo-modal-fans-pc.jpg') no-repeat top center; background-size: cover;}

@media (max-width: 768px){
    /*.modal{height:95%}*/
    .modal{width:328px;}
    .modal{background:black url('../images/fondo-modal-fans-movil.jpg') no-repeat top center; background-size: cover;}
}

/*===================================
                BOTONES 
=====================================*/

.sombra-zona-boton{box-shadow: inset 0 -35px 20px -19px #000000;}

.boton.height{height: 48px; padding: 11px 15px;}

.boton.verde {background: #3FB848; font-size:1.25em; line-height: 1.25em; color: #fff; font-weight:600; border-radius:127px;width:480px;margin:0 auto;display: block;}
.boton.verde:hover, .boton.verde.active{background-color:#3FB848; color: #fff;}
.boton.verde.bordered, .boton.verde.bordered:hover, .boton.verde.bordered.active {border:1px solid #3FB848; color: #3FB848; background:transparent}

.boton.degradado {background: transparent linear-gradient(180deg, #F2BB32 0%, #F28B32 100%) 0% 0% no-repeat padding-box; font-size:1.25em; color: #fff; font-weight:700;text-shadow: 0px 3px 6px #00000066; box-shadow: 0px 3px 6px #00000066; border-radius:127px; width:448px; margin:0 auto; display: block;}
.boton.degradado:hover, .boton.degradado.active{background-color:#88C025; color: #fff;}
.boton.degradado.bordered, .boton.degradado.bordered:hover, .boton.degradado.bordered.active {border:1px solid #88C025; color: #88C025; background:transparent}

@media (max-width: 790px){
    .boton.degradado, .boton.verde{width:220px; font-size: 1em; line-height: 1.5;}
}

/*==============================
			Textos
==============================*/

.title{
    color: var(--lf-blanco);
    font-size: 4em;
    font-weight: 900;
    font-family: var(--lf-fuente-principal);
    line-height: 1;
    text-align: center;
    text-shadow: 2px 0 var(--lf-colordest), -2px 0 var(--lf-colordest), 0 2px var(--lf-colordest), 0 -2px var(--lf-colordest), 1px 1px var(--lf-colordest), -1px -1px var(--lf-colordest), 1px -1px var(--lf-colordest), -1px 1px var(--lf-colordest);

}
.title.text-shadow{
    text-shadow: 0px -45px 0px rgba(255,255,255,0.20), 0px -65px 0px rgba(255,255,255,0.15), 0px -90px 0px rgba(255,255,255,0.1);
}

.title.esp{
    font-size: 3.5em;
}

.titpromo{
    font-family:var(--lf-fuente-terciaria);
    font-size:4.375em;
    color:var(--lf-blanco);
    line-height: 1;
    /*text-shadow: 0px 0px 8px var(--lf-colordest), 0px 0px 8px var(--lf-colordest);*/
    -webkit-text-stroke: 0.4px rgba(0 0 0 / 90%);
    letter-spacing: 0.8px;
    margin-bottom:20px;

    background-image: linear-gradient(180deg, #d1fe00 41%, #06f48c 73%); 
    background-clip: text; 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
}

.subtitle{
    position:relative;
    font-family:var(--lf-fuente-secundaria);
    font-size:2.5em;
    line-height: 1;
    font-weight: 400!important;
    font-weight: bold;
    letter-spacing: 0px;
    color: var(--lf-blanco);
    text-shadow: 2px 0 var(--lf-colordest), -2px 0 var(--lf-colordest), 0 2px var(--lf-colordest), 0 -2px var(--lf-colordest), 1px 1px var(--lf-colordest), -1px -1px var(--lf-colordest), 1px -1px var(--lf-colordest), -1px 1px var(--lf-colordest);
}
.subtitle.noleft{
    left:-15px;
}

@media (max-width: 768px) {
    .title{font-size: 2em;}
    .title.xxl-size{font-size:4em; line-height: 1;  margin:0 auto 0px auto;}
    .subtitle{font-size: 1.875em;}
    .titpromo{font-size:2.75em; margin-bottom: 0px}
    .title.eng{
        font-size: 4em;
    }
    .title.xxl-size.eng{
        font-size: 3em;
    }
}

.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.s-size span{font-size:0.875em; color:#31AE00; padding:1px 5px; background: white; border-radius: 16px; margin-left:2px}
.txtmin.xs-size{font-size:0.6875em;}
.txtmin.active{color:var(--lf-colordest);}

.txtprofile{font-size:0.875em; color:var(--lf-blanco);}
.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;}
.primavera {color:var(--lf-primavera)!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);}

.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;}