#customPageTitle {
    display: none
}

#headerDummy.headerIndex {
    height: 0
}

.customPageCenteredContent {
    width: 100%!important;
    min-width: 0;
    margin-top: 0
}

.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: var(--black);
    font-weight: 500;
    font-size: 25px;
    letter-spacing: 1px;
    text-align: left;
    margin-bottom: 10px;
}
.subtitleCustom{
    font-size: 14px;
    font-weight: 400;
}
.form {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.formLeft {
    display: grid;
    grid-template-rows: repeat(3,1fr);
    gap: 20px;
}

.formRight {
    display: grid;
    grid-template-rows: auto 1fr;
    gap: 20px;
}
.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: 7rem!important; */
    border-radius: 4px;
    padding-left: 15px;
    color: var(--base);
    margin-top: 15px;
    background-color: #F5F5F5
}

textarea::placeholder {
    color: var(-base)7d
}

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

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

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

input::placeholder {
    color: var(-base);
}

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

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

.sendContact {
    background-color: var(--base);
    border: 1px solid transparent;
    font-weight: 600;
    width: 20%;
    margin: 0;
    font-size: var(--add-to-cart-btn-font-size);
    color: var(--btn-font);
    position: relative;
    font-weight: 400;
    text-transform: uppercase;
    border-radius: 0;
}

.contactBanner {
    width: 100%;
    margin: auto;
    object-fit: cover;
}
.Banner{
    width:100%
}
.bkgImg img {
    aspect-ratio: 1512 / 304;
}
.boxContainer {
    height: 100%;
    position: relative;
    top: -5.5rem;
    width: 70%;
    margin: 0 auto;
    align-items: start;
    padding: 3rem 6rem;
    border: 1px solid #CFCFCF;
    background: var(--white);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

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

.leftContainer {
    width: 80%;
    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: column;
    gap: 20px;
    width: 100%;
    align-items: end;
    margin-top: 3rem;
}

.sendContact:hover {
    border: 1px solid var(--base);
}
.LocalesContainer{
    width: 50%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5rem;
}
.LocalTitle{
    width:100%;
    font-size:50px;
    font-weight:600;
    padding:20px 0px;
    margin-bottom: 2rem;
}
.localBox{
    display:grid;
    grid-template-columns:1fr 1fr;
    margin-bottom: 3rem;
}
.LocalsContainer{
    width: 90%;
}
.mapContainer{
    width: 100%;
}
.locals{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    gap: 5px;
}
.locals a{
    text-decoration:underline;
}
.local{
    display:flex;
    justify-content:space-between;
    font-size: 21px;
    font-weight: 400;
    margin:20px 0;
    text-transform: uppercase;
}
.localDescriptionBox{
    max-height: 0;
    overflow:hidden;
}
.localName{
    font-size:20px;
    font-weight:600;
    margin:10px 0;
    
}
.localUbication{
    font-size:14px;
    font-weight:400;
    line-height:28px;
}
.localTitle {
    font-size: 20px;
}
.articles {
    width: 100%;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5rem 0;
}

.articleContainer {
    width: 70%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    row-gap: 60px;
}

.articleInfo p span{
    font-weight:600;
    
}
.secondImg {
    opacity: 0;
    z-index: 2;
    position: absolute !important;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    aspect-ratio: 473 / 342;
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.secondImg iframe{
    height:100%;
    width:100%
}
.articleInfo {
    margin-top: 20px;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
}

.artiTitle {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px;
}

.article img {
    width:100%;
    aspect-ratio: 473/342;
}
.article figure {
    position: relative;
}
.article figure:hover .secondImg {
    opacity:1
}

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

@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: 0rem;
        width: 100%;
        flex-direction: column;
        gap: 4rem;
    }
    .articles{
        flex-direction:column
    }
    .articleContainer{
        grid-template-columns:1fr;
        width: 90%;
    }
    .artiTitle{
        font-size:20px;
    }
    .LocalTitle{
        width: 90%;
        margin: 20px auto;
        font-size: 30px;
    }
    .boxContainer {
        display: flex;
        flex-direction: column;
        padding: 1.5rem 5%;
        width: 90%;
        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: 0;
    }



    .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: 14px;
        font-weight: 400;
        height: 56px;
        padding-top: 17px;
    }

    textarea.formInput.contact_message {
        height: 18vh
    }

    .contactMessage {
        height: 18rem
    }


}

@media screen and (max-width: 768px) {
    .contactBanner {
    width: 90%;
    }
    .titleCustom {
        margin: 2rem auto 2rem;
        font-size: 20px;
        letter-spacing: 0;
    }
    .bkgImg img {
    aspect-ratio: 390 / 217;
}
    .subtitleCustom {
    font-size: 14px;
    font-weight: 400;
        text-align:center;
}
    .form{
        grid-template-columns:1fr
    }
    .localBox {
    display: flex;
    flex-direction:column
    }
    .LocalsContainer {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 2rem;
    }
    .leftContainer {
        width: 100%;
        margin:0
    }
    .mapContainer{
        width: 100%;
    }
     .location{
        width: 100%;
        height: 100%;
        aspect-ratio:1/1;
        margin-bottom: 20px;
    }
}
