/*
Theme Name: Valhalla 2016
License: All Rights Reserved
*/


/* CSS Document */


/* Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html and modified by Diego Quintana: http://diegoquintana.com
-------------------------------------------------------------- */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 100;
}

ol,
ul {
	list-style: none;
}

blockquote {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	outline: none;
	cursor: pointer;
	transition-property: width, height, color, opacity, background, border;
	transition-duration: .2s;
	transition-timing-function: ease-out;
}

a img {
	border: none;
}

object {
	cursor: pointer;
}

.left {
	float: left;
}

.right {
	float: right;
}

.capitalize {
	text-transform: capitalize;
}

.block {
	display: block;
}

.inline {
	display: inline;
}

.textcenter {
	text-align: center;
}

.textright {
	text-align: right;
}

.fixed {
	position: fixed;
}

.pointernone {
	pointer-events: none;
}

.backfacehidden {
	-webkit-backface-visibility: hidden;
}

.hijostranslatez0 > * {
	-webkit-transform: translateZ(0);
}

.relative {
	position: relative;
}

.clear {
	display: block;
	clear: both;
	width: 100%;
	height: 0;
	*zoom: 1;
	flex: 0 !important;
	padding: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.1;
	letter-spacing: normal;
	display: block;
}

.separator {
	width: 100%;
	display: block;
	height: 0;
	padding-bottom: 5%;
}

img {
	max-width: 100%;
}

#main_header * {
	-webkit-backface-visibility: hidden;
}

.bgcover,
.bgcontain {
	background: 50% 50% no-repeat;
}

.bgcover {
	background-size: cover;
}

.bgcontain {
	background-size: contain;
}

.imagen_ghost {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.flexnowrap {
	flex-wrap: nowrap;
}

.carril1-2.flex,
.carril3-4.flex {
	padding-left: 40px;
	padding-left: 4rem;
	padding-right: 40px;
	padding-right: 4rem;
	box-sizing: initial;
}

.flex > * {
	flex: 1;
}

.flexnopaddingchildren > * {
	padding: 0;
}

.brochure.flex > * {
	flex: auto;
}

.flex2 {
	flex: 2;
}

.flex3 {
	flex: 3;
}

.stretch {
	align-items: stretch;
}

.alignitemscenter {
	align-items: center;
}

.aligncenterself {
	align-self: center;
}

.between {
	justify-content: space-between;
}

.confondo {
	padding: 60px 0;
	padding: 6rem 0;
}

.fondoazul {
	background: #0055b8;
}

.coloreado {
	color: #0055b8;
}

.paddedleft0 {
	padding-left: 0 !important;
}

.paddedright0 {
	padding-right: 0 !important;
}

.textoclaro,
.textoclaro .numerazo {
	color: #fff;
}

.thin {
	font-weight: 100 !important;
}

.lowercase {
	text-transform: lowercase;
}

.uppercase {
	text-transform: uppercase;
}

::selection {
	background: rgba(0, 85, 184, 0.99);
	color: #fff;
	text-shadow: none;
}

html {
	font-size: 62.5%;
}

body {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.6;
	color: #333;
	background: #fff;
	text-rendering: geometricPrecision;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
.parrafo1 {
	font-size: 14px;
	font-size: 1.4rem;
}

.parrafo2 {
	font-size: 18px;
	font-size: 1.8rem;
}

.parrafo3 {
	font-size: 21px;
	font-size: 2.1rem;
}


/* status bar en iOS7 */

#statusbar {
	display: none;
	width: 100%;
	height: 20px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: rgba(0, 153, 255, .75);
	/* en iOS7 esto define el color de fondo de la barra superior en webapp */
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
}

h2 {
	font-size: 32px;
	font-size: 3.2rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 21px;
	font-size: 2.1rem;
}

a {
	color: #8d8d8d;
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.video_holder {
	/* Este div se genera por jquery */
	display: block;
	position: relative;
	width: 100%;
	height: 0;
	background-color: #000;
	padding-bottom: 56.25%;
	/* 16:9. Cambiar a la proporción requerida */
}

.video_holder > video,
.video_holder > iframe,
.video_holder object,
.video_holder embed,
.video_holder > .in,
.video-poster,
.video-play {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.video_holder > video,
.video_holder > iframe,
.video_holder object,
.video_holder embed {
	z-index: 1;
}

.video_holder > .in,
.video-poster {
	z-index: 2;
}

.video-play {
	z-index: 3;
	cursor: pointer;
	background-image: url(images/play-new.svg);
	background-size: 10% auto;
	transition: background .24s cubic-bezier(.19,1,.22,1), opacity .24s ease-out;
}

.video_holder:hover .video-play {
	background-size: 13% auto;
	background-color: rgba(33, 98, 164, .5);
}

.video-play figcaption {
	position: absolute;
	left: 0;
    top: 20%;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 38px; font-size: 3.8rem;
    font-style: normal;
}

* {
	outline: 1px solid transparent;
}

.top {
	display: block;
	width: 50px;
	width: 5rem;
	height: 50px;
	height: 5rem;
	background: #fff;
	-webkit-filter: grayscale(1);
	position: fixed;
	right: 25px;
	right: 2.5rem;
	bottom: 70px;
	bottom: 7rem;
	border-radius: 25px;
	border-radius: 2.5rem;
	overflow: hidden;
	opacity: .5;
	transition: all .24s ease-out;
}

.mobile .top,
.home .top {
	display: none !important;
}

.top::after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(images/top.svg) 50% 50% no-repeat;
	background-size: contain;
}

.top:hover {
	opacity: 1 !important;
	-webkit-filter: none;
}


/*.home .direcciones {
padding-bottom: 60px; padding-bottom: 6rem;
}*/

#tapa {
	display: block;
	position: fixed;
	top: 0;
	z-index: 9100;
	height: 100%;
	width: 0;
	overflow: hidden;
}

.firstload body,
#tapa {
	background: #0a6aa2;
}

#progreso {
	display: block;
	position: fixed;
	z-index: 8001;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	visibility: hidden;
}

#progreso i {
	display: block;
	width: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	/*background: #0055b8;
	background: #326496;*/
	background: #0FAAD6;
}

#tapa:not(.out):not(.reversee),
#progreso i:not(.out):not(.reversee),
#tapa.out.reversee,
#progreso i.out.reversee {
	left: 0;
}

#tapa.out:not(.reversee),
#progreso i.out:not(.reversee),
#tapa.reversee:not(.out),
#progreso i.reversee:not(.out) {
	right: 0;
}

.paddedtop20 {
	padding-top: 20px;
	padding-top: 2rem;
}

.paddedbottom20 {
	padding-bottom: 20px;
	padding-bottom: 2rem;
}

.paddedtop40 {
	padding-top: 40px;
	padding-top: 4rem;
}

.paddedbottom40 {
	padding-bottom: 40px;
	padding-bottom: 4rem;
}

.paddedleft40 {
	padding-left: 40px;
	padding-left: 4rem;
}

.paddedright40 {
	padding-right: 40px;
	padding-right: 4rem;
}

.bloque {
	overflow: hidden;
	padding-top: 60px;
	padding-top: 6rem;
}

.home .hijo1,
.carrilcompleto + .carrilcompleto,
.carrilcompleto + .compartir,
.slider + .compartir,
.titulo + .carrilcompleto,
.titulo + .compartir,
.titulo + .detexto,
.compartir + .detexto,
.compartir + .carrilcompleto,
.compartir + .compartir,
.titulo + .video.carril3-4,
.titulo + .mapa.carril3-4,
.titulo + .staff,
.titulo + .titulo,
.bloque.titulo + .bloque.videos,
.bloque.titulo + .bloque.videos,
.titulo + .titulo,
.bloque.titulo + .bloque.noticias,
.bloque.titulo + .bloque.noticias,
.bloque.subtitulo + .bloque.videos {
	padding-top: 0;
}

.carrilcompleto:not(.video) + .titulo {
	padding-top: 30px;
	padding-top: 3rem;
}

.overflowhidden {
	overflow: hidden;
}

#wrapper {
	overflow: hidden;
	background: #fff;
}

.firstload #wrapper,
.firstload #main_header {
	opacity: 0;
}

.maxwidth,
.carril3-4,
.carril1-2 {
	max-width: 1360px;
	max-width: 136rem;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	box-sizing: border-box;
}

.home .video.carril3-4 {
	max-width: none;
	width: 100%;
}

.main_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9000;
	transition: opacity .24s ease-out;
	background: #fff;
}

#main_header {
	border-bottom: 1px solid #ccc;
}

body:not(.home) .main_header .logo,
.mobile .main_header .logo {
	opacity: 1 !important;
}

body:not(.home) .main_header .iso,
.mobile .main_header .iso {
	opacity: 0 !important;
}

body:not(.home):not(.mobile) #main_nav a {
	color: rgb(141, 141, 141) !important;
}

body:not(.home):not(.mobile) #main_nav a:hover,
body:not(.home):not(.mobile) #main_nav .active a {
	color: #0055b8 !important;
}

#trucho_header {
	opacity: 0;
	z-index: -1;
	pointer-events: none;
}

.faux_header {
	display: block;
}

.logo {
	transition: none;
}

.logo a,
.logo img {
	display: block;
	width: auto;
	max-width: none;
	height: 100%;
}

.logo a {
	display: inline-block;
	position: relative;
}

.iso {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.logo,
#iso_w {
	height: 50px;
	height: 5rem;
}

#logo {
	margin: 30px 0;
	margin: 3rem 0;
}

#main_header {
	width: 100vw;
	transition: all 0s ease-out !important;
}

.logo {
	transition: all 0s ease-out !important;
}

@keyframes pulse {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

#iso_w {
	position: fixed;
	z-index: 9999;
	opacity: 0;
	transition: opacity .24s ease-out;
	pointer-events: none;
	display: none;
}

#iso_w > * {
	display: block;
	width: auto;
	max-width: none;
	height: 100%;
}

#iso_w > div {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/iso_w.png) 50% 50% no-repeat;
	background-size: contain;
	animation: pulse .5s alternate infinite;
}

#iso_w img {
	opacity: 0 !important;
}

.loading #iso_w {
	opacity: 1;
}

.logo img.skrollable-after {
	transition: opacity .24s ease-out;
}

.logo a:hover .logo.skrollable-after {
	opacity: 1 !important;
}

#main_nav li {
	display: inline-block;
	margin-left: 1px;
	vertical-align: bottom;
}

#main_nav li:first-of-type {
	margin-left: 0;
}

#qtranslate-chooser {
	margin-left: 40px;
	margin-left: 4rem;
}

#main_nav a {
	display: block;
	padding: 3px;
	padding: .3rem;
	box-sizing: border-box;
}

#main_nav a
/*, #main_nav a.skrollr-before*/

{
	color: #7F7F82;
}

#main_nav a:hover {
	color: #0055b8 !important;
	border-bottom-color: #ccc;
}

#main_nav .active a {
	color: #0055b8;
	border-bottom-color: #0055b8;
}


/*#main_nav a.skrollable-after {
color: #ccc;
}

#main_nav a.skrollable-after:hover, #main_nav .active a.skrollable-after {
color: #fff !important;
}*/


/*.bloque.footer {
padding-top: 0 !important;
}*/

#main_footer {
	background: #e9e9e9;
	color: #919191;
	padding: 20px 0;
	padding: 2rem 0;
	font-size: 80%;
}


/*#main_footer.fixy {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}*/

#main_footer .bo {
	display: inline-block;
}

#main_footer .social {
	color: #ccc;
}

#main_footer .right li {
	display: inline-block;
}

#main_footer .right li + li {
	margin-left: 20px; margin-left: 2rem;
}


/* SLIDER */

.bxslider {
	height: 100%;
}

.tapon {
	display: none;
	position: absolute;
	z-index: 700;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .9);
}

.bxslider > li,
.bxslider > li > div {
	height: 100%;
}

.bx-wrapper {
	position: relative;
	*zoom: 1;
}

.bx-wrapper img {
	display: block;
	width: 100%;
	height: 100%;
}


/* THEME */

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: 15px;
	bottom: 1.5rem;
	width: 100%;
}


/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #0055b8;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 0;
	outline: 0;
	width: 6%;
	height: 100%;
	text-indent: -9999px;
	z-index: 8990;
	-webkit-filter: grayscale(1);
	opacity: .5;
	background: 50% 50% no-repeat;
	background-size: 30% auto;
	transition: all .24s ease-out;
}

.bx-wrapper .bx-prev {
	left: -6%;
	background-image: url(images/larr.svg) !important;
}

.bx-wrapper .bx-next {
	right: -6%;
	background-image: url(images/rarr.svg) !important;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover {
	opacity: 1;
	-webkit-filter: none;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

.numerazos .col:nth-last-of-type(n+2) > .in {
	border-right: 1px solid rgba(255, 255, 255, .35);
}

.numerazos .col {
	flex: 10;
}

.numerazos .col:first-of-type,
.numerazos .col:last-of-type {
	flex: 9;
}

.numerazos .col:first-of-type > .in,
.numerazos .col:first-of-type .icono,
.columnas .col:first-of-type {
	padding-left: 0;
}

.numerazos .col:last-of-type > .in,
.numerazos .col:last-of-type .icono,
.columnas .col:last-of-type {
	padding-right: 0;
}

.numerazos h4,
.numerazos .icono {
	margin-bottom: 5px;
	margin-bottom: .5rem;
}

.numerazos .icono {
	font-size: 24px;
	color: rgba(255, 255, 255, .5);
}

.numerazos h4 {
	color: #11c2d2;
}

.numerazos .numerazo {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.numerazo {
	display: block;
	white-space: nowrap;
	font-size: 66px;
	font-size: 6.6rem;
	color: #0055b8;
	line-height: 1;
}

.numerazo.big {
	font-size: 78px;
	font-size: 7.8rem;
	letter-spacing: -1px;
	letter-spacing: -.1rem;
}

.titulo {
	font-size: 18px;
	font-size: 1.8rem;
	padding-bottom: 30px;
	padding-bottom: 3rem;
}

.subtitulo {
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 30px;
	padding-bottom: 3rem;
}

.home .slider {
	padding-top: 0 !important;
}

.slider .titulo,
.video .titulo {
	font-size: 36px;
	font-size: 3.6rem;
	padding-bottom: 0;
	position: absolute;
	left: 0;
	bottom: 50px;
	bottom: 5rem;
	color: #fff;
	width: 100%;
	z-index: 10;
	/*max-width: 600px; max-width: 60rem;*/
}

.slider .titulo h1,
.video .titulo h1 {
	font-size: 150%;
	font-weight: 300;
	/*text-shadow: -3px 3px 10px rgba(0,0,0,.5);*/
}

.slider .titulo h1 strong,
.video .titulo h1 strong {
	display: block;
	font-weight: normal;
}

.categoria,
.categoria a {
	color: #818181;
}

.titulo h2,
.videos h3,
.subtitulo h3 {
	font-size: 200%;
	font-weight: 300;
}

.bloque.html h2 {
	font-size: 180%;
	font-weight: 300;
}

.titulo h2,
.titulo h2 a,
.videos h3,
.bloque.html h2 {
	color: #0055b8;
}

.titulo h2.semititulo {
	font-size: 160%;
}

.videos h3 {
	font-size: 140%;
}

.videos h3,
.titulo h2.semititulo,
.titulo h2.semititulo a {
	color: #818181;
}

.bloque.imagen img {
	display: inline-block;
}

.bloque.html .left, .bloque.html .right {
	width: 45%;
}

.bloque.html p + h2 {
	margin-top: 24px; margin-top: 2.4rem;
}

.compartir {
	font-size: 140%;
	color: #a7a7a7;
	cursor: default;
	margin-top: 10px;
	margin-top: 1rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.compartir ul,
.compartir a {
	color: #a7a7a7;
	transition: color .24s ease-out;
}

.sociales:hover,
.sociales:hover a {
	color: #333;
}

.compartir > .in {
	padding: 20px 0;
	padding: 2rem 0;
}

.compartir li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px;
	margin: 0 .8rem;
}

.sociales > li {
	display: block;
}

.sociales a,
.brochure .icono,
.eia .icono {
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 16px;
	line-height: 1.6rem;
	width: 16px;
	width: 1.6rem;
	height: 16px;
	height: 1.6rem;
	padding: 10px;
	padding: 1rem;
	position: relative;
	margin-top: 4px;
	margin-top: .4rem;
}

.sociales a:hover,
.brochure a:hover,
.eia a:hover {
	color: #fff !important;
	border-color: transparent !important;
}

.brochure a:hover,
.eia a:hover {
	color: #0055b8 !important;
}

.brochure a:hover .icono,
.eia a:hover .icono {
	color: #fff !important;
}

.sociales a::before,
.brochure .icono::before,
.eia .icono::before {
	content: ' ';
	display: block;
	position: absolute;
	left: -2px;
	top: -2px;
	z-index: 1;
	width: 100%;
	height: 100%;
	border: 1px solid #c7c7c7;
	border-radius: 20px;
	border-radius: 2rem;
	transition: border .24s ease-out, transform .28s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transform: scale(1);
}

.sociales a:hover::before,
.brochure a:hover .icono::before,
.eia a:hover .icono::before {
	transform: scale(1.5);
	border-color: transparent;
}

.sociales a::after,
.brochure .icono::after,
.eia .icono::after {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: #a7a7a7;
	border-radius: 30px;
	border-radius: 3rem;
	transition: background .24s ease-out, transform .28s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transform: scale(0);
}

.sociales a:hover::after,
.brochure a:hover .icono::after,
.eia a:hover .icono::after {
	transform: scale(1.5);
}

.sociales .fb a:hover::after {
	background: #3b5998;
}

.sociales .tw a:hover::after {
	background: #55acee;
}

.sociales .in a:hover::after {
	background: #0976b4;
}

.sociales .wa a:hover::after {
	background: #2ab200;
}

.brochure a:hover .icono::after,
.eia a:hover .icono::after {
	background: #0055b8;
}

.sociales a i,
.brochure .icono i,
.eia .icono b {
	position: relative;
	z-index: 4;
}

.brochure > * {
	flex: auto;
}

.brochure a,
.eia a {
	display: block;
}


/*.brochure a:hover .icono::before, .eia a:hover .icono::before {
border-color: #0055b8;
}*/

.brochure .icono {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	font-size: 2.2rem;
	position: relative;
	padding: 8px 13px 12px 7px;
	padding: .8rem 1.3rem 1.2rem .7rem;
	transition: color .24s ease-out;
}

.eia .icono {
	background: url(images/eia.png) 50% 45% no-repeat;
	background-size: 70% auto;
	display: inline-block;
	vertical-align: middle;
	transition: color .24s ease-out;
}

.eia .icono b {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(images/eia-h.png) 50% 45% no-repeat;
	background-size: 70% auto;
	transition: opacity .24s ease-out;
	opacity: 0;
}

.rca .icono {
	background: url(http://valhalla.cl/w2015/wp-content/uploads/2019/01/rca-2.png) 50% 45% no-repeat;
	background-size: 70% auto;
	display: inline-block;
	vertical-align: middle;
	transition: color .24s ease-out;
}

.rca .icono b {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(http://valhalla.cl/w2015/wp-content/uploads/2019/01/rca-2-h.png) 50% 45% no-repeat;
	background-size: 70% auto;
	transition: opacity .24s ease-out;
	opacity: 0;
}

.eia a:hover .icono b {
	opacity: 1;
}

.mapa > .in {
	width: 100%;
	height: 0;
	padding-bottom: 45%;
	position: relative;
}

.mapa_holder {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.minifont {
	font-size: 90%;
}

.columnas .col {
	float: left;
	box-sizing: border-box;
}

.columnas.conlineaseparadora .col {
	border-right: 1px solid #cacaca;
}

.columnas.conlineaseparadora .col:last-of-type {
	border-right: none;
}

.columnas .acol2,
.columnas .acol3 {
	column-gap: 80px;
	column-gap: 8rem;
}

.columnas .acol2 {
	column-count: 2;
}

.columnas .acol3 {
	column-count: 3;
}

.columnas .isou {
	display: block;
	width: 30px;
	width: 3rem;
	pointer-events: none;
}

.columnas h5 {
	line-height: inherit;
	font-size: 100%;
}

.col {
	float: left;
}

.col2 {
	width: 50%;
}

.col3 {
	width: 33.333333%;
}

.col4 {
	width: 25%;
}

.col5 {
	width: 20%;
}

.col6 {
	width: 16.666666%;
}

.proyecto {
	height: 0;
	position: relative;
	overflow: hidden;
}

.proyecto.col3 {
	padding-bottom: 33.333333%;
}

.proyecto > i,
.proyecto > i > i {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.proyecto > i > i {
	transition: transform .4s cubic-bezier(0.19, 1, 0.22, 1);
}

.proyecto:hover > i > i {
	transform: scale(1.2);
	transition: transform 3s cubic-bezier(0.19, 1, 0.22, 1);
}

.proyecto_logo {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.proyecto_logo > * {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: 50% 50% no-repeat;
	background-size: 57% auto;
	z-index: 3;
	transition: opacity .24s ease-out;
}

.proyecto .proyecto_logo > b,
.proyecto:hover .proyecto_logo > i {
	opacity: 0;
}

.proyecto:hover .proyecto_logo > b {
	opacity: 1;
}

.proyecto::after {
	content: ' ';
	display: block;
	background-color: #fff;
	transition: opacity .24s ease-out;
	position: absolute;
	width: 102%;
	height: 102%;
	left: -1%;
	top: -1%;
	z-index: 2;
	opacity: 0;
}

.proyecto:hover::after {
	opacity: .85;
}

.vermas {
	display: block;
	color: #fff;
	font-size: 21px;
	font-size: 2.1rem;
	line-height: 21px;
	line-height: 2.1rem;
	padding: 50px 30px;
	padding: 5rem 3rem;
	background: #0055b8;
	color: #fff;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
	left: 0;
	z-index: 4;
	bottom: -130px;
	bottom: -13rem;
}

.hamburguesa {
	outline: none;
	float: right;
	display: none;
	width: 24px;
	width: 2.4rem;
	height: 0;
	position: relative;
	cursor: pointer;
	transition: transform .24s cubic-bezier(0.19, 1, 0.22, 1);
	padding: 0 0 18px 0 !important;
	padding: 0 0 1.8rem 0 !important;
}

.hamburguesa > * {
	display: block;
	width: 100%;
	height: 2px;
	height: .2rem;
	position: absolute;
	left: 0;
	background: #aaa;
	transition: background .24s ease-out, opacity .2s ease-out, transform .34s cubic-bezier(0.19, 1, 0.22, 1);
}

.menucerrado .desktop .hamburguesa:hover > * {
	background: rgb(33, 98, 164);
}

.menucerrado .desktop .hamburguesa:hover > i {
	transform: translateY(-6px);
}

.menucerrado .desktop .hamburguesa:hover > span {
	transform: translateY(6px);
}

.menuabierto .hamburguesa > b {
	opacity: 0;
}

.menuabierto .hamburguesa > i {
	transform: rotate(-45deg);
	top: 8px;
	top: .8rem;
}

.menuabierto .hamburguesa > span {
	bottom: 8px;
	bottom: .8rem;
	transform: rotate(45deg);
}

.hamburguesa i {
	top: 0;
}

.hamburguesa b {
	top: 50%;
	margin-top: -1px;
	margin-top: -.1rem;
}

.hamburguesa span {
	bottom: 0;
}

.staff {
	line-height: 0;
}

.staff .col {
	float: none;
	display: inline-block;
	margin: 0;
	font-size: 80%;
	overflow: hidden;
}

.staff .col,
.staff .col * {
	line-height: 1.5;
}

.staff h3 {
	font-size: 130%;
	font-weight: 300;
}

.staff h4 {
	font-size: 120%;
	font-weight: 400;
}

.staff .col > .in {
	width: 100%;
	height: 0;
	padding-bottom: 133.333333%;
	position: relative;
}

.staff .col > .in > span {
	position: absolute;
	left: -1%;
	top: -1%;
	width: 102%;
	height: 102%;
	transition: opacity .24s ease-out;
	opacity: 0;
	z-index: 1;
}

.staff .col > .in > div {
	position: absolute;
	box-sizing: border-box;
	padding: 30px;
	padding: 3rem;
	left: -1%;
	top: -1%;
	width: 102%;
	height: 102%;
	transition: opacity .24s ease-out;
	opacity: 0;
	background: rgba(255, 255, 255, .75);
	overflow: hidden;
	-webkit-overflow-y: scroll;
	z-index: 2;
}

.-webkit- .staff .col > .in > div {
	overflow-y: scroll;
}

.staff .col > .in > div::-webkit-scrollbar-track {
	background-color: transparent;
}

.staff .col > .in > div::-webkit-scrollbar {
	width: 5px;
	width: .5rem;
	background-color: rgb(255, 255, 255, .5);
	cursor: pointer;
}

.staff .col > .in > div::-webkit-scrollbar-thumb {
	background-color: #0055b8;
	transition: all .3s ease-out;
	cursor: grab;
}


/*.staff .col > .in > div::after {
content: ' ';
display: block;
position: absolute;
left: -1%;
bottom: -1px;
width: 102%;
height: 40px; height: 4rem;
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(75%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 75%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}*/

.staff .col:hover > .in > div,
.staff .col:hover > .in > span {
	opacity: 1;
}

.staff .col > .in > div > div {
	display: table;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.staff .col > .in > div > div > div {
	display: table-cell;
	vertical-align: middle;
	transition: all .24s .14s ease-out, transform .3s .14s cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 0;
	transform: translateY(30px);
	transform: translateY(3rem);
}

.staff .col:hover > .in > div > div > div {
	opacity: 1;
	transform: translateY(0);
}

.staff .col > .in > div > div > div > *:nth-child(n+2) {
	margin-top: 12px;
	margin-top: 1.2rem;
}

div.wpcf7-response-output {
	margin: 10px 0 0 !important;
	margin: 1rem 0 0 !important;
	padding: 10px !important;
	padding: 1rem !important;
}

.contacto,
.contacto input,
.contacto textarea {
	font-size: 100%;
	font-weight: 300;
}

input,
textarea {
	font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding: 10px;
	padding: 1rem;
	line-height: 1;
	background: #e8e8e8;
	color: #808080;
	transition: all .24s ease-out;
	border: none;
	font-size: 100%;
}

input:focus,
textarea:focus {
	background: #fafafa;
	color: #444;
}

.contacto label {
	line-height: 1;
}

.form-col > p,
.form-col input,
.form-col textarea {
	margin-top: 3px;
	margin-top: .3rem;
}

.form-col input {
	height: 39px;
	height: 3.9rem;
}

input[type="submit"] {
	color: #fff;
	background: #0055b8;
	cursor: pointer;
	font-weight: 400;
	transition: all .24s ease-out;
}

input[type="submit"]:hover {
	background: #aaa;
}

#hitos {
	position: relative;
	padding-bottom: 100px;
	padding-bottom: 10rem;
}


/*.hito i {
display: block;
}*/

#hitos > .before {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -1px;
	width: 2px;
	height: 100%;
	z-index: 0;
	background: #c4c4c4;
}

.hito {
	width: 50% !important;
	box-sizing: border-box;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}


/*#hitos > .hito:nth-of-type(n+2) {
margin-top: 80px; margin-top: 8rem;
margin-top: -20%;
}*/

.hito > i {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -21px;
	margin-top: -2.1rem;
}

.hito > i > .before {
	content: ' ';
	display: block;
	width: 10px;
	width: 1rem;
	height: 1px;
	background: #c4c4c4;
	position: absolute;
	top: 21px;
	top: 2.1rem;
}

#hitos .hito:last-of-type > i > .before {
	display: none;
}

.hito > i > .after {
	content: ' ';
	display: block;
	width: 14px;
	width: 1.4rem;
	height: 14px;
	height: 1.4rem;
	background: #c4c4c4;
	border-radius: 7px;
	border-radius: .7rem;
	overflow: hidden;
	position: absolute;
	top: 14px;
	top: 1.4rem;
}

.hito .linn {
	display: block;
	width: 1px;
	background: #eee;
	background: transparent;
	height: 100%;
	position: absolute;
	right: 17px !important;
	top: 30px;
	top: 3rem;
}

.hito.rightt .linn {
	right: auto !important;
	left: 17px !important;
}

.hito.con-anio > i > .before {
	top: 61px;
	top: 6.1rem;
}

.hito.con-anio > i > .after {
	top: 54px;
	top: 5.4rem;
}

.hito h4 {
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 300;
	color: #12b3c5;
}


/*.hito:nth-last-of-type(n+2) h4 {
transform: translateY(-14px); transform: translateY(-1.4rem);
}*/

.hito h3 {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	text-transform: uppercase;
	color: #0055b8;
}

.hito .img {
	display: inline-block;
	width: 55%;
	height: 0;
	padding-bottom: 55%;
	border-radius: 100%;
	margin: 0 auto;
	border: 1px solid #bbb;
}

.hito h3,
.hito .parrafito,
.hito h3,
.hito .parrafito p + p {
	margin-top: 13px;
	margin-top: 1.3rem;
}

.hito .img {
	margin-top: 30px;
	margin-top: 3rem;
}

#hitos > .hito:nth-of-type(-n+2) {
	padding-top: 0;
}

#hitos > .hito.leftt {
	float: left;
	padding-right: 70px;
	padding-right: 7rem;
	text-align: right;
}

#hitos > .hito.leftt > i > .before {
	right: 7px;
	right: .7rem;
}

#hitos > .hito.leftt > i > .after {
	right: 0;
	transform: translateX(7px);
	transform: translateX(.7rem);
}

#hitos > .hito.leftt.lastt > i > .after {
	right: 0;
	transform: translateX(25px);
	transform: translateX(2.5rem);
}

#hitos > .hito.leftt .img {
	margin-right: 50px;
	margin-right: 5rem;
}

#hitos > .hito.rightt {
	float: right;
	padding-left: 70px;
	padding-left: 7rem;
	text-align: left;
}

#hitos > .hito.rightt > i > .before {
	left: 7px;
	left: .7rem;
}

#hitos > .hito.rightt > i > .after {
	left: 0;
	transform: translateX(-7px);
	transform: translateX(-.7rem);
}

#hitos > .hito.rightt.lastt > i > .after {
	left: 0;
	transform: translateX(-25px);
	transform: translateX(-2.5rem);
}

#hitos > .hito.rightt .img {
	margin-left: 50px;
	margin-left: 5rem;
}

#hitos > .hito:last-of-type > .before {
	display: none;
}

#hitos > .hito:last-of-type > i > .after {
	width: 50px;
	width: 5rem;
	height: 50px;
	height: 5rem;
	top: 0;
	border-radius: 25px;
	border-radius: 2.5rem;
	background: #fff url("http://valhalla.cl/w2015/wp-content/themes/valhalla_2015/images/iso.svg") 50% 50% no-repeat;
	background-size: contain;
}

.acf-map-holder {
	width: 100%;
	height: 0;
	padding-bottom: 45%;
	position: relative;
}

.acf-map {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
}

.acf-map img {
	max-width: none;
}

.biggie {
	font-size: 125%;
}

.relacionados {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.2;
}

.relacionados a {
	padding: 30px;
	padding: 3rem;
	color: #0055b8;
	transition: all .24s ease-out;
	-webkit-backface-visibility: hidden;
}

.relacionados strong {
	font-weight: 300;
}

.relacionados strong span {
	transition: transform .24s cubic-bezier(0.19, 1, 0.22, 1);
}

.relacionados a > span {
	color: #8a8a8a;
	font-size: 85%;
	transition: color .24s ease-out;
}

.relacionados a:hover {
	background: #0055b8;
}

.relacionados a:hover,
.relacionados a:hover > span {
	color: #fff;
}


/*.relacionados a.r:hover strong span {
transform: translateX(30px); transform: translateX(3rem);
}

.relacionados a.l:hover strong span {
transform: translateX(-30px); transform: translateX(-3rem);
}*/

.contacto .deimagen > .in {
	position: relative;
}

.contacto .deimagen img {
	opacity: 0;
}

@keyframes fadee {
	0%,
	30%,
	100% {
		opacity: 0;
	}
	5%,
	25% {
		opacity: 1;
	}
}

.contacto .deimagen img {
	animation: fadee 16s infinite forwards;
}

.contacto .deimagen img:nth-of-type(4) {
	animation-delay: 0s;
}

.contacto .deimagen img:nth-of-type(3) {
	animation-delay: 4s;
}

.contacto .deimagen img:nth-of-type(2) {
	animation-delay: 8s;
}

.contacto .deimagen img:nth-of-type(1) {
	animation-delay: 12s;
}

.contacto .deimagen img:nth-of-type(n+2) {
	position: absolute;
	top: 0;
	left: 0;
}

.direcciones a {
	color: #333;
}

.videos .video {
	float: left;
	width: 31.333333%;
	margin-bottom: 3%;
	margin-right: 3%;
}

.video h3 {
	color: #0055b8;
}

.videos .video + .clear,
.noticias .noticia + .clear {
	display: none !important;
}

.videos .video:nth-last-of-type(-n+3) {
	margin-bottom: 0;
}

.videos .video:nth-of-type(3n) {
	margin-right: 0;
}

.videos .video:nth-of-type(3n) + .clear {
	display: block !important;
}

.videos .video .infou {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: opacity .24s ease-out;
	opacity: 0;
	background: rgba(255, 255, 255, .9);
	z-index: 2;
}

.mobile .videos:not(.noticias) .video .infou {
	display: none;
}

.videos .video:hover .infou {
	opacity: 1;
}

.videos .video .infou > .in {
	display: table;
	overflow: hidden;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 7%;
}

.videos .video .infou .inn {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.videos .video .infou .inn > *:nth-child(n+2) {
	margin-top: 12px;
	margin-top: 1.2rem;
}

.videos .video > *:nth-child(n+2) {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.desktop .videos:not(.noticias) .video > *:nth-child(n+2) {
	display: none;
}

.noticias .noticia {
	float: left;
	width: 47.5%;
}

.noticia .foto {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	height: 0;
	padding-bottom: 30%;
	position: relative;
}

.noticia .foto i {
	display: block;
	width: 96%;
	margin: 0 auto;
	height: 96%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	border: 1px solid #bbb;
}

.noticias .data {
	display: inline-block;
	vertical-align: top;
	width: 67%;
	padding-left: 7%;
	box-sizing: border-box;
	margin-top: 15px;
	margin-top: 1.5rem;
}

.noticias .descri {
	margin-top: 10px;
	margin-top: 1rem;
}

.noticias .data h3 {
	line-height: 1.3;
	font-weight: 300;
}

.noticias .data h3 a {
	display: block;
}

.vermmas {
	display: inline-block;
	line-height: 1;
	color: #8d8d8d;
}

a + .vermmas {
	border-left: 1px solid #ccc;
	padding-left: 10px;
	padding-left: 1rem;
	margin-left: 10px;
	margin-left: 1rem;
}

.vermmas a:last-of-type {
	display: block;
}

.vermmas a:hover {
	color: #0055b8;
}

.noticias .noticia,
.noticias .noticia:nth-of-type(3n) {
	margin-right: 0;
}

.noticias .noticia,
.noticias .noticia:nth-last-of-type(-n+3) {
	margin-bottom: 5%;
}

.noticias .noticia:nth-last-of-type(-n+2) {
	margin-bottom: 0;
}

.noticias .noticia:nth-of-type(even) {
	float: right;
}

.noticias .noticia:nth-of-type(3n) + .clear {
	display: none !important;
}

.noticias .noticia:nth-of-type(even) + .clear {
	display: block !important;
}

#la-oportunidad .flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	box-sizing: border-box;
	padding-left: 0;
	padding-right: 0;
}

#la-oportunidad .flex + .flex {
	margin-top: 30px;
	margin-top: 3rem;
}

#la-oportunidad .foto-texto + .cita, #la-oportunidad .cita + .foto-texto {
	margin-top: 60px;
	margin-top: 6rem;
}

#la-oportunidad .pre-texto {
	flex: auto;
	width: 100%;
	margin-top: 40px;
	margin-top: 4rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

#la-oportunidad .pre-texto strong {
	color: #0055b8;
}

#la-oportunidad .imagen,
#la-oportunidad .textos {
	align-self: center;
}

#la-oportunidad .textos ol {
	list-style: decimal outside;
	padding-left: 20px; padding-left: 2rem;
}

#la-oportunidad .textos sub {
	position: relative;
	top: 3px;
}

#la-oportunidad .imagen {
	width: 40%;
}

#la-oportunidad .cita .imagen {
	width: 100%;
	max-width: 450px; max-width: 45rem;
	margin: 0 auto;
}

#la-oportunidad blockquote {
	display: block;
	margin: 0 auto;
}

#la-oportunidad img + blockquote {
	display: none;
}

#la-oportunidad .imagen img {
	display: block;
	width: 100%;
}

#la-oportunidad .textos {
	width: 50%;
}

#la-oportunidad .flex:nth-child(even) .textos {
	order: -1;
}

#la-oportunidad .textos h3 {
	/*font-size: 20px; font-size: 2rem;*/
	font-weight: bold;
	color: #0055b8;
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

#la-oportunidad .cita blockquote {
	text-align: center;
	position: relative;
	font-style: italic;
	font-size: 200%;
}

#la-oportunidad .cita blockquote span {
	display: block;
	position: relative;
	z-index: 2;
	color: #0055b8;
	text-shadow: -2px 1px 0px #fff;
}

#la-oportunidad .cita blockquote:before {
	content: '\201C';
	font-size: 700%;
	color: #eee;
	font-family: Georgia, serif;
	font-weight: bold;
	position: absolute;
	z-index: 1;
	top: 50px; top: 5rem;
	left: 0;
	line-height: 0;
}

/*#la-oportunidad .textos p {
font-size: 16px; font-size: 1.6rem;
}*/

.page-id-74 .subtitulo {
	text-align: center;
	padding-bottom: 0 !important;
}

.page-id-74 .col4 {
	padding: 0 !important;
}

.page-id-74 .acf-map-holder {
	box-sizing: border-box;
	border: 1px solid #eee;
	border-left: none;
}

.page-id-74 .col4:first-child .acf-map-holder {
	border-left: 1px solid #eee;
}


#home_video {
	position: relative;
	overflow: hidden;
}

#home_video .video_holder {
	visibility: hidden;
}


#home_video.videando .video_holder {
	visibility: visible;
}

.home .contenido {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.home .bg {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #0055b8 url(images/bghomevideo.jpg) 50% 50% no-repeat;
	background-size: cover;
}

.home .video_holder {
	z-index: 2;
	pointer-events: none;
	opacity: 0;
	transition: opacity 1s ease-out;
}

.home .videando .video_holder {
	pointer-events: auto;
	opacity: 1;
}

.home .contenidoo {
	display: table;
	max-width: 1360px;
	max-width: 136rem;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 100%;
	box-sizing: border-box;
	color: #fff;
	font-size: 2.2vw;
}
.home #titulo2 {
	font-size: 180%;
	margin-top: -20px; margin-top: -2rem;
	line-height: 1.05;
	text-align: center;
}

.home .contenidooo {
	display: table-cell;
	vertical-align: middle;
	white-space: nowrap;
	text-shadow: 0px 2px 4px rgba(0,0,0,.7);
	font-weight: light;
	text-transform: uppercase;
}

.home .play {
	display: block;
	width: 100%;
	width: 100px; width: 10rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 120px 0 0 -50px; margin: 12rem 0 0 -5rem;
	cursor: default;
	opacity: 0;
}

.contenidoooo,
.textos,
.contenedor_animacion {
	position: relative;
}

.contenedor_animacion + .contenedor_animacion {
	position: absolute;
	left: 0;
	top: -10px;
	width: 100%;
	opacity: 0;
	transition: transform .5s cubic-bezier(.19, 1, .22, 1), opacity .3s ease-out;
}

.titulou,
.textos {
	float: left;
}

.caption {
	position: absolute;
}

.caption {
	white-space: nowrap;
	opacity: 0;
	top: -10px;
	transition: transform .5s cubic-bezier(.19, 1, .22, 1), opacity .3s ease-out;
}

#caption1 {
	opacity: 1;
	top: 0;
}

.cargadas-imagenes #caption1 {
	animation: bajada .45s 3.4s forwards 1;
}

.cargadas-imagenes #caption2, .cargadas-imagenes #caption3 {
	animation: bajada2 3.6s forwards 1;
}

.cargadas-imagenes #caption2 {
	animation-delay: 3.8s;
}

.cargadas-imagenes #caption3 {
	animation-delay: 7.4s;
}

.cargadas-imagenes #caption4 {
	animation: bajada3 .45s 11s forwards 1;
}

.cargadas-imagenes .contenedor_animacion {
	animation: bajada .45s 14.6s forwards 1;
}

.cargadas-imagenes .contenedor_animacion + .contenedor_animacion {
	animation: bajada3 .45s 15.05s forwards 1;
}

.cargadas-imagenes #home_video .play {
	animation: fadein2 1s 17s forwards 1;
}

@keyframes bajada {
	0% {
		top: 0;
		opacity: 1
	}
	100% {
		top: 10px;
		opacity: 0
	}
}

@keyframes bajada2 {
	0% {
		top: -10px;
		opacity: 0
	}
	12.5%, 87.5% {
		top: 0px;
		opacity: 1
	}
	100% {
		top: 10px;
		opacity: 0
	}
}

@keyframes bajada3 {
	0% {
		top: -10px;
		opacity: 0
	}
	100% {
		top: 0px;
		opacity: 1
	}
}
@keyframes fadein {
	0% {
		opacity: 0;
		pointer-events: none;
	}
	100% {
		opacity: 1;
		pointer-events: auto;
	}
}
@keyframes fadein2 {
	0% {
		opacity: 0;
		cursor: default;
	}
	100% {
		opacity: 1;
		cursor: pointer;
	}
}




.page-id-871 .bloque.texto + .bloque.video, .page-id-63 .bloque.subtitulo + .bloque.staff {
	padding-top: 10px; padding-top: 1rem !important;
}

.page-id-63 .bloque.subtitulo {
	padding-bottom: 0 !important;
}

.page-id-63 .bloque.video + .bloque.texto {
	padding-top: 20px; padding-top: 2rem;
}





@media all and(min-width: 1360px) {
	.home .contenidoo {
		font-size: 30px; font-size: 3rem;
	}
}


@media all and(min-width: 1281px) {
	.sociales {
		white-space: nowrap;
	}
}

@media all and (min-width: 1201px) {
	.home .video_holder {
		padding-bottom: 48%;
	}
	.lado-a-lado {
		display: inline-block;
		width: 50%;
	}
	.lado-a-lado .acf-map-holder {
		padding-bottom: 56.25%;
	}
	.proyectos2 article:nth-of-type(n+2) {
		border-top: 1px solid #cacaca;
	}
	/*#main_nav li:nth-of-type(5) {
font-weight: bold;
}*/
	/*.loading .logo {
height: 50px !important; height: 5rem !important;
}

.loading #main_header {
padding: 30px 0 !important; padding: 3rem 0 !important;
}*/
	#hitos > .hito:nth-of-type(n+2) {
		margin-top: -18%;
	}
	#hitos > .hito:last-of-type {
		margin-top: 0;
	}
	#hitos > .hito.leftt > i {
		right: 0;
		left: auto;
	}
	.contacto .deimagen img {
		width: 70%;
	}
	.contacto .deimagen img:nth-of-type(n+2) {
		left: 15%;
	}
	.form-col {
		box-sizing: border-box;
		width: 50%;
		float: left;
	}
	.form-col.l {
		padding-right: 15px;
		padding-right: 1.5rem;
	}
	.form-col.r {
		padding-left: 15px;
		padding-left: 1.5rem;
	}
	.form-col > p:first-of-type {
		margin-top: 0;
	}
	.form-col textarea {
		height: 173px;
		height: 17.3rem;
	}
	.form-col input[type="submit"] {
		margin-top: 28px;
		margin-top: 2.8rem;
	}
	#qtranslate-chooser li:nth-of-type(n+2) {
		margin-left: 1px;
		/*border-left: 1px solid #e8e8e8;*/
	}
	.carril3-4 {
		width: 67.5%;
	}
	.carril1-2 {
		width: 45%;
	}
	#main_nav {
		font-size: 16px;
		font-size: 1.6rem;
		align-self: stretch;
	}
	#main_nav > ul {
		white-space: nowrap;
		height: 100%;
		line-height: 110px;
		line-height: 11rem;
	}
	#main_nav a {
		padding: 0 20px;
		padding: 0 2rem;
		border-top: 3px solid transparent;
		border-bottom: 3px solid transparent;
	}
	#qtranslate-chooser a {
		font-size: 80%;
		padding: 0 10px;
		padding: 0 1rem;
		border-color: transparent !important;
	}
}

@media all and (max-width: 1400px) {
	#main_nav {
		font-size: 14px;
		font-size: 1.4rem;
	}
}

@media all and (max-width: 1200px) {
	.video_holder .titulo {
		display: none;
	}
	body:not(.home):not(.mobile) #main_nav a {
		color: #fff !important;
	}
	body:not(.home):not(.mobile) #main_nav a:hover,
	body:not(.home):not(.mobile) #main_nav .active a {
		color: #fff !important;
	}
	#iso_w {
		left: 0;
		top: 0;
		height: 100%;
		width: 100%;
		display: none;
	}
	.loading #iso_w {
		display: block;
	}
	#iso_w > div {
		width: 100%;
		height: 100%;
		background-size: 120px auto;
	}
	#logo img:nth-of-type(1) {
		opacity: 1 !important;
	}
	#logo img:nth-of-type(2) {
		opacity: 0 !important;
	}
	#iso_w > img {
		display: none !important;
		position: absolute;
		left: 0;
		top: 0;
	}
	#hitos > .hito:nth-of-type(n+2) {
		margin-top: 50px;
		margin-top: 5rem;
	}
	#hitos > .hito.leftt > i >.after {
		transform: none !important;
	}
	.js .hamburguesa {
		display: block;
		flex: none;
	}
	#main_header {
		background: #fff !important;
	}
	#main_header > .in {
		width: 100%;
		padding: 0 15px;
		padding: 0 1.5rem !important;
	}
	#logo {
		margin: 15px 0;
		margin: 1.5rem 0;
	}
	.logo {
		height: 30px;
		height: 3rem !important;
	}
	.js #main_nav {
		position: fixed;
		top: 0;
		height: 100%;
		box-sizing: border-box;
		padding: 80px 0;
		padding: 8rem 0;
		text-align: center;
		overflow: scroll;
		background: rgba(33, 98, 164, .85);
		transition: right .24s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.js #main_nav > ul > li {
		display: block;
		margin: 0;
	}
	#qtranslate-chooser {
		margin-left: 0;
		margin-top: 15px;
		margin-top: 1.5rem;
	}
	.js #main_nav a {
		color: #fff;
		font-size: 24px;
		font-size: 2.4rem;
		position: relative;
	}
	.js #main_nav li.active a {
		text-decoration: underline;
	}
	.js #main_nav a,
	.js #main_nav a:hover {
		color: #fff !important;
	}
	.js.menuabierto #main_nav {
		right: 0;
	}
	.js.menuabierto .hamburguesa > * {
		background: #fff;
	}
	.js .desktop #para-ajax {
		transition: all .44s cubic-bezier(0.19, 1, 0.22, 1);
	}
	.js.menuabierto .desktop #para-ajax {
		-webkit-filter: grayscale(1);
		opacity: .75;
	}
	.skrollable {
		transform: none !important;
	}
	#hitos {
		max-width: 800px;
		padding-bottom: 0;
	}
	#hitos > .before {
		left: 0;
		margin-left: 0;
	}
	.hito {
		width: 100% !important;
		padding-left: 35px !important;
		padding-left: 3.5rem !important;
	}
	.hito:last-of-type {
		padding-left: 50px !important;
		padding-left: 5rem !important;
		padding-bottom: 100px;
		padding-bottom: 10rem;
		margin-left: -5px;
		margin-left: -.5rem;
	}
	.hito > i > .before {
		left: 5px;
		left: .5rem;
		top: 7px;
		top: .7rem;
	}
	.hito > i > .after {
		left: -6px;
		left: -.6rem;
		top: 0;
	}
	.hito .img {
		display: block;
		transform: translateX(-17.5px);
		transform: translateX(-1.75rem);
	}
	#hitos > .hito:nth-of-type(-n+2) {
		padding-top: inherit;
	}
	#hitos > .hito:first-of-type {
		padding-top: 0;
	}
	#hitos > .hito.leftt {
		float: none;
		padding-right: 0;
		text-align: left;
	}
	#hitos > .hito.leftt > i > .before,
	#hitos > .hito.leftt > i > .after,
	#hitos > .hito.leftt.lastt > i > .after {
		right: auto;
	}
	#hitos > .hito.leftt .img {
		margin-right: auto;
	}
	#hitos > .hito.rightt {
		float: none;
		padding-left: 0;
	}
	#hitos > .hito.rightt .img {
		margin-left: auto;
	}
	#hitos > .hito:last-of-type > i > .after {
		left: -20px;
		left: -2rem;
		top: 0;
	}
	.staff .col {
		width: 25%;
	}
	.compartir > .in > * {
		display: block;
		width: 100%;
		box-sizing: border-box;
		flex: none;
	}
	.compartir > .in > *:nth-child(n+2) {
		margin-top: 15px;
		margin-top: 1.5rem;
	}

	.home .contenedor_animacion {
		display: none !important;
	}

	.home .play {
		margin: 0 0 0 -50px !important; margin: 0 0 0 -5rem !important;
		opacity: 1 !important;
		animation: none !important;
		cursor: pointer !important;
		display: block !important;
	}
}

@media all and (max-width: 1200px) and (orientation: portrait) {
	.js #main_nav {
		width: 65%;
		right: -65%;
	}
}

@media all and (max-width: 1200px) and (orientation: landscape) {
	.js #main_nav {
		width: 45%;
		right: -45%;
	}
}

@media all and (max-width: 1024px) {
	.videos .video,
	.noticias .noticia {
		float: left;
		width: 47.5%;
	}
	.videos .video,
	.videos .video:nth-of-type(3n),
	.noticias .noticia,
	.noticias .noticia:nth-of-type(3n) {
		margin-right: 0;
	}
	.videos .video,
	.videos .video:nth-last-of-type(-n+3),
	.noticias .noticia,
	.noticias .noticia:nth-last-of-type(-n+3) {
		margin-bottom: 5%;
	}
	.videos .video:nth-last-of-type(-n+2),
	.noticias .noticia:nth-last-of-type(-n+2) {
		margin-bottom: 0;
	}
	.videos .video:nth-of-type(even),
	.noticias .noticia:nth-of-type(even) {
		float: right;
	}
	.videos .video:nth-of-type(3n) + .clear,
	.noticias .noticia:nth-of-type(3n) + .clear {
		display: none !important;
	}
	.videos .video:nth-of-type(even) + .clear,
	.noticias .noticia:nth-of-type(even) + .clear {
		display: block !important;
	}
	#la-oportunidad .flex + .flex {
		margin-top: 60px;
		margin-top: 6rem;
	}
	#la-oportunidad .textos {
		margin-top: 25px;
		margin-top: 2.5rem;
	}
	#la-oportunidad .flex {
		flex-direction: column;
	}
	#la-oportunidad .imagen,
	#la-oportunidad .textos {
		width: 100%;
	}
	#la-oportunidad .flex:nth-child(even) .textos {
		order: 1;
	}
}

@media all and (max-width: 900px) {

	.bloque.html .left, .bloque.html .right {
		width: 100%;
	}

	.bloque.html .left + .right {
		margin-top: 24px; margin-top: 2.4rem;
	}

}

@media all and (min-width: 769px) {
	.videos .video:hover .video-play {
		opacity: 0;
	}
	.flex:not(.carril1-2):not(.carril3-4) > * {
		padding-left: 40px;
		padding-left: 4rem;
		padding-right: 40px;
		padding-right: 4rem;
	}

	#main_footer .right li {
		font-size: 140%;
	}

	#main_footer .right a {
		color: #666;
	}

}

@media all and (max-width: 768px) {
	.videos .video,
	.noticias .noticia {
		float: none;
		width: 100%;
	}
	.slider .titulo h1 {
		font-size: 100%;
	}
	.desktop .videos .infou {
		display: none;
	}
	.desktop .videos .video > *:nth-child(n+2),
	.desktop .noticias .noticia > *:nth-child(n+2) {
		display: block;
	}
	.videos .video,
	.videos .video:nth-last-of-type(-n+2).noticias .noticia,
	.noticias .noticia:nth-last-of-type(-n+2) {
		margin-bottom: 70px !important;
		margin-bottom: 7rem !important;
	}
	.videos .video:last-of-type,
	.noticias .noticia:last-of-type {
		margin-bottom: 0 !important;
	}
	.proyecto.col3 {
		width: 100%;
		padding-bottom: 100%;
	}
	.proyectos2 .col.detexto {
		width: 100%;
	}
	.proyectos2 article {
		display: block !important;
	}
	.proyectos2 article > * {
		padding-left: 0;
		padding-right: 0;
	}
	.staff .col {
		width: 33.333333%;
	}
	.relacionados a {
		display: block;
		width: 100%;
		box-sizing: border-box;
		flex: none;
	}
	.video-play {
		background-size: 21% auto;
	}
	.video-play figcaption {
		display: none;
	}
	.proyecto:nth-of-type(3):nth-last-of-type(1) {
		display: none;
	}
	.numerazos .in.flex,
	.columnas .in.flex {
		display: block;
	}
	.columnas .in.flex .deimagen {
		padding-right: 0;
		width: 50%;
		margin: 0 auto 30px;
		margin: 0 auto 3rem;
		float: none;
	}
	.columnas .in.flex .flex2 {
		padding-left: 0;
		float: none;
	}
	.contacto .deimagen img {
		width: 45%;
	}
	.contacto .deimagen img:nth-of-type(n+2) {
		left: 27.5%;
	}
	.numerazos .col > .in,
	.numerazos .col .icono {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.numerazos .col {
		width: 100%;
		padding-top: 20px;
		padding-top: 2rem;
		padding-bottom: 20px;
		padding-bottom: 2rem;
	}
	.numerazos .col:first-of-type {
		padding-top: 0;
	}
	.numerazos .col:last-of-type {
		padding-bottom: 0;
	}
	.numerazos .col:nth-last-of-type(n+2) > .in {
		border-right: none;
	}
	.numerazos .col:nth-last-of-type(n+2) {
		border-bottom: 1px solid rgba(255, 255, 255, 0.35);
	}
	#la-oportunidad .cita .imagen img {
		display: none;
	}

	#la-oportunidad blockquote {
		display: block;
	}
	#main_footer .bo {
		display: block;
	}
	#main_footer .left, #main_footer .right {
		float: none;
	}
	#main_footer .right {
		margin-top: 20px; margin-top: 2rem;
	}
	#main_footer .right li {
		display: block;
	}
	#main_footer .right li + li {
		margin-left: 0;
	}
}

@media all and (max-width: 767px) {
	.biggie {
		font-size: 100%;
	}
	.flex > * {
		padding-left: 0;
		padding-right: 0;
	}
	.direcciones > .in.flex {
		display: block;
	}
	.carrilcompleto + .direcciones,
	.direcciones + .carrilcompleto {
		padding-top: 0;
		padding-bottom: 0;
	}
	.columnas .acol2,
	.columnas .acol3 {
		column-count: 1;
	}
	.columnas .acol2,
	.parrafo1 {
		font-size: 18px;
		font-size: 1.8rem;
	}
	.pie.paddedtop40 {
		padding-top: 0;
	}
	.columnas .col {
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: 100%;
	}
	/*.direcciones .col:first-of-type img {
display: none;
}*/
	.columnas.conlineaseparadora .col {
		border-right: none;
		border-bottom: 1px solid #cacaca;
	}
	.columnas.conlineaseparadora .col:last-of-type {
		border-bottom: none;
	}
	.columnas .in.flex .deimagen {
		width: 80%;
	}
}

@media all and (max-width: 600px) {
	.desaparece600 {
		display: none !important;
	}
	.noticias .data {
		display: block;
		width: 100%;
	}
	.noticias .foto {
		display: block;
		margin: 0 auto;
		width: 80%;
		padding-bottom: 80%;
	}
	.noticias .noticia {
		margin-bottom: 60px !important;
		margin-bottom: 6rem !important;
	}
	.noticias .noticia:last-of-type {
		margin-bottom: 0 !important;
	}
	#iso_w > div {
		background-size: 70px auto;
	}
	/*.video-play {
		background-size: auto 180%;
	}*/
	.acf-map-holder {
		padding-bottom: 80%;
	}
	.staff .col {
		width: 50%;
	}
	.js #main_nav {
		width: 100%;
		right: -100%;
	}
	#hitos > .hito:last-of-type > i > .after {
		left: -10px;
		left: -1rem;
		width: 30px;
		width: 3rem;
		height: 30px;
		height: 3rem;
		border-radius: 15px;
		border-radius: 1.5rem;
	}
	#hitos > .hito.rightt.lastt > i > .before,
	#hitos > .hito.rightt.lastt > i > .after {
		transform: none;
	}
	.hito .img {
		width: 75%;
		padding-bottom: 75%;
	}
	.hito:last-of-type h4 {
		transform: translateY(-5px);
		transform: translateY(-.5rem);
	}
}

@media all and (max-width: 480px) {
	/*.sociales li:first-of-type {
display: block;
}*/
}

.hijo5{ float: right; }
@media all and (max-width: 1200px) { .hijo5{ float: none; } }