.modulo {
	padding-top: 20px;
	padding-bottom: 20px;
}
.modulo-rotador-inicio {
/*border-top: solid 5px #2a2c2d;*/

}
.modulo-informacion {
	padding-top: 25px;
	padding-bottom: 20px;/* background-color: #121518; */

}
.modulo-informacion .icon-color {
	color: #171e28;
}
.modulo-informacion .line {
	margin-right: 10px;
	position: relative;
	margin-left: 10px;
}
.modulo-informacion .line:after {
	content: '';
	height: 60%;
	width: 1px;
	background: rgba(51, 51, 51, 0.36);
	position: absolute;
	top: 20%;
	bottom: 20%;
	right: 0;
}
.modulo-informacion .line.ultimo:after {
	content: '';
	height: 60%;
	width: 1px;
	background: rgba(51, 51, 51, 0.0);
	position: absolute;
	top: 20%;
	bottom: 20%;
	right: 0;
}

@media (max-width: 767px) {
.modulo-informacion .line:after {
	content: '';
	height: 60%;
	width: 1px;
	background: rgba(51, 51, 51, 0.0);
	position: absolute;
	top: 20%;
	bottom: 20%;
	right: 0;
}
}
.modulo-titulo {
	padding-top: px;
	padding-bottom: 0px;
}
.modulo-titulo h2 {
	color: #7d7d7d;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 5px;
}
.modulo-titulo p {
	/* letter-spacing: 3px; */

	font-size: 24px;
	font-weight: 300;
	color: #b73823;
}

@media (max-width: 767px) {
.modulo-titulo h2 {
	font-size: 22px;
	line-height: 22px;
}
.modulo-titulo p {
	font-size: 18px;
}
}

.modulo-productos {
	padding-top: 20px;
	padding-bottom: 0px;
}
.modulo-detalle {
	padding-top: 35px;
	padding-bottom: 45px;
	background-color: #17437a;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
}
.modulo-detalle h2 {
	color: #FFF;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
}
.modulo-detalle h3 {
	color: #FFF;
	font-size: 23px;
	line-height: 34px;
	font-weight: 300;
}
.modulo-detalle p {
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
}
.modulo-destacado-uno {
	padding-top: px;
	padding-bottom: px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.modulo-destacado-dos {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.modulo-logos {
	padding-top: 35px;
	padding-bottom: 45px;
	background-color: #fff;
	text-align: center;
	margin-top: 20px;
}
.modulo-logos h2 {
	color: #000;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.modulo-logos h3 {
	color: #FFF;
	font-size: 23px;
	line-height: 34px;
	font-weight: 300;
}
.modulo-logos p {
	color: #7b7b7b;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	letter-spacing: 3px;
}
.modulo-empresa {
	/*background-image:url(../img/bg-empresa.jpg);*/

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.modulo-contacto {
	/*background-image:url(../img/bg-contacto.jpg);*/

	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 0px;
}
.modulo-comprar {
	background-image: url(../img/bg-comprar.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/*------------------------------------------*/

.rotador-productos-inicio .modulo-titulo {
	padding-top: 0px;
	padding-bottom: 10px;/*text-align:center;*/
}
.rotador-productos-inicio .modulo-titulo img {
	/*display:none;*/
	margin-top: -7px;
}

.rotador-productos-inicio .modulo-titulo h2 {
	color: #7d7d7d;
	font-size: 30px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 5px;
}

.rotador-productos-inicio .modulo-titulo h3 {
	color: #b5232d;
	font-size: 22px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 8px;
	color: #b73823;
}
.rotador-productos-inicio .modulo-titulo h3 a {
	font-size: 14px;
	top: -3px;
	position: relative;
	margin-left: 12px;
	font-weight: 400;
	color: #ffffff;
	background-color: #b5232d;
	padding: 3px 8px;
	border-radius: 3px;
}

@media (max-width: 767px) {
.rotador-productos-inicio .modulo-titulo h2 {
	font-size: 22px;
	line-height: 22px;
}
.rotador-productos-inicio .modulo-titulo h3 {
	font-size: 18px;
	line-height: 28px;
	display: block;
}
.rotador-productos-inicio .modulo-titulo h3 a {
	font-size: 13px;
	top: -4px;
	position: relative;
	margin-left: 5px;
	float: right;
}
.rotador-productos-inicio .modulo-titulo h3 a span {
	display: none;
}
.rotador-productos-inicio .modulo-titulo h2 .large {
	font-size: 16px;
	line-height: 26px;
	display: inline-block;
	width: 70%;
}
}
.rotador-productos-inicio .modulo-titulo p {
	/* letter-spacing: 3px; */
	font-size: 15px;
	font-weight: 400;
	color: #000;
	margin-bottom: 2px;
	text-transform: uppercase;
}
