/* ================================= */
    /*===== Typography =====*/
/* ================================= */
body {  
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  position:relative;
}
html,
body {
  height: 100%;
}
h1, h2, h3, h4, h5, h6 { 
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
}
h1 {
  font-size: 46px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 24px;
}
h5 {
  font-size: 20px;
}
h6 {
  font-size: 18px;
}
p {
  color: #989898;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.86;
}
a {
  color: #000;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover, 
a:focus {
  color: #9c9ea2;
  text-decoration: none;
}
a:active {
  color: #000;
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0; 
}
.form-control  {
  background-color: transparent;
  border: solid 1px #a2a2a2;
  box-shadow: none;
  font-size: 18px;
  color: #989898;
  font-style: italic;
  line-height: 2.67;
  border-radius: 0;
  height: 40px;
}
.form-control:focus {
  border-color: #9c9ea2;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(3,163,199,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(3,163,199,.6);
}
/*@media (min-width: 768px){
  .container {
      width: 700px;
  }
}*/
@media (min-width: 768px){
  .container {
      /*width: 720px;*/
      width: 94%;
  }
}
@media (min-width: 1199px){
  .container {
      width: 1170px;
  }
}

/* ================================= */
    /*===== General =====*/
/* ================================= */
a.underline-hover, a.reverse-underline-hover, .inside-underline-hover a, .inside-reverse-underline-hover a{
  position:relative;
}
a.underline-hover:after, a.reverse-underline-hover:after, .inside-underline-hover a:after, .inside-reverse-underline-hover a:after{
  content:"";
  display:block;
  float:left;
  position:absolute;
  bottom:0;
  left:0;
  width:0;
  height:1px;
  background-color:#CF2623;
  -webkit-transition: width 0.3s ease;
  -moz-transition: width 0.3s ease;
  -ms-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -transition: width 0.3s ease;
}
a.underline-hover:hover:after, .inside-underline-hover a:hover:after{
  width:100%;
}
a.reverse-underline-hover:after, .inside-reverse-underline-hover a:after{
  width:100%;
}
a.reverse-underline-hover:hover:after, .inside-reverse-underline-hover a:hover:after{
  width:0;
}

.alert {
    padding: 15px;
    margin: 0;
    border-radius: 0;
    background-color: rgba(0, 83, 153, 0.2);
    border:1px solid #CF2623;
    text-align:center;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    z-index: 9;
}
.alert.alert-sussecc {
    background-color: #ccf5d9;
    border: 1px solid #3ace33;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
}

.moldura{
  display:block;
  float:left;
  width:100%;
  padding:20px 20px 0 20px;
}
@media(max-width: 767px) { 
  .moldura{
    padding:0;
  }
}




.parallax {
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;   
  position: relative;      
}
.btn {
  padding: 10px 38px;
}
.btn-default {  
  color: #FFF; 
  font-size: 14px;
  font-weight: 400;
  border-radius: 0;  
  letter-spacing: 1.4px;
  border: none;
  background-color: #000;
  text-transform: uppercase;
}
.btn-default:hover {
  color: #FFF; 
  background-color: #9c9ea2;
}
.section-heading {
  display:block;
  float: left;
  width: 100%;
  text-align:center;
  letter-spacing: 2px;
  color: #CF2623;
  font-weight:700;
  position:relative;
  margin-bottom:20px;
  font-size:30px;
}
.section-subtitle {
  display:block;
  float: left;
  width: 100%;
  font-size:14px;
  text-align:center;
  letter-spacing: 2px;
  color: #000000;
  font-weight:500;
  position:relative;
  margin-bottom:70px;
}
.section p { 
  line-height: 1.86;
  letter-spacing: 2.6px;
  max-width: 658px;
  margin: 14px auto 0;
} 
.read-more {  
  font-size: 14px;  
  line-height: 1.86;
  letter-spacing: 1.4px;  
  color: #9c9ea2;
  padding: 0 0 32px;
}
.read-more:hover {   
  color: #000;
}
.owl-prev {
  left: 0;
}
.owl-next {
  right: 0;
}
.owl-prev,
.owl-next {
  font-family: 'fontAwesome';
  color: #000;
  font-size: 29.9px;
  position: absolute;
  top: 20%; 
  z-index: 10;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.owl-prev:hover,
.owl-next:hover {  
  color: #9c9ea2;
}
.owl-prev:before {  
  content: "\f177"; /*fa fa-long-arrow-left*/ 
  margin-right:10px;
}
.owl-next:after {   
  content: "\f178"; /*fa fa-long-arrow-right*/ 
  margin-right:10px;
}
@media(max-width: 767px) {  
  .owl-nav {
    visibility: hidden;
  }
}
@media(max-width:992px) {
  .section-heading {
    font-size:20px;
  }
  .section-heading span {  
    display:inline-block;
    width:100%;
  }
  .section-subtitle {
    margin-bottom:40px;
  }
}
.breadcrumb {
  text-transform: uppercase;
  position: absolute;
  margin-top: 6px;
  background-color: transparent;
}
.page-heading {
  display:block;
  width:100%;
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  left:0;
  color: #fff;
  font-weight: 500;
  font-size: 50px;
  text-transform: none;
  padding: 0;
  margin: 0;
  text-shadow: 3px 3px 8px rgba(0,0,0,0.6);
}
.brdcrumb {
  display:block;
  float:left;
  width:100%;
  margin-top: 20px;
}
.brdcrumb, .brdcrumb a {
  color:#fff;
  font-size:14px;
  font-weight: 300;
  text-transform:uppercase;
}
.breadcrumb>li+li:before {
  color: #000;
}
.breadcrumb li a {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.breadcrumb li.active a {
  color: #9c9ea2;
}
@media (max-width: 767px) {
  .brdcrumb {
    margin-top: 10px;
  }
  .brdcrumb, .brdcrumb a {
    font-size:12px;
  }
}
.page-banner-main {
  width: 100%;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;  
  position: relative;
  background-color: #959595;
}

.page-banner-main .container {
  position: relative;
  z-index: 99999;
}

.margin-top-30 {
  margin-top: 30px;
}
@media(max-width:992px) { 
  .page-banner-main {
    height: 300px;
  }
  .margin-top-30 {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .page-banner-main {
    height: 200px;
  }
  .page-heading {
    font-size: 30px;
    text-align:center;
  }
}




    /* linhas decorativas */
.layout-linha{
  display:block;
  float:left;
  width: 100%;
  position:relative;
  overflow:visible;
}
.layout-linha:after{
  content:"";
  display:block;
  float:left;
  position:absolute;
  background-color: #CF2623;
  z-index: 1;
  -webkit-transition: left 0.3s ease, right 0.3s ease;
  -ms-transition: left 0.3s ease, right 0.3s ease;
  -o-transition: left 0.3s ease, right 0.3s ease;
  -moz-transition: left 0.3s ease, right 0.3s ease;
  transition: left 0.3s ease, right 0.3s ease;
}
@media (max-width: 992px) { 
  .layout-linha{
    display:none;
  }
}

/* ================================= */
    /*===== Navigation =====*/
/* ================================= */
.nav-bar {  
  clear:both;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color:transparent;
  z-index: 9;
}
.logo {
  padding: 20px 0 35px;
}

.logo img {
  max-width: 100%;
}
.navigation {
  position: relative;
  margin: auto;
  z-index: 1111;
  margin-top: 50px;
}
.cart-icon {  
  color: #3B3B3B;
  font-size: 14px;
  margin-top: 52px;
}
.cart-icon span {
  background-color: #9c9ea2;
  border-radius: 100%;
  padding: 2px 7px;
  color: #FFF;
  font-size: 12px;
  position: absolute;
  top: -10px;
  margin-left: -5px;
}
@media(max-width:992px) {
  .nav-bar {
    position: relative;
    top: auto;
    left: auto;
  }
  .logo {
    padding: 0;
    position:relative;
    z-index:9999;
  }
}
@media(max-width: 767px) {
  
  .logo img {
    margin: 0 auto;
    left: 0;
    right: 0;
    display: block;
  }
  .navigation {   
    margin-top: 0;
  }
  #cssmenu.small-screen #menu-button {
    color: #000;
    font-size: 0px;
    margin-top:20px;
  }  
  #cssmenu.small-screen #menu-button span {
    position: absolute;
    top: 23px;
    right: 17px;
    display: block;
    height: 3px;
    width: 20px;
    background: #CF2623;
  }  
  #cssmenu.small-screen #menu-button:before {
    background: #CF2623;   
    height:3px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #cssmenu.small-screen #menu-button:after {     
    background: #CF2623;
    height:3px;
    border:none;
    top:30px;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  #cssmenu.small-screen ul ul li a {
    color: #000;
  }
  #cssmenu.small-screen ul ul li a:hover {
    color: #9c9ea2;
  }
  #cssmenu.small-screen .submenu-button:before {    
    background: #000;
  }
  #cssmenu.small-screen .submenu-button:after {   
    background: #000;
  }
  #cssmenu.small-screen .submenu-button.submenu-opened {
    background: #9c9ea2;
  }
  #cssmenu.small-screen #menu-button.menu-opened:after{
    height:3px;
    background-color:#CF2623;
  }
  #cssmenu.small-screen #menu-button.menu-opened:before{
    background-color:#CF2623;
  }
  #cssmenu.small-screen #menu-button.menu-opened span{
    display:none;
  }
}
@media (min-width: 768px) and (max-width: 992px) { 
  .logo img {
    display: block;
    margin: 0 auto;
  }
  .navigation {   
    margin-top: 0;
  }
  .cart-icon {    
    margin-top: 11px;
  }
}



/*################################################################################################*/
/*###########################################   ##################################################*/
/*########################################### | ##################################################*/
/*########################################### | ##################################################*/
/*########################################### | ##################################################*/
/*########################################## \ / #################################################*/
/*########################################### v ##################################################*/
/*############################################ ###################################################*/
/*################################################################################################*/
/*################################################################################################*/



.ajax-content{
  display:none;
}
.editor-text p {
  display:inline-block !important;
  float:none !important;
  clear:both !important;
}
.editor-text ul, .editor-text ol {
  list-style-position: inside;
  list-style-type: disc;
  padding-left: 10px;
}
.editor-text ol {
  list-style-type: decimal;
}
.editor-text img {
  display:inline-block;
  width:auto;
  height:auto;
  max-width:100%;
}
.editor-text a {
  text-decoration:underline;
}

@media(max-width:992px) {
  .mobile-flex-order{
    display:flex;
    width:100%;
    flex-wrap: wrap;
    columns: 1;
  }
  .mobile-flex-order .mobile-order-first{
    order:1;
  }
  .mobile-flex-order .mobile-order-second{
    order:2;
  }
  .mobile-flex-order .mobile-order-third{
    order:3;
  }
}



/* ================================= */
    /*===== Home Banner =====*/
/* ================================= */
.home-banner-main .item {
  width: 100%;
  height: 800px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;    
}
.home-banner-main .owl-prev, .home-banner-main .owl-next{
  color: #CF2623;
  font-size: 29.9px;
  top: 50%;
  transform:translateY(-50%);
  border:1px solid #CF2623;
  background-color:#CF2623;
  border-radius:50%;
  background-repeat: no-repeat;
  background-position: center center;
  width: 60px;
  height: 60px;
}
.home-banner-main .owl-prev{
  left:3%;
  background-image: url("../images/arrow-Left.png");
}
.home-banner-main .owl-next{
  right:3%;
  background-image: url("../images/arrow-right.png");
}
.home-banner-main .owl-prev:before, .home-banner-main .owl-next:after{
  display:none;
}
.banner-text {
  width: 500px;
  max-width: 70%;
  padding: 0 0 20px 0;
  position: absolute;
  left:15%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align:left;
}
.banner-heading {
  color: #fff;
  font-weight: 500;
  font-size:60px;
  line-height:75px;
  margin-bottom:50px;
  text-transform:none;
  text-shadow: 3px 3px 8px rgba(0,0,0,0.6);
}
.banner-heading span {
  color: #FFF;
}
.banner-text .btn {
  padding: 8px 30px;
  margin-top: 0;
  border:1px solid #fff;
  background-color:transparent;
  text-shadow: 3px 3px 8px rgba(0,0,0,0.6);
}
@media screen and (max-width: 1199px) {
  .home-banner-main .item {
    height: 600px; 
  }
}
@media screen and (max-width: 992px) {
  .home-banner-main .item {
    height: 300px; 
  }
  .banner-text {
    width: 65%;
    left:0;
    padding: 0 5% 20px 13%;
  }
  .banner-heading {
    font-size:35px;
    line-height:50px;
    margin-bottom: 20px;
  }
}
@media(max-width: 767px) { 
  .banner-text {
    width: 100%;
  }
  .banner-heading {
    font-size: 30px;
    line-height: normal;
    margin-bottom: 20px;
  }
}


/* ================================= */
    /*===== Home  =====*/
/* ================================= */
    /* linhas decorativas da home */
.home-linha-um:after{
  top:-90px;
  left:8%;
  width:1px;
  height:200px;
}
.home-linha-dois:after{
  bottom:-20px;
  right:30px;
  width:1px;
  height:200px;
}
.home-linha-tres:after{
  top:0;
  left:-20px;
  width:30%;
  height:1px;
}
.home-linha-quatro:after{
  bottom:0;
  right:8%;
  width:1px;
  height:250px;
}
@media (max-width: 1500px) { 
  .home-linha-um:after{
    left:20px;
  }
  .home-linha-quatro:after{
    right:20px;
  }
}
@media (max-width: 1300px) { 
  .home-linha-um:after{
    display:none;
  }
  .home-linha-quatro:after{
    display:none;
  }
}
    /* bloco sobre nós */
.institucional-block{
  display:block;
  float:left;
  width: 100%;
  margin-bottom:120px;
}
.institucional-block .titulo-holder{
  display:block;
  float:left;
  width: 100%;
  position:relative;
  margin:40px 0 0 0;
}
.institucional-block .pre-titulo{
  display:block;
  float:left;
  width:100%;
  color:#CF2623;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 3px;

  position:absolute;
  top:-20px;
  left: -20px;
  z-index: 2;
}
.institucional-block .h1{
  display:block;
  float:left;
  width:100%;
  color:#E5E4E4;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: 6px;
  text-transform:none;
  margin-bottom:40px;
  position: relative;
  z-index: 1;
}
.institucional-block p{
  display:block;
  float:left;
  width:100%;
  color:#362F2D;
  font-size: 12px;
  line-height: 18px;
  text-transform:none;
  margin-bottom:20px;
}
.institucional-block img{
  display:block;
  float:right;
  width:120%;
  height:auto;
  position:relative;
}
.institucional-block .link-holder {
  display:block;
  float:left;
  width: 100%;
  padding: 60px 50px 20px 0;
}
.institucional-block-link {
  display:block;
  float:right;
  clear:both;
  color:#959595;
  font-size:12px;
  line-height:16px;
  font-weight:300;
  text-transform:uppercase;
  text-align:right;
  position:relative;
  padding: 10px 60px 10px 0;
  -webkit-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}
.institucional-block-link:after{
  content:"";
  display:block;
  position:absolute;
  top:50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height:1px;
  width:40px;
  background-color: #B7B7B7;
  -webkit-transition: background-color 0.3s, width 0.3s;
  -ms-transition: background-color 0.3s, width 0.3s;
  -o-transition: background-color 0.3s, width 0.3s;
  -moz-transition: background-color 0.3s, width 0.3s;
  transition: background-color 0.3s, width 0.3s;
}
.institucional-block-link:hover {
  color:#000;
}
.institucional-block-link:hover:after {
  width:50px;
  background-color:#000;
}
.institucional-block .link-holder.left-version {
  float:left;
  padding: 60px 0 20px 50px;
}
.institucional-block .link-holder.left-version .institucional-block-link {
  float:left;
  padding: 10px 0 10px 60px;
}
.institucional-block .link-holder.left-version .institucional-block-link:after{
  right: auto;
  left: 0;
}
@media(max-width:992px) {
  .institucional-block{
    margin-bottom:50px;
  }
  .institucional-block .pre-titulo{
    left: -5px;
    font-size: 40px;
    line-height: 50px;
  }
  .institucional-block h1{
    font-size: 40px;
    line-height: 50px;
    margin-bottom:40px;
  }
  .institucional-block img{
    width:auto;
    max-width:100%;
  }
  .institucional-block .link-holder.left-version {
    padding: 20px 0 20px 50px;
  }
}
@media(max-width: 767px) {
  .institucional-block .link-holder {
    padding-right: 0;
  }
  .institucional-block .link-holder.left-version {
    padding-left:0;
  }
  .institucional-block-link {
    font-size:10px;
    padding: 10px 30px 10px 0;
  }
  .institucional-block-link:after{
    width:20px;
  }
  .institucional-block .link-holder.left-version .institucional-block-link {
    padding: 10px 0 10px 30px;
  }
}
    /* bloco descubra */
.know-why{
  display: block;
  float: left;
  width: 100%;
  margin-bottom:80px;
}
.know-why .text{
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  padding:30px 0;
}
.know-why .symbol{
  display: inline-block;
  width:60px;
  height:60px;
  border: 2px solid #CF2623;
  border-radius: 50%;
  margin-bottom: 50px;
}
.know-why .text p{
  display: block;
  float: left;
  width: 100%;
  color: #362F2D;
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
  margin-bottom: 20px;
}
@media(max-width:992px) {
  .know-why{
    margin-bottom:40px;
  }
  .know-why .text{
    padding:15px 0;
  }
  .know-why .symbol{
    margin-bottom: 20px;
  }
  .know-why .text p{
    margin-bottom: 10px;
  }
}


/* ================================= */
    /*===== About Us  =====*/
/* ================================= */
.institucional-block.institucional-about-us{
  padding:150px 0 0 0;
}
.about-linha-um:after{
  top:40px;
  left:8%;
  width:1px;
  height:200px;
}
.about-linha-dois:after{
  bottom:-40px;
  right:30px;
  width:1px;
  height:180px;
}
@media (max-width: 1500px) { 
  .about-linha-um:after{
    left:20px;
  }
}
@media (max-width: 1300px) { 
  .about-linha-um:after{
    display:none;
  }
}
@media(max-width:992px) {
  .institucional-block.institucional-about-us{
    padding:50px 0 0 0;
  }
}


/* ================================= */
    /*===== Institucional Detail  =====*/
/* ================================= */
.institucional-block.institucional-detalhes{
  padding:100px 0 0 0;
}
.text-holder{
  display:block;
  float:left;
  width:100%;
  padding:100px 0 0 0;
}
.institucional-block.institucional-detalhes img{
  display:block;
  float:right;
  width:auto;
  height:auto;
  max-width:100%;
}
.institucional-linha:after{
  top:20px;
  left:0;
  width:25%;
  height:1px;
}
@media(max-width:992px) {
  .institucional-block.institucional-detalhes{
    padding:20px 0 0 0;
  }
  .text-holder{
    padding:20px 0 0 0;
  }
  .institucional-block.institucional-detalhes img{
    display:inline-block;
    float:none;
    width:200px;
    max-width:100%;
  }

  .page-especialista-content.institucional-block.institucional-detalhes img{
    box-shadow: 0 0 0 4px #fff;
    margin-top:-40px;
  }

}


/* ================================= */
    /*===== Acordos e Protocolos  =====*/
/* ================================= */
.acordos-block{
  display: block;
  float: left;
  width: 100%;
  padding: 50px 0;
}
.acordos-lista{
  display: block;
  float: left;
  width: 100%;
  padding: 100px 0;
}
.acordos-block .section-heading {
    margin-bottom: 70px;
}
.acordos-lista .img-holder{
  text-align:center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:20px;
}
.acordos-lista img{
  display: inline-block;
  float: left;
  width: auto;
  height: auto;
  max-width: 100%;
}
.acordos-linha-um:after{
  top:auto;
  bottom:0;
  left:auto;
  right:10%;
  height:200px;
  width:1px;
}
.acordos-linha-dois:after{
  top:0;
  left:-20px;
  width:10%;
  height:1px;
}
@media (max-width: 1500px) { 
  .acordos-linha-um:after{
    right:20px;
  }
}
@media (max-width: 1300px) { 
  .acordos-linha-um:after{
    display:none;
  }
}
@media(max-width:992px) {
  .acordos-block{
    padding: 25px 0;
  }
  .acordos-lista{
    padding: 50px 0;
  }
  .acordos-block .section-heading {
      margin-bottom: 20px;
  }
}


/* ================================= */
    /*===== Especialidades  =====*/
/* ================================= */
.especialidades-block{
  display:block;
  float:left;
  width:100%;
}
.especialidades_holder{
  display:block;
  float:left;
  width:100%;
  padding:50px 0;
}
.especialidades_holder .especialidade-group:nth-child(3n+1){
  clear:both;
}
.especialidades-block .especialidade-group{
  position:relative;
  padding:50px 0 0 25px;
  margin:50px 0;
  font-size: 17px;
  line-height: 26px;
  color: #1D1D1B;
  font-weight: 500;
}
.especialidades-block .letter-group{
  display:block;
  float:left;
  position:absolute;
  top:0;
  left:0;
  border:1px solid #CF2623;
  border-radius:50%;
  text-transform:uppercase;
  line-height:40px;
  width:40px;
  text-align:center;
  font-size:23px;
  color:#CF2623;
  font-weight:300;
}
.especialidade-group a{
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: .3em;
  display: inline-block;
}
.especialidade-group a:last-child {
  margin-bottom: 0;
}
.especialidades-block .letter-group:before, .especialidades-block .letter-group:after{
  content:"";
  display:block;
  float:left;
  position:absolute;
  top:0;
  left:47px;
  height:1px;
  width:15px;
  background-color:#CF2623;
}
.especialidades-block .letter-group:after{
  top:47px;
  left:0;
  width:1px;
  height:15px;
}
.especialidades-linha-um:after{
  top:auto;
  bottom:100px;
  left:auto;
  right:10%;
  height:200px;
  width:1px;
}
.especialidades-linha-dois:after{
  top:20px;
  left:-20px;
  width:25%;
  height:1px;
}
.link-block{
  display:block;
  float:left;
  width:100%;
  padding:0 0 100px 0;
}
@media (max-width: 1500px) { 
  .especialidades-linha-um:after{
    right:20px;
  }
}
@media (max-width: 1300px) { 
  .especialidades-linha-um:after{
    display:none;
  }
}
@media(max-width:992px) {
  .especialidades_holder .especialidade-group:nth-child(3n+1){
    clear:none;
  }
  .especialidades_holder .especialidade-group:nth-child(2n+1){
    clear:both;
  }
}
@media(max-width: 767px) { 
  .especialidades_holder{
    display:block;
    padding:0;
  }
}


/* ================================= */
    /*===== Marcações  =====*/
/* ================================= */
.marcacoes-block{
  display:block;
  float:left;
  width:100%;
  background-color: #eee;
  padding: 100px 0 20px 0;
}
.todos-contactos{
  display:block;
  float:left;
  width:100%;
}
.todos-contactos .contacto-holder{
  display:flex;
  align-items: center;
  float:left;
  width:100%;
}
.todos-contactos .icon{
  display:block;
  float:left;
  width:100px;
  height:100px;
  border:1px solid #CF2623;
  border-radius:50%;
  position:relative;
  margin-right: 30px;
}
.todos-contactos .icon i{
  display:block;
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  color:#CF2623;
  font-size: 40px;
}
.todos-contactos .contacto-text{
  max-width:50%;
  max-width:calc(100% - 130px);
}
.todos-contactos .contacto-holder a{
  display: inline-block;
  width:100%;
}
.todos-contactos .contacto-holder p{
  display: inline-block;
  width:100%;
  margin:0;
  padding:0;
}
.todos-contactos .contacto-holder a, .todos-contactos .contacto-holder p{
  color:#CF2623;
  font-style:italic;
  line-height: normal;
  font-size: 17px;
  line-height: 30px;
}
.marcacoes-linha:after{
  top:-40px;
  left:-20px;
  width:10%;
  height:1px;
}
@media(max-width:992px) { 
  .todos-contactos .contacto-holder{
    padding:10px;
  }
}
@media(max-width: 767px) { 
  .marcacoes-block{
    padding: 20px 0 20px 0;
  }
}


/* ================================= */
    /*===== Exames  =====*/
/* ================================= */
.exames-block{
  display:block;
  float:left;
  width:100%;
  padding:120px 0 100px 0;
}
.exame-item{
  display:block;
  float:left;
  width:100%;
  padding:20px 50px 20px 0;
  margin-bottom: 20px;
}
.nth-item:nth-child(3n+1){
  clear:both;
}
@media (max-width: 992px){
  .nth-item:nth-child(3n+1){
    clear:none;
  }
  .nth-item:nth-child(2n+1){
    clear:both;
  }
}
@media (max-width: 767px){
  .exames-block{
    padding:20px 0 20px 0;
  }
}

.exame-item .nome{
  display: block;
  float: left;
  width: 100%;
  letter-spacing: 2px;
  color: #CF2623;
  font-weight: 700;
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
}
.exame-item .nome:before{
  content:"";
  display: block;
  background-color: #CF2623;
  position: absolute;
  top:2px;
  left:-20px;
  width:2px;
  height:20px;
  -webkit-transition: height 0.3s ease;
  -ms-transition: height 0.3s ease;
  -o-transition: height 0.3s ease;
  -moz-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
.exame-item:hover .nome:before{
  height:120%;
}
.exame-item .saber-mais{
  display:block;
  float:left;
  width:100%;
  color: #959595;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.exame-item:hover .saber-mais{
  color: #000;
}
.exames-linha-um:after{
  top:-40px;
  left:8%;
  height:200px;
  width:1px;
}
.exames-linha-dois:after{
  top:0;
  left:-20px;
  width:8%;
  height:1px;
}
@media (max-width: 1500px) { 
  .exames-linha-um:after{
    left:20px;
  }
}
@media (max-width: 1300px) { 
  .exames-linha-um:after{
    display:none;
  }
}


/* ================================= */
    /*===== Detalhe Notícia =====*/
/* ================================= */
.detalhe-noticia{
  display:block;
  float:left;
  width:100%;
  padding:100px 0 100px 0;
}
.detalhe-noticia img{
  display: block;
  float: left;
  width: 100%;
  height:auto;
  max-width:100%;
  position: relative;
  z-index: 1;
}
.detalhe-noticia .head-holder{
  display: block;
  float: left;
  width: 100%;
  padding:40px 0 0 0;
}
.detalhe-noticia .data{
  display: block;
  float: left;
  width: 100%;
  color: #959595;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
.detalhe-noticia h1{
  display:block;
  float:left;
  width:100%;
  color: #212121;
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.detalhe-noticia h2{
  display: block;
  float: left;
  width: 100%;
  color: #362F2D;
  font-size: 14px;
  line-height: 24px;
  text-transform: none;
  margin-bottom: 20px;
  font-weight: 300;
}
.detalhe-noticia .content-holder{
  display:block;
  float:left;
  width:100%;
  padding:40px 0 0 0;
}
.detalhe-noticia .content-holder p{
  display: block;
  float: left;
  width: 100%;
  color: #362F2D;
  font-size: 12px;
  line-height: 18px;
  text-transform: none;
  margin-bottom: 20px;
}
.detalhe-noticia-linha:after{
  top:20px;
  left:-20px;
  width:20%;
  height:1px;
}
@media (max-width: 767px){
  .detalhe-noticia{
    padding:20px 0 20px 0;
  }
}



/*################################################################################################*/
/*############################################ ###################################################*/
/*########################################### ^ ##################################################*/
/*########################################## / \ ##################################################*/
/*########################################### | ##################################################*/
/*########################################### | ##################################################*/
/*########################################### | ##################################################*/
/*###########################################   ##################################################*/
/*################################################################################################*/
/*################################################################################################*/

.service-detail-main{
  display:block;
  float:left;
  width:100%;
  padding:60px 0 60px 0;
}
.service-detail-intro-text{
  font-size: 17px;
  line-height:30px;
  color: #CF2623;
  font-weight: 500;
  margin: 20px auto 20px;
}
.service-detail-block{
  display:block;
  float:left;
  width:100%;
  padding:60px 0 0 0;
}
.service-detail-block .txts{  
  margin-bottom:40px;
}
@media(max-width:992px) {
  .service-detail-main{
    padding:20px 0 0 0;
  }
  .service-detail-block{
    padding:20px 0 0 0;
  }
  .service-detail-block .txts{
    margin-bottom:20px;
  }
}
.service-detail-block .txts li:before{
  content: "\2022";
  display: inline-block;
  width: 1em;
}
.service-detail-block .txts, .service-detail-block .txts p{
  font-size: 15px;
  line-height:30px;
  color: #1D1D1B;
  font-weight: 500;
}
.service-detail-block .txts.txt-three, .service-detail-block .txts.txt-three p, .service-detail-block .txts.txt-five, .service-detail-block .txts.txt-five p{
  font-size: 13px;
}


/* ================================= */
    /*===== Specialize  =====*/
/* ================================= */
.specialize-main-block {
  display:block;
  float:left;
  width:100%;
  background-image: url("../images/bg/specialize-bg.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover; 
  position: relative;      
  padding: 55px 0 105px;
}
.specialize-heading {
  display:block;
  float:left;
  clear:both;
  width:100%;
  font-size: 17px;
  text-align:center;
  padding-left:0;
  margin: 15px 0 0;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.specialize-heading:hover {
  color: #9c9ea2;
}
.specialize-button{
  display:block;
  float:left;
  clear:both;
  width:100%;
  text-align:center;
  margin-top:40px;
}
.specialize-button small{
  display:inline-block;
  border:1px solid #CF2623;
  background-color:#CF2623;
  color:#fff;
  border-radius:50px;
  padding:10px 40px;
  font-size:14px;
  font-weight:300;
  text-transform:uppercase;
  letter-spacing:2px;
}
.specialize-main-block .img-blk {
  text-align:center;
}
.specialize-main-block  .img-blk img {
  display:inline-block;
}
.specialize-dtl img.specialize-line {
  margin-left: 70px;
  margin-top: -25px;
  margin-bottom: 40px;
}
@media(max-width: 767px) {   
  img.specialize-line {
    width: 60%;
  }
}
@media(max-width:992px) { 
  .specialize-main-block {
    background-image: none;
    padding-bottom:40px;
  }
  .specialize-main-block br {
    display:none;
  }
  .specialize-main-block .section-heading:after {
    display: none;
  }
  .specialize-heading {
    margin-bottom:20px;
  }
  .specialize-main-block .specialize-button {
    display:none;
  }
}
.specialize-main-block.artigos-block .artigo-item {
  display:block;
  float:left;
  width:100%;
  padding:0 10px;
  -webkit-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
.specialize-main-block.artigos-block .nth-item:nth-child(3n+1) {
  clear:both;
}
@media(max-width:992px) {
  .specialize-main-block.artigos-block .nth-item:nth-child(3n+1) {
    clear:none;
  }
  .specialize-main-block.artigos-block .nth-item:nth-child(2n+1) {
    clear:both;
  }
}
@media(max-width: 767px) {
  .specialize-main-block.artigos-block .artigo-item {
    float:none;
    display:inline-block;
    padding:0;
    max-width:100%;
    width:340px;
  }
}
.specialize-main-block.artigos-block .artigo-item img {
  display:block;
  float:left;
  width:100%;
  height:auto;
}
.specialize-main-block.artigos-block .artigo-item .artigo-item-detalhe {
  display:block;
  float:left;
  width:100%;
  padding:20px 0;
}
.specialize-main-block.artigos-block .artigo-item b {
  display:block;
  float:left;
  width:100%;
  color:#212121;
  font-size:14px;
  font-weight:700;
  text-align:left;
  text-transform: uppercase;
}
.specialize-main-block.artigos-block .artigo-item .specialize-heading {
  display:block;
  float:left;
  width:100%;
  font-weight:300;
  text-align:left;
  height: 58px;
  font-size:14px;
  line-height: normal;
  overflow:hidden;
  margin-bottom:20px;
  text-transform:none;
  color:#362F2D;
}
.specialize-main-block.artigos-block .artigo-item .artigo-data {
  display:block;
  float:left;
  width:100%;
  color:#959595;
  font-size:14px;
  font-weight:300;
  text-align: left;
  margin-bottom: 10px;
}
.specialize-main-block.artigos-block .artigo-item .see-more {
  display:block;
  float:left;
  width:100%;
  color:#959595;
  font-size:12px;
  line-height:16px;
  font-weight:300;
  text-transform:uppercase;
  text-align:right;
  position:relative;
  padding-right:60px;
}
.specialize-main-block.artigos-block .artigo-item .see-more:after{
  content:"";
  display:block;
  position:absolute;
  top:50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height:1px;
  width:40px;
  background-color: #B7B7B7;
}
.load-more{
  padding: 8px 30px;
  margin-top: 0;
  border: 1px solid #CF2623;
  color:#CF2623;
  background-color: transparent;
}
.noticias-lista{
  display:block;
  float:left;
  width:100%;
  padding:100px 0 50px 0;
}
.noticias-linha:after{
  top:0;
  left:-20px;
  width:25%;
  height:1px;
}
@media(max-width:992px) {
  .noticias-lista{
    padding:0;
  }
}



.specialize-main-block.artigos-block .artigo-item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.articles-list-block .list-nth-referal .nth-item:nth-child(3n+1){
  clear:both;
}
.specialize-main-block.artigos-block .artigo-item {
  margin-bottom:40px;
}
.articles-list-block{
  display:block;
  float:left;
  width:100%;
  padding:60px 0 0 0;
}
.see-more-articles{
    display: inline-block;
    border: 1px solid #CF2623;
    background-color: #CF2623;
    color: #fff;
    border-radius: 50px;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top:40px;
}
@media(max-width:992px) {
  .articles-list-block{
    padding-top:0;
  }
}
.article-detail-holder{
  display:block;
  float:left;
  width:100%;
  padding:100px 0 80px;
}
.article-detail-img{
  display:block;
  float:right;
  height:auto;
  max-width:100%;
}
.article-detail-txts{
  display:block;
  float:left;
  width:100%;
  padding-right:20px;
}
.article-detail-txts .ttl{
  display:block;
  float:left;
  width:100%;
  font-weight: 700;
  color: #05478F;
  position:relative;
  padding:15px 0 0 0;
  margin-bottom:30px;
}
.article-detail-txts .ttl:before{
  content:"";
  display:block;
  float:left;
  width:100px;
  height:2px;
  background-color: #05478F;
  position:absolute;
  top:0;
  left:0;
}
.article-detail-txts .txt{
  display:block;
  float:left;
  width:100%;
}
.article-detail-txts .txt, .article-detail-txts .txt p{
  font-size: 15px;
  line-height: 30px;
  color: #1D1D1B;
  font-weight: 500;
}
.article-detail-txts .txt p{
  margin-bottom:30px;
}
.articleview-sldr{
  display:block;
  float:left;
  width:100%;
}
.articleview-sldr .owl-prev, .articleview-sldr .owl-next{
  color: #000;
  font-size: 29.9px;
  top: 50%;
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  padding:20px;
}
.articleview-sldr .owl-prev{
  left:0;
}
.articleview-sldr .owl-next{
  right:0;
}
.articleview-sldr .owl-prev:before, .articleview-sldr .owl-next:after{
  color:#fff;
  margin:0;
  line-height: 40px;
  width: 40px;
  display: inline-block;
  text-align:center;
}
.articleview-sldr .owl-prev:before{
  content: "\f104";
}
.articleview-sldr .owl-next:after{
  content: "\f105";
  width: 35px;
  margin-left: 5px;
}
@media(max-width:992px) {
  .article-detail-holder{
    padding:50px 0 40px;
  }
  .article-detail-img{
    display:inline;
    float:none;
  }
  .article-detail-txts{
    padding-right:0;
    margin-bottom:20px;
  }
}

.section--banner-testimonials-hp{
  display:block;
  float:left;
  width:100%;
  clear:both;
  background-color:#F7F8F9;
  padding:60px 0;
}
.testimonals-sldr{
  display:block;
  float:left;
  width:100%;
}
.testimonals-sldr .owl-stage{
  display:flex;
}
.testimonals-sldr .item{
  display:block;
  float:left;
  width:100%;
  padding:60px 15% 160px;
  position:relative;
  height:100%;
}
.testimonals-sldr h1{
  font-size:20px;
  line-height:30px;
  text-transform:none;
  font-weight:500;
  position:relative;
  z-index:1;
}
.testimonals-sldr .item h1:after, .testimonals-sldr .item h1:before{
  content:'';
  display:block;
  float:left;
  position:absolute;
  width:100px;
  height:70px;
  background-size: contain;
  background-repeat:no-repeat;
  z-index: -1;
}
.testimonals-sldr .item h1:before{
  top:-30px;
  left:-20px;
  background-image: url('../images/quotes.png');
}
.testimonals-sldr .item h1:after{
  bottom:-30px;
  right:-20px;
  background-image: url('../images/quotes2.png');
}
.testimonals-sldr .author{
  display:block;
  float:left;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  border-top:2px solid #B1CADB;
}
.testimonals-sldr .author h2{
  display:inline-block;
  color:#CF2623;
  font-weight:500;
  font-size:23px;
  border-top:4px solid #0066CC;
  padding:40px 0 0 0;
  margin:-3px 0 10px 0;
  text-transform:none;
}
.testimonals-sldr .author span{
  display:inline-block;
  clear:both;
  color:#9FA3A7;
  font-weight:300;
  font-size:13px;
  letter-spacing: 2px;
  text-transform:uppercase;
}
.testimonals-sldr .owl-prev, .testimonals-sldr .owl-next{
  color: #000;
  font-size: 29.9px;
  top: 30%;
  border:1px solid #B1CADB;
  border-radius:50%;
}
.testimonals-sldr .owl-prev{
  left:-10%;
}
.testimonals-sldr .owl-next{
  right:-10%;
}
.testimonals-sldr .owl-prev:before, .testimonals-sldr .owl-next:after{
  color:#B1CADB;
  margin:0;
  line-height: 40px;
  width: 40px;
  display: inline-block;
  text-align:center;
}
.testimonals-sldr .owl-prev:before{
  content: "\f104";
}
.testimonals-sldr .owl-next:after{
  content: "\f105";
  width: 35px;
  margin-left: 5px;
}
@media(max-width:992px) { 
  .horizontal-separator{
    display:none;
  }
  .specialize-main-block.artigos-block .artigo-item small.specialize-heading {
    height: auto;
    font-size:14px;
  }
  .specialize-main-block.artigos-block .artigo-item {
    margin-bottom:20px;
  }
  .specialize-main-block.artigos-block .artigo-item b {
    display:block;
    float:left;
    width:100%;
    color:#212121;
    font-size:18px;
  }
  .section--banner-testimonials-hp{
    padding:0 0;
  }
  .testimonals-sldr .item{
    padding:60px 15% 20px;
  }
  .testimonals-sldr h1{
    font-size:16px;
    line-height:26px;
    text-transform:none;
    font-weight:500;
    position:relative;
    z-index:1;
    margin-bottom:80px;
  }
  .testimonals-sldr .item h1:after, .testimonals-sldr .item h1:before{
    width:70px;
    height:50px;
  }
  .testimonals-sldr .author{
    position:static;
    bottom:auto;
    left:auto;
    border-top:2px solid #B1CADB;
  }
  .testimonals-sldr .author h2{
    font-size:20px;
    border-top:4px solid #0066CC;
    padding:20px 0 0 0;
    margin:-3px 0 0 0;
  }
  .testimonals-sldr .author span{
    font-size:12px;
  }
}


/* ================================= */
    /*=====  Department =====*/
/* ================================= */
.department-main-block {
  background-color: #F5F5F5;
  padding: 64px 0 37px;
}
.department-block {
  margin: 48px 0 0;
}
.department-block .nav-tabs {
  border: 0;
}
.department-block .nav-tabs .department-tab-block {
  width: 165px;
  height: 151px;
  background-color: transparent;
  border: solid 5px rgba(4, 130, 164, 0.5);
  margin-left: -15px;
  margin-right: 15px;
  text-align: center;
  position: relative;
}
.department-block .nav-tabs li.active .department-tab-block:before {
  content: "";
  width: 165px;
  height: 151px;
  margin: 5px;
  background-color: transparent;
  border: solid 2px rgba(4, 130, 164, 0.5);  
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.department-block .nav-tabs li.active .department-tab-block a, 
.department-block .nav-tabs li.active .department-tab-block a:focus, 
.department-block .nav-tabs li.active .department-tab-block a:hover {  
  background-color: transparent;
  border: none;
  border-bottom-color: transparent;  
}
.department-block .nav-tabs li .department-tab-block:before {
  content: "";
  width: 165px;
  height: 151px;
  margin: 5px;
  background-color: transparent;
  border: solid 2px rgba(4, 130, 164, 0.5);  
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.department-block .nav-tabs li:hover .department-tab-block:before {
  opacity: 1;
}
.department-block .department-tab-block {
  padding-top: 28px;
}
.department-block .nav-tabs li a {
  color: #454545;
  font-size: 71px;
  line-height: 0;
  background: transparent;
  border: none;
}
.department-block .nav-tabs li span {
  display: block;
  font-size: 16px; 
  margin-top: 10px;
  text-align: center;
  color: #989898;
}
.department-block .nav-tabs li a:hover {
  border: none;
  border-color: transparent;
}
.department-block .nav li a:focus, 
.department-block .nav li a:hover {
  border: none;
  background-color: transparent;
}
.department-tab-content {
  margin: 31px 0 19px;
}
.department-heading {
  line-height: 1.08;
  letter-spacing: 1.2px;
  color: #9c9ea2;
  padding: 25px 0 14px;
}
.department-icon {
  color: #454545;
  font-size: 258px;
  line-height: 0;
  margin-bottom: 21px;
}
.department-tab-content .btn {
  padding: 10px 28px;
}

@media(max-width:992px) {  
 .department-block .nav-tabs li {
    margin-bottom: 30px;
  }  
  .department-tab-content {
    margin: 31px 0 19px;
  }
  .department-dtl {
    overflow: hidden;
  }
}
@media(max-width: 767px) { 
  .department-block .nav-tabs {
    padding-left: 20%;
  } 
}

/* ================================= */
    /*===== Specialist =====*/
/* ================================= */
.specialist-main-block {
  padding: 41px 0 112px;
}
.specialist-main-block .section {
  margin-bottom: 51px;
}
.specialist-block {
  box-shadow: 0px 3px 9.3px 0.7px rgba(198, 198, 198, 0.35); 
}
.specialist-img {
  position: relative;
}
.specialist-img img {
  width: 100%;
}
.specialist-department {
  width: 63px;
  height: 63px;
  border-radius: 100%;
  background-color: #454545;
  margin: -31.5px auto 26px;
  font-size: 29px;
  line-height: 63px;
  position: relative;
  text-align: center;
  color: #FFF; 
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.specialist-block:hover .specialist-department {  
  background-color: #9c9ea2;
}
.specialist-dtl {
  padding: 0 20px 0 25px;
}
.dr-name {
  font-size: 17px;
}
.specialist-post {
  line-height: 2;
  letter-spacing: 1.3px;
  color: #9c9ea2;
  margin: 6px 0 0;
}
.specialist-dtl .social-icon {
 text-align: right;
 padding-bottom: 17px;
}
.social-icon ul li  {
  display: inline-block;
  background-color: #000;
  text-align: center;
  line-height: 32px;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin:0 2px
}
.social-icon  ul li a {
  color: #FFF;
  width: 35px;
  height: 31px;
  display:block;
}

.social-icon ul li:hover { 
  background-color: #9c9ea2;
}
@media(max-width:992px) { 
  .specialist-main-block {
    padding: 41px 0 82px;
  }
  .specialist-block {
    margin-bottom: 30px;
  }
}

/* ================================= */
    /*===== Divider =====*/
/* ================================= */
.testimonial-block-container {
  background: #444 url('/images/clinica-background.png') center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.divider-main-block .col-md-4 {
  padding: 0;
}
/*Testimonial*/
.testimonial-block {
  padding: 48px 0 46px;
  background: #e1e5e6;
}
.testimonial-icon {
  padding: 0 0 24px;
  font-size: 51px;
  line-height: 1;
  color: #454545;
  text-align: center;
}
.testimonial-heading {
  line-height: 1.08;
  letter-spacing: 3.6px;
  color: #333;
}
.testimonial-slider p {
  line-height: 1.86;
  color: #333;  
  margin: 0 auto;
  padding: 18px 30px 0;
}
.owl-carousel .owl-item .testimonial-client img {
  display: block;
  margin: 0 auto;
  width: 99px;
  height: 99px;
  border-radius: 100%;
}
.testimonial-client p {
  color: #000;
  margin-top: 18px;
}
.testimonial-block .owl-prev,
.testimonial-block .owl-next {  
  top: -90px; 
  padding: 0 100px;
}
.testimonial-block .owl-prev:hover,
.testimonial-block .owl-next:hover {  
  color: #FFF;
}
/*Divider Tab*/
.divider-tab-block {
  position: relative;
  padding: 127.5px 27px;
}
.divider-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #3acdeb, #34c8e9), linear-gradient(#eeeeee, #eeeeee);
  opacity: 0.95;
}
.divider-tab-block .nav-tabs>li.active>a, 
.divider-tab-block .nav-tabs>li.active>a:focus, 
.divider-tab-block .nav-tabs>li.active>a:hover {
  color: #9c9ea2;
  cursor: default;
  background-color: rgba(45,45,45,1);
  border: 1px solid transparent;
  border-top: 4px solid #FFF;
}
.divider-tab-block .nav-tabs>li>a, 
.divider-tab-block .nav-tabs>li>a:focus, 
.divider-tab-block .nav-tabs>li>a:hover {
  color: #FFF;
  background-color: rgba(45,45,45,1);
  border-radius: 0;
  border: 1px solid #E7E7E7;
  border-top: none;
  margin-bottom: -4px;
  margin-right: 0;
}
.divider-tab-block .nav-tabs li:first-child a {
  border-radius: 4px 0 0 0;
}
.divider-tab-block .nav-tabs li:last-child a {
  width: 100%;
  border-radius: 0 4px 0 0;
  border-right: none;
}
.divider-content {
  position: relative;
  z-index: 555; 
  padding: 30px;
  border-radius: 0 0 4px 4px;
  background-color: rgba(45,45,45,1);
}
@media(max-width: 767px) { 
  .divider-tab-block .nav>li>a {
    padding: 5px 4px;
  }
}
.divider-content p {
  line-height: 1.71;
  color: #FFF;
}
/*Divider Comment*/
.divider-comment {  
  padding: 88px 20px 216px;
  background-color: #0482A4;
}
.divider-icon i {
  font-size: 60px;
  color: #FFF;
  line-height: 0.8;
}
img.comment-img {
  margin: 30px auto 35px;
}
.divider-comment p {
  color: #FFF;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  line-height: 2.14;
  font-family: 'Open Sans', sans-serif;  
} 
.testimonial-block,
.divider-tab-block,
.divider-comment {
  min-height: 350px;  
}

/* ================================= */
    /*===== Footer =====*/
/* ================================= */
.footer-main-block {
  display:block;
  float:left;
  width:100%;
  padding: 108px 0 6px;
  background-color: #CF2623;
}
.footer-block {
  position: relative;
}
.footer-block, .footer-block a, .footer-block p, .footer-block h3 {
  color:#fff;
  font-size:14px;
  font-weight:500;
  line-height: normal;
}
.footer-block a:hover {
  color:#C8C8C8;
}
.footer-block.moradas-polos{
  margin-top:20px;
}
.footer-menu li{
  margin-bottom:10px;
}
.conact-widget ul li{
  margin-bottom:15px;
}
.footer-block .footer-social-icon{
  font-size:26px;
  margin-right:20px;
}
.footer-details-partners{
  width:auto;
  height:auto;
  max-width:100%;
}
.footer-widget:after {
  display:none;
  content: " ";
  position: absolute;
  top: 0;
  width: 35px;
  height: 2.5px;
  margin: 36px 0 0;
  background-color: #424242;
}
.footer-heading {
  color: #000;
  margin-bottom: 24px;
  letter-spacing:2px;
  font-weight: 600;
  text-transform: none;
  letter-spacing:none;
  font-size:14px;
}
.footer-heading span {
  font-size:12px;
}

.footer-sub-heading {
  color: #000;
  margin-top: 24px;
  margin-bottom: 12px;
  letter-spacing:2px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing:none;
  font-size:10px;
}


.footer-heading,
.footer-sub-heading {
  color: #290202;
}

.footer-details{
  display:block;
  float:left;
  width:100%;
  padding: 20px 0 20px;
  margin-top:0;
}
.footer-details-logo{
  margin-bottom:40px;
}
.fotter-copy{
  color: #C8C8C8;
  font-size: 12px;
}
.fotter-menu a{
  color: #C8C8C8;
  font-size: 12px;
  text-transform:uppercase;
  -webkit-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.fotter-menu a:hover{
  color: #fff;
}
.fotter-menu span{
  display:inline-block;
  color: #C8C8C8;
  margin:0 30px;
}
.about-details p {
  color: #FFF;
}
.footer-logo {
  margin-top: 30px;
  margin-bottom: 30px;
}

.footer-logo img {
  display: block;
  max-width: 160px;
}
.useful-widget ul li {
  list-style: square;
  border-bottom: 1px solid #333;
  margin-left: 15px;
  padding: 11px 0 11px;
  color: #424242;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -transition: 0.3s ease-out;
}
.useful-widget ul li:last-child {
  border-bottom: none;
}
.useful-widget ul li:first-child {
  padding: 0 0 11px
}
.useful-widget ul li a,
.useful-widget ul li span {
  color: #FFF;
}
.useful-widget ul li:hover a {
  color: #9c9ea2;
}
.useful-widget ul li:hover {
  color: #FFF;
}
.conact-widget ul li  {
  color: #FFF;
  line-height: 1.86;
  letter-spacing: 2.1px;
  padding-bottom: 10px;
}
.conact-widget ul li span {
  color: #9c9ea2;
}
.social-footer {
  padding: 27px 0 13px;
}
.social-footer ul li {
  display: inline-block;  
  text-align: left; 
  text-align: center;
  line-height: 34px;
  margin: 0 8.5px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -transition: 0.3s ease-out;
  border: 2px solid #FFF;  
}
.social-footer ul li a {
  color: #FFF;
  width: 37px;
  height: 34px;
  display:block;
}
.social-footer ul li:hover  { 
  border: 2px solid #9c9ea2;
}
.social-footer ul li:hover a {
  color: #9c9ea2;
}
.footer-details p {
  line-height: 2.57;
  color: #A0A0A0;
}
@media (max-width: 767px) {
  .social-footer ul li  {   
    margin: 0 3px;
  }
}
@media (max-width: 992px) {
  .footer-widget {
    margin-top: 50px;
  }  
  .footer-main-block {
    padding: 20px 0 6px;
  }
  .footer-block, .footer-block a, .footer-block p {
    font-size:12px;
  }
  .footer-block .fa {
    font-size:26px;
    margin-right:20px;
  }
  .text-xs-sm-center{
    text-align:center;
  }
  .fotter-menu{
    margin-bottom:20px;
  }
  .fotter-menu a{
    display:inline-block;
    width:100%;
    margin-bottom:5px;
  }
  .fotter-menu span{
    display:none;
  }
  .footer-details{
    padding: 30px 0 10px;
    margin-top:0;
    border-top:none;
  }
  .fotter-copy{
    margin-top:20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) { 
  .footer-widget:after {   
    top: 30px;
  }
}

.footer-main-block hr {
  border-top-color: #666;
}

.footer-main-block .ydeal img {
  width: 100px;
  margin-bottom: 30px;
}

/* ================================= */
    /*===== Portfolio Col-3 =====*/
/* ================================= */
.portfolio-col-three-main {
  padding-bottom: 30px;
}
.portfolio-col-three-main .section {
  margin: 80px 0 51px;
}
.portfolio-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.portfolio-img img {
  width: 100%;
}
.portfolio-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);  
  opacity: 0;
  text-align: center;
  font-size: 30px;
  color: #FFF;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  -transition: 0.5s ease-out;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0); 
  transform: scale(0);      
}
.portfolio-overlay a { 
  color: #FFF; 
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.portfolio-block:hover .portfolio-overlay {  
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1); 
  transform: scale(1);      
}
.scale-anm {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.portfolio-filter {
  margin-bottom: 40px;
}
.portfolio-filter ul li {
  border: 1px solid #ECECEC;
  border-radius: 0;
  color: #989898;
  text-transform: uppercase;
  text-align: center;
  border-right: none;
  margin-left: -3px;
  padding: 16px 18px;
}
.portfolio-filter ul li:first-child {  
  padding-left: 48px;
}
.portfolio-filter ul li:last-child {
  border-right: 1px solid #ECECEC;
  padding-right: 48px;
}
.portfolio-filter ul li:hover {  
  color: #9c9ea2;
}
.mfp-title {
  color: #FFF;
  text-transform: uppercase;
}

/* ================================= */
    /*===== Portfolio Col-4 =====*/
/* ================================= */
.portfolio-col-four-main {
  padding-bottom: 30px;
}
.portfolio-col-four-main .section {
  margin: 80px 0 51px;
}

/* ================================= */
    /*===== Portfolio Full Width =====*/
/* ================================= */
.portfolio-full-width-main {
  padding-bottom: 30px;
}
.portfolio-full-width-main .section {
  margin: 80px 0 51px;
}
.portfolio-full-col {
  width: 20%; 
  float: left;
  position: relative;
}
.portfolio-full-width-main .portfolio-img {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .portfolio-full-col {
    width: 100%;    
  }
}
@media (min-width: 768px) and (max-width: 992px) { 
  .portfolio-full-col {
    width: 50%;    
  }
}
/* ================================= */
    /*===== Portfolio Masonry =====*/
/* ================================= */
.portfolio-masonry-main {
  margin: 90px 0 88px;
}
.portfolio-masonry-block {     
  -webkit-column-count: 4; 
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  -webkit-column-width: 25%;
  -moz-column-width: 25%;
  column-width: 25%;
}
.portfolio-masonry-block .portfolio-img { 
  margin-bottom: 0;
  overflow: visible;
}
@media (max-width: 767px) {
  .portfolio-masonry-main .portfolio-masonry-block {
    -webkit-column-count: 1; 
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-width: 100%;
    -moz-column-width: 100%;
    column-width: 100%;   
  }
}
@media (min-width: 768px) and (max-width: 992px) { 
  .portfolio-masonry-main .portfolio-masonry-block {
    -webkit-column-count: 2; 
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width: 50%;   
  }
}

/* ================================= */
    /*===== Portfolio With Title =====*/
/* ================================= */
.portfolio-main-block {
  padding-bottom: 30px;
}
.portfolio-main-block .section {
  margin: 80px 0 51px;
}
.portfolio-main-block .portfolio-block {
  margin-bottom: 30px;  
}
.portfolio-main-block .portfolio-img { 
  margin-bottom: 0;
}
.portfolio-dtl {
  padding: 23px 33px 19px;
  border: 1px solid #F1F1F1;
}
.portfolio-dtl a {
  color: #000;
  font-size: 16px;
  text-transform: uppercase;  
  letter-spacing: 1.8px;
}
.portfolio-dtl span {
  display: block;
  color: #9c9ea2;
  font-size: 14px;
  margin: 3px 0 8px;
  text-transform: lowercase;
  letter-spacing: 2px;
}

/* ================================= */
    /*===== Doctor Style 1 =====*/
/* ================================= */
.specialist-main-block.dr-style-one {
  padding: 41px 0 91px;
}
.dr-style-one .specialist-department { 
  background-color: #000;
}
.search-block {
  height: 112px;
  background-color: #9c9ea2;
  position: relative;
  margin: 91px 0 18px;
}
.search-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.search-main-block label {
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  margin-right: 30px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}
.search-main-block .form-control {
  width: 500px;
  margin-right: 27px;
}
.search-main-block .btn-default:hover {
  background-color: #454545;
}
@media(max-width:992px) { 
  .search-block {
    height: 200px;
    text-align: center;
  }
  .search-main-block .form-control {
    width: 100%;
    margin: 20px auto;
  }
}

/* ================================= */
    /*===== Doctor Style 2 =====*/
/* ================================= */
.dr-style-two {
  margin: 124px 0 60px;
}
.dr-style-two .specialist-block {
  box-shadow: none; 
}
.dr-style-two .specialist-department { 
  position: absolute;
  margin: 0 auto 0; 
  left: 0;
  right: 0;
  opacity: 0;  
  top: 40%;
  transform: translate(-0%, -40%);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -transition: 0.3s ease-out;
}
.dr-style-two .specialist-block:hover .specialist-department {  
  opacity: 1;
}
.dr-style-two .specialist-dtl {
  padding: 20px 6px 13px 6px;
}
.dr-style-two .specialist-post {  
  margin: 6px 0 3px;
}
.dr-style-two .social-icon {
  text-align: center;
  position: absolute;
  bottom: 2px;
  margin: 0 auto;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -ms-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  -transition: 0.3s ease-out;
}
.dr-style-two .specialist-block:hover .social-icon {
  opacity: 1;
}

/* ================================= */
    /*===== Contact Page 1 =====*/
/* ================================= */
.contact-main-block {
  margin: 78px 0 87px;
}
.contact-form label {
  font-size: 16px;
  color: #2F2F2F;
  text-transform: uppercase;
  line-height: 1.88;
  letter-spacing: 2.4px;
  margin: 04px 0 14px;
}
.contact-form .form-control {
  font-size: 14px;
  font-style: normal;
  line-height: 3.43;
  color: #8D8D8D;
  height: 47px;
}
.contact-form textarea {
  font-size: 14px;
  padding-left: 15px;
  font-style: normal;
  line-height: 3.43;
  color: #8D8D8D;
  width: 100%;
  height: 269px;
}
.contact-form  .btn-default {
  margin-top: 30px;
}
.map-location {
  width:100%;
  height: 518px;
}

.contact-main-section{
  display:block;
  float:left;
  width:100%;
  padding:30px 0 60px 0;
}
.upper-contact-holder{
  display:block;
  float:left;
  width:100%;
  position:relative;
}
.upper-contact-holder #location{
  display:block;
  float:left;
  width:49%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  margin:0;
}
.contact-transportation{
  display:block;
  float:left;
  width:100%;
  text-align:center;
  margin-top:20px;
}
.contact-transportation img{
  display:inline-block;
  max-width:100%;
  height:auto;
  margin-bottom:5px;
}
.contact-transportation span{
  display:block;
  float:left;
  width:100%;
  font-size: 12px;
  color: #CF2623;
}
.contact-transportation .ttl{
  letter-spacing: 2px;
  margin-bottom: 2px;
  font-weight:700;
  text-transform:uppercase;
}
.contacts-social-parking{
  display:block;
  float:left;
  width:100%;
  line-height:40px;
  color: #CF2623;
  padding:30px 0 0 0;
}
.contacts-social-parking .social{
  display:inline-block;
  text-transform:uppercase;
  font-size: 12px;
}
.contacts-social-parking a{
  font-size:20px;
  vertical-align:middle;
  margin:0 10px;
  color: #CF2623;
}
.contacts-social-parking .parking{
  display:block;
  float:left;
  width:100%;
  color:#FB9486;
  text-decoration:underline;
  letter-spacing:1px;
  font-size:14px;
  font-weight:700;
}
.contact-text-info{
  display:block;
  float:left;
  width:100%;
  padding:20px 0 0 0;
}
.contact-text-info li{
  display:block;
  float:left;
  width:100%;
  margin-bottom:20px;
}
.contact-text-info p{
  font-size: 16px;
  color: #CF2623;
  font-weight: 500;
}
.contact-text-info h3{
  font-size: 17px;
  color: #1D1D1B;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom:5px;
}
.contact-text-info a{
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.contact-msg-form{
  display:block;
  float:left;
  width:100%;
  padding:80px 0 0 0;
}
.contact-msg-form h2{
  display:block;
  float:left;
  width:100%;
  position:relative;
  font-weight: 700;
  color: #CF2623;
  font-size:35px;
  line-height:60px;
  padding:40px 0 0 0;
}
.contact-msg-form h2:before{
  content:"";
  display:block;
  float:left;
  width:200px;
  height:1px;
  position:absolute;
  top:0;
  left:0;
  background-color: #CF2623;
}
.contact-msg-form form{
  display:block;
  float:left;
  width:100%;
}
.contact-msg-form form label{
  display:block;
  float:left;
  width:100%;
  color:#000;
  font-weight:300;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-style: italic;
}
.contact-msg-form form label .required{
  color:red;
  display:inline-block;
  margin-right:5px;
}
.contact-msg-form form input, .contact-msg-form form textarea{
  display:block;
  float:left;
  width:100%;
  border-top:none;
  border-left:none;
  border-right:none;
  resize: none;
  margin-bottom:40px;
  font-size:14px;
  color:#000;
  font-family: 'Open Sans', sans-serif;
}
.contact-msg-form form input:focus, .contact-msg-form form textarea:focus{
  box-shadow:none;
}
.contact-msg-form form button{
  display:block;
  float:right;
  margin-bottom:10px;
  font-size: 14px;
  color: #000;
  padding:15px 50px;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing:1px;
  background:none;
  border:1px solid #000;
  border-radius:0;
  text-decoration: none;
  letter-spacing: 3px;
}
@media(max-width:992px) {  
  .upper-contact-holder #location{
    width:100%;
    height:200px;
    position:static;
    top:auto;
    left:auto;
  }
  .contact-main-section {
    padding: 30px 0 10px 0;
  }
  .contacts-social-parking{
    padding-top:0;
  }
  .contact-msg-form {
    padding: 40px 0 0 0;
  }
  .contact-msg-form h2 {
    font-size: 25px;
    line-height: 30px;
    padding: 20px 0 0 0;
  }
  .contact-msg-form h2:before {
    width: 130px;
  }
}

/* ================================= */
    /*===== Pricing Plan =====*/
/* ================================= */
.price-main-block {
  margin: 100px 0 8px;
}
.price-main-block .section {
  margin-bottom: 52px;
}
.pricing-table {
  margin-bottom: 80px;
}
.price-img img {
  max-width: 100%;
  border-radius: 50%;
}
.price-dtl {
  margin: 18px 0 0 ;
}
.price-heading {
  font-size: 17px;
}
.price-dtl ul {
  margin: 20px 0 23px;
}
.price-dtl ul li {
  margin: 16px 0;
  line-height: 1.36;
  color: #989898;
}



.second-menu {
  display: block;
  float: left;
  width: 100%;
  background-color:#ff9489;
  padding:20px 0;
}
.second-menu ul {
  display: table;
  width: 100%;
}
.second-menu ul li {
  display: table-cell;
  vertical-align:middle;
  width: 14.28%;
  border-left:1px solid #fff;
}
.second-menu ul li:first-child {
  border-left:none;
}
.second-menu ul li a {
  display: block;
  float: left;
  width: 100%;
  text-align:center;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  padding:0 20px;
}
@media(max-width:1500px) { 
  .second-menu ul li a {
    font-size: 12px;
    padding:0 10px;
  }
}
@media(max-width:992px) { 
  .second-menu {
    padding:0;
  }
  .second-menu .same-height{
    height:auto !important;
  }
  .second-menu ul {
    display: block;
    float:left;
  }
  .second-menu ul li {
    display: block;
    float:left;
    width: 100%;
    border-left:0;
    border-top:1px solid #fff;
    padding:5px 0;
  }
  .second-menu ul li:first-child {
    border-top:none;
  }
}

.back-to-discount{
  display: block;
  float: left;
  position: absolute;
  width:100px;
  left:0;
  top:1500px;
  top:200vh;
  background-color:#ff9489;
  text-align:center;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding:15px 0 0 0;
  border-radius:0 10px 10px 0;
  z-index: 9;
}
.back-to-discount i{
  font-size:40px;
}
.back-to-discount:hover{
  color: #fff;
  padding-left:10px;
  width:110px;
}
@media(max-width:992px) { 
  .back-to-discount{
    display: none !important;
  }
}

.prices-by-area-holder{
  display: block;
  float: left;
  width: 100%;
  padding:70px 0 0 0;
}
.prices-by-area{
  display: block;
  float: left;
  width: 100%;
  padding:35px 0 80px;
}
.prices-by-area .line-effect{
  display: block;
  float: left;
  width: 100%;
  position:relative;
  margin-bottom:30px;
}
.prices-by-area .line-effect:after{
  content:"";
  display: block;
  float: left;
  width: 100%;
  height:2px;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:0;
  background-color: #05478F;
}
.prices-by-area h1{
  display: block;
  float: left;
  font-size: 30px;
  letter-spacing: 1px;
  color: #05478F;
  font-weight: 500;
  text-transform: uppercase;
  background-color:#fff;
  position:relative;
  z-index:1;
  padding:0 30px 0 0;
}
.prices-by-area h3{
  display: block;
  float: left;
  width: 100%;
  font-size: 20px;
  letter-spacing: 1px;
  color: #1D1D1B;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom:20px;
}
@media(max-width:992px) { 
  .prices-by-area-holder{
    padding:40px 0 0 0;
  }
  .prices-by-area{
    padding:0 0 40px;
  }
  .prices-by-area h1{
    font-size: 20px;
    padding:0 20px 0 0;
  }
  .prices-by-area h3{
    font-size: 16px;
    margin-bottom:20px;
  }
}
.price-table{
  display: block;
  float: left;
  width: 100%;
  border:2px solid #0065ac;
  margin-bottom:50px;
}
.price-table .price-table-header{
  display: table;
  width: 100%;
  background-color: #0065ac;
  padding:20px 0;
}
.price-table.secondary-color{
  border-color:#004d8a;
}
.price-table.secondary-color .price-table-header{
  background-color: #004d8a;
}
.price-table .price-table-header .half-block{
  display: table-cell;
  width: 50%;
  vertical-align:middle;
}
.price-table .price-table-header .half-block.w-separator{
  border-right:1px solid #fff;
}
.price-table .duration, .price-table .sessions, .price-table .price{
  display: block;
  float: left;
  width: 100%;
  text-align:center;
  color:#fff;
}
.price-table .duration{
  font-size:30px;
  line-height:30px;
  font-weight: 700;
  letter-spacing: 3px;
}
.price-table .sessions{
  font-size: 12px;
  line-height:12px;
  color:#ff9489;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.price-table .price{
  font-size:30px;
  line-height:30px;
  font-weight: 700;
  letter-spacing: 3px;
}
.price-table .price span{
  display:inline-block;
  max-width:50%;
  font-size:14px;
  line-height:normal;
  text-align:left;
  padding-left:5px;
  font-weight:300;
  letter-spacing: 1px;
}
.price-table .include{
  display: block;
  float: left;
  width: 100%;
  text-align:center;
  font-size: 15px;
  color: #1D1D1B;
  font-weight: 300;
  padding:10px 0;
}
.price-table.vertical-version .price-table-header{
  display: block;
  float:left;
  padding:20px 0;
}
.price-table.vertical-version .price-table-header .half-block{
  display: block;
  float:left;
  width: 100%;
}
.price-table.vertical-version .price-table-header .half-block.w-separator{
  border:none;
  position:relative;
  margin-bottom:12px;
}
.price-table.vertical-version .price-table-header .half-block.w-separator:after{
  content:"";
  display:block;
  float:left;
  position:absolute;
  bottom:0;
  left:50%;
  transform:translateX(-50%);
  height:1px;
  width:30px;
  background-color: #fff;
}
.price-table.vertical-version .duration{
  margin-bottom:12px;
}
.price-table.vertical-version .price span{
  max-width:30%;
}
.price-table .note{
  display: block;
  float: left;
  width: 100%;
  text-align:center;
  color:#fff;
  font-size:12px;
  font-weight:300;
  letter-spacing: normal;
}
@media(max-width:992px) { 
  .price-table{
    margin-bottom:20px;
  }
  .price-table .price-table-header.same-height{
    height:auto !important;
  }
  .price-table .duration{
    font-size:26px;
    line-height:26px;
    letter-spacing: 2px;
  }

  .price-table .sessions{
    font-size: 11px;
  }
  .price-table .price{
    font-size:26px;
    line-height:26px;
    letter-spacing: 2px;
  }
  .price-table .price span{
    font-size:12px;
    padding-left:3px;
  }
  .price-table .include{
    font-size: 13px;
    padding:8px;
  }
}

.partners-list{
  display: block;
  float: left;
  width: 100%;
  margin-bottom:80px;
}
.partners-list .partners-block-title{
  display: block;
  float: left;
  width: 100%;
  margin-bottom:30px;
}
.partners-list .title, .partners-list .subtitle, .partners-list .intro{
  display: block;
  float: left;
  width: 100%;
  text-align:center;text-transform: uppercase;
}
.partners-list .title{
  font-size:50px;
  font-weight:700;
  color: #ff9489;
}
.partners-list .subtitle{
  font-size:20px;
  font-weight:700;
  color: #1D1D1B;
  margin-bottom:50px;
}
.partners-list .intro{
  position:relative;
}
.partners-list .intro:after{
  content: "";
  display: block;
  float: left;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #ff9489;
}
.partners-list .intro > span{
  display:inline-block;
  background-color:#fff;
  position:relative;
  z-index:1;
  padding:0 20px;
  font-size: 24px;
  letter-spacing: 2px;
  color: #ff9489;
  font-weight: 500;
}
@media(max-width:992px) {
  .partners-list{
    margin-bottom:20px;
  }
  .partners-list .title{
    font-size:30px;
  }
  .partners-list .subtitle{
    font-size:16px;
    margin-bottom:20px;
  }
  .partners-list .intro > span{
    padding:0 20px;
    font-size: 20px;
  }
}
.partner-item{
  display: block;
  float: left;
  width: 100%;
  text-align:center;
  border-right:1px solid #9FA3A7;
  padding:0 20px;
  margin:25px 0 25px 0;
}
.partner-item.no-brd{
  border:none;
}
.clear-partner-item{
  clear:both;
}
.partner-item img{
  display: inline-block;
  width: auto;
  height:auto;
  max-width:100%;
  margin-bottom:20px;
}
.partner-item .partner-name{
  display: block;
  float: left;
  width: 100%;
  font-size: 13px;
  color: #1D1D1B;
  font-weight: 300;
  letter-spacing: 2px;
}
@media(max-width:992px) {
  .partner-item{
    border-right:none;
    padding:0 10px;
    margin:10px 0 10px 0;
  }
}

.discount-block{
  display: block;
  float: left;
  width: 100%;
  padding:30px 0 60px 0;
}
.discount-title, .discount-text-one, .discount-text-two, .discount-text-three, .discount-text-four, .discount-text-five {
  display: block;
  float: left;
  width: 100%;
}
.discount-block .discount-title{
  font-weight: 700;
  color: #CF2623;
  font-size: 35px;
  line-height: 50px;
}
.discount-text-one, .discount-text-three{
  font-size: 18px;
  color: #1D1D1B;
  font-weight: 300;
  letter-spacing: 2px;
}
.discount-text-one{
  position:relative;
  padding:30px 0 0 0;
}
.discount-text-one:before{
  content:"";
  display:block;
  float:left;
  position:absolute;
  top:0;
  left:0;
  width:180px;
  height:2px;
  background-color:#CF2623;
}
.discount-text-two{
  font-size: 35px;
  color: #1D1D1B;
  font-weight: 700;
  letter-spacing: 2px;
}
.discount-text-three{
  margin-bottom: 20px;
}
.discount-text-four{
  font-size: 16px;
  color: #CF2623;
  font-weight: 300;
  margin-bottom: 30px;
}
.discount-text-five{
  font-size: 12px;
  color: #9FA3A7;
  font-weight: 300;
  letter-spacing: 2px;
}
.discount-link{
  display: block;
  float:left;
  clear:both;
  border: 1px solid #CF2623;
  background-color: #CF2623;
  color: #fff;
  border-radius: 50px;
  padding: 10px 40px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
@media(max-width:992px) {
  .discount-block{
    padding:0 0 20px 0;
  }
  .discount-block .discount-title{
    font-size: 26px;
    line-height: normal;
  }
  .discount-text-one:before{
    display:none;
  }
  .discount-link{
    margin-bottom: 20px;
  }
}


/* ================================= */
    /*===== Service Page =====*/
/* ================================= */
.our-services-main-block  {
  padding: 86px 0 40px;
}
.our-services-main-block .section {
  margin-bottom: 50px;
}
.our-services-main-block .section p {
  margin-left: 0;
}
.service-img {
  position: relative;
}
.service-img img {
  width: 100%;
}
.service-detail {
  position: relative;
  margin: -140px auto 61px;
  left: 0;
  right: 0;
  width: 95%;
  background-color: #FFF;
  padding: 40px 55px 30px;
  box-shadow: 0 10px 20px rgba(198,198,198,0.19), 0 6px 6px rgba(0,0,0,0.23);
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; 
}
.service-block:hover .service-detail {
  margin: -150px auto 61px;
  padding: 40px 55px 40px;
   box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23)
}
.service-detail p {
  padding: 14px 0 13px;
}
.our-services-main-block .read-more {
  text-transform: uppercase;
}

/* ================================= */
    /*===== Service Details =====*/
/* ================================= */
.services-details-main-block {
  padding: 91px 0 0px;
}
.services-img img {
  width: 100%;
}
.services-dtl {
  margin-top: 24px;
}
.our-features-block {
  margin-top: 38px;
}
.our-features-heading {
  font-size: 17px;
}
.our-features-block ul {
  margin: 18px 0 21px;
}
.our-features-block li {
  margin-bottom: 10px;
  color: #989898;
}
.our-features-block i {
  color: #9c9ea2;
  margin-right: 10px;
}
.dr-style-two.services-dr {
  margin: 0;
  padding: 82px 0 63px;
}
/*===== Service Sidebar =====*/
.services-content ul {
  margin: 30px 0 63px;
}
.services-content li {
  margin-bottom: 20px;
}
.services-content i {
  margin-right: 26px;
}
.services-price {
  margin-top: 19px;
}
.services-price li {
  margin-top: 20px ;
  color: #989898;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;  
}
.services-price li:hover {
  color: #000;
}

/* ================================= */
    /*===== Department Style One  =====*/
/* ================================= */
.our-departments-main-block {
  margin: 80px 0 60px;
}
.departments-block {
  border: 1px solid #E3E3E3;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.departments-block:hover {
  box-shadow: 0px 5px 8px 0 rgba(0, 0, 0, 0.2);
}
.departments-icons {
  font-size: 46px; 
  display: block;
  float:right;
  width:20%;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.departments-icons img {
  display: block;
  float:right;
  width:auto;
  height:auto;
  max-width:100%;
  margin-top: 0;
}
.departments-heading {
  display: block;
  float:left;
  width:70%;
  margin-top: 5px;
}
.departments-heading span {
  display: block;
  float: left;
  width: 100%;
  font-size: 18px;
  color: #CF2623;
  letter-spacing: 2px;
  margin-bottom: 2px;
  text-transform:uppercase;
}
.departments-dtl {
  margin-bottom: 22px;
}
.our-departments-main-block .btn-default {
  margin-top: 20px;
  font-style: italic;
}
@media(max-width:992px) { 
  .departments-heading.same-height {
    height:auto !important;
  }
  .departments-heading span {
    font-size: 14px;
    letter-spacing: 1px;
  }
}

/* ================================= */
    /*===== Departments Style Two =====*/
/* ================================= */
.departments-two-main-block {
  margin: 62px 0 0;
}
.department-block-two {
  margin-bottom: 98px;
}
.department-block-img {
  position: relative;
}
.department-block-img img {
  width: 100%;
}
.departments-icons-two {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 46px; 
  width: 100px;
  height: 72px;
  padding-top: 10px;
  text-align: center;
  color: #9c9ea2;
  background-color: #FFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.departments-dtl-two {
  margin-bottom: 30px;
}
.department-block-two .departments-heading {
  font-size: 10px;
  line-height: 2.6;
  letter-spacing: 1px;
  color: #9A9A9A;
  margin-bottom: 7px;
}
.department-block-two .btn-default {
  text-transform: none;
}

.services-main-section{
  display: block;
  float: left;
  width: 100%;
  padding:100px 0 70px 0;
}
.departments-block.services-main-block {
  display: block;
  float: left;
  width: 100%;
  border:1px solid #CF2623;
}
.services-link{
  display: block;
  float: left;
  width: 100%;
}
.services-link a{
  display: block;
  float: left;
  width: 100%;
  font-size: 12px;
  color: #1D1D1B;
  text-transform: uppercase;
  text-decoration: underline;
  position: relative;
  padding: 10px 0 0 0;
  margin: 10px 0 0 0;
  letter-spacing:2px;
}
@media(max-width:992px) { 
  .services-main-section{
    padding:40px 0 10px 0;
  }
}

/* ================================= */
    /*===== Departments Details =====*/
/* ================================= */
.department-dtl-main-block {
  margin: 62px 0 0;
}
.department-dtl-img {
  position: relative;
}
.department-dtl-img img {
  width: 100%;
}
.department-dtl-main-block .department-dtl-icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 46px; 
  width: 100px;
  height: 72px;
  padding-top: 10px;
  text-align: center;
  color: #9c9ea2;
  background-color: #FFF;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
}
.departments-dtl-heading {
 margin-top: 28px;
}
.departments-dtl-heading span {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 1px;
  color: #9A9A9A;
}
.department-dtl-block blockquote {
  margin: 19px 0 19px;
  color: #9c9ea2;   
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.81;
  letter-spacing: 1.6px;
  color: #9c9ea2;
  border-left: none;
  padding: 0;
}
.department-service-block {
  margin-top: 20px;
}
.department-block-featured {
  margin-top: 51px;
}
@media(max-width:992px) { 
  .quote p {    
    width: 100%;
    height: 100%;
  }
  .department-service {
    margin-bottom: 30px;
  }
}

/* ================================= */
    /*===== About Us Page =====*/
/* ================================= */

/* ================================= */
    /*===== Preloader =====*/
/* ================================= */
.preloader { 
  background: #ECECEC;
  bottom: 0;
  top: 0;
  left: 0; 
  right: 0;  
  position: fixed;
  z-index: 9999999;
}
.status {
  background-image: url(../images/logo.svg);
  -webkit-background-size: 282px 81px;
  background-size: 282px 81px;
  animation: bounce 1s infinite;
 -webkit-animation: bounce 1s infinite;
 -moz-animation: bounce 1s infinite;
 -o-animation: bounce 1s infinite;
}
.status,
.status-message {   
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
  right: 0;  
  background-position: center;
  background-repeat: no-repeat;     
}
.status-message {
  padding-top: 30%;
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
  40% {-webkit-transform: translateY(-30px);}
  60% {-webkit-transform: translateY(-15px);}
} 
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
  40% {-moz-transform: translateY(-30px);}
  60% {-moz-transform: translateY(-15px);}
} 
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
  40% {-o-transform: translateY(-30px);}
  60% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}


.flash-messages p {
  padding: 15px;
}

.acordos > div {
  margin-bottom: 30px;
  text-align: center;
}

.acordos img {
  width: 100%;
  max-width: 100px;
}

.featured-menu {
  border-bottom: 3px solid #000 !important;
}

.active-menu {
  background-color: #eee;
}

div#home-banner {
    margin-bottom: 50px;
}

/* ================================= */
    /*===== Cookies =====*/
/* ================================= */
.cookies-wrapper {
  display: none;
  padding: 10px;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background-color: #000;
  color: white;
  font-size: 12px;
}

.cookies-wrapper--show {
  display: block !important;
}

.cookies-message {
  width: 100%;
  padding-right: 70px;
  position: relative;
}

.cookies-message a {
  color: #999;
}

.cookies-message button {
  width: 60px;
  position: absolute;
  top: -3px;
  right: 0;
  border: 1px solid white;
  background-color: #000;
  cursor: pointer;
  vertical-align: middle;
}






.acordos-block .mission-heading {
  font-size: 30px !important;
}

.testimonial-client small {
  color: #99A0A5;
}

.bell-sign {
  display: block;
  max-width: 50px;
  margin: 0 auto 15px;
  opacity: 0.4;
}

.tratamento-img {
  margin-bottom: 30px;
}

.departments-icons a:hover {
  color: #000;
}