/* 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;
}

/* 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: #c92130;
}
.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 {
    /* min-height: 78vh; */
    width:100%;
    margin-bottom: 4vh;
}
.titulo {
    font-size: var(--titulo-font-size);
    font-family: sofia-pro-bold;
    font-weight: bold;
    margin-top: 2%;
}
.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;
}

.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: 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-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);
}

@media only screen and (max-width: 768px) {
    .boton-4R1A1 {
        font-size: calc(12px + 0.8vw);
        padding: 5px 12px;
    }
}
.boton-4R1A1:hover,
.boton-4R1A1:active,
.boton-4R1A1:focus {
    background: white;
    color: #197dd8;
    box-shadow: inset 0 0 2px #197dd8;
    outline: none;
}
.boton-4R1A1: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%;
}
#deskMenuDropdown {
    position: absolute;
    color: white;
    z-index: 2;
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
}
#deskMenuDropdown li {
    padding: 5px 10px;
    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 {
    padding-left: 5px;
    border-radius: 50%;
    width: 18px;
    font-size: 12px;
    color: white;
    background-color: black;
    font-weight: bold;
}
@media only screen and (max-width: 767px) {
    .noElementosCarrito {
        bottom: 41%;
        right: 4%;
        width: 14px;
        font-size: 9px;
        color: white;
        text-align: center;
    }
}
#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: 25px;
    margin-right: 15px; 
    margin-left: 15px;
}
.numero-de-notificaciones, .numero-de-elementos{
    width: 20px;
    bottom: 24px;
    left: 28px;
    position: relative;
}
.wrap-notifications{
    overflow-y: scroll;
    height: 60vh;
}
.close-notifications{
    color:#DB001E;
    font-size: 20px;
}
.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;
}

ul li a {
    color: white;
}

ul li a:hover {
    color: white;
    text-decoration: 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;
}
.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;
}

.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;
}

@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;
    }
    .nav-secondary-menu {
        background: #cccccc;
        /*margin-right: 288px;*/
        top: 64px;
        right: 0px;
    }
    .nav-secondary-menu ul {
        color: black;
    }
    .nav-secondary-menu ul li:not(.bonos-bis) {
        display: block;
    }
    .toggle {
        display: none;
    }

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

    .points-history-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) {
    .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 {
        width:70%;
    }
    
}

.homeCarouselMobile{
    text-align:center;
}

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