
/*----------------------------
GENÃ‰RICOS
---------------------------- */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none!important;
		box-shadow:none!important;
}
body {
  margin: 0;
  padding: 0;
}


body {
 	background: #ffffff;
	font-size: 16px;
	color: #000000;
	overflow-x:hidden;
	  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  left: 0;
}


h1, h2, h3, h4 , h5, h6{
  font-family: 'Merriweather Sans', sans-serif;

}

 img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

a, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.touchonly {
	display: none;
}
html.touch .touchonly {
	display: block;
}
.noselect * {
	user-select: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
}
.doselect * {
	user-select: auto;
	-webkit-user-select: auto;
	-khtml-user-select: auto;
	-moz-user-select: auto;
	-o-user-select: auto;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*
.container {
	max-width:1400px;
 } */
.container.full {
    max-width: 1820px;
 }

/*
-------------------------	TEXTO
*/
h1 {
  font-family: 'Merriweather Sans', sans-serif;
	font-weight:700;
	font-size:100px;
	line-height:1.1;
	letter-spacing: -1px;
	color:#666666;
	position:relative;
 	margin-bottom:20px;
}

h2 {
	font-size:35px;
	line-height:1.2;
	color:#223339;
	position:relative;
	text-align:left;
  }

h3 {
 	font-size:26px;
	line-height:1.2;
	color:#000;
	position:relative;
	text-align:left;
	margin-bottom:20px;
}

h4 {
	font-size:21px;
 	line-height:1.4;
	position:relative;
 	text-align: left;
	margin-bottom:10px;
	font-weight:700;
}

h5 {
 	font-size:20px;
 	line-height:1.4;
	position:relative;
 	text-align: left;
	margin-bottom:10px;
 }

h6 {
 	font-size:14px;
	color:#000;
	line-height:1.4;
	position:relative;
 	text-align: left;
	margin-top:10px;
 }

p {
	font-size:16px;
	font-family: 'Open Sans', sans-serif;
	color:#666666;
	line-height:2;
	font-weight:400;
   }
p.small{
	font-size:14px;
}

strong {
	 	font-weight:700;
 }
strong.color {
	 	color:#54979e;
 }
.c-blanco {
	color:#ffffff!important;
}
.bg-blanco {
	background:#ffffff!important;
}
.c-verde {
	color:#cbe54e!important;
}

 sup {
	font-size:50%;
	top: -1em;
 }
 /*------------- botones
 -----------*/
a.btn-unis{
	 position:relative;
	 width:154px;
	 max-width: 100%;
	 height:40px;
	 display: block;
   border:1px solid transparent;
	 font-family:'Open sans';
	 font-size:15px;
	 text-transform:uppercase;
	 text-align:center;
	 line-height:38px;
	 border-radius:20px;
	 background:transparent;
	 transition: all 0.4s;
 }

 a.btn-unis.verde {
	 background:#cbe54e;
	 color:#666;
 }
 a.btn-unis.verde:hover {
	 border-color:#cbe54e;
	 color:#cbe54e;
	 background:transparent;
 }


 a.bt-auto {
	 position:relative;
	 width:auto;
	 height:40px;
	display: inline-block;
    border: 1px solid;
    padding-left: 25px;
    padding-right: 25px;
	 font-family:'suecaslabbold';
	 font-size:16px;
	 text-align:center;
	 line-height:38px;
	 border-radius:20px;
	 background:transparent;
	 transition: all 0.4s;
 }

  a.bt-auto.color-1 {
		background:#53c2c5;
		color:#ffffff;
	}



/*------------------
header
--------------------*/

 .bg-blanco {
	 background:#ffffff;
 }

 .bg-gris {
	 background:#f4f4f4;
 }
 .bg-gris-medio {
	 background:#e7e7e7;
 }

 .bg-petroleo {
	 background:#54979e;
	 color:#fff;
 }
  .bg-petroleo p {
		color:#fff;
	}
/*
-------------------------	TEXTO
*/
 .mask-top-gris {
	 margin-top:40px;
	 padding-top:140px;
	 background-image:url("../images/mascara-gris-top.svg");
	 background-position:center top;
	 background-size:100%;
	 background-repeat:no-repeat;
 }
 .mask-bottom-blanca {

 }
.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
    }
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }

/*
-------------------------	home
*/
.main-wrap {
 	position:relative;
}

section{
	position: relative;
	padding:80px 0;
 }

 section.interna{
	 padding-top:40px;
 }
 section.interna.news{
	 padding-top:140px;
 }

 /*
-------------------------	titulos
*/
.titulares {
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}

.titulares h5{
	font-size:14px;
	text-transform:uppercase;
	color:#666;
	position:relative;
	text-align:center;
	padding-right:110px;
	display: inline-block;
}
.titulares h5:after{
	content:'';
	width:100px;
	height:1px;
	border-top:1px solid #666;
	position:absolute;
	right:0px;
	top:7px;
}

.titulares h2{
	font-size:100px;
	text-transform:uppercase;
	color:#666;
	font-weight:700;
	position:relative;
	text-align:center;
 	display: inline-block;
}

.titulo-destacado {
	width:100%;
	padding-bottom:20px;
	position:relative;
	border-bottom:1px solid #53c2c5;
}

.titulo-destacado:before{
	content:'';
	width:110px;
	height:4px;
	position:absolute;
	bottom:0px;
	left:0;
	background:#53c2c5;
}

.titulo-destacado h2 {
	color:#223339;
	font-size:35px;
	font-family:'suecaslabbold';
}

 .titulo {
	width:100%;
	position:relative;
	margin-bottom:40px;
}

.titulo h2 {
	font-size:50px;
	font-family:'suecaslabbold';
}
.titulo p.copete {
	color:#ffffff;
	line-height: 1.3;
	padding:10px 0;
	font-size:20px;
	font-family:'suecaslabmedium';
	background: rgb(255,255,255);
	background:linear-gradient(180deg, rgba(34,51,57,0) 0%, rgba(255,255,255,0) 20%, rgb(34,51,57) 20%, rgb(34,51,57) 79%, rgba(255,255,255,0) 79%);
	display: inline;
}

 .titulo.color-1 h2{
	 color:#53c2c5;
 }

 .titulo-seccion {
	 width:100%;
	 padding:10px 0;
	 background:#086895;
	 margin-bottom:20px;
 }
  .titulo-seccion h4 {
		margin:0;
		color:#fff
	}

	.titulo-tarjeta {
		display: flex;
    align-items: center;
		margin:15px 0;
	}
	.titulo-tarjeta h2{
		font-size:76px;
		color:#223339;
		font-family:'suecaslabbold';
		margin:0 10px;
	}
	.titulo-tarjeta h5{
		font-size:20px;
		color:#000;
		font-family:'suecaslabsemibold';
		margin:0;
		line-height:1;
	}

	h3.titulo{
	text-align:left;
	color:#6151a1;
	font-family:'suecaslabbold';
	font-size:26px;
		margin-bottom:10px;
}

h4.titulo{
	color:#6151a1;
	font-family:'suecaslabbold';
	font-size:22px;
	margin-bottom:10px;
}

h2.color-4 {
	color:#e46f47;
}
.color-blanco {
	color:#fff!important;
}
 /*
-------------------------	Novedades
*/
.news-home {
	padding-bottom:350px;
}
.box-novedad{
	position: relative;
     display: flex;
    flex-wrap: wrap;
    background: #ffffff;
    margin: 15px 0;
    border-radius: 15px;
    overflow: hidden;
}
.box-novedad .img-destacada {
	width:100%;
	position:relative;
	overflow:hidden;
	height:350px;
	border-radius: 15px;
	display: flex;
    justify-content: center;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.box-novedad .img-destacada  img{
     min-height: 100%;
}
.box-novedad .img-destacada .caption {
	position: absolute;
    z-index: 10;
    background: rgba(0, 0, 0, 0.8);
    bottom: 0;
    width: 100%;
    height: 145px;
    border-radius: 0px;
    padding: 20px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.box-novedad .img-destacada .caption a{
	color:#fff;
	text-transform:uppercase;
	font-size:27px;
	font-weight:900;
  font-family: 'Merriweather Sans', sans-serif;

}
.box-novedad .texto{
	width:100%;
	position:relative;
	padding:10px;
}
.box-novedad .texto h4 {
	color:#ffffff;
	font-size:23px;
	font-family:''suecaslabsemibold;
}
.box-novedad .texto p {
	color:#666666;
	font-size:16px;
	line-height:1.4;
 }
.box-novedad .texto a.ver-mas {
	border-color:#53c2c5;
	color:#53c2c5;
	margin-top:30px;
}
 /*
-------------------------	Novedades
*/
.hexa {
	padding: 0;
    margin-top: -250px;
}
 /*
-------------------------	Novedades
*/
.agenda {
	padding:100px 0 900px;
	position:relative;
	background:url("../images/bg-agenda.jpg") center bottom #fff;
  background-size:cover;
}
.agenda.en {
	padding:100px 0 900px;
	position:relative;
	background:url("../images/bg-agenda-en.jpg") center bottom #fff;
  background-size:cover;
}
.agendus {
	margin:50px auto;
	display:flex;
	flex-wrap:wrap;
}

.evento{
	background: #54979e;
     margin-bottom: 20px;
    display: flex;
    width: 100%;
    margin: 0.5%;
		float:left
}
.evento > div {
	padding:20px;
}
.evento .calendar {
background: #cbe54e;
    width: 40%;
    font-size: 34px;
    font-weight: 900;
    color: #333;
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
}
.evento .calendar span {
	/* font-size:18px; */
}
#cal-cotainer {
    width: 100%!important;
}
#cal-container .ui-datepicker {
    border: none;
    background: none;
    width: 100%!important;
}
#cal-container .ui-datepicker-calendar thead tr {
    color: #386680;
}
#cal-container .ui-datepicker-title {
    color: #386680;
    text-transform: uppercase;
    font-size: 22px;
}
#cal-container .ui-datepicker-calendar th,
#cal-container .ui-datepicker-calendar td {
    padding: 2px 6px;
    font-size: 20px;
    opacity: 1!important;
}
#cal-container .ui-datepicker-calendar td a,
#cal-container .ui-datepicker-calendar td .ui-state-default {
    background: none;
    border: none;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    opacity: 1;
}
#cal-container .ui-datepicker-calendar td.has-event a {
    color: #54979f!important;
}
#cal-container .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none;
}
#cal-container .ui-datepicker table {
    width: 90%;
    border-collapse: collapse;
    margin: auto auto;
}
#cal-container .ui-datepicker-calendar td a.ui-state-active {
    background: #54979f;
    color: #FFF!important;
}
.event-single {
    display: none;
}
.event-single img {
	width: 100%;
	margin-bottom: 20px;
}
.evento .data {
	width: 60%;
	text-align: left;
}
.evento h3{
	    font-size: 21px;
    color: white;
    font-weight: 700;
}
.evento .data span {
	color:#fff;
}
.evento .data span i{
	color:#cbe54e;
}
.evento .data a{
	    display: block;
    margin-top: 20px;
    font-weight: 900;
    color: white;
}
/*
.ui-datepicker-next,
.ui-datepicker-prev,
.ui-datepicker-next:hover,
.ui-datepicker-prev:hover,
.ui-datepicker-next span:hover,
.ui-datepicker-prev span:hover {
	background: none!important;
	background-image: none!important;
}
*/

 /*

-------------------------	Novedades
*/
.inner-logo {
	text-align:center;
	margin:50px auto;
	margin-top:50px;
}
 /*
-------------------------	Novedades
*/
.item-num {
	padding-left:40px;
	    padding-top: 5px;
	position:relative;
}
.item-num:after {
	content:'';
	width:30px;
	height:30px;
	position:absolute;
	left:0;
	top:10px;
	text-align:center;
	font-size:16px;
	line-height: 30px;
	font-weight:700;
	border-radius:100%;
}
.item-num.uno:after {
	content:'1';
	background:#99c2cc;
}
.item-num.dos:after {
	content:'2';
	background:#99c2cc;
}
.item-num.tres:after {
	content:'3';
	background:#99c2cc;
}
.item-num.cuatro:after {
	content:'4';
	background:#cce0e6;
}
.item-num.cinco:after {
	content:'5';
	background:#66a3b3;
}
.item-num.seis:after {
	content:'6';
	background:#99c2cc;
}

.hexagono-compuesto {
	position:relative;
}
.hexagono-compuesto .dot {
	position:absolute;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:100%;
	display:block;
	font-size:21px;
	font-weight:700;
	text-align:center;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
	transform: scale(1);
	animation: pulse 2s infinite;

}
.hexagono-compuesto .dot:nth-child(1){
	background:#99c2cc;
}

.hexagono-compuesto .dot:nth-child(2){
	background:#99c2cc;
	    top: 51%;
    left: 52%;
}

.hexagono-compuesto .dot:nth-child(3){
	background:#99c2cc;
	top: 43%;
	left: 60%;
}

.hexagono-compuesto .dot:nth-child(4){
	background:#99c2cc;
	top: 58%;
	left: 60%;
}
.hexagono-compuesto .dot:nth-child(5){
	background:#99c2cc;
    top: 50%;
    left: 74%;
}
.hexagono-compuesto .dot:nth-child(6){
background: #66a3b3;
    top: 24%;
    left: 77%;
}
.hexagono-compuesto .dot:nth-child(7){
background: #66a3b3;
    top: 84%;
    left: 77%;
}

@keyframes pulse {
	0% {
 		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}

	70% {
 		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}

	100% {
 		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}
/*------
---------------------audiencias
----*/
.header-section{
	overflow: hidden;
	position:relative;
	height:calc(70vh - 100px);
 	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction: column;
}
 .header-section.hero{
	 height:auto;
	     padding-top: 0;
 }

.header-section h1 {
 	color:#fff;
	text-align:center;
	position:relative;
	font-size:50px;
}
.header-section p {
 	color:#fff;
	text-align:center;
	position:relative;
	font-size:20px;
}

.inner-title {
	padding:10px 0 60px;
	position:relative;
}
.inner-title h3 {
	text-transform:uppercase;
	font-family: 'Merriweather Sans', sans-serif;
	font-size:36px;
	font-weight:700;
	color:#54979f;
    margin-top: 70px;
}
.inner-title h3 span {
	color:#38667f;
}
.inner-title h3 span.claro {
	color:#cbe54e;
}
.inner-title p {
 	font-family: 'Merriweather Sans', sans-serif;
	font-size:21px;
 	color:#fff;
}
/*------
---------------------modulos
----*/
 ul.desc {}
 ul.desc li{
	padding:20px 0;
font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    color: #666666;
    line-height: 2;
    font-weight: 400;
}

/*------
---------------------slider tabs anunciantes
----*/
  section.proyecto.bg-petroleo{
	 margin-bottom:0px;
	 padding-bottom:240px;
 }
  .proyecto.bg-gris-medio:before,
 .proyecto.bg-petroleo:after{
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	bottom:-10px;
	left:0;
	right:0;
	 background-image:url("../images/mascara-blanca-bottom-2.svg");
	 background-position:center bottom;
	 background-size:100%;
	 background-repeat:no-repeat;
}
.proyecto.bg-gris-medio {
	padding:300px 0;
}

.proyecto-2 {
		padding:300px 0;
}

 .proyecto-2:before{
	content:'';
	width:100%;
	height:300px;
	position:absolute;
	top:0px;
	left:0;
	right:0;
	 background-image:url("../images/mascara-blanca-top_02.svg");
	 background-position:center top;
	 background-size:100%;
	 background-repeat:no-repeat;
}
 .proyecto-2:after{
	content:'';
	width:100%;
	height:300px;
	position:absolute;
	bottom:-10px;
	left:0;
	right:0;
	 background-image:url("../images/mascara-blanca-bottom-3.svg");
	 background-position:center top;
	 background-size:cover;
	 background-repeat:no-repeat;
}

.proyecto-3 {
		padding:350px 0 200px;
}
 .proyecto-3:before{
content: '';
    width: 100%;
    height: 620px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../images/mascara-blanca-top_03.svg);
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
/*------
--------------------- NOVEDADES
----*/
.team-group {
	margin:30px auto 50px;
	display:flex;
	align-items:center;
	justify-content:center;

}
.team-group .team {
	margin:0 20px;
	text-align:center;
}
.team-group .team .foto{
	background:#fff;
  	    border-radius: 100%;
    overflow: hidden;
    width: 130px;
    height: 130px;
    text-align: center;
		position:relative;
		border:7px solid #8e8e8d;
		margin-bottom:25px;
}
.team-group .team .foto img{
	width: 110%;
    margin-left: -5%;
}
.team-group .team h5 {
	text-align:center;
	color:#7f8c8d;
	font-size:16px;
}
.team-group .team p {
	text-align:center;
	color:#54979e;
	font-size:16px;
}
/*------
--------------------- NOVEDADES
----*/
.titulo-news{
	margin:10px 0 25px;
	padding-bottom:25px;
	border-bottom:1px solid #666;
}
.titulo-news h1{
	color:#666666;
	text-transform:uppercase;
	margin-bottom:20px;
	font-size:42px;
 }
.titulo-news h3.copete,
.titulo-news h3.copete p{
	color:#666;
	font-size:18px;
	font-weight:700;
	margin:10px 0;
	line-height: 1.4;
}

.imagen-destacada {
	width:100%;
	margin:0 auto 30px;
	position:relative;
}
.imagen-destacada .caption {
	padding:20px 50px 20px 20px;
	background:rgba(255, 255, 255, 0.9);
	position:absolute;
	left:0;
	bottom:0;
	width:90%;
 	line-height:1.3;
	color:#666;
}
.meta-info {
	width:100%;
	display:flex;
	align-items:center;
 	padding:5px 0 10px 30px;
	text-transform:uppercase;
	border-top:1px solid #666;
	position:relative;
}
.meta-info .categorias {
	font-size:12px;
	color:#3498db;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:700;
 }
 .meta-info:before{
	 content:'';
	 width:20px;
	 height:20px;
	 position:absolute;
	 top:0;
	 left:0;
	 background:#3498db;
 }
 .meta-info:after{
		content: '';
    height: 0;
    width: 0;
    border-left: 10px solid #3498db;
    border-right: 10px solid #3498db;
    border-bottom: 10px solid transparent;
    top: 20px;
    left: 0;
    position: absolute;
 }

 /*América Latina y el Caribe*/
 .meta-info.nodo-1:before{
	 background:#9b59b6;
 }
 .meta-info.nodo-1:after{
    border-left: 10px solid #9b59b6;
    border-right: 10px solid #9b59b6;
    border-bottom: 10px solid transparent;
 }
 .meta-info.nodo-1 .categorias {
	color:#9b59b6;
}
 /*Asia y Oceanía*/
 .meta-info.nodo-1:before{
	 background:#26619b;
 }
 .meta-info.nodo-2:after{
    border-left: 10px solid #26619b;
    border-right: 10px solid #26619b;
    border-bottom: 10px solid transparent;
 }
 .meta-info.nodo-1 .categorias {
	color:#26619b;
}
 /*Europa central y Oriental/ Medio Oriente*/
 .meta-info.nodo-3:before{
	 background:#3498db;
 }
 .meta-info.nodo-3:after{
    border-left: 10px solid #3498db;
    border-right: 10px solid #3498db;
    border-bottom: 10px solid transparent;
 }
 .meta-info.nodo-3 .categorias {
	color:#3498db;
}
 /*América Latina y el Caribe*/
 .meta-info.nodo-4:before{
	 background:#0fc33e;
 }
 .meta-info.nodo-4:after{
    border-left: 10px solid #0fc33e;
    border-right: 10px solid #0fc33e;
    border-bottom: 10px solid transparent;
 }
 .meta-info.nodo-4 .categorias {
	color:#0fc33e;
}

 /*Estados Unidos y Canadá*/
 .meta-info.nodo-5:before{
	 background:#f1c40f;
 }
 .meta-info.nodo-5:after{
    border-left: 10px solid #f1c40f;
    border-right: 10px solid #f1c40f;
    border-bottom: 10px solid transparent;
 }
 .meta-info.nodo-5 .categorias {
	color:#f1c40f;
}
 /*Europa Occidental Norte*/
 .meta-info.nodo-6:before{
	 background:#e67e22;
 }
 .meta-info.nodo-6:after{
    border-left: 10px solid #e67e22;
    border-right: 10px solid #e67e22;
    border-bottom: 10px solid transparent;
 }
 .meta-info.nodo-6 .categorias {
	color:#e67e22;
}

 /*Europa Occidental Norte*/
 .meta-info.nodo-7:before{
	 background:#e64c3c;
 }
 .meta-info.nodo-7:after{
    border-left: 10px solid #e64c3c;
    border-right: 10px solid #e64c3c;
    border-bottom: 10px solid transparent;
 }
 .meta-info.nodo-7 .categorias {
	color:#e64c3c;
}




.meta-info .fecha {
	font-size:13px;
	color:#666;
	font-family: 'Merriweather Sans', sans-serif;
	font-weight:700;
	padding-left:10px;
	padding-right:10px;
	margin-left:10px;
	margin-right:10px;
	border-left:1px solid #666;
	border-right:1px solid #666;
 }
 .meta-info .read {
	font-size:13px;
	color:#666;
 font-family: 'Merriweather Sans', sans-serif;
 }

  .entrada {
		padding-bottom:50px;
		margin-bottom:50px;
			border-bottom:1px solid #666;
	}
.entrada p,
.entrada ul{
	color:#666;
	line-height:1.8;
	margin-bottom:30px;
}
.entrada ul {
    list-style: disc;
    padding-left: 30px;
}
 .entrada .quote{
	 font-size:26px;
	 color:#38667f;
	 line-height:1.5;
	 margin:30px 0;
	   font-family: 'Merriweather Sans', sans-serif;
	font-style:italic;
	font-weight:700;

 }

  .entrada .bloque {
		margin:30px 0;
	padding:30px 0;
	border-top:1px solid #666;
	}
  .entrada .bloque h3 {
		text-transform:uppercase;
		font-weight:700;
		color:#666;
	}
ul.testimonios li,
blockquote p {
    font-family: 'Merriweather Sans'!important;
    font-style: italic!important;
    font-weight: 700!important;
    font-display: swap!important;
    font-size:24px!important;
    line-height:1.4!important;
    color:#38667f!important;
    margin-bottom:30px!important;
}
blockquote p:nth-child(2n) {
    color:#54979f!important;
}

ul.testimonios li:nth-child(2n) {
	color:#54979f;
}

.news-relacionadas	.meta-info {
 flex-wrap: wrap;
 border-top:3px solid #666;
}
.news-relacionadas	.titulo-news a{
	text-transform:uppercase;
	font-size:24px;
	color:#666;
	font-weight:700;
}
.news-relacionadas p.excerpt {
	font-size:14px;
	line-height:1.3;
}
.news-relacionadas .titulo-news {
    margin: 10px 0 25px;
    padding-bottom: 0px;
    border-bottom: 0px solid #666;
}

.widget.specs {

}

.widget.specs .titulo-specs {
    padding:15px 10px;
		border-top: 3px solid #666;
}

.widget.specs .titulo-specs h3{
		text-transform:uppercase;
		color:#54979f;
		font-size:24px;
		font-weight:700;
		margin-bottom:5px;
}
.widget.specs.ficha {
	background:#f1f1f1;
}
.widget.specs.ficha ul {
	font-size:14px;
	margin-bottom:0;

	   padding:0px 10px 20px;
}
.widget.specs.ficha ul li {
	padding:0 0 5px 15px;
	margin-bottom:5px;
	border-bottom:1px solid #54979e;
	position:relative;
}
.widget.specs.ficha ul li:before{
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background: #54979e;
    border-radius: 100%;
    left: 4px;
    top: 8px;
}

.widget.specs a.hexa img {
		transition: all .8s ease;
}

.widget.specs  a.hexa:hover  img{
    transform: scale(1.1) rotate(-10deg);
 }
/*------
---------------------footer
----*/
.blockquote{
	padding:30px;
	background:#f5f5f5;
	border-left:8px solid;
	font-size:32px;
	font-family:'suecaslabbold';
}
.blockquote.color-1{
	color:#d8007e;
	border-left-color:#d8007e;
}
/*------
---------------------video
----*/
 .header-seccion.proyecto {
	 width:100%;
	 min-height:550px;
	 background:url("../images/banner-Proyecto.png") no-repeat top center;
	 background-size:cover;
	 text-align:center;
	 position:relative;
	 padding-top:100px;
 }
 .header-seccion.proyecto.es {
	background:url("../images/banner-Proyecto-es.jpg") no-repeat top center;
	width:100%;
	min-height:550px;
	background-size:cover;
	text-align:center;
	position:relative;
	padding-top:100px;
 }
 .header-seccion.capacitacion {
	 width:100%;
	 min-height:550px;
	 background:url("../images/banner-capacitacion.png") no-repeat top center;
	 background-size:cover;
	 text-align:center;
	 position:relative;
	 padding-top:100px;
 }
 .header-seccion.recursos {
	 width:100%;
	 min-height:550px;
	 background:url("../images/banner-recursos.png") no-repeat top center;
	 background-size:cover;
	 text-align:center;
	 position:relative;
	 padding-top:100px;
 }

 .header-seccion.hub {
	 width:100%;
	 min-height:750px;
	 background:url("../images/bg-hubs.jpg") no-repeat top center;
	 background-size:cover;
	 text-align:center;
	 position:relative;
	 padding-top:240px;
 }

 .header-seccion.hub.accu {
	 width:100%;
	 min-height:750px;
	 background:url("../images/bg-hubs-accu.jpg") no-repeat top center;
	 background-size:cover;
	 text-align:center;
	 position:relative;
	 padding-top:240px;
 }
 .header-seccion.hub.accu {
	 width:100%;
	 min-height:750px;
	 background:url("../images/bg-hubs-accu.jpg") no-repeat top center;
	 background-size:cover;
	 text-align:center;
	 position:relative;
	 padding-top:240px;
 }
 .header-seccion.hub.della {
	 width:100%;
	 min-height:750px;
	 background:url("../images/bg-hubs-delasalle.jpg") no-repeat top center;
	 background-size:cover;
	 text-align:center;
	 position:relative;
	 padding-top:240px;
 }
 .header-seccion.hub.deusto {
	 width:100%;
	 min-height:750px;
	 background:url("../images/bg-hubs-deusto.jpg") no-repeat top center;
	 background-size:cover;
	 text-align:center;
	 position:relative;
	 padding-top:240px;
 }

 .header-seccion.hub.eich {
	 width:100%;
	 min-height:750px;
	 background:url("../images/bg-hubs-eich.jpg") no-repeat top center;
	 background-size:cover;
	 text-align:center;
	 position:relative;
	 padding-top:240px;
 }
 .header-seccion.hub.leuven {
	 width:100%;
	 min-height:750px;
	 background:url("../images/bg-hubs-leuven.jpg") no-repeat top center;
	 background-size:cover;
	 text-align:center;
	 position:relative;
	 padding-top:240px;
 }
 .header-seccion.hub.pucc {
	 width:100%;
	 min-height:750px;
	 background:url("../images/bg-hubs-pucc.jpg") no-repeat top center;
	 background-size:cover;
	 text-align:center;
	 position:relative;
	 padding-top:240px;
 }
 .header-seccion.hub.tangaza {
	 width:100%;
	 min-height:750px;
	 background:url("../images/bg-hubs-tangaza.jpg") no-repeat top center;
	 background-size:cover;
	 text-align:center;
	 position:relative;
	 padding-top:240px;
 }

 .header-seccion.claves {
	 width:100%;
	 min-height:750px;
	 background:url("../images/bg-claves.jpg") no-repeat top center;
	 background-size:cover;
	 text-align:center;
	 position:relative;
	 padding-top:240px;
 }
 .header-seccion.claves.inspiraciones {
      background:url("../images/asdf23.jpg") no-repeat top center;
      background-size: cover;
 }
 .header-seccion.claves.experiencias {
      background:url("../images/fasdf21r-2.jpg") no-repeat top center;
      background-size: cover;
 }
 .header-seccion.singles {
	 width:100%;
	 min-height:350px;
	 background:#54979e;

	 text-align:center;
	 position:relative;
	 padding-top:120px;
	     display: flex;
    justify-content: center;
    align-items: center;
 }



div.especial {
  background: 50% 100% / 50% 50% no-repeat
              radial-gradient(ellipse at bottom, #fff, transparent, transparent);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 72px;
 font-family: 'Merriweather Sans', sans-serif;
    font-weight: 700;
  animation: reveal 3000ms ease-in-out forwards 200ms,
             glow 2500ms linear infinite 2000ms;
}
  @keyframes reveal {
    80%{
      letter-spacing: 8px;
    }
    100% {
      background-size: 300% 300%;
    }
  }
  @keyframes glow {
    40% {
      text-shadow: 0 0 8px #fff;
    }
  }



/**/
.header-seccion .titulo h1 {
	text-align:center;
	font-size:32px;
	color:#fff;
	font-weight:700;
	letter-spacing:1px;
	margin:20px auto;
	text-transform:uppercase;
}
.header-seccion .titulo h5 {
	text-align:center;
	font-size:14px;
	color:#fff;
	font-weight:700;
	letter-spacing:1px;
	margin:20px auto;
	text-transform:uppercase;
}
.header-seccion .titulo p {
	text-align:center;
	font-size:14px;
	color:#fff;
	font-weight:300;
	letter-spacing:1px;
	margin:20px auto;
	text-transform: ;
}
/*------
---------------------PLATAFORMAS
----*/

.mapa {
	position:relative;
	width:100%;
}
.region {
	position:absolute;
	z-index:10;
	padding:55px 0 0 0px;
}
.region h3,
.region h3 a{
	font-size:18px;
	font-weight:700;
	color:#333;
	margin:0;
}
.region p{
font-size: 14px;
    font-weight: 300;
		line-height:1;
	color:#333;
	margin:0;
}

.region.uno {
	background:url("../images/dot_01.png") left top no-repeat;
top: 240px;
    left: 131px;
}
.region.uno p{
background: rgba(241, 196, 15, 0.7);
    padding: 5px;}

.region.dos {
	background:url("../images/dot_03.png") left top no-repeat;
    top: 376px;
    right: 93px;
}
.region.dos p {
    background: rgba(38, 97, 155, 0.73);
    padding: 5px;
    color: white;
}

.region.tres {
	background:url("../images/dot_02.png") left top no-repeat;
	top: 193px;
    right: 87px;
}
.region.tres p {
background: rgba(52, 152, 219, 0.79);
    padding: 5px;
    color: white;
}
.region.cuatro {
	background:url("../images/dot_04.png") left top no-repeat;
bottom: 38px;
    left: 271px;
}
.region.cuatro p {
background: rgba(15, 195, 62, 0.56);
    padding: 5px;
}

.region.cinco {
	background:url("../images/dot_05.png") left top no-repeat;
bottom: 114px;
    left: 599px;
}

.region.cinco p {
    background: rgba(155, 89, 182, 0.57);
    padding: 5px;
}
.region.seis {
	background:url("../images/dot_06.png") left top no-repeat;
    top: 294px;
    left: 464px;
}

.region.seis p {
    background: rgba(230, 76, 60, 0.71);
    padding: 5px;
}
.region.siete {
	background:url("../images/dot_07.png") left bottom no-repeat;
    top: 132px;
    left: 500px;
		padding-top:0px;
		padding-bottom:60px;
}
.region.siete p {
    background:rgba(230, 126, 34, 0.78);
    padding: 5px;
}
/*------
---------------------CALL TO ACTION
----*/
.logos-center {
	text-align:center;
	margin-top:40px;
	margin-bottom:40px;
}
.logos-center img {
	margin:0 15px;
}

.logos-center img.clasyss{
	width:150px;
}
.logos-center img.porticus{
	width:200px;
}


/*------
---------------------PORFOLIO
----*/
.contiene-items {}

.contiene-items .row:nth-child(2n) .extracto ,
.contiene-items .row:nth-child(2n) .extracto h3,
.contiene-items .row:nth-child(2n) .extracto p{
	text-align:right!important;
}
.contiene-items .extracto h3 a{
	font-size:38px;
	color:#666666;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
}

.contiene-items .hexa-img img{
	transition: all .8s ease;
}
.hexa-img:hover  img{
    transform: scale(1.1) rotate(-10deg);
 }
.contiene-items .extracto .meta {
    font-size: 14px;
    text-transform: uppercase;
    color: #666;
}
.contiene-items .extracto .meta a {
	color:#666;
	padding-right:10px;
	margin-right:10px;
	border-right:1px solid #666
}
.contiene-items .extracto a.btn-unis {
	margin-top:20px;
}
.contiene-items .row:nth-child(2n) .extracto a.btn-unis {
	float:right;
}
/*------
---------------------PORFOLIO
----*/
#wrap-porfolio {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}



.nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-pack: center;
          justify-content: space-between;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 10px 20px;
  margin-top: 40px;
}

.nav-item {
  position: relative;
  padding: 50px 5px 0;
  margin: 0 5px;
  font-size: 16px;
  font-weight: 700;
  color: #595959;
  text-decoration: none;
  line-height: 1.5;
	text-align:center;
}
.nav-item.hub-01{
	background:url("../images/dot_05.png") no-repeat center top transparent;
	background-size:40px;
}

.nav-item.hub-02{
	background:url("../images/dot_03.png") no-repeat center top transparent;
	background-size:40px;
}

.nav-item.hub-03{
	background:url("../images/dot_02.png") no-repeat center top transparent;
	background-size:40px;
}

.nav-item.hub-04{
	background:url("../images/dot_04.png") no-repeat center top transparent;
	background-size:40px;
}

.nav-item.hub-05{
	background:url("../images/dot_01.png") no-repeat center top transparent;
	background-size:40px;
}

.nav-item.hub-06{
	background:url("../images/dot_07.png") no-repeat center top transparent;
	background-size:40px;
}

.nav-item.hub-07{
	background:url("../images/dot_06.png") no-repeat center top transparent;
	background-size:40px;
}

.nav-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #595959;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.nav-item.active {
  color: black;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.nav-item.active:before {
  width: 100%;
}

.portfolio {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}

.project {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 0 calc(100% - 20px);
  margin: 10px;
}

@media (min-width: 520px) {
  .project {
    -webkit-box-flex: 0;
            flex: 0 0 calc((100% / 2) - 20px);
  }
}
@media (min-width: 860px) {
  .project {
    -webkit-box-flex: 0;
     flex: 0 0 calc((100% / 4) - 20px);
  }
}

.project-image img {
  display: block;
  width: 100%;
  height: auto;
}

.project-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 40px;
  color: #f6f6f6;

  opacity: 0;
  -webkit-transition: all 350ms ease-in;
  transition: all 350ms ease-in;
}

.option-1 .project-info {
	 background: #9b59b6;
}
.option-2 .project-info {
	 background: #26619b;
}
.option-3 .project-info {
	 background: #3498db;
}
.option-4 .project-info {
	 background: #0fc33e;
}
.option-5 .project-info {
	 background: #f1c40f;
}
.option-6 .project-info {
	 background: #e67e22;
}
.option-7 .project-info {
	 background: #e64c3c;
}

.project-info:hover {
  opacity: 1;
}
@media (max-width: 520px) {
  .project-info {
    opacity: .8;
  }
}

.project-info-title {
margin: 0 0 .5em;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: 700;
}

.project-info-button {
  padding: .5em 1em;
  color: inherit;
  text-decoration: none;
  border: 1px solid #f6f6f6;
  border-radius: 3px;
  -webkit-transition: all 350ms;
  transition: all 350ms;
}
.project-info-button:hover {
  color: #595959;
  background: #f6f6f6;
  border-color: #f6f6f6;
}

/*------
---------------------CALL TO ACTION
----*/
.parallax {
    text-align: center;
    background: url(../images/parallax.png) no-repeat center center;
    background-size: cover;
		    min-height: 480px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.parallax-content {
		width:100%;
}
.parallax img {
	opacity:0.4;
	width:100%;
}
/*------
---------------------CALL TO ACTION
----*/
.uni_testimonials {}
.uni_testimonials h6{
	color:#fff;
}
.uni_testimonials p{
	    color: #cbe54e;
}

.historias {
	background:#54979e;
    padding: 70px 0 0;
}
.what_pax_says {
    margin-top: 230px;
    background: #50ace2;
    padding: 50px 0 70px;
    color: white;
    font-size: 20px;
}
.what_pax_says h4 {
	color:#fffff;
	text-transform:uppercase;
}
.dm-width {
    width: 380px;
    margin: 0 auto;
    position: absolute;
    top: -225px;
    right: 0;
}
.dm-device {
    position: relative;
    width: 100%;
    padding-bottom: 203.477897%;
    margin-bottom: 20px;
}
.device {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(https://res.cloudinary.com/di5yipnns/image/upload/v1482236588/apple-iphone_aivldo.png);
    background-image: url(../images/device.png);
    background-size: contain;
    background-position: center center;
}
.screen {
    overflow: hidden;
    position: absolute;
    top: 18.1%;
    bottom: 20.6%;
    left: 12.49%;
    right: 17.4%;
    background-color: #000;
}
.iphone_slider {
    height: 100%;
    position: relative;
}
.iphone_slider div {
    height: 100%;
}

.pax_testimonials h6,
.pax_testimonials p {
	color:#ffffff;
}

 .slick-dots {
	text-align:left;
}
.slick-dots li button {
	    width: 25px;
    height: 25px;
}
.slick-dots li button:before {
	font-size:20px
}
/*------
---------------------CALL TO ACTION
----*/
.auspician {
    padding: 70px 0;
}
/*------
---------------------CALL TO ACTION
----*/

.call-to-action {
    padding: 320px 0 140px;
    position: relative;
		background-image:url(../images/call-to-action.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.call-to-action:after  {
		content:'';
    z-index: 0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
 }
.call-to-action .cover  {
    z-index: 1;
    background-image:url(../images/mask-call.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
 }

.section_title.white h3{
    color: #ffffff;
    position: relative;
    z-index: 100;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: 700;
}
.section_title.white h4{
color: #ffffff;
    position: relative;
    z-index: 100;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
}
.section_title.white p{
	color:#ffffff;
	position:relative;
	z-index:100;

}
.call-to-action a {
		position:relative;
	z-index:100;
}
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
/*------
---------------------footer
----*/

 footer {
    color: white;
    text-align: center;
    padding: 40px 0;
    background: #38667f;
}

footer .line {
    position: relative;
}
footer .line:after {
    content: '';
    height: 1px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    background: #50ace2;
}


footer a {
    color: white;
    text-decoration: none;
}
footer h6 {
    color: #fff;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 400;
    font-size: 10px;
		text-align: center;
    letter-spacing: 0px;
}

footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer .menu li {
    margin-bottom: 8px;
}
footer .menu a {
    text-transform: uppercase;
    font-size: 14px;
}
footer .menu a:hover {
    color: #FFF;
    text-decoration: underline!important;
}
footer .networks {
    margin: 0 auto 35px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
footer .networks li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
footer .networks li a {
    display: block;
    padding: 15px;
    color: #FFF;
}
footer .networks li a:hover {
    color: #FFF;
    opacity: 0.7;
}
footer .contact_form p {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 25px;
		color: #fff;
}

footer .contact_form form input,
footer .contact_form form textarea {
    background: #38667f !important;
    border: solid #fff !important;
    border-width: 0 0 1px !important;
    margin-bottom: 20px !important;
    border-radius: 0 !important;
    color: white !important;
}
footer .contact_form form input::-webkit-input-placeholder,
footer .contact_form form textarea::-webkit-input-placeholder,
footer .contact_form form input:-ms-input-placeholder,
footer .contact_form form textarea:-ms-input-placeholder,
footer .contact_form form input::placeholder,
footer .contact_form form textarea::placeholder {
    color: #FFF!important;
    opacity: 1!important;
}

footer .contact_form form textarea {
    height: 70px;
}
footer .contact_form form .wpcf7-submit {
    font-weight: bold;
    text-transform: uppercase;
    border: none !important;
}

.sidebar iframe {
    max-width: 100%;
    height: 340px;
}

.desc.c-blanco ul {
    list-style: circle;
    padding-left: 20px;
    line-height: 2;
    font-weight: 400;
}
.desc.c-blanco ul li {
    margin-bottom: 8px;
}

.region.uno {
    top: 30%;
    left: 12%;
}
.region.dos {
    top: 50%;
    left: 70%;
}
.region.tres {
    top: 21%;
    left: 57%;
}
.region.cuatro {
    left: 25%;
    top: 81%;
}
.region.cinco {
    top: 65%;
    left: 57%;
}
.region.seis {
    top: 37%;
    left: 43%;
}
.region.siete {
    top: 12%;
    left: 47%;
}
