﻿div.ms-rteElement-div-accordion-title {
  -ms-name: 'Accordion - Título';
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.179rem;
  letter-spacing: 0.025rem;
  padding: 1.5rem 2.3rem;
  color: #0073ff;
  transition: color 0.2s;
}

div.ms-rteElement-div-accordion-title:hover,
div.ms-rteElement-div-accordion-title.ui-state-active {
  color: #114da6;
  cursor: pointer;
}

div.ms-rteElement-div-accordion-content {
  -ms-name: 'Accordion - Conteúdo';
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #666564;
  padding: 2.5rem 3rem;
}

div.ms-rteElement-div-accordion-content li {
  font-size: inherit;
}

a.ms-rteElement-Link-Azul {
  -ms-name: Botão/Link Azul;
  max-width: fit-content;
  display: inline-block;
  padding: 1.5rem 1.6rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #fff !important;
  background-color: #2972cc;
  border: none;
  border-radius: 0.5rem;
  transition: filter 0.2s;
  margin-bottom: 2rem;
}

a.ms-rteElement-Link-Azul:hover {
  filter: brightness(1.1);
}

.ms-rteElement-Link-Azul span {
  color: inherit !important;
}

a.ms-rteElement-Link-Verde {
  -ms-name: Botão/Link Verde;
  max-width: fit-content;
  display: inline-block;
  padding: 1.5rem 1.6rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: #002459 !important;
  background-color: #b8d916;
  border: none;
  border-radius: 0.5rem;
  transition: filter 0.2s;
  margin-bottom: 2rem;
}

a.ms-rteElement-Link-Verde:hover {
  filter: brightness(1.1);
}

.ms-rteElement-Link-Verde span {
  color: inherit !important;
}

.ms-rtestate-field h1,
.ms-rtestate-field h1 span,
H1.ms-rteElement-H1 {
  font-family: 'Fira Sans Extra Condensed';
  font-size: 3rem;
  font-weight: 500;
  line-height: 115%;
  color: #333332;
  margin: 1rem 0;
  padding-top: 2rem;
}

.ms-rtestate-field h2,
.ms-rtestate-field h2 span,
H2.ms-rteElement-H2 {
  font-family: 'Fira Sans Extra Condensed';
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 115%;
  color: #333332;
  margin: 1rem 0;
  padding-top: 2rem;
}

.ms-rtestate-field h3,
.ms-rtestate-field h3 span,
H3.ms-rteElement-H3 {
  font-family: 'Fira Sans Condensed';
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 125%;
  color: #333332;
  margin: 1rem 0;
  padding-top: 2rem;
}

.ms-rtestate-field h4,
.ms-rtestate-field h4 span,
H4.ms-rteElement-H4 {
  font-family: 'Fira Sans Condensed';
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 115%;
  color: #4c4c4b;
  margin: 1rem 0;
  padding-top: 2rem;
}

.ms-rtestate-field p,
.ms-rtestate-field p span,
p.ms-rteElement-P {
  /* font-size: 1.6rem; */
  line-height: 2.6rem;
  margin: 0 0 2rem 0 !important;
}

.ms-rtestate-field a,
.ms-rtestate-field a span,
a.ms-rteElement-Link {
  font-family: 'Fira Sans';
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #0054e5;
  transition: color 0.2s;
  margin-left: 0.5px;
  display: inline-flex;
  align-items: center;
}

.ms-rtestate-field a:hover,
.ms-rtestate-field a:hover span,
a.ms-rteElement-Link:hover {
  color: #0073ff;
}

ol,
ul {
  padding-left: 3rem;
}
