#customPageTitle {
    display: none
}

#headerDummy.headerIndex {
    height: 0
}

.customPageCenteredContent {
    width: 100%!important;
    min-width: 0;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    max-width: unset;
    overflow: scroll;
}

.contactInput::-webkit-input-placeholder {
    font-weight: var(--regular);
    color: #797979
}

.contactInput::-moz-placeholder {
    font-weight: var(--regular);
    color: #797979
}

.contactInput::-moz-placeholder {
    font-weight: var(--regular);
    color: #797979
}

.contactInput::-ms-input-placeholder {
    font-weight: var(--regular);
    color: #797979
}

.contactInput::-ms-input-placeholder {
    font-weight: var(--regular);
    color: #797979
}

.titleCustom {
    color: #EA560D;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    font-family: 'Nohemi';
}

.textCustom {
    color: #1E1D23;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
    width: 100%;
    margin-bottom: 30px
}

.nameAndEmail {
    display: flex;
    width: 100%;
}

.formInput.contact_name {
    width: calc(50% - 5px);
    margin-right: 5px;
}

.formInput.contact_email {
    width: calc(50% - 5px);
    margin-left: 5px;
}

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

textarea::placeholder {
    color: #1E1D23;
}

.formInput {
    font-size: 13px;
    box-sizing: border-box;
    font-weight: 400;
    text-indent: 20px;
    margin-top: 0;
    margin-bottom: 1.5rem;
    color: var(--base);
    padding: 15px 0;
    width: 100%;
    padding-right: 20px;
    border: 1px solid #EEEEEE;
    background: transparent;
    border-radius: 8px;
}

textarea.formInput.contact_message {
    height: 20vh !important;
}

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

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

input::placeholder {
    color: #1E1D23;
}

.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: var(--regular);
    margin-bottom: 2rem
}

.contactInput.contactTextarea {
    height: 13rem;
    padding-top: 1rem
}

.sendContact {
    background-color: #EA560D;
    border: 1px solid #EA560D;
    font-weight: 600;
    width: 190px;
    font-size: 14px;
    color: #FCFCFC;
    position: relative;
    text-align: center;
    text-transform: CAPITALIZE;
    margin: 0 auto;
    border-radius: 8px;
}

.contactBanner {
    width: 100%;
    margin: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.boxContainer {
    display: flex;
    height: 100%;
    gap: 0%;
    width: 55%;
    margin: 0rem auto 4rem;
    padding: 30px 0 0;
    justify-content: center;
}

.boxContainer .right {
    width: 100%;
    height: 100%
}

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

.leftContainer {
    width: 100%;
    margin: 40px 0 40px;
    /* margin-left: 8%; */
}

.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;
    justify-content: space-between
}

.sendContact:hover {
    border: 1px solid var(--submenu-font);
    color: var(--submenu-font);
}
.LocalesContainer{
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #F7F7F7;
    padding: 50px 0 70px;
}
.LocalTitle{
    width:100%;
    font-size: 30px;
    font-weight:600;
    padding:20px 0px;
    margin-bottom: 2rem;
    text-align: center;
    color: #EA560D;
    font-family: 'Nohemi';
}

.locals {
    display: flex;
    justify-content: center;
    margin: 0 10%;
    gap: 4rem;
}

.localDescription {
    background: #FFFFFF;
    padding: 40px 30px;
    border-radius: 20px;
}

.localDescription.localLeft {
    width: 50%;
    /* margin-right: 10px; */
}

.localDescription.localRight {
    width: 50%;
    /* margin-left: 10px; */
}

.localBox{
    display:grid;
    grid-template-columns:1fr 1fr;
    margin-bottom: 3rem;
}
.LocalsContainer{
    width: 90%;
}
.mapContainer{
    width: 100%;
    height: 424px;
}
.locals:first-child{
    border-top: 1px solid var(--lighter-base);
    border-bottom: 1px solid var(--lighter-base);
}
.locals:nth-child(2){
    /* border-bottom: 1px solid var(--lighter-base); */
}
.local{
    display:flex;
    justify-content:space-between;
    font-size: 21px;
    font-weight: 400;
    margin:20px 0;
}
.localDescriptionBox{
    max-height: 0;
    overflow:hidden;
}
.localName{
    font-size: 18px;
    font-weight:600;
    margin-bottom: 20px;
    letter-spacing: 1px;
    color: #EA560D;
}

p.textDescription {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}

.localUbication{
    font-size:14px;
    font-weight:400;
    line-height:28px;
}
.mapView{
    color:#E52932;
    cursor: pointer;
    display: block;
    margin-bottom: 20px;
}
.mapView:hover{
    text-decoration:underline;
    text-underline-offset: 2px;
}
.moreInfoDiv {
    position: relative;
    display: block;
    height: auto;
    width: 100%;
    border-top: solid 1px #D8D8DA
}
.productGrouptitle {
  margin: 2rem 0;
  line-height: 22px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  width: calc(100% - 1.7rem);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.openClose {
  position: absolute;
  float: right;
  right: 1rem
}

.productGroupInfo {
  width: 97%;
  margin: 0 auto 0 0;
  position: relative;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  overflow: hidden;
  height: 0;
  line-height: 20px;
  box-sizing: border-box
}

.productInfoText {
  margin-top: 0
}

.productInfoText:last-child {
  margin-bottom: 2.2rem
}
.openLocal{
    cursor: pointer;
}
.openDescription{
    max-height: 25rem;
}
.location{
    display: none;
}
.visible{
    display: block;
    width: 100%;
    /* filter: grayscale(100%); */
}

.mapOverlay {
    position: absolute;
    top: 75%; 
    left: 70.7%; 
    transform: translate(-50%, -50%);
    width: 30px; 
    height: 43px; 
    background-image: url('../../files/chinchetaRoja.png');
    background-size: cover;
    z-index: 999;
}

.scroll-offset {
    position: relative;
    padding-top: 85px;
    margin-top: -85px; 
}

@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
    }
    .LocalesContainer{
        /* margin-top: 5rem; */
        width: 100%;
        padding: 30px 0px;
    }
    .LocalTitle{
        font-size: 25px;
    }
    .boxContainer {
        display: flex;
        flex-direction: column;
        width: 100%;
        margin: 0 auto
    }

    .boxContainer .left {
        width: 90%;
        margin-top: 26px;
    }

    .boxContainer .right {
        width: 100%;
        padding: 0;
        margin: auto;
        margin-top: 0;
        display: flex;
    }

    .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%;
        height: 3.5rem;
        line-height: 3.5rem;
        text-align: center;
        margin: 1rem auto 4rem;
    }



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

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

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

    textarea.formInput.contact_message {
        border-radius: 8px;
        height: 25vh !important;
    }

    .contactMessage {
        height: 18rem
    }


}

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

    .nameAndEmail {
        flex-direction: column;
    }

    .formInput {
        width: 100% !important;
    }
        
    .titleCustom {
        margin: 2rem auto 2rem;
        font-size: 25px;
    }

    .formInput.contact_name {
        margin-right: 0px
    }

    .formInput.contact_email {
        margin-left: 0px
    }

    .locals {
        flex-direction:column;
        margin: 0 5%;
        gap: 2rem;
    }

    .localDescription.localLeft, .localDescription.localRight {
      width: auto;
    }

    .localName {
      font-size: 16px;
    }

    p.textDescription {
        font-size: 12px 
    }
    
    .localBox {
    display: flex;
    flex-direction:column
    }

    .LocalsContainer {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2rem;
    }

    .leftContainer {
        width: 90%;
        margin: 0 auto;
    }

    .mapContainer{
        width: 100%;
    }
    
     .location{
        width: 100%;
        height: 100%;
        aspect-ratio:1/1;
        margin-bottom: 20px;
    }
}
