@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
* {
  margin: 0;
  border: 0;
  padding: 0;
  box-sizing: border-box;
  resize: none;
  outline: none;
  list-style: none;
  text-decoration: none;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "Lato", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.container {
  width: 83%;
}
@media (min-width: 1024px) {
  .container .container {
    width: 80%;
  }
}
@media (min-width: 100rem) {
  .container .container {
    width: 60%;
  }
}

button {
  background-color: #42531D;
  font-size: 15px;
  width: 172px;
  height: 46px;
  border-radius: 30px;
  border: none;
  transition: all 0.75s ease;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}
button:hover {
  transform: scale(0.95);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.0901960784);
}

h2 {
  color: #313429;
  font-size: 26px;
}

p {
  font-size: 16px;
  color: #645B5B;
}

::-webkit-scrollbar {
  background-color: #93AB5F;
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(66, 83, 29, 0.7607843137);
  border-radius: 10px;
}

@media (max-width: 800px) {
  h2 {
    font-size: 20px;
  }
}
header {
  background: 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;
}
header[data-active=true] {
  background-color: #42531D;
}
header nav {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header nav .cont {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header nav .cont .logo {
  width: 7.5rem;
  height: 5rem;
}
header nav .cont .logo img {
  width: 100%;
}
header nav .cont ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  list-style-type: none;
  align-items: center;
  gap: 0 30px;
}
header nav .cont ul a {
  color: #fff;
  display: block;
  text-align: start;
  font-size: 15px;
  padding: 5px 15px;
  transition: all 0.5s ease;
}
header nav .cont ul a:hover {
  background: #93AB5F;
  color: #fff;
  border-radius: 10px;
  padding: 5px 15px;
  border-bottom: 1px solid #fff;
}

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: #93AB5F;
}
footer .container {
  width: 75%;
  display: grid;
  place-items: center;
  gap: 3rem 0;
}
footer .container .img {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem 0;
}
footer .container .img img {
  width: 15%;
}
footer .container .img .icons {
  width: 17%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 0.8rem;
}
footer .container .img .icons img {
  width: 90%;
}
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: #fff;
}
footer .container .copyrights .copy svg {
  width: 0.75rem;
  height: 0.75rem;
}

@media screen and (max-width: 64rem) {
  footer .container .img {
    align-items: center;
  }
  footer .container .img img {
    width: 55%;
  }
  footer .container .img .icons {
    width: 65%;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  overflow-x: hidden;
}

#home {
  background: url(../assets/img/home.jpg);
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0 10%;
}
#home h1 {
  color: #fff;
  font-size: 30px;
}
#home p {
  color: #fff;
  font-size: 18px;
}
#home .text {
  width: 35%;
  display: grid;
  gap: 2rem 0;
  margin-left: 6.5%;
}
#home .icons {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  position: absolute;
  width: 51px;
  height: 60%;
  right: 0;
  background: #313429;
  border-radius: 10px 0 0 10px;
}
#home .icons a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  right: 0;
}
#home .icons a .text {
  height: 70px;
  display: none;
  animation: animate 0.5s linear;
}
#home .icons a .text p {
  display: flex;
  place-items: center;
  height: 100%;
  width: 100%;
  font-size: 18px;
  gap: 0 0.2rem;
}
#home .icons a .img {
  width: 15px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .icons a img {
  width: 19px;
  height: 19px;
  -o-object-fit: cover;
     object-fit: cover;
}
#home .icons a:hover {
  width: 380px;
  height: 100%;
  background: #93AB5F;
  border-radius: 10px 0 0 10px;
}
#home .icons a:hover .text {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 0;
}
#home .icons a:hover .img {
  width: 22px;
  height: 28px;
}
#home .icons a:hover img {
  width: 25px;
  height: 25px;
}

@keyframes animate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 800px) {
  #home .icons-mob {
    display: none;
  }
  #home .mob, #home .header-mob, #home #sidebar__nav {
    display: none !important;
  }
}
@media (max-width: 800px) {
  header {
    display: none !important;
  }
  #home {
    background: url(../assets/img/home-mob.jpg);
    height: 100vh;
    display: flex;
    width: 100%;
    position: relative;
    background-size: cover;
    flex-direction: column;
    text-align: center;
    justify-content: end;
  }
  #home .text {
    width: 100%;
    padding: 5% 5% 40%;
    text-align: start;
  }
  #home .text h1 {
    width: 85%;
    font-size: 20px;
    line-height: 2rem;
  }
  #home .text p {
    font-size: 16px;
    line-height: 1.5rem;
  }
  #home .icons {
    display: none;
  }
  #home .icons-mob {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 60px;
    right: 0;
    background: #313429;
    border-radius: 10px 0 0 10px;
  }
  #home .icons-mob .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    right: 0;
  }
  #home .icons-mob .icon .text {
    height: 100%;
    display: none;
    animation: animate 0.5s linear;
  }
  #home .icons-mob .icon .text a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
    font-size: 12px;
    gap: 0.2rem;
    color: #fff;
  }
  #home .icons-mob .icon .img {
    width: 16px;
    height: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #home .icons-mob .icon img {
    width: 19px;
    height: 19px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #home .icons-mob .icon[data-active=true] {
    width: 200%;
    height: 150px;
    background: #93AB5F;
    border-radius: 10px 10px 0 0;
    padding: 5% 0 8%;
    text-align: center;
  }
  #home .icons-mob .icon[data-active=true] .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 0;
    gap: 0.5rem 0;
  }
  #home .icons-mob .icon[data-active=true] .hr {
    padding: 5% 5% 8%;
  }
  #home .icons-mob .icon[data-active=true] .img {
    width: 22px;
    height: 28px;
  }
  #home .icons-mob .icon[data-active=true] img {
    width: 25px;
    height: 25px;
  }
  #home .header-mob {
    width: 100%;
    height: 15%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home .header-mob .logo {
    position: relative;
    width: 40%;
    top: 0;
    left: 0;
  }
  #home .header-mob .logo img {
    width: 60%;
  }
  #home .header-mob #menu__btn {
    position: fixed;
    right: 7%;
    display: flex;
    flex-direction: column;
    gap: 0.3rem 0;
    z-index: 10;
  }
  #home .header-mob #menu__btn .boll {
    width: 7px;
    height: 7px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  #home #sidebar__nav {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(49, 52, 41, 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: #42531D;
    transition: all 0.2s ease;
  }
  #home #sidebar__nav ul li a {
    display: block;
    width: 100%;
    text-align: start;
    font-size: 1.2rem;
    color: #fff;
  }
  #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;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 6rem;
  overflow-x: hidden;
}

#home-pg {
  background: #42531D;
  height: 90vh;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0 10%;
}
#home-pg .text {
  width: 48%;
  display: grid;
  gap: 2rem 0;
  margin-left: 8%;
}
#home-pg .text h1 {
  color: #fff;
  font-size: 30px;
}
#home-pg .text p {
  color: #fff;
  font-size: 18px;
  width: 85%;
}
#home-pg .icons {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  position: absolute;
  width: 51px;
  height: 60%;
  right: 0;
  background: #313429;
  border-radius: 10px 0 0 10px;
}
#home-pg .icons a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease;
  right: 0;
}
#home-pg .icons a .text {
  height: 70px;
  display: none;
  animation: animate 0.5s linear;
}
#home-pg .icons a .text p {
  display: flex;
  place-items: center;
  height: 100%;
  width: 100%;
  font-size: 18px;
  gap: 0 0.2rem;
}
#home-pg .icons a .img {
  width: 15px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
#home-pg .icons a img {
  width: 19px;
  height: 19px;
  -o-object-fit: cover;
     object-fit: cover;
}
#home-pg .icons a:hover {
  width: 380px;
  height: 100%;
  background: #93AB5F;
  border-radius: 10px 0 0 10px;
}
#home-pg .icons a:hover .text {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 0;
}
#home-pg .icons a:hover .img {
  width: 22px;
  height: 28px;
}
#home-pg .icons a:hover img {
  width: 25px;
  height: 25px;
}

@keyframes animate {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (min-width: 800px) {
  #home-pg .icons-mob {
    display: none;
  }
  #home-pg .mob, #home-pg .header-mob, #home-pg #sidebar__nav {
    display: none !important;
  }
}
@media (max-width: 800px) {
  header {
    display: none !important;
  }
  #home-pg {
    display: flex;
    height: 42vh;
    width: 100%;
    position: relative;
    background-size: cover;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: end;
  }
  #home-pg .text {
    width: 100%;
    padding: 5% 5% 10% 0;
    text-align: start;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #home-pg .text h1 {
    width: 85%;
    font-size: 20px;
    line-height: 2rem;
  }
  #home-pg .text p {
    font-size: 16px;
    line-height: 1.5rem;
  }
  #home-pg .icons {
    display: none;
  }
  #home-pg .icons-mob {
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 60px;
    right: 0;
    background: #313429;
    border-radius: 10px 0 0 10px;
  }
  #home-pg .icons-mob .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    right: 0;
  }
  #home-pg .icons-mob .icon .text {
    height: 100%;
    display: none;
    animation: animate 0.5s linear;
  }
  #home-pg .icons-mob .icon .text a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 100%;
    font-size: 12px;
    gap: 0.2rem;
    color: #fff;
  }
  #home-pg .icons-mob .icon .img {
    width: 16px;
    height: 20px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #home-pg .icons-mob .icon img {
    width: 19px;
    height: 19px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #home-pg .icons-mob .icon[data-active=true] {
    width: 200%;
    height: 150px;
    background: #93AB5F;
    border-radius: 10px 10px 0 0;
    padding: 5% 0 8%;
    text-align: center;
  }
  #home-pg .icons-mob .icon[data-active=true] .text {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: center;
    padding: 0;
    gap: 0.5rem 0;
  }
  #home-pg .icons-mob .icon[data-active=true] .hr {
    padding: 5% 5% 8%;
  }
  #home-pg .icons-mob .icon[data-active=true] .img {
    width: 22px;
    height: 28px;
  }
  #home-pg .icons-mob .icon[data-active=true] img {
    width: 25px;
    height: 25px;
  }
  #home-pg .header-mob {
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home-pg .header-mob .logo {
    position: relative;
    width: 40%;
    top: 20%;
    left: 0;
  }
  #home-pg .header-mob .logo img {
    width: 60%;
  }
  #home-pg .header-mob #menu__btn {
    position: fixed;
    right: 7%;
    display: flex;
    flex-direction: column;
    gap: 0.3rem 0;
    z-index: 10;
  }
  #home-pg .header-mob #menu__btn .boll {
    width: 7px;
    height: 7px;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
  }
  #home-pg #sidebar__nav {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(49, 52, 41, 0.5);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-out;
  }
  #home-pg #sidebar__nav[data-active=true] {
    visibility: visible;
    opacity: 1;
  }
  #home-pg #sidebar__nav[data-active=true] ul {
    right: 0;
    transition: all 0.3s ease-out;
    transition-delay: 0.5s;
  }
  #home-pg #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: #42531D;
    transition: all 0.2s ease;
  }
  #home-pg #sidebar__nav ul li a {
    display: block;
    width: 100%;
    text-align: start;
    font-size: 1.2rem;
    color: #fff;
  }
  #home-pg #sidebar__nav ul #close__btn {
    position: absolute;
    top: -25.5%;
    left: 5%;
    background: transparent;
    font-size: 1.5rem;
    cursor: pointer;
  }
  #home-pg #sidebar__nav ul #close__btn svg {
    width: 15px;
  }
}
#sobre-mim {
  display: grid;
  place-items: center;
  background: #F1F1F1;
}
#sobre-mim .container {
  width: 80%;
  display: flex;
  flex-direction: row;
}
#sobre-mim .container .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem 0;
}
#sobre-mim .container .text p {
  color: #645B5B;
}
#sobre-mim .container .img {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
#sobre-mim .container .img::after {
  content: "";
  display: block;
  position: absolute;
  width: 105%;
  height: 40%;
  background-color: #D0D9BE;
  left: -25%;
}
#sobre-mim .container .img img {
  height: 65%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

@media (min-width: 800px) {
  #sobre-mim .container .text .p {
    display: none;
  }
}
@media (max-width: 800px) {
  #sobre-mim {
    position: relative;
    padding: 15% 0;
  }
  #sobre-mim .container {
    flex-direction: column;
    gap: 10rem 0;
  }
  #sobre-mim .container .img {
    position: static;
    padding-top: 10%;
  }
  #sobre-mim .container .img::after {
    width: 70%;
    height: 42%;
    left: 15%;
    top: 0;
  }
  #sobre-mim .container .img img {
    width: 100%;
  }
}
#sobre-pg {
  display: grid;
  place-items: center;
  background: #F1F1F1;
  height: 100vh;
}
#sobre-pg .container {
  width: 70%;
  display: flex;
  flex-direction: row;
}
#sobre-pg .container .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem 0;
  padding: 0 16% 0 0;
}
#sobre-pg .container .text p {
  color: #645B5B;
}
#sobre-pg .container .text button {
  height: 31px;
  background: transparent;
  padding: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  color: #42531D;
  border: 1.5px solid #42531D;
}
#sobre-pg .container .text button img {
  height: 100%;
}
#sobre-pg .container .img {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  align-items: center;
  justify-content: center;
  padding: 0;
}
#sobre-pg .container .img img {
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

@media (min-width: 800px) {
  #sobre-pg .container .text .p {
    display: none;
  }
}
@media (max-width: 800px) {
  #sobre-pg {
    position: relative;
    padding: 15% 0;
    height: 100%;
  }
  #sobre-pg .container {
    flex-direction: column;
    gap: 3rem 0;
    width: 80%;
  }
  #sobre-pg .container .text {
    width: 100%;
    padding: 0;
  }
  #sobre-pg .container .img {
    position: static;
  }
  #sobre-pg .container .img::after {
    width: 70%;
    height: 42%;
    left: 15%;
    top: 0;
  }
  #sobre-pg .container .img img {
    width: 100%;
  }
}
#img .cont img {
  width: 100%;
}
#img #car {
  width: 100%;
  display: grid;
  place-items: center;
}
#img #car .swiper {
  background: #F1F1F1;
  width: 100%;
}
#img #car .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}
#img #car .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}

@media (min-width: 800px) {
  #img #car {
    display: none;
  }
}
@media (max-width: 800px) {
  #img {
    width: 100%;
  }
  #img .cont {
    display: none;
  }
}
#sorriso1 {
  background: url(../assets/img/sorriso.jpg);
  height: 75vh;
}

#sorriso2 .container {
  width: 100%;
  display: flex;
  flex-direction: row;
}
#sorriso2 .container .img {
  width: 55%;
}
#sorriso2 .container .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sorriso2 .container .text {
  width: 45%;
  background: #313429;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10%;
  gap: 1.5rem 0;
}
#sorriso2 .container .text h2, #sorriso2 .container .text p {
  color: #fff;
}
#sorriso2 .container .text button {
  margin-top: 3%;
  background-color: #93AB5F;
}

#cont {
  height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #42531D;
}
#cont .text {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
#cont .text h2, #cont .text p {
  color: #fff;
}
#cont .text button {
  margin-top: 4%;
  background-color: #93AB5F;
}

@media (max-width: 800px) {
  #sorriso1 {
    background: url(../assets/img/sorriso-mob.jpg);
    height: 60vh;
  }
  #sorriso2 .container {
    flex-direction: column;
  }
  #sorriso2 .container .img {
    width: 100%;
    background: #313429;
  }
  #sorriso2 .container .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #sorriso2 .container .text {
    width: 100%;
    padding: 15% 10%;
  }
  #cont {
    height: 45vh;
  }
  #cont .text {
    width: 80%;
    align-items: center;
  }
  #cont .text h2 {
    width: 90%;
  }
  #cont .text button {
    margin-top: 15%;
  }
}
#trat1 {
  height: 90vh;
  display: flex;
  justify-content: end;
  align-items: center;
  background-color: #F1F1F1;
  position: relative;
}
#trat1::after {
  content: "";
  display: block;
  position: absolute;
  width: 57%;
  height: 40%;
  background-color: #D0D9BE;
  right: 0;
  top: 0;
}
#trat1 .container {
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 85%;
}
#trat1 .container .text {
  width: 26%;
  top: 20%;
  height: 55vh;
  position: relative;
}
#trat1 .container .text h2 {
  width: 60%;
}
#trat1 .container .text p {
  width: 100%;
  margin: 8% 0;
}
#trat1 .container .text button {
  transition: all 0.75s ease;
}
#trat1 .container .text button:hover {
  transform: translateY(-10px);
  background-color: #F1F1F1;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.0901960784);
  color: #000;
}
#trat1 .container #car {
  height: 50vh;
  width: 74%;
  padding-left: 15%;
}
#trat1 .container #car .mySwiper {
  width: 100%;
  height: 100%;
}
#trat1 .container #car .mySwiper .swiper-wrapper {
  position: relative;
}
#trat1 .container #car .mySwiper .swiper-wrapper .swiper-slide {
  background: #42531D;
  padding: 8% 4%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1rem 0;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#trat1 .container #car .mySwiper .swiper-wrapper .swiper-slide:hover {
  transform: scale(0.95);
}
#trat1 .container #car .mySwiper .swiper-wrapper .swiper-slide img {
  width: 15%;
}
#trat1 .container #car .mySwiper .swiper-wrapper .swiper-slide h3 {
  color: #fff;
}
#trat1 .container #car .mySwiper .swiper-wrapper .swiper-slide p {
  color: #9FA78C;
}
#trat1 .container #car .swiper-button-prev1, #trat1 .container #car .swiper-button-next1 {
  width: 36px;
  height: 36px;
  bottom: 28%;
  position: absolute;
  z-index: 1;
}
#trat1 .container #car .swiper-button-prev1 {
  transform: rotate(180deg);
  left: 15%;
}
#trat1 .container #car .swiper-button-next1 {
  right: 78%;
}

@media (max-width: 800px) {
  #trat1 {
    height: 100vh;
    justify-content: center;
    padding-bottom: 15%;
  }
  #trat1::after {
    width: 100%;
    height: 35%;
    top: 35%;
  }
  #trat1 .container {
    flex-direction: column;
    align-items: center;
    gap: 4rem 0;
  }
  #trat1 .container .text {
    width: 100%;
    height: 100%;
  }
  #trat1 .container #car {
    width: 80%;
    height: 45vh;
    padding: 10% 0;
    position: relative;
  }
  #trat1 .container #car .mySwiper .swiper-wrapper .swiper-slide {
    padding: 0 10%;
  }
  #trat1 .container #car .swiper-button-prev1, #trat1 .container #car .swiper-button-next1 {
    width: 60px;
    height: 60px;
    bottom: -15%;
  }
  #trat1 .container #car .swiper-button-prev1 {
    transform: rotate(180deg);
    left: 25%;
  }
  #trat1 .container #car .swiper-button-next1 {
    right: 25%;
  }
}
#trat2 {
  background: #F1F1F1;
  display: grid;
  place-items: center;
}
#trat2 .container {
  display: grid;
  place-items: center;
  gap: 4rem 0;
  padding: 5% 0;
}
#trat2 .container .text {
  text-align: center;
  width: 55%;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
#trat2 .container .estetica {
  width: 55%;
  display: flex;
  flex-direction: row;
  gap: 0 2.5rem;
}
#trat2 .container .estetica .trat {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#trat2 .container .estetica .trat:hover {
  transform: scale(0.95);
}
#trat2 .container .estetica .trat .cont {
  position: absolute;
  bottom: 5%;
  left: 35%;
}
#trat2 .container .estetica .trat .cont p {
  color: #F1F1F1;
}
#trat2 .container .estetica img {
  width: 100%;
}

@media (max-width: 800px) {
  #trat2 {
    padding: 10% 0;
  }
  #trat2 .container {
    width: 85%;
  }
  #trat2 .container .text, #trat2 .container .estetica {
    width: 100%;
  }
  #trat2 .container .estetica {
    flex-direction: column;
    gap: 3rem 0;
  }
}
#modal_container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  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: #F1F1F1;
  z-index: 999;
  width: 70%;
  height: 70%;
  max-width: 80%;
  border-radius: 20px;
  display: flex;
  overflow: hidden;
  transition: all 0.3s ease-out;
  margin-top: 2rem;
}
#modal_container .modal img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 0 0 20px;
}
#modal_container .modal .fechar {
  width: 10%;
  height: 10%;
  background-color: transparent;
  top: 0;
  margin-top: -10%;
  margin-right: 2%;
}
#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 {
  color: #42531D;
}
#modal_container .modal .text p {
  padding: 10% 0;
  color: #313429;
}

@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%;
  }
}
#paciente {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F1F1F1;
}
#paciente .container {
  padding: 5% 0;
  width: 75%;
  display: flex;
}
#paciente .container .img {
  width: 50%;
}
#paciente .container .img #car .swiper {
  width: 430px;
  height: 450px;
}
#paciente .container .img #car .swiper .swiper-slide {
  background: transparent;
}
#paciente .container .img #car .swiper .swiper-slide img {
  display: block;
  width: 430px;
  height: 450px;
}
#paciente .container .img #car .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #fff;
}
#paciente .container .text {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 8.5%;
  gap: 2rem 0;
}

@media (max-width: 800px) {
  #paciente {
    height: 75vh;
  }
  #paciente .container {
    width: 80%;
    flex-direction: column-reverse;
    gap: 3rem 0;
  }
  #paciente .container .text {
    width: 100%;
    align-items: start;
    padding: 0;
  }
  #paciente .container .img {
    width: 100%;
  }
  #paciente .container .img #car .swiper {
    width: 100%;
    height: 400px;
  }
  #paciente .container .img #car .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
#dep {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  height: 90vh;
  background: #F1F1F1;
}
#dep .container {
  width: 92%;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
#dep .container .text {
  width: 40%;
  margin-left: 8%;
}
#dep .container #car {
  width: 100%;
  padding: 0;
  height: 50vh;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: end;
}
#dep .container #car .mySwiper2 {
  padding: 0 5%;
  height: 80%;
}
#dep .container #car .mySwiper2 .swiper-wrapper .swiper-slide {
  height: 100%;
  padding: 0 2%;
  background: #42531D;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#dep .container #car .mySwiper2 .swiper-wrapper .swiper-slide h3, #dep .container #car .mySwiper2 .swiper-wrapper .swiper-slide p {
  color: #fff;
  width: 100%;
}
#dep .container #car .mySwiper2 .swiper-wrapper .swiper-slide h3 {
  font-size: 20px;
}
#dep .container #car .mySwiper2 .swiper-wrapper .swiper-slide p {
  font-size: 15px;
}
#dep .container #car .swiper-button-prev3, #dep .container #car .swiper-button-next3 {
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 1;
  top: 0;
}
#dep .container #car .swiper-button-prev3 {
  right: 14.5%;
  transform: rotate(180deg);
}
#dep .container #car .swiper-button-next3 {
  right: 10%;
}

@media (max-width: 800px) {
  #dep {
    align-items: center;
  }
  #dep .container {
    width: 80%;
  }
  #dep .container .text {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem 0;
  }
  #dep .container #car {
    align-items: center;
  }
  #dep .container #car .mySwiper2 {
    padding: 0;
  }
  #dep .container #car .mySwiper2 .swiper-wrapper .swiper-slide {
    padding: 0 5%;
    gap: 1rem 0;
  }
  #dep .container #car .swiper-button-prev3, #dep .container #car .swiper-button-next3 {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 1;
    top: 100%;
  }
  #dep .container #car .swiper-button-prev3 {
    transform: rotate(180deg);
    left: 28%;
  }
  #dep .container #car .swiper-button-next3 {
    right: 28%;
  }
}
#form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  height: 70vh;
  position: relative;
  background: #F1F1F1;
}
#form .container {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
#form .container #text-form {
  width: 37%;
  display: flex;
  flex-direction: column;
  gap: 1rem 0;
}
#form .container #text-form p {
  padding-bottom: 10%;
}
#form .container #text-form a {
  width: 72%;
  display: flex;
  flex-direction: row;
  gap: 0 0.8rem;
}
#form .container #text-form a img {
  height: 18px;
  width: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}
#form .container #text-form a p {
  padding: 0;
}
#form .container .cont-form {
  background-color: #fff;
  width: 30%;
  height: 80vh;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 11;
  border-radius: 9px;
  right: 15%;
  bottom: -45%;
}
#form .container .cont-form p {
  width: 70%;
  font-size: 16px;
  margin: 5% 10%;
}
#form .container .cont-form textarea, #form .container .cont-form input {
  overflow: hidden;
  resize: none;
  background: #F1F1F1;
}
#form .container .cont-form .ip {
  padding: 4% 5%;
  margin: 2% 0;
  width: 90%;
  border-radius: 9px;
  border: none;
  outline: none;
}
#form .container .cont-form .ip3 {
  padding: 3% 5% 20%;
  margin: 1% 0;
  width: 90%;
  border-radius: 9px;
  border: none;
  height: 0px;
  outline: none;
}
#form .container .cont-form button {
  margin: 8% 0 0;
  padding: 12px 40px;
  color: #fff;
  background-color: #93AB5F;
}
#form .container .btn {
  position: absolute;
  right: 5%;
  bottom: 8%;
  transition: all 0.75s ease;
}
#form .container .btn:hover {
  transform: scale(0.89);
}

@media (max-width: 800px) {
  #form {
    height: 100%;
    padding: 10% 0;
    align-items: center;
  }
  #form .container {
    width: 80%;
    flex-direction: column;
    justify-content: center;
    gap: 2rem 0;
  }
  #form .container #text-form {
    width: 100%;
  }
  #form .container .cont-form {
    position: relative;
    width: 100%;
    height: 60vh;
    right: 0;
    top: 0;
  }
  #form .container .cont-form form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #form .container .cont-form p {
    width: 90%;
  }
  #form .container .btn {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */