@import url('https://fonts.googleapis.com/css2?family=Meow+Script&family=Playfair+Display&family=Raleway&display=swap');


:root {
  --white: #F1EDEA;
  --beige: #DBCFC1;
  --orange: #B8927B;
  --green: #8C9284;
  --gray: #555555;
}
html, body {
  font-family: "Raleway", sans-serif;
  background: #ffffff;
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
}
strong {
  font-family: "Playfair Display", serif;
}
.text-justify {
  text-align: justify;
}
.obj-cover {
  object-fit: cover;
}
.text-underline {
  text-decoration: underline;
}
a {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
  }
}
/*NAVBAR*/
.navbar {
  border-bottom: 1px solid #f6eae8;
}
.navbar-brand {
  margin-right: 0;
}
.navbar-expand-lg .navbar-nav {
  align-items: center;
}
.navbar-light .navbar-nav .nav-link.but-start-now {
  background: var(--orange);
  color: white;
  border-radius: 100px;
  padding: 10px 30px;
}
.navbar-light .navbar-nav .nav-link {
  color: var(--gray);
}
/*NAVBAR*/


/*HERO*/
#hero {
  padding: 120px 0; 
  position: relative;
}
#hero h1 {
  font-size: 4rem;
  margin-bottom: 30px;
  color: #1a1c1b;
}
#hero p {
  color: #4c4f4e;
  margin-bottom: 60px;
}
#hero a {
  box-shadow: 0 1px 11px rgba(0,0,0,.03);
  background: var(--orange);
  border-radius: 100px;
  padding: 14px 30px;
  color: var(--white);
}
#hero .img-wrap {
  position: relative;
  overflow: visible;
  padding: 0px;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  border-bottom-right-radius: 260px;
  transform-origin: 50% 50%;
  transform: translate(0px, 0px);
  width: 421px;
  height: 585px;
  display: block;
  visibility: visible;
  background: url(../img/h2-slider2.jpg) right top / cover no-repeat transparent;
  opacity: 1;
  z-index: 7;
  pointer-events: auto;
}
#hero .img-wrap2 {
  overflow: visible;
  padding: 0px;
  width: 414px;
  height: 582px;
  z-index: 6;
  border-bottom-right-radius: 260px;
  position: absolute;
  transform-origin: 50% 50%;
  transform: translate(0px, 0px);
  display: inline-block;
  background: url(../img/h2-slider1.jpg) right bottom / cover no-repeat transparent;
  right: 0px;
  top: -40px;
  visibility: visible;
  pointer-events: auto;
}
/*HERO*/

/*MAIN HOME*/
#main-home {
  padding: 120px 0;
  background: var(--white);
}
#main-home h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: var(--green);
}
#main-home h2 {
  margin-bottom: 20px;
}
#main-home h5 {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  margin-top: 30px;
}
#main-home a {
  box-shadow: 0 1px 11px rgba(0,0,0,.03);
  background: var(--green);
  border-radius: 100px;
  padding: 14px 30px;
  display: inline-block;
  color: var(--white);
}
/*MAIN HOME*/

/*O SEU BENEFICIO*/
#your-bennefits {
  padding: 120px 0;
}
#your-bennefits h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: var(--green);
}
#your-bennefits h5 {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 10px;
  color: var(--green);
}
#your-bennefits h2 {
  margin-bottom: 20px;
}
#your-bennefits p {
  color: var(--gray);
}
#your-bennefits img {
  margin-bottom: 20px;
}
#your-bennefits a {
  box-shadow: 0 1px 11px rgba(0,0,0,.03);
  background: var(--green);
  display: inline-block;
  margin-top: 20px;
  border-radius: 100px;
  padding: 14px 30px;
  display: inline-block;
  color: var(--white);
}
/*O SEU BENEFICIO*/

/*SHORT ABOUT ME*/
#short-me-home {
  background-image: url('../img/download.jpg');
  background-size: cover;
  background-position: right center;
  padding: 140px 0;
  position: relative;
}
#short-me-home:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  opacity: .16;
}
#short-me-home h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: white;
}
#short-me-home h2 {
  margin-bottom: 20px;
  color: white;
}
#short-me-home p {
  color: white;
}
#short-me-home h1 {
  font-size: 3rem;
}
#short-me-home a {
  box-shadow: 0 1px 11px rgba(0,0,0,.03);
  background: white;
  display: inline-block;
  margin-top: 20px;
  border-radius: 100px;
  padding: 14px 30px;
  margin-bottom: 50px;
  display: inline-block;
  color: var(--gray);
}
#short-me-home .shorts {
  position: absolute;
  right: 0;
  bottom: 0;
}
#short-me-home .linhadireita {
  border-right: 1px solid white;
}
/*SHORT ABOUT ME*/

/*WHY US*/
#how-it-works {
  padding: 120px 0;
}
#how-it-works h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: var(--green);
}
#how-it-works h2 {
  margin-bottom: 20px;
}
#how-it-works p {
  color: var(--gray);
}
#how-it-works i {
  color: var(--green);
}
#how-it-works a i {
  color: var(--white);
}
#how-it-works h5 {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
#how-it-works li {
  margin-bottom: 15px;
}
#how-it-works a {
  box-shadow: 0 1px 11px rgba(0,0,0,.03);
  background: var(--green);
  display: inline-block;
  margin-top: 20px;
  border-radius: 100px;
  padding: 14px 30px;
  display: inline-block;
  color: var(--white);
}
/*WHY US*/

/*REVIEWS*/
#reviews-home {
  background-image: url('../img/download-2.jpg');
  background-size: cover;
  background-position: top center;
  padding: 180px 0;
  position: relative;
}
#reviews-home .faces-pp img {
  width: 45px;
  height: 45px;
  border:2px solid white;
  object-fit: cover;
  border-radius: 100px;
}
#reviews-home .faces-pp img.muns {
  margin-left: -18px;
  position: relative;
}
#reviews-home h2 {
  font-size: 3rem;
  color: var(--orange);
  line-height: 0;
  padding-top: 12px;
}
#reviews-home span i {
  color: #f0ad4e;
}
#reviews-home .nolineh {
  line-height: 1;
  font-size: 0.8rem;
  color: var(--gray);
}
/*REVIEWS*/


/*LATEST NEWS*/
#latest-news {
  padding: 120px 0;
  background: var(--white);
}
#latest-news h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: var(--green);
}
#latest-news h2 {
  margin-bottom: 20px;
}
#latest-news p {
  color: var(--gray);
}
#latest-news h2.news-title {
  margin-bottom: 20px;
  font-size: 1.3rem;
  color: var(--gray);
}
#latest-news h5 {
  margin-top: 20px;
  font-size: 1rem;
  margin-bottom: 10px;
  color: var(--green);
}
#latest-news a.mainbut {
  box-shadow: 0 1px 11px rgba(0,0,0,.03);
  background: var(--green);
  display: inline-block;
  margin-top: 20px;
  border-radius: 100px;
  padding: 14px 30px;
  display: inline-block;
  color: var(--white);
}
#latest-news a.readmore {
  color: var(--gray);
}
/*LATEST NEWS*/

/*INSTAGRAM*/
#instagram {
  padding-bottom: 120px;
  text-align: center;
}
#instagram h2 {
  margin-bottom: 20px;
}
/*INSTAGRAM*/

/*FOOTER*/
footer {
  background: var(--white);
  padding: 80px 0 40px 0;
}
footer p.italic {
  font-style: italic;
  color: var(--gray);
  font-size: 0.9rem;
}
footer .navigations a {
  color: var(--orange);
}
footer .social li {
  border-radius: 100px;
  border:1px solid var(--gray);
}
footer .social li a {
  padding: 5px 9px;
  color: var(--gray);
  display: inline-block;
}
footer .social li a i {
  position: relative;
  top: 2px;
}
footer .copy {
  color: var(--gray);
  opacity: 0.5;
}
/*FOOTER*/

/*INNER HERO*/
#inner-hero {
  padding: 80px 0;
  background-image: url('../img/Breadcrumb-Contact.jpg');
  background-size: cover;
  position: relative;
}
#inner-hero:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--orange);
  opacity: .76;
}
#inner-hero ul.list-inline {
  margin-bottom: 0;
}
#inner-hero h1 {
  color: white;
  margin-bottom: 20px;
}
#inner-hero a {
  opacity: 0.8;
  color: white;
}
#inner-hero .active a {
  color: white;
  opacity: 1;
}
/*INNER HERO*/

/*CONTACTS*/
#contacts {
  padding: 120px 0 180px 0;
}
#contacts h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: var(--green);
}
#contacts h2 {
  margin-bottom: 20px;
}
#contacts p {
  color: var(--gray);
}
#contacts i {
  color: var(--orange);
  position: relative;
  top: 3px;
}
#contacts a {
  color: var(--orange);
}
#contacts h5 {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
#contacts li {
  margin-bottom: 15px;
}
#contacts .img-wrap2 {
  border-radius: 0 0 250px;
  position: absolute;
  right: 45px;
  bottom: -100px;
}

#forms {
  position: relative;
  padding: 120px 0;
}
#forms:before {
  content: '';
  height: 250px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: var(--white);
}
#forms .former {
  position: relative;
  border-radius: 14px;
  border:1px solid #fbf8f5;
  background: white;
  padding: 80px 40px 40px 40px;
}
#forms .former h2 {
  text-align: center;
  margin-bottom: 20px;
}
#forms .former p {
  text-align: center;
  color: var(--gray);
}
#forms .former label span {
  color: var(--green);
}
#forms .former label a {
  color: var(--orange);
  text-decoration: underline;
}
#forms .former input:not([type="checkbox"]) {
  border: 1px solid var(--white);
  background: var(--white);
  border-radius: 10px;
  padding: 12px 15px;
  color: var(--gray);
  outline: none;
  box-shadow: none;
}
#forms .former input[type="checkbox"] {
  border: 1px solid var(--white);
  outline: none;
  box-shadow: none;
}
.form-check-input:checked {
  background: var(--green);
}
#forms .former textarea {
  border: 1px solid var(--white);
  padding: 12px 15px;
  background: var(--white);
  border-radius: 15px;
  height: 150px;
  resize: none;
  color: var(--gray);
  outline: none;
  box-shadow: none;
}
#forms .former button {
  border: none;
  box-shadow: 0 1px 11px rgba(0, 0, 0, .03);
  background: var(--green);
  display: inline-block;
  margin-top: 20px;
  border-radius: 100px;
  padding: 14px 55px;
  display: inline-block;
  color: var(--white);
}
/*CONTACTS*/


/*SOBRE MIM*/
#sobre-mim {
  padding: 120px 0 120px 0;
}
#sobre-mim h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: var(--green);
}
#sobre-mim h2 {
  margin-bottom: 20px;
}
#sobre-mim p {
  color: var(--gray);
}
#sobre-mim p.signature {
  font-size: 2rem;
  font-family: "Meow Script", cursive;
}
#data-me {
  padding-bottom: 120px;
  text-align: center;
}
#data-me h1 {
  font-size: 4rem;
  margin-bottom: 20px;
}
#data-me .linhadireita {
  border-right: 1px solid var(--white);
}
/*SOBRE MIM*/

/*SERVIÇOS*/
#services-list {
  padding: 120px 0;
}
#services-list p {
  color: var(--gray);
  margin-bottom: 20px;
}
#services-list h2.news-title {
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 1.3rem;
  color: var(--gray);
}
#services-list a.readmore {
  color: var(--gray);
}
/*SERVIÇOS*/


#form-agenda {
  padding: 120px 0;
}
#form-agenda h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: var(--green);
}
#form-agenda h2 {
  margin-bottom: 20px;
}
#form-agenda p {
  color: var(--gray);
}
#form-agenda input, #form-agenda select {
      border: 1px solid var(--white);
    background: var(--white);
    border-radius: 10px;
    padding: 12px 15px;
    color: var(--gray);
    outline: none;
    box-shadow: none;
}
#form-agenda textarea {
  border: 1px solid var(--white);
    padding: 12px 15px;
    background: var(--white);
    border-radius: 15px;
    height: 150px;
    resize: none;
    color: var(--gray);
    outline: none;
    box-shadow: none;}
#form-agenda .bootstrap-datetimepicker-widget table td.day {
  height: 50px;
}
#form-agenda .bootstrap-datetimepicker-widget table td.active, 
#form-agenda .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: var(--orange);
  border-radius: 90px;
}
.bootstrap-datetimepicker-widget table td.today:before {
  bottom: 14px;
  right: 14px;
}
#form-agenda .bootstrap-datetimepicker-widget table th {
  height: 40px;
}
#form-agenda button {
  border: none;
    box-shadow: 0 1px 11px rgba(0, 0, 0, .03);
    background: var(--green);
    display: inline-block;
    margin-top: 20px;
    border-radius: 100px;
    padding: 14px 55px;
    display: inline-block;
    color: var(--white);
}
#form-agenda .clickhere {
  color: var(--gray);
  display: inline-block;
  text-align: center;
}
#form-agenda .clickhere a {
  text-decoration: underline;
  color: var(--orange)
}

.d-mobi-no {
  display: block;
}
.d-mobi-yes {
  display: none;
}


#inner-hero-consultas {
  padding: 80px 0;
  position: relative;
}
#inner-hero-consultas:before {
  background: var(--white);
  height: 65%;
  content: '';
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
 }
#inner-hero-consultas h1 {
  color: var(--gray);
  margin-bottom: 20px;
}
#inner-hero-consultas a {
  opacity: 0.8;
  color: var(--orange);
}
#inner-hero-consultas .active a {
  color: var(--orange);
  opacity: 1;
}
#inner-hero-consultas .mainimg img {
  border-radius: 30px;
  object-fit: cover;
  object-position: top;
  height: 400px;
  width: 100%;
}
#agendar {
  padding: 0px 0 120px 0;
}
#agendar h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: var(--green);
}
#agendar h2 {
  margin-bottom: 20px;
}
#agendar p {
  color: var(--gray);
}
#agendar input, #agendar select {
      border: 1px solid var(--white);
    background: whitesmoke;
    border-radius: 10px;
    padding: 12px 15px;
    color: var(--gray);
    outline: none;
    box-shadow: none;
}
#agendar textarea {
  border: 1px solid var(--white);
    padding: 12px 15px;
    background: var(--white);
    border-radius: 15px;
    height: 150px;
    resize: none;
    color: var(--gray);
    outline: none;
    box-shadow: none;}
#agendar .bootstrap-datetimepicker-widget table td.day {
  height: 34px;
}
#agendar .bootstrap-datetimepicker-widget table td.active, 
#agendar .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: var(--orange);
  border-radius: 90px;
}
.bootstrap-datetimepicker-widget table td.today:before {
  bottom: 4px;
  display: none;
  right: 4px;
}
#agendar .bootstrap-datetimepicker-widget table th {
  height: 40px;
}
#agendar button {
  border: none;
    box-shadow: 0 1px 11px rgba(0, 0, 0, .03);
    background: var(--green);
    display: inline-block;
    margin-top: 20px;
    border-radius: 100px;
    padding: 14px 55px;
    display: inline-block;
    color: var(--white);
}
#agendar .clickhere {
  color: var(--gray);
  display: inline-block;
  text-align: center;
}
#agendar .clickhere a {
  text-decoration: underline;
  color: var(--orange)
}

#agendar .inscricoes {
  padding: 30px 20px;
  background: #efebe8;
  border-radius: 30px;
}




#innerservico {
  padding: 120px 0;
}
#innerservico h4 {
  font-family: "Raleway", sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0;
  color: var(--green);
}
#innerservico h2 {
  margin-bottom: 20px;
}
#innerservico p {
  color: var(--gray);
}
#innerservico input, #innerservico select, #innerservico textarea {
      border: 1px solid var(--white);
    background: whitesmoke;
    border-radius: 10px;
    padding: 12px 15px;
    color: var(--gray);
    outline: none;
    box-shadow: none;
}
#innerservico .imground {
  border-radius: 25px;
}
#innerservico textarea {
  border: 1px solid var(--white);
    padding: 12px 15px;
    background: whitesmoke;
    border-radius: 15px;
    height: 150px;
    resize: none;
    color: var(--gray);
    outline: none;
    box-shadow: none;}

#innerservico button {
  border: none;
    box-shadow: 0 1px 11px rgba(0, 0, 0, .03);
    background: var(--green);
    display: inline-block;
    margin-top: 20px;
    border-radius: 100px;
    padding: 14px 55px;
    display: inline-block;
    color: var(--white);
}
#innerservico .clickhere {
  color: var(--gray);
  display: inline-block;
  text-align: center;
}
#innerservico .clickhere a {
  text-decoration: underline;
  color: var(--orange)
}

#innerservico .inscricoes {
  padding: 20px;
  background: #efebe8;
  border-radius: 30px;
}

#innerservico .programas {
  margin-top: 30px;
}
#innerservico .programas li {
  background: var(--white);
  border-radius: 14px;
  margin-bottom: 15px;
  padding: 15px 20px;
}
#innerservico .programas li a {
  display: block;
  color: var(--gray);
}
#innerservico .programas li i {
  float: right;
}
@media(max-width:960px) {
  .d-mobi-no {
    display: none;
  }
  .d-mobi-yes {
    display: block;
  }
  .hamburger-button {
    position: absolute;
    transition: .3s ease-in-out;
    width: 35px;
    height: 34px;
    display: block;
    top: 24px;
    right: 15px;
    z-index: 100;
  }
  .hamburger-button span {
    position: absolute;
    height: 4px;
    border-radius: 4px;
    width: 100%;
    background-color: var(--orange);
    top: 0;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
  }
  .hamburger-button span:nth-child(1) {
    top: 0px;
  }
  .hamburger-button span:nth-child(2),
  .hamburger-button span:nth-child(3) {
      top: 13px;
  }

  .hamburger-button span:nth-child(4) {
    top: 26px;
  }

  .hamburger-button.active span {
    background-color: var(--orange);
  }

  .hamburger-button.active span:nth-child(1),
  .hamburger-button.active span:nth-child(4) {
    opacity: 0;
  }

  .hamburger-button.active span:nth-child(2) {
    transform: rotate(45deg);
  }

  .hamburger-button.active span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .overlay {
    position: fixed;
    background: var(--white);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s, height .3s;
    display: flex;
    align-items: center;
    z-index: 9;
    justify-content: center;
  }
  nav {
    font-size: 1.54rem;
    text-align: center;
  }
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  nav ul li {
    opacity: 0;
    margin: 1rem 0;
  }
  .navbar-brand {
    position: relative;
    z-index: 999999;
  }
  nav ul li a {
    color: var(--orange);
    text-decoration: none;
    transition: opacity .2s ease;
    opacity: 1;
  }
  nav ul li a:hover {
    opacity: 1;
  }
  @keyframes fadeInLeft {
    0% {
      opacity: 0;
      transform: translate3d(-25%, 0, 0);
    }
    100% {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  .overlay.visible {
    opacity: .95;
    visibility: visible;
    height: 100%;
  }
  .overlay.visible li {
    animation: fadeInLeft .3s ease forwards;
  }
  .overlay.visible li:nth-of-type(1) {
    animation-delay: 0.23s;
  }
  .overlay.visible li:nth-of-type(2) {
    animation-delay: 0.26s;
  }
  .overlay.visible li:nth-of-type(3) {
    animation-delay: 0.29s;
  }
  .overlay.visible li:nth-of-type(4) {
    animation-delay: 0.32s;
  }
  .overlay.visible li:nth-of-type(5) {
    animation-delay: 0.35s;
  }
  #hero {
    padding-top: 0px;

  }
  #contacts .img-wrap2,
  #hero .img-wrap2 {
    top: 0;
    position: relative;
    width: 100%;
    object-fit: cover;
    height: 370px;
  }
  #contacts .img-wrap2 {
    right: 0;
    bottom: 0;
    margin-bottom: 30px;
  }
  #contacts {
    padding-bottom: 120px;
  }
  #contacts .img-wrap,
  #hero .img-wrap {
    display: none;
  }
  #hero h1 {
    margin-top: 30px;
    font-size: 2.4rem;
  }
  #main-home img.img-fluid {
    width: 100%!important;
    max-width: inherit;
  }
  #data-me h1 {
    font-size: 3.1rem;
    margin-bottom: 20px;
  }
  #short-me-home {
    padding: 450px 0 90px 0;
    background-position-x: -38%;
  }
  #short-me-home:before {
    opacity: .46
  }
  #short-me-home p, #data-me p {
    font-size: 0.8rem;
  }
  #reviews-home {
    background-position-x:-70%;
    padding: 40px 0 320px 0;
  }
  #reviews-home h1 {
    font-size:1.5rem;
  }
  .but-start-now {
    background: var(--orange);
    color: white;
    opacity: 1!important;
    border-radius: 100px;
    padding: 10px 30px;
  }
  #forms .former {
    padding: 40px 20px 40px 20px;
  }
  #inner-hero {
    background-position: center;
  }
}