html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #001534;
  border-radius: 50px;
}

.quickmenu-div {
  display: none;
}

.whatsapp-float__btn svg {
  position: fixed;
  z-index: 999;
  bottom: 110px;
  right: 30px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background: #25d366;
  padding: 12px;
  fill: #fff;
  box-sizing: content-box;
  animation: animate-pulse 3s linear infinite;
}

.responsive-img {
  max-width: 100%;
  height: auto;
}

.container {
  margin: 0 auto;
  width: 90%;
}

@media (max-width: 576px) {
  .container {
    max-width: 90%;
  }
}

@media (min-width: 576px) {
  .container {
    width: 90%;
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 90%;
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 90%;
    max-width: 1600px;
  }
}

@media only screen and (max-width: 992px) {
  .whatsapp-float__btn svg {
    display: none;
  }

  .quickmenu-div {
    background: #003b94;
    height: 58px;
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0px;
    z-index: 9;
  }

  .quickmenu-container {
    width: 80%;
    height: 58px;
    display: flex;
    margin: 0 auto;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 204, 102, 0.7), 0 0 0 0 rgba(51, 204, 102, 0.7);
  }

  40% {
    box-shadow: 0 0 0 50px transparent, 0 0 0 0 rgba(51, 204, 102, 0.7);
  }

  80% {
    box-shadow: 0 0 0 50px transparent, 0 0 0 30px transparent;
  }

  100% {
    box-shadow: 0 0 0 0 transparent, 0 0 0 30px transparent;
  }
}

@media only screen and (min-width: 1024px) {
  .whatsapp-float__btn {
    display: block;
  }
}

/* breadcrumb  */
.breadcrumb {
  display: flex;
  width: 100%;
  height: 64px;
  align-items: center;
}

.breadcrumb-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
  gap: 12px;
}

.breadcrumb-links .breadcrumb-links-link,
.breadcrumb-links li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.breadcrumb-links .breadcrumb-links-link a {
  color: #bb2115;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  text-decoration: none;
  line-height: 24px;
}

.breadcrumb-links .breadcrumb-links-link.active {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.breadcrumb-links .breadcrumb-links-link-blog a {
  color: #424242;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.breadcrumb-links .breadcrumb-links-link-blog.active {
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

/* hero  */
.hero {
  padding-block: 96px;
  background: url("../images/hero-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 254px;
  height: 36px;
  border-radius: 100px;
  border: 1px solid #003b94;
  background: #001d2b;
}

.hero .badge p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.hero h1 {
  color: #fff;
  text-align: center;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 76px;
  max-width: 1130px;
  margin-top: 30px;
}

.hero .paragraph {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  max-width: 1028px;
  margin-top: 24px;
}

.hero .links {
  display: flex;
  gap: 20px;
  margin-top: 24px;
}

.hero .link-product {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 277px;
  height: 56px;
  border-radius: 12px;
  background: #ee1610;
  color: #e6f2f5;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color ease-in 0.3s;
}

.hero .link-product:hover {
  background: #001d2b;
}

.hero .link-orcamento {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #fff;
  color: #e6f2f5;
  width: 226px;
  height: 56px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  transition: background-color ease-in 0.3s;
}

.hero .link-orcamento:hover {
  background: #001d2b;
  border: 1px solid #001d2b;
}

.hero .differences .card {
  display: flex;
  gap: 40px;
  align-items: center;
}

.hero .differences .card-container {
  display: flex;
  gap: 24px;
  align-items: center;
}

.hero .differences h2 {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  max-width: 174px;
}

.hero .differences p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 4px;
}

.hero .differences .line {
  width: 1px;
  height: 58px;
  background: linear-gradient(0deg, #b2b2b2 0%, #b2b2b2 100%),
    linear-gradient(0deg, #b2b2b2 0%, #b2b2b2 100%), #b2b2b2;
}

.hero .differences {
  margin-top: 80px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Desktop */
  gap: 40px;
  padding: 40px 90px;
  border-radius: 20px;
  background: rgba(119, 119, 119, 0.3);
  backdrop-filter: blur(11.25px);
}

@media (max-width: 1200px) {
  .hero .differences {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  .hero .differences {
    grid-template-columns: repeat(2, 1fr);
    padding: 40px 30px;
  }

  .hero .differences .card:nth-of-type(2) .line {
    display: none;
  }

  .hero .differences .card:nth-of-type(3) .line {
    display: block;
  }
}

@media (max-width: 768px) {
  .hero {
    padding-top: 49px;
    padding-bottom: 52px;
  }

  .hero h1 {
    font-size: 48px;
    line-height: 50px;
  }

  .hero .paragraph {
    font-size: 20px;
    line-height: 30px;
  }

  .hero .links {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }

  .hero .link-orcamento,
  .hero .link-product {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .hero .differences {
    grid-template-columns: 1fr;
    padding: 30px 20px;
  }

  .hero .differences .line {
    display: none;
  }

  .hero .differences .card:nth-of-type(3) .line {
    display: none;
  }
}

/* sobre  */
.sobre {
  padding-block: 80px;
  width: 100%;
}

.sobre .text-image-container {
  display: flex;
  align-items: center;
  gap: 116px;
}

.sobre .title-border {
  display: flex;
  align-items: center;
  gap: 31px;
}

.sobre .border {
  width: 4px;
  height: 60px;
  background: #ee1610;
}

.sobre h2 {
  color: #001534;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.sobre .text-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 50%;
}

.sobre .text-container p {
  color: #424242;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.sobre .text-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #ee1610;
  width: 254px;
  height: 56px;
  text-decoration: none;
  color: #e6f2f5;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  transition: background-color ease-in 0.3s;
}

.sobre .text-container a:hover {
  background: #001d2b;
}

.empresa-main-content .sobre .text-container a {
  display: none;
}

.sobre .image {
  background: url("../images/sobre.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 50%;
  max-width: 788px;
  height: 452px;
  display: flex;
  justify-content: flex-end;
  border-radius: 12px;
  align-items: end;
  padding-right: 49px;
  padding-bottom: 40px;
}

.sobre .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 0 10px 10px 0;
  width: 253px;
  height: 200px;
  background: rgba(119, 119, 119, 0.3);
  backdrop-filter: blur(11.25px);
}

.sobre .card h3 {
  color: #fff;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.sobre .card p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  max-width: 146px;
}

@media (max-width: 1024px) {
  .sobre {
    padding-block: 64px;
  }

  .sobre .text-container,
  .sobre .image {
    width: 100%;
  }

  .sobre .text-image-container {
    flex-direction: column;
    align-items: start;
    gap: 64px;
  }
}

@media (max-width: 767px) {
  .sobre h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .sobre .text-container a {
    width: 100%;
  }
}

/* produtos em destaque */
.produtos-em-destaque {
  padding-block: 83px;
  background-color: #f5f5f5;
  width: 100%;
}

.produtos-em-destaque .container {
  display: flex;
  align-items: center;
}

.produtos-em-destaque .title-border {
  display: flex;
  align-items: center;
  gap: 31px;
}

.produtos-em-destaque .title-border .border {
  width: 4px;
  height: 94px;
  background: #ee1610;
}

.produtos-em-destaque h2 {
  color: #001534;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.produtos-em-destaque .text-container p {
  color: #001534;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  max-width: 363px;
  margin-top: 24px;
}

.produtos-em-destaque .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  gap: 28px;
  align-items: stretch;
}

.produtos-em-destaque .card {
  width: 100%;
  max-width: 384px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.produtos-em-destaque .card-content {
  width: 100%;
  max-width: 364px;
  display: flex;
  padding: 40px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 48px;
  align-self: stretch;
  border-radius: 0 0 10px 10px;
  background: #fff;
  flex: 1;
}

.produtos-em-destaque .card-content a {
  text-decoration: none;
}

.produtos-em-destaque .card-content h3 {
  color: #121212;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.produtos-em-destaque img {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
  max-width: 364px;
  height: auto;
}

.produtos-em-destaque .saiba-mais {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 153px;
  height: 56px;
  border-radius: 12px;
  background: #ee1610;
  color: #e6f2f5;
  font-size: 16px;
  font-style: normal;
  transition: background-color 0.3s ease-in;
  font-weight: 600;
  line-height: 24px;
}

.produtos-em-destaque .saiba-mais:hover {
  background: #001d2b;
}

@media (max-width: 1200px) {
  .produtos-em-destaque .container {
    flex-direction: column;
    align-items: start;
    gap: 32px;
  }
}

@media (max-width: 1024px) {
  .produtos-em-destaque .container {
    flex-direction: column;
    align-items: start;
    gap: 99px;
  }

  .produtos-em-destaque .cards {
    grid-template-columns: 1fr 1fr;
  }

  .produtos-em-destaque .title-border .border {
    height: 60px;
  }

  .produtos-em-destaque .text-container p {
    max-width: 100%;
  }

  .produtos-em-destaque .card,
  .produtos-em-destaque .card-content,
  .produtos-em-destaque img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .produtos-em-destaque .container {
    gap: 48px;
  }

  .produtos-em-destaque .cards {
    grid-template-columns: 1fr;
  }

  .produtos-em-destaque .title-border .border {
    height: 77px;
  }

  .produtos-em-destaque h2 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1.88px;
  }
}

/* segmentos */
.segmentos {
  display: flex;
  width: 100%;
}

.segmento-card {
  background: linear-gradient(
      0deg,
      rgba(0, 20, 42, 0.5) 0%,
      rgba(0, 20, 42, 0.5) 100%
    ),
    url("../images/segmentos-bg.webp") lightgray 50% / cover no-repeat;
  display: flex;
  width: 50%;
  padding: 160px 160px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 29px;
  flex-shrink: 0;
}

.segmento-card .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #008bd0;
  background: #001d2b;
  height: 42px;
  padding-inline: 24px;
}

.segmento-card .badge p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
}

.segmento-card .title-border {
  display: flex;
  gap: 31px;
  align-items: center;
}

.segmento-card .border {
  width: 4px;
  height: 60px;
  background: #ee1610;
}

.segmento-card h2 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.segmento-card .paragraph {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.swiper-slide.segmento-slide {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.segmento-slide {
  background-size: cover;
  background-repeat: no-repeat;
  width: 50%;
  height: 100%;
  display: flex;
  padding: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
  flex-shrink: 0;
}

.segmento-slides .card {
  display: flex;
  padding: 40px;
  align-items: flex-start;
  gap: 64px;
  align-self: stretch;
  border-radius: 6px;
  background: rgba(119, 119, 119, 0.3);
  backdrop-filter: blur(11.25px);
}

.segmento-slides .elipses {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.segmento-slides .elipse-disable {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c6c6c6;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  border: none;
  pointer-events: none;
}

.segmento-slides .elipse-btn {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #003b94;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
}

.segmento-slides .elipse-btn:hover {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.35);
  transition: all 0.2s ease;
}

.segmento-slides .text-container h3 {
  color: #e6ebf0;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.segmento-slides .text-container p {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 14px;
}

.segmento-slides {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.slides-wrapper {
  display: flex;
  transition: transform 0.4s ease-in-out;
}

.swiper-button-prev,
.swiper-button-next {
  opacity: 0;
  pointer-events: none;
}

@media (max-width: 1440px) {
  .segmento-card {
    padding: 160px 100px;
  }
}

@media (max-width: 1024px) {
  .segmentos {
    flex-direction: column-reverse;
  }

  .segmento-card,
  .segmento-slides {
    width: 100%;
  }

  .segmento-card {
    padding: 128px 64px;
    height: 512px;
  }

  .segmento-slides {
    padding: 32px;
    height: 576px;
  }

  .segmento-slides .card {
    padding: 32px;
  }
}

@media (max-width: 767px) {
  .segmento-card {
    padding: 80px 16px;
    height: 596px;
  }

  .segmento-slide {
    padding: 24px;
    height: 576px;
  }

  .segmento-slide .card {
    flex-direction: column-reverse;
    padding: 24px;
    gap: 24px;
    align-items: flex-start;
    align-content: flex-start;
    align-self: stretch;
    flex-wrap: wrap;
  }

  .segmento-slide .elipses {
    flex-direction: row;
  }

  .segmento-card h2 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1.08px;
  }
}

/* informações em destaque  */

.informacoes-em-destaque {
  padding-block: 80px;
  background-color: #f5f5f5;
}

.informacoes-em-destaque h2 {
  color: #001534;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.informacoes-em-destaque p {
  color: #121212;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 24px;
}

.informacoes-em-destaque .cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 80px;
}

.informacoes-em-destaque .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 384px;
  height: 100%;
  flex: 1;
}

.informacoes-em-destaque .card-content a {
  text-decoration: none;
}

.informacoes-em-destaque .card img {
  width: 100%;
  max-width: 384px;
  border-radius: 10px 10px 0 0;
  display: block;
}

.informacoes-em-destaque .card-content {
  width: 100%;
  max-width: 384px;
  display: flex;
  padding: 40px 32px;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  align-self: stretch;
  border-radius: 0 0 10px 10px;
  background: #fff;
  flex: 1;
}

.informacoes-em-destaque .card-content h3 {
  color: #121212;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
}

.informacoes-em-destaque .card-content .saiba-mais {
  color: #ee1610;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media (max-width: 1024px) {
  .informacoes-em-destaque .cards {
    grid-template-columns: 1fr 1fr;
  }

  .informacoes-em-destaque .card,
  .informacoes-em-destaque .card-content,
  .informacoes-em-destaque .card img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .informacoes-em-destaque .cards {
    grid-template-columns: 1fr;
  }

  .informacoes-em-destaque h2 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1.08px;
  }
}

/* empresa  */
.empresa {
  padding-top: 62px;
  padding-bottom: 80px;
  background: #eeeeee;
}

.empresa h2 {
  color: #001534;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.empresa .cards {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  backdrop-filter: blur(11.25px);
  padding: 40px;
  display: flex;
  align-items: center;
  gap: 64px;
  margin-top: 48px;
}

.empresa .card {
  display: flex;
  gap: 24px;
  align-items: center;
}

.empresa .text h3 {
  color: #090909;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.empresa .text p {
  color: #090909;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 4px;
  max-width: 356px;
}

.empresa .line {
  width: 1px;
  height: 58px;
  background: linear-gradient(0deg, #b2b2b2 0%, #b2b2b2 100%),
    linear-gradient(0deg, #b2b2b2 0%, #b2b2b2 100%), #b2b2b2;
}

@media (max-width: 1024px) {
  .empresa .line {
    display: none;
  }

  .empresa .cards {
    flex-wrap: wrap;
  }

  .empresa .text p {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .empresa h2 {
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -1.08px;
  }
}

/* cta  */
.cta {
  padding-block: 80px;
  background-color: #eaeaea;
}

.cta-bg {
  border-radius: 20px;
  background: url("../images/cta.webp") lightgray 50% / cover no-repeat;
  display: flex;
  padding: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
}

.cta .card {
  width: 100%;
  max-width: 635px;
  padding: 64px;
  flex-shrink: 0;
  border-radius: 12px;
  background: rgba(119, 119, 119, 0.3);
  backdrop-filter: blur(11.25px);
}

.cta .text-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 32px;
}

.cta .badge {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.cta .title-border {
  display: flex;
  gap: 32px;
  align-items: center;
}

.cta .border {
  width: 4px;
  height: 60px;
  background: #fff;
}

.cta h2 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.cta .paragraph {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.cta a {
  display: flex;
  height: 56px;
  width: 273px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #eaeaea;
  color: #121212;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: background-color 0.3s ease-in;
}

.cta a:hover {
  background: #001d2b;
  color: #fff;
}

@media (max-width: 767px) {
  .cta-bg {
    padding: 40px 0;
  }

  .cta .card {
    width: 100%;
    padding: 40px 16px;
  }

  .cta h2 {
    font-size: 32px;
    line-height: 48px;
    letter-spacing: -0.96px;
    max-width: 224px;
  }

  .cta .paragraph {
    max-width: 100%;
  }

  .cta a {
    width: 100%;
  }
}

/* política de privacidade  */
.politica-de-privacidade {
  padding: 5rem 0;
}

.politica-de-privacidade h1 {
  color: #001534;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.politica-de-privacidade h2 {
  color: #222;
  font-size: 2rem;
  font-style: normal;
  font-weight: bold;
  line-height: 54px;
  margin: 1rem 0;
}

.politica-de-privacidade .title-border {
  display: flex;
  gap: 31px;
}

.politica-de-privacidade .border {
  width: 4px;
  height: 60px;
  background: #ee1610;
}

.politica-de-privacidade p,
.politica-de-privacidade ul li {
  color: #8b9395;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 143%;
  letter-spacing: -0.64px;
}

.politica-de-privacidade p {
  margin-top: 10px;
}

.politica-de-privacidade ul {
  margin-top: 10px;
  margin-left: 20px;
}

.politica-de-privacidade p strong {
  color: #222;
}

.politica-de-privacidade h3 {
  color: #222;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: bold;
  line-height: 40px;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .politica-de-privacidade h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

/* WHATSAPP BUTTON */

.whatsapp-contact-float-button {
  display: none;
}

.pulse {
  animation: animate-pulse 3s linear infinite;
}

@keyframes animate-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(51, 204, 102, 0.7), 0 0 0 0 rgba(51, 204, 102, 0.7);
  }
  40% {
    box-shadow: 0 0 0 50px rgba(51, 204, 102, 0),
      0 0 0 0 rgba(51, 204, 102, 0.7);
  }
  80% {
    box-shadow: 0 0 0 50px rgba(51, 204, 102, 0),
      0 0 0 30px rgba(51, 204, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(51, 204, 102, 0), 0 0 0 30px rgba(51, 204, 102, 0);
  }
}

@media only screen and (min-width: 992px) {
  .whatsapp-contact-float-button {
    display: block;
  }
}

/* WHATSAPP BUTTON */
