#content {
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #fafafa !important
}

.centeredContent {
    margin-bottom: 50px
}

#bannerContainer {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0px !important;
    margin-bottom: 32px;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: auto !important;
    margin-bottom: 50px
}

.bannerProducts {
    width: 100%;
    height: auto;
    position: relative;
    margin-left: 0px !important;
    height: auto !important;
    text-align: center
}

#shopInfoContainer {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 110vh;
    align-content: space-between;
    align-items: stretch;
    gap: 20px
}

.shopInfo {
    font-size: 15px;
    line-height: 23px;
    color: #000;
    font-weight: 300;
    float: left
}

table {
    border-collapse: collapse;
    width: 76%;
    margin-left: 12%
}

td,
th {
    border: 1px solid #000;
    text-align: center;
    padding: 8px;
    color: #000
}

th {
    font-weight: 600
}

#consultarSucursales {
    font-weight: 600;
    text-decoration: underline;
    font-size: 17px
}

.insta {
    font-weight: 600
}

.insta:hover {
    color: #686767
}

.infoContainer {
    width: 60%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px
}

.infoText {
    font-size: 15px;
    line-height: 23px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 300
}

.infoTextColumn {
    font-size: 15px;
    line-height: 23px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 300;
    width: 40%;
    float: left
}

.infoTitle {
    margin-top: 50px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-bottom: 50px
}

.questionContainer {
    width: 55%;
    position: relative;
    left: 25%;
    overflow: hidden;
    border-bottom: 1px solid #686767;
    max-height: 60px;
    cursor: pointer;
    transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out
}

.last {
    margin-bottom: 70px
}

#customPageTitle {
    display: none
}

.questionTitle {
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    color: #000;
    padding-left: 30px
}

.answer {
    font-size: 15px;
    line-height: 23px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 300
}

.answersAndQuestions {
    padding: 32px;
    padding-top: 15px;
    padding-bottom: 15px
}

.grayArrow {
    color: #686767;
    position: relative;
    top: -34px;
    right: 30px;
    float: right;
    width: 17px
}

.questionNumber {
    font-weight: 600
}

.customPageCenteredContent {
    height: auto
}

.helpTitle {
    color: #74777f;
    font-family: "Circular";
    font-weight: 900;
    margin: auto;
    letter-spacing: .5px;
    font-size: 22px;
    border-bottom: none;
    margin-bottom: 50px;
    text-align: center;
    width: 70%;
    line-height: 26px
}

#mapZone {
    width: 95%
}

.titleMark {
    background-color: #f4f1ee;
    height: 22px;
    width: 144px;
    margin-top: -18px;
    margin-bottom: 20px;
    margin-left: 20%
}

.separadorInicialCustom {
    width: 100%;
    height: 1px;
    border-top: 1px solid #4e738a
}

@media screen and (min-width: 770px) and (max-width:1100px) {
    #content {
        min-width: 0
    }
}

@media screen and (max-width: 768px) {
    .questionContainer {
        left: 5%;
        width: 90%
    }

    .infoContainer {
        width: 80%
    }

    .infoTextColumn {
        width: 100%;
        margin-bottom: 0
    }

    table {
        margin-left: 4%
    }

    .questionTitle,
    .question {
        font-size: 16px;
        overflow: visible;
        width: 74%;
        line-height: 20px;
        display: flex;
        align-items: center
    }

    .answer {
        font-size: 16px;
        line-height: 21px
    }

    .grayArrow {
        right: 19px;
        width: 20px
    }

    #shopInfoContainer {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: auto;
    }

    .shopInfo {
        width: 100%;
    }

    .infoTitle {
        height: fit-content;
        line-height: 25px;
    }
}