#customPageTitle {
    display: none
}

.customPageCenteredContent {
    min-width: 0;
    max-width: 100%;
    margin: 0px;
    width: 100%;
}

.formInput.contact_message{
    padding-top: 22px;
    text-indent: 0px;
    width: 100%;
    border-radius: 0px;
    height: 200px;
}

.inputContainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.inputContainer input:first-child {
    margin-right: 10px;
}

.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
}

.sendContactCustom, .sendContact {
    padding: 0px;
    margin-left: calc(50% - 100px);
    float: unset;
    border: 1px solid var(--secondary);
    width:200px;
    border-radius:0px;
    font-size: 15px;
    background-color:var(--secondary);
}

.contactBanner, .customBanner {
    width: 100%;
    height: auto;
}
.banner {
    width: 100%;
    height: 540px;
    overflow: hidden;
}

.textContainer {
    width: 42%;
    margin: 7rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 30px;
}
a.catalogoBtn {
    background-color: #7B1F1A;
    border: 1px solid #7B1F1A;
    margin: auto;
    width: fit-content;
    display: block;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 80px;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid transparent;
    transition:0.3s all ease
}
a.catalogoBtn:hover{
    border: 1px solid #7B1F1A;
    background-color: #fff;
    color: #7B1F1A;
}
.boxContainer {
    display: flex;
    height: 100%;
    width: 100%;
    margin: 0;
    flex-direction: column;
}

.boxContainer .right {
    width: 40%;
    height: 100%;
}

.left {
    width: 50%;
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: flex-start;
}

.leftContainer {
    width: 100%;
    color: var(--h1);
    display: block;
    margin: 50px auto;
}

.leftContainer .titleCustom {
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 30px auto;
    font-size: 46px !important;
    color: black;
    text-align: center;
    color: var(--secondary);
    font-style: italic;
    text-transform: capitalize;
    font-family: 'Futura New';
    font-weight: 100;
}

p.camposRequeridos {
    position: relative;
    width: 100%;
    color: #7B1F1A;
    text-align: center;
    margin: 20px auto;
    /* font-family: "Galliard Pro" !important; */
    font-size: 14px;
    text-align: left;
    color: gray;
}

.contactContainer .right {
    width: 100%;
    padding-top: 0vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    font-size: 15px
}

.formContainer {
    display: flex;
    gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sendContactCustom:hover, .sendContact:hover {
    border: 1px solid var(--secondary);
}


@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
    }
    .banner {
    height: auto;

}
.textContainer {
    width: 85%;
    margin: 2rem auto;
    font-size: 16px;
}
    .customPageCenteredContent {
    min-width: 0;
    max-width: 100%;
    margin: 0 auto;
    width: 100% !important;
}

    .boxContainer {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }
a.catalogoBtn:hover{
    margin-top:2rem;
}
    .left {
        margin-top: 1vw;
        width: var(--web-container);
    }

    .boxContainer .right {
        padding: 0;
        margin: auto;
        margin-top: 24px;
        width: 100%;
    }

    .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%
    }
    
    .contactBanner, .customBanner {/* height: 35vh; */}

    .contactDiv {
        width: 96%;
        margin-left: 1%;
        margin-top: 0rem
    }

    .contactEmail,
    .contactNumber {
        width: 100%;
        float: left
    }

    .sendContactCustom, .sendContact {
        text-align: center;
        margin-bottom: 4rem;
        width: 100%;
        margin: 0px 0px 30px;
    }
    .leftContainer .titleCustom {
    font-size: 32px !important;
}



    .formInput.contactTextarea {
        margin-top: 15px;
        padding: 10px 10px 10px 15px
    }

    .inputContainer {
        flex-direction: column
    }

    .formInput {
        width: 100%;
        height: 46px;
    }

    .textCustom {
        margin-bottom: 10px;
        font-size: var(--base-font-size);
    }

    textarea.formInput.contact_message {
        height: 219px;
        padding-top: 12px;
    }

    .contactMessage {
        height: 18rem
    }

    .leftContainer {
        width: 100%;
        margin: 40px auto;
    }

    .formContainer {
        justify-content: center;
    }
}