#imgBanner {
    object-fit: cover;
    width: 100%;
}

#imgBannerContainer {
    position: relative;
}

.banner-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#iconoIMG {
    width: 22%;
}

#Titulo_Purificadora {
    margin-top: 4%;
    font-size: 3.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

#Texto_Guadalajara {
    margin-top: -1%;
    font-size: 5rem;
    font-weight: 700;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

#Texto_Invierte {
    text-align: center;
    justify-content: center;
    font-size: 2.5rem;
    background-color: white;
    border-radius: 10px;
    color: #E72085;
    font-weight: 600;
    width: 50%;
}

a {
    text-decoration: none;
    color: #E72085;
    font-weight: bold;
}

#enlacesIMG {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

#btnContacto {
    background-color: #E72085;
    color: white;
    font-size: 2rem;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    transition: background-color 0.3s ease;
    width: auto;
    height: 10%;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
}

#btnContacto:hover {
    background-color: #E72085;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

.container {
    text-align: center;
    justify-content: center;
    align-items: center;
}

#contendortexto {
    display: none;
}

@media (min-width: 768px) {
    #containerContenedor {
        margin-top: 7%;
    }
    .contenidoIMGVentajas {
        background-image: url('../img/Pleca_ventajas_de_nuestras_Web.webp');
        background-size: 67%;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 6%;
        padding-bottom: 6%;
        padding-left: 19%;
        padding-right: 4%;
    }
    .contenidoIMGVentajas h2 {
        color: #fff;
    }
    .contenidoIMGHistorias {
        background-image: url('../img/Plecahistoriasdeexito\ Web.webp');
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 10%;
        padding-bottom: 10%;
    }
    .contenidoIMGHistorias h2 {
        margin-top: 1%;
        color: #fff;
    }
    @media (max-width: 1000px) {
        .contenidoIMGHistorias {
            background-image: url('../img/Plecahistoriasdeexito\ Web.webp');
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
            padding-top: 10%;
            padding-bottom: 10%;
            padding-left: 15%;
        }
    }
    .contenidoIMG {
        margin-left: 20%;
        margin-right: 20%;
        border-radius: 10px;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: auto;
    }
    .contenidoIMG img {
        width: 100%;
    }
    .contenido {
        margin-left: 8%;
        margin-right: 8%;
        background-color: #E72085;
        color: white;
        border-radius: 10px;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: auto;
        padding: 0.5rem 2rem;
    }
    .contenido h1 {
        font-size: clamp(1rem, 2.4vw, 2vw);
        font-weight: 650;
    }
    .contenedor-img-texto {
        margin-top: 3%;
        display: flex;
        margin-left: 12%;
        margin-right: 12%;
    }
    #imgGarrafonesWeb {
        width: clamp(100px, 30vw, 500px);
        height: auto;
    }
    .contedor-texto p {
        color: #717171;
        font-size: clamp(0.5rem, 1.5vw, 1.4rem);
        text-align: justify;
        margin-left: 10%;
    }
    .contedor-texto-Guadalajara {
        margin-top: 3%;
        margin-left: 12%;
        margin-right: 12%;
    }
    .contedor-texto-Guadalajara p {
        color: #717171;
        font-size: clamp(0.5rem, 1.5vw, 1.4rem);
        text-align: justify;
    }
    #textoRosa {
        color: #E72085;
    }
    .ventajas-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
        gap: 2rem;
        margin: 2rem auto;
        padding: 1rem;
        max-width: 1200px;
    }
    .ventaja {
        flex: 1 1 200px;
        max-width: 220px;
    }
    .ventaja img {
        width: 65%;
        height: auto;
        margin-bottom: 1rem;
    }
    .ventaja p {
        color: #717171;
        font-size: clamp(0.5rem, 1.5vw, 1.4rem);
    }
    .contenidoModelos {
        margin-left: 8%;
        margin-right: 8%;
        color: #E72085;
        border-radius: 10px;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: auto;
        padding: 0.5rem 2rem;
    }
    .contenidoModelos h1 {
        font-size: clamp(2.5rem, 2.4vw, 2.4vw);
        font-weight: 700;
    }
    .contenedor-pp {
        margin-top: 3%;
        margin-left: 12%;
        margin-right: 12%;
    }
    .contenedor-pp img {
        width: 95%;
        object-fit: contain
    }
    .contenedor-pp p {
        margin-top: 3%;
        color: #717171;
        font-size: clamp(0.5rem, 1.5vw, 1.4rem);
        text-align: justify;
    }
    hr {
        margin-top: 7%;
        margin-left: 8%;
        margin-right: 8%;
        border: none;
        height: 5px;
        background-color: #717171;
    }
    .contenedor-lista-img-texto {
        display: flex;
    }
    .contenedor-lista {
        margin-top: 3%;
        color: #717171;
        font-size: clamp(0.5rem, 1.5vw, 1.4rem);
        text-align: justify;
        margin-right: 5%;
    }
    .lista-iconos {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    .lista-iconos li {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 1rem;
        font-size: clamp(0.5rem, 1.5vw, 1.4rem);
        color: #717171;
        text-align: justify;
        line-height: 1.4;
    }
    .lista-iconos li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.3em;
        width: 0.8em;
        height: 0.8em;
        background-image: url('../img/Puntos_gotas.webp');
        background-size: contain;
        background-repeat: no-repeat;
    }
    .contenedor-lista-img {
        display: block;
    }
    .contenidoIMG2 {
        margin-left: 8%;
        margin-right: 8%;
        border-radius: 10px;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: auto;
    }
    #historiasWeb {
        width: 100%;
    }
    #testimonialCarousel {
        margin-top: 5%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .testimonial-card {
        background: #F5F5F5;
        border-radius: 16px;
        padding: 30px;
        height: 450px;
    }
    .testimonial-img {
        width: 30%;
        height: auto;
        border-radius: 50%;
        object-fit: cover;
        padding: 0.5rem 2rem;
    }
    #texto-testimonio {
        font-size: clamp(0.5rem, 1.2vw, 1.2rem);
        color: #717171;
        padding: 0.5rem 2rem;
        text-align: center;
    }
    .testimonial-name {
        font-weight: bold;
        font-size: clamp(0.5rem, 1.2vw, 1.2rem);
        color: #717171;
        text-align: center !important;
    }
    .testimonial-location {
        font-size: clamp(0.5rem, 1.2vw, 1.2rem);
        color: #717171;
        text-align: center !important;
    }
    .carousel-indicators [data-bs-target] {
        background-color: #e4007c;
    }
    .custom-indicators button {
        width: 12px;
        height: 12px;
        margin: 0 5px;
        border-radius: 50%;
        border: none;
        background-color: #aaa;
        opacity: 0.7;
        transition: background-color 0.3s, opacity 0.3s;
    }
    .custom-indicators button.active,
    .custom-indicators button:hover {
        background-color: #333;
        opacity: 1;
    }
    #textoCotiza {
        margin-top: 5%;
        margin-bottom: 5%;
        font-size: clamp(1rem, 2.4vw, 2vw);
        font-weight: 650;
    }
    .contenedor-formulario {
        margin-top: 7%;
        background-color: #F5F5F5;
    }
    .contendorForm {
        margin-left: 25%;
        margin-right: 25%;
    }
    #divBTN {
        justify-items: center;
        text-align: center;
    }
    #btnEnviar {
        color: white;
        background-color: #E72085;
        font-weight: bold;
        width: 20%;
        margin-bottom: 5%;
    }
    #accordionFlushExample {
        margin-top: 3%;
        margin-left: 20%;
        margin-right: 20%;
    }
    .accordion-item {
        background-color: #EAEAEA;
        border-radius: 10px;
        margin-bottom: 2%;
    }
    .accordion-body {
        color: #717171;
    }
    .accordion-button {
        background-color: #EAEAEA;
        border-radius: 10px;
        color: #8B8B8B;
        font-weight: bold;
    }
    .accordion-button::after {
        filter: brightness(0) saturate(100%) invert(24%) sepia(81%) saturate(2192%) hue-rotate(312deg) brightness(93%) contrast(88%);
    }
    footer {
        background-color: #E72085;
        color: white;
        text-align: center;
        padding: 10px 0;
        bottom: 0;
        width: 100%;
        font-family: Arial, sans-serif;
    }
    footer .privacy {
        display: inline-flex;
        align-items: center;
        font-size: 18px;
    }
    footer .privacy img {
        width: 20px;
        height: auto;
        margin-left: 10px;
        margin-right: 2px;
        margin-top: -2px;
    }
    .contenedor-img-con-texto {
        position: relative;
        height: auto;
        width: 100%;
    }
    #imagen-ajustada {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        border-radius: inherit
    }
    .texto-sobre-fondo {
        position: absolute;
        bottom: 25px;
        left: 0px;
        background-color: #E72085;
        color: #fff;
        padding: 0.2rem 5rem;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
        width: auto;
    }
    @media (max-width: 1400px) {
        .texto-sobre-fondo {
            position: absolute;
            bottom: 20px;
            left: 0px;
            background-color: #E72085;
            color: #fff;
            padding: 0.2rem 5rem;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
            width: auto;
        }
    }
    @media (max-width: 992px) {
        .texto-sobre-fondo {
            position: absolute;
            bottom: 15px;
            left: 0px;
            background-color: #E72085;
            color: #fff;
            padding: 0.2rem 3rem;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
            width: auto;
            font-size: 1rem;
        }
    }
}

@media (max-width: 767px) {
    #containerContenedor {
        margin-top: 10%;
    }
    .contenidoIMGVentajas {
        background-image: url('../img/Pleca_ventajas_de_nuestras_Web.webp');
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 7%;
        padding-bottom: 7%;
        padding-left: 22%;
    }
    .contenidoIMGVentajas h2 {
        margin-top: 2%;
        color: #fff;
        font-size: 1.8rem;
    }
    .contenidoIMGHistorias {
        background-image: url('../img/PlecahistoriasdeexitoMovil.webp');
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        padding-top: 10%;
        padding-bottom: 10%;
        padding-left: 30%;
    }
    .contenidoIMGHistorias h2 {
        margin-top: 1%;
        color: #fff;
        font-size: 1.5rem;
    }
    .contenedor-img-con-texto {
        position: relative;
        height: auto;
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    #imagen-ajustada {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
        border-radius: inherit;
    }
    .texto-sobre-fondo {
        position: absolute;
        bottom: 10px;
        left: 0px;
        background-color: #E72085;
        color: #fff;
        padding: 0.2rem 3rem;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
        width: auto;
        font-size: 1rem;
    }
    @media (max-width: 600px) {
        .contenidoIMGVentajas h2 {
            margin-top: 2%;
            color: #fff;
            font-size: 1.5rem;
        }
        .contenidoIMGHistorias h2 {
            margin-top: 1%;
            color: #fff;
            font-size: 1rem;
            padding-left: 9%;
        }
    }
    @media (max-width:578px) {
        .texto-sobre-fondo {
            position: absolute;
            bottom: 10px;
            left: 0px;
            background-color: #E72085;
            color: #fff;
            padding: 0.2rem 2rem;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
            width: auto;
            font-size: 1rem;
        }
    }
    @media (max-width: 420px) {
        .contenidoIMGVentajas h2 {
            margin-top: 2%;
            color: #fff;
            font-size: 1rem;
        }
        .contenidoIMGHistorias h2 {
            margin-top: 1%;
            color: #fff;
            font-size: 0.9rem;
            padding-left: 5%;
        }
        .texto-sobre-fondo {
            position: absolute;
            bottom: 8px;
            left: 0px;
            background-color: #E72085;
            color: #fff;
            padding: 0.2rem 2rem;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
            width: auto;
            font-size: 0.7rem;
        }
    }
    @media (max-width: 300px) {
        .contenidoIMGVentajas h2 {
            margin-top: 2%;
            color: #fff;
            font-size: 0.6rem;
        }
        .contenidoIMGHistorias h2 {
            margin-top: 1%;
            color: #fff;
            font-size: 0.6rem;
            padding-left: 5%;
        }
        .texto-sobre-fondo {
            position: absolute;
            bottom: 5px;
            left: 0px;
            background-color: #E72085;
            color: #fff;
            padding: 0.2rem 1rem;
            border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;
            box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
            width: auto;
            font-size: 0.6rem;
        }
    }
    .contenidoIMG {
        margin-left: 2%;
        margin-right: 2%;
        border-radius: 10px;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: auto;
    }
    .contenidoIMG img {
        width: 100%;
    }
    .contenido {
        margin-left: 2%;
        margin-right: 2%;
        background-color: #E72085;
        color: white;
        border-radius: 10px;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: auto;
        padding: 0.5rem 2rem;
    }
    .contenido h1 {
        font-size: clamp(1.2rem, 2.4vw, 2vw);
        font-weight: 650;
    }
    #imgGarrafonesWeb {
        width: clamp(5rem, 3vw, 3vw);
        height: auto;
    }
    .contenedor-img-texto {
        margin-top: 5%;
        display: flex;
        margin-left: 5%;
        margin-right: 5%;
    }
    .contedor-texto p {
        color: #717171;
        font-size: clamp(0.8rem, 3vw, 2.5vw);
        text-align: justify;
        margin-left: 10%;
    }
    .contedor-texto-Guadalajara {
        margin-top: 5%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .contedor-texto-Guadalajara p {
        color: #717171;
        font-size: clamp(0.8rem, 3vw, 2.5vw);
        text-align: justify;
    }
    #textoAI {
        display: none;
    }
    #textoRosa {
        color: #E72085;
    }
    #contendortexto {
        display: block;
    }
    #contendortexto p {
        margin-left: 5%;
        margin-right: 5%;
        color: #717171;
        font-size: clamp(0.7rem, 3vw, 2.5vw);
        text-align: justify;
    }
    .ventajas-container {
        margin-top: 5%;
        margin-left: 5%;
        margin-right: 5%;
        flex-direction: column;
        align-items: stretch;
    }
    .ventaja {
        max-width: 100%;
        display: flex;
        align-items: flex-start;
        text-align: justify;
        gap: 1rem;
    }
    .ventaja img {
        width: clamp(5rem, 3vw, 3vw);
        margin: 0;
        margin-top: 5px;
        flex-shrink: 0;
    }
    .ventaja p {
        color: #717171;
        font-size: clamp(0.8rem, 3vw, 2.5vw);
        text-align: justify;
    }
    .contenidoModelos {
        margin-left: 2%;
        margin-right: 2%;
        color: #E72085;
        border-radius: 10px;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: auto;
        padding: 0.5rem 2rem;
    }
    .contenidoModelos h1 {
        font-size: clamp(1.5rem, 2.4vw, 2vw);
        font-weight: 700;
    }
    .contenedor-pp {
        margin-top: 3%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .contenedor-pp img {
        width: 120%;
        height: auto;
        margin-left: -20%;
        margin-right: -20%;
    }
    .contenedor-pp p {
        margin-top: 3%;
        color: #717171;
        font-size: clamp(0.8rem, 3vw, 2.5vw);
        text-align: justify;
    }
    hr {
        margin-left: 5%;
        margin-right: 5%;
        border: none;
        height: 5px;
        background-color: #717171;
    }
    .contenedor-lista {
        margin-top: 3%;
        color: #717171;
        font-size: clamp(0.8rem, 3vw, 2.5vw);
        text-align: justify;
        margin-right: 5%;
    }
    .lista-iconos {
        list-style: none;
        padding-left: 0;
        margin: 0;
    }
    .lista-iconos li {
        position: relative;
        padding-left: 1.5rem;
        margin-bottom: 1rem;
        font-size: clamp(0.8rem, 3vw, 2.5vw);
        color: #717171;
        text-align: justify;
        line-height: 1.4;
    }
    .lista-iconos li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.3em;
        width: 0.8em;
        height: 0.8em;
        background-image: url('../img/Puntos_gotas.webp');
        background-size: contain;
        background-repeat: no-repeat;
    }
    .contenedor-lista-img {
        display: none;
    }
    .contenidoIMG2 {
        margin-left: 2%;
        margin-right: 2%;
        border-radius: 10px;
        text-align: center;
        justify-content: center;
        align-items: center;
        width: auto;
    }
    picture source {
        width: 100%;
    }
    #testimonialCarousel {
        margin-left: 5%;
        margin-right: 5%;
    }
    .testimonial-card {
        background: #F5F5F5;
        border-radius: 16px;
        padding: 10px;
        height: 700px;
    }
    .testimonial-img {
        width: 70%;
        height: auto;
        border-radius: 50%;
        object-fit: cover;
        padding: 0.5rem 2rem;
    }
    #texto-testimonio {
        font-size: clamp(0.8rem, 3vw, 2.5vw);
        color: #717171;
        padding: 0.5rem 2rem;
        text-align: justify;
    }
    .testimonial-name {
        font-weight: bold;
        font-size: clamp(0.8rem, 3vw, 2.5vw);
        color: #717171;
        text-align: center !important;
    }
    .testimonial-location {
        font-size: clamp(0.8rem, 3vw, 2.5vw);
        color: #717171;
        text-align: center !important;
    }
    .carousel-indicators [data-bs-target] {
        background-color: #e4007c;
    }
    .custom-indicators button {
        width: 7px;
        height: 7px;
        margin: 0 2px;
        border-radius: 50%;
        border: none;
        background-color: #aaa;
        opacity: 0.7;
        transition: background-color 0.3s, opacity 0.3s;
        display: inline-block;
        padding: 0;
        box-sizing: content-box;
    }
    .custom-indicators button.active,
    .custom-indicators button:hover {
        background-color: #333;
        opacity: 1;
    }
    #textoCotiza {
        margin-top: 5%;
        margin-bottom: 5%;
        font-size: clamp(1.2rem, 2.4vw, 2vw);
        font-weight: 650;
    }
    .contenedor-formulario {
        margin-top: 7%;
        background-color: #F5F5F5;
    }
    .contendorForm {
        margin-left: 10%;
        margin-right: 10%;
    }
    #divBTN {
        justify-items: center;
        text-align: center;
    }
    #btnEnviar {
        color: white;
        background-color: #E72085;
        font-weight: bold;
        width: 70%;
        margin-bottom: 5%;
    }
    #accordionFlushExample {
        margin-top: 3%;
        margin-left: 5%;
        margin-right: 5%;
    }
    .accordion-item {
        background-color: #EAEAEA;
        border-radius: 10px;
        margin-bottom: 2%;
    }
    .accordion-body {
        color: #717171;
    }
    .accordion-button {
        background-color: #EAEAEA;
        border-radius: 10px;
        color: #8B8B8B;
        font-weight: bold;
    }
    .accordion-button::after {
        filter: brightness(0) saturate(100%) invert(24%) sepia(81%) saturate(2192%) hue-rotate(312deg) brightness(93%) contrast(88%);
    }
    footer {
        background-color: #E72085;
        color: white;
        text-align: center;
        padding: 10px 0;
        bottom: 0;
        width: 100%;
        font-family: Arial, sans-serif;
    }
    footer .privacy {
        display: inline-flex;
        align-items: center;
        font-size: 14px;
    }
    footer .privacy img {
        width: 15px;
        height: auto;
        margin-left: 10px;
        margin-right: 2px;
        margin-top: -2px;
    }
}