<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Proinged
Theme URI: http://www.proyectar.com.ar
Description: Tema wordpress para Proinged 
Author: Proyectar
Author URI: http://www.proyectar.com.ar
Version: 999999999
*/

* {margin:0; padding:0; outline:0; -webkit-font-smoothing: antialiased;	-moz-osx-font-smoothing: grayscale;}
a {text-decoration:none;}
a img {border:0;}
html {
    overflow-x:hidden;
}
body {
    font-family: 'Barlow Condensed', sans-serif;
    font-size:16px;
    color:#6b6b6b;
}
h1, h2 {
    font-family: 'Barlow', sans-serif;
    font-weight: 900;
    font-style:italic;
}
.marcas a.gba img {
    height: 80px;
    margin-top: -20px;
}
/* Generales */
#wrapper {
    overflow: hidden;
}
.post-edit-link {
    position:fixed;
    bottom:5px;
    right:5px;
    background:#fff;
    padding:10px 20px;
    font-size:15px;
    text-transform: uppercase;
    font-weight: 900;
    border:1px solid rgb(91,135,218);
    z-index: 9999;
    font-family: 'Barlow', sans-serif;
    color:rgb(91,135,218);
    transition:box-shadow ease 300ms;
}
.post-edit-link:hover {
    box-shadow:0 0 0 2px inset rgb(91,135,218);
}
.clearfix:after {
    content:'';
    display: block;
    clear:both;
}
.dotted {
    position:relative;
    margin-top:50px;
    overflow:hidden;
}
.dotted:before {
    content: '';
    position: absolute;
    width: 98%;
    height: 98%;
    background-image: radial-gradient(rgba(91,135,218,0.90) 3%, transparent 3%);
    background-position: -25px 0;
    background-size: 118px 74px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.content {
    max-width:1280px;
    margin:auto;
    width:90%;
}
.table {
    width:100%;
    height:100%;
    display: table;
}
.tr {
    display:table-row;
}
.td {
    display:table-cell;
    vertical-align: middle;
}
.btn-naranja {
    color: rgb(243,165,70);
    border: 2px solid rgb(243,165,70);
    border-radius: 3px;
    font-size: 21px;
    font-style: italic;
    font-weight: 900;
    display: inline-block;
    padding: 8px 15px 10px;
    line-height: 21px;
    text-transform: uppercase;
    cursor:pointer;
    transition:box-shadow ease 300ms;
    background:#fff;
}
.btn-naranja:hover {
    box-shadow:0 0 0 0.05em rgb(243,165,70) inset;
}

/* Header */
#header {
    position:fixed;
    top:0;
    left:0;
    width:100%;   
    padding:40px 0;
    z-index:999;
    transition:padding ease 300ms;
}
body.scrolled #header,
body.single #header,
body.page #header,
body.error404 #header {
    padding:15px 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5b87da+36,5b63da+73,5bd3da+100 */
    background: rgb(91,135,218); /* Old browsers */
    background: -moz-linear-gradient(45deg,  rgba(91,135,218,1) 36%, rgba(91,99,218,1) 73%, rgba(91,211,218,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  rgba(91,135,218,1) 36%,rgba(91,99,218,1) 73%,rgba(91,211,218,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  rgba(91,135,218,1) 36%,rgba(91,99,218,1) 73%,rgba(91,211,218,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b87da', endColorstr='#5bd3da',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    box-shadow:0 0 15px rgba(0,0,0,0.25);
}
body.single #header {
    box-shadow: none;
}
body.scrolled #header.sinfondo,
body.single #header.sinfondo,
body.page #header.sinfondo,
body.error404 #header.sinfondo {
    background:transparent;
    box-shadow: none;    
}
#header.navAbierto {
    padding: 15px 0;
}
#header.navAbierto .logo img {
    height:50px;
}
#header.navAbierto {
    position: absolute;
}
body.scrolled #header.navAbierto .nav-toggle,
body.page #header.navAbierto .nav-toggle,
body.error404 #header.navAbierto .nav-toggle,
#header.navAbierto .nav-toggle {
    top:5px;
}
#header .content {
    height:100%;
    position: relative;
}
.logo {
    display:block;
    height:100%;
    float:left;
}
.logo img {
    height:40px;
    width:auto;
}

/* Menu */
#nav {
    position: absolute;
    display: none;
    left: 0;
    width: 100%;
    background: url(imgs/nav.png) no-repeat center rgb(91,135,218);
    background-size:cover;
    z-index: 888;
    height: auto;
    box-shadow:0 0 15px rgba(0,0,0,0.25);
    overflow:hidden;
    padding:85px 0 50px;
}
#nav:after {
    content:'';
    background:url(imgs/waves.svg) no-repeat right center;
    width:100%;
    position: absolute;
    bottom:0;
    right:0;
    height:180px;
    background-size:cover;
    opacity: 0.5;
}
#nav .content {
    position:relative;
    height:100%;
    max-height:450px;
}
#nav .contactos {
    position: relative;
    margin-left: 5px;
    color: #fff;
    font-size: 18px;
    z-index: 100;
}
#nav .contactos h4 {
    font-weight: 700;
    font-size:21px;
    letter-spacing: 0.03em;
    padding:0 0 12px 0;
    margin-bottom:15px;
    position: relative;
    color:#fff;
    font-family: 'Barlow', sans-serif;
}
#nav .contactos h4:after {
    content:'';
    background:#fff;
    height:3px;
    width:21px;
    position: absolute;
    bottom:0; 
    left:0;
}
#nav .contactos div {
    clear:both;
    padding-bottom:10px;
}
#nav .contactos a,
#nav .contactos span {
    color:#fff;
    float:left;
}
#nav .contactos img {
    width: 21px;
    height: auto;
    float: left;
    margin: -2px 15px 0 0;
}
#nav .contactos .social {
    clear:both;
    overflow:hidden;
    width:100%;
}
#nav .contactos .social a {
    margin-right:14px;
}
#nav #menu {
    margin:0 5px 12%;
}
#nav ul li {
    position: relative;
}
#nav ul li:after {
    content: '';
    width: 2px;
    height: 33px;
    background: #fff;
    display: block;
    position: absolute;
    left: 5px;
    bottom: -17px;
}
#nav ul li:last-child:after {
    display: none;
}
#nav ul li a {
    color:#fff;
    text-transform: uppercase;
    font-size:21px;
    font-weight: 600;
    letter-spacing: 0.03em;
    padding:10px 0 10px 30px;
    display: block;
    position: relative;
    transition:padding ease 300ms;
}

#nav ul li a:before {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    position: absolute;
    top: 17px;
    left: 0px;
    content: '';
    border-radius: 50%;
    transition:background ease 200ms;
}
#nav ul li a:hover {
    padding:10px 0 10px 25px;
}
#nav ul li a:hover:before, 
#nav ul li.current_page_item a:before,
#nav ul li a.active:before  {
    background:#fff;
}
#nav ul li .children {
    display:none;
}
#nav ul li .children li a {
    font-size:19px;
    padding:5px 0 5px 30px;
    text-transform: none;
}
#nav ul li .children li a:before {
    display: none;
}
#nav ul li .children li a {
    opacity:0.8;
    transition:all ease 300ms;
}
#nav ul li .children li a:hover {
    padding-left:25px;
}
#nav ul li .children li:hover a {
    opacity:1;
}
#nav ul li .children li:after {
    height:66px;
}


/* Slider */
#video {
    /*background:rgba(91,135,218,0.9);*/
    color:#fff;
    max-height:900px;
    text-transform: uppercase;
    font-size:30px;
    line-height:26px;    
    position: relative;
    overflow:hidden;
    transition:all ease 300ms;
   /* animation: colorchange 30s infinite;*/
}
/*
@keyframes colorchange {
  0% { background:rgba(78, 97, 131, 0.9); }
  10% { background:rgba(91,135,218,0.9); }
  20% { background:rgba(63,174,42,0.9); }
  30% { background:rgba(63,174,42,0.9); } 
  40% { background:rgba(243,165,70,0.9); }
  50% { background:rgba(243,165,70,0.9); }
  60% { background:rgba(91,135,218,0.9); }
  70% { background:rgba(91,135,218,0.9); }
  80% { background:rgba(63,174,42,0.9); }
  90% { background:rgba(63,174,42,0.9); }   
}
*/
#video:before {
    content: '';
    position: absolute;
    width: 98%;
    height: 98%;
    background-image: radial-gradient(rgba(255,255,255,0.25) 3%, transparent 3%);
    background-position: -10px 50px;
    background-size: 70px 51px;    
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;  
}
#video h1 {
    max-width: 300px;
    margin: auto;
    width: 85%;
}
#video h1 span {
    display: block;
    text-align: right;   
    -webkit-text-stroke: 1px #fff;
    color:transparent;    
}
#video .vidContain {
    width: 100%;
    height: 100%;
    position: absolute;
}
/*
#video .vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
*/
#video .vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}
#video .vid iframe {
    position: absolute;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
video[poster] {
    object-fit: contain;
}
.vid video {
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}
.nav-toggle {
    position: absolute;
    top:-5px;
    right:0;
    z-index:9999;
    width:50px;
    height: 50px;
    cursor:pointer;
}
.nav-toggle span {
    height:4px;
    width:35px;
    display: block;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAECAYAAADiWU2TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTc0QUI0ODQwN0M5MTFFQUJDQTJGQTI4MUZFRDEyMDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTc0QUI0ODUwN0M5MTFFQUJDQTJGQTI4MUZFRDEyMDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCREYyOUU3RjA3QzQxMUVBQkNBMkZBMjgxRkVEMTIwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCREYyOUU4MDA3QzQxMUVBQkNBMkZBMjgxRkVEMTIwOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu034EsAAACmSURBVHjaYvj///9fIL4DxN1ALM6ABQDFLYB4NRC/+Q8BP4D4GBCnAjELFvUsQJwCVfMDqgekdw3ILBx2iEPdAHLLX4b/qOAjEFcDsRoQCwOxORCv+I8fXAHiMCCWAmIJKPsyAT0roGaLQO2qhtoNBwxQA4kxbBU05IShhlWhG0aGJ8+h8S/DPEls8FviCf5OWPATmSwsoWa+gToMlixSkJMFQIABAGHtxvDkGA72AAAAAElFTkSuQmCC) repeat-x;
    background-size:contain;
    background-position:0 center;
    animation: waves 1000s linear infinite;
}
.nav-toggle span:before,
.nav-toggle span:after {
    content:'';
    height:4px;
    width:35px;
    display: block;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAECAYAAADiWU2TAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTc0QUI0ODQwN0M5MTFFQUJDQTJGQTI4MUZFRDEyMDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTc0QUI0ODUwN0M5MTFFQUJDQTJGQTI4MUZFRDEyMDgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCREYyOUU3RjA3QzQxMUVBQkNBMkZBMjgxRkVEMTIwOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCREYyOUU4MDA3QzQxMUVBQkNBMkZBMjgxRkVEMTIwOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pu034EsAAACmSURBVHjaYvj///9fIL4DxN1ALM6ABQDFLYB4NRC/+Q8BP4D4GBCnAjELFvUsQJwCVfMDqgekdw3ILBx2iEPdAHLLX4b/qOAjEFcDsRoQCwOxORCv+I8fXAHiMCCWAmIJKPsyAT0roGaLQO2qhtoNBwxQA4kxbBU05IShhlWhG0aGJ8+h8S/DPEls8FviCf5OWPATmSwsoWa+gToMlixSkJMFQIABAGHtxvDkGA72AAAAAElFTkSuQmCC) repeat-x;
    background-size:contain;
    background-position:0 center;
    animation: waves 1000s linear infinite;
    transition:all ease 300ms;
}
.nav-toggle span:before {
    top:-20px;
}
.nav-toggle span:after {
    bottom:-20px;
}
.nav-toggle.active span {
    background:transparent;
}
.nav-toggle.active span:before,
.nav-toggle.active span:after {
    background:#fff;
    height:2px;
    top:0;
    right:0;
    bottom:0;
    left:0;
}
.nav-toggle.active span:before {
    transform:rotate(-45deg);
}
.nav-toggle.active span:after {
    transform:rotate(45deg);
}
@keyframes waves {
from {
    background-position: 0 0;
    }
    to {
    background-position: 10000px 0;
    }
}

.social {
    position: absolute;
    bottom:5%;
    left:0;
    right:0;
    z-index: 500;
}
.social a {
    display: inline-block;
    background-position: center;
    width: 31px;
    height: 31px;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    border-radius: 50%;
    color: transparent;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
    -webkit-text-stroke: 1px #fff;
    margin: 0 2px;
}
.social a.inst {
    -webkit-text-stroke:0;
    color:#fff;
}
.social a:hover {
    background:#fff;
    -webkit-text-stroke:0;    
}
.social a.inst:hover {
    color:#C13584!important;
}
.social a.fcbk:hover {
    color:#4267B2!important;
}
.social a.twttr:hover {
    color:#1DA1F2!important;
}


/* Herramientas */
.herramientas {
    color:#504f53;
    overflow:hidden;
    text-align: center;
}
.herramientas h2 {
    opacity:1;
    transition:ease 800ms opacity;
    overflow:hidden;
    min-height:70px;
    text-align:center;
    font-style:normal;
    font-size:24px;
    margin:50px auto 0;
    font-family: 'Barlow', sans-serif;
    position: relative;
    font-weight: 700;
    padding-bottom:35px;
}
.herramientas h2.visible {
    opacity:1;
}
.herramientas h2:after {
    content:'';
    display: block; 
    height:2px;
    background:#68b652;
    width:40px;
    margin:auto;
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    transition:width ease 150ms;
}
.herramienta {
    opacity:1;
    transition:ease 800ms opacity;
    width:100%;
    float:left;
    font-family: 'Barlow Condensed', sans-serif;
    font-size:24px;
    text-transform: uppercase;
    cursor: pointer;
    padding:25px 0;
    background: url(imgs/flecha.svg) no-repeat center 100%;
    background-size: 40px auto;
    position: relative;
}
.herramienta a {
    display: block;
    top:0;
    left:0;
    width:100%;
    height: 100%;
    position: absolute;
}
.herramienta h3 {
    width:80%;
    margin:auto;
    font-weight:600;
    font-size:20px;
}
.herramienta p {
    visibility:visible;
    font-style: italic;
    color:#333;
    text-transform: none;
    margin:10px auto 0;
    font-size:19px;
    line-height:19px;
    width:80%;
}
.herramienta.visible {
    opacity:1;
}
.herramienta svg {
    height:65px;
    width:auto;
    margin:25px auto;
    display: block;
}


/* Noticias */
.masnoticias {
    position: relative;
    z-index: 0;
    display: none;
    clear:both;
}
.noticias {
    padding:0 0 400px;
    position: relative;
    background:#fff;
}
.noticias-vermas {
    text-align: center;
    position: absolute;
    bottom: -150px;
    left:0;
    right:0;
    margin: auto; 
    z-index:200;  
}
.noticias-vermas a {
    display: inline-block;
}
.noticias:after,
.noticias-wrapper:before {
    content: '';
    width: 100%;
    height: 720px;
    position: absolute;
    bottom: 275px;
    left: 0;
    background: url(imgs/grid.svg);
    background-size: auto 100%;
    background-position: left bottom;
    background-repeat: no-repeat;
    max-width: 1790px;
    margin: auto;
    right: 0;
}
.noticias-wrapper:before {
    bottom:0;
    left:-500px;
}
.noticias header {
    background:url(imgs/paneles.jpg) no-repeat center;
    background-size:cover;
    color:#fff;
    height:210px;
    width:100%;
    position:relative;    
    z-index: 200;
}
.noticias header .td {
    vertical-align: top;
}
.noticias .content {
    position: relative;
    z-index: 100;
    width:100%;
}
.noticias header h2 {
    font-size: 26px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: -1px;
    display: block;
    float: none;
    margin: auto;
    max-width: 145px;
    padding-top:50px;
}
.noticias header h2 span {
    display:block;
    font-size:38px;
}
.noticia {
    height:auto;
    width:100%;
    position:relative;
}
.noticia h2 {
    font-size:26px;
    line-height:22px;
    margin-bottom:5px;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-style:normal;
    font-weight: 700;
    letter-spacing: 0.03em;
}
.noticia:nth-child(odd) h2 a {
    -webkit-text-stroke: 1px #fff;
    color:transparent;    
}
.noticia:nth-child(even) h2 a {    
    color:rgb(91,135,218);    
}
.noticia-recuadro {
    font-size:13px;
    line-height:18px;
    font-weight:300;
    font-family: 'Barlow', sans-serif;
    background:#fff;
    padding:30px 25px 75px 25px;    
    position:relative;
}
.noticia-img a {
    position:absolute;
    display:block;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:100;
}
.noticia:nth-child(odd) .noticia-recuadro {
    background:rgb(91,135,218);
    color:#fff;
}
.noticia-img {
    position:relative;
    overflow:hidden;
}
.noticia-img .noti-bg {
    background-repeat: no-repeat;
    background-position:center;
    background-image:url(imgs/single_default.jpg);
    transform: none;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    position:absolute;
    top:0; 
    right:0;
    bottom:0; 
    left:0;
    margin:auto;
    background-size:cover;
}
.noticia:hover .noti-bg {
    transform:scale(1.02);
}
.noticia-vermas {
    display: block;
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    padding:10px 0 25px 25px;
    font-family: 'Barlow Condensed', sans-serif;
    font-style:italic;
    font-size:14px;
    letter-spacing: 0.03em;
    color:rgb(243,165,70);
    text-transform: uppercase;
}
.noticia-vermas:before {
    content:'';
    display: block;
    background:rgb(243,165,70);
    width:30px;
    height:1px;
    position:absolute;
    top:0;
    left:25px;
}

.noticia-1 {
    margin-top: -100px;
    z-index: 200;
}   
    .noticia-1 .noticia-img {
        width:90%;
        height:200px;
    }
    .noticia-1 .noticia-txt {
        width:100%;   
        overflow:hidden;
        margin-top:-40px;
        position: relative;
        z-index:100;
    }
    .noticia-1 .noticia-recuadro {
        float:right;
        width:250px;
    }    
.noticia-2 {
    margin:-70px auto 0;
    z-index:100;
}
    .noticia-2 .noticia-img {
        width:80%;
        height:250px;
        margin:auto;
    }    
    .noticia-2 .noticia-recuadro {
        width: 220px;
        position: absolute;
        bottom: -130px;
        left: 0;
        right: auto;
    }
.noticia-3 {
    z-index:50;
}
    .noticia-3 .noticia-img {
        width:85%;
        height:220px;
        float:right;
    }
    .noticia-3 .noticia-txt {
        width:100%;   
        overflow:hidden;
        transform:translateY(-40px);
        position: relative;
        z-index:100;
    }
    .noticia-3 .noticia-recuadro {
        float:right;
        width:200px;
    }
.noticia-4 {
    z-index:1;
    margin-top:-150px;
}  
    .noticia-4 .noticia-img {
        width:90%;
        height:250px;
        float:left;
    }
    .noticia-4 .noticia-recuadro {
        width: 250px;
        bottom: -100px;
        right:auto;
        left:0;
        position:absolute;
    }
    
.cuadradito {
    position:absolute;
    top:20%;
    right:-4px;
    width:8px;
    height:25px;
    background:rgb(91,135,218);
}

/* Marcas */
.marcas {
    text-align: center;
    position: relative;
    z-index: 100;
    margin:-200px auto 0;
    padding:50px 0;
    z-index:0;
}
.marcas .content {
    max-width:960px;
}
.marcas:before {
    content:'';
    width:90%;
    height:100%;
    z-index:-1;
    background:#fff;
    display: block;
    position:absolute;
    top:0;
    left:0;    
}
.marcas a {
    display: block;
    width:38%;
    height:35px;
    float:left;
    position:relative;
}
.marcas a img {
    height:100%;
    width:auto;
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    margin:auto;
    transition:opacity ease 300ms;
}
.marcas a img.hover {
    opacity:0;
    z-index: 100;
}
.marcas a:hover img {
    opacity:0;
}
.marcas a:hover img.hover {
    opacity:1;
}
.marcas a:last-child {
    width:22%;
}
.marcas a:first-child:after {
    content: '';
    height: 80%;
    display: block;
    width: 1px;
    background: #ddd;
    position: absolute;
    right: 0;
    top: 7px;
}
.marcas a:last-child:before {
    content: '';
    height: 80%;
    display: block;
    width: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 7px;
}


/* Footer */
#footer {
    padding:15px 0 0;
    background:#fff;
    position: relative;
    clear:both;
}
#footer .logofooter {
    text-align:center;
    display: block;
}
#footer .logofooter img {
    height:38px;
    width:auto;
}
#footer .sitemap {
    float:right;
    width:100%;
    margin-top:10px;
}
#sitemap {
    display:none;
}
.creditos {
    padding:20px 5%;
    margin:25px -5% 0;
    border-top:1px solid rgb(91,135,218);
}
.vcard {
    float:left;
    color:#333;
    font-size:14px;
    max-width:80%;
}
.vcard a {
    color:#333;
}
.proyectar {
    display: none;
}
.proyectarmobile {
    height: 10px;
    float: right;
    display: block;
    margin: -3px 12px 0 0;
}
.proyectarmobile img {
    height:18px;
    width:auto;
}


/* Single */
.single-wrapper {
    overflow:hidden;
}
.encabezado {
    max-height:585px;
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}
.encabezado .content {
    position: relative;
    height:100%;
    z-index:100;
}
.single-text {
    position: relative; 
    background:#fff;   
}
.single-text .content {    
    line-height:20px;
    position: relative;
    width:100%;
}
.single-text h1 {    
    position: absolute;
    color:rgb(91,135,218);
    overflow:hidden;
    font-size:22px;
    line-height:28px;
    top:-140px;
    left:20px;
}
.single-text h1 span {
    display: inline-block;
    background:#fff;
    font-style:normal;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 700;
    text-transform: uppercase;    
}
.single-text h1 span:first-child {
    padding: 15px 25px 10px 25px;
    margin-bottom: -5px;    
    z-index: 100;
    position: relative;
}
.single-text h1 span:last-child {
    margin-left: 30px;
    padding: 20px 25px 20px 30px;
    margin-top: -20px;
    z-index: 0;
}
.single-lineas {
    display: none;
}
.single-lineas-mobile {
    display: block;
    position: absolute;
    top: -90px;
    left: -20px;
    height: auto;
    z-index: 0;
    width: 95px;
}
.single-content {
    float: right;
    max-width: 850px;
    background: #fff;
    padding:20px 20px 20px 65px;
    margin:0 0 50px 0;
    position: relative;
    width:100%;
}
.single-content iframe {
    width:100%;
    height:480px;
}
.single-social {
    position: absolute;
    height:100%;
    width:50px;
    top:0;
    left:5px;
    padding-top:70px;
    max-height:740px;
}
.single-social a {
    width: 35px;
    height: 35px;
    line-height: 31px;
    font-size: 17px;
    margin: 20px auto;    
    border: 0.07em solid rgb(243,165,70);    
    color: transparent;
    -webkit-text-stroke: 0.07em rgb(243,165,70);
    display: block;
    border-radius: 50%;
    text-align: center;
    background: #fff;
}
.single-social a {
    width: 35px;
    height: 35px;
    line-height: 31px;
    font-size: 17px;
    margin: 20px auto;
}
.single-social a:hover {
    background:rgb(243,165,70);
    color:#fff;
    -webkit-text-stroke: 0;
}
.single-social-links {
    width:100%;
    background:#fff;
}
.dotted-stripe {
    background:url(imgs/dot.svg) repeat-y center top;
    background-size:20px;
}
.single-content p {
    margin:20px 0;
}
.single-content p:first-child,
.single-content h1:first-child,
.single-content h2:first-child,
.single-content h3:first-child,
.single-content h4:first-child  {
    font-size: 18px;
    line-height: 24px;
}
.single-content ul li {
    margin-bottom:10px;
    position: relative;
    padding-left:15px;
    line-height: 20px;
}
.single-content ul li:before {
    content:'';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    top: 10px;
    left: 0px;
    background: rgb(243,165,70);
    display: block;
    position: absolute;
}
.single-content table {
    border-left:1px solid rgb(91,135,218);
    border-top:1px solid rgb(243,165,70);
}
.single-content td {
    padding:5px 10px;
    border-bottom:1px solid rgb(243,165,70);
    border-right:1px solid rgb(91,135,218);
}
.single-content table tbody tr:fist-child td,
.single-content table tr:fist-child td {
    background:rgb(91,135,218);
    color:#fff;
}
.fuente {
    color:rgb(91,135,218);
    font-weight: 700;
}
.fuente i {
    font-size:15px;
}

/* Relacionados */
.content-relacionadas {
    overflow:hidden;
    margin-top:100px;    
}
.relacionados {
    position:relative;
    padding-top:100px;
    margin: 0 0 50px -35px;
}
.relacionados:after {
    content:'';
    height:3px;
    width:78px;
    background:rgb(243,165,70);
    position:absolute;
    top:0;
    left:0;
}
.relacionados:before {
    content: '';
    position: absolute;
    width: 168%;
    height: 90%;
    background-image: radial-gradient(rgb(243,165,70) 4%, transparent 4%);
    background-position: -25px 0;    
    background-size: 56px 56px;
    top: 0;
    left: -33px;
    right: 0;
    bottom: -280px;
    margin: auto;
    z-index: 0;
}
.relacionados h5 {
    max-width:190px;
}
.relacionados h5 span {
    display: inline-block;
    background:rgb(91,135,218);
    color:#fff;
    text-transform: uppercase;
    font-style:italic;
    font-weight: 700;
    font-size:24px;
    line-height:26px;
    padding:5px 10px;
    font-family:'Barlow',sans-serif;
}
.relacionados h5 span:last-child {
    margin:-8px 0 0 20px
}
.rels {
    background: #fff;
    position: relative;
    overflow:visible;
}
.rels div.rel:nth-child(3) {
    display: none;
}
.rels:before {
    content:'';
    top:0;
    right:-100%;
    display: block;
    width:170%;
    background:#fff;
    height:50%;
    position: absolute;
    z-index: 0;
}
.rel {
    float:left;
    width:50%;
    padding:20px 20px 0 0;
}
.rel-img {
    overflow:hidden;
    width:100%;
    padding-bottom:80%;
    background:#ccc;
    position: relative;
}
.rel-img a {
    position: absolute;
    display: block;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 200;
}
.rel-img-bg {
    background-repeat: no-repeat;
    background-position:center;
    transform: none;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    position:absolute;
    top:0; 
    right:0;
    bottom:0; 
    left:0;
    margin:auto;
    background-size:cover;
}
.rel:hover .rel-img-bg {
    transform:scale(1.02);
}
.rel-txt {
    padding:20px 0;
    color:#aeb0b1;
}
.rel-txt h6 a {
    color:#aeb0b1;
    font-size:21px;
    line-height: 23px;
    font-weight: 600;
}
.rel:hover .rel-txt h6 a {
    color:#6b6b6b;
}
.rel-date {
    margin-top:10px;
    padding:10px 0;
    font-style: italic; 
    position: relative;
}
.rel-date:before {
    content:'';
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:30px;
    height:2px;
    background:rgb(91,135,218);
}
.rel-date i {
    font-size:16px;
    margin-right:3px;
}


/* Page */
.page-content {
    padding-top:84px;
}
.page-content header {
    padding:100px 0 30px;
    text-align: center;
}
.page-content.page-content-noticias header {
    padding-bottom:100px;
}
.page-content.page-content-noticias .noticias:after {
    bottom:auto;
    top:800px;
}
.page-content h1 {
    font-size: 32px;
    font-style: italic;
    font-weight: 900;
    text-transform: uppercase;
    color: rgb(91,135,218);
    text-align: left;
    position: relative;
    display: block;
    margin-left: 0;
    width: 90%;
    margin: auto;
    overflow: visible;
}
.page-content h1.title-ddjj {
    font-size: 28px;
    text-align: left;
    display: inline-block;
    margin: 0;
    width: 90%;
    max-width: 800px;
    overflow: visible;
}
    .page-id-118 .page-content header {
        padding:50px 0 0;
    }
.page-content h1 strong {
    position: relative;
    z-index: 200;
}
.page-content h1 small {
    display: block;
    font-size: 180px;
    position: absolute;
    top: -130px;
    left: auto;
    z-index: 0;
    letter-spacing: -10px;
    right: -10px;    
}
.page-content h1 small span {
    color:#fff;
    display: inline-block;
    text-shadow:
    -2px -2px 0 rgb(243,165,70),
    2px -2px 0 rgb(243,165,70),
    -2px 2px 0 rgb(243,165,70),
    2px 2px 0 rgb(243,165,70);  
}
.page-content h1 small span:last-child {
    transform:translateY(60px);    
}
.page-content .single-content {
    background:transparent;
    margin:auto;
    padding:0;
}
.page-content .single-content p:first-child, 
.page-content .single-content h1:first-child, 
.page-content .single-content h2:first-child, 
.page-content .single-content h3:first-child, 
.page-content .single-content h4:first-child {
    font-size:16px;
    line-height:20px;
}
.single-content p img {
    width:100%;
    height:auto;
}
.page-content .dotted-stripe {
    display: none;
}
.contenidos {
    clear:both;
    position: relative;
    padding-bottom:50px;
    z-index: 100;
}
.contenido {
    position: relative;
}
.contenido-txt {    
    width: 100%;
    background: #fff;
    float: right;
    position: relative;
    z-index: 200;
    padding: 20px 0 20px 53px;
    margin:auto;
    transform: translateX(0);
}
.contenido-img {
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    height:150px;
    width:120%;
    float:left;
    position: relative;
    z-index:0;
    margin: 0px -6%;
}
.contenido h2 {
    overflow:visible;
    font-size:17px;
    line-height: 25px;
    font-weight: 400;
    color:rgb(243,165,70);
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    padding:5px 5px 10px 0;
    margin:0 0 0 -50px;   
    display: inline-block;    
}
.contenido h2 span {
    float:left;
}
.contenido h2 img {
    max-height:36px;
    width:39px;
    float:left;
    margin-right:10px;
}
.contenido-txt &gt; div {
    position:relative;
}
.contenido-txt &gt; div:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 100%;
    background-image: radial-gradient(rgba(91,135,218,0.90) 3%, transparent 3%);   
   background-position: -6px 0;
    background-size: 50px 40px;

    top: 0;
    left: -50px;
    margin: auto;
}
.contenido.even .contenido-txt {
    float:left;
    transform: translateX(0);
    margin-left:0;
}
.contenido.even .contenido-img {
    float:right;
}
.contenido:nth-child(2):before {
    content: '';
    position: absolute;
    width: 40%;
    height: 200px;
    background-image: radial-gradient(rgba(91,135,218,0.90) 3%, transparent 3%);
    background-position: -25px 0;
    background-size: 118px 74px;
    top: -55px;
    left: 0;
    margin: auto;
}
.page-content.nosotros {
    position: relative;
}
.page-content.nosotros:before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 26%;
    left: 65%;
    background: url(imgs/waves2.svg) no-repeat left center;
    height: 75px;
    z-index: 200;
    background-size: auto 100%;    
}
.page-content.nosotros .single-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: rgb(91,135,218);
    margin-bottom: -25px;
}
.contenidos .dotted {
    display: none;
}


/* Proyectos */
.proyectos {
    position: relative;
}
.proyectos-wrapper,
.noticias-wrapper {
    clear:both;
    padding-bottom: 100px;
    overflow:visible;
    position:relative;
    margin:0 -6%;
    max-width: 1080px;
}
.proyectos-wrapper:before {
    content: '';
    width: 1540px;
    height: 950px;
    position: absolute;
    left: 50%;
    top: 65px;
    margin: 0 0 0 -1030px;
    background: url(imgs/proyectos.svg) no-repeat 0 center;
    background-size: contain;
}
.proyectos .waves {
    position: absolute;
    width: 100%;
    height: 70px;
    background: url(imgs/waves2.svg) no-repeat 0 center;
    background-size: auto 100%;
    bottom: 160px;
    right: 0;
}
.masproyectos {
    clear: both;
    display:none;
}
article.proyectos.page-content .single-content h2 {
    font-size:28px;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
    margin-top:60px;
}
.proyecto {
    position: relative;
    clear:both;
}
.proyecto-txt {
    width: 160px;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 900;
    font-style:normal;   
}
.proyecto-txt h2 {
    font-style: normal;
    font-family: 'Barlow Condensed', sans-serif;
    /*overflow-wrap: break-word;*/
}
.proyecto-txt a {
    color: #fff;
    font-size: 21px;
    line-height: 18px;
}
.proyecto-2 .proyecto-txt,
.proyecto-4 .proyecto-txt {
    background:#fff;
}
.proyecto-2 .proyecto-txt a,
.proyecto-4 .proyecto-txt a {
    color:rgb(91,135,218);
}
.proyectos-vermas {
    clear:both;
    margin:auto;
    text-align: center;
    padding:50px 0 0;
    margin:60px 0 0;
    position: relative;
}
.proyecto-vermas {
    width: 26px;
    height: 26px;
    font-size: 24px!important;
    font-weight: 900;
    text-align: center;
    line-height: 19px!important;
    border: 2px solid #fff;
    display: block;
    border-radius: 50%;
    margin-top: 8px;
    text-indent: 0;
}
    .proyecto-2 .proyecto-vermas,
    .proyecto-4 .proyecto-vermas {
        border:2px solid rgb(91,135,218);
    }

    .proyecto-1 .proyecto-txt:hover .proyecto-vermas {
        color:rgb(243,165,70);
        background:#fff;        
    }
    .proyecto-2 .proyecto-txt:hover .proyecto-vermas,
    .proyecto-4 .proyecto-txt:hover .proyecto-vermas {
        background:rgb(91,135,218);
        color:#fff;
    }
    .proyecto-3 .proyecto-txt:hover .proyecto-vermas {
        color:rgb(91,135,218);
        background:#fff;
    }

.proyecto-img {
    width:100%;
    background-size:cover;
    background-repeat: no-repeat;
    background-position:center;
    position: relative;
    overflow: hidden;
}
.proyecto-img a {
    display: block;
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 100;
}
.proyecto-bg {
    background-repeat: no-repeat;
    background-position:center;
    transform: none;
    transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    position:absolute;
    top:0; 
    right:0;
    bottom:0; 
    left:0;
    margin:auto;
    background-size:cover;
}
.proyecto:hover .proyecto-bg {
    transform:scale(1.02);
}
    .proyecto-1 {
        max-width: 820px;
        float: right;
        width: 100%;
    }
    .proyecto-1 .proyecto-txt {
        background:rgb(243,165,70);
        position: absolute;
        bottom: -15%;
        left: auto;
        z-index: 200;
        right:160px;
    }
    .proyecto-1 .proyecto-img {
        max-width:70%;
        height:170px;
        float: right;
        margin-right: 0;
    }
    .proyecto-2 .proyecto-txt {
        bottom: -15%;
        left: 165px;
        z-index: 200;    
        position: absolute;
    }     
    .proyecto-2 .proyecto-img {
        max-width: 60%;
        height: 175px;
        margin-left: 35px;
    }
    .proyecto-3 {
        max-width: 860px;
        float: right;
        width: 100%;
    }
    .proyecto-3 .proyecto-txt {
        background:rgb(91,135,218);
        position: absolute;
        bottom: -15%;
        left: auto;
        z-index: 200;
        right:50%;
    }    
    .proyecto-3 .proyecto-img {
        max-width: 80%;
        height: 175px;
        float:right;
    }
    .proyecto-4 {
        max-width: 705px;
        float: right;
        width: 100%;
    }
    .proyecto-4 .proyecto-img {
        max-width:70%;
        height:170px;
        float:right
    }  
    .proyecto-4 .proyecto-txt {
        z-index: 200;
        position: absolute;
        bottom:-15%;
        right:40%;
    }   

    
/* Proyecto */
.single-proyecto .content {
    position:relative;    
}
.single-proyecto h1 {
    color:rgb(243,165,70);
}
.single-proyecto .single-content p {
    margin:20px 0;
}
.single-proyecto .slider {
    margin-bottom:150px;
}
.single-proyecto .slider .slick-track { 
    transition: all 200ms ease;
}
.slick-dots li:only-child {
    display: none;
}
.slick-dots {
    position: absolute;
    bottom:-75px;
    left:0;
    right:0;
    text-align: center;
    z-index: 200;
}
.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    line-height: 24px;
}
.slick-dots li button {
    border:0;
    border-radius:50%;   
    cursor:pointer; 
    width:15px;
    height:15px;
    text-indent:999px;
    background:rgba(91,135,218,0.75);
    position: relative;
}
.slick-dots li.slick-active {
    border:1px solid rgb(91,135,218);
}
.slick-dots li.slick-active button {
    background:rgb(91,135,218);
}
.imagenes {
    padding-bottom:50px;
    position: relative;
    height:225px;
}
.imagenes:before {
    content: '';
    top: -30%;
    left: -80%;
    background: url(imgs/waves2.svg) no-repeat right center;
    height: 165px;
    z-index: 0;
    width: 170%;
    display: block;
    position: absolute;
}
.imagenes .img {
    transition:all ease 200ms;
}
.imagenes .img img {
    height:135px;
    margin-top:45px;
    width:auto;
    transition:all ease 200ms;
}
.imagenes .img.slick-current img {
    height:225px;
    width:auto;
    margin-top:0;
}
.imagenes .img.prevdiv {
    margin-top:-35px;
}
.imagenes .img.nextdiv {
    margin-top:35px;
}
.vid iframe {
    max-width:100%;
    height:200px;
}
.galeria-descripcion {
    width: 100%;
    padding: 35px 50px;
    color: #504f53;
    font-size: 16px;
    line-height: 20px;
    position: relative;    
    z-index: 200;   
}
.galeria-descripcion .galeria-title {
    font-weight: 700;
}
.content-galeria.loading {
    background:#fff url(imgs/loading.gif) no-repeat center;   
}
.content-galeria.loading .slick-track,
.content-galeria.loading .galeria-descripcion,
.content-galeria.loading .slick-dots {
    visibility: hidden;
}


/* DocumentaciÃ³n */
.documentacion .page-content {
    position: relative;
}
.documentacion .page-content .single-social {
    left:auto;
    right:0;
    top:-150px;
    font-family: 'Barlow Condensed', sans-serif;
    max-height:600px;
}
.documentacion .page-content .single-content.single-documentos {
    margin-top:100px;
    background:#fff;
    position: relative;
    z-index:100;
}
body.page-id-118 .documentacion .page-content .single-content.single-documentos {
    margin-top:50px;
}
.documentacion .page-content .single-content .categoria {
    padding-bottom:50px;
    position: relative;
}
.documentacion .page-content .single-content .categoria:after {
    content:'';
    width:167px;
    height:12px;
    position: absolute;
    bottom:50px;
    left:0;
    background:url(imgs/documentacion3.svg) no-repeat left center;
}
.documentacion .page-content .single-content div.categoria:last-child:after {
    display: none;
}
.documentacion .page-content .single-content .categoria h2 {
    font-size: 24px;
    font-weight: 600;
    color: #504f53;
    padding-bottom: 25px;
    font-family: 'Barlow Condensed', sans-serif;
}
.documentacion .page-content .single-content .subcategoria h3 {
    background: rgb(91,135,218);
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    padding: 3px 10px;
    font-size: 17px;
    letter-spacing: 0.03em;
    line-height: 18px;
    margin-bottom:20px;
}
.documentacion .page-content .single-content .documentos {
    padding-bottom:50px;
    overflow:hidden
}
.documentacion .page-content .single-content .documento a {
    display: block;
    padding:0 0 8px 0;
    border-bottom:2px solid rgb(243,165,70);
    margin:0 0 20px 25px;
    float:left;
    clear:both;
    color:rgb(91,135,218);    
}
.documentacion .page-content .single-content .documento a span {
    margin-right:25px;
    color:#333; 
    float:left;   
}
.documentacion .page-content .single-content .documento a span i {
    color:rgb(243,165,70);
}
.documentacion .page-content .single-content .documento a strong {
    transition:margin ease 200ms;
    font-weight: 600;
    float:left;
    max-width: 87%;
}
.documentacion .page-content .single-content .documento a:hover strong {
    margin:0 10px 0 -10px;    
}
.single-content p a {
    color: rgb(91,135,218);
    border-bottom: 2px solid rgb(91,135,218);
}

/* Noticias Archivo */
.noticias-archivo {
    padding-top:100px;
}
.noticias-wrapper {
    max-width:none;
    padding-bottom:0;
    width:100%;
    margin:auto;
}
.page-content-noticias .noticias:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    background: url(imgs/waves2.svg) no-repeat left center;
    height: 125px;
    z-index: 0;
    background-size: auto 100%;    
}
.page-content-noticias .dotted-stripe {
    left:auto;
    top:-200px;
    right:0;
}

.post-password-form {
    padding: 5%;
    border: 3px solid rgb(91,135,218);
    font-size: 22px;
    max-width: 600px;
    margin: 0 auto 50px;
    text-align: center;
    width:90%;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
}

.post-password-form &gt; p {
    font-weight: 600;
    line-height: 18px!important;
    font-size: 14px!important;
}
.single-content .post-password-form p {
    margin:10px 0;
}
.post-password-form label {
    display: block;
    margin: 15px auto;
    padding-bottom: 15px;
    border-bottom: 2px dotted rgb(91,135,218);
    max-width: 320px;   
}
.post-password-form label input {
    border:2px solid rgb(243,165,70);
    padding:8px 10px;
    margin:5px auto;
    width:100%;
}
.post-password-form input[type="submit"] {
    display: block;
    margin: 12px auto 0;
    background: rgb(91,135,218);
    color: #fff;
    border: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 7px 15px 9px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 17px;
    line-height: 17px;
    font-weight: 600;
    letter-spacing: 0.03em;
    border:2px solid rgb(91,135,218);
}
.post-password-form input[type="submit"]:hover {
    background:#fff;
    color:rgb(91,135,218);
}


@media all and (min-width:600px) and (max-width: 800px) {
	.herramienta p {
		width: 50%;
	}
}
@media all and (min-width:960px) {
    .marcas a.gba img {
        height: 110px;
        margin-top: -20px;
    }
    /* Generales */
    body {
        font-size:20px;
    }
    .dotted:before {        
        background-size: 120px 74px;        
    }

    /* Header */
    #header.navAbierto {
        padding: 15px 0;
        position:fixed;
    }   
    body.scrolled #header .logo img,
    body.single #header .logo img,
    body.page #header .logo img,
    body.error404 #header .logo img  {
        height:50px;
    }
    body.scrolled #header .nav-toggle,
    body.page #header .logo img,
    body.error404 #header .logo img  {
        top:0;
    }
    .logo img {
        height:55px;
    }
    .nav-toggle {
        top:0;
    }

    /* Menu */
    #nav {
        padding:0;
        position:fixed;
        height:100%;
    }
    #nav #menu {
        margin:50px 5px 8%;
    }
    #nav:after {
        opacity:1;
        position:fixed;
    }
    #nav .contactos {
        font-size:21px;
    }
    #nav .contactos h4 {
        margin-bottom:25px;
        font-size:21px;
    }
    #nav .contactos div {
        padding-bottom:15px;
    }

    /* Video Inicio */
    #video:before {
        background-position: -20px 50px;
        background-size: 91px 51px;
    }
    #video {
        font-size:75px;
        line-height:60px;
    }
    #video h1 {
        max-width:710px;
        transform:translateX(10%);
    }
    #video:before {
        background-size: 100px 51px;
    }

    .social a {
        margin:0;
    }

    /* Herramientas */
    .herramientas h2 {
        font-size:45px;
        margin:85px auto 35px;
        opacity:0;
    }
    .herramienta {
        opacity:0;
        width:28%;
        padding:50px 0;
        font-size:24px;
        margin:0 2.5%;
        background:#fff;
    }
    .herramienta h3 {
        font-size:24px;    
    }
    .herramienta p {
        visibility: hidden;
    }
    .herramienta:hover p {
        visibility: visible;
    }
    .herramientas h2:after {
        width:0;
    }
    .herramientas h2.showAfter:after {
        width:40px;    
    }
    .herramienta:hover {
        background:rgba(63,174,42,0.90);
        color:#fff;
        animation:herramienta 250ms;
    }
    .herramienta:hover path {
        fill:#fff;
    }
    .herramienta:nth-child(4):hover path.st1 {
        fill:transparent;
        stroke:#fff;
    }
    
    @keyframes herramienta {
        from {
            transform:translateY(3%);
        }
        to {
            transform:translateY(0);
        }
    }


    /* Noticias */
    .noticias {
        padding:0 0 275px;
    }
    .noticias header {
        height:400px;
        width:800px;
        top:0;
        left:50%;
        margin-left:-799px;
        z-index:300;
    }
    .noticias header h2 {
        font-size: 80px;
        line-height: 80px;
        float: right;
        margin-right: -30px;
        max-width:none;
        padding-top:0;
    }
    .noticias header h2 span {
        font-size:123px;
    }
    .noticias header .td {
        vertical-align: middle;
    }
    .noticia {
        width:50%;
        height:600px;
    }
    .noticia:nth-child(odd){
        float:right;
    }
    .noticia:nth-child(even){
        float:left;
    }
    .noticia-recuadro {
        font-size:16px;
        line-height:21px;
        padding:50px 75px 120px 75px;    
    }
    .noticia h2 {
        font-size:40px;
        line-height:36px;
        margin-bottom:10px;
    }
    .noticia-vermas {
        padding:20px 0 45px 75px;
        font-size:20px;
    }
    .noticia-vermas:before {
        left:75px;
    }
    .noticias .content {
        border-right:1px solid rgb(91,135,218);
    }
    
    .noticia-1 {
        margin-top: -250px;
    }
        .noticia-1 .noticia-img {
            width:90%;
            height:367px;
        }
        .noticia-1 .noticia-txt {
            width:90%; 
        }
        .noticia-1 .noticia-recuadro {
            width:378px;
        }
    .noticia-2 {
        margin: 110px 0 0;
        z-index:300;
    }
        .noticia-2 .noticia-img {
            width:75%;
            height:430px;
            float:right;
        }
        .noticia-2 .noticia-recuadro {
            width: 330px;
            bottom: 20%;
            right: -36%;
            left:auto
        }
    .noticia-3 {
        margin-top: 120px;
        z-index:100;
    }
        .noticia-3 .noticia-img {
            width:100%;
            height:380px;
            float:right;
        }
        .noticia-3 .noticia-recuadro {
            width:378px;
        }
    .noticia-4 {
        right:-65px;
        margin-top:0;
    }   
        .noticia-4 .noticia-img {
            width:95%;
            height:445px;
            float:right;
        }
        .noticia-4 .noticia-recuadro {
            width: 380px;
            position: absolute;
            bottom: 10%;
            right: -10%;
            left:auto;
        }
    .noticias-vermas {
        bottom:-20px;
    }
        



    /* Marcas */
    .marcas {
        padding:120px 0;
        margin-top:-275px;
    }
    .marcas a {
        height:80px;
    }
    .marcas a:first-child:after {       
        width: 2px;        
    }
    .marcas a:last-child:before {        
        width: 2px;       
    }

    /* Footer */
    #footer {
        border-top:1px solid rgba(91,135,218,0.5);
        padding:50px 0;
    }
    #footer .logofooter {
        float:left;
    }
    #footer .logofooter img {
        height:75px;
    }
    #footer .sitemap {
        width:500px;    
    }
    #sitemap {
        display:block;
    }
    #sitemap li {
        display: inline-block;
        text-transform: uppercase; 
        font-size:16px;
        font-weight: 600;
        border-right:1px solid rgb(91,135,218);
    }
    #sitemap li:first-child a {
        padding-left:0;
    }
    #sitemap li:last-child a {
        padding-right:0;
    }
    #sitemap li a {
        padding:0 20px;
        color:rgb(91,135,218);
    }
    #sitemap li:last-child {
        border-right:0;
    }
    .proyectarmobile {
        display:none;
    }
    .proyectar {
        display: block;
        height: 10px;
        float: right;
        display: block;
        margin: -5px 12px 0 0;
    }   
    .proyectar img {
        height:100%;
        width:auto;
    }
    .creditos {
        padding:10px 0 0 0;
        margin:0;
        border:0;
    }


    /* Single */
    .single-lineas {
        position: absolute;
        top:-100px;
        left:0;
        height: auto;
        z-index: 0;
        width: 1565px;
        display: block;
    }
    .single-lineas-mobile {
        display: none;        
    }
    .single-text h1 {
        font-size:50px;
        line-height:50px;
        top:-230px;
        left:0;
    }
    .single-text .content {    
        line-height:26px;
    }
    .single-content {
        padding: 65px 50px 65px 100px;
        margin: -50px 5% 100px 0;    
    }
    .single-content p:first-child,
    .single-content h1:first-child,
    .single-content h2:first-child,
    .single-content h3:first-child,
    .single-content h4:first-child  {
        font-size: 24px;
        line-height: 32px;
    }
    .single-content p {
        margin:40px 0;
    }
    .single-content ul li {
        padding-left:20px;
        line-height: 24px;
    }
    .single-text h1 span:last-child {
        margin-left: 60px;
    }
    .single-text h1 span:first-child {
        padding: 20px 25px 15px 25px;
        margin-bottom: -8px;
    }
    .single-social {
        padding-top:15%;
        left:0;
    }
    .single-social a {
        width: 45px;
        height: 45px;
        line-height: 41px;
        font-size: 21px;
        margin: 20px auto;
    }
    .single-content:after {
        left:100px;
    }
    

    /* Relacionados */
    .relacionados {
        margin: 0 0 50px -35px;
    }
    .relacionados h5 span:last-child {
        margin:-20px 0 0 20px
    }
    .rels div.rel:nth-child(3) {
        display: block;
    }
    .rel {
        width:33.3333%;
        padding:20px;
    }
    .relacionados:before {
        background-size: 80px 56px;
    }


    /* Page */
    .page-content header {
        padding:300px 0 30px;
    }    
    .page-content h1 {
        font-size:90px;
        text-align: center;    
        display: inline-block;    
        margin:0 0 0 -100px;
        width:auto;
        max-width: 420px;
        overflow:visible;
    }
    .page-content h1 small {
        font-size: 435px;
        top: -325px;
        left: -330px;
        right:auto;
    }
    .page-content .single-content p:first-child, 
    .page-content .single-content h1:first-child, 
    .page-content .single-content h2:first-child, 
    .page-content .single-content h3:first-child, 
    .page-content .single-content h4:first-child {
        font-size:21px;
        line-height:26px;
    }
    .page-content .single-content {
        margin:0 5% 0 0;
        padding:20px 20px 20px 65px;
    }
    .page-content .dotted-stripe {
        display: block;
    }
    .contenido {
        padding-bottom:55px;
    }
    .contenido-txt {
        width: 50%;
        padding: 35px 35px 35px 95px;
        transform: translateX(-30px);
        margin:30px 0 0 -30px;
    }
    .contenido.even .contenido-txt {
        transform: translateX(150px);
    }
    .contenido-img {
        width:50%;
        height:315px;
        margin:auto;
    }
    .contenido:first-child:before {
        content: '';
        position: absolute;
        bottom: -45%;
        left: -22%;
        background: rgb(91,135,218);
        width: 460px;
        height: 315px;
    }
    .contenido h2 {
        overflow:hidden;
        font-size:22px;
        line-height: 26px;
        margin:0 0 15px -50px;   
        border-bottom:1px solid rgb(243,165,70);
    }
    .contenido-txt &gt; div:before {
        display: none;
    }
    .contenidos {
        padding-bottom:100px;
    }
    .contenidos .dotted {
        position: absolute;
        width: 160px;
        height: 50%;   
        bottom: 0;
        right: 5%;
        margin: auto;
    } 
    .page-content.nosotros:after {
        content:'';
        display: block;
        width:335px;
        height:695px;
        position: absolute;
        right:0;
        bottom:-10px;
        background:url(imgs/contenidos.svg) no-repeat center;
        background-size:contain;
    }   
    .page-content.nosotros:before {
        bottom: 18%;
        left: -15%;
        background: url(imgs/waves2.svg) no-repeat right center;
        height: 165px;
        z-index: 0;
    }

    /* Proyectos */
    .proyectos-wrapper,
    .noticias-wrapper {
        margin:auto;
    }
    .proyecto-txt {
        width:275px;
        padding:60px;
    }
    .proyecto-txt a {
        font-size:37px;
        line-height:28px;
    }
    .proyecto-vermas {
        margin-top: 20px;
        text-indent: 1px;
    }
    .proyecto-1 .proyecto-txt {
        bottom: -15%;
        left: -20%;
    }
    .proyecto-1 .proyecto-img {
        max-width:700px;
        height:350px;
        margin-right: 90px;
    }    
    .proyecto-2 .proyecto-img {
        max-width:530px;
        height:400px;
        margin:0;
    }
    .proyecto-2 .proyecto-txt {
        left: 450px;
    }
    .proyecto-3 .proyecto-img {
        max-width:860px;
        height:300px;
        float:none;
    }
    .proyecto-3 .proyecto-txt {
        left: -20%;
    }
    .proyecto-4 .proyecto-img {
        max-width:705px;
        height:350px;
        float:none;
    } 
    .proyecto-4 .proyecto-txt {
        position: relative;
        float: right;
        margin-top: -20%;
        bottom:auto;
        right:auto;
    } 
    .masproyectos {
        transform: translateY(-125px);
    }
    .proyectos .waves {
        width: 80%;
        height: 150px;
    }
    .vid iframe {
        max-width:100%;
        height:720px;
    }
    .galeria-descripcion {
        left:63px;
        width:355px;
        padding:20px 50px;
        background:rgb(91,135,218);
        color:#fff;
        font-size:19px;
        line-height:21px;
        position: absolute;
        bottom:0;
    }
    .imagenes {
        padding-bottom:50px;
        height:525px;
    }
    .imagenes .img img {
        height:335px;
        margin-top:95px;
    }
    .imagenes .img.slick-current img {
        height:525px;
    }
    .slick-dots li {
        line-height: 20px;
    }
    .imagenes:before {
        top:auto;
        left:auto;
        bottom: -15%;
        right: -75%;
        width: 100%;
    }

    /* Documentacion */
    .documentacion .page-content .single-content .documento a span {
        margin-right:55px;
    }
    .documento i {
        font-size: 14px;
        display: inline-block;
        transform: translateY(-2px);
        color:rgb(243,165,70);
    }
    .documentacion .page-content:before {
        content:'';
        display: block;
        position: absolute;
        top:500px;
        left:0;
        width:511px;
        height: 750px;
        background:url(imgs/documentacion1.svg) no-repeat center;
    }
    .documentacion .page-content:after {
        content:'';
        display: block;
        position: absolute;
        bottom:0;
        right:0;
        width:333px;
        height: 613px;
        background:url(imgs/documentacion2.svg) no-repeat center;
    }

    .page-id-118 .page-content header {
        padding:200px 0 0;
    }
    .page-content h1.title-ddjj {
        font-size:46px;
    }

    /* Noticias Archivo */
    .noticias-archivo {
        padding-top:250px;
    }


    /* Post Password */
    .post-password-form &gt; p {
        font-weight: 600;
        line-height: 24px!important;
        font-size: 18px!important;
    }
    .post-password-form label input {
        margin:0;
        width:auto;
    }
    .post-password-form label {
        margin: 35px auto 15px;
    }
    .post-password-form input[type="submit"] {
        font-size:19px;
        line-height:19px;
    }
}
@media all and (min-width:960px) and (max-width:1240px) {
    .herramienta {
        width:28%;
    }
    .noticia-4 {
        right:-1px;
    }
    .proyecto-1 .proyecto-txt {
        left: 0;
    }
}
@media all and (min-width:960px) and (max-width:1366px) {
    .noticia-2 .noticia-recuadro {
        bottom: 0;
        right: auto;
        left:0;
    }    
    .proyecto-3 .proyecto-txt {
        left: 0;
    }
}
@media all and (min-width:960px) and (max-height:700px) {
    #nav.abierto #menu {
        margin-bottom:2%;
    }
}

/* Agregados CER Jul-2015 
Verde CER: #66bc52
*/ 
.cer-home {
	position: relative;
	margin-top: 6rem;
}
.cer-home:before {
	position: absolute;
    top: -50px;
    right: 0;
    background: url(https://www.proinged.org.ar/wp-content/themes/proinged/imgs/waves4d.svg) no-repeat right center;
    height: 100px;
    width: 500px;
    z-index: 0;
}
@media all and (max-width: 800px) {
	.cer-home {
		position: relative;
		margin-top: 8rem;
	}
	.cer-home:before {
		top: -70px;
		background: url(https://www.proinged.org.ar/wp-content/themes/proinged/imgs/waves4.svg) no-repeat right center;
		height: 50px;
		width: 200px;
	}
}

.cer-home h1 {
	color: #66bc52; 
	text-transform: uppercase;
	font-style: italic;
}
.cer-home .mensaje-video {
	position: relative;
	padding-top: 3rem;
    margin: 3rem 0;
}
.cer-home .mensaje-video div:before {
    background: #ff9900;
}
.cer-home .mensaje-video &gt; div {
	width: 100%;
	gap: 1rem;
}
.cer-home .mensaje-video div &gt; span {
    font-weight: 400;
    color: #6f6f6e;
}
.cer-home .mensaje-video div &gt; a &gt; svg {
    fill: #66bc52;
    transform: rotate(270deg);
}
.cer-home .mensaje-video div &gt; a &gt; span {
    color: #66bc52;
}

.page-content.page-cer .single-content h3 {
    font-size: 24px;
    font-weight: 600;
    color: #66bc52;
    margin: 20px 0;
}
.page-content.page-cer a, 
.page-content.page-cer .single-content blockquote {
    color: #66bc52;
}
.documentacion .page-content .single-content .documento a { 
    color: #575756;
}
/* video */
#video.video-cer:before { 
	background: linear-gradient(45deg, rgba(0, 255, 202, 1) 0%, rgba(0, 255, 202, 1) 5%, rgba(237, 159, 70, 1) 77%, rgba(237, 159, 70, 1) 100%);
	width: 100%;
    height: 100%;
    opacity: 0.7;
}
.cer-home h1,
#video.video-cer h1, 
#video.video-cer h1 strong {
    z-index: 1;
    position: relative;
	font-size: 80px;
    line-height: 80px;	
}
#video.video-cer h1 small { 
    display: block;
    font-size: 180px;
    position: absolute;
    top: -130px;
    left: auto;
    z-index: 0;
    letter-spacing: -10px;
    right: -10px;
}
#video.video-cer h1 small span {
    color: transparent;
    display: inline-block;
	text-align: right;
    -webkit-text-stroke: 2px rgb(243, 165, 70);
} 
#video.video-cer h1 small span:last-child {
    transform: translateY(60px);
}
/* Mensaje video */
.mensaje-video {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    z-index: 500;
}
.mensaje-video div {
    position: relative; 
	text-transform: none;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    font-size: 20px;
    width: 85%;
    margin: 0 auto; 
	line-height: 22px;
}
.mensaje-video div:before {
    content: "";
    position: absolute;
    top: -3rem;
    left: 0;
    width: 50px;
    height: 3px;
    background: white;
    z-index: 1;
}
.mensaje-video div &gt; span {
	font-weight: 600;
    font-style: italic; 
	max-width: 400px; 
}
.mensaje-video div &gt; a {
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.mensaje-video div &gt; a &gt; span {
    letter-spacing: 5px; 
	color: white; 
}
.mensaje-video div &gt; a &gt; svg {
	fill: white; 
	height: 40px;
}
.mensaje-video div &gt; a:hover &gt; svg, 
.mensaje-video div &gt; a:hover &gt; span {
	color: rgba(91,135,218,1); 
	fill: rgba(91,135,218,1); 
}
/* Mapa CER */
#map-cer {
	position: relative;
	background: #dfdfdf;
    border: 1px solid #e7e7e7;
}
#map-cer a.canva-map {
	opacity: 1;
}
#map-cer:hover a.canva-map {
	opacity: 0.5;
}
#view-map {
	pointer-events: none;
	z-index: 1;
    position: absolute;
    bottom: 20px;
    right: 20px;
}
#view-map svg {
	width: 40px;
    fill: #66bc52;
}
.page-content.page-cer .contenido h2 {
	display: flex;
    align-items: center;
}
.section-cer-docs {
	padding-top: 0;
}
.section-cer-docs .categoria, 
.section-cer-docs .documentos {
	padding-bottom: 0 !important;
}
/* Marcas footer */
.marcas-cer {
	background: white;	
}
.marcas-cer.marcas-page-cer {
	margin: 0 auto !important;
}
.marcas-cer:before { 
	content: none;
}
.marcas-cer a { 
	width: 25%;
}
.marcas-cer .secretaria-energia {
	width: 50%;
}
@media all and (max-width: 600px) {
	.page-content.page-cer .single-content iframe { 
		width: 100%;
		height: auto;
	} 
	.cer-home h1,
	#video.video-cer h1, 
	#video.video-cer h1 strong {
		font-size: 40px;
		line-height: 36px;	
	}
	.marcas-cer .content {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.marcas-cer a {
		height: 68px;
		width: 50% !important;
	}
	.marcas-cer .secretaria-energia {
		margin-top: 10px;
		width: 100% !important;
		order: 3;
	}
	.marcas-cer a img {
		height: auto;
		width: 100%;
	}

}
@media all and (min-width: 960px) {
	.page-content.page-cer {
		padding-top: 0;
	}
    #video.video-cer h1 small {
        font-size: 435px;
        top: -230px;
        left: -330px;
        right: auto;
    }
	.page-content.page-cer .contenidos {
        padding-bottom: 0; 
    }
	.page-content.page-cer .contenidos .contenido:last-child {
        padding-bottom: 0;
    }
	.page-content.page-cer .contenido:first-child:before {
        background: #66bc52;
    }
}

</pre></body></html>