/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/

    /* Custom, iPhone Retina */ 
    @media only screen and (min-width : 320px) {
        
    }

    /* Extra Small Devices, Phones */ 
    @media only screen and (min-width : 480px) {

    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {

    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {

    }



    /*==========  Non-Mobile First Method  ==========*/

    /* Large Devices, Wide Screens */
    @media only screen and (max-width : 1200px) {

    }

    /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
.nav li{
	padding-left:0px;
	padding-right:0px;
}
.navbar-brand img{
	width:180px;
	margin-top:20px;
	margin-left:10px;
}
.ban_txt_empresa{
	font-size:16px;
	width:200px;
	height:30px;
}
.ban_txt_calidad{
	font-size:20px;
	width:200px;
	height:30px;
}
.ban_txt_exportacion{
	font-size:16px;
	width:200px;
	height:30px;
}
    }
    /* Small Devices, Tablets */
    @media only screen and (max-width : 768px) {
.nav li{
	font-size:18px;
}
.nav li a {
	height:64px;
	padding-top: 20px;
}
.ban_txt_empresa{
	font-size:12px;
	width:150px;
	height:20px;
	padding-top:3px;
}
.ban_txt_calidad{
	font-size:14px;
	width:150px;
	height:20px;
	padding-top:3px;
}
.ban_txt_exportacion{
	font-size:12px;
	width:150px;
	height:20px;
	padding-top:3px;
}
.slide2_txt{
	padding-top:150px;
}
    }
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {

    }

    /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
.carousel-inner{
			height:600px;
		}
.ban_txt_empresa{
	font-size:10px;
}
.ban_txt_calidad{
	font-size:12px;
}
.ban_txt_exportacion{
	font-size:10px;

}
    }