@charset "utf-8";
@font-face{
	font-family:Material-Design-Iconic-Font;
	src:url(../fonts/Material-Design-Iconic-Font.woff2?v=2.2.0) format('woff2'),
		url(../fonts/Material-Design-Iconic-Font.woff?v=2.2.0) format('woff'),
		url(../fonts/Material-Design-Iconic-Font.ttf?v=2.2.0) format('truetype')
}
/* CSS Document */
.item        { color: #3000A0; text-decoration: none }
.item3       { color: #8080C0; text-decoration: none }
.item4       { color: #008080; text-decoration: none }
.item5       { color: black; text-decoration: none }
a:hover      { color: #005671}

body
{
    overflow-x: hidden; /* needed because hiding the menu on the right side is not perfect,  */
	margin:0;
	padding:0;
}


#me-tabs{
	height:40px;
	background-color:#454545;
	width:100%;
	clear:both;
}
#me-tab1, #me-tab2{
	margin-top:7px;
	float:left;
	font-size:16px;
	font-family: 'Barlow Condensed', sans-serif;
	padding: 6px 15px 5px 15px;
	width: 140px;
	text-align:center;
	-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
#me-tab1 a{
	color:#000;
	text-decoration: none;

}
#me-tab2 a{
	color:#fff;
	text-decoration: none;

}
#me-tab1{
	margin-left:8px;
	background-color:#faea10;
}
#me-tab2{
	margin-left:8px;
	background-color:#5253ff;
}
	/*aside */
#me-aside{

}

.me-aside-bloque{
	background:#fff;
	padding:1px;
	overflow: hidden;
	background-color: #eee;
	margin-bottom: 15px;
}
.me-aside-titulo{
	padding:5px 0 5px 15px;
	background-color:#1B6CA1;
	color:#fff;
}
.me-aside-contenido{
	padding:15px;
	text-align:left;
	background-color:#fff;
	overflow: hidden;
}
.me-main-publicidad{
	padding:0px;
	text-align:left;
	background-color:#fff;
}
.me-aside-contenido.me-gris{
	background-color:#eee;
}

.me-main-bloque{
	background:#fff;
	padding:1px;
	overflow: hidden;
	background-color: #eee;
	margin-bottom: 15px;
}
.me-color{
	float:left;
	clear:both;
	width:100%;
	margin: 0 0 15px 0;
	padding: 10px 0 5px 0;
	text-align:center;
}
.me-titulo{
	text-align: left;
}
.me-centro{
	text-align:center;
}
#me-social{
	float:right;
}
#me-social div{
	float:left;
	margin-right:12px;
	margin-top:6px;
}
.header-container{
	clear:both;
	/*background-image: url(../img/fondo-deg-amarillo.png);
	background-repeat: repeat-x; */
	background-color: #faea10;
}
#me-logo-desk{
	width:190px;
	height:92px;
	float:left;
}
#me-logo-movil{
	width:130px;
	height:61px;
	float:left;
	margin-top:15px;
}
.me-campo{
	float:left;
	overflow:hidden;
	margin-right:15px;
	margin-bottom:15px;
}
.me-campo.container-contact100-form-btn{
	margin-right:0px;
}
.me-campo.me-contacto{
	width:100%;
}
.header-container{
	clear:both;
}
nav {
	height:0;
}


#me-menu{
	padding:0;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	width:auto;
	display:inline-block;
}
#me-menu a{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 20px;
	color: #005671;
	text-decoration: none;
}

#me-tabs{
	float:left;
	visibility: hidden;
	display:none; 
}

/* fuentes MD */
.zmdi-arrow-right:before{content:'\f2ee'}
.zmdi{
	display:inline-block;
	font:normal normal normal 14px/1 'Material-Design-Iconic-Font';
	font-size:inherit;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale
}


@media only screen and (min-width: 768px) {
	.header-container{
	padding-bottom:15px;
	padding-top: 15px;
}
	#me-logo-movil{
		display:none;
	}
	#menuToggle{
		display:none;
	}
	#menuDesktop{
		display:block;
	}
	#me-buscador{
	margin:0 auto 0 auto;
		width:340px;
}
}

@media only screen and (min-width: 610px) {
	
#me-tabs{
		visibility: visible;
		display:block;
	}
#me-social-movil{
		visibility: none;
		display:none;
	}
}
@media only screen and (max-width: 609px) {
	
#me-buscador{
	margin-left:10px;
	margin-top:10px;
	float:left;
}
	
#me-social-movil{
		visibility: visible;
		display:block;
	}
	
	#menuToggle
{
  
  top: 25px;
  right: 25px;
 
}
	
}
@media only screen and (min-width: 610px) and (max-width: 768px){
	
#me-buscador{
	margin-left:20px;
	margin-top:10px;
	float:left;
}
	#menuToggle
{
  top: 77px;
  right: 30px;
}
	
	
	
}

@media only screen and (max-width: 767px) {
	.header-container{
		/* background-color: #fff; */
		padding-top: 0px;
}
	
	.header-container {
    padding-bottom:0px;
}
		#me-logo-desk{
		display:none;
	}

	#menuDesktop{
		display:none;
	}
	
	
#menuToggle
{
  display: block;
  position: absolute;
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}

#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #444;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

/* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #fff;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
  opacity: 1;
  transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 0;
  padding: 50px;
  padding-top: 125px;
  right: -100px;
  
  background: #444;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}

/*
 * And let's fade it in from the left
 */
#menuToggle input:checked ~ ul
{
  transform: scale(1.0, 1.0);
  opacity: 1;
}
	
#menu a
{
  text-decoration: none;
  color: #ccc;
  transition: color 0.3s ease;
}
#menu a:hover
{
  color: #fff;
}	
	
	
	
}
.footer-container {
    background: #1b6ca1;
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: regular;
	overflow:hidden;
}
.footer-container a{
	color:#fff;
}

#me-social-movil{
	background-color:#454545;
	float:left;
	width:100%;
	overflow: hidden;
	clear:both;
	padding:10px 0 10px 0;
}
#me-social-movil div{
	float:left;
	margin-left:10px;
}
.me-footer{
	float:left;
	width:100%;
	overflow: hidden;
	clear:both;
}

/* Formularios */
/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

label {
  display: block;
  margin: 0;
}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #d867c6;
  background: -webkit-linear-gradient(45deg, #c77ff2, #e8519e);
  background: -o-linear-gradient(45deg, #c77ff2, #e8519e);
  background: -moz-linear-gradient(45deg, #c77ff2, #e8519e);
  background: linear-gradient(45deg, #c77ff2, #e8519e);
  
}

.wrap-contact100 {
  width: 790px;
  background: #fff;
  border-radius: 2px;
  padding: 55px 95px 68px 95px;
}
.me-wrap-contact100 {
  border-radius: 2px;
  padding: 2px;
}


/*==================================================================
[ Form ]*/

.me-contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.me-contact100-form-title {
  width: 100%;
  display: block;
  font-family: Raleway-Black;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 45px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  margin-bottom: 34px
}

.rs1.wrap-input100 {
  width: calc((100% - 40px) / 2);
}


.label-input100 {
  font-family: 'Barlow', sans-serif;
  font-size: 13px;
  color: #555555;
  line-height: 1.5;
  text-transform: uppercase;
  width: 100%;
  padding-bottom: 5px;
}

.input100 {
  display: block;
  width: 100%;
  background: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px;
  color: #333333;
  line-height: 1.2;
  padding: 0 10px;
}

input.input100, select.input100 {
  height: 40px;
}

textarea.input100 {
  min-height: 162px;
  padding-top: 19px;
  padding-bottom: 15px;
}

/*---------------------------------------------*/

.focus-input100 {
  position: absolute;
  display: block;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  pointer-events: none;
  border: 1px solid;
  border-color: #d867c6;
  border-color: -webkit-linear-gradient(45deg, #c77ff2, #e8519e);
  border-color: -o-linear-gradient(45deg, #c77ff2, #e8519e);
  border-color: -moz-linear-gradient(45deg, #c77ff2, #e8519e);
  border-color: linear-gradient(45deg, #c77ff2, #e8519e);

  visibility: hidden;
  opacity: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;

  -webkit-transform: scaleX(1.1) scaleY(1.3);
  -moz-transform: scaleX(1.1) scaleY(1.3);
  -ms-transform: scaleX(1.1) scaleY(1.3);
  -o-transform: scaleX(1.1) scaleY(1.3);
  transform: scaleX(1.1) scaleY(1.3);
}

.input100:focus + .focus-input100 {
  visibility: visible;
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}



/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


@media only screen and (min-width: 361px) {
	
.container-contact100-form-btn {
   margin-top: 24px;
}
}
@media only screen and (max-width: 360px) {
	
.container-contact100-form-btn {
   margin-top: 2px;
}
	
}


.container-contact100-form-btn-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 4px;
	width:100%;
	clear:both;
}

.contact100-form-btn {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  min-width: 50px;
  height: 40px;
  border-radius: 10px;
  background: #005671;
  position: relative;
  z-index: 0;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #333333;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn:hover:before {
  opacity: 0;
}

.contact100-form-btn i {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}
.contact100-form-btn:hover i {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}



	


@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 55px 15px 68px 15px;
  }

  .rs1.wrap-input100 {
    width: 100%;
  }

}

#menuDesktop{
	float:left;
	overflow:hidden;
	width: 100%;
	background-color:#faea10;
	text-align: center;
	
}
#menuDesktop ul{
	list-style-type: none;
}
#menuDesktop li{
	float:left;
	
	margin-right: 18px;
}


/*  columnas responsive */

.me-wrapper {
	padding: 5px;
	max-width: 1280px;
	width: 95%;
	margin: 15px auto;
}

.me-columnas {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 5px 0;
}

.me-columna {
	flex: 1;
	margin: 0;
	margin-right:15px;

}
@media screen and (min-width: 980px) {
.me-columna-izq, .me-columna-der{
	max-width:320px;
}	
}


.me-columna:first-child { margin-left: 0; }
.me-columna:last-child { margin-right: 0; }

@media screen and (max-width: 980px) {
  .me-columnas .me-columna {
		margin-bottom: 5px;
        flex-basis: 40%;

	}
	.me-columnas .me-columna:nth-last-child(2) {
			margin-right: 0;
		}
	.me-columnas .me-columna:last-child {
			flex-basis: 100%;
			margin: 0;
		}
}

@media screen and (max-width: 680px) {
	.me-columnas .me-columna {
		flex-basis: 100%;
		margin: 0 0 10px 0;
	}
}
/*  Inicio  */
.me-fila-an{
	width: 100%;
	float:left;
	margin-bottom:10px;
}
.me-foto-an{
	float:left;
	width:100px;
}
.me-contenido-pac, .me-txt-an{
    display:block;
}
.me-medicos-nombre{
	display:block;
	clear:left;
}
.me-titulo-pac{
	font-size:20px;
    font-family: 'Barlow', sans-serif;
}
.me-txt-pac{
	font-size:14px;
    font-family: 'Barlow', sans-serif;
}
a.me-txt-nombre:link,a.me-txt-nombre:visited, a.me-medicos-nombre:link, a.me-medicos-nombre:visited, a.me-titulo-pac:link{
	text-decoration: none;
	color:#005671;
}
a.me-medicos-nombre:hover , a.me-txt-nombre:hover, a.me-titulo-pac:hover{
	text-decoration:underline;
	color:#1b6ca1;
}


.me-medicos-btn, .me-odontologos-btn {
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  min-width: 50px;
  height: 40px;
  border-radius: 10px;
  background: #005671;
  position: relative;
  z-index: 1;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
	margin-bottom:15px;
}

.me-medicos-btn::before, .me-odontologos-btn::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
	color: #444;
}
.me-medicos-btn::before{
	  background: #faea10;
	  
}
.me-odontologos-btn::before{
	  background: #5253ff;
}

.me-medicos-btn:hover:before , .me-odontologos-btn:hover:before{
  opacity: 0;
}

.me-medicos-btn a:link{
	text-decoration: none;
	color: #444;
}
.me-medicos-btn a:hover{
	text-decoration: none;
	color: #fff;
}
.me-odontologos-btn a{
	text-decoration: none;
	color: #fff;
}

/*  Tercera columna */
.me-aside-publicidad{
	margin-bottom:10px;
	float:left;
    min-height:92px;
	margin-left:auto;
	margin-right:auto;
	width:282px;
}
@media screen and (min-width: 600px) and (max-width: 979px) {
	.me-aside-publicidad {
		margin: 0 10px 10px 0;
	}
}
/*Lista doctores */

.me-fila-an p{
	margin-bottom:1px;
	margin-top:0px;
}

.me-listado-btn{
  font-family: 'Barlow', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  max-width:240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  min-width: 50px;
  height: 40px;
  border-radius: 10px;
  background: #005671;
  position: relative;
  z-index: 1;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
	margin: 6px 0 10px 0;
	
}

.me-listado-btn::before{
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  border-radius: 10px;
  width: 100%;
	max-width:240px;
	padding: 0 10px;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
	color: #444;
	  background: #1b6ca1;
	  
}


.me-listado-btn:hover:before{
  opacity: 0;
}

.me-listado-btn a:link{
	text-decoration: none;
	color: #fff;
}
.me-listado-btn a:hover{
	text-decoration: none;
	color: #fff;
}
.me-banner-an{
    width:100%;
}

.me-articulos-titulo{
	display:block;
	clear:left;
	font-size:20px;
    font-family: 'Barlow Condensed', sans-serif;
}
.me-articulos-autor{
	font-size:14px;
    font-family: 'Barlow', sans-serif;
}
a.me-articulos-titulo:link ,a.me-articulos-autor:link {
	text-decoration: none;
	color:#005671;
}
a.me-articulos-titulo:hover, a.me-articulos-autor:hover{
	text-decoration:underline;
	color:#1b6ca1;
}
.me-peq{
	font-size:14px;
    font-family: 'Barlow', sans-serif;
}
.me-columna h1{
	margin-top:0;
	margin-bottom:4px;
	color:#1b6ca1;
}
