@charset "utf-8";
/* CSS Document */
/* epilogue-regular - latin */
@font-face {

	font-family: 'Epilogue';
	font-style: normal;
	font-weight: 400;
	src: url('https://www.redmotovalencia.es/fonts/epilogue-v17-latin-regular.woff2') format('woff2'),
	url('https://www.redmotovalencia.es/fonts/epilogue-v17-latin-regular.ttf') format('truetype');
}
/* epilogue-700 - latin */
@font-face {

	font-family: 'Epilogue';
	font-style: normal;
	font-weight: 700;
	src: url('https://www.redmotovalencia.es/fonts/epilogue-v17-latin-700.woff2') format('woff2'),
	url('https://www.redmotovalencia.es/fonts/epilogue-v17-latin-700.ttf') format('truetype');
}
::-moz-selection { /* Code for Firefox */
	color: #FFF;
	background: #0067EF;
}
::selection {
	color: #FFF;
	background: #0067EF;
}

*, *::before, *::after {
	box-sizing: border-box;
}

html, body
{
	height: 100%;
}

body
{
	font-family: Epilogue, sans-serif;
	overflow: auto;
	margin: 0;
	font-size: 18px;
	color: #222222;
	background-image: url(fondo.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	line-height: normal;
}
#logo
{
	max-width: 100%;
	height: auto;
}
#datos
{
	min-height: 100vh;
	background: rgba(255, 255, 255, 0.80);
	width: 782px;
	max-width: 100%;
	text-align: center;
	padding: 30px 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#titulo
{
	color: #0067EF;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 86px;
}

#texto
{
	line-height: 33px;
	margin-top: 35px;
}

#localizacion
{
	margin-top: 145px;
	display: flex;
	align-items: flex-start;
	gap: 30px;
	justify-content: space-around;
}

.item-localizacion
{
	display: inline-flex;
	flex-direction: column;
	gap: 15px;
	align-items: center;
	line-height: 23px;
	color: #222;
	font-size: 16px;
	text-decoration: none;
}

@media only screen and (max-width: 767px)
{
	#localizacion{margin-top: 60px; flex-direction: column; align-items: center}
	#texto{font-size: 16px; margin-top: 22px;}
	#titulo{font-size: 22px; margin-top: 55px;}
	#datos{padding-left: 12px; padding-right: 12px;}
}