@charset "ISO-8859-1"; 
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700');

body{
    font-family: Rubik;
    font-size: 14px;
}
hr{
    border-color:#B2B2B2
}
/* HEADER */
.logo_pempresas {
    max-width: 250px;
}
.container {
    width: 100%;
    max-width: 1400px;
}
.top-menu{
    min-height:150px;
}
.top-logo{
    margin-top:40px;
    width:250px;
}
.portal-link-button{
    color: #243869;
    cursor: pointer;
}
.portal-link-button:hover{
    text-decoration: none;
}
.portal-link-button:hover .portal-link-icon{
    color:#E43936;
}
.portal-link-icon{
    position:relative;
    top:5px;
    margin-right:10px;
}
.portal-link-text{
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.header-banner{
    color: white;
    min-height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 60px;
}
.header-banner h1{
    text-transform: uppercase;
    font-size: 34px;
    font-weight: bold;
    color: white;
    margin-top:105px;
    margin-bottom: 50px;
}
.header-banner h1 a{
    transition: all 250ms;
    color: white;
}
.header-banner h1 a:hover{
    text-decoration: none;
}
.header-subtitle{
    font-size:16px;
}

/* END HEADER */

/* LEFT FILTERS */

.left-filters{
    margin: 0;
    padding: 0;
}
.left-filters .block{
    background-color: #EDEDED;
    margin-bottom: 40px;
    padding: 40px 35px;
    border: solid 1px #B2B2B2;
    border-radius: 3px;
}
.left-filters .block .title{
    color: #233869;
    font-size: 20px;
    font-weight: bold;
}
.articulate-search .search-input{
    width:100%;
    max-width: 300px;
    height:50px;
    border:solid 2px #243869;
    border-radius: 3px;
    padding:0 5px;
    margin:0 5px 0 0;
    font-size: 16px;
}
.search-box{
    display: flex;
    width:100%;
    justify-content: center;
    align-items: center;
}
.search-button{
    color:white;
    background-color: #E43936;
    box-shadow:none;
    height:50px;
    width:50px;
    border:none;
    border-radius:3px;
    padding:0;
    margin:0;
}
.category-list, .tag-list{
    list-style-type: none;
    padding:0;
}
.category-list a{
    color:#616161;
    font-size:16px;
}
.category-list li{
    margin:15px 0;
}
.tag-list a{
    color:#243869;
    font-size:14px;
    padding:7px;
    border: solid 1px #243869;
    border-radius:3px;
}
.tag-list a:hover{
    color:white;
    background-color:#243869;
    text-decoration: none;
}
.tag-list li{
    display:inline-block;
    margin:15px 5px 15px 0;
}
/* END LEFT FILTERS */

/* BLOG LIST */

.fecha{
    font-size:16px;
    font-style: italic;
    color:#B2B2B2;
}
.title{
    color:#243869;
    font-size:28px;
    font-weight:bold;
    padding:0;
    margin:0 0 10px 0;
    box-sizing:border-box;
    display:block;
}
.titulo-articulo{
    font-size:28px;
    font-weight: bold;
    color: #243869;  
}
.title:hover{
    color:#345dc7;
    text-decoration: none;
}
.post-list-image{
    display:block;
    width:100%;
    height:auto;
    margin-top:30px;
}
.post-excerpt{
    margin:40px 0;
    color:#666666;
    font-size:22px;
}
.older-posts{
    color:#243869;
    margin-left:25px;
}

.newer-posts{
    color:#243869;
    margin-right:25px;
}

.page-number{
    color:#243869;
    font-size:16px;
}

.post-content{
    color:black;
    font-size:16px;
    line-height: 26px;
}

.post-content h3{
    color:#243869;
    font-size:24px;
    font-weight: bold;
    margin:0 0 10px;
    line-height: 24px;
}
.post-content h4{
    color:#243869;
    font-size:20px;
    font-weight: bold;
    margin:0 0 10px;
    line-height: 30px;
}
.post-content h5{
    color:#243869;
    font-size:16px;
    font-weight: bold;
    margin:0 0 10px;
    line-height: 26px;
}
.post-content blockquote{
    color:#243869;
    font-size:20px;
    font-style: italic;
    padding:0;
    margin:0 0 10px;
    border:none;
    line-height: 30px;
}
/* END BLOG LIST */

/* BLOGPOST DETAIL */

.blog-detail-tags{
    display:inline-block;
}
.blog-detail-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-detail-social-link:hover,
.blog-detail-social-link:active,
.blog-detail-social-link:visited{
    text-decoration: none;
}
.blog-detail-social-link img{
    transition: all 250ms;
    margin:0 10px;
}
.blog-detail-social-link img:hover{
    transform:scale(1.1);
}
.blog-detail-social-link img:last-of-type{
    margin:0 0 0 10px;
}
.tag-title{
    font-size: 14px;
    font-weight: bold;
    color:#B2B2B2;
    margin-right:15px;
}
.tag-span{
    font-size: 14px;
    color:#243869;
    padding:8px 10px;
    border: solid 1px #243869;
    border-radius:3px;
    margin:0 15px;
    cursor: pointer;
}
.tag-span:hover{
    color:white;
    background-color:#243869;
    text-decoration: none;
}

.author-info{
    display: flex;
    align-items: center;
}
.author-info-img{
    width:75px;
    height: 75px;
    border-radius: 50%;
    border: solid 2px #243869;
    background-position: center center !important;
    background-size: contain !important;
    background-repeat:no-repeat !important;
    display: inline-block;
}
.author-info-name{    
    font-size: 16px;
    color:#243869;
    font-weight: bold;
    line-height: 16px;
    margin:0;
}
.author-info-date{    
    font-size: 16px;
    color:#B2B2B2;
    font-style: italic;
    line-height: 16px;
    margin-top: 10px;
}
.author-info-detail{
    display: inline-block;
    margin-left: 30px;
}

/* END BLOGPOST DETAIL */

/* FOOTER */
#footer.short {
    padding-top: 50px;
}
#footer {
    background: #233869;
    border-top: 4px solid #0e0e0e;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 70px 0 0;
    padding-top: 70px;
    position: relative;
    clear: both;
}
#footer li{
    line-height: 24px;
}
.footer-titles {
    color: #FFFFFF !important;
    text-transform: uppercase;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: 'Rubik' !important;
}
#footer .contact {
    list-style: none;
    margin: 0;
    padding: 0;
}
#footer .contact p {
    margin-bottom: 10px;
}
#footer .contact i {
    display: block;
    float: left;
    font-size: 30px;
    margin: 7px 25px 10px 0;
    position: relative;
    text-align: center;
    top: -2px;
    width: 16px;
}
#footer a {
    color: #FFF;
}
.contact > li > p > a {
    line-height: 45px;
}
#footer.short .footer-copyright {
    background: transparent;
    border: 0;
    padding-top: 0;
    margin-top: 0;
}
#footer .footer-copyright p {
    color: #FFF;
    margin: 0;
    padding: 0;
}
#legal-links {
    position: relative;
    left: 0;
    bottom: 30px;
}
#legal-links a:nth-of-type(2n) {
    margin: 0 20px;
}
/* END FOOTER */

#pagination {
    display: block;
    margin: 0 auto;
}

.page-number {
    color: #233869;
    display: inline-block;
    border: solid 1px #233869;
    border-radius: 5px;
    text-align: center;
}

.page-number a.active {
    color: white;
    background-color: #233869;
}

.page-number a {
    color: #233869;
    width: 30px;
    padding: 3px 0;
    display: block;
}

.page-number a:hover {
    color: white;
    background-color: #233869;
    text-decoration: none;
}

.noticias-back-arrow {
    padding:0 0 50px;
}

@media (min-width : 768px) {
    .noticias-wrapper {
        padding-top: 50px;
    }
    .portal-link-container {
        margin-top: 55px;
    }
    article.news {
        padding: 0 0 0 40px;
        margin: 0;
    }
}

@media (max-width : 768px) {
    .noticias-wrapper {
        padding-top: 20px;
    }
    .portal-link-container {
        text-align: right;
        width: 100% !important;
        margin: 20px 0;
    }
    article.news {
        padding: 0;
        margin: 0;
    }
}
