/*Xunta Fonts Load*/
@font-face {
    font-family: "xuntasans-bold";
    src: url("../fonts/XuntaSans-Bold.woff2");
}

@font-face {
    font-family: "xuntasans-italic";
    src: url("../fonts/XuntaSans-Italic.woff2");
}

@font-face {
    font-family: "xuntasans-regular";
    src: url("../fonts/XuntaSans-Regular.woff2");
}

/* Fonts definition */
a, h1, p, h2{
    font-family: xuntasans-regular;
}

h5{
    font-size: 18px !important;
}

strong{
    font-family: xuntasans-bold;
}

a:not(a.btn-lg){
    font-size: 14px !important;
}

/*Common page styles*/
div.body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

div.main{
    flex: 1;
}

/* Article date */
.month-year {
    display: flex;
    flex-direction: column;
}

.month-year .year{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.month-year .month:first-of-type{
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
/*HEADER BLOCK*/
#header .header-body{
    border: 0;
}

/*FOOTER BLOCK*/
#footer{
    border: 0;
    padding: 0;
    background-color: #F4F4F4;
    margin-top: 0;
}

#footer .footer-copyright{
    margin-top: 0;
}

#footer .footer-social-icons{
    margin-top: 1rem;
}

/*Footer block users*/
.blog-autonomo {
    margin-top: 30px;
}

.blog-autonomo section.section-footer{
    padding-top: 20px;
}

/*Newsletter block*/
.block-simplenews p, .block-simplenews h2{
    margin-bottom: 0;
}

.block-simplenews h2{
    margin-top: 1rem;
}
/*View Blog: Novas*/
.blog-novas, .blog-autonomo{
    text-align: center;
    background: #F4F4F4;
}

.blog-novas .row, .blog-autonomo .row{
    text-align: left;
}
/*Pager*/
.blog-novas .pagination, .blog-autonomo .pagination{
    margin: 0;
    padding-bottom: 40px;
}

li.pager-ellipsis{
    display: none !important;
}

/*View Escaparate virtual*/
.escaparate-virtual{
    text-align: center;
}

.escaparate-virtual .portfolio-list{
    text-align: left;
}

.escaparate-virtual .view-filters{
    text-align: left;
}

/*Novas especificas autonomo*/
.blog-autonomo .row{
    margin-left: -7px;
}

/* Title each nova in novas view */
.view-display-id-blog_latest_no_hd div.inside a{
  font-size: 19px !important;
}

.node-article div.post-content h2 a{
  font-size: 20px !important;
}

/* Documentos view title of each title  */
.view-portfolio-page h2.shorter a{
  font-size: 19px !important;
}