/* VARIABLES */
:root {
    /* Font */
    --d-menu-font-size: calc(8px + 0.4vw);
    --titulo-font-size: calc(14px + 0.6vw);
    --titulo-2-font-size: calc(16px + 0.5vw);
    /* Colores */
    --verde-oscuro-reto1A1: #8aaa71;
    --verde-claro-reto1A1: #a9d18e;
    --rojo-retosix: #DB001E;
    --rojo-card-mecanica-base: #FFF7F8 /* #ffd3d9; */;
    --verde-card-reto-1a1: #F4F7F0; /* #deeec9; */;
    --gris-progress-r1a1: #d2c6c6; /*original: #EBEBEB*/
}

/* FONTS */
@font-face {
    font-family: "sofia-pro-regular";
    src: url("/fonts/SofiaProRegularAz.woff") format("truetype");
}
@font-face {
    font-family: "sofia-pro-bold";
    src: url("/fonts/SofiaProBoldAz.woff") format("truetype");
}
@font-face {
    font-family: "sofia-pro-light";
    src: url("/fonts/SofiaProLightAz.woff") format("truetype");
}
@font-face {
    font-family: "sofia-pro-regular-italic";
    src: url("/fonts/SofiaProRegularItalicAz.woff") format("truetype");
}
body {
    font-family: "sofia-pro-regular";
}
.bottom-bg {
    height: 4vh;
}
.bottom-bg a,
.bottom-bg span {
    font-size: calc(6px + 0.6vw);
}
/* GENERAL  */
.backgroundRetoSix {
    background: #DB001E;
}
.backgroundRetoSixMovil {
    background: #444;
}
.backgroundRetoPlus {
    background: #c92130;
}
.backgroundReto1A1 {
    background: #c92130;
}
.menuBar.backgroundRetoSix a {
    color: white;
}
.menuBar.backgroundRetoPlus a {
    color: white;
}
.menuBar.backgroundReto1A1 a {
    color: black;
}
.menuBar.backgroundReto1A1 a.menuDesktopCarrito {
    color: white;
}
.bottom-bg.backgroundRetoSix a,
.bottom-bg.backgroundRetoSix a:hover {
    color: white;
}
.bottom-bg.backgroundRetoPlus a,
.bottom-bg.backgroundRetoPlus a:hover {
    color: white;
}
.bottom-bg.backgroundReto1A1 a,
.bottom-bg.backgroundReto1A1 a:hover {
    color: black;
}
.menuBar.backgroundRetoSix {
    background: #197dd8;
}
.menuBar.backgroundRetoPlus{
    background: #c92130;
}
.menuBar.backgroundReto1A1{
    background: #c92130;
}
/* Controles de carouselHeader deshabilitados por default */
/* #carouselHeader .carousel-control-prev-icon {
    background-image: url("/general/left_caret.svg");
  }
  #carouselHeader .carousel-control-next-icon {
    background-image: url("/general/right_caret.svg");
  } */
.carouselHeader {
    display: flex;
    align-items: center;
}
#contenidoPrincipal {
    width:100%;
}
.titulo {
    font-size: 14px;
    font-family: sofia-pro-bold;
    font-weight: bold;
    margin-top: 2%;
    text-align: center;
}
.titulo2 {
    font-size: var(--titulo-2-font-size);
    font-weight: bold;
}
.titulo-p {
    font-size: large;
    font-family: sofia-pro-bold;
    font-weight: bold;
    margin-top: 2%;
    text-align: left;
}

.titulo-p2 {
    font-size: large;
    font-weight: bold;
}
.mecanica-base-titulo, .mecanica-reto1a1-titulo{
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
.underlined {
    text-decoration: underline;
}
.boton-1 {
    font-family: "sofia-pro-regular";
    margin: 0;
    font-size: calc(12px + 1vw);
    background: #cc3333;
    color: white;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 6px 16px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.boton-1:hover,
.boton-1:active,
.boton-1:focus {
    background: white;
    color: #cc3333;
    box-shadow: inset 0 0 2px #cc3333;
    outline: none;
}
.boton-1:active {
    transform: scale(1.1);
}

.boton-2 {
    font-family: "sofia-pro-regular";
    margin: 0;
    font-size: calc(10px + 0.8vw);
    background: #197dd8;
    color: white;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 4px 14px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.boton-2:hover,
.boton-2:active {
    background: white;
    color: #197dd8;
    box-shadow: inset 0 0 2px #197dd8;
}
.boton-2:active {
    transform: scale(1.1);
}

.boton-3 {
    font-family: "sofia-pro-regular";
    margin: 0;
    font-size: calc(8px + 0.8vw);
    background: #ec1c24;
    color: white;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 3px 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.boton-3:hover,
.boton-3:active {
    background: white;
    color: #cc3333;
    box-shadow: inset 0 0 2px #cc3333;
    outline: none;
}
.boton-3:focus {
    outline: none;
}
.boton-3:active {
    transform: scale(1.1);
}

.boton-4 {
    font-family: "sofia-pro-regular";
    margin: 0;
    font-size: calc(8px + 0.8vw);
    background: #197dd8;
    color: white;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 3px 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.boton-4R1A1 {
    font-family: "sofia-pro-regular";
    margin: 0;
    font-size: 17px;
    background: #D1001C;
    color: white;
    border-radius: 11px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.2sease-in-out;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 25px;
    padding-left: 25px;
}
.boton-4R1A1:hover {
    color: white;
}
.r1a1-p-felicidades{
   font-size: 24px;
   color: #D1011C;
}
.r1a1-p-eres-ganador{
    font-size: 17px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 10px;
}
.r1a1-p-ganaste-un{
    font-size: 17px;
    font-weight: bold;
    padding-top: 2px;
}
.r1a1-p-ganaste-articulo{
    font-size: 17px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 10px;
}
.r1a1-p-confirma-direccion{
    font-size: 17px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.r1a1-img-ganaste-un{
    width: 230px;
    margin: auto;
    box-shadow: 0px 3px 6px #0000003B;
    opacity: 1;
}
.boton-4_callcenter {
    font-family: "sofia-pro-regular";
    margin: 0;
    font-size: calc(8px + 0.8vw);
    background: #197dd8;
    color: white;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 3px 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

.boton-5 {
    font-family: "sofia-pro-regular";
    margin: 0;
    font-size: calc(8px + 0.8vw);
    background: #ec1c24;
    color: white;
    border-radius: 5px;
    border: none;
    outline: none;
    padding: 3px 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}
.boton-5:hover,
.boton-5:active {
    background: white;
    color: #cc3333;
    box-shadow: inset 0 0 2px #cc3333;
    outline: none;
}
.boton-5:focus {
    outline: none;
}
.boton-5:active {
    transform: scale(1.1);
}

@media only screen and (max-width: 768px) {
    .boton-4 {
        font-size: calc(12px + 0.8vw);
        padding: 5px 12px;
    }
}
.boton-4:hover,
.boton-4:active,
.boton-4:focus {
    background: white;
    color: #197dd8;
    box-shadow: inset 0 0 2px #197dd8;
    outline: none;
}
.boton-4:active {
    transform: scale(1.1);
}

/* Menú Desktop */
.navigation a:hover {
    text-decoration: none;
}
.navigation .navigationItem {
    padding: 0 15px;
    font-size: var(--d-menu-font-size);
    font-weight: bold;
}
.navigationLogo {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigationLogo img {
    width: 70%;
}
@media only screen and (max-width: 768px) {
    .navigationLogo img {
        width: 80%;
        position: relative;
        left: 8%;
    }
}
.menuBar {
    justify-content: center;
    align-items: center;
    position: relative;
}
.colPerfil {
    max-height: 12vh;
    flex-direction: column;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .colPerfil {
        display: none !important;
    }
}
.colPerfil img {
    width: 23%;
}
.colPerfil p {
    font-size: calc(8px + 0.4vw);
    margin: 0;
}
.menuDesktopCarrito {
    position: relative;
    text-align: center;
}
.menuDesktopCarrito img {
    width: 17%;
}
ul li a:hover {
    color: white;
}
#deskMenuDropdown, #deskMenuDropdown2 {
    position: absolute;
    color: white;
    z-index: 2;
    text-align: center;
    margin-left: 0px;
    margin-right: 40px;
}
#deskMenuDropdown li, #deskMenuDropdown2 li {
    padding: 5px 10px;
    text-align: left;
}
#deskMenuDropdown li:hover, #deskMenuDropdown li a:hover {
    background-color: #ffffff;
    color: var(--rojo-retosix);
    text-align: left;
}
.navigation {
    position: relative;
    display: flex;
    padding-right: 3%;
}
/* .navigationLogo {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  } */
@media only screen and (max-width: 768px) {
    .navigation {
        display: none;
    }
}
/* Menú Móvil */
/* (para no interferir con d-md-none) */
@media only screen and (max-width: 768px) {
    .colCarritoMovil {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
.colCarritoMovil img {
    width: 73%;
}
.colMenuMovil {
    display: flex;
    justify-content: center;
    align-items: center;
}
.colMenuMovil a {
    text-align: center;
}
.colMenuMovil img {
    width: 70%;
}

/* Menú Móvil */
.topnav {
    position: relative;
    width: 100%;
    z-index: 100;
}
#myLinks {
    position: absolute;
    /* background: #444; */
    width: 100%;
}
.topnav a {
    color: white;
    padding: 13px 29px;
    text-decoration: none;
    display: block;
    font-size: calc(14px + 0.6vw);
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}
.topnav #myLinks.backgroundReto1A1 a {
    color: black;
}

.topnav #myLinks a:hover,
.topnav #myLinks a:active,
.topnav #myLinks a:focus {
    background: white;
    color: #2e2929;
}

.topnav #myLinks.backgroundReto1A1 a:hover,
.topnav #myLinks.backgroundReto1A1 a:active,
.topnav #myLinks.backgroundReto1A1 a:focus {
    background: #444;
    color: white;
}

.topnav a.icon {
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
}

/* Carrito Desktop */
.noElementosCarrito, .noElementosCarritoFooter {
    padding-left: 5px;
    border-radius: 50%;
    width: 18px;
    font-size: 12px;
    color: white;
    background-color: black;
    font-weight: bold;
    text-align: center;
}
.noElementosCarritoFooter {
    color: var(--rojo-retosix);
    background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
    .noElementosCarrito, .noElementosCarritoFooter {
        bottom: 41%;
        right: 4%;
        width: 14px;
        font-size: 9px;
        color: white;
        text-align: center;
    }
    .noElementosCarritoFooter {
        color: var(--rojo-retosix);
    }
}
#carrito p {
    margin: 0;
}
#carrito {
    position: absolute;
    top: 6%;
    right: 2%;
    z-index: 100;
    background: white;
    box-shadow: 5px 5px 8px 0px #999;
    width: 28vw;
    padding: 20px;
    border-radius: 10px;
}
@media only screen and (max-width: 768px) {
    #carrito {
        width: 90vw;
        top: 6%;
        right: 5%;
    }
}
#carrito .productoCarrito {
    display: flex;
}
#carrito .contenedorImageProductoCarrito {
    width: 40%;
    display: flex;
    align-items: center;
}
#carrito .imagenProductoCarrito {
    width: 100%;
}
@media only screen and (max-width: 768px) {
    #carrito .imagenProductoCarrito {
        width: 80%;
    }
}
#carrito .informacionProductoCarrito {
    width: 60%;
    padding: 5%;
}
#carrito .nombreProductoCarrito {
    font-size: calc(6px + 0.4vw);
    font-weight: bold;
}
@media only screen and (max-width: 768px) {
    #carrito .nombreProductoCarrito {
        font-size: calc(10px + 0.4vw);
    }
}
#carrito .estiloPuntosProductoCarrito {
    font-size: calc(8px + 0.4vw);
    font-weight: bold;
    color: #197dd8;
}
@media only screen and (max-width: 768px) {
    #carrito .estiloPuntosProductoCarrito {
        font-size: calc(10px + 0.4vw);
    }
}
#carrito .direccionEnvioCarrito {
    font-size: calc(5px + 0.4vw);
    color: #666;
}
@media only screen and (max-width: 768px) {
    #carrito .direccionEnvioCarrito {
        font-size: calc(8px + 0.4vw);
    }
}
#carrito hr {
    width: 80%;
    margin: 0 auto;
}
#carrito .contenedorTotalPuntosCarrito {
    width: 100%;
    text-align: center;
}
#carrito .estiloTotalPuntosCarrito {
    font-size: calc(12px + 0.4vw);
    font-weight: bold;
    color: #197dd8;
    text-align: center;
}
#carrito #canjearProductoCarrito {
    margin: 10px 0;
}
#carrito .contenedorCallCenterCarrito {
    display: flex;
    justify-content: space-around;
    width: 60%;
    margin: 0 auto;
}
#carrito .contenedorCallCenterCarrito img {
    width: 20%;
}
#carrito .contenedorCallCenterCarrito p {
    font-size: calc(5px + 0.4vw);
    color: #666;
}
@media only screen and (max-width: 768px) {
    #carrito .contenedorCallCenterCarrito p {
        font-size: calc(8px + 0.4vw);
    }
}

.img-notificaciones, .img-carrito{
    width: 36px;
    margin-right: 30px;
    margin-left: 15px;
}
.numero-de-notificaciones, .numero-de-elementos{
    width: 20px;
    bottom: 35px;
    left: 40px;
    position: relative;
}
.wrap-notifications{
    overflow-y: scroll;
    height: 60vh;
}
.close-notifications{
    color:#DB001E;
    font-size: 20px;
}
.numero-de-notificaciones-v1{
    width: 20px;
    bottom: 52px;
    left: 39px;
    position: relative;
}
.rs-nav {
    z-index: 100;
    width: 100%;
    position: relative;
    background-color: #DB001E;
    color: white;
    min-height: 64px;
    align-items: center;
    justify-content: space-between;
    top: 0;
    font-size: 20px;
    font-family: "DIN";
    font-weight: bold;
}

.wrapper {
    align-items: center;
    background-color: #DB001E;
    font-family: sofia-pro-bold;
}
.nav-menu {
    text-align: center;
    /* padding-bottom: 4px; */
    max-height: 0;
    overflow: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 500ms;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-left: 0;
}

.nav-menu li {
    padding: 10px;
}
.nav-menu li button {
    font-size: 20px;
    font-family: "DIN";
    font-weight: bold;
}
.nav-menu.open {
    max-height: 550px;
    padding-top: 8px;
}

.nav-data-menu {
    position: absolute;
    top: 0;
    bottom: 0;
    max-height: 64px;
    left: 55%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    margin-bottom: 0;
    padding-left: 0;
}

.nav-secondary-menu {
    position: absolute;
    right: 8px;
    top: 64px;
    /* padding-right: 8px;
    padding-left: 8px; */
    background-color: #cccccc;
    height: 35px;
    font-size: 14px;
    line-height: 40px;
    z-index: -10;
    font-family: sofia-pro-bold;
}
.nav-secondary-menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-bottom: 0;
    padding-left: 0;
}

.nav-secondary-menu ul li {
    height: 110%;
    width: 160px;
    text-align: center;
    line-height: 40px;
    padding-right: 8px;
    padding-left: 8px;
}
/*
.nav-secondary-menu ul li:not(.bonos-bis) {
    display: none;
}
*/

/*.nav-secondary-menu ul li:not(.bonos) a {
    color: black;
}*/

.nav-secondary-menu .bonos {
    background-color: #c92130;
    color: white;
}

.nav-secondary-menu .reto1a1 {
    background-color: #8DBA6D;
    color: white;
}
.nav-secondary-menu .retoF1 {
    background-color: #cc3333;
    color: black;
}
.nav-secondary-menu .retoplus {
    background-color: #1B4A9A;
    color: white;
}
.nav-secondary-menu .bonos-sumasix-imp {
    background: transparent linear-gradient(180deg, #FF7A00 0%, #D51212 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 154%;
    line-height: 15px;
    padding-top: 15px;
}
.logo-app {
    width: 128px;
    max-height: 100%;
    padding-top: 11px; /*15px mobile*/
    padding-left: 0px;
}

.toggle {
    position: absolute;
    top: 0;
    right: 0;
    padding: 8px;
    color: white;
    height: 64px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    outline: 2px solid transparent;
    outline-offset: 2px;
    background: none;
    border: none;
}
ul {
    list-style: none;
}

.txt-menu, .txt-logout {
    font-family: "DIN";
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin: 0;
    margin-right: 15px;
    color: white;
    font-family: sofia-pro-bold;
}
.gift2 img {
  width: 35%;
}

.menu-nav{
    background: white; 
    min-height: inherit; 
    width: 200px;
    text-align:center;
    background-color: #DB001E;
}
.menu-nav-log{
    background: white; 
    min-height: inherit; 
    width: 200px;
    text-align: center;
}
.gift2 {
    margin-right: 50px;
    text-align: right;
}
.points-history, .points-history-mobile {
    color: #DB001E;
    cursor: pointer;
}
.menu-flashtips-mobile{
    color: #ffffff;
}
.logo-flashtips-footer{
    width: 80px;
    margin-left:auto;
}
.span-flashtips, .span-flashtips-footer{
    top: 4px;
    position: absolute;
    background-color: #FAC840;
    color: #000000;
    font-size: 8px;
    padding-top: 3px;
    padding-bottom: 0px;
    padding-left: 3px;
    padding-right: 3px;
}
.span-flashtips-footer{
    top: 1px;
    right: 22px;
    border-radius: 15px;
    font-size: 9px !important;
}
.points-history {
    display: flex;
    text-align: center;
    min-height: inherit;
    align-items: center;
    padding: 0 20px;
}
#modalPointsHistory .points-history-filters  .btn-fase {
    background-color: white;
    border-radius: 15px;
    padding: 5px 20px;
    font-weight: bold;
    font-size: 18px;
    color: #DB001E;
    border: 1px solid #DB001E;
}

#modalPointsHistory .points-history-filters .active {
    background-color: #DB001E;
    border: none;
    color: white;
}

#modalPointsHistory .points-history-filters .select-months {
    width: 70%;
    margin: 0 auto;
}

#modalPointsHistory .points-history-total {
    background-color: #F8F8F8;
    padding: 20px 0;
    text-align: center;
    margin: 0 -1rem;
}

#modalPointsHistory .points-history-data {
    overflow: auto;
    max-height: 40vh;
}

#modalPointsHistory .points-history-movement {
    /*overflow-y: auto;*/
    max-height: 155px;
}

#modalPointsHistory .points-history-movement section {
    width: 270px;
    margin: 0 auto;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

#modalPointsHistory .points-history-movement section:not(:last-child) {
    border-bottom: 1px solid #707070;
}

.mis-retos-col-tienda, .mis-retos-col-fechas{
    display: flex;
    justify-content: flex-end;
}
.mis-retos-col-fechas{
    justify-content: flex-start;
}
.titulo-mis-retos, .titulo-mecanica-base, .titulo-reto-1a1{
    font-size: 17PX;
    font-family: sofia-pro-bold;
    font-weight: bold;
    padding-top: 25px;
    text-align: center;
    padding-bottom: 3%;
}
.titulo-mis-retos{
    padding-top: 43px;
}
.titulo-mecanica-base{
    background-color: var(--rojo-card-mecanica-base);
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.titulo-quedan-dias{
    position: relative;
    top: 44px;
}
.tit-quedan-dias-text{
    font-size: 100%;
}
.tit-quedan-dias-br{
    display: none;
}
.titulo-reto-1a1{
    background-color: var(--verde-card-reto-1a1);
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
.mecanica-base-progress{
    width: 90%;
    background-color: #EBEBEB;
    border-radius: 22px;
}
.mecanica-base-bar{
    width: 0%;
    border-radius: 6px;
    height: 17px;
}
.mecanica-card, .mecanica-reto1a1-card{
    width: 158px;
    background-color: #ffffff;
    margin-bottom: 25px;
    border-radius: 15px;
    padding: 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #cec6c6;
    height: auto;
}
.mecanica-base-porcentaje{
    font-weight: bold;
    font-size: 25px;
    text-align: center;
}
.mecanica-base-valor{
    font-weight: bold;
}
.home-top{
    display: flex;
}
.home-perfil{
    display: flex;
}
.perfil-puntos-v1, .perfil-insignias{
    font-weight: bold;
    border-style: dashed;
    border-color: var(--red);
    border-width: 1px;
    padding-top: 5px;
    padding-bottom: 1px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 10px;
}
.perfil-insignias{
    border-color: #3884EB;
 }
.mecanica-base-card{
    background-color: var(--rojo-card-mecanica-base);;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    margin: 0px;
    margin-bottom: 15px;
}
.retos-1a1-card{
    background-color: var(--verde-card-reto-1a1);
    display: flex;
    justify-content: center;
    overflow-x: auto;
}
.retos-1a1-card-footer{
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    margin: 0px;
    margin-bottom: 29px;
}
.button-retos-1a1-ver-mas{
    color: #ffffff;
    background-color: var(--rojo-retosix);
    padding-top: 7px;
    padding-bottom: 5px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 12px;

}
.linkTerminosYCondiciones, .link-personalizar-fondo{
    color: var(--rojo-retosix);
    text-decoration: underline;
    padding-left: 5px;
}
.link-personalizar-fondo{
    padding-left: 5px;
    margin-top: auto;
    margin-bottom: auto;
    text-decoration: unset;
}
.linkTerminosYCondiciones:hover, .link-personalizar-fondo:hover{
    color: var(--rojo-retosix);
}
.pop-personalizar-fondo, .pop-personalizar-fondo-inactive{
    position: absolute;
    top: -210px;
    left: 29px;
    border-style: solid;
    border-width: 1px;
    border-color: #cec6c6;
    padding-left: 33px;
    border-radius: 9px;
    box-shadow: 0px -2px 6px #00000029;
    display: none;
    padding-right: 33px;
    padding-top: 13px;
    padding-bottom: 30px;
    background-color: #ffffff;
    width: 150px;
}
.pop-personalizar-fondo{
    display:block;
}
.circle-fondo-active, .circle-fondo-inactive{
    width: 35px;
    height: 35px;
    border-style: solid;
    border-color: var(--rojo-retosix);
    border-width: 1px;
    border-radius: 19px; 
}
.circle-fondo-inactive{
    border-color: #000000;
}
.circle-personalizar-fondo-l{
    background-image: url(/general/tour-lanzamiento/icon_personaliza_fondo_lineas.png);
    background-size: 35px;
    border-width: 0px !important;
}
.circle-personalizar-fondo-r{
    background-image: url(/general/tour-lanzamiento/icon_personaliza_fondo_reto.png);
    background-size: 35px;
    border-width: 0px !important;
}
.img-engrane{
    width: 23px;
    height: 23px;
}
.p-personalizar-fondo-inactive, .p-personalizar-fondo-active{
    font-size:10px !important;
}
.p-personalizar-fondo-active{
    color: var(--rojo-retosix);
}
.notificaciones-home-right-active, .notificaciones-home-right-inactive{
    top: -135px;
    right: 25px;
    position: absolute;
}
.notificaciones-home-right-inactive{
    display: none;
}
.notificaciones-circulo{
    /*
    background-color: #FA7F15;
    border-radius: 32px;
    padding: 10px;
    */
}
.contenidoPrincipal{
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.tituloSelect{
    font-weight: bold;
    padding-right: 8px;
}
.selectorRetoSix{
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff;
    border-radius: 10px;
}
.reto1a1-progress{
    width: 100%;
    background-color: var(--gris-progress-r1a1);
    border-radius: 22px;
}
.reto1a1-percentage{
    font-size: 28px;
    font-weight: bold;
}
.r1a1-td-img{
    width: 30px;
    max-width: 30px;
}
.r1a1-table {
    width: 100%;
    display: inline-block;

}
.r1a1-thead{
display: inherit;
}
.r1a1-tbody {
overflow-y: scroll;
scrollbar-width: thin;
display: inherit;
height: 250px;
}
.r1a1-tr{
font-size: 13px;
}
.r1a1-tr-sticky{
    position: sticky;
    bottom: 0;
    background-color: #E4F5B8;
}
.r1a1-tr-dot{
    height: 12px;
    width: 12px;
    background-color: #7d9e2b;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 19px;
    left: 43px;
}
.r1a1-tr-head{
position: sticky;
top: -1px;
background-color: #F7F7F7;
font-weight: bold;
}
.r1a1-td-head, .r1a1-td-body{
padding: 6px;
}
.r1a1-table-td-1{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.r1a1-p-ranking, .r1a1-p-avance, .r1a1-p-premios{
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 8px;
}
.r1a1-p-vigencia, .r1a1-p-skus-participantes{
    font-weight: bold;
    padding-top: 13px;
    padding-bottom: 13px;
}
.r1a1-p-vigencia-txt{
    font-size: 12px;
    padding-bottom: 10px;
}
.r1a1-col-avance{
    display: flex;
    gap: 35px;
}
.img-notificaciones-circulo{
    max-width: 60px;
}
.div-banner-home{
    padding-left: unset;
    padding-right: unset;
}
@media (min-width: 768px) { 
    .rs-nav {
        display: flex;
        position:relative;
        font-size: 14px;
    }
    .wrapper {
        display: flex;
        padding-bottom: 0;
    }
    .nav-menu {
        display: flex;
        max-height: fit-content;
        padding-right: 20px;
        align-items: center;
    }

    .nav-menu li {
        padding-top: 0;
        padding-bottom: 0;
    }
    .nav-menu li button {
        font-size: 14px;
    }
    .nav-data-menu {
        position: relative;
        transform: translateX(0);
        left: 0;
        /*background-color: black;*/
        min-height: 64px;
        padding-right: 8px;
        padding-left: 8px;
    }
    .toggle {
        display: none;
    }

    .nav-mobile {
        display: none;
    }
    .cliente-notificacion {
        margin-right: 25px;
    }

    .points-history-mobile {
        display: none;
    }
    .menu-flashtips-mobile {
        /*display: none;*/

    }
    .bono-sumasix-impulsora-mobile {
        display: none;
    }

    #modalPointsHistory .points-history-comerciante, #modalPointsHistory .points-history-filters .select-months {
        width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .home-top{
        flex-direction: column;
    }
    .txt-logout {
        display: none;
    }
    .menu-nav{
        background: transparent;
        text-align:left;
    }
    .menu-nav-log{
        background: transparent;
    }
    .wrapper-log{
        text-align: center;
        display:none;
    }
    .cart-menu, .points-history {
        display:none;
     }
    .rs-nav {
        position:fixed;
    }
    .contenidoPrincipal{
        padding-top: 65px;
    }
    #deskMenuDropdown, #deskMenuDropdown2 {
        margin-left: 40px;
        width:70%;
    }
    .mis-retos-col-tienda{
        justify-content: center;
    }
    .mis-retos-col-fechas{
        justify-content: center;
        padding-top:13px;
    }   
    .r1a1-p-ranking, .r1a1-p-avance, .r1a1-p-premios{
        font-size: 21px;
    }
    .r1a1-col-avance{
        display: block;
    }
}

.homeCarouselMobile{
    text-align:center;
}

@media only screen and (max-width: 768px) {
    .homeCarouselMobile{
        display:none;
    }

    .retos-1a1-card{
        justify-content: left;
    }
    .mecanica-card{
        width: 100%;
        font-size: 12px;
    }
    .mecanica-reto1a1-card{
        font-size: 12px;
    }
    .r1a1-table {
        width: 635px;    
    }
    .titulo-quedan-dias {
        top: 41px;
    }
    .tit-quedan-dias-text{
        font-size: 11px;
    }
    .img-notificaciones-circulo{
        max-width: 51px;
    }
    .numero-de-notificaciones-v1{
        bottom: 45px;
    }
    .div-banner-home{
        padding-left: unset;
        padding-right: unset;
    }
    .img-carrito{
    margin-right: -15px;
    }
    .nav-menu li {
        text-align: left;
        margin-left: 40px;
    }
    .linkTerminosYCondiciones{
    padding-left: unset;
    }
    .tit-quedan-dias-br{
    display: block;
    }
    .span-flashtips{
        top: unset;
        left: 40px;
        bottom: 22px;
        position: relative;
    }
}