@import url("https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap");

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  font-family: "ABeeZee", sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

p,
a,
ul,
li,
ol {
  text-align: justify;
  color: black;
  width: 100%;
  margin-top: 10px;
}
p,
a,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
img,
.cta {
  margin-bottom: 10px;
}

p,
a,
ul,
ol,
.logo,
.cta a,
.center {
  display: block;
}

h1,
h2,
.big-title {
  font-size: 30px;
}

h3,
.medium-title {
  font-size: 24px;
}

h4,
.small-title {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6,
img,
.cta {
  margin-top: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid #3f3f3f4d;
  width: 100%;
}

ul,
ol {
  width: 90%;
}

.sr-only {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.hide {
  visibility: hidden;
}

.container {
  max-width: 1024px;
}

.container,
.footer-middle,
.cta-mini {
  padding: 20px;
}

.sections-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 30px;
}

.section-column {
  flex: 1 1 calc(50% - 2rem);
  box-sizing: border-box;
  overflow: hidden;
}

.section-full {
  flex: 100%;
}

.center,
.center p,
.center a {
  text-align: center;
}

.image {
  max-width: 100%;
  max-height: 40vw;
}

.main-nav {
  background-image: url(../images/header-background.webp);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer-top {
  padding-top: 20px;
}

.cta h2 {
  color: #3f3f3f;
}

.cta a {
  font-size: 20px;
}

.cta a,
.cta-mini a,
.section-links a {
  font-weight: 800;
  color: red;
}

.cta-mini a {
  display: inline;
}

.cta a,
.footer-middle,
.footer-middle img {
  padding-top: 10px;
  padding-bottom: 10px;
}

.main-button {
  background-color: transparent;
  border-radius: 30px;
  padding: 10px 20px 10px 30px;
  font-weight: 800;
  font-size: 16px;
  cursor: pointer;
}

.cta button {
  color: red;
  border: 2px solid red;
}

figure,
.container,
.logo,
.cta a {
  margin: 0 auto;
}

.footer-middle {
  background-color: grey;
  align-items: center;
}

small p,
small a {
  font-size: 12px;
  margin: 0;
  line-height: 16px;
}
small .title {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.footer-bottom {
  background-color: #3f3f3f;
  display: flex;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.footer-bottom p {
  color: white;
}

.whatsapp-button img,
.whatsapp-button-fixed img {
  height: 80px;
}

.whatsapp-button-fixed {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 80px;
}

/* Responsividade */
@media (max-width: 768px) {
  .section-column {
    flex: 1 1 100%;
  }

  .image {
    max-width: 100%;
    max-height: 50vw;
  }

  h1,
  h2,
  .big-title {
    font-size: 20px;
  }

  ul,
  ol {
    max-width: 80%;
  }
}
