html,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

img,
object,
embed {
  max-width: 100%;
  display: block;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  height: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  background-color: #1b1a19;
  color: #f3f2f1;
  overflow-x: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', 'Segoe UI',
    -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
}

ul {
  padding-left: 2em;
  list-style-position: outside;
}

ol {
  padding-left: 2em;
  list-style-position: outside;
}

a {
  color: inherit;
}

.hero-container {
  background-color: transparent;
  padding-top: 50px;
  padding-bottom: 75px;
}

.hero-image-container {
  flex: 0 0 50%;
  position: relative;
  margin-left: auto;
  align-items: center;
}

.hero-image {
  margin: auto;
}

.hero-inner-box {
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 25px 50px 25px;
  height: 100%;
  width: 100%;
}

.hero-text-container {
  flex: 0 0 50%;
  position: relative;
  text-align: center;
}

.hero-text-container h1 {
  font-weight: 700;
  font-size: 100px;
  line-height: 1.25;
}

.hero-text-container h2 {
  font-weight: 500;
  line-height: 1.25;
}

@media (max-width: 803px) {
  .hero-image-container {
    flex: 0 0 50%;
    position: relative;
    margin: auto;
    align-items: center;
  }

  .hero-text-container {
    flex: 0 0 50%;
    position: relative;
    text-align: center;
    margin: auto;
  }
}

.section-body-text {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  background-color: transparent;
}

.section-title-text {
  padding: 0px 0px 0px 0px;
  margin: 50px auto 25px auto;
  background-color: transparent;
  font-weight: 500;
  line-height: 1.25;
  font-size: 20px;
}

.section-special-body-text {
  color: white;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 24px 0px;
  background-color: transparent;
}

.section-special-title-text {
  color: white;
  padding: 0px 0px 0px 0px;
  margin: 20px auto 20px auto;
  background-color: transparent;
  font-weight: 500;
  line-height: 1.25;
  font-size: 20px;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.practice-area {
  display: block;
  margin-bottom: 0px;
}

.practice-area .icon {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  background: #f8f9fa;
  background: black;
  border: 1px solid black;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.practice-area .icon span {
  font-size: 50px;
  color: #fff;
}

.practice-area h3 {
  font-size: 20px;
}

.practice-area h3 a {
  color: #000000;
}

.practice-area:hover .icon,
.practice-area:focus .icon {
  background: #fff;
}

.practice-area:hover .icon span,
.practice-area:focus .icon span {
  color: #000000;
}

.footer {
  background-color: #4e5a2f;
  color: white;
  max-width: none;
  margin: 0px auto 0px auto;
  padding: 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}

.footer-container {
  box-shadow: 0 50vh 0 50vh #4e5a2f;
  width: 100%;
  padding-top: 25px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/* Páginas seguintes à Home */

.insider-block {
  background-color: #ffffff;
  max-width: 90%;
  color: #000000;
  margin: 10px auto 30px auto;
  padding: 0px 0px 0px 0px;
  box-shadow: 0px 2px 4px 0px #cbcbcb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.insider-block .section-body-text {
  margin: 10px;
}

.new-insider-block {
  background-color: #ffffff;
  max-width: 90%;
  color: #000000;
  margin: 60px auto 25px auto;
  padding: 0px 0px 0px 0px;
  box-shadow: 0px 2px 4px 0px #cbcbcb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.new-insider-block .section-body-text {
  margin: 10px;
}

.insider-insider-block {
  background-color: #d4f1f4;
  max-width: 800px;
  margin: 25px auto 50px auto;
  padding: 0px 0px 0px 0px;
  box-shadow: 0px 2px 4px 0px #cbcbcb;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}

.max-width-75 {
  max-width: 75%;
  margin: auto;
}

.max-width-50 {
  max-width: 50%;
  margin: auto;
}

.max-width-25 {
  max-width: 25%;
}

.select-text {
  text-align: center;
  font-size: 20px;
}

/* Espaçamentos */

.mt-5 {
  margin-top: 3rem !important;
}

.pd-25 {
  padding-bottom: 25px;
}

/* Botões */

.btn-primary {
  height: 50px;
  font-size: 20px;
  font-weight: 900;
  font-family: 'Roboto';
  color: white;
  background-color: #1b1a19;
  border-color: #7e4200;
}

.btn-primary:hover {
  background-color: #7e4200;
  border-color: #1b1a19;
}

/* Acordeão */

.accordion-button {
  font-weight: 900;
}

.accordion-body {
  text-align: left;
  line-height: 2;
  color: #1b1a19;
}

.accordion-body h4 {
  margin: 20px 0px 15px 0px;
  font-weight: 900;
}

.popUpDiv {
  align-items: center;
  align-content: center;
  text-align: center;
  display: none;
}

.margin-auto {
  margin: auto;
}

.pointer-hover {
  cursor: pointer;
}

.botao-janela-pequena {
  height: auto;
  margin: 30px;
}

.botao-janela-pequena-autor {
  height: auto;
  margin: 50px;
}

.btn-new-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 50px 25px 50px 25px;
  height: 100%;
  width: 100%;
  flex: 0 0 50%;
  position: relative;
  text-align: center;
  justify-content: space-evenly;
}

.citacoes {
  display: block;
  margin-left: 4cm;
  text-align: justify;
  text-indent: 0cm;
  line-height: normal;
}

.italico {
  font-style: italic;
}

.negritoSublinhado {
  text-decoration: underline;
  font-weight: 700;
}

.sublinhado {
  text-decoration: underline;
}

.negrito {
  font-weight: 700;
}

.root-154 {
  background-color: rgb(37, 36, 35);
  color: rgb(243, 242, 241);
  padding: 0px;
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', 'Segoe UI',
    -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.headerRow-49 {
  position: relative;
  display: flex;
}

.shyHeader-71 {
  width: 100%;
  box-sizing: border-box;
  height: 44px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  align-items: baseline;
  transition: visibility 0.15s ease 0.167s;
}

.logoCell-52 {
  flex-shrink: 0;
  margin-right: 0px;
  display: flex;
  align-items: center;
  align-self: center;
}

a.shyTitle-74,
a.shyTitle-74:hover {
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', 'Segoe UI',
    -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 2px;
  padding-right: 2px;
  line-height: 44px;
  margin-right: 36px;
  color: rgb(243, 242, 241);
  text-decoration: none;
  cursor: pointer;
}

.ms-HorizontalNav {
  white-space: nowrap;
  margin-right: 36px;
  min-width: 0px;
  display: block;
  color: rgb(243, 242, 241);
  background-color: rgb(37, 36, 35);
  padding: 0px;
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', 'Segoe UI',
    -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
}

.ms-FocusZone {
  display: block;
}

.ms-HorizontalNavItems {
  padding: 0 2px;
  display: block;
}

.ms-HorizontalNavItem {
  display: inline-block;
}

a.ms-HorizontalNavItem-link,
a.ms-HorizontalNavItem-link:hover {
  padding: 0 0 6px 0;
  background: 0 0;
  cursor: pointer;
  min-width: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
  display: inline-block;
  height: 100%;
  box-sizing: border-box;
  text-decoration: none;
  outline: transparent;
  position: relative;
  border: none;
  color: rgb(243, 242, 241);
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', 'Segoe UI',
    -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
}

.k_a_beed2cf1 {
  margin-top: auto;
  position: relative;
  z-index: 7;
  display: block;
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', 'Segoe UI',
    -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  color: rgb(243, 242, 241);
}

.simpleFooterContainer-361 {
  background-color: #22a39f;
  min-height: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  overflow: hidden;
  padding: 0px 24px;
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', 'Segoe UI',
    -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  color: rgb(243, 242, 241);
}

.simpleFooterLogoSlot-362 {
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', 'Segoe UI',
    -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  color: rgb(243, 242, 241);
}

.simpleFooterItem-365 {
  line-height: 19px;
  text-align: center;
  color: rgb(27, 26, 25);
  font-family: 'Segoe UI', 'Segoe UI Web (West European)', 'Segoe UI',
    -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  font-weight: 400;
  margin: 14px 24px 14px 0px;
  display: flex;
  align-items: center;
  margin-right: 0px;
}

.new-btn-container {
  /* display: flex; */
  /* align-items: center; */
  /* flex-wrap: wrap; */
  padding: 25px 25px 50px 25px;
  height: 100%;
  width: 100%;
  /* flex: 0 0 50%; */
  position: relative;
  text-align: center;
  /* justify-content: space-evenly; */
}

.new-section-special h2 {
  color: #000000;
}

.new-section-top {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 50px 0px 50px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  background-color: #ffee32;
  color: rgb(37, 36, 35);
}

.new-section-top h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1.25;
}

.new-section-special {
  background-color: #d4f1f4;
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 50px 0px 50px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
}

.new-section-impar {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 50px 0px 50px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  background-color: #f5deda;
  color: rgb(37, 36, 35);
}

.new-section-par {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 50px 0px 50px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  --bs-bg-opacity: 0.75;
  background-color: #a0ebe2;
  color: rgb(37, 36, 35);
}

.new-section-meio {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 50px 0px 50px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  background-color: #97bfe3;
  color: rgb(37, 36, 35);
}

.new-section-real {
  width: 100%;
  margin: 0px auto 0px auto;
  padding: 50px 0px 50px 0px;
  box-shadow: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top: 1px none #454545;
  border-right: 1px none #454545;
  border-bottom: 1px none #454545;
  border-left: 1px none #454545;
  background-color: #e6e8e6;
  color: rgb(37, 36, 35);
}

.section-form-title-text {
  padding: 0px 0px 0px 0px;
  margin: 50px auto 25px auto;
  background-color: transparent;
  font-weight: 500;
  line-height: 1.25;
  font-size: 20px;
}
