footer {
    background-color: var(--color-dark-gray);
    margin-top: 128px;
    padding: 0 0 128px
}

footer .secundary-button {
    color: var(--color-red) !important
}

.hs_recaptcha {
    display: none !important
}

footer .hs_cos_wrapper_type_form {
    width: 100%
}

footer form {
    align-items: center;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 48px;
    display: flex;
    padding: 8px;
    width: 100%
}

footer label {
    display: none
}

footer h3 {
    line-height: 115%
}

footer form ul {
    display: none
}

footer .hs-email {
    width: 100%
}

footer .hs-input {
    background-color: transparent;
    border: none;
    border-radius: 48px;
    color: #fff;
    height: 56px;
    padding-left: 16px;
    width: 100%
}

footer .hs-input:focus,
footer .hs-input:hover {
    outline: none
}

footer .hs-input::placeholder {
    color: hsla(0, 0%, 100%, .6)
}

footer .hs-button {
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 48px;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    padding: 16px 32px;
    transition: all .2s ease-in-out !important;
    width: max-content
}

footer .hs-button:hover {
    background-color: hsla(0, 0%, 100%, .1)
}

footer>div {
    position: relative
}

.red-block-footer {
    background-color: var(--color-red);
    border-radius: 24px;
    color: #fff;
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    left: 0;
    padding: 48px;
    position: relative;
    row-gap: 32px;
    top: -86px;
    width: 100%
}

.red-block-footer a {
    color: #fff
}

.red-block-footer>div:first-child {
    display: flex;
    flex-direction: column;
    grid-column: span 3;
    justify-content: space-between
}

.red-block-footer .secundary-button {
    margin-bottom: 8px
}

.red-block-footer>div:nth-child(2) {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    grid-column-end: 9;
    grid-column-start: 5;
    justify-content: space-between
}

.red-block-footer>div:nth-child(3) {
    grid-column: span 8
}

.internal-red-footer-grid {
    column-gap: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 24px
}

.internal-red-footer-grid>div {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.branch-link {
    display: flex;
    gap: 8px;
    width: max-content
}

.branch-link svg {
    height: 12px;
    margin-top: 2px;
    object-fit: contain;
    pointer-events: none;
    width: 12px
}

#vector-link-icon {
    stroke: #fff
}

.sucursal-name {
    font-weight: 700
}

.sucursal-address,
.sucursal-phone {
    font-size: .8em
}

.gray-block-footer {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    padding: 0 48px
}

.gray-block-footer a {
    color: #000
}

.gray-block-footer a:hover {
    color: var(--color-red)
}

.gray-block-footer>div {
}

.gray-block-footer>div:first-child {

}

.rrss-footer-container {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-start
}

.acl-logo-footer {
    aspect-ratio: 5/3;
    width: 100px
}

.rrss-footer-container a {
    width: 32px;
    fill: var(--color-red)
}

.rrss-footer-container a:hover {
    scale: 1.05
}

.gray-block-footer p {
    font-weight: bolder;
    margin-bottom: 8px
}

.gray-block-footer ul {
    list-style: none;
    padding: 0
}

.gray-block-footer ul li {
    margin-bottom: 4px
}

@media screen and (width<992px) {
    .red-block-footer {
        grid-template-columns: 1fr;
        padding: 48px 24px
    }

    .red-block-footer>div:first-child {
        grid-column: span 1;
        grid-row-end: 3;
        grid-row-start: 2
    }

    .red-block-footer>div:nth-child(2) {
        grid-column: span 1;
        grid-row-end: 2;
        grid-row-start: 1
    }

    .red-block-footer>div:nth-child(3) {
        grid-column: span 1
    }

    .internal-red-footer-grid {
        column-gap: 24px;
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(4, 1fr);
        grid-template-columns: repeat(2, 1fr)
    }

    .gray-block-footer {
        display: grid;
        gap: 24px;
        grid-template-columns: 1fr
    }

    .gray-block-footer>div {
        align-items: center;
        display: flex;
        flex-direction: column;
        grid-column: span 1
    }

    .gray-block-footer li {
        text-align: center
    }

    .gray-block-footer>div:first-child {
 
    }

    footer form {
        border-radius: 16px;
        flex-direction: column;
        gap: 8px;
        margin-top: 12px;
        width: 100%
    }

    footer .hs-email {
        width: 100%
    }

    footer .hs-button,
    footer .hs-input {
        border-radius: 12px;
        width: 100%
    }

    footer .hs_cos_wrapper_type_form,
    footer .hs_submit {
        width: 100%
    }
}

.static-contact-email {
    display: block;
    margin-bottom: 8px
}