.contacto-header > h1 {
    font-weight: 700;
    font-size: 2.5rem;

    color: var(--green-4);
}

.contacto-header > p {
    font-weight: 400;
    font-size: 1rem;

    color: var(--black-1);
}

.contacto-body {
    width: 100%;
    height: auto;

    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    align-items: center;
}

.sucursal_info {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.sucursal_info-left > img {
    width: 15rem;
    height: 15rem;

    border-radius: 100%;

    object-fit: cover;

    border: 6px solid var(--green-2);

    margin-right: 1.5625rem;
}

.sucursal_info-right > h1 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 1px;

    margin: 12px 0;

    color: var(--green-5);
}

.sucursal_info-right > h2 {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;

    margin: 6px 0;

    color: #6b6b6b;
}

.sucursal_info-right > h3 {
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 1px;

    margin: 6px 0;

    color: #6b6b6b;
}

.sucursal_info-right > p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;

    margin: 6px 0;

    color: var(--green-2);
}

.mapa > a > path {
    fill: #b4b4b4;
}

.mapa > a:hover > path,
.mapa > .selected > path {
    fill: var(--green-2);
    fill-opacity: 1;

    transform: 0.5s;
}

@media screen and (min-width: 1270px) {
    .contacto-main {
        width: calc(100% - 26.375rem);
        height: auto;

        margin: 5rem 3.5rem 0 22.875rem;
    }
}

@media screen and (max-width: 1269px) {
    .contacto-main {
        width: calc(100% - 8.5rem);
        height: auto;

        margin: 5rem 3.25rem 0 5.25rem;
    }

    .contacto-body {
        margin-top: 2.5rem;
    }

    .sucursal_info {
        margin-top: 2.5rem;
    }
}

@media screen and (max-width: 1070px) {
    .contacto-body {
        justify-content: center;
    }
}

@media screen and (max-width: 900px) {
    .contacto-main {
        width: calc(100% - 4.5rem);
        margin-left: 2.25rem;
        margin-right: 2.25rem;
    }
}

@media screen and (max-width: 600px) {
    .sucursal_info {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .sucursal_info-left > img {
        max-width: 8rem;
        max-height: 8rem;

        border-radius: 100%;

        object-fit: cover;

        border: 6px solid var(--green-2);

        margin-right: 1.5625rem;
    }
}
