@media only screen and (max-width: 1250px) {
    .contentHeaderTop nav {
        display: none !important;
    }

    .wrapper {
        display: block;
    }

    .isoHeader img {
        height: 60px;
    }

    .contentFilter {
        width: 100%;
        margin-top: 0;
    }

    .contentProducts {
        width: 100%;
    }

    .accordionStore {
        padding: ;
    }

    .boxCol3Home {
        width: 100%;
    }

    .boxCol3Home img {
        width: 100%;
    }

    .isoHeader {
        margin-right: 100px;
    }

    .contentHeaderTop {
        align-content: center;
    }

    .imgNice {
        margin: 15px 0 15px 7%;
    }
}

@media only screen and (max-width: 980px) {
    .contentSite {
        width: 98%;
    }

    .contentInfoHeader {
        width: 100%;
        height: auto;
        text-align: center;
        justify-content: center;
        background-color: #e1251b;
    }

    .contentInfoHeader span {
        color: #FFF;
    }

    .headerTop {
        background-color: #e1251b;
    }

    .isoHeader {
        margin-right: 140px;
    }

    .article {
        width: 32%;
    }

    .contentImgGallery {
        width: 100%;
    }

    .contentDateGallery {
        width: 100%;
    }

    .colDescProduct {
        width: 100%;
    }

    .col2Contact {
        width: 100%;
    }
}

@media only screen and (max-width: 760px) {
    .headerTop {
        display: none;
    }

    header {
        height: 100px;
    }

    #floatSlider {
        margin-top: 0px;
    }

    .wrapper {
        top: 16px;
    }

    .isoHeader {
        display: none;
    }

    .contentSearch input {
        width: 98%;
    }

    .article {
        width: 48%;
    }

    .flexContentSite {
        margin-top: 0px;
    }

    .btnBack p {
        top: 185px;
    }

    .boxLineProducts {
        width: 49%;
    }

    .col3footer {
        width: 100%;
    }

    .colLeftHome {
        width: 100%;
    }

    .colRightHome {
        width: 100%;
        padding-bottom: 25px;
    }

    .txtLineProducts p {
        padding: 2%;
    }

    .contentLineProducts {
        margin-top: 10px;
    }

    .imgNice {
        margin: 15px 0 15px 0.5%;
    }
}

@media only screen and (max-width: 570px) {  
    #floatSlider {
        margin-top: 0px;
    }

    .article {
        width: 48%;
    }

    .tabs {
    min-height: 100px;
    }

    .tab-content {
        min-height: auto;
    }

    .contentDateGallery {
        min-height: auto;
    }

    .colDescProduct {
        min-height: auto;
    }

    .imgProduct {
        text-align: center;
    }

    .flexBetweenContact {
        width: 90%;
        margin-left: 5%;
    }

    .info {
        font-size: 14px !important;
    }

    .boxLineProducts {
        min-height: 470px;
    }

    .txtLineProducts {
        min-height: 140px;
    }

    .col2InfoAd {
        width: 100%;
    }

    .searchCatalogo select, .searchCatalogo input[type=text] {
        width: 100%;
        box-sizing: border-box;
    }
    .searchCatalogo .searchPanel form .btnBuscar {
        display: block;
        width: 100%;
        margin-top: 8px;
    }

    .searchCatalogo .formReferencia {
        grid-template-columns: 1fr auto !important;
    }
}