@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Raleway";
  text-decoration: none;
}

p {
  font-size: 15px;
}

button {
  background-color: #D8C191;
  font-size: 14px;
  width: 172px;
  height: 46px;
  border-radius: 12px;
  border: none;
  transition: all 0.75s ease;
  color: #1D1D1B;
  font-weight: 500;
  cursor: pointer;
}
button:hover {
  background-color: transparent;
  transform: translateY(-10px);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.0901960784);
  color: #D8C191;
  border-radius: 30px;
  padding: 8px 15px;
  border-bottom: 1px solid #D8C191;
}

section {
  padding: 5% 10%;
  display: flex;
  position: relative;
  margin: -1px 0;
}

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

#home {
  background: url(../assets/img/home.jpg);
  background-size: cover;
  height: 114vh;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
}
#home header {
  background-color: transparent;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  height: 15%;
  border-radius: 0 0 0 50px;
  display: flex;
  transition: all 0.3s ease-in;
  z-index: 99;
}
#home header[data-active=true] {
  background-color: rgba(112, 112, 112, 0.7529411765);
}
#home header nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home header nav .cont {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#home header nav .cont .logo {
  width: 144px;
  height: 50px;
  top: 5%;
  left: 8%;
}
#home header nav .cont .logo img {
  width: 100%;
}
#home header nav .cont .icon {
  width: 8%;
  text-align: end;
  cursor: pointer;
}
#home header nav .cont .icon svg {
  width: 25px;
  height: 25px;
  margin: 0 3%;
  transition: all 0.3s ease-in;
}
#home header nav .cont .icon svg:hover {
  transform: scale(0.8);
}
#home header nav .cont ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
  align-items: center;
  gap: 0 30px;
}
#home header nav .cont ul a {
  color: #ffffff;
  display: block;
  text-align: start;
  font-size: 15px;
  padding: 0 15px;
  transition: all 0.5s ease;
}
#home header nav .cont ul a:hover {
  color: #D8C191;
  border-radius: 30px;
  padding: 8px 15px;
  border-bottom: 1px solid #D8C191;
}
#home h1 {
  color: #D8C191;
  font-size: 32px;
}
#home p {
  color: #ffffff;
  font-size: 16px;
}
#home .text {
  width: 35%;
}
#home .text p {
  padding: 5% 0 7%;
}

@media (min-width: 800px) {
  #home .header-mob, #home #sidebar__nav {
    display: none !important;
  }
}
@media (max-width: 800px) {
  header {
    display: none !important;
  }
  #home {
    background: url(../assets/img/home-mobile.jpg);
    height: 100vh;
    display: flex;
    width: 100%;
    position: relative;
    background-size: cover;
    flex-direction: column;
    text-align: center;
    justify-content: start;
  }
  #home h1 {
    font-size: 22px;
  }
  #home .text {
    width: 100%;
    padding-top: 50%;
  }
  #home .header-mob .logo {
    position: absolute;
    width: 40%;
    top: 3%;
    left: 5%;
  }
  #home .header-mob .logo img {
    width: 80%;
  }
  #home .header-mob #menu__btn {
    background-color: transparent;
    position: fixed;
    top: 4%;
    height: 25px;
    width: 26px;
    right: 6%;
    z-index: 15;
    background-color: rgba(0, 0, 0, 0.137254902);
  }
  #home .header-mob #menu__btn svg {
    width: 25px;
    height: 25px;
  }
  #home #sidebar__nav {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(29, 29, 27, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
  }
  #home #sidebar__nav[data-active=true] {
    visibility: visible;
    opacity: 1;
  }
  #home #sidebar__nav[data-active=true] ul {
    right: 0;
    transition: all 0.3s ease-out;
    transition-delay: 0.5s;
  }
  #home #sidebar__nav ul {
    position: absolute;
    width: 80%;
    right: -80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 2.5rem 0;
    top: 0;
    bottom: 0;
    background: #D8C191;
    transition: all 0.2s ease;
  }
  #home #sidebar__nav ul li a {
    display: block;
    width: 100%;
    text-align: start;
    font-size: 1.2rem;
    color: #ffffff;
  }
  #home #sidebar__nav ul #close__btn {
    position: absolute;
    top: -25.5%;
    left: 5%;
    background: transparent;
    font-size: 1.5rem;
    cursor: pointer;
  }
  #home #sidebar__nav ul #close__btn svg {
    width: 15px;
  }
}
#diferenciais {
  background-color: #1D1D1B;
  display: flex;
  padding: 6% 10%;
}
#diferenciais .cont {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 0 6%;
}
#diferenciais .cont img {
  width: 34px;
  height: 34px;
}
#diferenciais .cont h5 {
  font-size: 12px;
  color: #D8C191;
  margin: 5% 0;
  font-weight: 500;
}
#diferenciais .cont p {
  font-size: 12px;
  color: #ffffff;
  opacity: 80%;
}

@media (max-width: 800px) {
  #diferenciais {
    display: block;
    padding: 6% 10%;
  }
  #diferenciais .cont {
    margin-right: 5%;
    margin: 10% 5% 10% 0;
  }
  #diferenciais .tec {
    padding: 0 18%;
  }
  #diferenciais .eqp {
    padding: 0 10%;
  }
}
#trat1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #1D1D1B;
  padding: 0% 10% 5%;
}
#trat1 .text {
  text-align: center;
  width: 75%;
  padding: 5% 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
}
#trat1 h2, #trat1 p {
  color: #ffffff;
}
#trat1 #car {
  width: 100%;
  padding: 0 5%;
  height: 45vh;
}
#trat1 #car .mySwiper {
  width: 100%;
  position: relative;
}
#trat1 #car .mySwiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: start;
  height: 250px;
  box-shadow: none;
  gap: 1rem 0;
  border-radius: 10px;
}
#trat1 #car .mySwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#trat1 #car .mySwiper .swiper-wrapper .swiper-slide .flip-container[data-active=true] .flipper {
  transform: rotateY(180deg);
}
#trat1 #car .mySwiper .swiper-wrapper .swiper-slide .flip-container {
  width: 100%;
  height: 220px;
  perspective: 1000px;
}
#trat1 #car .mySwiper .swiper-wrapper .swiper-slide .flip-container .flipper {
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  position: relative;
}
#trat1 #car .mySwiper .swiper-wrapper .swiper-slide .flip-container .flipper .front, #trat1 #car .mySwiper .swiper-wrapper .swiper-slide .flip-container .flipper .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
#trat1 #car .mySwiper .swiper-wrapper .swiper-slide .flip-container .flipper .front {
  align-items: center;
  display: flex;
}
#trat1 #car .mySwiper .swiper-wrapper .swiper-slide .flip-container .flipper .front .h3 {
  position: absolute;
  padding: 5%;
  text-align: center;
  background-color: rgba(112, 112, 112, 0.5058823529);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#trat1 #car .mySwiper .swiper-wrapper .swiper-slide .flip-container .flipper .front .h3 h3 {
  color: #ffffff;
  font-size: 18px;
}
#trat1 #car .mySwiper .swiper-wrapper .swiper-slide .flip-container .flipper .front img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#trat1 #car .mySwiper .swiper-wrapper .swiper-slide .flip-container .flipper .back {
  transform: rotateY(180deg);
  padding: 5%;
  background-color: #D8C191;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem 0;
}
#trat1 #car .mySwiper .swiper-wrapper .swiper-slide .flip-container .flipper .back h3 {
  font-size: 18px;
  width: 100%;
  color: #ffffff;
}
#trat1 #car .mySwiper .swiper-wrapper .swiper-slide .flip-container .flipper .back p {
  font-size: 12px;
}
#trat1 #car .swiper-button-prev, #trat1 #car .swiper-button-next {
  width: 30px;
  height: 25%;
  top: 18%;
}
#trat1 #car .swiper-button-prev {
  left: 80%;
  transform: rotateY(180deg);
}
#trat1 #car .swiper-button-next {
  right: 15%;
}

@media (max-width: 800px) {
  #trat1 .text {
    width: 95%;
  }
  #trat1 .text h2 {
    font-size: 22px;
  }
  #trat1 #car {
    height: 55vh;
  }
  #trat1 #car .swiper-button-prev, #trat1 #car .swiper-button-next {
    width: 35px;
    height: 30px;
    top: 76%;
  }
  #trat1 #car .swiper-button-prev {
    left: 38%;
    transform: rotateY(180deg);
  }
  #trat1 #car .swiper-button-next {
    right: 38%;
  }
  #trat1 .btn {
    padding: 10% 0;
  }
}
footer {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 4rem 0 0.8rem 0;
  background: #ececec;
}
footer .container {
  display: grid;
  place-items: center;
  gap: 3rem 0;
}
footer .container img {
  width: 50%;
}
footer .container .copyrights {
  display: grid;
  place-items: center;
  text-align: center;
}
footer .container .copyrights .copy {
  display: flex;
  align-items: center;
  gap: 0 0.5rem;
  font-size: 0.45rem;
  opacity: 1;
  color: #000;
}
footer .container .copyrights .copy svg {
  width: 0.75rem;
  height: 0.75rem;
}

@media screen and (max-width: 64rem) {
  footer .container img {
    width: 35%;
  }
}
#modal_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
#modal_container[data-active=true] {
  opacity: 1;
  visibility: visible;
}
#modal_container[data-active=true] .modal {
  margin-top: 0;
  opacity: 1;
}
#modal_container .modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #1D1D1B;
  z-index: 10;
  width: 70%;
  height: 70%;
  max-width: 80%;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  margin-top: 2rem;
}
#modal_container .modal img {
  width: 100%;
  border-radius: 20px 0 0 20px;
}
#modal_container .modal .fechar {
  width: 10%;
  height: 10%;
  background-color: transparent;
  top: 0;
  margin-top: -12.5%;
}
#modal_container .modal .fechar svg {
  width: 100%;
}
#modal_container .modal .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding: 5%;
}
#modal_container .modal .text h2, #modal_container .modal .text p {
  color: #D8C191;
}
#modal_container .modal .text p {
  padding: 10% 0;
}

@media (max-width: 800px) {
  #modal_container .modal {
    flex-direction: column;
    width: 90%;
    height: 74%;
  }
  #modal_container .modal .fechar {
    width: 6%;
    position: absolute;
    padding: 0;
    top: -10%;
    right: 5%;
  }
  #modal_container .modal .fechar svg {
    z-index: 999;
  }
  #modal_container .modal .text h2 {
    text-align: center;
    width: 100%;
    padding-top: 5%;
  }
}
#sorriso1 {
  flex-direction: column;
  background-color: #1D1D1B;
  padding: 0 5% 5% 0;
}
#sorriso1 .cont {
  padding: 5% 0% 0 0;
  background-color: #D8C191;
  border-radius: 0px 0px 60px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom-right-radius: 60px;
  overflow: hidden;
}
#sorriso1 .cont .text {
  width: 70%;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 1% 0 5%;
  gap: 0.5rem 0;
}
#sorriso1 .cont .text h2 {
  font-size: 24px;
}
#sorriso1 .cont .text p {
  font-size: 15px;
}
#sorriso1 .cont .cont-img {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
}
#sorriso1 .cont .cont-img img {
  width: 100%;
}
#sorriso1 .cont .cont-img-mob {
  display: none;
}

@media (min-width: 700px) {
  #sorriso1 .cont-img-mob {
    display: none !important;
  }
}
@media (max-width: 800px) {
  #sorriso1 {
    padding: 0;
  }
  #sorriso1 .cont-img {
    display: none;
  }
  #sorriso1 .cont {
    padding: 15% 0% 0 0;
  }
  #sorriso1 .cont .text {
    padding: 0 0 15%;
    width: 100%;
    gap: 0.8rem 0;
  }
  #sorriso1 .cont .text h2 {
    font-size: 20px;
  }
  #sorriso1 .cont .cont-img-mob {
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;
    overflow: hidden;
  }
  #sorriso1 .cont .cont-img-mob img {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#trat2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #1D1D1B;
  padding: 0% 10% 5%;
}
#trat2 .text {
  width: 55%;
  padding: 5% 6% 5% 0;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
#trat2 .text h2 {
  width: 80%;
}
#trat2 .text p {
  font-size: 15px;
}
#trat2 h2, #trat2 p {
  color: #ffffff;
}
#trat2 #car {
  width: 55%;
  padding: 3.5% 5% 0;
  height: 45vh;
}
#trat2 #car .mySwiper2 {
  width: 100%;
  position: relative;
}
#trat2 #car .mySwiper2 .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: start;
  height: 250px;
  box-shadow: none;
  gap: 1rem 0;
  border-radius: 10px;
}
#trat2 #car .mySwiper2 .swiper-wrapper .swiper-slide .flip-container[data-active=true] .flipper {
  transform: rotateY(180deg);
}
#trat2 #car .mySwiper2 .swiper-wrapper .swiper-slide .flip-container {
  width: 100%;
  height: 230px;
  perspective: 1000px;
}
#trat2 #car .mySwiper2 .swiper-wrapper .swiper-slide .flip-container .flipper {
  width: 100%;
  height: 100%;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  position: relative;
}
#trat2 #car .mySwiper2 .swiper-wrapper .swiper-slide .flip-container .flipper .front, #trat2 #car .mySwiper2 .swiper-wrapper .swiper-slide .flip-container .flipper .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
#trat2 #car .mySwiper2 .swiper-wrapper .swiper-slide .flip-container .flipper .front {
  align-items: center;
  display: flex;
}
#trat2 #car .mySwiper2 .swiper-wrapper .swiper-slide .flip-container .flipper .front .h3 {
  position: absolute;
  padding: 5%;
  text-align: center;
  background-color: rgba(112, 112, 112, 0.5058823529);
  width: 100%;
  height: 101%;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#trat2 #car .mySwiper2 .swiper-wrapper .swiper-slide .flip-container .flipper .front .h3 h3 {
  color: #ffffff;
  font-size: 18px;
}
#trat2 #car .mySwiper2 .swiper-wrapper .swiper-slide .flip-container .flipper .front img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#trat2 #car .mySwiper2 .swiper-wrapper .swiper-slide .flip-container .flipper .back {
  transform: rotateY(180deg);
  padding: 5%;
  background-color: #D8C191;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem 0;
}
#trat2 #car .mySwiper2 .swiper-wrapper .swiper-slide .flip-container .flipper .back h3 {
  font-size: 18px;
  width: 100%;
  color: #ffffff;
}
#trat2 #car .mySwiper2 .swiper-wrapper .swiper-slide .flip-container .flipper .back p {
  font-size: 12px;
}
#trat2 #car .swiper-button-prev, #trat2 #car .swiper-button-next {
  width: 30px;
  height: 25%;
  top: 4%;
}
#trat2 #car .swiper-button-prev {
  left: 80%;
  transform: rotateY(180deg);
}
#trat2 #car .swiper-button-next {
  right: 15%;
}

@media (min-width: 800px) {
  #trat2 .btn {
    display: none;
  }
}
@media (max-width: 800px) {
  #trat2 {
    flex-direction: column;
    padding: 10% 0 20%;
  }
  #trat2 .text {
    width: 100%;
    text-align: center;
  }
  #trat2 .text h2 {
    font-size: 22px;
    width: 100%;
    padding: 0 10%;
  }
  #trat2 .text p {
    padding: 0 7%;
  }
  #trat2 .text button {
    display: none;
  }
  #trat2 #car {
    width: 100%;
    height: 55vh;
  }
  #trat2 #car .swiper-button-prev, #trat2 #car .swiper-button-next {
    width: 35px;
    height: 30px;
    top: 78%;
  }
  #trat2 #car .swiper-button-prev {
    left: 38%;
    transform: rotateY(180deg);
  }
  #trat2 #car .swiper-button-next {
    right: 38%;
  }
  #trat2 .btn {
    padding: 15% 0 0;
  }
}
#sobre-mim {
  padding: 0;
  background-color: #1D1D1B;
}
#sobre-mim .cont-img {
  width: 45%;
}
#sobre-mim .cont-img img {
  width: 100%;
}
#sobre-mim .text {
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 11.5% 0 5%;
  gap: 1rem 0;
}
#sobre-mim .text h2 {
  color: #ffffff;
}
#sobre-mim .text h5 {
  width: 65%;
}
#sobre-mim .text h5, #sobre-mim .text p {
  color: rgba(255, 255, 255, 0.7450980392);
  font-weight: 500;
}
#sobre-mim .text button {
  margin-top: 4%;
}

@media (min-width: 800px) {
  #sobre-mim .cont-img button {
    display: none;
  }
}
@media (max-width: 800px) {
  #sobre-mim {
    flex-direction: column-reverse;
    padding: 0 6%;
  }
  #sobre-mim .cont-img {
    padding-top: 5%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #sobre-mim .cont-img button {
    margin: 25% 0;
  }
  #sobre-mim .text {
    width: 100%;
    padding: 0;
  }
  #sobre-mim .text h2 {
    font-size: 20px;
  }
  #sobre-mim .text h5 {
    width: 100%;
    padding-bottom: 5%;
  }
  #sobre-mim .text button {
    display: none;
  }
}
#dep {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #1D1D1B;
  padding: 0% 20% 5%;
}
#dep h2 {
  color: #ffffff;
}
#dep .text {
  padding: 5% 0;
}
#dep #car {
  width: 100%;
  padding: 0 5%;
  height: 50vh;
}
#dep #car .mySwiper3 {
  position: relative;
  width: 100%;
}
#dep #car .mySwiper3 .swiper-wrapper .swiper-slide {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: start;
  height: 323px;
  background-color: #D8C191;
  gap: 1rem 0;
  border-radius: 0 0 40px 0;
  padding: 0 10%;
}
#dep #car .mySwiper3 .swiper-wrapper .swiper-slide::after {
  content: "";
  position: absolute;
  display: flex;
  height: 100%;
  width: 99%;
  right: 10px;
  border-radius: 0 0 40px 0;
  background-color: #ffffff;
  bottom: 10px;
}
#dep #car .mySwiper3 .swiper-wrapper .swiper-slide h3 {
  color: #D8C191;
  z-index: 9;
}
#dep #car .mySwiper3 .swiper-wrapper .swiper-slide p {
  z-index: 9;
  color: #1D1D1B;
}
#dep #car .mySwiper3 .swiper-button-prev, #dep #car .mySwiper3 .swiper-button-next {
  width: 30px;
  height: 25%;
  top: 0;
}
#dep #car .mySwiper3 .swiper-button-prev {
  left: 85%;
  transform: rotateY(180deg);
}
#dep #car .mySwiper3 .swiper-button-next {
  right: 5%;
}

@media (max-width: 800px) {
  #dep {
    padding: 0 10% 5%;
  }
  #dep .text {
    padding: 0 0 10%;
    text-align: center;
  }
  #dep #car {
    width: 100%;
    padding: 0;
    height: 60vh;
  }
  #dep #car .mySwiper3 .swiper-wrapper .swiper-slide {
    position: relative;
    overflow: visible;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: start;
    height: 450px;
    background-color: #D8C191;
    gap: 1rem 0;
    border-radius: 0 0 40px 0;
    padding: 0 10%;
  }
  #dep #car .mySwiper3 .swiper-wrapper .swiper-slide::after {
    content: "";
    position: absolute;
    display: flex;
    height: 100%;
    width: 98%;
    right: 10px;
    border-radius: 0 0 40px 0;
    background-color: #ffffff;
    bottom: 10px;
  }
  #dep #car .mySwiper3 .swiper-button-prev {
    left: 70%;
  }
  #dep #car .mySwiper3 .swiper-button-next {
    right: 5%;
  }
}
#result {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #1D1D1B;
  padding: 0% 10% 5%;
}
#result .text {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 1%;
  gap: 1rem 0;
}
#result .text h2, #result .text p {
  color: #ffffff;
}
#result #car {
  width: 65%;
  padding: 3.5% 5% 0;
  height: 55vh;
}
#result #car .mySwiper4 {
  width: 100%;
  position: relative;
}
#result #car .mySwiper4 .swiper-wrapper .swiper-slide {
  padding-top: 7%;
}
#result #car .mySwiper4 .swiper-wrapper .swiper-slide img {
  width: 100%;
}
#result #car .swiper-button-prev, #result #car .swiper-button-next {
  width: 30px;
  height: 25%;
  top: 0%;
}
#result #car .swiper-button-prev {
  left: 78%;
  transform: rotateY(180deg);
}
#result #car .swiper-button-next {
  right: 10%;
}

@media (max-width: 800px) {
  #result {
    flex-direction: column;
    padding-bottom: 10%;
    padding-top: 40%;
  }
  #result .text {
    width: 100%;
    text-align: center;
  }
  #result .text h2 {
    font-size: 20px;
  }
  #result #car {
    width: 100%;
    height: 40vh;
  }
  #result #car .swiper-wrapper .swiper-slide {
    padding-bottom: 30%;
  }
  #result #car .swiper-button-prev, #result #car .swiper-button-next {
    width: 35px;
    height: 30px;
    top: 90%;
  }
  #result #car .swiper-button-prev {
    left: 33%;
  }
  #result #car .swiper-button-next {
    right: 33%;
  }
}
#form {
  padding: 0;
}
#form .cont {
  width: 55%;
  padding: 5% 10%;
  background-color: #1D1D1B;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
#form .cont h2 {
  color: #D8C191;
  font-size: 30px;
  font-weight: 500;
}
#form .cont p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
}
#form .cont .cont2 {
  display: flex;
  flex-direction: column;
  padding-top: 4%;
  gap: 0.6rem 0;
  width: 65%;
}
#form .cont .cont2 a h4 {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  font-weight: 500;
}
#form .cont .cont2 a h4 strong {
  color: #ffffff;
  font-weight: 700;
  padding-right: 1%;
}
#form .cont .icon {
  padding-top: 2%;
  display: flex;
  flex-direction: row;
  gap: 0 1.5rem;
  cursor: pointer;
}
#form .cont .icon svg {
  width: 33px;
  height: 33px;
  margin: 0 3%;
  transition: all 0.3s ease-in;
}
#form .cont .icon svg:hover {
  transform: scale(0.8);
}
#form .cont-form {
  background-color: #D8C191;
  width: 45%;
  padding: 5% 10%;
  text-align: center;
}
#form .cont-form textarea {
  overflow: hidden;
  resize: none;
  background-color: transparent;
  border: 2px solid #846F5E;
  padding: 3% 5%;
  margin: 1% 0;
  width: 100%;
  border-radius: 9px;
  height: 180px;
  outline: none;
}
#form .cont-form textarea::-moz-placeholder {
  color: #1D1D1D;
}
#form .cont-form textarea::placeholder {
  color: #1D1D1D;
}
#form .cont-form input {
  padding: 0 5%;
  margin: 2% 0;
  width: 100%;
  height: 55px;
  border-radius: 9px;
  border: 2px solid #846F5E;
  outline: none;
  background-color: transparent;
}
#form .cont-form input::-moz-placeholder {
  color: #1D1D1B;
}
#form .cont-form input::placeholder {
  color: #1D1D1B;
}
#form .cont-form select {
  padding: 0 5%;
  margin: 2% 0;
  width: 100%;
  height: 55px;
  border-radius: 9px;
  border: 2px solid #846F5E;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
#form .cont-form select option {
  cursor: pointer;
}
#form .cont-form select::-moz-placeholder {
  color: #1D1D1B;
}
#form .cont-form select::placeholder {
  color: #1D1D1B;
}
#form .cont-form button {
  margin: 8% 0 0;
  width: 112px;
  height: 34px;
  color: #D8C191;
  background-color: #1D1D1B;
}
#form .cont-form button:hover {
  color: #1D1D1B;
  background-color: transparent;
  transform: translateY(-10px);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.0901960784);
  border-radius: 30px;
  padding: 8px 15px;
  border-bottom: 1px solid #D8C191;
}

@media (max-width: 800px) {
  #form {
    flex-direction: column;
    width: 100%;
  }
  #form .cont {
    width: 100%;
    text-align: center;
    align-items: center;
    padding: 10% 5%;
  }
  #form .cont h2 {
    font-size: 22px;
  }
  #form .cont .cont2 {
    width: 90%;
  }
  #form .cont-form {
    width: 100%;
    padding: 15% 10%;
  }
  #form .cont-form input, #form .cont-form textarea, #form .cont-form select {
    border: 2px solid #1D1D1B;
  }
  #form .cont-form input::-moz-placeholder, #form .cont-form textarea::-moz-placeholder, #form .cont-form select::-moz-placeholder {
    color: #1D1D1B;
    font-weight: 600;
  }
  #form .cont-form input::placeholder, #form .cont-form textarea::placeholder, #form .cont-form select::placeholder {
    color: #1D1D1B;
    font-weight: 600;
  }
}
#support {
  background: url(../assets/img/home-pag-de-apoio.jpg);
  height: 75vh;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 0;
}
#support header {
  background-color: transparent;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  height: 15%;
  border-radius: 0 0 0 50px;
  z-index: 99;
  display: flex;
  transition: all 0.3s ease-in;
}
#support header[data-active=true] {
  background-color: rgba(112, 112, 112, 0.7529411765);
}
#support header nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#support header nav .cont {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
#support header nav .cont .logo {
  width: 144px;
  height: 50px;
  top: 5%;
  left: 8%;
}
#support header nav .cont .logo img {
  width: 100%;
}
#support header nav .cont .icon {
  width: 8%;
  text-align: end;
  cursor: pointer;
}
#support header nav .cont .icon svg {
  width: 25px;
  height: 25px;
  margin: 0 3%;
  transition: all 0.3s ease-in;
}
#support header nav .cont .icon svg:hover {
  transform: scale(0.8);
}
#support header nav .cont ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
  align-items: center;
  gap: 0 30px;
}
#support header nav .cont ul a {
  color: #ffffff;
  display: block;
  text-align: start;
  font-size: 15px;
  padding: 0 15px;
  transition: all 0.5s ease;
}
#support header nav .cont ul a:hover {
  color: #D8C191;
  border-radius: 30px;
  padding: 8px 15px;
  border-bottom: 1px solid #D8C191;
}
#support h1 {
  color: #D8C191;
  font-size: 32px;
}
#support p {
  color: #ffffff;
  font-size: 16px;
}
#support .text {
  width: 35%;
}
#support .text p {
  padding: 5% 0 0;
}

@media (min-width: 800px) {
  #support .header-mob, #support #sidebar__nav {
    display: none !important;
  }
}
@media (max-width: 800px) {
  header {
    display: none !important;
  }
  #support {
    background: url(../assets/img/home-pag-de-apoio-mob.jpg);
    height: 110vh;
    display: flex;
    width: 100%;
    position: relative;
    background-size: cover;
    flex-direction: column;
    height: 100vh;
    text-align: center;
    justify-content: end;
    padding: 0;
  }
  #support h1 {
    font-size: 22px;
  }
  #support .cont {
    margin-top: 40%;
  }
  #support .text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50% 10% 0;
    background-color: rgba(0, 0, 0, 0.5058823529);
  }
  #support .header-mob .logo {
    position: absolute;
    width: 40%;
    top: 3%;
    left: 5%;
  }
  #support .header-mob .logo img {
    width: 80%;
  }
  #support .header-mob #menu__btn {
    background-color: transparent;
    position: fixed;
    top: 2%;
    right: 6%;
    z-index: 15;
  }
  #support .header-mob #menu__btn svg {
    width: 25px;
    height: 50px;
  }
  #support #sidebar__nav {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(29, 29, 27, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
  }
  #support #sidebar__nav[data-active=true] {
    visibility: visible;
    opacity: 1;
  }
  #support #sidebar__nav[data-active=true] ul {
    right: 0;
    transition: all 0.3s ease-out;
    transition-delay: 0.5s;
  }
  #support #sidebar__nav ul {
    position: absolute;
    width: 80%;
    right: -80%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    list-style: none;
    gap: 2.5rem 0;
    top: 0;
    bottom: 0;
    background: #D8C191;
    transition: all 0.2s ease;
  }
  #support #sidebar__nav ul li a {
    display: block;
    width: 100%;
    text-align: start;
    font-size: 1.2rem;
    color: #ffffff;
  }
  #support #sidebar__nav ul #close__btn {
    position: absolute;
    top: -28%;
    left: -20%;
    background: transparent;
    font-size: 1.5rem;
    cursor: pointer;
  }
  #support #sidebar__nav ul #close__btn svg {
    width: 15px;
  }
}
#sobre-pg {
  padding: 10% 14%;
  background-color: #1D1D1B;
}
#sobre-pg .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 1rem 0;
}
#sobre-pg .text h2 {
  color: #ffffff;
}
#sobre-pg .text h5 {
  width: 50%;
}
#sobre-pg .text p {
  color: rgba(255, 255, 255, 0.7450980392);
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
}
#sobre-pg .text .icon {
  padding-top: 2%;
  display: flex;
  flex-direction: row;
  gap: 0 1.5rem;
  cursor: pointer;
}
#sobre-pg .text .icon svg {
  width: 33px;
  height: 33px;
  margin: 0 3%;
  transition: all 0.3s ease-in;
}
#sobre-pg .text .icon svg:hover {
  transform: scale(0.8);
}

@media (max-width: 800px) {
  #sobre-pg {
    flex-direction: column-reverse;
    padding: 10% 6%;
  }
  #sobre-pg .text {
    width: 100%;
    padding: 0;
  }
  #sobre-pg .text h2 {
    font-size: 20px;
  }
  #sobre-pg .text h5 {
    width: 100%;
    padding-bottom: 5%;
  }
  #sobre-pg .icon {
    justify-content: center;
  }
}
#insta {
  flex-direction: column;
  background-color: #1D1D1B;
  align-items: center;
  text-align: center;
  gap: 3rem 0;
}
#insta .text {
  display: flex;
  flex-direction: column;
  gap: 0.6rem 0;
}
#insta .text h2, #insta .text p {
  color: #ffffff;
}

@media (min-width: 800px) {
  #insta .img-mob {
    display: none;
  }
}
@media (max-width: 800px) {
  #insta {
    padding: 10% 0 0;
  }
  #insta .imgs {
    display: none;
  }
}
#imgs {
  width: 100%;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
#imgs img {
  width: 100%;
}

@media (max-width: 800px) {
  #imgs {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=styles.css.map */