/*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;
}
/*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;
}