.contact.banner {
    background-color: rgba(0, 0, 0, 0.7);
}

.contact.banner::after {
    background-image: url("/img/contact/contact.jpg");
}

.fatherOfAll > *:not(svg) {
    padding: 3em 0;
}

/* Custom Page */
.boxUpper > div:hover {
    background-color: white;
}

@media (min-width: 1025px) {
    .boxUpper > div {
        width: 100%;
        max-width: 850px;
        margin: 0 auto;
    }
}

@media (max-width: 1024px) {
    .boxUpper > div {
        padding: 2em;
    }
}

.titleBoxContact {
    align-items: flex-start;
}


@media (min-width: 768px) {
    .titleBoxContact > div {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .titleBoxContact > div:first-child {
        margin-bottom: 2em;
    }
    .titleBoxContact > div {
        width: 100%;
    }
}

.titleBoxContact > div i {
    font-size: 30px;
    padding-bottom: 20px;
}

.titleBoxContact > div p {
    font-weight: 300;
}

.titleBoxContact > div a {
    color: #000;
}

.titleBox {
    margin: 1em 0
}

.textBlockContact {
    padding: 2em 0;
    max-width: 700px;
}

.textBlockContact a {
    color: black;
}

form input, form textarea {
    color: #666;
    padding: .75em;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    background: #fafafa;
    box-shadow: none;
    box-sizing: border-box;
    max-width: 600px;
    width: 100%;
    margin-bottom: 1em;
}

form .btn {
    width: auto;
}

body .customSection {
    padding-bottom: 0;
}

.customSection iframe {
    width: 100%;
    max-width: 100%;
}

.contactSeparator {
    background-color: transparent;
    margin-top: -10vw;
    margin-bottom: -10vw;
    z-index: 1;
}

.checkboxAccept {
    max-width: 600px;
    width: 100%;
    justify-content: left;
    flex-wrap: unset
}

.checkboxAccept input {
    width: auto;
    margin: 0;
    margin-right: 5px;
}

.blockSchedule > div {
    width: 30%;
    margin: 0 1.66%;
    justify-content: center;
}

.blockSchedule .titleBlockSchedule {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    flex-direction: column;
}

.blockSchedule .titleBlockSchedule i {
    margin-top: 8px;
}

.blockSchedule .miniTitleBlockSchedule {
    font-weight: 500;
    margin-bottom: 5px;
}

.marginBottom {
    margin-bottom: 5px;
}

@media (max-width: 1199px) {
    .blockSchedule > div {
        width: 100%;
        margin: 2% 0;
    }
}

.divCaptcha {
    margin-top: 20px;
}

.errorFormCaptcha {
    margin-top: 10px;
    margin-bottom: 10px;
}

@media (max-width: 460px) and (min-width: 430px) {
    .divCaptcha {
        transform: scale(0.90);
        -webkit-transform: scale(0.90);
        -moz-transform: scale(0.90);
    }
}

@media (max-width: 429px) and (min-width: 400px) {
    .divCaptcha {
        transform: scale(0.85);
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
    }
}

@media (max-width: 399px) and (min-width: 375px) {
    .divCaptcha {
        transform: scale(0.80);
        -webkit-transform: scale(0.80);
        -moz-transform: scale(0.80);
    }
}

@media (max-width: 374px) and (min-width: 350px) {
    .divCaptcha {
        transform: scale(0.70);
        -webkit-transform: scale(0.70);
        -moz-transform: scale(0.70);
    }
}

@media (max-width: 349px) {
    .divCaptcha {
        transform: scale(0.63);
        -webkit-transform: scale(0.63);
        -moz-transform: scale(0.63);
    }
}

.justify-center {
    justify-content: center;
}

/* Location Block */
body .locationBlock {
    padding-top: 0;
    padding-bottom: 3em;
    text-align: center;
}
/* End Location Block */

/* Map Block */
body .mapBlock {
    position: relative;
    height: 600px;
    background-color: transparent;
    padding: 0;
}

.mapBlock iframe {
    max-width: unset;
    width: 100%;
}

.mapBlock svg {
    position: absolute;
    bottom: 0;
    background-color: transparent;
    fill: #2b579a;
}
/* End Map Block */