@import '../../../../../maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css';

@media screen and (min-width: 1703px) {
    /* TAXONOMY HIJOS PROJECTS */
        .menu_submenu {
            top: 4.3rem;
        }
}

@media screen and (max-width: 1500px) {
    /* TAXONOMY HIJOS PROJECTS */
        .proyectos_proyectos .proyectos_mosaico .th_proyecto .titulo_proyecto_text {
            font-size: 1.2rem;
            padding: 0.5rem 0.25rem;
        }
}

@media screen and (max-width: 1500px) {
    /* TAXONOMY HIJOS PROJECTS */
        .proyectos_proyectos .proyectos_mosaico .th_proyecto .titulo_proyecto_text {
            font-size: 1.2rem;
            padding: 0.5rem 0.25rem;
        }
}

@media screen and (max-width: 1300px) {
    /* INFO - COLUMNA DERECHA */
        .columna_info {
            /* width: 16%; */
            /* right: 1rem; */
            padding-left: 2rem;
        }        
        .columna_info.info_fixed {
            right: 1.5rem;
        }

    /* TAXONOMY PADRE PROJECTS */
        .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_description,
        .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_description_about,
        .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_description_about_unico {
            font-size: 0.8rem;
        }

    /* TAXONOMY HIJOS PROJECTS */
        .proyectos_proyectos .proyectos_mosaico .th_proyecto .titulo_proyecto_text {
            font-size: 1rem;
        }

    /* FOOTER */
        footer .footer_page {
            float: left;
            width: 40%;
        }
        footer .footer_page .vistas ul {
            -webkit-column-count: auto;
            -moz-column-count: auto;
            column-count: auto;
        }        
        footer.fixed,
        footer.fixed_search,
        footer.fixed_about {
            position: relative !important;
        }
}

@media screen and (max-width: 1250px) {
    /* HOME */
        .pagina_content .sticky_p .contenido_p h2 {
            font-size: 1.3rem;
            padding: 0rem 2rem 2rem;
        }
        .pagina_content .sticky_p .contenido_p div {
            padding: 3rem 2rem 0;
        }
        .pagina_content .sticky_p .contenido_p div p,
        .pagina_content .sticky_p .contenido_p > a span {
            font-size: 0.9rem;
        }
}

@media screen and (max-width: 1201px) {
    /* GENERALES */
        section {
            padding-left: 14.5%;
        }

    /* GLOBALES */
        .pagina_linea {
            width: 80%;
        }

    /* TAXONOMY PADRE PROJECTS */
        .content_proyectos .proyectos_subcategorias {
            width: 80%;
        }
        .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_description,
        .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_description_about,
        .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_description_about_unico {
            font-size: 0.75rem;
        }

    /* TAXONOMY HIJOS PROJECTS */
        .proyectos_proyectos .proyectos_mosaico .th_proyecto .titulo_proyecto_text {
            font-size: 1.3rem;
            padding: 1rem;
        }

    /* INFO - COLUMNA DERECHA */
        .columna_info {
            /*right: 0rem;*/
            /* width: 14%; */
            padding-left: 1rem;
        }        
        .columna_info h3.sinlogo {
            /* margin: 0rem 0.5rem 0; */
        }
        .columna_info .p_filtro,
        .columna_info h3.conlogo,
        .columna_info .info_direccion,
        .columna_info .info_work,
        .columna_info .info_descripcion,
        .columna_info .info_news,
        .columna_info .publications {
            /* margin: 0 0.5rem; */
        }
        .columna_info.info_fixed {
            right: 0rem;
        }
}

@media screen and (max-width: 1100px) {

    /* GENERALES */
        section {
            padding-left: 16%;
        }

    /* GLOBALES */
        .pagina_linea {
            width: 78%;
        }

    /* HOME */
        .pagina_content .sticky_p .contenido_p {
            height: 90%;
            top: 5%;
        }
        .pagina_content .sticky_p .contenido_p h2 {
            font-size: 1.1rem;
        }
        .pagina_content .sticky_p .contenido_p div {
            padding: 2.5rem 2rem 0;
        }

    /* TAXONOMY PADRE PROJECTS */
        .content_proyectos .proyectos_subcategorias {
            width: 78%;
        }
        .content_proyectos .proyectos_dpto_lemas {
            left: 45%;
        }

    /* INFO - COLUMNA DERECHA */
        .columna_info {
           width: 8.5rem;
        }
}

@media screen and (max-width: 1024px) {

    /* HEADER */
        header.mobile_header {
            display: block;
            height: 2rem;
            width: 100%;
            background-color: #fff;
            padding: 0.5rem 0 0 0.5rem;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 4;
            -webkit-box-shadow: 0px -9px 17px 7px rgba( 0, 0, 0, 0.75 );
            -moz-box-shadow: 0px -9px 17px 7px rgba( 0, 0, 0, 0.75 );
            box-shadow: 0px -9px 17px 7px rgba( 0, 0, 0, 0.75 );
        }
        header.mobile_header.open {
            background-color: #ddd;
        }
        header.mobile_header h1 {
            position: absolute;
            top: 0.5rem;
            width: 100%;
            text-align: center;
        }
        header.mobile_header h1 img {
	width: 110px;
	height: auto;
        }
        header.header_menu {
	width: 240px;
	height: 100%;
	background-color: rgba( 255, 255, 255, 0.85 );
	overflow-x: hidden;
	overflow-y: auto;
	position: fixed !important;
	top: 0;
	left: -240px;
	z-index: 5;
	font-weight: bold;
        }
        header.header_menu.open {
            left: 0px;
            -webkit-transition: all 0.5s linear 0s;
            -o-transition: all 0.5s linear 0s;
            transition: all 0.5s linear 0s;
        }
        header.header_menu h1 {
            display: none;
        }
        header.header_menu .linea_empresa {
            margin-left: 0.3rem;
        }
        header.header_menu.blanco .linea_empresa {
            border-top: 1px solid #808184;
        }

    /* MENU */
        .menu {
            position: relative;
            display: block;
            height: 21px;
            width: 25px;
            z-index: 2;
            cursor: pointer;
        }
        .menu div {
            position: absolute;
            top: 9px;
            text-indent: -1000em;
        }
        .menu:before,
        .menu:after,
        .menu div {
            display: block;
            width: 100%;
            height: 3px;
            border-radius: 1px;
            background: #999;
            -webkit-transition: all 200ms linear;
            -o-transition: all 200ms linear;
            transition: all 200ms linear;
        }
        .menu:before,
        .menu:after {
            content: '';
        }
        .menu:after {
            position: absolute;
            bottom: 0;
        }
        .menu.open div {
            width: 0;
        }
        .menu.open:before {
            transform: rotate(45deg);
            transform-origin: 0 50%;
        }
        .menu.open:after {
            transform: rotate(-45deg);
            transform-origin: 0 50%;
        }
        nav {
            padding: 0.6rem 0 0 0.5rem;
        }
        nav.menu_principal_empresas {
            padding-bottom: 1rem;
        }
        nav ul li {
            padding-top: 0.2rem;
            background-image: none !important;
        }
        nav li a {
            background-image: none !important;
            color: #808184 !important;
        }
        nav li.current a,
        .header_menu .menu_principal_paginas li.current a {
            color: #000 !important;
        }

    /* SEARCH */
        .panel_busqueda_mobile {
            display: block;
            background-color: #fff;
            height: 2rem;
            padding: 0.5rem 0 0 0.5rem;
        }
        .panel_busqueda_mobile .txt_busqueda {
            width: 90%;
            border-radius: 0;
            height: 1.2rem;
            border: 1px solid #555;
            outline: none;
            padding: 3px 5px;
        }
        .panel_busqueda_mobile .submit {
            display: none;
        }
        .panel_busqueda_mobile #searchform,
        .panel_busqueda_mobile .qtranxs_widget {
            float: left;
        }
        .panel_busqueda_mobile .qtranxs_widget ul li {
            margin: 0;
            position: relative;
            top: 0.25rem;
        }
        .panel_busqueda_mobile .qtranxs_widget li a {
            font-family: 'bebasneue2';
            font-size: 1.2rem;
            color: #808184;
        }
        .panel_busqueda_mobile .lang-es a::before {
            content: 'ES';
        }
        .panel_busqueda_mobile .lang-en a::before {
            content: 'EN';
        }
        .panel_busqueda_mobile .lang-es span,
        .panel_busqueda_mobile .lang-en span {
            display: none;
        }

    /* IDIOMAS & BUSQUEDA */
        .panel_idiomas {
            display: none;
        }

    /* GENERALES */
        section {
            padding: 2.5rem 0 0;
            height: 100%;
        }

    /* GLOBALES */
        .pagina_linea {
            display: none;
        }
        .pagina_fondo {
            display: none;
        }
        .content_sitemap .pagina_fondo,
        .pagina_fondo.mobile {
            display: block;
        }

    /* HOME */
        .pagina_content .sticky_p {
            width: 100%;
        }
        .pagina_content .sticky_p > div > div {
            padding-bottom: 1rem;
            width: 100% !important;
            display: block;
        }
        .pagina_content .sticky_p img {
            width: 100%;
            height: auto;
        }
        .pagina_content .sticky_p .contenido_p {
	position: static;
	width: 100%;
	display: block !important;
	font-size: 10%;
        }
        .pagina_content .sticky_p .contenido_p h2,
        .pagina_content .sticky_p .contenido_p div {
            opacity: 1 !important;
        }
        .pagina_content .sticky_p .contenido_p h2 {
            top: 2rem !important;
        }
        .pagina_content .sticky_p .contenido_p div {
            top: -2rem !important;
            padding: 2.5rem 2rem 1rem;
        }
        .pagina_content .sticky_p .contenido_p a {
            opacity: 1 !important;
        }
        .pagina_content .sticky_p .contenido_p > a {
            bottom: 3rem;
            right: 0.5rem;
            float: right;
            position: relative;
        }
        .pagina_content .sticky_p .contenido_p > a img {
            /* max-width: 90%; */
            max-width: 36px;
        }

    /* TAXONOMY */
        .content_proyectos,
        .content_noticias,
        .content_premios,
        .content_publicaciones,
        .content_processes,
        .content_ubicacion,
        .content_personas,
        .content_quienes_somos,
        .content_busqueda,
        .content_sitemap {
            padding-left: 0;
        }

    /* TAXONOMY PADRE PROJECTS */
        .content_proyectos .proyectos_proyectos,
        .content_noticias .noticias_noticias,
        .content_premios .premios_premios,
        .content_publicaciones .publicaciones_publicaciones {
            width: 100%;
        }
        .content_proyectos .proyectos_subcategorias {
            width: 100%;
            height: auto;
            position: relative;
        }
        .content_proyectos .proyectos_subcategorias .th_subcategoria {
            float: none;
            padding: 0;
            width: 100% !important;
            background-color: rgba( 0, 0, 0, 0.5 );
            border-bottom: 1px solid #fff;
        }
        .content_proyectos .proyectos_subcategorias .th_subcategoria h2 {
            /* padding-bottom: 1rem; */
        }
        .content_proyectos .proyectos_subcategorias .th_subcategoria p {
            display: none !important;
        }
        .content_proyectos .proyectos_subcategorias .th_subcategoria p.fixed {
            display: block !important;
            font-family: 'franklinBook';
			margin-top: 1.5 rem;
            font-size: 1.2rem;
            background-color: transparent !important;
        }
        .content_proyectos .proyectos_subcategorias .th_subcategoria p.fixed a {
            color: #fff !important;
        }
        .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_submenu {
            border: none !important;
        }
        .content_proyectos .proyectos_dpto_lemas {
            display: none !important;
        }

    /* TAXONOMY HIJOS */
        .menu_padres,
        .content_processes .menu_padres {
            width: 100% !important;
            position: fixed;
            border-bottom: 3px solid #c0c0c0;
            padding: 1rem 0 0.25rem;;
            margin-bottom: 0.5rem;
            z-index: 3;
        }
        .content_processes .menu_padres {
            margin-left: 0;
            background-color: #fff;
        }
        .content_processes li a,
        .content_processes .menu_submenu li,
        .content_processes .menu_submenu li a {
            color: #808184 !important;
        }
        .menu_padres .th_menu_padres,
        .menu_padres .th_menu_padres_mobile {
	width: 100% !important;
	display: none;
	clear: both;
	border-top: 1px solid #c0c0c0;
	padding: 0.5rem 0;
	font-weight: lighter;
        }
        .menu_padres .th_menu_padres_mobile {
            font-family: 'franklinBook';
            text-align: center;
            font-size: 1.2rem;
        }
        .menu_padres .th_menu_padres_mobile.current {
            border-top: none;
            display: block;
            padding: 0 0 0.5rem;
        }
        .menu_padres .th_menu_padres_mobile.current span {
	display: inline-block;
	cursor: pointer;
        }
        .th_menu_padres.current .menu_submenu {
            display: none;
        }
        .menu_submenu,
        .content_processes .menu_submenu {
            width: 100% !important;
            border-bottom: none;
            position: static;
            padding-top: 0.2rem;
            top: 0rem;
        }
        .menu_submenu li {
            font-family: 'franklinBook';
            padding: 0.1rem 0;
            clear: both;
            width: 100%;
        }
        .menu_submenu li:nth-child(1) {
            padding: 0.8rem 0 0.1rem;
        }
        .menu_padres .th_menu_padres .menu_submenu li a:hover,
        .current .menu_submenu li:hover a,
        .current .menu_submenu .info_submenu_activo a,
        .menu_padres .th_menu_padres_mobile.info_submenu_activo a,
        .menu_padres .th_menu_padres_mobile a:hover,
        .menu_padres .th_menu_padres_mobile:hover {
	color: #BDBDBD !important;
        }
        .menu_padres .th_menu_padres_mobile.current:hover {
            color: #000 !important;
        }
        .proyectos_proyectos .proyectos_mosaico,
        .premios_premios .premios_mosaico,
        .publicaciones_publicaciones .publicaciones_mosaico {
            /* top: 0rem; */
            margin-top: 3.5rem;
        }
        .noticias_noticias .noticias_mosaico {
            /* top: 0rem; */
            margin-top: 3rem;
        }
        .proyectos_proyectos .proyectos_mosaico.mosaico_submenu {
            /* top: 0rem; */
            margin-top: 3.5rem;
        }
        .proyectos_proyectos .proyectos_mosaico.filtro_espacio,
        .publicaciones_publicaciones .publicaciones_mosaico.filtro_espacio {
            /* top: 0rem; */
            margin-top: 6rem !important;
        }
        .premios_premios .premios_mosaico.mosaico_submenu,
        .publicaciones_publicaciones .publicaciones_mosaico.mosaico_submenu {
            /* top: 0rem; */
            margin-top: 3.5rem;
        }
        .proyectos_proyectos .th_proyecto .titulo_proyecto {
	background-image: none !important;
	width: 100% !important;
	height: auto !important;
	top: auto;
	bottom: 0.5rem !important;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
        }
        .proyectos_proyectos .proyectos_mosaico .th_proyecto .titulo_proyecto_text {
	padding: 0 2%;
	width: 96%;
	opacity: 1 !important;
	text-align: center;
	color: #FFF;
	background-color: rgba(80,80,80,0.6);
        }

    /* SINGLE PROJECTS */
        .proyectos_proyectos .proyecto_proyecto.mosaico_submenu,
        .proyectos_proyectos .proyecto_proyecto {
            padding-top: 3.6rem;
        }
        .proyectos_proyectos .proyecto_proyecto .proyecto_datos {
            padding: 0 0.1rem;
        }
        .proyectos_proyectos .proyecto_proyecto .proyecto_datos h1 {
	padding: 0rem 0.5rem 0rem;
	text-align: center;
	font-size: 1.5rem;
        }
        .proyectos_proyectos .proyecto_proyecto .proyecto_datos_especiales h1 {
            padding: 0.3rem 0rem 0.3rem 0.5rem;
        }
        .proyectos_proyectos .proyecto_proyecto .proyecto_datos_especiales .proyecto_resumen {
            padding: 1rem 0 0;
        }
        .proyectos_proyectos .proyecto_proyecto .proyecto_datos_especiales .proyecto_resumen p {
            padding: 0 0.5rem 0.5rem;
        }
        .proyectos_proyectos .proyecto_proyecto .proyecto_datos_especiales .proyecto_resumen li {
            margin: 0.3rem 1rem 0 2.5rem;
        }
        .proyectos_proyectos .proyecto_proyecto .proyecto_datos .proyecto_ficha,
        .proyectos_proyectos .proyecto_proyecto .proyecto_datos .proyecto_relacion_mas {
            padding: 0 0.5rem;
        }
        .bx-controls-direction,
        .wrapper,
        .fancybox-nav {
            display: none;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_botones {
            position: static;
            padding: 1.2rem 0 0;
            top: 0;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_relacion .proyecto_relaciones .th_proyecto_relaciones p {
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_relacion .proyecto_relaciones .th_proyecto_relaciones p:hover {
            background-size: 100% 100%;
            -webkit-transition: none;
            -moz-transition: none;
            -ms-transition: none;
            -o-transition: none;
            transition: none;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_relacion .proyecto_relaciones .th_proyecto_relaciones p span {
            display: block;
            position: absolute;
            bottom: 0.3rem;
            background-color: rgba( 0, 0, 0, 0.7 );
            color: #fff;
            padding: 0.5rem 5px;
            font-size: 1rem;
            font-family: 'bebasneue2';
        }
        .proyectos_proyectos .proyectos_mosaicos h3 {
	margin: 0 0.1rem;
	font-size: 1rem;
        }
        .proyectos_proyectos .proyectos_mosaico.same_category {
            padding: 0;
            top: 0rem;
            margin-top: 2rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_relacion .proyecto_relacion_titulo {
            display: none;
        }

    /* TAXONOMY NEWS */
        .content_noticias .columna_info .p_filtro {
            top: 2.4rem;
        }
        .noticias_noticias .noticias_mosaico {
            padding: 0.3rem 0 0;
        }
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos {
            padding: 0 0.5rem;
        }
        .noticias_noticias .tax_idom {
            padding: 0.5rem 0 0 1rem;
        }
        .noticias_idom {
            display: none
        }

    /* TAXONOMY AWARDAS */
        .content_premios .premios_premios .th_premio h3 span {
            height: 12px;
            width: 12px;
            background-image: url( '../images/contenido/cierre_gris.png' );
            background-size: 100% 100%;
            background-repeat: no-repeat;
            float: right;
            position: relative;
            right: -0.5rem;
            cursor: pointer;
        }
        .content_premios .premios_premios .th_premio h3 span.activo {
            display: block;
        }
        .content_premios .premios_premios .th_premio .awards ul {
            padding: 1rem 0 0;
        }
        .content_premios .premios_premios .th_premio .awards li {
            background-color: #fff;
        }
        .content_premios .premios_premios .th_premio .awards p {
            display: block;
            padding: 1.5rem 0 1rem;
            color: #848a8c;
            background-color: #fff;
            font-size: 0.7rem;
            cursor: pointer;
        }
        .content_premios .premios_premios .th_premio .awards p a {
            color: #848a8c;
        }
        .content_premios .premios_premios .th_premio .responsive {
            display: block;
        }
        .content_premios .premios_premios .th_premio .desktop {
            display: none;
        }

    /* INFO - COLUMNA DERECHA */
        .columna_info {
            clear: both;
            float: none;
            position: relative;
            right: 0;            
            top: 2rem !important;
            width: 100%;
            padding: 2rem 0 2.5rem;
            border-top: 1px solid #b6b7ba;
            z-index: 2;
        }
        .columna_info.info_fixed {
            position: relative;
            border-top: none;
            padding: 0rem 0 1.5rem;
        }
        .columna_info h3.conlogo,
        .columna_info h3.sinlogo,
        .columna_info .info_direccion {
            border-bottom: none;
            float: left;
        }
        .columna_info .info_direccion,
        .columna_info .info_work,
        .columna_info .info_descripcion,
        .columna_info .info_news {
            padding: 0 0 2rem;
        }
        .columna_info .info_work {
            clear: both;
            float: none;
            width: 99%;
            text-align: center;
            border-bottom: none;
            border-top: 1px solid #b6b7ba;
            padding: 1.5rem 0 1rem;
            font-size: 1rem;
        }
        .columna_info .info_work h3 {
            font-size: 0.9rem;
        }
        .columna_info .publications h3 {
            padding: 1rem 0 1rem 2rem;
            border-top: 1px solid #c0c0c0;
            border-bottom: none;
            text-align: center;
        }
        /* .columna_info .publications, */
        .columna_info .info_news {
            display: none;
        }
        .columna_info .info_descripcion {
            display: none;
        }
        .columna_info h3.conlogo,
        .columna_info .info_direccion {
            width: 40%;
            padding-left: 2rem;
        }
        /* NOTICIAS IDOM */
            .columna_info .noticias_news_blogs {
                margin: 0 2.5%;
                clear: both;
                width: 45%;
            }
        /* PUBLICACIONES APARECEN */
            .columna_info .p_filtro {
                width: 100%;
                margin: 0rem;
                position: fixed;
                top: 5.6rem;
                border: none;
                text-align: center;
                background-color: #fff;
                padding: 1rem 0 0.5rem;
            }
            .columna_info .p_filtro h3 {
	display: none;
	font-size: 0.9rem;
            }
            .columna_info .p_filtro h4,
            .columna_info .p_filtro ul {
                margin: 0 0.5rem;
            }
            /* SELECT */
                .select {
                    position: relative;
                    display: block;
                    margin: 0 auto;
                    width: 100%;
                    max-width: 240px;
                    color: #cccccc;
                    vertical-align: middle;
                    text-align: center;
                    -webkit-user-select: none;
                     -moz-user-select: none;
                      -ms-user-select: none;
                       user-select: none;
                    -webkit-touch-callout: none;
                }
                .select .placeholder {
                    position: relative;
                    display: block;
                    background-color: #393d41;
                    z-index: 1;
                    padding: 0.5em;
                    border-radius: 2px;
                    cursor: pointer;
                }
                .select .placeholder:hover {
                    background: #34383c;
                }
                .select .placeholder:after {
                    position: absolute;
                    right: 1em;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                     transform: translateY(-50%);
                    font-family: 'FontAwesome';
                    content: '\f078';
                    z-index: 10;
                }
                .select.is-open .placeholder:after {
                    content: '\f077';
                }
                .select.is-open ul {
                    display: block;
                }
                .select.select--white .placeholder {
                    background: #fff;
                    color: #999;
                    font-size: 0.9rem;
                }
                .select.select--white .placeholder:hover {
                    background: #fafafa;
                }
                .select ul {
                    display: none;
                    position: absolute;
                    overflow: hidden;
                    width: 100%;
                    background: #fff;
                    border-radius: 2px;
                    top: 100%;
                    left: 0;
                    list-style: none;
                    margin: 5px 0 0 0;
                    padding: 0;
                    z-index: 100;
                }
                .select ul li {
                    display: block;
                    text-align: left;
                    padding: 0.6em 1em 0.6em 1em;
                    color: #999;
                    cursor: pointer;
                    font-size: 0.8rem;
                }
                .select ul li:hover {
                    color: #000;
                }
        /* Publicaciones dptos. */
            .publications_publi .flecha_up,
            .publications_publi .flecha_down {
                display: none;
            }
            .publications_publi .flecha_left,
            .publications_publi .flecha_right {
                display: block;
            }
            .flechas_publi {
                height: 224px;
                width: 100%;
            }

    /* UBICACION */
        .content_ubicacion .ubicacion_mapa_proyecto {
            float: none;
            width: 100%;
            padding-top: 0;
        }
        .content_ubicacion #ubicacion_mapa {
            height: 300px;
            width: 100%;
            margin-bottom: 10px;
        }
        .content_ubicacion .iconos_mapa {
            padding-left: 1.5rem;
        }
        .content_ubicacion .ubicacion_proyecto {
            padding: 1rem 1.5rem 2rem;
        }
        .content_ubicacion .ubicacion_contenido .ubicacion_menu h2 {
            font-size: 1.4rem;
        }
        .content_ubicacion .ubicacion_contenido .ubicacion_menu .ubicacion_menu_oficinas {
            background-position: 2.5px 17px;
            background-size: 5% 150%;
        }
        .content_ubicacion .ubicacion_contenido .ubicacion_menu .ubicacion_menu_proyectos {
            background-position: 0 19px;
            background-size: 6% 120%;
        }
        .content_ubicacion .ubicacion_contenido .ubicacion_menu .ubicacion_menu_oficinas:hover,
        .content_ubicacion .ubicacion_contenido .ubicacion_menu .ubicacion_menu_oficinas.ubicacion_menu_activo {
            background-position: 2.5px -20px;
        }
        .content_ubicacion .ubicacion_contenido .ubicacion_menu .ubicacion_menu_proyectos:hover,
        .content_ubicacion .ubicacion_contenido .ubicacion_menu .ubicacion_menu_proyectos.ubicacion_menu_activo {
            background-position: 0 -13px;
        }
        .content_ubicacion #ubicacion_oficina {
            width: 100%;
            padding: 3rem 0 1rem;
            position: relative;
        }
        .content_ubicacion #ubicacion_oficina .ubicacion_continentes {
            font-size: 1.2rem;
            display: block;
            margin: 0 auto;
            padding: 0.5rem 0 0.3rem;
            width: 95%;
            text-align: center;
        }
        .content_ubicacion #ubicacion_oficina .ubicacion_ciudades {
            font-size: 0.9rem;
        }
        .content_ubicacion #ubicacion_oficina .ubicacion_paises,
        .content_ubicacion #ubicacion_oficina .ubicacion_mostrar {
            font-size: 1rem;
            margin: 0.5rem auto;
            padding: 0;
            width: 95%;
            text-align: center;
            color: #000;
        }
        .content_ubicacion #ubicacion_oficina .ubicacion_paises > span,
        .content_ubicacion #ubicacion_oficina .ubicacion_mostrar > span {
            display: block;
            border: 1px solid #808184;
            padding: 0.5rem 0 0.3rem;
        }
        .content_ubicacion #ubicacion_oficina .ubicacion_mapa_activo span {
            color: #0ad8d8;
        }
        .content_ubicacion #ubicacion_oficina .ubicacion_paises .ubicacion_ciudades {
            padding: 0.5rem 0;
            border-bottom: 1px solid #808184;
            width: 16rem;
            margin: 0 auto;
        }
        .content_ubicacion #ubicacion_oficina .ubicacion_paises .ubicacion_ciudades:nth-child(1) {
            padding: 1rem 0 0.5rem;
        }
        .content_ubicacion #ubicacion_oficina .ubicacion_paises .ubicacion_ciudades:last-child {
            border-bottom: none;
        }
        .content_ubicacion #ubicacion_oficina .ubicacion_paises .ubicacion_ciudades.ubicacion_mapa_activo {
            width: 20rem;
            color: #000;
        }
        .content_ubicacion #ubicacion_oficina .ubicacion_paises .ubicacion_ciudades:hover {
            color: #000;
        }
        .content_ubicacion #ubicacion_oficina .ubicacion_paises .ubicacion_ciudades.ubicacion_mapa_activo ul {
            padding-top: 0.5rem;
        }
        .content_ubicacion #ubicacion_oficina .ubicacion_mostrar.ubicacion_mapa_activo ul li.ubicacion_activo {
            color: #000 !important;
            padding: 0.5rem 0;
        }
        #ubicacion_popup_oficina {
            width: 10rem;
        }
         .content_ubicacion .ubicacion_contenido {
            padding-top: 1rem;
            padding: 0.5rem 0 1rem;
        }

    /* QUIENES SOMOS */
        .content_quienes_somos .quienes_somos_paginas .quienes_somos_menu_subpaginas ul li a {
            color: #fff !important;
        }
        .content_quienes_somos .quienes_somos_paginas {
            width: 95%;
        }

    /* BUSQUEDA */
        .content_sitemap .sitemap_columnas {
            width: 95%;
            padding: 0 2.5%;
        }

    /* SITEMAP */
        .content_busqueda .busqueda_resultados {
            width: 90%;
            padding: 0 5%;
        }
        .content_sitemap .sitemap_columnas h2 {
            width: 99%;
        }
    
    /* FOOTER */
        footer {
	padding: 2rem 0;
	border-top: 1px solid #b6b7ba;
	z-index: 2;
	margin-top: 0rem;
        }
        footer.fixed {
            width: 100%;
        }
        footer > div {
            padding: 0 0.5rem;
        }
        footer .general_request div {
            display: block;
        }
}

@media screen and (max-width: 850px) {

    /* SINGLE PROYECTO */
        .proyectos_proyectos .proyecto_datos .proyecto_cliente,
        .proyectos_proyectos .proyecto_datos .proyecto_resumen {
	float: none;
	width: 100%;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_cliente p {
            padding-right: 0rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_mas .proyecto_contenido {
            -webkit-column-count: auto; /* Chrome, Safari, Opera */
            -moz-column-count: auto; /* Firefox */
            column-count: auto;
            -webkit-column-gap: 0; /* Chrome, Safari, Opera */
            -moz-column-gap: 0; /* Firefox */
            column-gap: 0;
        }

    /* TAXONOMY NEWS */
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_contenido_corto,
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_contenido_largo {
            width: 70%;
        }
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones {
            width: 30%;
        }

    /* QUIENES SOMOS */
        .content_quienes_somos .quienes_somos_paginas .descarga {
            float: left !important;
            padding-right: 3rem;
        }
        .content_quienes_somos .quienes_somos_paginas .quienes_somos_contenido .vc_custom_1438848622757,
        .content_quienes_somos .quienes_somos_paginas .quienes_somos_contenido .vc_custom_1438848631202,
        .content_quienes_somos .quienes_somos_paginas .quienes_somos_contenido .vc_custom_1438853315622 {
            padding-left: 20px;
        }

    /* SITEMAP */
        .content_sitemap .sitemap_columnas .sitemap_columna {
            width: 33%;
            /* text-align: center; */
        }

    /* FOOTER */
        footer .footer_page,
        footer .footer_logo,
        footer .footer_address {
            float: none;
            width: 100%;
        }
        footer .footer_logo {
            padding: 2rem 0;
        }
}

@media screen and (max-width: 800px) {
    /* HOME */
        .pagina_content .sticky_n {
	width: 100%;
        }
        .pagina_content .sticky_n h3 {
            font-size: 3rem;
        }
        .pagina_content .sticky_n .noticias_slider {
            width: 100%;
        }
        .pagina_content .sticky_n .noticia_anterior, .pagina_content .sticky_n .noticia_siguiente {
            width: 30px;
            height: 50px;
            margin-top: 6rem;
			
		  }
    .pagina_content .sticky_n > div .imagen_n a:hover {
	background-image: url('../images/contenido/cruz-noticia2.png');
	background-repeat: no-repeat;
	background-position: center;
    }	
			
			
			
			
        
        .pagina_content .sticky_n .noticia_siguiente {
            background-image: url('../images/fl_der.png');
            right: 0rem;
        }
        .pagina_content .sticky_n .th_noticia {
            padding-top: 4.5rem !important;
        }
        .pagina_content .sticky_n > div .imagen_n {
            width: 100%;
            background-position: 50% 50%;
        }
        .pagina_content .sticky_n > div .imagen_n a {
            width: 100%;
        }
        .pagina_content .sticky_n .contenido_n {
	width: 100%;
	text-transform: uppercase;
        }
}

@media screen and (max-width: 750px) {
    /* QUIENES SOMOS */
        .content_quienes_somos .quienes_somos_paginas .quienes_somos_menu_subpaginas nav {
            border-top: none;
        }
        .content_quienes_somos .quienes_somos_paginas .quienes_somos_menu_subpaginas ul li {
            width: 100%;
            float: none;
            text-align: left !important;
        }
        .content_quienes_somos .quienes_somos_paginas .quienes_somos_menu_subpaginas ul li.current a {
            text-decoration: underline;
        }

    /* UBICACION */
        .content_ubicacion #ubicacion_oficina {
            width: 80%;
            margin: 0 auto;
            float: none;
        }
        .content_ubicacion .ubicacion_contenido .ubicacion_proyecto .ubicacion_proyecto_datos {
            width: 98%;
            float: none;
            clear: both;
            padding : 1rem 0;
        }
}

@media screen and (max-width: 700px) {

    /* TAXONOMY HIJOS */        
        .columna_info h3.conlogo,
        .columna_info .info_direccion {
            width: 45%;
        }

    /* SINGLE PROYECTO */
        .proyectos_proyectos .proyecto_datos .proyecto_relacion {
            padding: 1rem 0;
        }
        .proyecto_relacion .proyecto_relacion_anterior,
        .proyecto_relacion .proyecto_relacion_siguiente {
            display: none;
        }

    /* TAXONOMY NEWS */
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_contenido_corto,
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_contenido_largo {
            width: 100%;
            float: none;
        }
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_contenido_largo {
            padding-bottom: 0.5rem;
        }
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones {
            width: 100%;
            float: none;
        }
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_project {
            margin: 0 1rem 0 0;
            clear: none;
        }
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share {
            margin: 0.3rem 1rem 0 0;
            clear: none;
        }
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_titulo {
            top: 0;
            line-height: 1.2;
            font-size: 1.1rem;
        }
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos {
            padding: 1rem 0.5rem;
            top: 0;
        }

    /* QUIENES SOMOS */
        .content_quienes_somos .quienes_somos_cartelera .cartelera_media .cartelera_tab,
        .content_quienes_somos .quienes_somos_cartelera .cartelera_publicaciones .cartelera_tab {
            width: 2rem;
        }
        .content_quienes_somos .quienes_somos_cartelera .cartelera_tab .cartelera_icono {
            margin: 1rem 0 0 0.4rem;
        }
        .content_quienes_somos .quienes_somos_cartelera .cartelera_tab h3 {
            left: 0.05rem;
        }
        .content_quienes_somos .quienes_somos_cartelera .cartelera_tab .cerrar {
            height: 20px;
            width: 20px;
        }
        .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
        .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
        .c_abierto .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
        .c_abierto .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
        .cartelera_publicaciones.c_abierto .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
        .cartelera_publicaciones.c_abierto .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
        .cartelera_media.c_abierto .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
        .cartelera_media.c_abierto .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
            opacity: 0 !important;
        }
        .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .idom_videos {
            padding-left: 0rem;
        }
        .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .idom_publicaciones {
            padding: 2rem 0 0 2rem;
        }
        .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .th_video {
            padding: 2.5rem 0 2rem 2rem;
            width: 250px;
        }
        .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .th_video iframe {
            width: 250px;
            height: auto;
        }

    /* UBICACION */
        .ubicacion_mapa_proyecto {
            display: none;
        }
        .content_ubicacion #ubicacion_oficina {
            padding: 1rem 0;
        }
        .content_ubicacion #ubicacion_oficina .ubicacion_ciudades.ubicacion_mapa_activo .ubicacion_map {
            display: block;
            float: left;
            position: relative;
            left: 2rem;
            padding-bottom: 1rem;
        }
        .content_ubicacion #ubicacion_oficina .ubicacion_ciudades.ubicacion_mapa_activo li {
            position: relative;
            left: 3rem;
            top: 0.5rem;
            width: 70%;
            text-align: left;
        }
        .content_ubicacion #ubicacion_oficina .ubicacion_ciudades.ubicacion_mapa_activo li.ubicacion_activo {
            text-align: center;
        }

    /* BUSQUEDA */
        .content_busqueda .busqueda_resultados .resultado_categoria,
        .content_busqueda .busqueda_resultados .resultado_entradas {
            float: none;
            width: 100%;
        }
        .content_busqueda .busqueda_resultados .resultado_categoria {
            padding-bottom: 0.5rem;
        }
        .content_busqueda .busqueda_resultados .resultado_entradas {
            padding-left: 0.5rem;
        }

    /* SITEMAP */
        .content_sitemap .sitemap_columnas .sitemap_columna {
            width: 48%;
        }
}

@media screen and (max-width: 600px) {
    /* UBICACION */    
        .content_ubicacion .ubicacion_contenido .ubicacion_proyecto .ubicacion_proyecto_img {
            width: auto;
        }
}

@media screen and (max-width: 500px) {

    /* TAXONOMY NEWS */
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share.share_proyecto {
            margin: 1rem 0 0;
            clear: both;
        }
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .share {
            display: none;
        }
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .rss,
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .twitter,
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .facebook,
        .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .link {
            display: block;
        }

    /* INFO - COLUMNA DERECHA */
        .columna_info h3.conlogo,
        .columna_info h3.sinlogo,
        .columna_info .info_direccion {
	width: 70%;
	font-weight: bold;
        }
        /* NOTICIAS IDOM */
            .columna_info .noticias_news_blogs {
                float: none;
                width: 95%;
            }

    /* UBICACION */
        .content_ubicacion .ubicacion_contenido .ubicacion_menu {
            right: 7rem;
        }
        .content_ubicacion #ubicacion_oficina {
            width: 100%;
            padding: 1rem 0;
            position: static;
            top: 0;
        }

    /* SITEMAP */
        .content_sitemap .sitemap_columnas .sitemap_columna {
            width: 100%;
            text-align: center;
        }

    /* FOOTER */
        footer .boton-top {
            display: none !important;
        }
        .wpcf7 input,
        .wpcf7 textarea {
            width: 93%;
            min-width: 0;
        }
}

@media screen and (max-width: 450px) {
    /* HOME */
        .trabaja p {
            width: 16rem;
        }

    /* Publicaciones dptos. */
        .publications_publi .flecha_up,
        .publications_publi .flecha_down {
            display: block;
        }
        .publications_publi .flecha_left,
        .publications_publi .flecha_right {
            display: none;
        }
        .flechas_publi {
            height: 19rem;
            width: 10rem;
        }
}
