.contact-banner {
    background: url(../../assets/img/contact/header-contacto-03.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 450px;
}

.contact-title {
    display: flex;
    align-items: center;
    padding-left: 15%;
    color: white;
}

.sub-title {
    display: flex;
    align-items: center;
    padding-left: 15%;
    color: black;
}

.contact-location {
    background: url(../../assets/img/contact/background-03.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: auto;
}

.location {
    display: flex;
    align-items: center;
    padding-left: 15%;
    color: #2e3b70;
}

.the-button {
    background: rgb(178, 31, 32);
    background: linear-gradient(90deg, rgb(178, 31, 32) 8%, rgb(222, 40, 46) 57%, rgb(255, 43, 51) 100%);
    color: white;
    border-radius: 20px;
    border: 0;
    text-align: center;
    font-size: 10px;
    width: 200px;
    height: 35px;
    display: flex;
    align-items: center;
    outline:none;
}

.the-button i {
    font-size: 30px;
    margin: 0 0 0 auto;
}

.the-button span {
    margin: 0 auto;
    padding-left: 30px;
    font-weight: bold;
}

.the_map {
    padding-right: 5%;
}

@media screen and (max-width: 720px) {
    .the_map {
        padding-right: 0px;
    }
}