* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Noto Sans JP', sans-serif;
}

.flex{
	display: flex;
}

.centrado {
	text-align: center;
	justify-content: center;
}

.subapartados a.negrita {
	font-weight: bold;
	color: #69b3b0;
}

.cabecera {
	background-image: url(images/cabecera.png);
	background-size: cover;
	background-position: center;
	max-width: 1400px;
	width: 100%;
	height: 400px;
	margin: 117px auto 35px auto;
}

/*MENU*/

.menu {
	width: 100%;
	flex-direction: row;
	font-size: 20px;
	padding: 17px 30px 12px 30px;
	justify-content: space-between;
	position: fixed;
	top: 0;
	background-color: white;
	margin: auto;
	z-index: 999;
	box-shadow: 0px 6px 20px lightgrey;
}

.padre{
	width: 100%;
	max-width: 1400px;
	margin: auto;
	justify-content: space-between;
	align-items: center;
}

.logo{
	width: 250px;
	cursor: pointer;
}
.logo img {
	width: 100%;
}

.apartados{
	margin-left: 20px;
	list-style: none;
	align-items: center;
}

.apartados li:not(:last-child) {
	margin-right: 40px;
}

.apartados a{
	color: #6f6f6f;
	text-decoration: none;
}

.apartados a:hover{
	font-weight: bold;
	color: #69b3b0;
}

.burguer{
	flex-direction: column;
	margin-right: 10px;
	display: none;
}

.parte{
	width: 50px;
	height: 2px;
	background-color: #6f6f6f;
	border-radius: 8px;
}

.parte:not(:last-child){
	margin-bottom: 10px;
}

/*INICIO*/

.intro {
	width: 80%;
	max-width: 1300px;
	flex-direction: column;
	padding: 20px;
	margin: auto;
}

.intro h1{
	color: #69b3b0;
	margin-bottom: 20px;
}

.intro p{
	color: #6f6f6f;
	margin-bottom: 10px;
	line-height: 30px;
}

.foini{
	width: 100%;
	flex-direction: row;
	justify-content: space-between;
	margin: 20px 0;
}

.inic{
	width: 48%;
	height: 300px;
	background-size: cover;
	background-position: center;
}

.ini1{
	background-image: url('images/i1.png');
}

.ini2{
	background-image: url('images/i2.png');
}

.ini3{
	background-image: url('images/i3.png');
}

.ini4{
	background-image: url('images/i4.png');
}

.principios {
	width: 90%;
	padding: 20px 30px;
	flex-direction: column;
	box-shadow: 2px 2px 5px lightgrey;
	margin: 20px auto 30px;
}

.principios h4{
	color: #69b3b0;
	font-size: 25px;
	margin-bottom: 5px;
}

.principios h4:not(:first-child){
	margin-top: 20px;
}

.principios p{
	padding: 0 10px;
	letter-spacing: 1.5px;
	font-style: italic;
}

.desta{
	font-weight: bold;
	color: #69b3b0;
}

.intro a{
	color: #69b3b0;
	font-weight: bold;
	text-decoration: underline;
}

/*TRATAMIENTOS*/

.wrapper{
	display: none;
	flex-direction: column;
	max-width: 1100px;
	margin: auto;
}

.botonmo{
	width: 80%;
	color: #69b3b0;
	font-size: 20px;
	justify-content: center;
	text-decoration: none;
	border: 1px solid #69b3b0;
	box-shadow: 2px 2px 5px lightgrey;
	padding: 10px 0;
	margin: auto;
	display: none;
}

.menutrata {
	max-width: 1400px;
	margin: auto;
	width: 100%;
	flex-direction: row;
	font-size: 18px;
	padding: 0 30px 30px 30px;
	justify-content: space-between;
}

.subapartadosmo a {
	color: #6f6f6f;
	text-decoration: none;
}

.subapartados{
	max-width: 1200px;
	width: 100%;
	list-style: none;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	margin: auto;
}

.subapartados a {
	color: #6f6f6f;
	text-decoration: none;
}

.subapartados a:hover{
	font-weight: bold;
	color: #69b3b0;
}

.imagen {
	width: 40%;
	margin: 30px 20px;
}

.implantologia{
	background-image: url('images/implantologia.png');
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	box-shadow: 5px 5px 6px rgba(32, 33, 36, 0.28);
}

.periodoncia {
	background-image: url('images/periodoncia.png');
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	box-shadow: 5px 5px 6px rgba(32, 33, 36, 0.28);
}

.endodoncia {
	background-image: url('images/endodoncia.png');
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 100%;
	box-shadow: 5px 5px 6px rgba(32, 33, 36, 0.28);
}

.texto {
	width: 55%;
	flex-direction: column;
	padding-right: 15px;
}

.tratamientos{
	padding: 0 20px; 
	flex-direction: row;
	justify-content: space-between;
}

.tratamientos h2{
	font-size: 2em;
	color: #69b3b0;
	margin-bottom: 10px;
}

.tratamientos p {
	font-size: 18px;
	padding: 10px 10px;
	color: #6f6f6f;
}

.frecuentes{
	padding: 0 40px;
	flex-direction: column;
	margin-bottom: 30px;
}

.frecuentes h3{
	font-size: 1.5em;
	color: #69b3b0;
	padding: 14px;
	margin-top: 10px;
}

.pregunta {
	font-size: 19px;
	width: 100%;
	justify-content: space-between;
	margin: 5px 0;
	padding: 12px;
	justify-content: space-between;
	background-color: white;
	color: #69b3b0;
	box-shadow: 2px 3px 7px rgba(32, 33, 36, 0.28);
}

.pregunta:hover{
	background-color: #69b3b0;
	color: white;
	cursor: pointer;
}

.respuesta {
	padding: 5px;
	margin-bottom: 10px;
	color: #6f6f6f;
	display: none;
	flex-direction: column;
}

.respuesta p {
	font-size: 16px;
	font-weight: thin;
}

.respuesta p:not(:last-child) {
	margin-bottom: 5px;
}

.visible.respuesta, .visible.wrapper {
	display: flex;
}

.seleccion{
	background-color: #69b3b0;
	color: white; 
}

/*EQUIPO*/

.equipo {
	max-width: 1400px;
	width: 90%;
	margin: auto;
	flex-direction: column;
	padding: 0 40px;
}

.equipo h3{
	font-size: 2em;
	color: #69b3b0;
	margin-bottom: 20px;
}

.persona{
	flex-direction: row;
	width: 100%;
	margin-bottom: 40px;
	justify-content: space-between;
	box-shadow: 2px 2px 5px lightgrey;
	padding: 20px;
}

.persona2{
	flex-direction: column;
	width: 48%;
	margin-bottom: 40px;
	justify-content: space-between;
	box-shadow: 2px 2px 5px lightgrey;
	padding: 20px;
}

.foto{
	width: 40%;
	height: 381px;
	background-size: cover;
	background-position: center;
}

.foto2{
	width: 100%;
	height: 381px;
	background-size: cover;
	background-position: center;
}

.eqrm{
	background-image: url('images/cara.png');
}

.eqpm{
	background-image: url('images/cara2.png');
}

.eqcdj{
	background-image: url('images/cara2.png');
}

.eqmf{
	background-image: url('images/cara2.png');
}

.eqah{
	background-image: url('images/cara2.png');
}

.cv{
	width: 55%;
	flex-direction: column;
}

.cv2{
	width: 100%;
	flex-direction: column;
}

.cv h4{
	font-size: 1.7em;
	color: #69b3b0;
}

.cv2 h4{
	font-size: 1.7em;
	color: #69b3b0;
}

.cv h5 {
	color: #6f6f6f;
	font-weight: bold;
	margin-bottom: 5px;
}

.cv2 h5 {
	color: #6f6f6f;
	font-weight: bold;
	margin-bottom: 10px;
}

.logro{
	flex-direction: row;
	justify-content: space-between;
	padding: 10px 15px;
}

.full{
	width: 74%;
	flex-direction: column;
	min-width: 30px;
}

.full p{
	color: #6f6f6f;
}

.full p:not(:last-child){
	margin-bottom: 10px;
}

.ano{
	width: 25%;
	flex-direction: column;
	align-items: flex-end;
	justify-content: space-between;
}

.ano p{
	color: #6f6f6f;
	font-weight: bold;
}

.ano p:not(:last-child){
	margin-bottom: 10px;
}

.otros{
	flex-direction: row;
	justify-content: space-between;
}

/*CASOS DE EXITO*/

.caso{
	max-width: 1200px;
	width: 80%;
	box-shadow: 2px 2px 5px lightgrey;
	flex-direction: column;
	margin: auto;
	margin-bottom: 40px;
}

.antdes{
	width: 100%;
	height: 300px;
	background-size: cover;
	background-position: center;
}

.expli{
	justify-content: center;
	align-items: center;
	padding: 20px 30px 30px 30px;
	flex-direction: column;
}

.expli h3 {
	font-size: 1.7em;
	color: #69b3b0;
	margin-bottom: 10px;
}

.expli p{
	color: #6f6f6f;
}

.adlim{
	background-image: url('images/adlim.png');
}

.ademp{
	background-image: url('images/ademp.png');
}

.adimp{
	background-image: url('images/adimp.png');
}

/*CONTACTO*/

.total {
	width: 100%;
	max-width: 1400px;
	justify-content: space-between;
	margin: auto;
	padding: 0 80px;
	align-items: center;
	margin-bottom: 80px;
}

.cuadro {
	margin: auto;
	max-width: 1400px;
	width: 100%;
	flex-direction: column;
	justify-content: center;
	padding: 0 50px;
	align-items: center;
}

.cuadro h2 {
	font-size: 2em;
	color: #69b3b0;
	margin-bottom: 10px;
	padding: 20px 0;
}

.cuadro p{
	font-size: 16px;
	color: #6f6f6f;
	margin-bottom: 15px;
}

.informacion{
	height: 734px;
	width: 50%;
	flex-direction: column;
	justify-content: space-around;
	padding: 20px 35px;
	box-shadow: 1px 1px 20px #e9e9e9;
}

.horario{
	width: 100%;
	flex-direction: column;
}

.titulo {
	width: 100%;
	flex-direction: row;
	color: #69b3b0;
	align-items: center;
	margin-bottom: 20px;
}

.titulo h3{
	font-size: 1.8em;
}

.titulo i{
	font-size: 3em;
	margin-right: 25px;
}

.info{
	color: #6f6f6f;
	letter-spacing: 2px;
}

.info p {
	margin-bottom: 10px;
	line-height: 30px;
}

.formulario {
	width: 40%;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
	padding: 0 25px;
}

.multirespuesta {
	width: 100%;
}

.raya {
	width: 100%;
	height: 1px;
	background-color: #6f6f6f;
	margin-bottom: 25px;
	position: relative;
}

.raya::after{
	background-color: #69b3b0;
	content: '';
	height: 3px;
	width: 0%;
	position: absolute;
	z-index: 10;
	transition: 1s;
}

.formulario a {
	width: 100%;
	padding: 10px;
	color: white;
	background-color: #69b3b0;
	text-decoration: none;
	font-size: 18px;
	align-items: center;
}

.formulario a:hover{
	background-color: white;
	color: #69b3b0;
	border: 2px solid #69b3b0;
}

.formulario a i{
	margin-left: 15px;
}

label {
	font-size: 18px;
	color: #69b3b0;
	margin-bottom: 10px;
}

input {
	color: #6f6f6f;
	font-size: 14px;
	outline: none;
	border:none;
	width: 100%;
	padding: 10px;
}

input::placeholder {
	color: #6f6f6f;
	font-style: italic;
}

select {
	margin-bottom: 10px;
	font-size: 14px;
	color: #6f6f6f;
	font-style: italic;
	padding: 10px;
}

select::placeholder {
	font-size: 14px;
	padding: 10px;
}

textarea{
	font-size: 16px;
	width: 100%;
	color: #6f6f6f;
	height: 150px;
	padding: 10px;
	outline: none;
}

textarea::placeholder {
	color: #6f6f6f;
	font-style: italic;
}

input:focus + .raya::after, select:focus + .raya::after, textarea:focus + .raya::after{
	width: 100%;
}

.mapa {
	width: 65%;
	height: 400px;
	box-shadow: 2px 2px 15px #e9e9e9;
}

.horario2{
	padding-left: 40px;
	width: 35%;
	flex-direction: column;
}

@media (max-width:1200px){
	
	.total {
		padding: 0 60px;
	}

	.intro {
		width: 90%;
	}
}

@media (max-width:1150px){
	
	.total {
		padding: 0 40px;
	}

	.informacion{
		width: 45%;
	}

	.formulario {
		width: 45%;
	}

	.horario2{
		padding: 0;
	}

	.mapa {
		width: 60%;
	}
}

@media (max-width:985px){
	
	.apartados li:not(:last-child) {
		margin-right: 30px;
	}

	.mapa {
		height: 350px;
	}

	.formulario {
		padding: 0 15px;
	}

	.informacion {
		width: 48%;
		padding: 20px;
	}

	.caso {
		width: 90%;
	}
}


@media (max-width:940px){
	
	.apartados li:not(:last-child) {
		margin-right: 25px;
	}

	.apartados li {
		font-size: 18px;
	}

	.total {
		padding: 0 30px;
	}

	.formulario{
		padding: 0px;
	}

	.informacion {
		width: 50%;
	}

	.titulo h3{
		font-size: 1.5em;
	}

	.titulo i{
		font-size: 2.7em;
		margin-right: 20px;
	}

	.info{
		letter-spacing: 0.8px;
	}

	.subapartados{
		padding: 0 15px;
	}

	.equipo{
		padding: 0px;
	}
}

@media (max-width:850px){
	
	.menu{
		padding: 17px 15px 12px 15px;
	}

	.apartados li:not(:last-child) {
		margin-right: 15px;
	}

	.apartados li {
		font-size: 17px;
	}

	.total{
		flex-direction: column;
		margin-bottom: 60px;
	}

	.horario:not(:last-child){
		margin-bottom: 20px;
	}

	.horario2 {
		width: 100%;
		align-items: center;
		margin-bottom: 20px;
	}

	.horario2 .titulo {
		justify-content: center;
	}

	.foini{
		flex-direction: column;
		margin: 0 auto;
	}

	.inic{
		width: 80%;
		margin: 20px auto; 
	}

	.mapa{
		width: 90%;
		height: 400px;
	}

	.informacion{
		width: 95%;
		padding: 40px;
		height: 100%;
		margin-bottom: 60px;
	}

	.formulario{
		width: 95%;
		padding: 20px;
	}

	.persona{
		flex-direction: column;
	}

	.persona2{
		width: 100%;
	}

	.persona2 h5{
		margin: 0px;
	}

	.foto {
		width: 80%;
		height: 300px;
		margin: auto;
		margin-bottom: 20px;
	}

	.foto2{
		width: 80%;
		margin: 0 auto 20px;
	}

	.eqpm{
		order: -1;
	}

	.eqmf{
		order: -1;
	}

	.eqah{
		order: -1;
	}
	
	.full{
		min-width: initial;
	}
	.cv{
		width: 100%;
	}

	.cv2{
		width: 100%;
		align-items: center;
	}

	.otros {
		flex-direction: column;
	}

	.subapartados{
		padding: 0px;
	}
	
	.botonmo{
		display: flex;
	}

	.botonmoact{
		background-color: #69b3b0;
		color: white;
		font-weight: bold;
	}
	
	.tratamientos {
		flex-direction: column;
	}

	.texto {
		width: 100%;
		padding: 0 20px;
	}

	.imagen {
		height: 300px;
		width: 100%;
		padding: 0 20px;
		margin: 20px 0;
	}

	.menutrata{
		width: 80%;
		display: none;
		flex-direction: column;
		margin: auto;
		box-shadow: 2px 2px 5px lightgrey;
		margin-bottom: 20px;
		padding: 0px;
	}

	.visible.menutrata{
		display: flex;
	}

	.subapartados{
		flex-direction: column;
		width: 100%;
		list-style: none;
		background-color: white;
		align-items: center;
	}

	.subapartados a {
		width: 100%;
		padding: 10px;
		font-size: 23px;
		display: block;
	}

	.subapartados li {
		display: block;
    	width: 100%;
    	text-align: center;
	}

	.subapartados li:not(:last-child) {
		border-bottom: 1px solid #69b3b0;
	}
}

@media (max-width:760px){
	
	.burguer {
		display: flex;
		cursor: pointer;
		z-index: 40;
		width: 40px;
    	height: 40px;
    	overflow: hidden;
    	align-items: center;
    	border-radius: 7px;
	}

	.burguer .parte {
		transition-duration: 0.5s;
		transform-origin: top;
	}

	.burguer.activo .parte:first-child{
		transform: rotateZ(45deg);
		width: 149%;
		margin: 0px;
		background-color: white;
	}
	.burguer.activo .parte:nth-child(2){
		transform: rotateZ(-45deg);
		width: 149%;
		margin: 0px;
		background-color: white;
	}
	.burguer.activo .parte:nth-child(3){
		opacity: 0;
	}

	.logo.activo {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	.apartados {
		width: 100%;
		height: 100vh;
		display: none;
		flex-direction: column;
		position: absolute;
		right: 0px;
		top: 0px;
		background-color: #69b3b0;
		margin: 0;
		z-index: 20;
		text-align: center;
		justify-content: space-around;
	}

	.visible.apartados{
		display: flex;
	}

	.apartados a{
		color: white;
	}

	.apartados li {
		width: 100%;
		font-size: 40px;
	}

	.apartados li:not(:last-child) {
		margin-right: 0; 
	}

	.apartados a:hover{
		color: white;
	}
}

@media (max-width:500px){
	
	.informacion{
		width: 95%;
		padding: 30px;
	}
}













