@import url('https://fonts.googleapis.com/css?family=Open+Sans');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	letter-spacing: 2px;
	}

/*-----------------------Header-----------------------*/

h1 {
	background: #FFF;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px 10px;
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	display: block;
	z-index: 800;
	}

h1 a {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	vertical-align: 50%;
	}

h1 span {
	vertical-align: middle;
	margin-right: 10px;
	font-size: 25px;
	color: #21B2A6;
}

/*-----------------------Slider-----------------------*/

.theme-default .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:10px;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
}

.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	filter: grayscale(50%) blur(2px) brightness(0.7);
}

.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	text-align: center;
	padding: 0;
	position: absolute;
	bottom: 0;
	z-index: 150;
	width: 100%;
}

.theme-default .nivo-controlNav a {
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #999;		
	text-indent: -9999px;
	border: 1px solid #FFFFFF;
	opacity: 0.7;
	margin: 0 3px;
}

.theme-default .nivo-controlNav a.active {
	background: #21B2A6;
}

.theme-default .nivo-controlNav a:hover {
	background: #21B2A6;
	opacity: 1;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	text-indent:-9999px;
	border:0;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.theme-default:hover .nivo-directionNav a {
	opacity: 0.7;
}

.theme-default a.nivo-nextNav {
	right:15px;
	background:url(../img/icons/circle-right.png) no-repeat;
	background-size: cover;
}

.theme-default a.nivo-prevNav {
	left:15px;
	background:url(../img/icons/circle-left.png) no-repeat;
	background-size: cover;
}

.theme-default .nivo-caption {
   font-family: Helvetica, Arial, sans-serif;
}

.theme-default .nivo-caption a {
   color:#fff;
   border-bottom:1px dotted #fff;
}

.theme-default .nivo-caption a:hover {
   color:#fff;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled {
	width: 100%;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
	width: auto;
	height: auto;
	background: none;
	margin-bottom: 5px;
}

.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
	display: block;
	width: 120px;
	height: auto;
}


/*-----------------------Menú-----------------------*/

.menu {
	position: fixed;
	width: 240px;
	height: 100vh;
	background: #21B2A6;
	right: -100%;
	top: 0;
	padding-top: 50px;
	text-transform: uppercase;
	z-index: 1000;
}

.cover {
	background: rgba(0, 0, 0, 0.2);
	top: 0;
	z-index: 950;
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
		
}

	.menu ul {
			list-style:none;
	}

		.menu li a,
		.menu li a:visited {
			display: block;
			color: #FFF;
			text-decoration: none;
			height: 60px;
			padding: 20px;
			margin: 0 25px;
			border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		}

		.menu li a:hover {
			color: #00ffff;
		}

		.menu li:last-child a {
			border-bottom: 0px;
		}

.menu .icon-close {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;

}

.menu-title {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: 300;
	padding: 15px 40px;
	text-decoration: none;
}

.icon-menu {
	position: fixed;
	float: right;
	top: 5px;
	right: 10px;
	cursor: pointer;
	z-index: 850;
	font-size: 25px;
	color: #21B2A6;
	transition: 0.3s;
	}


.icon-menu:hover {
	color: #00FFFF;
	}


/*-----------------------Banner-----------------------*/

section {
	width: 100%;
}

.banner {
	position: relative;
	}

	.banner .contenedor {
		position: absolute;
		color: #FFF;
		text-align: center;
		z-index: 100;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
		}

	.banner h2 {
		font-size: 40px;
		padding: 3px;
		border-top: 3px solid #FFF;
		border-bottom: 3px solid #FFF;		
		}

	.banner p {
		word-spacing: 1px;
		letter-spacing: 4px;
		font-size: 14px;
		margin-top: 5px;
		}

	.banner a {
		display: block;
		color: #FFF;
		font-size: 8px;
		text-decoration: none;
		margin-top: 30px;
		}
	

/*-----------------------Revisión-----------------------*/

.revision {
	background: #21B2A6;
	color: #FFF;
	text-align: center;
	padding: 25px 10px;
	}

.revision h2, .tratamientos h3, .localizacion h7 {
	font-size: 14px;
}

	.revision h2 {
		display: inline-block;
		text-transform: uppercase;
		border-bottom: 2px solid rgba(0, 0, 0, 0.1);
		padding: 15px;
		}

	.revision p {
		display: block;
		padding: 12px 0px;
		opacity: 0.9;
		font-size: 14px;
		}

/*-----------------------Tratamientos-----------------------*/

.tratamientos {
	text-align: center;
	color: #666;
	}

	.tratamientos h3, .localizacion h7 {
		display: inline-block;
		text-transform: uppercase;
		color: #21B2A6;
		padding: 15px;
		margin: 20px 30px;
		border-bottom: 2px solid rgba(0, 0, 0, 0.1);
		}

.tratamientos .contenedor {
	width: 95%;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: auto;
}

.tratamientos article {
	max-width: 270px;
	background: #f3f3f5;
	margin-bottom: 30px;
	border-radius: 10px;
}

	.tratamientos img {
		width: 100%;
		border-radius: 10px 10px 0px 0px;
		}

	.tratamientos h4 {
		text-align: center;
		padding: 20px 10px;
		font-size: 14px;
		}

	.tratamientos p {
		padding: 20px 10px;
		font-size: 12px;
		}

/*-----------------------Curriculum-----------------------*/

.curriculum {
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	}

.curriculum .miguel, .curriculum .trabajo {
	width: 100%;
	padding: 15px 0;
}

.curriculum .miguel {
	background: #627170;
}

.curriculum .trabajo {
	background: #718e8c;
}

.curriculum p, .curriculum strong {
	padding: 10px;
	font-size: 12px;
	text-align: center;
}

.curriculum strong {
	font-weight: normal;
}


/*-----------------------Localización-----------------------*/

.localizacion {
	text-align: center;
}

.localizacion h7 {
	font-weight: bold;
}

.dudas {
	margin-bottom: 35px;
}

.dudas p {
	padding: 5px;
	color: #666;
	font-style: normal;
	font-size: 12px;
}

.formulario {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-around;
}

.horarios {
	border: 1px solid #21B2A6;
	border-radius: 10px;
	padding: 10px;
	margin: 10px;
}

.horarios h5, .cajas h5 {
	display: inline-block;
	color: #21B2A6;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1);
	padding: 10px 15px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
}

.horarios span, .cajas span {
	font-size: 1.5em;
	margin: 10px;
	vertical-align: middle;
}

.horarios .dias {
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	width: 95%;
	color: #21B2A6;
	min-width: 200px;
	justify-content: space-around;
	text-align: center;
}
	.semana, .sabado {
		padding: 10px 0;
		max-width: 300px;
		margin: 3px 0;
	}
.diario, .finde {
	font-size: 14px;
}

.horarios p, .datos p {
	color: #666;
	margin: 10px 0px;
	}

.cajas {
	max-height: 100;
	margin: 10px;
	padding-top: 10px;
	}

.datos span {
	margin: 10px 5px;
	font-size: 1.3em;
	color: #21B2A6;
	vertical-align: middle;
	}

.datos p {
	font-size: 12px;
}

.contacto {
	width: 100%;
	max-width: 350px;
	margin: auto;
	}

.contacto input, .contacto textarea, .contacto button {
	width: 100%;
	margin: 5px 0;
	padding: 5px 10px;
	color: #666;
	border: 1px solid #21B2A6;
	transition: 0.3s;
	border-radius: 15px;
	}

.contacto input:first-child{
	margin-top: 0;
}
.contacto button {
	margin-bottom: 0;
}

.contacto input:hover, .contacto textarea:hover {
	background: #fafdfd;
	}

.contacto textarea {
	min-height: 150px;
	min-width: 100%;
	max-width: 100%;
	max-height: 0;
}

.contacto button {
	background: #21B2A6;
	filter: grayscale(50%);
	color: #FFF;
	cursor: pointer;
	text-transform: uppercase;
}
.contacto button:hover {
	filter: none;
	}

.mapa {
   width: 100%;
	}

.mapa iframe {
	display: block;
   width: 90%;
   position: relative;
   pointer-events: none;
	border-radius: 10px;
	filter: grayscale(50%);
	height: 250px;
	margin: auto;
	margin-bottom: 10px;
   }

.mapa iframe.clicked{
   pointer-events: auto;
}

/*-----------------------Testimonio-----------------------*/

.testimonio {
	background: #F5F5F5;
	padding: 20px;
	margin: 20px 0;
	width: 100%;
	-o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.02) inset, 0 -4px 0 rgba(0, 0, 0, 0.02) inset;
	-webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.02) inset, 0 -4px 0 rgba(0, 0, 0, 0.02) inset;
	-moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.02) inset, 0 -4px 0 rgba(0, 0, 0, 0.02) inset;
	box-shadow: 0 4px 0 rgba(0, 0, 0, 0.02) inset, 0 -4px 0 rgba(0, 0, 0, 0.02) inset;
	}

.persona {
	width: 100%;
	}

.testimonio img {
	border-radius: 50%;
	display: none; /*cambiar a BLOCK */
	padding: 10px;
	margin: auto;
	-o-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 3px 1px rgba(0,0,0,0.1);
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.08);
}

.testimonio blockquote {
	text-align: justify;
	}

.testimonio span {
	font-size: 24px;
	color: rgba(0,0,0,0.2);
	}

.testimonio .icon-cita1 {
	vertical-align: text-bottom;
	margin-right: 10px;
}
.testimonio .icon-cita2 {
	vertical-align: text-top;
	margin-left: 10px;
}

.testimonio p {
	margin: 0 0 30px 0px;
	font-size: 12px;
	}

.testimonio figcaption {
 	padding-right: 15px;
 	text-align: right;
 	font-size: 12px;
  	font-style: italic;
 	color: #84775c;
}



/*-----------------------Footer-----------------------*/

footer .pie {
	background: #333;
	width: 100%;
	text-align: center;
}

footer .redes {
	letter-spacing: 30px;
	padding-top: 20px;
	}

footer span {
	font-size: 1.5em;
	cursor: pointer;
	color: #999;
	transition: 0.3s;
	}

footer span:hover {
	color: #FFF;
	}

footer .datos {
	margin-top: 30px;
}

footer .datos p, footer .derechos p {
	width: 100%;
	margin: auto;
	color: #999;
	font-size: 0.6em;
	}

footer .datos p {
	margin: 5px 0;
}

footer .derechos {
	margin-top: 50px;
	padding: 7px 0;
	}


/*-----------------------@Media-----------------------*/

@media (min-width: 768px) {
	.revision {
		padding: 70px 30px;
	}
	
	.revision h2 {
		margin-bottom: 35px;
	}
	
	.curriculum p {
		padding: 30px;
		font-size: 14px;
	}
	
	.persona img{
		display: none;
	}
	
	.persona p {
		font-size: 13px;
	}
}

