body {
  background-color: #fff !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-30 {
  margin-top: 30px !important; }

.wp-block-columns {
  margin: 50px auto !important; }
  .wp-block-columns p {
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      .wp-block-columns p {
        font-size: 16px; } }
  @media screen and (max-width: 768px) {
    .wp-block-columns {
      padding: 0px 10px 0px !important; } }
  @media screen and (min-width: 576px) {
    .wp-block-columns {
      max-width: 540px; } }
  @media screen and (min-width: 768px) {
    .wp-block-columns {
      max-width: 720px; } }
  @media screen and (min-width: 992px) {
    .wp-block-columns {
      max-width: 960px; } }
  @media screen and (min-width: 1200px) {
    .wp-block-columns {
      max-width: 1140px; } }
  @media screen and (min-width: 1400px) {
    .wp-block-columns {
      max-width: 1320px; } }

@font-face {
  font-family: "Cuprum-Medium";
  src: url("Cuprum-Medium_51d0624e000c.ttf"); }

@font-face {
  font-family: "Cuprum-Regular";
  src: url("Cuprum-Regular_02642116a91a.ttf"); }

@font-face {
  font-family: "Cuprum-SemiBold";
  src: url("Cuprum-SemiBold_53bc7acc602b.ttf"); }

@font-face {
  font-family: "Cuprum-Bold";
  src: url("Cuprum-Bold_a0d7e6223e95.ttf"); }

.navbar {
  background-color: #ed1c24 !important;
  height: 90px;
  position: fixed !important;
  width: 100%;
  z-index: 99999;
  transition: 400ms;
  top: 0;
  box-shadow: 0px 0px 10px #00000040;
  transition: 400ms; }
  .navbar .navbar-collapse {
    position: relative; }
    @media screen and (min-width: 991px) and (max-width: 1060px) {
      .navbar .navbar-collapse {
        margin-left: 20px !important; } }
    @media screen and (max-width: 480px) {
      .navbar .navbar-collapse {
        background: #ed1c24;
        padding: 15px 0px; } }
  .navbar .navbar-toggler {
    display: none;
    position: relative;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 999; }
    @media screen and (max-width: 991px) {
      .navbar .navbar-toggler {
        display: flex;
        color: transparent !important;
        border-color: transparent !important; } }
    .navbar .navbar-toggler:focus {
      outline: none !important;
      box-shadow: none !important; }
    .navbar .navbar-toggler span {
      position: absolute;
      background: #fff;
      height: 3px;
      width: 20px;
      left: 0; }
      .navbar .navbar-toggler span:nth-of-type(1) {
        top: 0; }
      .navbar .navbar-toggler span:nth-of-type(2) {
        top: 5px; }
      .navbar .navbar-toggler span:nth-of-type(3) {
        top: 10px; }
    .navbar .navbar-toggler .menu-close span {
      position: absolute;
      background: #fff;
      height: 3px;
      width: 20px;
      left: 0; }
      .navbar .navbar-toggler .menu-close span:nth-of-type(1) {
        top: 0;
        display: none !important; }
      .navbar .navbar-toggler .menu-close span:nth-of-type(2) {
        top: 5px;
        transform: rotate(45deg) !important; }
      .navbar .navbar-toggler .menu-close span:nth-of-type(3) {
        top: 5px;
        transform: rotate(315deg) !important; }
  .navbar .custom-logo-link {
    background: #fff;
    display: flex;
    height: 76px;
    width: 76px;
    border-radius: 160px;
    align-items: center;
    justify-content: center;
    transition: 400ms; }
    .navbar .custom-logo-link img {
      width: 100%;
      object-fit: contain;
      padding: 10px;
      height: auto;
      transition: 400ms;
      margin: 4px 0px 0px 4px; }
  .navbar .navbar-collapse {
    align-items: center;
    justify-content: end; }
  .navbar #menu-menu-principal,
  .navbar #menu-menu-principal-pags-internas {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    list-style: none; }
    .navbar #menu-menu-principal li:last-of-type,
    .navbar #menu-menu-principal-pags-internas li:last-of-type {
      padding: 2px 30px;
      border: 1px solid #fff;
      border-radius: 100px;
      transition: 400ms;
      background: #fff; }
      .navbar #menu-menu-principal li:last-of-type a,
      .navbar #menu-menu-principal-pags-internas li:last-of-type a {
        color: #ed1c24; }
    @media screen and (max-width: 560px) {
      .navbar #menu-menu-principal .menu-item-has-children,
      .navbar #menu-menu-principal-pags-internas .menu-item-has-children {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column; } }
    .navbar #menu-menu-principal .menu-item-has-children .sub-menu,
    .navbar #menu-menu-principal-pags-internas .menu-item-has-children .sub-menu {
      position: absolute;
      list-style: none;
      padding: 0;
      min-width: 250px;
      background: #fff;
      left: -90px;
      top: 44px;
      border-radius: 4px;
      display: none; }
      @media screen and (max-width: 560px) {
        .navbar #menu-menu-principal .menu-item-has-children .sub-menu,
        .navbar #menu-menu-principal-pags-internas .menu-item-has-children .sub-menu {
          position: relative;
          left: auto;
          top: auto;
          display: block !important; } }
      .navbar #menu-menu-principal .menu-item-has-children .sub-menu::before,
      .navbar #menu-menu-principal-pags-internas .menu-item-has-children .sub-menu::before {
        content: "";
        position: absolute;
        top: -8px;
        width: 0;
        height: 0;
        left: 0;
        right: 0;
        margin: auto;
        transform: rotate(180deg);
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #fff transparent transparent; }
      .navbar #menu-menu-principal .menu-item-has-children .sub-menu li,
      .navbar #menu-menu-principal-pags-internas .menu-item-has-children .sub-menu li {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: auto;
        margin-top: 4px; }
        .navbar #menu-menu-principal .menu-item-has-children .sub-menu li a,
        .navbar #menu-menu-principal-pags-internas .menu-item-has-children .sub-menu li a {
          color: #000;
          font-size: 22px; }
    .navbar #menu-menu-principal .menu-item,
    .navbar #menu-menu-principal-pags-internas .menu-item {
      margin-right: 30px;
      position: relative; }
      @media screen and (max-width: 480px) {
        .navbar #menu-menu-principal .menu-item,
        .navbar #menu-menu-principal-pags-internas .menu-item {
          margin: 0px 0px 10px; } }
      .navbar #menu-menu-principal .menu-item a,
      .navbar #menu-menu-principal-pags-internas .menu-item a {
        color: #fff;
        font-family: "Cuprum-Regular";
        text-decoration: none;
        font-size: 30px;
        font-weight: 500;
        text-transform: uppercase;
        transition: 400ms; }
        @media screen and (max-width: 480px) {
          .navbar #menu-menu-principal .menu-item a,
          .navbar #menu-menu-principal-pags-internas .menu-item a {
            font-size: 20px !important; } }

.transition-menu {
  height: 80px;
  transition: 400ms; }
  .transition-menu .custom-logo-link {
    height: 66px;
    width: 66px;
    transition: 400ms; }
    .transition-menu .custom-logo-link img {
      width: 100%;
      transition: 400ms; }
  .transition-menu #menu-menu-principal .menu-item a,
  .transition-menu #menu-menu-principal-pags-internas .menu-item a {
    font-size: 26px;
    transition: 400ms; }
    @media screen and (max-width: 480px) {
      .transition-menu #menu-menu-principal .menu-item a,
      .transition-menu #menu-menu-principal-pags-internas .menu-item a {
        font-size: 20px; } }

.pre-footer {
  background-color: #f6f6f6;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 480px) {
    .pre-footer {
      padding: 10px 10px 30px; } }
  .pre-footer .custom-logo-link {
    width: 100px; }
    .pre-footer .custom-logo-link img {
      width: 90%; }
      @media screen and (max-width: 480px) {
        .pre-footer .custom-logo-link img {
          width: 80%;
          height: auto; } }
  .pre-footer .text-pre-footer {
    margin-left: 15px; }
    .pre-footer .text-pre-footer h2 {
      color: #ed1c24;
      margin: 0;
      font-family: "Cuprum-Bold"; }
    .pre-footer .text-pre-footer h4 {
      color: #000;
      font-family: "Cuprum-Medium"; }

footer {
  padding: 40px 0px 0px;
  background-color: #e50d16;
  position: relative; }
  footer::before {
    content: "";
    position: absolute;
    top: -30px;
    background-image: url("wave-footer_daadc2685121.png");
    height: 30px;
    width: 100%;
    background-repeat-y: no-repeat; }
  footer .title-section h2 {
    font-size: 38px; }
    @media screen and (max-width: 480px) {
      footer .title-section h2 {
        font-size: 26px; } }
  footer .title-section h1,
  footer .title-section h2,
  footer .title-section h3,
  footer .title-section h4,
  footer .title-section h5,
  footer .title-section h6 {
    font-family: "Cuprum-Regular";
    margin: 0px 0px 40px;
    color: #fff;
    position: relative; }
    @media screen and (max-width: 480px) {
      footer .title-section h1,
      footer .title-section h2,
      footer .title-section h3,
      footer .title-section h4,
      footer .title-section h5,
      footer .title-section h6 {
        margin: 0px 0px 20px; } }
  footer .title-section p {
    font-family: "Cuprum-Medium";
    color: #fff;
    font-size: 22px;
    margin: 0px 0px 10px; }
    @media screen and (max-width: 480px) {
      footer .title-section p {
        font-size: 16px; } }
  footer .lojas {
    justify-content: space-between; }
  footer .content-lojas {
    width: 17%; }
    @media screen and (max-width: 480px) {
      footer .content-lojas {
        margin-bottom: 35px;
        border-bottom: 1px solid #fff;
        width: 100%; } }
    footer .content-lojas h1,
    footer .content-lojas h2,
    footer .content-lojas h3,
    footer .content-lojas h4,
    footer .content-lojas h5,
    footer .content-lojas h6 {
      font-family: "Cuprum-Bold";
      margin: 0px 0px 5px;
      color: #fff;
      position: relative; }
    footer .content-lojas p {
      font-family: "Cuprum-Medium";
      color: #fff;
      font-size: 18px;
      margin: 0;
      line-height: 20px; }
      @media screen and (max-width: 480px) {
        footer .content-lojas p {
          font-size: 16px; } }
      footer .content-lojas p a {
        color: #fff;
        font-size: 18px;
        text-decoration: none;
        display: flex;
        align-items: baseline; }
        @media screen and (max-width: 480px) {
          footer .content-lojas p a {
            font-size: 16px; } }
        footer .content-lojas p a img {
          height: 20px;
          width: 20px;
          margin: 0px 6px; }
        footer .content-lojas p a span {
          font-family: "Cuprum-Bold";
          color: #fff;
          font-size: 28px;
          line-height: 1.5; }
          @media screen and (max-width: 480px) {
            footer .content-lojas p a span {
              font-size: 22px; } }
  footer .copy {
    width: 100%;
    background-color: #f6f6f6;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px; }
    @media screen and (max-width: 480px) {
      footer .copy {
        margin-top: 10px; } }
    footer .copy p {
      margin: 0;
      color: #000; }

.wpp-fixed {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999; }
  @media screen and (max-width: 560px) {
    .wpp-fixed {
      right: 10px;
      bottom: 10px; } }
  .wpp-fixed .wpp-vendedores {
    position: relative;
    display: none;
    background-color: #fff;
    border-radius: 4px;
    min-height: 142px;
    width: auto;
    margin-bottom: 75px;
    box-shadow: 0px 0px 11px 3px #c1c1c19e; }
    .wpp-fixed .wpp-vendedores:after {
      position: absolute;
      bottom: -10px;
      right: 22px;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #31ba45 transparent transparent; }
    .wpp-fixed .wpp-vendedores .content-vendedores {
      padding: 15px 10px;
      border: 2px solid #f6f6f6; }
      .wpp-fixed .wpp-vendedores .content-vendedores a {
        display: flex;
        margin-bottom: 10px;
        align-items: center;
        text-decoration: none; }
        .wpp-fixed .wpp-vendedores .content-vendedores a h3 {
          font-size: 20px;
          color: #000;
          transition: 400ms;
          margin: 0; }
          .wpp-fixed .wpp-vendedores .content-vendedores a h3:hover {
            color: #4caf50;
            transition: 400ms; }
        .wpp-fixed .wpp-vendedores .content-vendedores a img {
          width: 40px;
          padding-right: 10px; }
    .wpp-fixed .wpp-vendedores .title-wpp {
      background-color: #4caf50;
      padding: 10px; }
      .wpp-fixed .wpp-vendedores .title-wpp p {
        color: #fff;
        margin: 0;
        font-size: 18px; }
  .wpp-fixed .link-btn {
    position: fixed;
    right: 30px;
    bottom: 30px; }
    @media screen and (max-width: 560px) {
      .wpp-fixed .link-btn {
        right: 10px;
        bottom: 10px; } }
    .wpp-fixed .link-btn img {
      width: 60px;
      height: 60px;
      object-fit: contain; }

.banner {
  position: relative;
  overflow: hidden;
  height: 500px;
  margin-top: 90px;
  z-index: 0;
  padding: 0px; }
  @media screen and (max-width: 480px) {
    .banner {
      height: 530px; } }
  .banner .slick-dots {
    position: absolute;
    bottom: 10px; }
    .banner .slick-dots li {
      margin: 0px 4px 10px; }
      .banner .slick-dots li button:hover::before {
        transition: 400ms;
        border: 2px solid #000; }
      .banner .slick-dots li button::before {
        color: transparent;
        border: 2px solid #000;
        border-radius: 100px;
        padding: 0;
        margin: 5px 0px;
        transition: 400ms;
        background: #fff;
        opacity: 0.9;
        height: 16px;
        width: 16px; }
    .banner .slick-dots .slick-active button:hover::before {
      transition: 400ms;
      border: 2px solid #ed1c24;
      background-color: #ed1c24; }
    .banner .slick-dots .slick-active button::before {
      color: #ed1c24;
      border: 2px solid #ed1c24;
      border-radius: 100px;
      padding: 0;
      transition: 400ms;
      background-color: #ed1c24; }
  .banner .slick-prev {
    left: 10px;
    z-index: 1; }
    .banner .slick-prev::before {
      color: #000; }
  .banner .slick-next {
    right: 10px;
    z-index: 1; }
    .banner .slick-next::before {
      color: #000; }
  .banner .content-bg-banner {
    background-repeat: no-repeat;
    position: relative;
    background-color: #f6f6f6; }
    .banner .content-bg-banner .container {
      padding: 60px 0px 70px; }
      @media screen and (max-width: 480px) {
        .banner .content-bg-banner .container {
          padding: 30px 20px; } }
    .banner .content-bg-banner img {
      width: 100%; }
      @media screen and (max-width: 480px) {
        .banner .content-bg-banner img {
          margin-top: 28px; } }
    .banner .content-bg-banner .content-text-banner {
      position: relative; }
      .banner .content-bg-banner .content-text-banner h1 {
        font-size: 46px; }
        @media screen and (max-width: 480px) {
          .banner .content-bg-banner .content-text-banner h1 {
            font-size: 26px; } }
      .banner .content-bg-banner .content-text-banner h1,
      .banner .content-bg-banner .content-text-banner h2,
      .banner .content-bg-banner .content-text-banner h3,
      .banner .content-bg-banner .content-text-banner h4,
      .banner .content-bg-banner .content-text-banner h5,
      .banner .content-bg-banner .content-text-banner h6 {
        color: #000;
        font-family: "Cuprum-Bold";
        margin-bottom: 20px; }
      .banner .content-bg-banner .content-text-banner p {
        color: #3c3c3c;
        font-family: "Cuprum-Regular";
        font-size: 24px;
        line-height: 1.3; }
        @media screen and (max-width: 480px) {
          .banner .content-bg-banner .content-text-banner p {
            font-size: 16px;
            margin-bottom: 26px; } }
      .banner .content-bg-banner .content-text-banner ul li {
        font-size: 20px;
        font-family: "Cuprum-Regular"; }
      .banner .content-bg-banner .content-text-banner .content-btn {
        margin-top: 45px; }
        @media screen and (max-width: 480px) {
          .banner .content-bg-banner .content-text-banner .content-btn {
            margin-top: 20px; } }
        .banner .content-bg-banner .content-text-banner .content-btn a {
          color: #fff;
          font-family: "Cuprum-Regular";
          font-size: 20px;
          padding: 10px 30px;
          background: #ed1c24;
          border-radius: 100px;
          margin-right: 35px;
          text-decoration: none; }
          @media screen and (max-width: 480px) {
            .banner .content-bg-banner .content-text-banner .content-btn a {
              font-size: 16px; } }
  .banner .content-bg-banner.img {
    width: 100%; }
    .banner .content-bg-banner.img .content-text-banner {
      display: none; }
    .banner .content-bg-banner.img .content-img {
      width: 100%; }
      .banner .content-bg-banner.img .content-img img {
        height: 500px;
        width: 100%;
        object-fit: contain; }
        @media screen and (max-width: 560px) {
          .banner .content-bg-banner.img .content-img img {
            margin: 0;
            object-fit: cover; } }

.section-quem-somos {
  background-color: #fff;
  padding: 50px 0px; }
  .section-quem-somos .col-md-6 {
    position: relative; }
  .section-quem-somos .position-content {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .section-quem-somos .content-text {
    max-width: 90%; }
    @media screen and (max-width: 480px) {
      .section-quem-somos .content-text {
        max-width: 100%;
        margin-bottom: 30px; } }
    .section-quem-somos .content-text h2 {
      font-size: 44px; }
      @media screen and (max-width: 480px) {
        .section-quem-somos .content-text h2 {
          font-size: 26px; } }
    .section-quem-somos .content-text h1,
    .section-quem-somos .content-text h2,
    .section-quem-somos .content-text h3,
    .section-quem-somos .content-text h4,
    .section-quem-somos .content-text h5,
    .section-quem-somos .content-text h6 {
      font-family: "Cuprum-Bold";
      margin: 0px 0px 20px;
      color: #000;
      position: relative; }
    .section-quem-somos .content-text p {
      font-family: "Cuprum-Medium";
      color: #3c3c3c;
      font-size: 22px;
      margin: 0px 0px 10px; }
      @media screen and (max-width: 480px) {
        .section-quem-somos .content-text p {
          font-size: 16px; } }
    .section-quem-somos .content-text .btn-saibaMais {
      padding: 8px 30px;
      background: #ed1c24;
      font-family: "Cuprum-Regular";
      font-size: 16px;
      border-radius: 100px;
      margin-top: 20px;
      color: #fff;
      font-size: 18px;
      text-decoration: none; }
      @media screen and (max-width: 480px) {
        .section-quem-somos .content-text .btn-saibaMais {
          font-size: 16px; } }
  .section-quem-somos .box-info {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 120px;
    background: #ed1c24;
    padding: 16px 10px;
    color: #fff;
    line-height: 1;
    border-radius: 20px;
    font-family: "Cuprum-Regular"; }
    @media screen and (max-width: 480px) {
      .section-quem-somos .box-info {
        padding: 14px 6px;
        right: 6px;
        bottom: 40px; } }
    .section-quem-somos .box-info p {
      margin-bottom: 0 !important;
      text-align: center; }
      .section-quem-somos .box-info p strong {
        font-size: 30px;
        line-height: 24px; }
        @media screen and (max-width: 480px) {
          .section-quem-somos .box-info p strong {
            font-size: 24px; } }
      .section-quem-somos .box-info p span {
        font-size: 25px; }
        @media screen and (max-width: 480px) {
          .section-quem-somos .box-info p span {
            font-size: 16px; } }
      .section-quem-somos .box-info p i {
        font-style: normal !important; }
        @media screen and (max-width: 480px) {
          .section-quem-somos .box-info p i {
            font-size: 16px; } }
  .section-quem-somos .slide-quemSomos .slick-prev {
    left: 0;
    z-index: 1; }
    .section-quem-somos .slide-quemSomos .slick-prev::before {
      color: #000; }
  .section-quem-somos .slide-quemSomos .slick-next {
    right: 0;
    z-index: 1; }
    .section-quem-somos .slide-quemSomos .slick-next::before {
      color: #000; }
  .section-quem-somos .slide-quemSomos .content-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .section-quem-somos .slide-quemSomos .content-img img {
      width: 90%;
      height: auto;
      max-height: 350px;
      object-fit: cover;
      border-radius: 30px;
      border: 4px solid #ed1c24; }
      @media screen and (max-width: 480px) {
        .section-quem-somos .slide-quemSomos .content-img img {
          width: 80%; } }
    .section-quem-somos .slide-quemSomos .content-img .btn-loja {
      padding: 8px 30px;
      background: #ed1c24;
      font-family: "Cuprum-Regular";
      font-size: 16px;
      border-radius: 100px;
      margin-top: 20px;
      color: #fff;
      font-size: 18px;
      text-decoration: none; }
      @media screen and (max-width: 480px) {
        .section-quem-somos .slide-quemSomos .content-img .btn-loja {
          font-size: 16px !important; } }

.secao-delivery {
  background-color: #ed1c24;
  padding: 40px 0px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    .secao-delivery {
      background: #f6f6f6; } }
  .secao-delivery .title-section h2 {
    font-size: 44px; }
    @media screen and (max-width: 480px) {
      .secao-delivery .title-section h2 {
        font-size: 26px; } }
  .secao-delivery .title-section h1,
  .secao-delivery .title-section h2,
  .secao-delivery .title-section h3,
  .secao-delivery .title-section h4,
  .secao-delivery .title-section h5,
  .secao-delivery .title-section h6 {
    position: relative;
    color: #3f3f3f;
    font-family: "Cuprum-Bold";
    margin-bottom: 40px; }
    @media screen and (max-width: 480px) {
      .secao-delivery .title-section h1,
      .secao-delivery .title-section h2,
      .secao-delivery .title-section h3,
      .secao-delivery .title-section h4,
      .secao-delivery .title-section h5,
      .secao-delivery .title-section h6 {
        margin-bottom: 20px; } }
    .secao-delivery .title-section h1::before,
    .secao-delivery .title-section h2::before,
    .secao-delivery .title-section h3::before,
    .secao-delivery .title-section h4::before,
    .secao-delivery .title-section h5::before,
    .secao-delivery .title-section h6::before {
      content: "";
      position: absolute;
      bottom: -22px;
      width: 120px;
      background: #ed1c24;
      height: 3px; }
      @media screen and (max-width: 480px) {
        .secao-delivery .title-section h1::before,
        .secao-delivery .title-section h2::before,
        .secao-delivery .title-section h3::before,
        .secao-delivery .title-section h4::before,
        .secao-delivery .title-section h5::before,
        .secao-delivery .title-section h6::before {
          bottom: -10px;
          width: 60px; } }
  .secao-delivery .title-section p {
    color: #3f3f3f;
    font-family: "Cuprum-Regular";
    font-size: 18px;
    margin-bottom: 20px;
    position: relative; }
    @media screen and (max-width: 480px) {
      .secao-delivery .title-section p {
        font-size: 16px; } }
  .secao-delivery .mapa-lojas:before {
    content: "";
    position: absolute;
    top: -240px;
    height: 1000px;
    width: 1000px;
    background: #f6f6f6;
    left: -250px;
    border-radius: 1000px; }
    @media screen and (max-width: 480px) {
      .secao-delivery .mapa-lojas:before {
        display: none; } }
  .secao-delivery #map {
    height: 320px; }
    .secao-delivery #map .leaflet-map-pane .leaflet-marker-pane img {
      width: 24px !important;
      height: 24px !important; }
    .secao-delivery #map .leaflet-map-pane .leaflet-popup-pane .template-popup .leaflet-popup-content-wrapper {
      box-shadow: 0px 0px 10px #0000003b;
      border-radius: 4px; }
    .secao-delivery #map .leaflet-map-pane .leaflet-popup-pane .template-popup .leaflet-popup-content {
      margin: 10px !important; }
      .secao-delivery #map .leaflet-map-pane .leaflet-popup-pane .template-popup .leaflet-popup-content p {
        margin: 0px 0px 10px !important;
        font-weight: bold; }
        .secao-delivery #map .leaflet-map-pane .leaflet-popup-pane .template-popup .leaflet-popup-content p span {
          font-weight: normal;
          margin-left: 10px; }
      .secao-delivery #map .leaflet-map-pane .leaflet-popup-pane .template-popup .leaflet-popup-content .popup-map img {
        width: 20px;
        margin-left: 5px; }
      .secao-delivery #map .leaflet-map-pane .leaflet-popup-pane .template-popup .leaflet-popup-content .popup-map .bg-img-icone {
        display: flex;
        align-items: flex-start; }
        .secao-delivery #map .leaflet-map-pane .leaflet-popup-pane .template-popup .leaflet-popup-content .popup-map .bg-img-icone h3 {
          font-size: 16px;
          margin: 0px 0px 10px; }
        .secao-delivery #map .leaflet-map-pane .leaflet-popup-pane .template-popup .leaflet-popup-content .popup-map .bg-img-icone img {
          width: 18px !important;
          margin: 0px 5px 0px !important; }
    .secao-delivery #map .leaflet-control-attribution {
      display: none; }
  .secao-delivery .content-img {
    width: 70%;
    display: flex;
    align-items: center;
    margin: 0px 0px 0px auto; }
    @media screen and (max-width: 480px) {
      .secao-delivery .content-img {
        display: none; } }
    .secao-delivery .content-img img {
      width: 100%; }

.secao-produtos-home {
  padding: 60px 0px;
  background-color: #fff; }
  .secao-produtos-home .title-section {
    margin-bottom: 85px;
    position: relative; }
    .secao-produtos-home .title-section::before {
      content: "";
      position: absolute;
      bottom: -22px;
      width: 120px;
      background: #ed1c24;
      height: 3px; }
      @media screen and (max-width: 480px) {
        .secao-produtos-home .title-section::before {
          bottom: -10px;
          width: 60px; } }
    .secao-produtos-home .title-section h2 {
      font-size: 44px; }
      @media screen and (max-width: 480px) {
        .secao-produtos-home .title-section h2 {
          font-size: 26px; } }
    .secao-produtos-home .title-section h1,
    .secao-produtos-home .title-section h2,
    .secao-produtos-home .title-section h3,
    .secao-produtos-home .title-section h4,
    .secao-produtos-home .title-section h5,
    .secao-produtos-home .title-section h6 {
      font-family: "Cuprum-Bold";
      color: #000; }
  @media screen and (max-width: 480px) {
    .secao-produtos-home .slide-produtos .slick-prev {
      left: 10px;
      z-index: 2; } }
  .secao-produtos-home .slide-produtos .slick-prev::before {
    color: #000; }
  @media screen and (max-width: 480px) {
    .secao-produtos-home .slide-produtos .slick-next {
      right: 10px;
      z-index: 2; } }
  .secao-produtos-home .slide-produtos .slick-next::before {
    color: #000; }
  .secao-produtos-home .slide-produtos .content-produto {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    .secao-produtos-home .slide-produtos .content-produto .content-img img {
      width: 90%;
      margin: 0px auto 20px;
      max-height: 230px; }
      @media screen and (max-width: 480px) {
        .secao-produtos-home .slide-produtos .content-produto .content-img img {
          width: 60%; } }
    .secao-produtos-home .slide-produtos .content-produto .content-text p {
      color: #ed1c24;
      padding: 10px 30px;
      font-size: 18px;
      font-family: "Cuprum-Bold";
      border-radius: 100px;
      border: 2px solid #ed1c24;
      margin: 0 !important; }
      @media screen and (max-width: 480px) {
        .secao-produtos-home .slide-produtos .content-produto .content-text p {
          font-size: 16px; } }

.secao-depoimentos-home {
  padding: 60px 0px;
  background-color: #ed1c24; }
  @media screen and (max-width: 480px) {
    .secao-depoimentos-home {
      padding: 40px 0px 10px; } }
  .secao-depoimentos-home .content-title {
    display: flex;
    align-items: center; }
    .secao-depoimentos-home .content-title .title-section h2 {
      font-size: 48px; }
      @media screen and (max-width: 480px) {
        .secao-depoimentos-home .content-title .title-section h2 {
          font-size: 26px;
          max-width: 80%; } }
    .secao-depoimentos-home .content-title .title-section h1,
    .secao-depoimentos-home .content-title .title-section h2,
    .secao-depoimentos-home .content-title .title-section h3,
    .secao-depoimentos-home .content-title .title-section h4,
    .secao-depoimentos-home .content-title .title-section h5,
    .secao-depoimentos-home .content-title .title-section h6 {
      font-family: "Cuprum-Bold";
      color: #fff; }
  @media screen and (max-width: 480px) {
    .secao-depoimentos-home .slide-depoimentos .slick-prev {
      left: 0;
      z-index: 2; }
    .secao-depoimentos-home .slide-depoimentos .slick-next {
      right: 0;
      z-index: 2; } }
  .secao-depoimentos-home .slide-depoimentos .slick-list {
    padding: 20px 0px !important; }
  .secao-depoimentos-home .slide-depoimentos .slick-slide {
    transform: scale(0.9);
    opacity: 0.3;
    transition: all ease 0.5s; }
    @media screen and (max-width: 480px) {
      .secao-depoimentos-home .slide-depoimentos .slick-slide {
        transform: scale(0.8); } }
  .secao-depoimentos-home .slide-depoimentos .slick-current {
    transform: scale(1.1);
    opacity: 1; }
    @media screen and (max-width: 480px) {
      .secao-depoimentos-home .slide-depoimentos .slick-current {
        transform: scale(0.9); } }
  .secao-depoimentos-home .slide-depoimentos .slick-center {
    z-index: 1; }
  .secao-depoimentos-home .slide-depoimentos .content-depoimento {
    background: #fff;
    border-radius: 20px;
    padding: 20px 14px;
    box-shadow: 0px 0px 16px #0006;
    margin: 20px 5px;
    min-height: 240px; }
    @media screen and (max-width: 480px) {
      .secao-depoimentos-home .slide-depoimentos .content-depoimento {
        width: 200px; } }
    .secao-depoimentos-home .slide-depoimentos .content-depoimento .content-depoimento-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 30px; }
      @media screen and (max-width: 480px) {
        .secao-depoimentos-home .slide-depoimentos .content-depoimento .content-depoimento-header {
          flex-direction: column; } }
      .secao-depoimentos-home .slide-depoimentos .content-depoimento .content-depoimento-header .content-avatar img {
        background: #c4151c;
        border-radius: 100px;
        width: 70px;
        height: 70px;
        object-fit: cover; }
        @media screen and (max-width: 480px) {
          .secao-depoimentos-home .slide-depoimentos .content-depoimento .content-depoimento-header .content-avatar img {
            margin-bottom: 10px; } }
      .secao-depoimentos-home .slide-depoimentos .content-depoimento .content-depoimento-header .content-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .secao-depoimentos-home .slide-depoimentos .content-depoimento .content-depoimento-header .content-text h3 {
          font-size: 20px;
          font-family: "Cuprum-Bold";
          margin: 0; }
        .secao-depoimentos-home .slide-depoimentos .content-depoimento .content-depoimento-header .content-text p {
          font-size: 14px;
          margin-bottom: 6px; }
        .secao-depoimentos-home .slide-depoimentos .content-depoimento .content-depoimento-header .content-text .content-icon-avaliacao {
          display: flex;
          align-items: center;
          justify-content: space-between;
          width: 100%; }
          .secao-depoimentos-home .slide-depoimentos .content-depoimento .content-depoimento-header .content-text .content-icon-avaliacao img {
            width: 20px; }
    .secao-depoimentos-home .slide-depoimentos .content-depoimento .content-depoimento-boddy p {
      font-size: 20px;
      line-height: 1.1; }
      @media screen and (max-width: 480px) {
        .secao-depoimentos-home .slide-depoimentos .content-depoimento .content-depoimento-boddy p {
          text-align: center; } }

.secao-redes-sociais {
  padding: 60px 0px;
  background-color: #f6f6f6; }
  @media screen and (max-width: 480px) {
    .secao-redes-sociais {
      padding: 40px 0px 30px; } }
  .secao-redes-sociais .title-section {
    margin-bottom: 85px;
    position: relative; }
    .secao-redes-sociais .title-section::before {
      content: "";
      position: absolute;
      bottom: -22px;
      width: 120px;
      background: #ed1c24;
      height: 3px; }
      @media screen and (max-width: 480px) {
        .secao-redes-sociais .title-section::before {
          bottom: -12px;
          width: 60px; } }
    .secao-redes-sociais .title-section h2 {
      font-size: 44px; }
      @media screen and (max-width: 480px) {
        .secao-redes-sociais .title-section h2 {
          font-size: 26px; } }
    .secao-redes-sociais .title-section h1,
    .secao-redes-sociais .title-section h2,
    .secao-redes-sociais .title-section h3,
    .secao-redes-sociais .title-section h4,
    .secao-redes-sociais .title-section h5,
    .secao-redes-sociais .title-section h6 {
      font-family: "Cuprum-Bold";
      color: #000; }
  .secao-redes-sociais .content-section .content-redes {
    display: flex;
    align-items: center;
    margin-bottom: 60px; }
    @media screen and (max-width: 480px) {
      .secao-redes-sociais .content-section .content-redes {
        margin-bottom: 30px; } }
    .secao-redes-sociais .content-section .content-redes .content-icon {
      position: relative;
      z-index: 0;
      padding: 8px; }
      .secao-redes-sociais .content-section .content-redes .content-icon::before {
        content: "";
        background: #fff;
        width: 45px;
        height: 45px;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 100px; }
      .secao-redes-sociais .content-section .content-redes .content-icon img {
        width: 30px;
        margin: 0px 10px 0px 0px; }
    .secao-redes-sociais .content-section .content-redes .content-text {
      margin-left: 10px; }
      .secao-redes-sociais .content-section .content-redes .content-text p {
        color: #000;
        font-size: 20px;
        line-height: 19px;
        font-family: "Cuprum-Bold";
        margin: 0 !important; }

.secao-unidades {
  padding: 60px 0px;
  background-color: #fff; }
  .secao-unidades .title-section {
    margin-bottom: 85px;
    position: relative; }
    .secao-unidades .title-section::before {
      content: "";
      position: absolute;
      bottom: -22px;
      width: 120px;
      background: #ed1c24;
      height: 3px; }
    .secao-unidades .title-section h2 {
      font-size: 44px; }
    .secao-unidades .title-section h1,
    .secao-unidades .title-section h2,
    .secao-unidades .title-section h3,
    .secao-unidades .title-section h4,
    .secao-unidades .title-section h5,
    .secao-unidades .title-section h6 {
      font-family: "Cuprum-Bold";
      color: #000; }
  .secao-unidades .content-section .lista-lojas {
    padding: 0%; }
    .secao-unidades .content-section .lista-lojas li {
      list-style: none;
      background: #c4151c;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0px 0px 10px;
      padding: 8px;
      border-radius: 100px;
      border: 2px solid #fff;
      box-shadow: 0px 0px 10px #00000069;
      cursor: pointer; }
      .secao-unidades .content-section .lista-lojas li p {
        color: #fff;
        margin: 0 !important; }
    .secao-unidades .content-section .lista-lojas .content-icon {
      position: relative;
      z-index: 0;
      padding: 8px; }
      .secao-unidades .content-section .lista-lojas .content-icon::before {
        content: "";
        background: #fff;
        width: 45px;
        height: 45px;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 100px; }
      .secao-unidades .content-section .lista-lojas .content-icon img {
        width: 30px;
        margin: 0px 10px 0px 0px; }
    .secao-unidades .content-section .lista-lojas .content-text {
      margin-left: 10px; }
      .secao-unidades .content-section .lista-lojas .content-text p {
        color: #000;
        font-size: 20px;
        line-height: 19px;
        font-family: "Cuprum-Bold";
        margin: 0 !important; }

.secao-texto-pags-internas {
  background-color: #f6f6f6;
  padding: 40px 0px; }
  @media screen and (max-width: 560px) {
    .secao-texto-pags-internas {
      padding: 0px 0px 30px; } }
  .secao-texto-pags-internas .content-text {
    margin-top: 40px; }
    .secao-texto-pags-internas .content-text h2 {
      font-size: 44px; }
      @media screen and (max-width: 560px) {
        .secao-texto-pags-internas .content-text h2 {
          font-size: 26px; } }
    .secao-texto-pags-internas .content-text h1,
    .secao-texto-pags-internas .content-text h2,
    .secao-texto-pags-internas .content-text h3,
    .secao-texto-pags-internas .content-text h4,
    .secao-texto-pags-internas .content-text h5,
    .secao-texto-pags-internas .content-text h6 {
      font-family: "Cuprum-Bold";
      margin: 0px 0px 20px;
      color: #c4151c;
      position: relative; }
    .secao-texto-pags-internas .content-text p {
      color: #3c3c3c;
      font-size: 18px;
      margin: 0px 0px 20px; }
      @media screen and (max-width: 560px) {
        .secao-texto-pags-internas .content-text p {
          font-size: 16px; } }

.secao-texto-delivery {
  background-color: #ed1c24;
  padding: 40px 0px;
  position: relative;
  overflow: hidden; }
  .secao-texto-delivery .title-section h2 {
    font-size: 44px; }
    @media screen and (max-width: 560px) {
      .secao-texto-delivery .title-section h2 {
        font-size: 26px; } }
  .secao-texto-delivery .title-section h1,
  .secao-texto-delivery .title-section h2,
  .secao-texto-delivery .title-section h3,
  .secao-texto-delivery .title-section h4,
  .secao-texto-delivery .title-section h5,
  .secao-texto-delivery .title-section h6 {
    position: relative;
    color: #3f3f3f;
    font-family: "Cuprum-Bold";
    margin-bottom: 40px; }
    @media screen and (max-width: 560px) {
      .secao-texto-delivery .title-section h1,
      .secao-texto-delivery .title-section h2,
      .secao-texto-delivery .title-section h3,
      .secao-texto-delivery .title-section h4,
      .secao-texto-delivery .title-section h5,
      .secao-texto-delivery .title-section h6 {
        margin-bottom: 20px;
        color: #fff; } }
    .secao-texto-delivery .title-section h1::before,
    .secao-texto-delivery .title-section h2::before,
    .secao-texto-delivery .title-section h3::before,
    .secao-texto-delivery .title-section h4::before,
    .secao-texto-delivery .title-section h5::before,
    .secao-texto-delivery .title-section h6::before {
      content: "";
      position: absolute;
      bottom: -22px;
      width: 120px;
      background: #ed1c24;
      height: 3px; }
      @media screen and (max-width: 560px) {
        .secao-texto-delivery .title-section h1::before,
        .secao-texto-delivery .title-section h2::before,
        .secao-texto-delivery .title-section h3::before,
        .secao-texto-delivery .title-section h4::before,
        .secao-texto-delivery .title-section h5::before,
        .secao-texto-delivery .title-section h6::before {
          bottom: -12px;
          width: 60px;
          background: #fff; } }
  .secao-texto-delivery .title-section p {
    color: #3f3f3f;
    font-size: 18px;
    margin-bottom: 20px;
    position: relative; }
    @media screen and (max-width: 560px) {
      .secao-texto-delivery .title-section p {
        font-size: 16px;
        color: #fff; } }
    .secao-texto-delivery .title-section p b,
    .secao-texto-delivery .title-section p strong {
      font-weight: normal;
      border: 2px solid #c4151c;
      border-radius: 100px;
      padding: 10px 30px; }
      @media screen and (max-width: 560px) {
        .secao-texto-delivery .title-section p b,
        .secao-texto-delivery .title-section p strong {
          border: 0px solid transparent;
          border-radius: 0px;
          padding: 0px;
          text-decoration: underline; } }
  .secao-texto-delivery .bg-text:before {
    content: "";
    position: absolute;
    top: -240px;
    height: 900px;
    width: 1000px;
    background: #fff;
    left: -250px;
    border-radius: 1000px; }
    @media screen and (max-width: 560px) {
      .secao-texto-delivery .bg-text:before {
        display: none; } }
  .secao-texto-delivery .content-img {
    width: 70%;
    display: flex;
    align-items: center;
    margin: 0px 0px 0px auto; }
    .secao-texto-delivery .content-img img {
      width: 100%; }

.secao-cardapios {
  padding: 40px 0px; }
  .secao-cardapios .title-section {
    margin-bottom: 40px; }
    .secao-cardapios .title-section h2 {
      font-size: 44px; }
    .secao-cardapios .title-section h1,
    .secao-cardapios .title-section h2,
    .secao-cardapios .title-section h3,
    .secao-cardapios .title-section h4,
    .secao-cardapios .title-section h5,
    .secao-cardapios .title-section h6 {
      font-family: "Cuprum-Bold";
      color: #000; }
  .secao-cardapios .content-cardapio {
    margin-bottom: 30px;
    border-radius: 10px;
    border: 2px solid #c4151c;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .secao-cardapios .content-cardapio .acessos {
      display: flex;
      justify-content: space-evenly;
      align-items: center; }
      .secao-cardapios .content-cardapio .acessos a {
        color: #fff;
        text-decoration: none;
        padding: 8px 30px 10px;
        background: #c4151c;
        border-radius: 100px; }

.secao-trabalhe-conosco {
  background-color: #f6f6f6;
  padding: 40px 0px; }
  .secao-trabalhe-conosco .title-section {
    margin-bottom: 40px; }
    .secao-trabalhe-conosco .title-section h2 {
      font-size: 44px; }
      @media screen and (max-width: 560px) {
        .secao-trabalhe-conosco .title-section h2 {
          font-size: 26px; } }
    .secao-trabalhe-conosco .title-section h1,
    .secao-trabalhe-conosco .title-section h2,
    .secao-trabalhe-conosco .title-section h3,
    .secao-trabalhe-conosco .title-section h4,
    .secao-trabalhe-conosco .title-section h5,
    .secao-trabalhe-conosco .title-section h6 {
      font-family: "Cuprum-Bold";
      color: #000; }
  .secao-trabalhe-conosco .form-trabalhe-consoco form {
    width: 90%; }
    .secao-trabalhe-conosco .form-trabalhe-consoco form p {
      margin: 0; }
    .secao-trabalhe-conosco .form-trabalhe-consoco form input,
    .secao-trabalhe-conosco .form-trabalhe-consoco form select {
      border: 0;
      padding: 8px 6px;
      border-radius: 8px;
      width: 100%;
      margin-bottom: 10px;
      color: #000;
      box-shadow: 0px 0px 10px #0000000d; }
      .secao-trabalhe-conosco .form-trabalhe-consoco form input::placeholder,
      .secao-trabalhe-conosco .form-trabalhe-consoco form select::placeholder {
        color: #000; }
    .secao-trabalhe-conosco .form-trabalhe-consoco form span,
    .secao-trabalhe-conosco .form-trabalhe-consoco form label {
      width: 100%;
      margin-bottom: 10px; }
    .secao-trabalhe-conosco .form-trabalhe-consoco form .wpcf7-submit {
      width: fit-content !important;
      background: #c4151c;
      padding: 10px 60px !important;
      border-radius: 100px !important;
      color: #fff !important; }
    .secao-trabalhe-conosco .form-trabalhe-consoco form .wpcf7-file {
      box-shadow: none !important; }

.section-topo-lojas {
  background: #f6f6f6;
  padding: 60px 0px;
  min-height: 360px;
  background-size: 630px;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  z-index: 0; }
  @media screen and (max-width: 560px) {
    .section-topo-lojas {
      padding: 30px 0px;
      min-height: 300px;
      background-size: 530px; } }
  .section-topo-lojas:before {
    content: "";
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #e5e5e5 70%, #bdb0b08f 100%) !important;
    top: 0;
    left: 0; }
  .section-topo-lojas h3 {
    font-size: 54px;
    font-family: "Cuprum-Bold"; }
    @media screen and (max-width: 560px) {
      .section-topo-lojas h3 {
        font-size: 26px; } }
  .section-topo-lojas .info-lojas {
    margin-bottom: 40px; }
    .section-topo-lojas .info-lojas p {
      font-size: 18px; }
    .section-topo-lojas .info-lojas a {
      display: flex;
      align-items: center;
      color: #000;
      text-decoration: none;
      color: #4caf50;
      text-decoration: none;
      font-weight: bold;
      font-size: 24px; }
      @media screen and (max-width: 560px) {
        .section-topo-lojas .info-lojas a {
          font-size: 18px; } }
      .section-topo-lojas .info-lojas a img {
        width: 40px;
        margin-right: 10px; }
        @media screen and (max-width: 560px) {
          .section-topo-lojas .info-lojas a img {
            width: 30px;
            margin-right: 6px; } }
  .section-topo-lojas .bt-cardapio {
    color: #fff;
    background: #ed1c24;
    padding: 8px 60px;
    text-decoration: none;
    border-radius: 100px;
    font-size: 18px; }
    @media screen and (max-width: 560px) {
      .section-topo-lojas .bt-cardapio {
        font-size: 16px;
        right: 10px;
        padding: 8px 30px; } }

.section-single-post {
  padding: 30px 0px 50px;
  background: #fff; }
  .section-single-post .secao-texto-delivery {
    padding: 40px 10px; }
  .section-single-post iframe {
    width: 100%; }
  .section-single-post ul li {
    font-size: 16px; }
    .section-single-post ul li::marker {
      color: #ed1c24; }
