﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    margin: 0px;
    padding: 0px;
}

.whiteText {
    color: White;
}

.bg-white {
    background-color: white;
}

.red-aldo {
    color: #E30513;
}

.red-aldo-light {
    color: #E30513;
}

.red-aldo-bg {
    background-color: #E30513;
}

.grayText {
    color:#494949;
}

.gris-sura {
    color: #888B8D!important;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

a{
    text-decoration:none!important;
}

.anchor-footer{
    color:white!important;
}

.anchor-footer:hover {
    text-decoration: underline!important;
}

/* MISC  
----------------------------------------------------------*/

.puntosPesosRangeBar {
    background-color: #cc002e;
}

.btnPagar {
    border-radius: 50px;
    background-color: #cacaca;
    border: none;
    color: black;
    width: 85px;
}

.img-gray {
    filter: grayscale(100%);
}

#contentDiv {
    width: 100%;
    margin: auto;
    overflow: auto;
    overflow-x: hidden; /* height: 100%; */
}

#footerDiv {
    text-align: center;
    padding-top: 2%;
    width: 95%;
    margin: auto;
}

.footer {
    background-color: #E30513;
}

.imagen {
    width: 150px;
    height: 150px;
}



/*------------------------------NAVBAR------------------------------*/

.navbar {
    background-color: white;
}

.navbar ul {
    list-style: none;
}

.nav-link-fade-up {
    color: White;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

.navbarBlancaLink {
    color: black !important;
    text-decoration: none !important;
    font-weight: bold;
}

    .navbarBlancaLink:hover {
        border-bottom: 3px solid #E30513;
    }

.navBarLista {
    display: flex;
}

@media (max-width: 767.98px) {
    .navBarLista {
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    #liEstadoPuntos {
        order: -1;
    }

    #liIniciarSesion {
        order: -1;
    }
}

.anchorCategoria {
    text-decoration: none;
    font-weight:bold;
    color: #E30513 !important;
}

.anchorCategoria:hover {
    text-decoration: none;
    color: white !important;
    background-color: #E30513;
    border-radius: 8px;
}

.image_off,
.anchorCategoria:hover .image_on,
.categoria-home:hover .image_on {
    display: none;
    width: 30px;
    height: 30px;
}

.image_on,
.anchorCategoria:hover .image_off,
.categoria-home:hover .image_off {
    display: block;
    width: 30px;
    height: 30px;
}


.navbarBtnContainer {
    border-radius: 25px;
    border: 1px solid;
    border-color: #E30513;
}

.navbarBtnContainer:hover {
    color: white;
    border-radius: 25px;
    border: 1px solid;
    border-color: #E30513;
    background-color: #E30513;
}

.navbarBtnContainer:hover .navbarBtn {
    color: white !important;
}

.navbarBtn {
    color: #595959;
}

.nav-link-fade-up::before {
    width: 100%;
    bottom: 5px;
    opacity: 0;
}

.nav-link-fade-up:hover::before {
    bottom: 10px;
    opacity: 1;
}


/*------------------------------RANGE SLIDER------------------------------*/

#amount {
    border: none;
    color: #EC111A;
    font-weight: bold;
    width: 100%;
    margin: auto;
    background: transparent;
    outline: none;
}

#amount2 {
    border: none;
    color: #EC111A;
    font-weight: bold;
    width: 100%;
    margin: auto;
    background: transparent;
    outline: none;
}

.ui-slider .ui-widget-header {
    background-color: #EA1D25;
    height: 5px;
}

.ui-slider .ui-widget-range {
    background-color: #EA1D25;
    height: 5px;
}

.ui-slider .ui-slider-handle {
    width: 15px;
    height: 15px;
    left: 0%;
    border: 1px solid;
    border-color: rgb(230, 230, 230);
    border-radius: 0px;
    outline: none;
    background-color: White;
}

/* The slider itself */
.ui-slider {
    -webkit-appearance: none; /* Override default CSS styles */
    appearance: none;
    width: 100%; /* Full-width */
    height: 5px; /* Specified height */
    background: #9a9a9a; /* Grey background */
    outline: none; /* Remove outline */
    opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
    -webkit-transition: .2s; /* 0.2 seconds transition on hover */
    transition: opacity .2s;
}

    /* Mouse-over effects */
    .ui-slider:hover {
        opacity: 3; /* Fully shown on mouse-over */
    }

/*------------------------------FAQS------------------------------*/

.card {
    background: transparent;
    border: none;
}

.card-header {
    background: transparent;
    font-size: 20px;
}

.card-link {
    color: #E30513;
}

.card-link:hover {
    color: #E30513!important;
}

.card-link.collapsed {
    color: #888B8D;
}

.card-body {
    font-size: 18px;
}

.card-link .material-icons::before {
    content: "keyboard_arrow_down";
}

.card-link.collapsed .material-icons::before {
    content: "keyboard_arrow_up";
}



/*------------------------------CAROUSEL------------------------------*/

.carousel-indicators li {
    border: none !important;
    border-radius: 50px;
    height: 20px;
    width: 20px;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.carousel-indicators .active {
    background-color: #444;
}

.carousel-control-next,
.carousel-control-prev {
    width: 20px;
    filter: invert(100%);
}

.carouselDiv {
    max-width: 500px;
    max-height: 500px;
    padding-top: 100%;
}

    .carouselDiv img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

#contenedorImagen {
    max-width: 700px;
    max-height: 700px;
    padding-top: 100%;
    background-image: linear-gradient(rgba(156, 158, 161, 1), rgba(255, 255, 255, 1));
}

    #contenedorImagen img {
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }

.carouselDetalle {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 2px !important;
}

.carouselDetalleImg {
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
}

/*------------------------------FILTROS------------------------------*/

#btnBuscar {
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}

#txtFiltroNombre {
    width: 82%;
    height: 22px;
    border: none;
    outline: none;
    background: transparent;
}

.btnFiltrarPuntos {
    border-radius: 50px;
    background-color: #cacaca;
    border: none;
    color: black;
    width: 85px;
}

.red {
    color: #EC111A;
    font-size: 20px;
}

.green {
    color: Green;
    font-size: 20px;
}

.form-control {
    border-style: solid;
    border-color: #888B8D;
}

input[type=checkbox] {
    zoom: 0.5;
    width: 20px;
    height: 20px;
}

.boxShadow {
    box-shadow: 3.41026px 3.41026px 11.641px rgba(142, 169, 194, 0.26);
    -moz-box-shadow: 3.41026px 3.41026px 11.641px rgba(142, 169, 194, 0.26);
    -webkit-box-shadow: 3.41026px 3.41026px 11.641px rgba(142, 169, 194, 0.26);
    -ms-box-shadow: 3.41026px 3.41026px 11.641px rgba(142, 169, 194, 0.26);
    border-radius: 10px;
}

/*------------------------------PRODUCTOS------------------------------*/

.contenedorPremio:hover #detallesProducto {
    background-color: White !important;
    transition: 1s;
    color: Black;
}

.contenedorPremio {
    box-shadow: 3.41026px 3.41026px 13.641px rgba(142, 169, 194, 0.26);
    -moz-box-shadow: 3.41026px 3.41026px 13.641px rgba(142, 169, 194, 0.26);
    -webkit-box-shadow: 3.41026px 3.41026px 11.641px rgba(142, 169, 194, 0.26);
    -ms-box-shadow: 3.41026px 3.41026px 13.641px rgba(142, 169, 194, 0.26);
    transition: box-shadow 0.3s;
    cursor: pointer;
    width: 257px;
    height: 320px;
    border-radius:20px;
    background-color:white;
}

.contenedorPremio:hover {
    box-shadow: 3.41026px 3.41026px 13.641px rgba(150, 175, 200, 0.32);
    -moz-box-shadow: 3.41026px 3.41026px 13.641px rgba(150, 175, 200, 0.32);
    -webkit-box-shadow: 3.41026px 3.41026px 17.641px rgba(150, 175, 200, 0.32);
    -ms-box-shadow: 3.41026px 3.41026px 13.641px rgba(150, 175, 200, 0.32);
    transition: box-shadow 0.3s;
    cursor: pointer;
}


.btnDetallesProducto {
    z-index: 100;
    position: absolute;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

.btnDetallesProducto {
    z-index: 100;
    position: absolute;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
}

/*------------------------------RESPONSIVE------------------------------*/

@media screen and (min-width:1050px) {
    #navbarSupportedContent ul {
        height: 100%;
    }
}

@media screen and (max-width:800px) {
    #filaNavbar {
        flex-wrap: wrap !important;
    }

    #LabelNombre {
        font-size: 28px;
    }

    .dropdown-menu {
        z-index: 200;
        right: 0;
        left: 0;
        background-color: White;
        border: none;
    }

    #txtFiltroNombre {
        height: 35px;
    }

    .imgPrecanje {
        max-height: 70px;
    }

    .carousel-control-next,
    .carousel-control-prev {
        width: 13px;
        filter: invert(100%);
    }
}


@media screen and (min-width:800px) {
    #contentDiv {
        margin: 0px;
        width: 100%;
    }

    #footerDiv {
        margin: auto;
        text-align: center;
    }

    .navbar Label {
        font-size: 18px;
    }
}

@media all and (-ms-high-contrast:none) {
    /* IE10 */
    *::-ms-backdrop, .celdaTabla {
        width: 346px;
    }

    .navbar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 100;
    }

    #divDegrade {
        position: absolute !important;
    }

    #imgLogoScotia {
        float: right;
    }

    .contenedorPremio {
        width: 300px;
        margin: 20px;
    }

        .contenedorPremio:hover {
            border-collapse: separate;
            box-shadow: 0px 0px 10px 4px rgba(173,173,173,1);
            transition: box-shadow 0.3s;
            cursor: pointer;
        }

    .navbarLinks {
        width: 100%;
    }

    .nombreProducto {
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 1.0;
        color: #000000;
        font-weight: normal;
    }

    .navbar {
        margin: 0px;
        position: relative !important;
    }
    /* IE11 */
}

.txtBusqueda {
    border: solid 1px;
    border-radius: 50px;
    max-height: 40px;
}

.textUnderline {
    text-decoration: underline;
}

.roundBorder {
    border: solid 1px;
    border-radius: 50px;
}

.dropdown {
    outline: none !important;
    max-height: 26px !important;
    padding: 0px !important;
}

.btn-link {
    color: Black !important;
}

.txtRounded {
    border: none;
    outline: none;
    line-height: 20px;
    border-radius: 50px;
    background-color: #E30513;
    color: white;
    font-weight: bold;
    width: 90%;
}

.contenedorTxtRounded {
    height: 45px;
    background-color: #E30513;
    color:white;
    font-weight: bold;
    border-radius: 50px;
    width: 200px;
}

/* The message box is shown when the user clicks on the password field */
#message {
    position: relative;
    margin-top: 10px;
}

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

    .valid:before {
        position: relative;
    }

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
    color: red;
}

    .invalid:before {
        position: relative;
    }

#overlay {
    position: fixed;
    z-index: 99;
    top: 0px;
    left: 0px;
    background-color: #f8f8f8;
    width: 100%;
    height: 100%;
    filter: Alpha(Opacity=90);
    opacity: 0.7;
    -moz-opacity: 0.7;
}

#theprogress {
    background-color: transparent;
    padding: 10px;
    width: 300px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    filter: Alpha(Opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

#modalprogress {
    position: absolute;
    top: 40%;
    left: 50%;
    margin: -11px 0 0 -150px;
    color: #990000;
    font-weight: bold;
    font-size: 14px;
}

.LockOn {
    visibility: visible;
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    width: 105%;
    height: 105%;
    background-color: white;
    vertical-align: bottom;
    padding-top: 20%;
    filter: alpha(opacity=75);
    opacity: 0.75;
    background-image: url("/Icon/loading.gif");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
}

.oldPrice {
    color: #a3a3a3;
    text-decoration: line-through;
}

.txtLogin {
    width: 90%;
    background: transparent;
    border: none;
    color: #4E4E4E;
    margin-left: 10px;
    outline: none;
}

.divLogin {
    border: none;
    border-radius: 5px;
    background-color: #EEEEEE;
}

.btnAccion {
    color: white;
    border-color: #E30513;
    border-radius: 25px;
    background-color: #E30513;
    padding: 6px 30px 6px 30px;
    font-size: 18px;
    
}

.btnBarraImagenes {
    background-color: transparent;
    border: none;
    margin-left: 10px;
    margin-right: 10px;
    width: 90px;
    height: 90px;
    padding: 0px;
    outline: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

.btnDropdown img{
    width:66px;
    height:66px;
}

.lblNombreCat:hover {
    text-decoration: underline!important;
    cursor:pointer;
}

.anchorCat {
    color: #000000;
    font-weight: normal;
    text-decoration: none;
}

    .anchorCat:hover {
        color: #000000;
        font-weight: normal;
        text-decoration: none;
    }

.imgLanding:hover {
    -webkit-filter: brightness(90%);
}


.dropdown-menu {
    width: 230px;
    border: none;
    z-index: 200;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
    border-radius:15px;
}

/*Puntos mas pesos slider*/

.slider {
    width: 75%;
}

.puntosPesosRangeBar {
    -webkit-appearance: none;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, rgb(204,0,46) 100%, rgb(214,214,214) 0%);
    outline: none;
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: opacity 0.2s;
    border-radius: 12px;
}


.slider:hover {
    opacity: 1;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
}

/*Catalogo Sorteos*/

#detallesSorteo {
    cursor: default;
    color: Black;
    width: 48em;
    height: 9.375em;
    line-height: 0.9;
    background-color: #EBEBEB;
    font-weight: normal;
    position: absolute;
    z-index: 100;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-bottom: 50px !important;
    border: 0.4px solid #D0D0D0;
    box-sizing: border-box;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
}

.contenedorSorteo {
    width: 1000px;
    margin: 20px;
    margin-bottom: -1em !important;
}

    .contenedorSorteo:hover {
        border-collapse: separate;
        cursor: pointer;
    }

.nombreSorteo {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.0;
    color: #000000;
    font-weight: normal;
    width: 65%;
}

.detallesSorteoElements {
    display: inherit;
}

.txtCountdown {
    font-size: 11.50px;
}

.valuesCountdown {
    font-size: 19px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.boxesCountdown {
    width: 51.19px;
    height: 40.46px;
    background: #EC111A;
    box-shadow: 1.65124px 1.65124px 3.30249px #C8C8C8;
    border-radius: 4.12811px;
    display: table;
}

.btnParticipar {
    background-color: #7849B8;
    width: 128px;
    height: 49px;
    border-radius: 5px;
    font-size: 19px;
    margin-top: 11px;
    margin-left: 2.5em;
    transition: box-shadow .5s ease-in-out;
    -moz-transition: box-shadow .5s ease-in-out;
    -webkit-transition: box-shadow .5s ease-in-out;
}

    .btnParticipar:hover {
        box-shadow: inset 4px 4px 4px rgba(0, 0, 0, 0.25);
        transition: box-shadow .5s ease-in-out;
        -moz-transition: box-shadow .5s ease-in-out;
        -webkit-transition: box-shadow .5s ease-in-out;
    }

.sorteosImageContainer {
    width: 1000px;
    height: 300px;
    position: relative;
    z-index: 102;
}

.imgLogoSorteos {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.sorteosImgHover {
    z-index: 103;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15.5em;
}

    .sorteosImgHover:nth-of-type(2) {
        margin-top: 12.5em;
    }

    .sorteosImgHover:hover input {
        background-color: rgba(251, 251, 251, 0.8) !important;
        transition: 0.5s;
    }

    .sorteosImgHover:hover img {
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.5s linear;
    }

.contenedorSorteoFinalizado {
}

    .contenedorSorteoFinalizado:hover {
    }

.imgLogoSorteosFinalizados {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.imgSorteosFinalizados {
    transition: 0.5s;
}

.sorteoFinalizadoHover {
    z-index: 103;
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .sorteoFinalizadoHover:hover {
        transition: 0.5s;
        background-color: rgba(251, 251, 251, 0.8) !important;
    }

        .sorteoFinalizadoHover:hover .imgLogoSorteosFinalizados {
            visibility: visible;
            opacity: 1;
            transition: 0.5s;
        }



/*Responsive Sorteos*/

@media screen and (max-width:1042px) {
    #detallesSorteo {
        color: Black;
        width: 29em;
        height: 22em;
        line-height: 0.9;
        background-color: #EBEBEB;
        font-weight: normal;
        position: absolute;
        z-index: 100;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: -50px !important;
        border: 0.4px solid #D0D0D0;
        box-sizing: border-box;
        box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
    }

    .detallesSorteoElements {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .btnParticipar {
        background-color: #7849B8;
        width: 128px;
        height: 49px;
        border-radius: 5px;
        font-size: 19px;
        margin-top: 25px;
        margin-left: 0;
        transition: box-shadow .5s ease-in-out;
        -moz-transition: box-shadow .5s ease-in-out;
        -webkit-transition: box-shadow .5s ease-in-out;
    }

    .nombreSorteo {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-height: 1.0;
        color: #000000;
        font-weight: normal;
        width: 100%;
        text-align: center;
    }

    .divPuntosSorteo {
        margin-left: 30px !important;
        margin-top: 10px !important;
    }

    .contenedorSorteo {
        width: 600px;
        margin: 20px;
        margin-bottom: 8em !important;
    }

    .sorteosImageContainer {
        width: 600px;
        height: 400px;
        position: relative;
    }
}

@media screen and (max-width:624px) {
    #detallesSorteo {
        color: Black;
        width: 18em;
        height: 22em;
        line-height: 0.9;
        background-color: #EBEBEB;
        font-weight: normal;
        position: absolute;
        z-index: 100;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-bottom: -80px !important;
        border: 0.4px solid #D0D0D0;
        box-sizing: border-box;
        box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.25);
    }

    .sorteosImageContainer {
        width: 400px;
        height: 400px;
        position: relative;
    }

    .contenedorSorteo {
        width: 400px;
        margin: 20px;
    }
}

.imgPasos {
    width: 100%;
    height: 100%;
    max-width: 300px;
    max-height: 300px;
}

.grayBg {
    background-color: #EEEEEE !important;
    border: none !important;
    color: #606367;
    height: 55px;
}

#liCategorias:hover .categoriasLinks {
    display: flex !important;
}

#liCategorias:hover .beneficiosLinks {
    display: none !important;
}

#liBeneficios:hover .beneficiosLinks {
    display: flex !important;
}

#liBeneficios:hover .categoriasLinks {
    display: none !important;
}

.separador {
    border-bottom: 1px solid #B0C2F2;
    width: 80%;
}

#categorias a:hover label {
    text-decoration: underline;
    font-weight: bold;
    cursor: pointer;
}

.btn-descripcion-bases {
    font-size: 22px;
    color: #898989;
}

.btn-descripcion-bases:hover {
    cursor: pointer;
}

.cont-descripcion-baeses {
    border: 1px solid #E1E1E1;
    border-radius: 20px;
}

.loginInput {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8EAFF;
    box-shadow: -1px 0px 21px 8px #EFF2F9;
    border-radius: 26.5px;
    outline: none;
    font-size: 18px;
}

.contenedorPuntos {
    border-color: #4EC3E0;
    border: 1px solid;
    border-radius: 25px;
    padding:5px 25px 5px 25px;
}

.lblPuntos {
    font-size: 15px;
    font-weight:bold;
    color: #00AEC7;
    line-height: 31.28px;
}

.contenedorPremio:hover .lblPuntos {
    text-decoration: underline;
}

.lblNombre {
    font-size: 15px;
    text-decoration: none;
    color: #E30513;
    font-weight: 700;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}

.anchorProducto:hover .lblNombre {
    text-decoration: none;
    color: #E30513;
}

.anchorProducto:hover{
    cursor:pointer;
}

.iconContacto {
    width: 22px;
    height: 22px;
}

.imgLogoPartner{
    height:65px;
}

.lblEstadoPuntos {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 10%;
    font-size:25px;
}

.iconEstadoPuntos {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width:40px;
    height:40px;
}

.contenedorEstadoPuntos {
    border: 1px solid #E30513;
    min-width: 230px;
    max-width: 230px;
    height: 110px;
    border-radius: 20px;
}

.ui-tooltip, .arrow:after {
    border: 1px solid #808080;
    background-color: white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 20px;
    font: 12px;
    box-shadow: 0 0 7px black;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 23px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }


.fontsize16{
    font-size:16px!important;
}

.categoria-home {
    background-color: #E30513;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
}

.categoria-home:hover {
    background-color: #F4F4F4;
}

.categoria-home a {
    text-decoration: none;
    font-weight: bold;
    color: white !important;
    padding: 35px 50px;
}

    .categoria-home:hover a {
        text-decoration: none;
        color: #E30513 !important;
        background-color: #F4F4F4;
        border-radius: 30px;
    }

.txt-titulo {
    color: #E30513;
    font-size:30px;
    font-weight: bold;
}

.divisor-red {
    border: 3px solid #E10000;
    opacity: 0.1;
    width: 225px;
}

.curved-container {
    background-color: #F4F4F4;
}

.btn-personalizado {
    border-radius: 50px;
    border: none;
    width: 170px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
}

.btn-gris {
    background-color: #F4F4F4;
    border: 1px solid #F4F4F4;
    color: #E30513;
}

.btn-gris:hover {
    background-color: #E30513;
    border: 1px solid #E30513;
    color: white;
}

.btn-red {
    background-color: #E30513;
    border: 1px solid #E30513;
    color: white !important;
}

.btn-red:hover {
    background-color: white;
    border: 1px solid #E30513;
    color: #E30513 !important;
}

.btn-blanco {
    background-color: white;
    border: 1px solid #E30513;
    color: #E30513;
}

.btn-blanco:hover {
    background-color: #E30513;
    border: 1px solid #E30513;
    color: white;
}

.img-cat-home{
    max-width:40px;
}

.border-radius-28{
    border-radius:28px;
}

.btn-hacete-socio {
    background-color: #F4F4F4;
    border-radius: 26px;
    color: #E30513;
    font-weight: bold;
    padding: 10px 30px;
    border: 1px solid #f4f4f4;
}

.btn-hacete-socio:hover {
    background-color: #E30513;
    border-radius: 26px;
    color: white;
    font-weight: bold;
    padding: 10px 30px;
    border: 1px solid white;
}

.txt-canje {
    color: #E30513;
    border-radius: 28px;
    border: 1px solid #888B8D;
    height:50px;
}

.txt-adhesion {
    color: #3E6CED;
    border-radius: 28px;
    border: 1px solid #0033A0;
    height: 50px;
}

.padding-75rem {
    padding: 0rem .75rem!important;
}

.icon-faqs {
    width: 15px;
    height: auto;
    border: none;
}

.img-inactivo {
    width: 257px;
    height: 340px;
    filter: grayscale(1);
}

#copyButton {
    padding: 10px 20px;
    background-color: #f2f2f2;
    border: none;
    cursor: pointer;
    color: #888B8D;
}

#copyButton:hover {
    background-color: white;
    border-color: #f2f2f2;
}

#linkInput {
    width: 300px;
}

.btnEliminarCampo {
    margin-right: -40px;
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
}

.error-input {
    border-color: red !important;
    border: 1px solid;
}

#rbPorTelefono + label,
#rbPorMail + label {
    margin-left: 8px;
}

.btnBackToTop {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 1000;
    transition: opacity 0.3s ease;
    outline: none;
}

.btnBackToTop img{
    max-width:50px;
}

.footer-icon{
    max-width:30px;
}

.red-txt-box {
    border-radius: 28px;
    border: 1px solid white;
    background-color: #E30513;
    color: white;
    height: 50px;
}

    .red-txt-box[readonly] {
        border-radius: 28px;
        border: 1px solid white;
        background-color: #E30513;
        color: white;
        height: 50px;
        opacity: 1 !important;
    }

.txt-white-placeholder::placeholder {
    color: white; /* rojo */
    opacity: 1;
}

.activeMenuItem .navbarBlancaLink {
    border-bottom: 3px solid #E30513;
}









