#customPageTitle {
    display: none
}

#headerDummy.headerIndex {
    height: 0
}

.customPageCenteredContent {
    width: 100% !important;
    min-width: 0;
    margin-top: 0;
    margin-bottom: 0px;
}

.contactInput::-webkit-input-placeholder {
    font-weight: 300;
    color: var(--base);
}

.contactInput::-moz-placeholder {
    font-weight: 300;
    color: var(--base);
}

.contactInput::-moz-placeholder {
    font-weight: 300;
    color: var(--base);
}

.contactInput::-ms-input-placeholder {
    font-weight: 300;
    color: var(--base);
}

.contactInput::-ms-input-placeholder {
    font-weight: 300;
    color: var(--base);
}

p.localesTitle {
    font-size: 30px;
    font-weight: 500;
    color: var(--secondary);
    text-align: center;
    max-width: 1200px;
    margin: 70px auto 60px;
    padding-top: 50px;
    border-top: 1px solid #E6E6E6;
    width: var(--web-container);
}

.titleCustom {
    font-weight: 500;
    margin-bottom: 14px;
    font-size: var(--group-font-size);
    line-height: 40px;
    letter-spacing: 1px;
    text-align: left;
}

.textCustom {
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 21px;
    font-size: var(--slider-font-size);
    letter-spacing: 0;
    text-align: left;
    width: 100%;
    margin-bottom: 10px;
}

textarea {
    padding-top: 23px !important;
    resize: none;
    height: 170px;
    width: 100%;
    border: none;
    height: 14rem !important;
    border-radius: 4px;
    padding-left: 15px;
    color: var(--base);
    padding-top: 15px;
    margin-top: 15px;
    background-color: #F5F5F5
}

textarea::placeholder {
    color: var(--base);
}


.file-input-wrapper {
    padding: 0px;
    margin: 0px;
    line-height: unset;
    width: fit-content;
    border: none;
    margin-top: 17px;
    cursor: pointer;
    height: auto;
}

.formInput {
    padding: 0;
    font-size: var(--base-font-size);
    box-sizing: border-box;
    height: 3.5rem;
    font-weight: 300;
    margin-bottom: 0rem;
    margin-top: 15px;
    width: calc(100% - 15px);
    color: #0000004D;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: var(--web-background);
    border: 1px solid #D6D6D6;
    width: 100%;
    border-radius: 8px;
    padding-right: 20px
}

.formInput::placeholder {
    color: var(--base)
}


.contactMessage {
    height: 19rem;
    padding-top: 15px
}

.contactEmail,
.contactNumber {
    width: calc(100%);
    float: left
}

input::placeholder {
    color: var(--base);
}

.contactContainer {
    width: 90%;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center
}

.contactContainer img {
    width: calc(100% - 50rem)
}

.contactFormContainer {
    position: absolute;
    right: 0;
    width: 65rem;
    z-index: 1;
    background: #fff
}

.contactDiv {
    width: 76%;
    position: relative;
    float: left;
    margin-left: 12%;
    margin-top: 3.5rem;
    max-width: 38rem;
    margin-bottom: 0
}

.title {
    width: 76%;
    position: relative;
    float: left;
    margin-top: 5rem;
    margin-left: 12%;
    text-transform: uppercase;
    font-size: 3rem
}

.contactInput {
    border: 1px solid var(--grey);
    border-radius: 0;
    color: var(--base);
    padding: 0;
    font-size: 1.4rem;
    box-sizing: border-box;
    width: 100%;
    padding-left: 1rem;
    height: 4rem;
    font-weight: 300;
    margin-bottom: 2rem
}

.contactInput.contactTextarea {
    height: 13rem;
    padding-top: 1rem
}

.boxContainer {
    max-width: 1200px;
    margin: 80px auto 30px;
    position: relative;
    width: var(--web-container) !important;
}

.file-input-close {
    display: none;
}

.trabaja .sendContact {
    margin-top: 10px;
}

.sendContact {
    background-color: #FFCC29;
    font-weight: 500;
    /* height: 3.5rem; */
    font-size: var(--slider-font-size);
    /* line-height: 3.5rem; */
    width: 100%;
    color: var(--base-aux);
    border: 1px solid #FFCC29;
    position: relative;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 16px 0px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
    margin-top: 29px;
    margin-left: 0;
    font-size: 16px;
}

.contactBanner {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.boxContainer.trabaja {
    margin-bottom: 100px;
}

div#a_cv img {
    border-radius: 9px;
    cursor: pointer;
    width: 100px;
}

.boxContainer.trabaja .right {
    width: 55%;
    border-radius: 0px 25px 25px 0px;
    overflow: hidden;
}

.boxContainer {
    display: flex;
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 0%;
    width: 100%;
    /* margin: 4rem auto; */
    flex-direction: row;
    align-items: center;
}

.boxContainer .right {
    /* width: 55%; */
    position: absolute;
    height: 100%;
    right: 0px;
    z-index: 1;
}

.left {
    width: 47%;
    margin: 0 auto;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-image: url(../../files/contactoBkg.png);
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    border-radius: 29px;
    margin-left: 0px;
}

.leftContainer {
    width: 78%;
    height: 100%;
    max-width: 400px;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 60px 0px;
}

.contactContainer .right {
    width: 100%;
    padding-top: 0vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    font-size: 15px
}

.formContainer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sendContact:hover {
    border: 1px solid #FFCC29;
    color: #FFCC29;
    background-color: #FFCC290D;
}

.customPageCenteredContent {
    width: 100% !important
}

#customPageTitle {
    color: #005AD2;
    font-size: 28px
}

.titleBold {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 1px;
    margin: 40px auto;
    width: 100%;
    overflow: hidden;
    color: #005AD2;
    text-transform: uppercase;
    font-weight: 500
}

.mapsContainer {
    display: flex;
    flex-flow: wrap;
    gap: 3%;
    row-gap: 10px;
    width: 80%;
    margin: 60px auto 40px;
    overflow: hidden;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
}

.mapBox {
    width: calc(94% / 2);
    margin-bottom: 20px;
    position: relative
}

.mapBoxTop {
    position: relative;
    aspect-ratio: 489/337;
}

.maps {
    width: 100%;
    height: 100%;
}

.mapBottom {
    margin: 20px 0;
    color: black;
    font-size: 14px;
    line-height: 23px;
    margin-top: 10px
}

.mapBottom strong {
    color: var(--secondary);
    font-size: 14px;
    line-height: 26px;
}

@media screen and (max-width: 1100px) {
    .titleBold {
        font-size: 17px;
        line-height: 21px;
        margin: 40px auto 30px
    }

    .mapsContainer {
        display: block;
        margin: 20px auto;
        width: 85%;
    }

    .mapBox {
        width: 100%;
        margin-bottom: 40px;
    }

    .mapBottom {
        margin: 10px 0;
        line-height: 18px
    }
}

@media screen and (min-width: 769px) and (max-width:1105px) {
    #content {
        min-width: unset
    }
}

@media screen and (max-width: 1100px) {
    .contactFormContainer {
        position: relative;
        width: 90%;
        margin: auto
    }

    img.contactBanner {
        width: 100%;
        height: 300px;
        min-height: unset;
        object-position: top;
    }

    .boxContainer {
        display: flex;
        flex-direction: column-reverse;
        width: calc(100% - 40px) !important;
        margin: 20px auto 70px;
    }

    .left {
        /* margin-top: 10vw; */
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        border-radius: 8px;
        background-position: center center;
        margin-top: -20px;
    }

    .boxContainer .right {
        width: 100% !important;
        padding: 0;
        margin: auto;
        margin-top: 0;
        position: relative;
        border-radius: 10px 10px 0px 0px !important;
        overflow: hidden;
    }

    .title {
        width: 90%;
        margin-left: 0%;
        text-align: left;
        margin-top: 2rem;
        margin-bottom: 3rem
    }

    .contactContainer img {
        width: 100%;
        height: auto
    }

    .contactContainer {
        flex-direction: column;
        width: 100%
    }

    .contactDiv {
        width: 96%;
        margin-left: 1%;
        margin-top: 0rem
    }

    .contactEmail,
    .contactNumber {
        width: 100%;
        float: left
    }

    .sendContact {
        width: 100%;
        text-align: center;
        font-size: var(--base-font-size);
    }

    .titleCustom {
        width: 100%;
        position: relative;
        margin: 0rem auto 30px;
        font-size: 26px;
        text-align: left;
        line-height: normal;
        max-width: unset;
        letter-spacing: unset
    }

    .textCustom {
        font-size: 15px;
    }

    .formInput.contactTextarea {
        margin-top: 15px;
        padding: 10px 10px 10px 15px
    }

    .formInput {
        width: 100%;
        font-size: 13px;
        height: 49px;
    }


    .contactMessage {
        height: 18rem
    }

    .leftContainer {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 10px;
    }
}