.container-we-services {
    position: relative;
    background-image: url('/assets/img/img 2.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 80vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* más opaco */
    z-index: 1;
}

.info-container-we-services {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    padding: 2rem;
    backdrop-filter: blur(2px); /* opcional: mejora la lectura */
}

.title-we-services {
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    font-size: 3rem;
    margin-bottom: 1rem;
    color: white;
}

.paragrapfh-we-services {
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    text-align: justify;
    font-size: 1.2rem;
    color: white;
    line-height: 1.6;
}

/* Media Queries para hacerlo responsive */

@media (max-width: 768px) {
    .title-we-services {
        font-size: 2.2rem;
    }

    .paragrapfh-we-services {
        font-size: 1rem;
        padding: 0 1rem;
    }
}

@media (max-width: 480px) {
    .container-we-services {
        margin-top: 10rem;
        height: auto;
        padding: 4rem 1rem;
    }

    .info-container-we-services {
        padding: 1.5rem;
    }

    .title-we-services {
        font-size: 1.8rem;
    }

    .paragrapfh-we-services {
        font-size: 0.95rem;
    }
}


/***Reel de Imagenes*****/
.reel-images-services {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 2rem;
    gap: 3rem;
    background-color: #f7f7f7;
}

.container-image-services {
    max-width: 900px;
    text-align: center;
    margin-bottom: 2rem;
}

.title-image-services {
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: #222;
}

.paragraph-image-services {
    margin-top: 3rem;
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    font-size: 1.1rem;
    color: #444;
    line-height: 1.6;
}

.p-image-services{
    color: #009688;
    font-weight: bold;
    text-transform: uppercase;
}

.container-imag-1-services {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    width: 100%;
    max-width: 1100px;
    transition: transform 0.3s ease;
}

.container-imag-1-services:hover {
    transform: translateY(-5px);
}

.container-imag-1-services:nth-child(odd) {
    flex-direction: row;
}

.container-imag-1-services:nth-child(even) {
    flex-direction: row-reverse;
}

.img-1 {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 16px;
    border: 4px solid transparent;
    background-image: linear-gradient(white, white), 
                      linear-gradient(135deg, #00C9FF 0%, #92FE9D 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease;
}

.img-1:hover {
    transform: scale(1.03);
}

.text-img-services {
    flex: 1;
    max-width: 500px;
}

.title-img-services {
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
    color: #009688;
}

.paragraph-img-services {
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    font-size: 1rem;
    color: #555;
    line-height: 1.5;
    text-align: justify;
}

@media (max-width: 768px) {
    .container-imag-1-services {
        flex-direction: column !important;
        align-items: center;
        padding: 1rem;
    }

    .img-1 {
        max-width: 90%;
    }

    .title-image-services {
        font-size: 2rem;
    }

    .paragraph-image-services {
        font-size: 1rem;
    }

    .title-img-services,
    .paragraph-img-services {
        text-align: center;
    }
}

/***Estilo de categorias***/
.reel-images-services {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4rem 2rem;
    gap: 3rem;
    background-color: #f7f7f7;
}

.container-image-services {
    max-width: 900px;
    text-align: center;
    margin-bottom: 2rem;
}

.title-image-services {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    color: #222;
}

.paragraph-image-services {
    font-size: 1.1rem;
    color: #444;
    line-height: 1.6;
    text-align: justify;
}

.container-imag-1-services {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    width: 100%;
    max-width: 1100px;
    transition: transform 0.3s ease;
}

.container-imag-1-services:hover {
    transform: translateY(-5px);
}

.text-img-services {
    flex: 1;
    max-width: 500px;
}

.title-img-services {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #009688;
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
}

.paragraph-img-services {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    text-align: justify;
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
}

.img-cont-categoy-mini {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 16px;
    border: 4px solid transparent;
    background-image: linear-gradient(white, white), linear-gradient(135deg, #00C9FF 0%, #92FE9D 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease;
    object-fit: cover;
}

.img-cont-categoy-mini:hover {
    transform: scale(1.03);
}

/* Responsive design */

@media (max-width: 992px) {
    .container-imag-1-services {
        flex-direction: column;
        text-align: center;
    }

    .img-cont-categoy-mini {
        max-width: 90%;
    }

    .text-img-services {
        max-width: 90%;
    }

    .title-image-services {
        font-size: 2.4rem;
    }

    .title-img-services {
        font-size: 1.6rem;
    }

    .paragraph-image-services,
    .paragraph-img-services {
        font-size: 1rem;
    }
}

@media (max-width: 600px) {
    .title-image-services {
        font-size: 2rem;
    }

    .paragraph-image-services {
        font-size: 0.95rem;
    }

    .title-img-services {
        font-size: 1.4rem;
    }

    .paragraph-img-services {
        font-size: 0.9rem;
    }
}

/***Categorias***/
.container-category-cat {
    background-color: #ffffff;
    padding: 4rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
}

.cont-category-info-descrip {
    text-align: center;
    max-width: 900px;
}

.title-category-services {
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    font-size: 2.8rem;
    color: #222;
    margin-bottom: 1rem;
}

.paragraph-category-services {
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    font-size: 1.1rem;
    color: #444;
    line-height: 1.6;
    text-align: justify;
}

.category-str-des{
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    color: #009688;
    font-weight: bold;
    text-transform: uppercase;
}

/* Contenedor de los bloques alineados horizontalmente */
.category-blocks-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 2rem;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
}

.cont-container-category-block {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
    border-radius: 1.5rem;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 350px;
}

.cont-container-category-block:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.block-cont-category-sect {
    flex: 1;
    text-align: center;
}

.title-category-cont {
    font-size: 1.6rem;
    color: #009688;
    margin-bottom: 1rem;
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
}

.paragraph-img-services-category {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    text-align: justify;
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
}

.img-1 {
    width: 120px;
    height: auto;
    object-fit: contain;
    margin-top: 1rem;
    transition: transform 0.3s ease;
}

.img-1:hover {
    transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 992px) {
    .category-blocks-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .cont-container-category-block {
        max-width: 100%;
        width: 100%;
    }

    .img-1 {
        width: 100px;
    }
}



/**Velco Intro**/
.intro-background-velco {
    position: relative;
    background-image: url('/assets/img/velo\ ing\ -\ 3.jpg'); 
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    padding: 5rem 1rem;
}

.overlay-intro {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.container-intro-velco {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4rem 2rem;
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    backdrop-filter: blur(6px);
}

.info-intro-velco {
    flex: 1;
}

.paragraph-velco {
    font-family: "avenir-lt-w01_35-light1475496", "avenir-lt-w05_35-light", sans-serif;
    font-size: 1.2rem;
    color: white;
    line-height: 1.8;
    font-style: italic;
}

.img-container-intro-velco {
    flex: 1;
    display: flex;
    justify-content: center;
}

.img-intro-velco {
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
    object-fit: cover;
    height: auto;
}

@media (max-width: 768px) {
    .container-intro-velco {
        flex-direction: column;
        padding: 2rem 1rem;
    }

    .paragraph-velco {
        font-size: 1.1rem;
        text-align: center;
    }

    .img-container-intro-velco {
        margin-top: 2rem;
        width: 100%;
    }

    .img-intro-velco {
        max-width: 90%;
    }
}
