/* Article */
.article {
    padding: 13px;
    box-shadow: 0 0 1px;
}
.article a {
    color: white;
    text-decoration: none;
    color: #00AEFF;
    float: right;
    font-weight: bold;
    font-size: 18px;
}
.article img {
    width: 100%;
    padding-bottom: 0px !important;
}

.article-index {
    margin-top: 40px;
}
.article-index h2 {
    font-size: 26px;
    text-align: center;
}
.article-index h3 {
    font-size: 22px !important;
    text-align: start;
    margin: 10px 10px 0px 10px;
}
.article-index p {
    margin: 10px 10px 0px 10px;
    text-align: inherit !important;
}
.article-index img {
    width: 100%;
}
.subtitulo a {
    color: #00AEFF !important;
}
.subtitulo a:hover {
    color: #00AEFF !important;
    text-decoration: none;
}
.article-blog {
    margin-top: 40px;
}
.article-blog h2 {
    font-size: 26px;
}
.article-blog h3 {
    font-size: 22px !important;
    text-align: start;
    margin: 10px 10px 0px 10px;
}
.article-blog p {
    margin: 10px 10px 0px 10px;
    text-align: inherit;
}
.article-blog p.pie {
    text-align: center !important;
    color: grey !important;
}
.article-blog a {
    color: #00AEFF;
} 
.article-blog img {
    width: 600px;
}
.article-blog .col-read-more {
    position: relative !important;
}
.article-blog .read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 18px;
}

/* Colocacion Banner */
.fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
}
.banner img {
    margin-top: 0px !important;
    width: 250px !important;
    height: 800px !important;
}

@media only screen and (max-width: 560px) {
    .first-container h1 {
        margin: 80px 10px 0px 10px !important;
        font-size: 26px !important;
    }
    .first-container p {
        font-size: 18px !important;
    }
    h2 {
        font-size: 24px;
    }
    p {
        font-size: 16px;
    }
    .article-index h2 {
        font-size: 24px;
        margin-top: 13px;
    }
    .article-blog h2 {
        font-size: 24px;
        margin-top: 13px;
    }
    .article-index img {
        width: 100% !important;
    }
    .article-blog img {
        width: 100% !important;
        padding: 15px;
    }
    .banner img {
        margin-top: 28px !important;
        width: 250px !important;
        height: 800px !important;
    }
}