@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
:root {
  --red: #ad1f27;
  --yellow: #ed9b16;
  --orange: #db340b;
  --gray: #e6e9eb;
  --blue: #293845;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans";
  color: black;
}

.row {
  display: flex;
  flex-direction: row;
}

.column {
  display: flex;
  flex-direction: column;
}

body {
  background-color: white;
}

.button {
  border-radius: 25px;
  background-color: var(--yellow);
  color: white;
  padding: 15px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-decoration: none;
  gap: 10px;
  font-weight: bold;
  transition: 0.3s;
  font-size: 18px;
  z-index: 1;
  margin-top: 20px;
  text-align: center;
}

.button:hover {
  background-color: var(--orange);
  cursor: pointer;
  transform: scale(1.01);
}

.button img {
  width: 16px;
  height: 11px;
}

.main-view {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

main {
  width: 100%;
  max-width: 1900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 70px;
}

.ham-container {
  display: none;
  background-color: #ad1f27;
  width: 100%;
  top: 0;
}

.ham-container .ham-nav {
  display: flex;
  width: 100%;
  padding: 20px;
  justify-content: space-between;
  align-items: center;
}

.ham-container .logo {
  width: 100%;
  max-width: 204px;
  height: 70px;
  background-color: white;
  padding: 10px;
  border-radius: 10px;
}

.ham-container .menu-img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.ham-content {
  display: none;
  flex-direction: column;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s;
}

.ham-content p {
  text-align: center;
  padding: 20px;
  width: 100%;
  border-bottom: 1px solid #d1d1d1;
}

.ham-content .button {
  width: 100%;
  border-radius: 0;
  padding: 20px;
  margin-top: 0;
}

.aberto {
  max-height: 400px;
}

header {
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
header nav {
  display: flex;
  max-width: 1800px;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  padding-left: 80px;
  padding-right: 80px;
  flex-wrap: wrap;
  gap: 20px;
}
header nav .logo {
  width: 100%;
  max-width: 304px;
}
header nav .row {
  gap: 20px;
  flex-wrap: wrap;
  margin-left: auto;
  align-items: center;
  margin-right: 10px;
}
header nav .row p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 5px;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 5px;
}
header nav .row p:hover {
  background-color: #d2d6e1;
}

/*/////////////////////////////////////////////////////////////////////////////////*/
.section-1 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 40px;
}
.section-1 .row {
  width: 100%;
  gap: 15px;
  flex-wrap: wrap-reverse;
  justify-content: space-around;
  align-items: center;
}
.section-1 .row .woman {
  width: 100%;
  max-width: 600px;
}
.section-1 .row .column {
  gap: 10px;
  width: 100%;
  max-width: 820px;
  justify-content: center;
  align-items: start;
}
.section-1 .row .column h1 {
  text-align: start;
  font-size: clamp(30px, 10vw, 44px);
  font-weight: 700;
  font-family: sans-serif;
  color: #000000;
}
.section-1 .row .column h1 span {
  color: #ad1f27;
}
.section-1 .row .column p {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.section-1 .row .column .button {
  margin-top: 20px;
}

/*/////////////////////////////////////////////////////////////////////////////////*/
.section-2 {
  width: 100%;
  padding: 0px 40px 0px 40px;
  align-items: center;
  gap: 20px;
}
.section-2 h1 {
  font-size: clamp(35px, 10vw, 50px);
  font-weight: 500;
  text-align: center;
}
.section-2 h1 span {
  color: var(--red);
  font-weight: 600;
}
.section-2 .row {
  gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-2 .row img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  z-index: 2;
}
.section-2 .red-plataform {
  background-color: var(--red);
  width: 100%;
  max-width: 1000px;
  height: 240px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: end;
  padding: 30px;
  margin-top: -140px;
}

/*/////////////////////////////////////////////////////////////////////////////////*/
.section-3 {
  width: 100%;
  max-width: 1600px;
  align-content: center;
  padding: 0px 40px 0px 40px;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.section-3 .column {
  width: 100%;
  max-width: 700px;
  gap: 10px;
}
.section-3 .column h1 {
  font-weight: 400;
}
.section-3 .column h1 span {
  color: var(--red);
  font-weight: 600;
}
.section-3 .column p {
  max-width: 520px;
}
.section-3 .column .group {
  gap: 10px;
}
.section-3 .column .group .card {
  width: 100%;
  border: 1px solid rgb(218, 218, 218);
  border-radius: 10px;
  padding: 15px;
  gap: 20px;
  align-items: center;
}
.section-3 .column .group .card .num {
  background-color: var(--red);
  border-radius: 50%;
  color: white;
  width: 25px;
  height: 25px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-3 .column .group .card .num p {
  color: white;
}
.section-3 .column .group .card .text {
  color: var(--red);
  font-weight: 600;
}
.section-3 img {
  width: 100%;
  max-width: 500px;
}

/*/////////////////////////////////////////////////////////////////////////////////*/
.section-4 {
  width: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0px 40px 0px 40px;
  gap: 20px;
}
.section-4 .column {
  width: 100%;
  max-width: 700px;
  gap: 15px;
}
.section-4 .column h1 {
  font-size: clamp(25px, 10vw, 35px);
  font-weight: 400;
}
.section-4 .column h1 span {
  color: var(--red);
  font-size: 45px;
  font-weight: 700;
}
.section-4 .column p {
  font-size: 18px;
  max-width: 600px;
}
.section-4 .row {
  align-items: center;
  width: 100%;
  max-width: 700px;
}
.section-4 .row img {
  width: 100%;
  max-width: 550px;
  z-index: 2;
}
.section-4 .row .red-block {
  background-color: var(--red);
  border-radius: 35px;
  height: clamp(200px, 40vw, 300px);
  width: 100%;
  margin-left: clamp(-80vi, 20vw, -480px);
}

/*/////////////////////////////////////////////////////////////////////////////////*/
.section-5 {
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  padding: 0px 30px 0px 30px;
}
.section-5 .row {
  align-items: center;
}
.section-5 .row img {
  transform: rotate(-40deg);
  width: 100%;
  max-width: 250px;
}
.section-5 .row video {
  z-index: 2;
  border-radius: 15px;
  width: 450px;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: rgba(0, 0, 0, 0.404);
  margin-left: clamp(-20vi, 20vw, -200px);
}
.section-5 .column {
  width: 100%;
  max-width: 650px;
  gap: 10px;
}
.section-5 .column h1 {
  text-align: center;
  font-size: 35px;
  font-weight: 400;
}
.section-5 .column h1 span {
  color: var(--red);
  font-size: 35px;
  font-weight: 700;
}
.section-5 .column p {
  font-size: 18px;
}

/*/////////////////////////////////////////////////////////////////////////////////*/
.section-6 {
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  padding: 0px 30px 0px 30px;
}
.section-6 h1 {
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}
.section-6 h1 span {
  color: var(--red);
  font-size: 35px;
  font-weight: 700;
}
.section-6 p {
  text-align: center;
  max-width: 1000px;
  font-size: 18px;
}
.section-6 .row {
  gap: 20px;
  flex-wrap: wrap;
  max-width: 1500px;
}
.section-6 .row .card {
  border: 1px solid rgb(194, 194, 194);
  border-radius: 15px;
  padding: 20px;
  display: flex;
  gap: 10px;
  flex-direction: column;
  flex: 1;
}
.section-6 .row .card img {
  width: 60px;
  border-radius: 50%;
}
.section-6 .row .card h1 {
  text-align: start;
  color: var(--red);
  font-size: 25px;
  font-weight: 700;
}
.section-6 .row .card p {
  text-align: start;
  color: rgb(92, 92, 92);
  font-size: 15px;
  font-weight: 400;
}

/*/////////////////////////////////////////////////////////////////////////////////*/
.section-7 {
  width: 100%;
  padding: 0px 40px 0px 40px;
  justify-content: center;
  align-items: center;
}
.section-7 .column {
  width: 100%;
  max-width: 1600px;
  background-color: var(--red);
  padding: 60px;
  border-radius: 20px;
  align-items: center;
  gap: 20px;
}
.section-7 .column h1 {
  color: white;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
}
.section-7 .column p {
  color: white;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  max-width: 1100px;
}

/*/////////////////////////////////////////////////////////////////////////////////*/
.section-8 {
  width: 100%;
  padding: 0px 30px 0px 30px;
  align-items: center;
  gap: 15px;
}
.section-8 h1 {
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}
.section-8 h1 span {
  color: var(--red);
  font-weight: 700;
}
.section-8 p {
  text-align: center;
  max-width: 900px;
}
.section-8 .bigRow {
  justify-content: center;
  max-width: 1700px;
  align-items: center;
  gap: 20px;
}
.section-8 .bigRow img {
  width: 100%;
  max-width: 400px;
  height: 400px;
  border-radius: 15px;
}
.section-8 .bigRow .row-2 {
  gap: 20px;
  height: 400px;
}
.section-8 .bigRow .row-2 .column {
  gap: 15px;
  flex: 1;
}
.section-8 .bigRow .row-2 .column-2 {
  gap: 15px;
  flex: 2.8;
}
.section-8 .bigRow .row-2 .column-2 .row {
  gap: 15px;
  flex: 2;
}
.section-8 .card {
  border: 1px solid var(--red);
  border-radius: 15px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  gap: 10px;
  flex: 1;
  height: 100%;
  background-color: white;
}
.section-8 .card h1 {
  text-align: start;
  color: var(--red);
  font-size: 20px;
  font-weight: 600;
}
.section-8 .card p {
  text-align: start;
}

/*/////////////////////////////////////////////////////////////////////////////////*/
.section-9 {
  width: 100%;
  padding: 0px 30px 0px 30px;
  align-items: center;
  gap: 15px;
}
.section-9 img {
  width: 100%;
  max-width: 800px;
  background-color: white;
}
.section-9 h1 {
  margin-top: -50px;
  font-size: 40px;
  text-align: center;
}
.section-9 h1 span {
  color: var(--red);
}
.section-9 p {
  max-width: 1200px;
  font-size: 20px;
  text-align: center;
}

/*/////////////////////////////////////////////////////////////////////////////////*/
.section-10 {
  width: 100%;
  padding: 0px 30px 0px 30px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}
.section-10 .card {
  border: 1px solid rgb(192, 192, 192);
  border-radius: 15px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  max-width: 420px;
  min-height: 300px;
}
.section-10 .card h1 {
  text-align: center;
}
.section-10 .card h1 span {
  color: var(--red);
}
.section-10 .card p {
  text-align: center;
}

/*/////////////////////////////////////////////////////////////////////////////////*/
.section-11 {
  margin-top: 120px;
  width: 100%;
  padding: 0px 20px 0px 20px;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.section-11 p {
  color: var(--red);
  font-size: 28px;
  max-width: 500px;
  text-align: center;
}
.section-11 h1 {
  font-size: 35px;
  text-align: center;
}
.section-11 .row {
  z-index: 10;
  margin-top: -50px;
  gap: clamp(200px, 30vw, 320px);
}
.section-11 .row button:hover {
  background-color: #a3a3a3;
}
.section-11 .row button {
  outline: none;
  border: none;
  background-color: #b9b9b9;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: 0.3s;
  cursor: pointer;
}
.section-11 .row button img {
  width: 25px;
}
.section-11 .row .left-arrow img {
  transform: rotate(180deg);
}
.section-11 .owl-one .item {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.section-11 .owl-one .item h1 {
  max-width: 550px;
  text-align: center;
  font-size: 25px;
}
.section-11 .owl-one .item p {
  text-align: center;
  font-size: 15px;
  color: black;
}
.section-11 .owl-one .owl-item.active {
  opacity: 0.5 !important;
  transition: 0.3s;
}
.section-11 .owl-one .owl-item.active.center {
  opacity: 1 !important;
  transform: scale(1.2);
}
.section-11 .owl-two .item {
  padding: 40px 10px 40px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.section-11 .owl-two .item div {
  border-radius: 10px;
  width: 100%;
  max-width: 400px;
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.section-11 .owl-two .owl-item.active {
  filter: brightness(0.6) !important;
  transition: 0.3s;
}
.section-11 .owl-two .owl-item.active.center {
  filter: brightness(1) !important;
  transform: scale(1.2);
  z-index: 10;
}

/*/////////////////////////////////////////////////////////////////////////////////*/
.section-13 {
  width: 100%;
  padding: 0px 30px 0px 30px;
  align-items: center;
  gap: 25px;
}
.section-13 h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
.section-13 h1 span {
  color: var(--red);
  font-size: 45px;
}
.section-13 .row {
  gap: 20px;
  max-width: 1200px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.section-13 .row .card {
  background-color: var(--red);
  border-radius: 15px;
  padding: 30px 20px 30px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 300px;
}
.section-13 .row .card p {
  font-weight: 600;
  text-align: center;
  color: white;
}

/*/////////////////////////////////////////////////////////////////////////////////*/
.section-14 {
  width: 100%;
  padding: 0px 30px 0px 30px;
  align-items: center;
  gap: 25px;
}
.section-14 h1 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
.section-14 h1 span {
  color: var(--red);
  font-size: 50px;
}
.section-14 .column {
  width: 100%;
  max-width: 1600px;
}
.section-14 .column .label {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.section-14 .column .label .row:hover {
  background-color: #f5f5f5;
}
.section-14 .column .label .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px #e6e9eb solid;
  transition: 0.3s;
}
.section-14 .column .label .row p {
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
}
.section-14 .column .label .row img {
  width: 12px;
  height: 6px;
  transition: 0.5s;
}
.section-14 .column .label .desc {
  max-height: 0;
  overflow: hidden;
  border-bottom: 1px #e6e9eb solid;
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}
.section-14 .column .label .desc p {
  text-align: start;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.section-14 .column .label .shown {
  max-height: 400px;
  padding: 20px;
}
.section-14 .down img {
  transform: rotate(180deg);
}

/*/////////////////////////////////////////////////////////////////////////////////*/
.section-15 {
  width: 100%;
  padding: 0px 25px 0px 25px;
  align-items: center;
  gap: 25px;
  justify-content: center;
}
.section-15 .card {
  width: 100%;
  max-width: 1400px;
  height: 350px;
  background-color: var(--red);
  padding: 40px;
  padding-left: 100px;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.section-15 .card h1 {
  z-index: 2;
  font-size: 35px;
  max-width: 550px;
  color: white;
}
.section-15 img {
  width: 100%;
  max-width: 650px;
  margin-left: -650px;
}

footer {
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f4f6f7;
  align-items: center;
  margin-top: 100px;
}
footer nav {
  max-width: 1800px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 15px;
  flex-wrap: wrap;
}
footer nav img {
  width: 100%;
  max-width: 248px;
}
footer nav .row {
  width: 100%;
  max-width: 200px;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
footer nav .row img {
  width: 100%;
  max-width: 24px;
}
footer nav p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
footer nav p span {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-style: italic;
  color: #db340b;
}
footer .bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px;
  padding-left: 80px;
  padding-right: 80px;
  flex-wrap: wrap;
}
footer .bottom .row {
  gap: 10px;
}
footer .bottom .row a {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}
footer .bottom .row .bar {
  height: 16px;
  width: 1px;
  background-color: black;
}
footer .bottom p {
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 1100px) {
  .ham-container {
    display: flex;
  }
  header {
    display: none;
  }
  .ham-content {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .section-15 img {
    display: none;
  }
  .section-8 .bigRow {
    flex-wrap: wrap;
  }
  .section-3 {
    justify-content: center;
  }
  .section-6 .row {
    justify-content: center;
  }
  .section-6 .row .card {
    flex: none;
    width: 100%;
    max-width: 600px;
  }
}
@media (max-width: 768px) {
  .section-11 {
    margin-top: 60px;
  }
  .owl-two .item div {
    width: 100%;
    max-width: 300px !important;
    height: 300px !important;
  }
  .section-15 .card {
    padding: 20px;
  }
  .section-8 .bigRow .row-2 {
    flex-wrap: wrap;
    height: auto;
  }
  .section-5 .row img {
    display: none;
  }
  .section-5 .row video {
    width: 100%;
    max-width: 450px;
    margin-left: 0;
  }
  footer nav {
    justify-content: center;
    gap: 30px;
  }
  footer .bottom {
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    gap: 20px;
  }
}
@media (max-width: 425px) {
  .section-8 .bigRow .row-2 {
    flex-direction: column;
  }
  .section-8 .bigRow .row-2 .column-2 {
    flex: 1;
  }
  .section-8 .bigRow .row-2 .column-2 .row {
    flex-wrap: wrap;
    flex: 1;
  }
}/*# sourceMappingURL=style3.css.map */