.img_bannerContact {
    height: 65vh;
    object-fit: cover;
}

.titleContact {
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    color: rgb(51, 51, 51);
    margin-bottom: 1.5rem;
}

.bgContact {
    background: #F5F5F5;
    padding-left: 150px;
}

.contentAddressContact {
    padding: 4rem 0rem;
}

.contentForm {
    padding: 4rem 8rem 10rem 8rem;
}

.infoLocationContact {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    color: rgb(116, 116, 116);
}

.infoLocationTextContact {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(116, 116, 116);
}

.titleContact {
    font-size: 32px;
    font-weight: 400;
    line-height: 42px;
    color: rgb(51, 51, 51);
    margin-bottom: 1.5rem;
}

.form-group label {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    color: rgb(116, 116, 116);
}

.form-group input {
    height: 3rem;
}

.phone::placeholder {
    font-size: small;
    font-style: italic;
    color: #C6C1C0;
}

.btnSubmit {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #0F9B00;
    color: rgb(255, 255, 255);
    border-radius: 0px;
    width: 50%;
    height: 60px;
    border: 0px;


}

.btnSubmit span {
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-transform: uppercase;
    padding: 0px 50px;
    text-align: center;
}

.btnSubmit:hover {
    background-color: black;
    color: rgb(255, 255, 255);
}

.mapa iframe {
    margin-bottom: -10px;
}

@media (max-width: 1399.98px) {
    .bgContact {
        padding-left: 120px;
    }
}

@media (max-width: 1199.98px) {
    .bgContact {
        padding-left: 90px;
    }

    .contentForm {
        padding: 4rem 4rem 10rem 4rem;
    }
}

@media (max-width: 991.98px) {
    .bgContact {
        padding-left: 40px;
    }
}

@media (max-width: 767.98px) {
    .bgContact {
        padding-left: 0px;
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 575.98px) {


    .contentForm {
        padding: 4rem 1rem 10rem 1rem;
    }
}