.molinos-page .section-content.section-molinos {
    margin-top: 0 !important;
    margin-bottom: 36px !important;
    /* deja un poco de separación */
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100vw;
    max-width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    /* Expande más a los lados */
}

.molinos-page .section-content.section-molinos .w-row {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 64px;
    padding-right: 64px;
}

@media (max-width: 1200px) {
    .molinos-page .section-content.section-molinos .w-row {
        max-width: 98vw;
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 767px) {
    .molinos-page .section-content.section-molinos .w-row {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.molinos-page .div-heading-molinos {
    padding-top: 35px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0 !important;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.molinos-page .section-content.section-molinos .w-row,
.molinos-page .section-content.section-molinos .w-col,
.molinos-page .section-content.section-molinos .div-heading-section {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.molinos-page .section-content.section-molinos .paragraph-heading:last-child {
    margin-bottom: 0 !important;
}

.molinos-page .section-content.section-molinos {
    margin-top: 0;
    margin-bottom: 0;
}

.molinos-page .div-heading-molinos {
    padding: 35px 10px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.molinos-page .div-heading-molinos .heading.h-main.s-title {
    font-size: 2.5rem;
    line-height: 1.4;
    text-transform: uppercase;
}

.molinos-page .div-heading-molinos .paragraph-heading {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 10px;
}

.molinos-page .section-content.section-modelo {
    margin-top: 20px;
    margin-bottom: 20px;
}

.molinos-page .div-heading-modelo {
    padding: 35px 10px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.molinos-page .div-heading-modelo .heading.h-main.s-title {
    font-size: 2rem;
    line-height: 1.3;
}

.molinos-page .div-heading-modelo .paragraph-heading {
    font-size: 1.1rem;
    margin-top: 10px;
}

.molinos-page .list-caracteristicas {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    font-size: 1rem;
}

.molinos-page .image-modelo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.molinos-page .section-content.section-galeria {
    padding: 0.5rem 0 2rem 0;
    text-align: center;
}

.molinos-page .galeria-slider {
    width: auto !important;
    max-width: 900px !important;
    margin: 0 auto 2rem !important;
    position: relative;
}

.molinos-page .galeria-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0;
}

.molinos-page .galeria-image {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: contain;
    border-radius: 0.75rem 0.75rem 0 0;
    margin-bottom: 0;
}

.molinos-page .galeria-desc {
    margin-top: 0;
    font-size: 1rem;
    color: #333;
    line-height: 1.4;
}

.molinos-page .galeria-desc-box {
    background: #400420;
    border-radius: 0 0 0.5rem 0.5rem;
    padding: 0.7em 1.2em;
    margin-top: -0.5rem;
    margin-bottom: 0.5em;
    display: block;
    max-width: 600px;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.molinos-page .galeria-desc-box .galeria-desc {
    color: #fff;
    margin: 0;
    font-size: 1rem;
    line-height: 1.4;
}

.molinos-page .w-slider-arrow-left,
.molinos-page .w-slider-arrow-right {
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.molinos-page .w-slider-arrow-left:hover,
.molinos-page .w-slider-arrow-right:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

.molinos-page .w-icon-slider-left,
.molinos-page .w-icon-slider-right {
    color: #fff;
    font-size: 1.5rem;
}

.molinos-page .w-slider-nav {
    bottom: -1.5rem;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.molinos-page .w-slider-nav .w-slider-dot {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.molinos-page .w-slider-nav .w-slider-dot.w-active {
    background-color: rgba(0, 0, 0, 0.8);
}

.molinos-page .section-content.section-video {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.molinos-page .video-intro {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    display: block;
    height: auto;
    border-radius: 0.5rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.molinos-page .section-content.section-clientes-molinos {
    padding: 2rem 0;
    text-align: center;
}

.molinos-page .clientes-slider {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 2rem auto;
    position: relative;
    background: none;
    box-shadow: none;
}

.molinos-page .cliente-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    background: none;
    box-shadow: none;
}

.molinos-page .cliente-image {
    width: 180px;
    height: 120px;
    object-fit: contain;
    margin-bottom: 0.5rem;
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.molinos-page .cliente-desc {
    font-size: 1.1rem;
    color: #333;
    margin: 0;
    line-height: 1.4;
    max-width: 350px;
}

.molinos-page .clientes-slider .w-slider-arrow-left,
.molinos-page .clientes-slider .w-slider-arrow-right {
    display: none !important;
}

.molinos-page .clientes-slider .w-slider-nav {
    bottom: -1.2rem;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.molinos-page .clientes-slider .w-slider-dot {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transition: background-color 0.3s;
}

.molinos-page .clientes-slider .w-slider-dot.w-active {
    background-color: #333;
}

.molinos-page .clientes-swiper {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 2rem auto;
    position: relative;
    background: none;
    box-shadow: none;
}

.molinos-page .clientes-swiper .swiper-slide.cliente-slide {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    background: none;
    box-shadow: none;
}

.molinos-page .clientes-swiper .swiper-pagination {
    bottom: -1.2rem;
    display: flex;
    justify-content: center;
    gap: 10px;
    position: relative;
}

.molinos-page .clientes-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transition: background-color 0.3s;
    opacity: 1;
    margin: 0 5px;
}

.molinos-page .clientes-swiper .swiper-pagination-bullet-active {
    background-color: #333;
}

/* Botones flotantes: WhatsApp y Teléfono, juntos en la esquina inferior derecha */
.molinos-page .floating-buttons {
    position: fixed;
    right: 40px;
    bottom: 30px;
    z-index: 1000;
    display: flex;
    flex-direction: row;
    gap: 18px;
}

.molinos-page .floating-buttons .WhatsApp,
.molinos-page .floating-buttons .Telefono {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.2s;
    cursor: pointer;
    padding: 0;
}

.molinos-page .floating-buttons .WhatsApp img,
.molinos-page .floating-buttons .Telefono img {
    width: 32px;
    height: 32px;
    border-radius: 0;
    background: none;
    box-shadow: none;
}

.molinos-page .floating-buttons .WhatsApp:hover,
.molinos-page .floating-buttons .Telefono:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    filter: brightness(1.1);
}

.separador-molinos {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: #400420;
    padding: 16px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 140px;
    border-top: 1px solid #400420;
    border-bottom: 1px solid #400420;
}

.separador-molinos-text {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 1px;
    text-align: center;
}

@media (max-width: 600px) {
    .molinos-page .div-heading-molinos .heading.h-main.s-title {
        font-size: 2rem;
    }

    .molinos-page .div-heading-molinos .paragraph-heading {
        font-size: 1rem;
    }

    .molinos-page .video-intro {
        max-width: 70%;
    }

    .separador-molinos {
        padding: 8px 0;
        min-height: 24px;
    }

    .separador-molinos-text {
        font-size: 1rem;
        padding: 0 6px;
    }
}

@media (max-width: 767px) {
    .molinos-page .section-content {
        margin-top: 10px;
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .molinos-page .div-heading-molinos,
    .molinos-page .div-heading-modelo {
        padding: 20px 5px;
    }

    .molinos-page .galeria-image {
        max-width: 100%;
    }

    .molinos-page .video-intro {
        max-width: 90%;
    }

    .molinos-page .clientes-slider {
        max-width: 95vw;
    }

    .molinos-page .cliente-image {
        width: 120px;
        height: 80px;
    }

    .molinos-page .cliente-desc {
        font-size: 1rem;
        max-width: 90vw;
    }

    .molinos-page .clientes-swiper {
        max-width: 95vw;
    }
}

@media (max-width: 600px) {
    .molinos-page .floating-buttons {
        right: 12px;
        bottom: 12px;
        gap: 10px;
    }

    .molinos-page .floating-buttons .WhatsApp,
    .molinos-page .floating-buttons .Telefono {
        width: 40px;
        height: 40px;
    }

    .molinos-page .floating-buttons .WhatsApp img,
    .molinos-page .floating-buttons .Telefono img {
        width: 22px;
        height: 22px;
    }
}

@media (max-width: 479px) {
    .molinos-page .galeria-image {
        max-width: 100%;
    }

    .molinos-page .video-intro {
        max-width: 100%;
    }
}

.cta-breathing {
    display: inline-block;
    background: #400420;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 600;
    padding: 0.9em 2.2em;
    border-radius: 2em;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: background 0.2s, transform 0.2s;
    animation: breathing 2.2s ease-in-out infinite;
    cursor: pointer;
    letter-spacing: 1px;
}

.cta-breathing:hover,
.cta-breathing:focus {
    background: #600632;
    transform: scale(1.07);
    animation-play-state: paused;
}

@keyframes breathing {
    0% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(64, 4, 32, 0.10);
    }

    40% {
        transform: scale(1.07);
        box-shadow: 0 6px 18px rgba(64, 4, 32, 0.18);
    }

    60% {
        transform: scale(1.07);
        box-shadow: 0 6px 18px rgba(64, 4, 32, 0.18);
    }

    100% {
        transform: scale(1);
        box-shadow: 0 2px 8px rgba(64, 4, 32, 0.10);
    }
}

.s-title-xl {
    font-size: 2.7rem;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    line-height: 1.18;
}

@media (max-width: 767px) {
    .s-title-xl {
        font-size: 2rem;
    }
}

.molinos-page .section-content.section-molinos .w-row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
}

@media (max-width: 991px) {
    .molinos-page .section-content.section-molinos .w-row {
        max-width: 98vw;
        padding-left: 12px;
        padding-right: 12px;
    }
}

.caracteristicas-title {
    margin-top: 28px !important;
    margin-bottom: 8px !important;
}