/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: TUCHO Development Team
Template: flatsome
Version: 1.0
*/

/* tipografia */
@font-face {
	font-family: 'Inter';
	src: url('/wp-content/themes/flatsome-child/fonts/Inter.woff2') format('woff2-variations');
	font-weight: 100 1000;
	font-stretch: 75% 125%;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Cormorant';
	src: url('/wp-content/themes/flatsome-child/fonts/Cormorant.woff2') format('woff2-variations');
	font-weight: 100 1000;
	font-stretch: 75% 125%;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'Cormorant';
	src: url('/wp-content/themes/flatsome-child/fonts/Cormorant-Italic.woff2') format('woff2-variations');
	font-weight: 100 1000;
	font-stretch: 75% 125%;
	font-style: italic;
	font-display: swap;
}

body, input, textarea, select, button, p {
    font-synthesis: none;
    -moz-font-feature-settings: 'kern';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    direction: ltr;
	font-family: 'Inter', sans-serif;
}
h1, h2, h3, h4, h5, h6, .widget-title {
	font-weight: 600;
	font-family: 'Cormorant', serif;
	letter-spacing: -.015em;
}
p, ul {
	text-align: justify;
}
b, strong {
	font-weight: 600;
}
@media (min-width: 1100px) {
	h1 {
    font-size: 2.8rem;
	}
	h2 {
	font-size: 2.2rem;
	}
	h3 {
	font-size: 1.4rem;
	}
}
@media (min-width: 110px) and (max-width: 1024px){
	h2 {
		font-size: 1.6rem;
	}
	h3 {
		font-size: 1.2rem;
	}
}

/* helpers */
:root {
	--teal: #3F5E66; /* primary-color */
	--slate: #3D4F54; /* secondary-color */
	--teal-soft: #6E8A91; /* links hover */
	--slate-deep: #4A5259; /* text */
	--slate-soft: #C9D9DC; /* em title dark bg */
	--paper: #FFFFFF; /* white */
	--line: #EAECEE; /* borders */
	--cream: #F7F8F9; /* background */
	--ink: #1A1F23; /* footer */
}
.center-section p {
	text-align: center;
}

/* general */
body {
	font-size: 18px;
	font-weight: 300;
	overflow-x: clip;
}
h2 em, h3 em {
	font-style: italic;
	font-weight: 400;
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: var(--teal);
    opacity: .9;
    font-weight: 500;
    margin-bottom: 32px;
}
.eyebrow::before {
	content: "";
	width: 30px;
	height: 1px;
	background: var(--teal);
	opacity: .7;
}
.section-head {
	margin-bottom: 56px;
	max-width: 720px;
}
.section-head p, .section-main p {
	margin-top: 20px;
	font-size: 17px;
	max-width: 580px;
	text-wrap: pretty;
	line-height: 1.6;
}
.section-main .col-inner {
	padding: 0!important;
}
.crumb {
    font-size: 12.5px;
    color: var(--slate-deep);
    margin-bottom: 42px;
    letter-spacing: .02em;
}
.svc-columna {
	justify-content: space-between;
	min-height: 220px;
	width: 100%!important;
}
@media (min-width: 769px) {
	.svc-mini {
		width: 400px!important;
	}
}

/* botones */
.btn {
    padding: 10px 20px;
    font-size: 14.5px;
    font-weight: 500;
}
.btn-primary-light {
	background: var(--cream)!important;
	color: var(--slate)!important;
}
.btn-primary-light:hover {
	background: var(--paper)!important;
	transform: translateY(-1px)!important;
	box-shadow: unset!important;
}
.btn-ghost-dark {
	background: transparent!important;
	color: var(--cream)!important;
	border: 1px solid rgba(246, 241, 232, .25)!important;
}
.btn-ghost-dark:hover {
	background: transparent!important;
	border-color: var(--cream)!important;
	box-shadow: unset!important;
}

/* cabecera */
.header-shadow .header-wrapper, .header-wrapper.stuck, .layout-shadow #wrapper {
    box-shadow: none;
}
.header-main {
	border-bottom: 1px solid rgba(247,248,249,.1);
}
.header-main .nav>li>a {
    font-size: 1rem;
}
.home .header-main .nav > li >a {
	color: var(--cream);
}
.header-main .nav-line-bottom>li>a:before {
	background-color: currentColor;
	height: 1px;
}
.nav-dropdown.nav-dropdown-bold > li > a {
    transition: 0.5s;
	font-family: 'Cormorant', serif;
}
.nav-dropdown.nav-dropdown-bold > li > a:hover {
    background-color: var(--cream)!important;
	color: var(--teal)!important;
}
.nav-dropdown-has-border .nav-dropdown {
	border: 1px solid var(--line);;
}
.nav-dropdown-bold>li>a:hover {
    color: var(--teal)!important;
}
.stuck .header-main .nav>li>a, .stuck .header-main .nav>li>a:before {
	color: var(--teal)!important;
}
@media (max-width: 767px) {
	.nav-vertical .header-button {
		display: flex!important;
		flex-direction: column;
		align-items: center;
	}
}

/* hero */
.hero-title h1 {
	font-weight: 500;
	font-size: clamp(34px, 4.4vw, 60px);
	line-height: 1.06;
	letter-spacing: -.014em;
	color: var(--cream);
	margin: 0 0 28px;
	text-wrap: balance;
	max-width: 100%;
	overflow-wrap: break-word;
}
.hero-title em {
	font-style: italic;
	color: var(--slate-soft);
	font-weight: 400;
}
.hero-lead p {
	font-size: 17px;
	line-height: 1.6;
	color: rgba(247, 248, 249, .82);
	max-width: 880px;
	margin: 0 0 40px;
	text-wrap: pretty;
}
.hero .eyebrow {
	color: var(--cream);
}
.hero .eyebrow::before {
	background: var(--cream);
}

/* parrilla servicios */
.svc-rows > div {
	padding-bottom: 0!important;
}
.svc-row {
	grid-template-columns: 100px 1.1fr 1.4fr auto;
	gap: 56px;
	align-items: start;
	padding: 44px 0 44px;
	border-top: 1px solid var(--line);
	position: relative;
	transition: background-color .3s ease, padding .3s ease;
	text-decoration: none;
	color: inherit;
}
.svc-row-end {
	border-bottom: 1px solid var(--line);
}
.svc-row:hover {
	background: var(--cream);
	padding-left: 28px;
	padding-right: 28px;
}
.svc-idx {
	font-style: italic;
	font-size: 17px;
	color: var(--teal);
	font-weight: 400;
	letter-spacing: -.005em;
	line-height: 1;
	padding-top: 14px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	width: auto;
}
.svc-idx::after {
	content: "";
	width: 32px;
	height: 1px;
	background: var(--line);
}
.svc-title h3 {
	font-weight: 500;
	font-size: clamp(28px, 2.6vw, 40px);
	line-height: 1.04;
	letter-spacing: -.018em;
	color: var(--slate);
	text-wrap: balance;
	margin: 0;
}
.svc-body {
	display: flex;
	flex-direction: column;
	gap: 18px;
	padding-top: 6px;
	width: 440px;
}
.svc-body p {
	font-size: 15.5px;
	line-height: 1.6;
	text-wrap: pretty;
	margin: 0;
	max-width: 480px;
	text-align: left!important;
}
.svc-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 0;
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Cormorant, serif;
	font-style: italic;
	font-size: 14.5px;
	letter-spacing: .005em;
	line-height: 1.45;
}
.svc-tags ul {
	text-align: left!important;
	margin-bottom: 0!important;
}
.svc-tags li {
	display: inline-flex;
	align-items: center;
	margin-left: 0!important;
	margin-bottom: 0!important;
}
.svc-tags li::after {
	content: "·";
	color: var(--teal);
	margin: 0 10px;
	opacity: .8;
}
.svc-arrow {
	align-self: center;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 13px 22px;
	border-radius: 999px;
	border: 1px solid var(--line);
	background: transparent;
	color: var(--slate);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .04em;
	white-space: nowrap;
	transition: all .25s ease;
}
.svc-row:hover .svc-arrow {
	background: var(--slate);
	color: var(--cream);
	border-color: var(--slate);
}
@media (min-width: 769px) {
	.svc-row {
		display: grid;
	}
}
@media (max-width: 768px) {
	.svc-row {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 32px;
	}
	.svc-body {
		max-width: 360px;
	}
	.svc-arrow {
		align-self: flex-start!important;
	}
}

/* imagenes */
.pq-lead {
	max-width: 480px;
}
.pq-image .img-inner {
	margin-top: 40px;
	max-width: 480px;
	border-radius: 20px;
	border: 1px solid rgba(61, 79, 84, .12);
	box-shadow: 0 30px 60px -40px rgba(47, 74, 82, .25);
	position: relative;
	overflow: hidden;
}
.pq-image::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(247, 248, 249, .35);
    border-radius: 14px;
    pointer-events: none;
}
.ajuste-img img {
	object-fit: cover;
	object-position: 50% 0%;
}

/* listado pilares */
.pq-pillar {
	display: grid;
	grid-template-columns: 56px 1fr;
	gap: 28px;
	padding: 32px 0;
	border-bottom: 1px solid rgba(61, 79, 84, .12);
	align-items: start;
}
.pq-pillar h3, .pq-pillar div {
	font-family: Cormorant, serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
	margin: 0 0 10px;
	letter-spacing: -.005em;
	text-wrap: balance;
}
.pq-pillar p {
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	text-wrap: pretty;
	max-width: 460px;
}
.pq-pillar:first-child {
	border-top: 1px solid rgba(61, 79, 84, .12);
}
.pq-pillar:last-child {
	border-bottom: none;
}
.pq-num p {
	font-family: Cormorant, serif;
	font-style: italic;
	font-size: 22px;
	color: var(--teal);
	font-weight: 400;
	line-height: 1;
	padding-top: 4px;
	letter-spacing: -.01em;
}

/* cta */
.cta {
	color: var(--cream);
}
.cta .eyebrow {
	color: var(--teal-soft);
}
.cta .eyebrow::before {
	background: var(--teal-soft);
}
.cta h2 {
    font-size: clamp(34px, 4.2vw, 54px);
    font-weight: 500;
    line-height: 1.06;
    color: var(--cream);
    margin-bottom: 20px;
    letter-spacing: -.02em;
    text-wrap: balance;
}
.cta h2 em {
    color: var(--teal-soft);
    font-style: italic;
    font-weight: 400;
}

/* placa */
.nsh-placa {
	position: relative;
	align-self: end;
	justify-self: end;
	width: 100%;
	max-width: 380px;
	aspect-ratio: 4 / 5;
	background: linear-gradient(150deg, var(--slate) 0%, var(--teal) 100%);
	border-radius: 22px;
	padding: 40px 36px 32px;
	color: var(--cream);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-shadow: 0 50px 100px -40px rgba(47, 74, 82, .55), 0 14px 32px -14px rgba(47, 74, 82, .18);
	overflow: hidden;
	border: 1px solid rgba(247, 248, 249, .06);
}
.nsh-placa-top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 10.5px;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--teal-soft);
	font-weight: 500;
}
.nsh-placa-top::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -14px;
    height: 1px;
    background: rgba(247, 248, 249, .14);
}
.nsh-placa-top em {
    font-style: normal;
    font-family: Cormorant, serif;
    font-size: 13px;
    font-style: italic;
    color: var(--cream);
    letter-spacing: .04em;
    font-weight: 400;
    opacity: .85;
}
.nsh-monogram {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 18px 0;
}
.nsh-monogram-tag p {
	font-family: Cormorant, serif;
    font-style: italic;
    font-size: 14.5px;
    color: var(--teal-soft);
    margin-top: 10px!important;
    letter-spacing: .01em;
    text-wrap: balance;
    max-width: 240px;
}
.nsh-placa-foot {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
	padding-top: 18px;
	border-top: 1px solid rgba(247, 248, 249, .14);
}
.nsh-placa-foot .lbl {
	font-size: 9.5px;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--teal-soft);
	font-weight: 500;
	margin-bottom: 5px;
}
.nsh-placa-foot .val p {
	font-family: Cormorant, serif;
	font-size: 14.5px;
	text-align: left!important;
	color: var(--cream);
	line-height: 1.25;
	letter-spacing: -.005em;
	font-weight: 500;
}

/* row columnas */
.row-tipo {
	gap: 1px;
	background: var(--line);
	border: 1px solid var(--line);
	border-radius: 22px;
	overflow: hidden;
}
.columna-tipo {
	background: var(--paper);
	padding: 42px 38px 36px;
	display: flex;
	flex-direction: column;
	gap: 14px;
	position: relative;
	transition: background .25s;
}
@media (min-width: 769px) {
	.row-tipo {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

/* grid valores */
.val-grid {
	gap: 0;
	margin-top: 24px;
}
.val-cell {
	padding: 42px 32px 38px;
	position: relative;
	transition: background .3s;
}
.val-cell:hover {
	background: rgba(247, 248, 249, .03);
}
.val-cell .n p {
	font-family: Cormorant, serif;
	font-style: italic;
	color: var(--teal-soft);
	font-size: 20px;
	margin-bottom: 18px;
	line-height: 1;
	letter-spacing: -.005em;
}
.val-cell h3 {
	font-size: 26px;
	font-weight: 500;
	color: var(--cream);
	line-height: 1.18;
	margin-bottom: 14px;
	letter-spacing: -.008em;
	text-wrap: balance;
}
.val-cell h3 em {
	color: var(--teal-soft);
	font-style: italic;
	font-weight: 400;
}
.val-cell p {
	font-size: 15px;
	color: rgba(247, 248, 249, .72);
	line-height: 1.6;
	max-width: 380px;
}
@media (min-width: 769px) {
	.val-grid {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		border-top: 1px solid rgba(247, 248, 249, .16);	
	}
	.val-cell {
		border-right: 1px solid rgba(247, 248, 249, .16);
	}
}
@media (max-width: 768px) {
	.val-cell {
		border-top: 1px solid rgba(247, 248, 249, .16);
	}
	.val-cell:last-child {
		border-bottom: 1px solid rgba(247, 248, 249, .16);
	}
}

/* tarjeta contacto */
.ct-side {
	padding: 0 15px!important;
}
.side-block {
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: 14px;
	padding: 22px 24px;
}
.side-block.dark {
	background: var(--slate);
	border-color: var(--slate);
}
.side-block .lbl {
	font-size: 11px;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--teal);
	font-weight: 500;
	margin-bottom: 14px!important;
	display: flex;
	align-items: center;
	gap: 8px;
}
.side-block.dark .lbl {
	color: var(--teal-soft);
}
.lbl::before {
	content: "";
	width: 18px;
	height: 1px;
	background: var(--teal-soft);
}
.side-row .icon-box {
	display: flex;
	align-items: flex-start;
	gap: 14px;
	padding: 12px 0;
	border-bottom: 1px solid var(--line);
}
.side-block.dark .side-row .icon-box {
	border-bottom-color: rgba(246, 241, 232, .1);
}
.side-row .ico .icon-inner {
	width: 36px;
	height: 36px;
	border-radius: 9px;
	background: var(--paper);
	border: 1px solid var(--line);
	display: grid;
	place-items: center;
	color: var(--teal);
	flex-shrink: 0;
}
.side-block.dark .side-row .ico .icon-inner {
	background: rgba(246, 241, 232, .06);
	border-color: rgba(246, 241, 232, .14);
	color: var(--teal-soft);
}
.side-block.dark .side-row .ico .icon-inner svg {
	width: 16px!important;
	height: 16px!important;
	padding-top: unset!important;
}
.side-row .info .tit p {
	font-size: 12px;
	color: var(--slate-deep);
	text-transform: uppercase;
	letter-spacing: .1em;
	margin-bottom: 4px!important;
	font-weight: 500;
}
.side-block.dark .side-row .info .tit p {
	color: var(--teal-soft);
}
.side-row .info .cont p {
	font-family: Cormorant, serif;
	font-size: 18px;
	color: var(--slate);
	font-weight: 500;
	line-height: 1.25;
	letter-spacing: -.005em;
}
.side-block.dark .side-row .info .cont p, .side-block.dark .side-row .info .cont a {
	color: var(--cream);
}
.side-row .info .sub p {
	font-size: 12.5px;
	color: var(--slate-deep);
	margin-top: 3px;
	line-height: 1.4;
}
.side-block.dark .side-row .info .sub p {
	color: rgba(246, 241, 232, .6);
}
.hours-list {
	gap: 8px;
	font-size: 14px;
}
.hours-list .day p {
	color: var(--slate);
	font-weight: 500;
}
.hours-list .time p {
	color: var(--slate-deep);
	font-family: Cormorant, serif;
	font-size: 15px;
}
.hours-list .time.closed p {
	color: #B7503D;
	font-style: italic;
}

/* formulario */
.row-form {
	display: flex;
	justify-content: space-between;
}
.ct-form {
	background: var(--paper);
	border: 1px solid var(--line);
	border-radius: 22px;
	padding: 44px 46px;
	box-shadow: 0 30px 60px -40px rgba(47, 74, 82, .18);
	max-width: 800px;
}
.ct-form .col-inner {
	padding: 0!important;
}
.ct-form .form-head {
	margin-bottom: 30px;
	padding-bottom: 24px;
	border-bottom: 1px solid var(--line);
}
.ct-form .form-head p {
	font-size: 14px;
	color: var(--slate-deep);
	line-height: 1.55;
}

/* mapa */
.map-grid {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 0;
	border: 1px solid var(--line);
	border-radius: 22px;
	overflow: hidden;
	background: var(--paper);
	max-width: 1180px;
	margin: 0 auto;
}
.map-text {
	padding: 46px 44px;
}
.map-text p {
	font-size: 15px;
	color: var(--slate-deep);
	line-height: 1.6;
	margin-bottom: 24px;
	text-wrap: pretty;
	max-width: 340px;
}
.map-cta {
	font-size: 14px;
}
.col-mapa {
	padding: 0!important;
}
.col-mapa p {
	margin-bottom: 0!important;
	line-height: 0!important;
}
.mapa {
	border-radius: 0 22px 22px 0;
	overflow: hidden;
	width: 100%;
	height: 420px;
}
@media (max-width: 768px) {
	.map-grid {
		grid-template-columns: unset;
	}
	.col-mapa .col-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 0 0 60px;
	}
	.mapa {
		border-radius: 22px;
		width: auto;
		height: 350px;
	}
}

/* footer */
.absolute-footer {
	display: none;
}
.footer-bottom {
	border-top: 1px solid rgba(246, 241, 232, .12);
	padding-top: 24px;	
}
.footer-entry p, .footer-contacto p, .footer-contacto a {
	font-size: 14px;
	color: rgba(246,241,232,.55);
	text-align: left;
	max-width: 400px;
}
.footer-title p {
	font-family: Cormorant, serif;
	font-size: 18px;
	font-weight: 500;
	color: var(--cream);
	margin-bottom: 14px;
}
.footer-menu, .footer-contacto {
	gap: 10px;
}
.footer-menu a {
	font-size: 14px;
	color: rgba(246,241,232,.55);
	min-height: unset!important;
	padding-bottom: 0!important;
	padding-top: 0!important;
}
.footer-menu a:hover, .footer-contacto a:hover, .footer-legal a:hover {
	color: rgba(246,241,232,.35)!important;
}
.footer-legal, .tuchonet-footer small {
	font-size: 14px!important;
	color: rgba(246,241,232,.55);
}
.footer-legal {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	gap: 20px;
}
@media (max-width: 768px) {
	.footer-entry p {
		max-width: 280px;
	}
	.footer-legal {
	    justify-content: flex-start;
	}
}

/* ContactForm 7 */
form.wpcf7-form label {
	font-size: 13px;
	color: var(--slate);
	font-weight: 500;
	margin-bottom: 7px;
}
form.wpcf7-form input,
form.wpcf7-form select,
form.wpcf7-form textarea {
	width: 100%;
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: 10px;
	padding: 13px 15px;
	font-size: 15px;
	color: var(--ink);
	box-shadow: none!important;
}
form.wpcf7-form input:focus,
form.wpcf7-form select:focus,
form.wpcf7-form textarea:focus {
	outline: none;
	border-color: var(--teal);
	background: var(--paper);
	box-shadow: 0 0 0 3px rgba(63, 94, 102, .12);
}
.form-actions {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 24px;
	padding-top: 24px;
	border-top: 1px solid var(--line);
	flex-wrap: wrap;
}
@media (min-width: 769px) {
	.form-actions {
		margin-bottom: -60px;
	}
}
.req-note {
	font-size: 12px;
	color: var(--slate-deep);
}
form.wpcf7-form input[type="submit"] {
	padding: 15px 26px;
	border-radius: 99px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1rem;
	text-transform: none;
	cursor: pointer;
	border: none;
	background: var(--slate);
	color: var(--cream);
}
form.wpcf7-form input[type="submit"]:hover {
	background: var(--ink)!important;
	color: var(--cream);
	transform: translateY(-1px);
	box-shadow: 0 10px 24px -12px rgba(61, 79, 84, .5);
}
.wpcf7-list-item-label {
	margin: 0;
	font-size: 14px;
	color: var(--slate-deep);
	font-weight: 400;
	cursor: pointer;
}
.wpcf7-list-item-label a {
	color: var(--teal);
	text-decoration: underline;
	text-underline-offset: 3px;
}
span.wpcf7-not-valid-tip {
	position: relative;
	top: -1em;
	color: var(--fs-color-secondary);
}
div.wpcf7-response-output {
	padding: 1em !important;
	margin: 0 !important;
}
form.wpcf7-form .wpcf7-acceptance label {
	display: inline-flex;
}
form.wpcf7-form .wpcf7-acceptance label input {
	max-width: 50px;
}
div.wpcf7 .ajax-loader {
	display:none;
	background: none;
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s cubic-bezier(0.36, 0.09, 0.27, 0.97) infinite;
	border: 3px solid #dedede;
	border-top: 3px solid #000000;
	border-radius: 50%;
	height: 1em;
	width: 1em;
	margin: 0;
	vertical-align: middle;
}
}
.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    opacity: .75;
}
.wpcf7-list-item {
	display: block!important;
}

/* Datos de contacto */
.titulo-contacto {
	font-size: 1em;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
	margin-bottom: 0.25em;
}