@import url("https://fonts.googleapis.com/css?family=Titillium+Web:400,600,700");
@font-face {
    font-family: 'WRC';
    src: url('../font/GILROY-MEDIUM.TTF');
    /*src: url('../font/WRCCleanBold.ttf');*/
}
* {
	font-family: 'WRC', sans-serif
}

.clearfix {
	clear: both
}

.animate {
	opacity: 0
}

.animated {
	opacity: 1
}

.movil {
	display: none !important
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%
}

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.wrap {
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
	position: relative
}

.wrap-interior {
	width: 68%
}

.text-left {
	text-align: left !important
}

.text-center {
	text-align: center !important
}

.text-right {
	text-align: right !important
}

.text-justify {
	text-align: justify !important
}

.display-movil {
	display: none
}

.clear {
	clear: both
}

::-moz-selection {
	color: #FFF;
	background: #070506
}

::selection {
	color: #FFF;
	background: #070506
}

.full-page {
	min-height: 100vh
}

.full-page .wrap {
	min-height: 100vh
}

.full-page .wrap.centrar-contenido {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.texto {
	color: #FFF;
	line-height: 20px;
	font-size: 13px;
	font-weight: 300
}

.texto p {
	margin-top: 0
}

.over-footer {
	margin-bottom: -3%
}

section {
	outline: none
}

h1 {
	font-family: 'WRC', sans-serif;
	font-size: 40px;
	color: #FFF;
	margin: 0;
	font-weight: bold
}

h2 {
	font-family: 'WRC', sans-serif;
	font-size: 50px;
	line-height: 60px;
	margin: 0 0 10px 0;
	color: #FFF;
	font-weight: bold
}

h3 {
	font-family: 'WRC', sans-serif;
	font-size: 35px;
	letter-spacing: 2px;
	line-height: 40px;
	margin: 0 0 30px 0;
	color: #FFF;
	font-weight: bold
}

h4 {
	font-family: 'WRC', sans-serif;
	color: #070506;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 10px 0;
	font-weight: bold
}

h5 {
	font-size: 15px;
	line-height: 25px;
	margin: 10px 0
}

.btn {
	color: #FFF;
	text-decoration: none;
	padding: 8px 40px;
	font-weight: 300;
	border-radius: 25px;
	letter-spacing: 1px;
	font-size: 14px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	display: inline-block;
	border: 1.5px solid #FFF
}

.btn:hover {
	background: #FFF;
	color: #070506
}

.btn.invertido {
	background: #070506;
	color: #FFF
}

.btn.invertido:hover {
	background: #FFF;
	color: #070506
}

@-webkit-keyframes animacionnavegar {
	0% {
		-webkit-transform: translate(0, 0px);
		transform: translate(0, 0px)
	}

	50% {
		-webkit-transform: translate(0, -20px);
		transform: translate(0, -20px)
	}

	90% {
		-webkit-transform: translate(0, 0px);
		transform: translate(0, 0px)
	}
}

@keyframes animacionnavegar {
	0% {
		-webkit-transform: translate(0, 0px);
		transform: translate(0, 0px)
	}

	50% {
		-webkit-transform: translate(0, -20px);
		transform: translate(0, -20px)
	}

	90% {
		-webkit-transform: translate(0, 0px);
		transform: translate(0, 0px)
	}
}

body {
	background: #b00115
}

.contenedor {
	background: #FC021E;
	max-width: 800px;
	width: 100%;
	margin: 0 auto
}

.contenedor.home {
	background: #FC021E url(../img/bg.jpg) no-repeat center top;
	background-size: cover;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
.contenedor.home .centro {
	flex:1;
}

header {
	padding: 20px 0
}

header .logo-mye {
	display: block;

}

header .logo-mye img {
	width: 400px;
	margin: 0 auto;
}

header .logo-citroen {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	text-align: right
}

header .logo-citroen img {
	width: 120px;
	display: inline-block
}

.contenido .logo-w2c {
	margin: 10% 0
}

.contenido .logo-w2c img {
	max-width: 60%;
	min-width: 250px;
	width: 100%;
	margin: 0 auto
}

.contenido .buscador {
	display: block;
	border-bottom: 2px solid #FFF;
	color: #FFF;
	text-decoration: none;
	padding: 10px 20px 10px 0;
	background: url(../img/flecha-select.png) no-repeat 98% center;
	background-size: 20px;
	font-weight: 600;
	font-size: 25px;
	margin-bottom: 20px;
}

.contenido .opciones {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
/*	padding: 0 0 20px 0*/
}

.contenido .opciones.show {
	opacity: 1
}

.contenido .opciones ul {
	margin: 20px 0 0 0;
	background: #ff1514;
	display: block;
/*	border: 2px solid #FFF;*/
	border-radius: 25px 25px 0 0;
	padding: 20px 50px 90px 50px;
}

.contenido .opciones ul li {
	list-style: none;
	margin: 0 0 10px 0
}

.contenido .opciones ul li a {
	color: #FFF;
	text-decoration: none;
	padding: 5px 90px 5px 0px;
	font-weight: 400;
	font-size: 25px;
	display: block;
	position: relative
}

.contenido .opciones ul li a:hover {
	background: #fd344a
}

.contenido .opciones ul li a .fecha-nombre {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 13px;
	font-weight: normal;
	font-family: 'WRC', sans-serif !important;
}

.contenido .titulo-ruta {
	position: relative;
	padding: 30px 0
}

.contenido .titulo-ruta h1 {
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin: 0;
	padding: 0 30px
}

.contenido .titulo-ruta .anterior,
.contenido .titulo-ruta .siguiente {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.contenido .titulo-ruta .anterior img,
.contenido .titulo-ruta .siguiente img {
	max-width: 30px;
	display: block
}

.contenido .titulo-ruta .siguiente {
	right: 0
}

.contenido .titulo-ruta .siguiente img {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.contenido .fecha {
/*	border-top: 1px solid #FFF;*/
/*	border-bottom: 1px solid #FFF;*/
	padding: 5px 0;
	text-align: center;
	color: #FFF;
	font-size: 30px;
	margin: 0 0 30px 0;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50px;
}

.contenido .circuitos {
	margin: 0 0 30px 0;
	background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 25px 10px;
}

.contenido .circuitos .cabecera {
	margin: 0 0 10px 0
}

.contenido .circuitos .cabecera img {
	max-height: 40px;
	margin: 0 auto;
	display: block
}

.contenido .circuitos .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.contenido .circuitos .col {
	width: 25%;
	font-size: 25px;
	color: #FFF;
	text-align: center
}

.contenido .superficie {
	color: #FFF;
	font-size: 30px;
	text-align: center;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding: 5px 0;
	margin: 0 0 30px 0
}

.contenido .como-llegar {
	padding: 0 0 30px 0
}

.contenido .como-llegar .row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #FFF;
	font-size: 30px
}

.contenido .como-llegar .row .col {
	width: 25%;
	padding: 0 10px
}

.contenido .como-llegar .row .col:first-child {
	width: 50%
}

.contenido .como-llegar .row .col img {
	max-width: 80px;
	margin: 0 auto;
	width: 100%;
	display: block
}
.circuito-home{
	max-width: 30px;
    vertical-align: bottom;
    margin-right: 10px;
}
.opciones.dia{
	margin-top: -50px;
}
.contenedor-ruta{
	background: #ff1514;
	padding: 0 20px;
	border-radius: 25px 25px 0 0;
	position: relative;
}
.imagen-ruta{
	margin-bottom: -20px;
}
.indicaciones{
	margin: 0 0 30px 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 25px 10px;
}
.contenido .indicaciones .col {
    font-size: 25px;
    color: #FFF;
    text-align: center;
}
.contenido .indicaciones .row > div:first-child {
  width: 25%;
}
.contenedor iframe{
	height: 50vh;
	min-height: 300px;
}

.contenido .buscador.rutas {
    font-size: 15px;
    background: url(../img/tiempo.png) no-repeat 95% center;
    background-size: 20px;
}
.head-interior{
	background: #ff1514;
}
.btn-volver{
	position: absolute;
    top: 50%;
    left: 4%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    left: 20px;
    font-size: 18px;
    text-decoration: none;
}
.btn-volver img{
	vertical-align: middle;
	margin-right: 5px;
}
.op-home{
	padding: 20px;
	background: rgba(255, 255, 255, 0.2);
    border-radius: 25px 25px 0 0;
    z-index: 1;
}
.wrc{
	font-family: 'WRC';
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
.bajada{
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.ingresar{
	width: 80%;
    display: block;
    margin: 0 auto;
    background: #fff;
    padding: 10px 25px;
    border-radius: 50px;
    color: #ed1c1c;
    font-size: 20px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 25px;
    position: relative;
}
.ingresar img:first-child{
	padding-right: 10px;
	vertical-align: middle;
}
.rrss{
	margin: 25px 0 50px;
}
.rrss a:first-child{
	padding-right: 10px;
}
.ingresar img:last-child{
	top: 30%;
    height: 20px;
    vertical-align: middle;
    position: absolute;
    right: 5%;

}
.zoom{
	left: 2%;
    position: absolute;
    bottom: 10%;
}
#video-banner {
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
}
