#customPageTitle {
    display: none
}

.customPageCenteredContent {
    width: 100%!important;
    min-width: 0
}

.contactInput::-webkit-input-placeholder {
    font-weight: 300;
    color: #5A5A5A
}

.contactInput::-moz-placeholder {
    font-weight: 300;
    color: #5A5A5A
}

.contactInput::-moz-placeholder {
    font-weight: 300;
    color: #5A5A5A
}

.contactInput::-ms-input-placeholder {
    font-weight: 300;
    color: #5A5A5A
}

.contactInput::-ms-input-placeholder {
    font-weight: 300;
    color: #5A5A5A
}

.titleCustom {
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
    font-size: 25px;
    text-transform: uppercase
}

textarea {
    resize: none;
    height: 170px;
    border: 1px solid #AFAFAF;
    border-radius: 0;
    padding-left: 15px;
    color: #000;
    padding-top: 15px;
    width: calc(100% - 20px);
    margin-top: 20px
}

textarea::placeholder {
    color: #5A5A5A
}

.formInput {
    width: calc(100% - 20px);
    color: #000;
    height: 35px;
    margin-top: 20px;
    border: 1px solid #AFAFAF;
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0
}

.formInput::placeholder {
    color: #5A5A5A
}

.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
}

.subtitle {
    position: relative;
    float: left;
    margin-bottom: 3rem;
    margin-top: 1.5rem;
    line-height: 19px;
    letter-spacing: .2px
}

.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
}

.sendContact {
    background-color: var(--base);
    border-radius: 0;
    font-weight: 600;
    height: 5rem;
    line-height: 5rem;
    width: 100%;
    border: 1px solid var(--base);
    position: relative;
    float: left;
    box-sizing: border-box;
    margin-bottom: 5rem;
    font-weight: 200;
    text-transform: uppercase;
    border-radius: 0;
    margin-top: 20px
}

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

.boxContainer {
    display: flex;
    height: 100%
}

.leftContacto {
    width: 53%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.contactLogo {
    height: 70px;
    margin: 20px 0
}

.rightContacto {
    width: 40%;
    padding-top: 8vh;
    padding-left: 8%;
    padding-right: 8%;
    display: flex;
    flex-direction: column;
    font-size: 15px
}

.formContainer {
    display: flex;
    flex-direction: column
}

@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
    }

    .boxContainer {
        flex-direction: column-reverse;
        display: flex
    }

    .leftContacto {
        width: 100%;
        margin: 30px 0 20px;
    }

    .contactLogo {
        height: 40px;
        margin: 13px auto;
        width: 80%;
    }

    .rightContacto {
        width: 90%;
        padding: 0;
        margin: auto;
        margin-top: 50px
    }

    .titleCustom {
        margin-bottom: 10px;
        font-size: 22px;
    }

    .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
    }
}
