.elementor-kit-8{--e-global-color-primary:#003188;--e-global-color-secondary:#36C421;--e-global-color-text:#003188;--e-global-color-accent:#B88975;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{background-color:var( --e-global-color-secondary );color:#FFFFFF;border-radius:10px 10px 10px 10px;}.elementor-kit-8 button:hover,.elementor-kit-8 button:focus,.elementor-kit-8 input[type="button"]:hover,.elementor-kit-8 input[type="button"]:focus,.elementor-kit-8 input[type="submit"]:hover,.elementor-kit-8 input[type="submit"]:focus,.elementor-kit-8 .elementor-button:hover,.elementor-kit-8 .elementor-button:focus{background-color:#289319;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1300px;}.e-con{--container-max-width:1300px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column: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 */#header .fas{
    margin-right: 10px
}
.background-blue{
    width: 100%!important;
}
/* Estilo general del formulario */
.wpcf7 form {
    display: flex;
    flex-direction: column;
    max-width:100%; /* Ajusta el ancho máximo */
    margin: 0 auto; /* Centrar el formulario */
}

/* Estilo de las etiquetas */
.wpcf7 label {
    margin-bottom: 5px;
}

.wpcf7 p {
    margin:0;
}

/* Estilo de los campos de texto y textarea */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
    min-height: 80px;
    padding: 10px;
    margin-bottom: 10px;
    border: 2px solid #ccc;
    border-radius: 20px;
    box-sizing: border-box;
    font-size: 1.1em;
}

/* Estilo del botón de enviar */
.wpcf7 input[type="submit"] {
    background-color: #003188; /* Azul oscuro */
    font-size: 1.1em;
    min-height: 80px;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 20px;
    width: 100%;
    cursor: pointer;
    font-size: 16px;
    align-self: center; /* Centrar el botón */
}

.wpcf7 input[type="submit"]:hover {
    background-color: #003188; /* Azul oscuro más intenso al pasar el ratón */
}

/* Estilo del icono de enviar */
.wpcf7 input[type="submit"]::after {
    content: " ➜"; /* Añade la flecha */
}/* End custom CSS */