@charset "utf-8";
html, body{
	font-family: 'Titillium Web', sans-serif;
	min-width: 320px;
	margin: 0;
}
body{
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	max-height: 100%;
	color: #3570b2 !important;
}
/*-----------------------------HEADER-----------------------------------------*/
.paginas2{
	padding-top: 100px;
}
.paginas2 p{
	color: #797c8b;
}
.paginas2 ul{
	padding-left: 2em;
}
a{
	color: inherit ;

}
#blancoMenu{
	background-color: white;
	position: fixed;
	width: 100%;
	z-index: 999;
}
#blancoMenu .wrapper{
	height: 88px;
}
header{
	width: 100%;
	height: 100vh;
	text-align: center;
}
.soloTablet{
	display: none
}
#menux{
	display: none;
}
nav{
	top: 0;
	position: relative;
}
.ocultoPC{
	display: none
}
#iconoMenu{
	display: none;
}
ul{
	padding-left: 0;
	margin: 0 !important;
	padding-top: 30px;
	padding-bottom: 30px;
}
nav ul{
	list-style-type: none;
}
nav ul a{
	text-decoration: none;
	color: #3570b2;
	font-weight: bold;
	font-size: 18px;
}
nav ul a:hover{
	text-decoration: none;
	color: #3570b2 !important;
}
nav ul li{
	display: inline-block;
	vertical-align: middle;
	padding-right: 40px;
	height: 27px;
}
#logo{
	display: inline-block;
}
.wrapper{
	max-width: 1280px;
    margin: 0 auto;
    height: auto;
    width: 100vw;
    box-sizing: border-box;
    z-index: 99;
    display: inline-block;
    vertical-align: top;
    padding-left: 5%;
    padding-right: 5%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.imagenEntera{
	width: 100%;
	height: 100%;
	/*background-image: url(../img/lamapara.jpg);*/
	background-position: center center;
	position: absolute;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	z-index: 0;
}
header .textoCorto{
	clear: both;
	position: relative;
	bottom: 0;
	margin-top: calc(99px + 15vh);
}
#info{
	width: 100%;
	z-index: 998;
	bottom: 0;
}
/*-----------------------------SECTION-----------------------------------------*/
.parallax{
	height: 400px;
	width: 100%;
}
a:hover{
	color: #c2c3c9;
	text-decoration: underline;
}
.one_half{
    float: left;
    width: 47%;
    margin-right: 6%;
    position: relative;
}
.last{
    margin-right: 0 !important; 
}
nav ul li a, nav ul li a:hover {
	text-decoration: none;
}
nav ul li{
	-webkit-transition: all .25s;
	transition: all .25s;
}
nav ul li:hover {
	transform: scale(1.3);
}
#tratamientosContainer{
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: right center;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.contenedorCuadrosTratamientos{
	margin-top: 8vh;
}
.contenedorCuadrosTratamientos a{
	color: inherit;
	text-decoration: none;
}
.contenedorCuadrosTratamientos a:hover{
	text-decoration: none !important;
}
h3{
	font-size: 21px;
	font-weight: normal;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	width: 70%;
}
h1{
	text-transform: uppercase;
	font-size: 45px;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
	line-height: 1.25em;
}
h2{
	font-size: 30px;
	margin-top: 1em;
	margin-bottom: 0.1em;
	line-height: 1.25em;
}
h5{
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	font-weight: normal;
	font-size: 18px;
	width: 70%;
}
.flechaAbajo{
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
	bottom: 0;
	left: 0;
	z-index: 999;
	position: absolute;
}
#tratamientos{
	padding-top: 50px;
}
.contenedorCuadrosTratamientos{
	width: 100%;
}
.cuadroTratamientos{
	width: 47%;
	box-sizing: border-box;
	display: inline-block;
	margin-bottom: 40px;
	vertical-align: top;
}
.cuadroTratamientos p{
	margin-top: 0;
}
.cuadroTratamientos:hover img{
	width: 18% !important;
}
.cuadroTratamientos:nth-child(odd){
	margin-right: 2%;
}
.cuadroTratamientos img{
	display: inline-block;
	width: 15%;
	margin-right: 5%;
	box-sizing: border-box;
	vertical-align: top;
	transition: 0.3s ease;
	
}
.cuadroTratamientos:last-child{
	margin-bottom: 100px;
}
.textoCuadros{
	display: inline-block;
	width: 63%;
	box-sizing: border-box;
	vertical-align: middle;
}
p{
	font-size: 18px;
	margin-top: 0.6em;
	margin-bottom: 0.3em;
	line-height: 1.25em;
}
#equipoContainer{
	/*background-image: url(../img/equipo.jpg);*/
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	vertical-align: top;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.contenedorCuadrosEquipo, .contenedorCuadrosMateriales{
	width: 100%;
	margin-top: 50px;
}
.cuadroEquipo .textoCuadros{
	display: inline-block;
	text-align: center;
	width: 100%;
}
.contenedorFotoEquipo{
	margin: 0;
	box-sizing: border-box;
	vertical-align: middle;
	width: 100%;
}
.cuadroEquipo{
	width: 23%;
	margin-right: 1%;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
}
#equipo{
	padding-top: 100px;
	padding-bottom: 100px;
}
.rowEquipo{
	margin-bottom: 30px;
}
#materialesContainer{
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	vertical-align: top;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-align: center;
}
#materiales{
	padding-top: 100px;
	padding-bottom: 50px;
}
.contenedorCuadrosMateriales{
	padding-top: 20px;
	padding-bottom: 100px;
	margin-top: 30px;
}
#materialesContainer .wrapper{
	height: auto;
}
.cuadroMateriales{
	display: inline-block;
	margin-bottom: 20px;
}
.iconoMateriales{
	display: inline-block;
	width: 19%;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	text-align: left;
}
.iconoMateriales img{
	width: 80%;
}
.letrasMateriales{
	display: inline-block;
	box-sizing: border-box;
	width: 80%;
	vertical-align: middle;
}
.letrasMateriales p{
	font-size: 18px;
	margin-top: 0;
}
#p120{
	width: 120%;
}
.grisLetras{
	color: #797c8b;
}
/*-----------------------------CONTACT AND FOOTER-----------------------------------------*/
#contactoContainer{
	background-image: url(../img/contacto.jpg);
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 100px;
	text-align: center;
}
table{
	width: 100%;
}
th, td, tr{
	vertical-align: baseline
}
#footer{
	background-color: white;
}
#contactoContainer .wrapper{
	height: auto;
	/*background-color: #3570b2;*/
	color: #3570b2;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
#footer .wrapper{
	height: auto;
	min-height: auto;
	padding-top: 50px;
	padding-bottom: 30px;
}
#contactoContainer a{
	text-decoration: none;
	color: inherit;
}
#contactoContainer a:hover{
	text-decoration: underline;
}
#map{
    height: 300px;
    width: 100%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.contactoIzquierda{
	width: 45%;
	margin-right: 9%;
	display: inline-block;
	vertical-align: top;
}
.contactoDerecha{
	width: 45%;
    display: inline-block;
    vertical-align: top;
}
.labelsContainer{
	width: 20%;
	display: inline-block;
	vertical-align: top;
}
.inputsContainer{
	width: 79%;
	vertical-align: top;
}
.labelsContainer label{
	width: 100%;
	display: block;
}
.inputsContainer input, textarea{
	width: 100%;
	-webkit-appearance: none;
	appearance: none;
	display: block;
	background-color: rgba(0,0,0,0);
	height: 1.27em;
	border-top: 0 transparent;
	border-left: 0 transparent;
	border-right: 0 transparent;
	border-bottom: 1px solid #797c8b;
	font-size: 15px;
	color: #3570b2;
	resize: none;
	border-radius: 0;
	box-sizing: border-box;
	padding: 1px;
	width: 100%;
}
.inputsContainer input, textarea:focus{
	outline: none
}
.inputsContainer textarea{
	height: 2.54em;
}
#enviar, .boton{
	border-radius: 0;
	background-color: #3570b2;
	color: white;
	font-size: 18px;
	display: block;
	width: auto;
	padding: 0.1em 0.5em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	height: auto;
	cursor: pointer;
	border-radius: 7px;
	font-family: 'Titillium Web', sans-serif;
	font-weight: bold;
}
.boton{
	display: inline-block;
	padding: 0.2em 1em;
}
.boton a{
	text-decoration: none;
}
#footer{
	text-align: center;
}
#footer .wrapper{
	text-align: center;
}
#footer p, #footer ul li a{
	font-size: 15px;
	font-weight: bold;
}
.dentroAbajoFooter{
	font-size: 13px;
	font-weight: normal;
}
.dentroAbajoFooter li a{
	font-size: 13px !important;
	font-weight: normal !important;
}
.arribaFooter{
	display: inline-block;
	width: 100%;
	height: auto;
	text-align: center;
}
.derechaArribaFooter, .centroArribaFooter, .izquierdaArribaFooter{
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	padding-left: 1.5em;
	padding-right: 1.5em;
	width: 20%;
	box-sizing: border-box;
}
.derechaArribaFooter{
	text-align: right;
	width: 59%;
	vertical-align: middle;
}
.derechaArribaFooter div{
	text-align: right;
	width: 30%;
	display: inline-block;
	vertical-align: bottom;
}
.derechaArribaFooter a{
	display: flex;
	align-items: center;
	flex-direction: column;
}
.izquierdaArribaFooter{
	border: none;
	border-left: 1px solid #3570b2;
}
.izquierdaArribaFooter img{
	margin-top: 15px;
}
#footer ul{
	padding: 0;
	text-decoration: none;
	text-align: left;
	list-style-type: none;
}
.izquierdaArribaFooter{
	text-align: left;
}
#footer a{
	text-decoration: none;
	color: #3570b2;
}
.abajoFooter{
	text-align: center;
}
.dentroAbajoFooter{
	display: inline-block;
}
.abajoFooter li{
	display: inline-block;
	vertical-align: top;
	padding-right: 0.5em;
	padding-left: 0.5em;
	padding-top: 1em;
}
#contactoContainer .contactoIzquierda p{
	font-size: 18px;
}
.dentroAbajoFooter ul{
	margin-bottom: 20px;
}

/*-----------------------------PAGINA DE TRATAMIENTOS-----------------------------------------*/
#tratamientosPage{
	height: auto !important;
}
#tratamientosPage .wrapper{
	height: auto !important;
}
.paginas2 h2{
	font-size:  35px;
}
.paginas2 .wrapper{
	max-width: 950px;
}
.paginas2 h3{
	font-size: 25px;
	margin-top: 50px;
	line-height: 1em;
	width: 100%;
}
section{
	text-align: center;
}
section .wrapper{
	height: auto !important;
}
#tratamientosIzquierda, #tratamientosDerecha{
	width: 40%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
}
#tratamientosIzquierda h3{
	font-size: 22px;
	margin-top: 0.5em;
}
#tratamientosIzquierda{
	margin-right: 19%;
}
#tratamientosIzquierda h1, #tratamientosDerecha h1{
	margin-top: 60px;
}
#tratamientosDerecha{
	margin-top: 30vh;
}
#tratamientosIzquierda img, #tratamientosDerecha img{
	width: 100%;
}

#tratamientosIzquierda.dos{
	width: 30%;
	margin-right: 2%;
	padding-top: 20px;
}
#tratamientosDerecha.dos{
	width: 60%;
	margin-top: 0;
	padding-top: 20px;
}
#tratamientosDerecha.dos h4{
	font-size: 22px;
	margin-top: 0.5em;
	margin-bottom: 0.25em;
}
#tratamientosDerecha.dos h3{
	font-size: 25px;
	font-weight: bold;
	width: 100%;
}
#tratamientosIzquierda.dos ul{
	padding: 0;
	list-style: none;
}
#tratamientosIzquierda.dos ul li{
	border-top:1px solid;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	line-height: 1.25em;
}
#tratamientosIzquierda.dos ul li:first-child{
	border-top: 0;
}
#tratamientosIzquierda.dos ul li a{
	text-decoration: none;
}

@media screen and (max-width: 1024px) {
	.cuadroEquipo{
		width: 45%;
		margin-left: 2%;
	}
	.iconoMateriales{
		width: 100%;
	}
	.iconoMateriales img{
		width: 30%;
	}
	.letrasMateriales{
		width: 90%;
		margin-right: 5%;
	}
	#contactoContainer .wrapper{
		height: auto;
	}
	p, h5, label, h3, input, textarea{
		font-size: 20px !important;
	}
	.flechaAbajo img{
		width: 5%;
	}
	p, h5, label, h3{
		font-size: 25px !important;
	}
	#tratamientosIzquierda, #tratamientosDerecha{
		width: 100%;
	}
	#tratamientosDerecha{
		margin-top: 0;
	}
	#tratamientosIzquierda{
		margin-right: 0;
	}
	#info{
		width: 100%;
	}
	header .textoCorto{
		left: 0;
		width: 100%;
		margin-top: 20vh;
	}
	#p120{
		width: 100%;
	}
	.wrapper{
		height: auto;
		padding-left: 5%;
		padding-right: 5%;
	}
	nav ul li{
		padding-right: 20px;
	}
	nav ul li a{
		font-size: 18px !important;
	}
	#menux{
		display: none
	}
	.textoCorto {
		width: 100%;
	}
	.soloTablet{
		display: block
	}
	.soloTablet ul .ocultoMovil{
		display: inline-block
	}
	.ocultoMovil{
		display: none
	}
	.izquierdaArribaFooter p{
		font-size: 13px !important;
	}
}
@media screen and (max-width: 767px){
	.parallax{
		height: 200px;
		width: 100%;
	}
	.paginas2{
		padding-top: 0px;
	}
	h3, h5{
		width: 100%;
	}
	.cuadroEquipo{
		text-align: center;
	}
	#mapContainer{
		height: 300px;
		margin-bottom: 50px;
	}
	#blancoMenu{
		display: none;
	}
	.soloTablet{
		display: none
	}
	header .textoCorto{
		margin-top: 50px;
	}
	#section0, #section1, #section2, #section3, #section4{
		height: auto
	}
	.cuadroTratamientos{
		margin-bottom: 30px;
		margin-right: 0 !important;
		width: 100%;
	}
	.cuadroTratamientos p{
		margin: 0;
	}
	.contenedorCuadrosEquipo{
		margin-top: 50px;
	}
	#materiales{
		padding-bottom: 0px;
	}
	.arribaFooter{
		padding-top: 15px;
	}
	.abajoFooter li{
		padding-top: 0.3em;
	}
	#equipoContainer{
		height: auto;
	}
	.ocultoPC{
		display: block;
		margin-top: 10px;
	}
	.ocultoPC img{
		width: 20vw;
	}
	.cerrado{
		position: absolute;
		top: 0;
		right: -50vw;
		width: 50vw;
		transition: 0.5s ease;
		background-color: white !important;
		box-shadow: 50px 0px 50px #333;
	}
	.abierto{
		position: absolute;
		top: 0;
		right: 0vw;
		width: 50vw;
		transition: 0.5s ease;
		background-color: #3570b2 !important;
		box-shadow: -10px 0px 50px #333;
	}
	#menux{
		display: block;
		z-index: 998;
		height: 100vh;
		position: fixed;
		top: 0;		
	}
	.fijado{
		position: fixed;
	}
	#menux p{
		color: white !important;
		font-size: 18px !important;
		padding-left: 1em; 
	}
	#iconoMenu{
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		margin-top: 20px;
		margin-right: 20px;
		z-index: 999;
		cursor: pointer;
	}
	.botonAzul{
		color: #3570b2 !important;
		transition: 1s ease;
	}
	.botonBlanco{
		color: white !important;
		transition: 1s ease;
	}
	.ocultoMovil{
		display: none;
	}
	h3, h5, p, label, input, textarea{
		font-size: 18px !important;
	}
	h1{
		font-size: 25px;
	}
	.flechaAbajo{
		position: relative,
	}
	#menux ul li{
		text-align: right !important;
		widows: 100%;
		display: block;
		padding-right: 20px;
		color: white
	}
	.imagenEntera, #equipoContainer, #contactoContainer{
		background-image: none;
	}
	#tratamientosContainer, #materialesContainer{
		background-image: none;
	}
	.textoCorto{
		width: 100%;
	}
	.cuadroEquipo{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.contenedorFotoEquipo{
		width: 20%;
		display: inline-block
	}
	.contenedorFotoEquipo img{
		width: 100%;
	}
	.cuadroEquipo .textoCuadros{
		widows: 74%;
		text-align: center
	}
	.iconoMateriales{
		text-align: left
	}
	.contactoDerecha, .contactoIzquierda{
		width: 100%;
		margin-right: 0;
	}
	.derechaArribaFooter, .centroArribaFooter, .izquierdaArribaFooter{
		width: 100%;
		margin-top: 0.7em;
		text-align: center;
	}
	.centroArribaFooter{
		border-left: none;
		border-right: none;
		border-top: 1px solid #3570b2;
		border-bottom: 1px solid #3570b2;
		text-align: center;
		padding-top: 1.5em;
		padding-bottom: 1.5em
	}
	.centroArribaFooter li, .izquierdaArribaFooter p, .izquierdaArribaFooter{
		text-align: center !important;
	}
	.derechaArribaFooter img, .derechaArribaFooter a{
		max-width: 90%;
		display: inline-block !important;
		vertical-align: middle;
		margin-top: 0;
	}
	.izquierdaArribaFooter{
		border-bottom: 1px solid #3570b2;
		padding-bottom: 1em;
		border-left: 0;
	}
	.izquierdaArribaFooter p{
		display: inline-block
	}
	.izquierdaArribaFooter p:first-child{
		margin-right: 1em;
	}
	.dentroAbajoFooter ul{
		text-align: center !important;
	}
	.dentroAbajoFooter{
		padding-top: 1em;
	}
	.dentroAbajoFooter li{
		padding-top: 0;
		height: auto;
		line-height: 1.25em;
	}
	#contactoContainer{
		height: auto;
		min-height: auto
	}
	#footer, #footer .wrapper {
		height: auto
	}
	#footer .wrapper {
		padding-top: 20px !important;
		padding-bottom: 1em !important;
	}
	#footer p{
		font-size: 13px !important;
	}
	.letrasMateriales{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.rowEquipo{
		margin-bottom: 0;
	}
	nav ul li a{
		color: white;
		font-weight: bold;
	}
	ul{
		padding-top: 60px;
	}
	.modal-content {
		width: 60% !important;
		text-align: left !important;
	}
	#contactoContainer .wrapper{
		margin-bottom: 0px !important;
	}
}
@media screen and (max-height: 650px){
	.textoCorto{
		width: 100%;
	}
	.textoCorto h1{
		font-size: 30px;
	}
}


/*--------------------------------------------Cookies-------------------------------*/
.cookies{
    position: absolute;
    z-index: 999;
    width: 300px;
    background-color: #1b4069;
    transition: 0.5s ease;
    bottom: 0;
    position: fixed;
    border-radius: 0 10px 0 0 ;
    color: white;
    padding: 10px;
}
.cookies p{
    position: relative;
    text-align: left;
    font-size: 15px;
}
.cookies button{
    display: block;
    background-color: #2e5a83;
    border: solid 2px white;
    border-radius: 5px;
    padding: 5px 20px;
    margin-left: 33%;
    color: white;
    margin-bottom: 10px;
    font-size: 15px;
    cursor: pointer;
}
.cookies a{
    color: white;
}
.tabla-cookies{
	border-collapse: collapse;
}
.tabla-cookies td{
	background-color: #e0e0e0; 
	border: 1px #333 solid;
	padding: 0.5em
}

/*----------opacidad-------------*/
#opacidad{
	display: none;
	position: fixed;
	width: 100vw;
	height: 110vh;
	opacity: 0;
	background-color: black;
	top: 0;
	z-index: 998;
	right: -100vw;
	transition: 0.5s ease;
}
.opacidad1{
	transition: 0.5s ease;
	opacity: 0.3 !important;
	display: block
}

/*Checkbox*/
/* The container */
.container {
    display: block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
	user-select: none;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	margin-top: 0.5em;
	width: 100%;
}

/* Hide the browser's default checkbox */
.container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 18px;
	width: 18px;
	border-radius: 4px; 
    background-color: #aaa;
}

/* On mouse-over, add a grey background color */
.container:hover input[type="checkbox"] ~ .checkmark {
    background-color: #999;
}

/* When the checkbox is checked, add a blue background */
.container input[type="checkbox"]:checked ~ .checkmark {
    background-color: #3570b2;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*MODAL*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 30vh; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 50px;
    border: 1px solid #888;
	width: 30%;
	position: relative;
	border-radius: 10px;
	text-align: justify;
}

/* The Close Button */
.close {
    color: #3570b2;
    font-size: 28px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 20px;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}





