/* SECTION HOME ----------------------------->  */
.logo-desktop.contact {
    width: 150px!important;
}

.bg-tao-active, .nav-tao.bg-tao {
    border-bottom-color: var(--tao-white)!important;
    background-color: var(--tao-white)!important;
}

section {
    overflow: hidden !important;
    margin: 0;
}

a.link-contracting-services,
.personal-admin-repse-link>a.link-contracting-services {
    margin: 25px auto 10px auto;
    -webkit-box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.45);
    box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.45);
}

section.main-home {
    margin: 0 0 45px 0;
    background-image: url(../img/map-contact.png);
    background-repeat: no-repeat;
    background-size: unset;
    background-position: left;
    background-color: var(--tao-white);
    padding: 12px !important;
    background-image: unset;
}

.wrapper-main-home {
    justify-content: start;
    margin: 25px 0;
}

.title-main-home {
    font-size: 25px;
    color: var(--tao-purple);
}
.txt-main{
    color: var(--tao-purple);
    font-weight: 500;
    font-size: 16px;
}

.txt-main.txt-admin-personal>span {
    font-weight: 800;
    color: var(--tao-dark-purple-2);
}

/* CONTACT-FORM ----------------------------->  */

.contact-form-block {
    width: 100%;
    height: 380px;
    position: relative;
    overflow: hidden;
    background-color: var(--tao-white);
}

section.contact-form {
    overflow: unset!important;
    padding: 0 0 40px 0;
}

.our-sites {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    max-width: 100%;
    height: auto;
    position: absolute;
    background-color: transparent;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;;

    -webkit-box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.12);
}
.our-cites-title {
    position: absolute;
    top: -60px;
    color: var(--tao-purple);
    font-weight: bolder;
}
.our-cites-title span {
    color: var(--tao-fuchsia);
}

.our-sites .location,
.our-sites .map  {
    height: auto;
}

.our-sites .map  {
    height: 50vh;
}

.our-sites .location {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: start;
    justify-content: center;
    padding: 24px 12px;
    background-color: var(--tao-purple);
}

.our-sites .map {
    width: 100%;
    background-color: var(--tao-white);
}

.contact-form-title {
    width: 100%;
    text-align: center;
    color: var(--tao-purple);
    margin: 565px 0 50px 0;
}

.address-card {
    width: 100%;
    height: auto;
}

.address-card >* {
    font-size: 14px;
    font-family: 'montserrat-wght';
}
.address-card>h4 {
    color: var(--tao-fuchsia);
    font-weight: bold;
}
.address-card>p {
    color: var(--tao-white);
    margin: 0;
    line-height: 1.3;
}

.contact-form-title>h3 {
    font-weight: 800;
}

.contact-form-title>p {
    font-weight:500;
}

form.contact .form-group {
    margin-bottom: 40px!important;
}

form.contact label {
    font-size: 16px;
    font-weight: 700;
    color: var(--tao-dark-purple-2);
} 

form.contact label.lbl-newsletter {
    font-weight: 400;
}

form.contact input.form-control,
form.contact textarea.form-control,
form.contact select.form-control {
    height: 45px!important;
    border: 1px solid var(--tao-white)!important;
    border-radius: 8px!important;
    background-color: var(--tao-white)!important;

    -webkit-box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.12);
    box-shadow: 10px 10px 28px 3px rgba(0, 0, 0, 0.12);
    /* rgba(20, 6, 215, 0.12); */
}

form.contact textarea.form-control {
    height: unset!important;
    resize:none
}

form.contact .form-check {
    margin: 16px 0 12px 0;
    padding-left: 1.75rem;
}

form.contact .form-check input.form-check-input {
    transform: scale(1.3);
}

.submit-content {
    display: flex;
    align-items: end;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
}

.submit-content button.btn-contact-send {
    width: 180px;
    color: var(--tao-white);
    background-color: var(--tao-blue);
    border-radius: 9px;
    padding: 4px;
    font-weight: 500;
}

.submit-content button.btn-contact-send:active,
.submit-content button.btn-contact-send:hover {
    background-color: var(--tao-purple);
}

/* Banner contactanos TAO RH --------------- */
section.contact-banner {
    height: 300px;
    max-height: 600px;
    margin: 0;
    padding: 0 0 40px 0;
}

section.contact-banner::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 70%;
    bottom: 0;
    background-color: var(--tao-white);

}

.contact-banner-wrapper {
    width: 100%;
    height: 100%;
    padding: 24px;
}

.contact-banner-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

    section.main-home {
        background-image: url(../img/map-contact.png);
    }

    .title-main-home,
    .txt-main {
        background-color: var(--tao-white);
    }
    
    .contact-banner-wrapper {
        width: 75%;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .wrapper-main-home {
        justify-content: center;
    }
    
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .title-main-home,
    .txt-main {
        background-color: transparent
    }

    section.contact-form {
        padding: 0 0 80px 0;
    }
    section.main-home {
        margin: 0;
        background-position: right;
    }

    a.link-contracting-services {
        margin: 60px 0 10px 0;
    }

    .title-main-home {
        font-size: 32px;
    }
    .txt-main {
        font-size: 18px;
    }
    .our-sites {
        width: 70%;
        flex-direction: row;
    }

    .our-sites .location,
    .our-sites .map  {
        height: 95vh;
    }

    .our-sites .location {
        width: 45%;
        padding: 50px 0 50px 50px;
    }
    
    .our-sites .map {
        width: 55%;
    }

    .submit-content {
        gap: unset;
        flex-direction: row;
    }
    /* Banner contactanos TAO RH --------------- */
    section.contact-banner {
        height: 600px;
    }
    section.contact-banner {
        padding: 0 0 80px 0;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1050px) {}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}