    @charset "UTF-8";
    @import url('https://fonts.googleapis.com/css?family=Poppins');

    * {
        margin: 0;
        padding: 0;
    }

    body {
        background: #FFFDFA;
        font-family: 'Poppins', sans-serif;
        font-size: 1em;
    }

    .ancho100 {
        width: 100%;
    }

    .centrado {
        text-align: center !important;
    }
    .centradoL {
        text-align: left !important;
    }
    .centradoR {
        text-align: right !important;
    }
    .centradoJ {
        text-align: justify !important;
    }

    .negritas {
        font-weight: bold !important;
    }

    .pointer {
        cursor: pointer;
    }

    .w100centrado {
        width: 100%;
        text-align: center;
        color: #292929;
        font-weight: normal;
    }
    
    .divNotificacion {
        -webkit-border-radius: 4;
        -moz-border-radius: 4;
        border-radius: 4px;
        text-align: center;
        font-weight: bold;
        width: 80%;
        padding: 15px;
        margin-left: auto;
        margin-right: auto;
    }

    .flotanteNotificacion {
        position: fixed;
        top: 20px;
        left: 0px;
        width: 100%;
    }

    .notifOK {
        background: rgba(199, 255, 213, 0.95);
        border: 2px solid #006118;
        color: #006118;
        -webkit-box-shadow: 0px 0px 8px #52FF7D;
        -moz-box-shadow: 0px 0px 8px #52FF7D;
        box-shadow: 0px 0px 8px #52FF7D;
    }

    .notifBAD {
        background: rgba(255, 229, 229, 0.95);
        border: 2px solid #700000;
        color: #700000;
        -webkit-box-shadow: 0px 0px 8px #FF5252;
        -moz-box-shadow: 0px 0px 8px #FF5252;
        box-shadow: 0px 0px 8px #FF5252;
    }

    .notifWARNING {
        background: rgba(255, 255, 229, 0.95);
        border: 2px solid #A3A300;
        color: #444444;
        -webkit-box-shadow: 0px 0px 8px #FFFF33;
        -moz-box-shadow: 0px 0px 8px #FFFF33;
        box-shadow: 0px 0px 8px #FFFF33;
    }

    .bgClaroOK{
        background-color: #E7F3E7;
    }

    .bgClaroWARNING{
        background-color: #FFF1DB;
    }

    .bgClaroBAD {
        background-color: #FFE5E5;
    }

    .bgClaroGris {
        background-color: #E3E3E3;
    }

    .detalleNormalTxt {
        font-size: 100%;
        color: #292929;
        font-weight: normal;
    }

    .detalleRojoTxt {
        font-size: 100%;
        color: #C70000;
        font-weight: normal;
    }

    .detalleGrisTxt {
        font-style: italic;
        font-size: 70%;
        color: #888888;
    }

    .detalleAmarilloTxt {
        font-style: italic;
        font-size: 70%;
        color: #28458E;
    }

    .hrBorderDivide {
        border: 2px solid #555555;
        margin: 30px;
    }

    .hrBorderDivide2 {
        border: 1px solid #A9A9A9;
        margin: 30px;
    }

    .bordeSolo {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
    }

    .bordeSolo2_gris {
        -moz-border-radius: 8px;
    	-webkit-border-radius: 8px;
    	border-radius: 8px;
        border: 2px solid #EEEEEE;
    }

    .bordeDivide {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
        border: 2px solid #DEDEDE;
    }

    .bordeDivide_box {
        -moz-border-radius: 20px;
    	-webkit-border-radius: 20px;
    	border-radius: 20px;
        box-shadow: 5px 5px 5px -2px #CCCCCC;
    }

    .bordeDivide_azulMarino {
        border: 3px solid #28458E;
    }

    .bordeDivide_azul {
        border: 3px solid #2986B2;
    }

    .bordeDivide_verde {
        border: 3px solid #55983E;
    }

    .bordeDivide_amarillo {
        border: 3px solid #33a3ff;
    }

    .bordeDivide_reportesBG1 {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
        border: 2px solid #3598db;
        background-color: #3598db;
        color: #FFFFFF;
        padding: 15px;
        font-size: 150%;
    }

    .reportesBG1_notifOK{
        color: #0FFF4B;
    }

    .reportesBG1_notifWARNING{
        color: #FFC14D;
    }

    .imgHeight1{
        height: 1em;
        width: auto;
    }

    .imgHeight2{
        height: 2em;
        width: auto;
    }

    .shadowElementLight{
        -webkit-box-shadow: 0px 0px 8px 4px #DBDBDB;
        -moz-box-shadow: 0px 0px 8px 4px #DBDBDB;
        box-shadow: 0px 0px 8px 4px #DBDBDB;
    }

    .shadowElement, .shadowElementImg, .hoverBigger{
        transition: all 0.3s ease;
    }

    .shadowElement:hover{
        box-shadow: 0px 0px 8px 3px #CCCCCC;
    }

    .shadowElementImg:hover{
        filter: brightness(70%);
    }

    .hoverBigger:hover{
        height: 2.5em;
    }

    .imgBright_85{
        filter: brightness(85%);
    }

    .imgBright_135{
        filter: brightness(135%);
    }

    table.tablaGeneral {
        border-spacing: 0;
        border-collapse: collapse;
    }

    .tablaGeneral th, .tablaGeneral td {
        padding: 15px;
    }

    .tablaGeneral thead th {
        background: #EEEEEE;
        color: #292929;
        font-weight: bold;
        text-align: center;
        border-bottom: 2px solid #33a3ff;
    }

    .tablaGeneral tfoot th, .tablaGeneral tfoot td {
        background: #EEEEEE;
        color: #292929;
        font-weight: bold;
        border-top: 2px solid #33a3ff;
    }

    .tablaGeneral .thFilaPrincipal {
        padding: 15px;
        background-color: #FFFFFF !important;
        color: #28458E;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #33a3ff;
    }

    .tablaGeneral td {
        border-bottom: 1px solid #EEEEEE;
    }

    .td_bordeDivisor {
        border-bottom: 2px solid var(--tabla_header_footer_borde) !important;
    }

    .tZebra2 tbody tr:nth-child(even) {
        background: #ECF3F6;
        color: #292929;
    }

    .tZebra2 tbody tr:hover {
        background-color: #F0F0F0;
        color: #292929;
    }

    .tZebra tbody tr:nth-child(even) {
        background: #ECF3F6;
        color: #292929;
    }

    .tZebra tbody tr:hover {
        background-color: #F0F0F0;
        color: #292929;
    }

    .tStickty thead tr:nth-child(1) > th {
        position: sticky;
        z-index: 1;
        top: 0;
    }

    .tStickty thead tr:nth-child(2) > th {
        position: sticky;
        z-index: 1;
        top: 34px;
    }

    .tdLink{
        cursor: pointer;
        transition: all 0.3s ease;
        border: 1px solid #33a3ff;
    }

    .tdLink:hover {
        background-color: #FFF7E5;
        -webkit-box-shadow: 0px 0px 8px 4px #AAAAAA;
        -moz-box-shadow: 0px 0px 8px 4px #AAAAAA;
        box-shadow: 0px 0px 8px 4px #AAAAAA;
    }

    .imprimeQueryEnTabla {
        margin-bottom: 25px;
        border-collapse: collapse;
    }

    .imprimeQueryEnTabla thead th {
        padding: 10px;
        background: #EEEEEE;
        font-weight: bold;
        text-align: center;
        border-bottom: 1px solid #33a3ff;
    }

    .imprimeQueryEnTabla td {
        padding: 10px;
        border-bottom: 1px solid #DDDDDD;
    }

    .imprimeQueryEnTabla tbody tr:nth-child(even) {
        background: #FFFCF5;
    }

    .imprimeQueryEnTabla tbody tr:hover {
        background-color: #F7F7F7;
    }

    .titulosHeaderContainerFlex {
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        align-items: center;
    }

    .titulosHeader {
        /*
        padding: 20px 10px;
        font-size: 200%;
        color: #28458E;
        font-weight: bold;
        */
        background-color: #28458E;
        font-size: 100%;
        color: #FFFFFF;
        font-weight: bold;
        padding: 0.1em 1em;
        margin: 0 0 0 auto;
        width: fit-content;
    }

    .titulosHeaderh1 {
        color: #28458E;
        font-size: 100%;
        font-weight: bold;
        padding: 0.1em 1em;
        margin: 0 auto;
        margin-bottom: 1em;
        width: fit-content;
    }

    .titulosHeaderh2 {
        padding: 20px 10px;
        font-size: 165%;
        color: #33a3ff;
        font-weight: bold;
    }

    .titulosHeaderh3 {
        padding: 20px 10px;
        font-size: 130%;
        color: #555555;
        font-weight: bold;
    }

    .tdHighlight {
        background: #F4FAF0;
    }

    .contentBox {
        box-shadow: 5px 5px 5px -2px #CCCCCC;
        padding: 0.5em;
        margin-bottom: 1em;
    }

    .campoForma {
        border-radius: 12px;
        border: 2px solid #33a3ff;
        font-size: 100%;
        padding: 3px;
        background-color: transparent;
    }

    .campoForma:focus {
        background-color: #FCFAE8;
    }

    .formaElementos_alert {
        border: 3px solid #CC0000;
    }

    .campoFormaTabla {
        border-radius: 12px;
        background-color: transparent;
        border: 2px solid #33a3ff;
        font-size: 100%;
        padding: 3px;
    }

    .selectForma {
        border-radius: 12px;
        border: 2px solid #33a3ff;
        font-size: 100%;
        padding: 3px;
        background-color: transparent;
    }

    .selectFormaTabla {
        background-color: transparent;
        border: 0px;
        border-bottom: 2px solid #33a3ff;
    }


    .myButtonEmetrix {
        font-family: 'Poppins', sans-serif;
        -webkit-box-shadow: 2px 2px 4px #AAAAAA;
        -moz-box-shadow: 2px 2px 4px #AAAAAA;
        box-shadow: 2px 2px 4px #AAAAAA;
    	-moz-border-radius: 25px;
    	-webkit-border-radius: 25px;
    	border-radius: 25px;
        display: inline-block;
        background-color: #FFFFFF;
    	border: 2px solid #33a3ff;
    	cursor: pointer;
    	color: #33a3ff;
    	font-weight: bold;
    	padding: 5px 12px;
    	text-decoration: none;
        transition: all 0.5s ease;
    }

    .myButtonEmetrix:hover {
        background-color: #33a3ff;
    	border: 2px solid #33a3ff;
    	color: #FFFFFF;
    }

    .myButtonEmetrixAlt {
        font-family: 'Poppins', sans-serif;
        -webkit-box-shadow: 2px 2px 4px #AAAAAA;
        -moz-box-shadow: 2px 2px 4px #AAAAAA;
        box-shadow: 2px 2px 4px #AAAAAA;
    	-moz-border-radius: 25px;
    	-webkit-border-radius: 25px;
    	border-radius: 25px;
        display: inline-block;
        background-color: #33a3ff;
    	border: 2px solid #33a3ff;
    	cursor: pointer;
    	color: #FFFFFF;
    	font-weight: bold;
    	padding: 5px 12px;
    	text-decoration: none;
        transition: all 0.5s ease;
    }

    .myButtonEmetrixAlt:hover {
        background-color: #FFFFFF;
    	border: 2px solid #FFFFFF;
    	color: #33a3ff;
    }

    .myButtonEmetrix2 {
        font-family: 'Poppins', sans-serif;
        -webkit-box-shadow: 2px 2px 4px #AAAAAA;
        -moz-box-shadow: 2px 2px 4px #AAAAAA;
        box-shadow: 2px 2px 4px #AAAAAA;
    	-moz-border-radius: 12px;
    	-webkit-border-radius: 12px;
    	border-radius: 12px;
        display: inline-block;
        background-color: #FFFFFF;
    	border: 2px solid #33a3ff;
    	cursor: pointer;
    	color: #28458E;
    	font-weight: bold;
    	padding: 5px 12px;
    	text-decoration: none;
        transition: all 0.5s ease;
    }

    .myButtonEmetrix2:hover {
        background-color: #33a3ff;
    	border: 2px solid #33a3ff;
    	color: #FFFFFF;
    }

    .myButtonEmetrix3 {
        font-family: 'Poppins', sans-serif;
        -webkit-box-shadow: 2px 2px 4px #AAAAAA;
        -moz-box-shadow: 2px 2px 4px #AAAAAA;
        box-shadow: 2px 2px 4px #AAAAAA;
    	-moz-border-radius: 25px;
    	-webkit-border-radius: 25px;
    	border-radius: 25px;
        display: inline-block;
        background-color: #FFFFFF;
    	border: 2px solid #555555;
    	cursor: pointer;
    	color: #555555;
    	font-weight: bold;
    	padding: 5px 12px;
    	text-decoration: none;
        transition: all 0.5s ease;
    }

    .myButtonEmetrix3:hover {
        background-color: #555555;
    	border: 2px solid #555555;
    	color: #FFFFFF;
    }

    .myButton_XS {
        font-size: 50%;
        padding: 2px 10px;
    }

    .myButton_S {
        font-size: 85%;
        padding: 2px 11px;
    }

    .myButton_M {
        font-size: 100%;
        padding: 4px 12px;
    }

    .myButton_L {
        font-size: 115%;
        padding: 5px 14px;
    }

    .myButton_XL {
        font-size: 135%;
        padding: 5px 14px;
    }

    .alinkHeader {
        color: #FFFFFF;
        text-decoration: none;
    }

    .alinkHeader:hover {
        cursor: pointer;
        font-weight: bold;
        border-bottom: 2px solid #33a3ff;
    }

    .alinkInline {
        color: #28458E;
        text-decoration: none;
    }

    .alinkInline:hover {
        cursor: pointer;
        font-weight: bold;
        border-bottom: 2px solid #33a3ff;
    }

    .alinkImgHeader {
        background-color: transparent;
        border: 0px #33a3ff solid;
        border-radius: 50%;
        height: 1.6em;
        width: auto;
        transition: all 0.3s ease;
    }

    .alinkImgHeader:hover {
        cursor: pointer;
        background-color: #28458E;
    }

    .tFormulario {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
        border-collapse: collapse;
        border-spacing: 0px;
        margin-bottom: 25px;
    }

    .tFormulario td {
        padding: 15px;
        border-bottom: 1px solid #F2F2F2;
    }

    .tFormulario tr:hover {
        background: #F7F7F7;
        border-bottom: 2px solid #CCCCCC;
    }

    .tFormulario .titulo {
        font-weight: bold;
    }

    .tFormulario .botonAccion {
        text-align: center;
    }

    .divNotificacionInline {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
        font-weight: bold;
        text-align: center;
        width: 90%;
        margin: auto;
        padding: 30px;
        border: 2px solid #51639A;
        background: #EEF0F6;
        line-height: 30px;
    }

    .divNI_NORMAL {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
        border: 2px solid #5B5B59;
    }

    .divNI_OK {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
        border: 2px solid #336633;
        background: #D6EAD6;
    }

    .divNI_WARNING {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
        border: 2px solid #E6D53D;
        background: #FBF8DF;
    }

    .divNI_BAD {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
        border: 2px solid #CC0000;
        background: #FFE5E5;
    }

    .divNI_OK_bg {
        background-color: #D6EAD6;
    }

    .divNI_BAD_bg {
        background-color: #FFE5E5;
    }

    .divNI_WARNING_bg {
        background-color: #FBF8DF;
    }

    .borderThin {
        border-width: 1px;
    }

    .contenedorFlexRegular {
        -moz-border-radius: 15px;
    	-webkit-border-radius: 15px;
    	border-radius: 15px;

        display: flex;
        flex-flow: row wrap;
        gap: 15px;
        justify-content: space-around;
        /* align-items: flex-start;
        align-content: flex-start; */
    }

    .flexVertical {
        flex-flow: column wrap;
        justify-content: space-between;
    }

    .valignCenterFlex{
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }

    .rowFlexRegular {
        display: flex;
        flex-flow: row wrap;
        gap: 15px;
    }

    .rowGapTop {
        margin-top: 15px;
    }

    .rowGapBottom {
        margin-bottom: 15px;
    }

    .colFlexRegular {
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;

        display: flex;
        flex-direction: column;
        flex-basis: 100%;
    }

    .txtXXL {
        font-size: 200%;
    }

    .txtXL {
        font-size: 160%;
    }

    .txtL {
        font-size: 125%;
    }

    .txtM {
        font-size: 100%;
    }

    .txtS {
        font-size: 80%;
    }

    .txtXS {
        font-size: 65%;
    }

    .txtXXS {
        font-size: 50%;
    }

    /*.contenedorFlexRegularHijoTd{

    }*/

    .divChatPrincipal {
        display: inline-block;
        -moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
        border: 2px solid #EEEEEE;
        width: auto;
        padding: 15px;
    }

    .divChat_Cliente {
        background: #FFFDFA;
    }

    .divChat_Auto {
        background: #F0F0FA;
    }

    .divChat_Soporte {
        background: #FFF9E5;
    }

    .divChat_Fecha {
        display: inline-block;
        font-size: 75%;
        color: #999999;
        margin-top: 0px;
        font-style: italic;
        vertical-align: bottom;
    }






    .contenedorMaster {
        width: 450px;
        /* max-width: 1500px; */
        margin: auto auto 1em auto;
        /* border-radius: 15px; */
        box-shadow: 0px 0px 20px -4px #DDDDDD;

        display: grid;
        grid-gap: 0em;
        /* grid-template-columns: repeat(3, 1fr); */
    }

    .gridLogin {
        grid-template-areas: "headerImg"
                             "mainLogin"
                             "footer"
        ;
        max-width: 700px;
    }

    .gridMain {
        grid-template-areas: "headerImg headerMenu headerDatosLogin"
                             "mainPuntos mainVentas mainNoticias"
                             "mainPremios mainAvance mainNoticias"
                             "mainMarca1 mainMarca2 mainNoticias"
                             "footer footer footer"
        ;
    }

    .gridMetas {
        grid-template-columns: 20% 80%;
        grid-template-areas: "headerImg headerMenu"
                             "mainMetas mainMetas"
                             "footer footer"
        ;
    }

    .contenedorMaster > .headerLogo,
    .contenedorMaster > .headerMenu,
    .contenedorMaster > .headerDatosLogin,
    .contenedorMaster > section,
    .contenedorMaster > aside,
    .contenedorMaster > footer {
        padding: 20px;
        border-radius: 5px;
        border: 0px solid #EEEEEE;
        background: transparent;

        align-self: end;
    }

    .contenedorMaster > .headerLogo {
        background: transparent;
        text-align: center;
        padding-bottom: 0px;
        grid-area: headerImg;
        border-bottom: 3px solid #28458E;
        border-radius: 0px;
    }

    .contenedorMaster > .headerLogo img {
        height: 12em;
        width: auto;
        transition: all 0.8s ease;
    }

    .imgLogoMain {
        height: 6em !important;
        width: auto;
        transition: all 0.8s ease;
    }

    .contenedorMaster > .headerMenu {
        /* background: #30375B; */
        background: #28458E;
        color: #FFFFFF;
        grid-area: headerMenu;

        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
        border-radius: 5px 5px 5px 0px;
    }

    .headerMenu_a {
        color: #FFFFFF;
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
        position: relative;
        /* border-bottom: 2px solid #2B90BF;*/
        border-bottom: 2px solid #33a3ff;
        transition: all 0.5s ease;
    }

    .headerMenu_dropdown{
        display: none;
        position: absolute;
        background-color: rgba(9, 119, 189, 0.80);
        border: 2px solid #33a3ff;
        /* border-top: 0px solid #33a3ff; */
        min-width: 100px;
    	-moz-border-radius: 0px 0px 6px 6px;
    	-webkit-border-radius: 0px 0px 6px 6px;
    	border-radius: 0px 0px 6px 6px;
        padding: 15px 10px;
        margin-top: 4px;
        z-index: 1;
    }

    .linkActive {
    	-moz-border-radius: 6px 6px 0px 0px;
    	-webkit-border-radius: 6px 6px 0px 0px;
    	border-radius: 6px 6px 0px 0px;
        background: #33a3ff;
    }

    .headerMenu_a:hover {
        cursor: pointer;
        color: #EC8D9A;
        font-weight: bold;
    }

    .headerMenu_mainDiv {
        display: inline-block;
    }

    .headerMenu_mainDiv:hover .headerMenu_dropdown {
        display: block;
        animation: fade-in 0.6s;
    }

    @keyframes fade-in {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }




    .contenedorMaster > .headerDatosLogin {
        /* background: #30375B; */
        background: #28458E;
        color: #FFFFFF;
        grid-area: headerDatosLogin;

        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: flex-end;
    }

    .contenedorMaster > aside {
        grid-area: mainNoticias;

        display: flex;
        flex-flow: column wrap;
        justify-content: space-around;
        align-items: center;
        align-content: center;
    }

    .contenedorMaster > aside > .mainNoticias {
        padding: 5px;
        width: 100%;
        margin: 8px 0px;
    }

    /*.contenedorMaster > section {

    }*/

    .contenedorMaster > .mainLogin {
        height: 100vh;
        grid-area: mainLogin;
    }

    .contenedorMaster > .mainPuntos {
        grid-area: mainPuntos;
    }

    .contenedorMaster > .mainVentas {
        grid-area: mainVentas;
    }

    .contenedorMaster > .mainPremios {
        grid-area: mainPremios;
    }

    .contenedorMaster > .mainAvance {
        grid-area: mainAvance;
    }

    .contenedorMaster > .mainMetas {
        grid-area: mainMetas;
    }

    .contenedorMaster > .mainMarca1 {
        grid-area: mainMarca1;
    }

    .contenedorMaster > .mainMarca2 {
        grid-area: mainMarca2;
    }

    .animacionConteo {
        font-size: 6em;
        font-weight: bold;
        color: #28458E;
    }

    .contenedorMaster > footer {
        border-radius: 0px;
        background: #28458E;
        color: #FFFFFF;
        text-align: center;
        position: sticky;
        bottom: 0px;
        padding: 0.5em;
        grid-area: footer;
    }

    .contenedorMaster > .headerMobile {
        display: none;
    }

    .gridMainGeneric {
        grid-template-areas: "mainHeader"
                             "mainContent"
                             "footer"
        ;
    }

    .mainHeader {
        position: sticky;
        top: 0px;
        margin-top: 0px;
        border-radius: 0px 0px 25px 25px;
        background-color: #a0d0ff;
    }
    .headerBotones {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 5px;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        margin-top: 0px;
        border-radius: 0px 0px 30px 30px;
        background-color: #28458E;
        padding: 0.2em 1.5em;
    }
    .headerBotones > div {
        flex-grow: 1;
        width: 33%;
    }
    .headerTitulo {
        color: #403a3a;
        font-weight: bold;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 5px;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        padding: 0.5em;
    }
    .headerBotones .logo {
        height: 2em;
        width: auto;
    }
    .mainContent {
        padding: 1em 1em;
        min-height: 90vh;
    }

    .overflow {
        overflow: auto;
    }
    .overflowX {
        overflow-x: auto;
    }
    .overflowY {
        overflow-y: auto;
    }

    .inlineBox {
        width: 5em;
        height: 5em;
        border: 1px solid #9966CC;
        border-radius: 4px;
    }


    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 1;
    }
    .overlay.show {
        display: block;
    }


    .leftMenu {
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: -9em;
        width: 9em;
        height: 100vh;
        background: #28458E;
        padding: 0em;
        transition: left 0.3s ease-in-out;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
        z-index: 2;
    }
    .leftMenu.open {
        left: 0;
    }
    .leftMenu .menuBtn {
        margin: auto;
        text-align: center;
        padding: 1em;
        border-bottom: 1px solid #FFFFFF;
    }
    .leftMenu .menuBtn img {
        height: 3em;
        width: auto;
    }


    .cajaAnuncio {
        padding: 0.3em 1em;
        width: fit-content;
        margin: 0.5em auto;
        text-align: center;
        border-radius: 12px;
        border: 2px solid #33a3ff;
    }




    .flexContenedorPrincipal {
        width: 100%;
        border: 0px solid #DDDDDD;
        display: flex;
        /* flex-flow: row wrap; */
        flex-direction: row;
        flex-wrap: wrap;
        gap: 15px;
        justify-content: space-evenly;
        align-items: flex-start;
        align-content: center;
        margin-bottom: 20px;
    }

    .flexElementoPremio {
        display: flex;
        flex-flow: column nowrap;
        justify-content: space-between;
        align-items: center;
        align-content: center;
        gap: 10px;

        padding: 10px;
        text-align: center;
        width: 280px;
        height: 250px;
        background-color: #FFFFFF;
    }



    /*
        You want a simple and fancy tooltip?
        Just copy all [data-tooltip] blocks:
    */
    [data-tooltip] {
        position: relative;
        /* z-index: 10; */
    }

    /* Positioning and visibility settings of the tooltip */
    [data-tooltip]:before,
    [data-tooltip]:after {
        position: absolute;
        visibility: hidden;
        opacity: 0;
        left: 50%;
        bottom: calc(100% + 5px); /* 5px is the size of the arrow */
        pointer-events: none;
        transition: 0.2s;
        will-change: transform;
    }

    /* The actual tooltip with a dynamic width */
    [data-tooltip]:before {
        content: attr(data-tooltip);
        padding: 10px 18px;
        min-width: 50px;
        max-width: 300px;
        width: max-content;
        width: -moz-max-content;
        border-radius: 6px;
        font-size: 14px;
        background-color: rgba(59, 72, 80, 0.9);
        background-image: linear-gradient(30deg,
            rgba(59, 72, 80, 0.44),
            rgba(59, 68, 75, 0.44),
            rgba(60, 82, 88, 0.44));
        box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.2);
        color: #fff;
        text-align: center;
        white-space: pre-wrap;
        transform: translate(-50%, -5px) scale(0.5);
    }

    /* Tooltip arrow */
    [data-tooltip]:after {
        content: '';
        border-style: solid;
        border-width: 5px 5px 0px 5px; /* CSS triangle */
        border-color: rgba(55, 64, 70, 0.9) transparent transparent transparent;
        transition-duration: 0s; /* If the mouse leaves the element,
                                                                the transition effects for the
                                                                tooltip arrow are "turned off" */
        transform-origin: top;   /* Orientation setting for the
                                                                slide-down effect */
        transform: translateX(-50%) scaleY(0);
    }

    /* Tooltip becomes visible at hover */
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
        visibility: visible;
        opacity: 1;
    }
    /* Scales from 0.5 to 1 -> grow effect */
    [data-tooltip]:hover:before {
        transition-delay: 0.3s;
        transform: translate(-50%, -5px) scale(1);
    }
    /*
        Arrow slide down effect only on mouseenter (NOT on mouseleave)
    */
    [data-tooltip]:hover:after {
        transition-delay: 0.5s; /* Starting after the grow effect */
        transition-duration: 0.2s;
        transform: translateX(-50%) scaleY(1);
    }
    /*
        That's it.
    */






    /*
        If you want some adjustability
        here are some orientation settings you can use:
    */

    /* LEFT */
    /* Tooltip + arrow */
    [data-tooltip-location="left"]:before,
    [data-tooltip-location="left"]:after {
        left: auto;
        right: calc(100% + 5px);
        bottom: 50%;
    }

    /* Tooltip */
    [data-tooltip-location="left"]:before {
        transform: translate(-5px, 50%) scale(0.5);
    }
    [data-tooltip-location="left"]:hover:before {
        transform: translate(-5px, 50%) scale(1);
    }

    /* Arrow */
    [data-tooltip-location="left"]:after {
        border-width: 5px 0px 5px 5px;
        border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);
        transform-origin: left;
        transform: translateY(50%) scaleX(0);
    }
    [data-tooltip-location="left"]:hover:after {
        transform: translateY(50%) scaleX(1);
    }



    /* RIGHT */
    [data-tooltip-location="right"]:before,
    [data-tooltip-location="right"]:after {
        left: calc(100% + 5px);
        bottom: 50%;
    }

    [data-tooltip-location="right"]:before {
        transform: translate(5px, 50%) scale(0.5);
    }
    [data-tooltip-location="right"]:hover:before {
        transform: translate(5px, 50%) scale(1);
    }

    [data-tooltip-location="right"]:after {
        border-width: 5px 5px 5px 0px;
        border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;
        transform-origin: right;
        transform: translateY(50%) scaleX(0);
    }
    [data-tooltip-location="right"]:hover:after {
        transform: translateY(50%) scaleX(1);
    }



    /* BOTTOM */
    [data-tooltip-location="bottom"]:before,
    [data-tooltip-location="bottom"]:after {
        top: calc(100% + 5px);
        bottom: auto;
    }

    [data-tooltip-location="bottom"]:before {
        transform: translate(-50%, 5px) scale(0.5);
    }
    [data-tooltip-location="bottom"]:hover:before {
        transform: translate(-50%, 5px) scale(1);
        z-index: 10;
    }

    [data-tooltip-location="bottom"]:after {
        border-width: 0px 5px 5px 5px;
        border-color: transparent transparent rgba(55, 64, 70, 0.9) transparent;
        transform-origin: bottom;
        z-index: 9;
    }




    @media screen and (min-width: 815px) {
        .colFlexRegular {
            flex: 1;
        }
    }

    /* @media screen and (max-width: 768px){   Estandar mediano */
    @media screen and (max-width: 815px){    /* 812px - Iphone max en horizontal */
        .tablaGeneral tfoot th, .tablaGeneral tfoot td {
            border: 0px solid #33a3ff;
        }

        .tZebra2 tfoot td {
            border-top: 2px solid #DBDBDB;
        }

        .tResposive, .tResposive tbody, .tResposive tfoot, .tResposive tr, .tResposive td {
            display: block;
            width: 100%;
        }

        .tResposive tr {
            margin-bottom: 20px;
            border-bottom: 2px solid #33a3ff;
        }

        .tResposive tfoot td {
            border-bottom: 1px solid #33a3ff;
        }

        .tResposive td, .tResposive th {
            display: flex;
            flex-flow: row wrap;
            justify-content: flex-start;
        }

        .tResposive td::before, .tResposive th::before {
            content: attr(data-label);
            width: 170px;
            text-align: left;
            font-weight: bold;
        }

        .tZebra tbody tr:nth-child(even) {
            background-color: transparent;
        }

        .tZebra tbody td:nth-child(even) {
            background: rgba(235, 235, 235, 0.8);
        }

        .tZebra tbody tr:hover {
            background-color: transparent;
        }

        .tZebra td:hover {
            background-color: #FFFAF0;
        }

        .contenedorMaster {
            width: 95%;
            grid-gap: 0;
            border-radius: 0;
            box-shadow: 0px 0px 0px 0px #CCCCCC;
        }

        .gridMain {
            grid-template-areas: "headerImg headerImg"
                                 "headerMenu headerMenu"
                                 "headerDatosLogin headerDatosLogin"
                                 "mainPuntos mainVentas"
                                 "mainPremios mainAvance"
                                 "mainMarca1 mainMarca2"
                                 "mainNoticias mainNoticias"
                                 "footer footer"
            ;
        }

        .gridMetas {
            grid-template-columns: 50% 50%;
            grid-template-areas: "headerImg headerImg"
                                 "headerMenu headerMenu"
                                 "mainMetas mainMetas"
                                 "footer footer"
            ;
        }

        .contenedorMaster > .headerLogo {
            padding-bottom: 5px;
            border-bottom: 0px;
        }
        .contenedorMaster > .headerLogo img {
            height: 8em;
            width: auto;
        }

        .hideMinScreen {
            display: none;
        }

        .flexElementoPremio {
            height: auto;
        }
    }



    @media screen and (max-width: 600px){
        .contenedorMaster {
            width: 100%;
            grid-gap: 0;
            border-radius: 0;
            box-shadow: 0px 0px 0px 0px #CCCCCC;
        }

        .contenedorMaster > section,
        .contenedorMaster > aside {
            padding: 5px;
        }

        .gridMain {
            grid-template-areas: "headerImg"
                                 "headerMenu"
                                 "headerDatosLogin"
                                 "mainPuntos"
                                 "mainVentas"
                                 "mainPremios"
                                 "mainAvance"
                                 "mainMarca1"
                                 "mainMarca2"
                                 "mainNoticias"
                                 "footer"
            ;
        }

        .gridMetas {
            grid-template-columns: 100%;
            grid-template-areas: "headerImg"
                                 "headerMenu"
                                 "mainMetas"
                                 "footer"
            ;
        }
    }
