#customPageTitle {
    display: none
}


.customPageCenteredContent .banner {
    width: 100%;
}

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

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

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

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

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

.middle {
    width: 65%;
    margin: 70px auto 0;
}

.bottom {
    display: flex;
    margin-top: 53px
}

.middle img {
    width: 40%;
    margin-bottom: 33px;
}

.middleText {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.parrafo {
    margin-top: 0px;
    width: 45%;
    bottom: 21px;
    position: relative;
}

.parrafo div {
    font-size: 15px;
    margin-top: 0px;
    line-height: 21px
}
.subtitleNosotros {
    font-size: 16px;
}
.bottomText {
    width: 38%;
    padding-left: 8%;
    padding-right: 8%;
    font-size: 40px;
    text-align: center;
    margin-top: 13%
}

.bottom img {
    width: 46%
}

.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: 100%;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 40px;
    border-bottom: 1px solid #00000033;
    padding-bottom: 25px;
}

.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: 4rem;
    line-height: 4rem;
    width: 100%;
    border: 1px solid var(--base);
    position: relative;
    float: left;
    box-sizing: border-box;
    max-width: 38rem;
    margin-bottom: 5rem;
    font-weight: 200;
    text-transform: uppercase
}

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

    .title {
        width: 100%;
        margin-left: 0%;
        text-align: left;
        margin-top: 1rem;
        margin-bottom: 8px;
    }

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

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

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

    .middle {
        flex-direction: column;
        width: 100%;
        margin-top: 30px;
    }

    .middleText {
        width: 100%;
    }

    .subtitleNosotros {
        font-weight: 500;
    }

    .bottom {
        flex-direction: column-reverse;
    }

    .bottom img {
        width: 92%;
        margin: auto;
    }

    .bottomText {
        width: 90%;
        padding: 0px;
        margin: auto;
        margin-top: 50px;
        line-height: 43px;
    }

    .middle {
        width: 100%;
        margin: 40px auto 0;
    }

    .middle img {
        width: 100%;
        margin-bottom: 33px;
    }

    .middleText {
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .parrafo {
        margin-top: 0px;
        width: 85%;
        bottom: 21px;
        position: relative;
    }

    .parrafo div {
        font-size: 15px;
        margin-top: 0px;
        line-height: 21px
    }

    .title {
        width: 85%;
        text-transform: uppercase;
        font-size: 23px;
        font-weight: 500;
        margin: 25px auto 40px;
        margin-bottom: 40px;
        border-bottom: 1px solid #00000033;
        padding-bottom: 25px;
    }
}
