.hero-full-screen {
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("/media/fotos/heroscreen/1.png") center center repeat;
	background-size: cover;
	margin-bottom: 3em;
	position: relative;
	overflow: hidden;
}

.hero-full-screen .middle-content-section {
	text-align: center;
	color: #fefefe;
}

.hero-full-screen .top-content-section {
	width: 100%;
}

.hero-full-screen .bottom-content-section {
	padding: 1rem;
}

.hero-full-screen .bottom-content-section svg {
	height: 3.75rem;
	width: 3.75rem;
	fill: #fefefe;
}

.hero-full-screen .top-bar {
	background: transparent;
}

.hero-full-screen .top-bar .menu {
	background: transparent;
}

.hero-full-screen .top-bar .menu-text {
	color: #fefefe;
}

.hero-full-screen .top-bar .menu li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-full-screen .top-bar .menu a {
	color: #fefefe;
	font-weight: bold;
	font-size: large;
}

.hero-full-screen h1 {
	background: transparent;
}

.hero-full-screen a {
	/* Rojo */
	color: #FFFFFF;
}

.hero-full-screenanimation {
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-size: cover;
	margin-bottom: 3em;
	position: relative;
	overflow: hidden;
}
.hero-full-screenanimation:before {
	content: '';
	position: absolute;
	width: 400%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
	z-index: -1;
	background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("/media/fotos/heroscreen/1.png") center center repeat;
}
@media only screen and (min-width: 40em) {
  .hero-full-screenanimation:before {
	background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url("/media/fotos/heroscreen/0.png") center center repeat;
	animation: slide 7s infinite;
  }
}

@keyframes slide {
    0% {
        left: -100%;
    }
    40% {
        left: -100%;
    }
    50% {
        left: -200%;
    }
    90% {
        left: -200%;
    }
    100% {
        left: -100%;
    }
}

.hero-full-screenanimation .middle-content-section {
	text-align: center;
	color: #fefefe;
}

.hero-full-screenanimation .top-content-section {
	width: 100%;
}

.hero-full-screenanimation .bottom-content-section {
	padding: 1rem;
}

.hero-full-screenanimation .bottom-content-section svg {
	height: 3.75rem;
	width: 3.75rem;
	fill: #fefefe;
}

.hero-full-screenanimation .top-bar {
	background: transparent;
}

.hero-full-screenanimation .top-bar .menu {
	background: transparent;
}

.hero-full-screenanimation .top-bar .menu-text {
	color: #fefefe;
}

.hero-full-screenanimation .top-bar .menu li {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero-full-screenanimation .top-bar .menu a {
	color: #fefefe;
	font-weight: bold;
	font-size: large;
}

.hero-full-screenanimation h1 {
	background: transparent;
}
