@import url("../../../../../../webfonts/franklinMedium/stylesheet.css");
/* GENERALES */
    body {}
    li {
	list-style: none;
	font-family: Oswald, sans-serif;
	font-size: 12px;
    }
    a {
        text-decoration: none;
    }
    h2 {
       font-family: Oswald, sans-serif;
       font-weight: 400;
    }
    section {
        padding-left: 13%;
    }
    section.pagina_parallax/*,
    .template-personas section */ {
        padding-left: 0;
    }
    sub {
        position: relative;
        top: 0.1rem;
        font-size: 0.5rem;
    }
    .clear {
        clear: both;
    }

/* HEADER */
    .mobile_header,
    .panel_busqueda_mobile {
        display: none;
    }
    .header_menu {
        top: 1.5rem;
        left: 1.5rem;
        width: 10.3rem;
        position: fixed;
        z-index: 4;
		font-weight: bold
    }
    .home .header_menu,
    .header_menu.absolute/*,
    .template-quienes_somos .header_menu,
    .template-personas .header_menu*/ {
	position: absolute;
	font-weight: bold;
    }
    .header_menu.desktop {
        left: 1.5rem !important;
    }
    .header_menu h1 {
        padding-bottom: 0.5rem;
    }
    .header_menu h1 img {
	width: 160px;
	height: auto;
    }

    /* MENU */
    .header_menu nav {
	font-size: 12px;
	padding-top: 1rem;
	font-family: Oswald, sans-serif;
	font-family: Oswald, sans-serif;
    }
    .header_menu nav li {
	margin-top: 0.5rem;
	font-family: Oswald, sans-serif;
    }        
    .header_menu nav li a {
        background-repeat: no-repeat;
		width:100%;
        padding: 0.2rem 0.7rem 0.05rem 0.2rem;
    }
    .header_menu .linea_empresa {
        width: 30%;
        margin: 1.3rem 0 0;
    }

/* IDIOMAS & BUSQUEDA */
    .panel_idiomas {
        position: fixed;
        right: 0px;
        height: 1rem;
        width: 5rem;
        top: 2rem;
        z-index: 3;
    }
    .panel_busqueda {
        position: fixed;
        right: 5.5rem;
        height: 1.4rem;
        width: 0rem;
        top: 1.9rem;
        z-index: 10001;
        overflow: hidden;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
    .panel_busqueda.active {
        width: 12rem;
    }
    .panel_busqueda .txt_busqueda {
        position: absolute;
        right: 0rem;
        width: 11rem;
        border-radius: 0.5rem;
        height: 0.8rem;
        font-family: Oswald, sans-serif;
        font-size: 0.8rem;
        border: 1px solid #555;
        outline: 0;
        padding: 3px 5px;
    }
    .panel_busqueda .submit {
        display: none;
    }
    .panel_idiomas .lang-es a,
    .panel_idiomas .lang-en a,
    .panel_idiomas .lupa {
        background-repeat: no-repeat;
        float: left; 
        height: 1rem;
        width: 1rem;
        background-size: 100% 300%;
        position: relative;
        -webkit-transition: all 0.15s linear;
        -o-transition: all 0.15s linear;
        transition: all 0.15s linear;
    }
    .panel_idiomas .lang-es a {
        margin-left: 0.6rem;
        margin-right: 0.6rem;
        background-image: url('../images/menu/ico/idioma_es_n.png');
    }
    .panel_idiomas .lang-en a {
        background-image: url('../images/menu/ico/idioma_en_n.png');
    }
    .panel_idiomas .lupa {
        background-image: url('../images/menu/ico/lupa_n.png');
    }
    .panel_idiomas .lang-es span,
    .panel_idiomas .lang-en span {
        display: none;
    }

/* GLOBALES */
    .pagina_fondo span {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        color: transparent;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: no-repeat;
        -webkit-backface-visibility: hidden;
        -webkit-animation:  fondoTaxonomy 4s linear;
           -moz-animation:  fondoTaxonomy 4s linear;
            -ms-animation:  fondoTaxonomy 4s linear;            
             -o-animation:  fondoTaxonomy 4s linear;
                animation:  fondoTaxonomy 4s linear;
    }
    .pagina_fondo.mobile {
        display: none;
    }
    .pagina_fondo video {
        position: fixed;
        top: 0%;
        left: 0%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 1;
    }
    .pagina_linea {
        top: 3.5rem;
        position: absolute;
        z-index: 2;
        height: 1px;
        width: 82%;    
        background-color: #fff;
    }

/* HOME */
    .pagina_content {
        position: relative;
        padding-bottom: 4rem !important;
    }
    .pagina_content h1 {
	color: #000;
	font-size: 1.6rem;
	padding-top: 1rem;
	font-family: oswald;
    }
    .pagina_content h2 {
	color: #999999;
	font-size: 1rem;
	padding: 0.5rem 0 4rem;
	font-family: Oswald, sans-serif;
    }
    .pagina_content .sticky_p {
        color: #000;
        height: auto;
        width: 100%;
        margin: 0 auto;
		
    }
    .pagina_content .sticky_p .contenido_p {
	background-color: #262626;
	position: absolute;
	width: 50%;
	height: 100%;
	top: 0%;
	left: 50%;
	display: none;
	line-height: 1.3;
    }
    .pagina_content .sticky_p .contenido_p h2 {
	color: #FFF;
	font-family: Oswald, sans-serif;
	font-size: 1.5rem;
	text-transform: uppercase;
	padding: 0rem 1.5rem 1.5rem;
	text-align: left;
	opacity: 0;
	position: relative;
	margin-top: -15px;
    }
    .pagina_content .sticky_p .contenido_p div {
        opacity: 0;
        position: relative;
        padding: 3rem 1.5rem 0;
    }
    .pagina_content .sticky_p .contenido_p div p {
	color: #C4C4C4;
	text-align: left;
	font-size: 1rem;
	line-height: 1.4;
	font-family: Oswald, sans-serif;
    }
    .pagina_content .sticky_p .contenido_p div p a {
        color: #000;
    }
    .pagina_content .sticky_p .contenido_p > a {
        position: absolute;
        bottom: 1rem;
        right: 1rem;
        opacity: 0;
        color: #fff;
    }
    .pagina_content .sticky_p .contenido_p > a span {
	margin-right: 0.5rem;
	color: #303030;
	font-size: 1rem;
	font-family: Oswald, sans-serif;
    }
    .pagina_content .sticky_p .contenido_p > a img {
        max-width: 100%;
        float: none !important;
        vertical-align: middle;
    }
    .pagina_content .bx-wrapper img {
        max-width: 50%;
        display: inline;
        float: left;
    }
    .pagina_content .bx-wrapper img.imagen_entera {
        max-width: 100%;
    }
    .pagina_content .bx-controls-direction {
        display: none;
    }
    .pagina_content .bx-wrapper .bx-pager .bx-pager-item,
    .pagina_content .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
        float: none;
    }
    .pagina_content .bx-wrapper .bx-pager.bx-default-pager a {
        background: #d6d6d6;
        width: 10px;
        height: 10px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }
    .pagina_content .bx-wrapper .bx-pager.bx-default-pager a:hover, 
    .pagina_content .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #454545;
    }
    .pagina_content .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
        bottom: -40px;
    }
    .pagina_content .sticky_n {
	padding-top: 0;
	width: 100%;
	margin: auto auto;
	position: relative;
    }
    /* Flechas Slider */
        .pagina_content .sticky_n .noticia_anterior,
        .pagina_content .sticky_n .noticia_siguiente {
            position: absolute;
            z-index: 1;
            width: 61px;
            height: 100px;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            margin-top: 15px;
        }
        .pagina_content .sticky_n .noticia_anterior {
            background-image: url('../images/fl_izq.png');
        }
        .pagina_content .sticky_n .noticia_siguiente {
            background-image: url('../images/fl_der.png');
            right: 0.1rem;
        }
        .pagina_content .sticky_n .noticia_anterior:hover,
        .pagina_content .sticky_n .noticia_siguiente:hover {
            cursor: pointer;
        }
    .pagina_content .sticky_n .noticias_slider {
        width: 100%;
        margin: -20px auto;
    }
    .pagina_content .sticky_n .th_noticia {
        padding-top: 1rem;
    }
  
    
    .pagina_content .sticky_n h3 {
	color: #e7e6e5;
	font-family: Oswald, sans-serif;
	font-size: 2rem;
	text-align: left;
	position: relative;
	top: 0.5rem;
    }
    .pagina_content .sticky_n > div .imagen_n  {
        width: 100%;
        height: auto;
        /* background-size: cover; */
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .pagina_content .sticky_n > div .imagen_n a {
        width: 450px;
        height: 140px;
        display: block;
    }
    .pagina_content .sticky_n > div .imagen_n a:hover {
	background-image: url('../images/contenido/cruz-noticia2.png');
	background-repeat: no-repeat;
	background-position: 45% 50%;
    }
    .pagina_content .sticky_n .contenido_n {
        width: 100%;
    }
    .pagina_content .sticky_n .contenido_n h2 {
	color: #FFF;
	font-weight: normal;
	font-family: Oswald, sans-serif;
	font-size: 1rem;
	padding: 0.5rem 0 0.5rem;
	text-align: center;
	background-color: #808080;
	text-transform: uppercase;
    }
    .home .fancybox-close {
        width: 2.2em;
        height: 2.4em;
        -webkit-transition: background-color 40ms;
        transition: background-color 40ms;
        background-color: rgba(23,35,34,.75);
        border-radius: .5em;
        top: 9px;
        right: 52px;
        background-size: 60% 60%;
        background-position: 50%;
    }

/* TAXONOMY PROJECTS */
    .content_proyectos,
    .content_noticias,
    .content_ubicacion,
    .content_personas,
    .content_premios,
    .content_publicaciones,
    .content_quienes_somos,
    .content_busqueda,
    .content_sitemap {
        padding-left: 3rem;
    }

/* TAXONOMY PADRE PROJECTS */
    .content_proyectos .proyectos_subcategorias {
        position: absolute;
        height: 100%;
        width: 82%;
        margin: 0;
        padding: 0;
        z-index: 1;
        overflow: hidden;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria {
        float: left;
        font-size: 1.2rem;
        font-family: Oswald, sans-serif;
        text-align: center;
        padding-top: 5.3rem;
        height: 100%;
        background-color: rgba( 0, 0, 0, 0 );
        transition: all 0.55s linear;
        -moz-transition: all 0.55s ease-in;
        -ms-transition: all 0.55s ease-in;
        -o-transition: all 0.55s ease-in;
        -webkit-transition: all 0.55s ease-in;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria:hover {
        cursor: pointer;
        background-color: rgba( 0, 0, 0, 0.5 );
        transition: all 0.55s linear;
        -moz-transition: all 0.55s ease-in;
        -ms-transition: all 0.55s ease-in;
        -o-transition: all 0.55s ease-in;
        -webkit-transition: all 0.55s ease-in;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria:hover p {
        display: block;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria h2 {
        line-height: 1.5rem;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria h2 a {
	color: #fff;
	text-transform: uppercase;
	font-family: Oswald, sans-serif;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria p {
        display: none;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_description {
        color: #fff;
        text-align: center;
        padding: 1rem 1.5rem 0 1.5rem;
        font-family: Oswald, sans-serif;
        line-height: 1.4;
        height: 24.4rem;
        font-size: 0.9rem;
        font-weight: 300;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_description a {
        color: #fff;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_description a span {
        font-weight: bold;
        text-transform: lowercase;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_description a span.mayusculas {
        text-transform: uppercase;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_gotoprojects {
        text-align: center;
        font-size: 1.4rem;
        background-color: #fff;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_gotoprojects:hover {
        background-color: #000;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_gotoprojects:hover a {
        color: #fff;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_gotoprojects a {
        color: #000;
        font-family: Oswald, sans-serif;
        font-weight: 400;
        font-size: 1.2rem;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_description_about {
        color: #fff;
        text-align: center;
        font-size: 0.9rem;
        padding: 1rem 1.5rem 0 1.5rem;
        font-family: Oswald, sans-serif;
        line-height: 1.4;
        height: 22rem;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_description_about_unico {
        color: #fff;
        text-align: center;
        font-size: 0.9rem;
        padding: 1rem 1.5rem 0 1.5rem;
        font-family: Oswald, sans-serif;
        line-height: 1.4;
        height: 29.4rem;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_description_about a,
    .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_description_about_unico a {
	color: #fff;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_submenu {
        text-align: center;
        font-size: 1rem;
        border-top: 1px solid #fff;
        padding: 0.5rem 0;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_submenu:nth-last-child(1) {
        border-bottom: 1px solid #fff;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_submenu:hover {
        background-color: #fff;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_submenu:hover a {
        color: #000;
    }
    .content_proyectos .proyectos_subcategorias .th_subcategoria p.th_subcategoria_submenu a {
        color: #fff;
    }
    .content_proyectos .proyectos_dpto_lemas {
        position: absolute;
        top: 80%;
        left: 60%;
        color: #fff;
        padding: 0 6rem;
        font-family: Oswald, sans-serif;
        text-transform: uppercase;
        font-size: 1.5rem;
        line-height: 2rem;
    }

/* TAXONOMY HIJOS */
    .menu_padres {
	position: fixed;
	padding-top: 1.75rem;
	font-family: Oswald, sans-serif;
	z-index: 4;
	background-color: #fff;
	border-bottom: 1px solid #c0c0c0;
    }
    .content_processes .menu_padres {
        margin-left: 16.5%;
        background-color: transparent;
        width: 75%;
        border-bottom: 1px solid #fff;
    }
    .menu_padres .th_menu_padres,
    .menu_padres .th_menu_padres_mobile.current {
        float: left;
        text-align: center;
        padding-bottom: 1rem;
        font-family: Oswald, sans-serif;
        font-weight: 400;
        font-size: 1.2rem;
    }
    .menu_padres .th_menu_padres_mobile {
        display: none;
    }
    /* FLECHA */
        .rotate1 {
            -webkit-transform: rotate(-90deg) translate3d( 0, 0, 0);
             -moz-transform: rotate(-90deg);
              -o-transform: rotate(-90deg);
               -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
            -o-transition:.5s;
             -ms-transition:.5s;
              -moz-transition:.5s;
               -webkit-transition:.5s;
                transition:.5s;
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
        }
        .rotate2 {
            -webkit-transform: rotate(0deg) translate3d( 0, 0, 0);
             -moz-transform: rotate(0deg);
              -o-transform: rotate(0deg);
               -ms-transform: rotate(0deg);
                transform: rotate(0deg);
            -o-transition:.5s;
             -ms-transition:.5s;
              -moz-transition:.5s;
               -webkit-transition:.5s;
                transition:.5s;
            filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        }
        #down-icon {
            width: 20px;
            height: 10px;
            background-image: url('../../../../../s11.postimg.io/3u1xpqjhr/down_icon.png');
            background-size: 100% 100%;
            background-repeat: no-repeat;
            cursor: pointer;
            position: relative;
            top: -3px;
            left: 10px;
        }
    .menu_padres .th_menu_padres a,
    .menu_padres .th_menu_padres_mobile,
    .menu_padres .th_menu_padres_mobile a {
        color: #808184;
        line-height: 1.5rem;
    }
    .content_processes .menu_padres .th_menu_padres a {
        color: #fff;
    }
    .menu_padres .th_menu_padres a:hover,
    .menu_padres .current a,
    .menu_padres .th_menu_padres_mobile:hover,
    .menu_padres .th_menu_padres_mobile a:hover,
    .menu_padres .th_menu_padres_mobile.current {
        color: #000 !important;
        cursor: pointer;
    }
    .menu_submenu {
        border-bottom: 1px solid #c0c0c0;
        position: absolute;
        left: 0;
        z-index: 2;
        background-color: #fff;
        padding-top: 0.5rem;
        top: 5.8rem;
        display: none;
    }
    .menu_submenu.linea {
        top: 4.3rem;
    }
    .th_menu_padres.current .menu_submenu {
        display: block;
    }
    .content_processes .menu_submenu {
        background-color: transparent;
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .menu_submenu li {
        font-family: 'bebasneue2';
        font-size: 1.2rem;
        text-align: center;
        color: #808184;
        padding: 0.8rem 0;
        float: left;
        width: 20%;
    }
    .current .menu_submenu li a {
        color: #808184 !important;
    }
    .content_processes .menu_submenu li,
    .content_processes .menu_submenu li a {
        color: #fff !important;
    }
    .menu_submenu li span {
        display: none;
    }
    .current .menu_submenu li:hover a,
    .current .menu_submenu .info_submenu_activo a,
    .content_processes .menu_submenu .info_submenu_activo a {
        color: #000 !important;
    }
    .proyectos_proyectos .proyectos_mosaico,
    .noticias_noticias .noticias_mosaico,
    .premios_premios .premios_mosaico,
    .publicaciones_publicaciones .publicaciones_mosaico {
        margin-top: 5rem;
        position: relative;
    }
    .proyectos_proyectos .proyectos_mosaico.mosaico_submenu,
    .premios_premios .premios_mosaico.mosaico_submenu,
    .publicaciones_publicaciones .publicaciones_mosaico.mosaico_submenu {
        margin-top: 10rem;
    }
    .proyectos_proyectos .proyectos_mosaico .th_proyecto {}
    .proyectos_proyectos .proyectos_mosaico .th_proyecto:not(.isotope-hidden) {
        z-index: 1;
    }
    .proyectos_proyectos .proyectos_mosaico .th_proyecto .titulo_proyecto_text {
	position: relative;
	padding: 1rem;
	width: 12rem;
	opacity: 0;
	color: #000;
	font-family: Oswald, sans-serif;
	;
	text-transform: uppercase;
	line-height: 1.5rem;
	font-size: 1.5rem;
    }
    .proyectos_proyectos .proyectos_mosaico .th_proyecto .titulo_proyecto_text b {
        font-weight: bold;
    }
    .proyectos_proyectos .th_proyecto .titulo_proyecto {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('../images/contenido/cartela-blanca3333.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transition: all 0.6s ease-in;
	-moz-transition: all 0.6s ease-in;
	-ms-transition: all 0.6s ease-in;
	-o-transition: all 0.6s ease-in;
	-webkit-transition: all 0.6s ease-in;
    }
    .proyectos_proyectos .grid-tres .th_proyecto .titulo_proyecto {
        background-position: -30rem 0rem;
    }
    .proyectos_proyectos .grid-dos .th_proyecto .titulo_proyecto {
        background-position: -35rem 0rem;
    }
    .proyectos_proyectos .grid-dos .th_proyecto .titulo_proyecto_text {
        font-size: 1.5rem;
        line-height: 1.25;
    }
    .proyectos_proyectos .grid-uno .th_proyecto .titulo_proyecto {        
        background-position: -25rem 0rem;
    }
    .proyectos_proyectos .th_proyecto:hover .titulo_proyecto {
        background-position: 0rem 0rem;
    }

/* SINGLE PROJECT */
    .content_proyectos .proyectos_proyectos,
    .content_noticias .noticias_noticias,
    .content_premios .premios_premios,
    .content_publicaciones .publicaciones_publicaciones {
        position: relative;
        float: left;
        width: 80%;
    }
    .proyectos_proyectos .proyecto_proyecto {
        padding-top: 5.5rem;
    }
    .proyectos_proyectos .proyecto_proyecto.mosaico_submenu {
        padding-top: 8rem;
    }
    /* Datos de proyectos generales */
        .proyectos_proyectos .proyecto_proyecto .proyecto_datos .slider {
            padding-top: 0.5rem;
		    position: relative;
        }
        .proyectos_proyectos .proyecto_proyecto .proyecto_datos .slider li a img,
        .proyectos_proyectos .proyecto_proyecto .proyecto_datos .slider img {
	max-width: 100%;
	height: auto;
	cursor: pointer;
	position: relative;
        }
        /* Botones img de proyecto */
            .wrapper {
                padding: 0;
                max-height: 100%;
            }
            .wrapper p {
                position: absolute;
                top: 50%;
                margin-top: -16px;
                outline: 0;
                width: 48px;
                height: 48px;
                text-indent: -9999px;
                z-index: 2;
                background-size: 100%;
                background-position: 0% 0%;
                background-repeat: no-repeat;
            }
            .wrapper p:hover {
                background-size: 100%;
                background-position: 0% -48px;
                cursor: pointer;
            }
            .wrapper .prev {
                left: 20px;
                background-image: url('../images/contenido/ico/flecha_izq.png');
            }
            .wrapper .next {
                right: 20px;
                background-image: url('../images/contenido/ico/flecha_dcha.png');
            }
            .wrapper .ampliar {
	position: absolute;
	background-image: url('../images/contenido/ico/ampliar1.png');
	background-size: 70% 70%;
	background-position: 0% 0%;
	background-repeat: no-repeat;
	height: 21px;
	width: 210px;
	opacity: 0.6;
	z-index: 2;
	cursor: pointer;
	right: -3rem;
	bottom: 1.5rem;
            }
        .proyectos_proyectos .proyecto_proyecto .proyecto_datos h1 {
	color: #151515;
	text-transform: none;
	border-bottom: 1px solid #c0c0c0;
	font-family: Oswald, sans-serif;
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: center;
	background-color: #E3E3E3;
	margin-top: 0.5rem;
	font-variant: small-caps;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_cliente {
	float: left;
	width: 40%;
	color: #222222;
	padding-top: 1.2rem;
	line-height: 1.3;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_cliente p {
	color: #989898;
	font-family: Oswald, sans-serif;
	padding-right: 2rem;
	font-size: 0.8rem;
	line-height: 1.3rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_cliente span {
	color: #2B2B2B;
	text-transform: uppercase;
	font-size: 0.8rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_cliente .proyecto_resumen {
            overflow: hidden;
        }        
        .proyectos_proyectos .proyecto_datos .proyecto_resumen {
	float: left;
	width: 60%;
	padding-top: 1rem;
	color: #444444;
	line-height: 1.3;
	text-align: justify;
	font-family: Oswald, sans-serif;
	font-size: 0.9rem;
	overflow: hidden;
	font-weight: normal;
	font-variant: small-caps;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_resumen p {
	line-height: 1.45rem;
	font-size: 15px;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_resumen p b {
            font-weight: bold;
        }
        .proyectos_proyectos .proyecto_proyecto .proyecto_resumen li {
            margin: 0.3rem 0 0 2.5rem;
            list-style: circle;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_botones {
            padding: 1rem 0 0;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_botones p {
            background-color: #c5c5c5;
            color: #fff;
            cursor: pointer;
            display: inline-block;
            vertical-align: bottom;
            transition: all 0.15s linear 0s;
            -moz-transition: all 0.15s linear 0s;
            -ms-transition: all 0.15s linear 0s;
            -o-transition: all 0.15s linear 0s;
            -webkit-transition: all 0.15s linear 0s;
            font-family: Oswald, sans-serif;
            font-size: 0.9rem;
            padding: 0.3rem 0 0.2rem 0;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_botones .botones_learnmore {
            width: 4rem;
            margin-right: 0.5rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_botones .botones_learnmore::before { 
            content: "INFO";
        }
        .proyectos_proyectos .proyecto_datos .proyecto_botones .botones_relatedprojects {
            width: 12rem;
            margin-right: 0.5rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_botones .botones_premios {
            width: 4rem;
            height: 1rem;
            padding-left: 0.5rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_botones p:hover,
        .proyectos_proyectos .proyecto_datos .proyecto_botones .boton_activo  {
            background-color: #000;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_botones span {
            height: 1rem;
            width: 1rem;
            background-position: 0 0;
            background-repeat: no-repeat;
            display: block;
            float: left;
            margin: 0 0.3rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_botones .botones_learnmore span {
            background-image: url('../images/contenido/ico/leer.png');
            background-size: 100% 200%;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_botones .botones_relatedprojects span {
            background-image: url('../images/contenido/ico/related.png');
            background-size: 100% 100%;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_botones p:hover span,
        .proyectos_proyectos .proyecto_datos .proyecto_botones .boton_activo span {
            background-position: 0 100%;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_mas {
            width: 100%;
            background: #f6f6f6;
            display: none;
            padding-top: 1rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_mas h2 {
            font-family: Oswald, sans-serif;
            font-size: 1.2rem;
            border-top: 1px solid #000;
            border-bottom: 1px solid #000;
            margin: 0 1rem 1rem;
            padding: 0.5rem 0;
            color: #000;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_mas .proyecto_contenido {
	color: #545454;
	padding: 0 1rem;
	font-size: 0.9rem;
	line-height: 1.3;
	text-align: justify;
	font-family: Oswald, sans-serif;
	-webkit-column-count: 2; /* Chrome, Safari, Opera */
	-moz-column-count: 2; /* Firefox */
	column-count: 2;
	-webkit-column-gap: 3rem; /* Chrome, Safari, Opera */
	-moz-column-gap: 3rem; /* Firefox */
	column-gap: 3rem;
	font-variant: small-caps;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_mas .proyecto_contenido p { 
            padding-bottom: 1rem;
            line-height: 1.45rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_mas .proyecto_contenido ul { 
            line-height: 1.45rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_mas .pdf {
            padding-bottom: 1rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_mas .pdf p {
            background-color: #808184;
            color: #fff;
            font-family: Oswald, sans-serif;
            font-size: 1rem;
            width: 6.5rem;
            float: right;
            padding: 0.1rem 0.3rem;
            margin: 0.5rem 1rem 0 0;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_mas .pdf p:hover {
            background-color: #000;
            cursor: pointer;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_mas .pdf p span {
            height: 0.9rem;
            width: 0.9rem;
            background-image: url('../images/contenido/ico/download.png');
            background-position: 0 0;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            display: block;
            float: right;
            margin-top: 0.03rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_relacion {
            width: 100%;
            background: #f6f6f6;
            display: none;
            padding-top: 1rem;
            overflow: hidden;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_relacion .slick-slider {
            margin-bottom: 0;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_relacion .proyecto_relaciones {
            position: relative;
            margin: 0 0.9rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_relacion .proyecto_relaciones .th_proyecto_relaciones {
            font-family: Oswald, sans-serif;
            font-size: 0.6rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_relacion .proyecto_relaciones .th_proyecto_relaciones p {
            margin: 10px;
            position: relative;
            background-size: 100% 100%;
            background-position: 0px 0px;
            -webkit-transition: all 0.5s ease;
            -moz-transition: all 0.5s ease;
            -ms-transition: all 0.5s ease;
            -o-transition: all 0.5s ease;
            transition: all 0.5s ease;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_relacion .proyecto_relaciones .th_proyecto_relaciones p:hover {
            background-size: 125% 125%;
            cursor: pointer;
            -webkit-transition: all 3.5s ease-in;
            -moz-transition: all 3.5s ease-in;
            -ms-transition: all 3.5s ease-in;
            -o-transition: all 3.5s ease-in;
            transition: all 3.5s ease-in;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_relacion .proyecto_relaciones .th_proyecto_relaciones p span {
            display: none;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_relacion button {
            display: none !important;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_relacion .proyecto_relacion_anterior,
        .proyectos_proyectos .proyecto_datos .proyecto_relacion .proyecto_relacion_siguiente {
            position: absolute;
            z-index: 1;
            width: 2.2rem;
            margin-top: 10px;
            background-size: 83% 35%;
            background-repeat: no-repeat;
            background-color: rgba( 255, 255, 255, 0.5 );
        }
        .proyectos_proyectos .proyecto_datos .proyecto_relacion .proyecto_relacion_anterior {
            background-image: url('../images/fl_izq_gris.png');
            background-position: 0.2rem;
            margin-left: 0.9rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_relacion .proyecto_relacion_siguiente {
            background-image: url('../images/fl_der_gris.png');
            background-position: 0.4rem;
            right: 0rem;
            margin-right: 0.9rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_relacion .proyecto_relacion_anterior:hover,
        .proyectos_proyectos .proyecto_datos .proyecto_relacion .proyecto_relacion_siguiente:hover {
            background-color: rgba( 255, 255, 255, 0.2 );
            cursor: pointer;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_relacion .proyecto_relacion_titulo {
            padding: 0.7rem 0;
            margin: 0 0.9rem;
            font-size: 1.3rem;
            font-family: Oswald, sans-serif;
            color: #000;
            height: 1.2rem;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_premios {
            width: 100%;
            background: #f6f6f6;
            display: none;
            padding: 1rem 0;
        }
        .proyectos_proyectos .proyecto_datos .proyecto_premios li {
            color: #808184;
            padding: 0 1rem;
            font-size: 0.9rem;
            line-height: 1.4;
            text-align: justify;
            font-family: Oswald, sans-serif;
        }
        .proyectos_proyectos .proyectos_mosaico.same_category {
            top: 0rem;
            margin-top: 2rem;
        }
        /* Datos Proyectos Merebrook, Seridom, AEC */
            .proyectos_proyectos .proyecto_datos_especiales .proyecto_img_titulo_ser {
                background-color: #95d9cb;
            }
            .proyectos_proyectos .proyecto_datos_especiales .proyecto_img_titulo_aec {
                background-color: #a0de8a;
            }
            .proyectos_proyectos .proyecto_datos_especiales .proyecto_img_titulo_mer {
                background-color: #8ed8f8;
            }
            .proyectos_proyectos .proyecto_datos_especiales .proyecto_img_titulo_idomns {
                background-color: rgba( 0, 0, 0, 0.8 );
            }
            .proyectos_proyectos .proyecto_datos_especiales img {
                width: 100%;
                height: 100%;
            }
            .proyectos_proyectos .proyecto_proyecto .proyecto_datos_especiales h1 {
                color: #fff;
                padding: 0.3rem 0rem 0.3rem 0.5rem;
                font-family: Oswald, sans-serif;
                font-size: 1.8rem;
            }
            .proyectos_proyectos .proyecto_datos_especiales .proyecto_resumen {
                padding: 2rem 0 0 0;
                color: #808184;
                font-family: Oswald, sans-serif;
                line-height: 1.3;
                width: 100%;
                float: none;
            }
            .proyectos_proyectos .proyecto_datos_especiales .proyecto_resumen p {
                padding-bottom: 0.5rem
            }
            .proyectos_proyectos .proyecto_datos_especiales .proyecto_resumen p strong,
            .proyectos_proyectos .proyecto_datos_especiales .proyecto_resumen p b {
                font-weight: bold;
            }
            .proyectos_proyectos .proyectos_mosaicos {
                padding-top: 2rem;
            }
            .proyectos_proyectos .proyectos_mosaicos h3 {
	border-top: 1px solid #c0c0c0;
	padding-top: 2rem;
	text-align: center;
	font-size: 1rem;
	color: #808184;
	font-family: Oswald, sans-serif;
	text-transform: uppercase;
            }

/* TAXONOMY NEWS */
    .noticias_noticias .tax_idom {
        color: #808184;
        padding-top: 0.5rem;
        font-family: Oswald, sans-serif;
        font-size: 1.4rem;
        font-weight: 500;
    }
    .noticias_noticias .linea_menu_padres {
        height: 1px;
        width: 100%;
        border-top: 1px solid #c0c0c0;
        margin-top: 0.5rem;
    }
    .noticias_noticias .noticias_mosaico {}
    .noticias_noticias .noticias_mosaico .th_noticia {
        padding-bottom: 1.5rem;
    }
    .noticias_noticias .noticias_mosaico .th_noticia img {
        width: 100%;
        height: 100%;
        cursor: pointer;
        position: relative;
        /* padding-top: 1.5rem; */
    }
    .noticias_noticias .noticias_mosaico .th_noticia:nth-child(1) img {
	padding-top: 0;
	cursor: auto;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_titulo {
	color: #fff;
	background-color: rgba(21,21,21,0.5);
	padding: 0.5rem 0 0.5rem 2%;
	width: 98%;
	position: relative;
	z-index: 2;
	top: -2.8rem;
	font-family: Oswald, sans-serif;
	font-weight: 300;
	font-size: 1.2rem;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_fecha {
	padding: 1rem 0 0;
	font-family: Oswald, sans-serif;
	color: #939393;
	font-size: 0.8rem;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos {
        position: relative;
        top: -0.5rem;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_contenido_corto,
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_contenido_largo {
	float: left;
	width: 60%;
	color: #2E0033;
	text-align: justify;
	line-height: 1.5;
	font-family: Oswald, sans-serif;
	font-size: 0.9rem;
	font-weight: 300
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_contenido_corto p,
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_contenido_largo p {
        padding-bottom: 0.5rem;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_contenido_corto a,
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_contenido_largo a {
        color: #474747;
        -webkit-transition: color 500ms ease;
        -moz-transition: color 500ms ease;
        -ms-transition: color 500ms ease;
        -o-transition: color 500ms ease;
        transition: color 500ms ease;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_contenido_corto a:hover,
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_contenido_largo a:hover{
        color: #0cd9d9;
        -webkit-transition: color 500ms ease;
        -moz-transition: color 500ms ease;
        -ms-transition: color 500ms ease;
        -o-transition: color 500ms ease;
        transition: color 500ms ease;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_contenido_corto.single {
        display: none;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_contenido_largo {
        display: none;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_contenido_largo.single {
        display: block;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_puntos {
        padding-top: 0.5rem;
        font-size: 1.2rem;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_puntos:hover {
        cursor: pointer;
        color: #000;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones {
        float: left;
        width: 40%;
        font-family: Oswald, sans-serif;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_mas {
        color: #fff;
        float: right;
        width: 4.5rem;
        background-color: #0cd9d9;
        padding: 0.3rem 0 0.2rem 0;
        font-family: Oswald, sans-serif;
        font-weight: 400;
        font-size: 0.8rem;
        line-height: 1.1rem;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_mas.es::before { 
        content: "LEER";
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_mas.en::before { 
        content: "READ";
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_mas.verde {
        background-color: #95d973;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_mas span {
        height: 1rem;
        width: 1rem;
        background-image: url('../images/contenido/ico/leer.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 200%;
        display: block;
        float: left;
        margin: 0.03rem 0.5rem 0;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_project {
	width: 7.5rem;
	background-color: #7E7E7E;
	color: #fff;
	margin-top: 1.2rem;
	clear: both;
	float: right;
	font-size: 1.05rem;
	padding: 0.3rem 0 0.2rem;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_project span {
        height: 1rem;
        width: 1rem;
        background-image: url('../images/contenido/ico/project.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: block;
        float: left;
        margin: 0 0.5rem 0.05rem;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_project.verde {
        background-color: #005d0a;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_mas:hover,
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_project:hover,
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .activo_leer {
        background-color: #000 !important;
        cursor: pointer;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .activo_leer span {
        background-position: 0 100%;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share {
        margin-top: 1.2rem; 
        color: #808184;
        clear: both;
        float: right;   
        font-size: 0.9rem;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share span {
        height: 1rem;
        width: 1rem;
        background-repeat: no-repeat;
        background-size: 100% 200%;
        background-position: 0 0;
        margin-left: 0.5rem;
        -webkit-transition: all 0.15s linear 0s;
        -o-transition: all 0.15s linear 0s;
        transition: all 0.15s linear 0s;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .share {
        background-image: url('../images/contenido/ico/share.png');
        float: right;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .palabra {
        height: auto;
        width: auto;
        background: transparent;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 0.7rem;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .rss {  
        background-image: url('../images/contenido/ico/rss.png');
        float: left;
        display: none;
        margin: 0;  
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .twitter {
        background-image: url('../images/footer/ico/twitter.png');
        background-size: 100% 300%;
        background-position: 0 100%;
        float: left;
        display: none;
        margin: 0 1rem;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .facebook { 
        background-image: url('../images/footer/ico/facebook.png');
        background-size: 100% 300%;
        background-position: 0 100%;
        float: left;
        display: none;
        margin: 0 1.2rem 0 0;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .link { 
        background-image: url('../images/contenido/ico/compartir.png');
        background-size: 100% 200%;
        background-position: 0 100%;
        float: left;
        display: none;
        margin: 0 1.2rem 0 0;
    }    
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .share:hover,
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .rss:hover,
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .activo_share {
        background-position: 0 100%;
        cursor: pointer;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .twitter:hover,
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .facebook:hover {
        background-position: 0 50%;
        cursor: pointer;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .link:hover,
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .link.activo {
        background-position: 0 0;
        cursor: pointer;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .link_url {
        position: fixed;
        z-index: 5;
        width: 500px;
        height: 160px;
        display: none;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.4);
        box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.4);
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .link_url img {
        width: 20px;
        height: auto;
        right: 1rem;
        top: 1rem;
        position: absolute;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .link_url h3 {
        font-family: Oswald, sans-serif;
        font-size: 1.5rem;
        color: #000;
        padding: 2rem 0 0.5rem 2rem;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .link_url p {
        font-family: Oswald, sans-serif;
        font-size: 0.8rem;
        color: #808184;
        padding: 0 0 1.5rem 2rem;
    }
    .noticias_noticias .noticias_mosaico .th_noticia .noticia_datos .noticia_botones .noticia_share .link_url input[type="text"] {
        padding: 0.4rem 0.5rem;
        margin: 0 0 0 2rem;
        background: transparent;
        border: 1px solid #ddd;
        width: 80%;
    }
    .noticias_noticias .noticias_mosaico .noticias_all {
        font-family: Oswald, sans-serif;
        font-size: 1rem;
        text-align: center;
        margin: 1rem 0;
        color: #808184;
        cursor: pointer;
    }
    .noticias_noticias .noticias_mosaico .noticias_todas {
        display: none;
        /* padding-top: 1.5rem; */
    }

/* TAXONOMY AWARDS */
    .content_premios .premios_premios .th_premio {
        padding-bottom: 3.5rem;
        font-family: Oswald, sans-serif;
        text-align: center;
    }
    .content_premios .premios_premios .th_premio h3 {
        padding: 1rem 1rem 0;
        font-size: 0.8rem;
    }
    .content_premios .premios_premios .th_premio .awards {
        display: none;
        overflow: hidden;
        position: relative;
        z-index: 1;
    }
    .content_premios .premios_premios .th_premio .awards ul {
        padding: 1rem 0;
        background-color: rgba( 255, 255, 255, 0.9 );
    }
    .content_premios .premios_premios .th_premio .awards li {        
        color:#848a8c;
        font-size: 0.7rem;
        font-style: italic;
        padding: 0.5rem 2rem 0.3rem;
    }
    .content_premios .premios_premios .th_premio .awards p,
    .content_premios .premios_premios .th_premio h3 span {
        display: none;        
    }
    .content_premios .premios_premios .th_premio .awards .sombra {
        background-color: transparent !important;
        background-image: url( '../images/contenido/sombra-premio.png' );
        background-position: 0 -14px;
        background-repeat: repeat-x;
        height: 10px;
    }
    .content_premios .premios_premios .th_premio:hover img {
        cursor: pointer;
    }
    .content_premios .premios_premios .th_premio .responsive {
        display: none;
    }
    .content_premios .premios_premios .th_premio .desktop {
        display: block;
    }

/* TAXONOMY PUBLICATIONS */
    .content_publicaciones .publicaciones_mosaico .th_publicacion {
        padding-bottom: 1rem;
    }
    .content_publicaciones .publicaciones_mosaico .th_publicacion.activo .leer a,
    .content_publicaciones .publicaciones_mosaico .th_publicacion.activo .leer span {
        background-color: rgba( 255, 255, 255, 0.7 );
        background-repeat: no-repeat;
        background-position: 50%;
        height: 224px;
        width: 160px;
        position: absolute;
        left: 0rem;
        top: 0rem;
        cursor: pointer;
    }
    .content_publicaciones .publicaciones_mosaico .th_publicacion.activo .leer.issuu a,
    .content_publicaciones .publicaciones_mosaico .th_publicacion.activo .leer.issuu span {
        background-image: url('../images/contenido/descarga_gris.png');
    }
    .content_publicaciones .publicaciones_mosaico .th_publicacion.activo .leer.link a,
    .content_publicaciones .publicaciones_mosaico .th_publicacion.activo .leer.link span {
        background-image: url('../images/contenido/ver_gris.png');
    }
    .content_publicaciones .publicaciones_mosaico img:hover {
        cursor: pointer;
    }
    .content_publicaciones .publicaciones_mosaico h3 {
        color: #000;
        margin: 1rem 0 0.3rem;
        font-family: Oswald, sans-serif;
    }
    .content_publicaciones .publicaciones_mosaico h3 a {
        color: #000;
    }
    .content_publicaciones .publicaciones_mosaico p {
        color: #848a8c;
        font-size: 0.8rem;
        font-family: Oswald, sans-serif;
    }
    .content_publicaciones .publicaciones_mosaico p a {
        color: #848a8c;
    }    

/* INFO - COLUMNA DERECHA */
    .columna_info {
        float: left;
        width: 10rem;
        padding-left: 3rem;
        padding-top: 3.95rem;
    }
    .columna_info.info_fixed {
        position: fixed;
        right: 2.5rem;
        width: 10rem;
		top: 0.1rem;
    }
    .columna_info h3.conlogo {
        /* margin-left: 3rem; */
        padding: 0 0 1rem;
    }
    .columna_info h3.sinlogo {
        margin: 0.5rem 0 0 0;
    }
    .columna_info h3 img {
        height: auto;
        width: 8rem;
    }
    .columna_info .info_direccion,
    .columna_info .info_work,
    .columna_info .info_descripcion,
    .columna_info .info_news {
        /* margin-left: 3rem; */
        padding: 1rem 0;
        border-bottom: 1px solid #c0c0c0;
    }
    .columna_info .info_direccion h3,
    .columna_info .info_work h3 a,
    .columna_info .info_descripcion h3,
    .columna_info .info_news h3 {
        color: #808184;
    }
    .columna_info .info_work h3 a:hover,
    .columna_info .info_news h3 a:hover,
    .columna_info .info_news h3.activo {
        color: #000;
        cursor: pointer;
    }
    .columna_info .info_direccion h3 {
        font-family: Oswald, sans-serif;
        font-size: 0.8rem;
        padding-bottom: 0.5rem;
    }
    .columna_info .info_work h3 {
        font-family: Oswald, sans-serif;
        font-size: 0.7rem;
    }
    .columna_info .info_descripcion h3 #masinfoh3 {
        cursor: pointer;
        color: #000;
    }
    .columna_info .info_descripcion h3,
    .columna_info .info_news h3 {
        font-family: Oswald, sans-serif;
        font-size: 1rem;
    }
    .columna_info .info_news h3 a {
        color: #808184;
    }
    .columna_info .info_direccion p,
    .columna_info .info_descripcion p,
    .columna_info .info_news p {
	color: #808184;
	line-height: 1.4;
	font-size: 0.7rem;
	font-family: Oswald, sans-serif;
    }
    .columna_info .info_descripcion p,
    .columna_info .info_news p {
        padding-top: 0.8rem;
    }
    .columna_info .info_news p a {
        color: #808184;
    }
    .columna_info .info_news p a:hover {
        color: #000;
    }
    .columna_info .info_direccion p img {
        margin: 0.5rem 0 1rem;
        border-radius: 80px 0px 80px 0px;
    }
    /* NOTICIAS IDOM */
        .columna_info .noticias_news_blogs {
            margin: 0 0 0 0;
            padding: 0 0 1rem;  
            border-bottom: 1px solid #c0c0c0;
        }
        .columna_info.single_noticia .noticias_news_blogs {
            margin: 5.3rem 0 0 0;
            padding: 0 0 1rem;  
            border-bottom: 1px solid #c0c0c0;
        }
        .columna_info .noticias_news_blogs h3 {
            color: #fff;
            background-color: #0cd9d9;
            cursor: default !important;
            font-family: Oswald, sans-serif;
            font-size: 0.75rem;
            margin: 0.2rem 0 1rem;
            padding: 0.25rem 0.1rem 0.1rem 0.1rem;
        }
        .columna_info .noticias_news_blogs p {
            color: #808184;
            font-family: Oswald, sans-serif;
            font-size: 0.75rem;
            margin: 0.2rem 0;
            padding: 0.15rem 0.1rem 0.1rem 0.1rem;
        }
        .columna_info .noticias_news_blogs p a {
            color: #808184;
        }
        .columna_info .noticias_news_blogs p:hover {
            cursor: pointer;
        }
        .columna_info .noticias_news_blogs p:hover a {
            color: #000;
        }
    /* PUBLICACIONES */
        .publications {
            margin-left: 0;
            padding: 1rem 0;
        }
        .publications h3 {
            color: #808184;
            padding-bottom: 1rem;
            border-bottom: 1px solid #c0c0c0;
            font-family: Oswald, sans-serif;
            font-size: 1rem;
        }
        .publications h3 a {
            color: #808184;
        }
        .publications h3:hover,
        .publications h3.activo,
        .publications h3 a:hover {
            color: #000;
            cursor: pointer;
        }
        .flechas_publi {
            position: absolute;
            height: 19rem;
            width: 10rem
        }
        .publications_publi .flecha_left,
        .publications_publi .flecha_right {
            display: none;
            width: 2rem;
            height: 224px;
            position: absolute;
            z-index: 9999;
            background-size: 65% 22%;
            background-repeat: no-repeat;
            background-position: 0.5rem center;
            background-color: rgba( 22, 22, 22, 0.5 );
            margin: 0.5rem 0 0 0.9rem;
            cursor: pointer;
        }
        .publications_publi .flecha_left {
            background-image: url('../images/fl_izq.png');
            left: 0.35rem
        }
        .publications_publi .flecha_right {
            background-image: url('../images/fl_der.png');
            right: 1.1rem;
        }
        .publications_publi .flecha_up,
        .publications_publi .flecha_down {
            width: 100%;
            height: 1.5rem;
            position: absolute;
            z-index: 9999;
            background-size: 30% 80%;
            background-repeat: no-repeat;
            background-position: 3.5rem center;
            background-color: rgba( 22, 22, 22, 0.5 );
            margin-left: 0.9rem;
            cursor: pointer;
        }
        .publications_publi .flecha_up {
            background-image: url('../images/fl_up.png');
        }
        .publications_publi .flecha_down {
            bottom: -15rem;
            background-image: url('../images/fl_down.png');
        }
        .publications_publi {
            display: none;
            padding: 1rem 0;
        }
        .publications .publicaciones {
            padding-top: 0.5rem;
        }
        .publications .publicaciones .con_publicaciones {
            font-family: Oswald, sans-serif;
            font-size: 0.6rem;
            cursor: pointer;
        }
        .publications .publicaciones img {
            margin: 0 auto;
        }
        .publications .publicaciones .tit_publi {
            text-align: center;
            margin: 0.5rem 0 0;
            color: #808184;
            height: 2rem;
        }
        .publications .publicaciones button {
            display: none !important;
        }
    /* FILTROS */
        .p_filtro {
            padding: 1.5rem 0 1rem;
            margin-left: 0;
	        font-size: 0.7rem;
            font-family: Oswald, sans-serif;
			
			font-weight:bold
            border-bottom: 1px solid #c0c0c0;
        }
        .select .placeholder {
            display: none;
        }
        .p_filtro h3 {
            font-size: 0.8rem;
            padding-bottom: 0.5rem;
            color: #808184;
        }
        .p_filtro li {
            padding: 0.15rem 0;
            color: #b6b7ba;
        }
        .p_filtro a {
            color: #b6b7ba;
            -webkit-transition: all 0.1s linear 0.1s;
             -o-transition: all 0.1s linear 0.1s;
              transition: all 0.1s linear 0.1s;
        }
        .p_filtro a:hover,
        .p_filtro .selected {
	color: #000;
	cursor: pointer;
	font-family: Oswald;
	font-weight: bold;
        }
        .content_noticias .p_filtro li {
            color: #808184;
            font-family: Oswald, sans-serif;
            font-size: 0.75rem;
        }
        .content_noticias .p_filtro .noticias_categorias_activo,
        .content_noticias .p_filtro li:hover {
            color: #000;
            cursor: pointer;
        }

/* UBICACION */
    .content_ubicacion .ubicacion_mapa_proyecto {
        float: left;
        width: 80%;
        height: auto;
        padding-top: 2rem;
    }
    .content_ubicacion #ubicacion_mapa {
        height: 575px;
        width: 100%;
        margin-bottom: 10px;
    }
    .content_ubicacion #ubicacion_mapa .ol-attribution,
    .content_ubicacion #ubicacion_mapa .ol-zoom {
        display: none;
    }
    .content_ubicacion #ubicacion_mapa .ol-rotate {
        top: 3rem;
    }
    .content_ubicacion .iconos_mapa {
        position: relative;
        z-index: 1;
    }
    .content_ubicacion .iconos_mapa .btn_mapa,
    .content_ubicacion .iconos_mapa .zoom_out,
    .content_ubicacion .iconos_mapa .zoom_in {
        background-repeat: no-repeat;
        background-size: 100% 200%;
        background-position: 100% 100%;
        float: left;
        height: 16px;
        width: 16px;
        -webkit-transition:  all 0.2s linear 0s;
        -o-transition:  all 0.2s linear 0s;
        transition:  all 0.2s linear 0s;
        cursor: pointer;
        margin: 3px 0 0;
    }
    .content_ubicacion .iconos_mapa .btn_mapa {
        background-image: url('../images/locations/ico/icono_mundo.png');
        background-size: 100% 100%;
    }
    .content_ubicacion .iconos_mapa .zoom_out {
        background-image: url('../images/locations/ico/icono_mapa_menos.png');
        margin: 3px 0.4rem 0;
    }
    .content_ubicacion .iconos_mapa .zoom_in {
        background-image: url('../images/locations/ico/icono_mapa_mas.png');
    }
    .content_ubicacion .iconos_mapa .zoom_out:hover,
    .content_ubicacion .iconos_mapa .zoom_in:hover {
        background-position: 0 0;
    }
    .content_ubicacion .ubicacion_menu {
        float: left;
        padding-left: 3rem;
    }
    .content_ubicacion .ubicacion_menu h2 {
        font-size: 1.2em;
        padding-bottom: 0.3rem;    
        background-repeat: no-repeat;
        padding: 0 0 0 1.5rem;    
        width: 11rem;
        font-weight: 300;
        display: inline-block;
    }
    .content_ubicacion .ubicacion_menu .ubicacion_menu_oficinas {  
        background-image: url('../images/locations/ico/icono_map_todo.png');
        background-position: 2.5px 6px;
        background-size: 4% 150%;
    }
    .content_ubicacion .ubicacion_menu .ubicacion_menu_proyectos {
        background-image: url('../images/locations/ico/icono_proyectos_todo.png');
        background-position: 6px 7px;
        background-size: 4% 130%;
    }
    .content_ubicacion .ubicacion_menu .ubicacion_menu_oficinas:hover,
    .content_ubicacion .ubicacion_menu .ubicacion_menu_oficinas.ubicacion_menu_activo {
        color: #0ad8d8;
        cursor: pointer;
        background-position: 2.5px -12px;
    }
    .content_ubicacion .ubicacion_menu .ubicacion_menu_proyectos:hover,
    .content_ubicacion .ubicacion_menu .ubicacion_menu_proyectos.ubicacion_menu_activo {
        color: #73d979;
        cursor: pointer;    
        background-position: 6px -9px;
    }
    /* POPUP OFICINA */
        #ubicacion_popup_oficina {
            background-color: #fff;
            color: #000;
            display:none; 
            width: 20rem;
            height: auto;
            overflow: hidden;
            border: 1px solid rgb( 204, 204, 204 );
            margin-left: 4rem;
            margin-top: -8rem;
            text-align:justify;
            padding:0.5rem 1rem;
            font-weight: bold;
            cursor: default;
        }
        #ubicacion_popup_oficina .ol-popup-closer {
            background-image: url('../images/locations/ico/icono_cerrar_popup.png');
            background-size: 100% 100%;
            height: 15px;
            width: 15px;
            color: #000;
            cursor: pointer;
            position: absolute;
            right: 8px;
            text-decoration: none;
        }
        #ubicacion_popup_oficina_content {
            padding: 1rem 0;
            color: #0ad8d8;
            font-family: Oswald, sans-serif;
            font-weight: 300;
        }
        #ubicacion_popup_oficina_content .ubicacion_map {
            display: none;
        }
        #ubicacion_popup_oficina_content li {
            font-family: 'franklinBook';
            font-size: 0.8rem;
            color: #808184;
            padding: 0.2rem 0 !important;
            height: auto !important;
            opacity: 1 !important;
        }
        #ubicacion_popup_oficina_content li:nth-child(1) {
            padding-top: 0.5rem !important;
        }
        #ubicacion_popup_oficina_content li span {
            color: #0ad8d8;
        }
        #ubicacion_popup_oficina_content li a {
            color: #0ad8d8;
            cursor: pointer;
        }
        #ubicacion_popup_oficina_content li img {
            width: 100%;
            padding-top: 0.5rem;
            cursor: pointer;
        }
        #ubicacion_popup_oficina_content .ubicacion_coordenadas {
            display: none !important;
        }
    .content_ubicacion .ubicacion_contenido {
        font-family: 'bebasneue2';
        color: #808184;
        padding-top: 2rem;
    }
    .content_ubicacion .ubicacion_contenido .ubicacion_proyecto {
        display: none;
    }
    .content_ubicacion .ubicacion_contenido .ubicacion_proyecto .ubicacion_proyecto_img {
        height: 100%;
        width: 14.8rem;
        float: left;
        display: block;
    }
    .content_ubicacion .ubicacion_contenido .ubicacion_proyecto .ubicacion_proyecto_img img {
        width: 100%;
        height: 100%;
    }
    .content_ubicacion .ubicacion_contenido .ubicacion_proyecto .ubicacion_proyecto_datos {
        height: 100%;
        width: 60%;
        float: left;
        padding-left: 4%;
        color: #808184;
    }
    .content_ubicacion .ubicacion_contenido .ubicacion_proyecto .ubicacion_proyecto_datos h2 {
        padding: 0 0 0.5rem 0.2rem;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 1.4rem;
    }
    .content_ubicacion .ubicacion_contenido .ubicacion_proyecto .ubicacion_proyecto_datos p {
        font-size: 0.8rem;
        font-family: 'franklinBook';
        line-height: 1.3;
        padding-left: 0.2rem;
    }
    .content_ubicacion .ubicacion_contenido .ubicacion_proyecto .ubicacion_proyecto_datos p span {
        color: #555555;
        font-size: 0.8rem;
        text-transform: uppercase;
    }
    .content_ubicacion .ubicacion_contenido .ubicacion_proyecto .ubicacion_proyecto_datos .ubicacion_proyecto_datos_go {
        margin-top: 0.6rem;
        padding-right: 0.2rem;
        line-height: normal;
        display: inline-block;
    }
    .content_ubicacion .ubicacion_contenido .ubicacion_proyecto .ubicacion_proyecto_datos .ubicacion_proyecto_datos_go a {
        color: #73d979;
        font-family: 'Oswald', sans-serif;
        font-weight: 300;
        text-transform: uppercase;
        font-size: 1.1rem;
    }
    .content_ubicacion .ubicacion_contenido .ubicacion_proyecto .ubicacion_proyecto_datos .ubicacion_proyecto_datos_go:hover {
        background-color: #73d979;
    }
    .content_ubicacion .ubicacion_contenido .ubicacion_proyecto .ubicacion_proyecto_datos .ubicacion_proyecto_datos_go:hover a {
        color: #fff;
    }    
    .content_ubicacion .ubicacion_contenido .ubicacion_mosaico_proyecto {
        display: none;
    }
    .content_ubicacion #ubicacion_oficina {
        float: left;
        padding: 6rem 0 0 4%;
        width: 16%;
    }
    .content_ubicacion #ubicacion_oficina .ubicacion_continentes {
        font-family: 'franklinBook';
        font-size: 0.8rem;
        color: #fff;
        background-color: #0ad8d8;
        display: inline-block;
        padding: 0.0625rem 1rem 0 0.2rem;
        margin: 0.5rem 0 0.3rem;
        text-transform: uppercase;
    }
    .content_ubicacion #ubicacion_oficina .ubicacion_paises {
        font-family: 'franklinBook';
        font-size: 0.8rem;
        color: #808184;
        padding: 0.1rem 0 0.1rem 0.2rem;
    }
    .content_ubicacion #ubicacion_oficina .ubicacion_ciudades,
    .content_ubicacion #ubicacion_oficina .ubicacion_espacio {
        font-family: 'franklinBook';
        font-size: 0.8rem;
        color: #808184;
        padding: 0.1rem 0 0.1rem 0.5rem;
        display: none;
    }
    .content_ubicacion #ubicacion_oficina .ubicacion_mostrar {
        display: block;
        padding: 0.1rem 0 0.1rem 0.2rem;
    }
    .content_ubicacion #ubicacion_oficina .ubicacion_paises:hover,
    .content_ubicacion #ubicacion_oficina .ubicacion_ciudades:hover,
    .content_ubicacion #ubicacion_oficina .ubicacion_mapa_activo {
        cursor: pointer;
        color: #0ad8d8;
    }
    .content_ubicacion #ubicacion_oficina .ubicacion_activo {
        color: #0ad8d8 !important;
    }
    .content_ubicacion #ubicacion_oficina .ubicacion_ciudades ul li {
        display: none;
        padding-top: 0.1rem;
    }
    .content_ubicacion #ubicacion_oficina .ubicacion_ciudades ul li:nth-child(1) {
        padding-top: 0.2rem;
    }
    .content_ubicacion #ubicacion_oficina .ubicacion_ciudades ul li.ubicacion_web,
    .content_ubicacion #ubicacion_oficina .ubicacion_ciudades ul li.ubicacion_email {
        margin-bottom: 0.7rem;
    }
    .content_ubicacion #ubicacion_oficina .ubicacion_ciudades:hover ul li,
    .content_ubicacion #ubicacion_oficina .ubicacion_ciudades.ubicacion_mapa_activo ul li {
        color: #808184;
        cursor: default;
    }
    .content_ubicacion #ubicacion_oficina .ubicacion_ciudades ul li span {
        color: #0ad8d8;
    }
    .content_ubicacion #ubicacion_oficina .ubicacion_ciudades ul li a {
        color: #0ad8d8;
        cursor: pointer;
    }
    .content_ubicacion #ubicacion_oficina .ubicacion_ciudades .ubicacion_map {
        display: none;
    }
    .content_ubicacion #ubicacion_oficina .ubicacion_ciudades .ubicacion_coordenadas,
    .content_ubicacion #ubicacion_oficina .ubicacion_ciudades .ubicacion_visita_google,
    .content_ubicacion #ubicacion_oficina .ubicacion_ciudades .ubicacion_punto_pais {
        display: none !important;
    }

/* PEOPLE */
    .content_personas .personas_general {
	width: 85%;
	margin: 0 auto;
	padding-top: 12rem;
    }
    .content_personas .personas_general h1,
    .content_personas .personas_general h2 {
        font-size: 3rem;
        padding-bottom: 1rem;
    }
    .content_personas .personas_general h1 {
        font-size: 2.5rem;
    }
    .content_personas .personas_general h2 {
        font-size: 2rem;
    }

/* QUIENES SOMOS */
    .content_quienes_somos .quienes_somos_fondo span {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        color: transparent;
        background-size: cover;
        background-position: 50% 50%;
        background-repeat: none;
    }
    .content_quienes_somos .quienes_somos_fondo_subpagina span {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        color: transparent;
        background-size: cover;
        background-position: 50% 50%;

        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        -o-filter: blur(10px);
        -ms-filter: blur(10px);
        filter: blur(10px);
    }
    .content_quienes_somos .quienes_somos_paginas {
        position: relative;
        z-index: 1;
        width: 85%;
    }
    .content_quienes_somos .quienes_somos_paginas .quienes_somos_menu_subpaginas {
        width: 80%;
        height: 3rem;
        margin: 4.4rem auto 0;
    }
    .content_quienes_somos .quienes_somos_paginas .quienes_somos_menu_subpaginas nav {
        border-top: 1px solid #fff;
        padding-top: 0.5rem;
    }
    .content_quienes_somos .quienes_somos_paginas .quienes_somos_menu_subpaginas ul li {
        float: left;
        width: 33.3%;
    }
    .content_quienes_somos .quienes_somos_paginas .quienes_somos_menu_subpaginas ul li:nth-child(2) {
        text-align: center;
    }
    .content_quienes_somos .quienes_somos_paginas .quienes_somos_menu_subpaginas ul li:nth-child(3) {
        text-align: right;
    }
    .content_quienes_somos .quienes_somos_paginas .quienes_somos_menu_subpaginas ul li a {
        color: #fff;
        background-image: url('../images/contenido/fx/quienes_somos_submenu.jpg');
        background-repeat: no-repeat;
        background-position: -100px 0;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-size: 1.3rem;
    }
    .content_quienes_somos .quienes_somos_paginas .quienes_somos_menu_subpaginas ul li a:hover,
    .content_quienes_somos .quienes_somos_paginas .quienes_somos_menu_subpaginas ul li.current a {
        background-position: 0 33px;
        cursor: pointer;
        color: #fff;
        padding-bottom: 1rem;
    }
    .content_quienes_somos .quienes_somos_paginas .quienes_somos_menu_subpaginas ul .historia.current a,
    .content_quienes_somos .quienes_somos_paginas .quienes_somos_menu_subpaginas ul .history.current a,
    .content_quienes_somos .quienes_somos_paginas .quienes_somos_menu_subpaginas ul li:nth-child(1) a:hover {
        padding-right: 2rem;
    }
    .content_quienes_somos .quienes_somos_paginas .quienes_somos_cita {
        position: relative;
        color: #fff;
        width: 80%;
        cursor: default;
        margin: 27.5rem auto 0;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        line-height: 2rem;
        font-size: 1.8rem;
    }
    .content_quienes_somos .quienes_somos_paginas .quienes_somos_cita p {
        position: relative;
        margin-top: 1rem;
        opacity: 0;
    }
    .content_quienes_somos .quienes_somos_paginas .quienes_somos_contenido {
        padding-top: 6rem;
        font-family: 'franklinBook';
        text-align: justify;
        line-height: 1.4;
        color: #fff;
        font-size: 0.9rem;
        margin: 0px auto;
        width: 80%;
        opacity: 0;
    }
    .content_quienes_somos .quienes_somos_paginas .quienes_somos_contenido h3 {
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-size: 1.3rem;
        font-weight: 300;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_publicaciones {
        position: absolute;
        right: 0rem;
        top: 5.5rem;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_publicaciones .cartelera_tab {
        float: left;
        background-image: url('../images/contenido/cartelera_verde.png');
        background-position: 0% 100%;
        background-size: 100% 200%;
        height: 39rem;
        width: 3rem;
        position: relative;
        z-index: 2;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_publicaciones .cartelera_tab h3 {
        top: 31rem;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_media {
        position: absolute;
        right: 0px;
        top: 5.5rem;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_media .cartelera_tab {
        float: left;
        background-image: url('../images/contenido/cartelera_azul.png');
        background-position: 0% 100%;
        height: 22rem;
        width: 3rem;
        position: relative;
        z-index: 2;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_media .cartelera_tab:hover,
    .content_quienes_somos .quienes_somos_cartelera .cartelera_media.c_abierto .cartelera_tab,
    .content_quienes_somos .quienes_somos_cartelera .cartelera_publicaciones .cartelera_tab:hover,
    .content_quienes_somos .quienes_somos_cartelera .cartelera_publicaciones.c_abierto .cartelera_tab {
        background-position: 0% 0%;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_media .cartelera_tab h3 {
        top: 13.5rem;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_tab h3 {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
         
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%;

        color: #fff;
        font-family: 'franklinMedium';
        font-size: 1.3rem;
        position: relative;
        left: 0.2rem;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_tab:hover {
        cursor: pointer;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_tab .cartelera_icono {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin: 1rem 0 0 0.5rem;
        opacity: 0.5;
        position: relative;
        z-index: 3;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_tab .flecha {
        background-image: url('../images/contenido/ico/abrir_cartelera.png');
        height: 30px;
        width: 15.75px;
        margin-left: 1rem;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_tab .cerrar {
        background-image: url('../images/contenido/ico/cerrar_cartelera.png');
        height: 30px;
        width: 30px;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico {
        background-color: #fff;
        height: 39rem;
        width: 0rem;
        float: left;
        position: relative;
        z-index: 1;
        -webkit-transition: all 1s linear 0s;
        -o-transition: all 1s linear 0s;
        transition: all 1s linear 0s ;
    }
    .content_quienes_somos .quienes_somos_cartelera .c_abierto .cartelera_mosaico_abierta {}
    .content_quienes_somos .quienes_somos_cartelera .cartelera_media .cartelera_mosaico,
    .content_quienes_somos .quienes_somos_cartelera .cartelera_publicaciones .cartelera_mosaico {
        overflow: hidden;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .th_video {
        padding: 2.5rem 0 2rem 3rem;
        display: inline-table;
        color: #000;
        width:342px;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .idom_videos {
        padding-left: 3rem;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .th_video .video_iframe {
        width: 342px;
        height: 192px;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .th_video iframe {
        width: 322px;
        height: 172px;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .th_video h3 {
        padding: 1rem 1rem 0 0.2rem;
        height: 2rem;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .th_video p {
        padding: 0.5rem 0 0 0.2rem;
        color: #808184;
        font-size: 0.7rem;
        text-align: justify;
        line-height: 1.3;
        font-family: 'franklinBook', sans-serif;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .idom_publicaciones {
        padding: 2rem 0 0 4rem;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .idom_publicaciones .fecha {
        border-bottom: 1px solid #b1b2b4;
        margin-bottom: 0.5rem;
        height: 20px;
        font-family: 'franklinBook';
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .idom_publicaciones .fecha img {
        position: relative;
        top: 11px;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .idom_publicaciones .fecha p {
        color: #b1b2b4;
        position: relative;
        top: -13px;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .th_publicaciones {
        float: left;
        width: 240px;
        padding-top: 1rem;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .th_publicacion {
        width: 157px;
        text-align: center;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .th_publicacion img {
        width: auto;
        height: 220px;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .th_publicacion img:hover {
        cursor: pointer;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .th_publicacion h3 {
        font-family: 'franklinBook';
        padding-top: 0.5rem;
        color: #000;
        width: 157px;
        font-size: 0.6rem;
        text-align: center;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .th_publicacion .boton {
        background-color: #b1b2b4;
        color: #fff;
        width: 80%;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        font-weight: 300;
        font-size: 0.8rem;
        padding: 0.3rem 0 0.3rem 0 ;
        margin: 0.3rem auto;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .th_publicacion .boton a {
        color: #fff;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .th_publicacion .boton span { 
        height: 0.9rem;
        width: 0.9rem;
        background-image: url('../images/contenido/ico/download.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        display: block;
        float: left;
        margin: 0rem 0.5rem 0;
    }
    .content_quienes_somos .quienes_somos_cartelera .cartelera_mosaico .th_publicacion .boton:hover {
        background-color:#1aab94;
        cursor: pointer;
        box-shadow: 5px 5px 7px #bbb;
        -webkit-box-shadow: 5px 5px 7px #bbb;
        -moz-box-shadow: 5px 5px 7px #bbb;
    }
    .content_quienes_somos .quienes_somos_paginas .descarga {
        background-image: url('../images/contenido/ico/download_pdf.png');
        background-position: 0% 100%;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        margin: 0.2rem 0 0 1rem;
    }
    .content_quienes_somos .quienes_somos_paginas .descarga:hover {
        background-position: 0% 0%;
    }
    .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
    .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
        left: -1rem;
    }
    .c_abierto .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
    .c_abierto .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
        left: 2rem;
    }
    .cartelera_publicaciones.c_abierto .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
    .cartelera_publicaciones.c_abierto .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
        left: 1rem;
    }
    .cartelera_media.c_abierto .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
    .cartelera_media.c_abierto .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
        left: 2rem;
    }

/* PARALLAX */
    .parallax {
	display: block;
	text-align: center;
	padding: 0 0;
	color: white;
	overflow: hidden
    }
    .cleft-wrapper {
        position: relative;
        z-index: 3;
        top: -4.25rem;
        left: 0;
        margin-bottom: -4.25rem;
        width: 100%;
        height: 1.25rem;
        overflow: hidden;
    }
    /* .template-personas .cleft-wrapper {
        top: -3.45rem;
    } */
    .cleft-left, .cleft-right {
        width: 50%;
        height: 1.25rem;
        background-color: #fff;
        position: absolute;
        top: 0;
    }
    .cleft-left {
        left: -1.5rem;
    }
    .cleft-right {
        right: -1.5rem;
    }
    .cleft-left:before, .cleft-right:before {
        content: ' ';
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
    }
    .cleft-left:before {
        right: -1.5rem;
        border-width: 1.25rem 0 0 1.5rem;
        border-color: transparent transparent transparent #fff;
    }
    .cleft-right:before {
        left: -1.5rem;
        border-width: 1.25rem 1.5rem 0 0;
        border-color: transparent #fff transparent transparent;
    }
    div.scroll {
	position: absolute;
	z-index: 4;
	bottom: 6rem;
	display: block;
	text-align: center;
	font-family: Oswald, sans-serif;
	font-size: 0.8rem;
	color: #fff;
	margin: 0 auto;
	width: 100%;
    }
    div.scroll p {
        background-image: url('../images/contenido/ico/download_pdf.png');
        background-position: 0% 100%;
        background-size: 100% 200%;
        background-repeat: no-repeat;
        height: 30px;
        width: 30px;
        margin: 0.5rem auto 0;
    }
    div.scroll:hover p {
	background-position: 0% 0%;
	cursor: pointer;
	font-family: Oswald, sans-serif;
    }
/* PARALLAX */


/* PAGINAS */
    .pagina_titulo {
        text-align: center;
        padding-top: 1.5rem;
        font-family: 'Oswald', sans-serif;
        font-size: 0.95rem;
        color: #808285;
    }
    .pagina_titulo:hover {
        cursor: pointer;
    }
    .pagina_linea_titulo {
        margin: 2rem auto;
        width: 1%;
        height: 1px;
        background-color: #a7a9ac;
    }
    .trabaja {
	padding-top: 1.5rem;
	text-align: center;
    }
    .trabaja p {
        width: 25rem;
        margin: 1rem auto 0;
        padding-top: 0;
        font-size: 1.1rem;
        color: #080808;
        line-height: 1.2;
        font-family: 'franklinBook';
    }
    .trabaja p a {
        color: #080808;
    }
    .trabaja p:nth-child(2) {
        font-weight: bold;
        padding: 0.8rem 0 0.5rem;
		margin-bottom: -2rem;
    }
    /* Caja Careers */
        .arrow_box {
            position: relative;
            background: #fff;
            border: 1px solid #7c7c7c;
        }
        .arrow_box:after, .arrow_box:before {
            top: -2%;
            left: 50%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }
        .arrow_box:after {
border-color: rgba(255, 255, 255, 0);
            border-top-color: #fff;
            border-width: 11px;
            margin-left: -11px;
        }
        .arrow_box:before {
            border-color: rgba(0, 0, 0, 0);
            border-top-color: #7c7c7c;
            border-width: 12px;
            margin-left: -12px;
        }
/* PAGINAS */


/* BUSQUEDA */
    .content_busqueda .busqueda_resultados {
        position: relative;
        width: 90%;
    }
    .content_busqueda .busqueda_resultados h1 {
        color: #fff;
        border-bottom: 1px solid #fff;
        font-family: Oswald, sans-serif;
        font-size: 1.3rem;
        font-weight: 300;
        padding: 5rem 0 0.3rem;
    }
    .content_busqueda .busqueda_resultados .busqueda_resultado {
        padding: 1.6rem 0;
        border-bottom: 1px solid #fff;
    }
    .content_busqueda .busqueda_resultados h2 {
        font-family: Oswald, sans-serif;
        color: #fff;
        padding-top: 2rem;
        font-size: 0.9rem;
        text-transform: uppercase;
    }
    .content_busqueda .busqueda_resultados .resultado_categoria {
        float: left;
        width: 30%;
        font-size: 1.2rem;
        font-family: Oswald, sans-serif;
        color: #fff;
    }
    .content_busqueda .busqueda_resultados .resultado_categoria h2 {
        padding-top: 0rem;
    }
    .content_busqueda .busqueda_resultados .resultado_entradas {
        float: left;
        width: 70%;
    }
    .content_busqueda .busqueda_resultados .resultado_entradas p {
        line-height: 1.4;
    }
    .content_busqueda .busqueda_resultados .resultado_entradas p.boton span {
        color: #fff;
        font-family: Oswald, sans-serif;
        text-transform: uppercase;
        font-size: 0.9rem;
        padding: 0 0.4rem;
    }
    .content_busqueda .busqueda_resultados .resultado_entradas p a {
        color: #fff;
        font-family: Oswald, sans-serif;
        text-transform: uppercase;
        font-size: 0.9rem;
        padding: 0 0.4rem;
    }
    .content_busqueda .busqueda_resultados .resultado_entradas p a:hover,
    .content_busqueda .busqueda_resultados .resultado_entradas p.boton span:hover {
        color: #000;
        background-color: #fff;
        cursor: pointer;
    }

/* SITEMAP */
    .content_sitemap .sitemap_columnas {
        width: 92%;
        position: relative;
    }
    .content_sitemap .sitemap_columnas h2 {
        font-size: 1.8rem;
        font-family: 'bebasneue2';
        color: #000;
        padding: 2.25rem 0px 0.3rem 0.5rem;
        border-bottom: 1px solid #808184;
        width: 100%;
    }
    .content_sitemap .sitemap_columnas .sitemap_fondo {
        background-repeat: no-repeat;
    }
    .content_sitemap .sitemap_columnas .sitemap_columna {
        width: 24%;
        display: inline-table;
        padding: 1.5rem 0;
    }
    .content_sitemap .sitemap_columnas .sitemap_columna h3 {
        padding-bottom: 0.5rem;
        margin-left: 0.5rem;
        color: #808184;
        font-family: 'bebasneue2';
        font-size: 1.3rem;
    }
    .content_sitemap .sitemap_columnas .sitemap_columna ul li {
        margin: 0.5rem 0 0 1rem;
        font-family: 'franklinBook';
    }
    .content_sitemap .sitemap_columnas .sitemap_columna h3 a,
    .content_sitemap .sitemap_columnas .sitemap_columna ul li a {
        color: #808184;
    }
    .content_sitemap .sitemap_columnas .sitemap_columna ul li a {
        text-transform: lowercase;
    }
    .content_sitemap .sitemap_columnas .sitemap_columna h3 a:hover,
    .content_sitemap .sitemap_columnas .sitemap_columna ul li a:hover {
        color: #000;
    }

/* FOOTER */
    footer {
        color: #808184;
        font-family: Oswald, sans-serif;';
        font-size: 0.8rem;
        padding: 2.5rem 0.2rem 2rem;
        /* margin-top: 5rem; */
        margin-top: 2rem;
        background-color: #262626;
        position: relative;
        z-index: 3;
		min-height: 4.4rem;
}
section {
    min-height: calc(100vh - 4.4rem);
}
		
		
    
    footer.fixed {
        position: absolute;
        /* bottom: -3rem; */
        width: 99.6%;
    }
    footer.fixed_about {
        position: absolute;
        bottom: -7rem;
        width: 99.6%;
    }
    footer.fixed_search {
        position: absolute;
        bottom: -1rem;
        width: 99.6%;
    }
    footer.home_dpto {
        margin-top: 0;
    }
    /* .template-quienes_somos footer {
        margin-top: 0;
    } */
    footer > div {
        margin: 0 auto;
        width: 85%;
    }
    footer .footer_page {
        float: left;
        width: 60%;
    }
    footer .footer_page .vistas {
        line-height: 1.5;
        text-transform: uppercase;
        padding-top: 0.1rem;
    }
    footer .footer_page .vistas ul {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    /* footer .footer_page .vistas ul li a {
        text-transform: capitalize;
    } */
    footer .footer_address {
        width: 10rem;
        float: right;
    }
    footer .footer_logo {
        width: 11rem;
        float: right;
        padding-left: 5rem;
    }
    footer .footer_logo img {
	width: 94px;
	height: auto;
	padding-bottom: 0.5rem;
    }
    footer .social_media {
        margin-top: 1rem;
    }
    footer .social_media li a {
        margin-right: 1rem;
        float: left;
        width: 1.5rem;
        height: 1.5rem;
        background-repeat: no-repeat;
        background-size: 100% 300%;
        -webkit-transition: all 0.15s linear 0s;
        -o-transition: all 0.15s linear 0s;
        transition: all 0.15s linear 0s;
    }
    footer .social_media .facebook {
        background-image: url('../images/footer/ico/facebook.png');
    }
    footer .social_media .twitter {
        background-image: url('../images/footer/ico/instagram.png');
    }
    footer .social_media .linkedin {
        background-image: url('../images/footer/ico/linkedin.png');
    }   
    footer .social_media .facebook:hover,
    footer .social_media .twitter:hover,
    footer .social_media .gplus:hover,
    footer .social_media .linkedin:hover {
        background-position: 0 50%;
        cursor: pointer;
    }
    footer .general_request {
	font-family: Tahoma, Geneva, sans-serif;
	padding-top: 0.1rem;
    }
    footer .general_request .general {
	font-weight: bold;
	font-family: Oswald, sans-serif;
	font-size: 75%;
    }
    footer .general_request div {
        margin-top: 0.1rem;
    }
    footer p {
	line-height: 1.4;
	color: #F2F2F2;
	font-family: Oswald, sans-serif;
	font-weight: bold;
	font-size: 71%;
    }
    footer a {
        color: #fff;
    }
    footer a:hover {
	color: #0cd9d9 !important;
	-webkit-transition: color 500ms ease;
	-moz-transition: color 500ms ease;
	-ms-transition: color 500ms ease;
	-o-transition: color 500ms ease;
	transition: color 500ms ease;
	font-family: Oswald, sans-serif;
    }
    footer .boton-top {
        position: fixed;
        bottom: 2rem;
        right: 0.5rem;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 50px;
        color: #fff;
        background-image: url('../images/footer/ico/topb.png');
        background-repeat: no-repeat;
        background-size: 100%;
        cursor: pointer;
        display: none;
    }
    footer .boton-top:hover {
        opacity: 0.5;
    }
    /* FORMULARIO CV */
        #fancyformulario {
            display: none;
            padding: 3rem 2rem 1rem;
            background-color: #fff;
        }
        .fancybox-type-inline .fancybox-close {
            background-image: url('../images/locations/ico/icono_cerrar_popup.png');
            top: 20px;
            right: 25px;
            width: 20px;
            height: 20px;
        }
        .wpcf7 {
            font-family: 'Oswald', sans-serif;
            font-weight: 300;
            font-size: 0.8rem;
            text-transform: uppercase;
        }
        .wpcf7 input {
            padding: 10px;
            margin-top: 5px;
            border-width: 2px;
            border-style: solid;
            border-color: #d6d6d6;
            font-family: 'Oswald', sans-serif ;
            font-weight: 300;
            font-size: 0.8rem;
            text-transform: uppercase;
            width: 40%;
            min-width: 300px;
        }
        .wpcf7 textarea {
            padding: 10px;
            margin-top: 5px;
            border-width: 2px;
            border-style: solid;
            border-color: #d6d6d6;
            font-family: 'Oswald', sans-serif ;
            font-weight: 300;
            font-size: 0.8rem;
            text-transform: uppercase;
            width: 40%;
            min-width: 300px;
        }
        .wpcf7 input[type="submit"] {
            border: 2px solid #d6d6d6;
            background-color: #d6d6d6;
            color: #ffffff;
            padding: 10px 30px 10px 30px;
            font-weight: 400;
            font-size: 1rem;
            width: 10rem ;
            min-width: 100px;
            cursor: pointer;
        }
        .wpcf7 input[type="submit"]:hover{
            border: 2px solid #d6d6d6;
            background-color: #ffffff;
            color: #d6d6d6;
            padding: 10px 30px 10px 30px;
            font-weight: 400;
            font-size: 1rem;
        }
        .fheading .uvc-main-heading h2 {
            text-align: left !important;
            color: #767676 !important;
            margin: 0 !important;
            padding-bottom: 1.5rem !important;
            font-size: 1.5rem !important;
        }
    /* FORMULARIO OFERTAS */
        #fancyofertas {
            display: none;
            padding: 3rem 2rem 1rem;
            background-color: #fff;
        }
        #fancyofertas h2 {
            text-align: left;
            color: #767676;
            margin: 0;
            padding-bottom: 1.5rem ;
            font-size: 1.5rem;
        }
        #fancyofertas p {
            padding-bottom: 0.5rem;
        }
        .wpcf7 input[type="checkbox"] {
            min-width: 10px;
            width: 10px;
            vertical-align: text-top;
        }

/* VISUAL COMPOSER */
    /* Enter Your Custom CSS Here */
        .stats-block .stats-number {
          font-family: 'Oswald', sans-serif!important;
          font-weight: 700!important;
          font-size: 6rem!important;
          line-height: 1.45rem!important;
          color: #ffffff!important;
        }
        .counter_suffix {
          font-family: 'Oswald', sans-serif!important;
          font-weight: 400!important;
          font-size: 3rem!important;
          color: #ffffff!important;
        }
        .uvc-main-heading h1 {
          font-family: 'Oswald', sans-serif!important;
          font-weight: 400!important;
          font-size: 2rem!important;
          text-transform: uppercase!important;
          text-align: center!important;
          margin-bottom: 1rem!important;
          color: #ffffff!important;
        }  
        .uvc-main-heading h2 {
          font-family: 'Oswald', sans-serif!important;
          font-weight: 400!important;
          font-size: 1.5rem!important;
          text-transform: uppercase!important;
          text-align: center!important;
          margin-top: 3rem!important;
          margin-bottom: 1rem!important;
          color: #ffffff!important;
        } 
        .uvc-sub-heading p.personas-texto, #content-container .uvc-sub-heading p.personas-texto {
          font-family: 'franklinBook', sans-serif!important;
          font-size: 0.9rem!important;
          text-align: center!important;
          line-height: 1.4rem!important;
          margin-top: 1rem!important;
          color: #ffffff!important;
        }  
        .texto-cifras strong {
          font-family: 'Oswald', sans-serif!important;
          text-transform: uppercase!important;
          color: #ffffff!important;
        }
        .texto-cifras {
          font-family: 'franklinBook', sans-serif!important;
          font-size: 0.95rem!important;
          text-align: center!important;
          line-height: 1.45rem!important;
          margin-top: 0.5rem!important;
          color: #ffffff!important;
        }
        .stats-block, .wpb_row .wpb_column .wpb_wrapper .stats-block {
          margin-bottom: 0px!important;
        }

/* ANIMACIONES */
    /* FONDO TAXONOMY PADRE */
        @-webkit-keyframes fondoTaxonomy { /* Chrome */
            0% {
                -webkit-transform: scale(1.1);
                -webkit-animation-timing-function: ease-in;
            }
            50% {
                -webkit-transform: scale(1.05);
                -webkit-animation-timing-function: ease-out;
            }
            100% {
                -webkit-transform: scale(1);
            }
        }
        @-moz-keyframes fondoTaxonomy { 
            0% {
                -moz-transform: scale(1.1);
                -moz-animation-timing-function: ease-in;
            }
            50% {
                -moz-transform: scale(1.05);
                -moz-animation-timing-function: ease-out;
            }
            100% {
                -moz-transform: scale(1);
            }
        }
        @-o-keyframes fondoTaxonomy { 
            0% {
                -o-transform: scale(1.1);
                -o-animation-timing-function: ease-in;
            }
            50% {
                -o-transform: scale(1.05);
                -o-animation-timing-function: ease-out;
            }
            100% {
                -o-transform: scale(1);
            }
        }
        @-ms-keyframes fondoTaxonomy { 
            0% {
                -ms-transform: scale(1.1);
                -ms-animation-timing-function: ease-in;
            }
            50% {
                -ms-transform: scale(1.05);
                -ms-animation-timing-function: ease-out;
            }
            100% {
                -ms-transform: scale(1);
            }
        }
        @keyframes fondoTaxonomy { /* Firefox */
            0% {
                transform: scale(1.1);
                animation-timing-function: ease-in;
            }
            50% {
                transform: scale(1.05);
                animation-timing-function: ease-out;
            }
            100% {
                transform: scale(1);
            }
        }

        .proyectos_proyectos .proyecto_datos .proyecto_botones p:hover {
}
