body{
	font-family: abel;
}
h2:before {
	display:none;
}
.so-panel{
  margin:0px !important;
}
/*CENTRAR LOGO.*/
.logo {
	color:black;
}
.logo img{
	display: block;
	margin: auto;
}
.site-header {
  display: none;
} 
.site-title {
  display:none;
}
.site-description {
  display:none;
}
.entry .entry-header{
	margin: 0px;
  position: relative;
	display: none;
}
.entry .entry-content > *,
.entry .entry-summary > * {
    max-width: 100%;
    margin:0px !important;
}

/*CORREGIR EL DESCUDRE A LA DERECHA A PARTIR DE TAMAÑOS GRANDES DE PANTALLA*/
@media only screen and (min-width: 768px) {
  .entry .entry-content > *,
  .entry .entry-summary > * {
    max-width: 100%;
    margin:0px !important;
  }
}
@media only screen and (min-width: 1168px) {
  .entry .entry-content > *,
  .entry .entry-summary > * {
    max-width: 100%;
    margin:0px !important;
  }
}
@media only screen and (min-width: 768px) {
	.entry .entry-header {
  	margin: 0px;
  	position: relative;
    display: none !important;
	}
}
/*TEXTOS.*/
.textos{
  font-family: abel;
  line-height: 1.2em !important;
  font-size: 16px;
}

/*TEXTOS DE CADA PROYECTO*/
.texto_post {
  font-family: abel;
  font-size: 16px;
}
.texto_titulo {
  font-weight: bold;
}

table, td {
  font-family: abel;
  font-size: 16px;
  border: 0px !important;
  line-height: 1em !important;
  width: auto;
}

.tabla_titulos {
  font-weight: bold;
}

hr {
  max-width: 100% !important;
  height: 1px !important;
}

/*CONFIGURACIÓN MENU PORFOLIO PRINCIPAL*/
.vp-portfolio {
  font-family: abel;
  font-size: 16px;
  border: 0px;
}
/*.vp-filter {
  background-color: black;
  margin: 0px;
}*/
.vp-filter__style-default .vp-filter__item>* {
  border: 0px !important;
  text-transform: uppercase;
  color: black;
  background-color: transparent !important;
 }
.vp-filter__item-active>* {
  color: red !important;
}
.vp-filter__style-default.vp-filter__align-left{
 justify-content: center !important; 
}

/*NO VER NOMBRES FOTOGRAFÍA EN LOS VISORES DE CADA PROYECTO*/
.vp-pswp .pswp__caption > div {
  visibility: hidden;
}

/*CONFIGURACIÓN PORTFOLIO.
.vp-portfolio__items-style-fade .vp-portfolio__item-overlay {
  background-color: rgba(221,51,51,0.85) !important;
  color: white !important;
}*/