/*
CSS3.
	Regla del 0,0
	Carga de fuentes
	Body
	Contendor
	Contenido
	
Colores:


*/

/*Regla del 0,0*/
/*Se quitan todos los bordes a las imagenes, para Internet Explorer*/
img {
    border:none;
}

/* Cargamos las fuentes para mostrar la pagina*/


/*Le damos un color al fondo y una fuente para toda la pagina*/
body {
	background-color:white;
}




.contacto{
	margin-top: 1%;
	margin-bottom: 1%;
	display: flex;	
	flex-direction:row;
	justify-content: center;
	padding-left: 1px;
	font-size: 18px;
	
}

.contacto article{
	width:80%;	
	display:flex;
}

.contacto div{
	justify-content: left;
	flex-basis: 33%;
	padding-top: 4%;
	padding-bottom: 4%;
}

.contacto p{
	text-align:center;
	font-size: 18px;
	margin-bottom: 6px;
}
.contacto a{
	font-size: 18px;
}

.contacto p.destacado{
	font-size: 26px;
	margin-bottom: 4%;
	
}

span{
	font-size: 18px;
	margin-bottom: 6px;	
}


.contact div{
	display: flex;
	flex-direction:column;
	justify-content: left;
}

.contact article{
	display: flex;
	flex-direction:row;
	align-items: center;
	justify-content: center;
	width: 100%;
}


.iconoContactPag i{
	font-size: 18px;
	height:auto;
	margin-top: 5%;
	margin-bottom: 5%;
	margin-right: 5px;
}

.enlace_instagram{
	text-decoration: underline;
}

.horario article{
	display:grid;
	width: 100%;
	grid-template-columns: repeat(2, 1fr);
}

.horario span{
	font-size: 18px;
}

.horario span.dcha{
	grid-column:2;
}

span.izq{
	text-align:end;
}

.dcha{
	padding-left: 5%;
}

.mapa{
	height: 400px;
	display: flex;
	flex-direction:column;
	align-items: center;
	justify-content: center;
	margin-bottom: 1%;
}

.mapa iframe{
	width: 80%;
	height: 100%;
}

@media (max-width: 1024px){
	.horario span{
		font-size: 16px;
	}
	.iconoContactPag i{
		font-size: 16px;
	}
	
	span{
		font-size: 16px;
	}
	
	.destacado{
		font-size: 22px;
	}
	
	.contacto{
		font-size: 16px;
	}
	
	.contacto p{
		font-size: 16px;
	}
	

	.horario article {
		display: flex;
		flex-direction:column;
	}

	.horario span.dcha{
		text-align:center;
	}
	
	span.izq{
		text-align:center;
	}
	
	.dcha{
		padding-left: 0%;
	}
}

@media (max-width: 858px){
	.contacto article {
		flex-direction:column;
		align-items: center;
		justify-content: center;
		text-align:center;
		width:100%;
	}
	
	.contacto p {
		text-align:center;
	}
	
	.horario article{
		display: inline-flex
	}
	
	div.pieMovil{
		display:none;
	}
	
	.contacto{
		margin-top: 2%;
		margin-bottom: 2%;
	}
	
	.contacto div{
		width:100%;
	}
	
	.contacto p.destacado{
	margin-bottom: 1%;
	}
	
	.mapa{
		margin-bottom: 5%;
	}

	article.tel{
		display:flex;
		flex-direction: row;
		justify-content: center;
	}
	
	.contacto div{
		padding-top: 2%;
		padding-bottom: 2%;
	}

}