/*
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: v2026
*/

:root {
    --c1: #5b87da;
    --g5: #f2f2f2;
    --g10: #ededed;
    --g20: #dadada;
    --g30: #c6c6c6;
    --g40: #b2b2b2;
    --g50: #9d9d9c;
    --g60: #878787;
    --g70: #706f6f;
    --g80: #575756;
    --g90: #3c3c3b;
    --cb: #000000;
    --f1: 'Dosis'; 
}

* { margin:0; padding:0; outline:0; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
a {
	color: var(--c1);
	text-decoration:none;
}
a:hover {
	color: #2e62c3;
}
a img {border:0;}
html {
    overflow-x:hidden;
}
body {
    font-family: var(--f1), sans-serif;
    font-size:16px;
    color:#6b6b6b;
}
h1, h2 {
    font-family: var(--f1), sans-serif;
    font-weight: 900;
    /* font-style: italic; */ 
}
h1 > strong, h2 > strong, h1 > span, h2 > span {
    font-weight: 900;
} 
.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: var(--f1), 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%;
}
.content.content-galeria { 
    position: relative;
}
.table {
    width:100%;
    height:100%;
    display: table;
}
section .table .content {
    height: 100%;
    display: flex;
    align-items: center;
}
.tr {
    display:table-row;
}
.td {
    display:table-cell;
    vertical-align: middle;
}
.btn-naranja {
    color: var(--c1);
    border: 2px solid var(--c1);
    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 var(--c1) inset;
}

/* Header */
#header {
    position:fixed;
    top:0;
    left:0;
    width:100%;   
    padding:40px 0;
    z-index:999;
    transition:padding ease 300ms;
}
#header .content {
    display: flex; 
	align-items: center; 
	justify-content: space-between;
}
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; */
    height: 100vh;
    box-shadow:0 0 15px rgba(0,0,0,0.25);
    overflow:hidden;
    padding:85px 0;
}
#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: var(--f1), 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;
	display: flex;
    align-items: center;
}
#nav ul li a svg { 
    fill: #fff;
}

#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-micrositio {
	padding-top: 72px; 
}
.video-small-micrositio {
	height: 50vh; 
}
.video-micrositio, 
#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-micrositio:before, 
#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; 
	z-index: 1;	
}
.video-micrositio h1, 
#video h1 {
    /* max-width: 300px; */
    margin: auto;
    width: 100%;
}
.video-micrositio h1 span, 
#video h1 span {
    display: block;
    text-align: right;   
    -webkit-text-stroke: 1px #fff;
    color:transparent;    
}
.video-micrositio h1 strong, 
#video h1 strong, 
.video-micrositio h1 span, 
#video h1 span {
	font-weight: 900; 
	text-align: left;
}
.video-micrositio .vidContain, 
#video .vidContain {
    width: 100%;
    height: 100%;
    position: absolute;
}
/*
#video .vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
*/
.video-micrositio .vid, 
#video .vid {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: -1;
}
.video-micrositio .vid iframe, 
#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; 
	display: inline-flex;
}
.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: var(--f1), sans-serif;
    position: relative;
    font-weight: 700;
    padding-bottom:35px;
}
.herramientas h2.visible {
    opacity:1;
}
.herramientas h2:after {
    content:'';
    display: block; 
    height:2px;
    background: var(--c1);
    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: var(--f1), 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; 
    position: relative;
    background: #fff;
}
.noticias-vermas {
    text-align: center;
    z-index:200;  
    /* 
    position: absolute;
	bottom: -150px; 
    bottom: 0;
    left:0;
    right:0;
    margin: auto; 
	*/
	margin: 0 auto 100px auto;
}
.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 .content > div.clearfix {
    width: 90%;
	margin: 0 auto; 
}
.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%; */
    width:90%;
    position:relative;
}
.noticia h2 {
    font-size:22px;
    line-height:22px;
    margin-bottom:5px;
    font-family: var(--f1), 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;    
	*/ 
	color: white;
}
.noticia:nth-child(even) h2 a {    
    color:rgb(91,135,218);    
}
.noticia-recuadro {
    font-size:13px;
    line-height:18px;
    font-weight:300;
    font-family: var(--f1), 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:nth-child(even) .noticia-recuadro {
    background: #f2f2f2;
}
.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: var(--f1), sans-serif;
    /* font-style: italic; */ 
    font-size:14px;
    letter-spacing: 0.03em;
    color: var(--c1); 
    text-transform: uppercase;
}
.noticia-vermas:before {
    content:'';
    display: block;
    background: var(--c1);
    color: var(--c1);
    width:30px;
    height:1px;
    position:absolute;
    top:0;
    left:25px;
}
.noticia-1 .noticia-vermas, 
.noticia-3 .noticia-vermas { 
    color: white;
}
.noticia-1 .noticia-vermas:before, 
.noticia-3 .noticia-vermas:before { 
    background: white;
    color: white;
}
.noticia-1 {
    margin-top: -100px;
    z-index: 200;
}   
    .noticia-1 .noticia-img {
        width:100%;
        height:200px;
    }
    .noticia-1 .noticia-txt {
        width:100%;   
        overflow:hidden;
        margin-top:0;
        position: relative;
        z-index:100;
    }
    .noticia-1 .noticia-recuadro {
        float:right;
        width:100%;
    }    
.noticia-2 {
    /*
	margin:-70px auto 0;
    z-index:100;
	*/ 
	margin: -70px 0;
    z-index: 100;
    margin-left: auto;
	}
    .noticia-2 .noticia-img {
        width: 100%;
        height: 250px;
		/* margin: auto; */
    }    
    .noticia-2 .noticia-recuadro {
        width: 100%;
		/*
        position: absolute;
        bottom: -130px;
        left: 0;
        right: auto;
		*/
    }
.noticia-3 {
    z-index:50;
}
    .noticia-3 .noticia-img {
        /*
		width:85%;
        float:right;
		*/
        height:220px;
        width: 100%;
    }
    .noticia-3 .noticia-txt {
        width:100%;   
        /*
		overflow:hidden;
        transform:translateY(-40px);
        position: relative;
        z-index:100;
		*/
    }
    .noticia-3 .noticia-recuadro {
        /* 
		width:200px;
        float:right;
		*/
        width: 100%;
    }
.noticia-4 {
    z-index: 1;
    /* margin-top: -150px;  */
	margin-top: -70px;
	margin-left: auto;
}  
    .noticia-4 .noticia-img {
        /* 
		width:90%;
        float:left;
		*/
        width: 100%;
        height: 250px;
    }
    .noticia-4 .noticia-recuadro {
        width: 100%; 
        /*
		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: 0 auto;
    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%;
}


/* 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: var(--f1), 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 var(--c1);    
    color: transparent;
    -webkit-text-stroke: 0.07em var(--c1);
    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: var(--c1);
    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: var(--c1);
    display: block;
    position: absolute;
}
.single-content table {
    border-left:1px solid rgb(91,135,218);
    border-top:1px solid var(--c1);
}
.single-content td {
    padding:5px 10px;
    border-bottom:1px solid var(--c1);
    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:var(--c1);
    position:absolute;
    top:0;
    left:0;
}
.relacionados:before {
    content: '';
    position: absolute;
    width: 168%;
    height: 90%;
    background-image: radial-gradient(var(--c1) 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 {
	position: relative;
    float: left;
    width: 50%;
    padding: 20px 20px 0 0;
}
@media all and (max-width: 600px) {
	.rel {
		width:100%;
		padding: 20px 0 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: 74px;
}
/* 
.page-content header {
    padding:100px 0 30px;
    text-align: center;
}
*/
.page-content header {
    padding: 30px 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: 40px;
    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: -90px;
    left: auto;
    z-index: 0;
    letter-spacing: -10px;
    right: -10px;  
	opacity: .5;	
	line-height: .7;
}
*/
.page-content h1 small { 
    display: block;
    font-size: 180px;
    position: absolute;
    top: -100%;
    z-index: 0;
    right: -10px;
    opacity: .5;
    line-height: .76;
}
.page-content h1 small span {
    color:#fff;
    display: inline-block;
    text-shadow: 
    -2px -2px 0 #5b87da,
    2px -2px 0 #5b87da,
    -2px 2px 0 #5b87da,
    2px 2px 0 #5b87da;  
	font-weight: 900;
}
.page-content h1 small span:last-child {
    /* transform:translateY(60px); */
}
.page-content .single-content {
    background:transparent;
    margin:auto;
    padding:0;
	padding-bottom: 30px; 
}
.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; 
	display: flex; 
	flex-direction: column;
	padding-bottom: 30px;
}
.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;
	overflow: hidden;
    /*
    height: 150px;
    width: 120%;
    float: left;
    position: relative;
    z-index: 0;
    margin: 0px -6%;
	*/
	height: 150px;
    width: 120%;
    margin: 0 -6%;
}
.contenido h2 {
    overflow:visible;
    font-size:17px;
    line-height: 25px;
    font-weight: 400;
    color:var(--c1);
    text-transform: uppercase;
    font-family: var(--f1), 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 > div {
    position:relative;
}
.contenido-txt > 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;
    max-width: 1080px;
}
.noticias-wrapper {
    margin:0 -6%;
}
.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: var(--f1), sans-serif;
    margin-top:60px;
}
.proyecto {
    position: relative;
    clear:both;
	margin: 5px 0;
	width: 100%;
}
.proyecto-txt {
    width: 60%;
    height: 100%;
    padding: 20px;
    text-transform: uppercase;
    font-weight: 900;
    font-style: normal;
    bottom: 0;
    position: absolute;
    z-index: 200;  
}
.proyecto-txt h2 {
    font-style: normal;
    font-family: var(--f1), 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:#ededed; 
}
.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: 17px!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(91,135,218);
	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; 
	height: 170px; 
	max-width: 40%;  	
}
.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 {
    }
    .proyecto-1 .proyecto-txt {
        background:rgb(91,135,218);
    }
    .proyecto-1 .proyecto-img {
        float: right;
        margin-right: 0;
    }
	
.proyecto-2 .proyecto-txt {
	right: 0;
    }     
    .proyecto-2 .proyecto-img {
    }
	
.proyecto-3 {
    }
    .proyecto-3 .proyecto-txt {
        background:rgb(91,135,218);
    }    
    .proyecto-3 .proyecto-img {
        float:right;
    }
	
.proyecto-4 {
    }
    .proyecto-4 .proyecto-img {
    }  
    .proyecto-4 .proyecto-txt {
        right: 0;
    }   
@media all and (max-width: 960px) and (min-width: 600px) {
	.proyecto-txt {
		width: 45%;
	}
	.proyecto-recuadro {
		width: 90%;
	}
	.proyecto-img {
		height: 300px; 
		max-width: 55%; 	
	}
}
@media all and (max-width: 600px) {
	.proyecto {
		display: flex;
		flex-direction: column; 
		margin: 10px 0;
	}
	.proyecto-img {
		max-width: 100%;
		height: 40vw;
	}
	.proyecto-txt {
		bottom: 0;
		position: relative;
		z-index: 200;
		width: 100%;
		height: 70vw;
	}
}
    
/* Proyecto */
.single-proyecto .content {
    position:relative;    
}
.single-proyecto h1 {
    color:var(--c1);
}
.single-proyecto .single-content p {
    margin:20px 0;
}
.single-proyecto .slider {
    margin-bottom: 50px;
}
.single-proyecto .slider .slick-track { 
    transition: all 200ms ease;
}
.slick-dots li:only-child {
    display: none;
}
.slick-dots {
    position: absolute;
    bottom: -30px;
    left:0;
    right:0;
    text-align: center;
    z-index: 200;
}
.slick-dots li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.slick-dots li button {
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    width: 14px;
    height: 14px;
    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:hover:not(.slick-active) button, 
.slick-dots li.slick-active button {
    background:rgb(91,135,218);
}
.imagenes {
    position: relative; 
}
.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;
	
	width: 100%;
	height: 70vh;
	background: #f5f5f5;
   
	display: flex !important;
    align-items: center;
    justify-content: center;
}
.imagenes.slider-pantalla-completa .img {
    /* height: 80vh; */
}
.imagenes .img img {
	width: 100%;
    height: 100%;
    object-fit: contain;
}
.vid iframe {
    max-width:100%;
    height:200px;
}
.galeria-descripcion {
    width: 100%;
    padding: 25px 40px;
	background:rgb(91,135,218);
    color:#fff;
    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;
}
@media all and (max-width: 800px) {
	.slick-dots button {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.slick-dots li button {
		width: 10px;
		height: 10px;
	}
	.imagenes .img { 
		height: 450px !important;
	}
}

@media all and (max-width: 600px) {
	.slick-dots li {
		width: 16px;
		height: 16px;
		line-height: 16px;
	}
	
	/* 
	.imagenes .img { 
		height: 243px !important;
	}
	*/
	.imagenes .img { 
		height: 60vh !important;
	}
}

/* Documentación */
.documentacion .page-content {
    position: relative;
}
.documentacion .page-content .single-social {
    left:auto;
    right:0;
    top:-150px;
    font-family: var(--f1), sans-serif;
    max-height:600px;
}
.documentacion .page-content .single-content.single-documentos {
    /* 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 {
    margin-bottom: 50px;
    position: relative;
}
.documentacion .page-content .single-content .categoria:after {
    content:'';
    width:167px;
    height:12px;
    position: absolute;
    bottom:-7px;
    left:20px;
    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: var(--f1), sans-serif;
}
*/
.documentacion .page-content .single-content .categoria h2 {
    font-size: 20px;
	line-height: 1; 
    font-weight: 600;
    color: #504f53;
    font-family: var(--f1), sans-serif;
    background: white;
    position: relative;
    padding: 5px 5px 25px 5px;
    left: -5px;
    display: flex;
}
/* 
.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 .subcategoria h3 {
    color: #504f53;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    padding: 3px 10px 3px 25px;
    font-size: 20px;
    letter-spacing: 0.03em;
    line-height: 20px;
    margin-bottom: 20px;
}
.documentacion .page-content .single-content .categoria .subcategoria .documentos {
    margin-bottom: 20px; 
    overflow:hidden; 
}
.documentacion .page-content .single-content .categoria .subcategoria:last-child .documentos {
    margin-bottom: 0;
}
/* 
.documentacion .page-content .single-content .documento a {
    display: block;
    padding:0 0 8px 0;
    border-bottom:2px solid var(--c1);
    margin:0 0 20px 25px;
    float:left;
    clear:both;
    color:rgb(91,135,218);    
}
*/ 
.documentacion .page-content .single-content .documento a {
    display: block;
    padding: 0 0 8px 0;
    border-bottom: 1px solid var(--c1);
    margin: 0 0 20px 25px;
    float: left;
    clear: both;
    color: var(--c1);
}
.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:var(--c1);
}
.documentacion .page-content .single-content .documento a strong {
    transition:margin ease 200ms;
    font-weight: 500;
    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);
}
@media all and (max-width: 600px) {
	.documentacion .page-content .single-content .documento a {
		display: inline-flex;
		align-items: baseline;
		flex-direction: column;
	}
	.documentacion .page-content .single-content .documento a strong {
		max-width: 100%; 
		flex: 1;
	}
}

/* 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: var(--f1), sans-serif;
    font-size: 16px;
}

.post-password-form > 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 var(--c1);
    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: var(--f1), 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; 
		display: none;
    }

    /* 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-micrositio {
		padding-top: 84px; 
	}

	.video-micrositio:before, 
    #video:before {
        background-position: -20px 50px;
        background-size: 91px 51px;
    }
	.video-micrositio, 
    #video {
        font-size:75px;
        line-height:60px;
    }
	.video-micrositio h1, 
    #video h1 { 
		margin: initial;
        max-width:710px;
        /* transform:translateX(10%); */
    }
	.video-micrositio:before, 
    #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:21%; 
        padding:50px 0;
        font-size:24px;
        margin:0 2%;
        background:#fff;
    }
    .herramienta h3 {
        font-size:24px;    
    }
    .herramienta p {
        visibility: hidden;
    }
    .herramienta:hover p {
        visibility: visible; 
		color: #fff;
    }
    .herramientas h2:after {
        width:0;
    }
    .herramientas h2.showAfter:after {
        width:40px;    
    }
    .herramienta:hover {
        background: var(--c1);
        color:#fff;
        animation:herramienta 250ms;
    }
    .herramienta:hover path {
        fill:#fff;
    }
	.herramienta:hover path.st1 {
		fill: transparent;
		stroke: white;
	}
	.herramienta:hover path.st0 { 
		fill: white;
	}
    .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 {
		width: 50%;
        margin-top: -300px;
    }
        .noticia-1 .noticia-img {
            width:100%;
            height:367px;
        }
        .noticia-1 .noticia-txt {
            /* width:90%;  */
        }
        .noticia-1 .noticia-recuadro {
            /* width:378px; */
        }
    .noticia-2 {
        margin: 110px 0 0; 
        z-index:300;
		right: 40px;
		}
        .noticia-2 .noticia-img {
            height:430px;
            /* 
			width:75%;
			float:right; 
			*/
        }
        .noticia-2 .noticia-recuadro {
            /* 
			width: 330px;
            bottom: 20%;
            right: -36%;
            left:auto
			*/
        }
    .noticia-3 {
        margin-top: 120px;
        z-index:100;
		left: 40px;
    }
        .noticia-3 .noticia-img {
            width:100%;
            height:380px;
            /* float:right; */
        }
        .noticia-3 .noticia-recuadro {
            /* width:378px; */ 
        }
    .noticia-4 {
        right: 40px;
        margin-top: 120px;
    }   
        .noticia-4 .noticia-img {
            height:445px;
			/* 
            width:95%;
            float:right;
			*/
        }
        .noticia-4 .noticia-recuadro {
            /*
			width: 380px;
            position: absolute;
            bottom: 10%;
            right: -10%;
            left:auto;
			*/
        }
	
	
    .noticias-vermas {
		position: absolute;
        bottom:-20px;
		bottom: 0;
		left:0;
		right:0;
		margin: auto; 
    }
        



    /* 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 {
		padding-top: 84px;
	}

	.page-content header {
		padding:45px 0;
	}

    .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: 300px;
        top: -140px;
        left: -74px;
        right: auto;
		*/
		font-size: 300px;
        top: -80px;
        left: -74px;
        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 {
		flex-direction: row; 
        padding-bottom: 55px; 
    }
	.contenido.odd {
		flex-direction: row-reverse;
	}
	.contenido.odd .contenido-txt {
		transform: translateX(0);
	}
	.contenido.odd .contenido-img {
		transform: translateX(50px);
	}
	/* Pali */
    .contenido-img { 
		height: auto;
        width: 50%;
		margin: 0; 
    }
    .contenido-txt {
        width: 50%;
        padding: 35px 35px 35px 95px;
        transform: translateX(50px);
        margin: 50px 0;
    }
    .contenido.even .contenido-txt {
        transform: translateX(50px);
    }
    .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 var(--c1);
    }
    .contenido-txt > 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; */
		width: 40%;
        height: 100%;
        padding:60px;
    }
    .proyecto-txt a {
        font-size:37px;
        line-height:28px;
    }
    .proyecto-vermas {
        margin-top: 20px;
        text-indent: 1px;
    }
	.proyecto-txt { 
		max-width: 40%;
	}
	.proyecto-img { 
		max-width: 60%;
	}
    .proyecto-1 .proyecto-txt {
        /* 
		bottom: -15%;
        left: -20%;
		*/
    }
    .proyecto-1 .proyecto-img {
        /* max-width:700px; */
        height:400px;
        /* margin-right: 90px; */
    }    
    .proyecto-2 .proyecto-img {
        /* 
		max-width:530px;
        */ 
        height:400px;
		margin:0;
    }
    .proyecto-2 .proyecto-txt {
        /* left: 450px; */
		right: 0;
    }
    .proyecto-3 .proyecto-img {
        /* 
		max-width:860px;
        height:300px; 
        float: none;
		*/
        height: 400px;
        max-width: 60%;
    }
    .proyecto-3 .proyecto-txt {
        /* left: -20%; */
        left: 0;
    }
    .proyecto-4 .proyecto-img {
        height:400px;
		margin:0;
    } 
    .proyecto-4 .proyecto-txt {
		right: 0;
    } 
	/* 
    .masproyectos {
        transform: translateY(-125px);
    }
	*/
    .proyectos .waves {
        width: 80%;
        height: 150px;
    }
    .vid iframe {
        max-width:100%;
        height:720px;
    }
    .galeria-descripcion {
        left: 63px;
        top: 0;
        width: 355px;
        padding: 20px 50px;
        font-size: 19px;
        line-height: 21px;
        position: absolute;
    }
    .imagenes {
    }
    .imagenes:before {
        top:auto;
        left:auto;
        bottom: -15%;
        right: -75%;
        width: 100%;
    }
    .slick-dots li {
        line-height: 20px;
    }

    /* Documentacion */
    .documentacion .page-content .single-content .documento a span {
        margin-right:55px;
    }
    .documento i {
        font-size: 14px;
        display: inline-block;
        transform: translateY(-2px);
        color:var(--c1);
    }
    .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 > 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;
    }
	.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;
	}
	.documentacion .page-content .single-content .categoria h2 {
		font-size: 24px;
	}
	.documentacion .page-content .single-content .categoria .subcategoria .documentos {
		margin-bottom: 50px; 
	}
}
@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 > div {
	width: 100%;
	gap: 1rem;
}
.cer-home .mensaje-video div > span {
    font-weight: 400;
    color: #6f6f6e;
}
.cer-home .mensaje-video div > a > svg {
    fill: #66bc52;
    transform: rotate(270deg);
}
.cer-home .mensaje-video div > a > span {
    color: #66bc52;
}

.page-content.page-cer .single-content h3, 
.page-content.page-micrositio .single-content h3 {
    font-size: 24px; 
	line-height: 1.2;
    font-weight: 600;
    color: #66bc52;
    margin: 20px 0;
}
.page-content.page-micrositio {
    padding-top: 50px;
}
.page-content.page-micrositio .single-content h3 {
    font-size: 24px;
	line-height: 1.2;
    font-weight: 600;
    color: #5b83da;
    margin: 20px 0;
}

/* video */
.video-micrositio:before, 
#video.video-cer:before { 
	background: linear-gradient(45deg, rgb(28 136 199) 0%, rgb(0 154 255) 20%, rgb(91 203 218) 75%, rgb(213 237 241) 100%); 
	width: 100%;
    height: 100%;
    opacity: 0.7;
}
.cer-home h1,
.video-micrositio h1, 
#video.video-cer h1, 
#video.video-cer h1 strong {
    z-index: 1;
    position: relative;
	/* 
	font-size: 80px;
    line-height: 80px;	
	*/
}
.video-micrositio h1 small, 
#video.video-cer h1 small { 
    display: block;
    font-size: 180px;
    position: absolute;
    top: -90px;
    left: auto;
    z-index: 0;
    letter-spacing: -10px;
    right: -10px;
    opacity: .5;
    line-height: .7;
}
.video-micrositio h1 small span, 
#video.video-cer h1 small span {
    color: transparent;
    display: inline-block;
	text-align: right;
    -webkit-text-stroke: 2px white;
} 
.video-micrositio h1 small span:last-child, 
#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; 
	margin: 0 5%;
}
.mensaje-video div {
    position: relative; 
	text-transform: none;
    color: white;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    font-size: 20px;
    width: 100%;
    margin: 0 auto; 
	line-height: 22px;
}
.mensaje-video div:before {
    content: "";
    position: absolute;
    top: -2rem;
    left: 0;
    width: 50px;
    height: 3px;
    background: white;
    z-index: 1;
}
.mensaje-video div > p {
    font-size: 22px;
	font-weight: 600;
}
.mensaje-video div > span {
	/* font-weight: 600; */
    /* font-style: italic; */  
	max-width: 400px; 
}
.mensaje-video div > a {
	display: flex;
	align-items: center;
    justify-content: space-between;
}
.mensaje-video div > a > span {
    letter-spacing: 5px; 
	color: white; 
}
.mensaje-video div > a > svg {
	fill: white; 
	height: 40px;
}
.mensaje-video div > a:hover > svg, 
.mensaje-video div > a:hover > 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: var(--c1);
}
.page-content.page-cer .contenido h2, 
.page-content.page-micrositio .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: 800px) { 
	.video-micrositio h1 {
		height: 136px;
        display: flex;
        align-items: center;
	}
	.video-micrositio h1 small { 
		height: 136px; 
		top: auto;
	}
}
@media all and (max-width: 600px) {
	.cer-home h1,
	.video-micrositio h1, 
	#video.video-cer h1, 
	#video.video-cer h1 strong {
		/* 
		font-size: 40px;
		line-height: 36px;	
		*/
	}
	.marcas-cer {
		padding: 20px 0;
	}
	.marcas-cer .content {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-around;
	}
	.marcas-cer a {
		height: 68px;
		width: 40% !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, 
	.page-content.page-micrositio {
		padding-top: 0;
	}
	.video-micrositio h1 small, 
    #video.video-cer h1 small {
        /* 
		font-size: 300px;
        top: -140px;
        left: -74px;
        right: auto; 
		*/ 
		font-size: 300px;
        top: -80px;
        left: -74px;
        right: auto;
    }
	.page-content.page-cer .contenidos, 
	.page-content.page-micrositio .contenidos {
        padding-bottom: 0; 
    }
	.page-content.page-cer .contenidos .contenido:last-child, 
	.page-content.page-micrositio .contenidos .contenido:last-child {
        padding-bottom: 0;
    }
	.page-content.page-cer .contenido:first-child:before, 
	.page-content.page-micrositio .contenido:first-child:before {
        background: #66bc52;
    }
}

/* Materiales */
/* Listados materiales */ 
.single-materiales .content, 
.archivo-materiales {
    display: flex;
    flex-wrap: wrap; 
	column-gap: 50px;
}
.archivo-materiales {
    margin-top: 40px;
    margin-bottom: 40px;
}
.single-material, 
.cards-materiales {
    width: calc(100% - 300px);
    flex: 1;
}
.single-material .content-galeria { 
	/* padding-bottom: 50px; */
}

.single-material .contenido-material {
    margin-bottom: 40px;
}
@media all and (max-width: 600px) {
	.galeria-materiales .imagenes .img {
		height: 220px !important;
	}
}
.galeria-materiales .imagenes .img img {
    object-fit: cover;
}
.single-material .vid, 
.single-material .vid iframe, 
.single-material .contenido-material iframe, 
.page-content.page-cer .single-content iframe,  
.page-content.page-micrositio .single-content iframe {
	width: 100%;
	height: 480px;
}
.single-material .videos .slick-dots {
    position: relative;
    bottom: 0;
    margin: 20px 0;
}
.material, 
.card-material {
	position: relative;
    padding: 30px;
    margin: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 280px;
    width: calc(33.333333% - 20px);
}
.card-material:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    border: 1px solid white;
    z-index: 1;
}
.card-material:after { 
	content: "";
	position: absolute; 
	top: 0;
	left: 0;
	height: 100%;
    width: 100%;
	opacity: 0.7;
}
.card-material:hover:after { 
	opacity: 0.85;
}
.card-material .content-card { 
	width: 100%;
    height: 100%;
    position: relative; 
}
.card-material h3 {  
    z-index: 1;
    position: absolute;
    top: 0;
    color: white;
    font-style: normal;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 0.78; 
}
.card-material p {  
    z-index: 1;
    position: absolute; 
	bottom: 0;
	color: white;
    font-style: normal;
	font-size: 18px;
}
.card-biomateriales:after {
	/* background-color: #62bc69; */
	background-color: #2da737; 
	background: linear-gradient(0deg,rgba(58, 153, 68, 1) 20%, rgba(98, 188, 105, 1) 80%);
}
.card-reciclados:after {
	/* background-color: #f5ab4c; */
	background-color: #ff9610; 
	background: linear-gradient(0deg, rgba(222, 150, 55, 1) 20%, rgba(245, 171, 76, 1) 80%);
}
.card-sistemas:after {
	/* background-color: #5884af; */
	background-color: #0b4b8a; 
	background: linear-gradient(0deg,rgba(50, 100, 150, 1) 20%, rgba(88, 132, 175, 1) 80%);
}


/* Single materiales */ 
.wrapper-materiales {
	margin-top: 84px;
}
.single-material .cabecera-material { 
	width: 100%;
	padding: 40px; 
	position: relative;
}
.single-material .cabecera-material:before { 
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 440px;
}
.single-material .cabecera-material .titulo-material { 
	position: relative;
    color: white;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    line-height: 1;
    z-index: 1;
}
.single-material .cabecera-material h1 {  
	font-size: 50px;
	font-style: normal; 
    text-transform: uppercase;
}
.single-material .cabecera-material p { 
	font-size: 18px;
}
.single-biomateriales .cabecera-material:before {
	background-color: #62bc69; 
	background: linear-gradient(0deg,rgba(58, 153, 68, 1) 20%, rgba(98, 188, 105, 1) 80%);
}
.single-reciclados .cabecera-material:before {
	background-color: #f5ab4c;
	background: linear-gradient(0deg, rgba(222, 150, 55, 1) 20%, rgba(245, 171, 76, 1) 80%);
}
.single-sistemas .cabecera-material:before { 
	background-color: #5884af;
	background: linear-gradient(0deg,rgba(50, 100, 150, 1) 20%, rgba(88, 132, 175, 1) 80%);
}


/* NAV Accesos materiales */ 
.wrapper-nav-materiales {
	
}
.box-shadow {
    box-shadow: 0 0 30px 0px #0000001c;
}
.wrapper-nav-materiales .notice {
	margin: 0;
    padding: 30px;
}
.wrapper-nav-materiales .btn-volver:hover h3, 
.wrapper-nav-materiales .btn-volver:hover h3 svg { 
	color: #5b87da; 
	fill: #5b87da; 
}
.wrapper-nav-materiales h3 { 
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px; 
	margin-top: 40px; 
	color: #6b6b6b; 
	text-transform: uppercase;
	display: inline-flex; 
	align-items: center; 
	column-gap: 5px;
}
body.page .wrapper-nav-materiales h3 { 
	margin-top: 10px; 
}
.wrapper-nav-materiales .nav-materiales {
	display: flex;
    align-items: center;
    justify-content: space-around;
}
.acceso {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 140px;
	position: relative; 
	cursor: pointer; 
	border-left: 5px solid transparent;
}
/* botones: acceso */ 
.acceso {
	background: #f5f5f5;
    color: #6f6f6e;
} 
.acceso span {
	line-height: 1;
} 
.acceso i {
	display: inline-flex;
}
.acceso i svg {
	fill: #6f6f6e; 
}
.acceso-todos { 
	background: white;
    color: #6f6f6e;
}
.acceso-todos i svg {
    fill: #6f6f6e; 
}
.acceso:before {
    content: "";
	position: absolute; 
	width: calc(100% + 5px); 
	height: 100%;
	top: 0;
	left: -5px;
	background: transparent;
}
.acceso:hover:before {
	background: #00000014;
}
/* activos */ 
.acceso.acceso-biomateriales:hover, 
.acceso-biomateriales.acceso-activo {
	background: #62bc69;
    color: white;
}
.acceso.acceso-biomateriales:hover i svg, 
.acceso-biomateriales.acceso-activo i svg {
    fill: white;
}
.acceso.acceso-reciclados:hover, 
.acceso-reciclados.acceso-activo {
	background: #f5ab4c;
    color: white;
}
.acceso.acceso-reciclados:hover i svg, 
.acceso-reciclados.acceso-activo i svg {
    fill: white;
}
.acceso.acceso-sistemas:hover, 
.acceso-sistemas.acceso-activo {
	background: #5884af;
    color: white;
}
.acceso.acceso-sistemas:hover i svg, 
.acceso-sistemas.acceso-activo i svg {
    fill: white;
}
/* in category */ 
.acceso-biomateriales.acceso-in-category {
	border-color: #62bc69 !important;
}
.acceso-reciclados.acceso-in-category {
	border-color: #f5ab4c !important;
}
.acceso-sistemas.acceso-in-category {
	border-color: #5884af !important; 
}

/* Accesos Materiales en Columnas */ 
.wrapper-nav-materiales.nav-columna {
    max-width: 250px;
    width: 100%;
}
.wrapper-nav-materiales.nav-columna .nav-materiales {
    flex-direction: column;
}
.wrapper-nav-materiales.nav-columna .nav-materiales .acceso {
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 20px;
    width: 100%;
    height: auto;
}
@media all and (max-width: 1100px) { 
	.material, .card-material {
		width: calc(50% - 20px);
	}
}
@media all and (max-width: 800px) {
	.archivo-materiales { 
	    margin-top: 0;
	    margin-bottom: 20px;
	}
	.wrapper-nav-materiales {
		max-width: 100%; 
	}
	.wrapper-nav-materiales:not(.nav-fixed-mobile) {
		margin: 20px 0;
	}
	.material, .card-material {
		height: 320px;
	}
	.single-material .vid, 
	.single-material .vid iframe, 
	.single-material .contenido-material iframe, 
	.page-content.page-cer .single-content iframe,  
	.page-content.page-micrositio .single-content iframe {
		height: 390px;
	}
} 
@media all and (max-width: 600px) {
	.wrapper-nav-materiales .nav-materiales {
		flex-direction: column;
	}
	.wrapper-nav-materiales .nav-materiales .acceso {
		justify-content: space-between;
		flex-direction: row-reverse;
		padding: 20px 15px;
		width: 100%;
		height: auto;
	}
	.wrapper-nav-materiales .notice {
		padding: 20px;
	}
	.material, .card-material {
		width: calc(100% - 20px);
		height: 300px;
	}
	.single-material .vid, 
	.single-material .vid iframe, 
	.single-material .contenido-material iframe, 
	.page-content.page-cer .single-content iframe,  
	.page-content.page-micrositio .single-content iframe {
		height: 180px; 
	}
}
/* Botonera materiales fixed on mobile */
@media all and (max-width: 800px) {
	.wrapper-nav-materiales.nav-fixed-mobile {
		position: fixed;
		bottom: 0; 
		left: 0;
		max-width: 100%;
		z-index: 200; 
	}
	.wrapper-nav-materiales.nav-fixed-mobile .acceso {
		border-left: 0;
		border-bottom: 5px solid transparent; 
		padding: 30px 20px;
	}
	.wrapper-nav-materiales.nav-fixed-mobile .acceso:before {
		width: 100%; 
		height: calc(100% + 5px);
		left: 0;
        bottom: -5px;
	}
	.wrapper-nav-materiales.nav-fixed-mobile .notice, 
	.wrapper-nav-materiales.nav-fixed-mobile h3, 
	.wrapper-nav-materiales.nav-fixed-mobile .acceso-todos {
		display: none;
	} 
	.wrapper-nav-materiales.nav-fixed-mobile .nav-materiales {
		flex-direction: row;
	}
	.wrapper-materiales {
		margin-top: 74px; 
	}
	.single-materiales .content {
		width: 100%;
	}
	.single-material .cabecera-material:before {
		height: 408px;
	}
}
@media all and (max-width: 600px) { 
	.wrapper-nav-materiales.nav-fixed-mobile .nav-materiales .acceso {
		align-items: center;
        padding: 16px 0;
        flex-direction: column;
        row-gap: 8px;
	}
	.single-material .cabecera-material {
		padding: 5%;
	}
	.single-material .cabecera-material:before {
		height: 250px;
	}
}

/* Submenú micrositios */ 
.submenu-micrositio {
	padding: 22px 0; 
	background: white; 
	box-shadow: 0 0 30px 0px #0000001c; 
	text-transform: uppercase; 
	overflow: hidden;
}
.submenu-micrositio .content {
	display: flex;
    align-items: center;
	justify-content: space-between;
	position: relative; 
}
.submenu-micrositio .items-submenu {
	margin-left: auto; 
	display: flex;
    align-items: center; 
	column-gap: 20px; 
}
.item-home-micrositio {
    display: inline-flex;
    align-items: center;
    color: #6f6f6e;
}
i {
	display: inline-flex;
}
.item-micrositio a {
	color: #6f6f6e; 
	line-height: 1;
}
.item-micrositio:hover a, 
.item-micrositio:hover a svg, 
.item-micrositio.active a {
	color: #5884af;
	fill: #5884af;
}
.item-home-micrositio a { 
    display: inline-flex;
    align-items: center; 
}
.item-home-micrositio .icono-home { 
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #dfdfdf;
    border-radius: 50%; 
	z-index: 1;
	margin-right: 8px; 
}
.item-home-micrositio svg { 
    width: 24px;
    height: 24px; 
	color: #6f6f6e;
	fill: #6f6f6e;
}
@media all and (max-width: 800px) {
	.item-home-micrositio svg {
		width: 20px;
		height: 20px;
	}
	.item-home-micrositio .icono-home { 
		width: 30px;
		height: 30px;
	}
	
}

/* Hamburguesa micrositio */
.nav-toggle-micrositio { 
    width: 30px;
    height: 16px;
    position:relative;
    cursor:pointer;
}
.nav-toggle-micrositio span,
.nav-toggle-micrositio span:before,
.nav-toggle-micrositio span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background: #5884af;
}
.nav-toggle-micrositio span {
    top: 8px;
}
.nav-toggle-micrositio span:before {
    top: -8px;
}
.nav-toggle-micrositio span:after {
    top: 8px;
}

.nav-toggle-micrositio span,
.nav-toggle-micrositio span:before,
.nav-toggle-micrositio span:after{
    transition: .3s;
}
.nav-toggle-micrositio.active span{
    background: transparent;
}
.nav-toggle-micrositio.active span:before{
    transform: rotate(45deg);
    top: 0;
}
.nav-toggle-micrositio.active span:after{
    transform: rotate(-45deg);
    top: 0;
}

/* Efectos toggle */ 
.nav-toggle-micrositio {
	display: none;
}
@media all and (max-width: 960px) {
	.nav-toggle-micrositio {
		display: inline-flex;
	}
	.submenu-micrositio .items-submenu {
		margin-top: 6px;
		margin-left: 0;
		width: 100%;
		order: 3;
		display: none;
	}
	.submenu-micrositio.submenu-open {
		width: 100%;
		order: 3;
	}
	.submenu-micrositio.submenu-open .content {
		flex-wrap: wrap;
	}
	.submenu-micrositio.submenu-open .items-submenu {
		display: block; 
		padding-left: 38px;
        position: relative;
	}
	.submenu-micrositio.submenu-open .items-submenu:before {
		content: "";
        position: absolute;
        top: -66px;
        left: 0;
        height: calc(100% + 102px);
        width: 15px;
        border-right: 1px solid #e3e3e3; 
	}
	.submenu-micrositio.submenu-open .items-submenu li {
		padding: 6px 0; 
	}
} 

/* Slider logos */ 
.slider-logos .slick-track { 
	margin-left: 0; 
}
.img_logo { 
	width: 25%; 
} 

/* Banner Home - Nuestra Sede */ 
.banner-nuestra-sede {
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat; 
	padding: 50px;
    position: relative;
}
.banner-nuestra-sede:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, rgb(28 136 199) 0%, rgb(0 154 255) 20%, rgb(91 203 218) 75%, rgb(213 237 241) 100%);
    width: 100%;
    height: 100%;
    opacity: 0.5;
    z-index: 1;
}
.banner-nuestra-sede > .content {
    position: relative;
	z-index: 1;
}
.banner-nuestra-sede h2 {
	color: white;
    font-size: 50px;
    text-transform: uppercase;
	text-shadow: 0px 0px 5px #878787;
	line-height: 1.1;
}
.banner-nuestra-sede h2 span {
	font-weight: 200;
}
.banner-nuestra-sede p {
	color: white;
    font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
	text-shadow: 0px 0px 5px #878787;
}
a.btn-conocelo {
	background: white;
    color: var(--c1);
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 5px;
    padding: 0 50px;
    display: inline-flex;
    align-items: center;
}
a.btn-conocelo:hover {
	background: var(--c1);
    color: white;
}
a.btn-conocelo span, 
a.btn-conocelo svg {
    color: var(--c1);
    fill: var(--c1); 
	font-weight: 700;
}
a.btn-conocelo:hover span, 
a.btn-conocelo:hover svg {
    color: white;
    fill: white; 
}
@media all and (max-width: 600px) {
	.banner-nuestra-sede {
		padding: 10vh 5%;
	}
	.banner-nuestra-sede .content {
		margin: 0;
		text-align: center;
		width: 100%;
	}
}

/* Slider Home */ 
.content-slider-home .table {
	z-index: 2;
    position: relative;
}
.slider-home { 
	position: relative; 
	height: calc(100% - 186px);
}
.slider-home:before { 
	content: "";
	position: absolute; 
	top: 0;
	left: 0;
	background: linear-gradient(45deg, rgb(28 136 199) 0%, rgb(0 154 255) 20%, rgb(91 203 218) 75%, rgb(213 237 241) 100%);
	width: 100%;
    height: 100%;
    opacity: 0.7;
	z-index: 1;
}
.slider-home .slick-list, 
.slider-home .slick-track {
	width: 100%;
	height: 100%;
}
.slider-home .img {
	width: 100%;
	height: 100%;
	display: flex; 
	align-items: center;
	justify-content: center;
	
}
.slider-home .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Menú principal */ 
#menu-principal ul {
	display: flex; 
	align-items: center;
	column-gap: 20px;
}
#menu-principal ul li {
	position: relative;
}
#menu-principal ul li a {
	color: white;
    text-transform: uppercase;
    text-shadow: 0px 0px 5px #878787;
    display: inline-flex;
    align-items: center;
}
#menu-principal ul li a svg { 
	fill: white;
}
#nav ul li a.active svg, 
#menu-principal ul li a.active svg {
	transform: rotate(180deg);
}
#menu-principal ul.children {
	display: none; 
	width: max-content; 
	position: absolute;
    margin-top: 28px;
    padding: 10px 0; 
    background: var(--c1);
}
#menu-principal ul.children li {
	display: flex;
}
#menu-principal ul.children li a {
	padding: 10px 30px; 
	width: 100%; 
	font-size: 16px;
}
#menu-principal ul.children li:hover a {
    background: #5b7bda; 
}

@media all and (max-width:960px) { 
	#menu-principal { 
		display: none; 
	}
}

/* Licitaciones */
.licitaciones {}

.categoria:before { 
    content: "";
    position: absolute;
    height: 100%;
    width: 4px;
    left: 0;
    border-left: 1px solid var(--c1);
}
.categoria.estado-finalizada {
    opacity: .8;
}
.categoria.estado-finalizada:before {
    border-left: 1px solid #808080;
}
.documentacion .page-content .single-content .categoria.estado-finalizada .documento a {
    border-bottom: 1px solid #808080;
    color: #808080;
}

.tag-licitacion {
	display: none; 
	margin-bottom: 20px;
    padding: 2px 30px;
    display: inline-flex;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    background: var(--c1);
    color: white;
	position: relative;
    top: -5px;
}
.licitaciones .categoria.estado-finalizada .tag-licitacion {
    background: #808080;
}

/* Bar fixed micrositios */ 
.bar-fixed-wrapper {
	position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    z-index: 101; 
    display: none;
}
body.scrolled .bar-fixed-wrapper {
    display: flex;
	
}
.bar-fixed {
	background: #326496;
	background: linear-gradient(44deg, rgba(50, 100, 150, 1) 20%, rgba(88, 132, 175, 1) 80%);
    padding: 20px 60px;
    margin: 0 auto;
    display: inline-flex;
    align-items: center; 
	column-gap: 10px;
    color: #e1e1e1;
    position: relative;
}
.bar-fixed:hover {
    color: white;
}
.bar-fixed span {
	flex: 1;
	line-height: 1.2;
}
.bar-fixed .icono {
	line-height: 1;
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #e1e1e1;
    border-radius: 50%;
}
.bar-fixed .icono svg {
	fill: var(--c1);
}
.bar-fixed:hover .icono {
    background: white;
}
@media all and (max-width:600px) { 
	.bar-fixed-wrapper {
		bottom: 20px;
	}
	.bar-fixed {
        padding: 10px 20px;
        margin: auto 10px;
    }
}

.cabecera-micrositio {
	height: 50vh;
}
.cabecera-micrositio .vid {
	height: 100%; 
}
.cabecera-micrositio .vid img {
	width: 100%; 
	height: 100%; 
	object-fit: cover; 	
}

/* Tags Proyectos */
.tags-proyecto {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 25px;
}
.tags-proyecto a {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	padding: 5px 15px;
    cursor: default;
	text-transform: uppercase;
    border: 2px solid white;
	color: white; 
	position: relative;
}
.single-proyecto .tags-proyecto a:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #00000024;
}
.tags-proyecto a span {
	position: relative;
}

.proyecto-2 .tags-proyecto a, 
.proyecto-4 .tags-proyecto a {
    border: 2px solid var(--c1);
	color: var(--c1);
}
.single-proyecto .tags-proyecto {
	position: absolute;
    top: -140px;
    width: 100%;
}
.single-proyecto .tags-proyecto > .content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}
@media all and (max-width: 600px) { 
	.tags-proyecto {
		margin-bottom: 20px;
	}
	.single-proyecto .tags-proyecto {
		top: -80px;
        left: 20px;
	}
	.tags-proyecto a {
		font-size: 12px;
		line-height: 12px;
		padding: 4px 6px;
	}
}

/* Dots viewport */
.dots-viewport {
	overflow: hidden;
    width: 130px;
    margin: 20px auto;
    position: relative;
    height: 100%;
	display: flex;
}
.dots-viewport .slick-dots {
  display: flex !important;
  transition: transform 0.3s ease;
  position: relative; 
  bottom: 0;
}
.dots-viewport .slick-dots {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.dots-viewport .slick-dots li {
  flex: 0 0 16px; 
  display: flex; 
  align-items: center; 
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease;
}
/* estado base */
.dots-viewport .slick-dots li button {
  /* font-size: 8px; */
  opacity: 0.3;
}
/* activo */
.dots-viewport .slick-dots li.slick-active button {
  opacity: 1;
}
/* extremos visibles */
.dots-viewport .slick-dots li.is-edge button {
  opacity: 0.2;
  transform: scale(0.7);
} 


