.page-template-about.separate-containers .site.grid-container.container {
    max-width: 100%;
}

.page-template-about.separate-containers .site-main {
    margin-bottom: 0;
}

.page-template-about.separate-containers .inside-article {
    padding: 0;
}

.entry-content section {
    width: 100%;
    padding: 3rem 1.5rem;
    font-size: .95rem;
}

.entry-content section:nth-child(even) {
    background: #f9f9f9;
}

.entry-content,
.entry-content section .spaced-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: auto;
}

.page-template-about .entry-title {
    text-align: center;
    font-size: 3rem;
}

.page-template-about section ul {
    margin: 0;
    width: 100%;
}

.page-template-about section li {
    width: 100%;
    list-style: none;
    gap: .5rem;
    margin-bottom: .5rem;
    font-size: .9rem;
    display: flex;

    &::before {
        content: '';
        display: block;
        width: .65rem;
        min-width: .65rem;
        height: .65rem;
        margin-top: .2rem;
        background: url('../img/icons/hoja.svg') no-repeat;
        background-position: center center;
        background-size: contain;
        rotate: 90deg;
    }
}

.page-template-about section p {
    margin: 0;
    padding: 0;
}


.grupo_1 .texto,
.grupo_1 .imagen,
.grupo_2 .texto,
.grupo_2 .texto1,
.grupo_4 .texto1,
.grupo_4 .texto2,
.grupo_7 .texto1,
.grupo_7 .texto2 {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}



.grupo_2 .texto2,
.grupo_2 .texto3,
.grupo_2 .texto4,
.grupo_5 .texto1,
.grupo_5 .texto2,
.grupo_5 .texto3 {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: .9rem;
    line-height: 1.2;
    background: var(--background);
    padding: 1.5rem;
    border-radius: .5rem;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.2);
    transition: all .3s ease;

    &:hover {
        box-shadow: 0 0 .15rem rgba(0, 0, 0, 0.2);
    }

    &::before {
        content: '';
        display: block;
        width: 100%;
        height: 3.5rem;
        background: url('../img/icons/star-shine.svg') no-repeat;
        background-position: center center;
        background-size: contain;
    }
}

.grupo_2 .texto,
.grupo_4 .texto1,
.grupo_7 .texto1,
.grupo_7 .texto2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1;
    gap: 1rem;
    padding: 0 1.5rem;
}

.grupo_2 .texto strong,
.grupo_4 .texto1 strong,
.grupo_7 .texto1 strong,
.grupo_7 .texto2 strong {
    color: var(--secondary);
    font-weight: 700;
    font-size: 1.25rem;
}

.grupo_2 .texto p {
    margin: 0;
    padding: 0;
}

.texto h2 {
    text-align: center;
    font-size: 2.25rem;
    line-height: 1;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.texto1 h3 {
    text-align: center;
    font-size: 2.25rem;
    line-height: 1;
    padding: 0;
    margin: 0;
}

.texto1 strong,
.texto2 strong,
.texto3 strong,
.texto4 strong {
    font-size: 1.1rem;
    font-weight: 700;
}

.grupo_3 .texto1,
.grupo_3 .texto2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.grupo_3 .texto1 strong {
    font-size: .9rem;
    font-weight: 500;
}

.site-main .grupo_3 .gallery {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.grupo_3 img {
    width: 150px;
    max-height: 75px;
}

.grupo_7 .texto2,
.grupo_7 .texto2 p {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.grupo_7 .texto2 .button {
    color: var(--background);
}



#testimonial {
    background: var(--light);
}

#testimonial .spaced-container {
    gap: 0;
}

#testimonial .testimonial-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 1.5rem;
}

#testimonial .testimonial-list .owl-stage-outer {
    max-width: 100%;
    padding: .5rem;
}

#testimonial .testimonial {
    width: calc(100% - 1rem);
    background: var(--background);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    padding: 1.5rem;
    font-size: .9rem;
    line-height: 1.1;
    border-radius: .5rem;
    box-shadow: 0 0 .5rem rgba(0, 0, 0, 0.2);
}

#testimonial .owl-stage-outer .testimonial {
    min-width: calc(100% - .95rem);
}

#testimonial .testimonial picture {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    width: 150px;
    display: block;
    aspect-ratio: 1/1;
    overflow: hidden;
    border-radius: 50%;
    background: var(--light);
    border: 2px solid var(--secondary);

    &::after {
        z-index: -1;
        display: block;
        content: '';
        -webkit-mask-image: url('../img/logo-webotanix.svg');
        mask-image: url('../img/logo-webotanix.svg');
        mask-repeat: no-repeat;
        mask-position: center center;
        mask-size: 80%;
        width: 100%;
        height: 100%;
        inset: 1;
        position: absolute;
        background-color: var(--primary);
        color: var(--primary);
        align-items: center;
    }
}

#testimonial .testimonial picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

#testimonial .testimonial .content {
    display: flex;
    flex-direction: column;
    gap: .25rem;
}

#testimonial .testimonial .h3 {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 600;
}

#testimonial .testimonial .h4 {
    font-size: .9rem;
    line-height: 1.1;
    font-style: italic;
    color: var(--secondary);
    margin-bottom: .5rem;
}

#testimonial .testimonial .text p {
    position: relative;
    margin-bottom: .5rem;
    line-height: 1;
}


/* SMARTPHONES PORTRAIT */
@media only screen and (min-width: 300px) {}

/* SMARTPHONES LANDSCAPE */
@media only screen and (min-width: 480px) {}

/* TABLETS PORTRAIT */
@media only screen and (min-width: 768px) {
    #testimonial .testimonial {
        flex-wrap: nowrap;
        max-width: calc(50% - .75rem);
    }
}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 1024px) {
    .entry-content section .spaced-container {
        gap: 3rem;
    }

    .grupo_1 .texto,
    .grupo_1 .imagen,
    /* .grupo_2 .texto, */
    .grupo_2 .texto1,
    .grupo_4 .texto1,
    .grupo_4 .texto2,
    .grupo_7 .texto1,
    .grupo_7 .texto2 {
        width: calc(50% - 1.5rem);
    }

    .grupo_2 .texto2,
    .grupo_2 .texto3,
    .grupo_2 .texto4,
    .grupo_5 .texto1,
    .grupo_5 .texto2,
    .grupo_5 .texto3 {
        width: calc(33.33% - 2rem);
    }

    .grupo_2 .texto {
        width: 100%;
    }

    .grupo_5 .spaced-container {
        justify-content: center;
    }

    .page-template-about section.grupo_2 .spaced-container {
        gap: 3rem;
    }
}