body {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  font-family: "Sansation", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  background: #000;
  transition: background-color 25s ease;
}
body .div-whatsapp {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
  background: #2cd46b;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
body .title {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 50px;
}
body .sub-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
body .text {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
body .section {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: white;
  padding: 50px 0;
  overflow: hidden !important;
}
body .main {
  position: relative;
  width: 100%;
  z-index: 2;
  margin-bottom: 200%;
  transform: translate(all 0.8s ease);
  transition: background-color 0.5s ease;
}
body .main .navbar {
  position: fixed;
  top: 30px;
  left: 30px;
  right: 30px;
  border-radius: 150px;
  background: white;
  padding: 14px 30px;
  z-index: 9;
  transition: all 0.5s ease;
  font-weight: 600;
}
@media screen and (max-width: 2000px) {
  body .main .navbar {
    margin-left: 55px;
    margin-right: 55px;
  }
}
body .main .navbar .containder {
  width: 100%;
  max-width: 100% !important;
  margin-left: 20px;
  margin-right: 20px;
}
body .main .navbar img {
  margin-right: 5px;
}
body .main .navbar .actions {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 700px) {
  body .main .navbar .actions {
    width: 200px;
    display: none;
    position: absolute;
    right: 0;
    top: 90px;
    background: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
  }
}
body .main .navbar .actions div {
  cursor: pointer;
}
body .main .navbar .actions.active {
  display: flex;
  flex-direction: column;
  justify-content: left;
}
body .main .navbar .actions.active div {
  width: 100%;
  padding: 10px 0;
}
body .main .navbar i {
  display: none;
  font-size: 22px;
  font-weight: 300;
  cursor: pointer;
}
@media screen and (max-width: 700px) {
  body .main .navbar {
    padding: 15px 20px;
    font-size: 12px;
    margin: 0px;
  }
  body .main .navbar i {
    display: block;
  }
}
body .main #section0 {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  padding: 150px 0;
}
@media screen and (max-width: 600px) {
  body .main #section0 {
    padding: 200px 0;
  }
}
body .main #section0 h1 {
  text-align: center;
}
body .main #section0 .title-head {
  letter-spacing: 2px;
  text-align: center;
  font-size: 17vh;
  color: rgba(255, 255, 255, 0.5882352941);
  margin-bottom: 0;
  line-height: 125px;
  font-family: "Anton", sans-serif;
}
@media screen and (max-width: 600px) {
  body .main #section0 .title-head {
    font-size: 70px;
    line-height: 85px;
  }
}
body .main #section0 .sub-title-head {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  body .main #section0 .sub-title-head {
    font-size: 16px;
    margin-top: 80px;
    padding: 0 20px;
  }
}
body .main #birds {
  width: 100%;
  height: 800px;
  position: relative;
  z-index: 1;
}
body .main #section1 {
  color: #fff;
  padding-top: 100px !important;
  padding-bottom: 150px !important;
  margin: 0px;
}
@media screen and (max-width: 600px) {
  body .main #section1 {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 990px) {
  body .main #section1 .container {
    max-width: 960px;
  }
}
body .main #section1 .container .title {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 600px) {
  body .main #section1 .container .title {
    font-size: 35px;
  }
}
body .main #section1 .container .content-section1 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 850px) {
  body .main #section1 .container .content-section1 {
    flex-direction: column-reverse;
  }
}
body .main #section1 .container .content-section1 .left,
body .main #section1 .container .content-section1 .right {
  display: flex;
  gap: 10px;
  flex-direction: column;
  padding: 0 10px;
}
body .main #section1 .container .content-section1 .left {
  width: 45%;
}
@media screen and (max-width: 850px) {
  body .main #section1 .container .content-section1 .left {
    width: 100%;
    margin-top: 10px;
  }
}
body .main #section1 .container .content-section1 .left .card-description {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.345);
  border-radius: 10px;
  padding: 40.5px 30px;
}
body .main #section1 .container .content-section1 .left .card {
  display: flex;
  flex-direction: row;
  background: rgba(0, 0, 0, 0.345);
  border-radius: 10px;
  padding: 18px;
  color: #fff !important;
  font-size: 18px;
}
@media screen and (max-width: 850px) {
  body .main #section1 .container .content-section1 .left .card {
    font-size: 38px;
    text-align: center;
    font-weight: 800;
    background: transparent;
    padding: 40px 0;
    border: none;
  }
  body .main #section1 .container .content-section1 .left .card i {
    display: none;
  }
  body .main #section1 .container .content-section1 .left .card div {
    width: 100%;
  }
}
body .main #section1 .container .content-section1 .right {
  width: 55%;
}
@media screen and (max-width: 850px) {
  body .main #section1 .container .content-section1 .right {
    width: 100%;
  }
}
body .main #section1 .container .content-section1 .right .card {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.345);
  border-radius: 10px;
  padding: 45px 30px 30px 30px;
}
body .main #section1 .container .content-section1 .right .card .circles {
  position: absolute;
  top: 30px;
  display: flex;
  gap: 10px;
  margin: -10px 0 15px -10px;
}
body .main #section1 .container .content-section1 .right .card .circles .circle {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
body .main #section1 .container .content-section1 .right .card .circles .circle:first-child {
  background: #f00;
}
body .main #section1 .container .content-section1 .right .card .circles .circle:nth-child(2) {
  background: #ff0;
}
body .main #section1 .container .content-section1 .right .card .circles .circle:nth-child(3) {
  background: #0f0;
}
body .main #section2 {
  position: relative;
  height: 80vh;
  background-image: url("../assets/img/background_tais.webp");
  background-position: top right;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
  color: white;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  body .main #section2 {
    background-size: inherit;
    background-position: 80%;
  }
}
@media screen and (max-width: 600px) {
  body .main #section2 {
    height: 120vh;
  }
}
body .main #section2 .brand {
  max-width: 800px;
  background: rgba(0, 0, 0, 0.6352941176);
  padding: 50px;
  border-radius: 10px;
  color: #fff;
}
@media screen and (max-width: 600px) {
  body .main #section2 .brand {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 15px;
    background: rgba(0, 0, 0, 0.4078431373);
    padding: 30px;
  }
  body .main #section2 .brand .sub-title {
    font-size: 22px;
    text-align: center;
  }
  body .main #section2 .brand .text {
    font-size: 18px;
  }
}
body .main #section3 {
  padding: 100px 0;
  color: #d62e80;
}
@media screen and (max-width: 600px) {
  body .main #section3 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 993px) {
  body .main #section3 .container {
    max-width: 100%;
  }
}
body .main #section3 .container .title {
  margin-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  body .main #section3 .container .title {
    margin-bottom: 40px;
    font-size: 35px;
  }
}
@media screen and (max-width: 992px) {
  body .main #section3 .container .col-md-4 {
    max-width: 100% !important;
    flex: 0 0 100%;
  }
}
body .main #section3 .container .col-md-4 .card {
  position: relative;
  border-radius: 10px;
  padding: 60px 40px 40px 40px;
  flex: 1;
  height: 415px;
  background: rgba(255, 255, 255, 0.1450980392);
}
@media screen and (max-width: 992px) {
  body .main #section3 .container .col-md-4 .card {
    width: 100%;
    margin-top: 60px;
    height: auto !important;
  }
}
body .main #section3 .container .col-md-4 .card .sub-title .icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: 20px;
  font-size: 40px;
  background: #d62e80;
  color: #fff;
  padding: 10px;
  border-radius: 10px;
}
body .main #section3 .container .col-md-4 .card .bold {
  font-weight: 800;
}
@media screen and (max-width: 992px) {
  body .main #section3 .container .col-md-4 .google {
    height: auto !important;
  }
}
@media screen and (max-width: 900px) {
  body .main #section4 .container {
    max-width: 100%;
    padding: 0 30px;
  }
}
body .main #section4 .container .title {
  color: #000;
  text-align: center;
}
@media screen and (max-width: 600px) {
  body .main #section4 .container .title {
    font-size: 35px;
  }
}
body .main #section4 .container .content-section4 {
  color: #000;
  font-size: 16px;
}
body .main #section4 .container .card {
  border: none;
  background: transparent;
}
@media screen and (max-width: 600px) {
  body .main #section4 .container .card {
    padding: 0 10px;
  }
}
body .main #section4 .container .card .stars {
  color: rgb(255, 221, 0);
  margin-top: 20px;
  margin-bottom: 20px;
  height: 22px;
}
body .main #section4 .container .card .autor {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
body .main #section4 .container .card .photo {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
body .main #section4 .container .card .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body .main #section5 {
  padding-bottom: 150px !important;
}
@media screen and (max-width: 900px) {
  body .main #section5 .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 600px) {
  body .main #section5 .container .title {
    margin-bottom: 20px;
    font-size: 35px !important;
  }
}
@media screen and (max-width: 600px) {
  body .main #section5 .container .center {
    text-align: center;
    padding-bottom: 40px;
  }
}
body .main #section5 .container .card {
  position: relative;
  background: #fff;
  color: black;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  body .main #section5 .container .card {
    padding-right: 88px;
  }
}
body .main #section5 .container .card .div-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 20px;
  font-size: 30px;
  color: #fff;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  body .main #section5 .container .card .div-icon {
    margin-top: 15px;
  }
}
body #section6 {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  color: #fff;
  padding: 30px 0;
  background: #000;
}
@media screen and (max-width: 992px) {
  body #section6 .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  body #section6 .container .col-md-6 {
    max-width: 100% !important;
    flex: 0 0 100%;
  }
}
body #section6 .container .title-head {
  text-align: center;
  font-size: 80px;
  font-weight: 800;
  margin-bottom: 60px;
}
@media screen and (max-width: 992px) {
  body #section6 .container .title-head {
    margin-bottom: 20px;
    font-size: 35px;
  }
}
body #section6 .container .sub-title-head {
  padding: 40px 60px;
  font-size: 25px;
}
@media screen and (max-width: 992px) {
  body #section6 .container .sub-title-head {
    font-size: 20px;
    padding: 0px;
  }
}
body #section6 .container form {
  display: flex;
  flex-direction: column;
}
body #section6 .container .card {
  background: black;
}
body #section6 .container .form-group {
  position: relative;
}
body #section6 .container .form-group label {
  color: #EEE;
  font-size: 9px;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 5px;
  top: -7px;
  background: #000;
}
body #section6 .container .form-group input,
body #section6 .container .form-group textarea {
  background: #000 !important;
  color: #EEE;
}
body #section6 .container .contato {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  text-align: center;
  font-size: 16px;
}