@font-face {
font-family: Kelson Sans;
src: url("../fonts/Kelson Sans Regular.otf"), url("../fonts/Kelson Sans Bold.otf"),url("../fonts/Kelson Sans Light.otf");
}

@font-face {
font-family: PlayfairDisplay-Black;
src: url("../fonts/PlayfairDisplay-Black.ttf"), url("../fonts/PlayfairDisplay-BlackItalic.ttf");
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/RobotoCondensed-Light.ttf") format('truetype');
}

@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/RobotoCondensed-Bold.ttf');
}

@font-face {
  font-family: "Roboto Condensed Light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/RobotoCondensed-Light.ttf") format('truetype');
}

@font-face {
  font-family: "Roboto Condensed Bold";
  font-style: normal;
  font-weight: 800;
  src: url('../fonts/RobotoCondensed-Bold.ttf');
}

a:focus {
  outline: 0px;
}
/*section {
  display: -webkit-box;
}
*/
img{  
  display:flex;
  margin:0 auto;
}

.blocktextArticulo img {
  max-width: 100%;
  height: auto;
}

.blocktextArticulo .aligncenter {
  margin: 0 auto;
}

.hidden-element {
  display: none
}
/*COLORES*/
.color-azul {
  color: #64aecc;
}
.color-amarillo {
  color: #f2c468;
}
.color-morado {
  color: #cfbfe2;
}
.color-naranja {
  color: #ff9376;
}
.color-verde {
  color: #bedfd2;
}
.color-rosa {
  color: #ffadbe !important;
}
.color-negro {
  color: #000;
}
.color-blanco {
  color: #fff;
}


h4,p {
  font-family: 'Roboto Condensed';
}
h3 {
  font-family: PlayfairDisplay-Black;
}

h3 a{
  font-family: PlayfairDisplay-Black;

}
h3 a:hover{
  font-family: PlayfairDisplay-Black;
  text-decoration: none;
}


.navbar-default {
  background-color: #333333;
  height: 55px;
}
.navbar-brand {    
  padding: 10px 15px;   
}
.nav2 {
  background-color: #ffffff;
  opacity: 0.9;   
}
.navbar-brand {
    float: left;
    height: 50px;
    font-size: 18px;
    line-height: 20px;
}

.telos-logoHeader {
  background-image: url('../img/logo-header.png');
  width: 200px;
  background-repeat: no-repeat;
}
.nav li a {
  font-family: 'Roboto Condensed';
  font-size: 19px;
  padding-top: 20px;
  color: #000000;
}
.navHome li a {
  padding-bottom: 16px;
  padding-top: 2px;
  font-weight: 800;
}
.navHome li a:first-child{
  padding-top: 10px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    z-index: 40;
    background: #fff;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: #333;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.nav li a:hover {
  background-color: transparent;
}


ul#line-nav li a {
  position: relative;
  color:#333;
  padding: 8px 0;
  margin: 13px 15px;
}

ul#line-nav li a:hover {
  font-weight: bold;
}
ul#line-nav li a:after  {
  position: absolute;
  bottom: 22px;
  left: 0px;
  width: 100%;
  height: 4px;
  background-color: #333;
  content: "";
  opacity: 0;
-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  transform: translateY(15px);      
}
ul#line-nav li a:hover:after {
  opacity: 1;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);

}

/*SLIDER INICIO*/

.home .slide h3 { 
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-weight: 100;
  letter-spacing: 25px;
  text-shadow: none;
}
.home .slide h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 800;
  font-size: 52px;
  letter-spacing: 26px;
  text-shadow: none;
  margin-bottom: 110px;
  margin: 0px 10px;
}

.temas-home {
  margin-bottom: 90px;
}
.home .slide .name{ 
	font-family: 'Roboto', sans-serif;
	font-weight: 100;
	font-size: 20px;
	letter-spacing: 10px;
	text-shadow: none;
	margin-top: 36px;
}

.home .slide .autor {
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  text-shadow: none;
}
.home .botonSectionEarth {
  margin-bottom: 9px;
}

.boton_video-inicio {

  background: transparent url(../img/sprite.png);
  height: 115px;
  width: 90px;
  background-position: -19px -58px;
  background-repeat: no-repeat;
  cursor: pointer;
}
.icons-active-web:visited {
  border-color: red;
}

.module-descarga a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	  align-items:center;
}

.module-descarga .img-descarga {
	width: 10%;
	display: inline-block;
}

.module-descarga .img-descarga img {
    width: 100%;
    height: auto;
    display: block;
}

.module-descarga .text-descarga {
    text-decoration: underline;
}

.home .title-articulos-analisis {
  font-size: 60px;
  width: 100%;
  text-shadow: none;
  letter-spacing: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.home .carousel-caption .sub-title-articulos-analisis {
  font-size: 18px;
  letter-spacing: 6px;
  text-shadow: none;
  margin:30px 0px;
  text-transform: uppercase;
}

.footerBanner {
	position:absolute;
	bottom:0;
	width:100%;
	margin:0;
}
.contenedor-home {
  left: 10%;
  right: 10%;
}
.contenedor-home .center {
  left: 48%;

}

.entrevista {
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 8px;
  width: 100%;
  padding-left: 0px;
  font-family:'Roboto Condensed Bold';
}
.telosEdicionEntrevista {
  text-align: right;
  padding-right: 6%;
  color: #fff;
  display: inline-flex;
  float: right;
}

.EntrevistaTexto {
  font-family:'Roboto Condensed Bold';
  font-size: 16px;
  letter-spacing: 6px;
}
.entrevistasNumero {
  font-size: 16px;
  font-weight: 100;
  letter-spacing: 6px;
  font-family:'Roboto Condensed Light';
}

.textBgHome {
  padding-top: 640px;
}

.carousel-caption {
	bottom: 60px;
}

.separador span {
	font-size: 30px;
}

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  
}

.center {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.down {
	position: relative;
	width: 18px;
	height: 31px;
	border-radius: 25px;
	background: transparent;
	border: 2px solid #fff;
	overflow: hidden;
	margin-top: 45px;
}

.down:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  top: 10px;
  transform: translate(-50%, 0);
  animation: animate 1s linear infinite;
}

.down:after {
	content: '';
	position: absolute;
	width: 4px;
	height: 11px;
	border-radius: 50%;
	background: #fff;
	left: 50%;
	top: 5px;
	transform: translate(-50%, 0);
	border-radius: 3px;
}

@keyframes animate {
  0% {
	transform: translate(-50%, 0px);
	opacity: 0;
  }
  50% {
	transform: translate(-50%, 40px);
	opacity: 1;
  }
  100% {
	transform: translate(-50%, 80px);
	opacity: 0;
  }
}


.banner {
    margin-top: 55px;
}
.navbar-nav-primary {
  text-transform: uppercase;
}

.navbar-form-search {
  position: relative;
}
.navbar-form-search .form-control {
  width: 250px;
}
.navbar-form-search .btn {
  border: 0;
  background: transparent;
  font-size: 18px;
}
.navbar-form-search .btn:active, .navbar-form-search .btn:hover, .navbar-form-search .btn:focus {
  color: #000;
  outline: none;
  box-shadow: none;
}
.navbar-form-search .search-form-container {
    text-align: right;
    position: absolute;
    width: 329px;
    overflow: hidden;
    background: #fff;
    right: 60px;
    top: 0;
    z-index: 9;
    transition: all .3s ease-in-out;
}
.navbar-form-search .search-form-container.hdn {
  width: 0;
}
.navbar-form-search .search-form-container .search-input-group {
  width: 300px;
}


.carousel-indicators li {
	float: right;
	margin-right: 15px;
}
.carousel-indicators .active {
  margin-right: 15px;
}



.box-videos-responsive {
	position:relative;
}


.box-videos-responsive.filtro:after {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}



/*Articulos*/
.fechasArticle p {
  text-align: right;
  margin-top: 30px;
  text-transform: uppercase;
}
.titleEntrevista {
  font-weight: 800;
  margin-bottom: 5px;
  margin-top: 40px;
}

.title-articulo-analisis {
  font-size: 36px;
  font-family: PlayfairDisplay-Black;
  font-weight: bold;
  margin-bottom: 20px;
}

.conteImgArticle, .contenedor-video {
	width:100%;
	position: relative;
}

.conteImgArticle img, .contenedor-video img {
	width:100%;
	height:auto;
}

.pieFoto {
	padding:0;
	margin: 10px 0px 30px 0px;
}

.pieFoto ol {
	font-family:'Roboto Condensed Light';
	font-size:14px;
	display:inline-block;
	padding:0px;
	margin-right:10px;
}

.pieFoto ol:first-child {
	font-family:'Roboto Condensed Bold';
}

.primeraLetraArticulo {
  z-index: -1;
}
.letraArticulosFondo {
  font-size: 250px;
  z-index: -2;
  margin-top: 1px;
  font-weight: 800;
  margin-bottom: -300px;
  margin-left: 60px;
  font-family:'Roboto Condensed Bold';
}
.letra-rosa .letraArticulosFondo {
  color: #FFADBE;
}
.letra-rosa .separadorTitleArticle {
  color: #FFADBE;
}
.letra-rosa .separadorTitleArticle .autorArticulo {
  color: #FFADBE;
}
.titleArticle {
  font-size: 60px;
  font-family: PlayfairDisplay-Black;
  font-weight: 800;
  margin-top: 110px;
  margin-left: -80px;
  z-index: 2;
  max-width: 800px;
  text-align: -webkit-center;
}

.separadorTitleArticle {
  font-size: 30px;
  text-align: center;

}
.entrevistasParrafos {
  border-left: 5px solid #64AECC;
  margin-top: 50px;
  padding-top: 0px;
}
.separadorTitleArticle .autorArticulo {
  font-size: 18px;
  text-align: center;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  text-transform: uppercase;
}

.separadorTitleArticle .autorArticulo .por {
  font-family: 'Roboto Condensed';
  font-weight: 100;
}


.contenidosEntrevista {
  font-family: 'Roboto Condensed';
  font-weight: 100;
  font-size: 19px;
  margin-bottom: 30px;
}
.title-articulo-video {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: bold;
  color: #FFADBE;
  margin-bottom:20px;
}
.boton_video {
  left: 45%;
  background: transparent url(../img/sprite.png);
  height: 115px;
  width: 102px;
  margin-top: -260px;
  background-position: -19px -58px;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  cursor: pointer;
  margin-bottom: 170px;
}

.btnPlayVideo {/* background-color: red; */display: inline-block;position: absolute;top: 50%;z-index: 34;left: 50%;transform: translate(-50%, -50%);}

.btnVideoArticle {
	display:inline-block;
	background: transparent url(../img/sprite.png);
	height: 109px;
	width: 88px;
	background-position: -19px -65px;
	background-repeat: no-repeat;
	/* background-color: tomato; */
}

.tagsInferiorEntrevista {
	margin-bottom:30px;
}

/*carrousel modal images*/
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 100%;
  position: relative;
  margin-top: 0px;
}

ul.pasos {
	padding:0px;
}

ul.pasos ol li {
	padding:0px;
}

ul.pasos ol li::before {
	color: #FFADBE !important;
}

/* fix blank or flashing items on carousel */
.dos .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}

.dos .owl-nav i {
  font-size: 52px;
  margin-top: 40px;
  color: #FFADBE;
}

.owl-nav .owl-prev {
  left: -30px;
}

.owl-nav .owl-next {
  right: -30px;
}
/*end carrousel modal images*/

/*MODAL*/
.title-modal-contenidos {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFADBE;
  font-family: 'Roboto Condensed';
  margin-top: 10px;
  margin-bottom: 20px;
}

#myModal-contenidos .modal-header {
  border-bottom: transparent;
}
.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}
.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#myModal-contenidos .modal-footer {
  text-align: left;
}
.modal-descripcion {
  font-size: 22px;
  font-weight: 500;
}
.modal-footer {
  text-align: left;    
}
.modal-autor-video {
  font-size: 14px;
}
.modal-autor-video span {
  text-transform: uppercase;
  text-decoration: underline;
}
.linkAutor {
  font-weight: 600;
  color: #333;
  text-decoration: underline;
}

.linkDescripcion {
  text-decoration: underline;
  color: #333;
}
.carrousel-libro {
  margin-bottom: 40px;
}
.notas-contenidos {
  font-size: 30px;
  color: #FFADBE;
  margin-bottom: 36px;
}
.sub-indice {
  color: #333333;
  text-decoration: underline;
}

.titulo-articulo-extraido {
  font-size: 36px;
  margin-top: 30px;
}

.panelTop:after{
  width: 100%;
  content: " ";
  background-color: #FFADBE;
  position: absolute;
  left: 0px;
  top: 27px;
  height:80%;
  z-index: 0;
}
.img-articulo-extraido {
  z-index: 2;
}
.articulo-extraido .panel-default {
  border: transparent;
}
.caja-titulo-extraido {
  z-index: 2;
  margin-top: 30px;
}
.descargar-numero {
  font-size: 18px;
  font-style: italic;
  display: inline-flex;
  text-transform: uppercase;
  font-weight: bold;
  padding-right: 2%;
  margin-top: 40px;

}
.descargar-numero img{
  margin-top: -16px;
  padding-left: 10px;
  cursor: pointer;
}
.caja-titulo-extraido a {
  color: #333;
}

.rosa .botnesTgasInferior {
  border-color: #FFADBE;
  color: #FFADBE;
}
.babgesRedes .rosa {
  color: #FFADBE;
}
.babgesRedes .footer-social .rosa {
  color: #FFADBE;
}
.articulosAutores .rosa {
  color: #FFADBE;
}
.glyphicon-minus {
  font-size: 32px;
}
.cajaTextoComentarios .rosa{
  border-color: #FFADBE;
  color: #FFADBE;
}
.list-details .rosa , .list-card .rosa, .card-block .rosa {
  color: #FFADBE;
}
.list-card .rosa a:hover {
  color: #FFADBE;
}
.modal-tags-video {
  font-size: 14px;
  color: #FFADBE;
  text-transform: uppercase;
  font-style: italic;
  text-decoration: underline;
}
.social .rosa {
  color: #FFADBE; 
}
.x-cerrar-contenidos {
  background-image: url(../img/cerrar.png);
  background-size: cover;
  width: 30px;
  height: 30px;
  cursor: pointer;
 /* margin-top: 6px;*/
  margin-right: 16px;
  float: right;
  z-index: 9000;
  top: 92px;
  margin-bottom: -300px;

}


.right, .left {
  cursor: pointer;
}
.carousel-body {
  z-index: 1;
}

.fd-option, .fd-loading {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 85%;
    right: 5px;
    opacity: 0.5;
    outline: none;
    text-indent: -9000px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.fd-option-fullscreen {
    background: url(../img/full-screen.png) no-repeat center center;
}
.carrousel-libro .container {
  width: 100%;
}
.modal-header {
  border: transparent;
}


.comillasSection {
  border-left: transparent;
  padding: 10px 0px;
  cursor: pointer;
}
.comillasSection h4 {
  font-size: 36px;
  font-family: PlayfairDisplay-Black;
  font-style: italic;
  margin-top: 40px;
  margin-bottom: 40px;

}
blockquote h4:before,
h4.destacado:before {
  content: '';
  background-image: url(../img/comillas.png);
  background-repeat: no-repeat;
  background-position: top left;
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  margin-right: 5px;
  position: relative;
  top: -20px;
  margin-bottom: calc(100% - 85%);
}

blockquote h4:after,
h4.destacado:after  {
  content: '';
  background-image: url('../img/comillasDerecha.png');
  background-repeat: no-repeat;
  background-position: top right;
  width: 80px;
  height: 80px;
  display: block;
  float: right;
  position: relative;
  bottom: 9px;
}

.entrevistaimagenAutor .ImagenAutor {
  text-align: center;
  margin-top: 40px;
}
.fotoAutorEntrevista {
  text-align: center;
}


.autorImagenEntrevista ol {
  display: inline;
  padding-left: 2px;
}

.autorImagenEntrevista ol:first-child {
  color: #333;
  font-size: 14px;
  font-weight: 800;
}
.autorImagenEntrevista a {
  text-decoration: underline;
  color: #333;
}

.autorImagenEntrevista {
  margin-top: 10px;
}


/*Tarjetas entrevistas*/

.SectioTtitleCardEntevistas {
   font-family: PlayfairDisplay-Black;
}

.titleCardEntevistas {
  font-size: 36px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.subtitleCardEntevistas {
  font-size: 30px;
  color: #64AECC;
  margin-top: 2px; 
}

.cardEntrevistaModulo {
  margin-top: 60px;
}
.bloqueCardEntevistas {
  padding: 6px;
}
.cardTextEntrevistas {
  font-size: 19px;
  font-family: 'Roboto Condensed';
  font-weight: 100;
  /*line-height: 25px;*/
}
.cardTitleEntrevistas {
  font-size: 18px;
  color: #64AECC;
  text-transform: uppercase;
}
.tagsEntrevistas {
  color: #333;
  font-weight: 800;
}



/*SECTION LEYES DE LA COMPLEJIDAD*/
.titleLeyesSimplicidad {
  font-size: 36px;
  font-family: PlayfairDisplay-Black;
  margin-top: 60px;
  margin-bottom: 30px;
}

.leyesSimplicidad ol{counter-reset: item;}
.leyesSimplicidad ol li{
  list-style: none;
  *list-style:decimal; /* IE7 e IE6*/
  padding:4px 8px;
  font-size: 19px;
  font-family: 'Roboto Condensed';
  font-weight: 100;
  margin-top: 26px;
}
.listas-con-guion {
  font-size: 19px;
  font-family: 'Roboto Condensed';
  font-weight: 100;
  display: block;

}

.listas-con-guion:before {
  content: "- ";
}

.leyesSimplicidad ol li:before {
  display: inline-block;
  content: counter(item) ".";
  counter-increment: item;
  color: #64AECC;
  padding: 0px;
  margin-right: 3px;
  font-size: 18px;
}
.title-block-negrita {
  font-weight: 800;
  padding-left: 40px;
  font-size: 19px;
}

.blocktextArticulo .numerosLeyes li:before {
    display: inline-block;
    content: counter(item) ".";
    counter-increment: item;
    color: #FFADBE;
    padding: 0px;
    margin-right: 3px;
    font-size: 18px;
}

.leyesSimplicidad ol li ol li:before{

  padding: 0 2px;
}
.numerosLeyes {
  padding-left: 0px;
}
.pasosLeyes {
  padding-left: 0px;
}

.numerosLeyes li{
  padding-left: 0px;
}
.contenidoNumerosLeyes {
  font-weight: 800;
  font-size: 19px;
}

.numerosLeyes p {
    font-family: 'Roboto Condensed';
    font-weight: 100;
    font-size: 19px;
    padding-left: 9px;
    margin-top: 20px;
}




/*SECTION BOTONES INFERIORES*/
.botonesInferiores {
  margin-right:  20PX;
}

.botnesTgasInferior {
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: 100;
    background: transparent;
    border-color: #64AECC;
    color: #64AECC;
    border-radius: 0px;
    margin-right: 15px;
    margin-top: 40px;
}
.corazonContador {
  background-color: transparent;
  color: #333;
  font-size: 18px;
  font-family: 'Roboto Condensed';
  font-weight: 100;
  margin-bottom: 9px;
}

.babgesRedes .fa-heart, .fa-comment {
  font-size: 27px;
  color: #64AECC;
  margin-top: 8px;
}
.iconsBabgesRedes a{
  color: #333;
  padding: 5px;
  text-align: right;
}


/*ARTICULOS AUTOR*/
.cardTitleArticulosAutor {
  font-size: 18PX;
  color: #64AECC;
  margin-top: -8px;
}
.cardTitleArticulosAutor a {
	display:inline-block;
	margin-left: 15px;
}
.cardTitleArticulosAutor a i {
	display:inline-block;
	margin:0;
}



.articulosAutores .responsive-autores-link {
  color: #64AECC;
  margin-right: 5px;
  font-size: 25px;
  padding-left: 10px;
}
.articulos-responsive-autor {
  display: flex;
  align-items: baseline;
}
.articulosAutores p {
  font-size: 14px;
  color: #333;
  font-family: 'Roboto Condensed';
  font-weight: 100; 
}

.articulosAutores .azul{
  font-size: 32px;
  color: #64AECC;
}
.articulosAutor .articulos {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  color: #000000;
}
.articulosAutor hr {
  border: 1px solid #333;
}

.verMasArticulos p {
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: bold;
   text-transform: uppercase;
}
.articulos {
  display: inline-flex;
}
.articulos span {
  padding-left: 2px;
  margin-top: -4px;
}


/**{
    margin: 0;
    padding: 0;
}*/
.contenido{
    position: fixed;
    left: 0;
    top: 200px;
    z-index: 2000;
}
.social li a{
    color: white;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 25px;
    width: 30px;
    height: 30px;
    margin-bottom: 9px;
}
.social li a:hover {
  
 width: 50px;}
.facebook{background-color: #222283;}
.twitter{background-color: #1FB1EE;}
.youtube{background-color: #EE2A1F;}


.social {
  position: relative;
  position: -webkit-sticky;
  width: 120px;
  float: left;
  margin-top: 60px;
}
 
  .social ul {
    list-style: none;
  }
 
  .social ul li a {
    display: inline-block;
    color: #333;
    text-decoration: none;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
  }
 
  /*.social ul li .icon-facebook {background:#3b5998;} *//* Establecemos los colores de cada red social, aprovechando su class */
  .social ul li .icon-twitter {background: #00abf0;}
  .social ul li .icon-googleplus {background: #d95232;}
  .social ul li .icon-pinterest {background: #ae181f;}
  .social ul li .icon-mail {background: #666666;}
 
  .social ul li a:hover {
    padding: 5px 10px; /* Hacemos mas grande el espacio cuando el usuario pase el mouse */
  }
.contadorRedesLateral {
  font-size: 20px;
  font-weight: 100;
}
.titleCompartirRedesSociales {
  margin-left: -17px;
  font-size: 14px;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  text-transform: uppercase;
}
.activeRedes .azul{
  color: #64AECC;

}




  /*PAGINA REVISTAS*/
.box-home-revista {
  font-family: 'Roboto Condensed Bold';
}

.box-home-revista .title-revista {
  vertical-align: middle;
}

/*PAG SECCION*/

.bannerTopPagSec .carousel-caption, .bannerTopPagTem .carousel-caption {
    top: 50%;
    bottom: auto;
    transform: translateY(-40%);
}

.bannerTopPagSec .carousel-caption .tags .fa-key, .bannerTopPagTem .carousel-caption .tags .fa-key, .section-educacion .tags .fa-key, .traumastismo .tags .fa-key {
	color:#000;
}

.bannerTopPagSec .center, .bannerTopPagTem .center {
	top:91%;
}

.box-articulos-iniciales .traumaArticulo {
	position:inherit;
}
.box-articulos-iniciales .traumaArticulo .title-seccion-articulos img {
	display:inline-block; 
	margin: 0px 0px 0px 10px;
}
/*END PAG SECCION*/



@media screen and (max-width: 1600px) and (min-width: 1200px) {
.box-home-revista {  
/*  padding-top: 11%;*/
}
.section-title-revista {
    text-align: left;
    margin-top: 37px;
    color: #fff;
}
}
/*@media screen and (max-width: 1025px) and (min-width: 900px) {
  .box-home-revista {  
  padding-top: 15%;
}
}*/

@media screen and (max-width: 2000px) and (min-width: 1600px) {
  .box-home-revista {  
  /*padding-top: 22%;*/
}
}
@media screen and (max-width: 2560px) and (min-width: 1600px) {
  .box-home-revista {  
  /*padding-top: 17%;*/
}
}


.ediciones-revistas-sections .line-editorial-portada {
  color: #64AECC;
  margin-top: 27px;
  margin-bottom: 0px;
}
.autor-editorial-revista {
  color: #64AECC;
  margin-top: 0px;
}
.ediciones-revistas-sections .title-editorial {
  z-index: 1;
  position: relative;
  text-align: left;
  margin-left: 0px;
  font-family: PlayfairDisplay-Black;
}
.box-title h1 {
  z-index: 20;
}
.boton-vermas {
  text-align: center;
}
.boton-vermas .btn-default{
  text-align: center;
  background-color:none;
}
.title-contenidos {
  font-size: 40px;
  color: #64AECC;
}

.ediciones-revistas-sections .btn:after {
    font-family: "Glyphicons Halflings";
    content: "" url("../img/pag-revista/arrow-superior.png");
    color: #64adcb;
    font-size: 10px;   
}

  /* Icon when the collapsible content is hidden */
.ediciones-revistas-sections .btn.collapsed:after {
    font-family: "Glyphicons Halflings";
    content: "" url("../img/pag-revista/ver-mas-icon.png");
    color: #64adcb;
    font-size: 20px;
}
.ediciones-revistas-sections .btn-default{
  border: 1px solid #64adcb;
  padding: 6px 90px 1px 90px;
  background: transparent;
  border-radius: 0px;
  color: #64adcb;
  margin-bottom: 20px;
  margin-top: 20px;
}


.box-boton {
  text-align: center;
}

/*SECTION AUTOR INVITADO*/

.autor-invitado-pag .up .box-autor-conten {
  float: left;
  margin-left: 60px;
  border: 1px solid #F2C468;
  width: 90%;
  position: relative;
}

.up .under .letra-autores {
  margin-bottom: 20px;
  position: relative;
  font-size: 250px;
  background-color: #fff;
  font-weight: bold;
  width: 160px;
  height: 183px;
  left: -5%;
  top: -120px;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
}
.autor-invitado-pag .cardSeprador hr {
  border: 3px solid #000;
  width: 45%;
  margin-left: 0px;
  margin-top: 6px;
  margin-bottom: 5px;
  float: right;
}
.autor-invitado-pag .title-autor-invitado {
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 22px;
  font-family: 'Roboto Condensed Bold';
}


.portadilla-box h3.title-autor-invitado, .ediciones-revistas-sections h3.title-autor-invitado{
  font-family: 'Roboto Condensed Bold';
}

.articulos-etiquetados .autor-invitado-pag .title-autor-invitado {
  font-family: 'Roboto Condensed Bold';
}


.autor-invitado-pag  .carDescripcion {
 /* height: 60px;*/
  margin-top: 0px;
  font-size: 18px;
}
.autor-invitado-pag .cardAutor {
  font-size: 15px;
 /* color: #F2C468;*/
  margin-bottom: 0px;
}
.autor-invitado-pag  .separdorDigital {
   /*color: #F2C468;*/
}
.autor-invitado-pag .descargar-pdf {
  display: -webkit-inline-box;
  padding-right: 4px;
}
.autor-invitado-pag  .img-descargar {
  padding: 7px;
}
.autor-invitado-pag .texto-descargar p {
  font-size: 15px;
  font-style: italic;
  text-decoration: underline;
  text-transform: uppercase;
  color: #333;
  margin-top: 10px;
  font-weight: bold;
}
.autor-invitado-pag .thumbnail {
  border-radius: 0px;
}
/*END SECTION AUTOR INVITADO*/

/*SECTION TRIBUNAS --- LETRA T*/
.tribunas .up .box-autor-conten {
    float: left;
    margin-left: 60px;
    border: 1px solid #ff9376;
    width: 90%;
    position: relative;
}

.tribunas .up .under .letra-tribunas {
    margin-bottom: 20px;
    position: relative;
    color: #ff9376;
    font-size: 250px;
    background-color: #fff;
    font-weight: bold;
    width: 160px;
    height: 183px;
    left: -5%;
    top: -120px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}
.tribunas .separdorDigital {
    color: #ff9376;
}
.tribunas  .cardAutor {
    font-size: 15px;
    color: #ff9376;
    margin-bottom: 0px;
}
.tribunas .img-descargar {
  padding: 7px;
}
.tribunas .cardSeprador hr {
    border: 3px solid #000;
    width: 45%;
    margin-left: 0px;
    margin-top: 6px;
    margin-bottom: 5px;
    float: right;
}
.tribunas .texto-descargar p {
  font-size: 15px;
  font-style: italic;
  text-decoration: underline;
  text-transform: uppercase;
  color: #333;
  margin-top: 10px;
  font-weight: bold;
}
.tribunas  .descargar-pdf {
  display: -webkit-inline-box;
  padding-right: 4px;
}
.tribunas  .thumbnail {
  border-radius: 0px;
}
/* END SECTION TRIBUNAS --- LETRA T*/


/*--------------------------------->*/

/*SECTION ENTREVISTAS PORTADILLAS*/
.entrevistas .up .box-autor-conten {
    float: left;
    margin-left: 60px;
    border: 1px solid #cfbfe2;
    width: 90%;
    position: relative;
}

.entrevistas .up .under .letra-tribunas {
    margin-bottom: 20px;
    position: relative;
    color: #cfbfe2;
    font-size: 250px;
    background-color: #fff;
    font-weight: bold;
    width: 160px;
    height: 183px;
    left: 19%;
    top: -120px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}
.entrevistas .separdorDigital {
    color: #cfbfe2;
}
.entrevistas  .cardSeprador hr {
    border: 3px solid #000;
    width: 45%;
    margin-left: 0px;
    margin-top: 6px;
    margin-bottom: 5px;
    float: right;
}
.entrevistas  .cardAutor {
    font-size: 15px;
    color: #cfbfe2;
    margin-bottom: 0px;
}
.entrevistas .img-descargar {
  padding: 7px;
}
.entrevistas .texto-descargar p {
  font-size: 15px;
  font-style: italic;
  text-decoration: underline;
  text-transform: uppercase;
  color: #333;
  margin-top: 10px;
  font-weight: bold;
}
.entrevistas  .descargar-pdf {
  display: -webkit-inline-box;
  padding-right: 4px;
}
.entrevistas  .thumbnail {
  border-radius: 0px;
}
/*END SECTION ENTREVISTAS PORTADILLAS*/



/*------------------------------------------>*/
/*SECTION HUMANO DIGITAL PORTADILLAS*/
.humano-digital .title-editorial {
    z-index: 1;
    position: relative;
}
.humano-digital .up .box-autor-conten {
    float: left;
    margin-left: 60px;
    border: 1px solid #bedfd2;
    width: 90%;
    position: relative;
}
.humano-digital .cardDerecha .tarjetas {
    margin-top: -231px;
}

.humano-digital .up .under .letra-tribunas {
  margin-bottom: 20px;
  position: relative;
  color: #bedfd2;
  font-size: 250px;
  background-color: #fff;
  font-weight: bold;
  width: 160px;
  height: 183px;
  left: 16%;
  top: -120px;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
}
.humano-digital .separdorDigital {
    color: #bedfd2;
}
.humano-digital  .cardSeprador hr {
    border: 3px solid #000;
    width: 45%;
    margin-left: 0px;
    margin-top: 6px;
    margin-bottom: 5px;
    float: right;
}
.humano-digital  .cardAutor {
    font-size: 15px;
    color: #bedfd2;
    margin-bottom: 0px;
}
.humano-digital .img-descargar {
  padding: 7px;
}
.humano-digital .texto-descargar p {
  font-size: 15px;
  font-style: italic;
  text-decoration: underline;
  text-transform: uppercase;
  color: #333;
  margin-top: 10px;
  font-weight: bold;
}
.humano-digital  .descargar-pdf {
  display: -webkit-inline-box;
  padding-right: 4px;
}
.humano-digital .thumbnail {
  border-radius: 0px;
}
/*END SECTION ENTREVISTAS PORTADILLAS*/



/*------------------------------------------>*/
/*SECTION ANALISIS PORTADILLAS*/
.analis-editaoriales .title-editorial {
  z-index: 1;
  position: relative;
}
.analis-editaoriales .up .box-autor-conten {
  float: left;
  margin-left: 60px;
  border: 1px solid #ffadbe;
  width: 90%;
  position: relative;
}
.analis-editaoriales .cardDerecha .tarjetas {
  margin-top: -190px;
}

.analis-editaoriales .up .under .letra-tribunas {
  margin-bottom: 20px;
  position: relative;
  font-size: 250px;
  background-color: #fff;
  font-weight: bold;
  width: 160px;
  height: 183px;
  left: -77%;
  top: -120px;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
}
.analis-editaoriales .separdorDigital {
    color: #ffadbe;
}
.analis-editaoriales  .cardSeprador hr {
    border: 3px solid #000;
    width: 45%;
    margin-left: 0px;
    margin-top: 6px;
    margin-bottom: 5px;
    float: right;
}
.analis-editaoriales  .cardAutor {
    font-size: 15px;
    color: #ffadbe;
    margin-bottom: 0px;
}
.analis-editaoriales .img-descargar {
  padding: 7px;
}
.analis-editaoriales .texto-descargar p {
  font-size: 15px;
  font-style: italic;
  text-decoration: underline;
  text-transform: uppercase;
  color: #333;
  margin-top: 10px;
  font-weight: bold;
}
.analis-editaoriales  .descargar-pdf {
  display: -webkit-inline-box;
  padding-right: 4px;
}
.analis-editaoriales .box-izquierda {
  margin-top: -60px;
}
.analis-editaoriales .thumbnail {
  border-radius: 0px;
}
/*END SECTION ANALIS PORTADILLAS*/

/*SECTION EXPERIENCIAS EDITORIAL INVITADO*/

.experiencias-editorial .up .box-autor-conten {
    float: left;
    margin-left: 60px;
    border: 1px solid #F2C468;
    width: 90%;
    position: relative;
}

.experiencias-editorial .up .under .letra-tribunas {
    margin-bottom: 20px;
    position: relative;
    color: #F2C468;
    font-size: 250px;
    background-color: #fff;
    font-weight: bold;
    width: 160px;
    height: 183px;
    left: 0%;
    top: -120px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}
.experiencias-editorial .cardSeprador hr {
  border: 3px solid #000;
  width: 45%;
  margin-left: 0px;
  margin-top: 6px;
  margin-bottom: 5px;
  float: right;
}
.experiencias-editorial .title-autor-invitado {
 /* height: 51px;*/
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 22px;
}
.experiencias-editorial  .carDescripcion {
  min-height: 60px;
  margin-top: 0px;
  font-size: 18px;
}
.experiencias-editorial .cardAutor {
  font-size: 15px;
  color: #F2C468;
  margin-bottom: 0px;
}
.experiencias-editorial  .separdorDigital {
   color: #F2C468;
}
.experiencias-editorial .descargar-pdf {
  display: -webkit-inline-box;
  padding-right: 4px;
}
.experiencias-editorial  .img-descargar {
  padding: 7px;
}
.experiencias-editorial .texto-descargar p {
  font-size: 15px;
  font-style: italic;
  text-decoration: underline;
  text-transform: uppercase;
  color: #333;
  margin-top: 10px;
  font-weight: bold;
}
.box-inferior-exp {
  margin-bottom: -67px;
}
.experiencias-editorial .thumbnail {
  border-radius: 0px;
}
/*END SECTION EXPERIENCIAS EDITORIAL INVITADO*/


/*--------------------------------->*/

/*SECTION MAS INFORMACIÓN PORTADILLAS*/
.mas-informacion .up .box-autor-conten {
    float: left;
    margin-left: 60px;
    border: 1px solid #64adcb;
    width: 90%;
    position: relative;
}

.mas-informacion .up .under .letra-tribunas {
    margin-bottom: 20px;
    position: relative;
    font-size: 250px;
    background-color: #fff;
    font-weight: bold;
    width: 160px;
    height: 183px;
    left: -9%;
    top: -120px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
}
.mas-informacion .title-nasinformacion {
  font-size: 36px;
}
.mas-informacion .cardSeprador hr {
    border: 3px solid #000;
    width: 45%;
    margin-left: 0px;
    margin-top: 6px;
    margin-bottom: 5px;
    float: right;
}
.mas-informacion  .cardAutor {
    font-size: 15px;
    margin-bottom: 0px;
}
.mas-informacion .title-autor-invitado {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
.fuente-bold {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 100;
}
.mas-informacion .img-descargar {
  padding: 7px;
}
.mas-informacion .texto-descargar p {
  font-size: 15px;
  font-style: italic;
  text-decoration: underline;
  text-transform: uppercase;
  color: #333;
  margin-top: 10px;
  font-weight: bold;
}
.mas-informacion  .descargar-pdf {
  display: -webkit-inline-box;
  padding-right: 4px;
  margin-top: 25px;
}
.mas-informacion  .thumbnail {
  border-radius: 0px;
}
/*END SECTION ENTREVISTAS PORTADILLAS*/

/*-------------------------------------->*/
/*TITULOS AUTORES PAGINAS*/

.home .portada{
   background: url("../img/pag-autor/bg.png") no-repeat ;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   width: 100% ;
   text-align: center;
   height: 395px;
 
}
.home .text{
  margin: 170px 0px 30px 0px;  
  padding: 10px;
  display: inline-block;
}

.home .pagina-autor {
	font-family:'Roboto Condensed Bold';
    font-size: 72px;
    font-weight: bold;
    margin-top: 38px;
    color: #fff;
    letter-spacing: 30px;
}
.box-avatar-autor .thumbnail {
  border:transparent;
  margin-top: -24px;
  margin-bottom: -26px;
}
.box-avatar-autor .title-autor-invitado{
  font-size: 36px;  
}
.box-avatar-autor  .carDescripcion {
  font-size: 17px;
  margin-top: 0px; 
  padding: 0px;
}
.box-avatar-autor  .botones-autor .fa-linkedin {
  margin-bottom: 0px;
  border-radius: 0px;
}
.box-avatar-autor  .botones-autor .fa-twitter {
   margin-bottom: 0px;
}

.botones-autor .btn-default {
  border-radius: 0px;
  border-color: #64aecc;
}
.box-avatar-autor .box-derecha-autor {
  margin-top: 100px;
}

.up .box-autor-conten{
  float: left;
  margin-left: 60px;
  border: 1px solid #64adcb;
  width: 90%;
  position: relative;
  margin-bottom: 63px;
}
.title-relacionados-autor {
  text-align: center;
  /*margin-bottom: 60px;*/
  font-size: 36px;
}

/*END TITULOS AUTORES PAGINAS*/

/*PAGINAS POLITICAS DE PRIVACIDAD*/
.politicas .pagina-autor {
  font-size: 62px;
}
.politicas-section-text {
  margin-top: 90px;
  /*margin-bottom: 60px;*/
}
.link-contendores {
  color: #333;
  font-style: italic;
  text-decoration: underline;
}
.resaltar-texto {
  text-decoration: underline;
}

.aviso-legal .portada{
   background: url("../img/pag-secundarias/bg-aviso-legal.png") no-repeat ;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   width: 100% ;
   text-align: center;
   height: 395px;
 
}
.aviso-legal .text{
  margin: 170px 0px 30px 0px;  
  padding: 10px;
  display: inline-block;
}

.aviso-legal .pagina-autor {
	font-family:'Roboto Condensed Bold';
    font-size: 72px;
    font-weight: bold;
    margin-top: 38px;
    color: #fff;
    letter-spacing: 25px;
}

.politicas .portada{
   background-image: url("../img/pag-secundarias/bg-1.png");
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   width: 100% ;
   text-align: center;
   height: 395px;
 
}
.politicas .text{
  margin: 170px 0px 30px 0px;  
  padding: 10px;
  display: inline-block;
}

.politicas .pagina-autor {
    font-size: 62px;
    font-weight: bold;
    margin-top: 38px;
    color: #fff;
    letter-spacing: 15px;
	 font-family:'Roboto Condensed Bold';
}

.quienes-somos .portada{
   background-image: url("../img/pag-secundarias/bg-quienes-somos.png");
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   width: 100% ;
   text-align: center;
   height: 395px;
   margin-top: 13px;
}
.quienes-somos .text{
  margin: 170px 0px 30px 0px;  
  padding: 10px;
  display: inline-block;
}

.quienes-somos .pagina-autor {
    font-size: 62px;
    font-weight: bold;
    margin-top: 38px;
    color: #fff;
    letter-spacing: 26px;
	 font-family:'Roboto Condensed Bold';
}
.text-quienes-somos .titleLeyesSimplicidad {
  margin-top: 0px;
}

.comites .portada{
   background-image: url("../img/pag-secundarias/bg-comites.png");
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   width: 100% ;
   text-align: center;
   height: 395px;
 
}
.comites .text{
  margin: 170px 0px 30px 0px;  
  padding: 10px;
  display: inline-block;
}

.comites .pagina-autor {
	font-family:'Roboto Condensed Bold';
    font-size: 62px;
    font-weight: bold;
    margin-top: 38px;
    color: #fff;
    letter-spacing: 15px;
}

.normas .portada{
   background-image: url("../img/pag-secundarias/bg-normas.png");
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   width: 100% ;
   text-align: center;
   height: 395px;
 
}
.normas .text{
  margin: 170px 0px 30px 0px;  
  padding: 10px;
  display: inline-block;
}

.normas .pagina-autor {
	font-family:'Roboto Condensed Bold';
    font-size: 53px;
    font-weight: bold;
    margin-top: 38px;
    color: #fff;
    letter-spacing: 15px;
}
.colaboradores .portada{
   background-image: url("../img/pag-secundarias/bg-colaboradores.png");
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   width: 100% ;
   text-align: center;
   height: 395px;
 
}
.colaboradores .text{
  margin: 170px 0px 30px 0px;  
  padding: 10px;
  display: inline-block;
}

.colaboradores .pagina-autor {
    font-size: 53px;
    font-weight: bold;
    margin-top: 38px;
    color: #fff;
    letter-spacing: 1;
  }

.pappers .portada{
   background-image: url("../img/pag-secundarias/bg-pappers.png");
	background-position: center bottom;
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   width: 100% ;
   text-align: center;
   height: 395px;
}
.pappers .text{
  margin: 170px 0px 30px 0px;  
  padding: 10px;
  display: inline-block;
}

.pappers .pagina-autor {
    font-size: 53px;
    font-weight: bold;
    margin-top: 38px;
    color: #fff;
    letter-spacing: 22px;
	 font-family:'Roboto Condensed Bold';
}
.politicas-cookie .portada{
   background-image: url("../img/pag-secundarias/bg-cookiss.png");
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   width: 100% ;
   text-align: center;
   height: 395px;
 
}
.politicas-cookie .text{
  margin: 170px 0px 30px 0px;  
  padding: 10px;
  display: inline-block;
}

.politicas-cookie .pagina-autor {
    font-size: 53px;
    font-weight: bold;
    margin-top: 38px;
    color: #fff;
    letter-spacing: 22px;
	 font-family:'Roboto Condensed Bold';
  }

.bg-suscripcion-form .portada{
   background-image: url("../img/pag-secundarias/bg-form.png");
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   width: 100% ;
   text-align: center;
   height: 495px;
 
}
.bg-suscripcion-form .box-home-form {
  color: #fff;
  text-align: center;
}

.suscripcion-newsletter .portada{
   background-image: url("../img/pag-secundarias/bg-newslatter.png");
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
   width: 100% ;
   text-align: center;
   height: 415px;
 
}
.suscripcion-newsletter .text{
  margin: 170px 0px 30px 0px;  
  padding: 10px;
  display: inline-block;
}

.suscripcion-newsletter .pagina-autor {
  font-size: 53px;
  font-weight: bold;
  margin-top: 0px;
  color: #fff;
  font-family:'Roboto Condensed Bold';
  letter-spacing:20px;
}

.angle-down-ver-mas {
  display: none;
}

.suscripcion-newsletter .sepador-home hr {
  border: 4px solid #000;
  width: 10%;
}
.suscripcion-newsletter .cardTextEntrevistas {
  color: #fff;
}

.bg-suscripcion-form .sepador-home hr {
  border: 4px solid #fff;
  width: 20%;
  text-align: center;
}

.bg-suscripcion-form .portada p.box-home-form {
    width: 65%;
    margin: 0px auto;
}

.sepador-home hr {
  border: 2px solid #fff;
  width: 50%;
  text-align: center;
}

.bg-suscripcion-form .text{
  margin: 170px 0px 30px 0px;  
  padding: 10px;
  display: inline-block;
}

.bg-suscripcion-form .pagina-autor {
  font-size: 53px;
  font-weight: bold;
  margin-top: 38px;
  color: #fff;
  letter-spacing: 22px;
  font-family:'Roboto Condensed Bold';
}

.sub-titlle-azul {
  font-family: PlayfairDisplay-Black;
  font-size: 30px;
  margin-bottom: 20px;
}
.lista-comites {
  font-size: 19px;
  font-weight: bold;
}

.sepador-comites hr {
  border: 1px solid;
}

.leyesSimplicidad .imagen-secundarias img {
	margin:0px;
}
.imagen-secundarias  {
 padding-bottom: 30px;
}
.link-text-comites {
  text-decoration: underline;
  color: #333;
}
.title-indice-text {
  text-transform: uppercase;
}

.indices .cardTextEntrevistas {
  margin-bottom: 29px;

}

.configuracion {
  font-size: 16px;
  font-weight: 100;
}
.mas-informacion-cookie {
  font-size: 19px;
}
.sub-titlle-azul-cookies {
  font-size: 19px;
  margin-bottom: 0px;
  margin-top: 40px;
}
/* END PAGINAS POLITICAS DE PRIVACIDAD*/


/*BUSCADOR*/
.title-buscador {
  color: #999999;
  font-family: PlayfairDisplay-Black;
  margin-top: 80px;
  font-size: 36px;
  margin-bottom:30px;
}
.buscador {
  background: #f2f2f2;
  border: none;
}

.boton-buscar {
  background: transparent;
  border: none;
}
.boton-buscar:hover {
  background: transparent;
  border: none;
}

.title-resultados {
  margin-top: 70px;
  font-family: PlayfairDisplay-Black;
  margin-bottom: 10px;
}
.sub-buscador {
  font-family: PlayfairDisplay-Black;
  font-size: 36px;
  font-style: italic;
  margin-top: 0px;
}
.resultados-busqueda {
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.articulos-relacionados {
  font-style: italic;
  margin: 0px;
  margin-top: 150px;
  margin-bottom: 50px;
}

.link-articulos-relacionado {
  text-decoration: underline;
  color: #333;
  font-style: italic;
  margin: 0px;

}
.contenido-busqueda {
  margin: 0px;
}
.todas-las-busquedas p {
    margin: 0 0 00px;
}
.box-resultados {
  margin-top: 30px;
  margin-bottom: 40px;
}

.pager li>a, .pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #333;
    border-radius: 0px;
    color: #333;
}
.pager li>a:focus, .pager li>a:hover {
  background: #333;
  color: #fff;
}
.sepador-busqueda {
  margin-bottom: 50px;
}
/*END BUSCADOR*/

  /*FORM*/
  
.suscripcion-box {
	margin-bottom: 60px;
}

.formularios-de-contacto .form-control {
  border-radius: 0px;
  height: 51px;
  border: 1px solid #64AECC;
}
.formularios-de-contacto .form-horizontal .control-label {
  font-size: 19px;
  font-weight: 100;
  padding-left: 0px;
  text-align: left;
  font-family:'Roboto Condensed';
}

.formularios-de-contacto .form-horizontal .form-group {
  margin-top: 40px;
}

.formularios-de-contacto .form-group .wpcf7-checkbox .wpcf7-list-item-label {
  display: none
}

.boton-form-suscripcion .btn-info {
  background: transparent;
  color: #64AECC;
  border-radius: 0px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 44px;
}

.tarifas-suscripcion .cardTextEntrevistas {
  font-weight: 800;
}
.form-horizontal input::placeholder {
  color: transparent;

}

  /*END FORM*/

/*TABLE POLITICAS DE COOKIES*/
.title-tabla-politicas {
  font-size: 16px;
  color: #64AECC;
}
.table .text-bold {
  font-weight: bold;
  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  vertical-align:middle;
}
.table-fixed {
  width: 100%;
  
}
.table-fixed tbody {
  height: 380px;
  overflow-y: auto;
  width: 100%;
  vertical-align: middle;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td {
  float: left;
}
.table-fixed thead tr th {
  float: left;
  border: transparent;
  
}


/*END TABLE POLITICAS DE COOOKIES*/



/*--------------------------------->*/

/*CARROUSEL ARTICULOS AUTOR*/
.autor-carousel .carousel-wrap {
  /*margin: 90px auto;*/
  padding: 0 5%;
  width: 75%;
  position: relative;
}

/* fix blank or flashing items on carousel */
.autor-carousel .owl-carousel .item {
  position: relative;
  z-index: 100; 
  -webkit-backface-visibility: hidden; 
}

/* end fix */
.autor-carousel .owl-nav > div {
  margin-top: -20px;
  position: absolute;
  top: 33%;
  color: #cdcbcd;
  z-index: -1;
}

.autor-carousel .owl-nav i {
  font-size: 52px;
 
}

.autor-carousel .owl-nav .owl-prev {
  left: -100px;

}

.autor-carousel .owl-nav .owl-next {
  right: -100px;
}
.autor-carousel .card-block {
    padding: 15px;
    background: #fff;
}

.autor-carousel .card {
    border: 2px solid;
    padding: 0px;
}
.autor-carousel .controlador-nav-carrousel {
  padding: 45px 33px;
  border-radius: 0px;
  border-color: #64aecc;
}

/* END CARROUSEL ARTICULOS AUTOR*/


/*un solo articulo*/

.box-avatar-autor .box-solo-articulo {
	margin-bottom:-4%;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 0px 20px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 0px 20px rgba(255,255,255,1);
	box-shadow: 0px 0px 0px 20px rgba(255,255,255,1);
}

.box-solo-articulo {
  margin-top: 53px;
  border: 1px solid;
}
.box-solo-articulo .tags {
  margin-bottom: 18px;
  text-align:left;
}
.lib-img-show {
  width: 100%;
}
.title-solo-autor {
  font-size: 28px;
  font-weight: bold;
  margin-top: 42px;
  text-transform: uppercase;
}


.bannerRevista .container {
    top: 50%;
    bottom: auto;
    transform: translateY(-40%) translateX(-50%);
    position: absolute;
    left: 50%;
}

.bannerRevista .center {
	top:92%;
}

.numero-revista {
  float: left;
  padding-bottom: 2px;
}

.numero-en-revista{
  width: 60px;
  display: inline-block;
  margin-right: 5px;
  font-family: 'Magnum';
  color: #3C3C3B;
  font-size: 100px;
}  
.section-title-revista {
  text-align: left;
  margin-top: 47px;
  color: #fff;
}
.separdor-resposive-home hr {
 display: none;
}
.portada-revista-home {
  z-index: -2;
}
.descripcion-sub-revista {
  color: #fff;
  font-size: 14px;
}
.box-revista {
  z-index: -2;
}
.en-portado-revista h1 {
  font-family: PlayfairDisplay-Black;
  letter-spacing: normal;
  color: #fff;
  font-size: 22px;
}
.en-portado-revista {
  margin-bottom: 0px;
}
.portada-revista {
  /*margin-top: 59px;*/
}
.flechas-sprite:before {
  content: " ";
  background-image: url(../img/pag-revista/lineas-sprite-portada.png);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 75px;
  width: 373px;
  background-position: -56px 10px;
  background-repeat: no-repeat;
  z-index: 2;
}
.flechas-sprite2:before {
  content: " ";
  background-image: url(../img/pag-revista/lineas-sprite-portada.png);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 91px;
  width: 462px;
  background-position: 106px -39px;
  background-repeat: no-repeat;
  z-index: 2;
}
.flechas-sprite3:before {
  content: " ";
  background-image: url(../img/pag-revista/lineas-sprite-portada.png);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 77px;
  width: 472px;
  background-position: 123px -104px;
  background-repeat: no-repeat;
  z-index: 2;
}

.flechas-sprite4:before {
  content: " ";
  background-image: url(../img/pag-revista/lineas-sprite-portada.png);
  position: absolute;
  left: 0px;
  top: 0px;
  height: 85px;
  width: 472px;
  background-position: 98px -174px;
  background-repeat: no-repeat;
  z-index: 2;
  -moz-transform: rotate(-6deg);
}
.flechas-sprite5:before {
  content: " ";
  background-image: url(../img/pag-revista/lineas-sprite-portada.png);
  position: absolute;
  left: -149px;
  top: 0px;
  height: 85px;
  width: 542px;
  background-position: -450px -1px;
  background-repeat: no-repeat;
  z-index: 2;
}
.entrevista-portada {
  font-size: 12px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.entrevistado-revista {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
}
.flechas-sprite6:before {
  content: " ";
  background-image: url(../img/pag-revista/lineas-sprite-portada.png);
  position: absolute;
  left: -149px;
  top: 0px;
  height: 85px;
  width: 542px;
  background-position: -475px -46px;
  background-repeat: no-repeat;
  z-index: 2;
}

.flechas-sprite7:before {
  content: " ";
  background-image: url(../img/pag-revista/lineas-sprite-portada.png);
  position: absolute;
  left: -149px;
  top: 0px;
  height: 85px;
  width: 551px;
  background-position: -442px -105px;
  background-repeat: no-repeat;
  z-index: 2;
  display: none;
}
.flechas-sprite8:before {
  content: " ";
  background-image: url(../img/pag-revista/lineas-sprite-portada.png);
  position: absolute;
  left: -149px;
  top: 12px;
  height: 85px;
  width: 551px;
  background-position: -442px -105px;
  background-repeat: no-repeat;
  z-index: 2;
}
.entrevista-portada {
  font-size: 12px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 500;
}
.entrevistado-revista {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin-bottom: 0px;
}
.secuencia-revista-ir {
  list-style: none;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;

}

.botones-ver-descargar {
  display: flex;
  float: right;
  margin-bottom: 7px;
}

.secuencia-numero-ir {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase; 
}
.uno a {
  color: #333;
}

.uno {
  margin-left: 9px;
}
.ver-mas-flecha {
  padding: 10px;
}
.textos-izquierda-revista {
  float: right;
}

  /*END PAGINA DE REVISTA*/
.ver-mas-numeros a {
  text-align: center;
  text-transform: uppercase;
  color: #64AECC;
  margin-bottom: 80px;
}
.ver-mas-numeros {
  margin-bottom: 50px;
}

/*SECTION REVISTA PORTADA*/

.portadilla-home .container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-40%);
}
.titulo-portada {
  font-size: 84px;
  font-weight: bold;
  margin-top: 78px;
}
.descarga-portada, .secuencia-numero-ir {
  float: left;
  font-size: 17px;
}
.descripcion-sub-portada {
  font-size: 18px;
  color: #fff;
}
.flechas-portada {
   -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
    transform: rotate(90deg);
}
.separador-portada {
  color: #333;
  top: -23px;
}
.portadilla-revista {
  margin-top: 70px;
}
/*END SECTION REVISTA PORTADA*/





/*SECTION VER MAS REVISTAS*/
.ediciones-revistas-sections .cardDerecha {
  float: right;
}
.ediciones-revistas-sections {
  margin-top: -50px;
}

.ediciones-revistas-sections .up .digitalLine {
	padding:0px 30px;
}

.card-articulos-revistas {
  background-image: url("../img/pag-revista/ver-imagenes2.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  max-height: 270px;
}
.card-articulos-revistas-dos {
  background-image: url("../img/pag-revista/bloque-humano digital23.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  max-height: 270px;
}
.articulos-revista-ver .caption {
  height: 271px;
  padding-left:40px !important;
}
.tittle-card-revista {
  font-size: 36px;
  color: #fff;
  text-align: left;
  font-family: PlayfairDisplay-Black;
  margin: auto;
  font-weight: 100;
  margin-top: 26px;
  margin-bottom: 20px;
}

.sub-title-revista {
  margin-top: 70px;
  margin-bottom: 17px;
  font-size: 18px;
  text-align: left;
  text-align: -webkit-left;
  color: #fff;
}
.arrow-img-revista, .fd-loading {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 71%;
    right: 36px;
    opacity: 0.5;
    outline: none;
    text-indent: -9000px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.arrow-img-revista {
    background: url(../img/pag-revista/flecha-right.png) no-repeat center center;
}
.articulos-revista-ver .thumbnail {
  border: transparent;
}

.list-group-horizontal .list-group-item {
  display: inline-block;
}
.list-group-horizontal .list-group-item {
  margin-bottom: 0;
  margin-left:-4px;
  margin-right: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-right-radius:0;
  border-bottom-left-radius:4px;
  border: transparent;
}
.list-group-horizontal .list-group-item:last-child {
  border-top-right-radius:4px;
  border-bottom-left-radius:0;
}
.numeros-archivos-revista {
  font-size: 26px;
  color: #64AECC;
  line-height: 25px;
  margin-top: 127px;
}
.primero-texto {
  vertical-align: middle;
}
.items-articulos-revista .list-group-item  {
    padding: 17px 19px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #64AECC;
    color: #64AECC;
    margin-left: 11px;
}

.ediciones-revistas .botones-ver-descargar {
  float: none;
  align-items: center;
}
.box-ediciones-revista .thumbnail {
  border-radius: 0px;
  border: transparent;
}
.box-ediciones-revista .img-ediciones-revistas{
  border: 1px solid #333;
}
.title-revistas-secuencias {
  margin-bottom: 8px;
}
.title-ediciones-revista {
  height: 34px;
}
.title-ediciones-revista, .title-revistas-secuencias  {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
  font-family:'Roboto Condensed Bold';
  
}
.box-ediciones-revista .ver-mas-flecha {
  float: right;
}
.azul-revistas hr {
  border: 1.5px solid #6AC1DA;
}
.verde-revistas hr {
  border: 1.5px solid #70C897;
}
.amarillo-revistas hr {
  border: 1.5px solid #FFD46F;
}
.rojo-revistas hr {
  border: 1.5px solid #EE7D7B;
}
.gris-revistas hr {
  border: 1.5px solid #D0CCD1;
}

.verde-revista{fill:#70C897}

.ver-mas-numeros .container .list-card{
  border: none;
}
.responsive-separador-edicones {
  display: none;
}
/* END SECTION VER MAS REVISTAS*/


.up {
  margin-top: 0px;
}
.up .under {
  margin-left: 50px;
  border: 2px solid #e96b48;
  width: 90%;
}
.up .k {
  float: left;
  margin-left: 60px;
  border: none;
  width: 90%;
  padding-bottom: 25px;
  position: relative;
}
.card-art-home .recuadro,
.redesSociales .recuadro,
.noticiasFrescas .recuadro {
  position: absolute;
  z-index: 0;
  border: 1px solid #FFADBE;
  top: 0;
  left:0;
  right: 0;
  margin:auto;
  width: 100%;
  height: 95%;
  display: block;
}
.humanoDigital.card-art-home .recuadro {
  border-color:#BEDFD2;
}
.redesSociales .recuadro {
  border-color:#FF9376;
  top: 40px;
  height: 90%;
}
.noticiasFrescas .recuadro {
  border-color:#64AECC;
  top: 40px;
  height: 92%;
}
.redesSociales .up .under {
  border:none;
  position: relative;
}

.ediciones-revistas-sections.autor-invitado .up .digitalLine {
	border-color:#64AECC;
}

.up .digitalLine{
  float: left;
  margin-left: 60px;
  /*border: 1px solid #BEDFD2;*/
  border:none;
  width: 90%;
  position: relative;

}

.up .revista{
  margin-left: 60px;
  border: 2px solid #fff;
  width: 95%;
  background: transparent;
}

.up .under i {
  margin-bottom: 20px;
}
.humanoDigital .keysIcons {
  color: #bedfd2;
  font-size: 13px;
}
.up .under .d {
  margin-bottom: 20px;
  border: 1px solid #4994CD;
  padding: 20px;
  background-color: #fff;
  color: #fff;
  border: 15px solid #fff;
}
.up .under .a {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  color: #fff;
}
.one {
  color: gray;
}
.up .k .sp {
  color: #DC5980;
}

.under .sp {
  color: #DC5980;
}
.up .under .a, .c, .d {
  margin-bottom: 20px;
  position: relative;
  left: 59%;
  top: -68px;
}
.up .under .a {
  margin-bottom: 10px;
  color: #fff;
}

.up .under .letras h2 {
  width: 160px;
  height: 183px;
  font-size: 250px;
  color: #ffacbd;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 0 60px;
  line-height: 1.5em;
  position: relative;
}
.up .under .letras h2 span {
  position: relative;
  z-index: 10;
  width: 160px;
  height: 183px;
  font-size: 250px;
  color: #ffacbd;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.5em;
  position: relative;
  display: block;
}
.up .under .letras h2:before {
  content:"";
  position: absolute;
  color:#fff;
  font-size: 320px;
  left: -15px
}

.up .under .line {
  background-color: #4994CD;
  height: .5px;
  margin-bottom: 20px;
}
.up .under .l {
  background-color: #DC5980;
  height: .5px;
  margin-bottom: 20px;
}
.up .under .i {
  margin-right: 5px;
  color: #4994CD;
}
.up .under .o {
  margin-right: 5px;
  color: #DC5980;
}

.up .under .b {
  width: 100px;
  height: 40px;
  padding: 10px;
  background: none;
  background-color: #DC5980;
  color: #fff;
}
.up .under button i {
  margin-left: 3px;
}

.tarjetas {
  padding: 0px;
  height: 100%;
}

.cardDerecha h2 {
  font-size: 50px;
  font-family: PlayfairDisplay-Black;
  margin-left: -41px;
}
.cardDerecha h2.txt {
  position:relative;
  right:-6px;
  z-index: 20
}
.cardDerecha .thumbnail, .caption {
  border: transparent;
  background-color: transparent;
}
.cardDerecha .tarjetas {
  margin-top: -210px;
}
.humanoDigital .cardDerecha .tarjetas {
  margin-bottom: 70px
}
.cardSeprador hr{
  border: 3px solid #000;
  width: 80%;
  margin-left: 0px;
  margin-top: 40px;
  margin-bottom: 5px;
}
.redesSociales .col_derecha .tarjetas .caption .cardSeprador hr {
  width: 45%;
  margin-left: 155px
}
.noticiasFrescas .col_izquierda .tarjetas .caption .cardSeprador hr {
  width: 45%;
  margin-left: 165px
}
.articulos {
  font-family: 'Roboto Condensed', sans-serif;
  font-style: italic;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.cardsText h3 {  
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.cardsText .keysIcons {
  font-size: 13px;
}

.tarjetas span {
  text-align: center;
  font-size: 30px;
}
.fa-key:before {
  content: "\f084";
  margin-left: 0px;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.caption {
  text-align: center;
}
/*.cardsText .cardAutor{
  color: #FFADBE;
}*/
.cardAutor {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  margin-top: 0px;
}
.carDescripcion {
  font-family: 'Roboto Condensed';
  font-size: 20px;
  text-transform: uppercase;
  color: #333333;
  margin-top: 21px;
  padding: 3px;
  font-weight:lighter;
}
.cardSepradorresTarjetas hr{
  border: 1px solid #333;
  width: 60%;
}
.tags {
  /*color: #FFADBE;*/
  font-size: 14px;
  font-style: italic;
  text-transform: uppercase;
  margin-bottom: 26px;
  text-decoration: underline;
  text-align: center;
}

.tags i {
  padding-right: 12px;
  margin-bottom: 5px;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  display: inline;
  margin-right: 30px;
}

.thumbnail {
  border: 1px solid #333;
  border-radius:0px;
  position: relative;
}

.cardEspacio {
  background-image: url("../img/card/mas_articulo.png");
  background-size: cover;
  height: 221px;
}
.TitleEspacio {
   font-family: PlayfairDisplay-Black;
   font-size: 36px;
   text-align: left;
   margin: auto;
   font-weight: 100;
   margin-top: 26px;
  margin-bottom: 20px;
}
.analisisTerceraCard .thumbnail {
  border: transparent;
  margin-top: 30px;
}
.cardDerechaTercera img {
  float: right;
  width: 35px;
}

.up .under .letraj {
    margin-bottom: 20px;
    position: relative;
    left: 0;
    top: -68px;
}
.letraVideo h1,
.letraVideo h2 {
    background-size: cover;
    width: 160px;
    height: 183px;
    font-size: 250px;
    color: #64adcb;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
.letraV {
  color: #64AECC;
}
.up .under .letraA{
  margin-bottom: 20px;
  position: relative;
  left: -45%;
  top: -68px;
  z-index: 2;
  background: #fff;

}
.up .under .letraEditorial {
  margin-bottom: 20px;
  position: relative;
  left: 22%;
  top: -120px;
  font-size: 250px;
  background-color: #fff;
    
}
.ediciones-revistas-sections .up .under .letraEditorial {
  margin-bottom: 20px;
  position: relative;
  left: 22%;
  top: -120px;
  font-size: 250px;
  background-color: #fff;
  margin-top: -16px;
  width: 160px;
  height: 183px;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  text-transform: uppercase;
}
.up .under .analisis-box .letra-portadilla-analisis {
  left: -118%;
}
.box-letra-editorial h1{
  margin-top: -16px;
  width: 160px;
  height: 183px;
  font-size: 250px;
  font-family: 'Roboto Condensed';
  font-weight: bold;
  text-transform: uppercase;
}
 
.up .under .d{
    margin-bottom: 20px;
    position: relative;
    left: 9%;
    top: -68px;
}
.digital h1 {
  text-align: left;
  margin-left: 0px;
  position: relative;
  z-index: 3;
  font-family: PlayfairDisplay-Black;
}
.noticiasFrescas .digital h1 {
  padding: 35px 0 0 100px
}
.noticiasFrescas .col_izquierda .digitalCard {
  margin-top: 85px;
}
.humanoDigital .cardAutor {
  color: #BEDFD2;
  font-family: 'Roboto Condensed';
  font-weight: 800;
  text-transform: uppercase;

}
.humanoDigital .tags{
  color: #BEDFD2;  
}


.humanoDigital .separdorDigital {
  font-size: 30px;
  color: #BEDFD2;
}
.digitalCardCuatro {
  margin-top: 40px;
}
.humanoDigital h3 {
  font-family: 'Roboto Condensed';
  font-weight: 800;
  font-size: 34px;
}
.fondoLineHumano {
  margin-bottom: -45px;
}

/*SECTION EDITORIAL PORTADILLA*/


/*PERSPECTIVA*/
.letraTitlePerspetivas {
  z-index: 1;
}
.perspectivasLetra h1 {
    background-size: cover;
    width: 160px;
    height: 183px;
    font-size: 250px;
    color: #cfbee2;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    background: #fff;
}


.titlePerpectivas {
  margin-top: -57px;
  margin-bottom: 60px;
  font-family: PlayfairDisplay-Black;
  font-weight: 800;
  margin-left: 14%;
  font-size: 52px;
}
.box-card-perspecivas .subtitulosPers .articulos{
  margin-left: 168px;
}

.perspectivas .articulos {
  text-align: center;
  margin-left: -131px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 800;
}

.subtitulosPers hr {
    border: 3px solid #000;
    width: 50%;
    margin-left: 170px;
    margin-top: 40px;
    margin-bottom: 5px;
}
.up .p {
    float: left;
    margin-left: 60px;
    border: 1px solid #CFBFE2;
    width: 90%;
    padding-bottom: 25px;
    margin-top: -200px;
}
.perspectivas .digitalCard {
  margin-top: 10px;
}

.perspectivas .cardAutor {
    color: #CFBFE2;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;
    margin-top: 0px;
}
.perspectivas .carDescripcion {
    font-family: 'Roboto Condensed';
    font-size: 20px;
    text-transform: uppercase;
    color: #333333;
    margin-top: 21px;
    padding: 3px;
    font-weight: 100;
}
.perspectivas .tags {
  color: #CFBFE2;
}
.perspectivas span {  
    color: #CFBFE2;
}
.perspectivas .keysIcons {
    color: #CFBFE2;
    font-size: 15px;
}
.blockPerspectiva {
  margin-top: 251px;
}
.perspectivas .tags {
  padding: 0px 20px 0px 20px;
  }
.subtitulosPers hr {
    border: 3px solid #000;
    width: 19%;
    margin-left: 189px;
    margin-top: 40px;
    margin-bottom: 5px;
}
.letraTitlePerspetivas {
    z-index: 1;
}
/*END SECTION EDITORIAL PORTADILLA*/
/*----------------------------------------->*/

/*SECTION COMENTARIOS*/
.comentarios {
  margin-top: 70px;
}
.titleComentarios {
  font-size: 36px;
  font-family: PlayfairDisplay-Black;
  text-align: center;
  /* margin-bottom: 30px; */
}


.titleRelacionados {
  font-size: 36px;
  font-family: PlayfairDisplay-Black;
  text-align: center;
  margin-bottom: 40px;
  font-style: initial;
}

  
.form {
    border-radius: 7px;
    padding: 6px;
}
.txt[type="text"] {
    border: 1px solid #333;
    margin: 10px 0;
    padding: 10px 0 10px 5px;
    width: 100%;
    height: 51px;
    font-size: 19px;
    font-family: 'Roboto Condensed';
    font-weight: 100;
    font-style: italic;
    color: #333;
}
input::-webkit-input-placeholder {
  color: #333;
  font-size: 19px;
}
input:-moz-placeholder {
  color: #333;
  font-size: 19px; 
}
input:-ms-input-placeholder { 
  color: #333;
  font-size: 19px; 
}

.txt_3[type="text"] {
    margin: 10px 0 0;
    padding: 35px 10px 13px 67px;
    width: 100%;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    font-weight: 100;
    height: 111px;
    background-image: url(../img/iconComentario.png);
    background-repeat: no-repeat;
    background-position: 4% 45%;
}

.nl-avatar {
  background-image: url("../img/avatar/1.png");
}

@media (max-width: 990px) {
  .g-recaptcha {
    padding: 20px;
  }

  .g-recaptcha > div {
    margin: auto;
  }
}
@media (min-width: 990px) {
  .g-recaptcha{
    padding: 20px;
    width: 100%;
  }
  .g-recaptcha > div {
    height: 108px !important;
    margin: auto;
  }
}

.botonFormularioComentarios {    
    border: 1px solid #64AECC;
    border-radius: 0px;
    color: #64AECC;
    font-size: 16px;
    line-height: 35px;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase;
    width: 30%;
    background: transparent;
    text-align: center;
    font-weight: 100;
    letter-spacing: 3px;
}
/*.button, input, select, textarea {
  height: 111px;
}*/
.txt2:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #5793ef;
    transition: all 0.5s ease 0s;
}

.botonesComentarios {
  margin-top: 70px;
}

/* Shared */
.loginBtn {
  box-sizing: border-box;
  position: relative;
  margin: 0.2em;
  border: none;
  text-align: left;
  line-height: 34px;
  white-space: nowrap;
  border-radius: 0.2em;
  font-size: 16px;
  color: #FFF;
  height: 51px;
  font-size: 19px;
  font-family: 'Roboto Condensed';
  font-weight: 100;
  margin-top: 9px;
}


.loginBtn:focus {
  outline: none;
}
.loginBtn:active {
  box-shadow: inset 0 0 0 32px rgba(0,0,0,0.1);
}


/* Facebook */
.loginBtn--facebook {
  background-color: #3F5CA0;
  text-shadow: 0 -1px 0 #354C8C;
  width: 100%;
  text-align: center;
}
.loginBtn--facebook .fa-facebook{
  font-size: 30px;
  padding-top: 1px;
  padding-right: 9px;

}

.loginBtn--facebook:hover,
.loginBtn--facebook:focus {
  background-color: #5B7BD5;
  background-image: linear-gradient(#5B7BD5, #4864B1);
}
.loginBtn:before {
  content: "O";
  position: absolute;
  color: #ffb5c4;
  top: 14px;
  left: -22px;
  /* width: 6%; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  /* background-color: red; */
  font-weight: bold;
}
.globo-box-text:after  {
  content: '';
  background-image: url(../img/icons-caja-texto.png);
  background-repeat: no-repeat;
  background-position: top right;
  width: 80px;
  height: 80px;
  display: block;
  float: left;
  position: relative;
  bottom: 9px;
  top: 118px;
  left: -26px;
  z-index: 1;
}

.cajaTextoComentarios {
  margin-top: 0px;
  text-align: center;
}




.container .list-card {
  padding: 15px;
  overflow: auto;
  border: 1px solid;
}
.container .list-card img {
  border: 0;
  display: inline-block;
  float: left;
  margin-right: 18px;
}
.list-label {
  background-color: #1fc055;
  display: inline-block;
  position: absolute;
  margin-left: -5px;
  margin-top: 10px;
  font-size: 12px;
  padding: 4px;
  color: #fff;
}
.list-details {
  float: none;
}

.list-details .list-name {
	font-family:'Roboto Condensed Bold';
}


.list-name {
  font-size: 14px;
  display: inline-block;
  color: #64AECC;
  text-transform: uppercase;
}
.list-fecha {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Roboto Condensed';
  font-weight: 100;
  margin: 2px 0;
}
.list-comentarios {
  font-size: 16px;
  font-family: 'Roboto Condensed';
  font-weight: 100;
  margin-top: 20px;
  margin-bottom: 20px;
}
.responder-comentarios {
  font-size: 14px;
  font-weight: bold;
  text-align: right;    
}
.responder-caja-texto {
  float: right;
  font-style: italic;  
}

.responder-caja-texto a {
  color: #333;
  text-decoration: underline;
}

.list-bottom-section i {
  font-size: 20px;
  margin-right: 5px;
  color: #64adcb;
}

.contador-like-comentarios {
  font-size: 14px;
  font-weight: 100; 
}

.leerTodosLosComentarios {
  font-size: 21px;
  text-align: center;
  font-family: PlayfairDisplay-Black;
  padding: 10px;
  margin-bottom: 0px;
  color: #64aecc;
}



/*articulos relacionados*/

.articulos-relacionados .card {
  border: 2px solid;
  text-align: center;
}
.articulos-relacionados .card-block {
  padding: 15px;
}
.card-text-articulo {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: 'Roboto Condensed';
}
.card-text-articulo span {
  text-decoration: underline;
  color: #64aecc;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 100;
  font-family: 'Roboto Condensed';
}
.card-title-articulos {
  font-size: 18px;
  font-weight: 800;
  font-family: 'Roboto Condensed';
}
.img-articulos-relacionados {
  float: left;
  margin-right: 6px;
}
.card-img-top {
  width: 100%;
}
.autor-articulos-relacionados p {
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px;
  color: #64aecc;
  font-weight: 800;
}
.likes-articulos-relacionados {
  float: right;
  margin-top: 10px;
}

.contenedor-likes-autor {
  margin-top: 26px;
  margin-bottom: 5px;
}
.articulos-relacionados .card{
  text-align: left;
  font-style: normal;
  padding: 0px;
}
.title-articulos-relacionados {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  font-family: PlayfairDisplay-Black;
  font-style: normal;
}

/*ARTICULOS SECTION POR ETIQUETAS*/

.articulos-por-etiqueta {
  font-size: 36px;
  margin-bottom: 0px;
  margin-top: 230px;
}
.box-autor-conten .thumbnail {
  margin-bottom: 50px;
}
.boton-responsive {
  display: none;
}
.subtitle-articulos-por-etiqueta  {
  font-size: 36px;
  margin-top: 0px;
  font-style: italic;
  margin-bottom:40px
}
.sepador-articulos-etiquetas hr {
  border-color: #333;
}
.articulos-etiquetados .up {
  margin-top: 60px;
}
.articulos-etiquetados .carDescripcion {
  margin-top: 20px;
}
.articulos-etiquetados .up .box-autor-conten {
  border: 1px solid #64adcb;
  padding-top:50px;
}
.ver-mas-articulos-por-etiqueta .ver-articulos-seccion{
  margin-top: 8px;
} 
/*END ARTICULOS SECTION POR ETIQUETAS*/



.scrollup{
  width:40px;
  height:90px;
  opacity:0.3;
  position:fixed;
  bottom:50px;
  right:48px;
  display:none;
  text-indent:-9999px;
  background: url('../img/iconTop.png');
  background-repeat: no-repeat;
  z-index: 1000;
}



.footer-bs {
  background-color: #333333;
  padding: 60px 40px 20px 40px;
  color: rgba(255,255,255,1.00);
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 6px;
  margin-top:40px;
}
.footer-bs .footer-brand, .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { 
  padding:10px 25px; 
}
.footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { 
  border-color: transparent; }
.footer-bs .footer-brand h2 { 
  margin:0px 0px 10px;

}
.footer-bs .footer-brand p { 
  font-size:12px;
  color:rgba(255,255,255,0.70); 
  text-align: -webkit-left;
}

.footer-bs .footer-nav ul.pages { 
  list-style:none; padding:0px; 
}
.footer-bs .footer-nav ul.pages li { 
  padding:5px 0px;
  font-family: 'Roboto Condensed';
  font-weight: 100;
  font-size: 14px;
}
.footer-bs .footer-nav ul.pages a { 
  color:rgba(255,255,255,1.00);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 100;
}
.arow-footer  {
  font-size: 28px;
  text-align: right;
  display: none;
}
.footer-bs .footer-nav ul.pages a:hover { 
  color:rgba(255,255,255,0.80); 
  text-decoration:none;
  }
.footer-bs .footer-nav h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom:10px;
}

.footer-bs .footer-nav ul.list { 
  list-style:none; padding:0px; 
}
.footer-bs .footer-nav ul.list li { 
  padding:5px 0px;
}
.footer-bs .footer-nav ul.list a { 
  color:rgba(255,255,255,0.80); 
}
.footer-bs .footer-nav ul.list a:hover { 
  color:rgba(255,255,255,0.60); text-decoration:none; 
}

.footer-bs .footer-social ul { 
  list-style:none; 
  padding:0px; 
  margin-bottom: 40px;
}
.footer-bs .footer-social h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-family: 'Roboto Condensed';
  font-weight: 100;
  margin-bottom: 30px;

}

.footer-bs .footer-social li { 
  padding:5px 4px;
}

.footer-bs .footer-social {
  border-right: solid 2px rgba(255, 255, 255, 0.45);
}
.footer-bs .footer-social a { 
  color:rgba(255,255,255,1.00);
  padding-right: 10px;
}
.footer-bs .footer-social a:hover { 
  color:rgba(255,255,255,0.80); 
  text-decoration:none; 
}

.footer-bs .footer-ns h4 {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom:10px;

}
.footer-bs .footer-ns p { 
  font-size:12px; 
  color:rgba(255,255,255,0.70);
}
.separadores-footer hr{
  display: none;
}
.icons-top-responsive {
  display: none;
}


.playimg {
  position: absolute;
  top: 22%;
  left: 50%;
  margin-left: -85px;
  z-index: 99;
}

.imgglobal {
  position: relative;
  width: 100%;
  height: 200px;
  max-height: 310px;
  min-height: 310px;
}

.imgglobal .transparent {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(100,174,204,0.76);
}

.imgglobal img {
  width: 100%;
  height: 100%;
}
.dos .center {
  top: initial;
  left: initial;
}
#container3 .center {
  top: initial;
  left: initial;
  transform: scale(1.2);
  z-index: 200
}
#container3 .owl-carousel .owl-stage-outer {
  padding: 50px 0
}
#container3 .owl-carousel.owl-drag .owl-item {
  opacity: 0.2;
  border: 10px solid #fff;
  box-shadow: none;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  -ms-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
#container3 .owl-carousel.owl-drag .owl-item.center {
  opacity: 1;
  box-shadow: 0 0 10px rgba(0,0,0,0.5)
}
#container3 .owl-nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 35%
}

.blocktextArticulo .modal {
  height: 100vh;
  padding: 0;
}
.blocktextArticulo .modal .modal-content {
  box-shadow: none;
  border: none;
}
.blocktextArticulo .modal .modal-body {
  display: flex;
  flex-direction: column;
}
.blocktextArticulo .modal .carousel-wrap {
  height: 100%;
  margin: 0 auto
}
.blocktextArticulo .modal .owl-carousel .owl-stage {
  display: flex;
  flex-direction: row;
}
.blocktextArticulo .modal .owl-carousel .owl-item {
  flex: 1;
  display: flex;
  flex-direction: row;
}
.blocktextArticulo .modal .owl-carousel .owl-item .item {
  flex: 1;
}
.blocktextArticulo .modal .owl-carousel .owl-item img {
  max-height: calc(100vh - 150px);
  width: auto;
  max-width: 100%;
  height: initial;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.blocktextArticulo .modal .modal-footer {
  display: none;
}

@media (min-width: 992px) {
  .resizeer {
    margin-left: 0%;
  }
}

@media (max-width: 1199px) {
  .flechas-sprite8:before,
  .flechas-sprite7:before,
  .flechas-sprite6:before,
  .flechas-sprite5:before, 
  .flechas-sprite4:before,
  .flechas-sprite3:before,
  .flechas-sprite2:before,
  .flechas-sprite1:before,
  .flechas-sprite:before {
    display: none;
  }
  .box-home-revista {
    margin-top: 0%;
  }
}

@media (max-width: 992px) {
	
  .articulos-etiquetados .up .box-autor-conten {
  	width:100%;
  	margin-left:0;
  	padding:30px;
  }

  .titleArticle {
    margin-left: 0%;
    text-align: center;
  }
  .iconsBabgesRedes {
    text-align: right;
  }
  .corazon-responsive {
    margin-top: 37px;
    margin-bottom: -52px;
  }
  .loginBtn:before {
    right: 206px;
  }
  .flechas-sprite8:before,
  .flechas-sprite7:before,
  .flechas-sprite6:before,
  .flechas-sprite5:before, 
  .flechas-sprite4:before,
  .flechas-sprite3:before,
  .flechas-sprite2:before,
  .flechas-sprite1:before,
  .flechas-sprite:before {
    display: none;
  }
  .box-home-revista {
    margin-top: 18%;
  }
}

@media (min-width: 768px) {
	
  .footer-bs .footer-nav, .footer-bs .footer-social, .footer-bs .footer-ns { 
      border-left: solid 2px rgba(255, 255, 255, 0.45);
   }
}

@media (max-width: 768px) {
  .comites .pagina-autor {
    font-size: 50px;
    text-align: center;
    margin-top: 0px; 
  }
  .cont-res {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 30px;
  }
  .ediciones-revistas-sections .cardDerecha {
    float: none;
  }
  /*PAG SECCION*/


  /*END PAG SECCION*/



  /*PAG AUTOR*/
  .home .pagina-autor {
    font-size: 36px;
  }
  .up .box-autor-conten {
    margin-left: 10px;
  }
  .owl-nav .owl-next {
    right: -50px;
  }
  .owl-nav .owl-prev {
    left: -50px;
  }
  .controlador-nav-carrousel {
   padding: 45px 9px;
  }
  .box-avatar-autor .thumbnail {
    margin-top: 0px;
  }
  .box-autor-conten .thumbnail {
    margin-bottom: 0px;
  }
  /*END PAG AUTOR*/



  /*APG PORTADILLA*/

  .entrevistas .cardSeprador hr, 
  .humano-digital  .cardSeprador hr, 
  .experiencias-editorial .cardSeprador hr, 
  .mas-informacion .cardSeprador hr { 
    width: 30%;
    margin-left: 327px; 
    float: none;
  }
  .analis-editaoriales  .cardSeprador hr {
    width: 41%;
    margin-left: 162px;
    float: none;
  }

      
  /*.up .under .letraEditorial {
    left: -15PX;
  }*/
  .box-letra-editorial h1 {
    width: 0px;
  }
  .title-portadilla-editorial {
    float: none;
  }
  .digital h1 {
    text-align: center;
  }
  .contenidosEntrevista {
    margin-top: 80px;
  }
  .analis-editaoriales .up .under .letra-tribunas {
    left: 0%;
  }
  .box-contenedor-analisis-portadilla {
    margin-top: 90px;
    
  }
  .analis-editaoriales .box-izquierda {
    margin-top: 0px;
  }
  .up .under .analisis-box .letra-portadilla-analisis {
    left: 20%;
   }
   .ediciones-revistas-sections {
    margin-bottom: 109px;
   }
  .titulo-portada {
   font-size: 70px;
  }
  .portada-revista .portadilla-home {
    max-width: 300px;
  }
  .revista-home-portadas {
    margin-left: 10%;
  }
  /*END PAG PORTADILLA*/
  /*---------------------------->*/



  /*PAG REVISTA*/
  .box-home-revista {
    margin-top: 120px;
  }
  .flechas-sprite8:before,
  .flechas-sprite7:before,
  .flechas-sprite6:before,
  .flechas-sprite5:before, 
  .flechas-sprite4:before,
  .flechas-sprite3:before,
  .flechas-sprite2:before,
  .flechas-sprite1:before,
  .flechas-sprite:before {
    display: none;
  }
  .box-revista {
    margin-top: 16%;
  }
  .ediciones-revistas-sections .cardDerecha .tarjetas .title-archivo-ediciones {
    margin-right: 182px;
  }
  .numeros-archivos-revista {
    margin-top: 17px;
  }
  .up .digitalLine {
    margin-left: 40px;
  }
  .up .under .letraA {
    left: -219px;
  }
  .contenedor-descargas-ediciones {
    display: inline-block;
  }
  .responsive-separador-edicones {
    left: 48%;
  }
  /*END PAG REVISTA*/



  /*PAG ARTICULOS TEMAS*/
  .home .carousel-caption .sub-title-articulos-analisis {
    margin-bottom: 10px;
  }
  .boton-home-play {
    text-align: -webkit-center;
  }
  /*END PAG ARTICULOS TEMAS*/


  /*PAG TEMAS*/
  .titleArticle {
    font-size: 50px;
    max-width: 500px;
  }
  .box-responsive-title {
    text-align: -webkit-center;
  }
  .social {
    display: none;
  }
  .titleComentarios:after { 
    top: 298px;
    left: -30px;
  }
  /*.home .slide h2 {
    font-size: 40px;
    letter-spacing: 8px;
    margin-bottom: 114px;
  }
  .home .slide h3 {
    font-size: 40px;
    text-align: center;
    letter-spacing: 15px;
    margin-bottom: 132px;
  }*/
  .iconsBabgesRedes {
    text-align: -webkit-right;
  }
  .corazon-responsive {
    margin-top: 30px;
    margin-bottom: -50px;
  }
  .loginBtn--facebook {
    margin-top: 70px;
  }
  .articulos-relacionados {
    margin-top: 180px;
    margin-bottom: 50px;
  }
  .articulos-relacionados .card {
    margin-bottom: 40px;
  }
  .contenedor-img-text {
    display: flex;
  }
  .loginBtn:before {  
    top: -55px;
    right: 210px;
    width: 20%;  
  }
  .title-articulos-relacionados {
    margin-top: 80px;
  }
  .bloqueCardEntevistas {
    text-align: -webkit-center;
  }
  /*END PAG TEMAS*/

  /*newslatter*/
  .form-horizontal input::placeholder  {
    color: transparent;
  }

  .form-horizontal input::-moz-placeholder  {
    color: transparent;
  }
  .form-horizontal input::-moz-placeholder  {
    color: transparent;
  }

   
  /*end newslatter*/


  /*ARTICULOS POR ETIQUETA*/
  .boton-responsive {
    display: block;
  }
  .contenedor-boton-ver-mas{
    border:none;
  }
  .contenedor-boton-ver-mas h3 {
    display: none;
  }
  .articulos-etiquetados .up .box-autor-conten {
    border: none;
  }
  /*END ARTICULOS POR ETIQUETA*/

  /*PAG AVISO LEGAL RESPONSIVE*/
  .aviso-legal .pagina-autor {
    margin-top: 22px;
  }


  /*END PAG AVISO LEGAL RESPONSIVE*/

  /*--------------------------->*/



  /*FOOOTER RESPONSIVE*/

  .footer-bs .footer-social {
    border-right: none;
  }
  .footer-bs .footer-nav ul.pages {
    font-size:  18px;
    line-height: 30px;
    text-align: center;
  }
  .footer-social h4 {
    display: none;
  }
  .footer-bs .footer-social ul {
    text-align: center;
  }
  /*END FOOTER RESPONSIVE*/

  #yourEmail {
    max-width: 310px;
  }
  .container {
    width: 100%;
  }
}


@media (max-width: 480px) {

  .numero-en-revista{
    display: inline-block;
    margin-right: 5px;
    font-family: 'Magnum';
    color: #3C3C3B;
    font-size: 50px;
  }

  .politicas-cookie .pagina-autor {
    font-size: 28px;
    letter-spacing: 5px;
  }


  /*PAG NORMAS*/
  .normas .pagina-autor {
    font-size: 28px;
    letter-spacing: 5px;
  }
  /*END PAG NORMAS*/


  /*PAG AUTOR*/
  .up .box-autor-conten {
    border: none;
  }
  .lineas-contenedorsolo-autor {
    border: 1px solid #64adcb;
  }
  .solo-autor {
    margin-top: 80px;
    margin-bottom: -10px;
  }
  .contend-card-solo-autor {
    padding: 26px;
    text-align: -webkit-center;
  }

  /*END PAG AUTOR*/


  /*PAG PORTADILLA*/
  .titulo-portada {
    font-size: 27px;
  }
  .up .under .letraEditorial {
    /*display: none;*/    
  }
  .descripcion-sub-portada {
    display: none;
  }
  .portadilla-home .botones-ver-descargar {
    display: none;
  }
  .portadilla-home  .portada-revista,
  .portadilla-home .portadilla-revista,
  .portadilla-home .separador-portada  {
    margin-top: 0px;
  }
  .portadilla-home .portada-revista-home {
    margin-top: 102px;
    max-width: 256px;
    z-index: -3;
    margin-left: 16%;
    position: relative;
  }
  .portadilla-home .numero-revista {
    max-width: 30%;
    float: none;
    left: 50%;
  }
  .portadilla-home .portadilla-revista {
    left: 20%;
    text-align: -webkit-center;
    width: 230px;
  }
  .portadilla-home .titulo-portada, .section-title-revista  {
    margin-top: 0px;
  }
  .portadilla-home .section-title-revista br {
    display: none;
  }
  .portadilla-home .separador-portada {
    display: none;
  }
  .title-editorial {
    font-size: 28px;
  }
  .ediciones-revistas-sections .cardDerecha .tarjetas .title-archivo-ediciones {
    margin-right: 0px;
  }
  /*.ediciones-revistas-sections .cardDerecha .tarjetas 
  .portadilla-home .portadilla-revista {
    width: 233px;
  }*/
  .ediciones-revistas-sections .cardDerecha .thumbnail {
    margin-right: 0px;
  }
  .autor-invitado-pag .up .box-autor-conten, .tribunas .up .box-autor-conten,
  .entrevistas .up .box-autor-conten, .ediciones-revistas-sections,
  .humano-digital .up .box-autor-conten,
  .analis-editaoriales .up .box-autor-conten,
  .experiencias-editorial .up .box-autor-conten,
  .mas-informacion .up .box-autor-conten  {
    margin-left: 12px;
  }
  .up .under .letra-autores,
  .tribunas .up .under .letra-tribunas {
    /*display: none;*/
    font-size: 120px;
    line-height: 136px;
    height: 115px;
    width: 80px;
    top: -62px;
    left: 14px;
    margin-bottom: -107px;
    background: white;
    width: 90%;
  }
  /*.tribunas .up .under .cardDerecha:after {
    content: '';
    width: 22px;
    height: 100px;
    border-top: 1px solid #788BA1;*
    position: absolute;
    left: 14px;
    top: 70px;
  }
  .tribunas .up .under .cardDerecha:before {
    content: '';
    width: 22px;
    height: 100px;
    border-top: 1px solid #788BA1;
    position: absolute;
    right: 14px;
    top: 70px;    
  }*/
  .box-letra-autor {
    /*border: 1px solid #788BA1;*/
    min-height: 120px;
    position: absolute;
    width: 90%;
    bottom: -34px;
  }
  /*.box-letra-autor:before {
    content: '';
    width: 91%;
    height: 100px;
    /*border: 1px solid #788BA1;
    border-top: none;
    position: absolute;
    left: 14px;
    top: 70px;
  }*/
  
  .contenidosEntrevista {
    margin-top: 0px;
  }
  .portadilla-responsive .cardDerecha .tarjetas {
    margin-right: 0px;
  }
  .revista-home-portadas {
    margin-top: -90px;
  }

  .autor-invitado-pag .up .box-autor-conten,
  .tribunas .up .box-autor-conten,
  .entrevistas .up .box-autor-conten,
  .humano-digital .up .box-autor-conten,
  .analis-editaoriales .up .box-autor-conten,
  .experiencias-editorial .up .box-autor-conten,
  .mas-informacion .up .box-autor-conten{
    border: none;
  }
  .portadilla-box .title-editorial {
    font-size: 28px;
  }
  .portadilla-box  .contenedor-titulosportadilas .tarjetas {
    margin-left: 0px;
  }
  .ediciones-revistas-sections .title-editorial {
    font-size: 26px;
    text-align: center;
  }

  .cont-res {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 20px;
  }
  /*END PAG PORTADILLA*/


  /*PAG REVISTA*/

  .pegatina, .en-portado-revista, .secuencia-numero-ir, .ver-mas-flecha {
    display: none;
  }
  .pegatina {
    display: none;
  }
  .title-revista {
    font-size: 15px;
    width: 200%;
    margin-top: 46px;
  }
  .box-descargar-revista-home {
    display: flex;
  }
  .portada-revista-home {
    margin-top: 60px;
    max-width: 276px;
    margin-left: -96px;
    z-index: -3;
    position: absolute;
  }
  .box-home-revista .uno {
    margin-left: 0px;
  }
  .descripcion-sub-revista {
    font-size: 14px;
    width: 358%;
    text-align: center;
    padding: 0px 14px;
    font-weight: 100;
  }
  .box-home-revista {
    margin-top: 130px;
  }
  .title-revista br {
    display: none;
  }
  .separdor-resposive-home hr {
    display: block;
    border: 1px solid #fff;
    width: 354%;
  }
  .articulos-revista-ver {
    display: none;
  }
  .articulos, .cardSeprador, .up .under .letraA  {
    display: none;
  }
  .down {
    position: relative;
    width: 18px;
    height: 31px;
    border-radius: 25px;
    background: transparent;
    border: 2px solid #fff;
    overflow: hidden;
    margin-top: 545px;
  }
  .ediciones-revistas-sections {
    margin-top: 60px;
  }
  .digital h1 {
    text-align: center;
  }
  .ediciones-revistas-sections .cardDerecha .tarjetas {
    /*margin-right: 60px;*/
    margin-top: 20px;
  }
  .up .digitalLine{
    margin-left: 10px;
  }
  .numeros-archivos-revista {
    display: inline-grid;
    margin-top: 20px;
  }
  .items-articulos-revista .list-group-item {
    margin-bottom: 10px;
  }
  .primero-texto br {
    display: none;
  }
  .up .under {
    border: none;
  }
  .box-ediciones-revista .secuencia-numero-ir {
    display: flex;
  }
  .contenedor-descargas-ediciones {
    display: inline-block;
  }
  .responsive-separador-edicones {
  left: 46%;
  }
  /*END PAG REVISTA*/


  /*PAG ARTICULOS*/
  .home .title-articulos-analisis {
    font-size: 25px;
    margin-top: -300px;
  }
  .boton_video-inicio {
    display: none;
  }
  .textBgHome {
    padding-top: 459px;
    text-align: center;
  }
  .telosEdicionEntrevista {
    display: none;
  }

  .boton_video {
    left: 39%;
    margin-top: -164px;
    margin-bottom: 70px;
  }

  #container3 .owl-carousel.owl-drag .owl-item {
    opacity: 1;
    border: none;
  }

  .carousel-body {
    width: 20px;
  }
  /*PAG ARTICULOS*/

  /*PAG TEMAS*/
  .title-temas-home .entrevista {
    margin-top: -227PX;
    text-align: center;
  }
  .title-temas-home .entrevista h5 {
    font-size: 13px;
    margin-top: 0px;
  }
  .title-temas-home .telosEdicionEntrevista {
    display: none;
  }
  .home .slide h3 {
    margin-bottom: 50px;
  }
  .box-responsive-title {
    display: none;
  }
  .separadorTitleArticle .autorArticulo {
    text-align: left;
    margin-top: -87px;
  }
  .fechasArticle p {
    text-align: left;
    margin-top: 90px;
    margin-bottom: -5px;
  }
  .letraArticulosFondo {
    display: none;
  }
  .box-autores-responsive {
    margin-top: 90px;
  }
  .separadorTitleArticle {
    text-align: left;
  }
  .comillasSection h4 {
    font-size: 24px;
  }
  .titleEntrevista {
    font-size: 19px;
    font-style: italic;
    font-weight: bold;
  }
  .titleLeyesSimplicidad {
    font-size: 21px;
  }
  .botonesInferiores {
    display: table-caption;
    text-align: center;
  }
  .btn-group-vertical>.btn, .btn-group>.btn {
    float: none;
  }
  .iconsBabgesRedes {
    font-size: 20px;
  }
  .globo-responsive, .numero-globo-contador {
    display: none;
  }
  .corazon-responsive {
    text-align: left;
    margin-bottom: -42px;
    margin-top: 43px;
  }
  .articulosAutor {
    text-align: center;
  }
  .articulos-responsive-autor {
    display: block;
  }
  .articulosAutores .responsive-autores-link {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .articulosAutores p {
    padding: 2px 32px;
  }
  .titleComentarios {
    text-align: -webkit-center;
  }
  .loginBtn--facebook {
    margin-top: 45px;
  }
  .loginBtn:before {
    top: -70%;
    right: 21%;
    width: 33%;
    height: 47%;
    font-size: 27px;
    font-weight: 400;
  }
  .txt_3[type="text"] {
    height: 168px;
  }
  .articulos-relacionados {
    margin-top: 320px;
    margin-bottom: 30px;
  }
  .articulos-relacionados .card {
    margin-bottom: 40px;
  }
  .autor-articulos-relacionados {
    display: flex;
  }
  .contador-like-comentarios {
    display: none;
  }
  .contenedor-img-text {
    display: inline-block;
  }
  .title-articulos-relacionados {
    margin-top: 0%;
  }
  .articulos-relacionados .card-block {
    text-align: center;
  }
  /*END PAG TEMAS*/





  /*NEWSLETTER*/

  .suscripcion-newsletter .pagina-autor {
    font-size: 28px;
    letter-spacing: 8px;
  }
  .box-home-form {
    font-size: 18px;
  }

  .suscripcion-newsletter .portada {
    background-image: url(../img/pag-secundarias/bg-newslatter.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    text-align: center;
    height: 500px;
  }
  .formularios-de-contacto .form-horizontal .control-label {
    display: none;
  }

  .form-horizontal input::placeholder {
    font-size: 14px;
    font-weight: 100;
    padding-left: 0px;
    color: #333;
    font-style: italic;

  }
  .boton-form-suscripcion {
    text-align: center;
  }
  .formularios-de-contacto .form-control {
    border: 2px solid #64AECC;
  }
  .angle-down-ver-mas {
    font-size: 50px;
    color: #fff;
    display: inline-block;
  }
  /*END NEWSLETTER*/
  /*---------------------------->*/


  /*ARTICULOS POR ETIQUETA*/
  .articulos-por-etiqueta {
    font-size: 28PX;
  }
  .subtitle-articulos-por-etiqueta {
    font-size: 28px;
  }
  .articulos-etiquetados .up .box-autor-conten {
    margin-left: 0px;
    width: 100%;
  }
  .articulos-etiquetados .up .box-autor-conten {
    border: none;
  }
  /*END ARTICULOS POR ETIQUETA*/


  /*PAG WEB BUSQUEDA*/
  .link-articulos-relacionado {
    display: inline-block;
    word-wrap: break-word;
    width: 100%;
  }
  .title-buscador {
    margin-top: 125px;
  }
  .title-resultados {
    margin-top: 40px;
  }

  /*END WEB BUSQUEDA*/
  /*------------------------------>*/

  /*PAG AVISO LEGAL RESPONSIVE*/
  .aviso-legal .portada {
    background: url(../img/pag-secundarias/bg-aviso-legal.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    text-align: center;
    height: 295px;
  }
  .aviso-legal .pagina-autor {
    margin-top: 0px;
    font-size: 40px;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
  .link-contendores {
    display: inline-block;
    word-wrap: break-word;
    width: 100%;
  }
  /*END PAG AVISO LEGAL RESPONSIVE*/

  /*--------------------------->*/

  /*PAG SUSCRIPTORES*/

  .bg-suscripcion-form .portada {
    background-image: url(../img/responsive/bg-suscripcion.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    text-align: center;
    height: 545px;
  }

  .bg-suscripcion-form .pagina-autor {
    font-size: 28px;
    font-weight: bold;
    margin-top: 0px;
    color: #fff;
    letter-spacing: 10px;
  }
  .bg-suscripcion-form .text {
    margin: 120px 0px 0px 0px;
  }
  .bg-suscripcion-form .sepador-home {
    display: none;
  }
  .bg-suscripcion-form .box-home-form {
    margin-top: 79px;
    margin-bottom: 300px;
    color: #64AECC;
  }
  .bg-suscripcion-form .angle-down-ver-mas {
    margin-top: 266px;
  }
  .suscripcion-box {
    margin-top: 140px;
  }
  .tarifas-suscripcion {
    text-align: center;
  }

  /*END PAG SUSCRIPTORES*/
  /*----------------------------->*/

  .comites .portada {
    background-image: url(../img/pag-secundarias/bg-comites.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    text-align: center;
    height: 301px;
  }  
  .comites .text {
    padding: 0px;
    margin: 100px 0px;
  }

  .politicas-section-text {
    margin-top: 20px;
  }
  .comites .pagina-autor {
    font-size: 36px;
    text-align: center;
    line-height: 64px;
    letter-spacing: 5px;
    margin-top: 40px;
  }
  .footer-bs .footer-nav ul.pages {
    text-align: left;
  }

  .text-quienes-somos .titleLeyesSimplicidad {
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 40px;
  }
  .sub-titlle-azul {
    font-size: 21px;
    margin-bottom: 10px;
  }


  /*FOOOTER STYEL RESPONSIVE*/
  .footer-bs {
    padding: 0px 0px 0px 10px;
  }
  .footer-brand img {
    padding: 0px;
    margin-left: 22px;
  }
  .arow-footer  {
    font-size: 38px;
    text-align: right;
    display: inline-block;
    float: right;
    margin-top: -8px;
  }
  .icons-top img {
    padding-bottom: 40px;
  }
  .separadores-footer hr{
    display: inline-block;
    width: 90%;
    margin-left: 15px;
  }
  .footer-bs .footer-nav ul.pages li {
    margin-bottom: 20px;
  }
  .footer-social h4 {
    display: none;
  }
  .footer-bs .footer-social ul {
    text-align: center;
  }
  .footer-bs .footer-social ul{
    margin-bottom: 20px;
  }
  .logoFooter {
    margin-top: 30px;
  }
  .icons-top {
    display: none;
    text-align: center;
  }
  .icons-top-responsive {
    display: block;
    margin-bottom: 30px;
  }
  .footer-bs .footer-nav ul.pages a {
    font-size: 18px;
  }
  /* END FOOOTER STYEL RESPONSIVE*/

}

.icon-download {
  background: url(../img/icon-download.png) no-repeat;
  display: inline-flex;
  background-size: contain;
  height: 22px;
  width: 22px;
}


@media (max-width: 767px) {
  .up .under .letraEditorial {
    font-size: 120px!important;
    line-height: 136px;
    color: #788BA1;
    height: 115px!important;
    width: 80px!important;
    top: 0!important;
    left: 14px!important;
    margin-bottom: -88px!important;
  }
}









