/* Hiva css */
/* COLOR 

CELESTE-VERDE: #65d2be;
**: #2a9682;
 */
/*@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Condensed:400,700');*/
@import url('https://fonts.googleapis.com/css?family=Fjalla+One|Noto+Sans:400,700');

body {
	font-size: 15px;
font-family: 'Noto Sans', sans-serif;
	color:#000;
}
h1, h2, h3, h4, h5 {
font-family: 'Fjalla One', sans-serif;
}
h1 { font-size: 2.5em }
h2 { font-size: 2em }
h3 { font-size: 1.67em }
h4 { font-size: 1.5em }
h5 { font-size: 1.23em }
h6 { font-size: 1.15em }
.header-menu {
	font-family: 'Fjalla One', sans-serif;
	font-size: 115%;
}
.wrapper-sec {
	width: 85%;
	margin: 0px auto;
}
.wrapper-head {
	padding-top: 1em;
	padding-bottom: 1em;
}
.alignright, .alingleft, .aligncenter {
	width: auto !important;
	height: auto !important;
}
/* load */
.load {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    background: #65d2be;
    -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: center;
}
.load h1 {
	text-align: center;
	color:#fff;
	width: 100%;
	margin:0px;
}
.load.carga {
    margin-left: -100%;
}
.carga-none {
    display: none;
}
/* menu responsive */
/* MENU RESPONSIVE */
#overlay-menu {
  background: rgba(0,0,0,0.7);
  position: fixed;
  height: 100%;
  width: 100%;
  top:0px;
  left: 0px;
  z-index:11;
  display:none;
}
#overlay-menu.desplegar {
  display: block;
}
.bloq-menu {
  background:#3bbdb7;
  width: 300px;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  margin-left: -300px;
  z-index: 12;
  -webkit-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
  padding:2em;
  padding-top: 15vh;
}
.bloq-menu img {
	width: 180px;
    display: block;
    margin: 0px auto 2em;
}
.bloq-menu a {
	color: #fff;
    display: block;
   	font-family: 'Fjalla One', sans-serif;
    padding: 0.5em 1em;
    font-size: 115%;
}
.bloq-menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px; 
}
.bloq-menu a:hover {
	background: rgba(255,255,255,0.2);
	cursor: pointer;
}
.bloq-menu.desplegar {
  margin-left: 0px;
}

/* breadcrumbs */
#breadcrumbs .fa-home {
  font-size: 1.4em;
}
#breadcrumbs{
	list-style: none;
    margin: 0px;
    overflow: hidden;
    font-size: 0.9em;
    width: 100%;
    padding:0px;
    margin-bottom: 2em;
}
#breadcrumbs a {
  color:#000;
}
#breadcrumbs a:hover {
  color:#333;
}
#breadcrumbs li{
  display:inline-block;
  vertical-align:middle;
  margin-right:15px;
}
#breadcrumbs .separator{
  font-size:18px;
  font-weight:100;
  color:#ccc;
}
/**/
.hentry a {
	color:#2a9682;
	font-weight: bold;
}
.hentry a:hover {
	text-decoration: underline;
}
.hentry ul li, 
.hentry ol li,
.bloq-page-izq ul li,
.bloq-page-izq ol li {
	margin-bottom: 1em;
	line-height: 1.5em;
    font-size: 14px;
}
.bloq-page-izq p {
	line-height: 1.5em;
    font-size: 14px;
}
.hentry p {
    line-height: 1.5em;
    font-size: 14px;
}
/* HEADER ******************************** */
.header {
	width: 100%;
    background: #f5f5f5;
/*    background-image: url(../img/homepage/bg2.png);*/
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 2;
    position: relative;
}
.home .header {
	position: absolute;
	left:0px;
	padding: 1em;
	background: transparent; 
	box-shadow: none;
}
.header .wrapper-sec {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;

	position: relative;
    z-index: 2;
}
.header .logo {
	width: 16%;
}
.header-menu {
	width: 73%;
}
.header ul {
	width: 100%;
	list-style: none;
	padding: 0px;
	margin: 0px;

	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}
.header-menu > ul > li > a {
	color:#666;
	padding: 1em 0px;
}
.header-menu > ul > li > a:hover {
	text-decoration: underline;
}
ul.sub-menu {
    display: none;
    margin-top: 0.7em;
}
li:hover > ul.sub-menu {
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    width: 180px;
    background: #fff;
    border-bottom: 5px solid #65d2be;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}
ul.sub-menu li {
	width: 100%;
}
ul.sub-menu li a {
    padding: 0.5em 0.7em;
    color: #666;
    display: block;
    font-size: 0.8em;
}
ul.sub-menu li a:hover {
	background: #EFEFEF;
}
/* MOBILE MENU ******************************** */
.btn-menu {
	display: none;
}
.btn-menu:hover {
	transform: rotateY(180deg);
	color:#333;
	cursor:pointer;
    border: 1px solid #333;
}
@media screen and (max-width: 768px) {
	.header {
		overflow: hidden;
	}
	.header .logo {
		width: 70%;
		max-width: 250px; 
	}
	.header-menu {
		display: none;
	}
	.btn-menu {
		display: block;
		transition: all .4s ease-in-out; 
		color:#333;
		padding: 0.5em 0.7em;
		border: 1px solid #333;
	}
}
/**/
.sec-2, .sec-3, .sec-4 {
	padding-top: 3em;
	padding-bottom: 3em;
}
.sec-title {
	font-size: 2.2em;
	margin:0px;
	margin-bottom: 0.5em;
	width: 100%;
	color:#666;
}
.btn-rounded {
	display: block;
	margin:1em auto;
	padding: 0.6em 1.2em;
	border-radius: 4em;
	text-align: center;
	width: 180px;
}
.color-1 {
	background: #65d2be;
	color:#000;
}
.color-2 {
	background: #3D5A6C;
	color:#fff;
}
.color-1:hover, .color-2:hover {
	background: #000;
	color:#fff !important;
}
/* SEC-1 ******************************** */
.sec-1 {
	height: 120vh;
	margin-bottom:6rem;
}
.text-sec-1 {
	position: absolute;
    top: 25vh;
    left: 5%;
    width: 90%;
    margin: 0px auto;
    text-align: center;
    color:#333;
}
.text-sec-1 h1, .text-sec-1 p {
	color:#333;
}
.text-sec-1 h1 {
    line-height: 1.2em;
}
.text-sec-1 p {
	margin:2em 0px;
}
.particles-js-canvas-el {
	height: 100% !important;
}
@media screen and (min-width: 1370px) {
	.sec-1 {
		height: 120vh;
	}
}
@media screen and (max-width: 768px) {
	.text-sec-1 {
		position: absolute;
	    top: 28vh;
	    left: 10%;
	    width: 80%;
	}
	.particles-js-canvas-el {
		height: 100vh !important;
	}
	.text-sec-1 p {
		margin:1em 0px;
	}
	.sec-1 {
		height: 100vh;
		margin-bottom:0px;
	}
}
/* SEC-2 ******************************** */
.researchers-bloq {
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.researchers-item {
	width: 48%;
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
	margin-bottom:2rem;
	padding:2rem;
}
.researchers-img {
	width: 25%;
}
.titulo-mobile {
	display: none;
}
.sec-researchers {
	margin-bottom: 1em;
	color:#333;
}
.bloq-wrap-img {
	border: 2px solid #65d2be;
    border-radius: 50%;
    overflow: hidden;
}
.researchers-img img {
	transition: all 0.2s ease-in-out;
}
.researchers-item:hover img {
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Safari */
    transform: scale(1.2);
}
.researchers-text {
	width: 72%;
}
.researchers-text h2 {
    margin: 0px;
    font-size: 1.5em;
    color: #666;
    text-align: left;
}
.researchers-text h2 a {
    color:#3D5A6C;
}
.researchers-text p {
	text-align: left;
	margin:0px;
	font-size: 0.9em
}
.researchers-1 {
	margin-top: 3em;
}
.researchers-2 {
	display: none;
}
@media screen and (max-width: 1200px) {
	.researchers-img {
		width: 28%;
	}
	.researchers-text {
		width: 70%;
	}
}
@media screen and (max-width: 980px) {
/*	.researchers-img {
		width: 100%;
	    text-align: center;
	    margin-bottom: 2em;
	}*/
	.researchers-img {
		display: none;
	}
	.researchers-text {
		width: 100%;
	}
	.researchers-item:nth-child(1) {
		margin-bottom: 3em;
	}
}
@media screen and (max-width: 768px) {
	.researchers-1 {
		display: none;
	}
	.researchers-2 {
		display: block;
	}
	.researchers-item {
		width: 100%;
	}
	.researchers-img {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 0px;
	    display: flex;
	    flex-flow: row wrap;
	    justify-content: space-between;
	    align-items: center;
	}
	.researchers-img img {
	    width: 35%;
	    border-radius: 50%;
	    margin-bottom: 1em;
	}
	.titulo-mobile {
		display: block;
		width: 60%;
		text-align: left;
		font-size: 1.8em;
    	color: #3D5A6C;
	}
	.titulo-desk {
		display: none;
	}
}
/* SEC-3 ******************************** */
.sec-3 {
	background-image: linear-gradient(#fff,#f2f2f2);
/*	background-image: url('../img/homepage/bg2.png');*/
/*	background:#CBEF43; */
	background-size: cover;
}
.sec-3 .sec-title {
	color:#666;
	text-align: center;
}
.members-item {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;	
    align-items: stretch;
}
.members-item-bloq {
	width:30%; 
	position: relative;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
	transition: all 0.3s ease-in-out;
}
.members-item-bloq:hover {
	transform: scale(1.1);
}
.bloq-text-members {
	/*	background: #3D5A6C;*/
	background:rgba(100,210,190, 0.8);
    padding: 1em;
    color:#333;
    font-family: 'Fjalla One', sans-serif;
	position: absolute;
	font-size: 1em;
	font-weight: bold;
    width: 100%;
    bottom: 0px;
    height: 3.5em;
    transition: all 0.2s ease-in-out;
}
.members-item-bloq:hover .bloq-text-members {
/*	background:#CBEF43;*/
	background:rgba(100,210,190, 0.8);
	padding-top: 30%;
	height: 100%;
}
.members-item-bloq:hover .bloq-text-members p {
border-bottom: 2px solid;
}
.bloq-text-members p {
	margin:0px;
}
.linea-titulo {
	width:80px;
	height: 5px;
	display: block;
	margin:0px auto;
	background:#666; 
	margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
	.members-item-bloq {
		width:47%; 
		margin-bottom:2rem; 
	}
}
@media screen and (max-width: 600px) {
	.members-item-bloq {
		width:100%; 
	}
}
/* SEC-4 ******************************** */
.sec-4 .wrapper-sec {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;	
    align-items: stretch;
}
.sec-4 .bloq-left-sec {
	width: 30%;
}
.sec-4 .bloq-right-sec {
	width: 66%;
}
.sec-4 .sec-title {
	display: inline-block;
	width: initial;
    font-size: 1.8em;
    margin: 0px;
    padding: 8px 20px;
    margin-bottom: 0px;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.3);
}
.sec-4 .bloq-left-sec .sec-title {
	background:#65d2be;
	color: #fff;
}
.sec-4 .bloq-right-sec .sec-title {
	background:#e3e3e3;
	color: #666;
}
/* publications */
.publications-item {
	display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-end;
	width: 100%;
	background: url(../img/homepage/img-publicaciones-bg.jpg);
	background-size: cover;
	background-position: center;
}
.publications-item a {
    display: block;
    padding: 1.23em 1em;
    font-size: 1.4em;
    width: 100%;
    color: #fff;
    background: rgba(54, 158, 139, 0.8);
}
.publications-item-bloq:hover {
	    box-shadow:1px 1px 3px rgba(0,0,0,0.4);
}
.publications-item a:hover {
    background: #65d2be;
}
/* COURSES */
.courses-item {
	display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: flex-end;
	width: 100%;
}
.courses-item-bloq {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
    background: #efefef;
    width: 100%;
    color: #000;
    border-bottom: 5px solid #efefef;
    box-shadow:1px 1px 3px rgba(0,0,0,0.4);
}
.courses-item-bloq a {
	    padding: 0.8em;
	    display: block;
}
.courses-item-bloq:hover {
    border-bottom: 5px solid #3D5A6C;
    color:#000;
}
.courses-item-bloq p {
	margin:0px;
	font-size: 1.2em;
	position: relative;
	padding-right: 2em;
}
.objetivos-bloq {
	display: block;
	width:100%;
	padding: 1.5em;
	background:#e3e3e3; 
	margin-bottom: 1em;
}
.objetivos-bloq p {
	margin:0px;
}
.btn-cursos {
	width: calc(100%);
}
.arrow-courses {
	position: absolute;
	right: 0.8em;
	top:calc(50% - 0.7em);
}
.btn-mas {
	float: right;
    display: block;
    padding: 0.8em;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.3);
    background: #f2f2f2;
}
.btn-mas:hover {
color:#fff;
    background: #999;
}
@media screen and (max-width: 980px) {
	.sec-4 .bloq-left-sec {
		width: 47%;
	}
	.sec-4 .bloq-right-sec {
		width: 47%;
	}
}
@media screen and (max-width: 600px) {
	.sec-4 .bloq-left-sec {
		width: 100%;
	}
	.sec-4 .bloq-right-sec {
		width: 100%;
	}
	.publications-item {
		margin-bottom: 3em;
	}
}
/* SEC-5 ******************************** */
.sec-5 {
	padding-bottom: 4em;
}
.bloq-news {
	display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-bottom: 2em;
}
.news-item-bloq {
	width: 31%;
	display: block;
	box-shadow:1px 1px 3px rgba(0,0,0,0.4);
	background: #fff;
	border-bottom:5px solid #65d2be;
}
.news-item-bloq:hover {
	background: #65d2be;
}
.news-item-bloq:nth-child(4) {
	display: none;
}
.news-title {
	margin:0px;
	font-size: 1em;
	font-weight: bold;
}
.img-destacada-news {
	transition: all 0.3s ease-in-out;
}
.news-item-bloq:hover .img-destacada-news {
	-ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2); /* Standard syntax */
}
.bloq-news-text {
	padding: 1.1em;
	min-height: 130px;
}
.h-wrap {
	width: 100%;
	overflow: hidden;
}
@media screen and (max-width: 980px) {
	.news-item-bloq {
		width: 47%;
		display: block;
		margin-bottom: 2em;
	}
	.news-item-bloq:nth-child(4) {
		display: block;
	}
}
@media screen and (max-width: 600px) {
	.news-item-bloq {
		width: 100%;
		display: block;
	}
}
/* FOOTER */
footer {
	background:#e3e3e3;
}
.bloq-footer {
	padding-top: 4em;
	padding-bottom: 4em;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}
.bloq-footer-izq, .bloq-footer-der {
	width: 49%; 
}
.bloq-footer-izq {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: stretch;
}
.bloq-footer-logo {
	width:30%; 
}
.bloq-footer-text {
	width:60%; 
}
.bloq-footer-der {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.bloq-footer-der a {
	width:24%;
    text-align: center;
}
.bloq-footer-der a img {
	max-height: 110px;
}
@media screen and (max-width: 768px) {
	.bloq-footer-izq, .bloq-footer-der {
		width: 100%; 
		margin-bottom: 2em;
	}
}
@media screen and (max-width: 600px) {
	.bloq-footer-izq {
		justify-content: center;
	}
	.bloq-footer-logo {
		width:70%; 
	}
	.bloq-footer-text {
		width:100%; 
	}
	.bloq-footer p {
		text-align: center;
	}
}
/* PAGE */
.bloq-page-izq h3 {
	color:#3D5A6C;
}
.bloq-page {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	padding-top: 3em;
    padding-bottom: 3em;
    flex-flow: row wrap;
}
.bloq-page-izq {
	width:65%; 
}
.bloq-page-der {
	width:29%; 
}
.post-edit-link {
	background: #333;
    padding: 0.3em 1em;
    border-radius: 3em;
    margin-bottom: 1em;
    display: inline-block;
    font-size: 0.9em;
    color:#fff !important;
}
.post-edit-link:hover {
	background:#000;
}
.titulo-page {
    line-height: 1.3em;
    margin: 0px;
    margin-bottom: 1em;
    color:#666;
}
.search-input {
	padding: 1em;
    line-height: 1em;
    width: calc(100% - 2em);
}
@media screen and (max-width: 768px) {
	.bloq-page-izq, .bloq-page-der {
		width:100%; 
	}
	.bloq-page-der {
		padding-top: 2em;
	}
}
/* category protocols */
.bloq-protocols {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.protocols-item-bloq {
    margin-right: 3%;
    margin-bottom: 2em;
    width: 30%;
    padding: 1em;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    background: #e3e3e3;
    border-bottom: 5px solid #e3e3e3;
    display: flex;
    flex-flow: wrap column;
    justify-content: flex-start;
    align-items: center;
}
.protocols-item-bloq:hover {
	border-bottom: 5px solid #3D5A6C;
}
.protocols-item-bloq img {
	width: 50px;
} 
.protocols-title {
	display: block;
	width: 100%;
}
.protocols-title p {
	text-align: center;
	margin-bottom: 0px;
}
.date-protocols {
	    width: 100%;
    text-align: center;
    display: block;
}
.protocols_link {
	display: inline-block;
    padding: 0.3em 0.8em;
    border-radius: 3em;
    background: #65D2BE;
    color: #fff;
    font-size: 0.9em;
    margin-top: 1em;
}
.protocols_link:hover {
    background: #3D5A6C;
    color: #fff;
}
.links-bloq {
	width: 100%;
	text-align: center;
}
@media screen and (max-width: 1024px) {
	.protocols-item-bloq {
	    margin-right: 3%;
	    width: 47%;
	}
}
@media screen and (max-width: 1024px) {
	.protocols-item-bloq {
	    margin-right: 0%;
	    width: 100%;
	}
}
.page-numbers {
	display: inline-block;
    padding: 0.6em 0.8em;
    background: #e3e3e3;
    margin-right: 0.3em;
}
.page-numbers:hover, .page-numbers.current {
    background: #3D5A6C;
    color:#fff;
} 
.image-researcher-int {
    width: 100%;
    border: 2px solid #65d2be;
    border-radius: 50%;
}
.page-researchers .bloq-page-izq {
	width:65%;
}
.page-researchers .bloq-page-der {
	width:29%;
	text-align: center;
}
.btn-researchers {
display: inline-block;
    padding: 0.4em 0.8em;
    border-radius: 4em;
    margin-top: 2em;
    color: #666;
}
.btn-mobile {
	display: none;
}
@media screen and (max-width: 768px) {
	.page-researchers .bloq-page-der {
		padding-top: 0px
	}
}
@media screen and (max-width: 600px) {
	.page-researchers .bloq-page-izq, .page-researchers .bloq-page-der {
		width:100%; 
	}
	.page-researchers .bloq-page-izq {
		padding-top: 2em;
	}
	.btn-desk {
		display: none;
	}
	.btn-mobile {
		display: inline-block;
	}
}
/* CATEGORY MEMBERS */ 
.bloq-members {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;	
}
.category .members-item-bloq {
    margin-right: 3%;
    margin-bottom: 2em;
    width: 22%;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    background: #fff;
    display: flex;
    flex-flow: wrap column;
    justify-content: flex-start;
    align-items: center;
}
.members-item-bloq img {
	width: 100%;
}
.members-content {
	padding: 1em;
	width: 100%;
}
.members-content p {
	margin:0px;
	font-size: 13px;
	line-height: 1.5em;
}
.members-title {
	width: 100%;
	position: absolute;
}
.members-title p {
	color:#fff;
    margin: 0px;
    padding: 0.5em 1em;
    background: rgba(100,210,190, 0.8);
    width: 100%;
    text-align: left;
    font-weight: bold;
}
.tabcontent .members-item-bloq {
    margin-right: 3%;
    margin-bottom: 2em;
    width: 30%;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    background: #e3e3e3;
    display: flex;
    flex-flow: wrap column;
    justify-content: flex-start;
    align-items: center;
}
.bloq-image {
	width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: flex-end;
    position: relative;
}
@media screen and (max-width: 768px) {
	.category .members-item-bloq {
	    width: 47%;
	}
	.tabcontent .members-item-bloq {
	    width: 47%;
	}
}
@media screen and (max-width: 600px) {
	.tabcontent .members-item-bloq {
	    margin-right: 0%;
	    width: 100%;
	}
	.category .members-item-bloq {
	    width: 100%;
	    margin-right: 0px;
	}
}
/* cursos */
.bloq-courses {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
	background:#efefef;
	margin-bottom: 2em;
}
.bloq-courses-item-bloq {
	display: block;
	padding: 0.8em;
	width: 100%;
    color: #000;
    	background:#efefef;
    border-bottom: 5px solid #efefef;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    position: relative;
}
.bloq-courses-item-bloq:hover {
	border-bottom: 5px solid #3D5A6C;
    color: #000;
}
.bloq-courses-item-bloq p {
	margin: 0px;
    font-size: 1.2em;
    font-weight: 300;
}

.courses-item-bloq .arrow-courses, .bloq-courses-item-bloq .arrow-courses {
	display: none;
}
.courses-item-bloq:hover .arrow-courses, .bloq-courses-item-bloq:hover .arrow-courses {
	display: inline-block;
	float:right;
	margin-top: -2px;
}
/* NEWS */
.full-page {
	width: 100%;
}
.bloq-cat-news {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	align-items: stretch;
}
.cat-news-item-bloq {
    margin-right: 3%;
    margin-bottom: 2em;
    width: 30%;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    background: #fff;
    border-bottom: 5px solid #65d2be;
    display: flex;
    flex-flow: wrap column;
    justify-content: flex-start;
    align-items: center;
}
.cat-news-item-bloq:hover{
	background: #65d2be;
}
.cat-news-item-bloq:hover .img-destacada-news {
	-ms-transform: scale(1.2,1.2); /* IE 9 */
    -webkit-transform: scale(1.2,1.2); /* Safari */
    transform: scale(1.2,1.2); /* Standard syntax */
}
.cat-news-text {
	padding:1em;
	width: 100%; 
}
.news-item-bloq-sidebar {
	margin-bottom: 2em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.4);
    background: #fff;
    border-bottom: 5px solid #65d2be;
}
.news-item-bloq-sidebar:hover {
    background: #65d2be;
}
@media screen and (max-width: 980px) {
	.cat-news-item-bloq {
		width: 47%;
		display: block;
		margin-bottom: 2em;
	}
}
@media screen and (max-width: 600px) {
	.cat-news-item-bloq {
		width: 100%;
		display: block;
	}
}
/* tabs */
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.flecha-members {
	opacity: 0;
    transition: all 0.5s ease-in-out;
    float: right;
    margin-right: 4em;
}
.members-item-bloq:hover .flecha-members {
	    float: right;
	    opacity: 1;
	    float: right;
    	margin-right: 0.8em;
}
.post-password-form {
	margin-bottom: 3em;
}
/**/
.phd-item-bloq {
	margin-bottom: 1.5em;
}
.phd-title {
	padding: 0.5em 1em;
    background: #e3e3e3;
}
.phd-title p {
	margin:0px;
}
.phd-content {
	padding: 0.5em 1em;
	border:1px solid #e3e3e3;
}
.phd-content p {
	margin:0px;
}