@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  font-weight: 300 !important; /* Mais fino */
}
body strong,
body a {
  text-decoration: none;
  color: #8e926d;
  font-weight: 600;
}
body header {
  margin-top: 30px;
  margin-bottom: 50px;
}
body header .dra-celina h1,
body header .dra-celina h2 {
  color: #828c66;
  font-weight: 300;
}
body header .dra-celina h1 {
  font-size: 4rem;
}
body header .dra-celina img {
  margin-top: 100px;
  position: absolute;
  margin-left: -50px;
  width: 300px;
}
body header aside {
  width: 300px;
  float: right;
}
body header aside .navbar {
  padding-top: 0;
}
body header aside .navbar-nav {
  background-color: #c6c9b3;
  display: flex;
  flex-direction: column !important;
}
body header aside .navbar-nav .menu-item {
  text-align: left;
}
body header aside .navbar-nav .menu-item a {
  text-decoration: none;
  font-weight: 300;
  color: #828c66;
  padding: 10px;
  text-align: left;
  font-size: 2rem;
}
body header aside .navbar-toggler {
  padding-top: 30px;
  border: none;
  width: 100%;
  border-radius: 0;
  color: #556137;
  float: right;
}
body header aside .navbar-toggler i {
  float: right;
  color: #556137;
}
body header aside .bi-list {
  font-size: 2rem;
  float: left;
}
body header aside .bi-list::before {
  color: #556137;
}
body header aside .navbar-toggler[aria-expanded=true] {
  background-color: #c6c9b3;
}
body header aside .navbar-toggler:focus {
  box-shadow: none;
}
body header aside .navbar-collapse {
  margin-top: -1px;
  background-color: #c6c9b3;
  flex-direction: column;
  align-items: baseline;
  padding-left: 30px;
  padding-bottom: 20px;
}
body header aside .social-icons {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: baseline;
}
body header aside .social-icons a {
  padding: 0 10px;
  font-size: 2rem;
}
body header aside .social-icons a i {
  color: #828c66;
}
body header aside .social-icons a img {
  max-width: 2rem;
}
body main .about,
body footer .about {
  margin-top: 40px;
  padding-top: 35rem;
  padding-bottom: 5rem;
  background-color: #d6d9c7;
}
body main .about .about-text,
body footer .about .about-text {
  padding-left: 3rem;
}
body main .about .about-text h3,
body footer .about .about-text h3 {
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.5;
}
body main .section-1 .row,
body footer .section-1 .row {
  padding: 0;
}
body main .section-1 .row .bg-green,
body footer .section-1 .row .bg-green {
  padding: 60px 100px 80px 50px;
  margin-right: 30px;
  background-color: #eaede4;
}
body main .section-1 .row .bg-green h4,
body footer .section-1 .row .bg-green h4 {
  color: #727d56;
  font-weight: 300;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.5;
}
body main .section-1 img,
body footer .section-1 img {
  float: right;
}
body main .section-2 img,
body footer .section-2 img {
  width: 100%;
  padding-right: 3rem;
}
body main .section-2 ul,
body footer .section-2 ul {
  list-style-type: none;
  padding-left: 0;
}
body main .section-2 ul li,
body footer .section-2 ul li {
  color: #57585a;
}
body main .section-2 ul li::before,
body footer .section-2 ul li::before {
  content: "•";
  color: black;
  font-size: 4px;
  font-weight: bold;
  display: inline-block;
  width: 2em;
}
body main .section-2 .bg-green,
body footer .section-2 .bg-green {
  margin-left: -15px;
}
body main .section-1 img,
body main .section-2 img,
body footer .section-1 img,
body footer .section-2 img {
  min-height: 650px;
}
body main .vertical-text,
body footer .vertical-text {
  position: relative;
}
body main .vertical-text p,
body footer .vertical-text p {
  font-size: 4rem;
  font-weight: 300;
  color: #828c66;
  margin: 0;
  transform: rotate(-90deg) translate(0%, -50%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
body main .bg-green,
body footer .bg-green {
  padding: 60px 50px 80px 50px;
  background-color: #d6d9c7;
  min-height: 650px;
}
body footer,
body .about,
body .section-1,
body .section-2 {
  margin-bottom: 40px;
}
body footer .bg-green-2 {
  width: 90%;
  height: 100%;
  float: right;
  background-color: #bec2a9;
}
body footer .contato {
  padding: 60px 30px 30px 50px;
  width: 100%;
  float: left;
  background-color: #eaede4;
}
body footer .contato ul {
  float: left;
  padding: 0;
  list-style-type: none;
}
body footer .contato ul li {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  font-weight: 300;
  margin-bottom: 10px;
}
body footer .contato ul li a img {
  width: 2rem;
  margin-right: 10px;
}
body footer .contato ul li i {
  color: #a4b089;
  margin-right: 10px;
}
body footer .contato .vertical-text {
  float: left;
}
body footer .contato .vertical-text p {
  font-size: 2.5rem;
  line-height: 1.5;
  font-weight: 300;
  transform: rotate(-90deg) translate(-85px, -50px);
}
body footer .bg-green {
  min-height: 0;
}/*# sourceMappingURL=style.css.map */