body{
	color:#06a7ef;
	font-family:  'Brandon', sans-serif;
    font-weight: 300;
    transition: 0.5s all ease-out;	
}
@font-face {
font-family: Brandon;
src: url('font/Brandon_reg.otf') format("opentype");
}
@font-face {
font-family: BrandonBold;
src: url('font/Brandon_blk.otf') format("opentype");
}



h3,h2{
	font-family: 'Brandon', sans-serif;
	font-weight:300;
}
h4{
font-family: 'BrandonBold', sans-serif;
	font-weight:700;
	font-size:20px;
    margin-top: 15px;
    margin-bottom: 0px;
}
.espCard{
	background:#FFF;border:2px solid #06a7ef;padding:15px;height:210px
}
.barraTop{
	background-color:#53a5e4;
	border-color:#53a5e4;
	height:auto;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.navbar-nav>li>a{
	padding-top:10px;
	padding-bottom:10px;
		color:#FFF;
		font-family: 'Brandon', sans-serif;
		font-weight:700;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}
.container>.navbar-header{
	height:74px;
}
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header{
	color:#FFF;
    background-color: #53a5e4;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 18px;
    margin-right: 32px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: underline;
    background-color: inherit;
}
.textoSlider {
    position: absolute;
	right: 2%;
    top: 5vw;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
#especialidades,#servicios,#nosotros,#directorio,#laboratorios,#aliados,#instalaciones,#contacto{
	padding-top:5vw;
	padding-bottom:5vw;
}
#contacto{
	padding-bottom:0;
}
.seccion{
	min-height:100vh;
}
.separador{
	margin-top:5vw;
}
.separador2{
	margin-top:3vw;
}
.input-lg {
    height: 46px;
    padding: 5px 16px;
    font-size: 18px;
    line-height: 1;
    border-radius: 6px;
}
#servicios,#directorio,#instalaciones,#contacto{
	background-color:#06a7ef;

}

#directorio,#directorio p,#contacto{
	color:#FFF;
}
#servicios h3,#instalaciones h3,#sevicios span{
	color:#FFF;
}

.colorBlanco{
	color:#FFF !important;
}

.colorBlue{
	color:#06a7ef !important;
}
.imgPerfil img{
	border-radius:50%;
	width:200px;
	height:200px;
}
.tarjeta{
    display: none;
    height: 110px;
    width: 250px;
    background-color: #FFF;
    border: 1px solid #06a7ef;
    position: absolute;
    bottom: -45px;
    left: 15px;
    z-index: 998;
		color:#a1abb3;
		padding:15px;
		font-size:12px;
		text-align:left;
	  border-radius:25px 0px 25px 25px;
}
.nombreDir{
	color:#FFF;
	margin-bottom: 2px;
  text-align: left;
  width: 240px;  
}
.margenDir{
	margin-top:40px;
	margin-bottom:40px;
}
.fondoBlanco{
	background-color:#FFF;
	padding-left:0px;
	padding-right:0px;
}
.carousel-control.right,.carousel-control.left {
    background-image: none;

}
.vermas{
	position:absolute;
	bottom:5px;
	right:5px;
}
/****************************/
.serviceBox{
text-align: center;
margin: 0 -15px;
}
.serviceBox img{
width: 100%;
height: auto;
}
.serviceBox .service-content{
    position: relative;
    background: #ffffff;
    color: #06a7ef;
    padding: 8px 30px 8px;
	height: 301px;
}
.serviceBox .service-icon{
display: block;
width: 70px;
height: 70px;
background: #06a7ef;
border-radius: 10px;
position: absolute;
top: -35px;
left: 0;
right: 0;
margin: auto;
transform: rotate(45deg);
}
.serviceBox .service-icon i{
font-size: 30px;
line-height: 70px;
color: #fff;
transform: rotate(-45deg);
}
.serviceBox .title{
font-size: 20px;
font-weight: 600;
margin-bottom: 20px;
text-transform: uppercase;
	    color: #06a7ef !important;
}
.serviceBox .description{
font-size: 15px;
line-height: 25px;
margin-bottom: 20px;
}
.serviceBox .read-more{
display: inline-block;
    padding: 7px 20px;
    border: 1px solid #14a1e0;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    background: #06a7ef;
    text-transform: capitalize;
    transition: all 0.5s ease 0s;
}
.serviceBox .read-more:hover{
    color: #06a7ef;
    background: #ffffff;
    text-decoration: none;
}
.serviceBox.middle .service-content{
padding: 33px 30px 35px;
}
.serviceBox.middle .service-icon{
bottom: -35px;
top: auto;
}
.idiomas{
	    width: auto;
    display: block;
    position: absolute;
    top: 0px;
    right: 10px;
    margin-top: 0px;
}
.idiomas img:hover {
    cursor: pointer;
    margin-top: 5px;
}
.tab,.tabl{
		color:#757575;
    font-weight: 600;
    font-size: 16px;

    padding: 8px;
    border: 1px solid #eee;
    background-color: #eee;
    margin: 2px;
    border: 1px solid #FFF;
    border-radius: 10px 10px 0 0;
 
}
.especialidad{

	background: rgba(255,255,255,0.2);
}
.tab:hover,.tabl:hover{
	 cursor:pointer;
	 text-shadow: 1px 1px #ccc;
		border:1px solid #53a5e4;
	 
}
.tabSel{
	text-decoration:underline;
}
.hidden{
	display:none;
}
.findDr{
		background:-moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%), url(../img/lupaMini.svg) no-repeat right top, !important; 
    font-size: 16px;
    width: 250px;
	  padding: 2px;
    border: 1px solid #d8d4d4;
		background: rgba(237,237,237,1);
		background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(255,255,255,1)));
		background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
		background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
		background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
		background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(246,246,246,1) 47%, rgba(255,255,255,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff', GradientType=0 );	
	 color:#a1abb3;
}
.findDr input{
	color:#a1abb3;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
#bloque2{
	display:none;
}
#bloque1:hover{
	cursor:pointer;
}
.fontTitles{
	font-size:34px;
}
.socialIcon{
	display:none;
}
.effect2
{
    -webkit-box-shadow:  2px 6px 23px -9px rgba(0,0,0,0.36);
    -moz-box-shadow:  2px 6px 23px -9px rgba(0,0,0,0.36);
    box-shadow: 2px 6px 23px -9px rgba(0,0,0,0.36);
    padding: 10px;
    border-radius:11px;
    border: 1px solid #f7f6f6;
    margin-bottom: 35px;
}
.buzon{
    position: fixed;
    right: -230px;
    top: 146px;
    width: 230px;
    height: 70px;
    background: #fff;
    padding: 7px;
    border-radius: 25px 0 0 25px;
    border: 1px solid #06a7ef;
   z-index:999;
}
@keyframes showbuzon{
    0%   {right:-162px;}
    100% {right:-2px;}
}
.buzon:hover{
    cursor:pointer;
    right: -2px !important;
}
@keyframes appear{
    0%   {right:-162px;}
    40% {right:-2px;}
    60% {right:-2px;}
    100% {right:-162px;}
}
@keyframes circle{
    0%   {border-radius:0;}
    100% {right:50%;}
}

.circle{
     animation-name: circle ;
    animation-duration: 3s;
    animation-timing-function: linear; 
}
.buzonshow{
    animation-name: appear ;
    animation-duration: 3s;
    animation-timing-function: linear;
}
.slideContainer{
    margin-top: 110px;
    background-color: #06a7ef;
}
.modal-open {
    overflow: hidden;
    padding-right: 0px !important;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 10px;
}
.navbar-fixed-top .navbar-collapse {
    max-height: 400px;
}


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


		.espCard{
		height:250px
		}	

	.nav>li>a {
			padding: 9px;
	}	
}



.containervideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
small{
  font-size:80%;
}
.whatsapp {
    width: 110px;
    height: 45px;
    position: fixed;
    top: 93%;
    margin-top: -50px;
    right: 2%;
    z-index: 100;
    text-align: center;  

}
.whatsapp p{
    color: #55cd6c;
    font-size: 14px;
    text-transform: uppercase;

}
.whatsapp img{
  width:60px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dddfe2;
  margin:4px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #dddfe2;
    padding:10px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #dddfe2;
    padding:10px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #dddfe2;
    padding:10px;
}
.hidpi{
	width:100%;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
background-color: #007bff;
}
* {box-sizing: border-box}

/* Style the tab */
.vtab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  
  height: 334px;	
  padding:0px;
}

/* Style the buttons that are used to open the tab content */
.vtab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 7px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  
}

/* Change background color of buttons on hover */
.vtab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.vtab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px;
  border: 1px solid #ccc;
  width: 100%;
  border-left: none;
  max-height: 380px;
  min-height: 300px;
  height: auto;
  overflow-y:auto;
}

.none{
	display:none;
}

span.detalle_cita {
  border: 2px solid #EEE54C;
  cursor: pointer;
    display: inline-block;
  margin-top:5px;
  background: white;
  color: #151515;
  border-radius: 3px;
    cursor: pointer;
    padding: 8px 10px;
    margin-right: 10px;
  font-weight:bold;
  margin-bottom:5px;
}
span.remove_cita {
   border: 2px solid #EEE54C;
      cursor: pointer;
    display: inline-block;
   margin-top:5px;
  font-weight: bold;
    border-radius: 3px;
    padding: 8px 10px;
    margin-right: 10px;
    cursor: pointer;
    background: #EEE54C;
    color: #151515;
}
.buscador label{
    color: #151515;
    font-weight: bold;
}
.buscador{
      box-sizing: border-box;
     max-width: 400px;
    border: 1px solid #EEE54C;
  box-shadow: 0px 0px 2px #EEE54C;
  margin:0 auto;
  width:90%;
  line-height:2;
  padding: 10px 10px 20px 10px;
 background: #EEE54C;
}
#buscalab{
    box-sizing: border-box;
    width: 100%;
    font-size: 16px;
    outline: none;
    border: 1px solid #06a7ef;
    border-radius: 10px;
    padding: 1px 15px;
}
.lab-block{
	padding:5px;
}
.lab-block:hover{
	background:#eee;
	
}
.mensajeinfo{
	cursor:help;
}
#tooltipdiv{
	border:1px solid #eee;
	padding:5px 15px;
	border-radius:25px 25px 25px 0px;

    z-index: 9;

	background:#d7e7efed;
	min-width:300px;
	width:auto;
	min-height:150px;
	height:auto;
	position:absolute;
	display:none
}
/**
.carousel-inner {
    height: 38vw;
}**/
@media only screen and (max-width: 991px){
  .whatsapp p{
    display:none;
  }
  .whatsapp img{
    width:45px;
  }
  .whatsapp {
    right:5px;
    width:45px;
    bottom:5px;
    top:auto;
  }
 .navbar-nav {
    margin-top: 50px;
} 
	.navbar-right {
		margin-top: -45px;
	}	
	
.serviceBox .title{ font-size: 17px; }

		.espCard h4{
		text-align:center;
		}			
}
@media only screen and (max-width: 767px){
.serviceBox{ margin: 0 0 30px 0; }
	
	.espCard{
	height:auto;
	}		
	.socialIcon{
		display:block;
	}
  .slideContainer{
    margin-top: 178px
  }
  
}
/****************************/

@media (min-width: 768px){
	
	.centraDivV{
		display: table-cell;
		float:none;
	}

	.navbar-right {
	float: right!important;
	margin-right: inherit !important;
	}
	.textoSlider {
	    top: 10vw;	
		right: 20%;
	}
}
@media only screen and (max-width: 500px){
	h4{
		font-size:18px;
	}
.fontTitles{
	font-size:26px;
}
	.seccion{
		padding-top:50px;
	}
}

