@media (max-width: 769px) {
    #contenedor {
        width: 100%!important;
    }

    .navbar-header, span.icon-bar {
        background-color: #ff2021;
    }
    
    .navbar-toggle {
        background-color: white;
    }
    
    #div_menu {
        width: 100%;
        padding: 0;
    }
    
    #menu {
        width: 100%;
        text-align: center;
        margin: 0;
        float: none;
        padding: 0;
    }
    
    #div_menu a {
        padding: 15px;
    }
    
    #productos>div>.productos:nth-child(2) {
        border: none;
    }
    
    #nosotros p {
        width: 90%;
    }
    
    #servicios > .row >div:first-child {
        padding: 17px 10% 0;
    }
    
    #servicios button {
        width: 90%;
        margin: 40px 5%;
    }
    
    #servicios ul, #servicios div > ul:nth-child(2), #servicios div > ul:last-child {
        width: 90%;
        padding-left: 0;
    }
    
    #servicios div > ul:last-child, #servicios div > ul:nth-child(2) {
        margin-top: 20px;
    }
    
    #lista_productos button {
        float: none;
        margin: 20px auto;
        position: relative;
        display: block;
    }
    
    #lista_productos .col-lg-8 {
        margin-left: 0;
    }
    
    #contacto, #presupuesto {
        width: 100%;
        min-width: 0;
        left: 0;
        top: 0;
        position: absolute;
    }
    
    #lista_productos ul {
        width: 45%;
        margin-right: 5%;
        float: left;
        margin: 0;
        vertical-align: top;
        font-size: 0.9em;
    }
    
    #lista_productos ul+p:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        clear: both;
        float: none;
        margin-top: 20px;
    }
    
    #lista_productos li {
        padding: 7px;
    }
    
    #lista_productos ul + ul {
        margin-top: 0;
        border-top: none;
    }
    
    #lista_productos ul+p {
        clear: both;
    }
    
    .seccion .col-lg-5 {
        padding: 0;
        margin: 0;
        width: 100%;
    }
    
    .seccion img {
        display: block;
        margin: auto;
        max-width: 170px;
    }
    
    .owl-dots {
        display: none!important;
    }
    
    #productos>div>.productos:nth-child(2) p {
        width: 87%;
    }
    
    .productos h1 {
        margin: 20px 0 10px;
    }
}

@media (max-width: 767px) {
    
}

@media (max-width: 479px) {
    
}