body {
    background: linear-gradient(gray, #aeaeae, #eaeaea);
}

.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

.menu-inicio{
	padding-left: 0px;
	margin: 0px;
}
.menu-inicio li{
	list-style: none;
	padding: 5px 0 5px 15px;
}
.boton-inicio {
	display: block;
}
.boton-inicio a{
	margin-top: 25px;
}
.boton-inicio img{
	padding: 5px;
	margin-right: 10px;
}
.menu-inicio li a{
	width: 100%;
	font-size: 20px;
	font-weight: 500;
	color: #eaeaea;
	text-decoration: none;
}
.menu-inicio li a:hover{
	color:#FFF;
}
.menu-inicio li:nth-child(1){
	background: #e25300;
}
.menu-inicio li:nth-child(2){
	background: #94bb1f;
}
.menu-inicio li:nth-child(3){
	background: #6f6f6f;
}

@media (min-width: 768px){
  .navbar-nav{
     margin: 0 auto;
     display: table;
     table-layout: fixed;
     float: none;
  }
} 
.card {
  display: block; 
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12); 
    transition: box-shadow .25s; 
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
  padding: 10px;
}


.container-box{
	webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 20px rgba(0,0,0,0.6);
    -moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.1),0 0 20px rgba(0,0,0,0.6);
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 20px rgba(0,0,0,0.6);
	background: #FFF;
	border-right: solid 1px #646569 ;
	border-left: solid 1px #646569 ;
	border-bottom: solid 1px #646569 ;
}

.btn-primary-outline {
  background-color: transparent;
  border-color: #ccc;
}
.contacto-reserva-horas h4{
	margin-bottom: 25px;
	font-weight: 500;
}
.contacto-reserva-horas p{
	color: #CFCFCF;
	margin-bottom: 15px;
	display:block;
}
.contacto-reserva-horas p b{
	color: #FFF;
}
.contacto-reserva-horas{
	padding-top: 25px;
	padding-bottom: 25px;
	color: #FFF;
}
.contacto-reserva-horas a{
	color: #FFF;
	text-decoration: none;
	font-weight: 500;
	transition: 0.5;
	padding: 5px 10px;
	border: 1px solid #FFF;
	border-radius: 5px;
}
.contacto-reserva-horas a:hover{
	color: #AED600;
}


.panel-default>.panel-heading {
  color: #333;
  background-color: #fff;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion-option {
  width: 100%;
  float: left;
  clear: both;
  margin: 15px 0;
}

.accordion-option .title {
  font-size: 20px;
  font-weight: bold;
  float: left;
  padding: 0;
  margin: 0;
}

.accordion-option .toggle-accordion {
  float: right;
  font-size: 16px;
  color: #6a6c6f;
}

.accordion-option .toggle-accordion:before {
  content: "Expandir Todos";
}

.accordion-option .toggle-accordion.active:before {
  content: "Contraer Todos";
}


.no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.modal-imared {
    display: block;
    position: absolute;
    left: 60%;
    height: 88%;
    width: 28%;
    overflow-y:auto;
    overflow-x:auto;
    border-radius: 0px;
}

.navbar{
		margin-bottom: 0px;
}
.zopim{
	z-index: 10!important;
}
#tab-agendar{
	position: fixed;
	right: 0px;
	top: 250px;
	z-index: 10;
}
@media (max-width: 768px){
	.img-nores{
		display: none;
	}
	.img-res{
		display: block;
		margin-bottom: 5px;
	}
}
@media (min-width: 768px){
	.img-nores{
		display: block;
	}
	.img-res{
		display: none;
	}
}
.btn-imared{
	color: #000;
    background-color: #aed700;
    border-color: #9CC000;
}
.btn-imared:hover{
	color: #000;
    background-color: #9CC000;
    border-color: #829E0D;
}
.btn-ima{
	display:block;
	border: 1px solid #6F6F6F;
	width: 100%;
	text-align: center;
	padding: 5px 10px;
	background: #E3E3E3;
	transition: 0.5s;
	background-image: url(../img/logomedio.png);
	background-repeat: no-repeat;
	background-position: right;
	margin-bottom: 10px;
}
.btn-ima a{
	display: block;
	height: 100%;
	text-decoration: none;
	color: #6F6F6F;
}
.btn-ima a h3{
	font-size: 26px;
	font-weight: 700;
}
.btn-ima:hover{
	background: #AED600;
	background-image: url(../img/logomedio.png);
	background-repeat: no-repeat;
	background-position: right;
}
.btn-ima a:hover{
	color: #FFF;
	text-shadow: 2px 2px 1px #6F6F6F; 
}
.sucursales h1{
	color: #49494B;
	font-size: 28px;
	font-weight: 600;
}
.convenios h1{
	color: #49494B;
	font-size: 28px;
	font-weight: 600;
}
.tecnologia h1{
	color: #49494B;
	font-size: 28px;
	font-weight: 600;
}

.tecnologia p{
	color:#363636;
	font-size: 18px;
	padding: 5px;
}

.caracteristicas h3{
	color:#818285;
	font-size: 26px;
	font-weight: 600;
}
.caracteristicas ul li{
	color:#363636;
	font-size: 18px;
	list-style: none;
} 
.caracteristicas ul li i{
	color:#AED600;
}

#revisa_examenes  img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#revisa_examenes .top:hover {
  opacity:0;
}


.banner {
	background-image: url(../img/transparencia1.png);
	background-repeat: no-repeat;
	background-color: #FFF;
}

@media (max-width: 768px){
	#botonhora{
		width: 50%;
		height: 50%;
		float: right;
	}
}

.full {
    width: 100%;    
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.convenios {
	background: #FFFFFF;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
}
.convenios ul li{
	list-style: none;
}
.convenios h2 {
	border-bottom: 1px solid #BAC1C8;
	color: #54697E;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	text-transform: uppercase;
}
.footer {
	background: #646569;
	height: auto;
	padding-bottom: 30px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}

.footer h3 {
	border-bottom: 1px solid #BAC1C8;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;
	text-transform: uppercase;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #FFF;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #FFF
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social{
	margin-top: 7px;
	font-weight: 600;
	font-size: 13px;
}
.social a{
	color:#818285;
	padding: 0 5px;
	border-right: solid 1px #aeaeae;
	border-left: solid 1px #aeaeae;
}
.social a:hover{
	text-decoration: none;
	color: #363636;
}
.footer-bottom {
	background: #E3E3E3;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.payments {
	font-size: 1.5em;	
}

.post
{
    background-color: #FFF;
    overflow: hidden;
    box-shadow: 0 0 1px #CCC;
}

.post .content{
    padding: 15px;
}
.post .content ul{
	padding: 0;
	margin-top: 5px;
	margin-bottom: 30px;
}
.post .content ul li{
	list-style: none;
}
.post .post-img-content{
    height: 256px;
    position: relative;
}
.post .post-img-content img{
    position: absolute;
}
.post .post-title{
    display: table-cell;
    vertical-align: bottom;
    z-index: 2;
    position: relative;
}
.post .post-title b{
    background-color: rgba(51, 51, 51, 0.58);
    display: inline-block;
    margin-bottom: 5px;
    color: #FFF;
    padding: 10px 15px;
    margin-top: 5px;
}