

.consulta-acima {
    background: #5894BA;
    width: 223px;
    margin: 0 auto;
    position: relative;
    right: 12px;
}

.consulta-acima h2 {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-family: "DINProLight";
    font-size: 16px;
margin-bottom: 1px;
    padding: 10px 0;
}


@media only screen and (max-width: 1199px) {
.consulta-acima {
background: #5894BA;
    width: 188px;
    margin: 0 auto;
    position: relative;
    right: 11px;
}
}

@media only screen and (max-width: 991px) {
.consulta-acima {
    background: #5894BA;
    width: 100%;
    margin: 0 auto;
    right: 8px;
left:0;
}
}

@media only screen and (max-width: 700px) {
.consulta-acima {
    background: #5894BA;
    /*width: 135px;*/
width: 100%;
    margin: 0 auto;
    right: 0;
    left:0;
}
}


/* Vertical Accordion Style */
.va-container{
	position:relative;
	/*margin:40px auto 0 auto;*/
}
.va-wrapper{
	width:100%;
	margin:0 auto;
	height:100%;
	position:relative;
	overflow-y:scroll;
	background:#5894BA;
}
.va-slice{
    background: #3176A3;
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	border-left: none;
	border-right: none;
	cursor:pointer;
	/*position:absolute;*/
	width:100%;
	left:0px;   
	overflow:hidden;
}

.activo{
background: #f4334f;
}

.va-slice:hover{
    background: rgb(244, 51, 79);
}

.va-slice-color-1{
	background-color:#97c5eb;
}
.va-slice-color-2{
	background-color:#68ace5;
}
.va-slice-color-3{
	background-color:#0072cf;
}
.va-slice-color-4{
	background-color:#0039a6;
}
.va-slice-color-5{
	background-color:#00338e;
}
.va-slice-color-6{
	background-color:#002c76;
}
.va-slice-color-7{
	background-color:#002144;
}
.va-title{
	font-family: "DINProLight";
	text-transform:uppercase;
	font-size:14px;
	margin:0 auto;
	text-align:center;
	color:#fff;
	text-shadow: 0px 0px 1px white;
}
.va-content{
	display:none;
	margin-left:25px;
}
.va-slice p{
	font-size: 22px;
	font-style: italic;
	font-family:Georgia, serif;
}
.va-slice ul{
	margin-top:20px;
}
.va-slice ul li{
	float:left;
	margin:0px 2px;
}
.va-slice ul li a{
	color:#000;
	background:#eede2f;
	padding:3px 6px;
	font-size:14px;
	font-family:'PT Sans', sans-serif;
	text-transform:uppercase;
}
.va-slice ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.va-nav span{
	width:40px;
	height:25px;
	background:transparent url(../images/prev.png) no-repeat center center;
	position:absolute;
	top:-35px;
	left:50%;
	margin-left:-20px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	display:none;
	z-index:100;
}
.va-nav span.va-nav-next{
	background-image:url(../images/next.png);
	top:auto;
	bottom:-35px;
}
.va-nav span:hover{
	opacity:1.0;
}


/* width */
.va-wrapper::-webkit-scrollbar {
    width: 5px;
}

.va-wrapper::-moz-scrollbar {
    width: 5px;
}


/* Track */
.va-wrapper::-webkit-scrollbar-track {
    background: #5894ba; 
}

.va-wrapper::-moz-scrollbar-track {
    background: #5894ba; 
}
 
/* Handle */
.va-wrapper::-webkit-scrollbar-thumb {
    background: #f4334f; 
}

.va-wrapper::-moz-scrollbar-thumb {
    background: #f4334f; 
}

/* Handle on hover */
.va-wrapper::-webkit-scrollbar-thumb:hover {
    background: #f4334f; 
}

.va-wrapper::-moz-scrollbar-thumb:hover {
    background: #f4334f; 
}


/* Other */


.consultasEP-details::-webkit-scrollbar {
width: 5px;
}

.consultasEP-details::-moz-scrollbar {
width: 5px;
}

/* Track */
.consultasEP-details::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

.consultasEP-details::-moz-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
.consultasEP-details::-webkit-scrollbar-thumb {
    background: #f4334f; 
}

.consultasEP-details::-moz-scrollbar-thumb {
    background: #f4334f; 
}

/* Handle on hover */
.consultasEP-details::-webkit-scrollbar-thumb:hover {
    background: #f4334f; 
}

.consultasEP-details::-moz-scrollbar-thumb:hover {
    background: #f4334f; 
}






/* Other */


body::-webkit-scrollbar {
width: 5px;
}


body::-moz-scrollbar {
width: 5px;
}

/* Track */
body::-webkit-scrollbar-track {
    background: #f1f1f1; 
}

body::-moz-scrollbar-track {
    background: #f1f1f1; 
}

/* Handle */
body::-webkit-scrollbar-thumb {
    background: #f4334f; 
}

body::-moz-scrollbar-thumb {
    background: #f4334f; 
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
    background: #f4334f; 
}

body::-moz-scrollbar-thumb:hover {
    background: #f4334f; 
}








.aclinica-card {
  background-color:#fff;
  border-radius:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  width:100%;
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
flex-basis:100%;
padding-right: 15px;
    padding-left: 15px;
}


.aclinica-details h2 {
    color: #3176A3;
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 0.35em;
}

@media screen and (max-width: 996px) {
.aclinica-card {
padding-right: 0;
padding-left: 0;
}
}

@media screen and (min-width: 990px) {
  .aclinica-card {
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
        -ms-flex-direction:row;
            flex-direction:row;

  }
}

.aclinica-texto-h1 {
    color: #6F7172 !important;
    font-size: 2.0em !important;
    font-family: "DINProRegular";
}

.aclinica-texto-h2 {
    font-family: "DINProLight";
    font-size: 1.2em !important;
    color: #3176A3 !important;
}

.aclinica-background {
  background-position:center;
  background-size:cover;
  border-top-left-radius:0;
  border-top-right-radius:0;
  min-height:250px;
}

@media screen and (min-width: 990px) {
  .aclinica-background {
    border-top-left-radius:0;
    border-top-right-radius:0;
    border-bottom-left-radius:0;
    min-height:none;
    width:50%;
  }
}

.aclinica-details {
  padding:2.1875em 5%;
}

@media screen and (min-width: 990px) {
  .aclinica-details {
    width:50%;
  }
}

.aclinica-details h1, .aclinica-details h4 {
  font-weight:500;
  margin:0;
}

.aclinica-details h1 {
    color: #3176A3;
  font-size:1.5em;
  line-height:1;
  margin-bottom:0.35em;
}

.aclinica-tags ul {
  list-style-type:none;
  margin:0;
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  font-size:87.5%;
  margin-top:0.35em;
  text-transform:lowercase;
}

.aclinica-tags li {
  margin:0 0.35em 0.35em 0;
}

.aclinica-tags a {
  background-color:#fff;
  border-radius:50px;
  color:#fff;
  display:block;
  padding:0.3125em 1.25em;
  text-decoration:none;
  -webkit-transition:color 0.3s ease;
  -o-transition:color 0.3s ease;
  transition:color 0.3s ease;
}

.aclinica-tags a:hover, .aclinica-tags a:focus {
  
}

.aclinica-details p {
  
}



/*--------------------------------------------------------------
## Galeria
--------------------------------------------------------------*/
.galeria-content h2 {
    color: #3176A3;
    font-size: 1.6em;
}

.galeria-content {
	color: #6F7172;
	font-family: "DINProRegular";
	text-align: justify;
}

.lightbox .lb-image {
	border-radius: 0 !important;
	border: none !important;
}

.galeria-geral {
    margin-bottom: 30px;
}


@-webkit-keyframes autofill {
    to {
        color: #666;
        background: transparent;
    }
}

input:-webkit-autofill {
    background: #fff url(../img/search1.png) no-repeat 9px center !important;
    -webkit-animation-name: autofill !important;
    -webkit-animation-fill-mode: both !important;
}

textarea:-webkit-autofill {
    -webkit-animation-name: autofill !important;
    -webkit-animation-fill-mode: both !important;
}



/*24 hours*/


.fa-leaf:before {
width: 63px;
    content: " ";
    background-image: url(../img/24-clinicare.png);
    position: absolute;
    height:63px;
}


.features-clean {
  color:#313437;
  background-color:#fff;
}

@media (max-width:767px) {
  .features-clean {
    padding-bottom:10px;
  }
}

.features-clean p {
  color:#7d8285;
}

.features-clean h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .features-clean h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.features-clean .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 60px;
}

@media (max-width:767px) {
  .features-clean .intro {
    margin-bottom:0;
  }
}

.features-clean .item {
  min-height:100px;
  padding-left:80px;
  margin-bottom:0;
}

@media (max-width:767px) {
  .features-clean .item {
    min-height:0;
  }
}

.features-clean .item .name {
  font-size:20px;
  font-weight:bold;
  margin-top:0;
  margin-bottom:0;
  color:inherit;
}

.features-clean .item .description {
  font-size:15px;
  margin-bottom:0;
}

.features-clean .item .icon {
  font-size:40px;
  color:#1485ee;
  /*float:left;*/
  margin-left:-280px;
}

