.icono_menu_movil{
	/*position: absolute;
	z-index: 50;
	top: 22px;
	right: 25px;*/
	display: none;
}
.hamburger-inner, 
.hamburger-inner::after, 
.hamburger-inner::before{
	background-color: #FFF;
	height: 3px;
	width: 30px;
}
.hamburger-box{
	width: 30px;
}
.hamburger{
	padding: 10px;
}

#menu_movil .icono_menu_movil{
	position: inherit;
	top: inherit;
	right: inherit;
}

.index #menu{
	position: absolute;
	top: 0;
	z-index: 15;
	
	width: 100%;
	border-bottom: 3px solid rgba(255,255,255,.2);
}

#menu .container,
#slider .texto.container{
	max-width: 1744px;
}

#header.seccion #menu .container{
	max-width: 1245px;
}

#menu ul{
	width: 100%;
	padding: 39px 0 0;
	margin-bottom: 0;
	display: flex;
	flex-direction: row;
	list-style: none;
	color: #FFF;
	align-items: flex-end;
	justify-content: space-around;
	
	text-transform: uppercase;
}
#menu ul li{
	position: relative;
	padding-bottom: 12px;
	
	margin-right: 10rem;
}
.seccion #menu ul li{
	margin-right: 6rem;
}

.header_projects #menu ul li{
	margin-right: 5rem;
}


#menu ul li:last-child{
	margin-right: 0;
}
#menu ul li::after{
	content: '';
	width: 100%;
	height: 2px;
	border-bottom: 3px solid #FF5200;
	position: absolute;
	left: 0;
	bottom: -2.5px;
}
#menu ul .logo{
	padding-bottom: 23px;
	margin-right: auto;
}
#menu ul .logo img{
	max-width: 222px;
}
#menu ul .logo::after{
	border-bottom: none;
}
#menu ul li a{
	font-family: "Roboto";
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.167px;
	color: #FFF;
}
#menu ul li a:hover{
	color: #ff5200;
}


#mainContent{
	position:relative;
	z-index: 0;
}
#mainContent.index{
	margin-top:0px;	
}

#header{
	width:100%;	
	padding:0px;
	background-color: #1b294a;
	z-index:100;
	position:relative;
}
#header .main-logo{
	z-index: 10;
}
#header .main-logo img{
	max-height: 60px;
	width: 225px;
	height:auto;
}

#footer .listado_redes_sociales{
	list-style:none;
	text-align: left;
	font-size: 14px;
	margin:0px;
}
#navtools.index .redes_sociales ul{
	top: 0;
}
#footer .listado_redes_sociales li{
	display:inline-block;
	position:relative;
	margin-right: 12px;
	border-bottom: 0;
}
#footer .listado_redes_sociales li a{
	text-transform: uppercase;
	display:inline-block;
	line-height:25px;
	padding:5px 0px;
	font-size: 23px;
	text-align:center
}
#footer .listado_redes_sociales a{
	color:#232f3c !important;
}
/*#footer .listado_redes_sociales li a:hover,
#navtools .redes_sociales ul li a:hover{
	background:#5ee1a9;
}*/

#footer .listado_redes_sociales li img{
	max-width: 24px;
	height: auto;
}

#footer .borde-superior-azul{
	border-top:#008fff 1px solid;
}

.copyright_footer{
	width:100%;	
	font-size:13px;
	display:block;
	color: #232f3c;
}
#footer .copyright_footer p{
	margin:0px;	
	color: #5784EE;
	text-align: center;
}
#footer{
	font-size:14px;
	line-height:12px;
	width:100%;
	/*height:150px;*/
	/*margin-top:15px;*/
	padding: 15px 0px 50px;
	background:#1B294A;
	color:#d2d2d2;
	/*border-image: linear-gradient(to right, rgb(0, 162, 255) 0%, rgb(94, 225, 169) 100%)  1 100%;*/
	border-image-slice: 20;
	border-bottom:0px;
	border-left:0px;
	border-right:0px;
}

#footer .bloque{
	padding-top: 35px;
	padding-bottom: 30px;
	border-bottom: 3px solid #5784EE;
}
#footer .bloque:last-child{
	border-bottom: none;
}
#footer p:first-child{
	margin-top: 0;
}

#footer .info_contacto p{
	color: #FFF;
}
#footer .titulo_bloque{	
	font-family: "Roboto";
}

#footer .main-logo img{
	max-height: 60px;
	max-width: 100%;
}
#footer a{
	color:#FF5200;
}
#footer a.blanco{
	color:#fff;	
}
#footer a.gris{
	color:inherit;	
}
#footer .menu_footer{
	list-style:none;
	margin:0px;
	padding-right: 0;
}
#footer .menu_footer a{
	color:#5784EE;
	font-family:"Roboto";
	font-size:12px;
	line-height: 24px;
	font-weight:normal;
	position:relative;
	display:block;
}
#footer .menu_footer li{
	color:#5784EE;
}
#footer .menu_footer .blog{
	margin-top:50px;	
}
#footer .menu_footer .blog a::after{
	display:none;	
}
#footer .menu_footer .blog a:hover{
	background:#60e1a9;
	color:#454b54;	
}
#footer .info_contacto .titulo_bloque{
	color: #FF5200;
	padding-bottom: 15px;
	border-bottom: 2px solid #FF5200;
	margin-bottom: 0;
	width: 70%;
}
#footer .menu_footer .titulo_bloque{
	color: #5784EE;
	padding-bottom: 15px;
	border-bottom: 2px solid #5784EE;
	margin-bottom: 0;
}

.menu_footer ul li{
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px solid #5784EE;	
} 
/*.menu_footer ul li:first-child{
	padding-top: 0;
	border-bottom-width: 2px;
}*/
.menu_footer ul li a{
	color: #5784EE;
	text-transform: uppercase;
}

/*#footer .row{
	margin: 0;
}*/
#footer h4{
	position:relative;	
	padding-bottom:20px;
	margin-bottom:20px;
}
#footer h4::after{
	content: " ";
	width: 40px;
	border-bottom: #00a2ff 1px solid;
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;	
}
#footer p{
	color:#878c97;
	line-height:20px;
	font-size:13px;
}
#footer p.subrayado{
	color:#c9c9c9;
	border-bottom: #878c97 1px solid;
	padding-bottom:10px;
	position:relative;
}
#footer p.subrayado::after{
	content: " ";
	width: 80px;
	border-bottom: #c9c9c9 1px solid;
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0px;	
}

#footer .legacy{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 100%;
	
	color: #5784EE;
	margin-bottom: 10px;
}
#footer .legacy a{
	margin-right: 10px;
	margin-left: 10px;
	color: #5784EE;
}

#header{
	background-size: cover;
}
#header.index{
	background: inherit;
}

#header .logo_mini img{
	max-height: 75px;
}

#slider{
	width:100%;
	/*height:640px;*/
	height: 760px;
	overflow:hidden;
	z-index:0;

	background: #e0e0e0; /* Old browsers */
	background: -moz-linear-gradient(left, #e0e0e0 0%, #f5f5f5 36%, #f5f5f5 72%, #e0e0e0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #e0e0e0 0%,#f5f5f5 36%,#f5f5f5 72%,#e0e0e0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #e0e0e0 0%,#f5f5f5 36%,#f5f5f5 72%,#e0e0e0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#e0e0e0',GradientType=1 );
	
	margin:0px;
	position:relative;
	top: 0;
}

#slider .texto{
	text-align:left;
	width:100%;
	height: calc(100% - 100px);
	/*max-width:1245px;*/
	margin:0 auto;
	font-family: "Druk";
	font-weight: bold;
	font-size: 100px;
	line-height: 100px;
	color:#fff;
	margin-top:50px;
	z-index: 101;
	
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}
#slider #prevBtn,
#slider #nextBtn{
	width:24px;
	height:36px;
	position:absolute;
	color:#fff;
	display:block;
	top:50%;
	z-index:1000;
	visibility:hidden;
	opacity:0;
	margin:0px;
	transition:visibility 0s linear 0.5s,opacity 0.5s linear;
	margin-top:-23px;
}
#slider:hover #prevBtn,
#slider:hover #nextBtn{
	visibility:visible;
	opacity:1;
	transition-delay:0s;
}

#slider #prevBtn a,
#slider #nextBtn a{
	font-size:60px;
	color:#fff;
	display:block;
	width:24px;
	height:46px;
	outline:none !important;
	text-decoration:none !important;
	text-indent:-9999px;
}
#slider #prevBtn a{	
	background:url(../imagenes/flecha_slider_izda.png) no-repeat;
}
#slider #nextBtn a{	
	background:url(../imagenes/flecha_slider_derecha.png) no-repeat;
}
#slider #prevBtn{
	left:1%;	
}
#slider #nextBtn{
	right:1%;	
}

#slider #nextBtn,
#slider #prevBtn{
	display: none;
}

#slider ul{
	height: 100%;
}

#slider ul li{
	float:left;	
	width:100%;
	height:100%;
	overflow:hidden;
	display:block;
	position:relative;
	text-align:center;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a2ff+0,5ee1a9+100 */
	background-size: cover;
	background-repeat:no-repeat;
	background-blend-mode: multiply;
}

#slider ul li .container_imagen{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
}

#slider ul.cycle-slideshow li > video {
    width: 100%;
}
#slider ul li > video, 
#slider ul li > img {
    width: auto;
    height: auto;
    position: absolute;
    display: block;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#slider .cycle-pager{
	position:absolute;
	bottom:90px;
	background:none;	
	color:#fff;
	z-index:200;
	width:100%;
    text-align: center;
	display:none;
}
#slider .cycle-pager span {
    border: #fff 1px solid;
    border-radius: 50%;
    display: inline-block;
    width: 13px;
    height: 13px;
    line-height: 15px;
    text-indent: -9999px;
	margin:0 3px;
}
#slider .cycle-pager > * { cursor: pointer;}
#slider .cycle-pager span.cycle-pager-active{
	background:#fff;	
}
#form_contacto{
	width: 100%;
}
.formulario textarea,
.formulario input[type=text],
.formulario input[type=tel],
.formulario input[type=email]{
	border: 2px solid #D8D8D8;
    border-radius: 0;
    box-shadow: none;
    font-size: 20px;
    height: auto;
    line-height: 25px;
    padding: 5px;
    /*width: 662px;*/
	width: 100%;
}
.formulario .row{
	margin-bottom: 3rem;
}
.formulario .row:last-child{
	margin-bottom: 0;
}
.formulario .row::after{
	clear: none;
}

.formulario .bloque_recaptcha div{
	margin-bottom: 0;
}
.formulario .bloque_recaptcha{
	margin-bottom: 3rem;
}
.formulario .bloque_recaptcha .col{
	display: flex;
	flex-direction: row;
	justify-content: end;
}
.formulario .bloque_recaptcha div,
.formulario .bloque_recaptcha iframe{
	max-width: 100%;
}

.formulario a:hover{
	color: #ff5200;
}

.formulario .row .checkbox{
	margin-bottom: 0;
	text-align: right;
}

.container h3{
	font-weight: 500;
	color:#000;
	font-size:29px;
	letter-spacing:1px;
}

.container h2{	
	color:#000;
	font-size:100px;
	line-height: 100px;
	margin-bottom:30px;
	margin-top: 0px;
	font-family: 'Druk';
	font-weight: bold;
}
.container h2.naranja,
.container h2.blanco{
	font-size: 100px;
	line-height: 100px;
	font-family: 'Druk';
	font-weight: bold;
	color: #FF5200;
	position: relative;
}
.container h2.naranja::after{
	content: "";
	width: 32px;
	border-bottom: 3px solid #FF5200;
	position: absolute;
	bottom: -8px;
	left: 0;
}
.container h2.blanco{
	color: #000;
}

.fondo_multiple .container h2.blanco{
	color: #FFF;
}

.container h2.azul{
	color:#00a2ff;	
}
.container h4{
	font-weight:400;
	color:#000;
	font-size:20px;
	margin-bottom:15px;
	font-family: "Roboto";
	letter-spacing:2px;
}
#mainContent img{
	max-width:100%;
	height:auto;
}
#footer .container h4{
	color:#fff;	
	margin-top:0px;
}
.container h3.subrayado{
	border-bottom:#ccc 4px solid;
	padding-bottom:15px;
	margin-bottom:30px;
}
.boton_mas{
	border:#000 1px solid;
	font-family: "Roboto";
	color: #6a7480 !important;
	background: none;
	margin-top: 30px;
	font-size: 15px;
	padding: 10px 20px;
	display: inline-block;
	letter-spacing: 2px;
}
.boton_mas:hover{
	background:#5ee1a9;
	color:#fff  !important;
	border-color:#5ee1a9;
	transition:0.3s all;
}

#mainContent{
	margin-top: 40px;
}

/* ======== INDEX ====== */
#mainContent ul{
	padding-left: 15px;
}
.bloque_portada.contacto{
	padding-top: 139px;
	padding-bottom: 170px;
}
.bloque_portada.contacto .container{
	z-index: 1;
}
.bloque_portada.contacto::after{
	content: ' ';
	border-bottom: 905px solid #D8D8D8;
	border-right: 1192px solid transparent;
	width: 0;
	position: absolute;
	bottom: 0;
	opacity: 0.2;
	z-index: 0;
}

.bloque_portada .info_contacto strong{
	font-weight: normal !important;
}

.bloque_portada.fondo_multiple{
	padding-top: 182px;
	padding-bottom: 162px;
	
	color: #FFF;
}

.column.fondo_naranja::before{
	content: '';
	width: 448px;
	height: 448px;
	background: url('../imagenes/figura_naranja.svg') no-repeat;
	position: absolute;
	top: -60px;
	left: -112px;
}

.bloque_portada .linea_inferior{
	position: relative;
	letter-spacing: 1.5px;
	margin-bottom: 46px;
	margin-top: 0;
}
.bloque_portada .linea_inferior::after{
	content: "";
	width: 32px;
	border-bottom: 3px solid #FFF;
	position: absolute;
	left: 0;
	bottom: -18px;
	line-height: 20px;
}

.seccion-enlazable{
	padding-top: 140px;
	padding-bottom: 197px;
}


.row.linea_superior_naranja,
.row.linea_superior_blanca{
	border-top: 3px solid #FF5200;
	margin-top: 180px;
	padding-top: 20px;
}
.row.linea_superior_blanca{
	border-top-color: #D8D8D8;
}

.row.linea_superior_blanca + .row p{
	color: #FFF;
}

.row.linea_superior_naranja h2.naranja::after{
	border-bottom: 0;
}

.our_offer .naranja + p{
	color: #FF5200;
}

.row.linea_inferior_gris,
.row.linea_inferior_blanca{
	border-bottom: 2px solid #d8d8d8;
	padding-bottom: 50px;
	margin-bottom: 22px;
}
.row.linea_inferior_blanca{
	border-bottom-color: #FFF;
}

.full_mxc{
	padding-top: 67px;
	padding-bottom: 87px;
	color: #ff5200;
	position: relative;
}
.full_mxc .container h2{
	margin-bottom: 0;
	color: #ff5200;
	display: flex;
	align-items: center;
	justify-content: center;
}

.full_mxc #triangulo_naranja{
	color: #FFF;
	position: relative;
	/*padding-left: 112px;*/
}

.full_mxc #triangulo_naranja p{
	font-family: 'Druk';
	font-weight: bold;
	font-size: 48px;
	line-height: 48px;
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 44px;
}
.full_mxc #triangulo_naranja p::after{
	content: "";
	border-bottom: 2px solid #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 32px;
}

.full_mxc .container h3{
	font-size: 36px;
	color: #ff5200;
	font-family: 'Druk';
	letter-spacing: 0.3px;
	font-weight: 500;
}
.full_mxc .container h3 strong{
	font-size: 50px;
	font-weight: 500;
}
.full_mxc #leyenda_mcx_pc{
	margin-top: -189px;
}

.full_mxc #leyendas{
	margin-bottom: 86px;
}
.full_mxc #leyendas .movil{
	justify-content: center;
}

#mainContent .enlace_fichero{
	background-color: #eaeaea;
	background-image: url("../imagenes/icono_pdf.png");
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: 6% center;
	padding: 25px 25px 25px 100px;
	color: #0069ae;
	font-size: 18px;
	margin-right: 5%;
}

.movil{
	display: none;
}
.main-content .movil{
	display: flex;
}

#header .scrolling{
	position: absolute;
	bottom: 0;
	width: 11%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.movil .fa-bars{
	cursor: pointer;
}

.scroll {
	width: auto;
	height: 58px;
	color: #ff5200;
	margin: 0 auto;
	font-family: "Roboto";
	font-size: 12px;
	line-height: 20px;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.scrolling .fa,
.scrolling img{
	color: #ff5200;
	text-align: center;
	font-size: 36px;
	width: auto;
	position: relative;
	top: 0px;


	margin-top: 5px;
}
/* Chrome, Safari, Opera */ 
@-webkit-keyframes mymove {
    0%   {top: 0px;}
    50%  {top: 30px;}
    100% {top: 0px;}
}

/* Standard syntax */
@keyframes mymove {
    0%   {top: 0px;}
    50%  {top: 30px;}
    100% {top: 0px;}
}

.boton_normal{
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	background-color: #FF5200;
	padding: 14px;
}
.boton_normal:hover{
	background-color: #1B294A;
}

.btn{
	border-radius: 0;
}
.boton_3{
	font-size: 12px;
	line-height: 20px;
	color: #FF5200;
	border: 2px solid #FF5200;
	background-color: #FFF;
	padding: 14px;
	
	width: 100%;
}
.boton_3:hover{
	background-color: #5784EE;
	color: #FFF;
	border-color: #979797;
}

.bloque_portada.full_mxc{
	position: relative;
}
.bloque_portada.full_mxc .container{
	z-index: 1;
	position: relative;
}
.bloque_portada.full_mxc::after{
	content: " ";
	position: absolute;
	bottom: 0px;
	left: 0%;
	width: 0px;
	height: 0px;
	border-left: 0vh solid transparent;
	border-right: 100vh solid transparent;
	border-bottom: 80vh solid #FF5200;
	display: block;
	z-index: 0;
}
.bloque_portada.our_offer{
	position: relative;
	overflow: hidden;
	
	font-size: 16px;
	line-height: 24px;
}
.bloque_portada.our_offer .container{
	z-index: 2;
	position: relative;
	/*padding-right: 175px;*/
}

.bloque_portada.our_offer #titulo_offer h2.naranja:first-child{
	font-size: 100px;
	line-height: 100px;
}

.bloque_portada.our_offer::before{
	content: " ";
	position: absolute;
	top: 0px;
	left: 0%;
	width: 0px;
	height: 0px;
	
	border-left: 0vh solid transparent;
	border-right: 400vh solid transparent;
	border-bottom: 250vh solid #f1f1f1;	
	
	display: block;
	z-index: 0;
}
.bloque_portada.our_offer::after{
	content: " ";
	position: absolute;
	bottom: 0px;
	left: 0%;
	width: 0px;
	height: 0px;
	border-left: 0vh solid transparent;
	border-right: 235vh solid transparent;
	border-bottom: 165vh solid #FF5200;
	display: block;
	z-index: 0;
}

@supports (-webkit-text-stroke: 1px black) {
  h2.blanco strong{
    -webkit-text-stroke: 3px #FFF;
    -webkit-text-fill-color: transparent;
  }
	
  h2.naranja strong{
    -webkit-text-stroke: 3px #FF5200;
    -webkit-text-fill-color: transparent;
  }
}

.our_offer .linea_superior_blanca h2.blanco{
	display: flex;
	margin-bottom: 60px;
}
.our_offer .linea_superior_naranja h2.naranja strong,
.our_offer .linea_superior_blanca h2.blanco strong{
	/*margin-left: 54px;*/
}

.linea_superior_naranja h2.naranja strong,
.linea_superior_blanca h2.blanco strong{
	-webkit-text-stroke: unset;
	-webkit-text-fill-color: #000;
}

.our_offer .linea_superior_naranja .naranja + p{
	color: #000;
}
.our_offer .linea_superior_blanca p{
	color: #FFF;
}

.our_offer .container h2.naranja, 
.our_offer .container h2.blanco{
	display: flex;
	flex-direction: column;
}



#full-mcx-system h2:first-child::after{
	border-bottom: 0;
}

#full-mcx-system h2:first-child strong{
	margin-left: 10px;
}

#destacado p{
	margin-top: 0;
}

#destacado{ /*strong*/
	font-size: 20px;
	line-height: 32px;
}

#flecha_subir{
	position: fixed;
	right: 70px;
	bottom: 100px;
	display: none;
	opacity: .68;
}

#full-mcx-system .container h3:last-child{
	margin-bottom: 90px;
}

.formulario textarea,
.formulario input[type="text"],
.formulario input[type="tel"],
.formulario input[type="email"]{
	border: 2px solid #D8D8D8;
	font-size: 16px;
	line-height: 24px;
	padding: 9px 7px;
	width: 100%;
	font-family: "Roboto";
}
.full_mxc #infografia{
	margin-bottom: 77px;
}

.column.contenido_centrado .ge-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	/*align-items: center;*/
	height: 100%;
}

#mainContent.textos_legales{
	font-size: 14px;
}
#mainContent.textos_legales p{
	margin: 10px 0;
}

#mainContent.textos_legales table td{
	padding: 8px;
}

.qc-cmp-persistent-link{
	display: none !important;
}

#mainContent.projects{
	background: url('../imagenes/fondo_projects.svg') no-repeat;
	margin-top: 0;
	padding-top: 40px;
	/*background-position: top center;*/
	background-position: center -145px;
	background-size: 625px;
}

.descripcion_proyectos{
	font-size: 36px;
	margin-bottom: 60px;
}
.descripcion_proyectos p{
	padding-right: 370px;
	line-height: 40px;
}
.descripcion_proyectos strong,
.proyecto .completado{ 
	color: #ff5200;
}
.proyecto .completado{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.proyecto .tags div{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.proyecto .tags div .icono{
	display: inline-block;
	width: 19px;
	margin-right: 7px;
}

.proyecto .fecha .icono{}
.proyecto .categorias .icono{}
.proyecto .programa .icono{}
.proyecto .tags .completado .icono{}

.filtros_proyectos .filtros{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.filtros_proyectos .filtros .filtro_organizacion{
	margin-right: 32px;
}
.filtros_proyectos{
	margin-bottom: 55px;
}


.listado_proyectos{
	display: flex;
	flex-direction: column;
}

.listado_proyectos .proyecto{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	
	border-bottom: 1px solid #efefef;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.listado_proyectos .proyecto.row-reverse{
	flex-direction: row-reverse;
}

.listado_proyectos .proyecto .bloque_izquierda,
.listado_proyectos .proyecto .bloque_derecha{
	width: 48%;
	
}
.listado_proyectos .proyecto .bloque_derecha{
	text-align: center;
}
/*.listado_proyectos .proyecto .bloque_izquierda h3{
	margin-top: 0;
}*/

#mainContent .proyecto .flecha{	
	padding-left: 15px;
}
#mainContent .proyecto .flecha img{
	max-width: 22px;
	height: auto;
}

.proyecto .tags{
	display: flex;
	flex-direction: row;
	color: #8f9297;
	font-size: 14px;
	align-items: center;
}
.proyecto .tags div{
	border-right: 1px solid #e2e1e4;
	margin-right: 10px;
	padding-right: 10px;
}
.proyecto .tags div:last-child{
	border-right: none;
	margin-right: 0;
}

.filtro_organizacion{
	position: relative;
}

.filtro_organizacion{
	padding: 15px;
	padding-left: 38px;
	padding-right: 22px;
	background-color: #f4f4f4;
	border: 1px solid #cecece;
}

.filtro_organizacion .filtro{
	width: 225px;
	border: none;
	background-color: #f4f4f4;
}

/*.filtro_organizacion{
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	
	background-color: #f4f4f4;
	border: 1px solid #cecece;
	padding-left: 25px;
	padding-right: 25px;
}

.filtro_organizacion .icono,
.filtro_organizacion .flecha{
	cursor: pointer;
}

.filtro_organizacion .icono img{
	width: 19px;
	height: auto;
}*/



.filtro_organizacion.organizacion::before{
	position: absolute;
	content: "";
	background: url('../imagenes/Organization_icon.svg') no-repeat;
	height: 17px;
	width: 19px;
	left: 10px;
	top: 17px;
}
.filtro_organizacion.programa::before{
	position: absolute;
	content: "";
	background: url('../imagenes/Programs_icon.svg') no-repeat;
	height: 17px;
	width: 19px;
	left: 10px;
	top: 17px;
}

/*.filtro_organizacion::after{
	content: "\25be";
	position: absolute;
	right: 20px;
	top: 17px;
	width: 0;
	height: 0;
}*/

.paginador-proyectos ul{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	list-style: none;
}
.paginador-proyectos ul li{
	margin: 0 5px;
}
.paginador-proyectos ul li .pag{
	color: #8f9297;
	padding: 10px 15px;
	cursor: pointer;
}
.paginador-proyectos ul li .pag:hover,
.paginador-proyectos ul li .pag.select{
	background-color: #f4f4f4;
}

.error_404{
	display: none;
}

.cabecero_error{
	margin-top: 100px;
	text-align: center;
	margin-bottom: 40px;
}
.cabecero_error img{
	max-width: 100%;
	height: auto;
}

.bloque_error{
	background: url('../imagenes/404.png') no-repeat;
	background-size: contain;
	background-position:  center;
	
	min-height: 50vh;
}

.bloque_error .numero{
	text-align: center;
	font-size: 452px;
	line-height: 386px;
	-webkit-text-stroke: 3px #FF5200;
	-webkit-text-fill-color: transparent;
	
	font-family: 'Druk';
	font-weight: 500;
	
	padding-top: 140px;
	/*padding-left: 150px;*/
}
.bloque_error .sorry{
	font-size: 124px;
	line-height: 106px;
	text-align: center;
	
	padding-bottom: 72px;
	
	font-family: 'Druk';
	font-weight: bold;
	color: #FF5200;
}

.pie_error{
	margin-top: 44px;
	text-align: center;
	padding-bottom: 48px;
}
.pie_error a{
	font-size: 24px;
	line-height: 24px;
	font-weight: 300;
	color: #e55429;
	
	border: 1px solid #e55429;
	padding: 15px 20px;
}

.pie_error a:hover{
	background-color: #e55429;
	color: #FFF;
}

@media screen and (max-width: 1744px) {
	#menu .container, 
	#slider .texto.container{
		max-width: 1440px;
	}
}
@media screen and (max-width: 1440px) {
	#menu .container, 
	#slider .texto.container{
		max-width: 1245px;
	}
	
	#menu ul li{
		margin-right: 6rem;
	}
}
@media screen and (max-width: 1245px) {
	#menu .container, 
	#slider .texto.container,
	.container{
		max-width: 1045px;
	}
	#menu ul li{
		margin-right: 4rem;
	}
}
@media screen and (max-width: 1200px) {
	.bloque_portada.our_offer::before{
		border-right: 420vh solid transparent;
	}
}
@media screen and (max-width: 1140px) {
	#menu ul li{
		margin-right: 3rem;
	}
	.header_projects #menu ul li{
		margin-right: 2rem;
	}
}
@media screen and (max-height: 1367px) and (max-width: 1025px) {	
	.bloque_portada.our_offer::after {
		border-right: 155vh solid transparent;
		border-bottom: 105vh solid #FF5200;
	}
}
@media screen and (max-height: 1112px) and (max-width: 835px) {
	.bloque_portada.our_offer::after {
		border-bottom: 125vh solid #FF5200;
		border-right: 195vh solid transparent;
	}
}
@media screen and (max-height: 1025px) and (max-width: 990px) {
	.bloque_portada.our_offer::after {
		border-right: 220vh solid transparent;
		border-bottom: 120vh solid #FF5200;
	}	
}
@media screen and (max-height: 1025px) and (max-width: 770px) {
	.bloque_portada.our_offer::after {
	  border-bottom: 130vh solid #FF5200;
	}	
}

@media screen and (max-height: 1112px) {
	.bloque_portada.full_mxc::after {
	  border-right: 75vh solid transparent;
	  border-bottom: 66vh solid #FF5200;
	}
}

@media screen and (max-height: 901px) {
	.bloque_portada.our_offer::before{
		border-bottom: 300vh solid #f1f1f1;
		border-right: 500vh solid transparent;
	}	
	.bloque_portada.our_offer::after {
		border-right: 235vh solid transparent;
		border-bottom: 165vh solid #FF5200;
	}
}

@media screen and (max-height: 769px) {
  .bloque_portada.our_offer::after {
	border-bottom: 205vh solid #FF5200;
  }
}

@media screen and (max-height: 745px) {
	.bloque_portada.our_offer::before {
		border-bottom: 250vh solid #f1f1f1;
	}
	.bloque_portada.our_offer::after {
		border-right: 330vh solid transparent;
		border-bottom: 185vh solid #FF5200;
	}
	
	.bloque_portada.full_mxc::after {
	  border-right: 110vh solid transparent;
	  border-bottom: 90vh solid #FF5200;
	}	
}

@media screen and (max-height: 630px) {
	.bloque_portada.our_offer::after {
		border-bottom: 210vh solid #FF5200;
	}
	.bloque_portada.our_offer::before {
		border-bottom: 400vh solid #f1f1f1;
	}
}
@media screen and (max-height: 546px) {
	.bloque_portada.our_offer::after {
		border-right: 350vh solid transparent;
	}
	.bloque_portada.our_offer::before {		
		border-right: 570vh solid transparent;
	}
	
	.bloque_portada.full_mxc::after {
	  border-right: 140vh solid transparent;
	  border-bottom: 125vh solid #FF5200;
	}	
}
@media screen and (max-height: 465px) {
	.bloque_portada.our_offer::after {
		border-right: 430vh solid transparent;
		border-bottom: 290vh solid #FF5200;
	}
	.bloque_portada.our_offer::before {
		border-right: 900vh solid transparent;
		border-bottom: 600vh solid #f1f1f1;
	}
}
@media screen and (max-height: 381px) {
	.bloque_portada.our_offer::after {
		border-right: 550vh solid transparent;
		border-bottom: 355vh solid #FF5200;
	}
	.bloque_portada.full_mxc::after {
	  border-right: 230vh solid transparent;
	  border-bottom: 190vh solid #FF5200;
	}	
}
@media screen and (max-height: 311px) {
	.bloque_portada.our_offer::after {
		border-right: 680vh solid transparent;
		border-bottom: 420vh solid #FF5200;
	}	
	.bloque_portada.our_offer::before {
		border-right: 1200vh solid transparent;
		border-bottom: 740vh solid #f1f1f1;
	}
}

@media screen and (max-width: 1100px) {
	.container_error{
		max-width: 100% !important;
	}
}

@media screen and (max-width: 1045px) {
	#menu .container, 
	#slider .texto.container,
	.container{
		max-width: 940px;
	}
	#menu ul li{
		margin-right: 2rem;
	}
}

@media screen and (max-width: 1000px) {
	
	.movil{
		display: inherit !important;
	}
	.row.movil{
		display: flex !important;
	}
	.pc{
		display: none !important;
	}
	
	#slider .pc,
	#contact .pc{
		display: inherit !important;
	}
	#slider .movil,
	#contact .movil{
		display: none !important;
	}
	
	#menu .container, 
	#slider .texto.container,
	.container{
		max-width: 648px;
	}
	
	#mainContent{
		overflow: hidden;
	}
	
	.container h2{
		font-size: 70px;
		line-height: 70px;
	}
	
	.linea_puntos{
		width:100%;
		margin-top:12px;
	}
	
	#form_contacto.formulario{
		width:100%;	
		font-size:12px;
	}
	#form_contacto p{
		font-size:12px;
		width:100%;
		margin-bottom:0;
	}
	.formulario .version_movil{
		display:inline-block;
	}
	.formulario .version_pc{
		display:none;
	}
	
	.formulario label {
		display: inline-block;
		font-size: 16px;
		line-height: 24px;
	}

	.formulario textarea,
	.formulario input[type="text"],
	.formulario input[type="tel"],
	.formulario input[type="email"]{
		border: 2px solid #D8D8D8;
		font-size: 13px;
		height: auto;
		line-height: 20px;
		padding: 9px 7px;
		width: 100%;
	}
	.formulario textarea {
		font-size: 15px;
		height: 215px;
	}
	.formulario input.medio{
		margin-right:5px;
		width:45%;
	}
	/*.formulario .enviar_boton{
		margin-top:30px;
	}*/
	.formulario .enviar_boton #boton_enviar{
		width:100%;
	}
	.formulario .g-recaptcha{
		float:none;
		transform:scale(1);
		-webkit-transform:scale(1);
		transform-origin:0 0;
		-webkit-transform-origin:0 0;
	}
	.formulario .row{
		margin-bottom: 18px;
	}
	.formulario .enviar_boton{
		text-align: center !important;
	}
	
	#menu{
		display: none;
	}
	
	
	#header{
		padding-top: 35px;
	}
	#header.index{
		padding-top: 0;
	}
	#header .container_movil{
		position: absolute;
		top: 0;
		padding-top: 18px;
		padding-bottom: 18px;
		z-index: 3;
		width: 100%;
		
		background-color: #1b294a;
	}
	
	#header.index .container_movil{
		background: none;
		padding-bottom: 0;
	}
	
	.container_movil .col{
		display: flex;
		flex-direction: row;
	}
	
	.container_movil .icono_menu_movil{
		margin-left: auto;
	}
	
	#header .logo img{
		max-width: 222px;
		height: auto;
	}
	
	.icono_menu_movil{
		display: inline-block;
	}
	.icono_menu_movil .cerrar{
		display: none;
	}
	.icono_menu_movil .cerrar.fijo{
		position: fixed;
		right: 24px;
	}
	
	#menu_movil{
		position: fixed;
		left:-1100px;
		top: 0px;
		width: 100%;
		height: 100%;
		-moz-transition: left 0.3s;
		-o-transition: left 0.3s;
		-webkit-transition: left 0.3s;
		transition: left 0.3s;
		background-repeat: repeat;
		z-index: 2;
		padding-left: 0;
		margin-bottom: 0;
		list-style: none;
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
		background-color: #FF5200;
		color: #fff;
		padding-top: 15px;
		overflow: scroll;
	}
	#menu_movil.visible{
		left:0px;	
		display: flex !important;
	}
	#menu_movil ul{
		padding-top: 122px;
		padding-right: 24px;
		list-style: none;
	}
	#menu_movil ul li{
		position: relative;
		text-align: right;
		padding-bottom: 23px;
		margin-bottom: 26px;
	}
	#menu_movil ul li::after{
		content: '';
		width: 44px;
		height: 3px;
		color: #FFF;
		opacity: .5;
		border-bottom: 3px solid #FFF;
		
		position: absolute;
		right: 0;
		bottom: 4px;
	}
	#menu_movil ul li:last-child::after{
		opacity: 0;
	}
	#menu_movil ul li a{
		font-family: 'Druk';
		font-weight: bold;
		font-size: 52px;
		line-height: 52px;
		color: #FFF;
		text-transform: uppercase;
	}
	
	#slider{
		height: 667px;
	}

	#slider .texto{
		font-size: 72px;
		line-height: 72px;
	}
	
	.container h2.naranja, 
	.container h2.blanco{
		font-size: 50px;
		line-height: 40px;
	}
	/*h2.naranja strong{
		-webkit-text-stroke: unset;
		-webkit-text-fill-color: #ff5200;
	}*/
	#full-mcx-system .icono_full{
		max-width: 34px;
		height: auto;
	}
	
	.full_mxc .container h3{
		font-size: 23.71px;
		line-height: 28px;
		margin: 0;
	}
	.full_mxc .container h3 strong{
		font-size: 33px;
		line-height: 39px;
	}
	
	#full-mcx-system .container h3 + p img,
	#full-mcx-system .container h2 + p img{
		max-width: 16px;
	}
	
	#full-mcx-system .container h3 + p,
	#full-mcx-system .container h2 + p{
		margin: 10px;
	}
	
	#full-mcx-system .container h3:last-child{
		margin-bottom: 40px;
	}
	
	.full_mxc #leyendas{
		margin-bottom: 45px;
	}
	
	
	.bloque_portada.full_mxc::after {
		border-right: 60vh solid transparent;
		border-bottom: 55vh solid #FF5200;
	}	
	
	.bloque_portada.our_offer .container{
		padding-right: 15px;
	}
	
	.bloque_portada.our_offer #titulo_offer h2.naranja:first-child{
		font-size: 72px;
		line-height: 72px;
	}
	.our_offer #titulo_offer .naranja + p{
		font-size: 18px;
		line-height: 20px;
		letter-spacing: 1.5px;
	}
	
	.row.linea_superior_naranja, 
	.row.linea_superior_blanca{
		margin-top: 110px;
	}
	
	#our-offer .container h2.naranja, 
	#our-offer .container h2.blanco{
		font-size: 72px;
		line-height: 72px;
	}
	
	#our-offer #bloque_imagen_2{
		order: 2;
	}
	#our-offer #bloque_2 h2{
		text-align: left !important;
	}
	
	.row.linea_inferior_gris, 
	.row.linea_inferior_blanca{
		padding-bottom: 20px;
	}
	
	.our_offer .linea_superior_naranja h2.naranja strong, 
	.our_offer .linea_superior_blanca h2.blanco strong{
		margin-left: 10px;
	}
	
	.our_offer .container h2.naranja, 
	.our_offer .container h2.blanco{
		flex-direction: row;
		text-align: left !important;
	}
	
	#titulo_offer h2.naranja{
		flex-direction: row;
	}
	
	#titulo_offer h2.naranja strong{
		padding-right: 8px;
	}
	
	.bloque_portada.our_offer::before{
		top: 6%;
	}
	
	.bloque_portada.our_offer{
		padding-bottom: 60px;
	}
	
	#destacado{
		font-size: 16px;
		line-height: 24px;
	}
	
	.bloque_portada.fondo_multiple{
		padding-top: 120px;
		padding-bottom: 120px;
	}
	
	#about-us .linea_inferior{
		font-size: 13.86px;
		line-height: 15.4px;
		letter-spacing: 1.15px;
		text-align: left;
	}
	#about-us h2.blanco{
		font-size: 77px;
		line-height: 77px;
	}
	
	/*#about-us h2.blanco strong{
		-webkit-text-stroke: unset;
		-webkit-text-fill-color: #FFF;  
	}*/
	
	#about-us .column{
		padding-left: 45px;
		
		text-align: left;
		font-size: 16px;
		line-height: 24px;
	}
	
	#about-us .fondo_naranja{
		padding-left: 70px;
		padding-right: 70px;
		text-align: left;
		padding-bottom: 60px;
	}
	
	.column.fondo_naranja::before{
		width: 286px;
		height: 267px;
		top: -22px;
		left: 30px;
	}
	
	.bloque_portada.contacto{
		padding-top: 70px;
		padding-bottom: 0;
		font-size: 16px;
		line-height: 20px;
	}	
	#contact h2.naranja{
		font-size: 100px;
		line-height: 100px;
	}
	
	.bloque_portada.contacto::after{
		border-bottom: 685px solid #D8D8D8;
		border-right: 645px solid transparent;
	}
	
	#cta{
		padding: 40px 16px;
	}
	#cta .texto{
		font-size: 16px;
		line-height: 24px;
		border-left: 2px solid #FFF;
		padding-bottom: 25px;
	}
	#cta .icono{
		border-right: 0;
	}
	#cta .column{
		align-items: flex-start;
	}
	
	
	#footer .main-logo{
		padding-bottom: 50px;
	}
	
	#footer .info_contacto{
		padding-bottom: 90px;
	}
	
	#footer .info_contacto p.titulo_bloque{
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 1px;
		width: 70%;
	}
	#footer .info_contacto p{
		font-size: 12px;
		line-height: 14px;
	}
	
	#footer .menu_footer{
		padding-left: 15px;
		padding-right: 15px;
	}
	#footer ul.menu_footer{
		padding: 0;
	}
	
	#footer .listado_redes_sociales{
		border-bottom: 3px solid #5784EE;
		padding-bottom: 60px;
	}
	
	#footer .copyright_footer p{
		padding: 0 10px;
	}
	
	#footer .main-logo img{
		max-width: 226px;
		height: auto;
	}
	
	#flecha_subir{
		right: 24px;
	}
	
	.column.contenido_centrado .ge-content p{
		text-align: left !important;
	}
	
	#footer .bloque{
		border-bottom: none;
	}
	#mainContent.textos_legales table td {
		padding: 6px;
		font-size: 12px;
	}
	
	#mainContent.projects{
		padding-top: 75px;
	}
	
	.descripcion_proyectos p{
		padding: 0;
		line-height: 25px;
	}
	.descripcion_proyectos{
		font-size: 25px;
	}
	
	.listado_proyectos .proyecto,
	.listado_proyectos .proyecto.row-reverse{
		flex-direction: column-reverse;
		justify-content: flex-start;
		align-items: flex-start;
		
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.listado_proyectos .proyecto .bloque_izquierda,
	.listado_proyectos .proyecto .bloque_derecha{
		width: 100%;
	}
	
	.listado_proyectos .proyecto .bloque_derecha{
		margin-bottom: 30px;
	}
	
}

@media screen and (max-width: 810px){
	.container_error{
		max-width: 100%;
	}
	
	.cabecero_error{
		margin-top: 40px;
		margin-bottom: 50px;
	}
	.bloque_error{
		background-position: top center;
	}
	.bloque_error .numero{
		padding-top: 25px;
		font-size: 400px;
	}
	.bloque_error .sorry{
		font-size: 106px;
		line-height: 96px;
		padding-bottom: 70px;
	}
	
	.pie_error{
		margin-top: 60px;
	}
	
	.cabecero_error img{
		max-height: 50px;
	}
}

@media screen and (max-width: 576px){
	#contact .pc{
		display: none !important;
	}
	#contact .movil{
		display: inline-block !important;
	}
	.formulario .row .checkbox{
		text-align: left;
	}
	
	.formulario .bloque_recaptcha .col{
		justify-content: flex-start;
	}
	.formulario .enviar_boton #boton_enviar{
		width: 60%;
	}
	.formulario{
		margin-top: 20px;
	}	
	#contact .enlaces{
		margin-top: 30px;
		margin-bottom: 0;
	}
	.full_mxc #triangulo_naranja{
		padding-top: 180px;
		order: 4;
	}
	
	#slider .texto{
		font-size: 54px;
		line-height: 54px;
	}
	
	.full_mxc .container h3{
		font-size: 18px;
		line-height: 21px;
		margin: 0;
	}
	.full_mxc .container h3 strong{
		font-size: 25px;
		line-height: 29px;
	}
	
	#titulo_offer h2.naranja{
		flex-direction: column;
	}
	
	.bloque_portada.our_offer #titulo_offer h2.naranja:first-child{
		font-size: 70px;
		line-height: 70px;
	}
	
	.bloque_portada.our_offer::before{
		top: 28%;		
	}
	
	#about-us .column{
		text-align: center;
		font-size: 14px;
		line-height: 16.8px;
		padding-right: 45px;
	}
	
	#footer div.menu_footer,
	#footer div.main-logo{
		padding-left: 70px;
		padding-right: 76px;
	}
	
	#footer .info_contacto{
		padding-left: 70px;
		padding-right: 76px;
	}
	
	#footer .main-logo img{
		max-width: 100%;
		height: auto;
	}
	#footer .info_contacto p.titulo_bloque{
		width: 100%;
	}
	
	#footer .bloque{
		border-bottom: 3px solid #5784EE;
	}
	
	#footer .listado_redes_sociales{
		border-bottom: none;
		padding-bottom: 0;
	}
	
	.proyecto .tags{
		flex-wrap: wrap;
	}
	
	.proyecto .tags div{
		width: 45%;
		justify-content: center;
		margin-bottom: 10px;
		margin-right: 0;
		padding-right: 0;
	}
	
	.proyecto .tags div.categorias .icono{
		margin-right: 8px;	
	}
	.proyecto .tags div.categorias{
		line-height: 15px;
	}
	
	.filtros_proyectos .filtros{
		flex-direction: column;
	}
	.filtros_proyectos .filtros .filtro_organizacion{
		margin-right: 0;
		margin-bottom: 20px;
		width: 100%;
	}
	.filtro_organizacion .filtro{
		width: 100%;
	}
	
}

@media screen and (max-width: 586px){
	.bloque_error{
		min-height: 35vh;
	}
}

@media screen and (max-width: 500px){
	#slider .pc{
		display: none !important;
	}
	#slider .movil{
		display: inherit !important;
	}
}

@media screen and (max-width: 440px){
	.cabecero_error{
		margin-top: 20px;
		margin-bottom: 25px;
	}
	.cabecero_error img {
		max-width: 80%;
	}
	
	.bloque_error .numero {
		padding-top: 0;
		font-size: 300px;
		line-height: 300px;
	}
	.bloque_error .sorry {
		font-size: 86px;
		line-height: 78px;
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 400px){
	.formulario .enviar_boton #boton_enviar{
		width: 80%;
	}
}

@media screen and (max-width: 350px){
	.bloque_error .numero {
		font-size: 270px;
		line-height: 270px;
	}
	.bloque_error .sorry {
		font-size: 76px;
		line-height: 75px;
	}
}
