/*Sizes*/
/*Colors*/ /* Landscape phones and down */
/*@media (max-width: 766px) {
  section.search-area {
    .xdsoft_autocomplete {
      width: 100% !important;
      margin: 0 auto!important;
      }
    }
}*/
@media (min-width: 425px) {
  .wrapper-center .download-app h3 {
    margin: 1% 10%;
  }
  .wrapper-center .download-app .download-button {
    margin-top: -7%;
  }
}
@media (max-width: 320px) {
  .footer-chu {
    margin-top: -30% !important;
  }
  .footer-chu .siga {
    margin-left: -1% !important;
    margin-bottom: 10% !important;
  }
  .footer-chu .siga h3 {
    width: 32% !important;
  }
  .footer-chu .siga .rede {
    width: 73% !important;
    margin-top: -11% !important;
  }
  .footer-chu .siga a img {
    margin: 0 0 -2% 1%;
  }
  section.hero-13 .content__body .menu-item .menu-item__back-button {
    margin-top: 140%;
  }
}
@media (min-width: 540px) {
  .download-button {
    margin-top: -7% !important;
  }
  .menu-item__back-button {
    margin-top: 5% !important;
  }
  .footer-chu {
    margin-top: 5% !important;
  }
  .footer-chu .siga {
    margin-bottom: 2% !important;
  }
  .footer-chu hr {
    margin-bottom: 2% !important;
  }
  .footer-chu .rede {
    margin-top: -3% !important;
  }
  .footer-chu .mascote {
    margin-right: -10%;
  }
}
/* Landscape phone to portrait tablet */
@media (min-width: 767px) and (max-width: 1023px) {
  .download-app {
    padding: 1px 3% 1% 3%;
  }
  .download-app .download-button {
    margin-top: -5.5% !important;
  }
  .menu-item__back-button {
    margin-top: 5% !important;
  }
  .footer-chu .rede {
    margin-top: -3% !important;
  }
}
/* Landscape phone to portrait tablet */
@media (min-width: 912px) {
  .download-app .text-app {
    margin-top: 0px;
  }
  .download-app .download-button {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    margin-top: -5% !important;
    cursor: pointer;
  }
  .footer-chu {
    height: 200px !important;
  }
  .footer-chu .siga {
    margin-bottom: 4% !important;
  }
  .footer-chu .siga h3 {
    width: 25% !important;
    font-size: 21px !important;
    line-height: 40px !important;
  }
  .footer-chu .siga .rede {
    width: 73% !important;
    margin-top: -5% !important;
  }
  .footer-chu .siga .rede a {
    width: 45px !important;
    height: 44px !important;
    margin-right: 2% !important;
  }
  .footer-chu .siga .rede a .facebook {
    background-image: url("../images/Facebook-desk.png") !important;
  }
  .footer-chu .siga .rede a .twitter {
    background-image: url("../images/Twitter-desk.png") !important;
  }
  .footer-chu .siga .rede a .instagram {
    background-image: url("../images/Instagram-desk.png") !important;
  }
  .footer-chu .siga .rede a .linkedin {
    background-image: url("../images/LinkedIn-desk.png") !important;
  }
  .footer-chu .siga .rede a .youtube {
    background-image: url("../images/YouTube-desk.png") !important;
  }
  .footer-chu .siga .rede a .whatsapp {
    background-image: url("../images/WhatsApp-desk.png") !important;
  }
  .footer-chu hr {
    width: 294px !important;
    margin-left: 5% !important;
    margin-bottom: 3% !important;
  }
}
/* Landscape phone to portrait tablet */
@media (min-width: 1024px) {
  html, body {
    scroll-behavior: auto !important;
  }
  body {
    display: flex;
    justify-content: center;
    font-size: 0.875rem !important;
    font-weight: 300;
    margin: 0;
    padding: 0;
    min-height: 100vh;
  }
  main {
    width: 1440px !important;
    min-width: 320px;
    min-height: 568px;
  }
  .header-bg-black {
    margin-top: 0;
    height: 80px;
  }
  .header-bg-black .logo-rede {
    width: 270px !important;
    height: 32px !important;
  }
  h1 {
    font-size: 24px !important;
    line-height: 16px !important;
  }
  p {
    line-height: 16px !important;
    font-size: 14px !important;
  }
  .download-app {
    height: 72px;
    padding: 10px 32px 20px 32px;
    margin-top: 80px;
  }
  .download-app .text-app {
    margin-top: -3%;
  }
  .download-app .text-app h3 {
    margin: 3% 10%;
    font-size: 28px !important;
    line-height: 33px !important;
  }
  .download-app .text-app p {
    font-size: 16px;
    line-height: 19px;
  }
  .download-app .text-app .close-button {
    position: absolute;
    cursor: pointer;
  }
  .download-app .text-app .close-button .desk {
    display: block;
  }
  .download-app .text-app .close-button .mob {
    display: none;
  }
  .download-app .text-app .download-button {
    margin-top: -8% !important;
  }
  .download-app .text-app .download-button .desk {
    display: block;
  }
  .download-app .text-app .download-button .mob {
    display: none;
  }
  .menu-colapsed {
    position: fixed;
    top: 80px;
  }
  .section-header__title {
    font-size: 1.3rem;
  }
  .menu__list {
    grid-template-columns: repeat(2, minmax(314px, 1fr));
  }
  .menu__list li {
    grid-template-columns: 1fr 160px;
    display: grid;
    grid-template-areas: "title img" "desc img" "features img" "price img";
    margin: 0;
    padding: 1.5rem 0;
  }
  .menu__list .menu_item__descript {
    height: 74% !important;
  }
  .menu__list .menu_item__descript_hab {
    height: 74% !important;
  }
  .menu__list .menu_item__descript_chu {
    height: 30px !important;
  }
  section.hero-1 {
    /*Carousel Banner Hero 1*/
  }
  section.hero-1 .carousel-banner .swiper-slide img {
    margin-top: 80px !important;
  }
  section.hero-1 .carousel-banner #img, section.hero-1 .carousel-banner #img2, section.hero-1 .carousel-banner #img3, section.hero-1 .carousel-banner #img4, section.hero-1 .carousel-banner #img5, section.hero-1 .carousel-banner #img6 {
    display: none;
  }
  section.hero-1 .carousel-banner #imgtablet, section.hero-1 .carousel-banner #imgtablet2, section.hero-1 .carousel-banner #imgtablet3, section.hero-1 .carousel-banner #imgtablet4, section.hero-1 .carousel-banner #imgtablet5, section.hero-1 .carousel-banner #imgtablet6 {
    display: block;
  }
  section.hero-2 .sticky-wrapper .menu-sticky .menu-sticky-list li {
    width: 325px !important;
  }
  section.hero-2 .sticky-wrapper .menu-sticky .menu-sticky-list .menu-sticky-link {
    height: 72px !important;
  }
  section.hero-2 .sticky-wrapper .menu-sticky .menu-sticky-list .menu-sticky-link .menu-sticky-link-wrapper .menu-sticky-link-label {
    font-size: 20px !important;
    line-height: 28px !important;
    width: 313px !important;
  }
  section.hero-2 li + li::before {
    border-left: 2px solid #000 !important;
  }
  section.hero-4 .menu__category__header {
    padding: 20px 32px !important;
    height: 80px !important;
  }
  .menu__list {
    display: grid;
    grid-gap: 0 20px;
    position: relative;
  }
  .menu__list hr {
    display: none !important;
  }
  .menu__list .app-menu-item {
    margin-top: 40px !important;
    width: 100%;
    height: 320px;
    margin-bottom: 24px;
  }
  .menu__list .app-menu-item .menu_item__title {
    font-size: 32px !important;
    margin-bottom: 0px !important;
    width: 50%;
    line-height: 28px !important;
  }
  .menu__list .app-menu-item .menu_item__descript_hab {
    margin-bottom: 4px;
    width: 50%;
    height: 112px !important;
    font-size: 14px !important;
    line-height: 16px !important;
  }
  .menu__list .app-menu-item .menu_item__price {
    width: 50%;
    font-size: 32px !important;
    margin-bottom: 0px !important;
    line-height: 20px !important;
    height: 20px;
  }
  .menu__list .app-menu-item .menu_item__image_container {
    justify-content: end !important;
  }
  .menu__list .app-menu-item .menu_item__image_container .menu_item__image_container__image {
    max-height: 320px;
    margin-bottom: 6px;
    max-width: 320px;
    width: 320px;
    height: 320px;
    left: 225px;
    border-radius: 8px;
  }
  .menu__list .saiba {
    width: 130px !important;
    font-size: 24px;
    line-height: 20px;
    height: 20px;
    margin-top: -5% !important;
  }
  .footer-chu .mascote {
    width: 34px !important;
    height: 62px !important;
    right: 20% !important;
    top: 30% !important;
    transform: scale(1.4);
  }
  .footer-chu .mascote img {
    width: 34px !important;
    height: 62px !important;
  }
  .footer-chu .wrapper-content-footer .list-grid {
    overflow: hidden;
  }
  .footer-chu .wrapper-content-footer .list-grid li {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
  }
  .footer-chu .wrapper-content-footer .list-grid .list-social {
    padding-top: 0;
  }
  .footer-chu .wrapper-content-footer .list-grid .list-social li {
    float: left;
    margin-top: 0 !important;
    margin-left: 24px;
  }
  .footer-chu .wrapper-content-footer .footer-stamps-legal {
    width: calc(80% - 115px);
  }
  .footer-chu .wrapper-content-footer .footer-stamps-legal .copyright {
    font-size: 14px !important;
    line-height: 24px !important;
    margin-top: 0px;
  }
  section.hero-13 {
    min-width: 320px;
    min-height: 568px;
    max-width: 100% !important;
    width: 100% !important;
    margin-bottom: 15%;
  }
  section.hero-13 .content__body {
    margin-top: 112px !important;
    padding: unset !important;
    min-height: unset !important;
    display: block !important;
  }
  section.hero-13 .content__body .menu-item .menu-item__back-button {
    grid-area: 1/1/2/3;
    width: 432px;
    height: 64px;
    margin-left: 20%;
    margin-top: 80% !important;
    border-radius: 16px;
  }
  section.hero-13 .content__body .menu-item .menu-item__back-button .link--button {
    font-size: 24px;
    line-height: 28px;
  }
  section.hero-13 .content__body .menu-item .menu-item__back-button .link--button .link__icon--left {
    left: 10%;
  }
  section.hero-13 .content__body .menu-item .menu-item__back-button .link--button .link__icon {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  section.hero-13 .content__body .menu-item .menu-item__back-button .link--button .link--button {
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    font: 600 14px/18px "Open Sans", sans-serif;
    padding: 14px 0;
    position: relative;
    text-align: center;
  }
  section.hero-13 .content__body .menu-item .menu-item__back-button .link--button .icon {
    display: inline-flex;
  }
  section.hero-13 .content__body .menu-item .menu-item__back-button .link--button .icon img {
    width: 40px;
    fill: #F0141E;
    pointer-events: none;
  }
  section.hero-13 .content__body .menu-item .menu-item__picture {
    grid-area: 2/1/2/2;
    text-align: center;
  }
  section.hero-13 .content__body .menu-item .menu-item__picture .menu-item__picture__wrapper {
    position: relative;
  }
  section.hero-13 .content__body .menu-item .menu-item__picture .menu-item__picture__wrapper .menu-item__image {
    width: 574px !important;
    margin: 0 0 10px !important;
    max-width: unset !important;
    object-fit: initial;
    border-radius: 5px;
  }
  section.hero-13 .content__body .menu-item .menu-item__details {
    grid-area: 2/2/3/3;
    padding: 0 20px 20px;
  }
  section.hero-13 .content__body .menu-item .menu-item__details .menu-item__name, section.hero-13 .content__body .menu-item .menu-item__details .menu-item__price {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.5rem;
  }
  section.hero-13 .content__body .menu-item .menu-item__details .menu-item__name {
    margin-bottom: 32px;
    margin-top: 40px;
    font-size: 56px;
    line-height: 20px;
  }
  section.hero-13 .content__body .menu-item .menu-item__details .menu-item__price {
    margin-bottom: 112px;
    font-size: 56px;
    line-height: 20px;
  }
  section.hero-13 .content__body .menu-item .menu-item__details .menu-item__description p {
    margin-bottom: 32px !important;
    font-size: 36px !important;
    line-height: 52px !important;
  }
  section.hero-13 .content__body div.right .saibamais {
    height: 22px !important;
    font-size: 36px !important;
    line-height: 22px !important;
    margin-bottom: 5% !important;
  }
  section.hero-13 .content__body div.right .nutritional {
    height: 276px;
    padding: 20px 170px !important;
  }
  section.hero-13 .content__body div.right .nutritional h1 {
    font-size: 36px !important;
    line-height: 22px !important;
  }
  section.hero-13 .content__body div.right .nutritional .row.transparent {
    background-color: transparent !important;
    margin-bottom: 0px !important;
  }
  section.hero-13 .content__body div.right .nutritional .row {
    margin-bottom: 8px;
  }
  section.hero-13 .content__body div.right .nutritional .row .col {
    font-size: 16px;
    line-height: 20px;
  }
  section.hero-13 .content__body div.right .nutritional .row .lin {
    font-size: 18px;
    line-height: 24px;
  }
  section.hero-13 .content__body div.right p.observation {
    font-size: 16px;
    line-height: 18px;
  }
  section.hero-13 .content__body div.right div.warning div {
    flex: unset;
  }
  section.hero-13 .content__body div.right div.warning p {
    font-size: 16px;
    line-height: 18px;
  }
  section.hero-13 .content__body div.right .menu-item__back-button {
    grid-area: 1/1/2/3;
    width: 432px;
    height: 64px;
    margin-left: 20%;
    margin-top: 2% !important;
    border-radius: 16px;
  }
  section.hero-13 .content__body div.right .menu-item__back-button .link--button {
    font-size: 24px;
    line-height: 28px;
  }
  section.hero-13 .content__body div.right .menu-item__back-button .link--button .link__icon--left {
    left: 10%;
  }
  section.hero-13 .content__body div.right .menu-item__back-button .link--button .link__icon {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  section.hero-13 .content__body div.right .menu-item__back-button .link--button .link--button {
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    font: 600 14px/18px "Open Sans", sans-serif;
    padding: 14px 0;
    position: relative;
    text-align: center;
  }
  section.hero-13 .content__body div.right .menu-item__back-button .link--button .icon {
    display: inline-flex;
  }
  section.hero-13 .content__body div.right .menu-item__back-button .link--button .icon img {
    width: 40px;
    fill: #F0141E;
    pointer-events: none;
  }
  section.hero-13 .content__body .saibamais[aria-expanded=true]:after {
    margin-top: 10px !important;
  }
  section.search-area .xdsoft_autocomplete {
    margin-bottom: 3% !important;
    width: 712px !important;
  }
  section.search-area .pl, section.search-area .pr, section.search-area .clearfix {
    zoom: 1;
  }
  section.search-area .pl:before, section.search-area .pr:before, section.search-area .clearfix:before, section.search-area .pl:after, section.search-area .pr:after, section.search-area .clearfix:after {
    content: "";
    display: table;
  }
  section.search-area .pl:after, section.search-area .pr:after, section.search-area .clearfix:after {
    clear: both;
  }
  section.search-area input {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    display: block;
    font-size: 16px !important;
    line-height: 19px;
    padding: 0 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 36px !important;
    font-weight: bolder;
    font-family: "bibsregular";
  }
  section.search-area .wrapper-map {
    position: relative;
  }
  section.search-area .wrapper-map .progress {
    top: 50%;
    position: absolute !important;
    left: 50%;
    margin-left: -178px;
    transform: rotate(-90deg);
    stroke: #f00;
    z-index: 9999;
    width: 120px;
    display: none;
  }
  section.search-area .wrapper-map #location-map {
    background: #fff;
    border: none;
    height: 540px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  section.search-area .wrapper-map .leaflet-container .leaflet-marker-pane img {
    width: auto !important;
  }
  section.search-area .wrapper-map .lnk-route-maps {
    display: none;
    position: absolute;
    background: #fff;
    padding: 12px;
    bottom: 25px;
    right: 50px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 3px;
    color: #494949;
    text-decoration: none;
  }
  section.search-area .wrapper-map .box-services {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 270px;
    background: #fff;
    max-height: 542px;
    overflow: hidden;
    padding-bottom: 10px;
    display: none;
  }
  section.search-area .wrapper-map .box-services h4 {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 0.8125em;
    padding: 15px;
    background-color: #d8232a;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
  }
  section.search-area .wrapper-map .box-services .lnk-see-list, section.search-area .wrapper-map .box-services .lst-stores a {
    display: block;
    margin: 20px auto;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    color: #4b4b4b;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 0;
  }
  section.search-area .wrapper-map .box-services .lst-stores {
    display: none;
  }
  section.search-area .container > h2 {
    font-family: "bibsregular";
    font-weight: 900;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
  }
  section.search-area .stores {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
    width: 680px;
    margin: 0 auto;
  }
  section.search-area .item {
    flex: 1;
    padding: 18px 15px;
    text-align: center;
    border-radius: 10px;
    width: 680px;
    height: 108px;
  }
  section.search-area .item .item-left {
    float: left;
    margin: 2% 0;
  }
  section.search-area .item .item-left .desk {
    display: block;
  }
  section.search-area .item .item-left .mob {
    display: none;
  }
  section.search-area .item .item-center {
    margin-top: 10px;
    margin-right: 30%;
  }
  section.search-area .item .item-right {
    float: right;
    align-items: center;
    width: 182px;
    height: 40px;
    border-radius: 8px;
    margin-top: -8%;
    font-size: 18px;
  }
  section.search-area p {
    font-size: 12px !important;
    line-height: 8px !important;
    margin-top: 16px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }
  section.search-area h3 {
    font-size: 24px !important;
    line-height: 28px !important;
    margin-bottom: 10px !important;
  }
  .footer-chu .siga h3 {
    width: 25% !important;
    font-size: 18px !important;
    line-height: 40px !important;
  }
  .footer-chu hr {
    width: 542px !important;
    margin-left: 5% !important;
  }
  .footer-chu .rede {
    width: 73% !important;
    margin-top: -6% !important;
    margin-right: 7% !important;
  }
  .footer-chu .rede a {
    width: 45px !important;
    height: 44px !important;
    margin-right: 2% !important;
  }
  .footer-chu .rede a .facebook {
    background-image: url("../images/Facebook-desk.png") !important;
  }
  .footer-chu .rede a .twitter {
    background-image: url("../images/Twitter-desk.png") !important;
  }
  .footer-chu .rede a .instagram {
    background-image: url("../images/Instagram-desk.png") !important;
  }
  .footer-chu .rede a .linkedin {
    background-image: url("../images/LinkedIn-desk.png") !important;
  }
  .footer-chu .rede a .youtube {
    background-image: url("../images/YouTube-desk.png") !important;
  }
  .footer-chu .rede a .whatsapp {
    background-image: url("../images/WhatsApp-desk.png") !important;
  }
  .footer-chu .mascote {
    right: 33% !important;
    top: 50%;
  }
  .footer-chu .mascote img {
    width: 74px !important;
    height: 74px !important;
  }
  .wrapper-center {
    max-width: 100%;
    margin-top: 8%;
    margin-bottom: 2%;
    width: auto;
    float: none;
    display: block;
    box-sizing: border-box;
  }
  .wrapper-center .title-section {
    margin: 0 0 40px 0;
    font-weight: normal;
    font-family: "bibsbold";
    font-size: 36px;
    line-height: 42px;
  }
  .wrapper-center .page-title {
    display: block !important;
    margin-top: 0%;
    text-align: center;
  }
  .wrapper-center .download-app {
    color: #FEDA32;
    height: 70px;
  }
}
/* Landscape phone to portrait tablet */
@media (min-width: 1280px) {
  html, body {
    scroll-behavior: auto !important;
  }
  body {
    display: flex;
    justify-content: center;
    font-size: 0.875rem !important;
    font-weight: 300;
    margin: 0;
    padding: 0;
    min-height: 100vh;
  }
  main {
    min-width: 320px;
    min-height: 568px;
  }
  .header-bg-red {
    margin-top: 0;
  }
  .download-app .text-app {
    margin-top: -3%;
  }
  .download-app .text-app h3 {
    margin: 3% 10%;
    font-size: 28px;
    line-height: 33px;
  }
  .download-app .text-app p {
    font-size: 16px;
    line-height: 19px;
  }
  .download-app .text-app .close-button {
    position: absolute;
    cursor: pointer;
  }
  .download-app .text-app .close-button .desk {
    display: block;
  }
  .download-app .text-app .close-button .mob {
    display: none;
  }
  .download-app .text-app .download-button {
    margin-top: -8% !important;
  }
  .download-app .text-app .download-button .desk {
    display: block;
  }
  .download-app .text-app .download-button .mob {
    display: none;
  }
  .section-header__title {
    font-size: 1.3rem;
  }
  .menu__list {
    grid-template-columns: repeat(2, minmax(314px, 1fr));
  }
  .menu__list li {
    grid-template-columns: 1fr 160px;
    display: grid;
    grid-template-areas: "title img" "desc img" "features img" "price img";
    margin: 0;
    padding: 1.5rem 0;
  }
  .menu__list .menu_item__descript {
    height: 74% !important;
  }
  .menu__list .menu_item__descript_hab {
    height: 74% !important;
  }
  .menu__list .menu_item__descript_chu {
    height: 30px !important;
  }
  section.hero-1 {
    /*Carousel Banner Hero 1*/
  }
  section.hero-1 .carousel-banner #img, section.hero-1 .carousel-banner #img2, section.hero-1 .carousel-banner #img3, section.hero-1 .carousel-banner #img4, section.hero-1 .carousel-banner #img5, section.hero-1 .carousel-banner #img6 {
    display: none;
  }
  section.hero-1 .carousel-banner #imgtablet, section.hero-1 .carousel-banner #imgtablet2, section.hero-1 .carousel-banner #imgtablet3, section.hero-1 .carousel-banner #imgtablet4, section.hero-1 .carousel-banner #imgtablet5, section.hero-1 .carousel-banner #imgtablet6 {
    display: block;
  }
  section.hero-2 .sticky-wrapper .menu-sticky .menu-sticky-list li {
    width: 105px;
  }
  section.hero-2 .sticky-wrapper .menu-sticky .menu-sticky-list li.chu {
    width: 189px;
  }
  section.hero-2 .sticky-wrapper .menu-sticky .menu-sticky-list .menu-sticky-link .menu-sticky-link-wrapper .menu-sticky-link-label {
    font-size: 1em;
  }
  section.hero-13 .content__body .menu-item__back-button {
    margin-left: 25% !important;
  }
  .footer-chu .wrapper-content-footer .list-grid {
    overflow: hidden;
  }
  .footer-chu .wrapper-content-footer .list-grid li {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
  }
  .footer-chu .wrapper-content-footer .list-grid .list-social {
    padding-top: 0;
  }
  .footer-chu .wrapper-content-footer .list-grid .list-social li {
    float: left;
    margin-top: 0 !important;
    margin-left: 24px;
  }
  .footer-chu .wrapper-content-footer .footer-stamps-legal {
    width: calc(80% - 115px);
  }
  section.search-area .xdsoft_autocomplete {
    margin: 0 3.5%;
    width: 712px !important;
  }
  section.search-area .pl, section.search-area .pr, section.search-area .clearfix {
    zoom: 1;
  }
  section.search-area .pl:before, section.search-area .pr:before, section.search-area .clearfix:before, section.search-area .pl:after, section.search-area .pr:after, section.search-area .clearfix:after {
    content: "";
    display: table;
  }
  section.search-area .pl:after, section.search-area .pr:after, section.search-area .clearfix:after {
    clear: both;
  }
  section.search-area input {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    display: block;
    font-size: 16px !important;
    line-height: 19px;
    padding: 0 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 36px !important;
    font-weight: bolder;
    font-family: "bibsregular";
  }
  section.search-area .wrapper-map {
    position: relative;
  }
  section.search-area .wrapper-map .progress {
    top: 50%;
    position: absolute !important;
    left: 50%;
    margin-left: -178px;
    transform: rotate(-90deg);
    stroke: #f00;
    z-index: 9999;
    width: 120px;
    display: none;
  }
  section.search-area .wrapper-map #location-map {
    background: #fff;
    border: none;
    height: 540px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  section.search-area .wrapper-map .leaflet-container .leaflet-marker-pane img {
    width: auto !important;
  }
  section.search-area .wrapper-map .lnk-route-maps {
    display: none;
    position: absolute;
    background: #fff;
    padding: 12px;
    bottom: 25px;
    right: 50px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 3px;
    color: #494949;
    text-decoration: none;
  }
  section.search-area .wrapper-map .box-services {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 270px;
    background: #fff;
    max-height: 542px;
    overflow: hidden;
    padding-bottom: 10px;
    display: none;
  }
  section.search-area .wrapper-map .box-services h4 {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 0.8125em;
    padding: 15px;
    background-color: #d8232a;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
  }
  section.search-area .wrapper-map .box-services .lnk-see-list, section.search-area .wrapper-map .box-services .lst-stores a {
    display: block;
    margin: 20px auto;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    color: #4b4b4b;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 0;
  }
  section.search-area .wrapper-map .box-services .lst-stores {
    display: none;
  }
  section.search-area .container > h2 {
    font-family: "bibsregular";
    font-weight: 900;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
  }
  section.search-area .stores {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
    width: 680px;
    margin: 0 auto;
  }
  section.search-area .item {
    flex: 1;
    padding: 18px 15px;
    text-align: center;
    border-radius: 10px;
    width: 680px;
    height: 108px;
  }
  section.search-area .item .item-left {
    float: left;
    margin: 2% 0;
  }
  section.search-area .item .item-left .desk {
    display: block;
  }
  section.search-area .item .item-left .mob {
    display: none;
  }
  section.search-area .item .item-center {
    margin-top: 10px;
    margin-right: 30%;
  }
  section.search-area .item .item-right {
    float: right;
    align-items: center;
    width: 182px;
    height: 40px;
    border-radius: 8px;
    margin-top: -8%;
  }
  section.search-area p {
    font-size: 12px !important;
    line-height: 8px !important;
    margin-top: 16px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }
  section.search-area h3 {
    font-size: 24px !important;
    line-height: 28px !important;
    margin-bottom: 10px !important;
  }
  .footer-chu .siga {
    margin-bottom: 3% !important;
  }
  .footer-chu .siga .rede {
    margin-top: -4% !important;
    margin-left: 16% !important;
    float: none !important;
  }
  .footer-chu hr {
    width: 294px !important;
    margin-left: 5% !important;
  }
  .wrapper-center {
    max-width: 100%;
    margin-top: 8%;
    margin-bottom: 2%;
    width: auto;
    float: none;
    display: block;
    box-sizing: border-box;
  }
  .wrapper-center .page-title {
    display: block !important;
    margin-top: 0%;
    text-align: center;
  }
  .wrapper-center .download-app {
    color: #FEDA32;
    height: 70px;
  }
}
/* Landscape phone to portrait tablet */
@media (min-width: 1440px) {
  html, body {
    scroll-behavior: auto !important;
  }
  body {
    display: flex;
    justify-content: center;
    font-size: 0.875rem !important;
    font-weight: 300;
    margin: 0;
    padding: 0;
    min-height: 100vh;
  }
  main {
    min-width: 320px;
    min-height: 568px;
  }
  .header-bg-red {
    margin-top: 0;
  }
  .download-app .text-app {
    margin-top: -3%;
  }
  .download-app .text-app h3 {
    margin: 3% 10%;
    font-size: 28px;
    line-height: 33px;
  }
  .download-app .text-app p {
    font-size: 16px;
    line-height: 19px;
  }
  .download-app .text-app .close-button {
    position: absolute;
    cursor: pointer;
  }
  .download-app .text-app .close-button .desk {
    display: block;
  }
  .download-app .text-app .close-button .mob {
    display: none;
  }
  .download-app .text-app .download-button {
    margin-top: -6.5% !important;
  }
  .download-app .text-app .download-button .desk {
    display: block;
  }
  .download-app .text-app .download-button .mob {
    display: none;
  }
  .section-header__title {
    font-size: 1.3rem;
  }
  .menu__list {
    grid-template-columns: repeat(2, minmax(314px, 1fr));
  }
  .menu__list li {
    grid-template-columns: 1fr 160px;
    display: grid;
    grid-template-areas: "title img" "desc img" "features img" "price img";
    margin: 0;
    padding: 1.5rem 0;
  }
  .menu__list .menu_item__title {
    width: 60% !important;
    height: 74% !important;
  }
  .menu__list .menu_item__descript {
    width: 60% !important;
    height: 74% !important;
    margin-top: -4%;
  }
  .menu__list .menu_item__descript_hab {
    width: 60% !important;
    height: 74% !important;
    margin-top: -4%;
  }
  .menu__list .menu_item__descript_chu {
    width: 60% !important;
    height: 30px !important;
    margin-top: -4%;
  }
  section.hero-1 {
    /*Carousel Banner Hero 1*/
  }
  section.hero-1 .carousel-banner #img, section.hero-1 .carousel-banner #img2, section.hero-1 .carousel-banner #img3, section.hero-1 .carousel-banner #img4, section.hero-1 .carousel-banner #img5, section.hero-1 .carousel-banner #img6 {
    display: none;
  }
  section.hero-1 .carousel-banner #imgtablet, section.hero-1 .carousel-banner #imgtablet2, section.hero-1 .carousel-banner #imgtablet3, section.hero-1 .carousel-banner #imgtablet4, section.hero-1 .carousel-banner #imgtablet5, section.hero-1 .carousel-banner #imgtablet6 {
    display: block;
  }
  section.hero-2 .sticky-wrapper .menu-sticky .menu-sticky-list li {
    width: 105px;
  }
  section.hero-2 .sticky-wrapper .menu-sticky .menu-sticky-list li.chu {
    width: 189px;
  }
  section.hero-2 .sticky-wrapper .menu-sticky .menu-sticky-list .menu-sticky-link .menu-sticky-link-wrapper .menu-sticky-link-label {
    font-size: 1em;
  }
  .footer-chu .wrapper-content-footer .list-grid {
    overflow: hidden;
  }
  .footer-chu .wrapper-content-footer .list-grid li {
    zoom: 1;
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 0;
  }
  .footer-chu .wrapper-content-footer .list-grid .list-social {
    padding-top: 0;
  }
  .footer-chu .wrapper-content-footer .list-grid .list-social li {
    float: left;
    margin-top: 0 !important;
    margin-left: 24px;
  }
  .footer-chu .wrapper-content-footer .footer-stamps-legal {
    width: calc(90% - 115px);
  }
  section.search-area .xdsoft_autocomplete {
    margin: 0 3.5%;
    width: 712px !important;
  }
  section.search-area .pl, section.search-area .pr, section.search-area .clearfix {
    zoom: 1;
  }
  section.search-area .pl:before, section.search-area .pr:before, section.search-area .clearfix:before, section.search-area .pl:after, section.search-area .pr:after, section.search-area .clearfix:after {
    content: "";
    display: table;
  }
  section.search-area .pl:after, section.search-area .pr:after, section.search-area .clearfix:after {
    clear: both;
  }
  section.search-area input {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    display: block;
    font-size: 16px !important;
    line-height: 19px;
    padding: 0 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 36px !important;
    font-weight: bolder;
    font-family: "bibsregular";
  }
  section.search-area .wrapper-map {
    position: relative;
  }
  section.search-area .wrapper-map .progress {
    top: 50%;
    position: absolute !important;
    left: 50%;
    margin-left: -178px;
    transform: rotate(-90deg);
    stroke: #f00;
    z-index: 9999;
    width: 120px;
    display: none;
  }
  section.search-area .wrapper-map #location-map {
    background: #fff;
    border: none;
    height: 540px;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  section.search-area .wrapper-map .leaflet-container .leaflet-marker-pane img {
    width: auto !important;
  }
  section.search-area .wrapper-map .lnk-route-maps {
    display: none;
    position: absolute;
    background: #fff;
    padding: 12px;
    bottom: 25px;
    right: 50px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px -1px;
    border-radius: 3px;
    color: #494949;
    text-decoration: none;
  }
  section.search-area .wrapper-map .box-services {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 270px;
    background: #fff;
    max-height: 542px;
    overflow: hidden;
    padding-bottom: 10px;
    display: none;
  }
  section.search-area .wrapper-map .box-services h4 {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 0.8125em;
    padding: 15px;
    background-color: #d8232a;
    color: #fff;
    display: block;
    text-align: center;
    text-transform: uppercase;
  }
  section.search-area .wrapper-map .box-services .lnk-see-list, section.search-area .wrapper-map .box-services .lst-stores a {
    display: block;
    margin: 20px auto;
    padding-bottom: 10px;
    position: relative;
    text-align: center;
    color: #4b4b4b;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 0;
  }
  section.search-area .wrapper-map .box-services .lst-stores {
    display: none;
  }
  section.search-area .container > h2 {
    font-family: "bibsregular";
    font-weight: 900;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    text-align: center;
  }
  section.search-area .stores {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 12px;
    width: 680px;
    margin: 0 auto;
  }
  section.search-area .item {
    flex: 1;
    padding: 18px 15px;
    text-align: center;
    border-radius: 10px;
    width: 680px;
    height: 108px;
  }
  section.search-area .item .item-left {
    float: left;
    margin: 2% 0;
  }
  section.search-area .item .item-left .desk {
    display: block;
  }
  section.search-area .item .item-left .mob {
    display: none;
  }
  section.search-area .item .item-center {
    margin-top: 10px;
    margin-right: 30%;
  }
  section.search-area .item .item-right {
    float: right;
    align-items: center;
    width: 182px;
    height: 40px;
    border-radius: 8px;
    margin-top: -8%;
  }
  section.search-area p {
    font-size: 12px !important;
    line-height: 8px !important;
    margin-top: 16px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }
  section.search-area h3 {
    font-size: 24px !important;
    line-height: 28px !important;
    margin-bottom: 10px !important;
  }
  .footer-chu {
    padding: 26px 20%;
  }
  .footer-chu .siga {
    margin-bottom: 5% !important;
  }
  .footer-chu .siga .rede {
    margin-top: -5% !important;
    margin-left: 21% !important;
    float: none !important;
  }
  .footer-chu hr {
    width: 580px !important;
    margin-left: 5% !important;
    margin-bottom: 2% !important;
  }
  section.hero-13 .content__body .menu-item__back-button {
    margin-top: 2% !important;
    margin-left: 26% !important;
  }
  .wrapper-center {
    max-width: 100%;
    margin-top: 4%;
    margin-bottom: 2%;
    width: auto;
    float: none;
    display: block;
    box-sizing: border-box;
  }
  .wrapper-center .page-title {
    display: block !important;
    margin-top: 0%;
    text-align: center;
  }
  .wrapper-center .download-app {
    color: #FEDA32;
    height: 70px;
  }
  section.hero-13 .content__body .menu-item .menu-item__back-button {
    margin-left: 28% !important;
    margin-top: 50% !important;
    border-radius: 16px;
  }
  section.hero-13 .content__body .menu-item .menu-item__back-button .link--button {
    font-size: 24px;
    line-height: 28px;
  }
  section.hero-13 .content__body .menu-item .menu-item__back-button .link--button .link__icon--left {
    left: 10%;
  }
  section.hero-13 .content__body .menu-item .menu-item__back-button .link--button .link__icon {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  section.hero-13 .content__body .menu-item .menu-item__back-button .link--button .link--button {
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 3px;
    display: block;
    font: 600 14px/18px "Open Sans", sans-serif;
    padding: 14px 0;
    position: relative;
    text-align: center;
  }
  section.hero-13 .content__body .menu-item .menu-item__back-button .link--button .icon {
    display: inline-flex;
  }
  section.hero-13 .content__body .menu-item .menu-item__back-button .link--button .icon img {
    fill: #F0141E;
    pointer-events: none;
  }
}
@media (min-width: 1441px) {
  .menu-colapsed {
    width: 1440px !important;
  }
}
/* Landscape phone to portrait tablet */
@media (min-width: 1600px) {
  section.hero-13 .content__body .menu-item__back-button {
    margin-left: 30% !important;
    margin-top: 2% !important;
  }
}

/*# sourceMappingURL=responsive-tendall.css.map */
