/* Minification failed. Returning unminified contents.
(989,27): run-time error CSS1038: Expected hex color, found '#000c'
 */
.blog-container {
    max-width: 1200px;
    margin: 0 auto;
}
/*Header blog*/
.header-blog {
    background-color: #f2f2f2;
    position: sticky;
    top: 0;
    z-index: 99999999;
    overflow: hidden;
}

.header-blog__inner {
    max-width: 1200px;
    margin: auto;
}

.header-blog__icon-hamburguesa-conteiner {
    display: none;
}

.header-blog__nav-background {
    display: none;
}

.header-blog__inner-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-blog__logo {
    margin-left: 0px;
}

.header-blog__sections {
    height: 100%;
    padding: 15px 0px;
}

.header-blog__section {
    display: inline-block;
    color: #4c4c4c;
    padding: 10px 0;
    margin: 0 10px;
    cursor: pointer;
    font-weight: 300;
    font-size: 1em;
}

.header-blog__box-sections,
.header-blog__box-sections-title {
    display: none;
}

.header-blog__section--active {
    border-bottom: 3px solid #ff6900;
}

.header-blog__box {
    background: #332e80;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    padding: 5px 10px;
    cursor: pointer;
    height: 35px;
    border-radius: 10px;
    margin-left: 1em;
}

.header-blog__search-section {
    display: flex;
    align-items: center;
}

.base__input-search {
    margin: 20px 0 20px 0;
    display: flex;
}

.base__input-search > input {
    border: none;
    width: 90%;
    outline: none;
    max-width: none;
    padding: 5px 10px;
    border-radius: 5px 0 0 5px;
}

.base__input-search > button {
    border: none;
    background-color: #332e80;
    width: 40px;
    color: #ffffff;
    border-radius: 0 5px 5px 0;
}

/*Home Blog*/
.home-blog__content {
    display: grid;
    grid-template-columns: 2fr 300px;
    grid-gap: 50px;
}

.home-blog__articles {
    display: grid;
    justify-items: flex-start;
    margin: auto;
    grid-row-gap: 60px;
    grid-column-gap: 40px;
    transition: 2s;
}

    .home-blog__articles > .article-box:hover .article-box__title {
        transition: 0.5s;
        color: #332e80;
    }

.home-blog__articles-featured {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    padding-bottom: 20px;
    margin: 70px auto 80px auto;
    grid-gap: 15px;
}

.home-blog__articles-featured-item-1 {
    grid-row: 1/3;
    height: 520px;
}

.home-blog__articles-featured-item-1 .article-box-featured__content {
    min-height: auto;
}

.home-blog__articles-featured-item-1 .article-box-featured__title {
    font-size: 2.5em;
    line-height: 1.3em;
}

.home-blog__articles-featured-item-2 {
    grid-column: 2/4;
    height: 75%;
}

    .home-blog__articles-featured-item-2 .article-box-featured__title {
        font-size: 2em;
    }

.home-blog__articles-featured-item-3 {
    margin-top: -95px;
}

    .home-blog__articles-featured-item-3 .article-box-featured__title {
        font-size: 1.5em;
    }

.home-blog__articles-featured-item-4 {
    margin-top: -95px;
}

.home-blog__articles-featured-item-4 .article-box-featured__title {
    font-size: 1.5em;
}

.home-blog__articles-featured-item-1 .article-box-featured__title > span,
.home-blog__articles-featured-item-2 .article-box-featured__title > span,
.home-blog__articles-featured-item-3 .article-box-featured__title > span,
.home-blog__articles-featured-item-4 .article-box-featured__title > span {
    font-weight: 300;
}

.home-blog__articles-featured-item-3 .article-box-featured__title > span,
.home-blog__articles-featured-item-4 .article-box-featured__title > span {
    font-size: 20px;
}

.home-blog__articles-featured-item-1:hover .article-box-featured__title,
.home-blog__articles-featured-item-2:hover .article-box-featured__title,
.home-blog__articles-featured-item-3:hover .article-box-featured__title,
.home-blog__articles-featured-item-4:hover .article-box-featured__title {
    color: #f86453;
}

.home-blog__paginator-conteiner {
    text-align: center;
    margin: 2em;
}

.home-blog__aside-shared {
    margin: auto;
    padding-bottom: 50px;
    max-width: 300px;
    margin-top: 30px;
}

.home-blog__aside-shared img {
    width: 100%;
    height: 100%
}

.home-blog__aside-shared > div {
    display: flex;
    margin-top: 10px;
}

    .home-blog__aside-shared p {
        font-size: 1.5em;
    }

    .home-blog__aside-shared > div > a {
        border-radius: 50%;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 7px;
        overflow: hidden;
    }

.home-blog__aside {
    position: sticky;
    top: 100px;
}

/*ads*/
.ad-big-image {
    width: 300px;
    height: 630px;
    margin: 0 0 0 auto;
}

    .ad-big-image img {
        max-width: 100%;
        height: auto;
    }

.ad-small {
    display: grid;
    grid-template-columns: 200px 2fr;
    border-bottom: 1px solid #e2e2e2 !important;
    margin: 20px 0;
    border: inherit;
    padding: 30px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    grid-gap: 70px;
}

    .ad-small:hover .ad-small__description {
        color: #ff6900;
    }

.ad-small__picture {
    height: 100%;
    display: block;
}

    .ad-small__picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin: initial !important;
    }

.ad-small__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
}

.ad-small__title {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 300;
    color: #4d4d4d;
    font-size: 19px;
    padding: 0px;
}

.ad-small__description {
    font-size: 30px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-weight: 400;
    color: #4d4d4d;
}

    .ad-small__description p {
        margin: 0px;
        font-size: 25px;
    }

/*Box article*/
.article-box {
    border: 1px solid #ccc;
    display: block;
}

    .article-box.article-box--horizontal {
        display: grid;
        grid-template-columns: 330px 500px;
        border-bottom: 1px solid #e8e8e8 !important;
        border: inherit;
        padding-bottom: 30px;
    }

.article-box__picture {
    height: 200px;
    display: block;
    min-width: 330px;
}

.article-box__content .article-box__title:hover {
    color: #f86453;
}

.article-box:hover .article-box__title {
    color: #f86453;
}

.article-box__picture figure {
    height: 100%;
}

.article-box__picture img {
    width: 100%;
    height: 100%;
}

.article-box__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    width: 100%;
}

.article-box--horizontal .article-box__content {
    padding-left: 45px;
}

.article-box__title {
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #4d4d4d;
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
}

.horizontal__line {
    border-top: 1px solid lightgray;
    width: 100%;
    margin: 10px 0;
}

.article-box--horizontal .article-box__title {
    height: auto;
    margin-bottom: 5px;
    border-bottom: initial;
}

.article-box__summary-content {
    font-size: 15px;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-weight: 300;
    line-height: 17px;
    height: 90px;
    margin-top: 15px;
}

.home-blog__articles .article-box__summary-content {
    margin-top: 0px;
    height: auto;
    margin-bottom: 10px;
    text-align: left;
}

.article-box__summary-content > p {
    margin-bottom: initial;
    text-align: left;
}

.article-box__footer {
    margin-top: 5px;
}

.article-box__text-read-more {
    font-size: 13px;
    color: #332e80;
    font-weight: bold;
}
/*Box article featured*/
.article-box-featured {
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
}

    .article-box-featured::before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        background-color: #000;
        position: absolute;
        opacity: 0.5;
        left: 0;
        z-index: 1;
    }

.article-box-featured__picture {
    height: 100%;
}

    .article-box-featured__picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.article-box-featured__content {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article-box-featured__title {
    color: #fff;
    text-align: left;
    font-weight: bold;
    padding: 25px;
}

/*general paginator*/
.paginator-conteiner {
    display: inline-flex;
}

    .paginator-conteiner > * {
        padding: 10px 20px;
        border-right: 1px solid #ccc;
    }

    .paginator-conteiner a {
        color: #4c4c4c;
    }

    .paginator-conteiner > *:last-child {
        border-right: initial;
    }

.paginator-conteiner__item--active > a {
    color: #f86453;
}
/*Sections*/
.section-blog__wrapper {
    max-width: 1600px;
    margin: auto;
    padding-top: 10px;
}

.section-blog__title-conteiner {
    display: flex;
    flex-direction: column;
}

    .section-blog__title-conteiner > small {
        color: #332e80;
    }

        .section-blog__title-conteiner > small > a {
            color: #332e80;
        }

.section-blog__breadcrum {
    z-index: 999;
    width: 100%;
    font-weight: bold;
    color: #959595;
}

.section-blog__title {
    font-weight: bold;
    font-size: 2em;
    display: inline-block;
    border-bottom: 1px solid #ccc;
    padding: 30px 0px 10px 0;
    color: #959595;
    margin-bottom: 30px;
}

.section-blog__articles-conteiner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
    margin: auto;
    grid-gap: 25px;
}

.section-blog__no-article {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-blog__no-article > p {
    font-size: 30px;
    font-weight: 300;
}

.section-blog__paginator-conteiner {
    text-align: center;
    margin: 2em;
}

/* article detail page */
.article-detail {
    display: grid;
    grid-template-columns: 1fr 300px;
    margin: 10px auto;
    grid-gap: 50px;
}

.article-detail__content p {
    background-color: #f5f5f5 !important;
}

.article-detail__content b {
    background-color: #f5f5f5;
}

.article-detail__content span {
    background-color: #f5f5f5;
}

.article-detail__header > small {
    color: #959595;
}

    .article-detail__header > small > a {
        color: #332e80;
    }

.article-detail__header > .article-detail__breadcrum {
    display: block;
    font-weight: bold;
    width: 100%;
}

.article-detail__title {
    display: block;
    font-size: 2.4em;
    color: #4d4d4d;
    font-weight: bold;
    margin-top: 40px;
    height: auto;
    margin-bottom: 10px;
}

.article-detail__figure-conteiner {
    margin: 2em 0;
}

    .article-detail__figure-conteiner img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

.article-detail__shared-conteiner {
    display: flex;
    align-items: center;
    margin: 10px 0 40px;
}

    .article-detail__shared-conteiner > p {
        display: inline-block;
        margin-right: 10px;
        font-weight: bold;
        margin-bottom: initial;
    }

    .article-detail__shared-conteiner > a {
        display: inline-block;
        margin-right: 5px;
        cursor: pointer;
    }

    .article-detail__shared-conteiner img {
        width: 30px;
        height: 30px;
        margin: 5px;
        border-radius: 50%;
    }

.article-detail__text-content {
    font-weight: 400;
    font-size: 18px;
}

.e-xhtml > p > a {
    color: #2196f3;
}

.e-xhtml > p > a:hover{
    text-decoration: underline;
}

    .article-detail__text-content img {
        display: block;
        margin: 1em auto;
    }

    .article-detail__text-content .MsoNormalTable {
        margin: 0 auto;
    }

.article-detail__image-content {
    width: 100%;
}

.article-detail__aside {
    padding-left: 25px;
    margin-left: -25px;
    border-left: 1px solid #e2e2e2;
}

.article-detail__reading {
    background: #332e80;
    padding: 10px 15px;
    margin-bottom: 1em;
    border-radius: 5px;
}

.article-detail__reading > p {
    color: #ffffff;
    font-size: 16px!important;
    text-align: center;
}

.article-detail__aside-shared {
    margin: 0px 0 30px;
    padding-bottom: 20px;
    margin-top: 65px;
}

    .article-detail__aside-shared img {
        width: 30px;
        height: 30px;
        margin: 5px;
        border-radius: 50%;
    }

    .article-detail__aside-shared p {
        font-size: 1.5em;
    }

    .article-detail__aside-shared > div {
        display: flex;
        margin-top: 10px;
    }

        .article-detail__aside-shared > div > div {
            border-radius: 50%;
            width: 30px;
            height: 30px;
            margin-right: 7px;
            overflow: hidden;
        }

.article-detail__lastest-article > a {
    margin-bottom: 30px;
    display: block;
}

.article-detail__aside .articulos-recientes {
    margin-top: 30px;
    text-align: center;
    font-weight: 400;
    font-size: 1.8em;
    margin-bottom: 1rem;
}

.article-detail__lastest-article img {
    max-width: 100%;
    height: auto;
}

.article-detail__lastest-article h3 {
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 300;
    margin-top: 10px;
    text-align: center;
}

.article-detail__aside-shared-compartir {
    display: none;
}

.article-detail__featured-articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1em;
    margin-bottom: 2em;
}

.article-detail__featured-articles > a {
    text-decoration: none;
    color: #4d4d4d;
}

.article-detail__featured-articles > a > h5 {
    font-size: 1.2rem;
    font-weight: 300;
    margin-top: 10px;
}

.article-detail__featured-img {
    width: 100%;
    height: 180px;
}

.article-detail__featured-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 1em;
}

.article-detail__featured-img > img {
    width: 100%;
    object-fit: contain;
}

.article-detail__socials > a {
    margin-right: 20px;
}

.article-detail__socials > a > i {
    font-size: 30px;
    color: #959595;
    transition: color .5s ease-in;
}

.article-detail__socials > a > i:hover {
    color: #332e80;
}

.medioPagoImg, .logoPlacetoPay {
    display: none;
}

/*breackpoints*/
@media screen and (max-width: 1199px) {
    .header-blog__inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    .header-blog__section {
        margin: 0 20px;
    }

    .section-blog__articles-conteiner {
        margin: 0px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .section-blog__breadcrum {
        padding-left: 15px;
    }

    .section-blog__title {
        padding-left: 15px;
    }

    .article-detail__lastest-article {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 25px;
        padding: 10px;
        margin-bottom: 20px;
    }

    .article-detail {
        grid-template-columns: 1fr;
        margin: 0px;
        grid-gap: 0px;
        padding: 30px;
    }

    .article-detail__aside-box {
        display: none;
    }

    .article-detail__lastest-article > a {
        margin-bottom: 0px;
    }

    .article-detail__separador {
        border-top: 1px solid #e2e2e2;
        width: 90%;
        margin: 0 auto;
    }

    .article-detail__shared-conteiner {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .article-detail__shared-conteiner > a:nth-child(3) {
            padding-right: 30px;
        }

    .article-detail__aside {
        border-left: none;
    }

    .article-detail__aside-shared {
        display: none;
    }

    .article-detail__aside-shared-compartir {
        display: flex;
        justify-content: center;
        align-items: center;
        border-left: 1px solid gray;
        padding-left: 10px;
    }

    .article-detail__aside-shared-compartir > p {
        font-weight: bold;
        margin-right: 1em;
    }

    .article-detail__text-content .MsoNormalTable {
        width: 100% !important;
    }

    .article-box {
        width: 100%;
    }

    .ad-big-image {
        display: none;
    }

    .home-blog__aside {
        display: none;
    }

    .home-blog__content {
        display: flex;
        justify-content: center;
        grid-gap: 0px;
    }

    .home-blog__articles {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .article-box-featured__title > span {
        font-size: 20px;
    }

    .home-blog__articles-featured-item-1 .article-box-featured__title {
        font-size: 2.1em;
    }

    .home-blog__articles-featured-item-2 .article-box-featured__title {
        font-size: 1.6em;
    }

    .home-blog__articles-featured-item-3 .article-box-featured__title {
        font-size: 1.4em;
    }

    .home-blog__articles-featured-item-4 .article-box-featured__title {
        font-size: 1.4em;
    }
}

@media screen and (max-width: 1024px) {
    .section-blog__articles-conteiner {
        grid-template-columns: 1fr 1fr;
        padding: 20px;
    }
}

@media screen and (max-width: 900px) {
    /*Header blog*/
    .header-blog {
        padding: 10px 0;
        overflow: initial;
    }

    .header-blog__box {
        display: none;
    }

    .header-blog__box-sections {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #332e80;
        color: white;
        border-radius: 10px;
        width: 50%;
        height: 30px;
        text-align: center;
        font-weight: bold;
        margin-top: 50px;
    }

    .header-blog__box-sections-title {
        display: block;
        margin-top: 40px;
        margin-bottom: 50px;
        color: white;
        font-weight: bold;
        font-size: 2rem;
    }

    .header-blog__icon-hamburguesa-conteiner {
        display: block;
        align-self: center;
        justify-self: center;
    }

    .header-blog__logo {
        margin-right: 25px;
    }

    .header-blog__inner {
        grid-template-columns: 50px 1fr;
        padding: 0;
    }

    .header-blog__inner-content {
        justify-self: center;
    }

    .header-blog__nav {
        position: absolute;
        left: -100%;
        z-index: 1000000;
        height: 100vh;
        top: 60px;
        width: 100%;
        transition: 0.5s;
    }

    .header-blog__nav-background {
        background-color: #000c;
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100%;
        opacity: 0 !important;
        z-index: 100000;
        transition: 2s;
    }

    .header-blog__nav-inner {
        border: 1px solid;
        background-color: #fff;
        height: 100%;
        width: 100%;
    }

        .header-blog__nav-inner > .header-blog__sections {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 0;
            padding: 0;
            background-color: black;
            opacity: 0.9;
            border-left: 1px solid white;
            border-right: 1px solid white;
            border-bottom: 1px solid white;
        }

    .header-blog__section {
        border-bottom: 1px solid white;
        width: 95%;
        text-align: center;
        color: white;
    }

    /*Home Blog*/
    .blog-container {
        margin-top: -60px;
    }

    .home-blog__content-container {
        margin: 0;
    }

    .home-blog__content {
        grid-template-columns: 1fr;
    }

        .home-blog__content .ad-big-image {
            display: none;
        }

    .home-blog__articles {
        grid-template-columns: initial;
    }

    .home-blog__articles-featured {
        display: block;
        grid-template-columns: initial;
        margin: 70px auto 30px auto;
    }

    .home-blog__articles-featured-item-1 .article-box-featured__content,
    .home-blog__articles-featured-item-2 .article-box-featured__content,
    .home-blog__articles-featured-item-3 .article-box-featured__content,
    .home-blog__articles-featured-item-4 .article-box-featured__content {
        margin-bottom: 0px;
    }

    .home-blog__articles-featured-item-1 .article-box-featured__title,
    .home-blog__articles-featured-item-2 .article-box-featured__title,
    .home-blog__articles-featured-item-3 .article-box-featured__title,
    .home-blog__articles-featured-item-4 .article-box-featured__title {
        font-size: 25px;
        line-height: 30px;
        padding: 10px;
        text-align: center;
    }

    .home-blog__articles-featured-item-2,
    .home-blog__articles-featured-item-1 {
        grid-row: initial;
    }

    .home-blog__articles-featured-item-1,
    .home-blog__articles-featured-item-2,
    .home-blog__articles-featured-item-3,
    .home-blog__articles-featured-item-4 {
        height: 250px;
        margin: 0;
        margin-bottom: 10px;
    }

    .home-blog__aside-shared {
        display: block;
        text-align: center;
    }

        .home-blog__aside-shared > div {
            display: block;
        }
    /*Sections*/

    .section-blog__articles-conteiner {
        grid-template-columns: initial;
        padding: 0px;
    }

    .section-blog__breadcrum {
        top: 55px;
        padding-top: 20px;
    }

    /* article detail page */
    .article-detail {
        grid-template-columns: 1fr;
        margin: 0;
        padding: 0px;
    }

    .article-detail__content {
        padding: initial;
        border-right: initial;
    }

    .article-detail__header {
        padding-top: 40px;
    }

        .article-detail__header > .article-detail__breadcrum {
            top: 58px;
            padding-left: 10px;
            position: absolute;
        }

    .article-detail__aside {
        padding: initial;
        border-left: initial;
        margin: 0;
    }

    .article-detail__text-content {
        padding: 20px;
        max-width: 95%;
        margin: 0 auto;
        text-align: center;
    }

        .article-detail__text-content img {
            margin: 0;
        }

    .article-detail__title {
        font-size: 1.5em;
        padding: 10px;
    }

    .article-detail__header small {
        padding-left: 10px;
    }

    .article-detail__lastest-article h5 {
        padding: 5px;
        text-align: center;
        font-size: 1em;
    }

    .article-detail__shared-conteiner {
        margin: 0;
        padding-bottom: 40px;
    }

    /*Box article*/
    .article-box__content {
        text-align: center;
    }

    .article-box.article-box--horizontal {
        grid-template-columns: 1fr;
        padding: 0px;
    }

    .article-box--horizontal .article-box__content {
        padding-left: 15px;
        text-align: center;
        margin-top: 5px;
    }

    .article-box--horizontal .article-box__title {
        height: auto;
        margin-bottom: 15px;
        border-bottom: 1px solid #cccccc;
    }

    .article-box__title {
        height: auto;
        padding-bottom: 15px;
    }

    .article-box__summary-content {
        height: auto;
        margin-bottom: 5px;
        text-align: left;
    }

    /*ads*/
    .ad-small {
        grid-gap: 20px;
        grid-template-columns: 100px 2fr;
        margin: 0;
    }

    .ad-small__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: initial;
    }

    .ad-small__picture {
        height: 100%;
    }

    .ad-small__description {
        font-size: 13px;
    }

        .ad-small__description p {
            font-size: 15px;
            text-align: left;
        }

    .ad-small__title {
        font-size: 17px;
    }

    .home-blog__aside-shared {
        margin-top: 0px;
    }

    #icon-whatsapp {
        margin-right: 10px;
    }
}

@media screen and (max-width:380px) {
    .article-detail {
        grid-template-columns: 1fr;
        margin: 0;
        padding: 0;
    }

    .article-detail__text-content {
        margin: 0;
        text-align: center;
        padding: 10px 20px 10px 15px;
        max-width: 100%;
    }

    .article-detail__shared-conteiner {
        margin: 0;
        padding: 10px;
    }
}

