@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Bodoni+Moda%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic%7CInter%3A100%2C100italic%2C200%2C200italic%2C300%2C300italic%2C400%2C400italic%2C500%2C500italic%2C600%2C600italic%2C700%2C700italic%2C800%2C800italic%2C900%2C900italic&display=swap&ver=6.8.2");
* {
  font-family: Roboto;
}

html {
  overflow-x: hidden;
}

h1 {
  color: #FFF;
  text-align: center;
  font-family: "Bodoni Moda", Sans-serif;
  font-size: 90px;
  font-style: italic;
  font-weight: 400;
  line-height: 108px;
  text-transform: uppercase;
}
h1 strong {
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
}

h2 {
  color: #000;
  text-align: center;
  font-family: "Bodoni Moda", Sans-serif;
  font-size: 50px;
  font-style: italic;
  font-weight: 400;
  line-height: 65px;
  text-transform: uppercase;
}
h2 strong {
  font-family: Inter;
  font-size: 90px;
  font-style: normal;
  font-weight: 700;
  line-height: 108px;
  text-transform: uppercase;
}

h3 {
  color: #000;
  font-family: Inter;
  font-size: 30px;
  font-style: italic;
  font-weight: 500;
  line-height: 45px;
  text-transform: uppercase;
}
h3 strong {
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 65px;
}

h4 {
  color: var(--Preto, #000);
  text-align: justify;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}
h4 strong {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.4px;
}

p {
  color: var(--Preto, #000);
  text-align: justify;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
}

.redirect-btn {
  text-decoration: none;
  border-radius: 30px;
  border: 1px solid #000;
  background: var(--Preto, #000);
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
  color: var(--Creme, #F2E7C7) !important;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  padding: 17px 50px;
  display: inline-block;
}

.redirect-btn:focus,
.redirect-btn:active{
    color: white;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}

#section-0 {
  max-height: 83vh;
  height: 100vh;
  position: relative;
}
#section-0 video.main_video {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  bottom: 0;
}
#section-0 .container {
  background-image: url(/imgs/logotipo.svg);
  background-repeat: no-repeat;
  background-position: center top 45px;
}
#section-0 .container .lang-container {
  padding: 55px;
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 25.6px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#section-0 .container .lang-container .lang-active {
  cursor: pointer;
}
#section-0 .container .lang-container .lang-list {
  position: absolute;
  width: 50%;
}
#section-0 .container .lang-container .lang-list a {
  text-decoration: none;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.438);
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 2px 5px;
}
#section-0 .container .title-container {
  max-height: 83%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#section-1 .title-container {
  padding: 90px;
}
#section-1 img {
  position: absolute;
  right: 0;
  height: 100%;
}
#section-1 .text-content {
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 3rem;
  padding-left: 3rem;
}

#section-2 .section-head {
  position: relative;
  margin-top: 30px;
}
#section-2 .section-head .title-container {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  padding-top: 80px;
}
#section-2 .section-head .title-container h2 {
  max-width: 750px;
}
#section-2 .bg-color {
  background-color: rgba(231, 222, 203, 0.2392156863);
  padding-top: 20px;
}
#section-2 .bg-color .redirect-btn {
  color: #000 !important;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 200;
  line-height: 15px; /* 100% */
  border-radius: 30px;
  border: 1px solid #000;
  background: #FFF;
  padding: 10px 25px;
}

#section-3 {
  background-color: rgba(231, 222, 203, 0.2392156863);
  padding-top: 150px;
  padding-bottom: 60px;
}
#section-3 h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 65px;
  text-align: start;
}
#section-3 h2 strong {
  font-size: 45px;
  font-weight: 700;
  line-height: 0;
}
#section-3 h3 {
  line-height: 100px;
}
#section-3 .text-container {
  padding: 70px;
  padding-right: 0px;
}
#section-3 .left-img-container {
  overflow: hidden;
  background-image: url(/imgs/section-3-1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#section-3 .left-img-container img {
  width: 100%;
}
#section-3 .redirect-btn {
  margin: 60px;
}

#section-4 {
  background: #E5DBC7;
  padding: 50px;
}
#section-4 h2 {
  padding: 75px;
}
#section-4 .cards-slider .slick-track {
  display: flex;
  gap: 30px;
}
#section-4 .cards-slider .slick-prev, #section-4 .cards-slider .slick-next {
  font-size: 30px;
  color: black;
  box-shadow: none;
}
#section-4 .cards-slider .slick-prev {
  left: 20px;
}
#section-4 .cards-slider .slick-next {
  right: 40px;
}
#section-4 .cards-slider .slick-prev::before, #section-4 .cards-slider .slick-next::before {
  display: none;
}
#section-4 .cards-slider .slick-list {
  padding: 0 !important;
  margin: 0px 50px;
}
#section-4 .cards-slider .card {
  max-width: 400px;
  height: auto;
  border: none;
  border-radius: 0;
  padding: 20px;
}
#section-4 .cards-slider .card .card-head {
  display: flex;
  gap: 15px;
  font-family: Onest;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
}
#section-4 .cards-slider .card .card-head .avatar {
  width: 61px;
  height: 61px;
  background-color: #D9D9D9;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 999px;
}
#section-4 .cards-slider .card .card-head .card-author {
  color: #4E65C2;
  font-weight: 700;
}
#section-4 .cards-slider .card .card-head .card-time {
  color: #656565;
  font-weight: 400;
}
#section-4 .cards-slider .card .card-body {
  padding: 0;
  padding-top: 20px;
}
#section-4 .cards-slider .card .card-body .stars {
  display: flex;
  gap: 10px;
}
#section-4 .cards-slider .card .card-body .text {
  margin-top: 20px;
  color: #000;
  font-family: Onest;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

footer {
  background: #E5DBC7;
}
footer .bg-black {
  height: 240px;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1700px;
  }
}
@media (max-width: 1286px) {
  #section-0 video.main_video {
    width: auto;
    height: 100vh;
  }
  #section-1 img {
    width: 120%;
    height: auto;
  }
  #section-1 .title-container {
    padding: 70px 40px;
  }
  #section-2 .bg-color {
    padding-top: 60px;
  }
}
@media (max-width: 1040px) {
  #section-3 .text-container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  h1 {
    font-size: 42px;
    line-height: 52px;
    padding: 40px;
  }
  h2 {
    font-size: 28px !important;
    line-height: 38px !important;
    text-align: start;
  }
  h2 strong {
    font-size: 28px !important;
    line-height: 38px !important;
  }
  h3 {
    font-size: 20px;
    line-height: 30px !important;
  }
  h3 strong {
    font-size: 28px;
    line-height: 38px;
  }
  .redirect-btn {
    width: 100%;
  }
  #section-0 {
    max-height: 100vh;
    max-width: 100vw;
    overflow: hidden;
  }
  #section-0 .container {
    background-size: 120px;
  }
  #section-0 .container .lang-container {
    padding: 35px 20px;
  }
  #section-1 .title-container {
    padding: 40px 0;
  }
  #section-1 img {
    position: relative;
    width: 100%;
    height: auto;
  }
  #section-1 .text-content {
    padding-top: 60px;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  #section-2 .section-head .title-container {
    position: relative;
    background: rgba(231, 222, 203, 0.2392156863);
    padding: 0;
    padding-right: 20px;
    padding-left: 20px;
  }
  #section-2 .bg-color .redirect-btn {
    padding: 12px 25px;
  }
  #section-2 .mapplic-element {
    margin: 40px 0;
  }
  #section-3 {
    padding-top: 20px;
  }
  #section-3 .text-container {
    padding: 0px;
  }
  #section-3 .text-container p {
    margin-top: 20px;
  }
  #section-3 .left-img-container {
    width: 100%;
    background: none;
  }
  #section-3 .redirect-btn {
    margin: 0;
    margin-top: 40px;
  }
  #section-4 {
    padding: 20px;
  }
  #section-4 h2 {
    padding: 60px;
    text-align: center;
  }
  #section-4 .cards-slider .slick-list {
    margin: 0;
  }
  #section-4 .cards-slider .card {
    margin-right: 10px;
    max-width: none;
  }
  #section-4 .cards-slider .slick-next {
    right: 0px;
    font-size: 20px;
  }
  #section-4 .cards-slider .slick-prev {
    left: -10px;
    font-size: 20px;
  }
  footer {
    padding-top: 40px;
  }
  footer .grafismo {
    width: 400vw !important;
  }
}/*# sourceMappingURL=styles.css.map */