img {
	max-width: 100%;
}

#menu-principal,
#menu-principal-right {
	width: calc(50% - 50px);
}

#menu-principal ul,
#menu-principal-right ul {
	width: 100%;
}

.menu_two li {
	width: 50%;
}

.menu_three li {
	width: 33.33%;
}

#menu-principal {
	float: left;
}

#menu-principal-right {
	float: right;
	text-align: right;
}

@media(max-width: 1500px) {
	#cabecera #abrir_menu {
		right: 0;
	}

	#menu-principal-right {
		width: calc(50% - 120px);
		margin-right: 70px;
	}
}

@media(max-width: 768px) {
	#cabecera #abrir_menu {
		right: 50px;
	}

	#menu-principal,
	#menu-principal-right {
		width: 100%;
		text-align: left;
	}

	#menu-principal-right {
		margin-right: 0;
		margin-bottom: 50px;
	}
}

/*-------------------------------------------*/
.home:not(.scrolled):not(.showmenu) #cabecera,
.single-proyecto:not(.scrolled):not(.showmenu) #cabecera {
	border: 0;
}

.home:not(.scrolled):not(.showmenu) #cabecera .logo a,
.single-proyecto:not(.scrolled):not(.showmenu) #cabecera .logo a {
	color: white;
}

.home:not(.scrolled):not(.showmenu) #cabecera #abrir_menu span,
.home:not(.scrolled):not(.showmenu) #cabecera #abrir_menu span::before,
.home:not(.scrolled):not(.showmenu) #cabecera #abrir_menu span::after,
.single-proyecto:not(.scrolled):not(.showmenu) #cabecera #abrir_menu span,
.single-proyecto:not(.scrolled):not(.showmenu) #cabecera #abrir_menu span::before,
.single-proyecto:not(.scrolled):not(.showmenu) #cabecera #abrir_menu span::after {
	background-color: white;
}

.home .franja.imagen_texto .wrapper::before {
	background: rgba(0, 0, 0, 0.4);
}

#progreso_scroll {
	transition: width 0.5s;
}

#arrow_wrapper {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}

#arrow_back {
	display: none;
}

#arrow_back a {
	display: block;
	width: 100%;
	height: 100%;
}

#arrow_back .arrow {
	width: 50px;
	top: 15px;
}

#arrow_back::after {
	width: 15px;
	top: -4.9px;
	left: -2.9px;
}

#arrow_back::before {
	width: 15px;
	top: 4.9px;
	left: -2.9px;
}

@media(min-width: 769px) {
	.single-proyecto.scrolled:not(.showmenu) #arrow_back {
		display: block;
		position: relative;
		top: 0;
		height: 30px;
		width: 50px;
	}
}

/*-------------------------------------------*/
.wrap_video {
	overflow: hidden;
}

.wrap_video video {
	transform: scale(1.02);
}

/*-------------------------------------------*/
.proyecto_thumb {
	width: 100%;
	height: 395px;
	background-size: cover;
	background-position: center;
	margin-bottom: 15px;
}

/*-------------------------------------------*/
body.error404 #contenido {
	background-size: 300px;
	background-repeat: no-repeat;
	background-position: top right;
}

/*-------------------------------------------*/
.paso_arrow,
.mobile_arrow {
	display: none;
}

@media(min-width: 1069px) {
	.paso:nth-child(3) {
		margin-top: -5px;
	}
}

@media(min-width: 1001px) {
	.franja.proceso .pasos {
		overflow: auto;
		padding-bottom: 70px;
	}

	.franja.proceso .pasos .paso {
		padding: 0;
		display: block;
		float: left;
		width: 100%;
	}

	.franja.proceso .pasos .paso .texto_html,
	.franja.proceso .pasos .paso .letra {
		float: left;
	}

	.franja.proceso .pasos .paso .letra img {
		max-width: 295px;
		height: auto;
	}

	.franja.proceso .pasos .paso:nth-child(even) .texto_html,
	.franja.proceso .pasos .paso:nth-child(even) .letra {
		float: right;
	}

	.franja.proceso .pasos .paso .texto_html {
		width: 50%;
		padding-top: 50px;
		padding-bottom: 50px;
		position: relative;
	}

	.paso .texto_html:before {
		content: " ";
		position: absolute;
		width: 100px;
		height: 100%;
		top: 0;
	}

	.paso:nth-child(odd) .texto_html {
		padding-left: 5%;
	}

	.paso:nth-child(even) .texto_html {
		padding-right: 5%;
	}

	.paso:nth-child(1) .texto_html:after {
		content: " ";
		position: absolute;
		width: 15px;
		height: 15px;
		background-color: #FF0037;
		border-radius: 50%;
		top: 0;
		left: -46px;
	}

	.paso:nth-child(1) .texto_html:before {
		height: calc(100% - 3px);
		left: -40px;
		border-left: 3px solid #FF0037;
		border-bottom: 3px solid #FF0037;
		border-bottom-left-radius: 50px;
	}

	.paso:nth-child(2) {
		margin-top: -3px;
	}

	.paso:nth-child(2) .texto_html:before {
		height: calc(100% - 3px);
		right: -40px;
		border-right: 3px solid #FF0037;
		border-top: 3px solid #FF0037;
		border-top-right-radius: 50px;
		border-bottom: 3px solid #FF0037;
		border-top: 3px solid #FF0037;
		border-bottom-right-radius: 50px;
	}

	.paso:nth-child(3) .texto_html:before {
		left: -40px;
		border-left: 3px solid #FF0037;
		border-top: 3px solid #FF0037;
		border-top-left-radius: 50px;
		border-bottom: 3px solid #FF0037;
		border-bottom-left-radius: 50px;
	}

	.paso:nth-child(3) .texto_html:after {
		position: absolute;
		width: 15px;
		height: 15px;
		bottom: -3px;
		left: -11px;
		color: #FF0037;
		font-weight: 700;
		font-size: 32px;
	}

	.paso:nth-child(3) .paso_arrow {
		display: block;
		position: absolute;
		width: 30px;
		height: auto;
		bottom: -32px;
		left: 37px;
		color: #FF0037;
		font-weight: 700;
		font-size: 32px;
	}
}

@media(max-width: 1000px) {
	.mobile_arrow {
		display: block;
		position: absolute;
		right: 0;
		width: 20px;
		top: 0;
	}

	.franja.proceso .pasos .paso .letra,
	.franja.proceso .pasos .paso .texto_html {
		position: relative;
	}

	.franja.proceso .pasos .paso .letra:after,
	.franja.proceso .pasos .paso .texto_html:after {
		visibility: visible;
		content: " ";
		height: 100%;
		position: absolute;
		right: -50px;
		top: 0;
		border-right: 3px solid #FF0037;
	}

	.franja.proceso .pasos .paso .letra:after {
		height: calc(100% + 20px);
	}

	.franja.proceso .pasos .paso .texto_html:after {
		height: calc(100% + 100px);
	}

	.franja.proceso .pasos .paso:nth-child(3) .letra:after {
		height: 50%;
	}

	.franja.proceso .pasos .paso:nth-child(3) .letra:before {
		content: url(../images/arrow_mobile.svg);
		right: -69px;
		position: absolute;
		top: calc(50% - 20px);
		line-height: 0;
		font-size: 0;
	}

	.franja.proceso .pasos .paso:nth-child(3) .texto_html:after {
		display: none;
	}

	.franja.proceso .pasos .paso:nth-child(1) .letra:before {
		content: " ";
		position: absolute;
		width: 15px;
		height: 15px;
		background-color: #FF0037;
		border-radius: 50%;
		top: 0;
		right: -56px;
	}
}

::selection {
	background: #FF0037;
	color: white;
}

::-moz-selection {
	background: #FF0037;
	color: white;
}

::-webkit-selection {
	background: #FF0037;
	color: white;
}

/* Franja Text Texto ********************/
.texto_texto {
	overflow: auto;
}

.texto_texto .wrapper>div {
	float: left;
	margin-bottom: 20px;
}

.texto_texto .wrapper>div:first-child {
	padding-right: 30px;
	width: calc(40% - 50px);
	margin-right: 50px;
}

.texto_texto .wrapper>div:last-child {
	width: 60%;
	padding-left: 30px;
}

.texto_texto .wrapper h3 {
	font-size: 45px;
	line-height: 1.2em;
}

.texto_texto p {
	font-size: 20px;
	line-height: 1.2em;
}

.texto_texto .big {
	font-size: 100px;
	line-height: 1.1em;
	display: block;
}

.texto_texto .half {
	margin-right: 50px;
	float: left;
}

@media(max-width: 600px) {
	.texto_texto .wrapper>div {
		width: 100% !important;
		margin-right: 0;
		padding: 0 !important;
	}

	.texto_texto .big {
		font-size: 50px;
	}
}

/* Franja Texto Imagen Texto ********************/
.texto_imagen_texto .wrapper {
	overflow: auto;
}

.texto_imagen_texto .wrapper div {
	float: left;
	line-height: 1.2em;
}

.texto_imagen_texto .wrapper div:first-child,
.texto_imagen_texto .wrapper div:last-child {
	width: 150px;
	font-size: 45px;
	font-weight: 500;
}

.texto_imagen_texto .wrapper div:nth-child(2) {
	width: calc(100% - 300px);
	text-align: center;
	font-size: 45px;
}

.texto_imagen_texto .wrapper div:nth-child(2) img {
	max-width: 90%;
	vertical-align: middle;
}

.imagen_mobile {
	display: none;
}

@media(max-width: 600px) {
	.texto_imagen_texto .wrapper div {
		width: 100% !important;
	}

	.imagen_desktop {
		display: none;
	}

	.imagen_mobile {
		display: block;
		width: 35px;
		margin: 10px 0;
	}
}

/* Proyecto Santander ********************/
body.single-proyecto #contenido .informacion.middle_informacion_wrapper {
	padding-top: 0;
	padding-bottom: 0;
}

.franja.texto_imagen_santander .wrapper,
.franja.texto_video_santander .wrapper {
	position: relative;
}

.franja.texto_imagen_santander .wrapper:after,
.franja.texto_video_santander .wrapper:after {
	content: " ";
	position: absolute;
	bottom: -60px;
	left: 40px;
	width: calc(100% - 80px);
	border-bottom: 1px solid black;
}

.briefing.bloque_informacion.bloque_underline {
	text-decoration: underline;
	font-size: 30px;
	line-height: 1.2em;
	font-weight: 500;
}

.briefing.bloque_informacion.bloque_underline img {
	margin-top: 15px;
	max-width: 100%;
}

body.single-proyecto #contenido .bloques_informacion .bloque_informacion.imagen {
	width: 66.66%;
}

@media(max-width: 768px) {
	.briefing.bloque_informacion.bloque_underline img {
		display: none;
	}

	body.single-proyecto #contenido .bloques_informacion .bloque_informacion.imagen {
		width: 100%;
	}
}

.mostrar_1 .slide {
	width: 100%;
	height: 350px;
	background-size: cover;
	background-position: center;
}

.franja.texto_imagen .texto_html_santander,
.franja.texto_video .texto_html_santander {
	font-size: 20px;
	line-height: 1.2em;
}

.franja.texto_imagen .texto_html_santander h2,
.franja.texto_video .texto_html_santander h2 {
	font-size: 30px;
	line-height: 32px;
	margin-bottom: 25px;
	font-weight: 500;
}

@media(min-width: 601px) {

	.franja.texto_imagen .texto_html_santander,
	.franja.texto_video .texto_html_santander {
		width: calc(40% - 50px);
		margin-right: 50px;
	}

	.franja.texto_imagen .media_santander,
	.franja.texto_video .media_santander {
		width: 60%;
	}

	.franja.texto_imagen .media_santander img,
	.franja.texto_video .media_santander img {
		width: 100%;
	}

	.mostrar_1 .slide {
		width: 100%;
		height: 450px;
	}
}

@media(min-width: 1470px) {
	.mostrar_1 .slide {
		height: 655px;
	}

	.mostrar_1 .owl-nav button.owl-prev {
		left: auto;
		right: calc(100% + 50px);
	}

	.mostrar_1 .owl-nav button.owl-next {
		right: auto;
		left: calc(100% + 50px);
	}
}

@media(max-width: 600px) {
	body {
		overflow-x: hidden;
	}

	.franja.texto_imagen .texto_html {
		text-align: left;
	}

	.franja.imagenes_centradas .imagenes.n3 .imagen,
	.franja.imagenes_centradas .imagenes.n2 .imagen {
		width: 100%;
		margin-bottom: 20px;
	}

	.wrapper {

		transition: all 0.4s 0.4s;
	}

	.showmenu .wrapper {
		opacity: 1;
	}

}