@font-face {
    font-family: 'ChronicaPro-Book';
    src: url(../fonts/ChronicaPro-Book.ttf);
}
@font-face {
    font-family: 'ChronicaPro-Regular';
    src: url(../fonts/ChronicaPro-Regular.ttf);
}
@font-face {
    font-family: 'ChronicaPro-Bold';
    src: url(../fonts/ChronicaPro-Bold.ttf);
}

body {
    font-family: ChronicaPro-Regular, sans-serif;
    font-size: 14px;
    color: #636b6f;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    font-family: ChronicaPro-Bold, sans-serif;
}

ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}

.wrapper {
    max-width: 100vw;
    overflow: hidden;
}

.content {
    position: relative;
    overflow: hidden;
}


.abs-pos {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.abs-pos.bg-cover {
    background-size: cover !important;
}
.abs-pos.bg-contain {
    background-size: contain !important;
}

.transition {
    transition: all 350ms ease;
    -webkit-transition: all 350ms ease;
    -moz-transition: all 350ms ease;
    -ms-transition: all 350ms ease;
    -o-transition: all 350ms ease;
}

/* SPACING */
.spacing {
    padding: 100px 10px;
}

.regular-spacing {
    padding: 75px 10px;
}

.light-spacing {
    padding: 50px 10px;
}

.thin-spacing {
    padding: 25px 10px;
}

.clearfix {
    display: inline-block;
    width: 100%;
    margin: 0;
}
.clearfix.spacing-lg {
    margin: 25px 0px;
}
.clearfix.spacing-md {
    margin: 15px 0px;
}
.clearfix.spacing-sm {
    margin: 5px 0px;
}

/* WORDPRESS */
.aligncenter {
    text-align: center;
}


nav {
    background-color: #202d55
}

nav .navbar-toggler img {
    width: 20px
}

nav .brand-container img {
    width: 230px
}

@media screen and (max-width: 320px) {
    nav .brand-container img {
        width: 200px
    }
}

nav #navbar-main {
    width: 15% !important;
    margin-left: auto
}

nav #navbar-main ul {
    list-style: none
}

nav #navbar-main ul li {
    display: flex;
    align-items: center;
    justify-content: center
}

nav #navbar-main ul a {
    font-family: “ChronicaPro-Book”, sans-serif;
    color: #fff;
    font-size: 16px;
    text-align: center
}

nav #navbar-main ul .a-home {
    position: relative
}

nav #navbar-main ul .a-home:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 20px;
    width: 1px;
    transform: translateY(-50%);
    background-color: #fff
}

@media screen and (max-width: 368px) {
    nav #navbar-main ul a {
        font-size: 12px
    }
}

@media screen and (min-width: 968px) {
    nav #navbar-main ul a {
        font-size: 18px
    }
}

@media screen and (min-width: 1200px) {
    nav #navbar-main {
        width: 15% !important;
        margin-left: 40%
    }
}

.header-body {
    display: flex;
    flex-flow: column!important;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1001;
}
.header-body .header-top {
    width: 100%;
    background-color: #2d3d71;
    padding: 15px 0;
}
.header-body .header-top ul {
    margin: 0;
    display: flex;
    padding-left: 40px;
}
.header-body .header-top ul li {
    list-style: none;
    margin-right: 20px;
}
.header-body .header-top ul li a {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    text-decoration: none;
}
.header-body .header-top ul li a > img {
    height: 20px;
    margin-right: 10px;
}
.header-body .header-top ul li a > span {
    font-size: 12px;
}

.main-content .cover {
    margin-top: 150px;
    overflow: hidden;
}

@media (max-width: 557px) {
    .header-body .header-top ul {

        flex-flow: wrap;
    }
}

footer {
    background-color: #202d55;
    color: #fff;
    font-family: “ChronicaPro-Book”, sans-serif;
    font-size: 14px;
    padding: 30px 20px 0
}

footer .nose ul {
    list-style: none;
    padding: 0
}

footer .nose ul p {
    font-family: “ChronicaPro-Regular”, sans-serif;
    font-size: 12px
}

footer .nose ul li {
    position: relative;
    padding-left: 25px
}

footer .nose ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px
}

footer .nose .ul-large {
    width: 65%
}

footer .nose .ul-small {
    width: 35%
}

footer .nose > img {
    width: 120px;
    margin: 0 auto
}

footer hr {
    border: .5px solid #75c0dc
}

footer a {
    color: #fff
}

footer a:hover {
    color: #fff;
    text-decoration: none
}

@media screen and (min-width: 768px) {
    footer {
        padding: 30px 60px 0
    }

    footer .nose .ul-large {
        width: 45%
    }

    footer .nose .ul-small {
        width: 20%;
        margin-right: 10%
    }

    footer .nose > img {
        width: 150px;
        margin: 0
    }
}

@media screen and (min-width: 968px) {
    footer {
        padding: 30px 100px 0
    }

    footer .nose .ul-large {
        width: 40%
    }

    footer .nose .ul-small {
        width: 25%;
        margin-right: 10%
    }
}

@media screen and (min-width: 1200px) {
    footer .nose .ul-large {
        width: 30%
    }

    footer .nose .ul-small {
        width: 15%;
        margin-right: 30%
    }

    footer .nose > img {
        width: 170px
    }
}

@media screen and (min-width: 1350px) {
    footer .nose .ul-small {
        margin-right: 35%
    }
}

#comunicados #banner .section-title {
    text-align: center;
    height: 30vh;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
}
#comunicados #banner .section-title h1 {
    color: #FFFFFF;
}
#comunicados #archive .boxes {
    margin-top: -30px;
}
#comunicados #archive .box {
    margin-top: 30px;
}
#comunicados #archive .box .img-container {
    position: relative;
    height: 225px;
    margin-bottom: 1rem;
}
#comunicados #archive .box .img-container img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#comunicados #archive .box .com-content p.date {
    margin-bottom: 0;
}
#comunicados #archive .box .com-content p.date a {
    color: #636b6f;
}
#comunicados #archive .box .com-content h2.title {
    font-size: 1.8rem;
    margin: 0;
    margin-bottom: 1rem;
    color: #636b6f;
}
#comunicados #archive .box .com-content h2.title a {
    color: #636b6f;
    letter-spacing: 1px;
}
#comunicados #archive .box .com-content p.excerpt {
    font-size: 14px;
    line-height: 1.4;
    height: calc(14px * 1.4 * 3);
    overflow: hidden;
}
#comunicados #archive .box .com-content a.more {
    background-color: #202d55;
    width: 100%;
    display: block;
    color: #FFF;
    text-align: center;
    padding: 4px 10px;
    transition: 300ms ease all;
}
#comunicados #archive .box .com-content a.more:hover {
    background-color: #202d55;
}
#comunicados #single-content .section-title p.date {
    margin-bottom: 0;
}
#comunicados #single-content .section-title h1 {
    margin: 0;
    margin-bottom: 2rem;
}
#comunicados #single-content img {
    max-width: 100%;
    height: auto;
}
#comunicados #related {
    background-color: #f2f2f2;
}
#comunicados #related .section-title h1 {
    margin: 0;
}

@media (max-width: 991px) {
    .h1, h1 {
        font-size: 30px;
    }

    .h2, h2 {
        font-size: 26px;
    }

    #comunicados #archive .box .com-content p.date {
        text-align: center;
    }

    #comunicados #archive .box .com-content h2.title {
        text-align: center;
    }

    #comunicados #single-content .section-title {
        text-align: center;
    }

    #comunicados #related .section-title h1 {
        text-align: center;
    }
}