@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap");
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px 15px 30px;
  border-bottom: 1px solid rgb(224, 217, 207);
  position: fixed;
  z-index: 999;
  background-color: rgb(250, 248, 244);
  width: 100%;
}
header p {
  font-size: clamp(23px, 1.2vw, 50px);
  color: rgb(107, 93, 82);
}
header img {
  width: 35px;
  cursor: pointer;
}
@media (orientation: landscape) {
  header img {
    display: none;
  }
}
header img {
  transition: 0.3s ease;
}
header img.opened {
  transform: rotate(90deg);
  transition: 0.3s ease;
}

div.menu {
  display: flex;
  border-bottom: 1px solid rgb(224, 217, 207);
  width: 100%;
  background-color: rgb(250, 248, 244);
  gap: 12px;
  flex-direction: column;
  overflow: hidden;
  padding: 20px;
  font-family: "DM Sans", sans-serif;
  font-size: 15px;
  z-index: 998;
  text-transform: uppercase;
  max-height: -moz-fit-content;
  max-height: fit-content;
  transition: 0.5s ease;
  position: fixed;
  top: 65px;
  text-decoration: none;
  list-style: none;
}
div.menu a {
  text-decoration: none;
  color: rgb(107, 93, 82);
  border-bottom: 2px solid rgb(224, 217, 207);
  transition: 0.4s ease;
}
div.menu a:hover {
  color: rgb(122, 158, 126);
  border-bottom: 2px solid rgb(122, 158, 126);
}
div.menu a li {
  padding: 10px;
}
div.menu .consult-button {
  background-color: rgb(122, 158, 126);
  color: rgb(250, 248, 244);
  border-radius: 30px;
  cursor: pointer;
  padding: 10px;
  color: white;
  transition: 0.2s ease;
  border: none;
}
div.menu .consult-button:hover {
  background-color: rgb(178, 201, 180);
}
div.menu p {
  font-size: 12px;
  color: rgb(156, 143, 135);
  text-align: center;
  text-justify: center;
  margin-top: 10px;
}

div.menu.closed {
  top: -288px;
  transition: 0.5s ease;
}

ul.menu-pc {
  display: flex;
  text-decoration: none;
  list-style: none;
}
ul.menu-pc a {
  text-decoration: none;
  font-family: "DM Sans", sans-serif;
  color: rgb(107, 93, 82);
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: 0.4s ease;
}
ul.menu-pc a:hover {
  color: rgb(122, 158, 126);
  border-bottom: 2px solid rgb(122, 158, 126);
}
ul.menu-pc {
  gap: 40px;
  font-size: clamp(10px, 0.8vw, 26px);
  justify-content: center;
  align-items: center;
}
ul.menu-pc .consult-button {
  background-color: rgb(122, 158, 126);
  color: rgb(250, 248, 244);
  border-radius: 30px;
  cursor: pointer;
  padding: 10px;
  color: white;
  transition: 0.2s ease;
  border: none;
}
ul.menu-pc .consult-button:hover {
  background-color: rgb(178, 201, 180);
}
@media (orientation: portrait) {
  ul.menu-pc {
    display: none;
  }
}

section.home {
  margin-top: 0px;
  margin-bottom: 100px;
  padding: 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  gap: 50px;
}
section.home img {
  width: 50%;
  max-width: 300px;
  aspect-ratio: 1/0.95;
  border-radius: 50%;
  box-shadow: 10px 10px 0px 0px rgb(178, 201, 180);
  margin: 60px 0px 10px 0px;
  justify-self: center;
  align-self: center;
  animation: floating 4s ease-in-out infinite;
}
section.home p.CRP {
  background-color: rgb(232, 240, 232);
  padding: 3px 20px 3px 20px;
  font-family: "DM Sans", sans-serif;
  border-radius: 30px;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(122, 158, 126);
  text-align: center;
  margin-bottom: 30px;
  font-size: clamp(15px, 1 vw, 45px);
}
section.home h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 200;
  font-size: clamp(35px, 3.5vw, 100px);
  text-align: center;
  margin-bottom: 30px;
}
section.home p.section-paragraph {
  font-size: clamp(20px, 1.5vw, 60px);
  text-align: justify;
  margin-bottom: 30px;
  color: rgb(107, 93, 82);
  font-weight: 100;
  font-family: "DM Sans", sans-serif;
}
section.home button.consult-button {
  background-color: rgb(193, 127, 94);
  color: rgb(250, 248, 244);
  border-radius: 30px;
  cursor: pointer;
  padding: 10px;
  color: white;
  transition: 0.2s ease;
  border: none;
  font-size: clamp(14px, 1vw, 42px);
  padding: 15px;
  font-family: "DM Sans", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 30px;
}
section.home button.consult-button:hover {
  background-color: rgb(228, 185, 158);
}
section.home button.consult-button:active {
  background-color: rgb(245, 237, 231);
}
section.home div.aboutme-container {
  width: -moz-fit-content;
  width: fit-content;
}
section.home div.aboutme-container button {
  background-color: transparent;
  border: none;
  color: rgba(0, 0, 0, 0.651);
  font-size: clamp(15px, 1vw, 45px);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s ease;
}
section.home div.aboutme-container div {
  border: 2px solid rgb(178, 201, 180);
  border-radius: 80px;
  width: 100%;
  opacity: 1;
  transition: 0.3s ease;
}
section.home div.aboutme-container div.closed {
  border: 2px solid rgb(178, 201, 180);
  border-radius: 80px;
  width: 0;
  opacity: 0;
}
@media (min-width: 1050px) {
  section.home {
    grid-template-columns: repeat(2, 1fr);
    padding: 120px 30px 30px 30px;
  }
  section.home img {
    border-radius: 30% 30% 0 0;
    margin-top: 80px;
    max-width: 700px;
  }
}

@keyframes floating {
  0% {
    transform: scale(1);
    box-shadow: 10px 10px 0px 0px rgb(178, 201, 180);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 15px 15px 0px 0px rgb(178, 201, 180);
  }
  100% {
    transform: scale(1);
  }
}
section.about-me {
  padding: 120px 30px 120px 30px;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 0px;
  place-items: center;
  background-color: rgb(242, 237, 230);
}
section.about-me img {
  width: 100%;
  max-width: 800px;
  aspect-ratio: 0.85/1;
  border-radius: 0px;
  box-shadow: 12px 12px 0 0 rgb(178, 201, 180);
}
section.about-me p.minititle {
  color: rgb(107, 93, 82);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: clamp(15px, 1.5vw, 30px);
}
section.about-me h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 200;
  font-size: clamp(35px, 3.5vw, 100px);
  text-align: left;
  margin-bottom: 30px;
}
section.about-me .paragraph-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
section.about-me .paragraph-container p {
  font-size: clamp(20px, 1.5vw, 60px);
  text-align: justify;
  margin-bottom: 30px;
  color: rgb(107, 93, 82);
  font-weight: 100;
  font-family: "DM Sans", sans-serif;
}
section.about-me ul {
  gap: 10px;
  font-size: clamp(20px, 1.5vw, 60px);
  color: rgb(107, 93, 82);
  padding-left: 20px;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 60px;
}
section.about-me ul li::marker {
  color: rgb(122, 158, 126);
}
@media (min-width: 1050px) {
  section.about-me {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
  section.about-me ul {
    padding-left: 60px;
  }
}

section.services {
  padding: 120px 30px 120px 30px;
  background-color: rgb(250, 248, 244);
}
section.services p.minititle {
  color: rgb(107, 93, 82);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: clamp(15px, 1.5vw, 30px);
  text-align: center;
}
section.services h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 200;
  font-size: clamp(35px, 3.5vw, 100px);
  text-align: center;
  margin-bottom: 30px;
}
section.services p.section-paragraph {
  font-size: clamp(20px, 1.5vw, 60px);
  text-align: center;
  margin-bottom: 30px;
  color: rgb(107, 93, 82);
  font-weight: 100;
  font-family: "DM Sans", sans-serif;
}
section.services div.services-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
section.services div.services-container div {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 1px solid rgb(224, 217, 207);
  border-radius: 24px 0 24px 0;
  padding: 25px;
  background-color: white;
  box-shadow: 10px 10px 0 0 rgb(178, 201, 180);
  transition: 0.3s ease;
}
section.services div.services-container div:hover {
  transform: scale(1.01);
}
section.services div.services-container div img.icon {
  background-color: rgb(232, 244, 239);
  width: clamp(40px, 3vw, 60px);
  padding: 3px;
  border-radius: 8px;
}
section.services div.services-container div h3 {
  font-weight: 100;
  font-size: clamp(24px, 2.2vw, 66px);
}
section.services div.services-container div p.text {
  color: rgb(107, 93, 82);
  font-family: "DM Sans", sans-serif;
  line-height: clamp(25px, 2vw, 60px);
  font-weight: 200;
  font-size: clamp(18px, 1.3vw, 60px);
}
@media (min-width: 900px) {
  section.services div.services-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1400px) {
  section.services div.services-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

section.my-approach {
  padding: 120px 30px 120px 30px;
  background-color: #5c4a3a;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  gap: 10px;
}
section.my-approach div.part1 p.minititle {
  color: rgb(107, 93, 82);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: clamp(15px, 1.5vw, 30px);
  text-align: left;
  color: rgb(228, 185, 158);
}
section.my-approach div.part1 h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 200;
  font-size: clamp(35px, 3.5vw, 100px);
  text-align: left;
  margin-bottom: 30px;
  color: white;
}
section.my-approach div.part1 p.section-paragraph {
  font-size: clamp(20px, 1.5vw, 60px);
  text-align: text-justify;
  margin-bottom: 30px;
  color: rgb(107, 93, 82);
  font-weight: 100;
  font-family: "DM Sans", sans-serif;
  color: rgb(250, 248, 244);
  font-family: "DM Sans", sans-serif;
}
section.my-approach div.part2 {
  width: 100%;
}
section.my-approach div.part2 div.approachs-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  align-items: start;
}
section.my-approach div.part2 div.approachs-container div.approach {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
section.my-approach div.part2 div.approachs-container div.approach p.number {
  font-size: 32px;
  font-size: clamp(32px, 2.2vw, 94px);
  color: rgb(228, 185, 158);
}
section.my-approach div.part2 div.approachs-container div.approach div.content {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: "DM Sans", sans-serif;
}
section.my-approach div.part2 div.approachs-container div.approach div.content h3 {
  color: white;
  font-weight: 300;
  font-size: clamp(22px, 1.8vw, 66px);
}
section.my-approach div.part2 div.approachs-container div.approach div.content p {
  color: rgba(255, 255, 255, 0.55);
  font-size: clamp(18px, 1.3vw, 54px);
}
@media (min-width: 1050px) {
  section.my-approach {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}

section.testimony {
  padding: 120px 30px 120px 30px;
  background-color: rgb(242, 237, 230);
}
section.testimony p.minititle {
  color: rgb(107, 93, 82);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: clamp(15px, 1.5vw, 30px);
  text-align: center;
}
section.testimony h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 200;
  font-size: clamp(35px, 3.5vw, 100px);
  text-align: center;
  margin-bottom: 30px;
}
section.testimony p.section-paragraph {
  font-size: clamp(20px, 1.5vw, 60px);
  text-align: center;
  margin-bottom: 30px;
  color: rgb(107, 93, 82);
  font-weight: 100;
  font-family: "DM Sans", sans-serif;
}
section.testimony div.testimonies-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  font-family: "DM Sans", sans-serif;
}
section.testimony div.testimonies-container div.testimony {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid rgb(224, 217, 207);
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
}
section.testimony div.testimonies-container div.testimony p.testimony-text {
  color: rgb(107, 93, 82);
  font-style: italic;
  line-height: clamp(22px, 2.2vw, 35px);
  font-size: clamp(15px, 1.8vw, 22px);
  text-align: center;
}
section.testimony div.testimonies-container div.testimony div.client-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}
section.testimony div.testimonies-container div.testimony div.client-container img {
  width: clamp(36px, 2.8vw, 90px);
  border-radius: 50%;
  aspect-ratio: 1/1;
}
section.testimony div.testimonies-container div.testimony div.client-container div h3 {
  font-size: clamp(13px, 1.6vw, 22px);
  font-weight: 500;
}
section.testimony div.testimonies-container div.testimony div.client-container div p {
  font-size: clamp(13px, 1.6vw, 22px);
  color: rgb(156, 143, 135);
}
@media (min-width: 1050px) {
  section.testimony div.testimonies-container {
    grid-template-columns: repeat(3, 1fr);
  }
}

section.questions {
  padding: 120px 30px 120px 30px;
  background-color: rgb(250, 248, 244);
}
section.questions p.minititle {
  color: rgb(107, 93, 82);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: clamp(15px, 1.5vw, 30px);
  text-align: center;
}
section.questions h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 200;
  font-size: clamp(35px, 3.5vw, 100px);
  text-align: center;
  margin-bottom: 30px;
}
section.questions div.questions-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-family: "DM Sans", sans-serif;
  max-width: 1050px;
  justify-self: center;
}
section.questions div.questions-container div.question {
  border-bottom: 1px solid rgb(224, 217, 207);
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}
section.questions div.questions-container div.question div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.questions div.questions-container div.question div h3 {
  font-size: clamp(20px, 1.5vw, 60px);
  font-weight: 400;
}
section.questions div.questions-container div.question div img {
  width: clamp(18px, 2vw, 50px);
  aspect-ratio: 1/1;
  transform: rotate(45deg);
  transition: 0.4s ease;
}
section.questions div.questions-container div.question div img.closed {
  width: clamp(18px, 2vw, 50px);
  aspect-ratio: 1/1;
  transform: rotate(0deg);
  transition: 0.4s ease;
}
section.questions div.questions-container div.question p {
  max-height: 100%;
  opacity: 1;
  color: rgb(107, 93, 82);
  line-height: clamp(25px, 2vw, 60px);
  font-size: clamp(16px, 1.5vw, 30px);
  transition: 0.4s ease;
}
section.questions div.questions-container div.question p.closed {
  max-height: 0;
  opacity: 0;
  color: rgb(107, 93, 82);
  line-height: clamp(25px, 2vw, 60px);
  font-size: clamp(16px, 1.5vw, 30px);
  transition: 0.4s ease;
}
@media (min-width: 1050px) {
  section.questions div.questions-container {
    margin-top: 80px;
  }
}

section.call-me {
  padding: 120px 30px 120px 30px;
  background-color: rgb(122, 158, 126);
}
section.call-me p.minititle {
  color: rgb(107, 93, 82);
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: clamp(15px, 1.5vw, 30px);
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
}
section.call-me h2 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 200;
  font-size: clamp(35px, 3.5vw, 100px);
  text-align: center;
  margin-bottom: 30px;
  color: white;
}
section.call-me p.section-paragraph {
  font-size: clamp(20px, 1.5vw, 60px);
  text-align: center;
  margin-bottom: 30px;
  color: rgb(107, 93, 82);
  font-weight: 100;
  font-family: "DM Sans", sans-serif;
  color: rgba(255, 255, 255, 0.65);
}
section.call-me div.buttons-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  gap: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
}
section.call-me div.buttons-container a {
  text-decoration: none;
}
section.call-me div.buttons-container a {
  width: 100%;
}
section.call-me div.buttons-container a button {
  border-radius: 30px;
  border: none;
  padding: clamp(14px, 1.2vw, 20px);
  width: 100%;
  font-family: "DM Sans", sans-serif;
  transition: 0.3s ease;
  cursor: pointer;
  font-size: clamp(15px, 1.2vw, 20px);
}
section.call-me div.buttons-container a button.bnt1 {
  color: rgb(122, 158, 126);
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0);
}
section.call-me div.buttons-container a button.bnt1 img {
  width: 20px;
  aspect-ratio: 1/1;
}
section.call-me div.buttons-container a button.bnt1:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.155);
}
section.call-me div.buttons-container a button.bnt2 {
  color: white;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
section.call-me div.buttons-container a button.bnt2:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.9);
}
@media (min-width: 1050px) {
  section.call-me div.buttons-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
section.call-me div.status-container {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.65);
  font-size: clamp(17px, 1.4vw, 18px);
  text-align: center;
  text-justify: center;
}
@media (min-width: 1050px) {
  section.call-me div.status-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1050px) {
  section.call-me {
    padding: 120px 330px 120px 330px;
  }
}

footer {
  padding: 30px;
  background-color: rgb(46, 39, 32);
  color: rgba(255, 255, 255, 0.5);
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
  gap: 20px;
  font-size: clamp(12px, 1vw, 14px);
}
footer h2 {
  font-weight: 200;
}
footer p {
  font-family: "DM Sans", sans-serif;
}
footer div.footer-container {
  display: flex;
  gap: 18px;
}
@media (min-width: 1050px) {
  footer {
    grid-template-columns: repeat(3, 1fr);
  }
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html {
  scroll-behavior: smooth;
}

.highlight {
  color: rgb(193, 127, 94);
}

.highlight2 {
  color: rgb(228, 185, 158);
}

body {
  background-color: rgb(250, 248, 244);
  color: black;
  font-family: "Cormorant Garamond", serif;
}/*# sourceMappingURL=index.css.map */