/* delicel */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

*:focus,
button.btn.btn-buscartop:focus,
button.btn.btn-buscartop:active {
    outline: none
}

*::placeholder {
    padding-left: 4px
}

::-webkit-scrollbar {
    width: 15px;
    background: #4e4e4e
}

::-webkit-scrollbar-thumb {
    background-color: var(--color-marca1);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-marca1);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

::-webkit-scrollbar-thumb:active {
    background-color: #2196F3;
}

body {
    --color-marca1: #76aadb;
    /*--color-marca2: #e91e63;*/
    --color-marca2: #000000;
    --color-marca3: #fffdf1;
    --color-marca4: #e3f4e7;
    background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.style2 .title-sol span,
.title-sol.style2 span {
    color: var(--color-marca2)
}

h6 {
    border-bottom: 1px solid var(--color-marca2);
}

body.ofertas {
    padding-top: 105px;
}

div#barraDemo {
    width: 100%;
    position: fixed;
    background: rgba(233, 30, 99, 0.8);
    bottom: 0;
    z-index: 999999;
    padding: 0;
    margin: 0
}

div#barraDemo p {
    padding: 15px;
    text-align: center;
    color: #fff;
    margin: 0
}

div#barraDemo p img {
    position: relative;
    top: -2px;
}

div#barraDemo i {
    color: #fff;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 12px;
    z-index: 99999999
}

.top-bar {
    background: var(--color-marca2);
    border: 0
}

.top-bar a {
    color: #fff
}

.top-bar .search {
    display: none
}

div#leyenda_gral_top {
    position: absolute;
    top: 0;
    z-index: 10;
    left: 10%;
}

ul#menutop li:nth-child(4),
ul#menutop li:nth-child(5) {
    display: none !important;
}

ul#menutop {
    margin-bottom: 0;
}

.suscripcion .fa-envelope:before {
    content: "\f1d8"
}

header#header {
    z-index: 100;
}

.navbar-header {
    padding-top: 0;
}

.navbar-default {
    padding-top: 10px;
    height: 150px
}

.navbar-fixed-top .navbar-collapse {
    padding: 0 15px
}

.navbar-default .navbar-nav > li > a {
    font-weight: 400;
    color: #444;
    text-transform: uppercase;
}

.navbar-nav.navbar-left > li > a {
    font-weight: 400;
    color: #444;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.dropdown-menu {
    background: #000;
    color: #fff
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    background: var(--color-marca1);
    color: #fff
}

.menu-info {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    top: 100px;
    padding-left: 10%;
    border-top: 1px solid #ccc;
}

form#top-buscar {
    width: 350px;
    margin-top: 0;
    position: absolute;
    top: -70px;
    left: 10%
}

input.search-form,
input.search-form:hover,
input.search-form:focus {
    width: 340px;
    border: 1px solid var(--color-marca1);
    -webkit-box-shadow: 0 6px 8px -10px rgba(0, 0, 0, .5);
}

.btn-buscartop {
    background: transparent;
}

.caja_func_sup {
    text-transform: uppercase;
    line-height: 60px
}

#nombre_usuario:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f007";
    font-size: 20px
}

a.ircarrito:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f290";
    font-size: 20px
}

.registracion:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f234";
    font-size: 20px
}

#login_sup:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f090";
    font-size: 20px
}

.terminar_sesion_top:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f08b";
    font-size: 20px
}

.cambiar_cuenta_top:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f013";
    font-size: 20px
}

div#carrito_top {
    float: right;
    margin-top: 20px;
    margin-left: 16px;
}

#cantidad_carrito.badge {
    background: var(--color-marca1)
}

ul.nav.navbar-nav {
    margin-left: 0;
    margin-top: 0
}

.ban-top-izquierda {
    position: absolute;
    left: 47%;
    top: 5%;
    z-index: 10;
}

.in_seguridad {
    position: absolute;
    width: 120px !important;
    left: 15%;
}

/***** SLIDER *****/
div#slides_ofertas_t {
    margin-top: 3%;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

/***** SPOT *****/
.spot_top {
    line-height: 0
}

.spot_top .container {
    width: 100%;
    padding: 0;
}

.spot_top a,
.spot_ofertas_sup a {
    display: inline-block;
    width: 25%;
    overflow: hidden;
}

.spot_top img,
.spot_ofertas_sup img {
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}

.spot_top img:hover,
.spot_ofertas_sup img:hover {
    transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    -webkit-transform: scale(1.08);
}

.spot_top .img-responsive {
    margin: 0 !important;
}

/***** HOME *****/
#ofertas .container.general {
    padding-bottom: 0;
    width: 100%;
    padding: 0;
}

#ofertas .general .row {
    margin: 0 auto
}

#ofertas .col-md-12.col-xs-12.cols-grals {
    padding: 0
}

#ofertas .cols-grals {
    padding: 0;
}

.container.general {
    margin-top: 5%;
}

.prod-top img {
    height: 400px;
}

.ofertas .product:hover {
    background: #fff
}

.prod-top,
.noticiashome,
.novedadesrow.row,
.ofertasrow.row {
    width: 80%;
    margin: 2% auto;
}

.title-sol {
    font-family: Calibri, sans-serif
}

.style2 .title-sol:after,
.title-sol-style2:after,
.title-sol.style2:after {
    display: none
}

.featuredImgLook2 .inner:hover,
.product:hover {
    border-color: var(--color-marca1)
}

.product .image a img {
    transition: all 350ms ease-out 0s;
    -moz-transition: all 350ms ease-out 0s;
    -o-transition: all 350ms ease-out 0s;
    -webkit-transition: all 350ms ease-out 0s;
}

.product .image a img:hover {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}

.price-standard {
    color: var(--color-marca1);
    font-weight: 100
}

.price-sales {
    color: var(--color-marca2);
    font-weight: 100
}

.price {
    margin-bottom: 5%;
    font-weight: 400
}

.container-fluid.top-promos {
    background: url(../b/top-promo.jpg);
    height: 32px;
    margin-top: 5%;
}

.home-promos {
    background: var(--color-marca4);
    text-align: left;
    padding: 5% 8%;
}

.fad.fa-lock-alt:after,
.fad.fa-credit-card:after,
.fad.fa-store:after,
.fad.fa-truck:after {
    color: var(--color-marca1);
    opacity: 1
}

.fad.fa-lock-alt:before,
.fad.fa-credit-card:before,
.fad.fa-store:before,
.fad.fa-truck:before {
    color: var(--color-marca2);
    opacity: 1;
}

.hormigafoot h2 {
    margin: 0
}

p.iva {
    padding: 0
}

.datos-footer {
    background: var(--color-marca3);
    padding: 3% 8%
}

.datos-footer h1 {
    font-size: 20px;
    color: #444
}

.datos-footer .rsocial li i {
    border-radius: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    height: 40px;
    width: 40px;
    font-size: 20px;
}

.datos-footer li {
    padding: 8px 0
}

.favButton {
    color: var(--color-marca3)
}

.favButton.favCaja {
    padding-right: 20px;
    padding-top: 20px
}

.favButton.favCaja:hover {
    font-size: 25px;
    padding-right: 20px;
    padding-top: 20px;
    color: var(--color-marca3);
}

.favButton.favDetalle:hover,
.favButton.activo {
    color: var(--color-marca3)
}

.favButton.favLista:hover {
    font-size: 25px;
    color: #4e4e4e
}

a.favoritos_top {
    float: left;
    color: var(--color-marca1)
}

.modal-header-primary {
    background: var(--color-marca1);
}

.modal h5 {
    margin: 15px !important;
}

/***** DETALLES *****/
aside.cols-grals {
    z-index: 999999 !important;
}

.navbar-lateral {
    box-shadow: none;
}

.stButton {
    background: var(--color-marca4) !important;
    border-radius: 100%;
}

.stButton:after {
    color: var(--color-marca2) !important;
}

.socialIcon a {
    background: transparent !important;
    color: #ccc !important
}

span.st_googleplus_large {
    display: none
}

span.st_facebook_large:hover .stButton:after {
    color: #3b5998 !important
}

span.st_twitter_large:hover .stButton:after {
    color: #00acee !important
}

.orderStep li.active {
    background: var(--color-marca1);
}

.orderStep li {
    background: var(--color-marca2);
    color: #fff
}

.orderStep li.active:after {
    border-top-color: var(--color-marca1) !important
}

table.tabla_precio_x_cantidad tr.cab td {
    background: var(--color-marca1)
}

table.tabla_precio_x_cantidad,
table.tabla_precio_x_cantidad td,
table.tabla_precio_x_cantidad tr.cab td {
    border-color: var(--color-marca1)
}

.productFilter {
    border: 0
}

.form-group .form-control {
    border-color: #ccc
}

/***** BOTONES *****/
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.btn.btn-compra:hover,
.btn.btn-compra:focus {
    background: var(--color-marca1);
    color: #fff;
    border: 0
}

input#boton_compra,
.btn-default,
.btn.btn-compra,
.btn-success,
.btn-danger,
.btn-primary,
input#iniciarpago {
    background: var(--color-marca2);
    color: #fff;
    border: 0;
}

input#boton_compra:hover,
.btn-default:hover,
.btn.btn-compra:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-primary:hover,
input#iniciarpago:hover {
    background: var(--color-marca1);
    color: #fff;
    border: 0;
}

input#cantidad {
    width: 80px;
}

input#boton_compra {
    position: absolute;
    left: 20%;
    top: 35%;
    border: 0;
}

.seguir_superior,
.seguir_inferior {
    display: none
}

/***** MEDIA *****/
@media (min-width: 1920px) {
    div#slides_ofertas_t {
        margin-top: 2%;
    }

    form#top-buscar {
        left: 20%
    }

    .menu-info {
        padding-left: 20%
    }
}

@media (max-width: 1280px) {
    form#top-buscar {
        left: 5%
    }
}

@media (max-width: 480px) {
    div#leyenda_gral_top {
        top: 0;
        position: fixed;
        z-index: 100;
        left: 0;
    }

    .modal-buscar form#form-buscar {
        width: 90%;
    }

    .modal-buscar input.search-form,
    .modal-buscar input.search-form:hover,
    .modal-buscar input.search-form:active {
        width: 95%;
    }

    h4.modal-title {
        padding: 0 10px;
    }

    div#leyenda_gral_top i {
        color: #fff
    }

    .navbar-default {
        height: auto;
        padding: 0;
    }

    button.navbar-toggle {
        z-index: 100;
        margin-right: 0
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
    }

    .ban-top-izquierda {
        position: relative;
        left: 0;
        top: 0;
    }

    /*form#top-buscar {position: relative; top: 10px; }*/
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        background: var(--color-marca4);
    }

    form#top-buscar {
        display: none;
    }

    .menu-info {
        padding-left: 0;
        top: auto;
        border: 0;
        position: relative;
    }

    .container > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-collapse.in {
        margin: 15px 0;
        padding: 0
    }

    .navbar-default .navbar-collapse {
        border: 0
    }

    .spot_top a,
    .spot_ofertas_sup a {
        width: 50%;
    }

    .navbar-nav.sm-collapsible .caret,
    .navbar-nav.sm-collapsible ul .caret {
        background: var(--color-marca1);
        border: 0
    }

    input#boton_compra {
        left: 35%;
    }
}

div.boton_arrepentimiento a {
    border: none !important
}

.productos .price-sales,
.productos .price-standard,
.productos .price,
.ofertas .price-sales,
.ofertas .price-standard,
.ofertas .price {
    font: 700 18px "varela round", sans-serif;
}

.detalle .price-sales,
.detalle .price-standard,
.detalle .price {
    font: 700 22px "varela round", sans-serif;
}

.product-price {
    font: 700 18px "varela round", sans-serif;
}

/* */
.ban-top-izquierda img {
    width: 180px;
    margin-top: 7px;
}

.ban-top-izquierda {
    left: calc(50% - 90px);
}

ul#nav.nav.navbar-nav {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 10%;
}

.spot_top a,
.spot_ofertas_sup a {
    padding: 25px;
}

.product .image {
    padding: 25px;
}

.spot_top a,
.spot_ofertas_sup a {
    display: inline-block;
    width: 16.66%;
    overflow: hidden;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
}

ul#nav li a {
    font-size: 17px;
    font-weight: 400;
}

.navbar-default {
    padding-top: 10px;
    height: 140px;
}

.title-sol {
    font-family: Roboto, sans-serif;
}

.style2 .title-sol,
.title-sol.style2 {
    font-weight: 700;
}

.proy_promociones.promociones_2 {
    margin: 50px 0 100px 0;
}

.productos div#hormiga h1 {
    position: absolute !important;
    left: 50px;
    top: 15px;
    font-size: 70px;
    color: #fff;
}

.productos div#hormiga h1 a {
    color: #fff;
    font-size: 70px;
}

.product h4,
.product h4 a {
    color: #3a3a3a;
    text-decoration: none;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.1;
}

.home-promos {
    background: #e7e7e7;
    text-align: left;
    padding: 5% 8%;
}

.container-fluid.top-promos {
    background: none;
    height: 32px;
    margin-top: 5%;
}

.datos-footer {
    background: #ffffff;
    padding: 3% 8%;
}

span.ultimaact {
    margin: 0 auto;
    display: table;
}

.productos .price-sales,
.productos .price-standard,
.productos .price,
.ofertas .price-sales,
.ofertas .price-standard,
.ofertas .price {
    font: 700 30px "varela round", sans-serif;
}

.panel-heading img {
    margin: 0 auto;
    display: block;
}

ul#menutop {
    display: flex;
    justify-content: center;
}

ul#menutop li a {
    display: none;
}

.top-number.pull-left.hidden-xs {
    width: 100%;
}

#registro-top {
    font-size: 20px;
    font-weight: 400;
    display: block;
    text-align: center;
}

.social.pull-right {
    position: relative;
    top: -23px;
    height: 0;
}

span#precio {
    font-size: 30px;
}

.details-description {
    font-size: 20px;
    line-height: 1.3;
}

.proy_promociones.promociones_3 {
    margin-top: 50px;
}

h5.title-sol.style2 {
    font-weight: 300;
}

h5.title-sol.style2 b {
    font-weight: 700;
}

.boton_arrepentimiento {
    display: none;
}

form#top-buscar {
    display: none;
}

a#leyenda-top {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    top: 25px;
    position: relative;
}

.proy_promociones.promociones_2 {
    display: none;
}

@media (max-width: 480px) {

    .spot_top a,
    .spot_ofertas_sup a {
        display: inline-block;
        width: 33.33%;
        overflow: hidden;
        padding: 10px;
    }

    a#leyenda-top {
        font-size: 15px;
        font-weight: 600;
        color: #000;
        top: 10px;
        position: relative;
        text-align: center;
        display: block;
    }

    .buscador-mobile {
        display: none;
    }

    .top-number.pull-left.hidden-xs {
        display: block !important;
    }

    a#leyenda-top {
        display: none;
    }

    .container > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-collapse.in {
        margin: 5px 0;
        padding: 0;
    }

    #registro-top {
        font-size: 15px;
        font-weight: 400;
        display: block;
        text-align: center;
        margin-right: 30%;
    }

    .social.pull-right {
        position: relative;
        top: -35px;
        height: 0;
    }

    ul.social-share li a {
        display: inline-block;
        padding: 6px 10px;
        margin-right: 25px;
    }

    a.dropdown-toggle {
        padding-top: 7px;
        margin-right: 10px;
    }

    ul#nav.nav.navbar-nav {
        display: block;
    }

    ul#nav li a {
        font-size: 17px;
        font-weight: 400;
        padding: 20px 15px;
    }

    .navbar-default {
        padding-top: 10px;
        height: 110px;
    }

    body {
        padding-top: 150px;
    }

    .productos div#hormiga h1 a {
        color: #fff;
        font-size: 50px;
    }

    .productos div#hormiga h1 {
        position: absolute !important;
        left: 25px;
        top: -10px;
        font-size: 70px;
        color: #fff;
    }

    span.cart_top a {
        height: 50px;
        display: inline-block;
    }

    .loginmodal-container {
        max-width: 300px;
        margin: 0;
    }

    .proy_promociones.promociones_1 {
        display: none;
    }

    .proy_promociones.promociones_2 {
        display: block;
        margin: 10px 0;
    }
}

/* */
