.site-inner {
    max-width: unset !important;
    padding: 0;
}

.site-inner .content {
    width: 100% !important;
}

/* Estilo general de centrado*/
.centered-column {
    max-width: 1280px;
    padding: 0 15px;
    width: 100%;
    margin: auto;
}

.centered-column.full {
    padding: 0;
}

.centered-column.full > * {
    padding: 0 15px;
}

.text-center {
    text-align: center;
}

.bg-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    max-width: 1920px;
    width: 100%;
    margin: auto
}

p {
    margin: 0 0 15px;
}


#about {
    background-color: var(--green);
    color: var(--white);
    padding: 40px 15px;
    display: grid;
    place-items: center;
    place-content: center;
    max-width: unset;
}

#about h2 {
    font-size: 36px;
    font-weight: 400;
}

#about .content {
    max-width: 888px;
    width: 100%;
}

section.servicio {
    background-color: var(--grey);
    color: var(--green);
    padding: 40px 0;
}

section.servicio .centered-column.servicio {
    display: grid;
    grid-template-columns: repeat(4, 216px);
    place-content: start center;
    place-items: start center;
    gap: 100px;
}

section.servicio .title {
    font-weight: 700;
    font-size: 20px;
    text-wrap: balance;
    display: grid;
    place-content: center;
    place-items: start center;
    margin: 0;
}

section.servicio .content p {
    font-size: 16px;
}

section.servicio article.servicio > div.upper {
    display: grid;
    grid-template-rows: repeat(2, 100px);
}

section.servicio article.servicio .image {
    display: grid;
    place-content: center;
    place-items: center;
    border-bottom: solid 1px var(--green);
}


section.equipo .centered-column.equipo {
    display: grid;
    grid-template-columns: repeat(3, 290px);
    gap: 60px;
    place-items: start center;
    place-content: start center;
}

article.equipo {
    color: var(--green);
    width: 100%;
}

article.equipo .content p {
    font-weight: 700;
}

article.equipo .content p, article.equipo .content strong, article.equipo p.mail a {
    margin: 0;
    font-size: 14px;
}

article.equipo .upper {
    display: grid;
    gap: 25px;
}

article.equipo h3 {
    margin: 0 0 17px;
}

article.equipo .image {
    display: grid;
    place-self: center;
    justify-self: center;
    margin: auto;
    max-width: 230px;
}

article.equipo .image img {
    text-align: center;
    width: auto;
}


section.exitos-slider {
    margin: auto;
    width: 100%;
}

section.exitos-slider article.exitos {
    max-width: 270px;
    width: 100%;
    margin: auto;
    display: grid;
    gap: 22px;
}

section.exitos-slider article.exitos img {
    /* filter: saturate(0); */
    width: 270px;
    height: 200px;
    object-fit: cover;
}

section.exitos-slider .lower .content h3 {
    font-size: 25px;
    margin: 0 0 15px;
}

section.exitos-slider .lower .content h4 {
    font-size: 14px;
    margin: 0;
}

section.exitos-slider .lower .content h4, section.exitos-slider .lower .content h3 {
    font-weight: 700;
    color: var(--green);
}

h2.servicios, section.exitos h2, h2.equipo {
    color: var(--green);
    font-size: 36px;
    font-weight: 400;
    margin: 0 0 20px;
}

section.equipo h2.equipo {
    margin: 0;
}

section.equipo .content {
    color: var(--green);
}

section.equipo, section.exitos {
    padding: 40px 0 80px;
    display: grid;
    gap: 2em;
}

.glide__track {
    overflow: hidden;
    margin: auto;
    position: relative;
    max-width: 1280px;
    width: 100%;
}

.glide .arrows {
    position: absolute;
    inset: 0% 0 37%;
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}

.glide__slides {
    z-index: 1;
}

.glide .arrows button {
    position: relative;
    z-index: 2;
    background-color: transparent;
    font-size: 100px;
    color: var(--green);
    font-weight: 200;
}

section#servicios {
    margin: auto;
    height: 342px;
}

section#servicios-mobile {
    display: none;
    margin: auto;
    height: 342px;
}

section.intro-video {
    margin: 40px 0;
}

section.exitos {
    max-width: 1500px;
    margin: auto;
    width: 100%;
}

.textos-page h1 {
    margin: 2em auto 1em;
}

.conocenos {
    filter: drop-shadow(0px 0px 0px white);
}

@media(max-width: 1300px) {
    div.glide__track {
        max-width: 850px;
        margin: auto;
        width: 100%;
    }
}

@media(max-width: 1200px) {
    section.servicio .centered-column {
        gap: 50px;
    }
}

@media(max-width: 1150px) {
    section#servicios {
        display: none;
    }

    section#servicios-mobile {
        display: block;
        margin: auto;
        height: 650px;
    }
}

@media(max-width: 1050px) {
    section.servicio .centered-column {
        grid-template-columns: repeat(2, 216px);
    }
}

@media(max-width: 1030px) {
    section.equipo .centered-column.equipo {
        gap: 20px;
    }
}

@media(max-width: 940px) {
    section.equipo .centered-column.equipo {
        grid-template-columns: repeat(2, 290px);
        gap: 60px 20px;
    }

    section.equipo .centered-column.equipo article:last-of-type {
        grid-column: 1/2 span;
    }

    .intro-video iframe {
        width: 95% !important;
        height: auto;
        min-height: 400px;
    }
}

@media(max-width: 880px) {
    section#servicios-mobile {
        background-size: contain;
    }
}

@media(max-width: 870px) {
    div.glide__track {
        max-width: 580px;
        margin: auto;
        width: 100%;
    }
}

@media(max-width: 800px) {
    section#servicios-mobile {
        height: 600px;
    }
}




@media(max-width: 750px) {
    section#servicios-mobile {
        background-size: contain;
    }
}




@media(max-width: 680px) {
    /* section.exitos-slider article.exitos {
        max-width: 80%;
    } */

    div.glide__track {
        max-width: 100vw;
        margin: auto;
        width: 100%;
    }

    .exitos-slider .glide__slide {
        width: 100%;
    }

    section.exitos-slider article.exitos img {
        width: 100%;
        height: auto;
        display: block;
    }
}

@media(max-width: 660px) {
    section.equipo .centered-column.equipo {
        grid-template-columns: 1fr;
    }

    section.equipo .centered-column.equipo article:last-of-type {
        grid-column: unset;
    }
}

@media(max-width: 625px) {
    section#servicios-mobile {
        height: 442px;
    }
}


@media(max-width: 530px) {
    section#servicios-mobile {
        height: 342px;
        background-size: cover;
    }
}

@media(max-width: 520px) {
    section.servicio .centered-column {
        grid-template-columns: 320px;
    }
}

@media(max-width: 380px) {
    section.servicio .centered-column {
        grid-template-columns: 1fr;
    }
}
