body {
	margin: 0;
}

ul {
	display: none;
	list-style-type: none;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;
}

a {
	text-decoration: none;
	color: black;
}

#menu {
position: absolute;
z-index: 1;
background-color: rgba(255,255,255,1);
width: 100%;
}

@media (min-width: 768px) {
	#nav-menu {
		padding-top: 19px;
		height: 47px;
	  	background-color: white;
	  	width: 100%;
	  	box-shadow: 0px 4px 4px -4px;
	  	color: #484459;
	}
}

@media (max-width: 767px) {
	#nav-menu {
		padding-top: 19px;
		height: 120px;
	  	background-color: white;
	  	width: 100%;
	  	box-shadow: 0px 4px 4px -4px;
	  	color: #484459;
	}
}

.fontJafDomus {}

.fontMuseoSans {}

#inicio {}

#mapa-google {
	display: block;
}

.inicio-imagen-bienvenido {
	background-image: url("../imgs/separadores/portada.jpg");
	background-position: center; 
	background-repeat: no-repeat;
	-webkit-background-size: cover; 
   	-moz-background-size: cover; 
   	-o-background-size: cover; 
    background-size: cover;
	max-width: 100%;
}

.linea-verde {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 80px;
}

.titulos-verdes {
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	color: #ACDA90;
	margin-bottom: 40px;
}

.titulos-verdes-contacto {
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	color: #ACDA90;
}

.texto-parrafos {
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 80px;
}

.texto-parrafos-subtitulo {
	margin: 0px 0;
	font-weight: 500;
	line-height: 20px;
	color: initial;
	text-rendering: auto;
	display: block;
	font-size: 16px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.inicio-imagen-logo {
	max-height: 45%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 25%;
	opacity: 0;
}

.area-logo-menu {
	margin-top: 40px;
	margin-bottom: 45px;
}

.imagen-logo-menu {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.lista-menu {
	display: inline;
	list-style-type: none;
}

@media (min-width: 768px) {
	.texto-menu-cli {
		margin-right: 15%;
		margin-bottom: 25px;
		height: 30px;
		font-weight: 400;
	}
}

@media (max-width: 767px) {
	.texto-menu-cli {
		margin-right: 15%;
		margin-bottom: 25px;
		height: 0px;
		font-weight: 400;
	}
}

@media (min-width: 768px) {
	.texto-menu-per-serv {
		margin-right: 13.5%;
		margin-bottom: 25px;
		height: 30px;
		font-weight: 400;
	}
}

@media (max-width: 767px) {
	.texto-menu-per-serv {
		margin-right: 13.5%;
		margin-bottom: 25px;
		height: 0px;
		font-weight: 400;
	}
}

@media (min-width: 768px) {
	.texto-menu-cli:hover {
		margin-bottom: 25px;
		height: 30px;
		background-image: url("../imgs/linea_verde_peque.svg");
		background-repeat: no-repeat;
		background-position: 50% 100%;
	}
}

@media (max-width: 767px) {
	.texto-menu-cli:hover {
		margin-bottom: 25px;
		height: 0px;
	}
}

@media (min-width: 768px) {
	.texto-menu-per-serv:hover {
		margin-bottom: 25px;
		height: 30px;
		background-image: url("../imgs/linea_verde_peque.svg");
		background-repeat: no-repeat;
		background-position: 50% 100%;
	}
}

@media (max-width: 767px) {
	.texto-menu-per-serv:hover {
		margin-bottom: 25px;
		height: 0px;
	}
}

.texto-menu-preg {
	margin-right: 9.3%;
	margin-bottom: 25px;
	font-weight: 400;
	height: 30px;
}

.texto-menu-preg:hover {
	margin-bottom: 25px;
	height: 30px;
	background-image: url("../imgs/linea_verde_peque.svg");
	background-repeat: no-repeat;
	background-position: 50% 100%;

}

@media (min-width: 768px) {
	.texto-menu-contacto {
		margin-bottom: 25px;
		font-weight: 400;
		height: 30px;
	}
}

@media (max-width: 767px) {
	.texto-menu-contacto {
		margin-bottom: 25px;
		font-weight: 400;
		height: 0px;
	}
}

@media (min-width: 768px) {
	.texto-menu-contacto:hover {
		margin-bottom: 25px;
		height: 30px;
		background-image: url("../imgs/linea_verde_peque.svg");
		background-repeat: no-repeat;
		background-position: 50% 100%;
	}
}

@media (max-width: 767px) {
	.texto-menu-contacto:hover {
		margin-bottom: 25px;
		height: 0px;
	}
}

@media (max-width: 767px) {
	.lista-menu li a:hover {
		color: #ACDA90;
	}
}


.section-clinica {
	margin-top: 240px;
}

.section-clinica-titulo {
	display: block;
	text-align: center;
	font-weight: 500;
	font-size: 40px;
}

.texto-clinica-subtitulo {
	margin: 0px 0;
	font-weight: 500;
	line-height: 20px;
	color: initial;
	text-rendering: auto;
	display: block;
	font-size: 15px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

.flecha_carousel_izq {
	position: relative;
	bottom: 180px;
	right: 40px;
}

.flecha_carousel_dcha {
	position: relative;
	bottom: 180px;
	left: 40px;
}

.section-separador-personal {
	background-image: url("../imgs/separadores/personal.jpg");
	background-attachment: fixed;
	-webkit-background-size: cover; 
   	-moz-background-size: cover; 
   	-o-background-size: cover; 
    background-size: cover;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
}

.section-separador-servicios {
	background-image: url("../imgs/separadores/servicios.jpg");
	background-attachment: fixed;
	-webkit-background-size: cover; 
   	-moz-background-size: cover; 
   	-o-background-size: cover; 
    background-size: cover;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
}

.section-separador-preguntas {
	background-image: url("../imgs/separadores/preguntas.jpg");
	background-attachment: fixed;
	-webkit-background-size: cover; 
   	-moz-background-size: cover; 
   	-o-background-size: cover; 
    background-size: cover;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
}

.section-separador-contacto {
	background-image: url("../imgs/separadores/portada.jpg");
	background-attachment: fixed;
	-webkit-background-size: cover; 
   	-moz-background-size: cover; 
   	-o-background-size: cover; 
    background-size: cover;
	height: 500px;
	background-position: center;
	background-repeat: no-repeat;
}

.section-circulo-separador {
	max-height: 65%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 20%;
	opacity: 0
}

.section-titulos-seccion {
	display: block;
	text-align: center;
	margin-top: 200px;
	font-weight: 500;
	font-size: 40px;
}

.imagentop {
	width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.imagenbot {
	width: 300px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.posicion-imgs-personal-1 {
	top: 0%;
}

.posicion-imgs-personal-2 {
	top: 32%;
}

.posicion-imgs-personal-3 {
	top: 64%;
}

/* hover imagenes personal */
#hover-personal {
  position:relative;
  width:350px;
  margin:0 auto;
}

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

#hover-personal img.top:hover {
  opacity:0;
}

.imgs-servicios {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}

.titulos-servicios-verdes {
	font-weight: 400;
	font-size: 20px;
	color: #ACDA90;
}

#seccion-preguntasfreq {
	margin-bottom: 100px;
}

.faq-texto-1 {
	font-size: 15px;
	font-weight: 300;
	color: #58585B;
}

.faq-texto {
	font-size: 15px;
	font-weight: 300;
	color: #58585B;
	display: none;
}

.boton-faq {
	font-size: 16px;
	font-weight: 400;
	color: #1F1F1F;
	cursor: pointer;
}

#cruz-faq {
  position:relative;
  margin:0 auto;
}

#cruz-faq img {
  position:absolute;
}

.cruz-faq {
	float: right;
	bottom: 10px;
}

.opacity-cruz-faq {
	opacity: 0;
}

.imagentop-faq {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.imagenbot-faq {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.texto-contacto {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 80px;
	color: #58585B;
}

.texto-footer-cometa {
	float: right;
	font-size: 15px;
	font-weight: 400;
	color: #58585B;
	margin-top: 45px;
}

.texto-footer-b13 {
	float: left;
	font-size: 15px;
	font-weight: 400;
	color: #58585B;
	margin-top: 10px;
}

.logo-b13-footer {
	position: relative;
	top: 39px;
	margin-right: 5px;
}

.logo-cometa-footer {
	position: relative;
	top: 13px;
	left: 8px;
}

#img-personal-descripciones {
	width: 300px;
	height: 300px;
	float: left;
}

#descripciones {
	background-color: #ACDA90;
}

#cuadro-descripcion {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

#texto-personal-descripciones {
	width: 760px;
	float: left;
	margin: 0px 0px 0px 40px;
}

.texto-personal-descripciones-titulo {
	color: white;
	font-size: 30px;
	display: block;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	margin-bottom: 20px;
}

.texto-personal-descripciones {
	color: #58585B;
	display: block;
	-webkit-margin-before: 0.5em;
	-webkit-margin-after: 0.5em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: 300;
	font-size: 16px;
}

.texto-personal-descripciones-volver {
	color: #FFFFFF;
	display: block;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	font-weight: 500;
	font-size: 20px;
}

.boton-x-retorno-descripciones {
	float: right;
	margin: 40px 40px 0px 0px;
}