@font-face {
  font-family: 'sofiapro-light';
  src: url("font/sofiapro-light.eot");
  src: url("font/sofiapro-light.eot?#iefix") format("embedded-opentype"), url("font/sofiapro-light.woff2") format("woff2"), url("font/sofiapro-light.woff") format("woff"), url("font/sofiapro-light.ttf") format("truetype"), url("font/sofiapro-light.svg#sofiapro-light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'NexaSlab-Regular400';
  src: url("font/NexaSlab-Regular400.eot");
  src: url("font/NexaSlab-Regular400.eot?#iefix") format("embedded-opentype"), url("font/NexaSlab-Regular400.woff2") format("woff2"), url("font/NexaSlab-Regular400.woff") format("woff"), url("font/NexaSlab-Regular400.ttf") format("truetype"), url("font/NexaSlab-Regular400.svg#NexaSlab-Regular400") format("svg");
  font-weight: normal;
  font-style: normal; }


/*HEADER*/
.l-subheader.at_middle.width_full{background: rgba(0,0,0,.93) !important;}
.w-nav-title{color: #a6a6a6;}
.w-nav-title:hover{color: #fff;}
.current-menu-item .w-nav-title{color:#d69c4f !important; border-bottom:2px solid #d69c4f;}

.title-slider{font-family: "NexaSlab-Regular400",sans-serif !important; color:#fff; font-size:90px; font-weight:700;}
.title-slider h2{font-family: "NexaSlab-Regular400",sans-serif !important; color:#fff; font-size:90px; font-weight:700;}
.w-socials-item{
    margin-right: 5px;
    background: #232323!important;
    color: #d69c4f;
}
.w-socials-item a {color: #d69c4f !important;
    line-height: 2em;
    width: 2em;}


/*Footer*/
.l-footer{font-family: 'sofiapro-light' !important;font-size: 13px; color: #a6a6a6; }
.l-footer section{padding-top:25px;}
.menu-footer-categorias li a{font-family: 'sofiapro-light' !important;font-size: 13px; color: #a6a6a6;}
.uvc-sub-heading.ult-responsive{font-size: 13px;
    color: #a6a6a6;}
.l-footer h6{color:#fff !important; font-size:17px;}
.l-footer h6:after{   
    content: "\03e";
    color: #d69c4f;
    margin-left: 10px;
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*HOME*/
.w-grid-list .post_title{margin:0 auto; text-align:center;}
.w-grid-list .post_content{text-align: center;}
.w-grid-list .boton-de-articulos{margin:0 auto;}

.g-loadmore-btn{background:#000 !important;}
.g-loadmore-btn span{color:#fff !important;}

/*BLOG*/
.fixed{
    position: fixed;
    top: 20px;
    width: 22%;
    max-width:285px;
}

.single-post .g-cols.wpb_row.type_default.valign_top.vc_inner {margin-bottom:30px;}
.single-post .aio-icon-component{
	background: #e9e9e9;
    padding: 10px 20px;
    margin: -25px 0 30px;
}
.single-post .simple-post-dato{
	background: #e9e9e9;
    padding-top: 30px;
    padding-bottom: 30px;
}
.category-galeria .entry-title{text-align:center !important;}

@media screen and (max-width: 768px) 	{
.fixed{
    position: static;
    top: 20px;
    width: 100%;
    max-width:none;
}
}