/** RESPONSIVE **/


/* NAVEGADORES 1200px O MAYOR */
@media (min-width: 1200px) {
    .ancho_sitio {
        width: 100%;
    }
}

/* NAVEGADORES 1200px O MAYOR */
@media (max-width: 1200px) {
     .contenedor_listado_modelos .clear_both{
        display:none;
    }
}

/* NAVEGADORES ENTRE 980px y 1099px */
@media (max-width:990px) {
  

}

/* NAVEGADORES ENTRE 768px y 979px */
@media (max-width: 768px) {
   
    .contenedor_logo_cabecera {
        float: none;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .ancho_sitio {
        width: 98%;
        padding: 5px;
    }
    .contenedor_herramientas_individual_modelo {
        margin-top: 10px;
    }
    .boton_mostrar_cuadro_mobile{
        display:block;
    }
    .contenedor_filtro_select_categoria {
        display:block;
    }
    .contenedor_filtro_checkbox_categoria {
        display:none;
    }
    .colaborar{
        display: none;
    }
    .colaborar_mobile,
    .llamar_whatsapp{
        display: block;
    }

    form.contact-form {
        padding: 21px 6px;
    }
    
    .contact-form button#submit {
        float: none;
        width: 90%;
        margin-left: 5%;
    }
    
    .g-recaptcha.ml15 {
        margin: 0 !important;
    }
    .dt-sc-contact-info a {
        text-transform: inherit;
    }
    #slider{
        display: none;
    }
}


/* NAVEGADORES 650px */
@media (max-width: 650px) {
   
    .container {
        width: 100% !important;
    }
    .paginas_estaticas .blog-entry{
            padding: 25px 15px !important;
    }
    #main-menu{width:inherit; position:absolute;margin-left: -15px !important;}
    .logo img {
        display: inline-block;
        max-width: 240px;
    }
    .logo {
        max-width: 100%;
        height: 100px;
    }
    .boton_whatsapp {
        bottom: 7rem;  
    }
}

 
/* NAVEGADORES 480px */
@media (max-width: 480px) {
    .boton_whatsapp {
        bottom: 8.5rem;  
    }
    

   
}




/* Retina Display */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
	
}
