#customPageTitle {
    display: none
}

#headerDummy.headerIndex {
    height: 0
}

.customPageCenteredContent {
    width: 100% !important;
    min-width: 0;
    max-width: unset;
    gap: 1px;
    margin-bottom: 0;
}

#footer {
    margin-top: 0px !important;
}

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

.titleCustom {
    color: var(--secondary);
    font-size: var(--slider-font-size);
    line-height: 30px;
    text-align: left;
    text-transform: uppercase;
    font-weight: var(--slider-font-weight);
    font-family:
    'Akzidenz-Grotesk BQ Extended';
    margin: 2rem 0 40px 40px;
}

.file-input-name.selected {
    position: absolute;
    left: 10px;
    line-height: 22px;
    background: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 73%;
}

.StoreTitleCustom {
    color: var(--secondary);
    font-weight: 500;
    margin-left: 0;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 30px;
    text-align: left;
    font-family: var(--font-family-2);
    width: 90%;
    margin: auto;
    margin: auto;
    margin-top: 2rem;
    margin-bottom: 20px;
}

.subtitleCustom {
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

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

textarea {
    resize: none;
    height: 170px;
    width: 100%;
    border: none;
    height: 230px !important;
    padding-left: 15px;
    color: var(--black);
    margin-top: 15px;
    background-color: #F5F5F5
}

textarea::placeholder {
    color: rgb(from var(--black) r g b / 0.75);
}

.contactBottomInfo {
    width: 100%;
    background: var(--tertiary);
}

.localesContainer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 90%;
    margin: auto;
    margin-bottom: 80px;
}

.localesInfoContainer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 41px 8px;
}

.localTitle {
    font-size: 18px;
    font-weight: 500;
    color: var(--secondary);
    margin-bottom: 16px;
}

.localDescription {
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
}

.localMap {
    margin-top: 16px;
}

.local {
    width: fit-content;
}

.formInput {
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
    width: calc(100% - 15px);
    color: var(--base);
    padding: 19px 10px;
    width: 100%;
    height: 57px;
    padding-right: 20px;
    margin-bottom: 8px;
    box-sizing: border-box;
    border: 1px solid #CACACA;
    background: #fff;
    cursor: pointer;
    border-radius: var(
    --border-radius);
    gap: 8px;
}

.workContainer .formInput {
    font-size: 12px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    width: calc(100% - 15px);
    color: var(--black);
    padding: 19px 10px;
    width: 100%;
    height: 55px;
    padding-right: 20px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
    background: #fff;
    cursor: pointer;
}

.file-input-wrapper {
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    background: var(--work-with-us);
    color: var(--base);
    width: 100%;
    font-weight: 300;
    text-align: left;
    padding: 8px 15px 8px 20px;
}

.uploadFileContianer {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    gap: 0;
    cursor: pointer;
    background: #fff;
    width: 100%;
    font-size: 12px;
    color: rgb(from var(--black) r g b / 0.75);
    /* padding-right: 20px; */
}

.uploadFileContianer:hover {
    border: 1px solid #b8b8b8;
}

.file-input-close {
    display: none;
    background: transparent;
    border: 0;
    color: var(--black);
    cursor: pointer;
    font-size: 12px;
}

.file-input-close.visible {
    display: block;
    padding: 10px 18px;
}

.formInput:focus {
    border-color: var(--base);

}

.invalidInput {
    border-color: #FF0000;
}

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

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

input::placeholder {
    color: rgb(from var(--black) r g b / 0.75);
}

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



.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(--black);
    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
}


.infoAtention {
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    color: var(--black);
}

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

.contactBanner img {
    width: 100%;
}

.boxContainer {
    display: flex;
    height: 100%;
    flex-direction: column;
    width: 40%;
    margin: auto;
    color: var(--black);
    margin-bottom: 80px;
    /* align-items: center; */
}

.maps {
    width: 100%;
    aspect-ratio: 1247/356;
    position: relative;
}

div#mapPoint {
    position: absolute;
    top: -10rem;
    width: 100%;
    height: 10px;
    scroll-margin-top: 100px;
}

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

.boxContainer .right {
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: auto;
}

.boxContainer .left {
    width: 100%;
    margin: 0 auto;
    height: auto
}

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

img.contactImg {
    width: 100%;
    position: absolute;
    max-width: 343px;
    bottom: 0;
    right: 84%;
}

.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: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto;
    max-width: 480px;
    justify-content: space-between
}

select.formInput {
    background-image: url(../../files/orderByDropdown.png);
    background-repeat: no-repeat;
    background-position: 98% 26px;
    background-size: 16px 6px;
}

.sendContact:hover {
    border: 1px solid var(--secondary);
    color: var(--secondary);
}

.sendContact {
    width: 100%
}

.workContainer {
    margin-top: 20px;
    max-width: 450px;
    width: calc(100% - 40px);
}

.workContainer .titleCustom {
    font-size: 20px;
    font-weight: 800;
    line-height: 22px;
    margin-bottom: 34px;
    margin-top: 0;
    text-align: left;
    width: 100%;
    margin-left: 0;
}

.workContainer .right,
.workContainer .formContainer {
    max-width: none;
    width: 100%;
}

.workContainer .formContainer {
    gap: 10px;
}

.workContainer textarea.formInput.contact_message {
    height: 142px !important;
    margin-top: 0;
    padding-top: 18px;
    font-weight: 300;
}

.workContainer .uploadFileContianer {
    background: #fafafa;
    box-sizing: border-box;
    height: 48px;
    margin-bottom: 0;
    position: relative;
}

.workContainer .file-input-wrapper {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    position: relative;
}

.workContainer .FMFileUploadFrame {
    border: 0;
    height: 100%;
    inset: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
}

.workContainer .file-input-close.visible {
    display: block;
    position: absolute;
    right: 12px;
    top: 13px;
}

.workContainer .sendContactCustom {
    align-items: center;
    background: var(--secondary);
    border: 1px solid var(--secondary);
    border-radius: var(--border-radius);
    box-sizing: border-box;
    color: var(--button-font-color);
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 250;
    width: 100%;
    height: 54px;
    justify-content: center;
    margin-top: 8px;
    text-align: center;
}

.workContainer .sendContactCustom:hover {
    background: #fff;
    color: var(--secondary);
}

.ubication {
    width: 100%;
}

.ubication h3 {
    width: 92%;
    margin: auto;
    letter-spacing: 1px;
}

.mapInfo {
    width: 100%;
    height: 349px;
    filter: grayscale(1);
}

.mapInfo iframe {
    width: 100%;
    height: 100%;
}

.storesContainer {
    background: #076AB31A;
    box-sizing: border-box;
    /* margin: 0 auto 66px; */
    overflow-x: clip;
    padding: 48px 0 56px;
    scroll-margin-top: calc(var(--menu-height) + 24px);
    width: 100%;
}

.storesTitle {
    color: var(--secondary);
    display: block;
    font-family: 'Akzidenz-Grotesk BQ Extended';
    font-size: 20px;
    font-weight: 700;
    left: 0;
    line-height: 20px;
    margin: 0 auto 34px;
    max-width: 1120px;
    position: relative;
    text-align: center;
    width: 100%;
}

.storesContainer .centeredContent {
    margin: 0 auto;
    max-width: 1120px;
    width: 100%;
}

#citiesDiv {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
}

.storeCard {
    min-width: 0;
}

.storeCardMap {
    aspect-ratio: 287 / 180;
    background: #dce9f0;
    margin-bottom: 24px;
    overflow: hidden;
    width: 100%;
    border-radius: var(--border-radius);
}

.storeCardInfo {
    color: var(--base);
    font-family: var(--secondary-font);
    font-size: var(--base-font-size);
    font-weight: 400;
    line-height: 16px;
}

.storeName {
    color: var(--secondary);
    display: block;
    font-family: var(--secondary-font);
    font-size: var(--button-font-size);
    font-weight: 700;
    line-height: 16px;
    margin: 0 0 17px;
    text-transform: uppercase;
}

#citiesDiv .storeInfo {
    font-family: var(--secondary-font);
    font-size: var(--base-font-size);
    line-height: 21px;
    margin: 0;
    font-weight: 400;
    width: 100%;
}

#citiesDiv a.storeUrlLink {
    color: var(--base);
    /* margin-left: 4px; */
    text-decoration: underline;
}

.storeMinimum p {
    margin: 0;
}


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

    .maps {
        aspect-ratio: 1/1;
    }

    .storesContainer {
        padding-left: 5%;
        padding-right: 5%;
    }

    .boxContainer {
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: 0 auto;
        position: relative;
        isolation: isolate;
    }

    .formContainer {
        width: 100%;
    }

    .boxContainer .left {
        width: 100%;
        margin-top: 0;
        margin-bottom: 70px;
    }

    .boxContainer .right {
        width: 100%;
        padding: 0;
        margin: auto;
        margin-top: 0;
        z-index: -1;
    }

    img.contactImg {
        width: 100%;
        position: absolute;
        max-width: 176px;
        bottom: unset;
        right: -34px;
        top: 73%;
        transform: scaleX(-1);
        z-index: 2;
    }

    .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;
        margin: 1rem auto 0rem;
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .infoAtention {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: center;
        margin: 2rem 0 4rem;
    }

    .infoAtention span {
        font-weight: 600;
    }

    .textCustom {
        font-size: 13px;
        text-align: left;
        margin-bottom: 1.5rem
    }

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

    .formInput {
        width: 100%;
        font-size: 13px;
        margin-bottom: 16px;
        height: 3.5rem
    }

    textarea.formInput.contact_message {
        border-radius: var(--border-radius);
        height: 18vh
    }

    .contactMessage {
        height: 18rem
    }


}

@media screen and (max-width: 768px) {
    .contactBanner {
        width: 100%;
    }

    select.formInput {
        background-position: 95% 24px;
    }

    .titleCustom {
        width: 100%;
        position: relative;
        margin: 20px 0;
        font-size: 18px;
        line-height: 21px;
        text-align: left;
        max-width: unset;
        letter-spacing: 0;
        text-align: left;
        font-weight: 700;
    }

    .localesContainer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        width: 94%;
        margin: auto;
        margin-bottom: 80px;
    }

    .localesInfoContainer {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 41px 8px;
    }

    .boxContainer {}

    .leftContainer {
        width: 96%;
        margin: 0
    }

    .workContainer .titleCustom {
        margin-top: 32px;
        margin-bottom: 18px;
    }

    .workContainer .right {
        margin-top: 0;
    }

    .workContainer .contactDiv {
        width: 100%;
        margin-left: 0;
        gap: 0;
    }

    .workContainer .formInput {
        height: 60px;
        margin-bottom: 15px;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .workContainer textarea.formInput.contact_message {
        height: 120px !important;
        margin-top: 0;
    }

    .workContainer .uploadFileContianer {
        min-height: 48px;
        margin-bottom: 10px;
    }

    .workContainer .sendContactCustom {
        margin-top: 0;
        margin-bottom: 32px;
    }

}

@media screen and (max-width: 640px) {
    .storesContainer {
        padding-bottom: 44px;
        padding-top: 42px;
    }

    #citiesDiv {
        gap: 34px;
        grid-template-columns: 1fr;
    }

    .storeCardMap {
        margin-bottom: 18px;
    }

    .storesContainer {
        /* padding: 0; */
        padding-bottom: 35px;
    }

    
}

