/*
Theme Name: The Home Finishes

Author: PáginasWebPro
Author URI: https://paginaswebpro.com.mx

Version: 1.0
Template: genesis
*/

:root {
	--yellow: #ffc61a;
	--red: #c4171b;
}

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

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

a { text-decoration: none; }

img {
	max-width: 100%;
}

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

iframe {
	border: 0;
	width: 100%;
}

input,
textarea,
.cta {
	border-radius: 4px;
}

input,
textarea {
	padding: 0.75rem;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	margin-bottom: 0.5rem;
}

input[type="submit"],
.cta {
	background-color: var(--yellow);
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

input[type="submit"] {
	padding: 1rem 0;
	cursor: pointer;
	border: 0;
	font-size: 1.2rem;
	margin: 0;
}

.cta {
	padding: 1rem 2rem;
	display: inline-block;
	margin: 0 auto;
	color: black;
}

.small { font-size: 0.933rem; }

body {
	color: #222;
}

/* Structure */
.wrap,
.content-sidebar-wrap {
	padding: 0 5%;
}

/* Site Footer */
.site-footer .top {
	padding: 2.5rem 0;
	background-color: rgba(0, 0, 0, 0.93);
}

.site-footer .copyright {
	padding: 1.25rem 0;
	background-color: rgba(0, 0, 0, 1.0);
}

.site-footer .copyright,
.site-footer .copyright a {
	color: rgba(255, 255, 255, 0.87);
}

/* ------------------------------------------ */
/*                 Framework                  */
section,
.section {
	padding: 4rem 0;
}

ul {
	margin-left: 1rem;
}

.m-flex { display: flex; }
.col-6,
.col-4-mobile { margin-bottom: 2.5rem; }

.text-center { text-align: center; }
.uppercase { text-transform: uppercase; }

/* Framework: Colors */
.white { color: white; }
.white95 { color: rgba(255, 255, 255, 0.95); }
.white9 { color: rgba(255, 255, 255, 0.9); }
.white87 { color: rgba(255, 255, 255, 0.87); }
.background-black-light { background-color: rgba(0, 0, 0, 0.93); }
/* ------------------------------------------ */
/* ------------------------------------------ */

#menuMobile {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.95);
	z-index: 1;
	padding: 2rem 0;
}

#menuMobile ul {
	list-style-type: none;
	margin: 0;
}

#menuMobile a {
	display: inline-block;
	padding: 1rem 2rem;
	text-transform: uppercase;
	color: white;
	font-size: 1.2rem;
}

#menuMobile a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

#menuMobile.closed {
	display: none;
}

#menuMobile.open {
	display: block;
}

/* ------------------------------------------ */
/* ------------------------------------------ */
/*             The Home Finishes              */
.yellow { color: var(--yellow); }

/* Site Header */
.site-header-custom {
	padding: 1rem 0;
	background-image: url('images/header.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.93);
}

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

.bg-texture {
	background-image: url('images/texture.jpg');
}

.bg-black {
	background-image: url('images/bg-black.webp');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bg-white-image {
	background-image: url('images/bg-white.webp');
}

.menuIcon {
	display: inline-block;
	margin-top: 1rem;
	margin-right: 0.5rem;
	color: white;
	font-size: 2.074rem;
	position: relative;
	z-index: 2;
}

.h1x {
	font-size: 2.986rem;
	font-weight: 900;
	letter-spacing: 3px;
}

.h2x {
	font-size: 2.074rem;
	font-weight: 800;
	margin-top: 0.25rem;
	margin-bottom: 1.25rem;
}

.h3x {
	font-size: 1.44rem;
	letter-spacing: -0.5px;
}

h4 { margin-bottom: 0.25rem; }

/* Site Content */
.cta-form .header {
	padding: 1rem;
	background-color: rgba(0, 0, 0, 1.0);
	border-radius: 1rem 1rem 0 0;
}

.cta-form .form {
	padding: 2rem 1rem;
	border-radius: 0 0 1rem 1rem;
}

.box {
	border-radius: 1rem 1rem 0 0;
	padding: 3rem 2rem;
	border-bottom: 20px solid black;
}

.black-box {
	padding: 1.75rem 1.5rem;
	background-color: black;
	border-radius: 1rem;
	margin-bottom: 1rem;
}

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

::placeholder {
	color: rgba(0, 0, 0, 0.38);
}

p {
	font-size: 1.0625rem;
	line-height: 24px;
}

/* Headers */
.hx1 {
	font-size: 2.488rem;
	font-weight: 900;
}

.hx2 {
	font-size: 1.728rem;
	font-weight: 400;
	line-height: 2.25rem;
}

.header-underline {
	padding-bottom: 0.75rem;
	border-bottom: 4px solid var(--yellow);
	display: inline-block;
	margin-bottom: 1rem;
}

.ficha .icono {
	margin-right: 10px;
	display: flex;
	align-items: center;
}

/* CTA */
.cta {
	background-color: var(--yellow);
}

/* Colors */
.black87 { color: rgba(0, 0, 0, 0.87); }
.red { color: var(--red); }
.bg-red { background-color: #c4171b; }
.bg-white { background-color: #ffffff; }

.no-m-bottom { margin: 0; }

@media only screen and (min-width:768px){
	.wrap,
	.content-sidebar-wrap {
		padding: 0; /* Reset */
		max-width: 720px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 960px) {
	.wrap,
	.content-sidebar-wrap {
		max-width: 960px;
		padding-left: 10px;
		padding-right: 10px;
	}

	/* Ocultar Hamburguesa */
	#menuIcon { display: none; }

	/* Mostrar Menu */
	#menuMobile {
		position: static;
		display: block !important;
		background-color: transparent;
	}

	/* Alinear Menu */
	#menuMobile ul li {
		display: inline-block;
	}

	#menuMobile a {
		font-size: 18px;
		padding: 1rem;
	}

	.flex-desktop {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.col-6 { width: 50%; }

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

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

	.site-footer .col-6 {
		margin-bottom: 0;
	}


}