/*===========================================
*  GENERAL
* ===========================================*/
p:last-child{
	margin-bottom: 0!important;
}

.henz-efecto-brillo-fondo,
.henz-efecto-brillo-fondo-footer::before
{
	background-image: linear-gradient(77deg, #1A2C28 0%, #1A2C28 100%) !important;
    mix-blend-mode: hard-light;
    isolation: isolate;
}

@media (max-width: 769px){
	.henz-sin-br br{
		display: none !important;
	}
}



.henz-home-circulo{

}

.henz-home-circulo img{
	position: relative;
	z-index: 1;;
}

.henz-home-circulo::after{
	display: block;
    content: '';
    width: 50%;
    height: auto;
    background: #cdc8c1;
    border-radius: 400px;
    position: absolute;
    top: 0;
    left: 0;
    aspect-ratio: 1 / 1;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}

/*===========================================
*  FORM
* ===========================================*/

.henz-form p{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: flex-start;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
	gap: 10px;
	margin: 0 !important;
}

.henz-form .wpcf7-email,
.henz-form .wpcf7-text,
.henz-form .wpcf7-textarea,
.henz-form .wpcf7-submit{
	border-radius: 0; 
	font-family: "Rubik", Sans-serif;
}

.henz-form .wpcf7-textarea{
	height: 100px;
}

.henz-form .wpcf7-submit{
	color: #97918c !important;
	background: #e8e5e3 !important;
	width: fit-content;
}

.henz-form .wpcf7-submit:hover{
	background: #97918d !important;
	width: fit-content !important;
}


.henz-form .henz-form-btn,
.henz-form .henz-form-btn p{
	display: flex;
	flex-direction: column;
	align-content: flex-end;
	justify-content: center;
	align-items: flex-end;
	width: 100%;
}

.wpcf7-spinner{
	display: none
}

.hz-experiencia-fondo{
    aspect-ratio: 1 / 1;
    height: auto;
	width: 100% !important;
}

.hz-experiencia-fondo .elementor-element,
.hz-experiencia-fondo-cont{
	height: 100%;
	width: 100% !important;
}

.hz-experiencia-fondo-cont .elementor-element{
	height: auto;
}


.henz-banner-titulo{
	position: absolute;
    left: 0;
    z-index: 1;
}

.henz-banner-cont{
	height: 400px;
	position: relative;
}

.henz-cont-banner-img,
.henz-banner-img{
	position: absolute;
    z-index: 2;
	bottom: 0;
    left: 0;
    right: 0;
    transform: translateX(8%);
    height: 100%;

}

.henz-cont-banner-img img,
.henz-banner-img img{
	height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: bottom;
}

@media (max-width: 769px){
	.henz-banner-cont{
		height: 300px !important;
	}
	.henz-banner-img{
		height: 300px;
	}
	
	.henz-cont-banner-img {
        height: 250px;
        left: unset;
        transform: translateX(12%);
    }

	.henz-banner-img img{

	}
}

.henz-servicios-box{
	aspect-ratio: 1 / 1;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 60px 30px 20px 30px;
    width: 100%;
    max-width: 30%;
}

.henz-servicios-box img{
	width: 100px;
	height: 100px; 
	aspect-ratio: 1 / 1;
}

.henz-servicios-box  .elementor-heading-title{
	color: #203b34;
    font-family: "Rubik", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.2 !important;
    margin: 0;
    text-align: center;
    min-height: 69px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    align-content: flex-end;

}

/*===========================================
*  FOOTER
* ===========================================*/
.ha-footer-icono{
	aspect-ratio: 1 / 1;
	height: 40px !important;
	width: 40px !important;
}

.ha-footer-sedes p:last-of-type{
	margin-bottom: 0 !important;
}


.henz-footer-fondo-verde{
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.henz-footer-contenido{
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
}