/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.7.1.1688405229
Updated: 2023-07-03 17:27:09

*/

:root {
		scroll-behavior: smooth;
}


/* ==== landing interiorismo ==== */
.landing-interiorismo {
	--hbtk-landing-bg: #f7f6f4;
	--hbtk-landing-muted-bg: #f1f0ed;
	--hbtk-landing-text: #3e3a37;
	--hbtk-landing-muted: #706b66;
	--hbtk-landing-gold: #d0b76d;
	--hbtk-landing-gold-dark: #b79a4f;
	--hbtk-landing-white: #fff;
	--hbtk-landing-border: #e6e1dc;
	color: var(--hbtk-landing-text);
	background: var(--hbtk-landing-white);
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	font-size: 1rem;
	line-height: 1.75;

}

.landing-interiorismo *,
.landing-interiorismo *::before,
.landing-interiorismo *::after {
	box-sizing: border-box;
}

.landing-interiorismo h1,
.landing-interiorismo h2,
.landing-interiorismo h3,
.landing-interiorismo h4 {
	margin: 0;
	color: var(--hbtk-landing-text);
	font-family: Georgia, "Times New Roman", serif;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0;
}

.landing-interiorismo p,
.landing-interiorismo blockquote,
.landing-interiorismo figure {
	margin: 0;
}

.landing-interiorismo img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.landing-interiorismo a {
	color: inherit;
}

.landing-interiorismo__container {
	width: min(100% - 2rem, 70rem);
	margin: 0 auto;
	position: relative;
}

.landing-interiorismo__section {
	padding: 4.5rem 0;
}

.landing-interiorismo__section-heading {
	max-width: 44rem;
	margin: 0 auto 3rem;
	text-align: center;
}

.landing-interiorismo__section-heading h2 {
	margin-bottom: .65rem;
	font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.landing-interiorismo__section-heading p {
	color: var(--hbtk-landing-muted);
	font-size: .95rem;
	line-height: 1.55;
}

.landing-interiorismo__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 12.5rem;
	min-height: 3rem;
	padding: .85rem 1.75rem;
	border: 1px solid var(--hbtk-landing-gold);
	border-radius: .2rem;
	background: var(--hbtk-landing-gold);
	color: var(--hbtk-landing-white) !important;
	font-size: .88rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	text-decoration: none;
	transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.landing-interiorismo__button:hover,
.landing-interiorismo__button:focus {
	background: var(--hbtk-landing-gold-dark);
	border-color: var(--hbtk-landing-gold-dark);
	color: var(--hbtk-landing-white);
	transform: translateY(-1px);
}

.landing-interiorismo__hero {
	position: relative;
	display: grid;
	min-height: 34rem;
	padding: 7rem 1rem 6.5rem;
	place-items: center;
	background: linear-gradient(135deg, #4d4945, #1f1d1b);
	background-position: center;
	background-size: cover;
	text-align: center;
	overflow: hidden;
}

.landing-interiorismo__hero::after {
	position: absolute;
	inset: 0;
	content: "";
	background: rgba(24, 22, 20, .56);
}

.landing-interiorismo__hero-inner {
	position: relative;
	z-index: 1;
	width: min(100%, 52rem);
	color: var(--hbtk-landing-white);
}

.landing-interiorismo__hero h1 {
	color: var(--hbtk-landing-white);
	font-size: clamp(2.15rem, 5vw, 4.7rem);
}

.landing-interiorismo__hero p {
	margin-top: 1.45rem;
	color: rgba(255, 255, 255, .9);
	font-size: clamp(1.05rem, 2vw, 1.45rem);
	line-height: 1.5;
}

.landing-interiorismo__hero .landing-interiorismo__button {
	margin-top: 1.6rem;
}

.landing-interiorismo__quotes {
	padding: 3.6rem 0;
	background: var(--hbtk-landing-white);
}

.landing-interiorismo__quotes-grid {
	display: grid;
	gap: 2rem;
	text-align: center;
}

.landing-interiorismo__quotes blockquote::before {
	display: block;
	margin-bottom: 1.5rem;
	color: var(--hbtk-landing-gold);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1;
	content: "\"";
}

.landing-interiorismo__quotes p {
	max-width: 16rem;
	margin: 0 auto;
	color: var(--hbtk-landing-muted);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1rem;
	font-style: italic;
	line-height: 1.55;
}

.landing-interiorismo__services,
.landing-interiorismo__projects,
.landing-interiorismo__contact {
	background: var(--hbtk-landing-white);
}

.landing-interiorismo__services-grid {
	display: grid;
	gap: 2rem;
}

.landing-interiorismo__services-list {
	display: grid;
	gap: 1.5rem;
}

.landing-interiorismo__service {
	display: grid;
	gap: 1.35rem;
}

.landing-interiorismo__service.is-featured {
	gap: 0;
	background: var(--hbtk-landing-bg);
}

.landing-interiorismo__service img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	background: var(--hbtk-landing-muted-bg);
}
.landing-interiorismo__services-list .landing-interiorismo__service img {
	aspect-ratio: 4;
}

.landing-interiorismo__service.is-featured img {
	height: 100%;
	min-height: 18rem;
}

.landing-interiorismo__service-content {
	padding: 0;
}

.landing-interiorismo__service.is-featured .landing-interiorismo__service-content {
	align-self: center;
	padding: 2rem;
}

.landing-interiorismo__services-list .landing-interiorismo__service {
	padding: 1.5rem;
	background: var(--hbtk-landing-muted-bg);
}

.landing-interiorismo__services-list .landing-interiorismo__service.has-image {
	padding: 0;
	overflow: hidden;
}

.landing-interiorismo__services-list .landing-interiorismo__service.has-image .landing-interiorismo__service-content {
	padding: 1.5rem;
}

.landing-interiorismo__service h3 {
	margin-bottom: 1rem;
	font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.landing-interiorismo__services-list .landing-interiorismo__service h3 {
	font-size: clamp(1.25rem, 2vw, 1.4rem);
}

.landing-interiorismo__service p {
	color: var(--hbtk-landing-muted);
	font-size: .96rem;
	line-height: 1.75;
}

.landing-interiorismo__service span {
	display: inline-block;
	margin-top: .85rem;
	border-bottom: 1px solid var(--hbtk-landing-gold);
	color: var(--hbtk-landing-text);
	font-size: .75rem;
	font-weight: 700;
	line-height: 1.6;
	text-transform: uppercase;
}

.landing-interiorismo__about,
.landing-interiorismo__testimonials {
	background: var(--hbtk-landing-muted-bg);
}

.landing-interiorismo__about-grid {
	display: grid;
	gap: 2.5rem;
	align-items: center;
}

.landing-interiorismo__about-grid > img {
	max-height: 28rem;
	object-fit: cover;
	background: var(--hbtk-landing-white);
}

.landing-interiorismo__about-content {
	max-width: 35rem;
}

.landing-interiorismo__about-content h2 {
	margin-bottom: 1.35rem;
	font-size: clamp(1.7rem, 3vw, 2.25rem);
}

.landing-interiorismo__about-content p {
	margin-bottom: 1rem;
	color: var(--hbtk-landing-muted);
	font-size: .96rem;
	line-height: 1.75;
}

.landing-interiorismo__about-content .landing-interiorismo__button {
	margin-top: 1.1rem;
}

.landing-interiorismo__project-slider {
	position: relative;
	max-width: 48rem;
	margin: 0 auto;
	padding: .4rem;
	background: var(--hbtk-landing-white);
	box-shadow: 0 1.25rem 1.75rem -.75rem rgba(0, 0, 0, .28), 0 .45rem .8rem -.45rem rgba(0, 0, 0, .18);
}

.landing-interiorismo__project-track {
	position: relative;
	display: flex;
	gap: 0;
	padding: 0;
	overflow: hidden;
}

.landing-interiorismo__project {
	flex: 0 0 100%;
	position: relative;
	min-height: 20rem;
	background-color: var(--hbtk-landing-muted-bg);
	transition: transform .45s ease;
	overflow: hidden;
}

.landing-interiorismo__project::after {
	position: absolute;
	inset: 45% 0 0;
	content: "";
	background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .72));
	pointer-events: none;
}

.landing-interiorismo__project:not(.has-image) {
	background: linear-gradient(135deg, #615a52, #2f2c28);
}

.landing-interiorismo__project img {
	height: 100%;
	min-height: 20rem;
	object-fit: cover;
	aspect-ratio: 20 / 11;
}

.landing-interiorismo__project > div {
	position: absolute;
	right: 1.4rem;
	bottom: 1.15rem;
	left: 1.4rem;
	z-index: 1;
	color: var(--hbtk-landing-white);
}

.landing-interiorismo__project h3 {
	margin-bottom: .35rem;
	color: var(--hbtk-landing-white);
	font-size: 1.2rem;
}

.landing-interiorismo__project p {
	color: rgba(255, 255, 255, .9);
	font-size: .88rem;
	line-height: 1.5;
}

.landing-interiorismo__project-controls {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	pointer-events: none;
	transform: translateY(-50%);
}

.landing-interiorismo__project-control {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.35rem;
	height: 2.35rem;
	border: 0;
	border-radius: 0;
	background: var(--hbtk-landing-white);
	color: var(--hbtk-landing-text);
	font-size: 2rem;
	line-height: 1;
	box-shadow: 0 .25rem .8rem rgba(0, 0, 0, .18);
	cursor: pointer;
	pointer-events: auto;
	transition: background .2s ease, color .2s ease;
}

.landing-interiorismo__project-control:hover,
.landing-interiorismo__project-control:focus {
	background: var(--hbtk-landing-gold);
	color: var(--hbtk-landing-white);
}

.landing-interiorismo__project-control.is-prev {
	margin-left: .85rem;
}

.landing-interiorismo__project-control.is-next {
	margin-right: .85rem;
}

.landing-interiorismo__testimonial-grid {
	display: grid;
	gap: 1.5rem;
}

.landing-interiorismo__testimonial {
	min-height: 11.5rem;
	padding: 1.6rem;
	background: var(--hbtk-landing-white);
	box-shadow: 0 .35rem .9rem rgba(0, 0, 0, .12);
}

.landing-interiorismo__testimonial > div {
	margin-bottom: .9rem;
	color: var(--hbtk-landing-gold);
	font-size: 1rem;
	letter-spacing: .08rem;
}

.landing-interiorismo__testimonial blockquote {
	color: var(--hbtk-landing-muted);
	font-size: .88rem;
	font-style: italic;
	line-height: 1.65;
}

.landing-interiorismo__testimonial figcaption {
	margin-top: 1.15rem;
	color: var(--hbtk-landing-text);
	font-size: .82rem;
	font-weight: 700;
}

.landing-interiorismo__contact-grid {
	display: grid;
	gap: 2rem;
	max-width: 52rem;
	margin: 0 auto;
}

.landing-interiorismo__form label {
	display: block;
	margin-bottom: .45rem;
	color: var(--hbtk-landing-text);
	font-size: .85rem;
	font-weight: 700;
}

.landing-interiorismo__form input:not([type="submit"]),
.landing-interiorismo__form textarea,
.landing-interiorismo__form select {
	width: 100%;
	min-height: 3rem;
	margin-bottom: 1rem;
	padding: .75rem .9rem;
	border: 1px solid var(--hbtk-landing-border);
	border-radius: 0;
	background: var(--hbtk-landing-bg);
	color: var(--hbtk-landing-text);
	font: inherit;
	font-size: .9rem;
	margin-top: .25rem;
}

.landing-interiorismo__form textarea {
	min-height: 7rem;
	resize: vertical;
}

.landing-interiorismo__form input[type="submit"],
.landing-interiorismo__form button[type="submit"] {
	width: 100%;
	min-height: 3rem;
	padding: .85rem 1.25rem;
	border: 1px solid var(--hbtk-landing-gold);
	border-radius: .2rem;
	background: var(--hbtk-landing-gold);
	color: var(--hbtk-landing-white);
	font-size: .88rem;
	font-weight: 700;
	cursor: pointer;
	transition: background .2s ease, border-color .2s ease;
}

.landing-interiorismo__form input[type="submit"]:hover,
.landing-interiorismo__form button[type="submit"]:hover {
	background: var(--hbtk-landing-gold-dark);
	border-color: var(--hbtk-landing-gold-dark);
}

.landing-interiorismo__form .wpcf7-not-valid-tip,
.landing-interiorismo__form .wpcf7-response-output {
	font-size: .86rem;
}

.landing-interiorismo__contact-info h3 {
	margin-bottom: 1.2rem;
	font-size: 1.35rem;
}

.landing-interiorismo__contact-info ul {
	display: grid;
	gap: 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.landing-interiorismo__contact-info li {
	display: grid;
	grid-template-columns: 1.25rem minmax(0, 1fr);
	gap: .75rem;
	align-items: flex-start;
	color: var(--hbtk-landing-muted);
	font-size: .92rem;
	line-height: 1.45;
}

.landing-interiorismo__contact-icon {
	flex: 0 0 1.25rem;
	width: 1.25rem;
	height: 1.25rem;
	margin-top: .1rem;
}

.landing-interiorismo__contact-info li > div {
	display: grid;
	gap: .15rem;
}

.landing-interiorismo__contact-info strong {
	color: var(--hbtk-landing-text);
	font-size: .88rem;
}

.landing-interiorismo__contact-info a {
	color: var(--hbtk-landing-muted);
	text-decoration: none;
}

.landing-interiorismo__hours {
	margin-top: 2rem;
	padding: 1.5rem;
	background: var(--hbtk-landing-bg);
	color: var(--hbtk-landing-muted);
	font-size: .9rem;
	line-height: 1.6;
}

.landing-interiorismo__hours h4 {
	margin-bottom: .75rem;
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
	font-size: .9rem;
}

.landing-interiorismo-footer {
	padding: 3.1rem 1.5rem 2.75rem;
	background: #fff;
	color: #8b8b8b;
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif;
}

.landing-interiorismo-footer__inner {
	display: grid;
	gap: 2.25rem;
	width: min(100%, 1220px);
	margin: 0 auto;
}

.landing-interiorismo-footer__column h2 {
	margin: 0 0 1.05rem;
	color: #242424;
	font-family: "Montserrat", "Helvetica Neue", Arial, sans-serif !important;
	font-size: 1.35rem !important;
	font-weight: 700;
	line-height: 1.2;
}

.landing-interiorismo-footer__column p {
	margin: 0;
	font-size: 1.02rem;
	font-weight: 300;
	line-height: 1.45;
}

.landing-interiorismo-footer a {
	color: #8b8b8b !important;
	text-decoration: none;
	transition: color .2s ease;
}

.landing-interiorismo-footer a:hover,
.landing-interiorismo-footer a:focus {
	color: #ccb775;
}

.landing-interiorismo-footer ul {
	display: grid;
	gap: .2rem;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 1.02rem;
	font-weight: 300;
	line-height: 1.38;
}

.landing-interiorismo-footer__social {
	display: flex;
	flex-wrap: wrap;
	gap: .45rem;
	padding-top: .15rem;
}

.landing-interiorismo-footer__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.85rem;
	height: 1.85rem;
	border-radius: 50%;
	background: #ccb775;
	color: #fff;
	line-height: 1;
}

.landing-interiorismo-footer__social a:hover,
.landing-interiorismo-footer__social a:focus {
	background: #333;
	color: #fff;
}

.landing-interiorismo-footer__social svg {
	display: block;
	width: .92rem;
	height: .92rem;
	fill: #fff;
}

@media (min-width: 640px) {
	.landing-interiorismo__quotes-grid,
	.landing-interiorismo__testimonial-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (min-width: 768px) {
	.landing-interiorismo__section {
		padding: 5.75rem 0;
	}

	.landing-interiorismo__services-grid {
		grid-template-columns: minmax(0, 1fr);
	}

	.landing-interiorismo__services-list {
		gap: 2rem;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.landing-interiorismo__service.is-featured.has-image {
		grid-template-columns: 1fr 1fr;
	}

	.landing-interiorismo__contact-grid {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.landing-interiorismo__about-grid.has-image {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	}

	.landing-interiorismo-footer__inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1024px) {
	.landing-interiorismo__hero {
		min-height: 42rem;
	}

	.landing-interiorismo__section {
		padding: 6.5rem 0;
	}

	.landing-interiorismo__about-grid {
		gap: 4.25rem;
	}

	.landing-interiorismo-footer__inner {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 5.25rem;
	}
}

