/* Generated from consolidated Moonshot CSS. Load after 00-moonshot-foundation.css when this component is used. */

:root {
  --ms-red: #ed002f;
  --ms-red-legacy: #ff0033;
  --ms-green: #00a37d;
  --ms-black: #262626;
  --ms-gray: #636466;
  --ms-gray-light: #f6f6f6;
  --ms-gray-soft: #f7f7f7;
  --ms-border: #dddddd;
  --ms-white: #ffffff;
  --ms-font: "Fira Sans", Arial, sans-serif;
  --swiper-theme-color: var(--ms-red-legacy) !important;
}

.ev-wrapper {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}

.titulo-h1,
.titulo-h2,
.sdb001_default-base h2,
.block--view-mode-default h2,
.titulo-h3,
.titulo-h4,
.subtitulo,
.texto,
.m_info_description p,
.ev-module__title,
.ev-module__pretitle {
  font-family: var(--ms-font);
  font-style: normal;
  line-height: 120%;
}

.titulo-h1 {
  font-size: 48px;
  font-weight: 400;
  color: var(--ms-white);
}

.titulo-h2,
.sdb001_default-base h2,
.block--view-mode-default h2,
.titulo-h3,
.m_info_description h2 {
  font-size: 30px;
  color: var(--ms-black);
  font-weight: 600;
}

.titulo-h2,
.sdb001_default-base h2,
.block--view-mode-default h2 {
  max-width: 858px;
  margin: 0 auto 64px;
  text-align: center;
}

.titulo-h3 {
  text-align: center;
  margin: 0 auto 16px;
  max-width: 820px;
}

.titulo-h4,
.titulo-card {
  font-size: 20px;
  font-weight: 700;
  color: var(--ms-black);
}

.titulo-card {
  font-size: 24px;
}

.subtitulo {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin: 0 auto;
  color: var(--ms-gray);
  max-width: 820px;
}

.texto,
.m_info_description p {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 120% !important;
  color: var(--ms-gray);
}

.bold {
  font-weight: 700;
}

.regular {
  font-weight: 500;
}

.secao {
  padding: 64px 0;
}

.lista{
  padding-left:16px;
}
.lista-ordenada{
  list-style: decimal;
}
.lista-ordenada::marker{
  font-weight: 600;
}
.lista-desordenada{
  list-style: disc;
}

.lista-ordenada,.lista-desordenada{
  color: var(--ms-gray) !important;
  font-weight: 400 !important;
  line-height: 140% !important;
}

.ev-module__title {
  font-size: 50px;
  margin-bottom: 20px;
  line-height: 60px;
  text-align: center;
}

.ev-module__title.text-align-left {
  text-align: left;
}

.ev-module__pretitle {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 27px;
  text-align: center;
}

.fade-in-up {
  transform: translateY(50px);
  opacity: 0;
  transition:
    opacity 0.9s ease-out,
    transform 0.9s ease-out;
}

.fade-in-up.animate,
.animate .fade-in-up {
  transform: translateY(0);
  opacity: 1;
}

.ev-border-arrow {
  bottom: 30px;
  width: 100%;
  z-index: 10;
}

.ev-border-arrow::before,
.ev-border-arrow::after {
  content: "";
  position: absolute;
  width: 50%;
  left: 0;
  height: 0;
  border-bottom: 23px solid var(--ms-white);
  border-right: 35px solid transparent;
}

.ev-border-arrow::after {
  right: 0;
  left: auto;
  top: 0;
  border-right: 0;
  border-left: 35px solid transparent;
}

.ev-border-arrow-grey::before,
.ev-border-arrow-grey::after {
  border-bottom-color: var(--ms-gray-soft);
}

.ms-list {
  list-style: disc;
  font-size: 16px;
  color: var(--ms-gray);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 0 16px;
  margin: 0;
}

.ms-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background-color: var(--ms-red);
  color: var(--ms-white);
  text-decoration: none;
  border-radius: 32px;
  font-family: "Fira Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  gap: 8px;
  transition:
    opacity 0.3s ease-in-out,
    transform 0.3s ease-in-out;
}

.ms-cta:hover {
  color: var(--ms-white);
  opacity: 70%;
}

@media (max-width: 768px) {
  .ev-module__pretitle {
    font-size: 18px;
    line-height: 24px;
  }

  .titulo-h2,
  .sdb001_default-base h2,
  .block--view-mode-default h2,
  .custom-cards-block h2 {
    font-size: 24px !important;
    max-width: 100%;
    margin-bottom: 32px;
  }

  .titulo-h3 {
    font-size: 20px;
    max-width: 100%;
  }

  .secao {
    padding: 32px 16px;
  }
}

@media (max-width: 580px) {
  .titulo-h1 {
    font-size: 30px;
    padding: 48px;
  }
}
