footer {
    position: relative;
    padding-bottom: 2rem;
}

footer .container-lg {
    margin: auto;
}

.azul {
    margin-top: 12rem;
    background-color: #E4E5E6;
    position: relative;
    padding: 10px 0;
}

.azul::before, .azul::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 10px;
    background: linear-gradient(to right, #4DC2E7, #1A7A91);
}

.azul::before {
    top: -10px;
}

.azul::after {
    bottom: 0;
}


.azul-figure {
    position: absolute;
    bottom: 1px;
    left: 0; 
  
}

.azul-figure img {
    height: 100%;
    max-height: 22rem; 
}


.azul-info {
    padding-top: 10rem;
}

.azul-info h1 {
    font-weight: 700;
    text-align: start;
    margin-bottom: 2rem;
}

.media-item {
    display: flex;
    align-items: self-end;
}

.media-item-info {
    width: max-content;
}

.media-item-info a:hover, .media-item-info a:focus, .media-item-info a:active {
    color: white;
}

.media-item img {
    height: 4rem;
    margin-right: 1rem;
}

.footer-grid {
    position: relative;
}

.footer-legal {
    margin-top: 1rem;
}

.footer-logo {
    height: 5rem;
}

.footer-logo img {
    height: 100%;
}

.footer-menu, .footer-menu-left {
    height: fit-content;
}

.footer-menu a {
    text-decoration: none;
}

.footer-menu a:hover {
    text-decoration-color: #A7A4A4 !important;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.footer-social img {
    height: 4rem;
}

.qr img {
    width: 3rem;
    margin-top: .4rem;
}

.btn-primary-2 {
    border: none;
}

.footer-form-grid {
    padding-right:  0 !important;
}

.footer-form-grid div {
    padding-right:  0 !important;
}

select {
    gap: .675rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image:
        linear-gradient(45deg, transparent 50%, gray 50%),
        linear-gradient(135deg, gray 50%, transparent 50%),
        linear-gradient(to right, #ccc, #ccc) !important;
    background-position:
        calc(100% - 20px) calc(1em + 2px),
        calc(100% - 15px) calc(1em + 2px),
        calc(100% - 2.5em) 0.5em !important;
    background-size:
        5px 5px,
        5px 5px,
        1px 1.5em !important;
    background-repeat: no-repeat !important;
    margin-bottom: 1.25rem;
    color: #A7A4A4;
}

.nav-select-city {
    display: block !important;
}

select:focus-visible {
    outline: 1px solid #0B51C2 !important;
}





@media screen and (min-width:315px) {
    .azul-info h1 {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .azul-info {
        padding-top: 0;
        padding-bottom: 10rem;
    }

    .azul-figure {
        position: absolute;
        
        left: 20rem;
    }

    .azul-figure img {
        max-height: 20rem;
    }

}

@media screen and (min-width:415px) {
    .azul-info h1 {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .azul-info {
        padding-top: 0;
        padding-bottom: 10rem;
    }

    .azul-figure {
        position: absolute;
        
        left: 18rem;
    }

    .azul-figure img {
        max-height: 22rem;
    }

}



@media screen and (min-width:576px) {
    .azul-info h1 {
        font-size: 3rem;
        line-height: 3.5rem;
    }

    .azul-info {
        padding-top: 0;
        padding-bottom: 10rem;
    }

    .azul-figure {
        position: absolute;
        bottom: 1px;
        left: 28rem;
    }

    .azul-figure img {
        max-height: 27rem;
    }

}


@media screen and (min-width:768px) {
    .azul-container {
        margin: auto !important;
    }

    .azul-figure img {
        max-height: 25rem;
    }

    .azul-figure {
        
        left: 1rem;
    }

    .azul-info {
        
        display: flex;
        justify-content: start;
    }

    .azul-info h1 {
        font-size: 3rem;
        line-height: 3.5rem;
        width: 55%;
        text-align: end;
        position: absolute;
        top: 2rem;
    }

    .azul-info-media {
        display: grid;
        grid-auto-flow: column;
        gap: 2rem;
        align-items: center;
        justify-content: end;
        position: relative;
    }
}

@media screen and (min-width:992px) {

    .azul-container {
        display: flex;
        justify-content: end;
    }
    
    .azul-figure {
        
        left: calc((100vw - 980px) / 2);
    }

    .azul-figure img {
        max-height: 27rem;
    }


    .azul-info h1 {
        width: auto;
        font-size: 2.5rem;
        top: 1.5rem;
        right: 0;
    }

    .azul-info {
        
        position: relative;
        width: 100%;
    }

    .azul-info-media {
        bottom: 1rem;
    }

    .footer-logo {
        height: 6rem;
    }

    .media-item img {
        height: 3.5rem;
        margin-right: 1rem;
    }
}

@media screen and (min-width:1200px) {
    .azul-info h1 {
        width: 100%;
        text-align: start;
        font-size: 2.3rem;
    }

    .azul-figure {
        left: calc((100vw - 1080px) / 2);
    }

    .azul-info {
        display: flex;
        justify-content: start;
    }
}

@media screen and (min-width:1400px) {



    .azul-info {
        display: flex;
        justify-content: start;
        
    }

    .azul-figure {
        
        left: calc((100vw - 1280px) / 2);
    }

    .azul-info h1 {
        font-size: 2.5rem;
    }

    #form_1_field_4 {
        margin-top: .5rem;
        margin-right: 0;
    }

    .media-item img {
        height: 3.5rem;
        margin-right: 1rem;
    }
}

@media screen and (min-width:1920px) {
    .azul-figure {
        
        left: calc((100vw - 1600px) / 2);
    }

    .media-item img {
        height: 3.5rem;
        margin-right: 1rem;
    }
}



@media (315px <= width <= 576px){
    .azul-info{
        padding-bottom: 2rem;
    }
}