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

.content {
    float: unset;
    width: 100%;
}

.content-container {
    max-width: 1280px;
    margin: auto;
}

.content-container:empty {
    display: none;
    visibility: hidden;
    height: 0;
    width: 0;
}

section#about-us .content-container {
    padding: 0 15px;
}

section#awards {
    text-align: center;
}

section#awards img {
    height: 105px;
    max-width: 105px;
    width: 100%;
    object-fit: contain;
}

section#about-us {
    background-color: var(--dark-blue);
    color: var(--white);
    padding: 2em 0;
}

section#about-us.text-banner.banner strong {
    font-weight: 700;
    font-size: 20px;
    color: var(--white);
}

section.text-banner.banner strong {
    font-weight: 300;
    font-size: 20px;
    color: var(--footer);
}

.funciones h2,
.beneficios h2,
.casos-exito h2,
section#awards h2,
section#about-us h2 {
    font-weight: 100;
    font-size: 38px;
}

section#awards {
    color: var(--footer);
    padding: 2rem 15px;
}

section#awards .content-container {
    display: grid;
    gap: 2rem;
}

.funciones section.listing-posts article .title,
.funciones h2,
.beneficios h2,
.comparativa h2 {
    margin: 0 0 3rem;
    font-size: 37px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
    color: var(--dark-blue);
}

.funciones section.listing-posts article .title {
    font-weight: 300 !important;
    line-height: 1.2;
}

.funciones section.listing-posts article .content {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    color: var(--ocean-blue) !important;
}

.funciones section.listing-posts article .content p {
    margin: 0;
}

.funciones section.listing-posts article .content-container {
    display: grid;
    grid-template-rows: 1fr 1fr;
    place-items: center;
    place-content: end center;
    height: 100%;
    gap: 20px;
}

.funciones section.listing-posts article .extra-content {
    width: 100%;
}

.funciones section.listing-posts article .title {
    margin: 0;
}

.funciones section.listing-posts article img {
    max-width: 105px;
    width: 100%;
    height: 105px;
    object-fit: contain;
}

.funciones section.listing-posts article {
    text-align: center;
    display: grid;
    gap: 1.2rem;
    place-content: center;
    place-items: start center;
    text-wrap: pretty;
    grid-template-rows: 130px minmax(150px, 1fr) minmax(20px, 65%);
}

.funciones section.listing-posts article details {
    display: grid;
    gap: 40px;
}

.funciones section.listing-posts article summary {
    display: block;
    background: var(--dark-blue);
    color: var(--white);
    padding: 5px 25px;
    border-radius: 3em;
    width: 200px;
    margin: auto;
}

.funciones section.listing-posts article details .content {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s ease;
}

.funciones section.listing-posts article details .content > div {
    overflow: hidden;
}

.funciones section.listing-posts article details[open] .content {
    grid-template-rows: 1fr;
}

summary {
    list-style: none;
    cursor: pointer;
}

/* Chrome, Edge, Safari */
summary::-webkit-details-marker {
    display: none;
}

/* Firefox y navegadores modernos */
summary::marker {
    content: "";
}

.casos-exito {
    background-color: var(--exito);
    padding: 2em 0;
}

.casos-exito section.listing-posts {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: start;
    max-width: 1080px;
    margin: auto;
    width: 100%;
    gap: 4.5rem 0;
}

.casos-exito section.listing-posts img {
    max-width: 140px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

section.listing-posts article .title,
section.listing-posts article .content p {
    color: var(--dark-blue);
    font-weight: 300;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    text-wrap: balance;
}

.funciones section.listing-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    place-content: stretch;
    place-items: stretch;
    gap: 70px 50px;
    padding: 0 15px;
    max-width: 1280px;
    margin: auto;
    width: 100%;
}

.funciones section.listing-posts article {
    text-align: center;
}

section.landing div.beneficios, 
section.landing div.funciones {
    padding: 2em 0 0;
    background-color: var(--light-blue);
}

section.landing div.beneficios {
    background-color: unset;
}

section.listing-posts {
    padding: 0 15px 5rem !important;
}

.funciones section.listing-posts {
    padding: 0 15px 10px !important;
}

.casos-exito {
    color: var(--white);
}

.casos-exito section.listing-posts {
    padding: 1em 15px 2em !important;
    justify-content: center;
    gap: 4rem;
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-bottom {
    background-position: bottom;
}

div.comparativa {
    padding: 3rem 0 0;
    background-color: var(--light-blue);
}

.comparativa section.listing-posts {
    margin: auto;
    width: 100%;
    max-width: 1280px;
}

article.comparativa strong {
    font-size: 26px;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
}

article.comparativa {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    font-size: 16px !important;
    text-align: left;
    place-content: center;
    place-items: center start;
    padding: 1rem 0;
    border-bottom: solid var(--grey) 1px;
}

article.comparativa * {
    color: var(--black) !important;
}

article.comparativa img {
    max-width: 45px;
    height: 45px;
    width: 100%;
    object-fit: contain;
}

.simove, .atp {
    margin: auto;
}

.beneficios section.listing-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
    gap: 70px 50px;
    place-content: center;
    place-items: start center;
    max-width: 1280px;
    margin: auto;
    width: 100%;
}

.beneficios section.listing-posts .content,
.beneficios section.listing-posts .title {
    font-family: 'Roboto', sans-serif;
}

.beneficios section.listing-posts .title {
    line-height: 1.2;
    font-size: 26px;
    font-weight: 400;
    color: var(--ocean-blue);
    padding: 0 0 1.5rem;
    border-bottom: solid 1px var(--red);
}

.beneficios section.listing-posts .content {
    display: grid;
    height: 100%;
    place-content: start;
    place-items: start center;
    padding: 1.5rem 0 0;
}

.beneficios section.listing-posts .content p {
    color: var(--content);
    font-size: 16px;
    font-weight: 300;
}

.beneficios section.listing-posts img {
    max-width: 75px;
    width: 100%;
    height: 75px;
    object-fit: contain;
}

article.beneficio {
    display: grid;
    gap: 1.2rem;
    place-items: center;
}

article.beneficio .content-container {
    display: grid;
    grid-template-rows: 140px 180px;
    place-content: start;
    place-items: end stretch;
}

section.landing .video {
    padding: 4rem 15px;
    position: relative;
}

section.landing .video video {
    border-radius: 1.75em;
}

section.landing .video .arrow-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    transform: translate(0px, -35px);
    display: grid;
    place-content: center stretch;
    place-items: center;
}


section.landing .video .arrow {
    font-family: 'Fira Code', monospace !important;
    font-weight: 400;
    font-size: 40px;
    background-color: var(--red);
    color: var(--white);
    max-width: 70px;
    height: 70px;
    width: 100%;
    border-radius: 4em;
    place-content: center;
    place-items: center;
    display: grid;
    transform: rotate(90deg);
}

section.landing .video .content {
    margin: auto;
    width: 100%;
    max-width: 1100px;
    height: auto;
    object-fit: contain;
}


section.texto {
    max-width: 1280px;
    margin: auto;
    width: 100%;
    padding: 0 15px;
}

section.texto * {
    font-family: 'Roboto', sans-serif;
}

section.texto h1, section.texto h2, section.texto h3 {
    font-weight: 700;
    margin: 50px 0 10px;
    color: var(--dark-blue);
}


section.texto h1 {
    font-size: 30px;
    text-transform: uppercase;
}

section.texto h2 {
    font-size: 24px;
}

section.texto h3 {
    font-size: 20px;
}

section.texto a {
    color: var(--ocean-blue);
}

section.texto ul, section.texto ol {
    padding-left: 20px;
}

section.texto ul li, section.texto ol li {
    list-style-type: disc;
}

@media(max-width: 700px) {
    .beneficios section.listing-posts {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .beneficios section.listing-posts .title {
        font-size: 22px;
    }

    .beneficios section.listing-posts .title br {
        display: none;
    }
}

@media(max-width: 620px) {
    .funciones section.listing-posts article {
        grid-template-rows: unset;
    }
}

@media(max-width: 500px) {
    article.comparativa {
        grid-template-columns: 2fr 1fr 1fr;
    }

    .beneficios section.listing-posts {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    article.beneficio .content-container {
        grid-template-rows: auto auto;
    }

    article.beneficio {
        gap: 10px;
    }
}

