#customPageTitle {
    display: none
}

#headerDummy.headerIndex {
    height: 0
}

.customPageCenteredContent {
    width: 95% !important;
    margin: 67px auto !important;
    min-width: 0;
    margin-top: 0;
    max-width: unset;
}

.contactInput::-webkit-input-placeholder {
    font-weight: 300;
    color: #797979
}

.contactInput::-moz-placeholder {
    font-weight: 300;
    color: #797979
}

.contactInput::-moz-placeholder {
    font-weight: 300;
    color: #797979
}

.contactInput::-ms-input-placeholder {
    font-weight: 300;
    color: #797979
}

.contactInput::-ms-input-placeholder {
    font-weight: 300;
    color: #797979
}

.textCustom {
    line-height: var(--base-line-height);
    font-size: 15px;
    letter-spacing: 0;
    width: 100%;
    margin-bottom: 20px;
}

textarea {
    resize: none;
    height: 170px;
    width: 100%;
    border: none;
    height: 12rem !important;
    border-radius: 4px;
    padding-left: 15px;
    color: var(--base);
    padding-top: 15px;
    margin-top: 15px;
    background-color: #F5F5F5
}

textarea::placeholder {
    color: var(--base);
}

.formInput {
    font-size: 13px;
    box-sizing: border-box;
    font-weight: 400;
    margin-bottom: 0rem;
    margin-top: 14px;
    color: var(--base);
    border: 1px solid var(
    --lighter-base);
    padding-block: 16px;
    background: var(
    --web-background);
    width: 100%;
    border-radius: var(
    --border-radius);
    padding: 20px;
}

.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;
    flex-direction:column;
    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
}

.sendContact {
    height: 52px;
    line-height: 47px;
    width: 100%;
    color: var(--web-background);
    position: relative;
    box-sizing: border-box;
    text-align: center;
    font-weight: 600;
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 48px;
    border-radius: 10px;
    padding-inline: 42px;
    margin-right: 0;
    border: 1px solid var(--base);
    background: var(--base);
    font-family: 'DarkerGrotesque';
}

.contactBanner {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.boxContainer {
    display: grid;
    height: 100%;
    grid-template-columns: repeat(2,1fr);
    gap: 5%;
    width: 100%;
    margin: 0;
    align-items: start;
    padding: 0;
}

.boxContainer .right {
    width: 75%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
}
.titleCustom {
    font-family: 'DarkerGrotesque';
    font-size: 46px;
    font-weight: 600;
    line-height: 62px;
    color: var(--base);
}
.customName{
    font-size:45px;
    text-transform:uppercase;
    margin:2rem auto;
    position: relative;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 30px auto;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font-family-2);
}
.boxContainer .left {
    width: 100%;
    margin: 0 auto;
    height: auto
}

.leftContainer {
    width: 100%;
    display: flex;
}

.contactContainer .right {
    width: 100%;
    padding-top: 0vh;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    font-size: 15px
}

.openInfo{
        position: relative;
        width: 100%;
        height: auto;
        line-height: 20px;
        margin: auto;
        font-size: 18px;
        text-align: center;
        font-family:  var(--font-family-2);
        color: #7A182F;
}

.ubiInfo{
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    width: 100%;
    margin: 50px auto;
}
.ubi{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width: 40%;
}
.ubiName{
    font-family:var(--font-family);
    font-weight: 500;
    margin: 10px auto;
}
.ubiAdress{
    text-align:center;
    line-height: 25px;
    margin: 10px auto;
}
.ubiContact{
    color:var(--first)
}
.mapInfo{
    width:80%;
    height:500px;
    margin:2rem auto
}
.mapInfo iframe{
    width:100%;
    height:100%
}
.options{
    display:flex;
    position: relative;
    width: 30%;
    margin: 30px auto;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    justify-content: center;
    font-size: 17px;
    overflow: hidden;
}
.btn{
    width: calc(50% - 2px);
    margin: auto;
    position: relative;
    background-color: white;
    color: #7a182f;
    text-align: center;
    height: calc(100% - 4px);
    cursor: pointer;
    border: 2px solid #7a182f;
    border-radius: 50px;
}
.btn:nth-child(1) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn:nth-child(2) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.contactOption.selected {
    background-color: #7a182f;
    color: white;
}
.formContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}


@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
    }
.customPageCenteredContent {
    width: 90% !important;
    margin: 24px auto 0 !important;
    min-width: 0;
    margin-top: 0
}
.titleCustom {
    font-family: 'DarkerGrotesque';
    font-size: 30px;
    font-weight: 600;
    line-height: 52px;
    color: var(--base);
}
    .boxContainer {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
        gap: 0;
    }

    .left {
        width: 90%;
        margin-top: 1vw
    }

    .boxContainer .right {
        width: 100%;
        padding: 0;
        margin: auto;
        margin-top: 0
    }

    .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 {
        text-align: center;
        margin-left: 0;
        margin-bottom: 2rem;
    }


    .formInput.contactTextarea {
        margin-top: 15px;
        padding: 10px 10px 10px 15px
    }

    .inputContainer {
        flex-direction: column
    }

    .formInput {
        width: 100%;
        font-size: 13px;
        height: 4rem;
    }
    .formInput::placeholder {
        color:#2E395C;
    }
    .textCustom {
        margin-bottom: 10px;
        font-size: var(--base-font-size);
    }

    textarea.formInput.contact_message {
        height: 230px;
    }

    .contactMessage {
        height: 18rem
    }

    .leftContainer {
        width: 100%;
        margin: 0px auto;
        margin-bottom: 24px;
    }

    .formContainer {
        justify-content: center;
    }
}