.elementor-2374 .elementor-element.elementor-element-b98efa4{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0em;--padding-bottom:4em;--padding-left:0em;--padding-right:0em;}.elementor-2374 .elementor-element.elementor-element-ba40ac0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2374 .elementor-element.elementor-element-1515da6{text-align:center;}.elementor-2374 .elementor-element.elementor-element-1515da6 .elementor-heading-title{font-family:"Raleway", Sans-serif;font-size:50px;font-weight:600;color:var( --e-global-color-text );}.elementor-2374 .elementor-element.elementor-element-cae09fe{font-family:"Raleway", Sans-serif;font-size:16px;font-weight:500;color:var( --e-global-color-text );}.elementor-2374 .elementor-element.elementor-element-a781a94{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;}.elementor-2374 .elementor-element.elementor-element-00a571b{width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-2374 .elementor-element.elementor-element-457cec1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-2374 .elementor-element.elementor-element-1515da6{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;text-align:start;}.elementor-2374 .elementor-element.elementor-element-1515da6.elementor-element{--align-self:center;}.elementor-2374 .elementor-element.elementor-element-1515da6 .elementor-heading-title{font-size:28px;}.elementor-2374 .elementor-element.elementor-element-cae09fe{font-size:14px;}}@media(min-width:768px){.elementor-2374 .elementor-element.elementor-element-ba40ac0{--width:50%;}.elementor-2374 .elementor-element.elementor-element-a781a94{--width:50%;}}/* Start custom CSS *//* Oculta por defecto el contenedor del formulario */
.form-contenedor-oculto {
    opacity: 0; /* Lo hacemos transparente */
    max-height: 0; /* Colapsa su altura para el efecto de "despliegue" */
    overflow: hidden; 
    /* Transición suave para la animación (ajusta los tiempos si lo deseas) */
    transition: opacity 0.5s ease-in-out, max-height 0.8s ease-in-out; 
    /* Mantenemos display: flex/block/grid si Elementor lo tiene por defecto,
       y lo controlamos con max-height y opacity */
}

/* Estado activo: Muestra el contenedor del formulario */
.form-contenedor-oculto.form-activo {
    opacity: 1; /* Lo hace completamente visible */
    max-height: 1000px; /* Suficiente altura para mostrar el contenido (ajusta si el formulario es muy grande) */
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 100;
	font-display: auto;
	src: url('https://toltechgroup.com/wp-content/uploads/2025/04/Raleway-Thin.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://toltechgroup.com/wp-content/uploads/2025/04/Raleway-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://toltechgroup.com/wp-content/uploads/2025/04/Raleway-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://toltechgroup.com/wp-content/uploads/2025/04/Raleway-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://toltechgroup.com/wp-content/uploads/2025/04/Raleway-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://toltechgroup.com/wp-content/uploads/2025/04/Raleway-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://toltechgroup.com/wp-content/uploads/2025/04/Raleway-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://toltechgroup.com/wp-content/uploads/2025/04/Raleway-ExtraBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Raleway';
	font-style: normal;
	font-weight: 900;
	font-display: auto;
	src: url('https://toltechgroup.com/wp-content/uploads/2025/04/Raleway-Black.ttf') format('truetype');
}
/* End Custom Fonts CSS */