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

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

.violeta {
    color: #670D67;
}

.gris {
    color: #484848!important;
}

.bg-violeta {
    background-color: #670D67;
}

.white-text
{
    color:White;
}

a{
    text-decoration:none;
}

a.hover 
{
    color:White;
    font-size:16px;
    text-decoration: none;
}

a.hover:hover 
{
    text-decoration: underline;
    font-weight:bold;
}

.anchor-categoria{
    color:black;
    font-weight:normal;
    text-decoration: none;
}

.anchor-categoria:hover {
    color: #670D67;
    text-decoration:none;
}

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

label{
    margin:0px;
}

.btn-pronto {
    background-color: #670D67;
    color: white;
    border-radius:50px;
    cursor: pointer;
    width: 150px;
    font-weight:bold;
}

.btn-pronto:hover {
    background-color: white;
    color: #670D67;
    border-color: #670D67;
}

.btn-pronto-back {
    background-color: white;
    color: #670D67;
    border-color: #670D67;
    border-radius: 50px;
    cursor: pointer;
    width: 150px;
    font-weight: bold;
}

.btn-pronto-back:hover {
    background-color: #670D67;
    color: white;
    border-color: #670D67;
}

.btn-pronto-disabled {
    background-color: #670D67;
    color: white;
    border-radius: 50px;
    cursor: pointer;
    width: 150px;
    font-weight: bold;
    opacity: 0.5;
}

.border-gris {
    border: 1px solid;
    border-color: #E8EAEC;
    border-radius:10px;
}

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

.navbar {
    background-color: #670D67;
}

.navbar ul
{
    list-style:none;
}

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

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

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

.nav-link:hover .fa-chevron-down:before{
  content:"\f077";
}

.fa-bars
{
    color:White;
    font-size:2.0rem;
    outline:none;
}

.fa-user
{
    color:White;
}

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

.card {
    background-color: #F8F9FA;
    border: none;
}

.card-header {
    background-color: #F8F9FA;
    font-size: 22px;
}

.card-body
{
    color:#484848;
}

a.card-link:hover {
    color: black;
}

.card-link {
    color: black;
}

.collapsed
{
    color: black;
}

.card-link div
{
    content:url("/Icon/up.png");
}

.collapsed div
{
    content:url("/Icon/down.png");
}

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

.carouselControl {
    width: 45px;
    height: 45px;
    background-color: white;
    text-align: center;
    align-content: center;
    border-radius: 50px;
    opacity: 1;
}

.carouselControl .material-symbols-outlined {
    font-size: 30px;
}

.carousel-indicators li {
    background-color: #ACB5BD;
    border: none !important;
    border-radius: 50px;
    height: 15px !important;
    width: 15px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
    transition: width 0.5s ease, background-color 0.5s ease;
    list-style:none!important;
}

.carousel-indicators .active {
    background-color: #1B1B1B;
    width: 60px !important;
}

li::marker {
    content: ""; /* asegura que no aparezca ningún puntito */
}

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

.carouselDiv 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%;
    width: 100%;
    border: solid 1px #E8EAEC;
    border-radius: 10px;
}

/*------------------------------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: #cc002e;
    font-size: 20px;
}

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

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

.zoom-img:hover {
    transform: scale(1.07);
}

.boxShadow
{
    box-shadow: 0px 0px 5px 2px rgba(168,168,168,1);
    -moz-box-shadow: 0px 0px 5px 2px rgba(168,168,168,1);
    -webkit-box-shadow: 0px 0px 5px 2px rgba(168,168,168,1);
    -ms-box-shadow: 0px 0px 5px 2px rgba(168,168,168,1);
    border:1px solid;
    border-color:rgba(168,168,168,1);
    border-radius:10px;
}

.dropdown-menu.show
{
    display:flex;
}

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

.div-opcion-canje {
    border: 1px solid #ACB5BD;
    border-radius: 10px;
    background-color: #F8F9FA;
}

.div-opcion-canje.active {
    border: 2px solid #670D67;
    box-shadow: 0px 4px 10px 0px #00000026;
}

.input-opcion-canje {
    max-width: 100px;
    background-color: #F8F9FA;
    border: 1px solid #ACB5BD;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    border-radius: 4px;
    heigth:35px;
}

.ddlOrden {
    max-width: 170px;
    border: none;
    background-color: white;
    text-align: center;
    color: #670D67;
    cursor:pointer;
    z-index:1000;
}

.ddlOrden optin{
    background-color: white;
}

.anchor-producto{
    text-decoration:none;
    color:black;
}

.anchor-producto:hover {
    text-decoration: none;
    color: black;
}

.nombreProducto {
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 18px;
    line-height: 1.0;
    height: 37px;
}

.lblPuntosMasPesos {
    font-size: 15px;
    color: #670D67;
    font-weight: bold;
}

.contenedorPremio {
    border: 1px solid #E8EAEC;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 2px rgb(242 242 242);
    width:300px;
}

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

.contenedorImagenPremio {
    width: 300px;
    height: 300px;
    position: relative;
}

.contenedorDescuento {
    width: 75px;
    height: 30px;
    position: absolute;
    right: 0;
    background-color: #0B8656;
    color: white;
    font-weight: bold;
    text-align: center;
    align-content: center;
    border-radius: 4px;
    margin: 5px;
    top:0;
}

#detallesProducto {
    line-height: 0.9;
}

#categoriasLinks {
    background-color: #4D004F;
    color: white;
    right: 0;
    left: 0;
    z-index: 100;
}

#categoriasLinks a {
    color: white!important;
}

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

@media screen and (max-width:800px)
{
    .right-border{
        border-right: none;
    }

    .carouselControl {
        width: 30px;
        height: 30px;
    }
    .carouselControl .material-symbols-outlined {
        font-size:25px;
    }

    .breadcrumbs.fs-20 {
        font-size: 18px !important;
    }

    .txtBusqueda {
        width: 80% !important;
    }
    .textoPmasP {
        font-size: 20px !important;
    }
    .inputCuotas {
        height: 35px !important;
    }

    #filaNavbar {
        flex-wrap: wrap !important;
    }
    #categoriasLinks {
        border: none;
    } 
}

@media (min-width: 1030px)
{
    #contentDiv
    {
        width: 100%;
        overflow: visible;
    }
    .iconoCategoria
    {
        margin-left: 40px;
    }
    #categoriasLinks 
    {
        position:absolute;
    }

    #categoriasLinks:hover 
    {
        display: felx !important;
    }
}

@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;
        
    }
    
    .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;
    }
    #categoriasLinks:hover 
    {
        display: felx !important;
    }
    .navbar
    {
        margin:0px;
        position:relative !important;
    }
    /* IE11 */
}

.txtBusqueda {
    border-radius: 5px;
    border: none;
    outline: none;
    width: 92%;
    padding-left: 10px;
}

.btnBusqueda {
    background: #D3D3D3;
    border: none;
    width: 30px;
    height: 30px;
    margin: 3px;
    border-radius: 5px;
}

.textUnderline
{
    text-decoration: underline;
}

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

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

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

.solapaDescuento
{
    right:0;
    top:0; 
    width:300px;
    height:300px;
    opacity: 0.9;
    position:absolute;
    z-index:85;
}

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

.selectedDomicilio {
    background-color: #fdc1c1;
    border-radius: 10px 10px 0px 0px;
}

.selectedSucursal {
    background-color: #dfdfdf;
    border-radius: 10px 10px 0px 0px;
}

.contenedorEnvioDomicilio {
    border: 1px solid #fdc1c1;
}

.contenedorEnvioSucursal {
    border: 1px solid #dfdfdf;
}

.textoPmasP{
    font-size:30px;
}
.inputCuotas {
    height: 49px;
}

.imgBtnFavorito {
    border: none;
    background-color: transparent;
    outline: none;
}

.imgBtnFavorito img {
    transition: content 0.3s;
}

.imgBtnFavorito:hover img {
    content: url('/Icon/heart-selected.png');
}

.current-page {
    font-weight: bold;
    color: #670D67;
}

.pager-button {
    color: #007bff;
    text-decoration: none;
    margin: 0 5px;
}

.pager-button:hover {
    text-decoration: underline;
}

input[type="radio"] {
    appearance: none; /* Elimina el estilo predeterminado del navegador */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    background-color: white;
    border: 2px solid #ACB5BD; /* Borde para el checkbox/radio button */
    border-radius: 3px; /* Radio button tendrá bordes redondeados */
    outline: none;
    cursor: pointer;
    position: relative;
    margin-right:5px;
}

input[type="radio"] {
    border-radius: 50%;
}

input[type="radio"]:checked {
    background-color: #F8F9FA;
    border: 2px solid #670D67;
}

input[type="radio"]:checked::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: #670D67;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.img-categoria {
    border: 1px solid #eaeaea;
    border-radius: 10px;
    box-shadow: 0px 0px 2px 1px rgb(234 234 234);
    min-height: 110px;
}

.text-box-pesos {
    max-width: 50px;
    border: none;
    background-color: transparent; where ca
    outline: none;
}

.label-categoria {
    color: gray;
    font-size: 12px;
}

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

.max-width-300{
    max-width: 300px;
}

.breadcrumbs{
    display: flex;
}

.benefit-image {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: relative;
    z-index: 80;
}

.partner-logo {
    max-width: 150px;
    height: 50px;
}

.contenedorBeneficio {
    box-shadow: 0 4px 4px 0 #DDDDDD;
    -moz-box-shadow: 0 4px 4px 0 #DDDDDD;
    -webkit-box-shadow: 0 4px 4px 0 #DDDDDD;
    -ms-box-shadow: 0 4px 4px 0 #DDDDDD;
    transition: box-shadow 0.3s;
    cursor: pointer;
    width: 260px;
    height: 430px;
    border-radius: 20px;
    background-color: white;
}

    .contenedorBeneficio:hover {
        box-shadow: 0 4px 4px 0 #DDDDDD;
        -moz-box-shadow: 0 4px 4px 0 #DDDDDD;
        -webkit-box-shadow: 0 4px 4px 0 #DDDDDD;
        -ms-box-shadow: 0 4px 4px 0 #DDDDDD;
        transition: box-shadow 0.3s;
        cursor: pointer;
    }

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

.imgLogoProveedor {
    display: none;
    z-index: 110;
    position: absolute;
    width: 160px;
}

.contImgProveedor {
    width: 260px;
    height: 260px;
    position: absolute;
    background-color: transparent;
    z-index: 200;
    border-radius: 10px 10px 0px 0px;
}

    .contImgProveedor:hover .filtroTransparencia {
        background-color: White !important;
        opacity: 0.75;
        z-index: 100;
    }

    .contImgProveedor:hover .imgLogoProveedor {
        display: block;
        opacity: 1;
    }

.contenedorImagenBeneficio {
    width: 260px;
    height: 260px;
    position: relative;
}

.benefitDetails {
    width: 260px;
    height:150px;
}

.right-border {
    border-right: 1px solid white;
}

.img-benefit {
    border-radius: 10px 10px 0px 0px;
}

.benefit-partner {
    line-height: 1;
    height: 35px;
    display: block;
}

.partner-info {
    color: #484848;
}

/*------------------------------SORTEOS------------------------------*/

.img-sorteo {
    height: 100%;
    width: 100%;
    aspect-ratio: 1;
    border-radius: 8pt 0 0 8pt;
    object-fit: cover;
}

@media (max-width: 576px) {
    .img-sorteo {
        border-radius: 0;
        aspect-ratio: 16/9;
    }
}

.card-sorteo-anterior {
    width: 220px;
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.12);
    transition: box-shadow 0.3s;
}

.card-sorteo-anterior:hover {
    box-shadow: 0px 4px 14px rgba(0,0,0,0.22);
    cursor: pointer;
}

.card-sorteo-anterior img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    filter: grayscale(100%);
    display: block;
}

.card-sorteo-anterior .card-body {
    padding: 16px 12px 18px;
    text-align: center;
}

.card-sorteo-anterior .partner-name {
    font-size: 11pt;
    font-weight: 400;
    line-height: 1.3;
    font-family: 'visby_cfmedium';
}

.card-sorteo-anterior .prize-title {
    font-size: 12pt;
    font-weight: bold;
    color: #000000;
    line-height: 1.3;
    margin-top: 8pt;
    font-family: 'visby_cfbold';
}

/*------------------------------PARTICIPAR SORTEO------------------------------*/

.participar-img-sorteo {
    border-radius: 10px;
    object-fit: cover;
    max-height: 340px;
}

.participar-label {
    display: block;
    font-size: 11pt;
    font-weight: 600;
    color: #484848;
    margin-bottom: 6px;
}

.participar-input {
    border: 1.5px solid #c0c0c0;
    border-radius: 8px;
    font-size: 12pt;
    padding: 10px 14px;
    color: #2d2d2d;
    background-color: #fff;
    transition: border-color 0.2s;
}

.participar-input:focus {
    border-color: #670D67;
    box-shadow: 0 0 0 3px rgba(103, 13, 103, 0.1);
    outline: none;
}

.participar-validator {
    display: block;
    color: #cc002e;
    font-size: 11pt;
    margin-top: 4px;
}

.participar-btn {
    padding: 10px 28px;
    font-size: 11pt;
    border-radius: 50px;
    cursor: pointer;
}




