.numeros{
        padding: 20px;
        background: #0897cfe3;
        margin-bottom: 20px;
        margin-top: 20px;
    }

.sp-comingsoon-title{
    background-color: #0092cf;
    margin-top: 30px !important;
}

.comingsoon-logo{
    background-color: white;
}

.chronoforms6_credits{
    opacity: 0;
}


/* AJUSTE DE IMAGENES EN LA CATEGORIA DEL PRODUCTO */

#k2Container.gridview .itemContainer .catItemBody .catItemImageBlock {
    padding: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

span.catItemImage img {
    width: auto !important;
    height: 150px !important;
}

#k2Container.gridview .itemContainer .catItemBody {
    padding: 0;
    min-height: 10px;
    margin-top: 20px;
}

#k2Container.gridview .itemContainer .catItemView {
    min-height: 270px;
}



/* AJUSTE DE IMAGENES EN EL PRODUCTO */

#k2Container .itemImageBlock {
    display: flex !important;
    justify-content: center;
    align-items: center;
}    

span.itemImage img {
    width: auto !important;
    height: auto !important;
}

@media screen and (min-width: 700px){
span.itemImage img {
    width: auto !important;
    height: 400px !important;
}}

/* AJUSTE DE FOOTER ACYMAILING */

.acymailing_module .acyfield_email .inputbox {
    height: 50px;
    padding: 6px 12px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.acymailing_module .acysubbuttons .button {
    height: 60px;
    padding: 0 70px;
    font-size: 16px;
    border-radius: 0;
    background-color: #0897cf;
    border-color: #0897cf;
    color: #fff;
    margin-right: 0px !important;
}

table.acymailing_form {
    margin: 0px !important;
}

div.k2SearchBlock form input.button {
    padding: 7px 22px 11px;
}

div.k2CategoriesListBlock ul li a span.catTitle {
    padding-right: 0px !important;
}

div.k2CategoriesListBlock ul li {
    padding: 0px 10px !important;
}

@media screen and (min-width: 320px) and (max-width: 767px){ 
ul.social-icons {
    margin: -5px !important;
    width: auto  !important;
    text-align: unset !important;
}
}