<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.green-whatsapp {
    background-color: #4dc247;
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 1;
    width: 55px;
    height: 55px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /* display: none; */
    display: flex;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.green-whatsapp img {
    width: 35px;
    height: 35px;
}
.mobile{
    display: none !important;
}
.desk{
    display: block !important;
}
td, tr{
    border: 0;
}
.fabricantes {
    width: 100%;
    height:30px;
    background-color: rgb(136, 136, 136);
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /*margin-left: 30px;*/
    color: white;
}
.item-descuento-01,
.item-descuento-02,
.item-descuento-03 {
   /* width: calc((100% / 1) - 15px);*/
    height: 80px;
    width: 100%;
}

.item-descuento-01 {
    background-color: #EA526F;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding:5;
    /*margin-left: -15px;*/
    color: white;
}
.item-descuento-02 {
    background-color: #FA198B;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    /*margin-left: 7px;*/
    color: white;
}
.item-descuento-03 {
    background-color: #B91372;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding:5;
    /*margin-left: 30px;*/
    color: white;
}
.texto_header{
    font-size: .875rem;
    color: #8c8c8c;
}
.logo_cabecera{
    width: auto !important;
    height: 100px !important;
} 
.espacio_superior_encabezado{
    padding-top: 10px;
    padding-bottom: 10px;
}  
.card-img-top {
    height: 317px;
}
.btn-group-sm&gt;.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1;
    border-radius: .2rem;
}
.form-control-sm {
    height: calc(1rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.navbar{
    font-size: small;
}
.navbar-brand {
/*    font-size: 2rem;
    line-height: 1.2;
    font-weight: 400;
    padding: 5rem 0 0 30px;
  */  
    display: inline-block;
    vertical-align: middle;
    top: 0;
    /* -webkit-filter: drop-shadow(3px 3px 3px rgb(87, 87, 87));
    filter: drop-shadow(3px 3px 3px rgb(87, 87, 87));*/
}
.brand_admin {
    height: 80px !important;
    width: auto;
}

.navbar-brand b {
    display: block;
    font-size: 50%;
    line-height: 1;
}

.navbar-nav {
    margin-right: 0;
}
.dropdown-item{
    font-size: small;
}
.dropdown-item:hover{
    background-color: #8c8c8c;
    color:white;
}
#logo {
    width: auto;
    height: 115px;
}
.btn {
    padding: 2px 12px;
}
.card-footer{
    padding: 0px !important;
}
.franja_posicion {
    position: relative;
}

.franja_foto {
    position: absolute;
    bottom: -25px;
    right: 10px;
    z-index: 2000 !important;
}
/*
.item {
height: 800px;
}

.item img {
max-height: auto;  
max-width: 100%; 
position: absolute;  
top: 0;  
bottom: 0;  
left: 0;  
right: 0;  
margin: auto;
}

.carousel .carousel-inner {
    height: 800px;
    background: #faf9f9;
}
*/
@media (max-width: 760px) {
    .desk {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }
/*    
    .item {
        height: 220px;
    }

    .item img {
        max-height: 100%;
        max-width: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .carousel .carousel-inner {
        height: 200px;
        background: #faf9f9;
    }
*/
    .card-img-top {
        height: auto;
    }

    #logo {
        width: auto;
        height: 80px;
    }


    .section {
        padding: 0px !important;
    }

    .item-descuento-01,
    .item-descuento-02,
    .item-descuento-03 {
        /* width: calc((100% / 1) - 15px);*/
        height: 60px;
    }

    .item-descuento-01 {
        background-color: #EA526F;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        /*margin-left: -15px;*/
        color: white;
    }

    .item-descuento-02 {
        background-color: #FA198B;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        /*margin-left: 7px;*/
        color: white;
    }

    .item-descuento-03 {
        background-color: #B91372;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        /*margin-left: 30px;*/
        color: white;
    }
    .fabricantes {
        width: 100%;
        height: auto;
        background-color: rgb(136, 136, 136);
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        /*margin-left: 30px;*/
        color: white;
    }

}</pre></body></html>