html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  font-family: "Red Hat Display";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

p {
  line-height: 1.4;
}

.botao-principal {
  border: none;
  padding: 24px 74px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  width: fit-content;
  transition: all 0.3s ease-in-out;
}

.pointer {
  cursor: pointer;
}

.lh-md {
  line-height: 1.5 !important;
}

/**************
    Header
**************/

.logo-secundaria {
  display: none;
}

.site-header {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: transparent !important;
  margin-bottom: 0.5rem;
  position: absolute;
  width: 100%;
}

.post-thumbnail-img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

li a {
  transition: all 0.3s ease-in-out;
}

li a:hover {
  color: var(--bs-verde) !important;
}

/**************
    Call to Action
**************/

.call-to-action-box {
  background-color: #239242;
  padding: 25px 50px;
  border-radius: 5px;
  color: #fff;
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
}

.botao-call-to-action {
  background-color: #fff;
  padding: 20px 30px;
  color: #000;
}

.botao-call-to-action:hover {
  background-color: #000;
  color: #fff;
}

/**************
    Footer
**************/

footer {
  text-align: end;
}

.footer-info {
  min-height: 530px;
  background-color: #282828;
  color: #f8f8f8;
}

.footer-copyright {
  padding: 23px 0;
  background-color: #262626;
  color: #f7f7f57c;
}

.footer-icone-rede-social {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .logo-principal,
  .logo-secundaria {
    height: 50px !important;
  }

  .botao-principal {
    padding: 12px 20px;
    font-size: 16px;
  }
}
