/*
Theme Name: The Home Finishes
Theme URI: https://thehomefinishes.com.mx

Version: 1.0

Template: genesis
*/

/* Framework */
*{ box-sizing: border-box; }

/* Reset */
body, h1, h2, h3, h4, h5, h6, p, ul, ol {
	padding: 0;
	margin: 0;
}

a { text-decoration: none; }
input:focus { outline: none; }
iframe { border: 0; }

/* Inputs */
input,
textarea {
	width: 100%;
	border: 0;
	padding: 1rem;
	margin-bottom: 0.5rem;
}

input[type="submit"] {
	cursor: pointer;
	margin-bottom: 0;
}

::placeholder {
	color: rgba(0, 0, 0, 0.38);
	font-size: 15px;
}

/* Responsive */
iframe {
	width: 100%;
}

/* Typography */
body,
button,
input,
textarea {
	-webkit-font-smoothing:antialiased;
	font-size: 100%;
}

h1 {
	font-size: 3.583rem;
	letter-spacing: -1px;
	line-height: 4.5rem;
	font-weight: 800;
	margin-bottom: 0.5rem;
}

.legend {
	font-size: 1.25rem;
	line-height: 2rem;
	font-weight: 500;
	margin-bottom: 2rem;
}

h2 {
	font-size: 2.488rem;
	font-weight: 800;
	margin-bottom: 3rem;
}

h3 {
	font-size: 2.986rem;
	font-weight: 800;
	letter-spacing: -1px;
	line-height: 3.5rem;
	margin-bottom: 0.25rem;
}

h4 {
	font-size: 1.44rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

h5 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

h6 {
	font-size: 29px;
	font-weight: 600;
}

p {
	line-height: 1.5rem;
}

section p {
	margin-bottom: 1.25rem;
}

section p:last-of-type { margin-bottom: 0; }

/* Structure */
.site-header > .wrap,
.custom-site-header > .wrap,
section > .wrap,
.content-sidebar-wrap,
.site-footer > .wrap,
.beneficios-productos-section {
	padding: 0 4%;
	margin: 0 auto;
}

.content-sidebar-wrap {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

section {
	padding: 3rem 0;
}

/* Site Footer */
.site-footer {
	padding: 2rem 0 3rem;
}

.bg-black { background-color: black; }

.black-87 { color: rgba(0, 0, 0, 0.87); }
.black-60 { color: rgba(0, 0, 0, 0.60); }

.white { color: white; }
.white-95 { color: rgba(255, 255, 255, 0.95); }
.white-87 { color: rgba(255, 255, 255, 0.87); }
.white-60 { color: rgba(255, 255, 255, 0.60); }

.white-38, .white-38 a { color: rgba(255, 255, 255, 0.38); }

.sm { font-size: 15px; }
.xs { font-size: 14px; }

.text-center { text-align: center; }
.text-right { text-align: right; }

.flex .col-6 { margin-bottom: 2rem; }

.flex-m .right { padding-left: 20px; }

.full-width .left {
	padding: 3rem 4%;
}

.full-width > .right {
	height: 400px;
}

/* Flex Mobile */
.flex-m {
	display: flex;
	flex-wrap: wrap;
}

.col-6-m { width: calc(50% - 10px); }



/* THF */
:root {
	--orange: #f7be03;
}

.orange { color: var(--orange); }

body,
input,
textarea {
	font-family: "Montserrat", sans-serif;
}

/* Site Header Custom */
.custom-site-header {
	padding-top: 1.75rem;
	background-color: #111111;
	position: relative;
	padding-bottom: 3rem;
}

.custom-site-header > .wrap {
	position: relative;
}

/* Background */
.custom-site-header::before {
	position: absolute;
	content: "";
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), url('images/bg-table.jpeg');
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	opacity: 0.75;
}

.custom-site-header .top {
	margin-bottom: 1.5rem;
}

.cta {
	border-radius: 0.5rem;
	padding: 1rem;
	display: inline-block;
	font-weight: 500;
	border: 2px solid var(--orange);
}

.cta-active {
	background-color: var(--orange);
	color: #111;
}

.cta-passive {
	color: var(--orange);
}

/* Site Header */
.site-header {
	padding-top: 1rem;
	padding-bottom: 1rem;
	background-color: black;
}

/* Site Footer */
.site-footer {
	background-color: #000;
}

.site-footer .headline {
	font-size: 1.44rem;
	font-weight: 700;
	margin-bottom: 1.25rem;
}

.site-footer .telefono a {
	color: white;
}

.hugeIcon{
	font-size: 2rem;
	vertical-align: middle;
	
}

.contact-list {
	list-style-type: none;
}

.contact-list li { margin-bottom: 0.5rem }
.contact-list li:last-of-type { margin-bottom: 0rem }

.bg-comedor {
	background-image: url('images/bg-comedor.jpeg');
}

.bg-gray { background-color: #f3f3f3; }
/* .bg-black { background-color: #111; } */

form {
	border-radius: 0.75rem;
	padding: 1.75rem 1.5rem;
}

input, textarea {
	border-radius: 0.25rem;
}

form .headline {
	font-size: 1.953rem;
	font-weight: 700;
	line-height: 2.5rem;
	margin-bottom: 1.25rem !important;
}

input[type="submit"] {
	font-weight: 600;
	background-color: var(--orange);
}

/* Productos */
.benefits .row { display: flex; }
.benefits .row .right { padding-left: 10px; }

.pisos .row,
.benefits .row {
	margin-bottom: 2rem;
}

.pisos .row:last-of-type,
.benefits .row:last-of-type {
	margin-bottom: 0;
}

.pisos img {
	vertical-align: middle;
	border-radius: 0.25rem;
}

.pisos p {
	font-weight: 500;
}

/* Idea 2 */
.productos .producto {
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 1.75rem;
	margin-bottom: 15px;
}

.productos .plafon {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%), url('images/productos/plafon.jpg');
}

.productos .piso-spc {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%), url('images/productos/piso-spc.jpg');	
}

.productos .marmol {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%), url('images/productos/marmol.jpg');	
}

.productos .lambrin {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%), url('images/productos/lambrin.jpg');	
}

.productos .muro-liso {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%), url('images/productos/muro-liso.jpg');	
}

.productos .piso-laminado {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 50%), url('images/productos/piso-laminado.jpeg');	
}

.productos a {
	padding: 1rem;
	color: white;
	font-weight: 700;
	font-size: 1.25rem;
	height: 225px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.plafon, .marmol, .muro-liso {
	margin-right: 5px;
}

.piso-spc, .lambrin, .piso-laminado {
	margin-left: 5px;
}

.form-cotizacion {
	margin-bottom: 2rem;
}

.catalogo {
	border-radius: 0.75rem;
	padding: 2rem;
}

.cta-third {
	background-color: #b61d22;
	border-radius: 0.5rem;
	padding: 1rem;
	color: white;
	font-weight: 500;
	display: inline-block;
}

.cta-third .hgi {
	font-size: 1.25rem;
	vertical-align: bottom;
}

/* Full Width */
.bg-acabados,
.bg-casa {
	background-size: cover;
	background-repeat: no-repeat;
}

.bg-acabados {
	background-image: url('images/acabados.jpeg');
	background-position-y: bottom;
}

.bg-casa {
	background-image: url('images/casa.jpeg');
	background-position-y: top;
}

iframe {
	margin-top: 1rem;
	border: 4px solid var(--orange);
	border-radius: 0.5rem;
}

.bg-red {
	background-color: #b61d22;
}

.cta-bottom {
	margin-top: 2rem;
	border-radius: 0.5rem;
	padding: 2.5rem 1.5rem;
}

.cta-bottom .cta-headline {
	margin-top: 0.5rem;
	font-size: 1.953rem;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: 800;
	line-height: 2.5rem;
	margin-bottom: 1.5rem;
}

.cta-bottom form {
	margin-top: 1.5rem;
	padding: 0;
}

/* Swiper */
.swiper {
	margin-top: -1.5rem;
	padding: 3.5rem 0;
}

.swiper-slide {
	width: 280px;
	height: 450px;
}

.swiper-slide img {
	width: 100%;
	height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
	color: var(--orange);
}

.swiper-pagination-bullet-active {
	background: var(--orange);
}

/* Animations */
.anim-item { opacity: 0; }

.btn-sm {
	color: var(--orange);
	font-size: 2.488rem;
	opacity: 0.95;
}

.distribuidor a {
	padding: 1rem 0;
	display: block;
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 15px;
}

/* Category */
.page-template-productos .top-image {
	height: 250px;
	border-radius: 1.25rem;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 1.25rem;
	margin-bottom: 0.75rem;
}

.page-template-productos .top-image h1 {
	position: relative;
	font-size: 2.441rem;
	bottom: -150px;
	color: white;
}

.page-template-productos .description {
	margin-bottom: 2rem;
}

.page-template-productos .productos-listing {
	display: flex;
	flex-wrap: wrap;
}

/* Product */
.page-template-productos .productos-listing .producto {
	padding: 1.15rem 1rem;
	background-color: rgba(0, 0, 0, 1);
	width: calc(50% - 10px);
	margin-bottom: 20px;
}

.page-template-productos .productos-listing > div:nth-child(odd) {
	margin-right: 10px;
}

.page-template-productos .productos-listing > div:nth-child(even) {
	margin-left: 10px;
}

.page-template-productos .productos-listing .producto-imagen {
	background-size: cover;
	background-position-x: center;
	height: 270px;
	border-radius: 4px;
	margin-bottom: 1.5rem;
	/* box-shadow: 1px 1px 10px white; */
}

.page-template-productos .productos-listing .producto-nombre {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 0.5rem;
}

.page-template-productos .productos-listing p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 14px;
}

/* Breadcrumbs */
.breadcrumb .hgi-home-13 {
	font-size: 18px;
	vertical-align: top;
}

.breadcrumb {
	margin-bottom: 0.75rem;
}

.breadcrumb,
.breadcrumb a {
	color: rgba(0, 0, 0, 0.38);
}

.beneficios-productos-section {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.beneficios-productos > div {
	margin-bottom: 3.5rem;
}

.beneficios-productos > div:last-of-type {
	margin-bottom: 0;
}

.beneficios-icon {
	position: relative;
	margin-bottom: 0.75rem;
}

/* square */
.beneficios-icon-box {
	position: absolute;
	right: 50%;
	width: 50px;
	height: 50px;
	background-color: rgba(0, 0, 0, 0.05);
	rotate: -45deg;
}

/* huge icon */
.beneficios-icon .hgi {
	color: var(--orange);
	font-size: 5.96rem;
	-webkit-text-stroke: 3px white;
}

.beneficios-icon-name {
	font-size: 1.563rem;
	font-weight: 500;
	color: rgba(0, 0, 0, 0.6);
}

.page-template .site-header .wrap {
	display: flex;
	justify-content: space-between;
}

/* Animations */
@keyframes fadeInX {
	0%, 50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

/* Hamburguesa Home Page */
.custom-site-header .top {
	display: flex;
	justify-content: space-between;
}

.menuIconHome {
	margin-top: 2rem;
	color: rgba(255, 255, 255, 0.87);
	font-size: 3rem;
	cursor: pointer;
}

.menuIconHome::before {
	content: "☰";
}

.menuIconHome.active::before {
	content: "";
}

.menuIconHome.active::after {
	content: "✕";
	animation: fadeInX 0.3s forwards;
}

/* Hamburguesa */
.menuIcon {
	display: block;
	margin-top: 18px;
	cursor: pointer;
	color: rgba(255, 255, 255, 0.87);
	font-size: 3rem;
}

.menuIcon::before {
	content: "☰";
}

.menuIcon.active::before {
	content: "";
}

.menuIcon.active::after {
	content: "✕";
	animation: fadeInX 0.3s forwards;
}

.menu-home {
	display: none;
	z-index: 1;
}

.menu-home ul {
	margin-top: 1rem;
}

.menu-home.abierto {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background-color: black;
}

.menu-home ul li a {
	display: inline-block;
	padding: 1rem 3rem;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.87);
}

/* Menu Interno */
.menuMobileInterno {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	background-color: black;
	z-index: 1;
}

.menuMobileInterno ul {
	margin-top: 1rem;
}

.menuMobileInterno ul li a {
	display: inline-block;
	padding: 1rem 3rem;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.87);
}

.menuMobileInterno.abierto {
	display: block;
}

.show-desktop { display: none; }

/* Textura + Imagen */
.textura-e-imagen-container {
	margin-top: 2rem;
}

.textura-e-imagen-row {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 2rem;
}

/* Left */
.textura-e-imagen-row .textura {
	height: 450px;
	width: calc(40% - 10px);
	background-size: cover;
	margin-right: 10px;
}

/* Right */
.textura-e-imagen-row .imagen-y-descripcion {
	width: calc(60% - 10px);
	padding-left: 10px;
}

.textura-e-imagen-row .imagen-real {
	height: 200px;
	background-size: cover;
	border-radius: 1rem;
	margin-bottom: 1rem;
}

/* Name */
.textura-modelo {
	font-size: 1.563rem;
	font-weight: 700;
	line-height: 2rem;
	margin-bottom: 0.75rem;
}

.site-footer .flex-desktop > .col-6-desktop {
	margin-bottom: 3rem;
}

.divider {
	margin-top: 3rem;
	padding-left: 20px;
	padding-right: 20px;
	height: 1px;
	background-color: rgba(0, 0, 0, 0.05);
	margin-bottom: 3.5rem;
}

/* 2 */
.textura-imagen-2-section {
	margin-top: 3rem;
}

.textura-imagen-2-product {
	padding: 0.75rem;
	background-color: #d0d0da;
	display: flex;
	flex-wrap: wrap;
}

.textura-imagen-2-imagen-left {
	background-size: cover;
	background-repeat: no-repeat;
	width: 60%;
	height: 500px;
	border-radius: 0.25rem;
}

.textura-imagen-2-textura-right {
	width: 40%;
	padding-left: 10px;
}

.textura-imagen-2-textura-top {
	background-size: cover;
	height: 300px;
	margin-bottom: 0.5rem;
}

.textura-imagen-2-producto-modelo {
	font-size: 18px;
	margin-bottom: 1.5rem;
}

.textura-imagen-2-description {
	font-size: 15px;
	line-height: 1.25rem;
}

.background-position-x-center-mobile {
	background-position-x: center;
}

.background-position-y-center-mobile {
	background-position-y: center;
}

.background-position-y-30-mobile {
	background-position-y: 30% ;
}

.whatsapp {
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 1;
}

/* Fix Marmol */
.page-id-15 .top-image {
	background-position-y: 35%;
}

/* Tablet */
@media only screen and (min-width:768px){
	.custom-site-header .wrap,
	section .wrap,
	.site-footer .wrap {
		width: 720px;
		padding: 0; /* RESET */
	}

	.full-width .left {
		max-width: 720px;
		margin: 0 auto;
		padding-left: 0;
		padding-right: 0;
	}

	.productos-listing .producto {
		width: calc(50% - 60px) !important;
		margin-left: 30px;
		margin-right: 30px !important;
		margin-bottom: 30px !important;
	}

	/* Textura + Imagen (1) */

	/* Left */
	.textura-e-imagen-row .textura {
		width: calc(25% - 10px);
	}

	/* Right */
	.textura-e-imagen-row .imagen-y-descripcion {
		width: 75%;
	}

	/* Right TOP */
	.textura-e-imagen-row .imagen-real {
		height: 280px;
	}

	.background-position-y-center-tablet {
		background-position-y: center;
	}

	/* ¿Por qué elegir Plafón PVC? */
	.beneficios-productos-section h2 {
		margin-bottom: 3.5rem;
	}

	.page-template-productos .productos-listing .producto-imagen {
		height: 350px;
	}

	.beneficios-productos-section .beneficios-productos {
		display: flex;
		flex-wrap: wrap;
	}

	.beneficios-productos-section .beneficios-productos > div {
		width: 50%;
	}

}

/* Desktop */
@media only screen and (min-width: 960px) {
	/* Structure */
	.custom-site-header > .wrap,
	.site-header > .wrap,
	.site-inner .content-sidebar-wrap,
	section > .wrap,
	.beneficios-productos-section,
	.site-footer > .wrap {
		width: 940px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.custom-site-header {
		padding-bottom: 4rem;
	}

	/* Top */
	.custom-site-header .top {
		display: flex;
		justify-content: space-between;
	}

	.hamburguesa { display: none; }

	/* Menu Mobile Interno */
	.menuIcon { display: none; }
	.menuIconHome { display: none; }

	.menuMobileInterno {
		display: block;
		position: static;
		height: auto;
	}

	.menuMobileInterno ul {
		margin-top: 1.75rem;
	}

	.menuMobileInterno ul li {
		display: inline-block;
	}

	.menuMobileInterno ul li a {
		margin: 0 0.5rem;
		padding: 1rem 0.5rem;
		font-weight: 600;
	}

	.menuMobileInterno ul li a:hover {
		border-bottom: 2px solid var(--orange);
	}

	/* Menu Home */
	.menu-home {
		display: block;
	}

	.menu-home ul {
		margin-top: 3rem;
		list-style-type: none;
		text-transform: uppercase;
	}

	.menu-home ul li {
		display: inline-block;
	}

	.menu-home ul li a {
		margin-left: 5px;
		margin-right: 5px;
		color: rgba(255, 255, 255, 0.87);
		font-weight: 600;
		padding: 0.5rem;
	}

	.menu-home ul li a:hover {
		border-bottom: 2px solid var(--orange);
		transition: 0.5s;
	}

	.cta-active:hover {
		background-color: transparent;
		border: 2px solid var(--orange);
		color: var(--orange);
		transition: 0.5s;
	}

	.cta-passive:hover {
		background-color: var(--orange);
		color: #111;
		transition: 0.5s;
	}

	.show-desktop {
		display: block;
	}

	.site-hero {
		display: flex;
	}

	.col-6-d {
		width: 50%;
	}

	section {
		padding: 4rem 0;
	}

	/* Products */
	.col-4-d {
		margin-left: 5px;
		margin-right: 5px;
		width: calc(33.33% - 10px);
	}

	.cotizacion-section .wrap {
		display: flex;
	}

	.cotizacion-section .wrap > div {
		margin-top: auto;
		margin-bottom: auto;
	}

	.form-cotizacion {
		margin-right: 5px;
		margin-bottom: 0;
	}

	.catalogo {
		margin-left: 5px;
		width: 50%;
	}

	/* Full Width */
	.full-width {
		display: flex;
		flex-wrap: wrap;
	}

	.full-width > .left {
		padding-right: 20px;
		margin-right: 0;
		max-width: 460px;
	}

	.full-width > .right {
		width: 50%;
		height: auto;
		background-position-y: center;
		clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
	}

	.cta-bottom {
		margin-top: 0;
	}

	.cta-bottom,
	.flex-desktop {
		display: flex;
		flex-wrap: wrap;
	}

	.col-6-desktop:first-of-type {
		padding-right: 10px;
	}

	.col-6-desktop:last-of-type {
		padding-left: 10px;
	}

	.col-6-desktop {
		width: 50%;
	}

	.site-footer .bottom {
		margin-top: 2rem;
	}

	/* Home > Categoria */
	.productos-listing .producto {
		width: calc(25% - 20px) !important;
		margin-left: 10px;
		margin-right: 10px !important;
	}


	/* Left */
	.textura-e-imagen-container .textura {
		width: calc(26% - 10px);
		height: 480px;
	}

	/* Right */
	.textura-e-imagen-container .imagen-y-descripcion {
		width: calc(74% - 10px);
	}

	.textura-e-imagen-container .imagen-y-descripcion .imagen-real {
		height: 310px;
	}

	.desktop-background-position-y-top {
		background-position-y: top;
	}

	.desktop-background-position-y-center {
		background-position-y: center;
	}

	.desktop-background-position-y-bottom {
		background-position-y: bottom;
	}

	.desktop-background-position-y-65 {
		background-position-y: 65%;
	}

	.desktop-background-position-y-60 {
		background-position-y: 60%;
	}

	.desktop-background-position-y-45 {
		background-position-y: 45%;
	}

	.desktop-background-position-y-43 {
		background-position-y: 43%;
	}

	.desktop-background-position-y-40 {
		background-position-y: 40%;
	}

	.desktop-background-position-y-35 {
		background-position-y: 35%;
	}

	.desktop-background-position-y-30 {
		background-position-y: 30%;
	}

	.cta-bottom a {
		margin-top: 3rem;
	}

	.whatsapp {
		width: 80px;
		right: 25px;
		bottom: 25px;
	}

	/* Site Footer */
	.site-footer .flex-desktop > .col-6-desktop {
		margin-bottom: 0rem;
	}
}

@media only screen and (min-width: 1200px) {
	/* Structure */
	.custom-site-header > .wrap,
	section > .wrap,
	.site-header > .wrap,
	.site-inner .content-sidebar-wrap {
		max-width: 1440px;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Menu Home Top Right */
	.menu-home ul li a,
	.menuMobileInterno ul li a {
		margin-left: 1rem;
		margin-right: 1rem;
		font-size: 18px;
		letter-spacing: 1px;
	}

	/* Site Hero Home */
	h1 {
		font-size: 4.3rem;
		line-height: 5rem;
	}

	.site-hero .legend {
		margin-bottom: 2.5;
	}

	/* Home Page */
	h2 {
		font-size: 2.98rem;
		font-weight: 900;
		text-align: center;
		margin-bottom: 2.25rem;
	}

	/* Nuestros Productos */
	.productos .producto {
		height: 300px;
	}

	.productos .producto a {
		height: 300px;
		font-size: 1.44rem;
	}

	/* Cotización / Catálogo */
	.cotizacion-section > .wrap {
		max-width: 1200px;
	}

	.catalogo img {
		margin-bottom: 0.5rem;
	}

	/* Full Width */
	.acabados > .left {
		max-width: 720px;
		width: 50%;
		padding-left: 30px;
		height: 400px;
	}

	/* Nosotros */
	.nosotros > .wrap {
		max-width: 1200px;
	}

	.nosotros h3 {
		text-align: center;
	}

	/* Innovación */
	.innovacion .left {
		max-width: 720px;
		width: 50%;
		padding-left: 30px;
	}

	/* Page Productos */
	.page-template-productos .top-image {
		height: 300px;
	}

	.page-template-productos .top-image h1 {
		bottom: -200px;
	}

	/* Listado de Productos con Textura + Imagen */
	.textura-e-imagen-container {
		display: flex;
		flex-wrap: wrap;
	}

	.textura-e-imagen-container > div {
		width: 50%;
	}

	.textura-e-imagen-container .imagen-y-descripcion {
		padding-left: 10px;
		padding-right: 10px;
	}

	/* Productos Listing "Revista" Type */
	.productos-listing .producto {
		width: calc(20% - 20px) !important;
	}

	/* Home Page RED */
	.cta-bottom .cta-headline {
		margin-bottom: 0;
	}

	.cta-bottom a {
		margin-top: 1rem;
	}

}