/** RESPONSIVE **/
/* NAVEGADORES 1600px O MAYOR */
@media (min-width: 1600px) {
    .ancho_sitio {
        width: 100%;
    }
   
}

/* NAVEGADORES 1600px O MENOS */
@media (max-width: 1599px) {
    
   
}

/* NAVEGADORES 1400px O MENOS */
@media (max-width: 1400px) {
    
   
}


/* NAVEGADORES 1200px O MAYOR */
@media (min-width: 1200px) {
    .ancho_sitio {
        width: 100%;
    }
}
/* NAVEGADORES ENTRE 768px y 979px */
@media (max-width: 1250px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}

/* NAVEGADORES 1200px O MAYOR */
@media (max-width: 1200px) {
    
   
}

/* NAVEGADORES 1100px O MENOS */
@media (max-width: 1100px) {
    
   
}

/* NAVEGADORES ENTRE 950px y 1099px */
@media (max-width:950px) {
    .c-brand {
        margin-top: 15px !important;
    }
    .c-brand img {
        max-width: 100px !important;
    }
}
@media only screen and (max-width: 768px) and (min-width: 480px){
    
}
/* NAVEGADORES ENTRE 860px  */
@media (max-width:860px) {
    
}


/* NAVEGADORES ENTRE 768px y 979px */
@media (max-width: 768px) {
    .c-navbar-wrapper.clearfix {
        padding: 0 15px;
    }
    .news-style-one .content {
        padding: 15px;
    }
    
    .news-style-one .content img {
        max-width: 100%;
    }
    .main-slider .tp-caption{
        display:block !important;
    }
    figure.conent-image.logo_home img {
        max-width: 180px;
        margin-top: 20px;
    }

    
    .main-slider.style-two .text {
        font-size: 11px !important;
        margin-top: 45px !important;
    }
    figure.conent-image.logo_home {
        margin-left: 11vw;
    }
    
    .main-slider.style-two .text {
        margin-left: 14vw !important;
        margin-top: 13vw !important;
    }
    
    a#ver_nuestros_productos {
        margin-top: 23vw !important;
        margin-left: 14vw !important;
        font-size: 9px !important;
        line-height: 21px !important;
        background-color: #326b56;
        color: white;
    }
    .main-slider.style-two .text.segundo {
        margin-top: 18vw !important;
    }
    .fluid-column.deal-column {
        min-height: 360px !important;
    }
}

/* NAVEGADORES 650px */
@media (max-width: 650px) {
   
}

 
/* NAVEGADORES 530px */
@media (max-width: 530px) {
   
}




/* 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) {
	
}
