/*
Theme Name: CCCB Lab
Author: Edgar Riu
Version: 2.0
Author URI: http://www.riuweb.com/
Domain Path: /languages
*/

/*! normalize.css v1.1.3 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:0.4rem;}sub{bottom:0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{font-size:100%;}
button {cursor: pointer; border: none; background: none; }
/*because legend doesn't inherit in IE */
legend{color:#000;}
del,ins, a{text-decoration:none;}
a, input, button {color: #000;}
a img {border: none;}
/**, *:focus { outline: none; }*/


/******************* LAYOUT *******************/

html, body {
	font-size: 16px;
	height: 100%;
	color: #000;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing:grayscale;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
html,button,input,select,textarea{
	font-family: 'Neue Helvetica W01', Arial, sans-serif;
}
.outer-wrap {
	width: 100%;
  overflow: hidden;
}
.wrapper{
	padding: 0 1.3rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .wrapper {
    padding: 0 3rem;
  }
}
.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.transition, a {
	-webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out
}

 

/******************* end LAYOUT *******************/







/****************************************************************************************************/
/******************* HEADER *************************************************************************/
/****************************************************************************************************/
/****************************************************************************************************/

.main-header {
  position: relative;
  z-index: 10;
}

/* Top bar */

.main-header__top-bar {
  display: none;
  height: 1px;
}

@media (min-width: 768px) {

  .main-header__top-bar {
    height:32px;
    background:#000;
    color: #999;
    display: block;
    z-index: 10;
    position: relative;
  }
  .main-header__top-bar-list {
    margin:0 auto;
    padding:9px 0 0 0
  }
  .main-header__top-bar-list li {
    border-left:1px solid #666;
    float:left;
    list-style:none;
    margin-left: 10px;
    padding-left: 10px;
    line-height: 0.6;
  }
  .main-header__top-bar-list li.first {
    margin-left:0;
    padding-left:0;
    border-left:none
  }
  .main-header__top-bar-list li a {
    color:#999;
    font-size:0.7rem;
    text-decoration:none;
    text-transform:uppercase;
    display: inline-block;
    line-height: 1.2;
  }
  .main-header__top-bar-list li a:hover {
    color:#FFF !important
  }
  .main-header__top-bar-list li.select a {
    color:#FFF;
    font-weight: bold
  }

}




.full-screen-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.96);
  z-index: 2;
  text-align: center;
  padding-top: 48px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.full-screen-menu.main-header__menu {
  padding-top: 48px;
}
@media (min-width: 768px) {
  .full-screen-menu.main-header__menu {
    height: auto;
    position: absolute;
    background: #F0F0F0;
  }
}
.full-screen-menu.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.main-header__menu {
  -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.15);
  background: #F0F0F0;
}

@media (min-width: 1024px) {
  .main-header__menu {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
  
@media (min-width: 768px) {
  .full-screen-menu {
    padding-top: 80px;
  }
}

@media (min-width: 1024px) {
  .full-screen-menu.main-header__menu {
    position: inherit;
    left: inherit;
    top: inherit;
    height: inherit;
    width: inherit;
    background: inherit;
    z-index: 2;
    text-align: inherit;
    padding-top: inherit;
    -webkit-backface-visibility: inherit;
    backface-visibility: inherit;
    overflow: inherit;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: inherit;
    -moz-transform: inherit;
    -ms-transform: inherit;
    -o-transform: inherit;
    transform: inherit);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
}




.container.fixed {
  padding-top: 48px;
  position: relative;
}
.main-header.fixed {
  z-index: 50;
  background: #FFF;
  position: fixed;
  width: 100%;
  top: 0;
}

@media (min-width: 768px) {
  .main-header.fixed .main-header__top-bar {
    display: none;
  }
}
@media (min-width: 1024px) {
  .main-header.fixed {
    background: none;
  }
}

.main-header__top {
  background: #FFF;
  z-index: 10;
  position: relative;
  padding: 1rem 0;
  -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.15);
}
#main_menu-trigger,
#main_search {
  float: left;
  padding: 0;
}
#main_search {
  float: right;
}
#main_menu-trigger .icon-menu_trigger,
#main_search .icon-lupa {
  width: 16px;
  height: 16px;
}

#main_menu-trigger .ic_lupa {
  display: none;
}
#main_menu-trigger .is-clicked .ic_trigger {
  display: none;
}
#main_menu-trigger .is-clicked .ic_lupa {
  display: block;
}

.main-header__brand {
  text-align: center;
  margin: 0 2rem;
}
.main-header__brand .icon-logo_cccblab {
  width: 97px;
  height: 16px;
}
.main-header__brand .brand_subtitle {
  display: none;
}

.main-header__menu {
  background: rgba(245, 245, 245, 0.96);
}
@media (min-width: 768px) {
  .main-header__menu {
    background: none;
  }
}

.main-menu .main-menu__item {
  width: 50%;
  float: left;
}
.main-menu .main-menu__item a {
  display: block;
  height: auto;
  padding: 1.5rem 0;
  color: #FFF;
}
.no_desktop .main-menu__item_link {
  background: #222;
}
@media (min-width: 500px) {
  .main-menu .main-menu__item {
    width: 25%;
  }
}
@media (min-width: 768px) {
  .main-menu .main-menu__item {
    position: relative;
    width: 12.5%;
  }
  .main-menu .main-menu__item a {
    display: block;
    width: auto;
    height: 105px;
    padding: 0;
  }
  .main-menu .main-menu__item.no_desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .main-menu .main-menu__item {
    width: auto;
  }
  .main-menu .main-menu__item a {
    background: rgba(0,0,0,0.2);
    width: 90px;
  }
}
@media (min-width: 1050px) {
  .main-menu .main-menu__item a {
    width: 95px;
  }
}
@media (min-width: 1125px) {
  .main-menu .main-menu__item a {
    width: 105px;
  }
}

.main-menu .main-menu__item .periodica_num {
  display: none;
}
.main-menu .main-menu__item .periodica_simbol {
  display: none;
}
.main-menu .main-menu__item .periodica_nom {
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: -.05rem;
}

@media (min-width: 768px) {
  .main-menu .main-menu__item_link  {
    border-bottom: none;
  }
  .main-menu .main-menu__item .periodica_num {
    display: block;
    padding: .5rem 0 0 .5rem;
    font-size: .7rem;
    text-align: left;
  }
  .main-menu .main-menu__item .periodica_simbol {
    display: block;
    font-size: 2.7rem;
    font-weight: 900;
    padding-top: 0.2rem;
    text-align: center;
  }
  .main-menu .main-menu__item .periodica_nom {
    font-weight: 400;
    letter-spacing: 0rem;
    text-align: center;
    font-size: 0.8rem;
    text-transform: uppercase;
    padding: 0 .5rem;
    /*margin-top: .3rem;*/
  }
}

@media (min-width: 1024px) {
  .main-menu .main-menu__item .periodica_nom {
    letter-spacing: -0.05rem;
  }
}
@media (min-width: 1125px) {
  .main-menu .main-menu__item .periodica_nom {
    letter-spacing: 0rem;
  }
}


.nav-search, .nav-format {
  display: none;
}

.nav-lang {
  clear: both;
  position: absolute;
  bottom: 50px;
  width: 100%;
  padding: 1rem 0;
}
.nav-lang .lang-menu_item {
  text-align: center;
  display: inline-block;
  margin: 0.5rem 1rem;
  text-transform: uppercase;
  font-size: .8rem;
}
.nav-lang .lang-menu_item.active a {
  font-weight: 900;
}
.nav-lang .lang-menu_item a {
  color: #000;
}
.nav-lang .lang-menu_item:hover a {
  text-decoration: underline;
}
.nav-lang .lang-menu_item .lang-code {
  display: none;
}
@media (min-width: 768px) {
  .nav-lang {
    clear: none;
    position: relative;
    bottom: auto;
    width: auto;
    background: #F0F0F0;
    min-height: 85px;
    padding: 10px 1rem;
    float: right;
  }
  .nav-lang .lang-menu_item {
    display: block;
    text-align: right;
    margin: .55rem 0;
  }
}
@media (min-width: 1024px) {
  .nav-lang .lang-menu_item {
    text-align: center;
  }
  .nav-lang .lang-menu_item .lang-name {
    display: none;
  }
  .nav-lang .lang-menu_item .lang-code {
    display: block;
  }
}

.search_form-box {
  background: rgba(245, 245, 245, 0.96) !important;
}
.search_form {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -5em;
  text-align:center;
}
.search_form-input {
  font-size: 2rem;
  background: none;
  border: none;
  text-align:center;
  display: block;
  letter-spacing: -0.1rem;
  font-weight: 900;
  margin: 0 auto;
  width: 100%;
}
.search_form_result .search_form-input {
  border-bottom: 1px solid #000;
}

#search_submit {
  display: inline-block;
  padding: 0.7rem;
  margin-top: 1.5rem;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #000;
}
#search_submit:hover {
  background: #000;
}
#search_submit:hover .icon-search {
  fill: #FFF;
}
.icon-search {
  fill: #000;
  width: 20px; height: 20px;
}

@media (min-width: 768px) {
  #search_submit {
    display: none;
  }
  .search_form_result #search_submit {
    display: inline-block;
  }
}

  
@media (min-width: 1024px) {
  
  .main-header__top {
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #main_menu-trigger,
  #main_search  {
    display: none;
  }
  .main-header__brand {
    float: left;
    margin: 2rem 0 0;
    text-align: left;
  }
  .main-header__brand .icon-logo_cccblab {
    width: 194px;
    height: 32px;
  }
  .main-header__brand .brand_subtitle {
    text-transform: uppercase;
    letter-spacing: 0.01rem;
    font-size: 0.6rem;
    margin-top: 6px;
    display: block;
    text-align: left;
  }

  .main-header__container {
    padding: 0;
    background: #FFF;
    height: 105px;
    overflow: visible;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  
  .nav-main, .nav-lang, .nav-search {
    float: left;
  }
  
  
  .nav-search {
    display: block;
    background: #F0F0F0;
    min-height: 85px;
    padding: 10px 1rem;
    border-right: 1px #FFF solid;
  }
  .nav-search button {
    padding: 0;
  }
  .nav-search .icon-lupa {
    width: 21px; height: 21px;
    margin-top: 32px;
  }
  .nav-search .icon-lupa:hover {
    opacity: 0.5;
  }
  
  .main-menu {
    overflow: hidden;
  }
  .main-header__menu {
    float: right;
  }
  .main-menu .main-menu__item_link  {

  }
  .main-menu .main-menu_select .main-menu__item_link {
    border-bottom: 8px solid #FFF;;
  }
  
  .search_form-input {
    font-size: 5rem;
    letter-spacing: -0.25rem;
  }

}


@media (min-width: 1250px) {

  .nav-format {
    float: left;
    display: block;
    margin: 1.7rem 1.2rem 0 0;
    text-align: right;
  }
  .nav-format .menu-item a {
    color: #999;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -0.05rem;
    line-height: 1;
  }
  .nav-format .menu-item a:hover,
  .nav-format .menu-item.current-menu-item a {
    color: #000;
  }


}

.small-header {
  display:none;
}
@media (min-width: 1024px) {
  .small-header {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    height: 16px;
    width: 100%;
    background: #FFF;
    z-index: 50;
    padding: 1rem 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(-120%);
    -moz-transform: translateY(-120%);
    -ms-transform: translateY(-120%);
    -o-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -moz-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.15);
  }
  .small-header.is-visible {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .small-header .small-header__brand {
    float: left;
    width: 15%;
  }
  .small-header .icon-logo_cccblab {
    width: 97px;
    height: 16px;
  }
  .small-header .small-header__title {
    float: left;
    width: 70%;
    font-size: 1.1rem;
    letter-spacing: -.02rem;
    line-height: 0.8;
    height: 16px;
    font-weight: 900;
    text-overflow:ellipsis;
    white-space:nowrap; 
    overflow:hidden; 
    display: block;
  }
  .container.fixed {
    padding-top: 0;
  }
  .main-header.fixed {
    position: relative;
  }
  .main-header.fixed .main-header__top-bar {
    display: block;
  }
}

.share-header .social_share .ss-item  svg{
  width: 38px; height: 38px;
} 
.share-header .social_share {
  position: absolute;
  top: 0;
  right: 0;
  background: #FFF;
}
.share-header .social_share .ss-item  svg {
  padding: 5px 0;
}
@media (min-width: 370px) {
  .share-header .social_share .ss-item  svg {
    padding: 5px;
  }
}
.share-header .social_share .ss-mail {
  display: none;
}
.share-header .social_share .ss-text {
  display: none;
}
@media (min-width: 768px) {
  .share-header .social_share_title {
    display: block;
    float: left;
    font-size: 0.775rem;
    margin: 16px 10px 0 0;
  }
}


.main-header .share-header {
  visibility: hidden;
  opacity: 0;
}
.single .main-header.share-visible .share-header {
  visibility: visible;
  opacity: 1;
}
.single .main-header.share-visible .main-header__brand {
  text-align: left;
}
@media (min-width: 768px) {
  .single .main-header.share-visible .main-header__brand {
    text-align: center;
  }
}



  
  
/****************************************************************************************************/
/************************ POST **********************************************************************/
/****************************************************************************************************/
/****************************************************************************************************/

.header_wrapper{
  max-width: 1100px;
}
.post_wrapper {
  max-width: 720px;
}
.list_wrapper_sm {
  max-width: 960px;
}
.list_wrapper_bg {
  max-width: 1200px;
}

.post_header {
  margin: 2rem auto 2rem;
  text-align: center;
}
.header-tags {
  padding-bottom: 2rem;
}
@media (min-width: 1024px) {
  .post_container .header-tags-cat {
    display: none;
  }
}
.post_title {
  font-weight: 900;
  font-size: 2.5rem;
  letter-spacing: -0.12rem;
  line-height: 1;
  padding-top: 1rem;
}
.post_author {
  font-size: 1.75rem;
  line-height: 1;
  margin-top: 3rem;
}
.post_author a {
  margin: 0 0.5rem;
  display: inline;
}
.post_date{
  font-size: 0.6875rem;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 1rem;
  letter-spacing: 0.15rem;
  display: block;
}
.entradeta_header {
  margin-top: 2rem;
  line-height: 1.5;
  font-size: 1.3rem;
}
.separador {
  margin: 2.5rem auto 2.5rem;
  width: 90px;
  height: 34px;
  display: block;
}
symbol {
  width: 100%;
}

.link-underline a {
  border-bottom: 3px solid #CCC;
  box-shadow: inset 0 -5px 0 #CCC;
  -webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out
}
.link-underline.helv a {
  border-bottom: 0;
  box-shadow: inset 0 -8px 0 #CCC;
}
.link-underline .small a,
.post_comments .link-underline a,
.link-underline .wp-caption-text a{
  border-bottom: 5px solid #CCC;
  box-shadow: inset 0 -3px 0 #CCC;
}
.link-underline .entradeta  a {
  border-bottom: 1px solid #CCC !important;
  box-shadow: inset 0 -7px 0 #CCC !important;
}
.link-underline a:hover,
.link-underline a:focus,
.link-underline a:active{
  background: #CCC;
}
.link-underline .entradeta  a:hover,
.link-underline .entradeta  a:focus, 
.link-underline .entradeta  a:active {
  background: #CCC !important;
}


.post_content {
  margin: 2rem auto;
  font-family: "Libre Baskerville", "Lucida Bright", Georgia, serif;
  font-size: 1rem;
  line-height: 1.65;
}
@media (min-width: 768px) {
  .post_content {
    font-size: 1.125rem;
    line-height: 1.8;
  }
}
.post_content p,
.post_content ul,
.post_content ol {
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.post_content ol:not(.nosplit) {
  counter-reset: list;
}
.post_content ul li,
.post_content ol li {
  margin-bottom: 1rem;
  padding-left: 20px;
  margin-left: 50px;
  list-style: decimal;
  list-style: none;
  position: relative;
}
.post_content ol li {
  border-left: 1px solid #bbb;
}
.post_content ul li {
  border-left: none;
}

.post_content ul li:after,
.post_content ol li:after {
  content: counter(list);
  counter-increment: list;
  position: absolute;
  left: -2.5em;
  top: -.9rem;
  width: 2em;
  text-align: right;
  font-family: 'Neue Helvetica W01', Arial, sans-serif;
  font-size: 2.125rem;
  font-weight: 900;
}
.post_content ul li:after{
  top: -.6rem;
}
.post_content ul li:after {
  content: "■";
  font-size: 1.5rem;
}



.post_content h2,
.post_content h3 {
  font-family: 'Neue Helvetica W01', Arial, sans-serif;
  letter-spacing: -0.05rem;
  line-height: 1.1;
  clear: both;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
.post_content h2 {
  font-size: 1.85rem;
  font-weight: 900;
}
.post_content h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
}
.post_content .title_small {
  font-size: 0.875rem !important;
  text-transform: uppercase;
  margin-bottom: 1.5rem !important;
}

.post_content .small {
  font-family: 'Neue Helvetica W01', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: block;
}
.post_content .small p {
  margin-bottom: 1rem;
}

.post_content .entradeta,
.post_content .blockquote_text,
.post_content .destacat_gran p,
.post_content .destacat h3 {
  font-family: 'Neue Helvetica W01', Arial, sans-serif;
  font-size: 1.35rem;
  font-weight: 900;
  letter-spacing: -0.05rem;
  line-height: 1.20;
}
.post_content .destacat h2,
.post_content .destacat h3 {
  padding: 0;
  margin: 0;
}
.post_content .entradeta {
  margin-bottom: 3rem;
}
.post_content .destacat {
  margin: 50px 0;
  padding: 45px 0 13px;
  border-top: 6px solid #000;
  border-bottom: 1px dotted #000;
}

@media (min-width: 768px) {
  .post_content .destacat {
    margin: 10px 0 50px;
  }
}

.post_content .destacat {
  font-family: 'Neue Helvetica W01', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.post_content blockquote:not(.wrapper) {
  padding-left: 5rem;
}

.post_content .lat_right,
.post_content .lat_left {
  width: 250px;
}

@media (max-width: 767px) {
  .post_content .no_mobile {
    display:none;
  }
}

@media (min-width: 768px) {

  .post_header {
    margin: 5rem auto 5rem;
  }
  .single-dossier .post_header {
    margin-bottom: 2rem;
  }
  .archive_header {
  	margin: 5rem auto 2rem;
  }
  .post_title {
    font-size: 4rem;
    letter-spacing: -0.25rem;
  }
  .post_author {
    font-size: 2.25rem;
    margin-top: 5rem;
  }
  
  .post_content {
    margin: 5rem auto 3rem;
  }
  .single-dossier .post_content {
    margin-top: 2rem;
  }
  
  .post_content .entradeta,
  .post_content .blockquote_text,
  .post_content .destacat_gran p,
  .post_content .destacat h3 {
    font-size: 1.75rem;
    line-height: 1.25;
  }
  .post_content h2 {
    font-size: 2.25rem;
  }
  .post_content .destacat {
    float: left;
    margin-right: 50px;
    width: 350px;
  }
  .post_content .destacat_petit {
    width: 240px !important;
  }
  .post_content .lat_right,
  .post_content .lat_left {
    width: 180px;
    margin: 0 0 3rem 0;
    margin-top: 0 !important;
  }
  .post_content .lat_right {
    float: right;
    padding-left: 50px;
    margin-right: 0px;
  }
  .post_content .lat_left {
    float: left;
    padding-right: 50px;
    margin-left: 0px;
  }
}

@media (min-width: 1024px) {
  
  .post_content .entradeta {
    margin: 0 140px 3rem -70px;
  }
  .post_content .destacat {
    margin-left: -70px;
    width: 385px;
  }
  .post_content .destacat .entradeta {
    margin: 0
  }
  .post_content .lat_right,
  .post_content .lat_left {
    width: 280px;
  }
  .post_content .lat_right {
    margin-right: -120px;
  }
  .post_content .lat_left {
    margin-left: -120px;
  }
}
@media (min-width: 1100px) {
  
  .post_content .entradeta {
    margin-left: -140px;
  }
  .post_content .destacat {
    margin-left: -140px;
  }
  .post_content .destacat .entradeta {
    margin: 0
  }
    .post_content .lat_right {
    margin-right: -220px;
  }
  .post_content .lat_left {
    margin-left: -220px;
  }

}

.post_content .entradeta.small {
  margin: 0 0 2rem 0 !important;
}

.post_content .full-width .blockquote {
  padding: 25px 0;
  margin: 4rem 0;
}
@media (min-width: 768px) {
  .post_content .full-width .blockquote {
    padding: 85px 0;
  }
}
.blockquote.color_bg {
  background: #000;
}
.post_content .blockquote blockquote {
  color: #FFF;
}
.blockquote .blockquote_text {
  margin-bottom: 1rem;
}
.post_content .blockquote.text_quote {
  margin: 4rem 0;
}
.icon_quote {
  width: 43px;
  height: 30px;
  position: absolute;
}

.post_content img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.post_content .wp-caption img, 
.post_content .wp-caption {
  max-width: 100%;
  height: auto;
  left: 50%;
  position: relative;
  transform: translate(-50%);
}
.post_content .full-width img, 
.post_content .full-width .wp-caption {
  width: 100%;
  height: auto;
  max-width: 1600px;
}
.post_content .medium-width img, 
.post_content .medium-width .wp-caption,
.post_content .medium-width .arve-wrapper  {
  max-width: 1100px;
}
.post_content .medium-width .arve-wrapper {
  margin-left: auto;
  margin-right: auto;
}
.post_content img.aligncenter,
.post_content img.alignnone,
.post_content img.alignleft,
.post_content img.alignright,
.post_content .arve-wrapper,
.post_content .wp-caption {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.post_content .wp-caption img {
  margin: 0;
}


.wp-caption-text {
  font-family: 'Neue Helvetica W01', Arial, sans-serif;
  color: #444;
  font-size: .75rem;
  margin-top: .5rem;
  display: block;
}

.post_content .full-width .wp-caption-text {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .post_content .full-width .wp-caption-text {
    padding: 0 2rem;
  }
}
@media (min-width: 1164px) {
  .post_content .medium-width .wp-caption-text {
    padding: 0;
  }
}
@media (min-width: 1664px) {
  .post_content .full-width .wp-caption-text {
    padding: 0;
  }
}

.post_content hr {
  width: 33%;
  margin: 4rem 0 2rem;
  border: none;
  border-top: 1px solid #000;
}

.post_content table {
  margin: 3rem 0;
  width: 100%;
  font-family: 'Neue Helvetica W01', Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.post_content table td {
  padding: 10px;
}





.post_author_bio {
  margin-bottom: 2.5rem;
  text-align: center;
}
.post_author_bio-img:hover {
  opacity: 0.5;
}
.post_author_bio-img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
.post_author_bio-text {
  margin-top: 1rem;
}
.post_author_bio-text-title {
  text-transform: uppercase;
  font-size: 0.875rem
}
.post_author_bio-text-title a {
  display: block;
  margin-bottom: 0.3rem;
}
.post_author_bio-text-title .name {
  font-weight: 900;
}
.post_author_bio-text-title .twitter {
  text-transform: none;
}

@media (min-width: 768px) {
  .post_author_bio-text-title a {
    margin-bottom: 0;
    display: inline;
    padding-right: .8rem;
    margin-right: .8rem;
    border-right: 1px solid #ccc;
  }
}

.post_author_bio-text-title a:hover{
  opacity: 0.5;
}
.post_author_bio-text-desc {
  margin-top: 1rem;
  line-height: 1.6;
}

.post_tags,
.post_dossiers {
  text-align: center;
}
.post_tags li {
  display: inline-block;
  margin: 0 .8rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 2;
}
.post_tags li a:hover {
  background: #DDD;
}

.post_dossiers {
  margin-bottom: 2rem;
}

.post_license {
  margin-bottom: 3rem;
  text-align: center;
  font-family: "Libre Baskerville", "Lucida Bright", Georgia, serif;
  font-style: italic;
  font-size: 0.75rem;
}
.post_license .icon-license {
  height: 25px;
  width: 25px;
  margin: 0 2px;
}


@media (min-width: 768px) {
  
  .post_author_bio {
    text-align: left;
  }
  .post_author_bio-img {
    float: left;
  }
  .post_author_bio-text {
    margin: 0 0 0 130px;
  }
  
}


.post_comments {  
  margin: 3rem 0;
  background: #F2F2F2;
}

.post_comments .comments_head {
  font-size: 0.85rem;
  letter-spacing: .1rem;
  color: #666;
  text-transform: uppercase;
  text-align: center;
  display: block;
  padding: 2rem 0;
  background: #EAEAEA;
}
.post_comments .comments_head .comments_head_title {
  color: #666;
  font-weight: 900;
}
.post_comments .comments_head .comments_head_num {
  margin-left: .7rem;
  padding-left: .8rem;
  border-left: 1px solid #CCC;
}
.post_comments .comments_head .arrow {
  width: 24px;
  height: 15px;
  fill: #666;
  vertical-align: bottom;
}
.post_comments .comments_head .arrow_left {
  margin-right: 1rem;
}
.post_comments .comments_head .arrow_right {
  margin-left: 1rem;
}
@media (min-width: 500px) {
  .post_comments .comments_head .arrow_left {
    margin-right: 2rem;
  }
  .post_comments .comments_head .arrow_right {
    margin-left: 2rem;
  }
}
.post_comments .comments_head:hover {
  background: #DDD;
}
.post_comments .comments_body {
  padding: 3rem 0;
  display: none;
}

.post_comments .comments_list {
  margin-bottom: 3rem;
  border-bottom: 1px solid #CCC;
}

.post_comments .comments_list .comment-item {
  margin-bottom: 3rem;
}
.post_comments .comments_list .autor {
  margin-bottom: 0.5rem;
}
.post_comments .comments_list .autor .autor_name {
  font-weight: 900;
  font-size: 1.1rem;
}
.post_comments .comments_list .autor .autor_date {
  color: #999;
  font-size: 0.9rem;
}
.post_comments .comments_list .content {
  line-height: 1.5rem;
}
.post_comments .comments_list .content p {
  margin-bottom: 1rem;
}
.post_comments .avis {
  margin-top: .8rem;
  padding: .7rem;
  display: block;
  color: #FFF;
}

.comments_form .comment_form_title {
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: -0.05rem;
  margin-bottom: 1.5rem;
}
.comments_form .comment_form_id {
  margin-bottom: 1.5rem;
}

.comments_form input[type="text"],
.comments_form textarea,
.comments_form input[type="submit"] {
  padding: .7rem;
  display: block;
}
.comments_form input[type="text"],
.comments_form textarea {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: .5rem;
  border: 2px solid #CCC;
}
.comments_form input[type="text"]:focus,
.comments_form textarea:focus {
  background: #FFF;
  border-color: #999;
  outline: none;
}
.comments_form input[type="submit"] {
  width: auto;
  border: none;
  color: #FFF;
  text-transform: uppercase;
  font-size: .725rem;
  letter-spacing: .1rem;
}
.comments_form input[type="submit"]:hover {
  background: #000;
}
.comments_form #comment-status .comment-status {
  margin-bottom: .8rem;
  padding: .8rem;
  color: #FFF;
}


.related_posts_section {
  margin-top: 3rem;
}
.related_title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 900;
}
.related_posts_section .related_title {
  margin-bottom: 0;
}
.related_dossier {
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: 1rem;
  padding-bottom: .5rem;
}
.related_posts_section .thumbs-list {
  padding-top: 3rem;
}




/****************************************************************************************************/
/****************************************************************************************************/
/****************** SOCIAL SHARE ********************************************************************/
/****************************************************************************************************/


.social_share_title {
  display: none;
}
.social_share .ss-item,
.social_share .ss-icon,
.social_share .ss-text {
  display: inline-block;
  vertical-align: middle;
}
.social_share .ss-link {
  display: block;
  text-align: left;
}
.social_share .ss-facebook .ss-box { background: #3B5998;}
.social_share .ss-twitter .ss-box { background: #55ACEE;}
.social_share .ss-linkedin .ss-box { background: #0077b5;}
.social_share .ss-whatsapp .ss-box { background: #43D854;}
.social_share .ss-mail .ss-box { background: #333;}
.social_share .ss-item:hover {
  opacity: 0.7;
}

@media (min-width: 768px) {
  .social_share .ss-whatsapp { display: none;}
}


.post_container .social_share {
  margin: 0 -.2rem;
  padding-bottom: 3rem;
  text-align: center;
}
.post_container  .social_share .ss-box  {
  margin: 0 .2rem;
}
.post_container  .social_share .ss-item  svg{
  width: 58px; height: 58px;
} 
.post_container .ss-text {
  display: none;
}
@media (min-width: 768px) {
  .post_container  .social_share .ss-item  {
    width: 25%;
  }
  .post_container  .social_share .ss-item  svg{
    width: 38px; height: 38px;
    padding: 3px;
  } 
  .post_container .ss-text {
    display: inline-block;
    color: #FFF;
    font-weight: 900;
    padding-right: 15px; 
    font-size: 0.8125rem;
    min-width: 85px;
  }
}
  






/****************************************************************************************************/
/****************************************************************************************************/
/****************** AUTOR ***************************************************************************/
/****************************************************************************************************/

.autor_list .autor_item {
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
}
.autor_list .autor_item:hover {
  opacity: 0.5;
}
.autor_list .autor_img {
  float: left;
}
.autor_list .autor_img img{
  width: 50px;
  height: 50px;
}
.autor_list .autor_title {
  font-size: 1.7rem;
  letter-spacing: -0.12rem;
  font-weight: 900;
  line-height: 1;
  padding-top: 0.7rem;
  margin: 0 1rem 0 4rem;
}
@media (min-width: 768px) {
  .autor_list .autor_item { 
    width: 50%;
    display: inline-block;
    vertical-align: top;
  }
}

.author .post_author {
  margin-top: 0.3rem;
}
.author .post_header {
  margin-bottom: 0;
}
.author .post_content {
  margin-top: 2.5rem;
}
.author .post_content .entradeta p,
.author .post_content .entradeta.small {
  margin-bottom: 1rem !important;
}

.post_content .autor_links li {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: .5rem;
  font-family: 'Neue Helvetica W01', Arial, sans-serif;
  font-size: 1.25rem;
}
.post_content .autor_links li:after {
  display:none;
}

@media (min-width: 768px) {

  .post_content .autor_links li {
    display: inline-block;
    margin-left: 1rem;
    padding-left: 1rem;
    border-left: 1px solid #000;
    line-height: 1.5rem;
  }
  .post_content .autor_links li:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }


}








/****************************************************************************************************/
/***************** ACTIVITAT / LLISTA / GRID ********************************************************/
/****************************************************************************************************/
/****************************************************************************************************/

.menu_formats {
  margin-bottom: 3.5rem;
  text-align: center;
  overflow: hidden;
}
.menu_formats .menu_formats-item {
  display: inline-block;
  
}
.menu_formats .menu_formats-item .thumb_tag-single {
  margin: .3rem;
}
.menu_formats .menu_formats-item .thumb_tag-single:hover {
  background: #DDD;
}
.menu_formats .menu_formats-item.active .thumb_tag-single {
  background: #000;
  color: #FFF;
  opacity: 1;
}

.fancy {
  display: inline-block;
  position: relative;  
}
.fancy:before,
.fancy:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #CCC;
  top: 10px;
  width: 1000%;
}
.fancy:before {
  right: 100%;
  margin-right: 15px;
}
.fancy:after {
  left: 100%;
  margin-left: 15px;
}




.thumbs-list {
  margin: 0 -1rem;
}
.dossier-list {
  margin-top: 3rem;
}

.thumb-grid.thumb {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-size: 14px;
}
@media (min-width: 550px) {
  .thumb-grid.thumb {
    width: 50%;
  }
  .thumb-grid.thumb.thumb-big {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .thumb-grid.thumb {
    width: 33.333333333%;
  }
  .thumb-grid.thumb.thumb-half {
    width: 50%;
  }
  .thumb-grid.thumb.thumb-big {
    width: 66.666666666%;
  }
}


.thumbs-list .thumb_box {
  margin: 0 1rem 0;
  display: block;
}
.thumb-grid .thumb_box {
  margin-bottom: 4rem;
}
.thumb-grid .thumb_info {
  margin-top: 1rem;
}

.thumb-list.thumb .thumb_box{
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.thumb-list.thumb:last-child  .thumb_box{
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.thumb .icon_video {
  display: block;
  position: absolute;
  margin: auto;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 55px;
  height: 55px;
}
.thumb .icon_dossier { 
  display: block;
  position: absolute;
  margin: auto;
  z-index: 40;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100.2%;
}

.thumb-list .thumb_box {
  clear: both;
}
.thumb-list .thumb_img,
.activitat .thumb_img {
  margin-bottom: 1rem;
}
.activitat .thumb_img {
  float: none;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0;
}
.activitat .thumb_info {
  margin-top: 1rem;
}
.thumb-list .thumb_desc {
  display: none;
}

.destacat .thumb-list .thumb {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DDD;
}
.destacat .thumb-list .thumb:last-child {
  border-bottom: none;
}

.popular_posts {
  border-bottom: 1px dotted #000;
  padding-bottom: 1rem;
  margin-top: 4rem;
}
.popular_posts .popular_posts_title {
  border-top: 6px solid #000;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: -0.05rem;
  padding: 2rem 0 2.5rem;
}

.popular_posts .thumb.thumb-list .thumb_box {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.popular_posts .thumb.thumb-list:last-child .thumb_box {
  margin-bottom: 0;
}
.popular_posts .thumb-list .thumb_tag {
  display: none;
}
.popular_posts .thumb-list .thumb_img {
  float: left;
  width: 25%;
}
.popular_posts .thumb-list .thumb_info {
  float: right;
  width: 70%;
}
.popular_posts .thumb-list .thumb_img {
  margin-right: 0;
}
.popular_posts .thumb-list .thumb_title {
  font-size: 1.35rem;
}
.popular_posts .thumb-list .thumb_author {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .popular_posts {
    margin-top: 0;
  }
}

@media (min-width: 550px) {

  .thumb-list.thumb  .thumb_box{
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #DDD;
  }
  .thumb-list .thumb_img {
    float: left;
    width: 25%;
    margin-bottom: 0;
    margin-right: 1.5rem;
    max-width: 225px;
  }
  .thumb-list .thumb_info {
    float: left;
    width: 70%;
  }
  
}

@media (min-width: 768px) {
  .activitat .thumb_img {
    float: left;
    width: 25%;
    margin-bottom: 0;
    margin-right: 1.5rem;
    max-width: 225px;
  }
  .destacat .thumb-list .thumb_img {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 1rem;
    max-width: none;
  }
  .destacat .thumb-list .thumb_info {
    float: none;
    width: auto;
  }
  .destacat .thumb-list  .thumb_title {
    font-size: 1.5rem;
  }
}


.thumb_img {
  position: relative;
}
.thumb_img img {
  width: 100%; height: auto;
}
.thumb_img:after {
/*.dossier .thumb_img:before {*/
  content: '';
  display: block;
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out
}
.thumb_box:hover .thumb_img:after {
  opacity: 0.5;
}
/*
.dossier .thumb_img:before {
  opacity: 1;
  border: 11px solid #000;
}
*/

.thumb_tag {
  position: absolute;
  bottom: .5rem;
  left: -.5rem;
}
.thumb_tag-single {
  z-index: 30;
  position: relative;
  font-size: 0.75rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  background: #000;
  color: #FFF;
  padding: 6px 6px 5px 8px;
  min-height: 24px;
  display: inline-block;
  vertical-align: top;
  margin: 0 .5rem .5rem 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .thumb_tag-single {
    margin: 0 .2rem .2rem 0;
  }
}
.thumb_tag-single.tag_project{
  background: #FFF;
  color: #000;
  border: 1px solid #000;
  padding-top: 5px;
}
.thumb_tag-single.tag_dossier{
  color: #000;
}
.thumb_tag-single.tag_dossier:hover {
  color: #FFF;
  background: #000;
}
.inline_tag {
  display: inline-block;
}

.thumb_title {
  font-size: 1.625rem;
  font-weight: 900;
  letter-spacing: -0.05rem;
  line-height: 1.1;
  display: block;

}
.thumb_author {
  font-size: 1.125rem;
  display: block;
  margin-top: 0.3rem;
}
.thumb_desc {
  margin-top: 1.5rem;
  font-family: "Libre Baskerville", "Lucida Bright", Georgia, serif;
  font-size: 1;
  line-height: 1.8;
  color: #444;
  display: block;
}


@media (min-width: 768px) {
  .thumb_title {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1;
  }
}
@media (min-width: 1024px) {
  .thumb_title {
    font-size: 2.25rem;
  }
}

.activitat {
  font-family: 'Neue Helvetica W01', Arial, sans-serif;
  margin: 3rem 0;
  padding: 2rem 0;
  border-top: 1px dotted #CCC;
  border-bottom: 1px dotted #CCC;
}
.activitat .thumb_date {
  font-size: 0.6875rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
.activitat .thumb_title {
  font-size: 1.375rem;
  font-weight: 400;
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .activitat .thumb_img {
    width: 30%;
    max-width: 240px;
    float: left;
    margin-right: 1.5rem;
  }
}

.link.thumb-grid .thumb_info,
.quote.thumb-grid .thumb_info {
  margin-top: 0;
}

.link .thumb_box{
  color: #FFF;
  padding: 2rem;
}
.link .thumb_box .thumb_title a,
.link .thumb_box .thumb_desc {
  color: #FFF;
}
.link .thumb_box .thumb_title a:hover {
  color: #000;
}

.quote .thumb_box{
  border: 2px solid #000;
  padding: 2rem;
}
.quote .thumb_title {
  font-size: 1.4rem !important;
  line-height: 1.6rem;
}
.quote .thumb_autor {
  font-size: 1.2rem;
  margin-top: 1.5rem;
}
.quote .thumb_autor:before {
  content: "—";
  margin-right: 8px;
}

.not_found {
  text-align: center;
  font-size: 1.5rem;
}



/************************** HOME *****************/

@media (min-width: 1024px) {
  .wrapper_span {
    margin: 0 -1rem;
    overflow: hidden;
  }
  .span_box {
    margin: 0 1rem;
  }

   .span_6 {
    float: left;
    width: 66.666666%; 
  }
  .span_3 {
    float: right;
    width: 33.333333%; 
  }
}

.home .container {
  margin-top: 3rem;
}
.thumb_home.thumb {
  width: 100%;
}
.thumb_info .thumb_tag,
.thumb_home .icon_dossier {
  display: none;
}

@media (min-width: 768px) {
  .thumb_home {
    position: relative;
    overflow: hidden;
  }
  .thumb_home .thumb_img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 5;
    /*background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 18%); 
    background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 18%); 
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 18%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); */

  }
  .thumb_home .thumb_img .thumb_tag {
    display: none;
  }
  .thumb_home .thumb_info .thumb_tag {
    display: block;
  }
  .thumb_home .thumb_tag {
    position: relative;
    bottom: 0;
    left: 0;
    margin-bottom: 2rem;
  }
  .thumb_home .thumb_title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    /*font-size: 3rem;
    line-height: 3rem;*/
  }
   .thumb_home .thumb_author {
    font-size: 1.5rem;
  }
  .thumb_home .thumb_desc {
    margin-top: 2rem;
  }
  
  .thumb_home.negre .thumb_box{
    background: #000;
    overflow: hidden;
  }
  .thumb_home.negre .thumb_info {
    padding: 2rem;
  }
  .thumb_home.negre * {
    color: #FFF;
  }
  
}

@media (min-width: 1024px) {
  .thumb_home .thumb_box {
    position: relative;
  }
  .thumb_home .thumb_img_box {
    width: 66%;
    float: right;
  }
  .thumb_home .thumb_info {
    float: left;
    width: 34%;
    margin-top: 0;
    padding-right: 2rem;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 480px;
  }
  
  .thumb_home.negre .thumb_img_box{
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .thumb_home.negre .thumb_img {
    height: 100%;
  }
  .thumb_home.negre .thumb_img img{
    width: auto;
    min-width: 100%;
    min-height: 100%;
  }

}

.banner_home {
  margin-bottom: 2rem;
}
.banner_home a {
  display: block;
}
.banner_home img {
  width: 100%;
}
@media (min-width: 550px) {
  .banner_home a {
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .banner_home a {
    width: 100%;
  }
}


.button_box {
  text-align: center;
}
.button {
  border: 2px solid #000;
  text-transform: uppercase;
  display: inline-block;
  padding: 1rem 1.5rem;
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.15rem;
}
.button:hover {
  color: #FFF;
  background: #000;
}


.home_dossier {
  overflow: hidden;
  background: #000;
  margin-top: 5rem;
  padding-bottom: 3rem;
}
.home_dossier * {
  color: #FFF;
}
.home_dossier .thumb:not(.link) .thumb_desc {
  display: none;
}

.home_dossier .quote .thumb_box {
    border: none;
    background: #FFF;
    color: #000;
}
.home_dossier .quote * {
    color: #000;
}



















/************************** IMATGES CATEGORIES *****************/

@media (min-width: 1024px) {
.main-header__container {
    background: none;
}
}
.container {
  z-index: 1;
  position: relative;
}
.outer-wrap {
  position: relative;
}

.img_back {
  display: none;
}
/*
@media (min-width: 1024px) {
  .img_back {
    display: block;
    position: fixed;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 460px;
    overflow: hidden;
  }
  .img_back img {
    width: 100%;
  }
}
*/


/********** PAGINATION **********/

.pagination {
  text-align: center;
  font-size: 2.25rem;
  font-weight: 900;
  margin-top: 3rem;
}
.pagination .page-numbers {
  display: inline-block;
}
.pagination a.page-numbers:hover {
  color: #999;
}
.pagination .current{
  border: 2px solid #000;
  padding: 0 .5rem;
}
.pagination a.page-numbers {
  -webkit-transition:all 0.1s ease-in-out;
	-moz-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out
}






/****************************************************************************************************/
/****************************************************************************************************/
/***************** AUTOR ****************************************************************************/
/****************************************************************************************************/

.autor_img img {
  width: 175px; height: 175px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}








/****************************************************************************************************/
/****************************************************************************************************/
/***************** FOOTER ***************************************************************************/
/****************************************************************************************************/

footer { 
  margin-top: 4rem;
  padding: 4rem 0 2rem;
  border-top: 10px solid #F2F2F2;
}
.home footer { 
  margin-top: 0;
  border-top: none;
}

.footer_social_media {
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
}
@media (min-width: 630px) {
  .footer_social_media {
    max-width: inherit;
  }
}
.footer_social_media li {
  display: inline-block;
  margin: .2rem;
}
.footer_social_media li .icon-social_media {
  width: 80px; height: 80px;
}
.footer_social_media li:hover{
  opacity: 0.7;
}

.footer_menu {
  margin: 3rem 0;
}
.footer_menu-list {
  text-align: center;
}
.footer_menu-list .menu-item {
  display: inline-block;
  border-bottom: 1px solid #CCC;
  width: 100%;
}
.footer_menu-list .menu-item a {
  display: block;
  padding: 1rem;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: .05rem;
}
.footer_menu-list .menu-item a:hover {
  background: #DDD;
}
@media (min-width: 500px) {
  .footer_menu-list .menu-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .footer_menu-list .menu-item {
    padding: 0 1rem;
    border-bottom: none;
    border-right: 1px solid #CCC;
    width: auto;
  }
  .footer_menu-list .menu-item:last-child {
    border-right: none;
  }
  .footer_menu-list .menu-item a {
    display: block;
    padding: 0;
  }
}

.footer_legal {
  margin-top: 5rem;
}
.footer_legal-list {
  text-align: center;
}
.footer_legal-list .menu-item {
  padding: 0 1rem;
  border-bottom: none;
  border-right: 1px solid #666;
  width: auto;
  display: inline-block;
}
.footer_legal-list .menu-item:last-child {
  border-right: none;
}
.footer_legal-list .menu-item a {
  display: block;
  font-size: 0.75rem;
  padding: 0;
}
.footer_legal-list .menu-item a:hover {
  text-decoration: underline;
}

.footer_cccb {
  text-align: center;
}
.footer_cccb .logo,
.footer_cccb .adress {
  display: block;
  font-size: 0.825rem;
}
.footer_cccb .logo {
  margin-bottom: 1rem;
}
.footer_cccb .logo .icon-logo_cccb {
  width: 170px; height: 26px;
}
.footer_cccb .adress a {
  text-decoration: underline;
}
.footer_cccb .adress a:hover {
  text-decoration: none;
}


@media (min-width: 768px) {

  footer { 
    padding: 6rem 0 2rem;
  }

  .footer_social_media li .icon-social_media {
    width: 54px; height: 54px;
  }

  .footer_cccb .logo,
  .footer_cccb .adress {
    margin: 0 1rem;
    display: inline-block;
  }
  .footer_cccb .logo {
    margin-bottom: 0;
  }

}





/******************** ERROR 404 **********************/

.e404 .post_title {
  font-size: 6.25rem;
}
.e404 .post_author {
  font-size: 1.875rem;
  margin-top: 2rem;
}
.e404 .e404_img {
  margin: 3rem 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}



/********************* COOKIES **************************/

.has-cookie-bar #catapult-cookie-bar {
  display: block;
}
#catapult-cookie-bar {
  padding: 1rem 0;
  border-top: 1px solid #000;
  display: none;
}
.ctcc-inner {
	padding: 0 1.3rem;
  margin: 0 auto;
  max-width: 900px;
  text-align: center;
}
.ctcc-right-side {
  display: block;
  margin-top: 1rem;
}
button#catapultCookie {
  text-transform: uppercase;
  padding: 0.5rem 1rem !important;
  font-size: 0.725rem;
  letter-spacing: 0.15rem;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
button#catapultCookie:hover {
  opacity: 0.5;
}
#catapult-cookie-bar a {
  text-decoration: underline;
}
#catapult-cookie-bar a:hover {
  text-decoration: none;
}

@media (min-width: 1024px) {
  .ctcc-inner {
    text-align: left;
  }
  .ctcc-left-side {
    margin-right: 1rem;
  }
  .ctcc-right-side {
    display: inline;
    margin-top: 0;
  }
}


/****************************************************************************************************/
/****************************************************************************************************/
/***************** COLORS ***************************************************************************/
/****************************************************************************************************/


/*

.blau       #0096A6   
.blau       #077683   
.blau       #B2DFE4 

.groc       #E3A300  / #D19000
.groc       #B18007  / #A37207
.groc       #F4DA99  / #EDD399

.verd       #00BD55   
.verd       #079346   
.verd       #9BE9BB   

.vermell    #D60D1A
.vermell    #A7101A   
.vermell    #EF9EA3   

.rosa       #E1306C
.rosa       #AF2A58
.rosa       #F3ACC4   

.taronja    #EA6628   
.taronja    #B65225   
.taronja    #F9D1BE   

.lila       #753464   
.lila       #5E2D52   
.lila       #D5C2D0   

*/

/* BLAU */

.color_blau .color_bg,
.menu_blau.main-menu_select .main-menu__item_link,
.menu_blau .main-menu__item_link:hover,
.single_blau > .single_color_bg,
.single_blau .thumb_img:after {
  background: #0096A6;
}
@media (max-width: 1023px) {
  .menu_blau .main-menu__item_link {
    background: #0096A6;
  }
}
.color_blau .color_font, 
.color_blau .color_font a, 
.color_blau .destacat h3,
.color_blau .post_content ul li:after,
.color_blau .post_content ol li:after,
.single_blau:hover .single_color_font{
  color: #0096A6;
}
.color_blau .post_content .destacat,
.dossier .single_blau .thumb_img:before {
  border-color: #0096A6;
}
.dossier .single_blau .thumb_img:before {
  background: rgba(0,150,166,0.15);
}
.color_blau .icon_fill,
.single_blau .icon_fill  {
  fill: #0096A6;
}
/**/
.menu_blau.main-menu_select .main-menu__item_link,
.menu_blau .main-menu__item_link:hover  { 
  border-bottom-color: #077683;
}
/**/
.color_blau .link-underline.helv a {
  box-shadow: inset 0 -8px 0 #B2DFE4;
}
.color_blau .link-underline a {
  border-bottom-color: #B2DFE4;
  box-shadow: inset 0 -5px 0 #B2DFE4;
}
.color_blau .link-underline .small a,
.color_blau .post_comments .link-underline a,
.color_blau .link-underline .wp-caption-text a {
  border-bottom-color: #B2DFE4;
  box-shadow: inset 0 -3px 0 #B2DFE4;
}
.color_blau .link-underline a:hover, 
.color_blau .link-underline a:focus, 
.color_blau .link-underline a:active,
.color_blau .color_trans_bg {
  background: #B2DFE4;
}

/* GROC */

.color_groc .color_bg,
.menu_groc.main-menu_select .main-menu__item_link,
.menu_groc .main-menu__item_link:hover,
.single_groc > .single_color_bg,
.single_groc .thumb_img:after  {
  background: #E3A300;
}
@media (max-width: 1023px) {
  .menu_groc .main-menu__item_link {
    background: #E3A300;
  }
}
.color_groc .color_font, 
.color_groc .color_font a,
.color_groc .destacat h3,
.color_groc .post_content ul li:after,
.color_groc .post_content ol li:after,
.single_groc:hover .single_color_font{
  color: #E3A300;
}
.color_groc .post_content .destacat,
.dossier .single_groc .thumb_img:before {
  border-color: #E3A300;
}
.dossier .single_groc .thumb_img:before {
  background: rgba(227,163,0,0.15);
}
.color_groc .icon_fill,
.single_groc .icon_fill  {
  fill: #E3A300;
}
/**/
.menu_groc.main-menu_select .main-menu__item_link,
.menu_groc .main-menu__item_link:hover { 
  border-bottom-color: #A37207;
}
/**/
.color_groc .link-underline.helv a {
  box-shadow: inset 0 -8px 0 #EDD399;
}
.color_groc .link-underline a {
  border-bottom-color: #EDD399;
  box-shadow: inset 0 -5px 0 #EDD399;
}
.color_groc .link-underline .small a,
.color_groc .post_comments .link-underline a,
.color_groc .link-underline .wp-caption-text a {
  border-bottom-color: #EDD399;
  box-shadow: inset 0 -3px 0 #EDD399;
}
.color_groc .link-underline a:hover,
.color_groc .link-underline a:focus, 
.color_groc .link-underline a:active,
.color_groc .color_trans_bg {
  background: #EDD399;
}

/* VERD */

.color_verd .color_bg,
.menu_verd.main-menu_select .main-menu__item_link,
.menu_verd .main-menu__item_link:hover,
.single_verd > .single_color_bg,
.single_verd .thumb_img:after {
  background: #00BD55;
}
@media (max-width: 1023px) {
  .menu_verd .main-menu__item_link {
    background: #00BD55;
  }
}
.color_verd .color_font, 
.color_verd .color_font a, 
.color_verd .destacat h3,
.color_verd .post_content ul li:after,
.color_verd .post_content ol li:after,
.single_verd:hover .single_color_font {
  color: #00BD55;
}
.color_verd .post_content .destacat,
.dossier .single_verd .thumb_img:before {
  border-color: #00BD55;
}
.dossier .single_verd .thumb_img:before {
  background: rgba(0,189,85,0.15);
}
.color_verd .icon_fill,
.single_verd .icon_fill  {
  fill: #00BD55;
}
/**/
.menu_verd.main-menu_select .main-menu__item_link,
.menu_verd .main-menu__item_link:hover  { 
  border-bottom-color: #079346;
}
/**/
.color_verd .link-underline.helv a {
  box-shadow: inset 0 -8px 0 #9BE9BB;
}
.color_verd .link-underline a {
  border-bottom-color: #9BE9BB;
  box-shadow: inset 0 -5px 0 #9BE9BB;
}
.color_verd .link-underline .small a,
.color_verd .post_comments .link-underline a,
.color_verd .link-underline .wp-caption-text a {
  border-bottom-color: #9BE9BB;
  box-shadow: inset 0 -3px 0 #9BE9BB;
}
.color_verd .link-underline a:hover, 
.color_verd .link-underline a:focus, 
.color_verd .link-underline a:active,
.color_verd .color_trans_bg{
  background: #9BE9BB;
}

/* TARONJA */

.color_taronja .color_bg,
.menu_taronja.main-menu_select .main-menu__item_link,
.menu_taronja  .main-menu__item_link:hover,
.single_taronja > .single_color_bg,
.single_taronja .thumb_img:after {
  background: #EA6628;
}
@media (max-width: 1023px) {
  .menu_taronja .main-menu__item_link {
    background: #EA6628;
  }
}
.color_taronja .color_font, 
.color_taronja .color_font a, 
.color_taronja .destacat h3,
.color_taronja .post_content ul li:after,
.color_taronja .post_content ol li:after,
.single_taronja:hover .single_color_font{
  color: #EA6628;
}
.color_taronja .post_content .destacat,
.dossier .single_taronja .thumb_img:before {
  border-color: #EA6628;
}
.dossier .single_taronja .thumb_img:before {
  background: rgba(234,102,40,0.15);
}
.color_taronja .icon_fill,
.single_taronja .icon_fill  {
  fill: #EA6628;
}
/**/
.menu_taronja.main-menu_select .main-menu__item_link,
.menu_taronja .main-menu__item_link:hover  { 
  border-bottom-color: #B65225;
}
/**/
.color_taronja .link-underline.helv a {
  box-shadow: inset 0 -8px 0 #F9D1BE;
}
.color_taronja .link-underline a {
  border-bottom-color: #F9D1BE;
  box-shadow: inset 0 -5px 0 #F9D1BE;
}
.color_taronja .link-underline .small a,
.color_taronja .post_comments .link-underline a,
.color_taronja .link-underline .wp-caption-text a {
  border-bottom-color: #F9D1BE;
  box-shadow: inset 0 -3px 0 #F9D1BE;
}
.color_taronja .link-underline a:hover, 
.color_taronja .link-underline a:focus, 
.color_taronja .link-underline a:active,
.color_taronja .color_trans_bg{
  background: #F9D1BE
}


/* VERMELL */

.color_vermell .color_bg,
.menu_vermell.main-menu_select .main-menu__item_link,
.menu_vermell .main-menu__item_link:hover,
.single_vermell > .single_color_bg,
.single_vermell .thumb_img:after {
  background: #D60D1A;
}
@media (max-width: 1023px) {
  .menu_vermell .main-menu__item_link {
    background: #D60D1A;
  }
}
.color_vermell .color_font, 
.color_vermell .color_font a, 
.color_vermell .destacat h3,
.color_vermell .post_content ul li:after,
.color_vermell .post_content ol li:after,
.single_vermell:hover .single_color_font{
  color: #D60D1A;
}
.color_vermell .post_content .destacat,
.dossier .single_vermell .thumb_img:before {
  border-color: #D60D1A;
}
.dossier .single_vermell .thumb_img:before {
  background: rgba(214,13,26,0.15);
}
.color_vermell .icon_fill,
.single_vermell .icon_fill  {
  fill: #D60D1A;
}
/**/
.menu_vermell.main-menu_select .main-menu__item_link,
.menu_vermell .main-menu__item_link:hover { 
  border-bottom-color: #A7101A;
}
/**/
.color_vermell .link-underline.helv a {
  box-shadow: inset 0 -8px 0 #EF9EA3;
}
.color_vermell .link-underline a {
  border-bottom-color: #EF9EA3;
  box-shadow: inset 0 -5px 0 #EF9EA3;
}
.color_vermell .link-underline .small a,
.color_vermell .post_comments .link-underline a,
.color_vermell .link-underline .wp-caption-text a {
  border-bottom-color: #EF9EA3;
  box-shadow: inset 0 -3px 0 #EF9EA3;
}
.color_vermell .link-underline a:hover, 
.color_vermell .link-underline a:focus, 
.color_vermell .link-underline a:active,
.color_vermell .color_trans_bg{
  background: #EF9EA3;
}

/* ROSA */

.color_rosa .color_bg,
.menu_rosa.main-menu_select .main-menu__item_link,
.menu_rosa .main-menu__item_link:hover,
.single_rosa > .single_color_bg,
.single_rosa .thumb_img:after {
  background: #E1306C;
}
@media (max-width: 1023px) {
  .menu_rosa .main-menu__item_link {
    background: #E1306C;
  }
}
.color_rosa .color_font, 
.color_rosa .color_font a, 
.color_rosa .destacat h3,
.color_rosa .post_content ul li:after,
.color_rosa .post_content ol li:after,
.single_rosa:hover .single_color_font{
  color: #E1306C;
}
.color_rosa .post_content .destacat,
.dossier .single_rosa .thumb_img:before {
  border-color: #E1306C;
}
.dossier .single_rosa .thumb_img:before {
  background: rgba(225,48,108,0.15);
}
.color_rosa .icon_fill,
.single_rosa .icon_fill  {
  fill: #E1306C;
}
/**/
.menu_rosa.main-menu_select .main-menu__item_link,
.menu_rosa .main-menu__item_link:hover  { 
  border-bottom-color: #AF2A58;
}
/**/
.color_rosa .link-underline.helv a {
  box-shadow: inset 0 -8px 0 #F3ACC4;
}
.color_rosa .link-underline a {
  border-bottom-color: #F3ACC4;
  box-shadow: inset 0 -5px 0 #F3ACC4;
}
.color_rosa .link-underline .small a,
.color_rosa .post_comments .link-underline a,
.color_rosa .link-underline .wp-caption-text a {
  border-bottom-color: #F3ACC4;
  box-shadow: inset 0 -3px 0 #F3ACC4;
}
.color_rosa .link-underline a:hover,
.color_rosa .link-underline a:focus, 
.color_rosa .link-underline a:active,
.color_rosa .color_trans_bg{
  background: #F3ACC4;
}

/* LILA */

.color_lila .color_bg,
.menu_lila.main-menu_select .main-menu__item_link,
.menu_lila .main-menu__item_link:hover,
.single_lila > .single_color_bg,
.single_lila .thumb_img:after {
  background: #753464;
}
@media (max-width: 1023px) {
  .menu_lila .main-menu__item_link {
    background: #753464;
  }
}
.color_lila .color_font, 
.color_lila .color_font a, 
.color_lila .destacat h3,
.color_lila .post_content ul li:after,
.color_lila .post_content ol li:after,
.single_lila:hover .single_color_font{
  color: #753464;
}
.color_lila .post_content .destacat,
.dossier .single_lila .thumb_img:before {
  border-color: #753464;
}
.dossier .single_lila .thumb_img:before {
  background: rgba(117,52,100,0.15);
}
.color_lila .icon_fill,
.single_lila .icon_fill {
  fill: #753464;
}
/**/
.menu_lila.main-menu_select .main-menu__item_link,
.menu_lila .main-menu__item_link:hover  { 
  border-bottom-color: #5E2D52;
}
/**/
.color_lila .link-underline.helv a {
  box-shadow: inset 0 -8px 0 #D5C2D0;
}
.color_lila .link-underline a {
  border-bottom-color: #D5C2D0;
  box-shadow: inset 0 -5px 0 #D5C2D0;
}
.color_lila .link-underline .small a,
.color_lila .post_comments .link-underline a,
.color_lila .link-underline .wp-caption-text a {
  border-bottom-color: #D5C2D0;
  box-shadow: inset 0 -3px 0 #D5C2D0;
}
.color_lila .link-underline a:hover, 
.color_lila .link-underline a:focus, 
.color_lila .link-underline a:active,
.color_lila .color_trans_bg{
  background: #D5C2D0;
}



@media print {

  .main-header__top-bar,
  .main-header__menu,
  .search_form-box,
  #main_menu-trigger,
  #main_search,
  .main-header.fixed,
  .social_share,
  .post_tags,
  .post_comments,
  .related_posts_section,
  .footer_social_media,
  .footer_menu,
  .footer_legal {
    display: none !important;
  }
  footer {
    border-top: none;
    padding: 0 0 5rem;
  }
  html, body {
    font-size: 12px; 
  }
  .link-underline a,
  .link-underline .entradeta  a  {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
  }
  .post_content img,
  .post_content .wp-caption {
    max-width: 720px !important;
  }
  
  .post_content .blockquote blockquote {
    color: #000;
  }
  
}

