@media only screen and (max-width: 1000px) {
    .rslides img {
        width: 98%;
    }

    .rslides_container {
        min-height: auto !important;
        height: auto;
    }

    .col2 {
        width: 100% !important;
        margin-bottom: 55px;
    }

    .col3 {
        width: 100% !important;
    }

    .leftColTrayectoria {
        width: 100%;
    }

    .boxServiceHome {
        margin: 20px 2% 20px 2%;
    }

    .contentEmpresa {
        width: 100%;
    }

    .contentImgGallery {
        width: 100%;
        min-height: auto;
        display: -webkit-flex;
        -webkit-box-orient: horizontal;
        -webkit-box-pack: center;
        -webkit-box-align: center;
        display: -moz-flex;
        -moz-box-orient: horizontal;
        -moz-box-pack: center;
        -moz-box-align: center;
        display: flex;
        box-orient: horizontal;
        box-pack: center;
        box-align: center;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        align-self: center;
        align-content: center;
        align-items: center;
        margin-top: 25px;
    }

    .contentDateGallery {
        width: 100%;
    }
}

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

@media only screen and (max-width: 600px) {
    h1 {
        font-size: 28px !important;
    }

    h3 {
        font-size: 14px !important;
    }

    .col3 {
        width: 100% !important;
        text-align: left !important;
    }

    .addressFooter {
        height: auto;
        padding: 25px 0px 25px 0px;
    }

    .imgResponsive {
        width: 98%;
    }

    .titleDetailProduct h2 {
        font-size: 30px !important;
    }

    .flexNoticias {
        width: 100%;
    }

    .contentNoticeGral {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 500px) {
    .imgDetailBig {
        width: 100%;
        height: 310px;
    }

    .imgDetailSmall {
        width: 70px;
        height: 70px;
    }

    .contentDetProduct {
        width: 100%;
    }

    .txtEnvio {
        padding-left: 0px;
    }
}

@media only screen and (max-width: 380px) {
    h1 {
        font-size: 24px !important;
    }

    h3 {
        font-size: 12px !important;
    }
}