/* xl */
@media only screen and (min-width : 1200px) {}

/* lg */
@media only screen and (max-width : 1199px) {
	
	li.nav-item{
		margin-left: 2.0rem;
	}
	
}

/* md */
@media only screen and (max-width : 991px) {
	
	span.certificaciones-label{
		margin-top: 25px;
	}
	
	li.nav-item{
		margin-left: 0rem;
		border-top:solid 1px rgba(0,0,0,0.1);
	}
	li.nav-item:first-child{
		border:none !important;
	}
	a.nav-link{
		padding:1.25rem 0;
	}
	.novedades{
		margin-top: 30px;
	}
	
}

/* sm */ 
@media only screen and (max-width : 767px) {
	
	#footer{
		border-top:solid 1rem black;
	}
	#footer nav{
		display:block !important;
		width: 100% !important;
	}
	#footer nav a{
		display:inline-block;
		padding:1.25rem 0;
		width: 42%;
	}
	#footer .text-right{
		text-align: center !important;
	}
	a#siete{
		display:block;
		padding:2.5rem 0 0 0;
	}
	a#siete img{
		width:32px;
	}
	
	#exportacion{
		margin-top:-500px;
		height:500px;
	}
	#exportacion section{
		margin:4.65rem 0 0 0;
		padding:5rem 0;
		background:rgba(255,255,255,0.85);
		text-align: center;
	}
	#exportacion h1 span{
		display:block;
	}
	#exportacion h2{
		display:block;
		padding:1rem 2rem 0 2rem;
	}
	
	body.productos #ajo p{
		margin-bottom: 30px !important;
	}
	body.productos #otros .row.mb-5{
		margin-bottom: 0 !important;
	}
	body.productos #otros h3{
		margin-bottom: 0 !important;
	}
	body.productos #otros img{
		margin-top: 30px !important;
	}
	
	body.contacto h4{
		margin-top: 30px;
	}
	
}

/* xs */ 
@media only screen and (max-width : 575px) {}


























