.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:16px;--e-global-typography-primary-font-weight:400;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1320px;}.e-con{--container-max-width:1320px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Contenedor del formulario */
.cf7-form-wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 20px 40px 0;
    background-color: #FFF; /* Fondo blanco */
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* Estilo para los campos de entrada */
.cf7-form-wrapper input[type="text"],
.cf7-form-wrapper input[type="tel"],
.cf7-form-wrapper input[type="email"] {
    width: 100%;
    padding: 12px 0; /* Más espacio interno */
    font-size: 16px;
    border: none;
    border-bottom: 2px solid #ccc;
    border-radius: 0; /* Sin bordes redondeados */
    outline: none;
    transition: border-color 0.3s;
    background: none;
    font-style: normal; /* Fuente no itálica */
}

.cf7-form-wrapper input[type="text"]::placeholder,
.cf7-form-wrapper input[type="tel"]::placeholder,
.cf7-form-wrapper input[type="email"]::placeholder {
    color: #333; /* Placeholder más oscuro */
    font-style: normal; /* Fuente no itálica */
}

/* Efecto de enfoque */
.cf7-form-wrapper input[type="text"]:focus,
.cf7-form-wrapper input[type="tel"]:focus,
.cf7-form-wrapper input[type="email"]:focus {
    border-bottom: 2px solid #4AABFE;
}

/* Espaciado entre campos */
.cf7-form-wrapper .form-group {
    margin-bottom: 30px; /* Más espacio entre los campos */
}

/* Botón de envío */
.cf7-form-wrapper .btn {
    display: block;
    margin: 30px auto 0; /* Espaciado superior */
    padding: 12px 30px;
    font-size: 16px;
    color: #fff;
    background-color: #4AABFE;
    border: 1px solid #4AABFE;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s, border-color 0.3s;
    text-decoration: none;
}

.cf7-form-wrapper .btn:hover {
    background-color: #358fd8;
    border-color: #358fd8;
}/* End custom CSS */