@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,		
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
input, textarea, select, button,
header, section, article, footer, aside, figure, figcaption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-decoration:none;
	color:inherit;
	background-color:transparent;
	}

strong {
	font-weight: bold;
	}
:focus {
	outline:0;
	}
body{
	line-height: 1;
	}
ol, ul {
	list-style: none;
	}
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}
del {
	text-decoration: none;
}
html {
	font-size: 62.5%;
    height: 100%;
}

/*---------------Tipografia----------------*/
@font-face {
	font-family: 'EncodeSanslight';
	src: url("../fonts/encode/EncodeSans-Light.ttf") format("opentype");
}
@font-face {
	font-family: 'EncodeSansBold';
	src: url("../fonts/encode/EncodeSans-Bold.ttf") format("opentype");
}
@font-face {
	font-family: 'EncodeSansMedium';
	src: url("../fonts/encode/EncodeSans-Medium.ttf") format("opentype");
}
@font-face {
	font-family: 'EncodeSans';
	src: url("../fonts/encode/EncodeSans-Regular.ttf") format("opentype");
}
/*---------------Fin tipografia----------------*/

* {
	font-family: 'EncodeSans', sans-serif;
}




body {
	font-family: "EncodeSans", Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size:100%;
	line-height:1;
	color:#333;
	height:100%;
	background: #f2f2f2;
	overflow-x:hidden;
	overflow-y:scroll;
}
:focus {
	outline: 2px #009aae dashed;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; /* 1 */
}



.section {
	padding: 6rem 0;
	position: relative;
	overflow: hidden;
}
.proyecto .section:before {
	content: '';
	position: absolute;
	left: 0;
	top: -10rem;
	right: 0;
	height: 10rem;
	box-shadow: 0 0 2rem 0 rgba(0,0,0,.1);
}
.section:first-child {
	padding-top: 7rem;
}
.section:last-child {
	padding-bottom: 6rem;
}
@media (max-width: 960px) {
	.section {
		padding: 3.5rem 0;
	}
	.section:first-child {
		padding-top: 5rem;
	}
	.section:last-child {
		padding-bottom: 5rem;
	}
}
.page {
	font-size: 1rem;
	padding: 0 3.5rem;
	max-width: 1170px;
	margin: 0 auto;
}
.row {
	margin: 0 -3.5rem;
	font-size: 0;
}
.row.rowC,
.row.rowC .col {
	text-align: center;
}
.row.rtl {
	direction: rtl;
}
.row + .row {
	margin-top: 5rem;
}
.col + .clear {
	margin-bottom: 5rem;
}
.hr {
	margin: 5rem 0;
	height: 1px;
	background: #ccc;
}
.col {
	font-size: 1rem;
	box-sizing: border-box;
	padding: 0 3.1rem;
	min-height: 1px;
	text-align: left;
	direction: ltr!important;
}
.col > p:last-child {
	margin-bottom: 0!important;
}
@media (min-width: 960px) {
	.colF {
		width: 100%;
	}
	.col {
		display: inline-block;
		vertical-align: top;
	}
	.col.colVm {
		vertical-align: middle;
	}
	.col1 {width: 16.666%;}
	.col2 {width: 33.333%;}
	.col3 {width: 50%;}
	.col4 {width: 66.666%;}
	.col5 {width: 83.333%;}
	.col6 {width: 100%;}
}

.clear,
.page,
.hr {
	clear:both;
}
.clear:after,
.page:after,
.hr:after {
	content:'';
	display:table;
	width:100%;
	clear:both;
}
a i {
	line-height: inherit!important;
}
a i.fa + span,
a i.fas + span,
a i.fab + span {
	position: absolute;
	left: -1000rem;
	top: auto;
}
.bt {
	display: inline-block;
	line-height: 3.8rem;
	padding: 0 1.5rem;
	text-transform: uppercase;
	font-weight: 600;
	background: #009aae;
	color: #fff;
	font-size: 1.4rem;
	border-radius: 2rem;
}
.bt + .bt {
	margin-left: 1rem;
}
.btText {
	display: inline-block;
	text-transform: uppercase;
	font-weight: bold;
	color: #009aae;
	font-size: 1.4rem;
}
.btText i,
.bt i {
	margin-right: .5em;
}
img {
	max-width: 100%;
}
span.tooltip {
	line-height: 1;
	position: absolute;
	left: 50%;
	bottom: 100%;
	transform: translate(-50% , 50%);
	white-space: nowrap;
	padding: 1rem;
	border-radius: 3px;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	color: #fff;
	background: #333;
	opacity: 0;
	visibility: hidden;
	transition: all 150ms ease;
}
span.tooltip:after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	top: 100%;
	border: solid .5rem transparent;
	border-top-color: #333;
}
a:hover span.tooltip,
a:focus span.tooltip {
	transform: translate(-50% , 0);
	opacity: 1;
	visibility: visible;
}
acronym {
	font-weight: 600;
	border-bottom: dotted 1px #ccc;
}


#header {
	background: #009aae;
	color: #fff;
	padding: 1rem 0 2.3rem;
	font-weight: 400;
	position: relative;
	z-index: 100;
	box-shadow: 0 2px 4px rgba(0,0,0,0.075), 0 10px 0 rgba(0,0,0,0.01);
	transition: all ease 150ms;
}
#header img {
	display: inline-block;
	margin-right: 5rem;
	height: 7rem;
	transition: all ease 150ms;
}
#header ul {
	float: right;
	line-height: 5.4rem;
	font-size: 0;
	margin: 1.5rem -2rem 0 0;
	font-weight: 600;
	font-size: 1.5rem;
	transition: all ease 150ms;
}
@media (max-width: 960px) {
	#header ul {
		display: none;
	}
}
#header ul li {
	display: inline-block;
	vertical-align: middle;
}
#header ul li a {
	padding: 0 2rem;
	display: block;
}

#subHeader {
	color: #fff;
	background: url(../images/header-bg.jpg) no-repeat 50% 40%;
	background-size: cover;
	position: relative;
	z-index: 100;
}
.breadcrumbs {
	font-size: 1.4rem;
	line-height: 4.2rem;
	position: relative;
}
.breadcrumbs li {
	display: inline-block;
	position: relative;
}
.breadcrumbs:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	transform: translateX(-50%);
	width: 100vw;
	background-color: rgba(51,51,51,0.52);
}
.breadcrumbs li + li:before {
	content: ' / ';
	color: #999;
}
#subHeader h1 {
	font-size: 6.3rem;
	line-height: .9;
	font-weight: 600;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
	max-width: 90rem;
	margin: 1rem 0;
}
@media (max-width: 960px) {
	#subHeader h1 {
		font-size: 3.5rem;
		padding-bottom: 1rem;
	}
}
#bt_subMenu,
.subMenu .dd {
	display: none;
}
@media (max-width: 960px) {
	#bt_subMenu {
		position: absolute;
		right: 2rem;
		top: 0;
		display: block;
		line-height: 4.2rem;
		width: 4.2rem;
		text-align: center;
		font-size: 2rem;
	}
	#bt_subMenu i + span {
		position: absolute;
		left: -1000rem;
	}
}
@media (min-width: 960px) {
	.subMenu {
		font-size: 2.1rem;
		font-weight: 200;
		line-height: 5rem;
		margin-left: -1.5rem;
		display: inline-block;
		position: relative;
	}
	.subMenu > li {
		display: inline-block;
		position: relative;
	}
	.subMenu > li > ul {
		position: absolute;
		visibility: hidden;
		font-size: 1.6rem;
		line-height: 3.5rem;
		padding: .5rem 0;
		background: #fff;
		color: #666;
		box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
		white-space: nowrap;
	}
	.subMenu > li.megamenuLi {
		position: static;
	}
	.megamenu {
		position: absolute;
		visibility: hidden;
		opacity: 0;
		background: #333;
		border-radius: 0 0 5px 5px;
		left: 0;
		width: calc(100vw);
		max-width: 1180px;
		padding: 3rem 1.5rem;
		font-size: 0;
		transition: all 150ms ease;
	}
	li:hover .megamenu,
	li:focus-within .megamenu,
	li a:focus + * + .megamenu {
		opacity: 1;
		visibility: visible;
	}
	.megamenu .col {
		display: inline-block;
		vertical-align: top;
		width: 33.333%;
		padding: 0 1.5rem;
		box-sizing: border-box;
	}
	.megamenu .col p {
		text-transform: uppercase;
		font-weight: bold;
		font-size: 1.8rem;
		margin-bottom: 1rem;
		line-height: 1;
	}
	.megamenu .col ul {
		font-size: 1.6rem;
		line-height: 3.5rem;
	}
	.subMenu > li:hover > ul,
	.subMenu > li:hover .megamenu,
	.subMenu > li:focus-within > ul,
	.subMenu > li:focus-within .megamenu,
	.subMenu > li a:focus +*+ ul,
	.subMenu > li a:focus +*+ .megamenu {
		visibility: visible;
	}
	.subMenu li a {
		display: block;
		padding: 0 1.5rem;
		transition: all 150ms ease;
	}
	.subMenu li a:hover,
	.subMenu li a:focus {
		background: rgb(66,66,66);
	}
	.subMenu li ul a:hover,
	.subMenu li ul a:focus {
		background: #009aae;
	}
}
@media (max-width: 1024px) and (min-width: 960px) {
	.subMenu li a {
		display: inline-block;
	}
	.subMenu .dd {
		display: inline-block;
		line-height: 2.3rem;
		vertical-align: text-top;
		padding: 0;
		margin: 0 1rem 0 -1rem; 
	}
}
@media (max-width: 960px) {
	.subMenu {
		font-size: 1.8rem;
		font-weight: 200;
		line-height: 4rem;
		position: absolute;
		background: #111;
		left: 0;
		right: 0;
		top: 100%;
		padding: 1rem 3.5rem;
		display: none;
	}
	.subMenu li {
		position: relative;
	}
	.subMenu .dd {
		position: absolute;
		display: block;
		top: 0;
		right: 0;
		line-height: 2.7rem;
	}
	.subMenu > li > ul,
	.megamenu {
		background: #333;
		padding: 0 3.5rem;
		margin: 0 -3.5rem;
		display: none;
	}
	.megamenu .col {
		padding: 0;
		font-size: 1.5rem;
		margin: 0!important;
	}
	.megamenu .col p {
		text-transform: uppercase;
		font-weight: bold;
	}
	.megamenu .col ul {
	}
	.subMenu li a {
	}
}

#bt_top {
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	width: 4rem;
	height: 4rem;
	border-radius: 4rem;
	background: #009aae;
	color: #fff;
	text-align: center;
	font-size: 2rem;
	line-height: 4rem;
	z-index: 1000;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
	visibility: hidden;
	opacity: 0;
	transition: all 150ms ease;
}
#bt_top.active {
	visibility: visible;
	opacity: 1;
}

#soporte {
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	width: 8rem;
	height: 8rem;
	border-radius: 5rem;
	background: #009aae;
	color: #fff;
	text-align: center;
	font-size: 4rem;
	line-height: 8rem;
	z-index: 1000;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
}

#footer {
    padding-top: 80px;
	    padding-bottom: 80px;

    background-color: #f9f9f9;
    border-top: 1px solid #eaeaea;

}
#footer .col {
	width: 25%;
}
#footer img {
	margin-bottom: 2rem;
}
#footer h6 {
	font-size: 1.8rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
#footer ul {
	font-size: 1.4rem;
	line-height: 3rem;
	font-weight: 200;
}
#footer ul li a span {
	color: #FF0000;
}


#main figure {
	margin: 3rem 0;
	text-align: center;
}
#main figure:first-child {
	margin-top: .5rem;
}
#main figure.bgT {
	margin: 0;
}
#main figure img {
	width: 100%;
	display: block;
	border-radius: 3px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
}
#main figure.bgT img {
	box-shadow: none;
}
#main figcaption {
	font-size: 1.3rem;
	line-height: 1.2em;
	color: #aaa;
	text-align: left;
	margin: 1rem 0;
}
#main .colF,
#main .colF .col {
	text-align: center;
}

#main.static h5 {
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 1rem;
	border-bottom: solid 1px #009aae;
	margin-bottom: 1em;
	color: #999;
}
#main.proyecto h5 {
	font-size: 1.8rem;
	line-height: 2rem;
	margin-bottom: 2em;
	color: #999;
	position: relative;
	padding-left: 6rem;
}
#main.proyecto h5 img {
	position: absolute;
	left: -1.5rem;
	top: -1.5rem;
	height: 7rem;
	width: auto;
}

#main.proyecto h5 strong {
	display: block;
}
#main.static h1 {
	font-size:4.4rem;
	font-weight: 200;
	margin-bottom:2rem;
}
#main.proyecto h1 {
	font-size:6rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom:3rem;
}
@media (max-width: 380px) {
	#main.proyecto h1 {
		font-size:4rem;
	}
}
#main.blog h1 {
	font-size:5rem;
	font-weight: 600;
	margin-bottom:2rem;
}
#home .section h3 {
	font-size: 4rem;
	font-weight: 200;
}
#main.static h2,
#main.proyecto h2 {
	font-size:3.6rem;
	font-weight: 600;
	line-height: 1;
	margin-bottom:3rem;
}
#main.blog h2 {
	font-size:3.6rem;
	font-weight: 200;
	margin-bottom:2rem;
}
#main h3 {
	font-size:3.6rem;
	font-weight: 200;
	margin-bottom:2rem;
}
#main h4 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: .75em;
}
#main p + h1,
#main p + h2,
#main p + h3,
#main p + h4,
#main p + h5,
#main p + h6,
#main ul + h1,
#main ul + h2,
#main ul + h3,
#main ul + h4,
#main ul + h5,
#main ul + h6 {
	margin-top: 5rem;
}
#main p,
#main ul,
#main ol {
	font-size: 1.6rem;
	line-height: 1.4em;
	margin-bottom: 1em;
}
#main.static ol li:before {
	content: counter(li); 
	color: #009aae;
	font-weight: bold;
	display: inline-block;
	width: 1em;
	padding-right: 1em;
	text-align: right;
	margin-left: -2em;
}
#main.static ol li {
	counter-increment: li;
}
#main.static ol li {
	margin-bottom: .5em;
}
#main.blog p {
	font-size: 1.8rem;
}
#main ul li {
	padding-left: 2.5rem;
	position: relative;
	margin-bottom: .25em;
}
#main ul li:before {
	position: absolute;
	left: 0;
	top: .2rem;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
    font-weight: 600;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #009aae;
}
#main p a {
	font-weight: 600;
	text-decoration: underline #009aae;
}
#main .colF ul li {
	padding-left: 0;
	font-size: 1.9rem;
	line-height: 1.4em;
	margin-bottom: .75em;
}
#main .colF ul li:before {
	display: none;
}


#mainHeader {
	padding-top: 5rem;
	color: #fff;
	padding-bottom: 8rem;
	position: relative;
}
#mainHeader:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	z-index: 1;
	background-repeat: no-repeat;
	background-position: right bottom; 
	width: 100%;
	background-size: auto 100%;
}
#mainHeader.it {
	background: #808080;
}
#mainHeader.it:after {
	background-image: url(../images/it-ilustracion.png);
}
#mainHeader.ma {
	background: #3ca9ca;
}
#mainHeader.ma:after {
	background-image: url(../images/ma-ilustracion.png);
	width: 100%;
}
#mainHeader.sd {
	background: #9ac93c;
}
#mainHeader.sd:after {
	background-image: url(../images/sd-ilustracion.png);
	width: 100%;
}
@media (max-width: 960px) {
	#mainHeader {
		padding-bottom: 60vw;
	}
	#mainHeader:after {
		background-size: 170% auto!important;
	}
	#main #mainHeader h1 {
		font-size: 5rem;
	}
}
@media (max-width: 960px) and (orientation:landscape) {
	#mainHeader {
		padding-bottom: 10vw;
	}
	#mainHeader .col p {
		width: 65%!important;
	}
	#mainHeader:after {
		background-size: 70% auto!important;
	}
}
#mainHeader p {
	font-size: 2rem;
    line-height: 1.4em;
    font-weight: 200;
}

#mainProyectos {
	text-align: center;
	padding-top: 0;
	margin-top: -7rem;
	position: relative;
	z-index: 10;
}
#mainProyectos .col {
	text-align: center;
}
#mainProyectos:before {
	display: none;
}
#mainProyectos p {
	font-size: 2rem;
	line-height: 1.1em;
}
#mainProyectos figure {
	box-shadow: none;
	width: 13.5rem;
	display: inline-block;
	margin: 0;
}
#mainProyectos figure img {
	width: 100%;
	box-shadow: none;
}

.relatedArticle {
	padding: 3rem;
	background: #eee;
	position: relative;
}
.relatedArticle:after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	border: solid 2rem transparent;
	border-right-color: #fff;
	border-bottom-color: #fff;
}

.relatedContent {
	padding: 2rem;
	border: solid 1px #ccc;
	border-radius: 3px;
	margin-bottom: 2rem;
	background: #fff;
	transition: all 150ms ease;
}
.relatedContent:hover,
.relatedContent:focus {
	box-shadow:0 .25rem 1rem 0 rgba(0,0,0,.1);
}
.relatedContent h6 {
	font-size: 1.6rem;
	color: #999;
	font-weight: 600;
	position: relative;
	background: #eee;
	padding: 1.5rem 2rem 1.5rem 4rem;
	margin: -2rem -2rem 1.5rem;
}
.relatedContent i {
	position: absolute;
	font-size: 2rem;
	left: 1.1rem;
	top: 1.1rem;
	width: 2rem;
	text-align: center;
}
.relatedContent a {
	display: block;
	padding-left: 1rem;
	margin-left: .9rem;
	font-size:1.8rem;
	line-height: 1.9rem;
	padding-top: .1rem;
	color: #009aae;
	border-left: solid 1px currentColor;
}
.relatedContent a + a {
	margin-top: 1em;
}

.indexLinks {
	font-size: 1.4rem;
	display: inline-block;
	padding-top: 2rem;
	border-top: solid 1px #ccc;
}
.indexLinks a {
	text-transform: uppercase;
	font-weight: 600;
	display: inline-block;
	margin-left: 1.5em;
	color: #666;
}
.indexLinks i {
	color: #009aae;
}
.indexCol {
	padding-top: 3rem;
	margin-top: -3rem;
}
.indexCol span {
	font-size: 3.6rem;
    font-weight: 200;
    line-height: 1;
	color: #009aae;
	position: relative;
	display: block;
	text-align: right;
	padding-right: 3.5rem;
}
.indexCol span:after {
	content: '';
	position: absolute;
	right: -3rem;
	top: .5em;
	border-top: solid 1px #ccc;
	width: 6rem;
}
.indexCol + .col h2 {
	text-indent: -3.5rem;
}
@media (max-width: 960px) {
	.indexLinks {
		position: relative;
		display: block;
	}
	.indexLinks a {
		display: block;
		margin-bottom: 1em;
	}
	.indexLinks i {
		position: absolute;
		left: 0;
	}
	.indexCol {
		padding-top: 3rem;
		margin-top: -3rem;
	}
	.indexCol span {
		text-align: left;
		padding-right: 0;
	}
	.indexCol span:after {
		right: 100%;
		margin-right: .5rem;
		width: 6rem;
	}
	.indexCol + .col h2 {
		text-indent: 0;
	}
}

.sectionBg {
	background: #009aae url(../images/textura.png) no-repeat center center;
	box-shadow: inset 0 0 10rem 0 rgba(0,0,0,.5);
	background-size: cover;
	color: #fff;
	text-align: center;
}
.sectionBg .col {
	text-align: center;
}
.sectionBgW {
	background: url(../images/textura-w.png) no-repeat center center;
	background-size: cover;
}
.static .sectionBgW {
	box-shadow: inset 0 0 10rem 0 rgba(0,0,0,.1);
}
#main .sectionBg .bt {
	background: #fff;
	color: #333;
	margin-top: 3rem;
}

#banner,
#banner .col {
	text-align: center;
}
#banner p {
	font-size: 2rem;
	color: #111;
	margin-bottom: 2rem;
}
#banner .bt {
	background: #fff;
	color: #333;
	line-height: 6rem;
	border-radius: 6rem;
	padding: 0 4rem;
	font-size: 2rem;
	font-weight: bold;
}

#continueReading {
	text-align: center;
	background: #ddd;
}
#continueReading .col {
	text-align: center;
}
#continueReading i {
	color: #fff;
	margin-right: .5em;
}
#continueReading p {
	font-size: 2rem;
	color: #555;
}
#continueReading p a {
	color: #111;
}
@media (max-width: 960px) {
	#continueReading p a {
		display: block;
	}
}

#main .sectionNum p {
	font-size: 2rem;
	font-weight: 200;
	line-height: 1;
}
#main .sectionNum h3 {
	margin-bottom: 3rem;
}
#main .sectionNum p strong {
	font-size: 2.5em;
	display: block;
	margin: 0 -2rem;
}



#proyectosHome .capa {
	overflow: hidden;
	position: relative;
}
.capaBg {
	position: absolute;
    left: -2rem;
    top: 0;
    bottom: -1rem;
    background:no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
@media (min-width: 960px) {
	.capaBg {
		width: 42%;
    	transform: skew(-2deg);
	}
}
.capaBg div {
	position: absolute;
	left: 0;
	top: 100%;
	right:0;
	height: 10rem;
	box-shadow: 0 0 3rem 0 rgba(0,0,0,.25), 0 0 10rem 0 rgba(0,0,0,.35);
	z-index: 10;
}
#capa1 .capaBg {
	background-color: #808080;
	background-image: url(../images/it-bg.png);
	border-radius: 0 10rem 0 0;
}
#capa2 .capaBg {
	border-radius: 0 2rem 0 0;
	background-color: #3ca9ca;
	background-image: url(../images/ma-bg.png);
}
#capa3 .capaBg {
	background-color: #9ac93c;
	background-image: url(../images/sd-bg.png);
	border-radius: 0 2rem 10rem 0;
	bottom: 0;
}
@media (max-width: 960px) {
	.capaBg {
		width: 8.5rem;
		border-radius: 0!important;
	}
	#capa1 .capaBg {
		border-top-right-radius: 7rem!important;
	}
	#capa3 .capaBg {
		border-bottom-right-radius: 7rem!important;
	}
}

#proyectosHome .capa .page {
	position: relative;
	z-index: 10;
	padding-top: 8rem;
	padding-bottom: 5rem;
}
@media (max-width: 960px) {
	#proyectosHome .capa .page {
		padding-top: 3.5rem;
		padding-bottom: 3.5rem;
	}
	#proyectosHome #capa1.capa .page,
	#proyectosHome #capa2.capa .page {
		padding-bottom: 1rem;
	}
	#proyectosHome #capa2.capa .page,
	#proyectosHome #capa3.capa .page {
		border-top:solid 1px rgba(0,0,0,.1); 
	}
}

#proyectosHome .capa .page h2 {
	font-size: 4.5rem;
	font-weight: bold;
	margin-bottom: 2rem;
	color: #fff;
}
@media (min-width: 960px) {
	#proyectosHome .capa + .capa .page h2 {
		text-shadow: 1px 1px 5px rgba(0,0,0,.25);
	}
}
#proyectosHome .capa .page p {
	font-size: 3.5rem;
	font-weight: 200;
	margin-bottom: 4rem;
	color: #000;
}
#proyectosHome .capa .page .bt {
	display: inline-block;
	padding: 0 2rem;
	line-height: 4rem;
	background: #fff;
	border-radius: 3rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #333;
	font-size: 1.2rem;
	margin: 0 2rem 0 -.5rem;
}
#proyectosHome .capa .page .proyectoItem a {
	display: block;
	padding-left: 12rem;
	position: relative;
	padding-top: 2.4rem;
	min-height: 4.6rem;
	margin-bottom: 4rem;
}
#proyectosHome .capa .page .proyectoItem a:before {
	content: '';
	width: 15rem;
	height: 15rem;
	position: absolute;
	left: -3rem;
	top: 50%;
	transform: translateY(-50%);
	background: no-repeat center center;
	background-size: 100% auto;
}
@media (max-width: 960px) {
	#proyectosHome .capa .page .proyectoItem a:before {
		width: 12rem;
		height: 12rem;
	}
}
#proyectosHome .capa .page .proyectoItem a.i_nrup:before {
	background-image: url(../images/i_nrup.png);
}
#proyectosHome .capa .page .proyectoItem a.i_rmfo:before {
	background-image: url(../images/i_rmfo.png);
}
#proyectosHome .capa .page .proyectoItem a.i_lan:before {
	background-image: url(../images/i_lan.png);
}
#proyectosHome .capa .page .proyectoItem a.i_iaas:before {
	background-image: url(../images/i_iaas.png);
}
#proyectosHome .capa .page .proyectoItem a.i_ciberseguridad:before {
	background-image: url(../images/i_ciberseguridad.png);
}
#proyectosHome .capa .page .proyectoItem a.i_colaboracion:before {
	background-image: url(../images/i_colaboracion.png);
}
#proyectosHome .capa .page .proyectoItem a.i_gdeba:before {
	background-image: url(../images/i_gdeba.png);
}
#proyectosHome .capa .page .proyectoItem a.i_firma:before {
	background-image: url(../images/i_firma.png);
}
#proyectosHome .capa .page .proyectoItem a.i_iop:before {
	background-image: url(../images/i_iop.png);
}
#proyectosHome .capa .page .proyectoItem a.i_portal:before {
	background-image: url(../images/i_portal.png);
}
#proyectosHome .capa .page .proyectoItem a.i_identidad:before {
	background-image: url(../images/i_identidad.png);
}
#proyectosHome .capa .page .proyectoItem a.i_servicios:before {
	background-image: url(../images/i_servicios.png);
}
#proyectosHome .capa .page .proyectoItem p {
	font-size: 2.4rem;
	line-height: 1.1em;
	font-weight: 200;
	margin-bottom:0;
	display: inline-block;
}
#proyectosHome .capa .page .proyectoItem .btText {
	font-size: 1.4rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #666;
	margin-left: 2rem;
}

@media (max-width: 960px) {
	#proyectosHome .capa .page .col2 {
		padding-left: 12rem;
	}
	#proyectosHome .capa .page h2 {
		font-size: 3.5rem;
		margin-bottom: 1rem;
	}
	#proyectosHome #capa1.capa .page h2 {
		color: #808080;
	}
	#proyectosHome #capa2.capa .page h2 {
		color: #3ca9ca;
	}
	#proyectosHome #capa3.capa .page h2 {
		color: #9ac93c;
	}
	#proyectosHome .capa .page p {
		font-size: 2.5rem;
		margin-bottom: 2rem;
	}
	#proyectosHome .capa .page .proyectoItem a {
		padding-left: 8.5rem;
		padding-top: 0;
	}
	#proyectosHome .capa .page .proyectoItem a figure {
		width: 12rem;
		height: 12rem;
	}
	#proyectosHome .capa .page .proyectoItem p {
		display: block;
	}
	#proyectosHome .capa .page .proyectoItem .btText {
		display: block;
		margin-left: 0;
		margin-top: 1rem;
	}
}

#proyectosHome #intro {
	padding-bottom: 2rem;
	text-align: center;
}
#proyectosHome #intro .col {
	text-align: center;
}
#proyectosHome #intro h2 {
	color: #333;
	font-weight: 200;
}
#proyectosHome #intro h2 strong {
	color: #009aae;
}
#proyectosHome #intro p {
	font-size: 2rem;
	line-height: 1.4em;
	color: #444;
	position: relative;
}
#proyectosHome #intro .row {
	margin-top: 0!important;
}
#proyectosHome #intro img {
	max-width: 150%;
	margin: -3rem 0 -3rem -5rem;
}
@media (max-width: 400px) {
	#proyectosHome #intro .bt + .bt {
		margin-top: 2rem;
	}
}

#quickAccess .col1,
#timeline .col1 {
	width: 25%;
}
#quickAccess a,
#timeline a {
	font-size: 1.8rem;
	line-height: 1.2em;
	padding: 2rem;
	border-radius: 3px;
	background: #fff;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.2);
	display: block;
	margin-bottom: 4rem;
	min-height: 2.4em;
}
#newsHome figure {
	min-height: 25.75rem;
	background: #ccc;
	margin-bottom: 1rem;
	border-radius: 3px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
	overflow: hidden;
}
#newsHome h4 {
	font-size: 2.4rem;
	line-height: 1.2em;
	margin-bottom: 1rem;
	font-weight: 600;
}
#newsHome p {
	font-size: 1.4rem;
	line-height: 1.2em;
	margin-bottom: 2rem;
}


.card {
	background: #fff;
	padding: 2rem;
	margin: 0 -2rem;
	border-radius: 3px;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.1);
	height: 350px;
}
.card > i {
	display: block;
	text-align: center;
	font-size: 6rem;
	color: #fff;
	line-height: 12rem!important;
	vertical-align: middle;
	margin: -2rem -2rem 2rem;
	border-radius: 3px;
	background: #009aae url(../images/textura.png) no-repeat center center;
	background-size: 250% auto;
}
.card img {
	max-width: calc(100% + 4rem);
	margin: -2rem -2rem 2rem;
	border-radius: 3px;
}

#redesLanEdif .col {
	width: 25%;
	text-align: center;
}
#main #redesLanEdif p {
	font-size: 1.4rem;
	line-height: 1.5em;
	margin: 0;
	margin-bottom: 1rem;
}
#main #redesLanEdif p span {
	font-weight: bold;
	color: #009aae;
}

#organigrama {
	padding-left: 10rem;
}
#organigrama ul {
	font-size: 0;
	margin: 0 -1rem;
	position: relative;
}
#organigrama ul ul:before {
	content: '';
	position: absolute;
	left: 50%;
	border-left: solid 1px #aaa;
	height: 2rem;
	top:0;
}
#main #organigrama ul ul li {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	padding: 0 .7rem;
	box-sizing: border-box;
}
#organigrama ul ul {
	padding-top: 4rem;
}
#organigrama ul ul li:before {
	content: '';
	position: absolute;
	display: block!important;
	left: 50%;
	top: -2rem;
	height: 2rem;
	border-left: solid 1px #aaa;
}
#organigrama ul ul li:after {
	content: '';
	position: absolute;
	left: 0;
	top: -2rem;
	right: 0;
	border-top: solid 1px #aaa;
}
#organigrama ul ul li:first-child:after {
	left: 50%;
}
#organigrama ul ul li:last-child:after {
	right: 50%;
}
#organigrama ul .paralelo {
	position: absolute;
	left: 75%;
	top: 1rem;
	font-weight: normal;
	font-size: 1.3rem;
	background: none;
	border: dashed 1px #aaa;
	z-index: -1;
}
#main #organigrama ul li.paralelo.paraleloL {
	left: auto;
	right: 100%;
	top: 2rem;
	padding-top: 2rem;
	border: none;
}
#organigrama ul .paralelo:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 100%;
	width: 100%;
	border-top:dashed 1px #aaa; 
}
#organigrama ul .paralelo.paraleloL:after {
	display: none;
}
#organigrama ul .paralelo.paraleloL:before {
	top: 0;
}
#organigrama ul ul ul li p {
	display: block;
}
#organigrama ul li p {
	font-size: 2.2rem;
	font-weight: bold;
	color: #111;
	line-height: 1.1em;
	display: inline-block;
	max-width: 16em;
	padding: 2rem;
	border-radius: 3px;
	margin-bottom: 0;
	background: #009aae;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), inset 0 0 0 0;
}
#organigrama ul li p strong {
	font-size: 1.4em;
	display: block;
	margin-bottom: .5rem;
}
#organigrama ul ul li p {
	font-size: 1.5rem;
	font-weight: normal;
	background: #fff;
	transition: all 150ms ease;
}
#organigrama ul ul li p.active {
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.2), inset 0 0 0 5px #009aae;
}
#organigrama ul li p a {
	color: #999;
	font-size: 1.2rem;
	text-transform: uppercase;
	font-weight: 600;
	display: block;
	margin-top: 1rem;
	transition: all 150ms ease;
}
#organigrama ul li p a:hover {
	color: #009aae;
}
#organigrama ul ul ul li p {
	font-size: 1.2rem;
	color: #666;
}
.orgAcciones {
	display: none;
}

@media (max-width: 960px) {
	#organigrama {
		display: none;
	}
	.col {
		width: 100%!important;
	}
	.col + .col {
		margin-top: 3rem;
	}
}

#autoridadesCards .col {
	width: 25%;
}
#autoridadesCards .col h5 {
	height: 2em;
}
#autoridadesCards .col h3 {
	font-size: 2.8rem;
	margin-bottom: .5rem;
	line-height: 1.1em;
	height: 2.2em;
}
#autoridadesCards .col h3 span {
	display: block;
	font-weight: normal;
}
#autoridadesCards .col p {
	margin-bottom: 0;
	white-space: nowrap;
}
#autoridadesCards .col p i {
	font-size: .8em;
	color: #ccc;
	width: 1em;
	margin-right: .5em;
	text-align: center;
}


#bannersProvincia {
	padding: 8rem 0;
	background: #e3e3e3;
}

#planEjes {

}
#planEjes h3 strong {
	color: #009aae;
}
#planEjes .col8 {
	position: relative;
	z-index: 10;
}
#planEjes .col8:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -3rem;
	bottom: -3rem;
	border: solid 2px #009aae;
	background: #fff;
	border-radius: 5px;
	z-index: -1;
}
#main #planEjesCapas h5 {
	border-radius: 3px;
	border-bottom: none;
	padding: 10rem 2.5rem 2rem;
	color: #fff;
	background-size: auto 120%;
	background-position: right bottom;
}
#planEjesCapas .capa1 h5 {
	background-color: #808080;
	background-image: url(../images/it-ilustracion.png);
}
#planEjesCapas .capa1 .bt {
	background-color: #808080;
}
#planEjesCapas .capa2 h5 {
	background-color: #3ca9ca;
	background-image: url(../images/ma-ilustracion.png);
}
#planEjesCapas .capa2 .bt {
	background-color: #3ca9ca;
}
#planEjesCapas .capa3 h5 {
	background-color: #9ac93c;
	background-image: url(../images/sd-ilustracion.png);
}
#planEjesCapas .capa3 .bt {
	background-color: #9ac93c;
}

#contactosVias,
#contactosVias .col {
	text-align: center;
}
#contactosVias h3 {
	font-size: 2.8rem;
}


.sliderWrapper {
	position: relative;
	height: 0;
}
.slider,
.sliderManual {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.slider > div {
	float: left;
	width: 100%;
	height:100%;
	background: none!important;
}
.sliderManual > div {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 150ms ease;
}
.sliderManual > div.active {
	opacity: 1;
}

#rmfoSlider {
	padding-bottom: 55.625%;
}
#rmfoTabs a {
	display: block;
	position: relative;
}
#rmfoTabs a:focus {
	outline: none;
}
#rmfoTabs a + a {
	margin-top: 4rem;
}
#rmfoTabs a p {
	display: none;
}
#rmfoTabs a.active p {
	display: block;
}
#rmfoTabs a:before {
	transition: all 250ms ease;
	content: '';
	position: absolute;
	left: -2rem;
	top: 0;
	bottom: 0;
	border-left: solid 2px #ddd;
}
#rmfoTabs a.active:before {
	border-left-color: #009aae;
}
#rmfoTabs a.active:after {
	content: '';
	position: absolute;
	left: -3rem;
	top: .6em;
	border: solid .5rem transparent;
	border-right-color: #009aae;
}

.tabs {
	counter-reset: counter;
}
.tabs li {
	display: inline-block;
	margin: 0 1em;
}
.tabs li a:before {
	content: counter(counter, decimal);
    counter-increment: counter;
    margin-right: 1em;
    color: #999;
    font-size: 1.4rem!important;
    border-right: solid 1px #aaa;
    padding-right: 1em;
}
.tabs li a {
	color: #111;
	display: inline-block;
	padding: 1em;
	border-radius: 3px;
	text-decoration: none!important;
	border: solid 1px #009aae;
}
.tabs li a:focus {
	
}
.tabs a:hover,
.tabs a:focus {
	background: #fff;
}
.tabs a.active {
	background: #009aae;
	color: #fff;
}
.tabs li a.active:before {
	color: #fff;
}
.tab {
	max-height: 0;
	overflow: hidden;
	transition: opacity 500ms ease;
	box-sizing: border-box;
	opacity: 0;
}
.tab.active {
	padding-top: 3rem;
	max-height: 1000%;
	opacity: 1;
}

#firmaDigitalServicios h3 {
	margin-bottom: 3rem;
}
#firmaDigitalServicios .col {
	text-align: center;
}
#firmaDigitalServicios i {
	font-size: 7rem;
	margin-bottom: 2rem;
	color: #009aae;
}
.sectionBgW {
    background: url(../images/textura-w.png) no-repeat center center;
    background-size: cover;
}

.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  &:target {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  &>div {
    width: 400px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 2em;
    background: #ffffff;
  }
  header {
    font-weight: bold;
  }
  h1 {
    font-size: 150%;
    margin: 0 0 15px;
  }
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
  &:hover {
    color: black;
  }
}

/* Demo Styles */

html,
;
}

.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}




