/*
Theme Name: The Home Finishes

Author: Adgency
Author URI: https://adgency.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 {
	padding: 0.75rem;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	margin-bottom: 0.5rem;
}

input[type="submit"] {
	padding: 1rem 0;
	cursor: pointer;
	border: 0;
	text-transform: uppercase;
	background-color: var(--yellow);
	font-weight: 600;
	font-size: 1.2rem;
	letter-spacing: 1px;
	margin: 0;
}

.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 { 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); }
/* ------------------------------------------ */
/* ------------------------------------------ */



/* ------------------------------------------ */
/* ------------------------------------------ */
/*             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;
}

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

/* 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; }

/* Custom: Header */
/* ------------------------------------------ */
/* ------------------------------------------ */