.block-00 {
    display: none;
    position: relative;
    width: 100vw;
    height: 1rem;
    z-index: -1;

}


.block-part2 {
    display: none;
    position: relative;
    width: 100vw;
    height: 1rem;
    z-index: -1;
}




.hero-container {
    position: relative;
    height: 100vh;
    width: 100%;
    z-index: -1;
}


.hero {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}



.hero .content {
    height: 100%;
    width: 100%;
    padding: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}


.hero .img-vac {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
/*  background: url("../img/home.png");*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -2;
}

.hero .overlay-vac {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: var(--color-mo);
    opacity: .37;
    z-index: -1;
}





/* Bloque 01*/

.block-01 {
    padding-top: 70px;
    position: relative;
}

.heading-01:before {
    content: "NOSOTROS";
    display: block;
    font-family: var(--fuente-principal);
    font-size: 1rem;
    padding-bottom: 1.5rem;
    font-weight: 800;
    letter-spacing: 7px;

}

.container-01 {
    display: grid;
    grid-template-columns: repeat(12, 1fr);

}

body>main>section.hero>div.content.container>h3 {
    text-align: center;
}


.col-span-one {
    grid-column: span 12;
    max-width: 85%;
}

.col-span-two {
    grid-column: span 12;
    margin-bottom: 6rem;
}

.grid-01 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
}

.grid-01>div {
    max-height: 325px;
    overflow: hidden;
}

.grid div:nth-child(even) {
    transform: translateY(1.25rem);
}

.grid-01>div img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*abs y rel btns*/
.relative-btn span{
    font-weight: 600;
    max-width: 300px;
    display: block;
    margin-bottom: 2rem;
}
.absolute-btn {
    display: none;
}






/* Bloque 02*/
.heading-02:before {
    content: "PRODUCTOS";
    display: block;
    font-family: var(--fuente-principal);
    font-size: 1rem;
    padding-bottom: 1.5rem;
    font-weight: 800;
    letter-spacing: 7px;

}

.block-02 {
    background-color: var(--color-mc);
}

.container-02 {
    display: grid;
    margin-top: 0rem;
    padding-bottom: 4rem;
    grid-template-columns: repeat(12, 1fr);
}

.col-span-three {
    padding-top: 1.5rem;
    grid-column: span 12;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.col-span-four {
    grid-column: span 12;
}

.img-02 {
    padding-top: 2rem;
    width: 100%;
}

.img-02 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}





/* Bloque 03*/

.container-03 {
    padding: 0;
}

.heading-03 {
    text-align: left;
}

.heading-03:before {
    content: "IMPACTO";
    display: block;
    font-family: var(--fuente-principal);
    font-size: 1rem;
    padding-bottom: 1.5rem;
    font-weight: 800;
    letter-spacing: 7px;

}


body>main>section.block-03>div>div.elementos-03.container {
    padding: 0;
}

.elementos-03 .first-module {
    display: grid;
    margin-top: 2rem;
    grid-template-columns: repeat(12, 1fr);
}

.col-span-five {
    grid-column: span 12;
}

.col-span-six {
    grid-column: span 12;
}

.elementos-03 .second-module {
    display: grid;
    margin-top: 2rem;
    padding-top: 2rem;
    grid-template-columns: repeat(12, 1fr);
}

.col-span-seven {
    grid-column: span 12;
    text-align: center;
}

.col-span-eight {
    grid-column: span 12;
    text-align: center;
}

.container-03 .wv {
    height: 20rem;
/*  background: url("../img/wv.png");*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 80% 50%;
}

.container-03 .elementos-03 {
    height: 30rem;
    position: relative;
    display: flex;
    flex-direction: column;
}



.elementos-03 {
    position: relative;
    top: -120px;
}

.container-03 .content-03 {
    height: 100%;
    width: 100%;
    display: flex;
    font-weight: 400;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.bg-image-03 {
    margin: 0 auto;
/*  background: url("/img/svg/rec.svg");*/
    background-image: url('../../img/svg/rec.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 50%;
    border: none;
    outline: none;
    height: 300px;
    width: 300px;
    padding: 25px 45px;
}

.btn-03 {
    text-align: center;
    padding: 5px 10px;

}

.first-module {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Media query para dispositivos pequeños (sm) */
@media only screen and (min-width: 576px) {}

/* Media query para dispositivos medianos (md) */
@media only screen and (min-width: 768px) {}

/* Media query para dispositivos grandes (lg) */
@media only screen and (min-width: 992px) {

    .col-span-three {
        padding-top: 0;
    }

    .container-03 .wv {
        height: 30rem;
    }

    .grid-01>div {
        max-height: 475px;
        overflow: hidden;
    }

    .grid div:nth-child(even) {
        transform: translateY(1.75rem);
    }

    .hero {
        min-height: 100vh;
    }




    .col-span-one {
        grid-column: span 6;
    }

    .col-span-two {
        grid-column: span 6;
    }

    .col-span-three {
        grid-column: span 6;
    }

    .col-span-four {
        grid-column: span 6;
    }

    .col-span-five {
        grid-column: span 6;
    }

    .col-span-six {
        grid-column: span 6;
    }

    .col-span-seven {
        grid-column: span 6;
    }

    .col-span-eight {
        grid-column: span 6;
    }



}

/* Media query para dispositivos extra grandes (xl) */
@media only screen and (min-width: 1200px) {
    .content-bg01 h3 {
        text-align: center;
    }
    .relative-btn {
        display: none;
    }


    .col-span-two {
        position: relative;
    }

    .absolute-btn {
        display: block;
        font-weight: 600;
        text-align: center;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 1300%);
    }

    .block-part2 {
        display: block;
    }

    .block-01 {
        padding-bottom: 13.5rem;
    }

    .container-01 {
        padding-top: 7rem;
        padding-bottom: 6.5rem;

    }


    .block-00 {
        display: block;
    }

    .hero {
        min-height: 135vh;
    }


    .block-00 .bg-container {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: -150px;
    }

    .content-bg01 {
        transform: translateY(-130px);
    }

    .block-00 .bg-container img {
        height: auto;
        width: 110vw;
    }



    .block-part2 .bg-container2 {
        position: absolute;
        height: 100%;
        width: 100%;
        top: -200px;
        left: calc(-6% + 70px);
    }

    .block-part2 .bg-container2 img {
        height: auto;
        width: 105vw;
    }

    /*  .block000 {
        display: block;
        height: 10rem;
    }

    .block-000 .bg-container2 {
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: -150px;
    } */

    .heading-01:before,
    .heading-02:before,
    .heading-03:before {
        font-size: 1.5rem;
        padding-bottom: 3rem;
    }   

    .container-02 {
        transform: translateY(-40px);
        padding-top: 0rem;
        padding-bottom: 7rem;
    }

    .elementos-03 .second-module {
        padding-left: 3rem;
    }


    .bg-image-03 {
        transform: translateY(-150px);
    }

    body>main>section.hero>div.content.container>h3 {
        margin-top: 2rem;
    }

    .number span {
        letter-spacing: 35px;
        position: relative;
        top: -90px;
        font-size: 10rem;
    }

    .second-module .comment {
        font-size: 1.5rem;
        letter-spacing: 15px;
    }

    .btn-03 {
        transform: scale(1.5) translateY(60px);

    }

    .container-03 .wv {
        height: 40rem;
    }

    .elementos-03 {
        top: -300px;
    }


    .bg-image-03 {
        height: 600px;
        width: 600px;
    }
}

/* Media query para dispositivos extra extra grandes (xxl) */
@media only screen and (min-width: 1400px) {
    .absolute-btn {
        display: block;
        font-weight: 600;
        text-align: center;
        position: absolute;
        width: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 1650%);
    }
}