.bg {
    background-image: url("../images/bgFooter.45661d286b8c.png"), url("../images/bgBlue.676a92afab01.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}

.bg-spain {
    background-image: url("../images/bgFooterSpain.0eb06b957a24.png"), url("../images/bgBlue.676a92afab01.jpg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
}

h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 33pt;
    padding-top: 5px;
    padding-left: 80px;
    background-size: auto 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    height: 70px;
    display: block;
}

h4 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 28pt;
}

.emptySpace {
    height: 35vw;
}

.rowResult {
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
}

.rowResultMap {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
}

.redBG {
    background-color: #eb695cff;
    padding: 35px;
}

.pinkBG {
    background-image: url("../images/bgContactInfo.d243df4f6f29.png");
    background-color: transparent;
    background-position: right;
    background-size: cover;
    padding: 35px;
}

.rowResult form input, .rowResult form textarea {
    background-color: #eb695cff !important;
    border: 1px solid white !important;
}

.centerTitle {
    display: flex;
}

.formTitleSmall {
    display: none;
}

#contactIcon {
    background-image: url("../images/contactIcon.d1a0ee95ed64.png");
    font-size: 33pt;
}

#formIcon {
    background-image: url("../images/formIcon.c93a1eb2e246.png");
    background-size: auto 90%;
    font-size: 25pt;
}

#locationIcon {
    background-image: url("../images/locationIcon.e5ea839186a8.png");
    margin-left: auto;
    margin-right: auto;
    margin-top: 3vw;
}

#textIntro {
    font-size: 13pt;
}

.textContact {
    font-size: 16pt;
    background-size: auto 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    /* height: 45px; */
    display: block;
    padding-left: 65px;
    margin-top: 45px;
}

#phoneIcon{
    background-image: url("../images/phoneIcon.f1a62abe12d5.png");
    background-size: auto 90%;
    padding-top: 8px;
    height: 45px;
}

#mailtoIcon{
    background-image: url("../images/mailIcon.b11f809e4aff.png");
    background-size: auto 60%;
    height: 45px;
}

#addressIcon{
    background-image: url("../images/locationIcon2.683348821c9b.png");
    padding-top: 5px;
    background-size: auto 45px;
}

#addressIcon p {
    margin-bottom: 0;
}

a.textContact {
    color: #154b64ff;
}

form label {
    display: none;
}

.form-control {
    color: white;
}

.redBG input {
    height: 55px;
}

.btn.form-control {
    border-radius: 10px;
}

.btn.form-control:hover {
    background-color: white !important;
    color: #eb695cff;
}

#id_wagtailcaptcha {
    border: 1px solid white;
    border-radius: .25rem;
    background-color: rgb(255, 228, 228);
    padding: 5px;
    padding-bottom: 80px;
}

.rc-anchor-normal{
    width: unset !important;
}

.rc-anchor-light{
    width: unset !important;
}

#mapBorder {
    border: 2px solid #154b64ff;
    padding: 15px;
}

#map {
    width: 100%;
    height: 600px;
    background-color: white;
}

.pinkBG, .redBG, #mapBorder {
    margin-top: 1vw;
}

@media screen and (max-width: 1400px) {
    .rowResult {
        width: 925px;
    }
    h3 {
        font-size: 26pt;
        padding-top: 10px;
    }
    #contactIcon {
        font-size: 26pt;
    }
    #formIcon {
        font-size: 20pt;
    }
    h4 {
        font-size: 23pt;
    }
    .textContact {
        font-size: 15pt;
    }
    .rowResultMap {
        width: 700px;
    }
    #map {
        height: 450px;
    }
}

@media screen and (max-width: 1100px) {
    .rowResult {
        width: 700px;
    }
    h3 {
        font-size: 22pt;
        height: 50px;
        padding-left: 60px;
        padding-top: 5px;
    }
    #contactIcon {
        font-size: 22pt;
    }
    #formIcon {
        font-size: 16pt;
    }
    h4 {
        font-size: 19pt;
    }
    .textContact {
        font-size: 13pt;
        /* height: 35px; */
        padding-left: 45px;
    }
    #phoneIcon {
        padding-top: 4px;
        height: 35px;
    }
    #mailtoIcon {
        height: 35px;
    }
    #addressIcon {
        background-size: auto 35px;
    }
    .redBG {
        padding: 20px;
    }
    form p {
        margin-bottom: 10px;
    }
    #id_wagtailcaptcha > div {
        transform: scale(0.75);
        transform-origin: 0 0;
    }
    #id_wagtailcaptcha {
        height: 70px;
	padding-bottom: 60px;
    }
}

@media screen and (max-width: 800px) {
    .formTitleSmall {
        display: block;
    }
    .formTitleLarge {
        display: none;
    }
    .rowResult, .rowResultMap {
        width: 70vw;
    }
    .rowResult .col-7, .rowResult .col-5 {
        flex: none;
        max-width: none;
    }
    #formIcon {
        font-size: 22pt;
    }
    .pinkBG {
        background-image: url("../images/bgContactInfo2.92e7f8644910.png");
    }
    .centerTitle {
        display: flex;
    }
    .centerTitle h3 {
        margin-left: auto;
        margin-right: auto;
    }
    #addressIcon .rich-text {
        margin-bottom: 35px;
    }
    #id_wagtailcaptcha > div {
        transform: scale(1);
        transform-origin: 0 0;
    }
    #id_wagtailcaptcha {
        height: unset;
	padding-bottom: 0px;
    }
}

@media screen and (max-width: 575px) {
    .rowResult, .rowResultMap {
        width: 80vw;
    }
    .textContact {
        margin-top: 20px;
    }
}

@media screen and (max-width: 500px) {
    h3 {
        height: 40px;
        font-size: 18pt;
        padding-left: 50px;
    }
    #contactIcon {
        font-size: 18pt;
    }
    #formIcon {
        font-size: 14pt;
    }
    h4 {
        font-size: 15pt;
    }
    /* .textContact {
        height: 30px;
    } */
    #phoneIcon, #mailtoIcon {
        height: 30px;
    }
    #addressIcon {
        background-size: auto 30px;
    }
    .textContact, #textIntro {
        font-size: 12pt;
    }
    .pinkBG {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 445px) {
    #id_wagtailcaptcha > div {
        transform: scale(0.75);
        transform-origin: 0 0;
    }
    #id_wagtailcaptcha {
        height: 70px;
    }
}
