/*---RESET---*/
* {margin:0;padding:0;}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{line-height:1; background:#FFF;}
ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}:focus{outline:none;}a{text-decoration:none;}strong{font-weight:bold;}
input{-webkit-border-radius: 0px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select{-webkit-border-radius: 0px;-webkit-appearance: none;appearance: none;-moz-appearance: none;appearance: none;}
html {-webkit-font-smoothing:antialiased;font-family:arial, sans-serif;}
::-webkit-input-placeholder{color:#333;}
::-moz-placeholder{color:#333;} /* firefox 19+ */
:-moz-placeholder{color:#333;} /* Firefox 18- */
:-ms-input-placeholder{color:#333;} /* ie */
input:-moz-placeholder{color:#333;}

@import url('https://fonts.googleapis.com/css?family=Raleway:500');

  



/* ---------------------------------------------------------------- */
/*                   * ESTILOS GENERALES *                          */
/* ---------------------------------------------------------------- */

html{
  font-size: 16px;
}
html.scroll{
  overflow-y:hidden;
}
body{
  overflow-x:hidden;
  background: #f3f3f3;
  color:#58595b;
}
body.tag{
  display: block !important;
  }
body {
  /*font-family:  'Raleway', sans-serif*/
  font-family: 'Nunito Sans', sans-serif;
}
body.font{
  /*font-family: 'Raleway', sans-serif;*/

  font-family: 'Nunito Sans', sans-serif;
}
body.size{
  font-size: 17px;line-height: 1.2em;
}
section{}
h1,
h2,
h3,
h4,
h5,
h6{
  font-weight: 700;
  font-family: 'Zilla Slab', serif;
  line-height: 1.2em;
  letter-spacing: 1px;
}
a{color:inherit;}
input.font,
textarea.font,
button.font{
  font-family: 'Raleway', sans-serif;
}
a:hover{
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*  ESTRUCTURA  */
.wrapper{
  margin: 0 auto;
  padding-top: 115px;
}
section{
  margin: 0px 0 40px 0; 
}
section.principales{
  padding: 0 10px 45px;
}
.contenido{
  padding: 0 30px 50px;
}

/*  TITULOS  */
header.tit-section h3{
  color: #774daf;
  margin-bottom: 18px;
}
header.tit-section h3.font{
  font-weight: bold;
}
header.tit-section h3.size{
  font-size: 2.25rem;
  line-height: 1.1em;
}
/*  swipper pagination  */
.swiper-pagination-bullet{
  background: #b9b9b9;
  opacity: 1;
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active{
  background: #000000;
}
section.gris-oscuro .swiper-pagination-bullet{
  background: #000000;
  opacity: 1;
}
section.gris-oscuro .swiper-pagination-bullet-active{
  background: #ffffff;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 3px;
}
.loading{
  text-align: center;
}
.cont-lista .loading{
  background: #ffffff;
}
.loading img{
  max-width: 50px;
  height: auto;
}
.cover{
  object-fit: cover;
}
// IE9 HACK
:root .cover{
  height:auto;
  width:auto;
}  

// IE10+ HACK
_:-ms-lang(x), .cover{
  height:auto;
  width:auto;
} 

/* ---------------------------------------------------------------- */
/*                       * HEADER *                                 */
/* ---------------------------------------------------------------- */

.follow a{
  margin-right: 8px;
}
.follow a:hover{
  opacity: .8;
}
.follow a:active{
  opacity: 1;
}
.follow img{
  width: 22px;
  height: auto;
  display: block;
  margin-top: 2px;
}

/*  HEADER  */
header.site-header{
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  margin:0 auto;
  box-sizing: border-box;
  -webkit-transition: top 0.3s ease-in-out;
  -moz-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
  height: 51px;
}
.haeder-sup{
  background: #414042;
  padding: 3px 30px 6px;
}
.haeder-sup:after{
  display: block;
  content: "";
  clear: both;
}
.bottom-mobile .haeder-sup{
  display: none;
}

header .top-menu{
  float: left;
}
.top-menu a{
  color: #d1d3d4;
  display: inline-block;
  line-height: 26px;
  margin-right: 44px; 
}
.top-menu a:hover{
  color: #774daf;
}
.top-menu a.size{
  font-size: 0.9375rem;
}

header .follow{
  float: right;
}
header .follow a{
  display: inline-block;
  vertical-align: top;
}
header .follow a:hover .svg{
  fill: #fff;
}
header .search{
  display: inline-block;
  border-left: 2px solid #575759;
  padding-left: 14px;
  vertical-align: top;
  height: 25px;
  width: 22px;
  position: relative;
  margin-top: 1px;
}

.haeder-bot .search{
  display: none;
  position: absolute;
  right: 55px;
  border-left: 0;
  border-right: 1px solid #7c7d80;
  top: 9px;
  height: 24px;
  padding: 5px 12px 0 0;
}
.img-buscar{
}
.img-cerrar{
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0;
  z-index: -1;
}
.haeder-bot .img-cerrar{
  bottom: 2px;
  right: 13px;
}
.searchlink.open .img-cerrar{
  opacity: 1;
  z-index: 1;
}
.searchlink.open .img-buscar{
  opacity: 0;
}

.searchbox{
  position: fixed;
  top: 36px;
  left: 0;
  right: 0;
  background: #414042;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.searchbox.open{
  top: 85px;
  opacity: 1;
  z-index: 99;
}
.cont-search{
  margin: 0 auto;
  max-width: 690px;
  position: relative;
  height: 84px;
  padding-top: 13px;
  box-sizing: border-box;
}
.searchbox input[type=text]{
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #eeefef;
  font-size: 24px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #e2e3e4;
  font-size: 0.9375rem;
}
.searchbox ::-webkit-input-placeholder{color:#eeefef;}
.searchbox ::-moz-placeholder{color:#eeefef;} /* firefox 19+ */
.searchbox :-moz-placeholder{color:#eeefef;} /* Firefox 18- */
.searchbox :-ms-input-placeholder{color:#eeefef;} /* ie */
.searchbox input:-moz-placeholder{color:#eeefef;}

.searchbox .bt-buscar{
  position: absolute;
  width: 84px;
  height: 84px;
  right: -84px;
  top: 0;
  text-indent: -999px;
  overflow: hidden;
  background: url(../images/buscador.svg) center center no-repeat;
  background-size: 42%;
  border: none;
  cursor: pointer; 
}
.searchbox .bt-buscar:hover{
  opacity: .8;
}
.searchbox .bt-buscar:active{
  opacity: 1;
}


header .haeder-bot{
  background: transparent;
  padding: 0 30px 0 0;
  transition: all .5s;
}
header .haeder-bot{
  transition: background .5s;
}
header .haeder-bot.sticky{
    border-bottom: solid 1px #774daf;
    height: 80px;
    position: relative;
    background: white;

}
header .haeder-bot:after{
  content: "";
  display: block;
  clear: both;
}
header.site-header.nav-up{
  top: -60px;
}
header.site-header .logo{
  width: 185px;
  position: absolute;
  height: 110px;
  float: left;
  padding: 5px 20px 2px 4px;
 
 
}
header.site-header .logo img{
  width: 100%;
  max-width:99px;
  display: block;
  left: 20px;
  position: absolute;
   top: 10px;
 
      z-index: 99;
 
  
}

header .haeder-bot.sticky .logo img{
        width: 70px;
    top:4px;
    left: 20px;
}
header .haeder-bot .site-menu{
      margin-top: 30px;
}

.cotizaciones{
  float: right;
  background: #774daf;
  color: #fff;
  display: inline-block;
  padding: 6px 11px;
  margin-top: 12px;
  border-radius: 2px;
}
.cotizaciones:hover{
  background: #913e97;
}
.cotizaciones.font{
  letter-spacing: 0.05em;
}
.cotizaciones.size{
  font-size: 0.9375rem;
  line-height: 1em;
}

.hamburguesa{
  position: absolute;
  width: 51px;
  height: 50px;
  right: 3px;
  top:0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}
.hamburguesa span{
  background:#2d2d2f;
  height: 3px;
  left: 15px;
  width: 24px;
  display: block;
  border-radius: 3px;
  position: absolute;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburguesa.overlay-close span{
  background:#7c7d80;
}
.hamburguesa span:nth-child(1){
  top:14px;
}
.hamburguesa span:nth-child(2){
  top:22px;
}
.hamburguesa span:nth-child(3){
  top:30px;
}
.hamburguesa.overlay-close span:nth-child(1){
  top:23px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburguesa.overlay-close span:nth-child(2){
  top:23px;
  opacity: 0;
}
.hamburguesa.overlay-close span:nth-child(3){
  top:23px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.site-header.nav-up .hamburguesa{
  position: fixed;
  right: 0;
  border: none;
}
.site-header.nav-up .hamburguesa span{
  background: #000;
}
.site-header.nav-up .hamburguesa.overlay-close span{
  background: #cacaca;
}

/*  PROGRESS BAR  */
progress.progress-bar{
  position: absolute;
  bottom:-10px;
  left: 0;
  right: 0;
  z-index:9001;
  width:100%;
  height:10px;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  border:none;
  background-color:#333333;
  color:#faba19;
}
progress::-webkit-progress-bar{
  background-color:#333333;
}
progress::-webkit-progress-value{
  background-color:#faba19;
}
progress::-moz-progress-bar{
  background-color:#faba19;
}

.show-mobile-search{
  display: none;
}


@media all and (max-width: 900px){
  .section-nota.contact{
       width: calc(100% - 40px);
      
      padding: 0 20px;
  }
  .cont-search{
    max-width: 430px;
  }

  .contacto input[type="text"], .contacto input[type="email"], .contacto textarea {
    width: calc(100% - 30px);
  }
}
@media all and (max-width: 767px){

  .input-group.search-mobile{
    
        margin-top: 13px;
    float: right;
    margin-right: 30px;
  }


  .sticky .form-search,
  .sticky .input-group .btn-form{
    background: #fff !important;
  }


  .input-group.search-mobile .form-search,
  .input-group.search-mobile .form-search:active,
  .input-group.search-mobile .form-search:focus{
    border: solid 1px #d3d3d3;
    width: 150px !important;
    min-width: auto !important;
    
  }

  .show-mobile-search{
    display: inline-block;
    float: right;
  }
  .nav-menu > ul > li.hide-mobile{
    display: none !important;
  }

  .haeder-sup,
  .cotizaciones{
    display: none;
  }
  .bottom-mobile .haeder-sup{
    display: block;
    padding: 5px 16px 20px;
  }
  .bottom-mobile .haeder-sup .search{
    display: none;
  }
  .bottom-mobile .top-menu a{
    display: block;
    border-bottom: 1px solid #eeefef;
    margin: 0;
    font-size: 1rem;
    padding: 6px 0 8px;
  }
  .bottom-mobile .top-menu a:last-child{
    border: none;
  }
  .bottom-mobile .top-menu{
    float: none;
  }
  .bottom-mobile .follow{
    float: none;
    text-align: center;
  }
  .bottom-mobile .follow a{
    margin: 0 12px;
  }
  .bottom-mobile .follow img{
    width: 30px;
  }
  header.site-header{
    height: 66px;
    position: fixed;
    background: white;
    border-bottom: solid 1px #d101ee;
  }
    header.site-header .logo img{
        width: 55px !important;
    top: 5px !important;
    }
  .wrapper{
    padding-top: 50px;
  }
  .haeder-bot .search{
    display: block;
  }
  .searchbox.open{
    top: 50px;
  }
  .cont-search{
    max-width: initial;
    padding: 20px;
  }
  .searchbox .bt-buscar{
    right: 0;
  }
  .searchbox input[type=text]{
    width: calc(100% - 65px);
  }
}
/* ---------------------------------------------------------------- */
/*                        * FOOTER *                                */
/* ---------------------------------------------------------------- */
footer.site-footer{
  padding: 0 30px 30px;
  background: rgb(120, 76, 175);
  background: -moz-linear-gradient(-45deg, rgb(155, 31, 173) 0%,rgb(119, 77, 175) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(155, 31, 173) 0%,rgb(119, 77, 175) 100%);
  background: linear-gradient(-45deg, rgb(155, 31, 173) 0%,rgb(119, 77, 175) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b1fad', endColorstr='#a500be',GradientType=1 );
  position: relative;
}
footer.site-footer:after{
  content: "";
  clear: both;
  display: block;
}
footer.site-footer .logo{
  margin-bottom: 18px;
}
footer.site-footer .logo img{
  width: 150px;
  height: 59px;
}
footer.site-footer nav{
  text-align: center;
  margin-bottom: 35px;
  border-bottom: 1px solid #b98fe2;
  padding: 17px 0 19px
}
footer.site-footer nav a.size{
      font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
}
footer.site-footer .copy{
      color: #fff;
    width: 100%;
    float: left;
    text-align: center;
}
footer.site-footer .copy.size{
  font-size: 0.9375rem;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}
footer.site-footer .links{
  width: 50%;
  float: right;
  text-align: right;
  margin-top: -5px
}
footer .copy p{
  font-size: 12px;
  
}

.menufooter a{
  color: #fff;
  padding: 0 20px;
  margin: 0 5px;
  letter-spacing: 0.05em;
}
.redes-footer{
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 114px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 350px;
}
.redes-footer a{
  margin: 0 8px;
}
.redes-footer a:hover{
  opacity: .8;
}
.redes-footer  a[class^="ic-"] img{
  width: 100%;
  height: auto;
  max-width: 47px;
}

@media all and (max-width: 768px) {
  footer.site-footer{
    padding: 0 15px 30px;
  }
  footer.site-footer nav{
    padding: 40px 0 29px;
    margin-bottom: 22px;
  }
  footer.site-footer nav a{
    display: block;
  }
  footer.site-footer nav a.size{
    font-size: 0.9375rem;
    line-height: 1.6em;
  }
  .redes-footer{
    position: initial;
    margin: 0 auto 30px; 
  }
  footer.site-footer .logo{
    text-align: center;
  }
  footer.site-footer .logo img{
    width: 113px;
    height: 45px;
  }
  footer.site-footer .copy{
    text-align: center;
    width: initial;
    float: none;
  }
  footer.site-footer .copy.size{
    font-size: 0.75rem;
  }
  footer.site-footer .links{
    text-align: center;
    width: initial;
    float: none;
    margin-top: 20px;

  }
}
/* ---------------------------------------------------------------- */
/*                         * MENU *                                 */
/* ---------------------------------------------------------------- */
.site-menu{
  box-sizing:border-box;
  float: right;
}

.nav-menu > ul > li{
  float: left;
}
.nav-menu > ul > li > a{
  -webkit-transition: none;
  font-family: 'Raleway', sans-serif;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
  display: inline-block;
  padding: 0 14px;
}
.nav-menu > ul > li > a.size{
  line-height: 50px;
}
.nav-menu > ul > li > a:after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.nav-menu > ul > li > a:hover:after, .nav-menu > ul > li > a.active:after{
  background: #6b00bd;
}
.nav-menu ul li a{
  color: #58595b;
  text-transform: uppercase;
}
.nav-menu ul li a.size{
  font-size: 0.8375rem;
}
.nav-menu ul li a.font{
  font-weight: 500;
}
.nav-menu ul.menu li a i{
  display: block;
  float: right;
  width: 11px;
  height: 50px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-left: 7px;
}

.nav-menu ul.menu li a i:before{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4.5px 0 4.5px;
  border-color: #58595b transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.nav-menu ul.menu li:hover i{
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav-menu ul.menu li ul{
  display: none;
  position: absolute;
  background: #e2e3e4;
  padding: 16px 20px 10px;
  min-width: 200px;
}
.nav-menu ul.menu li:hover ul{
  display: block;
}
.nav-menu ul.menu li ul li{
  border-bottom: 1px solid #fff;
}
.nav-menu ul.menu li ul a{
  line-height: 1em;
  padding: 8px 0 6px;
  display: block;
}
.nav-menu ul.menu li ul li:last-child{
  border: none; 
}
.nav-menu ul.menu li ul li a:hover{
  color: #6b00bd;
}
.nav-menu ul.menu li:hover a:after{
  background: #6b00bd;
}

.nav-menu ul li a.social {
  padding: 0 4px;
}

.nav-menu ul li a.social img{
    position: relative;
    top: 6px;
    filter: brightness(0.4);
  }

/* menu ver más responsive */
.nav-menu > ul > li:nth-child(1){

}
.nav-menu ul.menu li ul li:nth-child(1),
.nav-menu ul.menu li ul li:nth-child(2),
.nav-menu ul.menu li ul li:nth-child(3),
.nav-menu ul.menu li ul li:nth-child(4),
.nav-menu ul.menu li ul li:nth-child(5){
  /*display: none;*/
}

@media all and (max-width: 1250px) {
  
  .nav-menu > ul > li:nth-child(5){
    display: none;
  }
  .nav-menu ul.menu li ul li:nth-child(5){
    display: block;
  }
  
}
@media all and (max-width: 1100px) {
  
  .nav-menu > ul > li:nth-child(4){
    display: none;
  }
  .nav-menu ul.menu li ul li:nth-child(4){
    display: block;
  }

}
@media all and (max-width: 880px) {
  
  .nav-menu > ul > li:nth-child(3){
    display: none;
  }
  .nav-menu ul.menu li ul li:nth-child(3){
    display: block;
  }

}
@media all and (max-width: 767px) {
  .hamburguesa{
    display: block;
    margin-top: 8px;
  }

  .nav-menu ul.menu li a i{
    display: none;
  }
.site-menu {
    margin-top: 0 !important;
    float: none;
    position: absolute;
    top: 66px;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
    overflow-y: auto;
    max-height: 100vh;
    /* border-top: 1px solid #6d6e71; */
    padding-top: 0px;
    padding-bottom: 80px;

  }
  .nav-menu .menu{
    padding: 5px 16px 5px;
  }
  .nav-menu > ul > li{
    float: none;
    display: block!important;
  }
  /*.nav-menu > ul > li:nth-child(2),
  .nav-menu > ul > li:nth-child(3),
  .nav-menu > ul > li:nth-child(4),
  .nav-menu > ul > li:nth-child(5){
    display: block;
  }*/
  .nav-menu > ul > .odesktop > a{
    display: none;
  }
  .nav-menu > ul .omobile{
    display: none!important;
  }
  .nav-menu ul.menu li{
    border-bottom: 1px solid #d101ee;
  }
  .odesktop{
    border:none!important;
  }
  .nav-menu ul.menu li ul{
    position: initial;
    display: block;
    padding: 0;
    margin: 0px 0 10px;
  }
  .nav-menu > ul > li > a.size{
    line-height: 1em;
  }
  .nav-menu > ul > li a,
  .nav-menu ul.menu li ul a{
    padding: 10px 5px 10px 20px;
    display: block;
  }
  .nav-menu > ul > li > a:after{
    display: none;
  }
  .nav-menu ul li a.size{
    font-size: 1rem;
    padding: 13px 0;
  }
  .nav-menu ul li a.social{
    padding-top: 5px;
  }

  .nav-menu ul li a.social{

  }
  
  .nav-menu ul li a:hover{
        color: #6b00bd;
  }
}/*
@media all and (max-width: 740px) {
  
  .nav-menu > ul > li:nth-child(2){
    display: none;
  }
  .nav-menu ul.menu li ul li:nth-child(2){
    display: block;
  }

}*/
/* ---------------------------------------------------------------- */
/*                       * ENTRADAS *                               */
/* ---------------------------------------------------------------- */
/*  Entry  */
.entry{
  /*overflow: hidden;*/
  position: relative;
}
.entry figure{
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.entry figure .entry-img img{
  width: 100%;
  height: auto;
  display: block;
}
.entry figure .entry-img img.cover{
  height: 100%;
}

.entry .entry-data{
  padding: 20px;
}
.entry .entry-data a{
  color: #2d2d2f;
}
.entry .entry-data.fondo-negro{
  background-color:#2d2d2d;
}
.entry .autor{
  color: #6d6e71;
  font-style: italic;
}
.entry .autor:after{
  content: "";
  clear: both;
  display: block;
}
.entry .autor.size{
  font-size: 0.875rem;
  line-height: 20px;
}
.entry .autor strong{
  font-style: italic;
}
.entry .autor img{
  float: left;
  margin-right: 11px;
}

/*  Entry Caja  */
.entry.nota-caja{
  float: left;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
}
.entry.nota-caja .autor{
  position: relative;
  z-index: 2;
}
.entry.nota-caja h1,
.entry.nota-caja h2,
.entry.nota-caja h3,
.entry.nota-caja h4{
  position: relative;
  z-index: 2;
}
.entry.nota-card .entry-link,
.entry.nota-caja .entry-link{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  display:block;
  z-index: 2;
}
.entry-play{
  position: absolute;
  right: 0;
  top: 40%;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 2;
  border: 2px solid #fff;
  left: 0;
  margin: 0 auto;
}
.entry-play:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 35px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  margin: 24px 0 0 34px;
}
.nota-card .entry-play{
  width: 55px;
  height: 55px;
}
.nota-card .entry-play:after{
  border-width: 13px 0 13px 22px;
  margin: 15px 0 0 20px;
}
.entry.nota-caja .entry-data h2{
  position: relative;
  z-index: 2;
}
.entry.nota-caja .entry-data a{
  color: #fff;
}
.entry.nota-caja .entry-data h3.bajada{
      font-size: 20px;
    color: white;
    margin-bottom: 5px
}
.entry.nota-caja .entry-data h2.font{
  font-weight: bold;
}
.entry.nota-caja .entry-data h2.size{
  font-size: 1.5625rem;
  line-height: 1.2em;
}
.entry.nota-caja figure .autor{
  position: absolute;
  bottom: 18px;
  left: 20px;
}

.entry.nota-caja figure:after{
  content: "";
  background: rgba(151,0,191,0.2);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;

}
.entry.nota-caja:hover figure:after{
  opacity: 1;
}
.entry.nota-caja.entry-mitad figure:before{
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.95) 1%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.95) 1%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.95) 1%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2000000', endColorstr='#00000000',GradientType=1 );
}
.entry.nota-caja.entry-mitad .entry-data h2{
  width: 55%;
  padding: initial;
}

/* Entry cards */
.entry.nota-card{
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
}
.entry.nota-card:before{
  background: #fff;
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  right: 15px;
  bottom: 0;
  z-index: -1;
  border-radius: 2px;
}
/*.entry.nota-card .entry-data{
  position: relative;
  z-index: 2;
}*/
.entry.nota-card .entry-label{
  margin-bottom: 13px;
}
.entry.nota-card .redes:hover nav{
  background: #414042;
}
.entry.nota-card .autor{
  position: absolute;
  bottom: 16px;
}

.entry.nota-card figure:after{
  content: "";
  background: rgba(107, 0, 189, 0.3);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;

}
.entry.nota-card:hover figure:after{
  opacity: 1;
}
.entry.nota-card .entry-data h2.font{
  font-weight: 600;
}
.entry.nota-card .entry-data h2.size{
  font-size: 1.25rem;
  line-height: 1.3em;
}
.entry.nota-card .entry-data a:hover{
  color: #6b00bd;
}

/* Entry listas en caja

.cajas .entry.nota-caja{
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  width: 25%;
}
.cajas .entry.nota-caja .entry-data h4{
  color: #000;
  margin-bottom: 8px;
}
.cajas .entry.nota-caja .entry-data h4 a:hover{
  color: #6b00bd;
}
.cajas .entry.nota-caja .entry-data h4.size{
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.cajas .entry.nota-caja .entry-data h4.font{
  font-weight: 600;
}
.cajas .entry .entry-data{
  padding: 12px 0;
}*/

/*  Entry Destacada  */
/*.destacadas .nota-destacada:nth-child(2){
  clear: both;
}
.destacadas .nota-destacada:nth-child(5){
  clear: both;
}*/
.box-clear{
  margin-right: -15px;
  margin-left: -15px;
}
.box-clear.principales{
  margin-right: -5px;
  margin-left: -5px;
}
.box-clear:after{
  display: block;
  clear: both;
  content: "";
}
/*
.box-clear header.tit-section{
  padding: 0 10px;
}*/

/* principales */
.entry.nota-principal{
  float: left;
  padding: 5px;
  margin-bottom: 0;
  position: relative;
  box-sizing: border-box;
}
.entry.nota-principal figure{
  height: 100%;
  
}
.entry figure{
  
  border-radius: 20px;
}
.entry.nota-principal figure .img-entrada{
  position: absolute;
  top: 26px;
  left: 20px;
  width: 35%;
  height: auto;
  z-index: 2;
}
.entry.nota-principal figure .entry-img img{
  height: 100%;
}
.entry.nota-principal .entry-data h1{
  color: #FFF;
}
.entry.nota-principal .entry-data h1 a:hover,
.entry.nota-principal .entry-data h2 a:hover{
  color: #fff;
}
.entry.nota-principal .entry-data h1.font,
.entry.nota-principal .entry-data h2.font{
  font-weight: 600;
}
.entry.nota-principal .entry-data h1.size{
  font-size: 2.8325rem;
  line-height: 1.13em;
}

.entry.nota-principal .autor{
  color: #fff;
}
.entry.nota-caja.nota-principal figure .autor{
  bottom: 24px;
}
.entry.nota-principal .redes{
  right: 17px;
}
.entry.nota-principal.sin-imagen figure{
  background: rgb(87,1,190);
  background: -moz-linear-gradient(-45deg, rgb(209, 3, 238,1) 0%, rgba(165,0,190,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(209, 3, 238,1) 0%,rgba(165,0,190,1) 100%);
  background: linear-gradient(135deg, rgb(209, 3, 238,1); 0%,rgba(165,0,190,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e00be', endColorstr='#a500be',GradientType=1 );
}
.entry.nota-principal.nota-iframe figure:after{
  display: none;
}


/* destacadas*/
.entry.nota-destacada{
  float: left;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
}
.entry.nota-caja.nota-destacada figure{
  height: 100%;
}
.entry.nota-caja.nota-destacada figure .entry-img img{
  height: 100%;
}
.entry.nota-caja.nota-destacada .entry-data h2 a:hover{
  color: #774daf;
}
.entry.nota-caja.nota-destacada .entry-data h2.font{
}
.entry.nota-caja.nota-destacada .entry-data h2.size{
  font-size: 1.75rem;
}

.entry.nota-destacada .autor{
  color: #fff;
}

/*  Entry Lista  */
.cont-lista .entry.nota-lista{
  background: #fff;
  border: none;
  padding: 30px 24px;
  box-sizing: border-box;
}
.cont-lista .entry.nota-lista:before{
  position: absolute;
  height: 1px;
  background: #a0a0a1;
  top: 0;
  left: 24px;
  right: 24px;
  content: "";
}
.entry.nota-lista:nth-of-type(1):before{
  display: none;
}
.entry.nota-lista:after{
  display: block;
  content: "";clear: both;
}
.entry.nota-lista .entry-data a{
  color: #2d2d2f;
}
.entry.nota-lista .entry-data a:hover{
  color: #6b00bd;
}
.entry.nota-lista .entry-data h4.font{
  font-weight: 600;
}
.entry.nota-lista .entry-data h4.size{
  font-size: 1.25rem;
  line-height: 1.3em;
}
.entry.nota-lista .entry-data{
  box-sizing:border-box;
  padding: 0 5px 0 0;
}
.entry.nota-lista figure + .entry-data{
  width:calc(100% - 284px);
  float: right;
}
.entry.nota-lista figure{
  width: 260px;
  float: left;
}
.entry.nota-lista figure .entry-number{
  top: -2px;
}
.entry.nota-lista .redes:hover nav{
  background: #414042;
}
.entry.nota-lista .autor{
  position: absolute;
  bottom: 29px;
}

/*  Entry Slider  
.swiper-slide.entry .entry-data{
  padding: 10px 0 4px;
}
.swiper-slide.entry .entry-data h4{
  color: #000;
  margin-bottom: 8px;
}
.swiper-slide.entry .entry-data h4 a:hover{
  color: #fa5f02;
}
.swiper-slide.entry .entry-data .autor.size{
  font-size: 0.8125rem;
}
section.gris-oscuro .swiper-slide.entry .entry-data h4{
  color: #FFF;
}
.swiper-slide.entry .entry-data h4.font{
  font-weight: 600;
}
.swiper-slide.entry .entry-data h4.size{
  font-size:1.125rem;
  line-height: 1.375rem;
}*/

/*  LABEL  */
.entry-label{
  text-transform: uppercase;
  color: #6d6e71;
  display: inline-block;
  margin-bottom: 13px;
}
.entry-label.mercados{
  color: #fe554e!important;
}
.entry-label.educacion{
  color: #4760ff!important;
}
.entry-label.regulacion{
  color: #ff468e!important;
}
.entry-label.altcoins-icos{
  color: #3ac375!important;
}
.entry-label.start-ups-entrepreneurs{
  color: #27a3e5!important;
}

.entry-label.font{
  font-weight: bold;
}
.entry-label.size{
  font-size: 0.875rem;
  line-height: 1em;
}
.nota-caja .entry-label{
  padding: 6px 9px;
  background-color: #fff;
  color:#774daf;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  border-radius: 2px;
}
.entry.nota-caja .entry-data{
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
}

.entry.nota-caja .entry-data h1,
.entry.nota-caja .entry-data h2{
  padding-right: 80px;
}
.entry.nota-caja.nota-principal .entry-data{
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;

}
.entry.nota-caja.nota-principal:nth-child(1) .entry-data{
  top: initial;
}
.entry.nota-caja.nota-principal.con-author .entry-data{
  bottom: 45px;
}
.entry.nota-caja.nota-principal:nth-child(1) .entry-label{
  padding: 6px 11px;
}
.nota-lista .entry-label{
  color:#6d6e71;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 18px;
}
.nota-caja.swiper-slide .entry-label{
  background-color: #000;
  bottom: 10px;
  left: -4px;
  top: initial;
}
/*
.entry.nota-caja.nota-destacada:nth-child(1) .entry-data{
  position: absolute;
  top: initial;
  bottom: 25px;
  left: 15px;
  right: 15px;
}*/


/*  REDES  */
.redes{
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 0;
  z-index: 10;
  height: 36px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}
.redes span,
.redes a{
  display: block;
  height: 18px;
  width: 18px;
  padding: 9px;
}
.redes span img,
.redes a img{
  width: 100%;
  height: auto;
  max-width: 18px;
  display: block;
}
.redes span{
  height: 23px;
  width: 23px;
  padding: 6px;
}
.redes span img{
  max-width: 23px;
}
.redes .ic-share{
  position: absolute;
  bottom: 0;
  right: 0;
}
.redes nav{
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  height: 0px;
  opacity: 0;
  z-index: -1;
  position: absolute;
  bottom: 0;right: 0;

}

.redes > span{
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.redes:hover{
  height: 144px;
}
.redes:hover > span{
  opacity: 0;
}
.redes:hover nav{
  height: 144px;
  opacity: 1;
  z-index: 5;
}



.principales{
  height: 75vh;
  max-height: 700px;
  min-height: 550px;
  box-sizing: border-box;
}
.principales .entry{
  float: left;
  height: 50%;
  width: 33.33333%;
  overflow: hidden;
}
.principales .entry:nth-child(1){
  height: 100%;
  width: 66.66666%;
}
.principales .entry figure:before{
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(79,0,190,0) 0%, rgba(79,0,190,0.02) 1%, rgba(151,0,191,0.5) 25%, rgba(14,0,33,1) 83%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top, rgba(79,0,190,0) 0%,rgba(79,0,190,0.02) 1%,rgba(151,0,191,0.5) 25%,rgba(14,0,33,1) 83%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(79,0,190,0) 0%,rgba(79,0,190,0.02) 1%,rgba(151,0,191,0.5) 25%,rgba(14,0,33,1) 83%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f00be', endColorstr='#000000',GradientType=0 );
  opacity: 0.3;
}

/* SECTION DESTACADAS */
.destacadas{
  
}
.destacadas .entry{
  float: left;
  height: 50%;
  width: 25%;
  overflow: hidden;
  padding: 15px; 
}
.destacadas .entry.ancho-mitad{
  height: 50%;
  width: 50%;
}
.destacadas .entry.nota-card:before{
  top: 15px;
  bottom: 15px;
}
.destacadas .entry.nota-caja .entry-data{
  top:15px;
  bottom:15px;
}
.destacadas .entry.nota-caja .entry-data h2{
  width: 50%;
  min-width: 40%;
}
.destacadas .entry.nota-caja .entry-data h2.font{
  font-weight: bold;
}
.destacadas .entry.nota-card .autor{
  bottom: 30px;
}

/*  EN FOCO  */
.focosection{
}
.focosection:after{
  clear: both;
  content: "";
  display: block;
}
.enfoco{
  height: 630px;
  margin-top: -15px;
  margin-bottom: -15px;
  width: calc(100% - 645px);
  float: left;
  padding-right: 15px;
}
.enfoco .nota-caja{
  padding: 15px;
}
.enfoco .nota-caja figure{
  height: 100%;
}
.enfoco  .entry.nota-caja .entry-data a:hover{
  color: #774daf;
}
.enfoco .nota-caja:nth-child(1){
  width: 100%;
  height: 60%;
}
.enfoco .nota-caja:nth-child(1) .entry-data{
  top: initial;
  bottom: 15px;
}
.enfoco .nota-caja:nth-child(1) .entry-data h2.size{
  font-size: 1.875rem;
  line-height: 
}
.enfoco .nota-caja:nth-child(1) figure:before{
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.7) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.enfoco .nota-caja:nth-child(2){
  width: 100%;
  height: 40%;
}
.enfoco .nota-caja:nth-child(2).entry-mitad figure:before{
  background: -moz-linear-gradient(left, rgba(165,0,190,0.95) 0%, rgba(165,0,190,0) 61%, rgba(165,0,190,0) 100%);
  background: -webkit-linear-gradient(left, rgba(165,0,190,0.95) 0%,rgba(165,0,190,0) 61%,rgba(165,0,190,0) 100%);
  background: linear-gradient(to right, rgba(165,0,190,0.95) 0%,rgba(165,0,190,0) 61%,rgba(165,0,190,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a500be', endColorstr='#00a500be',GradientType=1 );
}
.enfoco .cont-banner{
  padding: 15px;
  width: 25%;
  height: 100%;
  float: right;
}
.focosection .mas-leidas{
  float: left;
  padding: 0 15px;
}
.focosection .mas-leidas:before{
  right: 15px; 
  left: 15px; 
}
.mas-leidas{
  width: 300px;
  height: 600px;
  position: relative;
}
.nota .mas-leidas{
  width: 300px;
  height: auto;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.mas-leidas h3{
  font-size: 2rem;
  color: #774daf;
  position: relative;
  padding: 20px 20px 0;
  text-align: center;
  font-weight: 600;
}
.nota .mas-leidas h3{
  text-align: left;
  padding-left: 35px;
}
.mas-leidas:before{
  content: "";
  background: #f2f2f2;
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0; 
  border-radius: 30px;

}
.nota .mas-leidas:before{
  content: "";
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    border: solid 2px #774daf;

}
.mas-leidas ul{
  position: relative;
  padding: 0 20px;
}
.mas-leidas li{
  padding: 16px 0 13px 40px;
  border-top: 1px solid #383a40;
  position: relative;
}
.mas-leidas li:before{
  position: absolute;
  top: 20px;
  left: 0;
  color: #774daf;
  font-size: 1.5625rem;
  line-height: 1em;
  font-weight: bold;
  content: "1.";
}
.mas-leidas li:nth-child(1){
  border-top: none;
}
.mas-leidas li:nth-child(1):before{
  content: "1.";
}
.mas-leidas li:nth-child(2):before{
  content: "2.";
}
.mas-leidas li:nth-child(3):before{
  content: "3.";
}
.mas-leidas li:nth-child(4):before{
  content: "4.";
}
.mas-leidas li:nth-child(5):before{
  content: "5.";
}
.mas-leidas li:nth-child(6):before{
  content: "6.";
}
.mas-leidas li:nth-child(7):before{
  content: "7.";
}
.nota .mas-leidas li:before{
  content: "";
}
.mas-leidas li a{
  color: #333;
  font-size: 1rem;
  line-height: 1.5em;
}
.nota .mas-leidas li{
  padding: 16px 0 13px 10px;
}
.mas-leidas li a:hover{
  color: #774daf;
}


/*  CRIPTOLIFE  */
.criptosection:after{
  clear: both;
  display: block;
  content: "";
}
.criptolife{
  height: 350px;
  margin-top: -15px;
  margin-bottom: -15px;
  width: 100%;
}
.criptolife .entry{
  width: calc(40% - 165px);
  float: left;
  box-sizing: border-box;
  height: 100%;
  padding: 15px;
}
.criptolife .nota-lista{
  width: calc(60% - 165px);
  height: 50%;
}
.criptolife .nota-lista.invertida figure{
  float: right;
}
.criptolife .nota-lista.invertida .entry-data{
  float: left;
}
.criptolife .cont-banner{
  float: right;
  width: 300px;
}
.criptolife .entry:before{
    background: #2756e7;
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    z-index: -1;
    border-radius: 2px;
}
.criptolife .entry .entry-data h2.font,
.criptolife .entry .entry-data h4.font{
  font-weight: bold;
}
.criptolife .entry .entry-data a{
  color: #fff;
}
.criptolife .entry .entry-data a:hover{
  color: #000;
}
.criptolife .entry .entry-label{
  color: #2756e7;
  background: #fff;
  padding: 6px 8px 5px;
  border-radius: 2px;
  margin-bottom: 7px;
}
.criptolife .nota-lista figure{
  height: 100%;
  width: calc(100% - 340px);
}
.criptolife .nota-lista .entry-data{
  padding: 20px;
}
.criptolife .nota-lista.invertida .redes{
  left: 321px;
  right: initial;
}
.criptolife .entry .redes:hover nav{
  background: none;
}
.criptolife .entry figure:after{
  content: "";
  background: rgba(0,0,0,0.5);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.criptolife .entry:hover figure:after{
    opacity: 1;
}
.criptolife .nota-lista figure + .entry-data{
  width: 340px;
}
.criptolife .nota-lista .entry-link{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 2;
}

/*  TRIPLESECCION  */
.triplesection section .entry{
  padding: 0;
}
.triplesection section .entry.nota-card:before{
  display: none;
}
.triplesection .entry.nota-card .entry-data h2{
  min-height: 2.6em;
}

/*  LISTA  */
.cont-lista{
  max-width: 729px;
  margin: 0 auto 50px;
  box-sizing: border-box;
}

/*  ENTREVISTAS  */
.entrevistas.ancho-completo .nota-entrevista{
  width: 100%;
}
.entrevistas .nota-entrevista{
  width: 33.33%;
}
.entrevistas .nota-entrevista figure:before{
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(45,45,47,0.1) 0%, rgba(45,45,47,0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(45,45,47,0.1) 0%,rgba(45,45,47,0.7) 100%);
  background: linear-gradient(to bottom, rgba(45,45,47,0.1) 0%,rgba(45,45,47,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2d2d2f', endColorstr='#b32d2d2f',GradientType=0 );
}
:not(.ancho-completo) > .entry.nota-entrevista .entry-play{
  width: 49px;
  height: 49px;
  left: 20px;
  bottom: 45px;
  top: initial;
  right: initial;
  opacity: .85;
}
:not(.ancho-completo) > .entry.nota-entrevista .entry-play:after{
  border-width: 12px 0 12px 18px;
  margin: 12px 0 0 19px;
}
.ancho-completo .entry.nota-entrevista .entry-play{
  top: 50%;
  transform: translate(0, -50%);
}
:not(.ancho-completo) > .entry.nota-entrevista .entry-data{
  left: 90px;
  bottom: 0;
  top: initial;
}
.ancho-completo .entry.nota-entrevista .entry-data{
  top: initial;
  bottom: 0;
}
.ancho-completo .entry.nota-entrevista.con-author .entry-data{
  bottom: 45px;
}
.ancho-completo .entry.nota-entrevista .entry-data h2.size{
  font-size: 2.8125rem;
  line-height: 1.13em;
}
:not(.ancho-completo) > .entry.nota-entrevista .entry-data h2.size{
  font-size: 1.25rem;
  line-height: 1.3em;
}
:not(.ancho-completo) > .entry.nota-entrevista.con-author .entry-data h2.size{
  margin-bottom: 12px;
}

.entry.nota-entrevista .autor{
  color: #fff;
}
.entry.nota-entrevista .redes{
  right: 25px;
  bottom: 10px;
}
.entry.nota-caja.nota-entrevista figure .autor{
  bottom: 24px;
}

@media all and (max-width: 1200px) {
  .principales{
   height: 450px;
    height: 70vh;
    max-height: 550px;
    min-height: 440px;
  }
  .entry.nota-caja .entry-data h1, .entry.nota-caja .entry-data h2{
    padding-right: 40px;
  }
  .destacadas .entry.nota-caja .entry-data h2{
    width: 70%;
  }
  .entry.nota-caja .entry-data h2.size{
    font-size: 1.2rem;
  }
  .mas-leidas{
    float: none;
    width: initial;
    max-width: 600px;
    margin: 0 auto;
    clear: both;
    height: initial;
    padding-bottom: 20px;

  }
  .focosection .mas-leidas{
    float: none;
  }
  .enfoco{
    width: calc(100% - 345px);
  }
  .criptolife .entry.nota-lista .entry-data h4.size,
  .criptolife .entry.nota-card .entry-data h2.size{
    font-size: 1rem;
  }

  .triplesection .entry.nota-card .entry-data h2{
    min-height: 3.9em;
  }

  section.contenido.criptosection{
    max-width: 729px;
    margin: 0 auto; 
  }
  .criptolife{
    height: initial;
  }
  .criptolife .entry{
    width: calc(100% - 330px);
  }
  .criptolife .nota-lista{
    float: none;
    clear: both;
    width: initial;
    height: 160px;
  }
  :not(.ancho-completo) > .entry.nota-entrevista{
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px; 
    float: none;
  }
  :not(.ancho-completo) > .entry.nota-entrevista .entry-data h2{
    padding-right: 20px;
  }
}
@media all and (max-width: 1024px){
  .principales{
   height: 390px;
    height: 70vh;
    max-height: 400px;
    min-height: 380px;
  }
  .entry.nota-principal .entry-data h1.size{
    font-size: 2rem;
  }
  .nota-caja .entry-label{
    margin-bottom: 5px;
  }
  .entry.nota-principal .entry-data h2{
    width: 100%;
    padding: 0;
  }
  .destacadas {
    height: 1200px;
    height: 180vh;
    max-height: 1300px;
    min-height: 1100px;
  }
  .destacadas .entry.ancho-mitad:nth-child(1){
    width: 100%;
    height: 33.33333%;
  }
  .destacadas .entry.nota-card{
    width: 33.33333%;
    height: 33.33333%;
  }
  .destacadas .entry.ancho-mitad:nth-child(6){
    width: 66.33333%;
    height: 33.33333%;
  }
  .destacadas .entry.nota-caja:nth-child(1) .entry-data h2{
    width: 30%;
  }
  .destacadas .entry.nota-caja .entry-data h2{
    width: 60%;
  }
  .ancho-completo .entry.nota-entrevista .entry-play{
    top: 20%;
    transform: initial;
  }
}
@media all and (max-width: 992px) {
  .principales{
   height: 750px;
    height: 140vh;
    max-height: 750px;
    min-height: 700px;
  }
  .principales .entry:nth-child(1){
    width: 100%;
    height: 63%;
  }
  .principales .entry{
    width: 50%;
    height: 37%;
  }
  .criptolife{
    float: none;
    width: initial;
    margin: 0;
  }
  .entry.nota-principal .entry-data h2{
    width: 60%;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .enfoco{
    width: initial;
    float: none;
    margin-bottom: 20px;
  }
  .mas-leidas{
    float: left;
    width: calc(100% - 345px);
    height: 600px;
    float: left;
    clear: initial;
    padding-bottom: 0;
  }
}

@media all and (max-width: 768px) {
  .destacadas {
    height: 1540px;
    height: 270vh;
    max-height: 1600px;
    min-height: 1450px;
  }
  .entry.nota-caja .entry-data h2.size{
    font-size: 1.5rem;
  }
  .entry.nota-principal .entry-data h2{
    width: initial;
  }
  .destacadas .entry.ancho-mitad:nth-child(1){
    width: 100%;
    height: 25%;
  }
  .destacadas .entry.nota-card{
    width: 50%;
    height: 25%;
  }

  .destacadas.experiencias .entry{
    margin-bottom: 20px !important;
  }
  .destacadas .entry.ancho-mitad:nth-child(6){
    width: 100%;
    height: 25%;
  }
  .entry.nota-caja .entry-data h2.size{
    font-size: 1.5625rem;
  }
  .mas-leidas{
    float: none;
    width: 300px;
    height: 600px;
    margin: 0 auto;
    padding: 0; 
  }
  .mas-leidas:before{
    left: 0;
    right: 0;
  }
  .enfoco{
    height: initial;
    padding: 0;
    margin: 0 0 30px;
  }
  .ancho-completo .entry.nota-entrevista .entry-data h2.size{
    font-size: 1.5625rem;
  }
}
@media all and (max-width: 650px) {
  .principales .entry{
    float: none;
    width: 100%;
    height: initial;
    padding: 0;
    margin-bottom: 20px;
  }
  .entry.nota-principal figure{
    height: initial;
  }
  .entry figure .entry-img img.cover{
    object-fit: initial;
    height: auto;
    width: 100%;
  }
  .entry.nota-principal.sin-imagen,
  .entry.nota-principal.nota-iframe{
    padding-top: 56%;
  }
  .entry.nota-principal.nota-iframe figure,
  .entry.nota-principal.sin-imagen figure{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .entry.nota-principal figure .img-entrada{
    display: none;
  }
  .entry.nota-principal .entry-data h1.size{
    font-size: 1.5rem;
  }
  .entry.nota-caja .entry-data h2{
    max-width: 350px;
    padding: 0;
  }
  .destacadas .entry{
    width: initial!important;
    height: initial!important;
    float: none;
    padding: 0!important; 
    margin-bottom: 20px;
  }
  .destacadas .entry.nota-caja .entry-data{
    position: initial;
  }
  .entry.nota-caja.nota-destacada .entry-data h2.size{
    font-size: 1.25rem;
  }
  .entry.nota-caja.nota-destacada .entry-data h2{
    width: initial!important;
  }
  .destacadas .entry.nota-card:before{
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .destacadas .entry.nota-caja:before{
    background: #1d1d1b;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .nota-caja .entry-label{
    margin-bottom: 9px;
  }
  .destacadas .entry.nota-card .autor{
    bottom: 15px;
  }
  .redes{
    bottom: 4px;
    right: 11px;
  }
  .entry .entry-data{
    padding-bottom: 45px;
  }
  .entry.nota-caja.nota-principal:nth-child(1) .entry-label,
  .nota-caja .entry-label{
    padding: 4px 9px 3px;
  }
  .entry-label.size{
    font-size: 0.75rem;
  }
  .entry .autor.size{
    font-size: 0.75rem;
  }
  .entry.nota-caja.nota-principal figure .autor{
    bottom: 14px;
    left: 15px;
  }
  .entry.nota-principal .redes{
    right: 8px;
  }
  .entry.nota-caja.nota-principal.con-author .entry-data{
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 15px 45px;
  }
  .entry.nota-caja.nota-principal .entry-data{
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 15px 45px;
  }
  .criptolife .entry{
    width: initial;
    height: initial;
    float: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .criptolife .entry:before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .criptolife .nota-lista figure{
    margin: 40px 10px 10px;
  }
  .criptolife .nota-lista.invertida figure{
    float: left;
  }
  .criptolife .entry .entry-label{
    padding: 4px 9px 3px;
  }
  header.tit-section h3.size{
    font-size: 1.5rem;
  }
  .criptolife .entry.nota-lista .entry-label{
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .criptolife .entry.nota-lista .entry-data h4{
    padding-top: 18px;
  }
  .enfoco .nota-caja{
    padding: 0;
    margin-bottom: 20px;
  }
  .enfoco .entry.nota-caja .entry-data h2.size{
    font-size: 1.125rem;
  }
  .entry.nota-caja .entry-data{
    left: 0;
    right: 0;
    top: 0;
  }
  .enfoco .nota-caja:nth-child(1) .entry-data{
    bottom: 0;
  }
  .enfoco .nota-caja:nth-child(2) .entry-data{
    position: initial;
    background: #a500be; 
  }
  .enfoco .nota-caja:nth-child(2) .entry-data h2{
    width: initial;
  }
  .entry .entry-data{
    padding-bottom: 20px;
  }
  .entry.con-author .entry-data{
    padding-bottom: 45px;
  }
  /*.cont-lista{
    padding: 0 15px;
  }*/
  .cont-lista .entry.nota-lista{
    padding: 20px;
  }
  .cont-lista .entry.nota-lista:before{
    left: 20px;
    right: 20px;
  }
  .entry.nota-lista figure{
    width: 177px;
    height: auto;
  }
  .entry.nota-lista figure + .entry-data{
    width: calc(100% - 197px);
  }
  .entry.nota-lista .entry-data h4.size{
    font-size: 0.875rem;
  }
  .nota-lista .entry-label{
    margin-bottom: 8px;
  }
  .cont-lista .entry.nota-lista .redes,
  .cont-lista .entry.nota-lista .autor{
    display: none;
  }
  .enfoco .nota-caja:nth-child(2).entry-mitad figure:before{
    background: -moz-linear-gradient(top, rgba(165,0,190,0) 0%, rgba(165,0,190,0) 50%, rgba(165,0,190,1) 100%);
    background: -webkit-linear-gradient(top, rgba(165,0,190,0) 0%,rgba(165,0,190,0) 50%,rgba(165,0,190,1) 100%);
    background: linear-gradient(to bottom, rgba(165,0,190,0) 0%,rgba(165,0,190,0) 50%,rgba(165,0,190,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a500be', endColorstr='#a500be',GradientType=0 );
  }
  .entry.nota-caja.entry-mitad figure:before{
    background: -moz-linear-gradient(top, rgb(155, 31, 173) 0%, rgb(155, 31, 173) 38%, rgba(165,0,190,1) 88%, rgb(121, 13, 138) 100%);
    background: -webkit-linear-gradient(top, rgb(155, 31, 173) 0%,rgb(155, 31, 173) 38%,rgba(165,0,190,1) 88%,rgb(121, 13, 138) 100%);
    background: linear-gradient(to bottom, rgb(155, 31, 173) 0%,rgb(155, 31, 173) 38%,rgba(165,0,190,1) 88%,rgb(121, 13, 138) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d1d1b', endColorstr='#1d1d1b',GradientType=0 );
  }
  :not(.ancho-completo) > .entry.nota-entrevista{
    margin: 0 auto 16px; 
  }
  .entrevistas.ancho-completo .nota-entrevista{
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
  .entry.nota-entrevista .entry-data{
    padding: 0 0 18px;
    left: 80px!important;
    bottom: 0;
    top: initial;
  }
  .ancho-completo .entry.nota-entrevista .entry-data h2.size{
    font-size: 1.25rem;
  }
  .ancho-completo .entry.nota-caja.nota-entrevista figure .autor{
    left: 65px;
  }
  .entry.nota-entrevista .entry-play {
    width: 35px!important;
    height: 35px!important;
    left: 15px!important;
    bottom: 50px!important;
    top: initial!important;
    right: initial;
    opacity: .85;
  }
  .entry.nota-entrevista .entry-play:after {
    border-width: 8px 0 8px 13px!important;
    margin: 9px 0 0 14px!important;
  }
}
/* ---------------------------------------------------------------- */
/*                         * NOTA *                                 */
/* ---------------------------------------------------------------- */

.page-nota{
}
section.section-nota{
  max-width: 1030px;
  margin: 0 auto;
  padding: 70px 30px 50px;
}
article.nota{

}
.nota-content:after{
  content: "";
  display: block;
  clear: both;
}

.nota .md-width{
  width: calc(100% - 330px);
  float: right;
}

.nota .md-width.center{
  width: calc(100% - 330px);
  float: none;
  margin: 0 auto;
}

.section-nota.contact{
  width: 60%;
}

.nota-content .content p,
.nota-content .content{
    font-size: 1.15rem !important;
    line-height: 1.52em !important;
    margin-bottom: 1.5em !important;
}

.elementor-widget-text-editor{
  color: #58595b;
  font-family: 'Nunito Sans', sans-serif;
}
.nota-content .content strong{
    color: #774daf !important;
    font-weight: bold;
}

.nota-content .content blockquote{
  margin: 20px 0;
}


.nota .subtitle{
  color: #774daf;
}

.nota img.md-width{
  width: calc(100% - 330px);
  float: right;
  margin-bottom: 30px;
  padding-left: 30px;
}
.nota aside{
  float: left;
  width: 300px;
}

.nota .col-medio{
      width: calc(50% - 20px);
    float: left;
    margin: 10px;
  
}

.nota .col-medio img.md-width{
  width: 100%;
}

/**/
.nota-label{
  padding: 4px 9px;
  background-color: #414042;
  color:#fff;
  position: relative;
  z-index: 2;
  border-radius: 2px;
  margin-right: 11px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 5px;

}
.nota-label.font{
  font-weight: bold;
}
.nota-label.size{
  font-size: 0.875rem;
  line-height: 1em;
}
.nota .nota-fecha{
  color: #6d6e71;
  font-size: 0.75rem;

}
.nota h1{
  color: #774daf;
  margin-bottom: 30px;
  margin-top: 9px;
}
.nota h1.size{
  font-size: 3.125rem;
  line-height: 1.2em;
}
.nota h1.font{
  font-weight: 600;
}
.nota .nota-img{
  margin-bottom: 50px;
}
.nota .nota-img img{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 2px;
}
.nota-content > p{
      font-size: 1.15rem;
    line-height: 1.52em;
  margin-bottom: 1.5em;
}
.nota-content .lead{
  font-size: 1.375rem;
  font-weight: 600;
}
.nota-content strong{
  font-weight: 600;
}
.nota-content .autor{
  color: #6d6e71;
  font-style: italic;
  margin-bottom: 20px; 
}
.nota-content .autor:after{
  content: "";
  clear: both;
  display: block;
}
.nota-content .autor.size{
  font-size: 0.875rem;
  line-height: 40px;
}
.nota-content .autor strong{
  font-style: italic;
}
.nota-content .autor img{
  float: left;
  margin-right: 11px;
  border-radius: 2px;
}
.tepuedeinteresar{
 background: rgb(119, 77, 175);
  position: relative; 
  border-radius: 5px;
  box-sizing: border-box;
  padding: 23px 30px 23px 108px;
  margin-bottom: 1.5em;

}
.tepuedeinteresar:before{
  content: "";
  position: absolute;
    top: 2px;
    right: 2px;
    left: 2px;
    bottom: 2px;

  background: #eeefef;
  z-index: 0;
  border-radius: 3px;
}
.txtinteresar{
  position: absolute;
  top: 50%;
  left: 0;
  padding: 0 15px 0 20px;
  transform: translateY(-50%);
  border-right: 2px solid #636162;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.2em;
}
.tepuedeinteresar h3{
  position: relative;
  z-index: 1;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3333em;
}
.tepuedeinteresar h3 a:hover{
  color: #774daf;
}
.nota-content blockquote{
 background: rgb(119, 77, 175);
  
  position: relative; 
  box-sizing: border-box;
  padding: 17px 20px 27px 85px;
  margin-bottom: 1.5em;
  color: #fff;
  
}


.nota-content .content blockquote p{
  font-size: 1.5rem !important;
      margin-bottom: 0 !important;
  line-height: 1.25em !important;
}

.nota-content blockquote:before{
  width: 48px;
  height: 37px;
  background: url(../images/quote.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  content: "";
}
.nota-content .tags{
  margin-bottom: 2em;
}
.nota-content .tags:after{
  display: block;
  clear: both;
  content: "";
}
.nota-content .tags h3{
  width: 90px;
  float: left;
  color: #231f20;
  font-size: 1.125rem;
  font-weight: bold;
  text-transform: uppercase;
}
/*
.nota-content .tags .cont-tags{
  width: calc(100% - 77px);
  float: left;
}
*/
.tag{
  display: inline-block;
  position: relative;
  font-size: 0.9375rem;
  color: #231f20;
  padding-bottom: 5px;
  margin: 0;
      margin-bottom: 8px;
    margin-right: 5px;
}
.tag:hover{
  color: #774daf;
}
.tag:after{
  background: rgb(78,0,190);
  background: -moz-linear-gradient(left, rgba(78,0,190,1) 0%, rgba(165,0,190,1) 100%);
  background: -webkit-linear-gradient(left, rgba(78,0,190,1) 0%,rgba(165,0,190,1) 100%);
  background: linear-gradient(to right, rgba(78,0,190,1) 0%,rgba(165,0,190,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e00be', endColorstr='#a500be',GradientType=1 );
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  content:"";
}
.compartilo{
  position: relative;
  padding-bottom: 37px;
}
.compartilo:after{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: rgb(78,0,190);
  background: -moz-linear-gradient(left, rgba(78,0,190,1) 0%, rgba(165,0,190,1) 100%);
  background: -webkit-linear-gradient(left, rgba(78,0,190,1) 0%,rgba(165,0,190,1) 100%);
  background: linear-gradient(to right, rgba(78,0,190,1) 0%,rgba(165,0,190,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e00be', endColorstr='#a500be',GradientType=1 );
  content: "";
}
.compartilo span{
  vertical-align: top;
  display: inline-block;
  font-weight: 600;
  font-size: 1.125rem;
  margin-top: 5px;
}
.compartilo a{
  margin: 0 13px;
  display: inline-block;
  vertical-align: top;
}
.comentarios{
  padding: 30px 0 34px;
  position: relative;
}
.comentarios:after{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: rgb(78,0,190);
  background: -moz-linear-gradient(left, rgba(78,0,190,1) 0%, rgba(165,0,190,1) 100%);
  background: -webkit-linear-gradient(left, rgba(78,0,190,1) 0%,rgba(165,0,190,1) 100%);
  background: linear-gradient(to right, rgba(78,0,190,1) 0%,rgba(165,0,190,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e00be', endColorstr='#a500be',GradientType=1 );
  content: "";
}
.comentarios h3{
  color: #774daf;
}
.comentarios h3.font{
  font-weight: bold;
}
.comentarios h3.size{
  font-size: 1.875rem;
}

@media all and (max-width: 1024px){
  .nota h1.size{
    font-size: 2.3rem;
  }
  .nota .nota-img{
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media all and (max-width: 992px) {
  aside .fb-page{
    display: none;
  }
  section.section-nota{
    padding-top: 40px;
  }
  .nota-content aside{
        display: block;
    float: none;
    width: 100%;
  }

  .nota .md-width{
    width: 100% !important;
    float: none;
  }
}
@media all and (max-width: 650px){
  .nota .mas-leidas{
    width: 100% !important;
  }

  header .haeder-bot.sticky{
    background: transparent;
    border: none;
  }
  section.section-nota{
    padding: 30px 16px;
        margin-top: 50px;
  }
  .nota h1{
    margin-bottom: 15px;
  }
  .nota h1.size{
    font-size: 1.75rem;
  }
  .nota .nota-img{
        margin-bottom: 28px;
    max-width: 100%;
    margin-right: 0;
    padding-right: 0;
    margin-left: 0;
  }
  .nota-content .autor img{
    width: 30px;
    height: 30px;
  }
  .nota-content .autor.size{
    line-height: 30px;
  }
  .nota-content > p{
    margin-bottom: 1.1em;
  }
  .tepuedeinteresar{
    border-radius: 3px;
    padding: 43px 20px 15px;
  }
  .tepuedeinteresar h3{
    font-size: 1.3375rem;
  }
  .tepuedeinteresar:before{
    border-radius: 1px;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
  }
  .txtinteresar br{
    display: none;
  }
  .txtinteresar{
        top: -17px;
    padding: 0 0 14px;
    border-right: none;
    font-size: 1.2375rem;
    display: inline-block;
    margin: 0 auto;
    left: 0;
    right: 0;
    transform: initial;
    text-align: center;
    position: relative;
  }
  .txtinteresar:before{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 192px;
    height: 2px;
    background: #636162;
    content: "";
  }
  .nota-content blockquote{
    padding: 67px 22px 34px;
  }
  .nota-content blockquote:before{
    top: 23px;
    left: 16px;
    transform: initial;
    width: 39px;
    height: 30px;
    background-size: contain;
  }
  .compartilo span{
        font-size: 1.2125rem;
    margin-top: 0;
    width: 100%;
    margin-bottom: 25px;
  }
}
/* ---------------------------------------------------------------- */
/*                        * HOME *                                  */
/* ---------------------------------------------------------------- */

.triplesection{}

.triplesection section{
  float: left;
  width: 33.33333%;
  box-sizing: border-box;
  padding: 0 15px;
  position: relative;
}
.triplesection section:before{
  content: "";
  position: absolute;
  top: 57px;
  left: 15px;
  right: 15px;
  bottom: 0;
  background: #fff;
  z-index: -1;
}
.triplesection .lista{
  border-top: 1px solid #acacad;
  padding: 20px;
}
.triplesection .lista a{
  color: #231f20;
}
.triplesection .lista.font{
  font-weight: 100;
}
.triplesection .lista.size{
  font-size: 1rem;
}
.triplesection .lista h4{
  position: relative;
  padding-left: 23px;
  line-height: 1.5em;
}
.triplesection .lista h4:before{
  display: inline-block;
  content: "•";
  color: #a500be;
  font-size: 1.7rem;
  line-height: .5em;
  position: absolute;
  left: 0;
  top: 6px;
}
.triplesection .redes{
  bottom: 11px;
}
.triplesection .entry .entry-data{
  padding-bottom: 55px;
}
.triplesection .entry.nota-card .autor{
  bottom: 24px;
}

/*   FRASE DEL DIA   */
.frasedeldia{
  padding: 70px 30px 50px
}
.frase{
  margin: 0 auto;
  max-width: 970px;
  background: rgb(78,0,190);
  background: -moz-linear-gradient(left, rgba(78,0,190,1) 0%, rgba(165,0,190,1) 100%);
  background: -webkit-linear-gradient(left, rgba(78,0,190,1) 0%,rgba(165,0,190,1) 100%);
  background: linear-gradient(to right, rgba(78,0,190,1) 0%,rgba(165,0,190,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e00be', endColorstr='#a500be',GradientType=1 );
  position: relative; 
  border-radius: 4px;
  text-align: center;
  box-sizing: border-box;
  padding: 38px 30px 43px;
}
.frase:before{
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  left: 2px;
  bottom: 2px;
  background: #eeefef;
  z-index: 0;
  border-radius: 2px;
}
.frase:after{
  width: 78px;
  height: 59px;
  background: url(../images/frase.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  top: -36px;
  left: 0;
  right: 0;
  margin: 0 auto;
  content: "";
}
.frase .inner{
  position: relative;
  z-index: 1;
}
.frase header{
  margin-bottom: 31px;
}
.frase header h3{
  color: #6d6e71;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1em;
}
.frase h2{
  color: #774daf;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.3em;
  margin: 0 auto 12px;
  width: 83%;
}
.frase .autor{
  color: #774daf;
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 1em;
}
.frase .redes{
  bottom: 5px;
  right: 5px;
}
.frase .redes:hover nav{
  background: #774daf; 
}

/* CRIPTO LIFE */
header.tit-section.clife h3{
  color: #2756e7;
}


.nota-card.entry figure{
      height: 240px;
    overflow: hidden;
}

.experiencias .nota-card.entry figure{
        width: 33.333333%;
    height: 72px;
    float: left;
    border-radius: 0;

}

.experiencias .entry.nota-card .entry-label{
    font-size: 20px;
    text-transform: initial;
    font-weight: 400;
    padding-left: 20px;
   
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 26px;  
}
.destacadas.experiencias .entry {

        width: calc(20% - 4px);
    border: solid 1px #d3d3d3;
    border-radius: 10px;
    padding: 0;
    margin: 0 2px;
    box-shadow: 1px 1px 10px #f2f2f2;

  }

@media all and (max-width: 992px) {
  .triplesection section{
    width: 50%;
    margin-bottom: 30px;
  }
  .triplesection section {
    width: initial;
    float: none;
    max-width: 729px;
    margin: 0 auto 30px;
  }
  .triplesection .entry.nota-card .entry-data h2{
    min-height: initial;
  }
}
@media all and (max-width: 650px) {
  .contenido{
    padding: 0 15px 50px;
  }

  .box-clear.principales,
  .box-clear.destacadas{
        padding: 0px;
    margin: 0;
    
    margin-top: 10px;
        min-height: initial;
    max-height: initial;
    height: initial;
        width: 100%;
  }
  .box-clear.principales{
       padding: 0 15px;
    margin: 0 0px !important; 
        top: 35px;
    position: relative;
  }
  section{
     /*margin-bottom: 50px !important;*/
  }
  .principales,
  .destacadas{
    height: initial;
    height: initial;
    max-height: initial;
    min-height: initial;
  }
}
/* ---------------------------------------------------------------- */
/*                       * ENTRADAS *                               */
/* ---------------------------------------------------------------- */
/*  Entry  */
.entry{
  /*overflow: hidden;*/
  position: relative;
}
.entry figure{
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.entry figure .entry-img img{
  width: 100%;
  height: auto;
  display: block;
}
.entry figure .entry-img img.cover{
  height: 100%;
}

.entry .entry-data{
        padding: 20px;
    min-height: 170px;
}
.entry .entry-data a{
  color: #2d2d2f;
}
.entry .entry-data.fondo-negro{
  background-color:#2d2d2d;
}
.entry .autor{
  color: #6d6e71;
  font-style: italic;
}
.entry .autor:after{
  content: "";
  clear: both;
  display: block;
}
.entry .autor.size{
  font-size: 0.875rem;
  line-height: 20px;
}
.entry .autor strong{
  font-style: italic;
}
.entry .autor img{
  float: left;
  margin-right: 11px;
}

/*  Entry Caja  */
.entry.nota-caja{
  float: left;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
}
.entry.nota-caja .autor{
  position: relative;
  z-index: 2;
}
.entry.nota-caja h1,
.entry.nota-caja h2,
.entry.nota-caja h3,
.entry.nota-caja h4{
  position: relative;
  z-index: 2;
}
.entry.nota-card .entry-link,
.entry.nota-caja .entry-link{
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  display:block;
  z-index: 2;
  background: rgba(0,0,0,.05);
}
.entry-play{
  position: absolute;
  right: 0;
  top: 40%;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 2;
  border: 2px solid #fff;
  left: 0;
  margin: 0 auto;
}
.entry-play:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 35px;
  border-color: transparent transparent transparent #ffffff;
  display: block;
  margin: 24px 0 0 34px;
}
.nota-card .entry-play{
  width: 55px;
  height: 55px;
}
.nota-card .entry-play:after{
  border-width: 13px 0 13px 22px;
  margin: 15px 0 0 20px;
}
.entry.nota-caja .entry-data h2{
  position: relative;
  z-index: 2;
}
.entry.nota-caja .entry-data a{
  color: #fff;
}
.entry.nota-caja .entry-data h2.font{
  font-weight: bold;
}
.entry.nota-caja .entry-data h2.size{
  font-size: 1.5625rem;
  line-height: 1.2em;
}
.entry.nota-caja figure .autor{
  position: absolute;
  bottom: 18px;
  left: 20px;
}

.entry.nota-caja figure:after{
  content: "";
  background: rgba(151,0,191,0.2);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;

}
.entry.nota-caja:hover figure:after{
  opacity: 1;
}
.entry.nota-caja.entry-mitad figure:before{
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(left, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.95) 1%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.95) 1%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.95) 1%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2000000', endColorstr='#00000000',GradientType=1 );
}
.entry.nota-caja.entry-mitad .entry-data h2{
  width: 55%;
  padding: initial;
}

/* Entry cards */
.entry.nota-card{
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
}
.entry.nota-card:before{
  background: #fff;
  content: "";
  position: absolute;
  left: 15px;
  top: 0;
  right: 15px;
  bottom: 0;
  z-index: -1;
  border-radius: 20px;
}
/*.entry.nota-card .entry-data{
  position: relative;
  z-index: 2;
}*/
.entry.nota-card .entry-label{
  margin-bottom: 13px;

  }
  .entry.nota-card .redes{
    border-bottom-right-radius: 20px;
  }
.entry.nota-card .redes:hover nav{
  background: #414042;

}
.entry.nota-card .autor{
  position: absolute;
  bottom: 16px;
}

.entry.nota-card figure:after{
  content: "";
  background: rgba(107, 0, 189, 0.3);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;

}
.entry.nota-card:hover figure:after{
  opacity: 1;
}
.entry.nota-card .entry-data h2.font{
  font-weight: 600;
}
.entry.nota-card .entry-data h2.size{
  font-size: 1.25rem;
  line-height: 1.3em;
      margin-top: 17px;
}
.entry.nota-card .entry-data a:hover{
  color: #6b00bd;
}

/* Entry listas en caja

.cajas .entry.nota-caja{
  float: left;
  padding: 0 10px;
  margin-bottom: 20px;
  position: relative;
  box-sizing: border-box;
  width: 25%;
}
.cajas .entry.nota-caja .entry-data h4{
  color: #000;
  margin-bottom: 8px;
}
.cajas .entry.nota-caja .entry-data h4 a:hover{
  color: #6b00bd;
}
.cajas .entry.nota-caja .entry-data h4.size{
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.cajas .entry.nota-caja .entry-data h4.font{
  font-weight: 600;
}
.cajas .entry .entry-data{
  padding: 12px 0;
}*/

/*  Entry Destacada  */
/*.destacadas .nota-destacada:nth-child(2){
  clear: both;
}
.destacadas .nota-destacada:nth-child(5){
  clear: both;
}*/
.box-clear{
  margin-right: -15px;
  margin-left: -15px;
}
.box-clear.principales{
  margin-right: -5px;
  margin-left: -5px;
}
.box-clear:after{
  display: block;
  clear: both;
  content: "";
}
/*
.box-clear header.tit-section{
  padding: 0 10px;
}*/

/* principales */
.entry.nota-principal{
  float: left;
  padding: 5px;
  margin-bottom: 0;
  position: relative;
  box-sizing: border-box;
}
.entry.nota-principal figure{
  height: 100%;
  
}
.entry figure{
  
  border-radius: 20px;
}
.entry.nota-principal figure .img-entrada{
  position: absolute;
  top: 26px;
  left: 20px;
  width: 35%;
  height: auto;
  z-index: 2;
}
.entry.nota-principal figure .entry-img img{
  height: 100%;
}
.entry.nota-principal .entry-data h1{
  color: #FFF;
}
.entry.nota-principal .entry-data h1 a:hover,
.entry.nota-principal .entry-data h2 a:hover{
  color: #fff;
}
.entry.nota-principal .entry-data h1.font,
.entry.nota-principal .entry-data h2.font{
  font-weight: 900;
}
.entry.nota-principal .entry-data h1.size{
  font-size: 2.8325rem;
  line-height: 1.13em;
}

.entry.nota-principal .autor{
  color: #fff;
}
.entry.nota-caja.nota-principal figure .autor{
  bottom: 24px;
}
.entry.nota-principal .redes{
  right: 17px;
}
.entry.nota-principal.sin-imagen figure{
  background: rgb(87,1,190);
  background: -moz-linear-gradient(-45deg, rgb(209, 3, 238,1) 0%, rgba(165,0,190,1) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(209, 3, 238,1) 0%,rgba(165,0,190,1) 100%);
  background: linear-gradient(135deg, rgb(209, 3, 238,1); 0%,rgba(165,0,190,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e00be', endColorstr='#a500be',GradientType=1 );
}
.entry.nota-principal.nota-iframe figure:after{
  display: none;
}


/* destacadas*/
.entry.nota-destacada{
  float: left;
  padding: 0 15px;
  position: relative;
  box-sizing: border-box;
}
.entry.nota-caja.nota-destacada figure{
  height: 100%;
}
.entry.nota-caja.nota-destacada figure .entry-img img{
  height: 100%;
}
.entry.nota-caja.nota-destacada .entry-data h2 a:hover{
  color: #774daf;
}
.entry.nota-caja.nota-destacada .entry-data h2.font{
}
.entry.nota-caja.nota-destacada .entry-data h2.size{
  font-size: 1.75rem;
}

.entry.nota-destacada .autor{
  color: #fff;
}

/*  Entry Lista  */
.cont-lista .entry.nota-lista{
  background: #fff;
  border: none;
  padding: 30px 24px;
  box-sizing: border-box;
}
.cont-lista .entry.nota-lista:before{
  position: absolute;
  height: 1px;
  background: #a0a0a1;
  top: 0;
  left: 24px;
  right: 24px;
  content: "";
}
.entry.nota-lista:nth-of-type(1):before{
  display: none;
}
.entry.nota-lista:after{
  display: block;
  content: "";clear: both;
}
.entry.nota-lista .entry-data a{
  color: #2d2d2f;
}
.entry.nota-lista .entry-data a:hover{
  color: #6b00bd;
}
.entry.nota-lista .entry-data h4.font{
  font-weight: 600;
}
.entry.nota-lista .entry-data h4.size{
  font-size: 1.25rem;
  line-height: 1.3em;
}
.entry.nota-lista .entry-data{
  box-sizing:border-box;
  padding: 0 5px 0 0;
}
.entry.nota-lista figure + .entry-data{
  width:calc(100% - 284px);
  float: right;
}
.entry.nota-lista figure{
  width: 260px;
  float: left;
}
.entry.nota-lista figure .entry-number{
  top: -2px;
}
.entry.nota-lista .redes:hover nav{
  background: #414042;
}
.entry.nota-lista .autor{
  position: absolute;
  bottom: 29px;
}

/*  Entry Slider  
.swiper-slide.entry .entry-data{
  padding: 10px 0 4px;
}
.swiper-slide.entry .entry-data h4{
  color: #000;
  margin-bottom: 8px;
}
.swiper-slide.entry .entry-data h4 a:hover{
  color: #fa5f02;
}
.swiper-slide.entry .entry-data .autor.size{
  font-size: 0.8125rem;
}
section.gris-oscuro .swiper-slide.entry .entry-data h4{
  color: #FFF;
}
.swiper-slide.entry .entry-data h4.font{
  font-weight: 600;
}
.swiper-slide.entry .entry-data h4.size{
  font-size:1.125rem;
  line-height: 1.375rem;
}*/

/*  LABEL  */
.entry-label{
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-bottom: 13px;
      background: #b3b3b3;
    padding: 2px 6px;
    border-radius: 3px;
}
.entry-label.mercados{
  color: #fe554e!important;
}
.entry-label.educacion{
  color: #4760ff!important;
}
.entry-label.regulacion{
  color: #ff468e!important;
}
.entry-label.altcoins-icos{
  color: #3ac375!important;
}
.entry-label.start-ups-entrepreneurs{
  color: #27a3e5!important;
}

.entry-label.font{
  font-weight: bold;
}
.entry-label.size{
  font-size: 0.875rem;
  line-height: 1em;
}
.nota-caja .entry-label{
  padding: 6px 9px;
  background-color: #fff;
  color:#774daf;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  border-radius: 2px;
}
.entry.nota-caja .entry-data{
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
}

.entry.nota-caja .entry-data h1,
.entry.nota-caja .entry-data h2{
  padding-right: 80px;
}
.entry.nota-caja.nota-principal .entry-data{
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;

}
.entry.nota-caja.nota-principal:nth-child(1) .entry-data{
  top: initial;
}
.entry.nota-caja.nota-principal.con-author .entry-data{
  bottom: 45px;
}
.entry.nota-caja.nota-principal:nth-child(1) .entry-label{
  padding: 6px 11px;
}
.nota-lista .entry-label{
  color:#6d6e71;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 18px;
}
.nota-caja.swiper-slide .entry-label{
  background-color: #000;
  bottom: 10px;
  left: -4px;
  top: initial;
}
/*
.entry.nota-caja.nota-destacada:nth-child(1) .entry-data{
  position: absolute;
  top: initial;
  bottom: 25px;
  left: 15px;
  right: 15px;
}*/


/*  REDES  */
.redes{
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 0;
  z-index: 10;
  height: 36px;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
}
.redes span,
.redes a{
  display: block;
  height: 18px;
  width: 18px;
  padding: 9px;
}
.redes span img,
.redes a img{
  width: 100%;
  height: auto;
  max-width: 18px;
  display: block;
}
.redes span{
  height: 23px;
  width: 23px;
  padding: 6px;
}
.redes span img{
  max-width: 23px;
}
.redes .ic-share{
  position: absolute;
  bottom: 0;
  right: 0;
}
.redes nav{
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  height: 0px;
  opacity: 0;
  z-index: -1;
  position: absolute;
  bottom: 0;right: 0;

}

.redes > span{
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.redes:hover{
  height: 144px;
}
.redes:hover > span{
  opacity: 0;
}
.redes:hover nav{
  height: 144px;
  opacity: 1;
  z-index: 5;
}



.principales{
  height: 75vh;
  max-height: 700px;
  min-height: 550px;
  box-sizing: border-box;
}
.principales.small{
    height: 300px;
    min-height: auto;
    max-height: auto;
}
.principales .entry{
  float: left;
  height: 50%;
  width: 33.33333%;
  overflow: hidden;
}
.principales .entry:nth-child(1){
  height: 100%;
  width: 66.66666%;
}
.principales.small .entry{
  height: 100%;
}

.principales .entry figure:before{
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(79,0,190,0) 0%, rgba(79,0,190,0.02) 1%, rgba(151,0,191,0.5) 25%, rgba(14,0,33,1) 83%, rgba(0,0,0,1) 100%);
  background: -webkit-linear-gradient(top, rgba(79,0,190,0) 0%,rgba(79,0,190,0.02) 1%,rgba(151,0,191,0.5) 25%,rgba(14,0,33,1) 83%,rgba(0,0,0,1) 100%);
  background: linear-gradient(to bottom, rgba(79,0,190,0) 0%,rgba(79,0,190,0.02) 1%,rgba(151,0,191,0.5) 25%,rgba(14,0,33,1) 83%,rgba(0,0,0,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004f00be', endColorstr='#000000',GradientType=0 );
  opacity: 0.3;
}

/* SECTION DESTACADAS */
.destacadas{
  
}
.destacadas .entry{
  float: left;
  height: 50%;
  width: 25%;
  overflow: hidden;
  padding: 15px; 
}
.destacadas .entry.ancho-mitad{
  height: 50%;
  width: 50%;
}
.destacadas .entry.nota-card:before{
  top: 15px;
  bottom: 15px;
}
.destacadas .entry.nota-caja .entry-data{
  top:15px;
  bottom:15px;
}
.destacadas .entry.nota-caja .entry-data h2{
  width: 50%;
  min-width: 40%;
}
.destacadas .entry.nota-caja .entry-data h2.font{
  font-weight: bold;
}
.destacadas .entry.nota-card .autor{
  bottom: 30px;
}

/*  EN FOCO  */
.focosection{
}
.focosection:after{
  clear: both;
  content: "";
  display: block;
}
.enfoco{
  height: 480px;
  margin-top: -15px;
  margin-bottom: -15px;
  width: calc(100% - 645px);
  float: left;
  padding-right: 15px;
}
.enfoco .nota-caja{
  padding: 15px;
}
.enfoco .nota-caja figure{
  height: 100%;
}
.enfoco  .entry.nota-caja .entry-data a:hover{
  color: #774daf;
}
.enfoco .nota-caja:nth-child(1){
  width: 100%;
  height: 100%;
}
.enfoco .nota-caja:nth-child(1) .entry-data{
  top: initial;
  bottom: 15px;
}
.enfoco .nota-caja:nth-child(1) .entry-data h2.size{
  font-size: 1.875rem;
  line-height: 
}
.enfoco .nota-caja:nth-child(1) figure:before{
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 1%, rgba(0,0,0,0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.7) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
}
.enfoco .nota-caja:nth-child(2){
  width: 100%;
  height: 40%;
}
.enfoco .nota-caja:nth-child(2).entry-mitad figure:before{
  background: -moz-linear-gradient(top, rgb(155, 31, 173) 0%, rgb(155, 31, 173) 38%, rgba(165,0,190,1) 88%, rgb(121, 13, 138) 100%);
    background: -webkit-linear-gradient(top, rgb(155, 31, 173) 0%,rgb(155, 31, 173) 38%,rgba(165,0,190,1) 88%,rgb(121, 13, 138) 100%);
    background: linear-gradient(to bottom, rgb(155, 31, 173) 0%,rgb(155, 31, 173) 38%,rgba(165,0,190,1) 88%,rgb(121, 13, 138) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2a500be', endColorstr='#00a500be',GradientType=1 );
}
.enfoco .cont-banner{
  padding: 15px;
  width: 25%;
  height: 100%;
  float: right;
}
.focosection .mas-leidas{
  float: left;
  padding: 0 20px;
      overflow: hidden;
}
.focosection .mas-leidas:before{
  right: 15px; 
  left: 15px; 
}
.mas-leidas{
  width: 300px;
  height: 450px;
  position: relative;
}
.nota .mas-leidas{
  width: 300px;
  height: auto;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.mas-leidas h3{
  font-size: 2rem;
  color: #fff;
  position: relative;
  padding: 17px 20px 0;
  text-align: center;
  font-weight: 600;
}
.nota .mas-leidas h3{
      color: #774daf;
  text-align: left;
  padding-left: 35px;
}
.mas-leidas:before{
  content: "";
  background: #774daf;
  position: absolute;
  top: 0; 
  right: 0; 
  bottom: 0; 
  left: 0; 
  border-radius: 30px;

}
.nota .mas-leidas:before{
  content: "";
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 20px;
    border: solid 2px #774daf;

}
.mas-leidas ul{
  position: relative;
  padding: 0 20px;
}
.mas-leidas li{
  padding: 13px 0 13px 40px;
  border-top: 1px solid #383a40;
  position: relative;
}
.mas-leidas li:before{
  position: absolute;
  top: 20px;
  left: 0;
  color: #fff;
  font-size: 1.5625rem;
  line-height: 1em;
  font-weight: bold;
  content: "1.";
}
.mas-leidas li:nth-child(1){
  border-top: none;
}
.mas-leidas li:nth-child(1):before{
  content: "1.";
}
.mas-leidas li:nth-child(2):before{
  content: "2.";
}
.mas-leidas li:nth-child(3):before{
  content: "3.";
}
.mas-leidas li:nth-child(4):before{
  content: "4.";
}
.mas-leidas li:nth-child(5):before{
  content: "5.";
}
.mas-leidas li:nth-child(6):before{
  content: "6.";
}
.mas-leidas li:nth-child(7):before{
  content: "7.";
}
.mas-leidas li:nth-child(8):before{
  content: "8.";
}
.mas-leidas li:nth-child(9):before{
  content: "9.";
}
.nota .mas-leidas li:before{
  content: "";
}
.mas-leidas li a{
  color: #f2f2f2;
  font-size: 1rem;
  line-height: 1.5em;
}

.nota .mas-leidas li a{
  color: #333;

}
.nota .mas-leidas li{
  padding: 16px 0 13px 10px;
}
.mas-leidas li a:hover{
  color: #fff;
}


/*  CRIPTOLIFE  */
.criptosection:after{
  clear: both;
  display: block;
  content: "";
}
.criptolife{
  height: 350px;
  margin-top: -15px;
  margin-bottom: -15px;
  width: 100%;
}
.criptolife .entry{
  width: calc(40% - 165px);
  float: left;
  box-sizing: border-box;
  height: 100%;
  padding: 15px;
}
.criptolife .nota-lista{
  width: calc(60% - 165px);
  height: 50%;
}
.criptolife .nota-lista.invertida figure{
  float: right;
}
.criptolife .nota-lista.invertida .entry-data{
  float: left;
}
.criptolife .cont-banner{
  float: right;
  width: 300px;
}
.criptolife .entry:before{
    background: #2756e7;
    content: "";
    position: absolute;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    z-index: -1;
    border-radius: 2px;
}
.criptolife .entry .entry-data h2.font,
.criptolife .entry .entry-data h4.font{
  font-weight: bold;
}
.criptolife .entry .entry-data a{
  color: #fff;
}
.criptolife .entry .entry-data a:hover{
  color: #000;
}
.criptolife .entry .entry-label{
  color: #2756e7;
  background: #fff;
  padding: 6px 8px 5px;
  border-radius: 2px;
  margin-bottom: 7px;
}
.criptolife .nota-lista figure{
  height: 100%;
  width: calc(100% - 340px);
}
.criptolife .nota-lista .entry-data{
  padding: 20px;
}
.criptolife .nota-lista.invertida .redes{
  left: 321px;
  right: initial;
}
.criptolife .entry .redes:hover nav{
  background: none;
}
.criptolife .entry figure:after{
  content: "";
  background: rgba(0,0,0,0.5);
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.criptolife .entry:hover figure:after{
    opacity: 1;
}
.criptolife .nota-lista figure + .entry-data{
  width: 340px;
}
.criptolife .nota-lista .entry-link{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 2;
}

/*  TRIPLESECCION  */
.triplesection section .entry{
  padding: 0;
}
.triplesection section .entry.nota-card:before{
  display: none;
}
.triplesection .entry.nota-card .entry-data h2{
  min-height: 2.6em;
}

/*  LISTA  */
.cont-lista{
  max-width: 729px;
  margin: 0 auto 50px;
  box-sizing: border-box;
}

/*  ENTREVISTAS  */
.entrevistas.ancho-completo .nota-entrevista{
  width: 100%;
}
.entrevistas .nota-entrevista{
  width: 33.33%;
}
.entrevistas .nota-entrevista figure:before{
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(45,45,47,0.1) 0%, rgba(45,45,47,0.7) 100%);
  background: -webkit-linear-gradient(top, rgba(45,45,47,0.1) 0%,rgba(45,45,47,0.7) 100%);
  background: linear-gradient(to bottom, rgba(45,45,47,0.1) 0%,rgba(45,45,47,0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a2d2d2f', endColorstr='#b32d2d2f',GradientType=0 );
}
:not(.ancho-completo) > .entry.nota-entrevista .entry-play{
  width: 49px;
  height: 49px;
  left: 20px;
  bottom: 45px;
  top: initial;
  right: initial;
  opacity: .85;
}
:not(.ancho-completo) > .entry.nota-entrevista .entry-play:after{
  border-width: 12px 0 12px 18px;
  margin: 12px 0 0 19px;
}
.ancho-completo .entry.nota-entrevista .entry-play{
  top: 50%;
  transform: translate(0, -50%);
}
:not(.ancho-completo) > .entry.nota-entrevista .entry-data{
  left: 90px;
  bottom: 0;
  top: initial;
}
.ancho-completo .entry.nota-entrevista .entry-data{
  top: initial;
  bottom: 0;
}
.ancho-completo .entry.nota-entrevista.con-author .entry-data{
  bottom: 45px;
}
.ancho-completo .entry.nota-entrevista .entry-data h2.size{
  font-size: 2.8125rem;
  line-height: 1.13em;
}
:not(.ancho-completo) > .entry.nota-entrevista .entry-data h2.size{
  font-size: 1.25rem;
  line-height: 1.3em;
}
:not(.ancho-completo) > .entry.nota-entrevista.con-author .entry-data h2.size{
  margin-bottom: 12px;
}

.entry.nota-entrevista .autor{
  color: #fff;
}
.entry.nota-entrevista .redes{
  right: 25px;
  bottom: 10px;
}
.entry.nota-caja.nota-entrevista figure .autor{
  bottom: 24px;
}
.contacto label{
  font-size: 16px;
}
.contacto input[type="text"],.contacto input[type="email"], .contacto textarea{
  width: 100%;
    border: 0;
    background: #edc2f3;
    padding: 15px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 1px;
    line-height: 15px;
        border-radius: 20px;
  }


.contacto input[type="submit"]{

   border: solid 2px #d101ee;

    padding: 15px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #d101ee;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0px;
    min-width: 200px;
    border-radius: 20px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .4s;

  }

.contacto input[type="submit"]:hover{
  

    background-color: #d101ee;
    color: white;
}

@media all and (max-width: 1200px) {
  .principales{
   height: 450px;
    height: 70vh;
    max-height: 550px;
    min-height: 440px;
  }
  .entry.nota-caja .entry-data h1, .entry.nota-caja .entry-data h2{
    padding-right: 40px;
  }
  .destacadas .entry.nota-caja .entry-data h2{
    width: 70%;
  }
  .entry.nota-caja .entry-data h2.size{
    font-size: 1.2rem;
  }
  .mas-leidas{
    float: none;
    width: initial;
    max-width: 600px;
    margin: 0 auto;
    clear: both;
    height: initial;
    padding-bottom: 20px;

  }
  .focosection .mas-leidas{
       float: left;
    width: calc(100% - 10px);
    max-width: initial;
    margin-left: -20px;
        margin-bottom: 50px;
    min-height: 405px;

  }
  .enfoco{
    
       width: calc(100% + 20px);
    margin-bottom: 30px;
    padding-right: 0px;
  }
  .criptolife .entry.nota-lista .entry-data h4.size,
  .criptolife .entry.nota-card .entry-data h2.size{
    font-size: 1rem;
  }

  .triplesection .entry.nota-card .entry-data h2{
    min-height: 3.9em;
  }

  section.contenido.criptosection{
    max-width: 729px;
    margin: 0 auto; 
  }
  .criptolife{
    height: initial;
  }
  .criptolife .entry{
    width: calc(100% - 330px);
  }
  .criptolife .nota-lista{
    float: none;
    clear: both;
    width: initial;
    height: 160px;
  }
  :not(.ancho-completo) > .entry.nota-entrevista{
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px; 
    float: none;
  }
  :not(.ancho-completo) > .entry.nota-entrevista .entry-data h2{
    padding-right: 20px;
  }
}
@media all and (max-width: 1024px){
  .principales{
   height: 390px;
    height: 70vh;
    max-height: 400px;
    min-height: 380px;
  }
  .entry.nota-principal .entry-data h1.size{
    font-size: 2rem;
  }
  .nota-caja .entry-label{
    margin-bottom: 5px;
  }
  .entry.nota-principal .entry-data h2{
    width: 100%;
    padding: 0;
  }
  .destacadas {
    height: 1200px;
    height: 180vh;
    max-height: 1300px;
    min-height: 1100px;
  }
  .destacadas .entry.ancho-mitad:nth-child(1){
    width: 100%;
    height: 33.33333%;
  }
  .destacadas .entry.nota-card{
    width: 33.33333%;
    height: 33.33333%;
  }
  .destacadas .entry.ancho-mitad:nth-child(6){
    width: 66.33333%;
    height: 33.33333%;
  }
  .destacadas .entry.nota-caja:nth-child(1) .entry-data h2{
    width: 30%;
  }
  .destacadas .entry.nota-caja .entry-data h2{
    width: 60%;
  }
  .ancho-completo .entry.nota-entrevista .entry-play{
    top: 20%;
    transform: initial;
  }
}
@media all and (max-width: 992px) {
  .principales{
   height: 750px;
    height: 140vh;
    max-height: 750px;
    min-height: 700px;
  }
  .principales .entry:nth-child(1){
    
    width: 100%;
    height: auto;
  }
  .principales .entry{
    width: 50%;
    height: 37%;
  }
  .criptolife{
    float: none;
    width: initial;
    margin: 0;
  }
  .entry.nota-principal .entry-data h2{
    width: 60%;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .enfoco{
    width: initial;
    float: none;
    margin-bottom: 20px;
  }
  .mas-leidas{
    float: left;
    width: calc(100% - 345px);
    height: 600px;
    float: left;
    clear: initial;
    padding-bottom: 0;
  }
}

@media all and (max-width: 768px) {
  .destacadas {
    height: 1540px;
    height: 270vh;
    max-height: 1600px;
    min-height: 1450px;
  }
  .entry.nota-caja .entry-data h2.size{
    font-size: 1.5rem;
  }
  .entry.nota-principal .entry-data h2{
    width: initial;
  }
  .destacadas .entry.ancho-mitad:nth-child(1){
    width: 100%;
    height: 25%;
  }
  .destacadas .entry.nota-card{
    width: 50%;
    height: 25%;
  }

  .destacadas.experiencias .entry{
    margin-bottom: 20px !important;
  }
  .destacadas .entry.ancho-mitad:nth-child(6){
    width: 100%;
    height: 25%;
  }
  .entry.nota-caja .entry-data h2.size{
    font-size: 1.5625rem;
  }
  .mas-leidas{
    float: none;
    width: 300px;
    height: 600px;
    margin: 0 auto;
    padding: 0; 
  }
  .mas-leidas:before{
    left: 0!important;
    right: 0 !important ;
  }
  .enfoco{
    height: initial;
    padding: 0;
    margin: 0 0 30px;
  }
  .ancho-completo .entry.nota-entrevista .entry-data h2.size{
    font-size: 1.5625rem;
  }
}
@media all and (max-width: 650px) {
  .principales .entry{
    float: none;
    width: 100%;
    height: initial;
    padding: 0;
    margin-bottom: 20px;
  }
  .entry.nota-principal figure{
    height: initial;
  }
  .entry figure .entry-img img.cover{
    object-fit: cover;
    /*height: auto;*/
    width: 100%;
  }
  .entry.nota-principal.sin-imagen,
  .entry.nota-principal.nota-iframe{
    padding-top: 56%;
  }
  .entry.nota-principal.nota-iframe figure,
  .entry.nota-principal.sin-imagen figure{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
  .entry.nota-principal figure .img-entrada{
    display: none;
  }
  .entry.nota-principal .entry-data h1.size{
    font-size: 1.5rem;
  }
  .entry.nota-caja .entry-data h2{
    max-width: 350px;
    padding: 0;
  }
  .destacadas .entry{
    width: initial!important;
    height: initial!important;
    float: none;
    padding: 0!important; 
    margin-bottom: 20px;
  }
  .destacadas .entry.nota-caja .entry-data{
    position: initial;
  }
  .entry.nota-caja.nota-destacada .entry-data h2.size{
    font-size: 1.25rem;
  }
  .entry.nota-caja.nota-destacada .entry-data h2{
    width: initial!important;
  }
  .destacadas .entry.nota-card:before{
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .destacadas .entry.nota-caja:before{
    background: #1d1d1b;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 2px;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
  .nota-caja .entry-label{
    margin-bottom: 9px;
  }
  .destacadas .entry.nota-card .autor{
    bottom: 15px;
  }
  .redes{
    bottom: 4px;
    right: 11px;
  }
  .entry .entry-data{
    padding-bottom: 45px;
  }
  .entry.nota-caja.nota-principal:nth-child(1) .entry-label,
  .nota-caja .entry-label{
    padding: 4px 9px 3px;
  }
  .entry-label.size{
    font-size: 0.75rem;
  }
  .entry .autor.size{
    font-size: 0.75rem;
  }
  .entry.nota-caja.nota-principal figure .autor{
    bottom: 14px;
    left: 15px;
  }
  .entry.nota-principal .redes{
    right: 8px;
  }
  .entry.nota-caja.nota-principal.con-author .entry-data{
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 15px 45px;
  }
  .entry.nota-caja.nota-principal .entry-data{
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12px 15px 45px;
  }
  .criptolife .entry{
    width: initial;
    height: initial;
    float: none;
    padding: 0;
    margin-bottom: 20px;
  }
  .criptolife .entry:before{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .criptolife .nota-lista figure{
    margin: 40px 10px 10px;
  }
  .criptolife .nota-lista.invertida figure{
    float: left;
  }
  .criptolife .entry .entry-label{
    padding: 4px 9px 3px;
  }
  header.tit-section h3.size{
    font-size: 1.5rem;
  }
  .criptolife .entry.nota-lista .entry-label{
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .criptolife .entry.nota-lista .entry-data h4{
    padding-top: 18px;
  }
  .enfoco .nota-caja{
    padding: 0;
    margin-bottom: 20px;
  }
  .enfoco .entry.nota-caja .entry-data h2.size{
    font-size: 1.125rem;
  }
  .entry.nota-caja .entry-data{
    left: 0;
    right: 0;
    top: 0;
  }
  .enfoco .nota-caja:nth-child(1) .entry-data{
    bottom: 0;
  }
  .enfoco .nota-caja:nth-child(2) .entry-data{
        position: initial;
    background: #a500be;
    border-radius: 20px;
    margin-top: 20px;

  }
  .enfoco .nota-caja:nth-child(2) .entry-data h2{
    width: initial;
  }
  .entry .entry-data{
    padding-bottom: 20px;
  }
  .entry.con-author .entry-data{
    padding-bottom: 45px;
  }
  /*.cont-lista{
    padding: 0 15px;
  }*/
  .cont-lista .entry.nota-lista{
    padding: 20px;
  }
  .cont-lista .entry.nota-lista:before{
    left: 20px;
    right: 20px;
  }
  .entry.nota-lista figure{
    width: 177px;
    height: auto;
  }
  .entry.nota-lista figure + .entry-data{
    width: calc(100% - 197px);
  }
  .entry.nota-lista .entry-data h4.size{
    font-size: 0.875rem;
  }
  .nota-lista .entry-label{
    margin-bottom: 8px;
  }
  .cont-lista .entry.nota-lista .redes,
  .cont-lista .entry.nota-lista .autor{
    display: none;
  }
  .enfoco .nota-caja:nth-child(2).entry-mitad figure:before{
    background: -moz-linear-gradient(top, rgb(155, 31, 173) 0%, rgb(155, 31, 173) 38%, rgba(165,0,190,1) 88%, rgb(121, 13, 138) 100%);
    background: -webkit-linear-gradient(top, rgb(155, 31, 173) 0%,rgb(155, 31, 173) 38%,rgba(165,0,190,1) 88%,rgb(121, 13, 138) 100%);
    background: linear-gradient(to bottom, rgb(155, 31, 173) 0%,rgb(155, 31, 173) 38%,rgba(165,0,190,1) 88%,rgb(121, 13, 138) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a500be', endColorstr='#a500be',GradientType=0 );
  }
  .entry.nota-caja.entry-mitad figure:before{
    background: -moz-linear-gradient(top, rgb(155, 31, 173) 0%, rgb(155, 31, 173) 38%, rgba(165,0,190,1) 88%, rgb(121, 13, 138) 100%);
    background: -webkit-linear-gradient(top, rgb(155, 31, 173) 0%,rgb(155, 31, 173) 38%,rgba(165,0,190,1) 88%,rgb(121, 13, 138) 100%);
    background: linear-gradient(to bottom, rgb(155, 31, 173) 0%,rgb(155, 31, 173) 38%,rgba(165,0,190,1) 88%,rgb(121, 13, 138) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001d1d1b', endColorstr='#1d1d1b',GradientType=0 );
  }
  :not(.ancho-completo) > .entry.nota-entrevista{
    margin: 0 auto 16px; 
  }
  .entrevistas.ancho-completo .nota-entrevista{
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
  .entry.nota-entrevista .entry-data{
    padding: 0 0 18px;
    left: 80px!important;
    bottom: 0;
    top: initial;
  }
  .ancho-completo .entry.nota-entrevista .entry-data h2.size{
    font-size: 1.25rem;
  }
  .ancho-completo .entry.nota-caja.nota-entrevista figure .autor{
    left: 65px;
  }
  .entry.nota-entrevista .entry-play {
    width: 35px!important;
    height: 35px!important;
    left: 15px!important;
    bottom: 50px!important;
    top: initial!important;
    right: initial;
    opacity: .85;
  }
  .entry.nota-entrevista .entry-play:after {
    border-width: 8px 0 8px 13px!important;
    margin: 9px 0 0 14px!important;
  }

  .focosection .mas-leidas {
        width: calc(100% - 40px);
      
      margin-left: 0px;
  }
}
/* ---------------------------------------------------------------- */
/*                       * BANNERS *                                */
/* ---------------------------------------------------------------- */

.banner-box{
  min-height: 50px;
  text-align:center;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.banner-box img{
  display: block;
  margin: 0 auto;
}
.banner-300x250{
	width: 300px;
	height: 250px; 
}
.banner-300x600{
	width: 300px;
	height: 600px; 
}
.focosection .cont-banner{
  float: left;
  padding: 0 15px;
      min-width: 290px;
      height: 450px;
}
.focosection .cont-banner.facebook{
  text-align: center;
  float: none;  
  height: auto;

}
.criptosection .cont-banner{
  float: right;
  padding: 15px;
}


/*
.cont-banner{
  float: left;
  width: 25%;
  box-sizing: border-box;
  height: 100%;
  padding: 15px;
  position: relative;
}
.cont-banner:before{
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  background: #d1d3d4;
}
.cont-banner .banner-box{
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  min-height: initial;
  margin-bottom: initial;
  height: 100%;
}
.cont-banner .banner-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}*/
@media all and (max-width: 900px) {
  .focosection .cont-banner{
    padding-left: 0;
  }
}
@media all and (max-width: 768px) {
  .focosection .cont-banner{
      float: none;
    
    max-width: 300px;
    padding: 0;
    height: 600px;
    margin-bottom: 40px;

        position: relative;
    float: left !important;

    display: block;
    margin: 0 auto;
  }

  .focosection {
      margin-top: 55px;
  }
}
@media all and (max-width: 650px) {
  .criptosection .cont-banner{
    width: initial;
    float: none;

  }
  .banner-300x250{
    margin: 0 auto;
  }
}

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

.gallery .gallery-item{
      display: inline-block;
    float: left;
    margin: 10px;
}


.navigation{
  margin-top: 50px;
  text-align: center;
}


.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration:none;
}
 
.navigation li {
    display: inline;
}
 
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: rgb(120, 76, 175);
    border-radius: 0px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
}
 
.navigation li a:hover,
.navigation li.active a {
    background-color: rgb(155, 31, 173);
} 



.form-search{
    transition: all .5s;
    border: 0;
    background: white;
    padding: 10px 25px;
    font-size: 12px;
    color: #623a82;
    font-family: 'Raleway', sans-serif;
    letter-spacing: 0;
    line-height: 16px;
    border-radius: 20px;
    width: 80px;
    
    
}

.form-search:focus,
.form-search:active{
  width: 200px;

}


.input-group{
  margin-top: 6px;
  position: relative;
  margin-right: 20px;
  margin-left: 20px;

}

.input-group .btn-form{
  cursor: pointer;
  position:  absolute;
  right: 10px;
  border: none;
  outline: none;
  background: white;
  color: #623a82;
  padding: 5px;
  top: 5px;
}

.input-group .btn-form:hover img{
    filter: brightness(0.5);

  }

.sticky .form-search,
.sticky .input-group .btn-form{
  background: #f2f2f2;
}

