<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i');

/*Generales*/

body{
    background: #fff;
    font-family: 'Source Sans Pro', sans-serif !important;
}

a:hover{
    color: #184388 !important;
}
a, a:visited, a:focus, a:hover{
    text-decoration:none;
}
 
/*Generales Fuentes*/
.contenedor {
    font-family: 'Source Sans Pro', sans-serif !important;
}

.contenedor-interno{
    font-family: 'Work Sans', sans-serif !important;
}

.deta-articulos{
    font-family: 'Source Sans Pro', sans-serif !important;
}


/*Header Login*/
header {
    background: #FFF;
}

#botonera-login {
    align-items:center;
    justify-content: space-between;
}

#logo {
    align-items: baseline;
}

#botonera-login ul li {
    line-height: 25px;
}

#botonera-login li a{
    color: #ed0000;
    font-size: 16px;
    font-weight: 500;
}

.menu_cliente {
    margin-top: 15px;
}

.menu_cliente a{
    font-size: 14px !important;
}
#botonera-login li span{
    color: #ed0000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom:10px;
    margin-left: 5px;
}
#botonera-login button.btn.btn-default.btn-sm {
    box-shadow: 0px 1px 0px 0px;
    color: #ee2d3c !important;
    border: 1.4px solid !important;
    margin-right: 8px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 6px;
    padding: 5px 18px;
    margin-top: -5px;
    line-height: 1.2;
}

#botonera-login button.btn.btn-default.btn-sm:hover {
    background: #ee2d3c;
    color: #fff !important;
}

.icono_barra {
    font-size: 22px !important;
    color: #ed0000;
    margin-left: 5px;
}
#cant_carrito{
    color: #ed0000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 5px;
}
#header-contacto{
    min-height: 40px;
    background-color: #2b3182;
    color:#fff;
    font-family: 'MiFuente01','Open Sans', Helvetica, Arial, sans-serif;
    padding: 5px 0px;
border-bottom: 4px solid #c9e7fa;}
.contenedor-contacto{
    display: flex;
    justify-content: space-between;
    line-height: 30px;
}

.mail-header{
    margin-right: 5px;
    color: #cebb8d;
    margin-left: 20px;
}

.tel-header{
    margin-right: 5px;
    color: #cebb8d;
    transform: rotate(90deg);
    margin-left: 20px;
}


.wa-header{
    color: #0de23b;
    margin-right: 5px;
    font-size: 15px;
}



/*Header Menu*/

#menu{background: #ffffff;}


#logo-texto {
    padding-left: 22px;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #777;
    position: relative;
    top: 9px;
    letter-spacing: 1px;
    /* font-weight: bold; */
}

#botonera-texto {
    width: 100%;
}

#botonera-texto ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}

#botonera-texto ul li {
    flex-grow: 0.2; /*LOC MUNDO*/
}

#botonera-texto li a{
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    line-height: 20px;
    color: #595959;
    letter-spacing: 0px;
    font-size: 14px;
}

#botonera-texto li a img{
    margin-top: -4px;
}

#botonera-texto li a:hover{
    color: #bbb !important; /*LOC Mundo*/
}

/*Header Slider*/

.marquee-contenedor{
    width: 100%;
    height: auto;
    margin: auto;
    overflow: hidden;
    margin-top: -30px;
    max-width: 100%;
    min-width: 100%;
    padding: 0;
    background-color: #fff;
}
.marquee-contenedor img{
     width: 100%;
}

#menu-buscador{
    width: 100%;
    background: #2b3182;
    padding: 10px 0px;
    margin-bottom: 20px;
}

#botonera-iconos {
    width: 100%;
    justify-content: center;
}


#logos, #logos h1{
    text-align: center;
    margin-bottom: 20px;
    color: #2b3182;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    font-weight: 600;
    overflow: hidden;
    background: #fff;
}

#logos .normal{
    width: 100%;
    max-width: 1100px;
}

#logos img{
    height: 80px;
    /* margin-right: -10px; */
    /* margin-left: -10px; */
}


/*Categorias*/
.categorias{
    justify-content: flex-start;
}

.categorias li  {
    border: none;
    border-bottom: 2px solid #777;
    background-color: #f9f9fa;
    height: 38px;
    padding-left: 0px;
}

.categorias li a,.categorias li i {
    color: #777 !important;
}

.categorias .icono {
    float: right;
    top: 9px;
    font-size: 16px;
}

.categorias .icono2 {
    font-size: 16px;
    color: #111110 !important;
    top: 4px;
    position: relative;
    font-weight: bold;
    margin-left: -5px;
}

.agru1, .agru2, .agru3 {
    box-shadow: none;
    border: none;
}
.agru1, .agru2, .agru3 a {
    color: #777 !important;
}

.ag-item {
    color: #777 !important;
}

.lupa2 {
    color: white;
    height: 30px;
    line-height: 27px !important;
    border-top: 2px solid #A8A8A8;
    border-left: 2px solid #A8A8A8;
    border-bottom: 2px solid #A8A8A8;
    width: 35px;
    min-width: 20px;
    background-color: #A8A8A8;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    text-align: center;
    font-size: 20px !important;
    cursor: pointer;
}

.lupa {
    cursor: pointer;
}

.buscador2 {
    height: 30px;
    display: flex;
    width: 100%;
}

.buscador2 input {
    min-width: 50px;
    border: 2px solid #A8A8A8;
    border-top-left-radius: 0px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0px; 
    width: 100%;
    font-size: 12px;    
    font-weight: normal;
}

/*Main Articulos*/
.resultado article:hover button {
    background: #2b3182;
    color: #fff;
}

.resultado article {
    height: 490px;
    border: none;
    justify-content: space-between;
    box-shadow:none;
    padding: 20px;
    background-color: #fff;
    position:relative;
}


.art-foto {
    margin-bottom: 0px;
}
.resultado article h4 {
    color: #6191a5;
    font-size: 17px;
    font-weight: bold;
}
.resultado article button {
    border: 1px solid #2b3182;
    color: #2b3182;
    font-weight: 600;
    padding: 6px 12px;
    border-radius: 4px;
    background-color: #fff;
}
.resultado article p {
    margin: 0 0 10px;
}

.banda-oferta{
    transform: rotate(-30deg);
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.35);
    position: relative;
    margin-top: -15%;
    top: 10%;
    left: -25%;
    width: 100%;
    background-color: #fff;
    padding-left: 35%;/*33*/
    color: #ed0000;
    font-size: 15px;
    font-weight: bold;
}

.banda-agotado {
    top: 85px;
    left: 0px;
    width: 100%;
    color: #191919;
    background-color: #dadada9e;
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #797979;
    border-bottom: 1px solid #797979;
    justify-content: center;
}

#filtros_busqueda{
    width: 100%;
    text-align: right;
    margin-bottom: 10px;
}



.resultado article input{
    width: 35px;
    margin-right: 5px;
    height: 24px;
    border: 1px solid #2b3182;
    text-align: center;
}

.resultado .pie-arti{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    bottom: 15px;
    position: absolute;
}
.resultado .icono_art{
    color: #2b3182 !important;
}

.txt-agregado{
    display: none;
    position: absolute;
    top: -25px;
    color: #fff;
    background: #dc2825;
    border-radius: 4px;
    padding: 4px 10px;
    font-size: 11px;
    height: 23px;
    margin-right: 6px;
    font-weight: bold;
    left: -1px;
}

/*MiCarrito*/
.pasos-compra h2 {
    margin:0px;
}

.paso-activo h2 {
    color: #fff;
}

/*Articulo*/

.boton-agregar-articulo:hover,.boton-agregar-articulo:focus{
    color: #ddd !important;
}

.main-articulo h3{
    margin-top: 0px; 
    margin-bottom: 0px; 
    font-size: inherit;
    color: inherit;
}

.input-canti{
    align-self: center;
}
.talle_color{
    align-self: flex-start;
    color: #111110 !important;
    font-weight: 600;
}

.agrandar{
    cursor: zoom-in;
}

/*Ver Pedido*/
.destacado-titulo-seccion h2{
    color:#fff;
    line-height: 2em;
    margin: 0;
}
/*Footer*/
.pre-footer .col-sm-6 .form-group {
    padding-left: 100px;
    padding-right: 90px;
}
.pre-footer .col-sm-6 .form-group input {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    border: none;
    padding: 10px;
}
.pre-footer .col-sm-6:last-child {
    /*height: 586px;*/
    padding-left: 10px;
    padding-right: 10px;
}
.pre-footer .col-sm-6 .form-group select {
 width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    border: none;
    padding: 12px;
        color: #333;
}
.pre-footer .col-sm-6 .form-group textarea{
 width: 100%;
    margin-bottom: 15px;
    border-radius: 8px;
    border: none;
    padding: 10px;
        height: 140px;
}
.pre-footer .col-sm-6 .form-group .btn {
    float: right;
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    padding: 5px 29px;
    border-radius: 10px;
    font-size: 18px;
    cursor: pointer;
}
.pre-footer .col-sm-6 {
    padding: 0;
}
.pre-footer {
    width: 100%;
    display: inline-block;
    background: #2b3182;
    padding-top: 25px;
    padding-bottom:20px;
    margin-bottom: 30px;
}

.footer-widgets {
    margin-bottom: 20px;
}
.footer-widgets p i {
    position: absolute;
    left: 20px;
    color: #2b3182;
    font-size: 18px;
}

.footer-widgets p {
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    padding-left: 26px;
}
.footer-widgets p:last-child {
    padding-left: 0;
}
.footer-widgets h4 {
    font-size: 16px;
    font-weight: 600;
    color: #777;
    /* margin: 0; */
}
.footer-widgets ul {
    padding: 0;
    list-style: none;
}
.footer-widgets ul li {
    line-height: 22px;
}
.footer-widgets ul li a {
    color: #777;
}
footer.footer-bottom.text-center {
    border-top: 2px solid rgba(0, 0, 0, 0.09);
    padding-top: 10px;
}

.froma {
    width: 100%;
    display: inline-block;
    background: url(img/subscribe.png);
    background-color: #000;
    margin-bottom: 20px; 
    margin-top: -6px;
}
.froma .col-sm-6 {
    padding-top: 125px;
    padding-bottom: 80px;
}
.froma p {
    color: #fff;
    font-size: 20px;
}
.froma .col-sm-6 button {
    background: #111110;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 8px 20px;
}
.froma h2 {
    color: #fff;
    font-size: 26px;
    line-height: 28px;
    margin: 0;
}


#terminos-mob{
    display:none;
}

.logo-principal{
  max-width:100px;
}

/*Depositos*/
.institucionales {
    width: 100%;
}

.institucionales h2 {
    font-size: 35px;
    font-style: normal;
    color: #292929;
    font-weight: bold;
    margin-bottom: 10px;
}


@media screen and (min-width: 1100px){ /*PC*/
    #logos .normal{
        display:block;
        margin: 0 auto;
    }
    #logos .mobile{
        display:none;
    }
}

@media screen and (min-width: 670px) and (max-width: 1100px){ /*Tablet*/
    #logos .normal{
        display:block;
        margin: 0 auto;
    }
    #logos .mobile{
        display:none;
    }

    #logo{
        width: 100%;
        justify-content: center;
    }

    #botonera-texto li a {
        font-size: 12px;
        letter-spacing: 0px;
    }
    #botonera-login {
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 670px){ /*Cel*/
    #botonera-texto ul{
        flex-direction: column;
        width: 100%;
        height: 150px;
        align-items: center;
        margin-top: 10px;    
    }

    .area-clientes{
        width: 100%;
        text-align: center;
    }

    .contenedor-interno {
        max-width: 1000px;
    }

    #logos .normal{
        display:none;
    }
    #logos .mobile{
        display:block;
        margin: 0 auto;
    }

    #logos img{
        height: 60px;
    }
    .buscador{
        min-width: 250px;
    }

    .buscador input{
        font-size: 14px;
    }

    #botonera-login li a {
        font-size: 15px;
    }
    #botonera-login ul {
        margin-top: 10px;
        justify-content: center;
        width: 100%;
    }
    #botonera-login ul {
        display: none;
    }

    .pre-footer .col-sm-6 .form-group {
        padding-left: 10px;
        padding-right: 10px;
    }





    #slider_banner{
        /* display: none; */
        margin-top: 50px;
    }

    header{
        margin-bottom: 0px;
    }

    #logo{
        width: 100%;
        flex-direction: column;
        align-items: center;
        margin-bottom: 0;
    }
    #logo-texto{
        padding-left: 0px;
        width: 100%;
        text-align: center;
    }

    .no-mobile {
        display: none !important;
    } 

    #terminos-mob{
        display:block
    }
    #header-contacto{
        display: none;
    }


    .wa-header {
        font-size: 8px;
    }
    .tel-header{
        margin-left: 5px;
    }
    .mail-header{
        margin-left: 5px;
    }

    .logo-principal{
        max-width:120px;
    }
}




























/*Estilo check*/

/* Customize the label (the contenedor_check) */
.contenedor_check {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-left: 15px;
font-weight: 600;}

/* Hide the browser's default checkbox */
.contenedor_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ddd;
}

/* On mouse-over, add a grey background color */
.contenedor_check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.contenedor_check input:checked ~ .checkmark {
  background-color: #111110;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.contenedor_check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.contenedor_check .checkmark:after {
  left: 8px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-sizing: border-box;
}

/*fin estilo check*/

/*estilo back to top*/



#back2Top {
    width: 40px;
    line-height: 36px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 10px;
    color: #ed0000;
    text-align: center;
    font-size: 30px;
    background-color: #ebebf1;
    border-radius:4px;
    border:2px solid #dcdcdc;
}
#back2Top:hover {
    background-color: #eee;
    color: #111110 !important;
}
/*fin estilo back to top*/ </pre></body></html>