/*===========================================
*  GENERAL
* ===========================================*/
@font-face {
    font-family: 'Univers';
    src: url('../fonts/Univers-Light.woff2') format('woff2'),
        url('../fonts/Univers-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ChopinScript';
    src: url('../fonts/ChopinScript.woff2') format('woff2'),
        url('../fonts/ChopinScript.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Myriad Pro';
    src: url('../fonts/MyriadPro-Regular.woff2') format('woff2'),
        url('../fonts/MyriadPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

p:last-of-type{
    margin-bottom: 0 !important;
}

/*===========================================
*  HEADER
* ===========================================*/
header#masthead{
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2 !important;
}
.bf-menu-letra{
    font-family: 'Univers';
}

/*===========================================
*  BANNER
* ===========================================*/
.bf-banner{
    aspect-ratio:  1932/1106 !important;
    height: auto !important;
    width: 100% !important;
}

.bf-banner-letra-2 .elementor-heading-title {
    font-family: 'ChopinScript';
}

/* #bf-unlock-text{
    height: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.bf-unlock-text-activar{
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
} */


#bf-unlock-text {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition:
    max-height 100ms ease-out,
    opacity 300ms ease 100ms,
    visibility 0s linear 100ms;
}

.bf-unlock-text-activar {
  max-height: 200px  !important; /* Ajusta este valor al tamaño máximo esperado */
  opacity: 1 !important;
  visibility: visible  !important;
  transition:
    max-height 100ms ease-in,
    opacity 300ms ease,
    visibility 0s linear;
}

.bf-unlock-btn{
	margin-top: 0px;
	transform: rotateX(0deg);
	transition: all 300ms ease-out;
}

.bf-unlock-btn-activar{
	transform: rotateX(180deg);
    margin-top: 20px;
}

@media (max-width: 769px){
    .bf-banner{
        aspect-ratio:  9/16 !important;
    }
}
/*===========================================
*  FORM
* ===========================================*/

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

.bf-form .wpcf7-form-control-wrap{
    padding-bottom: 10px;
}

.bf-form .wpcf7-email,
.bf-form .wpcf7-text,
.bf-form .wpcf7-textarea{
    border-radius: 0;
    background-color: transparent !important;
    border: 0;
    border-bottom: 1px solid #181918;
    box-shadow: unset;
    font-weight: 300;
    font-family: "Helvetica";
    font-size: 18px;
    padding: 0 !important;
    color:#181918;
}

.bf-form .wpcf7-email::placeholder,
.bf-form .wpcf7-text::placeholder,
.bf-form .wpcf7-textarea::placeholder{
    color:#181918;
    font-family: "Helvetica";
    font-size: 18px;
    font-weight: 300;       
}


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

.bf-form .wpcf7-submit{
    color: #ffffff !important;
    background: #181918 !important;
    border: 1px solid #181918;
    width: fit-content;
    border-radius: 20px;
    padding: 5px 10px;
    font-weight: 300;
    font-family: "Helvetica";
    font-size: 18px;
    line-height: 1;
}

.bf-form .wpcf7-submit:hover{
    background: #ffffff !important;
    color: #181918 !important;
	width: fit-content !important;
}


.bf-form .bf-form-btn,
.bf-form .bf-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
* ===========================================*/


