/*===========================================*/
/*	DESKTOP LAYOUT 
/*===========================================*/


@media (min-width: 1600px) {



}
@media (min-width: 992px) and (max-width: 1199px) {
	
}

@media (min-width: 992px) {
        
    .contacto{
        padding-top:150px;
    }
    #footer{
        padding-left: 80px!important;
    }
    .nosotros{
        padding-top:130px;
    }
    #logo{
        max-width: 125px!important;
    }
    .construccion{
        font-size:54px!important;
    }
    .construccion-text{
        font-size:28px;
    }

    .social-icon{
        margin-right:10px;
    }

    .nosotros-h1, .texto-nosotros{
        color:black!important;
    }
    .fondo-nosotros{
        background-color:rgba(255,255,255,0.7) !important;
      }
}

/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
@media (min-width: 200px) and (max-width: 991px) {
    .texto-nosotros{
        font-size: 18px!important;
    }
    #logo{
        max-width:100%!important;
    }
    
    .construccion-text{
        font-size: 18px!important;
    }
    .sabor{
        font-size:40px!important;
    }
    .pesfasa{
        font-size:30px!important;
    }
	
}


/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {

}


/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 200px) and (max-width: 767px) {
	
}
@media (min-width: 600px) and (max-width: 767px) {
}
@media (min-width: 480px) and (max-width: 599px) {

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

}