.elementor-kit-11{--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:"Roboto";--e-global-typography-primary-font-weight:600;--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-11 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@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 *//* ===== RESET ===== */

@charset "UTF-8";

body {
    background: #f4f6fb;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

/* ===== CONTENEDOR ===== */

.zf-templateWidth {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.zf-templateWrapper {
    background: #ffffff;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0px 5px 25px rgba(0,0,0,0.08);
}

/* ===== HEADER ===== */

.zf-tempHeadBdr {
    margin: 0;
    padding: 0;
}

.zf-tempHeadContBdr {
    padding: 22px 30px;
    border-bottom: 1px solid #e5e5e5;
    background: #ffffff;
}

.zf-frmTitle {
    margin: 0;
    text-align: center;
}

.zf-frmTitle em {
    font-style: normal;
    font-size: 28px;
    color: #2a3454;
    font-weight: 700;
}

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

.zf-subContWrap {
    padding: 10px 0;
}

.zf-tempFrmWrapper {
    padding: 10px 30px;
    box-sizing: border-box;
}

.zf-labelName {
    display: block;
    margin-bottom: 5px;
    color: #2a3454;
    font-size: 14px;
    font-weight: 600;
}

.zf-important {
    color: red;
}

/* ===== INPUTS ===== */

.zf-tempContDiv input[type="text"],
.zf-form-sBox {
    width: 100%;
    height: 40px;
    border: 1px solid #d6dbe7;
    border-radius: 8px;
    padding: 0 12px;
    font-size: 14px;
    color: #2a3454;
    box-sizing: border-box;
    transition: 0.3s;
    background: #fff;
}

.zf-tempContDiv input[type="text"]:focus,
.zf-form-sBox:focus {
    border: 1px solid #f0b354;
    outline: none;
    box-shadow: 0 0 0 3px rgba(240,179,84,0.15);
}

/* ===== DOBLE INPUT NOMBRE ===== */

.zf-nameWrapper {
    display: flex;
    gap: 12px;
}

.zf-nameWrapper span {
    width: 100%;
}

.zf-nameWrapper label {
    display: block;
    font-size: 11px;
    margin-top: 4px;
    color: #7b8397;
}

/* ===== TELEFONO ===== */

.zf-phwrapper span {
    width: 100%;
}

/* ===== SELECT ===== */

.zf-form-sBox {
    appearance: none;
}

/* ===== FOOTER ===== */

.zf-fmFooter {
    text-align: center;
    padding: 15px 30px 30px 30px;
}

/* ===== BOTON ===== */

.zf-submitColor,
button.zf-submitColor {
    background: #f0b354 !important;
    color: #2a3454 !important;
    border: none !important;
    border-radius: 40px !important;
    min-width: 180px;
    padding: 14px 32px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: 0.3s;
}

.zf-submitColor:hover,
button.zf-submitColor:hover {
    background: #e3a243 !important;
    transform: scale(1.03);
}

/* ===== ERRORES ===== */

.zf-errorMessage {
    color: #e53935;
    font-size: 12px;
    padding-top: 5px;
}

/* ===== RESPONSIVE ===== */

@media(max-width:768px){

    .zf-tempFrmWrapper {
        padding: 10px 20px;
    }

    .zf-tempHeadContBdr {
        padding: 20px;
    }

    .zf-frmTitle em {
        font-size: 24px;
    }

    .zf-nameWrapper {
        flex-direction: column;
        gap: 10px;
    }

    .zf-submitColor,
    button.zf-submitColor {
        width: 100%;
    }

}/* End custom CSS */