.modulo{
	padding-top:20px;
	padding-bottom:20px;
}

.modulo-rotador-inicio{
	/*border-top: solid 5px #2a2c2d;*/
	margin-bottom:15px !important;
	margin-top:15px;
}


.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:40px;
	padding-bottom:10px;
	/*text-align:center;*/
}

.modulo-titulo img{
	/*display:none;*/
	    margin-top: -7px;
}

.modulo-titulo h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 8px;
    letter-spacing: 0.8px;
    color: #000000;
    position: relative;
    text-transform: uppercase;
}

.modulo-titulo h2:before {
    /*content: '';
    position: absolute;
    bottom: -2px;
	left: 37%;
	right: 37%;
	background-color: #fc8b25;
	height: 4px;
	width: 26%;*/
}

.modulo-titulo h2 span {
	font-weight:600;
}


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


.h-degrade {

}

.modulo-titulo p {
    /* letter-spacing: 3px; */
    font-size: 15px;
    font-weight: 400;
    color: #000;
	margin-bottom:2px;
	text-transform:uppercase;
}

.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;*/
	
	padding-top:0px;
	padding-bottom:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.modulo-logos{
	padding-top:35px;
	padding-bottom:45px;
	background-color: #fff;
	text-align:center;
	margin-top:20px;
}

.modulo-logos h2{
	/*background: -webkit-linear-gradient(#150002,#de0211);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
    color: #3d2111;
	font-size:20px;
	line-height:34px;
	font-weight:600;
    margin-bottom: 0px;
	text-transform:uppercase;
	margin-bottom:15px;
}

.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-box-carousel {
	background-color: #ebebeb;
	padding-top:30px;
	padding-bottom:30px;
    background-image: url(../img/modulo-131.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 30px;	
}

.modulo-box-carousel .box{
    padding-top:15px;
}

.modulo-box-carousel .box .marca{
    font-size: 20px;
    font-weight: 500;
	color: #fd8c25;
}

.modulo-box-carousel .box .titulo{
	font-size: 38px;
	font-weight: 700;
	width: 70%;
	color: #fff;
}

.modulo-box-carousel .box .descripcion{
    font-size: 15px;
    font-weight: 200;
	color: #fff;
}

.modulo-box-carousel .box .btn-comprar {
	text-align: center;
	padding: 12px 25px;
	background-color: #fff;
	border-radius: 50px;
	color: #fd8c25;
	display: inline-block;
	font-size: 16px;
	font-weight:500;
	text-transform: uppercase;
	margin-top:22px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.modulo-box-carousel .box .btn-comprar:hover {
    background-color: #fd8c25;
	color:#fff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

@media (max-width: 998px) {

.modulo-box-carousel {
	padding-top:0px;
	padding-bottom:15px;
}

.modulo-box-carousel .box .marca{
    font-size: 16px;
}

.modulo-box-carousel .box .titulo{
    font-size: 34px;
	width:100%;
}

.modulo-box-carousel .box .descripcion{
    font-size: 20px;
}

.modulo-box-carousel .box .btn-comprar {
	padding: 7px 15px;
	font-size: 18px;
	margin-top:8px;
}
}


@media (max-width: 767px) {

.carousel_categorias.owl-carousel .owl-stage {
    left: -80px !important;
}

}


.modulo-132 img{
	z-index: 2;
    position: relative;
	    display: block !important;
		filter: brightness(2.0);
}

.modulo-132 h2{
	color:#243c6c;
	font-size:13px;
	font-weight:500;
	text-transform:uppercase;
	padding-bottom:0px;
	text-align:center;
	margin-top:2px;
	    margin-bottom: 6px;
	z-index: 2;
    position: relative;
}

@media (max-width: 767px){
.modulo-132 h2{
	font-size:12px;
	padding-bottom:2px;
}

}


.modulo-132 .box-categoria{
    background-color: #fff;
    display: block;
	padding:15px 20px;
	position:relative;
	text-align:center;
}

/*.modulo-132 .box-categoria:hover{
    background-color: #666 !important;
}*/

.modulo-132 .box-categoria:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 100%;
     background: -webkit-linear-gradient(left, rgb(47 83 157) 0%, #436dc5 100%);
    content: "";
    transition: width 0.2s;
	z-index:0;
}

.modulo-132 .box-categoria:hover:after {
    width: 100%;
}

.modulo-132 .box-categoria:hover h2 {
	color:#fff;
}

.modulo-132 .box-categoria:hover img{
    filter: brightness(100);
}

/*----------------------------*/

.modulo-quienes-inicio {
	color: #fff;
    padding-top: 120px;
    padding-bottom: 120px;
	margin-top:20px;
	margin-bottom:0px;
	background-image:url(../img/sobre-nosotros-3.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
    background-attachment: fixed;
}

.modulo-quienes-inicio h2 {
  font-size: 35px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 45px;
  letter-spacing: normal;
}

.modulo-quienes-inicio h2 span {
  font-weight: 500;
}

.modulo-quienes-inicio p{
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.59;
  letter-spacing: normal;
}

@media (max-width: 767px){

.modulo-quienes-inicio {
    padding-top: 50px;
    padding-bottom: 50px;

}

.modulo-quienes-inicio h2 {
	  font-size: 25px;
	  line-height: 35px;
}

.modulo-quienes-inicio p{
  font-size: 15px;
  line-height: 1.59;
}

}


/*-------------------*/

.modulo-empresa{
	padding: 80px 0px;
}

.modulo-empresa .box{
	padding: 20px 50px;
}

.modulo-empresa .box h2 {
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
}

@media (max-width: 767px){

.modulo-empresa .box{
padding: 0px;
}

	.modulo-empresa .box h2 {
	  font-size: 25px;
	  line-height: 35px;
}
	
}

/*---------------------------------*/