﻿/*
 * Descripción: CUSTOM
 * Copyright (c) 2024
*/

/*===================================
			Google Fonts 
=====================================*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/*
    font-family: 'Montserrat', sans-serif;
    font-family: 'Bebas Neue', system-ui;
*/


/*===================================
       Colores light / dark
=====================================*/


:root {
  --lf-body-font-size: 1em;
  --lf-body-font-weight: 400;
  --lf-body-line-height: 1.5;
  --lf-fuente-principal:'Montserrat', sans-serif, Arial, Helvetica;
  --lf-fuente-secundaria:'Bebas Neue', cursive, sans-serif;
  
  --lf-colordest: #F71953;
  --lf-colordest-rgb:247, 25, 83;
  --lf-colordest-hover: #E4566F;
  --lf-colordest-active: #BE3049;
  --lf-colordest-txt:#fff;
  --lf-colordest-fill: #F71953;
  --lf-filter-colordest: brightness(0) saturate(100%) invert(39%) sepia(55%) saturate(5848%) hue-rotate(330deg) brightness(91%) contrast(90%);
  --lf-filter-blanco: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7475%) hue-rotate(236deg) brightness(112%) contrast(100%);
  --lf-filter-negro:brightness(0) saturate(100%);
  --lf-filter-rojo: brightness(0) saturate(100%) invert(22%) sepia(89%) saturate(5878%) hue-rotate(9deg) brightness(88%) contrast(121%);
  --lf-filter-gris: brightness(0) saturate(100%) invert(59%) sepia(8%) saturate(10%) hue-rotate(324deg) brightness(94%) contrast(85%);

  --lf-gradient-right:transparent linear-gradient(270deg, #E02B2066 0%, #E02B2000 100%) 0% 0% no-repeat padding-box;
  --lf-gradient-left:transparent linear-gradient(-270deg, #E02B2066 0%, #E02B2000 100%) 0% 0% no-repeat padding-box;
  
  --lf-color-principal:#000;
  --lf-color-principal-hover:#000;
  --lf-color-principal-focus:#000;
  
  --lf-color-title:#333333;
  --lf-color-title-a:#333333;
  --lf-color-title-hover:#333333;
  --lf-color-title-focus:#333333;
  
  --lf-rojo:#E50C0C;
  --lf-rosa:#fc189a;
  --lf-magenta: #dd2350;
  --lf-verde:#3fb848;
  --lf-verde-rgb:63,184,72;
  --lf-verde-claro:#57bf93;

  --lf-verde-oscuro:#3FB848;
  --lf-verde-oscuro-hover: #3FB848;
  --lf-verde-oscuro-active: #32933A;
  --lf-verde-oscuro-txt:#fff;

  --lf-morado: #626ed4;
  --lf-purpura:#663399;
  --lf-granate:#c00b5d;
  --lf-amarillo:#ffcf35;
  --lf-azul: #3b7ddd;
  --lf-cian:#09c2de;
  --lf-light:#8D8D8D;
  --lf-dark:#3c3346;
  --lf-blanco: #fff;
  --lf-negro: #000;
  --lf-rosa:#fdc8d6;
  --lf-rosa-claro:#fcebee;
  
  --lf-gris:#A5A5A5;
  --lf-gris-oscuro:#8D8D8D;
  --lf-gris-claro:#c2c2c2;
  --lf-gris-clarito:#dfe3e8;

  --lf-borde-modal:#cecece;
  
  --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:transparent;
  --lf-fondomodal:#fff;
  --lf-fondoclaro:#f4f4f8;
  --lf-fondolight:#fcfcfd;
  --lf-fondoscuro:#2c2c34;
  --lf-fondofooter:#fff;

  --lf-fondofooter-fixed:rgba(0,0,0,0.8);;
     
  --lf-linea: rgba(0,0,0,0.16);
  --lf-linea-clara:#dbdcdc;
  
  --lf-compartir-hover:rgba(255,255,255,0.2);
 	
  --lf-titaba:#fff;
  --lf-titaba-a:#fff;
  --lf-titaba-hover:#fff;
  --lf-titaba-focus:#fff;
  
  --lf-txtaba:rgba(255,255,255,0.16);
  --lf-txtaba-a: var(--lf-colordest);
  --lf-txtaba-hover:var(--lf-colordest);
  --lf-txtaba-focus:var(--lf-colordest);
  
  --lf-borde-colder:#dbdfea;
  --lf-borde-colizq:#dbdfea;
  --lf-borde-colder-claro:rgba(255,255,255,0.16);
  --lf-fondo-colder:#f4f4f8;
   
  --lf-color-borde:#e5e9f2;
  
  --lf-form-txt:#000;/*new*/
  --lf-form-color: #8D8D8D;
  --lf-form-fondo: transparent;/*new*/
  --lf-form-fondo-option:#ffffff;
  --lf-form-borde: #DFE3E8;
  --lf-form-borde-hover:#8D8D8D;
  --lf-form-borde-active:#fff;
  --lf-form-txt-active:white;/*new*/
  --lf-form-disabled:#c2c2c2;
  
  --lf-form-label-top: #8D8D8D;
  --lf-form-label-top-active: #000;
  
  --lf-form-color-light: #364a63;
  --lf-form-fondo-light:#e9ecef;
  --lf-form-borde-light: #d3d9df;
  
  --lf-form-color-disabled:#fff;/*new*/
  --lf-form-fondo-disabled:transparent;/*new*/
  --lf-form-borde-disabled:#fff;/*new*/
  
}

.dark {
    --lf-fondoweb:transparent;
    --lf-fondofooter:#000;
    --lf-fondomodal:#000;/*#121212*/
    --lf-compartir-hover:#353637;
    --lf-color-principal:#fff;
	--lf-color-principal-hover:#fff;
	--lf-color-principal-focus:#fff;
	
	--lf-linea: rgba(255,255,255,0.16);	
	--lf-linea-clara:#3a3e41;

	--lf-form-txt:#DFE3E8;
	--lf-form-color: rgba(255,255,255,.7);
	--lf-form-fondo: transparent;
    --lf-form-fondo-option:#2c2c34;
    --lf-form-borde: #6D7379;
	--lf-form-borde-hover:#8D8D8D;
	--lf-form-borde-active:#fff;
	--lf-form-txt-active:#fff;
	--lf-form-disabled:#c2c2c2;
}


/*=========================
        Generales
=========================*/

/*scrollbar
::-webkit-scrollbar {width:6px; height:4px;}
::-webkit-scrollbar-track {background: transparent; border-radius:3px; margin-top:4px; margin-bottom:4px;}
::-webkit-scrollbar-thumb {background-color:rgba(22, 24, 35, 0.06); border-radius:3px;}
::-webkit-scrollbar-thumb:hover {background-color:rgba(22, 24, 35, 0.2);}
* {scrollbar-width: thin; scrollbar-color: rgba(22, 24, 35, 1) transparent;}*/

/*scrollbar
.dark::-webkit-scrollbar {width:6px; height:4px;}
.dark::-webkit-scrollbar-track {background: #31373c; border-radius:3px; margin-top:4px; margin-bottom:4px;}
.dark::-webkit-scrollbar-thumb {background-color:rgba(22, 24, 35, 1); border-radius:3px;}
.dark::-webkit-scrollbar-thumb:hover {background-color:rgba(22, 24, 35, 1);}
.dark * {scrollbar-width: thin; scrollbar-color: rgba(22, 24, 35, 1) #31373c;}*/

svg {max-width: inherit;}

.enlinea, .d-inline-block, .contenidos-enlinea{display:inline-block !important;}
.enbloque, .d-block{display:block !important}

strong, b{font-weight:700;}
.semibold{font-weight:600;}
.medium{font-weight:500;}
.normal{font-weight:400;}
.thin{font-weight:300;}

.mr-s-size{margin-right:.45rem !important}
.ml-s-size{margin-left:.45rem !important}
.mt-s-size{margin-top:.45rem !important}
.mb-s-size{margin-bottom:.45rem !important}
.mtb-s-size{margin:.45rem 0px !important}

.redondo{
    border-radius:8px !important; -moz-border-radius: 8px !important; -webkit-border-radius: 8px !important;
}

a{color:inherit; text-decoration:inherit;}
a:hover{color:inherit; text-decoration:inherit;}

a{color: var(--lf-color-principal);}
a:hover {color: var(--lf-color-principal-hover);}
a:focus {color: var(--lf-color-principal-focus);}

a.underline, .underline {
    border-bottom: 0px solid transparent;
    border-bottom-color: initial;
    display: inline;
    text-decoration: underline;
    text-underline-offset: 0.2em;
}

#dimensions {background:#000\9; background-color:rgba(0, 0, 0, 0.8); color: #fff;}

::selection { background:var(--lf-colordest);  color:var(--lf-colordest-txt);}
::-moz-selection { background:var(--lf-colordest); color:var(--lf-colordest-txt);}

.scrolltop{color:var(--lf-colordest-txt); background:var(--lf-colordest); border-radius:4px; padding:6px 12px;}

blockquote {
	color: var(--lf-color-principal);
    background-color: rgba(151,151,192,0.1);
    border-left: 3px solid var(--lf-colordest);
    border-radius:inherit;
}

.sombra {
    -webkit-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 4px 2px rgba(0,0,0,0.1);
}

.dark .sombra{box-shadow: 0px 2px 4px 2px rgba(255,255,255,0.1);}

/*=========================
          CUSTOM
=========================*/

/*body {min-height: 100vh; display: flex; flex-direction: column;}
body{height:auto}
footer {margin-top: auto;}*/

body.dark{
    background: transparent!important;
}



#app{
    height: 100%;
    display: flex;
    flex-direction: column;
}

.zona-modal{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
}

.modal-centrada{
    flex-direction: column;
    justify-content:center;
    padding: 15px;
}
.modal-centrada::before {
    display: block;
    height: 100%;
    content: "";
}

.contenido-modal {
    border:3px solid var(--lf-borde-modal);
}

.header-modal.fondo {
    background-image: url(../images/fondo-top_df.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.body-modal, .content-modal {

    background: inherit;
    padding: 0px;/*excepción en esta modal*/
}

.header-modal img {
    max-width: 206px;
}

.cerrar-modal {
    position: absolute;
    top: -10px;
    right: 5px;
    z-index: 1;
    font-size: 2em;
}

.zona-premios{
    display: flex;
    justify-content: center;
    background-image: url('../images/degradado_premios.png');
    background-repeat: repeat;
    background-size: auto;
    background-position: left;
}

.footer-modal.countdown{
    border-top: 2px solid #6f7071;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 0.75em;
    
}
.footer-modal.countdown div:first-child{
    font-weight: 600;
}
.cuenta-atras{
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.cuenta-atras span{
    font-size: 1.5em;
    font-weight: 600;
}
@media (max-width: 400px) {
    .footer-modal.countdown{
        gap:15px
    }
}

/*==============================
            Botones
==============================*/

.boton{position:relative;}
.boton.redondeado{min-width:176px;}
.boton.mas{min-width:300px;}
@media (max-width: 1024px) {
    .boton.redondeado, .boton.mas{min-width:auto;}
}

.boton.con-icono {padding-left: 35px;}
.icono-en-boton{position: absolute;left: 10px; top: 50%; transform: translateY(-50%);}

.boton.colordest {background-color: var(--lf-colordest)!important; color: var(--lf-colordest-txt)!important; font-weight:600; border:none}
.boton.colordest:hover{background-color:var(--lf-colordest)!important; color: var(--lf-colordest-txt)!important;}
.boton.colordest.active, .boton.colordest:focus{background-color:var(--lf-colordest-active)!important; color: var(--lf-colordest-txt)!important;}
.boton.colordest.bordered, .boton.colordest.bordered:hover, .boton.colordest.bordered.active {border:1px solid var(--lf-colordest)!important; color: var(--lf-colordest)!important; background:transparent!important}

.boton.verde-oscuro {background-color: var(--lf-verde-oscuro)!important; color: var(--lf-blanco)!important; font-weight:600}
.boton.verde-oscuro:hover{background-color:var(--lf-verde-oscuro-hover)!important; color: var(--lf-verde-oscuro-txt)!important;}
.boton.verde-oscuro.active, .boton.verde-oscuro:focus{background-color:var(--lf-verde-oscuro-active)!important; color: var(--lf-verde-oscuro-txt)!important;}
.boton.verde-oscuro.bordered, .boton.verde-oscuro.bordered:hover, .boton.verde-oscuro.bordered.active {border:1px solid var(--lf-verde-oscuro)!important; color: var(--lf-verde-oscuro)!important; background:transparent!important}

.boton.disabled,.boton[disabled],button[disabled] .boton,fieldset[disabled] .boton {
    cursor:not-allowed !important; filter:alpha(opacity=1); opacity:1; -webkit-box-shadow:inherit; box-shadow:inherit; pointer-events: none;
    background-color:var(--lf-form-fondo-disabled)!important; color: var(--lf-form-color-disabled)!important;
}


/*==============================
			Textos
==============================*/

.sombra-texto{text-shadow: 0px 8px 15px #000000B3;}

.title{
    color: var(--lf-color-principal);
    font-size: 2.5em;
    font-family: var(--lf-fuente-secundaria);
    line-height: 1;
    font-weight: 400;
}
.title.s-size{
    font-size: 1.25em;
}
.subtitle{
    line-height: 0.8;
    font-size: 1em;
}
@media (max-width: 700px) {
    .title{font-size:2em;}
}

.txtprofile{
    font-size: 0.9375em;
    font-weight: 600;
    color:var(--lf-blanco);
}
.txtnombre{
    font-size: 0.9375em;
    font-weight: 600;
    color:var(--lf-color-principal);
}

.txtmin.l-size{font-size: 0.875em;}
.txtmin{font-size: 0.8125em; text-decoration: none;line-height:1.231em;}
.txtmin.s-size{font-size:0.75em;}
.txtmin.xs-size{font-size:0.6875em;}
.txtmin.active{color:var(--lf-colordest);}

.txtbig{font-size:1.5em;}

.colordest {color:var(--lf-colordest)!important;}
.rojo {color:var(--lf-rojo);}
.magenta{color:var(--lf-magenta);}
.morado{color:var(--lf-morado);}
.purpura{color:var(--lf-purpura);}
.azul{color:var(--lf-azul);}
.cian{color:var(--lf-cian);}
.light{color:var(--lf-light);}
.negro{color:var(--lf-negro);}
.blanco{color:var(--lf-blanco);}

.verde {color:var(--lf-verde);}
.verde-oscuro {color:var(--lf-verde-oscuro);}
.verde-claro {color:var(--lf-verde-claro);}

.rosa {color:var(--lf-rosa);}
.rosa-claro {color:var(--lf-rosa-claro);}

.gris {color:var(--lf-gris);}
.gris-oscuro {color:var(--lf-gris-oscuro);}
.gris-claro {color:var(--lf-gris-claro);}
.gris-clarito {color:var(--lf-gris-clarito);}

.text-dark{color:var(--lf-text-dark);}
.text-dark-75{color:var(--lf-text-dark-75);}
.text-dark-65{color:var(--lf-text-dark-65);}
.text-dark-50{color:var(--lf-text-dark-50);}
.text-dark-25{color:var(--lf-text-dark-25);}



/*==============================
			Msg-form
==============================*/

.msg-form {padding-left: 1rem;border-width: 1px 1px 1px 5px;color: var(--lf-light); background-color: var(--lf-fondolight); border-color: var(--lf-color-borde);}
.msg-form a{box-shadow: 0 1px 0 currentColor;}
.msg-form .close {top: -12px; right: -5px;}
.msg-form.borde{border-color: #526484;}
.dark .msg-form.borde {background: transparent !important; box-shadow: 0 4px 15px 0 rgba(255, 255, 255, 0.1);}
.msg-form.con-fondo{background: rgba(0,0,0,0.03)}
.dark .msg-form.con-fondo{background: rgba(255,255,255,0.04)}

.msg-form.colordest {color: var(--lf-colordest)!important; background-color: transparent; border-color: var(--lf-colordest);}
.msg-form.colordest a {color: var(--lf-colordest)!important;}
.msg-form.borde.colordest{border-color: var(--lf-colordest); color:var(--lf-colordest) !important;}
.msg-form.borde.colordest a{color: var(--lf-colordest)!important;}
.msg-form.con-fondo.colordest {color: var(--lf-colordest-txt)!important; background-color: var(--lf-colordest)}
.msg-form.con-fondo.colordest a{color: var(--lf-colordest-txt)!important;}

.msg-form.verde {color: #19bc90!important; background-color: #e4fbf5; border-color: #aef4e1;}
.msg-form.verde a {color: #19bc90;}
.msg-form.con-fondo.verde {color: #fff!important; background: #19be92;}
.msg-form.con-fondo.verde a{color: #fff!important;}
.msg-form.borde.verde {border-color: #19be92;}

.msg-form.amarillo {color: #cd9f0c!important; background-color: #fef7e2; border-color: #fbe7a8;}
.msg-form.amarillo a {color:#9d7a09;}
.msg-form.con-fondo.amarillo {color: #fff!important; background: #ffae11;}
.msg-form.con-fondo.amarillo a{color: #fff!important;}
.msg-form.borde.amarillo {border-color: #ffae11;}

.msg-form.rojo {color: #c3463c!important; background-color: #fceae9; border-color: #f7c1bd;}
.msg-form.rojo a {color: #9c3830;}
.msg-form.con-fondo.rojo {color: #fff!important; background: #e85347;}
.msg-form.con-fondo.rojo a{color: #fff!important;}
.msg-form.borde.rojo {border-color: #e85347;}

.msg-form.gris {color: #6c7a8c !important; background-color: #f0f2f4; border-color: #d1d7df;}
.msg-form.gris a {color: #56616f;}
.msg-form.con-fondo.gris {color: #fff!important; background: #8091a7;}
.msg-form.con-fondo.gris a{color: #fff!important;}
.msg-form.borde.gris {border-color: #8091a7;}

.dark .msg-form.verde {background:transparent; border-color:#19bc90;}
.dark .msg-form.con-fondo.verde {background: #19bc90; color: #ffffff !important;}

.dark .msg-form.amarillo {background:transparent; border-color:#ffae11; color:#ffae11!important}
.dark .msg-form.con-fondo.amarillo {background:#ffae11!important;color: #ffffff !important;}
.dark .msg-form.amarillo a {color: #ffae11;}

.dark .msg-form.rojo {background:transparent; border-color:#e5352f; color:#e5352f!important}
.dark .msg-form.con-fondo.rojo {background:#e5352f!important;color: #ffffff !important;}
.dark .msg-form.rojo a {color: #e5352f;}

.dark .msg-form.gris {background:transparent; border-color: #6b7275; color:#6b7275!important}
.dark .msg-form.con-fondo.gris {background:#6b7275!important;color: #ffffff !important;}
.dark .msg-form.gris a {color: #6b7275;}
