@media only screen and (max-width: 600px) {
    .container-info-header {
        line-height: 25px;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14px;
    }
    #submitButton{
        font-size: 16px !important;
    }
    .title-section{
        font-size: 22px !important;
    }
    .title-quienes{
        font-size: 22px !important;
    }
    .title-online{
        font-size: 22px !important;
    }
    .text-quienes{
        font-size: 15px !important;
    }
    .text-card-quienes{
        font-size: 16px !important;
    }
    .info-quienes{
        font-size: 16px !important;
    }
    .mobile-row{
        margin-bottom: 15px;
    }
    .button-online{
        font-size: 14px !important;
    }
    .text-contactanos{
        font-size: 16px !important;
    }
    .image-portada {
        display: none
    }
      
    .image-portada-mobile {
        width: 100%;
        height: 80vh;
        object-fit: cover;
        display: inline;
    }

    .text-quienes {
        max-width: 85%;
    }

    .card-quienes {
        max-width: 80%;
    }

    .icon-feature {
        margin-top: 30px;
    }

    .info-quienes {
        max-width: 85%;
        margin-bottom: 30px;
    }

    .card-online {
        margin-top: 20px;
        box-shadow: 0px 4px 12px 0px #00000099;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .image-phone {
        width: 100%;
        height: 630px;
        object-fit: contain;
        margin-top:0px;
    }

    .map-contact {
        margin-top: 20px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px
    }

    .container-contactanos-text {
        padding-left: 20px;
    }

    .container-image-footer {
        margin-top: 30px;
    }

    .text-compra {
        max-width: 70%;
        margin: 0 auto;
        margin-bottom: 20px !important;
    }

    #mainNav {
        display: none;
    }

    #mainNav_mobile {
        background-color: #E11E24 !important;
        display: inline-block;
        width: 100%;
        color: white;
    }

    .container-logo img {
        top: 5px;
    }

    .navbar-toggler {
        border-color: #E11E24;
    }

    .owl-carousel .owl-prev {
        display: none;
    }

    .owl-carousel .owl-next {
        display: none;
    }

    /* .img-responsive {
        width: 100%;
    } */

    .slick-slide {
        margin: 0 10px;
      }
      
}
