.elementor-6062 .elementor-element.elementor-element-6ce564a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:flex-end;--align-items:flex-end;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--margin-top:4em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6062 .elementor-element.elementor-element-6ce564a:not(.elementor-motion-effects-element-type-background), .elementor-6062 .elementor-element.elementor-element-6ce564a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://staging.piscinesunique.com/wp-content/uploads/2025/11/Chalet.png");background-position:center left;background-repeat:no-repeat;background-size:contain;}.elementor-6062 .elementor-element.elementor-element-bc0cee1{--display:flex;--justify-content:space-evenly;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0em;--margin-bottom:0em;--margin-left:0em;--margin-right:0em;--padding-top:2em;--padding-bottom:0em;--padding-left:2em;--padding-right:0em;}.elementor-6062 .elementor-element.elementor-element-f23cbe4 .elementor-heading-title{font-family:var( --e-global-typography-630221e-font-family ), Sans-serif;font-size:var( --e-global-typography-630221e-font-size );font-weight:var( --e-global-typography-630221e-font-weight );color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-6062 .elementor-element.elementor-element-6ce564a{--padding-top:0em;--padding-bottom:0em;--padding-left:2em;--padding-right:2em;}.elementor-6062 .elementor-element.elementor-element-f23cbe4 .elementor-heading-title{font-size:var( --e-global-typography-630221e-font-size );}}@media(max-width:767px){.elementor-6062 .elementor-element.elementor-element-6ce564a{--padding-top:0em;--padding-bottom:0em;--padding-left:2em;--padding-right:2em;}.elementor-6062 .elementor-element.elementor-element-f23cbe4 .elementor-heading-title{font-size:var( --e-global-typography-630221e-font-size );}}@media(min-width:768px){.elementor-6062 .elementor-element.elementor-element-bc0cee1{--width:60%;}}@media(max-width:1024px) and (min-width:768px){.elementor-6062 .elementor-element.elementor-element-bc0cee1{--width:100%;}}/* Start custom CSS for wpforms, class: .elementor-element-ee715f4 *//* Importar fuentes Montserrat y Plus Jakarta Sans */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&family=Plus+Jakarta+Sans:wght@600&display=swap');

/* Contenedor del formulario al 100% */
.wpforms-container {
    width: 100% !important;
    max-width: 100% !important;
}

/* Contenedores de campos al 100% */
.wpforms-container .wpforms-field {
    width: 100% !important;
    max-width: 100% !important;
}

/* Labels (títulos) con Montserrat Medium */
.wpforms-container .wpforms-field-label {
    width: 100% !important;
    display: block !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    color: #000000 !important;
    padding-left: 2.5% !important;
}

/* Sublabels con Montserrat Medium */
.wpforms-container .wpforms-field-sublabel {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 500 !important;
    font-size: 12px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    color: #000000 !important;
}

/* CAMPOS DE NOMBRE Y APELLIDO - En la misma línea al 100% */
.wpforms-container .wpforms-field-name {
    width: 100% !important;
    max-width: 100% !important;
}

.wpforms-container .wpforms-field-name .wpforms-field-row {
    display: flex !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}

.wpforms-container .wpforms-field-name .wpforms-first,
.wpforms-container .wpforms-field-name .wpforms-last {
    width: 50% !important;
    flex: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    max-width: 50% !important;
}

.wpforms-container .wpforms-field-name .wpforms-first input,
.wpforms-container .wpforms-field-name .wpforms-last input {
    width: 100% !important;
}

/* Todos los inputs al 100% con placeholder style */
.wpforms-container .wpforms-field input[type="text"],
.wpforms-container .wpforms-field input[type="email"],
.wpforms-container .wpforms-field input[type="tel"],
.wpforms-container .wpforms-field textarea,
.wpforms-container .wpforms-field select {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Placeholder con Montserrat Light */
.wpforms-container .wpforms-field input::placeholder,
.wpforms-container .wpforms-field textarea::placeholder {
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    font-size: 17px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    color: #BBBBBB !important;
}

/* Campo de teléfono al 100% */
.wpforms-container .wpforms-field-phone input {
    width: 100% !important;
}

/* Textarea (mensaje) al 100% */
.wpforms-container .wpforms-field-textarea textarea {
    width: 100% !important;
}

/* CHECKBOXES - Distribuir en 2 columnas al 100% */
.wpforms-container .wpforms-field-checkbox {
    width: 100% !important;
}

.wpforms-container .wpforms-field-checkbox ul {
    width: 100% !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 0 !important;
}

.wpforms-container .wpforms-field-checkbox ul li {
    width: 100% !important;
    margin: 0 !important;
    list-style: none !important;
    display: flex !important;
    align-items: center !important;
}

/* Estilos tipográficos para textos de checkboxes con Montserrat Light */
.wpforms-container .wpforms-field-checkbox ul li label {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    margin: 0 !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 300 !important;
    font-size: 17px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    color: #BBBBBB !important;
}

.wpforms-container .wpforms-field-checkbox ul li input[type="checkbox"] {
    margin-right: 8px !important;
    flex-shrink: 0 !important;
}

/* Botón al 100% con Montserrat Regular */
.wpforms-container .wpforms-submit-container {
    width: 100% !important;
}

.wpforms-container .wpforms-submit-container button[type="submit"],
.wpforms-container .wpforms-submit-container .wpforms-submit {
    width: 100% !important;
    max-width: 100% !important;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 400 !important;
    font-size: 23px !important;
    line-height: 20px !important;
    letter-spacing: 0% !important;
    text-align: center !important;
    vertical-align: middle !important;
    color: #FFFFFF !important;
}

/* Mantener border color #00A6B3 sin hover */
.wpforms-container .wpforms-field input:hover,
.wpforms-container .wpforms-field input:focus,
.wpforms-container .wpforms-field textarea:hover,
.wpforms-container .wpforms-field textarea:focus {
    border-color: #00A6B3 !important;
    outline: none !important;
}/* End custom CSS */