.textBox {
    position: absolute;
    max-width: 41rem;
    bottom: 10rem;
}

.textBox p {
    margin: 0;
    margin-top: 0.7rem;
    max-width: 19rem;
    font-size: 1.35rem;
    color: #CDDE00;
    line-height: 1.7rem;
    letter-spacing: 0.5px;
    font-weight: 200;
}


.pictoAnimate {
    width: 32rem;
    height: 28rem;
    position: absolute;
    bottom: 4rem;
    right: 7rem;
}

.pictoAnimate img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.pictoAnimate img#superior {
    z-index: 1;
}

section#secc1 {
    background-color: #1C1C1E;
    padding: 4.5rem 0 4.5rem;
    color: #fff;
}

section#secc1 p {
    max-width: 36rem;
    line-height: 1.24rem;
    font-weight: 200;
}

section#secc1 .pictoWrapper p {
    margin: 0;
}

section#secc1 .pictoWrapper .tbox {
    max-width: 18.5rem;
}

section#secc1 .pictoWrapper .tbox strong {
    margin-bottom: .5rem;
}

section#secc1 .pictoCont {
    text-align: center;
    padding: 0rem 2.5rem;
}

section#secc1 .pictoCont img {
    height: 8rem;
    margin-bottom: 0.5rem;
}

section#secc1 .pictoCont img span {}

section#secc1 .pictoWrapper {
    display: flex;
    justify-content: space-between;
}

section#secc1 strong {
    font-weight: 600;
    font-size: 1.02rem;
    line-height: 1.9rem;
}

section#secc6 a {
    text-decoration: none;
    color: #fff;
}

section#secc6 {
    padding: 5.3rem 0 5.5rem;
    background-color: #000;
    color: #DDDDDD;
}

section#secc6 .textCont {
    display: flex;
    align-items: flex-start;
}

section#secc6 .textCont img {
    width: 5rem;
    margin-right: 2rem;
    margin-top: 0.8rem;
}


section#secc6 .textCont .txtBox {
    max-width: 32rem;
}

@media (max-width: 992px) {
    .textBox {
        position: relative;
        max-width: 18rem;
        bottom: 0;
    }

    .pictoAnimate {
        position: relative;
        width: 22rem;
        height: auto;
        bottom: 0;
        right: 1.8rem;
        margin-bottom: 2.8rem;
    }

    .portada {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
        padding-bottom: 5rem;
        padding-top: 35rem;
        box-sizing: border-box;
    }

    section#secc1 .pictoCont {
        display: flex;
        padding: 0 0rem;
        width: 100%;
        text-align: left;
        gap: 1.4rem;
        align-items: center;
    }

    section#secc1 p {
        margin: 0;
        padding-right: 0rem;
    }

    section#secc1 .pictoCont img {
        margin-right: 0rem;
        height: 6.5rem;
        margin-bottom: 0;
    }

    section#secc2 .textCont h3 {
        line-height: 2.2rem;
        /* font-size: 1.9rem; */
    }

    section#secc2 .textCont {
        max-width: 21rem;
    }

    section#secc2 .listadoServicio .servicio img {
        width: 4.5rem;
        margin-right: .7rem;
    }

    section#secc2 .listadoServicio .servicio .textCont h4 {
        font-size: 1.8rem;
        min-width: auto;
        margin-bottom: 0.8rem;
    }

    section#secc2 .listadoServicio .servicio .textCont {
        flex-direction: column;
        gap: 0rem;
        align-items: flex-start;
    }

    section#secc2 .listadoServicio .servicio {
        padding: 2.5rem 0px;
    }

    section#secc2 .pleca.bot {
        bottom: 0;
        background: rgb(0, 0, 0);
        background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(10, 10, 10, 0.8505996148459384) 16%, rgba(255, 255, 255, 0) 100%);
    }

    section#secc1 .pictoWrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 2rem 1.5rem;
        margin-top: 2rem;
    }

    section#secc1 .pictoCont p {
        padding-right: 1.5rem;
        font-size: 0.9rem;
        margin-top: .5rem;
    }

    section#secc1 strong {
        line-height: 1.5rem;
    }
}

@media (max-width: 992px) {

    .portada {
        padding-top: clamp(1.5rem, 6svh, 5rem) !important;
        padding-bottom: clamp(5rem, 15svh, 8rem) !important;
        gap: clamp(.75rem, 3.5svh, 2.5rem) !important;
    }

}