body {
	background-color: rgba(121,133,139,0.06);
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	font-weight: 500;
}

#prodSlides .carousel-control-prev-icon, #prodSlides .carousel-control-next-icon {
  background-position: 50%;
  background-size: 50% 50%;
  background-color: #999;
  border-radius: 1rem;
}

.eAlimentos {
	background-image: url(../images/etiquetas-para-alimentos.jpg);
	background-size: 50% auto;
	background-position: bottom left;
	background-repeat: no-repeat;
	min-height: 480px;
}

.eIconos {
	width: 6rem;
	height: 6rem;
	border: 0.22rem solid White;
	margin: 0 auto;
	padding-top: 1.2rem;
}

#intro ul.lead li {
	list-style-position: inside;
}

#intro ul.lead li::marker {
	color: #f08247;
}

#outro::before {
	content:"x";
	display: block;
	width: 100%;
	height: 100px;
	background: #f7f7f8;
	border-radius: 0 0 0 5rem;
	box-shadow: 0px 24px 24px rgba(0,0,0,0.16);
}

.interna .eIconos {
	margin: 0;
}

.listado {
	list-style-position: inside;
	margin:0;
	padding:0;
}

.listado li::marker {
	content: "\f058   ";
	font-family: FontAwesome;
	color: /*#79858B*/#F08247;
}

.listado li:hover::marker {
	color: #79858B;
	transition: color 1s;
}

/* max-width */
@media (min-width: 576px) {

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media (min-width: 1400px) {

}

/* min-width */
@media (max-width: 575.98px) {
	.eAlimentos {background-size: 100% auto; padding-top:24vh; background-position: top right!important;}
	.interna .eIconos {margin: -3rem auto 0 auto;}
	.cotizaEtiqueta #cotizacion .list-unstyled {display:none !important}
}
@media (max-width: 767.98px) {
	
}
@media (max-width: 991.98px) {
	.eAlimentos {background-position: center left;}
}
@media (max-width: 1199.98px) {

}
@media (max-width: 1399.98px) {

}

.contacto #outro::before {height:0px; margin-top: 10rem; content: " "}
.contacto .display-5.pt-5 {padding-top:0 !important}
.contacto #outro {background-color: #44494C !important}
.contacto {background-color: #44494C}

.cotizaEtiqueta .pocasEtiquetas {display:none}
.cotizaEtiqueta .display-2 {margin-top: 2rem}
