@charset "UTF-8";
a {
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

:focus, button:focus, a:focus {
  outline: 0;
}

ol, ul {
  list-style: none;
  padding: 0;
}

li {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}
a:focus, a:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

form {
  margin: 0;
}

input:focus, textarea:focus, select:focus {
  outline: 0;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}
button:focus, button:hover {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

#header {
  position: fixed;
  width: 100vw;
  height: 160px;
  z-index: 99;
}

.navbar {
  margin-bottom: 0;
  margin-top: 60px;
  border-radius: none;
}

.navbar-brand {
  float: inherit;
  height: 50px;
  padding: inherit;
}

.navbar-default {
  background-color: transparent;
  border: none;
}

.navbar-right {
  display: flex;
  gap: 3rem;
}

.navbar-default .navbar-brand, .navbar-default .navbar-nav > li > a, .navbar-default .navbar-text, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
  color: #fff;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #fff;
  background-color: transparent;
}

.logo-color {
  display: none;
}

.logo-white, .logo-color {
  width: 250px;
}
@media (max-width: 1100px) {
  .logo-white, .logo-color {
    width: auto;
    max-width: 200px;
  }
}

.navbar-nav > li {
  position: relative;
}
.navbar-nav > li:hover::after {
  width: calc(100% - 30px);
}
.navbar-nav > li.active::after {
  width: calc(100% - 30px);
}

.header-menu {
  margin-top: 58px;
}

.navbar__main {
  display: flex;
  gap: 130px;
}
@media (max-width: 1100px) {
  .navbar__main {
    gap: inherit;
    justify-content: space-between;
  }
}

.navbar__mobile {
  width: 100%;
}
@media (max-width: 1100px) {
  .navbar__mobile {
    display: none;
  }
}

.navbar__itens {
  display: flex;
  justify-content: space-between;
}
.navbar__itens a {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  position: relative;
}
.navbar__itens a:hover::after {
  width: 100%;
}
.navbar__itens a::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0px;
  width: 0%;
  height: 2px;
  background: #F6CC47;
  transition: all 0.5s ease;
}

.active::after {
  width: 100% !important;
}

.btn-menu {
  display: none;
}
@media (max-width: 1100px) {
  .btn-menu {
    display: block;
  }
}
.btn-menu img {
  width: 50px;
  height: 50px;
}

.menu-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: flex-end;
}
.menu-wrapper::before {
  content: "";
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.83;
}

.menu-side {
  background: #fff;
  position: relative;
  width: 80%;
  right: 0;
  padding-left: 60px;
  padding-top: 75px;
}
.menu-side .side-itens {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.menu-side .side-itens a {
  font-size: 21px;
  color: #539332;
}
.menu-side .side-itens .active {
  color: #F6CC47;
}

.close-menu {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 99;
  width: 22px;
  height: 22px;
}

.ambyMenu {
  width: 350px;
  height: 350px;
  transform: translate(0px, 200px);
}

#footer {
  margin-top: 200px;
}
@media (max-width: 1100px) {
  #footer {
    margin-top: 65px;
  }
}
#footer .footer__content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
@media (max-width: 1100px) {
  #footer .footer__content {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 65px;
  }
}
#footer .footer__title {
  font-size: 22px;
  font-weight: bold;
  color: #539332;
  margin-bottom: 38px;
  display: block;
}
@media (max-width: 1100px) {
  #footer .footer__title {
    margin-top: 38px;
  }
}
#footer .redes {
  display: flex;
  gap: 25px;
  margin-top: 80px;
}
@media (max-width: 1100px) {
  #footer .redes {
    justify-content: center;
  }
}
#footer .redes i {
  color: #539332;
  font-size: 20px;
}
#footer .content-footer, #footer .number-content {
  color: #9B9B9B;
  font-size: 18px;
  font-weight: 400;
}
#footer .site-map {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
#footer .site-map li a {
  color: #9B9B9B;
  font-size: 18px;
  font-weight: 400;
}
#footer .unity {
  display: flex;
  flex-direction: column;
  max-width: 215px;
}
@media (max-width: 1100px) {
  #footer .unity {
    max-width: 100%;
  }
}
#footer .box-logo {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
#footer .box-logo p {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
  color: #575757;
}
#footer .footer-weecom {
  background: #F5F5F5;
}
#footer .box-weecom {
  display: flex;
  gap: 50px;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 75px;
}
#footer .box-weecom p {
  color: #9B9B9B;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1100px) {
  #footer .box-weecom p {
    font-size: 13px;
  }
}

body {
  background: #fff;
}

#home .home-banner {
  margin-top: 3rem;
}
#home .swiper {
  width: 100%;
  height: auto;
}
#home .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw !important;
  height: 100vh;
}
@media (max-width: 1100px) {
  #home .swiper-slide {
    height: 80vh;
  }
}
#home .swiper-slide img {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: -10px;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1100px) {
  #home .swiper-slide img {
    object-fit: cover;
    width: auto;
  }
}
#home .swiper-slide img:hover {
  transform: scale(1.1);
}
#home .lamp-img {
  position: absolute;
  right: 0;
  bottom: -200px;
  z-index: 9;
  width: 1000px;
  height: 1000px;
  object-fit: contain;
  object-position: 166px 0px;
  pointer-events: none;
}
@media (max-width: 1850px) {
  #home .lamp-img {
    width: 800px;
    height: 800px;
  }
}
@media (max-width: 1100px) {
  #home .lamp-img {
    width: 235px;
    height: 235px;
    bottom: -30%;
    object-position: center;
  }
}
#home .slider-container {
  width: auto;
  height: auto;
  position: relative;
}
#home .slider__box {
  max-width: 390px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  z-index: 99;
  transform: translate(-40%, 0px);
}
@media (max-width: 1100px) {
  #home .slider__box {
    transform: translate(0, 0);
    gap: 30px;
  }
}
#home .slider__box h2 {
  font-size: 55px;
  line-height: 55px;
  color: #F6CC47;
  font-weight: 500;
}
#home .slider__box h2 br {
  display: none;
}
@media (max-width: 1100px) {
  #home .slider__box h2 {
    font-size: 22px;
    line-height: 22px;
    text-align: center;
  }
  #home .slider__box h2 br {
    display: block;
  }
}
#home .slider__box h2 span {
  color: #fff;
}
#home .slider__btn {
  display: flex;
  gap: 12px;
}
#home .slider__btn a {
  width: 186px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #539332;
  border-radius: 30px 30px 0 30px;
}
@media (max-width: 1100px) {
  #home .slider__btn a {
    width: 150px;
  }
}
#home .swiper-button-next, #home .swiper-button-prev {
  color: #F6CC47;
  z-index: 999;
}
#home .swiper-button-prev {
  left: 15%;
}
@media (max-width: 1100px) {
  #home .swiper-button-prev {
    left: 0;
    top: 60%;
  }
}
#home .swiper-button-prev::after {
  font-size: 20px;
}
#home .swiper-button-next {
  right: 15%;
}
@media (max-width: 1100px) {
  #home .swiper-button-next {
    right: 0;
    top: 60%;
  }
  #home .swiper-button-next::after {
    font-size: 20px;
  }
}
#home .swiper-horizontal > .swiper-pagination-bullets, #home .swiper-pagination-bullets.swiper-pagination-horizontal, #home .swiper-pagination-custom, #home .swiper-pagination-fraction {
  bottom: 20%;
  left: 32%;
  width: fit-content;
}
@media (max-width: 1440px) {
  #home .swiper-horizontal > .swiper-pagination-bullets, #home .swiper-pagination-bullets.swiper-pagination-horizontal, #home .swiper-pagination-custom, #home .swiper-pagination-fraction {
    bottom: 10%;
    left: 26%;
  }
}
@media (max-width: 1100px) {
  #home .swiper-horizontal > .swiper-pagination-bullets, #home .swiper-pagination-bullets.swiper-pagination-horizontal, #home .swiper-pagination-custom, #home .swiper-pagination-fraction {
    display: none;
  }
}
#home .swiper-pagination-bullet {
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
}
#home .swiper-pagination-bullet-active {
  background: #F6CC47;
  border: 1px solid #F6CC47;
}
#home .relative-sec {
  position: relative;
}
@media (max-width: 1100px) {
  #home .relative-sec {
    position: static;
  }
}
#home .home__lamp {
  margin-top: 130px;
  margin-bottom: 170px;
}
@media (max-width: 1100px) {
  #home .home__lamp {
    position: relative;
    margin-top: 65px;
    margin-bottom: 65px;
  }
}
#home .ambyLamp {
  position: absolute;
  left: -100px;
  top: 0;
  transition: all 0.3s ease;
  z-index: 9;
}
@media (max-width: 1100px) {
  #home .ambyLamp {
    width: 135px;
    left: inherit;
    right: 0;
    bottom: -40%;
    top: inherit;
  }
}
#home .ambyLamp:hover {
  transform: translate(0, -30px);
}
#home .lamp__content {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
#home .lamp__content h2 {
  font-size: 50px;
  line-height: 50px;
  color: #539332;
}
@media (max-width: 1100px) {
  #home .lamp__content h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
#home .lamp__content h2 span {
  color: #F6CC47;
}
#home .lamp__content p {
  font-size: 18px;
  line-height: 30px;
  color: #575757;
}

.home__cards {
  margin-top: 185px;
}
@media (max-width: 1100px) {
  .home__cards {
    margin-top: 65px;
  }
}

@media (max-width: 1100px) {
  .row-cards {
    flex-wrap: nowrap;
    width: 93vw;
    overflow-y: scroll;
    padding-bottom: 2rem;
    justify-content: flex-start !important;
  }
}

.cardBody {
  width: 100%;
  height: 372px;
  box-shadow: 20px 15px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px 30px 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-direction: column;
  text-align: center;
  transition: all 0.3s ease;
}
@media (max-width: 1100px) {
  .cardBody {
    width: 80vw;
  }
}
.cardBody p {
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  color: #575757;
}
.cardBody:hover {
  background: #539332;
}
.cardBody:hover p {
  color: #fff;
}
.cardBody:hover svg path {
  fill: #F6CC47;
}

.home__video {
  position: relative;
}
@media (max-width: 1100px) {
  .home__video {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.home__video .video-link {
  height: 90vh;
  width: 90vw;
  overflow: hidden;
  display: block;
  border-radius: 0px 200px 0px 0px;
}
.home__video .video-link img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
}
.home__video .video-link:hover img {
  transform: scale(1.1);
}
.home__video .play-videoIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 93px;
  height: 65px;
  object-fit: contain;
  pointer-events: none;
  z-index: 99;
}
@media (max-width: 1100px) {
  .home__video .play-videoIcon {
    top: inherit;
    left: inherit;
  }
}

.flor-modal {
  position: absolute;
  top: -150px;
  right: -60px;
}
@media (max-width: 1100px) {
  .flor-modal {
    width: 250px;
    top: 55%;
    right: 8%;
  }
}

.home__budget {
  margin-top: 280px;
}
@media (max-width: 1100px) {
  .home__budget {
    margin-top: 30px;
    margin-bottom: 150px;
  }
}

.budget__bg {
  height: 530px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1100px) {
  .budget__bg {
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 280px;
    height: auto;
  }
}
.budget__content h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 33px;
}
@media (max-width: 1100px) {
  .budget__content h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
.budget__content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 50px;
}
.budget__content a {
  height: 60px;
  width: 263px;
  background: #fff;
  color: #539332;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 30px 30px 0 30px;
}

.intro__pages {
  height: 414px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .intro__pages {
    height: 250px;
  }
}
.intro__pages:hover img {
  transform: scale(1.1);
}
.intro__title {
  margin-top: 228px;
  font-size: 55px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1100px) {
  .intro__title {
    margin-top: 150px;
  }
}
.intro__img {
  width: 100%;
  height: 414px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.2s ease;
}
@media (max-width: 1100px) {
  .intro__img {
    height: 250px;
  }
}

.services-content {
  overflow: hidden;
}

.services__content {
  position: relative;
  height: 340px;
  padding-top: 100px;
}
@media (max-width: 1100px) {
  .services__content {
    padding-top: 30px;
    height: auto;
    padding-bottom: 30px;
  }
}
.services__content p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
@media (max-width: 1100px) {
  .services__content p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
  }
}
.services__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: -95px;
  width: 200%;
  height: 340px;
  background: #539332;
  z-index: -1;
  border-radius: 0 0px 0px 30px;
}
.services__title {
  margin-top: 100px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  color: #539332;
}
@media (max-width: 1100px) {
  .services__title {
    font-size: 22px;
    line-height: 22px;
    margin-top: 30px;
    color: #F6CC47;
    margin-bottom: 30px;
  }
}
.services__title span {
  color: #F6CC47;
}
@media (max-width: 1100px) {
  .services__title span {
    color: #539332;
  }
}

#services .home__video {
  margin-top: 190px;
}
@media (max-width: 1100px) {
  #services .home__video {
    margin-top: 30px;
  }
}
@media (max-width: 1100px) {
  #services .video-link {
    height: 30vh;
    width: 100%;
    border-radius: 0px 80px 0px 0px;
  }
}
#services .content-services {
  background: #F5F5F5;
  position: relative;
}
#services .content-services::before {
  content: "";
  width: 50%;
  height: 325px;
  bottom: -325px;
  position: absolute;
  background: #F5F5F5;
  z-index: -1;
  left: 0;
}
#services .content-services-inside p {
  margin-top: 100px;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 150px;
}
@media (max-width: 1100px) {
  #services .content-services-inside p {
    margin-top: 30px;
    margin-bottom: 30px;
    color: #575757;
  }
}

.slider-service {
  width: 90vw;
  margin: 0 0 0 auto;
  height: 90vh;
}
@media (max-width: 1100px) {
  .slider-service {
    width: 95vw;
  }
}
.slider-service .swiper {
  width: 100%;
  height: 100%;
  border-radius: 200px 0 0 0;
}
@media (max-width: 1100px) {
  .slider-service .swiper {
    border-radius: 80px 0 0 0;
  }
}
.slider-service .swiper img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.slider-service .swiper-button-prev, .slider-service .swiper-button-next {
  color: #F6CC47;
  top: 90%;
}
@media (max-width: 1100px) {
  .slider-service .swiper-button-prev, .slider-service .swiper-button-next {
    top: 87%;
  }
}
.slider-service .swiper-button-prev {
  left: 85%;
}
@media (max-width: 1100px) {
  .slider-service .swiper-button-prev {
    left: 75%;
  }
}
.slider-service .swiper-button-next {
  left: 90%;
}
.slider-service .swiper-slide {
  position: relative;
  overflow: hidden;
}
.slider-service .swiper-slide img {
  transition: all 0.3s ease;
}
.slider-service .swiper-slide:hover img {
  transform: scale(1.1);
}
.slider-service .slider-title {
  position: absolute;
  bottom: 0;
  left: 0px;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  font-weight: 400;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5578606443) 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  padding-left: 160px;
  height: 250px;
  padding-top: 100px;
}
@media (max-width: 1100px) {
  .slider-service .slider-title {
    padding-left: 50px;
    font-size: 22px;
    line-height: 22px;
    padding-top: 141px;
  }
}

@media (max-width: 1100px) {
  #about .about .home__cards {
    margin-top: 150px;
  }
}
#about .about__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 100px 1fr;
  gap: 24px;
  margin-top: 85px;
}
@media (max-width: 1100px) {
  #about .about__content {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
}
#about .about__content p {
  font-size: 18px;
  line-height: 30px;
  color: #575757;
}
@media (max-width: 1100px) {
  #about .about__content p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
  }
}
#about .about__card-text {
  color: #575757;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}
#about .about__brasil {
  background: #E6E6E6;
  position: relative;
}
#about .about__brasil::before {
  content: "";
  position: absolute;
  top: -250px;
  height: 250px;
  width: 50%;
  left: 0;
  background: #E6E6E6;
  z-index: -1;
}
#about .about__brasil--holder img {
  width: 100%;
  height: 100%;
}
#about .cardBody {
  padding: 0 30px;
}
#about .cardBody .about__card-title {
  font-size: 28px;
  font-weight: 400;
  color: #539332;
}
#about .cardBody:hover .about__card-title {
  color: #F6CC47;
}
#about .cardBody:hover .about__card-text {
  color: #fff;
}
#about .slider-service {
  margin-top: 150px;
}
@media (max-width: 1100px) {
  #about .slider-service {
    margin-top: 30px;
  }
}
#about .slider-title {
  color: #fff;
}
#about .slider-title span {
  color: #F6CC47;
}
#about .responsibity {
  position: relative;
  height: 100vh;
  margin-top: 150px;
}
@media (max-width: 1100px) {
  #about .responsibity {
    margin-top: 30px;
    height: auto;
  }
}
#about .responsibity__wrapper {
  width: 90vw;
  height: 800px;
  overflow: hidden;
  border-radius: 0 200px 0 0;
  position: absolute;
}
@media (max-width: 1100px) {
  #about .responsibity__wrapper {
    width: 95vw;
    border-radius: 0 80px 0 0;
    height: 1110px;
  }
}
#about .responsibity__wrapper:hover img {
  transform: scale(1.1);
}
#about .responsibity__img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1100px) {
  #about .responsibity__img {
    object-fit: cover;
  }
}
#about .responsibity .about__responsibity {
  padding-top: 75px;
}
@media (max-width: 1100px) {
  #about .responsibity .about__responsibity {
    padding-top: 30px;
  }
}
#about .responsibity .about__responsibity h2 {
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 35px;
}
@media (max-width: 1100px) {
  #about .responsibity .about__responsibity h2 {
    line-height: 22px;
    font-size: 22px;
  }
}
#about .responsibity .about__responsibity h2 span {
  color: #F6CC47;
}
#about .responsibity .about__responsibity p {
  color: #fff;
  line-height: 30px;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1100px) {
  #about .responsibity .about__responsibity p {
    line-height: 22px;
  }
}

.row-about-mobile {
  justify-content: center;
}
@media (max-width: 1100px) {
  .row-about-mobile {
    flex-wrap: nowrap;
    overflow-y: scroll;
    padding-bottom: 2rem;
    justify-content: flex-start;
  }
}

#license .download-item {
  padding: 40px 25px;
  background: #fff;
  box-shadow: 20px 15px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px 30px 0 30px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  margin-top: 60px;
  transition: all 0.3s ease;
}
#license .download-item p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  color: #575757;
}
#license .download-item:hover {
  background: #539332;
}
#license .download-item:hover p {
  color: #fff;
}
#license .download-item:hover .download-item-content p {
  color: #fff;
}
#license .download-item-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}
#license .download-item-content p {
  font-size: 28px;
  line-height: 28px;
  color: #539332;
  font-weight: 400;
  max-width: 70%;
}
#license .legislation {
  height: auto;
  width: 100%;
  padding-top: 110px;
  margin-top: 100px;
  overflow: hidden;
  padding-bottom: 2rem;
}
@media (max-width: 1100px) {
  #license .legislation {
    padding-top: 0;
  }
}
#license .legislation__title {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  margin-bottom: 130px;
  padding: 0rem 3rem;
}
@media (max-width: 1100px) {
  #license .legislation__title {
    margin-bottom: 30px;
    font-size: 22px;
    padding-top: 0;
    margin-top: 30px;
  }
}
#license .legislation__cit {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #F6CC47;
}
#license .legislation .swiper {
  overflow: visible;
  padding: 0rem 3rem;
}
#license .legislation .swiper-button-prev {
  left: 16%;
  top: 125%;
  color: #F6CC47;
}
@media (max-width: 1100px) {
  #license .legislation .swiper-button-prev {
    left: 10%;
    top: 140%;
  }
}
@media (max-width: 1100px) {
  #license .legislation .swiper-button-prev::after {
    font-size: 20px;
  }
}
#license .legislation .swiper-button-next {
  top: 125%;
  right: 79%;
  color: #F6CC47;
}
@media (max-width: 1100px) {
  #license .legislation .swiper-button-next {
    right: 75%;
    top: 140%;
  }
}
#license .legislation .swiper-button-next::after {
  right: 85%;
}
@media (max-width: 1100px) {
  #license .legislation .swiper-button-next::after {
    font-size: 20px;
  }
}
#license .license-box {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
@media (max-width: 1100px) {
  #license .license-box {
    gap: 0;
  }
}
#license .license-box h3 {
  font-size: 28px;
  line-height: 28px;
  color: #fff;
  font-weight: 400;
  height: 56px;
}
@media (max-width: 1100px) {
  #license .license-box h3 {
    font-size: 20px;
  }
}
#license .license-box p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 1100px) {
  #license .license-box p {
    line-height: 20px;
    font-size: 16px;
  }
}
#license .btn-license {
  display: flex;
  background: #fff;
  width: calc(100% - 20px);
  padding: 25px 40px;
  justify-content: space-between;
  border-radius: 30px 30px 0 30px;
  transition: all 0.3s ease;
  align-items: center;
  margin-top: 40px;
}
@media (max-width: 1100px) {
  #license .btn-license {
    padding: 25px;
  }
}
#license .btn-license p {
  font-size: 28px;
  line-height: 28px;
  color: #539332;
  font-weight: 400;
  max-width: 75%;
}
@media (max-width: 1100px) {
  #license .btn-license p {
    font-size: 16px;
    line-height: 20px;
  }
}
#license .btn-license svg {
  transition: all 0.3s ease;
}
#license .btn-license:hover {
  background: #F6CC47;
}
#license .btn-license:hover svg path {
  fill: #539332;
}

#client .client-content .image {
  display: flex;
  justify-content: center;
  width: 150px;
  height: auto;
}
#client .client-content img {
  width: 100%;
  height: auto;
  filter: brightness(0.5);
  object-fit: contain;
}
#client .content-client-img {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  margin-top: 100px;
  justify-content: center;
}

#faq .faq__intro {
  height: 230px;
  background: #539332;
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 1100px) {
  #faq .faq__intro {
    height: auto;
    margin-bottom: 30px;
  }
}
#faq .faq__intro h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
}
@media (max-width: 1100px) {
  #faq .faq__intro h2 {
    font-size: 22px;
    line-height: 22px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#faq .accordion__box {
  gap: 100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 1100px) {
  #faq .accordion__box {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
}
#faq .accordion {
  background-color: #fff;
  color: #575757;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: 1px solid #707070;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#faq .accordion p {
  color: #575757;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 1100px) {
  #faq .accordion p {
    font-size: 16px;
    line-height: 22px;
  }
}
#faq .accordion p span {
  color: #539332;
  font-weight: bold;
}
#faq .active, #faq .accordion:hover {
  background-color: #fff;
}
#faq .accordion:after {
  content: "+";
  color: #F6CC47;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  font-size: 30px;
}
#faq .active:after {
  content: "−";
  width: auto !important;
}
#faq .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  font-size: 18px;
  color: #575757;
}
@media (max-width: 1100px) {
  #faq .panel {
    font-size: 16px;
  }
  #faq .panel p {
    padding-top: 1rem;
  }
}
#faq .form-faq {
  height: 690px;
  position: relative;
  margin-top: 100px;
  padding-top: 150px;
}
@media (max-width: 1100px) {
  #faq .form-faq {
    height: 650px;
    padding-top: 50px;
    padding-left: 50px;
  }
}
#faq .form-faq:hover .bg-form img {
  transform: scale(1.1);
}
#faq .bg-form {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  width: 90vw;
  right: 0;
  border-radius: 200px 0 0 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 1850px) {
  #faq .bg-form {
    width: 95vw;
  }
}
@media (max-width: 1100px) {
  #faq .bg-form {
    border-radius: 80px 0 0 0;
  }
}
#faq .bg-form img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
@media (max-width: 1100px) {
  #faq .bg-form img {
    object-fit: cover;
  }
}
#faq .title-form {
  font-size: 50px;
  color: #F6CC47;
  font-weight: 500;
  line-height: 50px;
  margin-bottom: 50px;
}
@media (max-width: 1100px) {
  #faq .title-form {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 30px;
  }
}
#faq .title-form span {
  color: #fff;
}
#faq .content-form {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1100px) {
  #faq .content-form {
    margin-bottom: 30px;
  }
}
#faq .form-send {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#faq .form-send input {
  height: 75px;
  border-radius: 38px;
  background: #fff;
  color: #575757;
  font-size: 18px;
  font-weight: 400;
  padding-left: 50px;
}
@media (max-width: 1100px) {
  #faq .form-send input {
    height: 50px;
  }
}
#faq .form-send input::placeholder {
  color: #539332;
}
#faq .form-send input:focus {
  box-shadow: none;
  outline: none;
}
#faq .form-send .checkbox input {
  height: auto;
}
#faq .form-send .checkbox span {
  color: #fff;
}
#faq .form-send .btn-form-send {
  width: 260px;
  height: 60px;
  border-radius: 30px 30px 0 30px;
  background: #fff;
  color: #539332;
  font-size: 18px;
  font-weight: 400;
  align-self: end;
  transition: all 0.3s ease;
}
@media (max-width: 1100px) {
  #faq .form-send .btn-form-send {
    width: 100%;
  }
}
#faq .form-send .btn-form-send:hover {
  background: #F6CC47;
}

#contact .title-ctt {
  font-size: 50px;
  line-height: 50px;
  font-weight: 500;
  color: #539332;
  margin-bottom: 40px;
  margin-top: 100px;
}
@media (max-width: 1100px) {
  #contact .title-ctt {
    font-size: 22px;
    line-height: 22px;
    margin-top: 30px;
  }
}
#contact .title-ctt span {
  color: #F6CC47;
}
#contact .text-ctt {
  font-size: 18px;
  line-height: 30px;
  color: #575757;
  font-weight: 400;
}
#contact .form-contact {
  margin-top: 100px;
}
@media (max-width: 1100px) {
  #contact .form-contact {
    margin-top: 30px;
  }
}
#contact .form-contact input, #contact .form-contact textarea {
  height: 75px;
  border-radius: 38px;
  background: #F5F5F5;
  color: #539332;
  font-size: 18px;
  font-weight: 400;
  padding-left: 50px;
}
@media (max-width: 1100px) {
  #contact .form-contact input, #contact .form-contact textarea {
    height: 50px;
  }
}
#contact .form-contact input:focus, #contact .form-contact textarea:focus {
  outline: none;
  box-shadow: none;
}
#contact .form-contact input::placeholder, #contact .form-contact textarea::placeholder {
  color: #539332;
  font-size: 18px;
  font-weight: 400;
}
#contact .form-contact textarea {
  height: 140px;
  padding-top: 25px;
}
#contact .form-contact .btn-ctt {
  width: 260px;
  height: 60px;
  color: #fff;
  background: #539332;
  border-radius: 30px 30px 0 30px;
  float: right;
  transition: all 0.3s ease;
}
@media (max-width: 1100px) {
  #contact .form-contact .btn-ctt {
    width: 100%;
  }
}
#contact .form-contact .btn-ctt:hover {
  background: #F6CC47;
  color: #539332;
}

/*# sourceMappingURL=main.css.map */
