/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author: UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/


/* ==========================================================================
1. INTEGRACIONES EXTERNAS
========================================================================== */

/* Complianz */
.cmplz-cookiebanner .cmplz-buttons {
	flex-direction: row-reverse;
}

/* Google reCAPTCHA */
.grecaptcha-badge {
	visibility: hidden;
}


/* ==========================================================================
2. ESTILOS GLOBALES
========================================================================== */

/* Tipografía */
h2 > span {
	color: #007369;
}

h2.light > span {
	color: #A5D0B8;
}

/* Cabecera */
header .html-logo .logo-mark-main, header .html-logo .logo-mark-accent{
	transition: .3s ease;
}

header .html-logo{
	opacity: 0;
	transition: .5s ease;
}
header .full-name{
	transition: .5s ease;
    transform-origin: left center;
}
header .full-name .w-text-value>span{
	transform: scaleY(-1) scaleX(-1);
	display: inline-block;
}
header .full-name.internal .w-text-value>span{
	color: #007369;
}
header.sticky .html-logo{
	opacity: 1;
}

header.sticky .full-name{
	opacity: 0;
	transform: scaleX(0);
}

header.sticky .html-logo .logo-mark-main{
	fill: #000000;
}

header.sticky .html-logo .logo-mark-accent{
	fill: #007369;
}



/* ==========================================================================
3. COMPONENTES GLOBALES
========================================================================== */

/* --------------------------------------------------------------------------
3.1. Botones con animación circular
-------------------------------------------------------------------------- */

.default-btn-white,
.default-btn-green,
.default-btn-black{
	position: relative;
	overflow: hidden;
	transition: 500ms ease;
}

.default-btn-white .w-btn-label,
.default-btn-green .w-btn-label,
.default-btn-black .w-btn-label{
	position: relative;
	z-index: 1;
	transition: 500ms ease;
}

.default-btn-white::after,
.default-btn-green::after,
.default-btn-black::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	width: 0;
	height: 0;
	border-width: 0;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	transition:
		width 500ms ease,
		height 500ms ease;
}

.default-btn-white::after,
.default-btn-black::after{
	background-color: #ffffff;
}

.default-btn-green::after {
	background-color: #007369;
}

.default-btn-white:hover::after,
.default-btn-green:hover::after,
.default-btn-black:hover::after{
	width: 420px;
	height: 420px;
}

.default-btn-white:hover .w-btn-label,
.default-btn-black:hover .w-btn-label{
	color: #013941;
}

.default-btn-green:hover .w-btn-label {
	color: #ffffff;
}


/* --------------------------------------------------------------------------
3.2. Botón con línea animada
-------------------------------------------------------------------------- */

.btn-with-line, .btn-with-line-green, .btn-with-line-black {
	position: relative;
}

.btn-with-line::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0.6rem;
	left: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.55);
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-with-line:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}


.btn-with-line-green::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #007369;
	transform-origin: right;
	transition: transform 480ms cubic-bezier(0.23, 1, 0.32, 1);
}
.btn-with-line-green:hover::after{
	animation: ctaLine 700ms cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-with-line-black::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0.6rem;
	left: 0;
	height: 1px;
	background: #2A2A2A;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.btn-with-line-black:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}



@keyframes ctaLine{
	0% {
		transform-origin: right;
		transform: scaleX(1);
	}

	49% {
		transform-origin: right;
		transform: scaleX(0);
	}
	50% {
		transform-origin: left;
		transform: scaleX(0);
	}
	100% {
		transform-origin: left;
		transform: scaleX(1);
	}
}
/* --------------------------------------------------------------------------
3.3. Variantes de botón
-------------------------------------------------------------------------- */

.btn--white {
	color: #013941;
	background: #ffffff;
}

.btn--white:hover {
	color: #013941;
	background: #a5d0b8;
}


/* ==========================================================================
4. HOME
========================================================================== */

/* --------------------------------------------------------------------------
4.1. Hero
-------------------------------------------------------------------------- */

/* Carrusel de frases */
.home #hero .us_content_carousel .slick-dots li button {
	background: rgba(255, 255, 255, 0.35);
}

.home #hero .us_content_carousel .slick-dots li.slick-active button {
	background: #ffffff;
}

.home .hero-statements .w-slider-dots {
	justify-content: center;
}

.home .hero-statements .owl-dots {
	text-align: center;
}


/* Contenido */
.home .hero__eyebrow {
	margin-bottom: 1.5rem;
}

.home .hero__statements .w-carousel-o-wrap {
	min-height: 140px;
}

.home .hero__statements .vc_custom_heading {
	margin-bottom: 0;
}

.home h2.hero-statement {
	margin: 0;
}


/* Botones secundarios */
.home .btn-hero-secondary.us_btn {
	padding-left: 0;
	color: #ffffff !important;
	text-decoration: underline;
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
}

.home .btn-hero-secondary.us_btn:hover {
	color: rgba(255, 255, 255, 0.7) !important;
}

.home .hero__cta-secondary.w-btn {
	padding-right: 0;
	padding-left: 0;
	color: #ffffff;
	text-decoration: underline;
	background: transparent;
	border: none;
	opacity: 0.85;
}

.home .hero__cta-secondary.w-btn:hover {
	opacity: 1;
}

.home .hero-cta-secondary {
	color: #ffffff;
	text-decoration: underline;
	text-underline-offset: 4px;
	background: transparent;
}

.home .hero-cta-secondary:hover {
	color: #a5d0b8;
}


/* Hero personalizado MJP */
.home .mjp-hero {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.home .mjp-hero__stage {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: clamp(9rem, 16vw, 12rem);
}

.home .mjp-hero__stmt {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	color: #ffffff;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.8s ease;
}

.home .mjp-hero__stmt.is-active {
	opacity: 1;
}

.home .mjp-hero__nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.1rem;
	margin-top: 1.6rem;
}

.home .mjp-hero__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	color: #ffffff;
	font-size: 1rem;
	line-height: 1;
	cursor: pointer;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 50%;
	transition:
		background 0.3s,
		border-color 0.3s;
}

.home .mjp-hero__arrow:hover {
	background: rgba(255, 255, 255, 0.15);
	border-color: #ffffff;
}

.home .mjp-hero__dots {
	display: flex;
	align-items: center;
	gap: 0.55rem;
}

.home .mjp-hero__dot {
	width: 5px;
	height: 5px;
	padding: 0;
	cursor: pointer;
	background: rgba(255, 255, 255, 0.4);
	border: 0;
	border-radius: 50%;
	transition:
		background 0.3s,
		transform 0.3s;
}

.home .mjp-hero__dot.is-active {
	background: #ffffff;
	transform: scale(1.4);
}



.mjp-tll{
	--green:#007369; --ink:#2A2A2A; --muted:#6A6A6A;
	--line:rgba(0,115,105,.28); --node-text:#F7F4EE;
}
.mjp-tll__steps{
	display:grid; grid-template-columns:repeat(4,1fr);
	gap:clamp(20px,3vw,36px); position:relative;
}
/* línea conectora (une los centros de los nodos) */
.mjp-tll__steps::before{
	content:""; position:absolute; top:21px; left:12.5%; right:12.5%; height:2px;
	background:repeating-linear-gradient(90deg,var(--line) 0 10px,transparent 10px 18px);
	z-index:0;
}
.mjp-tll__step{ position:relative; text-align:center; }
/* nodo numerado */
.mjp-tll__step::before{
	content:attr(data-num);
	width:44px; height:44px; border-radius:50%;
	background:var(--green); color:var(--node-text);
	display:flex; align-items:center; justify-content:center;
	font-weight:600; font-size:.95rem; letter-spacing:.02em;
	position:relative; z-index:1; margin:0 auto 18px;
}
.mjp-tll__step h3{
	color:var(--ink); margin:0 0 8px;
	font-size:1.1rem; line-height:1.2;
}
.mjp-tll__step p{
	color:var(--muted); margin:0 auto; max-width:26ch;
	line-height:1.65; font-size:.96rem;
}
/* responsive: en móvil se apila con línea vertical a la izquierda */
@media(max-width:760px){
	.mjp-tll__steps{ grid-template-columns:1fr; gap:0; }
	.mjp-tll__steps::before{
		top:0; bottom:0; left:21px; right:auto; width:2px; height:auto;
		background:repeating-linear-gradient(180deg,var(--line) 0 10px,transparent 10px 18px);
	}
	.mjp-tll__step{ text-align:left; padding:0 0 30px 64px; }
	.mjp-tll__step::before{ position:absolute; left:0; top:0; margin:0; }
	.mjp-tll__step p{ margin:0; max-width:none; }
}




/* --------------------------------------------------------------------------
4.2. Servicios
-------------------------------------------------------------------------- */
.services-accordion-home .w-tabs-section-title{
	color: #2A2A2A;
	font-size: 20px !important;
	text-transform: uppercase;
	font-weight: 900;
	transform: translateX(0px);
	transition: .3s ease;
}
.services-accordion-home .w-tabs-section-header:hover .w-tabs-section-title{
	color: #013941;
	transform: translateX(5px);
}
.services-accordion-home .w-tabs-section-header{
	padding: 1.8rem 0;	
}
.services-accordion-home .w-tabs-section-header:hover{
	background: unset !important;
}
.services-accordion-home .w-tabs-section-control{
	width: 11px;
	height: 11px;
	line-height: 11px;
	font-size: 11px;
}

.services-accordion-home .w-tabs-section-content{
	padding: 0rem 0 1rem !important;
}

.services-accordion-home .w-tabs-section>.w-tabs-section-content{
	position: relative;
}

.services-accordion-home #content-svc-1::before{
	content: "01";
    position: absolute;
    font-family: 'Jane';
    right: 1.3rem;
    bottom: 0;
    color: rgba(0, 115, 105, 0.045);
    font-size: 112px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}
.services-accordion-home #content-svc-2::before{
	content: "02";
    position: absolute;
    font-family: 'Jane';
    right: 1.3rem;
    bottom: 0;
    color: rgba(0, 115, 105, 0.045);
    font-size: 112px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}
.services-accordion-home #content-svc-3::before{
	content: "03";
    position: absolute;
    font-family: 'Jane';
    right: 1.3rem;
    bottom: 0;
    color: rgba(0, 115, 105, 0.045);
    font-size: 112px;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

/* --------------------------------------------------------------------------
4.3. Pilares
-------------------------------------------------------------------------- */
.mjp-pil__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(1.25rem, 2.5vw, 2rem);
}

.mjp-pil__card {
	position: relative;
	overflow: hidden;
	padding: clamp(2rem, 4vw, 3.25rem) clamp(1.5rem, 3vw, 2.25rem);
	background: rgba(255, 255, 255, 0.72);
	border: 1px solid rgba(0, 115, 105, 0.13);
	border-radius: 12px;
	transition:
		transform 500ms cubic-bezier(0.16,1,0.3,1),
		box-shadow 500ms cubic-bezier(0.16,1,0.3,1),
		border-color 500ms ease
}

.mjp-pil__card:hover {
	border-color: rgba(0, 115, 105, 0.24);
	box-shadow: 0 16px 48px rgba(1, 57, 65, 0.09);
	transform: translateY(-6px);
}

.mjp-pil__card .mjp-pil__icon{
	transition: transform 700ms cubic-bezier(0.34,1.56,0.64,1)
}

.mjp-pil__card:hover .mjp-pil__icon{
	transform: scale(1.08);
}

.mjp-pil__card::before {
	content: attr(data-num);
	position: absolute;
	font-family: 'Jane';
	right: 1.3rem;
	bottom: 0.4rem;
	color: rgba(0,115,105,0.045);
	font-size: 112px;
	font-weight: 700;
	line-height: 1;
	pointer-events: none;
}

.mjp-pil__icon {
	position: relative;
	z-index: 1;
	display: block;
	width: 64px;
	height: 64px;
	margin-bottom: 1.4rem;
}

.mjp-pil__icon img {
	display: block;
	width: 100%;
	height: 100%;
}

.mjp-pil__word {
	position: relative;
	z-index: 1;
	display: block;
	margin-bottom: 0.9rem;
	color: #013941;
	font-size: clamp(17px,1.8vw,20px);
	letter-spacing: 0em;
	text-transform: uppercase;
	font-weight: 600;
}

.mjp-pil__card p {
	position: relative;
	z-index: 1;
	margin: 0;
	color: #6a6a6a;
	font-size: 0.98rem;
	line-height: 1.75;
}

@media (max-width: 900px) {
	.mjp-pil__grid {
		grid-template-columns: 1fr;
		max-width: 460px;
		margin: 0 auto;
	}
}

/* --------------------------------------------------------------------------
4.4. Método
-------------------------------------------------------------------------- */

/*.home .method-lede p {
max-width: 700px;
margin: 0 auto;
}

*/
/* Variante BEM */
/*.home .method__step {
padding-right: 24px;
}

.home .method__timeline {
position: relative;
}

.home .method__timeline::before {
content: "";
position: absolute;
top: 20px;
left: 0;
width: 0;
height: 2px;
background-color: #a5d0b8;
transition: width 1.2s ease;
}

.home .method__timeline.is-in-view::before {
width: 100%;
}
*/

/* Variante convencional */
/*.home .method-step {
position: relative;
padding-right: 20px;
}

.home .method-step:not(:last-child)::after {
content: "";
position: absolute;
top: 28px;
right: 0;
width: 100%;
height: 2px;
background: rgba(165, 208, 184, 0.25);
}

.home .method-steps .method-step {
padding-top: 28px;
border-top: 1px solid rgba(247, 244, 238, 0.25);
}

.home .method-section em {
color: #a5d0b8;
font-style: italic;
}
*/

.mjp-tl__steps {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: clamp(2rem, 4vw, 3.5rem);
	position: relative;
}

.mjp-tl__steps::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 1.5rem;
	right: 1.5rem;
	height: 1px;
	background: rgba(239, 233, 217, 0.18);
}

.mjp-tl__steps::after {
	content: "";
	position: absolute;
	top: 5px;
	left: 1.5rem;
	width: 0;
	height: 1px;
	background: #a5d0b8;
	transition: width 2s cubic-bezier(0.65, 0, 0.35, 1);
}

.mjp-tl.is-drawn .mjp-tl__steps::after {
	width: calc(100% - 3rem);
}

.mjp-tl__step {
	position: relative;
	padding-top: 2.5rem;
	padding-left: 1.5rem;
	opacity: 0;
	transform: translateY(24px);
	transition:
		opacity 1s,
		transform 1s;
}

.mjp-tl.is-drawn .mjp-tl__step {
	opacity: 1;
	transform: none;
}

.mjp-tl.is-drawn .mjp-tl__step:nth-child(1) {
	transition-delay: 0.3s;
}

.mjp-tl.is-drawn .mjp-tl__step:nth-child(2) {
	transition-delay: 0.65s;
}

.mjp-tl.is-drawn .mjp-tl__step:nth-child(3) {
	transition-delay: 1s;
}

.mjp-tl.is-drawn .mjp-tl__step:nth-child(4) {
	transition-delay: 1.35s;
}

.mjp-tl__step::before {
	content: attr(data-num);
	position: absolute;
	top: -11px;
	left: -0.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border: 1.5px solid #a5d0b8;
	border-radius: 50%;
	background: #013941;
	color: #a5d0b8;
	font-size: 0.72rem;
	font-weight: 700;
	z-index: 1;
}

.mjp-tl__step h3 {
	margin: 0 0 0.8rem;
	color: #f7f4ee;
	font-size: 1.05rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.mjp-tl__step p {
	max-width: 30ch;
	margin: 0;
	color: rgba(239, 233, 217, 0.85);
	font-size: 0.9rem;
	line-height: 1.75;
}

@media (max-width: 980px) {
	.mjp-tl__steps {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.mjp-tl__steps {
		grid-template-columns: 1fr;
	}

	.mjp-tl__steps::before,
	.mjp-tl__steps::after {
		top: 5px;
		right: auto;
		left: 5px;
		width: 1px;
		height: 100%;
	}

	.mjp-tl.is-drawn .mjp-tl__steps::after {
		width: 1px;
		height: 100%;
	}

	.mjp-tl__step {
		margin-bottom: 2rem;
		padding-top: 0;
		padding-left: 2rem;
	}

	.mjp-tl__step::before {
		top: 0;
		left: -11px;
	}
}


/* --------------------------------------------------------------------------
4.5. Proyectos
-------------------------------------------------------------------------- */

.home .projects__header .vc_custom_heading em {
	font-style: italic;
}

.home .projects-mosaic .w-grid-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 260px;
	gap: 16px;
}

.home .projects-mosaic .w-grid-item {
	overflow: hidden;
	border-radius: 8px;
}

.home .projects-mosaic .w-grid-item:nth-child(2) {
	grid-row: span 2;
}

.home .projects-mosaic .w-grid-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#proyectos .projects-grid>.w-grid-list{
	gap: 1.25rem;
	grid-template-columns: 1.35fr 0.85fr 0.85fr;
	grid-template-rows: 380px 300px;
}

#proyectos .projects-grid>.w-grid-list>.w-grid-item:first-child{
	grid-column: 1 / 2;
	grid-row: 1 / 2;
}

#proyectos .projects-grid>.w-grid-list>.w-grid-item:nth-child(2){
	grid-column: 2 / 3;
	grid-row: 1 / 3;
}

#proyectos /*.projects-grid>.w-grid-list>.w-grid-item*/ .info-wrapper, #proyectos /*.projects-grid>.w-grid-list>.w-grid-item*/ .background-img{
	transition: .3s ease;
}
#proyectos /*.projects-grid>.w-grid-list>*/.w-grid-item:hover .info-wrapper{
	transform: translateY(-4px);
}
#proyectos /*.projects-grid>.w-grid-list>*/.w-grid-item:hover .background-img{
	transform: scale(1.04);
}

#proyectos.projects-page-grid .w-filter-list{
	display: flex;
    justify-content: center;
    gap: 5rem;
}
#proyectos.projects-page-grid .w-filter-list .w-filter-item-title{
	text-align: center;
}
#proyectos.projects-page-grid .w-filter-item.has_value .w-filter-item-reset{
	display: block;
    text-align: center;
}


/* ==========================================================================
5. PÁGINAS INTERNAS
========================================================================== */


/* --------------------------------------------------------------------------
5.1. Estilos comunes de páginas internas
-------------------------------------------------------------------------- */

/*
.page:not(.home) {
}
*/


/* --------------------------------------------------------------------------
5.2. Cabecera interior
-------------------------------------------------------------------------- */

/*
.page:not(.home) .page-header {
}

.page:not(.home) .page-header__title {
}

.page:not(.home) .page-header__subtitle {
}
*/


/* --------------------------------------------------------------------------
5.3. Sobre mí
-------------------------------------------------------------------------- */
.about-row-title .w-text-value>span{
	font-size: 2rem;
}
#valores .value>.wpb_wrapper{
	display: flex;
	gap: 2rem;
}

#valores .value>.wpb_wrapper>p{
	color: #007369;
	font-weight: bold;
	margin: 0 0 6px;
	font-size: 1.5rem;
	line-height: 1;
}
#valores .content h3{
	margin: 0 0 8px;
}

#trayectoria .l-section-h.i-cf>.g-cols>.wpb_column:last-of-type>.vc_column-inner>.wpb_wrapper{
	display: flex;
	flex-direction: column;
	height: 100%;
}

#trayectoria .team-grid{
	display: grid !important;
	grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
	align-items: stretch;
	flex: 1;
	gap: 0.5rem;
}
#trayectoria .team-grid>.w-text{
	display: flex;
	justify-content: center;
	align-items: center;
}
#trayectoria .path-element>.wpb_wrapper{
	display: flex;
	gap: 2rem;
}

#trayectoria .path-element>.wpb_wrapper>p{
	color: #007369;
	font-weight: 600;
	margin: 0 0 4px;
}

#trayectoria .path-element .content>p:first-of-type{
	color: #2a2a2a;
	font-weight: 600;
	margin: 0 0 2px;
}

#trayectoria .path-element .content>p:last-of-type{
	color: #6a6a6a;
	margin: 0;
	font-size: 14px;
}





/* --------------------------------------------------------------------------
5.4. Servicios
-------------------------------------------------------------------------- */

.specific-project-grid .w-grid-item .outer-vwrapper, .all-projects-grid .w-grid-item .outer-vwrapper{
	min-height: 23rem;
}


/* --------------------------------------------------------------------------
5.5. Proyectos
-------------------------------------------------------------------------- */

.w-filter-list .w-filter-item-value{
	border-radius: 12px !important;
}


/* --------------------------------------------------------------------------
5.6. Contacto
-------------------------------------------------------------------------- */

.contact-form-wrapper{
	background-color: white;
	padding: 2rem 3rem 0;
	border-radius: 12px;
	border: 1px solid rgba(0, 115, 105, 0.13);
}

.contact-form-wrapper form .wpcf7-form-control-wrap{
	margin-top: 0;
	margin-bottom: 0.8rem;
}

.contact-form-wrapper form .lab-txt{
	position: absolute !important;
	width: 1px;height:1px;
	padding:0;
	margin:-1px;
	overflow:hidden;
	clip:rect(0,0,0,0);
	white-space:nowrap;
	border:0;
}
.contact-form-wrapper form .flex-row{
	display: flex;
	gap: 0.5rem;
}
/*.contact-form-wrapper form input::placeholder,
.contact-form-wrapper form textarea::placeholder {
color: #6A6A6A !important;
opacity: 1 !important;
}
.contact-form-wrapper form input,
.contact-form-wrapper form textarea,
.contact-form-wrapper form select{
color: #22201d !important;
}
*/

.contact-form-wrapper form input:not([type="submit"]):not([type="checkbox"]), .contact-form-wrapper form textarea, .contact-form-wrapper form select{
	border-radius: 12px;
}
.contact-form-wrapper form input[type="submit"]{
	display: block;
	background-color: #007369 !important;
	margin-top: 1rem;
	width: 100%;
}
.contact-form-wrapper form .wpcf7-not-valid-tip{
	font-size: 14px;
}

.contact-form-wrapper form input[type="checkbox"]{
	border-radius: 4px;
}

.contact-form-wrapper form label[for="aceptacion"]>.wpcf7-form-control-wrap{
	display: inline-block !important;
}

/* estado inicial (opción vacía seleccionada) = gris tipo placeholder */
.wpcf7 form select.wpcf7-select:has(option[value=""]:checked) {
  color: #b7b7b7 !important;
}
/* fallback para navegadores sin :has() */
.wpcf7 form select.wpcf7-select:invalid {
  color: #b7b7b7 !important;
}
/* opciones del desplegable siempre en color normal */
.wpcf7 form select.wpcf7-select option {
  color: #22201d;
}


/* --------------------------------------------------------------------------
5.7. Blog y entradas
-------------------------------------------------------------------------- */

.blog-grid .outer-wrapper{
	transition: .3s ease;
}
.blog-grid .outer-wrapper:hover{
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1) !important;
}
.single.single-post .sub-info-wrapper{
	justify-content: space-between;
}

.single.single-post header .w-nav.ush_menu_1{
	color: #2A2A2A !important;
}


.single.single-post header .html-logo .logo-mark-main {
	fill: #000000;
}

/* ==========================================================================
6. PIE DE PÁGINA
========================================================================== */

/* Menú legal */
.footer-legal-menu {
	text-align: center;
}

.footer-legal-menu ul {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-legal-menu a {
	color: #6a6a6a;
	font-size: 0.9rem;
	text-decoration: none;
	transition: color 0.2s ease;
}

.footer-legal-menu a:hover {
	color: #007369;
}


/* Navegación legal de Impreza */
.footer-legal-nav .w-nav-list.level_1 {
	justify-content: center;
}

.footer-legal-nav .w-nav-anchor {
	color: #6a6a6a;
	font-size: 14px;
}

.footer-legal-nav .w-nav-anchor:hover {
	color: #007369;
}

#cta-contact-block .contact-wrapper .wpb_wrapper>div{
	display: flex;
	justify-content: center;
	gap: 2rem;
}


/* Redes sociales */
.footer-socials .w-socials-item {
	color: #007369 !important;
	border-color: #007369 !important;
}

.footer-socials .w-socials-item:hover {
	color: #f7f4ee !important;
	background-color: #007369 !important;
}

.footer-social .w-socials-item-link {
	color: #007369;
}

footer #main-row .social-wrapper .social-html a{
	width: 100%;
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}
footer #main-row .social-wrapper .social-html svg{
	width: 20px;
	height: 20px;
}

footer #main-row .social-wrapper .social-html, footer #main-row .social-wrapper .social-html svg, footer #main-row .social-wrapper .social-html svg circle{
	transition: .3s ease;
}

footer #main-row .social-wrapper .social-html:hover{
	background-color: #007369;
}

footer #main-row .social-wrapper .social-html:hover svg, footer #main-row .social-wrapper .social-html:hover svg circle{
	stroke: white;
}


/* ==========================================================================
7. RESPONSIVE
========================================================================== */

/* --------------------------------------------------------------------------
7.1. Global
-------------------------------------------------------------------------- */

@media (max-width: 900px) {
	/* Estilos globales para tablet */
}

@media (max-width: 600px) {
	/* Estilos globales para móvil */
}


/* --------------------------------------------------------------------------
7.2. Home
-------------------------------------------------------------------------- */

@media (max-width: 900px) {
	/* Home — tablet */
}

@media (max-width: 600px) {
	.home .method-step:not(:last-child)::after {
		display: none;
	}
}


/* --------------------------------------------------------------------------
7.3. Páginas internas
-------------------------------------------------------------------------- */

@media (max-width: 900px) {
	/*
	.page:not(.home) {
}
	*/
}

@media (max-width: 600px) {
	/*
	.page:not(.home) {
}
	*/
}