

:root {
  --color-principal: #9E4839;
  --color-secundario: #333333;
  --color-principal-contraste: #FFFFFF;
  --color-link-texto: #9E4839;
  --color-boton-principal: #9E4839;
  --color-boton-principal-rollover: #9E4839;
  --color-boton-principal-texto: #FFF;
  --color-boton-principal-texto-rollover: #FFF;
  --color-boton-secundario: #EFEFEF;
  --color-boton-secundario-rollover: #FFF;
  --color-boton-secundario-texto: #666;
  --color-boton-secundario-texto-rollover: #666;
  --color-gris-claro: #EFEFEF;
  --color-beige: #e5ddd5;
  --color-bg-submenu-1: #EFEFEF;
}

.txt-letras-separadas-1 {
	letter-spacing:0.2em;
}
.txt-letras-separadas-2 {
	letter-spacing:0.4em;
}


html { 
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	background-color: #FFF;
	line-height:1.3em;
	color: #333;
	letter-spacing:0.25px;
}
a {
	text-decoration: none !important;
		color: #000000;
}
a:hover,
a:visited,
a:link {
	text-decoration: none !important;
	color: #000000;
}
strong {
	font-weight: 700;
}
li {
	list-style-type: none;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
}
h1,h2,h3,h4,h5,h6 {
	margin:0px;
	font-family: inherit;
}


/* --------------------------- */
/* BOTONES BOOTSTRAP */
/* --------------------------- */

.btn-secondary,
.btn-secondary:link,
.btn-secondary:active,
.btn-secondary:visited {
	background-color: var(--color-boton-secundario)!important;
	color: var(--color-boton-secundario-texto)!important;
	border: solid 1px #333 !important;
	border-radius:16px;
	font-weight:600;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btn-secondary:hover {
	background-color: var(--color-boton-secundario-rollover)!important;
	color: var(--color-boton-secundario-texto-rollover)!important;
	border: solid 1px #FFF !important;
}

button.close,
input[type=button],
input[type=submit],
input[type=reset],
form.commerce-add-to-cart #edit-submit,
button,
button:link,
button:visited,
button:active,
button:focus,
.btn-primary,
.btn-primary:link,
.btn-primary:visited,
.btn-primary:active,
.btn-primary:focus,
.button-primary,
.button-primary:link,
.button-primary:visited,
.button-primary:active,
.button-primary:focus,
.btn-secondary,
.btn-secondary:link,
.btn-secondary:visited,
.btn-secondary:active,
.btn-secondary:focus,
.form-submit,
.form-submit:link,
.form-submit:visited,
.form-submit:active,
.form-submit:focus,
.pager-item > a,
.pager .pager-next > a,
.pager .pager-previous > a {
	background-color: var(--color-boton-principal);
	color: var(--color-boton-principal-texto);
	border: none !important;
	border-radius:16px;
	font-weight:600;
	text-decoration:none;
	-webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#slider .button-bold {
	font-weight:600;
	text-shadow: none;
}
button.close:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=reset]:hover,
form.commerce-add-to-cart #edit-submit:hover,
button:hover,
.btn-primary:hover,
.button-primary:hover,
.form-submit:hover,
.pager-item > a:hover,
.pager .pager-next > a:hover,
.pager .pager-previous > a:hover {
	background-color: var(--color-boton-principal-rollover);
	color: var(--color-boton-principal-texto-rollover);
}

@media (max-width: 575.98px) {
	button.close,
	input[type=button],
	input[type=submit],
	input[type=reset],
	form.commerce-add-to-cart #edit-submit,
	button,
	button:link,
	button:visited,
	button:active,
	button:focus,
	.btn-primary,
	.btn-primary:link,
	.btn-primary:visited,
	.btn-primary:active,
	.btn-primary:focus,
	.button-primary,
	.button-primary:link,
	.button-primary:visited,
	.button-primary:active,
	.button-primary:focus,
	.btn-secondary,
	.btn-secondary:link,
	.btn-secondary:visited,
	.btn-secondary:active,
	.btn-secondary:focus,
	.form-submit,
	.form-submit:link,
	.form-submit:visited,
	.form-submit:active,
	.form-submit:focus,
	.pager-item > a,
	.pager .pager-next > a,
	.pager .pager-previous > a {
		padding:6px 16px 6px 16px;
		font-size:14px;
	}
}
@media (min-width: 576px) {
	button.close,
	input[type=button],
	input[type=submit],
	input[type=reset],
	form.commerce-add-to-cart #edit-submit,
	button,
	button:link,
	button:visited,
	button:active,
	button:focus,
	.btn-primary,
	.btn-primary:link,
	.btn-primary:visited,
	.btn-primary:active,
	.btn-primary:focus,
	.button-primary,
	.button-primary:link,
	.button-primary:visited,
	.button-primary:active,
	.button-primary:focus,
	.btn-secondary,
	.btn-secondary:link,
	.btn-secondary:visited,
	.btn-secondary:active,
	.btn-secondary:focus,
	.form-submit,
	.form-submit:link,
	.form-submit:visited,
	.form-submit:active,
	.form-submit:focus,
	.pager-item > a,
	.pager .pager-next > a,
	.pager .pager-previous > a {
		padding:8px 16px 8px 16px;
		font-size:16px;
	}
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}




.wp-block-getwid-images-slider.has-arrows-inside,
.wp-block-getwid-media-text-slider.has-arrows-inside,
.wp-block-getwid-post-slider.has-arrows-inside,
.wp-block-getwid-post-carousel.has-arrows-inside {
	display: block;
	float: left;
	width: 100%;
}




/* 	------------------------------------------
	CONTENEDORES
---------------------------------------------- */

.row {
	position: relative;
}
.col-12 {
	float: left;
}

.bloque,
#bloque_HEADER,
#bloque_SLI,
#bloque_PAGINA,
#bloque_FOOTER {
	position:relative;
	display:block;
	float:left;
	width:100%;
}


.content,
.container,
.contenedor,
.col-full {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  display:block;
  box-sizing:border-box;
}
@media (max-width: 575.98px) {
	.content,
	.container,
	.contenedor,
	.col-full {
    	width: 100%;
		padding: 0 32px 0 32px;
	}
}
@media (min-width: 576px) {
	.content,
	.container,
	.contenedor,
	.col-full {
    	max-width: 540px;
		padding: 0 32px 0 32px;
	}
}
@media (min-width: 768px) {
	.content,
	.container,
	.contenedor,
	.col-full {
		max-width: 720px;
		padding: 0 16px 0 16px;
	}
}
@media (min-width: 992px) {
	.content,
	.container,
	.contenedor,
	.col-full {
		max-width: 960px;
		padding: 0 16px 0 16px;
	}
}
@media (min-width: 1200px) {
	.content,
	.container,
	.contenedor,
	.col-full {
		max-width: 1140px;
		padding: 0 16px 0 16px;
	}
}
@media (min-width: 1400px) {
	.content,
	.container,
	.contenedor,
	.col-full {
		max-width: 1366px;
		padding: 0 16px 0 16px;
	}
}




/* --------------------------- */
/* CONTENEDOR ANGOSTO */
/* --------------------------- */

.contenedor-angosto-1,
.contenedor-angosto-2 {
	display:block;
	position:relative;
	float:left;
}
@media (max-width: 575.98px) {
	.contenedor-angosto-1,
	.contenedor-angosto-2 {
		margin:0px;
		width:100%;
		padding-left:24px;
		padding-right:24px;
	}
}
@media (min-width: 576px) {
	.contenedor-angosto-1,
	.contenedor-angosto-2 {
		margin:0px;
		width:100%;
		padding-left:24px;
		padding-right:24px;
	}
}
@media (min-width: 768px) {
	.contenedor-angosto-1 {
		width:83.3333333%;
		margin-left:8.3333333%;
		margin-right:8.3333333%;
		padding-left:0px;
		padding-right:0px;
	}
	.contenedor-angosto-2 {
		margin:0px;
		width:100%;
		padding-left:24px;
		padding-right:24px;
	}
}
@media (min-width: 992px) {
	.contenedor-angosto-1 {
		width:66.66666666%;
		margin-left:16.666666%;
		margin-right:16.666666%;
	}
	.contenedor-angosto-2 {
		width:50%;
		margin-left:25%;
		margin-right:25%;
	}
}
@media (min-width: 1200px) {
	.contenedor-angosto-1 {
		width:60%;
		margin-left:20%;
		margin-right:20%;
	}
	.contenedor-angosto-2 {
		width:33.3333333%;
		margin-left:33.3333333%;
		margin-right:33.3333333%;
	}
}
@media (min-width: 1400px) {
	.contenedor-angosto-1 {
		width:50%;
		margin-left:25%;
		margin-right:25%;
	}
	.contenedor-angosto-2 {
		width:33.3333333%;
		margin-left:33.3333333%;
		margin-right:33.3333333%;
	}
}



/* --------------------------- */
/* WHATSAPP */
/* --------------------------- */

.WA-contenedor {
	display:block;
	position:fixed;
	right:24px;
	width:60px;
	height:60px;
	z-index:1000;
	border-radius:100%;
	background-color:#FFF;
}
.ICO-wa-1 {
	display:block;
	position:relative;
	float:left;
	width:100%;
	height:100%;
}
.ICO-wa-1 > .ico {
	fill:#0C6;
	width:100%;
	height:100%;
}
.ICO-wa-1:hover,
.ICO-wa-1 > .ico:hover {
	fill:var(--color-gris);
	color: var(--color-gris);
}
@media (max-width: 575.98px) {
	.WA-contenedor {
		bottom:90px;
	}
}
@media (min-width: 576px) {
	.WA-contenedor {
		bottom:90px;
	}
}
@media (min-width: 768px) {
	.WA-contenedor {
		bottom:24px;
	}
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}


/* ------------------------------------- */
/* BOTON CONSULTA */
/* ------------------------------------- */

.CONS-bot-contenedor,
.CONS-bot-contenedor-WA {
	display:block;
	position:fixed;
	z-index:1000;
}
.CONS-bot-contenedor .boton,
.CONS-bot-contenedor-WA .boton {
	text-align:center;
	display:block;
	background-color:#FFF;
	border-radius:100%;
	-webkit-box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.24);
	-moz-box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.24);
	box-shadow: 2px 2px 10px -1px rgba(0,0,0,0.24);
}
.CONS-bot-contenedor .boton > .ico {
	fill: var(--color-principal);
}
.CONS-bot-contenedor .boton > span{
	color:var(--color-principal);
}
@media (max-width: 575.98px) {
	.CONS-bot-contenedor {
		bottom:80px;
		right:10px;
	}
	.CONS-bot-contenedor-WA {
		bottom:130px;
		right:10px;
	}
	.CONS-bot-contenedor .boton {
		width:45px;
		height:45px;
		padding-top:4px;
	}
	.CONS-bot-contenedor .boton > span{
		font-size:24px;
	}
}
@media (min-width: 576px) {
	.CONS-bot-contenedor {
		bottom:80px;
		right:10px;
	}
	.CONS-bot-contenedor-WA {
		bottom:130px!important;
		right:10px;
	}
	.CONS-bot-contenedor .boton {
		width:50px;
		height:50px;
		padding-top:4px;
	}
	.CONS-bot-contenedor .boton > span{
		font-size:28px;
	}
}
@media (min-width: 768px) {
	.CONS-bot-contenedor {
		bottom:20px;
		right:10px;
	}
	.CONS-bot-contenedor-WA {
		bottom:80px!important;
		right:10px;
	}
	.CONS-bot-contenedor .boton,
	.CONS-bot-contenedor-WA .boton {
		width:55px;
		height:55px;
		padding-top:8px;
	}
	.CONS-bot-contenedor .boton > span{
		font-size:32px;
	}
}
@media (min-width: 992px) {
	.CONS-bot-contenedor {
		bottom:20px;
		right:20px;
	}
	.CONS-bot-contenedor-WA {
		bottom:80px!important;
		right:20px;
	}
}
@media (min-width: 1200px) {
	.CONS-bot-contenedor {
		bottom:30px;
		right:30px;
	}
	.CONS-bot-contenedor-WA {
		bottom:90px!important;
		right:30px;
	}
}




/* --------------------------- */
/* ICONOS REDES */
/* --------------------------- */

.ICO-red-contenedor-1 {
	display:block;
	z-index:500;
	top:20px;
	text-align:center;
}
.ICO-red-contenedor-2 {
	float:left;
	display:block;
	z-index:500;
	width:100%;
	margin-top:10px;
}
.ICO-red-contenedor-1 .ICONO,
.ICO-red-contenedor-2 .ICONO {
	display:inline-block;
	position:relative;
	width:40px;
	height:40px;
	overflow:hidden;
	text-align:center;
}

@media (max-width: 575.98px) {
	.ICO-red-contenedor-1 {
		position:absolute;
		left:50px;
	}
	.ICO-red-contenedor-2 {
		text-align:left;
	}
}
@media (min-width: 576px) {
	.ICO-red-contenedor-1 {
		position:absolute;
		left:50px;
	}
	.ICO-red-contenedor-2 {
		text-align:left;
	}
}
@media (min-width: 768px) {
	.ICO-red-contenedor-1 {
		position:absolute;
		left:50px;
	}
	.ICO-red-contenedor-2 {
		text-align:left;
	}
}
@media (min-width: 992px) {
	.ICO-red-contenedor-1 {
		position:absolute;
		left:40px;
	}
}
@media (min-width: 1200px) {

}



/* --------------------------- */
/* ICONOS */
/* --------------------------- */

.ico {
	vertical-align: middle;
	overflow: hidden;
	text-align:center;
	-webkit-transition: fill 0.5s, width 0.5s, height 0.5s, transform 0.5s; /* For Safari 3.1 to 6.0 */
	transition: fill 0.5s, width 0.5s, height 0.5s, transform 0.5s;
}
.ico:hover {
	fill: var(--color-boton-principal-rollover)!important;
	transform: scale(1.1);
	transform: translateY(-8px)
}

.ico-16,
.ico-20,
.ico-24,
.ico-25,
.ico-30,
.ico-32,
.ico-40,
.ico-48,
.ico-56,
.ico-64,
.ico-72,
.ico-80,
.ico-88,
.ico-96,
.ico-100{
	display:inline-block;
	position:relative;
	overflow: visible;
	text-align:center;
	vertical-align:top;
}
.ico-16 {
	width:16px;
	height:16px;
}
.ico-20 {
	width:20px;
	height:20px;
}
.ico-24 {
	width:24px;
	height:24px;
}
.ico-25 {
	width:25px;
	height:25px;
}
.ico-30 {
	width:30px;
	height:30px;
}
.ico-32 {
	width:32px;
	height:32px;
}
.ico-40 {
	width:40px;
	height:40px;
}
.ico-48 {
	width:48px;
	height:48px;
}
.ico-56 {
	width:56px;
	height:56px;
}
.ico-64 {
	width:64px;
	height:64px;
}
.ico-72 {
	width:72px;
	height:72px;
}
.ico-80 {
	width:80px;
	height:80px;
}
.ico-88 {
	width:88px;
	height:88px;
}
.ico-96 {
	width:96px;
	height:96px;
}
.ico-100 {
	width:100px;
	height:100px;
}
.ico-txt {
	display:inline;
	position:relative;
	width:auto;
	text-align:center;
	vertical-align:top;
}

.ico-redondo {
	border-radius: 100%;
}


.ico-borde-2 {
	border-style: solid;
	border-width: 2px;
}
.ico-borde-4 {
	border-style: solid;
	border-width: 4px;
}
.ico-borde-6 {
	border-style: solid;
	border-width: 6px;
}
.ico-borde-8 {
	border-style: solid;
	border-width: 8px;
}


.ico-borde-principal {
	border-color: var(--color-principal);
}
.ico-borde-negro {
	border-color: #000;
}
.ico-borde-blanco {
	border-color: #FFF;
}


.ico-error {
	fill:#e12129;
}
.ico-ok {
	fill:var(--color-principal);
}
.ico-negro {
	fill: #000;
}
.ico-blanco {
	fill: #FFF;
}
.ico-principal {
	fill:var(--color-principal);
}
.ico-wa,
.ico-verde {
	fill:#0C6!important;
}






/* 	------------------------------------------
	BLOQUE FONDOS
---------------------------------------------- */
.bg-naranja {
	background-color:var(--color-secundario);
}
.bg-azul {
	background-color: var(--color-principal);
}
.bg-gris-claro {
	background-color:#EFEFEF;
}
.bg-gris-oscuro {
	background-color:#666;
}
.bg-beige {
	background-color: var(--color-beige);
}
.bg-imagen {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}



@media (max-width: 479px) {
	
}
@media (min-width: 480px) {
	
}
@media (min-width: 768px) {
	
}
@media (min-width: 992px) {
	
}


/* ------------------------------------- */
/* FORMULARIOS */
/* ------------------------------------- */

form input,
form textarea,
form select {
	padding: 8px 16px;
	border: solid 1px #666!important;
	background-color: #FFFFFF!important;
	border-radius: 4px;
	font-family: sans-serif!important;
}
form > p > label {
	margin-bottom: 0px;
	font-size: 16px;
	width: 100%;
	display: block;
	font-family: sans-serif!important;
}
form > p > label input,
form > p > label textarea {
	width: 100%;
	font-family: sans-serif!important;
}

.wpcf7 form {
	font-family: sans-serif!important;
}
.wpcf7 form > p {
	float: left;
	display: block;
	width: 100%;
}
.wpcf7 form > p > label {
	margin-bottom: 0px;
}
.wpcf7 form > p > label input[type=number] {
	max-width: 100%;
}
.wpcf7 form > p > label input[type="file"] {
	background-color: #FFF;
}
.wpcf7 form > p input[type=submit] {
	background-color: var(--color-principal)!important;
}

.wpcf7 > form .frm-consulta {
	text-align: left;
}
.wpcf7 form.sent .wpcf7-response-output {
	border: solid 1px #999;
	padding: 16px;
	border-radius: 4px;
}
form .wpcf7-response-output {
	float: left;
	width: 100%;
	margin: 0px 0!important;
}

/* MENSAJE DE ESPERA MIENTRAS SE ENVIA EL FORMULARIO */
.wpcf7-spinner {
	margin: 0px;
	width: 60px;
	height: 60px;
	z-index: 500;
	position: fixed;
	left: calc(50% - 30px);
	top: calc(50% - 40px);
}
.wpcf7-spinner::after {
	content: 'PROCESANDO...';
	color: #FFF;
	font-weight: 700;
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 400;
	left: 0px;
	top: 0px;
	padding-top: calc(50vh + 40px);
	text-align: center;
	background-color: #000;
	opacity: 0.6;
}
.wpcf7-spinner::before {
	top: 10px;
	left: 10px;
	width: 12px;
	height: 12px;
	transform-origin: 20px 20px;
}
/* //MENSAJE DE ESPERA MIENTRAS SE ENVIA EL FORMULARIO */


/* ------------------------------------- */
/* FORMULARIO GENERAL */
/* ------------------------------------- */

div.wpcf7 {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	font-family: sans-serif!important;
}
div.wpcf7 > form > p:nth-child(2),
div.wpcf7 > form > p:nth-child(3),
div.wpcf7 > form > p:nth-child(4),
div.wpcf7 > form > p:nth-child(5) {
	width: 50%;
	font-family: sans-serif!important;
}
div.wpcf7 > form > p:nth-child(2) > label,
div.wpcf7 > form > p:nth-child(4) > label {
	width: calc(100% - 20px);
	font-family: sans-serif!important;
}




/* ------------------------------------- */
/* BANNERS */
/* ------------------------------------- */

.bloque-banner {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin: 24px 0;
}
.bloque-banner > .bloque-banner-pc,
.bloque-banner > .bloque-banner-m {
	position: relative;
	float: left;
	width: 100%;
}
.bloque-banner > .bloque-banner-pc > img,
.bloque-banner > .bloque-banner-m > img {
	width: 100%;
	height: auto;
}

@media (max-width: 575.98px) {
	.bloque-banner > .bloque-banner-pc {
		display:none;
	}
	.bloque-banner > .bloque-banner-m {
		display:block;
	}
}
@media (min-width: 576px) {
	.bloque-banner > .bloque-banner-pc {
		display:none;
	}
	.bloque-banner > .bloque-banner-m {
		display:block;
	}
}
@media (min-width: 768px) {
	.bloque-banner > .bloque-banner-pc {
		display:block;
	}
	.bloque-banner > .bloque-banner-m {
		display:none;
	}
}
@media (min-width: 992px) {

}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {

}



/* 	------------------------------------------
	BLOQUE EMPRESAS
---------------------------------------------- */

.BLO-empresa-contenedor {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding: 0;
	text-align: center;
}
.BLO-empresa-contenedor > .empresa-logo {
	display: inline-block;
	position: relative;
}
.BLO-empresa-contenedor > .empresa-logo > img {
	width: 90%;
	height: auto;
}
@media (max-width: 479px) {
	.BLO-empresa-contenedor > .empresa-logo {
		width: 30%;
	}
}
@media (min-width: 480px) {
	.BLO-empresa-contenedor > .empresa-logo {
		width: 30%;
	}
}
@media (min-width: 768px) {
	.BLO-empresa-contenedor > .empresa-logo {
		width: 15%;
	}
}
@media (min-width: 992px) {
	.BLO-empresa-contenedor > .empresa-logo {
		width: 15%;
	}
}
@media (min-width: 1200px) {

}





.imagenPopup {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
.imagenPopup > img {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}


.imagen-ancho-20 {
	display: inline-block;
	position: relative;
	width: 20%;
	text-align: center;
}
.imagen-ancho-30 {
	display: inline-block;
	position: relative;
	width: 30%;
	text-align: center;
}
.imagen-ancho-50 {
	display: block;
	position: relative;
	float: left;
	width: 50%;
	text-align: center;
}
.imagen-ancho-100 {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}
.imagen-ancho-20 > img,
.imagen-ancho-30 > img,
.imagen-ancho-50 > img,
.imagen-ancho-100 > img {
	position: relative;
	width: 100%;
	height: auto;
}






/* ------------------------------------- */
/* EMPRESAS */
/* ------------------------------------- */


.EMP-listado-contenedor {
	display: block;
	position: relative;
	float: left;
	text-align: center;
	width: 100%;
}
.EMP-G-1 {
	display: inline-block;
	position:relative;
	text-align:center;
	transition: 0.8s;
}
.EMP-G-1 .imagen {
	position:relative;
	text-align:center;
	overflow:hidden;
}
.EMP-G-1 .imagen > img {
	height:auto;
	width:90%;
	max-width: 90%;
	height:auto;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.EMP-G-1 .imagen:hover img { /* ANIMACION IMAGEN HOVER */
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.EMP-G-1 .imagen > a > img {
	height:auto;
	width:90%;
	max-width: 90%;
	height:auto;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.EMP-G-1 .imagen > a:hover img { /* ANIMACION IMAGEN HOVER */
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.EMP-G-1 .contenido {
	width:100%;
	display:block;
	position:relative;
}
.EMP-G-1 .contenido > h3 {
	text-align:center;
	font-size:14px;
	margin-top:10px;
}
.EMP-G-1 .contenido > p {
	display:block;
	font-size:12px;
}

.EMP-titulo {
	display:block;
	position:relative;
	float:left;
	width:100%;
}
.EMP-titulo > h2 {
	font-size:24px;
	text-align:center;
}

@media (max-width: 479px) {
	.EMP-G-1 {
		min-height:100px;
		width:30%;
	}
	.EMP-G-1 .imagen {
		height:auto;
		padding-bottom:0px;
	}
	.EMP-G-1 .contenido {
		height:auto;
	}
}
@media (min-width: 480px) {
	.EMP-G-1 {
		min-height:110px;
		width:30%;
	}
	.EMP-G-1 .imagen:before {
		padding-bottom:70%;
	}
	.EMP-G-1 .imagen {
		top: 0px;
	}
	.EMP-G-1 .contenido {
		height:auto;
	}
}
@media (min-width: 768px) {
	.EMP-G-1 {
		width:15%;
	}
}
@media (min-width: 992px) {
	.EMP-G-1 {
		width:15%;
	}
}
@media (min-width: 1200px) {
	.EMP-G-1 {
		width:15%;
	}
}


/* ------------------------------------- */
/* SERVICIOS */
/* ------------------------------------- */

.servicio-listado > ul {
	margin: 0px;
	padding: 0px;
}
.servicio-listado > ul > li {
    margin: 0px;
    list-style: none;
    background-color: #d8e2ef;
    padding: 6px 0 8px 16px;
    margin-bottom: 8px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}







/* ------------------------------------- */
/* BENEFICIO LISTA */
/* ------------------------------------- */

.BF-lista-contenedor,
.BF-lista-contenedor-shortcode {
	display: flex;
	position: relative;
	width: 100%;
	align-items: stretch; /* ESTO DETERMINA QUE EL ALTO DE LOS HIJOS SEA EL 100% */
	flex-wrap: wrap;
}
.BF-lista-item {
	display: block;
	position: relative;
	float: left;
	box-shadow: 0px 0px 16px 2px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.30);
	border-radius: 16px;
	margin-bottom: 32px;
	padding: 16px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.BF-lista-item > a {
	display: block;
	position: absolute;
	width: calc(100% - 32px);
	height: calc(100% - 32px);
	z-index: 50;
}
.BF-lista-item:hover {
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.30);
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.BF-lista-imagen {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 200px;
	background-color: #CCC;
}
.BF-lista-imagen > img {
	width: 100%;
	height: auto;
}
.BF-lista-logo-contenedor {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 60px;
}
.BF-lista-logo {
	display: block;
	position: absolute;
	float: left;
	border-radius: 8px;
	background-color: #CCC;
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.30);
}
.BF-lista-logo > img,
.BF-lista-logo > a > img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.BF-lista-promo {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}
.BF-lista-promo > h2 {
	font-size: 32px;
}
.BF-lista-comercio {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.BF-lista-descripcion-corta {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
}
@media (max-width: 575.98px) {
	.BF-lista-contenedor {
		padding: 8% 0;
	}
	.BF-lista-item {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.BF-lista-imagen {
		height: 160px;
	}
	.BF-lista-logo {
		width: 160px;
		height: 160px;
		left: calc(50% - 80px);
		top: -120px;
	}
}
@media (min-width: 576px) {
	.BF-lista-contenedor {
		padding: 8% 0;
	}
	.BF-lista-item {
		width: calc(50% - 32px);
		margin-left: 16px;
		margin-right: 16px;
	}
	.BF-lista-imagen {
		height: 120px;
	}
	.BF-lista-logo {
		width: 120px;
		height: 120px;
		left: calc(50% - 60px);
		top: -80px;
	}
}
@media (min-width: 768px) {
	.BF-lista-contenedor {
		padding: 6% 0;
	}
	.BF-lista-item {
		width: calc(33% - 32px);
		margin-left: 16px;
		margin-right: 16px;
	}
	.BF-lista-imagen {
		height: 160px;
	}
	.BF-lista-logo {
		width: 160px;
		height: 160px;
		left: calc(50% - 80px);
		top: -120px;
	}
}
@media (min-width: 992px) {
	.BF-lista-item {
		width: calc(33% - 32px);
		margin-left: 16px;
		margin-right: 16px;
	}
	.BF-lista-imagen {
		height: 200px;
	}
	.BF-lista-logo {
		width: 200px;
		height: 200px;
		left: calc(50% - 100px);
		top: -160px;
	}
}
@media (min-width: 1200px) {
	.BF-lista-item {
		width: calc(25% - 32px);
		margin-left: 16px;
		margin-right: 16px;
	}
	.BF-lista-imagen {
		height: 200px;
	}
	.BF-lista-logo {
		width: 200px;
		height: 200px;
		left: calc(50% - 100px);
		top: -160px;
	}
}
@media (min-width: 1400px) {
	
}


/* ------------------------------------- */
/* BENEFICIO DETALLE */
/* ------------------------------------- */

.BF-detalle-bajo-menu {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	height: 140px;
	margin-bottom: 32px;
	background-color: var(--color-principal);
}
.BF-detalle-contenedor {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
.BF-detalle-principal {
	display: flex;
	position: relative;
	width: 100%;
	align-items: center;
}
.BF-detalle-principal .BF-detalle-imagen {
	display: block;
	position: relative;
	width: 50%;
	float: left;
	background-color: #CCC;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.BF-detalle-principal .BF-detalle-imagen .BF-detalle-logo {
	display: block;
	position: absolute;
	box-shadow: 0px 0px 8px 2px rgba(0,0,0,0.30);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.30);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.30);
}
.BF-detalle-principal .BF-detalle-imagen .BF-detalle-logo > img {
	width: 100%;
	height: auto;
	border-radius: 8px;
}
.BF-detalle-principal .BF-detalle-info-principal {
	display: block;
	position: relative;
	width: 50%;
	float: left;
	padding-left: 140px;
}
.BF-detalle-principal .BF-detalle-info-principal .BF-detalle-comercio {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
}
.BF-detalle-principal .BF-detalle-info-principal .BF-detalle-promo {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
.BF-detalle-principal .BF-detalle-info-principal .BF-detalle-promo > h2 {
	font-size: 32px;
}
.BF-detalle-principal .BF-detalle-info-principal .BF-detalle-descripcion-corta {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
.BF-detalle-secundario {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin-top: 32px;
}
.BF-detalle-secundario .BF-detalle-info,
.BF-detalle-secundario .BF-otros-beneficios {
	display: block;
	position: relative;
	float: left;
}
.BF-detalle-secundario .BF-detalle-info .BF-detalle-descripcion,
.BF-detalle-secundario .BF-detalle-info .BF-detalle-bases {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	margin-top: 16px;
}
@media (max-width: 575.98px) {
	.BF-detalle-principal {
		display: block;
		width: 100%;
	}
	.BF-detalle-principal .BF-detalle-imagen {
		width: 100%;
		min-height: 320px;
	}
	.BF-detalle-principal .BF-detalle-imagen .BF-detalle-logo {
		width: 200px;
		height: 200px;
		right: calc(50% - 100px);
		bottom: -50px;
	}
	.BF-detalle-principal .BF-detalle-info-principal {
		width: 100%;
		padding-left: 0px;
		padding-top: 64px;
	}
	.BF-detalle-principal .BF-detalle-info-principal .BF-detalle-comercio {
		text-align: center;
	}
	.BF-detalle-principal .BF-detalle-info-principal .BF-detalle-promo {
		text-align: center;
	}
	.BF-detalle-principal .BF-detalle-info-principal .BF-detalle-descripcion-corta {
		text-align: center;
	}
	.BF-detalle-secundario .BF-detalle-info,
	.BF-detalle-secundario .BF-otros-beneficios {
		width: 100%;
	}	
}
@media (min-width: 576px) {
	.BF-detalle-principal {
		display: block;
		width: 100%;
	}
	.BF-detalle-principal .BF-detalle-imagen {
		width: 100%;
		min-height: 400px;
	}
	.BF-detalle-principal .BF-detalle-imagen .BF-detalle-logo {
		width: 200px;
		height: 200px;
		right: calc(50% - 100px);
		bottom: -50px;
	}
	.BF-detalle-principal .BF-detalle-info-principal {
		width: 100%;
		padding-left: 0px;
		padding-top: 64px;
	}
	.BF-detalle-principal .BF-detalle-info-principal .BF-detalle-comercio {
		text-align: center;
	}
	.BF-detalle-principal .BF-detalle-info-principal .BF-detalle-promo {
		text-align: center;
	}
	.BF-detalle-principal .BF-detalle-info-principal .BF-detalle-descripcion-corta {
		text-align: center;
	}
	.BF-detalle-secundario .BF-detalle-info,
	.BF-detalle-secundario .BF-otros-beneficios {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.BF-detalle-principal {
		display: flex;
		width: 100%;
	}
	.BF-detalle-principal .BF-detalle-imagen {
		width: 50%;
		min-height: 400px;
	}
	.BF-detalle-principal .BF-detalle-imagen .BF-detalle-logo {
		width: 200px;
		height: 200px;
		top: calc(50% - 100px);
		right: -100px;
	}
	.BF-detalle-principal .BF-detalle-info-principal {
		width: 50%;
		padding-left: 140px;
		padding-top: 0px;
	}
	.BF-detalle-principal .BF-detalle-info-principal .BF-detalle-comercio {
		text-align: left;
	}
	.BF-detalle-principal .BF-detalle-info-principal .BF-detalle-promo {
		text-align: left;
	}
	.BF-detalle-principal .BF-detalle-info-principal .BF-detalle-descripcion-corta {
		text-align: left;
	}
	.BF-detalle-secundario .BF-detalle-info,
	.BF-detalle-secundario .BF-otros-beneficios {
		width: 50%;
	}
}
@media (min-width: 1200px) {

}
@media (min-width: 1400px) {
	
}

/* ------------------------------------- */
/* PROMOCION LISTA */
/* ------------------------------------- */

.PRO-lista-contenedor {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
.PRO-lista-item {
	position: relative;
	width: 100%;
	align-items: center;
	margin-bottom: 64px;
}
.PRO-lista-imagen {
	display: block;
	position: relative;
}
.PRO-lista-imagen > a > img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}
.PRO-lista-datos {
	display: block;
	position: relative;
}
.PRO-lista-promo,
.PRO-lista-descripcion,
.PRO-lista-valor,
.PRO-lista-boton,
.PRO-lista-legal {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 16px;
}
.PRO-lista-precio-antes {
	font-size: 16px;
	text-decoration: line-through;
}
.PRO-lista-precio-promo {
	font-size: 24px;
}
.PRO-lista-precio-descuento {
	font-size: 24px;
}
.PRO-lista-legal {
	font-size: 14px;
	line-height: normal;
}
@media (max-width: 767.99px) {
	.PRO-lista-item {
		display: block;
		float: none;
	}
	.PRO-lista-imagen {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 16px;
	}
	.PRO-lista-datos {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.PRO-lista-item {
		display: flex;
		float: none;
	}
	.PRO-lista-imagen {
		width: 50%;
		padding-right: 64px;
		margin-bottom: 0px;
	}
	.PRO-lista-datos {
		width: 50%;
	}
}


/* ------------------------------------- */
/* PROMOCION DETALLE */
/* ------------------------------------- */

.PRO-detalle-contenedor {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
.PRO-detalle-ficha {
	position: relative;
	width: 100%;
	align-items: center;
	margin-bottom: 32px;
	padding-top: 32px;
}
.PRO-detalle-imagen {
	display: block;
	position: relative;
}
.PRO-detalle-imagen > img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}
.PRO-detalle-datos {
	display: block;
	position: relative;
}
.PRO-detalle-promo,
.PRO-detalle-descripcion,
.PRO-detalle-boton,
.PRO-detalle-valor,
.PRO-detalle-legal {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 16px;
}
.PRO-detalle-promo h1 {
	font-family: inherit;
}
.PRO-detalle-precio-antes {
	font-size: 16px;
	text-decoration: line-through;
}
.PRO-detalle-precio-promo {
	font-size: 24px;
}
.PRO-detalle-precio-descuento {
	font-size: 24px;
}
.PRO-detalle-legal {
	font-size: 14px;
	line-height: normal;
}
.PRO-detalle-info {
	position: relative;
	width: 100%;
	float: left;
	padding-bottom: 64px;
}
.PRO-detalle-descripcion-larga,
.PRO-detalle-formulario {
	display: block;
	position: relative;
	float: left;
}
.PRO-detalle-descripcion-larga ul > li {
	list-style: circle;
}
.PRO-detalle-formulario h3 {
	font-family: inherit;
}
.PRO-detalle-formulario-contenedor {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding-top: 32px;
}
.PRO-detalle-caducada {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	padding: 8% 0;
	text-align: center;
}
.PRO-detalle-caducada > h3 {
	text-align: center;
}
	
@media (max-width: 767.99px) {
	.PRO-detalle-ficha {
		display: block;
		float: none;
	}
	.PRO-detalle-imagen {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 16px;
	}
	.PRO-detalle-datos {
		width: 100%;
	}
	.PRO-detalle-info {
		display: block;
	}
	.PRO-detalle-descripcion-larga,
	.PRO-detalle-formulario {
		width: 100%;
		margin-bottom: 32px;
	}
	.PRO-detalle-descripcion-larga {
		padding-right: 0px;
	}
}
@media (min-width: 768px) {
	.PRO-detalle-ficha {
		display: flex;
		float: none;
	}
	.PRO-detalle-imagen {
		width: 50%;
		padding-right: 64px;
		margin-bottom: 0px;
	}
	.PRO-detalle-datos {
		width: 50%;
	}
	.PRO-detalle-info {
		display: flex;
	}
	.PRO-detalle-descripcion-larga,
	.PRO-detalle-formulario {
		width: 50%;
		margin-bottom: 0px;
	}
	.PRO-detalle-descripcion-larga {
		padding-right: 64px;
	}
}	



/* ------------------------------------- */
/* PRENSA LISTA */
/* ------------------------------------- */

.PRE-lista-contenedor {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
.PRE-lista-item {
	position: relative;
	width: 100%;
	align-items: center;
	margin-bottom: 64px;
}
.PRE-lista-imagen {
	display: block;
	position: relative;
}
.PRE-lista-imagen > a > img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}
.PRE-lista-datos {
	display: block;
	position: relative;
}
.PRE-lista-medio,
.PRE-lista-titulo,
.PRE-lista-descripcion,
.PRE-lista-boton {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 16px;
}
.PRE-lista-medio {
	font-size: 24px;
	text-transform: uppercase;
}
@media (max-width: 767.99px) {
	.PRE-lista-item {
		display: block;
		float: none;
	}
	.PRE-lista-imagen {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 16px;
	}
	.PRE-lista-datos {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.PRE-lista-item {
		display: flex;
		float: none;
	}
	.PRE-lista-imagen {
		width: 50%;
		padding-right: 64px;
		margin-bottom: 0px;
	}
	.PRE-lista-datos {
		width: 50%;
	}
}

/* ------------------------------------- */
/* PRENSA DETALLE */
/* ------------------------------------- */

.PRE-detalle-contenedor {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}
.PRE-detalle-item {
	position: relative;
	width: 100%;
	align-items: center;
	margin-bottom: 32px;
	padding-top: 32px;
}
.PRE-detalle-imagen {
	display: block;
	position: relative;
}
.PRE-detalle-imagen > a > img {
	width: 100%;
	height: auto;
	border-radius: 12px;
}
.PRE-detalle-datos {
	display: block;
	position: relative;
}
.PRE-detalle-medio,
.PRE-detalle-titulo,
.PRE-detalle-descripcion,
.PRE-detalle-boton {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 16px;
}
.PRE-detalle-medio {
	font-size: 24px;
	text-transform: uppercase;
}
@media (max-width: 767.99px) {
	.PRE-detalle-item {
		display: block;
		float: none;
	}
	.PRE-detalle-imagen {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 16px;
	}
	.PRE-detalle-datos {
		width: 100%;
	}
}
@media (min-width: 768px) {
	.PRE-detalle-item {
		display: flex;
		float: none;
	}
	.PRE-detalle-imagen {
		width: 50%;
		padding-right: 64px;
		margin-bottom: 0px;
	}
	.PRE-detalle-datos {
		width: 50%;
	}
}
