@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-family: "Montserrat", sans-serif;
}

::-webkit-scrollbar {
  background-color: #e6d9b6;
  width: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #CFA554;
  border-radius: 8px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 5rem;
}

a {
  cursor: pointer;
  transition: all 0.3s ease;
}

h1 {
  font-size: 26px;
  font-weight: 600;
}

p {
  font-size: 14px;
  font-weight: 300;
  color: #3D3D3D;
}

.container {
  width: 80%;
}

@media (max-width: 1024px) {
  .container {
    width: 83%;
  }
}
@media (min-width: 1500px) {
  .container {
    width: 60%;
  }
}
nav {
  width: 100%;
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99999;
  transition: all 0.3s ease;
  background-color: transparent;
}
nav[data-scrolled=true] {
  height: 5.5rem;
  background-color: #F3F3F3;
}
nav[data-scrolled=true] .container {
  padding-top: 0;
}
nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
  height: 100%;
}
nav .container img {
  width: 113px;
  height: 47px;
}
nav .container .socials {
  display: flex;
  flex-direction: row;
  gap: 0 1rem;
}
nav .container .socials a img {
  width: 14.46px;
  height: 20.66px;
}
nav .container #nav__btn {
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center start;
  gap: 0.3rem 0;
  cursor: pointer;
  position: relative;
  z-index: 9999;
  right: 0;
  transition: all 0.3s ease-in-out;
}
nav .container #nav__btn[data-active=true] {
  right: 10%;
}
nav .container #nav__btn[data-clicked=true] .line {
  background-color: #CFA554;
}
nav .container #nav__btn[data-clicked=true] .line:nth-child(1) {
  width: 100%;
  transform: rotateZ(45deg) translateY(19px);
}
nav .container #nav__btn[data-clicked=true] .line:nth-child(2) {
  width: 0%;
}
nav .container #nav__btn[data-clicked=true] .line:nth-child(3) {
  width: 100%;
  transform: rotateZ(-45deg) translateY(-19px);
}
nav .container #nav__btn[data-clicked=true]:hover .line:nth-child(1) {
  width: 100%;
}
nav .container #nav__btn[data-clicked=true]:hover .line:nth-child(2) {
  width: 0%;
}
nav .container #nav__btn[data-clicked=true]:hover .line:nth-child(3) {
  width: 100%;
}
nav .container #nav__btn:hover .line:nth-child(1) {
  width: 60%;
}
nav .container #nav__btn:hover .line:nth-child(2) {
  width: 80%;
}
nav .container #nav__btn:hover .line:nth-child(3) {
  width: 70%;
}
nav .container #nav__btn .line {
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 2rem;
  background-color: #CFA554;
  transition: all 0.3s ease-in-out;
}
nav .container #nav__btn .line:nth-child(1) {
  width: 80%;
}
nav .container #nav__btn .line:nth-child(2) {
  width: 60%;
}
nav #sidebar__nav {
  position: fixed;
  z-index: 999;
  inset: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  background: rgba(61, 61, 61, 0.9);
}
nav #sidebar__nav[data-active=true] {
  visibility: visible;
  opacity: 1;
}
nav #sidebar__nav[data-active=true] ul {
  right: 0;
}
nav #sidebar__nav ul {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  gap: 2.65rem 0;
  top: 0;
  bottom: 0;
  right: -25%;
  background-color: #F3F3F3;
  transition: all 0.3s ease-in-out;
}
nav #sidebar__nav ul li a {
  display: block;
  width: 8.75rem;
  font-size: 1.2rem;
  text-align: start;
  color: #CFA554;
}

@media (max-width: 1024px) {
  nav {
    height: 9rem;
  }
  nav .container img {
    width: 91px;
    height: 100vh;
  }
  nav .container .socials {
    display: none;
  }
  nav .container #nav__btn[data-active=true] {
    right: 50%;
  }
  nav #sidebar__nav ul {
    width: 70%;
  }
}
header {
  width: 100%;
  height: 100vh;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  background-image: url("../assets/images/home.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 64rem) {
  header {
    background-image: url("../assets/images/home.png");
  }
}
header .wpp {
  position: fixed;
  right: 5%;
  bottom: 8%;
  background-color: #CFA554;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 9999;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: start;
}
header .container .text {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1rem 0;
}
header .container .text h2 {
  color: #F3F3F3;
  font-size: 26px;
  width: 90%;
}
header .container .text p {
  color: #F3F3F3;
  font-size: 12px;
  font-weight: 500;
  width: 95%;
  line-height: 1.7;
}
header .container .text a button {
  width: 149px;
  height: 36px;
  border-radius: 23px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #CFA554;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 110%;
}
header .container .text a button:hover {
  transform: translateY(-3px);
  color: #CFA554;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 1024px) {
  header {
    background-position: 75%;
    position: relative;
  }
  header .wpp {
    position: fixed;
    right: 5%;
    bottom: 5%;
    background-color: #CFA554;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    z-index: 9999;
  }
  header .wpp a img {
    width: 25px;
    height: 25px;
  }
  header::after {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-color: #2C2A28;
    opacity: 20%;
    z-index: 1;
  }
  header .container {
    display: flex;
    height: 80vh;
    align-items: end;
    justify-content: center;
  }
  header .container .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 1rem 0;
    z-index: 2;
  }
  header .container .text h2 {
    color: #F3F3F3;
    font-size: 26px;
    width: 110%;
  }
  header .container .text p {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    width: 100%;
    line-height: 1.4;
  }
  header .container .text a button {
    width: 149px;
    height: 36px;
    border-radius: 23px;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #CFA554;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 110%;
    border-radius: 23px;
  }
  header .container .text a button:hover {
    transform: translateY(-3px);
    color: #CFA554;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}
#after_header {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background-color: #F3F3F3;
}
@media (max-width: 1024px) {
  #after_header {
    padding: 4.5rem 0;
  }
}
#after_header .container {
  display: grid;
  place-items: center;
  grid-template-columns: 1.7fr 1fr;
}
#after_header .container .text {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.5rem 0;
}
#after_header .container .text h1 {
  font-size: 22px;
  color: #CFA554;
  width: 87%;
}
#after_header .container .text p {
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 600;
  width: 90%;
  line-height: 1.5;
}
#after_header .container .text a button {
  width: 149px;
  height: 36px;
  border-radius: 23px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #CFA554;
  background-color: #E6D9B6;
  cursor: pointer;
  transition: all 0.3s ease;
}
#after_header .container .text a button:hover {
  transform: translateY(-3px);
  color: #E6D9B6;
  background-color: #CFA554;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
#after_header .container .img {
  width: 80%;
}
#after_header .container .img img {
  width: 100%;
}

@media (max-width: 1024px) {
  #after_header {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background-color: #F3F3F3;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #after_header {
    padding: 4.5rem 0;
  }
}
@media (max-width: 1024px) {
  #after_header .container {
    display: grid;
    place-items: center;
    grid-template-columns: 1fr;
    gap: 2rem 0;
  }
  #after_header .container .text {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 1rem 0;
    order: 2;
  }
  #after_header .container .text h1 {
    font-size: 18px;
    color: #CFA554;
    width: 100%;
  }
  #after_header .container .text p {
    color: #3D3D3D;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
  }
  #after_header .container .text a button {
    width: 149px;
    height: 36px;
    border-radius: 23px;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #CFA554;
    background-color: #E6D9B6;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  #after_header .container .text a button:hover {
    transform: translateY(-3px);
    color: #E6D9B6;
    background-color: #CFA554;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  #after_header .container .img {
    order: 1;
    width: 80%;
  }
}
#advantage {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background-color: #F3F3F3;
  padding-top: 0;
}
@media (max-width: 1024px) {
  #advantage {
    padding: 4.5rem 0;
  }
}
#advantage .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem 0;
  width: 90%;
}
#advantage .container .title {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.3rem 0;
}
#advantage .container .title h2 {
  color: #3D3D3D;
  font-size: 22px;
}
#advantage .container .title h1 {
  color: #CFA554;
  font-size: 20px;
}
#advantage .container .all {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0 1rem;
}
#advantage .container .all .advantages {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  border-radius: 23px;
  height: 260px;
  padding-bottom: 1rem;
  gap: 1rem 0;
  padding-right: 1rem;
  padding-left: 2rem;
  position: relative;
  cursor: default;
}
#advantage .container .all .advantages:hover {
  background-color: #E6D9B6;
  box-shadow: none;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
}
#advantage .container .all .advantages:hover .img {
  background-image: url(../assets/icon/coracao-white.svg);
}
#advantage .container .all .advantages:hover h2 {
  display: none;
}
#advantage .container .all .advantages:hover p {
  display: flex;
  color: #CFA554;
  font-weight: 500;
  font-size: 12px;
}
#advantage .container .all .advantages .img {
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../assets/icon/coracao.svg);
  position: absolute;
  right: 5%;
  top: 5%;
}
#advantage .container .all .advantages h2 {
  color: #CFA554;
  font-size: 18px;
}
#advantage .container .all .advantages p {
  display: none;
  transition: all 0.3s ease;
  width: 100%;
  font-size: 12px;
}

@media (max-width: 1024px) {
  #advantage {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background-color: #F3F3F3;
    padding-top: 0;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #advantage {
    padding: 4.5rem 0;
  }
}
@media (max-width: 1024px) {
  #advantage .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem 0;
  }
  #advantage .container .title {
    gap: 0.5rem;
  }
  #advantage .container .title h2 {
    color: #3D3D3D;
    font-size: 18px;
    width: 90%;
  }
  #advantage .container .title h1 {
    color: #CFA554;
    font-size: 22px;
  }
  #advantage .container .all {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    width: 100%;
    place-items: center;
  }
  #advantage .container .all .advantages {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    background-color: #fff;
    transition: all 0.3s ease;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 23px;
    height: 250px;
    padding-bottom: 2rem;
    gap: 1rem 0;
    padding-right: 1rem;
    padding-left: 1rem;
    position: relative;
    cursor: default;
  }
  #advantage .container .all .advantages[data-active=true] {
    background-color: #E6D9B6;
    box-shadow: none;
    padding-bottom: 2rem;
  }
  #advantage .container .all .advantages[data-active=true] .img {
    background-image: url(../assets/icon/coracao-white.svg);
  }
  #advantage .container .all .advantages[data-active=true] h2 {
    display: none;
  }
  #advantage .container .all .advantages[data-active=true] p {
    display: flex;
    color: #CFA554;
    font-weight: 500;
  }
  #advantage .container .all .advantages:hover {
    background-color: #E6D9B6;
    box-shadow: none;
    padding-bottom: 2rem;
  }
  #advantage .container .all .advantages:hover .img {
    background-image: url(../assets/icon/coracao-white.svg);
  }
  #advantage .container .all .advantages:hover h2 {
    display: none;
  }
  #advantage .container .all .advantages:hover p {
    display: flex;
    color: #CFA554;
    font-weight: 500;
    font-size: 14px;
  }
  #advantage .container .all .advantages .img {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../assets/icon/coracao.svg);
    position: absolute;
    right: 7%;
    top: 7%;
  }
  #advantage .container .all .advantages h2 {
    color: #CFA554;
    font-size: 18px;
  }
  #advantage .container .all .advantages p {
    display: none;
    transition: all 0.3s ease;
    width: 80%;
  }
}
#transform {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background-color: #2C2A28;
  padding: 0;
}
@media (max-width: 1024px) {
  #transform {
    padding: 4.5rem 0;
  }
}
#transform .container {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  width: 100%;
}
#transform .container .img {
  width: 100%;
}
#transform .container .img img {
  width: 100%;
}
#transform .container .all {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#transform .container .all .text {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 1.2rem 0;
}
#transform .container .all .text h1 {
  color: #CFA554;
  width: 80%;
  font-size: 24px;
}
#transform .container .all .text p {
  color: #F3F3F3;
  width: 90.6%;
  font-size: 13px;
}
#transform .container .all .text a button {
  width: 149px;
  height: 36px;
  border-radius: 23px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #CFA554;
  cursor: pointer;
  transition: all 0.3s ease;
}
#transform .container .all .text a button:hover {
  transform: translateY(-3px);
  color: #CFA554;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 1024px) {
  #transform {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background-color: #2C2A28;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #transform {
    padding: 4.5rem 0;
  }
}
@media (max-width: 1024px) {
  #transform .container {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    gap: 4rem 0;
  }
  #transform .container .img {
    width: 100%;
  }
  #transform .container .img img {
    width: 100%;
  }
  #transform .container .all {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #transform .container .all .text {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 1.2rem 0;
  }
  #transform .container .all .text h1 {
    color: #CFA554;
    width: 100%;
  }
  #transform .container .all .text p {
    color: #F3F3F3;
    width: 100%;
  }
  #transform .container .all .text a button {
    width: 149px;
    height: 36px;
    border-radius: 23px;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #CFA554;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  #transform .container .all .text a button:hover {
    transform: translateY(-3px);
    color: #CFA554;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}
#video {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background-color: #F3F3F3;
}
@media (max-width: 1024px) {
  #video {
    padding: 4.5rem 0;
  }
}
#video .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
#video .container video {
  max-width: 80%;
  height: 400px;
}

@media (max-width: 1024px) {
  #video .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #video .container video {
    max-width: 80% !important;
    height: 180px;
  }
}
#truth {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background-color: #F3F3F3;
  padding-top: 0;
}
@media (max-width: 1024px) {
  #truth {
    padding: 4.5rem 0;
  }
}
#truth .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem 0;
  width: 90%;
}
#truth .container .title {
  display: flex;
  align-items: center;
  justify-content: center;
}
#truth .container .title h1 {
  color: #CFA554;
  text-align: center;
  width: 80%;
  font-size: 22px;
}
#truth .container .myth__swiper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 1rem;
}
#truth .container .myth__swiper .myths {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem 0;
  background-color: #E6D9B6;
  height: 200px;
  border-radius: 23px;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  padding: 0 1rem;
  cursor: pointer;
}
#truth .container .myth__swiper .myths h5 {
  color: #3D3D3D;
}
#truth .container .myth__swiper .myths h2 {
  color: #CFA554;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
@media (max-width: 1024px) {
  #truth {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background-color: #F3F3F3;
    padding-top: 0 !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #truth {
    padding: 4.5rem 0;
  }
}
@media (max-width: 1024px) {
  #truth .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem 0;
    width: 80%;
  }
  #truth .container .title {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #truth .container .title h1 {
    color: #CFA554;
    text-align: center;
    width: 100%;
    font-size: 22px;
  }
  #truth .container .myth__swiper {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  #truth .container .myth__swiper .myths {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem 0;
    background-color: #E6D9B6;
    height: 200px;
    border-radius: 23px;
    width: -moz-fit-content;
    width: fit-content;
    text-align: center;
    padding: 0 1rem;
    cursor: pointer;
  }
  #truth .container .myth__swiper .myths h5 {
    color: #3D3D3D;
  }
  #truth .container .myth__swiper .myths h2 {
    color: #CFA554;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
  }
}
#banner {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  background-color: #E6D9B6;
}
@media (max-width: 1024px) {
  #banner {
    padding: 4.5rem 0;
  }
}
#banner .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8rem 0;
}
#banner .container .imgs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem 0;
}
#banner .container .imgs .one {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  place-items: center start;
}
#banner .container .imgs .one .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: start;
  width: 65%;
  gap: 1rem 0;
}
#banner .container .imgs .one .text h1 {
  color: #CFA554;
  font-size: 24px;
}
#banner .container .imgs .one .text p {
  color: #2C2A28;
  font-weight: 600;
  font-size: 14px;
}
#banner .container .imgs .one .img {
  width: 100%;
  height: 100%;
}
#banner .container .imgs .one .img img {
  width: 100%;
  height: 100%;
}
#banner .container .imgs .two {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  place-items: center end;
}
#banner .container .imgs .two .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70%;
  gap: 1rem 0;
}
#banner .container .imgs .two .text p {
  color: #2C2A28;
  font-weight: 600;
  font-size: 14px;
  text-align: end;
}
#banner .container .imgs .two .img {
  width: 100%;
  height: 100%;
}
#banner .container .imgs .two .img img {
  width: 100%;
  height: 100%;
}
#banner .container .video {
  max-width: 100%;
  height: 450px;
}
#banner .container .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 1.5rem 0;
}
#banner .container .text h1 {
  color: #2C2A28;
  font-weight: 800;
  width: 100%;
  font-size: 22px;
}
#banner .container .text p {
  color: #2C2A28;
  font-size: 18px;
  width: 98%;
  font-weight: 500;
  line-height: 1.5;
}
#banner .container .text a button {
  width: 149px;
  height: 36px;
  border-radius: 23px;
  display: grid;
  place-items: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #CFA554;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 320px;
  height: 50px;
}
#banner .container .text a button:hover {
  transform: translateY(-3px);
  color: #CFA554;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

@media (max-width: 1024px) {
  #banner {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background-color: #E6D9B6;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #banner {
    padding: 4.5rem 0;
  }
}
@media (max-width: 1024px) {
  #banner .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem 0;
  }
  #banner .container .imgs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4rem 0;
    width: 100%;
  }
  #banner .container .imgs .one {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    gap: 2rem 0;
  }
  #banner .container .imgs .one .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 1rem 0;
  }
  #banner .container .imgs .one .text h1 {
    color: #CFA554;
    font-size: 24px;
  }
  #banner .container .imgs .one .text p {
    color: #2C2A28;
    font-weight: 600;
    font-size: 14px;
  }
  #banner .container .imgs .one .img {
    width: 80%;
    height: 100%;
  }
  #banner .container .imgs .one .img img {
    width: 100%;
    height: 100%;
  }
  #banner .container .imgs .two {
    display: grid;
    grid-template-columns: 1fr;
    place-items: center;
    gap: 2rem 0;
  }
  #banner .container .imgs .two .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 1rem 0;
  }
  #banner .container .imgs .two .text p {
    color: #2C2A28;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    width: 100%;
  }
  #banner .container .imgs .two .img {
    width: 80%;
    height: 100%;
  }
  #banner .container .imgs .two .img img {
    width: 100%;
    height: 100%;
  }
  #banner .container .video {
    max-width: 80%;
    height: 180px;
  }
  #banner .container .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 2rem 0;
  }
  #banner .container .text h1 {
    color: #2C2A28;
    font-weight: 800;
    width: 100%;
    font-size: 18px;
  }
  #banner .container .text p {
    color: #2C2A28;
    font-size: 16px;
    width: 98%;
    font-weight: 500;
    line-height: 1.5;
  }
  #banner .container .text a button {
    width: 149px;
    height: 36px;
    border-radius: 23px;
    display: grid;
    place-items: center;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    background-color: #CFA554;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 240px;
    height: 50px;
  }
  #banner .container .text a button:hover {
    transform: translateY(-3px);
    color: #CFA554;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
}
#footer {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  place-items: center;
  position: relative;
  overflow: hidden;
  padding: 6rem 0;
  padding: 2rem 0;
}
@media (max-width: 1024px) {
  #footer {
    padding: 4.5rem 0;
  }
}
#footer .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#footer .container .mobile {
  display: none;
}
#footer .container .all {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#footer .container .all .main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#footer .container .all .main a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 0.7rem;
  transition: all 0.3s ease;
}
#footer .container .all .main a:hover {
  transform: translateY(-3px);
}
#footer .container .all .main a h3 {
  color: #2C2A28;
  font-size: 12px;
  font-weight: 500;
  width: 50%;
}
#footer .container .all .logo {
  height: 56px;
}
#footer .container .all .socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 0.8rem;
}
#footer .container .all .socials h4 {
  color: #CFA554;
  font-size: 12px;
  font-weight: 500;
  width: 41%;
}
#footer .container .all .socials .links {
  display: flex;
  flex-direction: row;
  gap: 0 1rem;
}
#footer .container .all .socials .links a {
  cursor: pointer;
}
#footer .container .all .socials .links a img {
  transition: all 0.3s ease;
}
#footer .container .all .socials .links a img:hover {
  transform: scale(0.9);
}

@media (max-width: 1024px) {
  #footer {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    display: grid;
    place-items: center;
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    padding: 2rem 0 !important;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  #footer {
    padding: 4.5rem 0;
  }
}
@media (max-width: 1024px) {
  #footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
  }
  #footer .container .mobile {
    display: flex;
    height: 46px;
    order: 2;
  }
  #footer .container .all {
    display: flex;
    flex-direction: row;
    order: 1;
  }
  #footer .container .all .main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #footer .container .all .main a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0 0.7rem;
  }
  #footer .container .all .main a h3 {
    color: #2C2A28;
    font-size: 12px;
    font-weight: 500;
    width: 50%;
  }
  #footer .container .all .logo {
    display: none;
  }
  #footer .container .all .socials {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 0.8rem;
  }
  #footer .container .all .socials h4 {
    color: #CFA554;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
  }
  #footer .container .all .socials .links {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0 1rem;
  }
  #footer .container .all .socials .links a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.modal-container {
  position: fixed;
  z-index: 999999999999;
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
}
.modal-container[data-active=true] {
  opacity: 1;
  pointer-events: all;
}
.modal-container .modal {
  background-color: #CFA554;
  width: 40%;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  padding-top: 0;
  line-height: 1.3;
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 4rem 0;
}
.modal-container .modal #fechar {
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  top: 5%;
  right: 3%;
  background-color: transparent;
}
.modal-container .modal #fechar img {
  width: 1.2rem;
  height: 1.2rem;
}
.modal-container .modal .text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  padding: 0 3.5rem;
  text-align: start;
  gap: 1rem 0;
}
.modal-container .modal .text h1 {
  font-size: 24px;
  width: 100%;
  color: #fff;
}
.modal-container .modal .text p {
  font-size: 16px;
  color: #fff;
}

@media (max-width: 1024px) {
  #modal_container .modal {
    width: 80%;
    height: -moz-fit-content;
    height: fit-content;
    grid-template-columns: 1fr;
    padding: 0;
  }
  #modal_container .modal img {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #modal_container .modal .text {
    padding: 2rem;
  }
  #modal_container .modal #fechar {
    top: 3%;
    right: 4%;
  }
}/*# sourceMappingURL=style.css.map */