/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px;
}

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */




/*********************
        NEUTRO
*********************/


html, 
body {
  font-family: 'Roboto', sans-serif;
}

body{
  background: #ffffff;
}


h1, h2, h3, h4, h5, h6 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  margin: 5px 0;
  text-transform: uppercase;
}

h1 {
    font-weight: 900;
    line-height: 30px;
    font-size: 2.4rem;
    margin: 50px 0 25px;
    color: #525252;
}

.archive h1 {
  text-align: center;
  margin: 50px 0 30px;
}

.single h1 {
  font-size: 1.8rem;
  text-transform: none;
}

h2 {
  font-size: 2.5rem;
  line-height: 40px;
}

.single h2 {
  /*font-size: 1.6rem;*/
}

.single h2,
.tratamentos-associados h2{
  color: #525252;
  font-size: 1.8rem;

}

.testemunho h2 {
  text-transform: none;
  font-size: 1.6rem;
}

h3 {
  line-height: 20px;
  font-size: 1.4rem;
  color: #A8996E;
  font-weight: 900;
  text-transform: none;
  margin: 30px 0 10px;
}

.testemunho h3 {
  margin-bottom: 25px;
}

.tratamentos-associados h3 {
  font-size: 1.3rem;
  margin: 0;
}

h4 {
    color: #A8996E;
    line-height: 22px;
    font-size: 1.3rem;
    margin: 25px 0 5px;
    text-transform: none;
}

h5 {
  font-size: 1.2rem;
}

h6 {
  line-height: 20px;
  font-size: 1rem;
  color: #A8996E;
}

p, .entry-content li,a.excerpt-read-more  {
  font-family: Crimson Text;
  font-style: normal;
  font-weight: normal;
  line-height: 23px;
  font-size: 1rem;
  color: #525252;
}

.entry-content ul {
  margin: 0;
}

.entry-content ul li {
  list-style-type: none;
}

.entry-content ul li:before {
  content: "» ";
  color: #A8996E;
  margin-right: 5px;
}

.top-bar,
.inner-content,
.inner-footer,
#search-box {
  max-width: 1270px;
  margin: 0 auto;
  background: none;
  position: relative;
}

.top-bar {
  padding: 0;
}

.top-bar ul {
  background: none;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

.logo-area {
  padding: 30px 10px 20px;
}

header #contacts-bar {
  height: 45px;
  width: 100%;
  display: block;
  text-align: right;
  padding-right: 25px;
  margin-bottom: 10px;
}

header #contacts-bar .contact-item {
  display: initial;
  padding: 5px 10px;
}

header #contacts-bar .social a {
  margin: 0 5px;
  line-height: 15px;
  font-size: 20px;
  height: 40px;
  width: 37px;
  display: inline-block;
  text-align: center;
  letter-spacing: 2px;
  color: #BDBDBD;
}

header #contacts-bar .social a:hover {
  color: #A8996E;
  transition: color 0.3s;
}

header #contacts-bar .schedule {
  font-family: Crimson Text;
  font-style: normal;
  font-weight: normal;
  line-height: 15px;
  font-size: 15px;
  color: #A8996E;
  border-right: 1px solid #A8996E;
  border-left: 1px solid #BDBDBD;
  margin: 0 10px 0 0;
  padding: 0 20px;
}

header #contacts-bar .phone {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  font-size: 15px;
  letter-spacing: 2px;
  color: #A8996E;
}

header #contacts-bar .phone i {
  font-size: 18px;
  margin-right: 7px;
}

header #contacts-bar .book-appointment a {
  font-family: 'Crimson Text', serif;
  line-height: 15px;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  background-color: #A8996E;
  position: relative;
  padding: 10px 45px 10px 30px;
}

header #contacts-bar .book-appointment a i {
  font-size: 24px;
  top: 8px;
  font-weight: bold;
  position: absolute;
  right: 20px;
}

header #contacts-bar .search a {
  color: #BDBDBD;
}

header .main-menu ul.menu {
  float: right;
}




header .main-menu .dropdown.menu li a {
  font-family: Roboto, sans-serif;
  line-height: 15px;
  font-size: 0.7rem;
  letter-spacing: 2px;
  color: #707070;
  text-transform: uppercase; 
  transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;
  position: relative;
  display: block;
  padding: 0 0 8px 0;
  margin: 15px 20px 0;
}

header .main-menu .dropdown.menu li.menu-item-10 a {
  margin: 8px 0 0;
}

header #menu-main-menu-1 > li > a {
  margin: 10px 15px 0 !important;
}

header .main-menu li a:hover,
header .main-menu .menu .active > a {
  background: none;
}

header .main-menu li a::before,
header .main-menu .dropdown.menu li.active a::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 3px;
    width: 50%;
    background-color: #A8996E;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: color 0.1s,transform 0.2s ease-out;
}
header .main-menu li a:active::before,
header .main-menu .dropdown.menu li.active a::before {
    background-color: #A8996E;
}


header .main-menu li a:hover::before, 
header .main-menu li a:focus::before,
header .main-menu .dropdown.menu li.active a::before {
    transform-origin: left top;
    transform: scale(1, 1);
}

header .main-menu .dropdown.menu li a:hover,
header .main-menu .dropdown.menu li.active > a,
header .main-menu .dropdown.menu li.menu-item-10 ul .is-dropdown-submenu li a:hover {
  color: #A8996E;
}

header .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
  padding-right: 0;
}

header .main-menu .dropdown.menu li a:before,
header .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after,
header .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after,
header .main-menu .dropdown.menu li.menu-item-10 ul li.title-menu-item > a:before,
header .main-menu .dropdown.menu li.menu-item-10 ul .is-dropdown-submenu li a:before {
  display: none;
}

.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
  background: #ffffff;
  right: auto;
  top: 160% !important;
  /*display: block !important;*/
}

.dropdown.menu.medium-horizontal > li.opens-left.menu-item-10 > .is-dropdown-submenu {
  left: -120px;
}

header .main-menu .dropdown.menu .menu-item-has-children .is-dropdown-submenu:before {
  width: 28px;
  content: "";
  display: block;
  top: -15px;
  left: 25px;
  height: 16px;
  position: absolute;
  background: url('../images/arrow-menu.png') center center no-repeat;
}

header .main-menu .dropdown.menu .menu-item-10.menu-item-has-children .is-dropdown-submenu::before {
  left: 230px;
}


header .main-menu .dropdown.menu li.menu-item-10 > ul {
  min-width: 660px;
}


header .main-menu .dropdown.menu li.menu-item-10 ul li.title-menu-item {
  display: table-cell;
  padding: 20px;
  cursor: default;
  background: #ffffff;
}

header .main-menu .dropdown.menu li.menu-item-10 ul li.title-menu-item > a {
  border-bottom: 2px solid #A8996E;
  width: 100%;
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 0.9rem;
  color: #A8996E;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: 1px;
}

header .main-menu .dropdown.menu li.menu-item-10 ul li.title-menu-item:nth-of-type(2),
header .main-menu .dropdown.menu li.menu-item-10 ul li.title-menu-item:nth-of-type(2) .is-dropdown-submenu {
  background-color: #f6f6f6;
}

header .main-menu .dropdown.menu li.menu-item-10 ul li.title-menu-item > a {
  width: 500px;
}

header .main-menu .dropdown.menu li.menu-item-10 ul li.title-menu-item:nth-of-type(2) > a {
  width: 200px;
}

header .main-menu .dropdown.menu .menu-item-has-children .is-dropdown-submenu .is-dropdown-submenu {
  display: block;
  background: #ffffff;
  right: auto;
  left: -1px;
  top: 60px;
  border-top: 0;
  width: 101%;
  border-right-width: 0;
  padding-bottom: 20px;
  height: 320px;
  overflow: hidden;
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
  padding: 0 20px;
}

header .main-menu .dropdown.menu li.menu-item-10 ul li.title-menu-item:nth-of-type(2) .is-dropdown-submenu {
  left: 0px;
  border-right-width: 1px;
  border-left-width: 0;
  width: 100.5%;
  -moz-column-count: 1;
  -webkit-column-count: 1;
  column-count: 1;
    
}



header .main-menu .dropdown.menu .menu-item-has-children .is-dropdown-submenu .is-dropdown-submenu::before {
  display: none;
}

header .main-menu .dropdown.menu li.menu-item-10 ul .is-dropdown-submenu li {
  max-width: 150px;
  display: inline-block;
  vertical-align: middle;
}

header .main-menu .dropdown.menu li.menu-item-10 ul .is-dropdown-submenu li a {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 15px;
  font-size: 0.7rem;
  text-transform: none;
  color: #525252;
  padding-bottom: 3px;
  letter-spacing: 1px;
  margin-right: 0;
  transition: color 0.1s,transform 0.2s ease-out;
}

header .main-menu .dropdown.menu .menu-item-has-children .is-dropdown-submenu .is-dropdown-submenu .gold-menu > a {
  color: #A8996E;
}
 

header .main-menu .dropdown.menu .menu-item-has-children .is-dropdown-submenu .is-dropdown-submenu ul.is-dropdown-submenu {
  position: relative;
  height: auto;
  left: auto;
  top: auto;
  width: auto;
  border: 0;
  float: none;
  background: transparent;
  padding-bottom: 0;
  -moz-column-count: 1 !important;
  -webkit-column-count: 1 !important;
  column-count: 1 !important;
  padding-left: 0;
}

header .main-menu .dropdown.menu .menu-item-has-children .is-dropdown-submenu .is-dropdown-submenu ul.is-dropdown-submenu li{
  line-height: 15px;
  position: relative;
}

header .main-menu .dropdown.menu .menu-item-has-children .is-dropdown-submenu .is-dropdown-submenu ul.is-dropdown-submenu li a {
  margin-left: 15px;
  margin-bottom: 0;
  padding: 0;
  margin-top: 0;
  
}

header .main-menu .dropdown.menu .menu-item-has-children .is-dropdown-submenu .is-dropdown-submenu ul.is-dropdown-submenu li:before {
  content:"» ";
  color: #A8996E;
  position: absolute;
  top: -3px;

}


#mysticky-wrap #mysticky-nav .myfixed {
  border-bottom: 2px solid #A8996E;
}


#search-wrapper {
    background-color: rgba(255,255,255,0.9);
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    padding: 30px;
    width: 100%;
    height: 300px;
    left: 0;
    bottom: 0;
    display: none;
    transition: height 0.5s ease-in;
    border: 1px solid #cccccc;
}

#search-wrapper form {
    background: none;
    margin: 0;
    border: 0;
}
#search-wrapper span {
  font-family: Roboto;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 30px;
  display: block;
  font-size: 2.4rem;
  margin: 50px 0 25px;
  color: #525252;
}
#search-wrapper input {
    float: left;
   margin: 15px 0;
    padding: 5px 8px;
}
#search-wrapper input#s {
    min-width: 170px;
    width: 170px;
    font-size: 12px;
    margin-right: 10px;
}
#search-wrapper input.searchsubmit {
    width: auto;
    font-size: 11px;
    clear: none;
}



a.btn {
  text-align: center;
  color: #ffffff;
  background: #A8996E;
  padding: 10px 25px;
  min-width: 165px;
  display: inline-block;
  margin: 0 25px;
  width: auto;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.vce-button--style-basic-wrapper ,
 .vce-button--style-basic.vce-button--style-basic--size-small {
   font-family: 'Crimson Text', serif;
   font-size: 1rem;
}

/* home slider */


.ms-container .ms-nav-next,
.ms-container .ms-nav-prev {
  background-image: url(../images/skin.png);
  opacity: 0.7;
  border: 0;
}

.ms-container .ms-nav-prev {
  background-position: -90px -26px;
}

.ms-skin-light-6 .ms-nav-next {
    background-position: -84px -102px;
}

.ms-skin-light-6 .ms-bullet {
  width: 6px;
  height: 6px;
}

.ms-skin-light-6 .ms-bullets.ms-dir-h {
  bottom: 25px;
}

.ms-skin-light-6 .ms-bullet {
  opacity: 0.5;
  border-color: transparent;
  background-color: #ffffff;
}

.ms-skin-light-6 .ms-bullet-selected {
  border-color: #ffffff;
  opacity: 1;
  background-color: #ffffff;
}

.master-slider {
  position: relative;
}

.master-slider .ms-slide-info.ms-dir-h {
  bottom: 23%;
  position: absolute !important;
  max-width: 65%;
  left: 0;
  right: 0;
  margin: auto
}


.ms-slide-info .ms-info {
  color: #ffffff;
  text-align: center;
  font-family: Crimson Text;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);

}

.ms-slide-info .ms-info p {
  line-height: 15px;
  font-size: 1.3rem;
  font-family: Crimson Text;
  color: #ffffff;
  display: inline-block;
  width: 100%;
  margin-bottom: 4%;
  position: relative;
}

.ms-slide-info .ms-info p:after {
  position: absolute;
  content: " ";
  border-bottom: 3px solid #ffffff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  bottom: -20px;
  height: 3px;
  width: 30px;
  left: 0;
  right: 0;
  margin: auto
}

.ms-slide-info .ms-info h2 {
  line-height: 50px;
  font-family: Crimson Text;
  font-style: normal;
  font-weight: normal;
  font-size: 3rem;
  letter-spacing: 2px;
  display: inline-block;
  width: 100%;
  margin-bottom: 3.5%;
}

.ms-slide-info .ms-info a {
  line-height: 15px;
  font-size: 1rem;
  text-align: center;
  background: #A8996E;
  padding: 15px 20px;
  color: #ffffff;
  margin: 30px auto 0;
  display: inline-block;
}

/**/


.arrow-down {
  background: transparent url('../images/arrow-down.png') center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 29px;
}

.number-circled {
  width: 100px;
  margin: 20px auto;
}


.number-circled .vce-text-block-wrapper {
    border-radius: 60%;
    height: 100px;
    padding-top: 32px;
}



.lcp_catlist li,
.archive article {
  overflow: hidden;
  display: block;
  position: relative;
  background-color: #f6f6f6;
  padding: 30px 40px 40px 40px;
  margin-bottom: 50px;
   
}

.lcp_catlist li {
  background-color: #ffffff;
}

.lcp_catlist li:before {
  display: none;
}

.lcp_catlist li img,
.archive article img {
  float: left;
  margin-right: 40px;
  /*max-width: 600px;*/
  height: auto;
}

.lcp_catlist li .beforeafter-slider img,
.archive article .beforeafter-slider img {
  margin-right: 40px;
  max-width: none;
  height: auto;
}

.lcp_catlist li .title_article,
.archive article h2 a,
.page-a-nossa-equipa h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  line-height: 30px;
  font-size: 1.7rem;
  color: #525252;
  margin-bottom: 10px;
  display: inline-block;
  text-transform: none;
  padding-bottom: 15px;
}

.lcp_catlist li .title_article:after,
.archive article h2 a:after,
.page-a-nossa-equipa h2:after,
.page-contactos h1:after,
.page-contactos h2:after,
.title-underlined h2:after{
  content: ""; 
  display: block; 
  width: 50%;
  padding-top: 20px; 
  border-bottom: 3px solid #A8996E;
}

.archive article h2 a {
  max-width: 350px;
}

.title-underlined h2 {
  font-size: 1.6rem;
  display: inline-table;
}

.title-underlined h2:after{
  width: 50%;
  padding-top: 10px;
}

.page-contactos .como-chegar h2:after {
  border-bottom: none;
}

.lcp_catlist li p,
.archive article .entry-content p {
 text-align: justify;
}

.lcp_catlist li p a,
a.excerpt-read-more,
.archive article .entry-content p a {
  font-style: normal;
  font-weight: normal;
  line-height: 15px;
  font-size: 1rem;
  text-align: center;
  color: #A8996E;
  border: 3px solid #A8996E;
  margin-top: 30px;
  background-color: #ffffff;
  display: table;
  background-color: transparent;
  width: auto;
  padding: 10px 40px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}

.lcp_catlist li p a:hover,
.archive article .entry-content p a:hover,
a.excerpt-read-more:hover {
  background:  #A8996E;
  color: #ffffff;
}


/**/


#breadcrumbs {
  padding: 20px 0;
  border-bottom: 1px solid #E8E8E8;
  border-top: 1px solid #E8E8E8;
}

#breadcrumbs span span span {
  margin-left: 5px;
  
}

#breadcrumbs a,
#breadcrumbs .breadcrumb_last {
  color: #BDBDBD;
    text-transform: uppercase;
    font-family: Roboto;
    font-weight: 400;
    line-height: 12px;
    font-size: 0.7rem;
    margin-right: 10px;
    letter-spacing: 2px;
    margin-left: 10px;
}

#breadcrumbs .breadcrumb_last {
  color: #A8996E;
}


.single h1 {
  text-transform: none;
}

.single .back-btn {
    font-family: Roboto;
    font-weight: 900;
    line-height: 20px;
    font-size: 1rem;
    margin: 50px 0;
    display: block;
}

.vce-hero-section--background-position-center-center {
  height: 0;
  padding-top: 25.5%;
}

.slide-clinica .owl-carousel .owl-stage-outer {
  padding-top: 55px;
  /*margin-bottom: -400px;*/
}


.slide-clinica .owl-item {

}

.slide-clinica .owl-item h3{
  text-align: left;
}

.slide-clinica .owl-item p{
  text-align: justify !important;
}

.slide-clinica .owl-item img {
  position: absolute;
  top: -55px;
  right: 60px;
  z-index: 5;
  -webkit-box-shadow: 0 6px 9px 0 rgba(0,0,0,0.5);
  box-shadow: 0 6px 9px 0 rgba(0,0,0,0.5);
  border-radius: 60%;
}

.slide-clinica .sa_owl_theme .owl-nav div, 
.slide-clinica .sa_owl_theme .owl-nav button {
  width: 41px !important;
  right: 100px !important;
  left: auto;
  top: 98%;
}

.slide-clinica .white .sa_owl_theme .owl-nav .owl-prev {
  background: transparent url('../images/ic-back.png') no-repeat center center !important;
  right: 150px !important;
}

.slide-clinica .white .sa_owl_theme .owl-nav .owl-next {
    background: transparent url('../images/ic-next.png') no-repeat center center !important;
}

.slide-clinica .white .sa_owl_theme .owl-nav .owl-prev:hover,
.slide-clinica .white .sa_owl_theme .owl-nav .owl-next:hover {
  background-color: transparent !important;
}


.archive #categories-dd {
  background-color: #F6F6F6;
  min-height: 75px;
  text-align: center;
  margin: 45px 0;
}

.archive #categories-dd h3,
.archive #categories-dd form {
  display: inline-block;
  margin: 18px 10px 0;
}

.archive #categories-dd form select {
  max-width: 400px;
  border: 3px solid #A8996E;
  box-sizing: border-box;
  color: #A8996E;
  font-family: Crimson Text;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  padding: 0 30px 0 15px;
  font-size: 1rem;
  background: transparent url('../images/arrow-select.png') center right 15px no-repeat;
}

.archive .category-equipa {
  display: none;
}

.single .post-cats div {
  font-family: Roboto;
  font-style: normal;
  font-weight: 900;
  line-height: 25px;
  font-size: 1.1rem;
  color: #A8996E;
}

.single .img-team-detail {
  position: relative;
}

.single .img-team-detail:before {
  position: absolute;
  content: "";
  width: 29px;
  height: 58px;
  background: url('../images/arrow-right.png') left center no-repeat;
  top: 41%;
  left: 0;
  z-index: 1;
}

.single .byline,
.date-list {
  margin-top: -25px;
  font-family: Crimson Text, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  font-size: 16px;
  color: #A8996E;
  text-transform: lowercase;
}
.date-list {
  float: right;
}

.single .tags a {
  border: 2px solid #A8996E;
  margin: 0 3px;
  padding: 5px 10px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 47px;
}

.single .tags a:hover {
  background: #A8996E;
  color: #ffffff;
}

.equipa h1 {
  margin-bottom: 10px;
}


.vce-yt-video-player-inner::before {
    padding-top: 0;
}

.faqs h3{
  font-size: 1.2rem;
  margin-top: 5px;
}

.faqs .vce-faq-toggle-wrapper {
  margin-bottom: 15px;
}

.faqs .vce-faq-toggle-text-block {
  background-color: #F6F6F6;
  padding: 20px 40px;
}



.team-list .post-cats,
.team-list .vce-text-block p {
  display: none;
}

.team-list ul li {
  max-width: 33%;
  display: inline-block;
  position: relative;
  height: auto;
  height: 303px;
  padding: 0;
}

.team-list ul li img {
  max-width: 400px;
  height: auto;
}

.team-list .title_article,
.team-list .lcp_customfield {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  padding: 5px 0;
}

.team-list h3.title_article {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  margin: 0;
  padding: 8px 0 0;
  color: #A8996E;
  bottom: 40px;
}

.team-list h3.title_article a:hover {
  color: #a8996e;
}

.team-list h3.title_article:after {
  display: none;
}

.team-list .lcp_customfield {
  font-family: Crimson Text, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  font-size: 16px;
  text-align: center;
  color: #525252;
  height: 40px;
}


.page-contactos h1,
.page-contactos h2 {
  font-size: 2rem;
  text-transform: none;
  margin: 15px 0 !important;
  line-height: 12px;
}

.page-contactos h3 {
  margin: 20px 0 10px;
}

.page-contactos h1:after {
  width: 20%;
}

.page-contactos .vce-features--icon {
  width: 2em;
  height: 2em;
}

.page-contactos .vce-single-image-wrapper,
.page-contactos .img-map-contacts a,
.page-contactos .img-map-contacts img {
  width: 100%;
  height: auto;
}

.procedimentos-list a {
  font-family: Roboto;
  font-style: normal;
  font-size: 1.5rem;
  margin-top: 10px;
  font-weight: 900;
  display: inline-block;
}

/* forms */

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
  border: 1px solid #A8996E;
  color: #707070;
  background: transparent;
  font-family: Crimson Text;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  font-size: 0.9rem;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.wpcf7-form textarea {
  height: 100px;
}

.wpcf7-form select {
  background: transparent url('../images/arrow-right-grey.png') center right 15px no-repeat;
}

.wpcf7-form input::-webkit-input-placeholder,
.wpcf7-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #707070;
  opacity: 1;
}
.wpcf7-form input::-moz-placeholder,
.wpcf7-form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #707070;
  opacity: 1;
}
.wpcf7-form input:-ms-input-placeholder,
.wpcf7-form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #707070;
  opacity: 1;
}
.wpcf7-form input:-moz-placeholder,
.wpcf7-form textarea:-moz-placeholder { /* Firefox 18- */
  color: #707070;
  opacity: 1;
}

.wpcf7-form input.wpcf7-submit {
  text-align: center;
  color: #ffffff;
  background: #A8996E;
  padding: 10px 25px;
  min-width: 165px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  width: auto;
}


.wpcf7-form .accept {
  float: right;
  text-align: right;
  font-family: Crimson Text;
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  font-size: 0.9rem;
  color: #707070;
  margin-top: 8px;
}

.wpcf7-form .accept a {
  color: #A8996E;
}

.wpcf7-form .left-col,
.wpcf7-form .right-col {
  width: 48%;
}

.wpcf7-form .left-col {
  float: left;
}

.wpcf7-form .right-col {
  float: right;
}

.to-hide > a {
  display: none;
}

/* FOOTER */

#book-appointment {
  background: #ffffff;
  height: 120px;
  text-align: center;
  padding: 40px 0 20px;
  width: 100%;
}

#book-appointment a:hover {
  color: #a8996e;
  background-color: #fff;
  border: 1px solid #a8996e;
}

#footer-map {
  min-height: 500px;
  width: 100%;
  background: transparent url('../images/map-footer.jpg') center center no-repeat;
  background-size: cover;
}

#footer-map #map-info {
  background: #ffffff;
  margin-top: 7%;
  padding: 0;
  margin-left: 5%;
  -webkit-box-shadow: 0 6px 9px 0 rgba(0,0,0,0.5);
  box-shadow: 0 6px 9px 0 rgba(0,0,0,0.5);
}

#footer-map #map-info div {
  padding: 15px 30px 0;
  border-bottom: 1px solid #E8E8E8;
}

#footer-map #map-info div p {
  font-size: 1.1rem;
  line-height: 22px;
}

#footer-map #map-info .more-info {
  width: 100%;
  padding: 15px 30px 15px;
  font-weight: 800;
  display: block;
  background: #A8996E;
  position: relative;
  color: #ffffff;
}

#footer-map #map-info .more-info i {
  font-size: 34px;
  font-weight: 800;
  margin-left: 60px;
  position: absolute;
  right: 55px;
  bottom: 12px;
}





footer.footer {
  background: #A8996E;
  margin: 0;
  color: #ffffff;
}

footer.footer #top-content-footer {
  padding: 50px 0;
}

footer.footer #social-footer a,
footer.footer #social-footer a:hover {
  display: block;
  width: 36px;
  height: 34px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 75%;
  padding-top: 1px;
  margin-bottom: 15px;
}

footer.footer #social-footer a.linkedin-footer {
  width: 37px;
  height: 37px;
}

footer.footer #menu-menu-footer ul {
  margin: 0;
}

footer.footer #menu-menu-footer li {
  list-style-type: none;
  max-width: 145px;
}

footer.footer #menu-menu-footer li a {
  color: #ffffff;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 700;
  padding-top: 0;
  margin-bottom: 7px;
}

footer.footer #menu-menu-footer li a:hover {
  text-decoration: underline;
}

footer.footer #menu-menu-footer li .sub-menu li a {
  font-weight: 300;
  font-size: 0.9rem;
  line-height: 19px;
  margin-bottom: 0;
}


footer.footer .copyright,
footer.footer .copyright a {
  font-family: Roboto;
  font-size:  0.8rem;
  color: #FFFFFF;
  margin: 12px 0;
}

.topbutton {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 2%;
  bottom: 20px;
  z-index: 1;
  display: none;
  background: #DADADA;
  opacity: 0.7;
  border-radius: 50%;
  color: #A8996E;
}

.topbutton:hover {
  opacity: 1;
}

.topbutton i {
  position: absolute;
  top: 10px;
  left: 16px;
  font-size: 28px;
}


#cookie-law-info-bar {
  padding-left: 10%;
  text-align: left;
}

#cookie-law-info-bar .cookies-title {
  font-weight: 900;
  line-height: 16px;
  font-size: 16px;
  display: block;
}

#cookie-law-info-bar a{
  margin: 0;
}

#cookie-law-info-bar a:hover {
  text-decoration: underline;
}

#cookie-law-info-bar a.cookie_action_close_header {
  float: right;
  font-size: 1.1rem;
  font-weight: 700;
  padding-right: 15%;
  position: relative;
  background: none !important;
  padding-top: 0;
}

#cookie-law-info-bar a.cookie_action_close_header:hover {
  text-decoration: none;
}

#cookie-law-info-bar a.cookie_action_close_header:after {
  content: '\f057';
  font-family: FontAwesome;
  position: absolute;
  display: block;
  top: -4px;
  left: 83px;
  font-size: 22px;
}

.tratamentos-associados figure {
  position: relative;
  cursor: pointer;
}

.tratamentos-associados figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: '';
  width: 0;
  height: 0;
  background: rgba(255,255,255,.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.tratamentos-associados figure:hover::before {
  -webkit-animation: circle .50s;
  animation: circle .50s;
}
@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

/* Responsiveness */

.title-bar {
  background:#ffffff;
  padding: 1rem 0 0 1rem;
}

@media all and (max-width: 1200px) {

  .logo-area {
    padding:10px 0 20px 5px;
    width: 17%;
  }

  .top-bar {
    padding: 10px 0 10px 0;
  }

  header #menu-main-menu-1 > li > a {
    margin: 10px 10px 0 !important;
  }

  header #contacts-bar .social a {
    margin: 0 -6px;
  }

  header .main-menu .dropdown.menu .menu-item-10.menu-item-has-children .is-dropdown-submenu::before {
      left: 440px;
  }

  .dropdown.menu.medium-horizontal > li.opens-left.menu-item-10 > .is-dropdown-submenu {
      left: -300px;
  }

  .team-list ul li {
    max-width: 375px;
  }

}

@media all and (max-width: 1024px) {

  .menu-icon {
    position: absolute;
    right: 20px;
  }

  .menu-icon::after {
    background: #a8996e !important;
    box-shadow: 0 7px 0 #a8996e,0 14px 0 #a8996e !important;
  }

  .top-bar {
    padding: 30px 0 10px 0;
  }

}


@media all and (max-width: 820px) {

  .title-bar {
    padding: 1rem 0 1rem 1rem;
  }

  header .main-menu .dropdown.menu .menu-item-10.menu-item-has-children .is-dropdown-submenu::before {
    left: 300px;
  }

  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 130%;
    left: -193px;
  }

  header #contacts-bar .contact-item {
    display: contents;

  }


  header #contacts-bar .book-appointment a {
    margin-right: 5px;
  }

   header .main-menu .dropdown.menu li.menu-item-10 > ul {
      left: -400px;

  }

  header #contacts-bar .book-appointment a {
    padding: 5px 42px 5px 30px;
  }


  header .main-menu .dropdown.menu li a {
      font-size: 0.6rem;
    }

  header #contacts-bar .book-appointment a i {
    top: 4px;
  }

  header #contacts-bar .phone i {
    margin-right: 0;
    margin-left: 15px;
  }

  header #contacts-bar .search a {
    margin: 0 10px;
  }

    header .main-menu .dropdown.menu li.menu-item-10 > ul {
      left: -150px;
    }

    header .main-menu .dropdown.menu li.menu-item-10 ul li.title-menu-item {
      display: inline-block;
    }

    header .main-menu .dropdown.menu .menu-item-has-children .is-dropdown-submenu .is-dropdown-submenu {
      height: auto;
      position: relative;
      top: 0;
      border: 0;
    }

   .team-list .lcp_catlist {
     text-align: center;
   }

   #map-info {
     width: 40%;
   }

  .page-contactos h2 {
    line-height: 30px;
  }

  .pagination li {
    display: inline-block;
  }

 }


@media all and (max-width: 480px) {

  h1 {
    font-size: 1.8rem;
  }

  .title-bar {
    background: #ffffff;
  }

  .title-bar a {
    width: 68%;
  }

  .title-bar .menu-icon::after {
    background-color: #A8996E;
    box-shadow: 0 7px 0 #A8996E,0 14px 0 #A8996E;
  }

  .menu-icon {
    margin-top: 4px;
  }

  header #contacts-bar {
    display: none;
  }

  header .main-menu li a::before, header .main-menu .dropdown.menu li.active a::before {
    display: none;
  }

  header .main-menu ul.menu {
      float: left;
  }

  header .main-menu .is-accordion-submenu {
    margin: 0 20px;
  }

  .accordion-menu .is-accordion-submenu a {
    line-height: 23px;
  }

  .menu .active > a {
    color: #A8996E;
    text-decoration: underline;
  }

  header #menu-main-menu-1 > li > a {
    margin: 0 10px 0 !important;
    padding: 10px;
  }

  .accordion-menu .is-accordion-submenu a {
    line-height: 18px;
    padding: 7px 10px;
  }

  header #menu-main-menu-1 > li > a,
  .accordion-menu .is-accordion-submenu a {
    font-size: 0.9rem;
  }

  .master-slider .ms-slide-info.ms-dir-h {
    position: relative !important;
    max-width: 90%;
  }

   .ms-slide-info .ms-info h2 {
    line-height: 16px;
    font-size: 1rem;
    color: #000000;
  }

  .ms-slide-info .ms-info p {
    color: #000;
    font-size: 1rem;
  }

  .ms-slide-info .ms-info p::after {
    display: none;
  }

  .page-contactos h1, .page-contactos h2 {
    line-height: 35px;
  }

  .team-list ul li {
    max-width: 340px;
  }

  #book-appointment {
    height: auto;
  }

  #book-appointment p a{
    display: block;
    margin: 20px;
  }

  .single .img-team-detail::before {
    background: none;
  }

  .lcp_catlist li, .archive article {
    padding: 30px 25px 30px 25px;
  }

  .lcp_catlist li .beforeafter-slider img,
  .archive article .beforeafter-slider img {
    max-width: 300px;
  }

  .tratamentos-associados .vce-col-inner .vce-single-image--align-left {
    text-align: center;
  }

  .wpcf7-form .left-col, .wpcf7-form .right-col {
    width: 100%;
  }

  .wpcf7-form input.wpcf7-submit {
    margin: 25px;
  }

  .wpcf7-form .accept {
    line-height: 0;
    float: left;
    text-align: left;
  }

  footer.footer #logo-footer {
    text-align: center;
  }

  footer.footer #menu-menu-footer li {
       max-width: 100%;
      width: 100%;
  }

  footer.footer #social-footer {
    margin: 25px 10px 10px;
     width: 95%;
  }

  footer.footer #social-footer a, footer.footer #social-footer a:hover {
    margin: 20px auto;
  }

  footer.footer #menu-menu-footer li a {
    text-align: center;
  }

  footer.footer .copyright {
    text-align: center;
  }

  #map-info {
    width: 90%;
  }

}