/** RESPONSIVE **/


@media (min-width: 1200px) {

}

@media (max-width: 1200px) {
    
}


@media (max-width:1100px) {
    .imagen_almacenamiento {
        width: 390px;
        height: 590px;
    }
    .texto_principal_almacenamiento {
        width: calc(100% - 390px);
    }
}

@media (max-width:990px) {
    .imagen_almacenamiento {
        width: 100%;
        height: 430px;
        margin-bottom: 30px;
    }
    .texto_principal_almacenamiento {
        width: 100%;
    }
}



/* NAVEGADORES ENTRE 768px y 979px */
@media (max-width: 768px) {
    
    
    .col-md-6.contenido_derecho_contacto.p-5.my-5 {
        padding: 30px 0px !important;
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    
    #contacto .col-md-6.p-5.my-5 {
        padding: 16px !important;
    }
    .col-12.bg-secondary.h-50.p-0.px-4.px-lg-0.appear-animation.animated.appear-animation-visible {
        height: 35% !important;
    }
    
    .col-12.bg-primary.h-50.p-0.px-4.px-lg-0.appear-animation.buscador_home.animated.appear-animation-visible {
        height: 65% !important;
    }
    
    #tracking h1 {
        text-align: center;
    }
    #tracking h1 span {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -23px;
        z-index: 2;
    }
    .texto_tracking {
        text-align: center;
        font-size: 23px !important;
        line-height: 39px;
        margin-top: 30px !important;
    }
    .texto_tracking span {
        display: block;
        font-size: 19px;
    }
    
    .herramientas_tracking input {width: 100%;margin-bottom: 15px;}
    
    .herramientas_tracking a.btn {
        width: 100% !important;
        display: inline-block !important;
        text-align: center;
        height: 75px !important;
        font-size: 30px !important;
        line-height: 34px !important;
    }
    .logo_clientes img{
        margin: 0 auto !important;
        max-width: 190px;
        opacity: 1 !important;
    }
    .imagen_buscar {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .imagen_buscar img {
        max-width: 135px;
    }
    
    .item_info_label {
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
        margin-top: 10px;
    }
    
    .item_info_valor {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
    }
    .almacenamiento h2 strong {
        display: block;
    }
}

/* 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) {
	
}
