/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2026 | 05:26:42 */
/* =====================================================
   Página contacto - Liliska Carrego
   ===================================================== */

.page-id-4518 .entry-header {
    display: none !important;
}

/* Portada contacto */
.page-id-4518 .lc-contact-hero {
    min-height: 430px;
    display: flex;
    align-items: center;
    background-image: url("https://liliskacarrego.com/wp-content/uploads/2026/06/portada-contacto.webp");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 70px 24px;
}

.page-id-4518 .lc-contact-hero-content {
    max-width: 620px;
    margin-left: 10%;
    text-align: center;
    color: #3a2418;
}

.page-id-4518 .lc-contact-hero h1 {
    font-size: clamp(34px, 4vw, 58px);
    margin: 0 0 18px;
    color: #4a1f16;
    font-weight: 700;
    letter-spacing: .04em;
}

.page-id-4518 .lc-contact-hero p {
    font-size: clamp(18px, 2vw, 24px);
    margin: 0;
    color: #3a2418;
}

/* Sección principal */
.page-id-4518 .lc-contact-section {
    width: min(94%, 1450px);
    margin: -35px auto 70px;
    padding: 0 22px;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 32px;
    position: relative;
    z-index: 2;
}
/* Tarjetas */
.page-id-4518 .lc-contact-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 34px;
    box-shadow: 0 18px 45px rgba(0,0,0,.10);
}

/* Títulos */
.page-id-4518 .lc-contact-card h2 {
    margin: 0 0 24px;
    color: #4a1f16;
    font-size: 28px;
}

/* Formulario */
.page-id-4518 input,
.page-id-4518 textarea,
.page-id-4518 select {
    width: 100%;
    min-height: 48px;
    border: 1px solid #ded2c8 !important;
    border-radius: 10px !important;
    padding: 12px 14px !important;
    background: #fff !important;
    color: #222 !important;
}

.page-id-4518 textarea {
    min-height: 150px;
}

.page-id-4518 input:focus,
.page-id-4518 textarea:focus,
.page-id-4518 select:focus {
    border-color: #9b1c1c !important;
    box-shadow: 0 0 0 3px rgba(155,28,28,.12) !important;
    outline: none !important;
}

/* Botón */
.page-id-4518 button,
.page-id-4518 input[type="submit"],
.page-id-4518 .wpforms-submit,
.page-id-4518 .ff-btn-submit {
    background: #9b1c1c !important;
    color: #fff !important;
    border: none !important;
    border-radius: 999px !important;
    padding: 14px 32px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    cursor: pointer;
}

.page-id-4518 button:hover,
.page-id-4518 input[type="submit"]:hover,
.page-id-4518 .wpforms-submit:hover,
.page-id-4518 .ff-btn-submit:hover {
    background: #4a1f16 !important;
}

/* Mapa */
.page-id-4518 .lc-contact-map p {
    color: #4a1f16;
    line-height: 1.6;
    margin-bottom: 18px;
}

.page-id-4518 .lc-contact-map iframe {
    width: 100%;
    height: 430px;
    border: 0;
    border-radius: 14px;
}

/* Móvil */
@media (max-width: 900px) {
    .page-id-4518 .lc-contact-section {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .page-id-4518 .lc-contact-hero {
        min-height: 320px;
        justify-content: center;
        text-align: center;
    }

    .page-id-4518 .lc-contact-hero-content {
        margin-left: 0;
    }
}