

.container-pro-hero {
    position: relative;
    min-height: 768px;
    width: 100%;
    z-index: -1;
    overflow: hidden;
}

.productos-hero {
    position: absolute;
    height: 768px;
    width: 100%;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: repeat(20, 5%);
    grid-template-rows: repeat(20, 5%);
    z-index: -1;
}


.productos-hero img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}




.col-span-p-one {
    grid-column: 1 / 21;
    grid-row: 1 / 21;
    background: var(--color-vo);
    display: flex;
    justify-content: center;
    align-items: center;
}


.col-span-p-one>div {
    max-width: 80%;
}

.col-span-p-one h6 {
    text-align: left;
}


.col-span-p-two {
    display: none;
    grid-column: span 2;
}






/*Block 1*/


.block-p-01 {
    position: relative;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.container-p-01 {
    display: grid;
    padding: 0rem;
    grid-template-columns: repeat(12, 1fr);
}

.col-span-p-three {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: span 12;
}

.col-span-p-four {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-column: span 12;
}

.col-span-p-three {
    display: flex;
    justify-content: center;
    text-align: left;
}


.col-span-p-three~div {
    padding: 1rem;
}

.col-span-p-three h2 {
    letter-spacing: 7px;
    font-weight: 800;
    font-family: var(--fuente-principal);
    font-size: 2.1rem;
}




/*Block 2*/


.tabs {
    display: grid;
    background-color: var(--color-vo);
    grid-template-columns: repeat(12, 1fr);
}


.tabs {
    margin-bottom: 2rem;
}

.tabs h3 {
    letter-spacing: 0;
    margin-top: 0;
    padding: 1.25rem 0;
    cursor: pointer;
}

.tabs h3:first-child {
    grid-column: 3 / 5;
}

.tabs h3:last-child {
    grid-column: 7 / 13;
}

.tab-content .content-p {
    display: none;
}

.tab-content .content-p.active {
    display: block;
}

.tabs h3:before {
    content: "•";
    visibility: hidden;
    color: var(--color-vc);
    padding-right: .5rem;
}


.tabs .active:before {
    visibility: visible;
}





.grid-productos {
    display: grid;
    grid-template-columns: repeat(12, 1fr);

}


.grid-servicios {
    display: grid;
    grid-template-columns: repeat(12, 1fr);

}

.cols-servicios1 {
    /* padding: 2rem; */
}

.content-servicios1 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding: 0rem 1.5rem 2rem;
    /*  gap: 0 60px; */
    /*  padding: 2rem 2rem 6rem 3rem; */
}


.items-grid-servicios1>div {
    height: auto;
    max-width: 100%;
    /* height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 450px; */
}

.items-grid-servicios1>div>img {
    height: auto;
    max-width: 100%;
}


.cols-servicios1 {
    grid-column: span 12;
    margin-bottom: 3rem;
    background-color: var(--color-vc);
}

.cols-servicios1 h4 {
    padding: 0 20px;
    letter-spacing: 4px;
    font-weight: 500;
    color: var(--color-mo);
}

.items-grid-servicios1 {
    grid-column: span 12;
}

.item-grid-servicios2 {
    padding-top: 2rem;
    grid-column: span 12;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}













.grid-productos img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.grid-productos h4 {
    letter-spacing: 6px;
    font-size: 2rem;
    color: var(--color-mo);
    font-weight: 500;
    padding-top: 1rem;
    padding-left: 1.5rem;
    text-align: left;
}



.cols-producto1 {
    grid-column: span 12;
    background-color: var(--color-vc);
}

.content-productos1 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding: 0rem 1.5rem 2rem;
    /*  padding: 2rem 2rem 6rem 3rem; */
}


.items-grid-productos {
    grid-column: span 9;
}

.content-productos1 .heading-grid-productos h4 {
    text-align: left;
}

.item-grid-productos2 {
    grid-column: span 3;
    display: flex;
    align-items: end;
    justify-content: center;
}






.cols-producto2 {
    margin-top: 3rem;
    grid-column: span 12;
    background-color: var(--color-vc);
}

.cols-producto3 {
    margin-top: 3rem;
    grid-column: span 12;
    background-color: var(--color-vc);
}

.cols-producto4 {
    margin-top: 3rem;
    grid-column: span 12;
    background-color: var(--color-vc);
}

.col-span-p-one h6 {
    font-size: 1.75rem;
}

/* 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) {
    

    .cols-servicios1 {
        padding: 2rem;
    }

    .items-grid-servicios1>div>img {
        height: 100%;
        width: 90%;
        object-fit: cover;
        max-height: 450px;
    }

    .heading-grid-productos h4 {
        text-align: left;
        font-size: 1.5rem;
        padding-left: 1.7rem;
    }

    .cols-servicios1 p{
        text-align: left;
    }

    .items-grid-servicios1 {
        grid-column: span 8;
    }

    .item-grid-servicios2 {
        padding-top: 0;
        grid-column: span 4;

    }

    .grid-productos {
        gap: 70px;
    }

    .grid-productos h4 {
        padding-left: 3rem;
    }

    .content-productos1 {
        padding: 2rem 2rem 4rem 3rem;
    }

    .cols-producto1 {
        grid-column: span 6;
    }

    .cols-producto2 {
        margin-top: 0rem;
        grid-column: span 6;
    }

    .cols-producto3 {
        margin-top: 0rem;
        grid-column: span 6;
    }

    .cols-producto4 {
        margin-top: 0rem;
        grid-column: span 6;
    }

    .container-pro-hero {
        min-height: 100vh;
    }

    .productos-hero {
        height: 100vh;
    }
}

/* Media query para dispositivos extra grandes (xl) */
@media only screen and (min-width: 1200px) {

    .tabs h3 {
        letter-spacing: 6px;
    }

    .col-span-p-one h6 {
        font-size: 4rem;
    }

    .items-grid-servicios1>div>img {
        width: 100%;
    }

    .items-grid-servicios1 {
        grid-column: span 8;
    }

    .item-grid-servicios2 {
        padding-top: 0;
        grid-column: span 4;

    }


    .block-p-01 {
        padding-top: 9rem;
        padding-bottom: 7rem;
    }



    .col-span-p-one {
        grid-column: 1 / 11;
        grid-row: 1 / 21;
/*      background: url("../img/productos/pro1.png");*/
        background-image: url('../../img/productos/pro1.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .content-p-1 {
        position: relative;
        top: 50px;
    }

    .col-span-p-two {
        display: block;
        grid-column: 8 / 21;
        grid-row: 1 / 21;
/*      background: url("../img/productos/pro2.png");*/
        background-image: url('../../img/productos/pro2.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        z-index: -1;
    }

    .col-span-p-three {
        display: flex;
        grid-column: span 6;
    }

    .col-span-p-four {
        grid-column: span 6;
    }


}

/* Media query para dispositivos extra extra grandes (xxl) */
@media only screen and (min-width: 1400px) {

    body>section>div>div.col-span-p-one>div {
        max-width: 550px;
        transform: translate(100px, -70px);
    }


}