.contacto {
    display: flex;
    padding: 80px 100px 120px 100px;
    flex-direction: column;
    gap: 60px;
    background: linear-gradient(180deg, #F4E4B8 0%, #E6C86C 100%);
}

.contacto-intro {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contacto-intro h1 {
    margin: 0;
    font-family: "Libre Baskerville", serif;
    font-size: 36px;
    color: #2C2C2C;
    font-weight: 700;
    letter-spacing: 4.32px;
}

.contacto-intro p {
    margin: 0;
    font-family: 'Nunito Sans';
    font-size: 24px;
    font-weight: 400;
    color: #2C2C2C;
    line-height: 1.6;
    letter-spacing: 2px;
}

.section-title {
    margin: 0;
    font-family: "Libre Baskerville", serif;
    font-size: 30px;
    color: #2C2C2C;
    font-weight: 700;
}

.contacto-proceso {
    display: flex;
    gap: 60px;
    width: 100%;
}

.pasos-compra {
    flex: 1;
    padding: 0 20px;
}

.pasos-lista {
    display: flex;
    flex-direction: column;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pasos-lista li {
    display: flex;
    align-items: center;
    gap: 30px;
}

.numero-paso {
    width: 60px;
    height: 60px;
    background: #251301;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    font-weight: bold;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.pasos-lista h3 {
    margin: 0;
    font-family: "Libre Baskerville", serif;
    font-size: 20px;
    color: #2C2C2C;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.ubicacion {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.mapa-link {
    position: relative;
    display: block;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease;
    width: 100%;
}

.mapa-link:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.mapa-link img {
    display: block;
    width: 100%;
    height: auto;
    transition: filter 0.3s;
}

.mapa-link:hover img {
    filter: brightness(1.15) grayscale(0.1) blur(1px) opacity(0.85);
}

.overlay-texto {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #301902;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    letter-spacing: 1px;
}

.mapa-link:hover .overlay-texto {
    opacity: 1;
}

.contacto-info {
    display: flex;
    gap: 60px;
    width: 100%;
}

.formulario-container {
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.formulario-descripcion {
    margin: 0;
    font-family: "Nunito Sans";
    font-size: 24px;
    color: #2C2C2C;
    line-height: 1.6;
    letter-spacing: 1px;
}

.iframe-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.contacto-img {
    width: 100%;
    max-width: 550px;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.btn-formulario {
    padding: 15px 40px;
    background: #251301;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(37, 19, 1, 0.3);
    letter-spacing: 0.5px;
}

.btn-formulario:hover {
    background: #3d2001;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 19, 1, 0.4);
}

.btn-formulario:active {
    transform: translateY(0);
}

.info-compra {
    flex: 1 1 350px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.info-card {
    background: rgba(255, 255, 255, 0.5);
    padding: 25px;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.info-card h3 {
    margin: 0 0 10px 0;
    font-family: "Libre Baskerville", serif;
    font-size: 20px;
    color: #251301;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.info-card p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #2C2C2C;
    line-height: 1.5;
    letter-spacing: 1.5px;
}

.metodos-grid {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 15px;
}

.metodo-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    flex: 1;
}

.icono-metodo {
    width: 55px;
    height: 55px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 8px rgba(0,0,0,0.12);
    transition: transform 0.2s, box-shadow 0.2s;
}

.metodo-item:hover .icono-metodo {
    transform: scale(1.1);
    box-shadow: 0 5px 12px rgba(0,0,0,0.18);
}

.icono-metodo i {
    font-size: 24px;
    color: #251301;
}

.horario-card {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.horario-card:hover {
    transform: none;
    box-shadow: none;
}

.horario-info {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.horario-card:hover .horario-info {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.icono-queso {
    width: 70px;
    height: auto;
    flex-shrink: 0;
}

.horario-texto {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.horario-texto h3 {
    margin: 0;
    font-family: "Libre Baskerville", serif;
    font-size: 20px;
    color: #251301;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.horario-texto p {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    color: #2C2C2C;
    line-height: 1.5;
    letter-spacing: 1.5px;
}

.direccion {
    text-align: center;
}

@media (max-width: 900px) {
    .contacto {
        padding: 60px 40px;
    }

    .contacto-intro {
        text-align: center;
        align-items: center;
    }

    .contacto-intro h1 {
        font-size: 28px;
    }

    .contacto-intro p {
        font-size: 16px;
    }

    .contacto-proceso,
    .contacto-info {
        flex-direction: column;
        gap: 50px;
    }

    .pasos-compra,
    .ubicacion,
    .formulario-container,
    .info-compra {
        max-width: 600px;
        margin: 0 auto;
        width: 100%;
    }

    .section-title {
        font-size: 24px;
    }

    .pasos-lista h3 {
        font-size: 16px;
    }
}

@media (max-width: 500px) {
    .contacto {
        padding: 40px 25px;
        gap: 35px;
    }

    .contacto-intro h1 {
        font-size: 28px;
        letter-spacing: 2px;
    }

    .contacto-intro p,
    .formulario-descripcion {
        font-size: 18px;
        line-height: 1.6;
        letter-spacing: 1px;
    }

    .section-title {
        font-size: 24px;
        letter-spacing: 1.5px;
    }

    .pasos-lista {
        gap: 30px;
    }

    .pasos-compra {
        padding: 0 10px;
    }

    .pasos-lista li {
        gap: 20px;
    }

    .numero-paso {
        width: 50px;
        height: 50px;
        font-size: 26px;
    }

    .pasos-lista h3 {
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 0.5px;
    }

    .horario-info {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
        gap: 15px;
    }

    .horario-texto {
        align-items: center;
    }

    .horario-texto h3 {
        font-size: 18px;
        letter-spacing: 1px;
    }

    .horario-texto p {
        font-size: 16px;
        text-align: center;
        line-height: 1.6;
        letter-spacing: 0.5px;
    }

    .info-card {
        padding: 20px;
    }

    .info-card h3 {
        font-size: 18px;
        letter-spacing: 0.5px;
    }

    .info-card p {
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.5px;
    }

    .metodos-grid {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .metodo-item {
        min-width: 45%;
    }

    .metodo-item span {
        font-size: 14px;
        letter-spacing: 0.5px;
    }

    .icono-metodo {
        width: 50px;
        height: 50px;
    }

    .icono-metodo i {
        font-size: 22px;
    }

    .btn-formulario {
        font-size: 16px;
        padding: 12px 30px;
    }
}