@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display:swap
}

/* --- Base & Reset --- */
body {
  font-family: "Work Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #828282;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: red;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: red;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif'Arial, serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

::-webkit-selection { color: #fff; background: red; }
::-moz-selection { color: #fff; background: red; }
::selection { color: #fff; background: red; }

/* --- Navigation --- */
.fh5co-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 40px 0;
  width: 100%;
  z-index: 1001;
}
@media screen and (max-width: 768px) {
  .fh5co-nav { padding: 20px 0; }
  .fh5co-nav .menu-1 { display: none; }
}

.fh5co-nav #fh5co-logo {
  font-size: 40px;
  margin: 0;
  padding: 0;
  line-height: 40px;
  font-family: Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, 'serif'Arial, serif;
}
.fh5co-nav a { padding: 5px 10px; color: #fff; }
.fh5co-nav ul { padding: 0; margin: 2px 0 0 0; }
.fh5co-nav ul li { padding: 0; margin: 0; list-style: none; display: inline; }
.fh5co-nav ul li a {
  font-size: 14px;
  padding: 30px 10px;
  text-transform: uppercase;
  color: red;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-nav ul li.has-dropdown { position: relative; }
.fh5co-nav ul li.has-dropdown .dropdown {
  width: 167px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 40px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li { display: block; margin-bottom: 7px; }
.fh5co-nav ul li.has-dropdown .dropdown li:last-child { margin-bottom: 0; }
.fh5co-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #B83335;
}

/* --- Header / Hero --- */
.fh5co-cover {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
.fh5co-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
}
.fh5co-cover > .fh5co-container { position: relative; z-index: 10; }
.fh5co-cover .display-t, .fh5co-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
.fh5co-cover.fh5co-cover-sm { height: 600px; background-position: top; }
.fh5co-cover.fh5co-cover-sm .display-t, .fh5co-cover.fh5co-cover-sm .display-tc {
  height: 650px;
  display: table;
  width: 0%;
  text-align: center;
  margin: auto;
}
.fh5co-cover .display-tc { display: table-cell !important; vertical-align: middle; }
.fh5co-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 40px;
  line-height: 1.5;
  font-family: Constantia, serif;
  text-align: center;
  color: #3B3B3B;
}
.fh5co-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 36px;
  margin-top: 34px;
  text-align: center;
  color: #3B3B3B;
}

@media screen and (max-width: 768px) {
  .fh5co-cover, .fh5co-cover .display-t, .fh5co-cover .display-tc { height: 600px; }
  .fh5co-cover.fh5co-cover-sm { height: 400px; }
  .fh5co-cover.fh5co-cover-sm .display-t, .fh5co-cover.fh5co-cover-sm .display-tc {
    height: 400px;
    padding-left: 15px;
  }
  .fh5co-cover .display-tc h1 { font-size: 40px; font-weight: 700; }
}
@media screen and (max-width: 480px) {
  .fh5co-cover .display-tc h1 { font-size: 30px; color: rgb(118 128 132); }
  .fh5co-cover .display-tc h2 { font-size: 16px; }
}

/* --- Sections Generic --- */
#fh5co-testimonial, #fh5co-started, #fh5co-footer, #fh5co-gallery, .fh5co-section {
  padding: 7em 0;
  clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-testimonial, #fh5co-started, #fh5co-footer, #fh5co-gallery, .fh5co-section {
    padding: 3em 0;
  }
}
.fh5co-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
  float: left;
}

/* --- Headings --- */
.fh5co-heading { margin-bottom: 5em; }
.fh5co-heading h2 {
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: red;
}
.fh5co-heading p {
  font-size: 18px;
  line-height: 1.5;
  color: #828282;
}
.fh5co-heading span {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 768px) {
  .fh5co-heading h2 { font-size: 40px; }
}

/* --- Features (Indicação, Procedimento, Tempo) --- */
.feature-left {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.feature-left .icon {
  float: left;
  margin-right: 5%;
  width: 54px;
  height: 54px;
  background: #fff;
  display: table;
  text-align: center;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  border-radius: 50%;
}
.feature-left .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 30px;
  color: red;
}
.feature-left .feature-copy { float: left; width: 80%; }
.feature-left .feature-copy h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #5d5d5d;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .feature-left .icon { margin-right: 5%; }
  .feature-left .feature-copy { width: 70%; float: left; }
}

/* --- Testimonials --- */
#fh5co-testimonial .wrap-testimony { position: relative; }
#fh5co-testimonial .wrap-testimony .testimony-slide { text-align: center; }
#fh5co-testimonial .wrap-testimony .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#fh5co-testimonial .wrap-testimony .testimony-slide span a.twitter {
  color: red;
  font-weight: 300;
}
#fh5co-testimonial .wrap-testimony .testimony-slide figure {
  margin-bottom: 10px;
  display: inline-block;
  width: 100px;
  height: 100px;
}
#fh5co-testimonial .wrap-testimony .testimony-slide figure img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
#fh5co-testimonial .wrap-testimony .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 50%;
  position: relative;
}
#fh5co-testimonial .wrap-testimony .testimony-slide blockquote p {
  font-style: italic;
  color: #8f989f;
  font-size: 20px;
  line-height: 1.6em;
}
@media screen and (max-width: 992px) {
  #fh5co-testimonial .wrap-testimony .testimony-slide blockquote { width: 100%; }
}

/* --- Gallery List (Outros Tratamentos) --- */
#fh5co-gallery-list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
#fh5co-gallery-list li {
  display: block;
  padding: 0;
  margin: 0 0 10px 1%;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  position: relative;
  border-radius: 7px;
}
#fh5co-gallery-list li a {
  min-height: 400px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: block;
}
#fh5co-gallery-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 80;
  transition: 0.5s;
  border-radius: 7px;
  background: rgba(0, 0, 0, 0.2);
}
#fh5co-gallery-list li a:hover:before { background: rgba(0, 0, 0, 0.5); }
#fh5co-gallery-list li a .case-studies-summary {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100;
}
#fh5co-gallery-list li a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#fh5co-gallery-list li a .case-studies-summary h2 { color: #fff; margin-bottom: 0; }
#fh5co-gallery-list li.one-third { width: 32.3%; }

@media screen and (max-width: 768px) {
  #fh5co-gallery-list li.one-third { width: 49%; }
  #fh5co-gallery-list li a .case-studies-summary h2 { font-size: 20px; }
}
@media screen and (max-width: 480px) {
  #fh5co-gallery-list li.one-third { width: 100%; margin-left: 0; }
}

/* --- Form Section --- */
#fh5co-started { position: relative; }
#fh5co-started .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
}
#fh5co-started .fh5co-heading h2 { color: #fff; margin-bottom: 0; }
#fh5co-started .fh5co-heading p { color: rgba(255, 255, 255, 0.5); }
#fh5co-started .fh5co-heading { margin-bottom: 30px; }
#fh5co-started .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  transition: 0.5s;
}
#fh5co-started .form-control:focus { background: rgba(255, 255, 255, 0.3); }
#fh5co-started .form-control::-webkit-input-placeholder { color: #fff; }
#fh5co-started .form-control:-moz-placeholder { color: #fff; }
#fh5co-started .btn {
  height: 54px;
  border: none !important;
  background: #C10202;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 50px;
  padding-right: 50px;
}
#fh5co-started .form-inline .form-group { width: 100% !important; margin-bottom: 10px; }

/* --- Footer --- */
#fh5co-footer .copyright .block { display: block; }
@media screen and (max-width: 768px) {
  #fh5co-footer .copyright .pull-left, #fh5co-footer .copyright .pull-right {
    float: none !important;
    text-align: center;
  }
}
.fh5co-social-icons { margin: 0; padding: 0; }
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.fh5co-social-icons li a {
  display: inline-block;
  color: red;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i { font-size: 20px; }

/* --- Mobile Menu / Offcanvas --- */
#fh5co-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #9A0204;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 45px 40px;
  overflow-y: auto;
  transform: translateX(270px);
  transition: 0.5s;
}
.offcanvas #fh5co-offcanvas { transform: translateX(0px); }
#fh5co-offcanvas a { color: white; }
#fh5co-offcanvas ul { padding: 0; margin: 0; }
#fh5co-offcanvas ul li { padding: 0; margin: 0; list-style: none; }
#fh5co-offcanvas ul li > ul { padding-left: 20px; display: none; }
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a { display: block; position: relative; }
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  content: "\e921";
  font-size: 20px;
  color: white;
  transition: 0.5s;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after { transform: rotate(-180deg); }

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 2001;
  padding: 4px 0 0 10px;
  display: none;
  height: 44px;
  width: 44px;
  border-bottom: none !important;
  background-color: red;
}
@media screen and (max-width: 768px) { .fh5co-nav-toggle { display: block; } }
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #fff;
  background: #fff;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before { top: -7px; }
.fh5co-nav-toggle i::after { bottom: -7px; }
.fh5co-nav-toggle.active i { background: transparent; }
.fh5co-nav-toggle.active i::before { top: 0; transform: rotateZ(45deg); }
.fh5co-nav-toggle.active i::after { bottom: 0; transform: rotateZ(-45deg); }

/* --- Components --- */
.gototop {
  position: fixed;
  bottom: 20px;
  left: 43%;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.gototop.active { opacity: 1; visibility: visible; }
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  border-radius: 50%;
}
.gototop a i { height: 50px; display: table-cell; vertical-align: middle; }

.btn {
  margin-right: auto;
  margin-bottom: auto;
  font-family: Constantia, serif;
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-default { background: #fff; color: #333; border: 1px solid #ccc; }
.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus { outline: none; border-color: red; }

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box { opacity: 0; }

/* --- Grid & Arrows (Used in Results Gallery) --- */
.grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 90%;
  grid-gap: 1em;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 2em 1em;
  background: white;
}
@media all and (min-width: 600px) {
  .grid {
    grid-auto-flow: initial;
    grid-template-columns: repeat(auto-fit, minmax(auto, 20em));
    justify-content: center;
  }
}
.grid__figure {
  display: grid;
  grid-template-rows: 15em 1fr;
  grid-gap: 1em;
}
.grid__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.arrowd {
  position: absolute;
  top: 55%;
  width: 7vmin;
  height: 7vmin;
  background: transparent;
  border-top: 1vmin solid white;
  border-right: 1vmin solid white;
  box-shadow: 0 0 0 lightgray;
  transition: all 200ms ease;
  margin-right: 26px;
  display: block;
  z-index: 200;
}
.arrowd.right {
  right: 0;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
.arrowd:hover {
  border-color: red;
  box-shadow: 0.5vmin -0.5vmin 0 white;
}
.arrowd:before {
  content: '';
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -60%) rotate(45deg);
  width: 200%;
  height: 200%;
}

/* --- Owl Carousel Dots --- */
.owl-carousel .owl-controls .owl-dot span { background: #e6e6e6; }
.owl-carousel .owl-controls .owl-dot.active span { background: transparent; border: 2px solid red; }