html {
    box-sizing: border-box
}

*,
*::before,
*::after {
    box-sizing: inherit
}

html,
body {
    margin: 0;
    padding: 0
}

body {
    text-rendering: optimizelegibility;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55;
    background-color: #efedea;
    color: #242e30;
}

h1,
h2 {
    font-weight: 700;
    font-size: 2.8125rem;
    line-height: 1.2;
    margin: 0
}

h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.4;
    margin: 0
}

* {
    font-family: "Poppins", sans-serif;
    font-style: normal
}

.customer_logo{
    margin-right: 0.5rem;
    width: 100px; 
    border-radius: 10%;
   bottom: 4%;
    height: 100px;
    left: 2%;
}
header {
    height: 100px;

    nav {
        min-height: 100px;
        box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .15);

        .nav-link {
            font-weight: 700;
            font-size: 1rem;
            line-height: 1.6;
            text-decoration: none;
            color: #242e30
        }
    }
}

.header_call_to_action {
    background-color: #00ff03;
    color: #006704;
    font-weight: 700;
    font-size: 1rem;
    line-height: 2.1;
    border: 0;
    border-radius: 100px;
    text-decoration: none;
    cursor: pointer;
    padding: 0.9em calc(3* max(.25rem, .5em));
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: 4px;
}

section {
    &.top_header {
        width: 100%;
        background-color: #00ff03;
        --best-font-size: 1.73rem;
        padding: 2.5rem 0;
    }

   
}

.about_us_text {
    font-size: var(--best-font-size);
    overflow-wrap: anywhere
}

.header_title {
    text-align: center;
    text-transform: uppercase;
    padding: 0;
}

.about_us_text p {
    margin: 0;
    margin-bottom: 0
}

.hero-banner__background-image-container {
    padding: 0
}

@media print,
screen and (min-width: 415px) {
    .hero-banner__background-image-container {
        padding: 0
    }
}

.hero-banner__background-image {
    display: block;
    width: 100%;
    object-fit: cover;
    border-radius: 1.875rem;
    height: calc(34.375rem - 2*min(5vw, 2.625rem))
}

@media print,
screen and (min-width: 769px) {
    .hero-banner__background-image {
        height: calc(37.5rem - 2*min(5vw, 2.625rem))
    }
}

.about-us__image-container {
    flex: 1 1 0;
    overflow: hidden;
    display: flex
}

.about-us--image-error .about-us__image-container {
    display: none
}

picture {
    display: block;
}

.about-us__image,
.about-us__image-wrapper {
    min-height: 100%;
    width: 100%
}

.about-us__text-wrapper,
.about-us__image-container {
    border-radius: 1.875rem;
    min-height: 20rem
}

.about-us__image {
    object-fit: cover
}

@media print,
screen and (min-width: 769px) {

    .about-us__text-wrapper,
    .about-us__image-container {
        flex: 1 1 0;
        min-height: 100%
    }
}

.about-us__text-wrapper {
    background-color: #f5f3f1
}

html[lang=en-CA] .about-us__text-wrapper {
    background-color: #fff
}

html[lang=fr-CA] .about-us__text-wrapper {
    background-color: #fff
}

.about-us--image-error .about-us__text-wrapper {
    margin-bottom: 20vw
}

@media print,
screen and (min-width: 769px) {
    .about-us--image-error .about-us__text-wrapper {
        margin-bottom: 0
    }
}

.about-us__text-padding {
    padding: clamp(1.75rem, 3.5vw, 2.75rem);
    position: relative
}

.about-us__header {
    margin: 0;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
}

.about-us__text {
    font-size: var(--best-font-size);
    overflow-wrap: anywhere
}

.about-us__text p {
    margin: 0;
    margin-bottom: 1rem
}

.reviews__title {
    text-align: center;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    margin-top: 2rem;
}

.reviews__rating {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55;
    display: flex;
    align-items: center;
    flex-direction: column;

    p {
        padding: 1.5rem 0;
        margin: 0;
    }
}

.reviews__listing :where(:first-child:nth-last-child(4), :first-child:nth-last-child(4)~*) {
    flex-basis: 50%
}

.review-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 0;
    white-space: nowrap;
    min-width: 16.5rem
}

.review-card__comment {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;
    display: block;
    word-wrap: normal;
    overflow-wrap: anywhere;
    white-space: normal;
    margin-top: 1.05rem;
    margin-bottom: 0
}

@media print,
screen and (min-width: 769px) {
    .review-card__comment {
        font-size: 1.5rem
    }
}

.review-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    padding-top: 1.625rem;
    margin-top: auto
}

.review-info__name,
.review-info__date {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 0
}

.review-info__date {
    text-align: center
}

.rating {
    display: inline-block;
    text-align: left;
    height: .613rem;
    width: calc(var(--rating-scale)*0.613rem);
    background-size: .613rem 100%;
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 17'%3E%3Cpath fill='%23efedea' fill-rule='evenodd' d='M11.72 5.47l5.26.76c.34.05.47.47.23.71l-3.8 3.7.9 5.2c.05.34-.3.6-.61.44L9 13.82l-4.7 2.46a.42.42 0 0 1-.6-.44l.9-5.2-3.8-3.7a.42.42 0 0 1 .22-.7l5.26-.77L8.63.73a.42.42 0 0 1 .74 0l2.35 4.74z'/%3E%3C/svg%3E")
}

@media print,
screen and (min-width: 415px) {
    .rating {
        height: 1.18rem;
        width: calc(var(--rating-scale)*1.18rem);
        background-size: 1.18rem 100%
    }
}

@media print,
screen and (min-width: 769px) {
    .rating {
        height: 1.888rem;
        width: calc(var(--rating-scale)*1.888rem);
        background-size: 1.888rem 100%
    }
}

.rating__score {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.55;
    font-weight: 700;
    display: none;
    text-align: center;
    margin: 0;
    padding: 0
}

.rating__unfilled-star--white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 17'%3E%3Cpath fill='%23fafafa' fill-rule='evenodd' d='M11.72 5.47l5.26.76c.34.05.47.47.23.71l-3.8 3.7.9 5.2c.05.34-.3.6-.61.44L9 13.82l-4.7 2.46a.42.42 0 0 1-.6-.44l.9-5.2-3.8-3.7a.42.42 0 0 1 .22-.7l5.26-.77L8.63.73a.42.42 0 0 1 .74 0l2.35 4.74z'/%3E%3C/svg%3E")
}

.rating__fill {
    text-align: left;
    vertical-align: top;
    height: 100%;
    width: calc(var(--rating)/var(--rating-scale)*100%);
    background-size: .613rem 100%;
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 17'%3E%3Cpath fill='%23007401' fill-rule='evenodd' d='M11.72 5.47l5.26.76c.34.05.47.47.23.71l-3.8 3.7.9 5.2c.05.34-.3.6-.61.44L9 13.82l-4.7 2.46a.42.42 0 0 1-.6-.44l.9-5.2-3.8-3.7a.42.42 0 0 1 .22-.7l5.26-.77L8.63.73a.42.42 0 0 1 .74 0l2.35 4.74z'/%3E%3C/svg%3E")
}

@media print,
screen and (min-width: 415px) {
    .rating__fill {
        background-size: 1.18rem 100%
    }
}

@media print,
screen and (min-width: 769px) {
    .rating__fill {
        background-size: 1.888rem 100%
    }
}

.rating--use-large-stars {
    height: 1.888rem;
    width: calc(var(--rating-scale)*1.888rem);
    background-size: 1.888rem 100%
}

.rating--use-large-stars .rating__fill {
    background-size: 1.888rem 100%
}

.rating--collapsed {
    height: 1.368rem;
    width: 1.368rem;
    background-repeat: no-repeat;
    background-size: 1.368rem 100%;
    position: relative;
    bottom: .5rem
}

@media print,
screen and (min-width: 415px) {
    .rating--collapsed {
        height: 1.888rem;
        width: 1.888rem;
        background-size: 1.888rem 100%
    }
}

.rating--collapsed .rating__score {
    display: block
}

.rating--collapsed .rating__fill {
    height: 1.368rem;
    width: 1.368rem;
    background-repeat: no-repeat;
    background-size: 1.368rem 100%
}

@media print,
screen and (min-width: 415px) {
    .rating--collapsed .rating__fill {
        height: 1.888rem;
        width: 1.888rem;
        background-size: 1.888rem 100%
    }
}

.card--highlight {
    box-shadow: .25rem .25rem .25rem rgba(0, 0, 0, .05)
}

.review-card__comment {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;
    display: block;
    word-wrap: normal;
    overflow-wrap: anywhere;
    white-space: normal;
    margin-top: 1.05rem;
    margin-bottom: 0
}

@media print,
screen and (min-width: 769px) {
    .review-card__comment {
        font-size: 1.5rem
    }
}

.review-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    padding-top: 1.625rem;
    margin-top: auto
}

.review-info__name,
.review-info__date {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2;
    margin: 0
}

.review-info__date {
    text-align: center
}

.review-card {
    background-color: #fff;
    color: #242e30;
    border-radius: .75rem;
    padding: 1em;
    margin-bottom: 1rem;
}

.menu__title {
    text-align: center;
    margin-bottom: 1.25rem;
    text-transform: uppercase;
    margin-top: 2rem;
}

.accordion {
    display: flex;
    flex-direction: column;
 
}

.accordion-button {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    
    
}

.accordion-header {
    position: relative;
    border-radius: .75rem;
    box-shadow: 0 .5rem .5rem 0 rgba(0, 0, 0, .05);
    cursor: pointer;
    z-index: 1;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
}

.menu__product-list {
    display: grid
}

.menu__product-list {
    grid-template-columns: auto auto;
    row-gap: 1.25rem;
    margin: 0;
    padding: .75rem
}

@media print,
screen and (min-width: 769px) {
    .menu__product-list {
        row-gap: 1.75rem;
        padding: 2rem
    }
}

.menu__product-name {
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2
}

@media print,
screen and (min-width: 769px) {
    .menu__product-name {
        font-size: 1.5rem
    }
}

.menu__product-description {
    margin: 0;
    font-size: .75rem
}

@media print,
screen and (min-width: 769px) {
    .menu__product-description {
        font-size: 1.125rem
    }
}

.menu__product-price {
    text-align: right;
    align-self: center;
    margin: 0;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.2
}

@media print,
screen and (min-width: 769px) {
    .menu__product-price {
        font-size: 1.5rem
    }
}

.contact-us__title {
    text-align: center;
    text-transform: uppercase;
    padding: 2rem 0 2rem;
}

.contact-us-location {
    grid-area: location;
    grid-template: "city" min-content "map" 1fr "address" min-content
}

.contact-us--single .contact-us-location {
    grid-template: "address" min-content "map" 1fr
}

.contact-us-location {
    background-color: #00ff03;
    color: #242e30;
    padding: clamp(1.75rem, 3.5vw, 2.75rem);
    border-radius: 1.875rem
}

.contact-us-location__address {
    font-size: clamp(2rem, 4vw, 2.8125rem);
    font-weight: 700;
    grid-area: address;
    line-height: 1.35;
    overflow-wrap: anywhere;
    text-align: center;
}

.contact-us--single .contact-us-location__address {
    font-size: clamp(2rem, 4vw, 2.8125rem)
}

.contact-us-location__map-container {
    aspect-ratio: 1/.95;
    grid-area: map;
    position: relative;
    width: 100%
}

.contact-us-location__map {
    border-radius: 1.875rem;
    position: absolute;
    height: 100%;
    width: 100%;
    border: 0
}

@media print,
screen and (min-width: 769px) {
    .contact-us--chain .contact-us__branch:nth-child(odd):last-child .contact-us-location {
        border-radius: 1.875rem 0 0 0
    }

    .contact-us__branch:nth-child(odd):last-child .contact-us-location__map-container {
        aspect-ratio: unset;
        min-height: 13rem
    }
}

.contact-us-opening-hours {
    grid-area: hours;
    display: grid;
    gap: .75rem;
    padding: clamp(1.75rem, 3.5vw, 2.75rem);
    grid-template-rows: min-content 1fr min-content;
    background-color: #0b6100;
    color: #fff;
    border-radius: 1.875rem;
    height: 100%;
}

.contact-us-delivery-areas__subheading,
.contact-us-opening-hours__subheading,
.contact-us-location__city {
    font-size: clamp(2rem, 4vw, 2.6125rem);
    margin: 0;
    text-align: center;
}

.contact-us-opening-hours__weekly-schedule {
    border-spacing: 0 clamp(1rem, 2vw, 1.125rem);
    border-collapse: inherit;
}

@media print,
screen and (min-width: 769px) {
    .contact-us-opening-hours__weekly-schedule {
        border-spacing: 0 clamp(1rem, 2vw, 1.5rem)
    }
}

.contact-us-opening-hours__day {
    float: left;
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 700;
    line-height: 1.2;
    text-align: start;
    vertical-align: top
}

@media print,
screen and (min-width: 769px) {
    .contact-us-opening-hours__day {
        font-size: clamp(1rem, 2vw, 1.5rem)
    }
}

.contact-us-opening-hours__times {
    float: right;
    font-size: clamp(1rem, 2vw, 1.125rem);
    font-weight: 400;
    line-height: 1.2;
    text-align: end;
    vertical-align: top;
    white-space: pre;
    display: inline-grid
}

@media print,
screen and (min-width: 769px) {
    .contact-us-opening-hours__times {
        font-size: clamp(1rem, 2vw, 1.5rem)
    }
}

.contact-us-opening-hours__disclaimer {
    font-size: 1rem;
    margin: 0;
    align-self: end;
    justify-self: end;
    text-align: end;
    margin-bottom: -1rem
}

.contact-us-delivery-areas {
    grid-area: areas;
    --best-font-size: 1rem
}

.contact-us-delivery-areas__wrapper {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: 1fr
}

.contact-us-delivery-areas {
    background-color: #f5f3f1;
    color: #242e30;
    display: grid;
    gap: .75rem;
    padding: clamp(1.75rem, 3.5vw, 2.75rem);
    border-radius: 1.875rem
}

@media print,
screen and (min-width: 769px) {
    .contact-us__branch>div:not(.contact-us-delivery-areas) {
        padding: clamp(1.75rem, 4vw, 2.75rem)
    }

    .contact-us__branch:nth-child(odd):last-child {
        grid-template: "top top" "location hours" "areas areas" /1fr 1fr;
        grid-column: 1/span 2
    }

    .contact-us--chain .contact-us__branch:nth-child(odd):last-child div:first-child:nth-last-child(2).contact-us-location,
    .contact-us--chain .contact-us__branch:nth-child(odd):last-child div:first-child:nth-last-child(2)~div.contact-us-location {
        grid-area: top;
        border-radius: 1.875rem 1.875rem 0 0
    }

    .contact-us--chain .contact-us__branch:nth-child(odd):last-child div:first-child:nth-last-child(2).contact-us-location .contact-us-location__map-container,
    .contact-us--chain .contact-us__branch:nth-child(odd):last-child div:first-child:nth-last-child(2)~div.contact-us-location .contact-us-location__map-container {
        aspect-ratio: 1/.3
    }
}

.contact-us-delivery-areas {
    grid-area: areas;
    --best-font-size: 1rem
}

@media print,
screen and (min-width: 769px) {
    .contact-us--chain .contact-us__branch:nth-child(odd):last-child .contact-us-delivery-areas {
        border-radius: 0 0 1.875rem 1.875rem
    }

    .contact-us__branch:nth-child(odd):last-child .contact-us-delivery-areas__wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 2em;
        padding-left: 0;
        padding-right: 0
    }

    .contact-us__branch:nth-child(odd):last-child .contact-us-delivery-areas__image {
        width: 100%;
        grid-column: 1;
        grid-row: 1/3;
        align-self: center
    }

    .contact-us__branch:nth-child(odd):last-child .contact-us-delivery-areas__text {
        grid-column: 2;
        grid-row: 1
    }

    html[lang=en-CA] .contact-us__branch:nth-child(odd):last-child .contact-us-delivery-areas__text {
        grid-column: 1/span 2
    }

    html[lang=fr-CA] .contact-us__branch:nth-child(odd):last-child .contact-us-delivery-areas__text {
        grid-column: 1/span 2
    }

    html[lang=en-CA] .contact-us__branch:nth-child(odd):last-child .contact-us-delivery-areas__call-to-action {
        width: 30%
    }

    html[lang=fr-CA] .contact-us__branch:nth-child(odd):last-child .contact-us-delivery-areas__call-to-action {
        width: 30%
    }

    .contact-us__branch:nth-child(odd):last-child .contact-us-delivery-areas__call-to-action-wrapper {
        grid-column: 2;
        grid-row: 2;
        width: 100%
    }

    html[lang=en-CA] .contact-us__branch:nth-child(odd):last-child .contact-us-delivery-areas__call-to-action-wrapper {
        grid-column: 1/span 2
    }

    html[lang=fr-CA] .contact-us__branch:nth-child(odd):last-child .contact-us-delivery-areas__call-to-action-wrapper {
        grid-column: 1/span 2
    }

    .contact-us__branch:not(:only-child) .contact-us-delivery-areas__wrapper {
        grid-template-rows: 1fr
    }

    .contact-us__branch:only-child .contact-us-delivery-areas__wrapper {
        grid-template-rows: 1fr
    }
}

.contact-us-delivery-areas__wrapper {
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-rows: 1fr
}

.contact-us-delivery-areas__content {
    font-size: var(--best-font-size);
    padding: 2rem 0
}

.contact-us-delivery-areas__image {
    width: 100%;
    margin: 0 auto;
    align-self: end;
    aspect-ratio: 238/150;
    overflow: hidden
}

.contact-us__branch:nth-child(1n) .contact-us-delivery-areas__image.v0 img,
.contact-us__branch:nth-child(1n) .contact-us-delivery-areas__image.v1 img {
    content: url("../img/courier_1.png");
    width: 100%;
    
}


.contact-us__branch:last-child:nth-child(odd) .contact-us-delivery-areas__image.v2,
.contact-us__branch:last-child:nth-child(odd) .contact-us-delivery-areas__image.v0 {
    aspect-ratio: 1/1
}

html[lang=en-CA] .contact-us-delivery-areas__image {
    display: none
}

html[lang=fr-CA] .contact-us-delivery-areas__image {
    display: none
}

footer {
    background: #fff;
}

.footer {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    @media screen and (max-width: 769px) {
        justify-content: center;
    }
}

.footer__logo {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 1.5rem 0;
}

.footer__logo-image {
    fill: #fff;
    width: 150px;
    display: block;

    @media screen and (max-width: 769px) {
        width: 100px;
    }
}

a {
    &.navbar-brand {
        margin: 0;
        

        img {
            @media screen and (max-width: 769px) {
                width: 100px;
            }
        }
    }

}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    
    gap: 2rem;

    a {
        width: 1.5rem;
        height: 1.5rem;
        color: #00ff03;

        svg {
            width: 1.5rem;
            height: 1.5rem;
        }

        &:hover {
            color: #0b6100;
            ;
        }
    }

    @media screen and (max-width: 769px) {
        justify-content: center;
        padding-bottom: 1rem;
    }
}

.buttons-contacto {
    display: flex;
    margin: 0 0 2rem 0;

    &.buttons-contacto_end {
        justify-content: flex-end;

        @media screen and (max-width: 769px) {
            justify-content: center;
        }
    }

    @media screen and (max-width: 769px) {
        justify-content: center;
        margin: 0 0 1rem 0;
        width: 100%;

        .header_call_to_action {
            width: 100%;
        }
    }
}

.sticky {
    position: fixed;
    top: 100px;
    width: 100%;
    left: 0;
    padding: 1rem 0;
    z-index: 12;
    text-align: center;
    background: #00ff03;
  }

  .review-card__comment{
    height: 87px;
  }
  .custom-nav{
    padding-right: 0 !important;
   
  }



  @media screen and (max-width: 480px) {
    .contact-us-delivery-areas__content {
       font-size: 18px !important;
       text-align: center;
    }
    .about-us__text p {
      font-size: 18px;
    }
    .navbar-brand{
        margin-left: 2rem !important; 
    }
    #myHeader{
        font-size: 2.5rem !important;
    }
    
.header_call_to_action {
 
    padding: 0.9em calc(3* max(1.25rem, .5em));}
   
    .accordion-button {
       
        font-size: 1rem !important;
       
    }
  }  .cust  {
        display: none; /* Hide by default */
    }

    /* Style for desktop link */
    @media (min-width: 768px) {
        .accordion-button {
          
            padding: 1.5rem;
        }
        &.opiniones {
            padding: 3rem 0
        }
        .accordion {
            
            gap: 2rem;
        }
        #myHeader{
            font-size: 3.5rem !important;
        }
         .desktop {
            display: inline; /* Display on desktop screens */
        }
    }

    /* Style for mobile link */
    @media (max-width: 767px) {
        .accordion {
            display: flex;
            flex-direction: column;
            gap: 0.7rem;
        }
         .mobile {

            display: inline; /* Display on mobile screens */
        }
    }
    #navbarSupportedContent .nav-link{
        display: flex;
        justify-content: center;
        align-items: center;
    }