footer {
    margin-top: 0;
}
footer .footer-top {
    border-top: 0;
}

.services .service-icon {
    position: relative;
}

.other-services .service-grid {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.info-de-interes {
    padding-top: 9.5rem;
    padding-bottom: 11rem;
    background-color: rgba(47, 47, 47, 0.05);
    text-align: center;
}
.info-de-interes .flex {
    margin-top: 9rem;
    margin-bottom: 6rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.info-de-interes .flex > * + * {
    margin-left: 7.5rem;
}
.info-de-interes .flex + p {
    font-size: 3.5rem;
}
.info-de-interes img {
    width: 14.5rem;
}

.info-sanitaria {
    background-color: var(--secondaryColor);
    font-family: var(--secondaryFont);
    text-align: center;
}
.info-sanitaria p {
    margin-top: 5rem;
    margin-bottom: 0;
}


@media (min-width: 768px) {
    .services {
        width: 297rem;
        margin: 0 auto 24rem;
    }
    .services .service {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .services .service + .service {
        margin-top: 21rem;
    }
    .services .service picture {
        -webkit-flex: 0 0 126rem;
        flex: 0 0 126rem;
    }
    .services .service-icon {
        -webkit-flex: 0 0 46rem;
        flex: 0 0 46rem;
    }
    .services .service-text {
        -webkit-flex: 0 0 101rem;
        flex: 0 0 101rem;
    }
    .services .service:nth-of-type(odd) .service-icon {
        margin-left: -23rem;
        margin-right: 17rem;
    }
    .services .service:nth-of-type(even) {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .services .service:nth-of-type(even) .service-icon {
        margin-left: 17rem;
        margin-right: -23rem;
    }
    .services .service:nth-of-type(even) .service-text {
        text-align: right;
    }

    .other-services {
        width: 224rem;
        margin: 0 auto 22.5rem;
        position: relative;
    }
    .other-services .h2 {
        width: 95.5rem;
        background-color: white;
        line-height: 14.5rem;
        text-align: center;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }
    .other-services picture {
        width: 173rem;
        margin: 0 auto;
    }
    .other-services .service-grid {
        width: 100%;
        background-color: white;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .info-sanitaria {
        padding-top: 18rem;
        padding-bottom: 20rem;
    }
    .info-sanitaria p {
        width: 190rem;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 767px) {
    .services .service {
        text-align: center;
    }
    .services .service + .service {
        margin-top: 10rem;
    }
    .services .service-icon {
        margin: -38rem auto 0;
    }

    .other-services {
        margin-top: 15rem;
    }
    .other-services picture {
        display: none;
    }
    .other-services .service-grid {
        margin-left: -5rem;
        margin-right: -5rem;
    }
    .other-services .service-icon:nth-child(even) {
        margin-left: -2rem;
    }

    .info-sanitaria {
        padding-top: 25rem;
        padding-bottom: 25rem;
    }
}
