<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 {
    /* background: -webkit-linear-gradient(#150002,#de0211); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    color: #434752;
    font-size: 20px;
    text-transform: uppercase;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 8px;
	background-image:url(../img/104-bg.png);
	background-position:center;
	background-repeat:repeat-x;
}

.modulo-titulo h2 span {
	background-color:#fff;
	padding-right:12px;
}

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


.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;
}

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

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

.modulo-box-carousel .box .titulo{
	font-size: 38px;
	font-weight: 600;
	width: 70%;
	color: black;
}

.modulo-box-carousel .box .descripcion{
    font-size: 26px;
    font-weight: 400;
}

.modulo-box-carousel .box .btn-comprar {
	text-align: center;
	padding: 12px 25px;
	background-color: #ee167e;
	border-radius: 5px;
	color: #FFFFFF;
	display: inline-block;
	font-size: 18px;
	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: #3d1130;
	-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;
}
}

.modulo-132 img{
	z-index: 2;
    position: relative;
}

.modulo-132 h2{
	color:#fff;
	font-size:16px;
	font-weight:600;
	text-transform:uppercase;
	padding-bottom:0px;
	text-align:center;
	margin-top:2px;
	z-index: 2;
    position: relative;
}

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

}


.modulo-132 .box-categoria{
    background-color: #252121;
    display: block;
	padding:10px 0px;
	position:relative;
	outline: 1px dashed rgba(255, 255, 255, 0.31);
    outline-offset: -4px;
}

/*.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(204, 50, 171) 0%, rgb(212, 62, 96) 100%);
    content: "";
    transition: width 0.2s;
	z-index:0;
}

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

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

.modulo-debito{
	padding:60px 0px;
	position:relative;
	background-image: url(../img/bg-debito-2.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	/*background-attachment:fixed;*/
	color:white;
}


.modulo-debito::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .61;
    display: block;
    background-color: #000000;
	background-color:rgb(38 38 38 / 78%);
}

.modulo-debito .titulo-ad{
	font-size:26px;
	color:white;
	margin-bottom:25px;
}

.modulo-debito  .form-control {
    display: block;
    width: 100%;
    height: 42px;
}

.modulo-debito .check-one{
    width: 20px;
    height: 20px;
    float: left;
    margin-top: -1px;
    margin-right: 6px;
}

.modulo-debito label{
	font-weight:600;
	cursor:pointer;
}

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

.modulo-cabecera-socios {
    background-color: rgb(221 221 221 / 40%);
	padding-bottom: 50px;
	padding-top:40px;
	background-image:url(../img/bg-socios.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	background-size: contain;
}

.modulo-cabecera-socios h2 {
	font-size:32px;
	line-height:42px;
	font-weight:300;
	padding-bottom:6px;
}

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

@media (max-width: 767px) {
.modulo-cabecera-socios h2 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 300;
    padding-bottom: 6px;
}

.modulo-cabecera-socios {
	background-image:none;
}

}

.modulo-cabecera-socios p {
	padding-bottom:8px;
}

.modulo-cabecera-socios .input-md {
    color: white;
    border-color: white;
	    box-shadow: inset 0 1px 1px rgb(0 0 0 / 0%);
    border-radius: 50px;
    height: 46px;
}

.modulo-cabecera-socios button.input-md {
    border-radius: 50px !important;
    margin-left: -20px !important;
    background-color: #589240;
    z-index: 1000;
    border-color: #589240;
    padding: 0px 30px;
}


.box-comercio{
    box-shadow: 6px 6px 25px 0 rgb(137 137 137 / 16%);
    border: solid 0px #E9E9E9;
    padding: 20px;
	margin-bottom:30px;
	text-align:center;
	border-radius: 3px;
	overflow: hidden;
}

.image-c{
    margin: -20px;
    margin-bottom: 20px;
}

.image-c a{
	display:block;
	position:relative;
}

.image-c a:hover:before{
	content: '';
	width: 100%;
	height: 100%;
	background-image: url(../img/lupita-c.png);
	background-position: center;
	z-index: 0;
	background-repeat: no-repeat;
	background-color: rgb(31 31 31 / 65%);
	position: absolute;
	right: 0;
	left: 0;
		-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.rubro-c{
    font-size: 14px;
    color: #a74ea5;
    font-weight: 600;
    background-color: whitesmoke;
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 0px;
}

.rubro-c {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    background-color: #b009cf;
    padding: 4px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 0px;
    position: absolute;
    top: 15px;
    left: 30px;
}

.datos-c{
    display: inline-block;
    background-color: #707070;
    border-radius: 50px;
}

.nombre-c{
    font-size: 17px;
	padding-left:5px;
}

.direccion-c{
	font-size: 14px;
	margin-bottom:20px;
	padding-left:5px;
}

.ver-c{
    background-color: #979797;
    color: white;
    border-radius: 50px;
    padding: 3px 14px;
    display: inline-block;
    padding-left: 4px;
	margin-left:8px;
}

.ver-c .fa{
background-color: #fcc103;
    border-radius: 50px;
    display: inline-block;
    color: #ffffff;
    padding: 5px 8px;
    margin-right: 5px;
}

.wapp-c{
    background-color: #707070;
    color: white;
    border-radius: 50px;
    padding: 3px 10px;
    display: inline-block;
    padding-left: 4px;
}

.wapp-c .fa{
    background-color: #3be45d;
    border-radius: 50px;
    display: inline-block;
    color: #ffffff;
    padding: 5px 6px;
    margin-right: 5px;
}

/*------------------------------*/</pre></body></html>