﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    margin: 0px;
    padding: 0px;
}

.naranja {
    color: #B8518B;
}

.rosado-copac {
    color: #B8518B;
}

.gris {
    color: #484848 !important;
}

.verde {
    color: #007A33;
}

.amarillo {
    color: #F5CD21;
}

.bg-amarillo {
    background-color: #F5CD21;
}

.bg-verde {
    background-color: #007A33;
}

.bg-naranja {
    background-color: #B8518B;
}

.white-text {
    color: White;
}

a.hover {
    color: White;
    font-size: 16px;
    text-decoration: none;
}

    a.hover:hover {
        text-decoration: underline;
    }

.anchor-categoria {
    color: black;
    font-weight: normal;
}

    .anchor-categoria:hover {
        color: #B8518B;
        text-decoration: none;
    }

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}

label {
    margin: 0px;
}

.btn-comprar {
    display: block;
    text-align: center;
    background-color: #b8518b;
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
    text-decoration: none;
}

.btn-comprar:hover {
    transform: scale(1.05);
    color: white;
    text-decoration: none;
}

.btn-COPAC {
    background-color: #B8518B;
    color: white;
    border-radius: 50px;
    cursor: pointer;
    width: 150px;
    font-weight: bold;
}

    .btn-COPAC:hover {
        background-color: white;
        color: #B8518B;
        border-color: #B8518B;
    }

.btn-COPAC-back {
    background-color: white;
    color: #B8518B;
    border-color: #B8518B;
    border-radius: 50px;
    cursor: pointer;
    width: 150px;
    font-weight: bold;
}

    .btn-COPAC-back:hover {
        background-color: #B8518B;
        color: white;
        border-color: #B8518B;
    }

.btn-COPAC-disabled {
    background-color: #B8518B;
    color: white;
    border-radius: 50px;
    cursor: pointer;
    width: 150px;
    font-weight: bold;
    opacity: 0.5;
}

.btn-rosado-copac {
    background-color: #B8518B;
    border-color: #B8518B;
    color: white;
}

    .btn-rosado-copac:hover {
        background-color: #a2447a;
        border-color: #a2447a
    }

.border-gris {
    border: 1px solid;
    border-color: #E8EAEC;
    border-radius: 10px;
}

/*------------------------------NAVBAR------------------------------*/

.navbar {
    background-color: #B8518B;
}

    .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;
    width: 15px;
    margin-left: 5px !important;
    margin-right: 5px !important;
    transition: width 0.5s ease, background-color 0.5s ease;
}

.carousel-indicators .active {
    background-color: #1B1B1B;
    width: 60px;
}

.carouselDiv {
    max-width: 550px;
    max-height: 550px;
    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%;
    min-height: 100%;
    width: 100%;
    height: 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 #B8518B;
        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;
    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: #007A33;
    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: 85px;
    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 {
    width: 300px;
    height: 80px;
    line-height: 0.9;
}

#categoriasLinks {
    background-color: #FFCD00;
    color: white;
    right: 0;
    left: 0;
    z-index: 100;
}

    #categoriasLinks a {
        color: white !important;
    }

/*------------------------------RESPONSIVE------------------------------*/

@media screen and (max-width:800px) {
    .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 {
        position: relative;
        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: none;
    outline: none;
    width: 90%;
    padding-left: 10px;
}

.btnBusqueda {
    background: #FFCD00;
    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;
    padding: 0px !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: #B8518B;
}

.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 #B8518B;
    }

        input[type="radio"]:checked::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            width: 10px;
            height: 10px;
            background: #B8518B;
            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;
}

input[type=checkbox] {
    zoom: 0.8;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
