  /* Global Styles */

  * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }

  :root {
    --viewport-width: 100vw;
    --scale-factor: calc(1 + 1000 * var(--viewport-width));
  }

  body {
    /* font-family: "Overlock", sans-serif; */
    line-height: 1.6;
    color: #333;
    background-color: #f1f1f1 !important;
    overflow-x: hidden !important;
  }

  body {
    background-image: url('../images/BACKGROUND.svg');
    background-size: cover;
    background-position: center;
    margin: 0;
    height: 100vh;
    width: 100vw;
  }


  body::before,
  body::after {
    content: '';
    position: absolute;
    top: 0;
    width: 150px;
    height: var(--site-height);
    background-repeat: repeat-y;
    z-index: -3;
  }

  body::before {
    left: 0;
    background-image: url(../images/b-esquerda.svg);

  }

  body::after {
    right: 0;
    background-image: url('../images/b-direita.svg');

  }


  section {
    padding-bottom: 1rem;
    overflow: hidden;
  }

  .not-padding {
    padding-bottom: 0 !important;
  }


  .conteudo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .container {
    max-width: 900px !important;
    padding: 20px;
    margin: 0 auto;
  }

  /* FONT Styles */
  .georama {
    font-family: "Georama", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
  }



  .overlock {
    font-family: "Overlock", sans-serif;
  }

  .overlock-colored-font {
    color: #8F2614 !important;
    font-size: calc(1.375rem + 1.3vw);
    font-family: "Overlock", sans-serif;
  }

  .overlock-regular {
    font-family: "Overlock", sans-serif;
    font-weight: 400;
    font-style: normal;
  }

  .overlock-bold {
    font-family: "Overlock", sans-serif;
    font-weight: 700;
    font-style: normal;
  }

  .overlock-black {
    font-family: "Overlock", sans-serif;
    font-weight: 900;
    font-style: normal;
  }

  .overlock-regular-italic {
    font-family: "Overlock", sans-serif;
    font-weight: 400;
    font-style: italic;
  }

  .overlock-bold-italic {
    font-family: "Overlock", sans-serif;
    font-weight: 700;
    font-style: italic;
  }

  .overlock-black-italic {
    font-family: "Overlock", sans-serif;
    font-weight: 900;
    font-style: italic;
  }




  /* Header Styles */

  header {
    background-color: #A02B10;
    text-align: center;
    max-height: 200px;
  }

  .logo {
    margin: 0 auto;

  }

  .logo img {
    margin: 10px;
    max-width: 230px;
    height: auto;
  }

  .nav-item.dropdown .nav-link.dropdown-toggle::after {
    display: none;
    /* Esconde a seta */
  }

  .dropdown-menu {
    background: #8F2614 !important;
  }

  .dropdown-item:focus,
  .dropdown-item:hover {
    background: #b6321a !important;
  }

  @media (min-width: 992px) {
    .navbar {
      display: flex;
      flex-direction: column;
    }
  }



  /* Banner Principal */
  .banner {
    overflow: hidden;
  }

  .banner img {
    width: 100%;
    height: auto;
  }

  .banner-svg {
    height: auto;
    display: flex;
    align-items: center;
  }


  .banner-svg img {
    z-index: -1;
    max-height: 540px;

    min-width: 100%;
    object-fit: cover !important;
  }

  .banner-svg .content {
    flex: 1;
  }

  .banner-svg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-clip: content-box;
  }

  .background-1 {
    background-image: url('../images/bannerPrincipal.svg');
    background-size: contain;
    background-position-x: right;
  }

  .background-2 {
    background-image: url('../images/banner2.svg');

    background-size: contain;
    background-position-x: left;
  }


  .background-3 {
    background-image: url('../images/banner3.svg');

    background-size: contain;
    background-position-x: left;
    background-position-y: bottom;
  }



  /* swiper alimentos*/

  .swiper-container {
    overflow: hidden;
  }

  .swiper-button-prev,
  .swiper-button-next {
    background: unset;
    border: unset;
  }

  .swiper-button-prev {
    background-image: url('../images/seta.svg');
  }

  .swiper-button-next {
    background-image: url('../images/seta.svg');
    transform: scaleX(-1.1);
  }

  .swiper-button-next:after {
    content: '' !important;
  }

  .swiper-button-prev:after {
    content: '' !important;
  }



  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, -12px) !important;
    left: auto;
  }

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -12px) !important;
    right: auto;
  }

  .swiper-buttons-container {
    z-index: 999999999999;
  }







  .swiper-wrapper {
    display: flex;
    max-width: 20%;
  }

  .swiper-slide {
    width: 20%;
    margin: 0 !important;
    text-align: center;
    padding: 20px;
    min-height: max-content;
  }

  .swiper-produtos {
    position: relative;
  }

  /*
  .swiper-produtos::after {
    content: '';
    position: absolute;
    top: 35px;
    left: calc(50% - (width / 2));
    width: 100%;
    height: 80%;
    background-color: #f7e8b200;
    border-radius: 15px;
    z-index: -1;
  }
  */

  .swiper-familia {
    position: relative;
  }

  .swiper-familia>.swiper-wrapper>.swiper-slide>.produto>img {
    height: 180px !important;
  }

  .swiper-familia>.swiper-wrapper>.swiper-slide>.produto>.btn-conheca {
    width: min-content;
  }

  .particula-swiper,
  .particula-swiper-2,
  .particula-swiper-3 {
    overflow: visible;
  }

  .particula-swiper::after {
    content: '';
    position: absolute;
    /* top: 17px; */
    /* left: 91px; */
    width: 100%;
    height: 100%;
    background-image: url(../images/forma-swiper-familia.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(-1);
    overflow: visible;
  }

  .particula-swiper-2::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/forma-swiper-familia.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
  }

  .particula-swiper-3::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/forma-swiper-familia.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .produto-fam img {
    max-width: 100% !important;
    width: 270px !important;
    height: 190px !important;
    object-fit: contain !important;
    border-radius: 30px;
    scale: 1.2;
  }

  .produto-item img {
    max-width: 100% !important;
    width: 270px !important;
    height: 190px !important;
    object-fit: contain !important;
    border-radius: 30px;
  }

  .produto-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .produto-item h3 {
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px 0;
  }

  .produto {
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .produto img {
    max-width: 300px;
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 30px;
  }

  .produto>h3 {
    margin-top: 8px;
    font-size: 18px;

    font-family: "Georama", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    font-variation-settings: "wdth" 100;

  }

  .produto .btn-conheca {
    display: block;
    margin-top: 5px;
    padding: 10px 20px;
    background-color: #7A1F14;
    width: 96%;
    max-width: 250px;

    color: #fff;
    border: none;
    cursor: pointer;

    border-radius: 10px;

    font-weight: 900;
    font-size: larger;
    border: 1px solid #7A1F14;
  }



  .produto .btn-conheca:hover {
    background-color: #FFA608;
    border: 1px solid #7A1F14;
  }

  /*extras*/
  .tittle-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto;
  }

  .tittle-box>h1 {
    font-style: italic;
    font-weight: 400;
    padding: 20px 0 0 0;
  }


  /* Footer */
  .footer {
    padding: 1px;
    text-align: center;
    background-color: #8F2614;


    /* background-image: url('../images/backgroundHeader.webp');
    background-size: auto;
    background-position: top; */
    height: auto;

    /*  background-repeat: no-repeat; */
  }

  footer>.container {
    max-width: unset !important;
  }



  .logo-footer {
    display: block;
    margin: 5px auto;
  }

  .logo-footer svg {
    margin: 10px;
    padding: 3px;
    width: 270px;
    max-width: max-content;
  }

  .grid-footer {
    display: flex;
    margin: 0 auto 20px auto;
    justify-content: center;
  }


  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
  }

  .footer-content>div {
    min-height: 4vw;
    margin: 0 20px;
  }

  .footer-content>div>h4 {
    color: rgba(255, 255, 255, 0.822);
    font-size: small;
    margin: unset;
    text-align: left;
  }

  .footer-content>div>p {
    color: #fff;
    font-size: x-large;
    font-weight: 900;
    text-shadow: 0px 0px 1px #fff;
    text-align: left;
    margin-bottom: 0px;
  }

  .footer-content>div>a {
    text-decoration: none;
  }

  .footer-content>div>a>p {
    color: #fff;
    font-size: x-large;
    font-weight: 900;
    text-shadow: 0px 0px 1px #fff;
    text-align: left;
    margin-bottom: 0px;
  }

  .footer-mobile {
    display: none;
  }

  .footer-desk {
    display: flex;
    justify-content: flex-start;
    gap: 10px;
  }

  .redes-sociais {
    list-style: none;
    padding: 0;
  }





  .redes-sociais img {
    height: 40px;
    width: 40px;
    overflow: hidden;
    object-fit: cover;
  }

  .Facebook>a>img {
    object-position: left;
  }

  .Whatsapp>a>img {
    object-position: -36.7px 0;
  }

  .Twitter>a>img {
    object-position: -73.7px 0;
  }

  .Instagram>a>img {
    object-position: right;
  }

  .redes-sociais ul {
    padding: unset;
    display: flex;
  }

  .redes-sociais li {
    display: inline-block;
  }

  .redes-sociais a {
    color: white;
    font-size: 20px;
  }


  /* grid cidade*/
  .grid-cidades {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 0;
  }

  .grid-cidades p {
    font-size: 1.4rem;
    text-align: center;
  }

  .grid-container {
    display: flex;
    gap: 20px;
  }







  .grid-social {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(auto, 1fr);
    gap: 0;
    /* Espaçamento entre as colunas e linhas */

    background-color: #fff;
  }

  .grid-social>img {
    max-width: 9vw;
    max-height: 9vw;
    padding: 5px;
  }

  .grid-social>img:hover {
    opacity: 0.7;
  }


  .orange-box {
    background-color: #FFA608;
    border-radius: 30px;
    padding: 2vw 3vw;
    margin: 0 auto;
    width: min-content;
  }

  .orange-box>div>p {
    color: #fff;
    font-size: 2vw;

    line-height: 5vw;
  }

  .orange-box>div>p>span {
    color: #fff;
    font-size: 5vw;
    font-weight: 700;
    line-height: 2.4vw !important;
  }



  /* aside-banner */
  .container-aside {
    max-width: 900px !important;
    padding: 20px 20px 0 20px;
  }

  aside {
    background: unset;
  }

  /*  .aside-banner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 20vw;
    background-color: #F7E8B2;
    z-index: 0;
  } */


  .aside-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    min-height: 11rem;
    margin-bottom: -3vw;
    gap: 2vw;
  }

  .aside-banner>h3 {
    text-align: center;
    font-weight: 900;
    font-size: 2.2vw;
    color: #8F2614;
  }

  .aside-banner>a {
    text-decoration: none;
    z-index: 10;
  }

  .aside-banner>a>p {
    background-color: #8F2614;
    color: #fff;
    padding: 5px 15px;
    font-weight: 900;
    font-size: 1.2vw;
    border-radius: 13px;

  }

  .aside-banner>svg {
    position: relative;
    height: 24vw;
    z-index: 10;
  }







  .spaco {
    min-height: 5vw;
  }


  .bloco-queridinho {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .bloco-queridinho h1 {
    color: #8F2614;
    padding: 1vw 2vw 4vw 2vw;
    border-radius: 10px;
    font-size: 2rem;
    font-weight: 900;
    font-style: italic;
    text-align: center;
  }

  .bloco-queridinho h3 {
    text-align: center;
  }

  .bloco-queridinho>p {
    font-weight: 900;
  }

  .particula-p {
    overflow: visible;
  }

  .particula-p::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/forma-p.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
  }

  .particula-p-car::after {
    content: '';
    position: absolute;
    top: 4px;
    left: -14px;
    width: 100%;
    height: 100%;
    background-image: url(../images/forma-p.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    scale: 1.5;
  }

  /* PAGINA CATEGORIA */
  .box-categoria {
    position: relative;
    align-items: center;
  }

  .box-categoria h1 {
    font-weight: 900;

  }

  .box-categoria p {
    max-width: 80%;
  }

  .box-categoria>.banner-produto img {
    max-height: 500px;
    max-width: 400px;
    border-radius: 20px;
    margin: 5px;
    padding: 10px;
  }

  .box-categoria .icon img {
    max-width: auto;
    max-width: 5vw;
  }


  .icon {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .justify-content-flex-end {
    justify-content: flex-end !important;
  }

  /* section de familia para familia */
  .box-content-familia {
    position: relative;
  }

  .box-content-familia h1 {
    font-weight: 900;
    padding-bottom: 10px;
    text-align: center;
  }

  .box-content-familia h2 {
    line-height: 26px;
  }

  .box-content-familia>.banner-produto img {
    max-height: 300px;
    width: 500px;
    border-radius: 20px;
    object-fit: cover;
  }

  .box-content-familia .icon img {
    max-width: auto;
    max-width: 5vw;
  }

  .after-content {
    position: relative;
  }



  .box-content-familia a {
    background-color: #7A1F14;
    border: 1px solid #7A1F14;
    width: 100%;
  }

  .box-content-familia a:hover {
    background-color: #8F2614;
    border: 1px solid #7A1F14;
  }

  .btn-line {
    background-color: #FFA608;
    border-radius: 8px;
    height: 7px;
  }


  .row-produtos {
    position: relative;
  }

  .row-produtos>div:first-child {
    max-width: 99%;
    margin: 0 auto;
  }

  .row-produtos img {
    max-width: 250px;
    width: auto;
    height: 250px;
    object-fit: cover;
    border-radius: 30px;
  }

  /* Tela pequena (mobile) */
  @media (max-width: 800px) {}


  /* BOX PRODUTOS */
  .box-produtos {
    position: relative;
  }

  .box-produtos h1 {
    font-weight: 900;
    padding-bottom: 15px;
  }

  .box-produtos p {
    max-width: 100%;
  }

  .box-produtos>.banner-produto img {
    max-height: 500px;
    max-width: 400px;
    border-radius: 20px;
  }

  .box-produtos .icon img {
    max-width: auto;
    max-width: 5vw;
  }



  .ingredientes {
    display: flex;
    flex-direction: column;
    gap: 70px;

    padding: 20px;
    margin: 20px 0;
    border-radius: 18px;
  }

  .ingredientes p {
    font-size: 1.2rem;
  }

  .ingredientes b {
    font-size: 2.2rem;
    font-weight: 900;
  }

  .ingredientes img {
    max-height: 100px;
    height: max-content;
    margin: 15px 25px 10px 10px;
  }

  .title-nutricional {
    position: relative;
  }

  .title-nutricional h1 {
    text-align: center;
    color: #7A1F14;
    padding: 20px;
    font-weight: 900;
    margin-bottom: 0;
  }

  .title-nutricional::after {
    content: '';
    position: absolute;
    top: 4px;
    left: -14px;
    width: 100%;
    height: 100%;
    background-image: url(../images/forma-swiper-familia.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    scale: 1.5;
  }

  .tabela-nutricional {
    border: 1px solid #7A1F14;
    border-radius: 18px;
    overflow: hidden;

    max-width: 460px;
    margin: 0 auto;
    background: #f1f1f1;
  }

  .tabela-nutricional p {
    margin: 0 10px;
  }

  .tabela-nutricional ul {
    padding-left: unset;
    margin: 10px;
  }

  .tabela-nutricional li {
    display: flex;
    marker: unset;
    justify-content: space-between;
    border-bottom: 2px solid #7A1F14;
  }



  /* about */
  .about-txt {
    margin: 70px auto;
  }

  .about-txt h1 {
    color: #8F2614;
    font-size: 2rem;
    font-weight: 900;
  }

  .about-txt h3 {
    text-align: center;
  }

  .about-txt>p {
    font-weight: 400;
    font-size: 20px;
  }


  .banner-about {
    display: flex !important;

  }

  .banner-about img {
    max-height: 400px;
    width: 100%;
    border-radius: 1px;
    object-fit: cover;
  }

  .about-title {
    margin-left: 10px;
  }

  .overlock-about {
    font-family: "Overlock", sans-serif;
    margin: 8px auto;
    font-size: large;
    font-weight: 600;
  }

  .central-icon {
    margin: 0 auto;
    text-align: center;
    max-width: 300px;
  }

  .mapa-container {
    margin-bottom: -10px;
    padding-bottom: 0;
  }

  .temperos h1 {
    color: #8F2614;
    font-size: 1.5rem;
    font-weight: 900;
    text-align: center;
  }

  .temperos p {
    font-size: 20px;
    font-weight: 600;
  }

  .temperos p>span {
    background-color: #FFA608;
    color: #8F2614;
    padding: 3px 10px;
    border-radius: 13px;
    font-weight: 900;
  }

  .temperos img {
    max-width: 100%;
  }

  /* Define o container da grade */
  .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
    justify-items: center;
    align-items: center;
    padding: 16px;
  }

  /* Estilo para os itens da grade */
  .grid-item img {
    max-width: 100%;
    max-height: 250px;
    object-fit: cover;
    border-radius: 8px;
  }

  body>main>section:nth-child(2)>div.row-produtos>div h3 {
    height: 35px;
  }

  .btn:active {
    background-color: #7A1F14 !important;
    border: 1px solid #7A1F14 !important;
  }

  .conhece {
    gap: 25px;
  }

  .conhece p {
    font-size: 1.2rem;
    text-align: center;
    width: 200px;
  }


  /*============== Responsividade ==============*/
  @media (max-width: 700px) {
    .nav-mobile {
      display: block !important;
    }

    .nav-desktop {
      display: none !important;
    }
  }


  @media (min-width: 701px) {
    .nav-mobile {
      display: none !important;
    }

    .nav-desktop {
      display: flex !important;
      justify-content: center;
    }
  }


  @media (min-width: 992px) {
    .bloco-queridinho>.grid-container>div>p {
      font-size: 25px;
      line-height: 31px;

      padding: 1vw 4vw;
    }

    .bloco-queridinho h1 {
      font-size: 24px;
      padding: 1vw 2vw 2.3vw 2vw;
    }
  }

  @media (max-width: 991px) {
    .orange-box {
      padding: 2vw 1vw;
      border-radius: 20px;
    }
  }

  /* Tela média (tablet) */
  @media (min-width: 768px) and (max-width: 1199px) {
    header {
      max-height: unset;
    }
  }



  /* !!!!!!!!!!!!!!! Tela pequena (mobile) !!!!!!!!!!!!!!! */
  @media (max-width: 767px) {
    .row {
      flex-direction: column;
    }

    header {
      max-height: unset;
    }

    /* css footer */
    .grid-footer {
      flex-direction: column;
      gap: 6px;
    }

    .footer {
      filter: drop-shadow(0 2px 10px #000);
    }

    .footer-content>div {
      min-height: unset;
      margin-bottom: 20px;
    }

    .footer-mobile {
      display: block;
    }

    .footer-desk {
      display: none;
    }

    /* ----------------- end css footer */

    .grid-container {
      flex-direction: column !important;
    }

    /* Orange Box css */
    .orange-box {
      flex-direction: column-reverse !important;
      padding: 2vw 2vw;
      gap: 0px;
    }


    .grid-social-text {
      display: flex;
      justify-content: center;
    }

    .orange-box>div>p {
      font-size: 5vw;
      margin-top: unset;
      line-height: 6vw;
    }

    .orange-box>div>p>span {
      font-size: 7vw;
    }

    .grid-social>img {
      max-width: 21.8vw;
      max-height: max-content;
    }

    body>main>section:nth-child(6)>div.grid-container.orange-box>div.grid-social-text>p>span>br {
      display: none;
    }

    /* ----------------- end Orange Box css */

    /* flor scroll css */
    .aside-banner {
      flex-direction: column;
      background: #f7e8b247;
      padding: 15px 0;
      border-radius: 30px 30px 0 0;
      width: 97%;
      margin: 0 auto;

    }

    .aside-banner>h3 {
      font-size: 5vw;
    }

    .aside-banner>p {
      font-size: 4vw;
    }

    .aside-banner>svg {
      height: 33vw;
    }

    .aside-banner::after {
      background-color: unset;
    }

    .spaco {
      display: none;
    }

    /* ----------------- end css footer */

    /* banner css */
    .banner-svg img {
      max-height: 70vw !important;
    }

    /* ----------------- end banner css */



    body::before,
    body::after {
      content: '';

    }

    .particula-swiper::after {
      top: -16px;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../images/forma-p.svg);
    }

    .particula-swiper-3::after,
    .particula-swiper-2::after {
      bottom: 49px;
      left: 35px;
      width: 80%;
      height: 100%;
      background-image: url(../images/forma-p.svg);
      transform: scaleY(-1);
    }

    .produto-item h3 {
      min-height: 30px;
    }

    .particula-p::after {
      top: 0;
      left: 0;
    }

    .box-categoria p {
      margin: 0 auto;
    }

    .box-categoria .col {
      margin: 0 auto;
    }

    .icon {
      justify-content: center;
    }

    .tittle-box {
      justify-content: center;
    }

    .cat-p {
      background: #f1f1f173;
      padding: 13px;
      border-radius: 13px;
    }

    .mapa-container {
      max-height: 350px;
    }

    .ingredientes img {
      display: none;
    }

    body::before,
    body::after {
      display: none;
    }
  }


  /* WHATSAPP */
  .btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 9899999;
  }

  @keyframes pulse {
    0% {
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
      box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
  }

  .btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
  }

  .btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
  }

  @keyframes pulse-border {
    0% {
      padding: 25px;
      opacity: 0.75;
    }

    75% {
      padding: 50px;
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  /* LOAD SCREEN  */

  #loading-screen {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* Pode ser qualquer cor de fundo desejada */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .spinner-svg {
    width: 120px;
    /* Ajuste conforme necessário */
    height: 120px;
    /* Ajuste conforme necessário */
    animation: spin 2s linear infinite;
  }

  @keyframes spin {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  .content012 {
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }

  .content013 {
    opacity: 0;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }