@media screen and (min-width: 992px) {
    .asc {
        padding: 30px 40px;
    }
}

.asc {
    padding: 20px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.asc .at-container {
    width: 100%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.asc .at-container h3 {
    width: auto;
    padding: 5px 20px;
    color: #ffffff;
    background-color: #252947;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.asc .at-container h3 span {
    width: 32px;
    height: 32px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#n-ab {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.asc .ab-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#n-ab {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#n-ab .n-card {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    background-image: unset;
    border-radius: 8px;
    transition: ease all 0.2s;
    display: flex;
    flex-direction: column;
}
#n-ab .n-card .nc-icon img {
    width: 100%;
}
#n-ab .n-card:hover {
    background-image: linear-gradient(
        to right bottom,
        #00e5b5,
        #00e5c0,
        #00e5ca,
        #00e5d3,
        #00e5db,
        #00d4db,
        #00c3d7,
        #00b2cf,
        #178db3,
        #286992,
        #2b486d,
        #252947
    );
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
        0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
#n-ab .n-card:hover .n-c-body {
    background-color: #252947;
}
#n-ab .n-card:hover .nc-text h5 {
    color: #00e5e5;
}
#n-ab .n-card:hover .nc-text p {
    color: #ffffff;
}
#n-ab .n-card:hover .nc-bt a {
    background-color: #00e5e5;
}
#n-ab .n-card:hover .nc-bt a span:first-child {
    background-color: #252947;
}
#n-ab .n-card:hover .nc-bt a span:last-child {
    color: #252947;
}
@media screen and (min-width: 992px) {
    #n-ab .n-card {
        width: calc((100% / 3) - 80px);
    }
}
#n-ab .n-card .n-c-body {
    width: 100%;
    padding: 20px;
    background-color: #f5f5f5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    transition: ease all 0.2s;
}
#n-ab .n-card .nc-icon {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#n-ab .n-card .nc-text {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}
#n-ab .n-card .nc-text h5 {
    margin-bottom: 10px;
    text-align: center;
}
#n-ab .n-card .nc-text p {
    height: 105px;
    max-height: 105px;
    color: #5a5a5a;
    text-align: center;
    font-size: 12px;
    overflow: hidden;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}
#n-ab .n-card .nc-bt {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#n-ab .n-card .nc-bt a {
    padding: 3px 5px 3px 3px;
    background-color: #606060;
    border-radius: 20px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#n-ab .n-card .nc-bt a span:first-child {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    padding: 2px;
    background-color: #999999;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
#n-ab .n-card .nc-bt a span:last-child {
    color: #ffffff;
    font-size: 14px;
    font-family: "Quicksand Semibold", -apple-system, BlinkMacSystemFont,
        "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans",
        "Helvetica Neue", Arial, sans-serif;
}

/* ----------------Noticias interno------------------------ */

.nsc {
    width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    display: flex;
}

@media screen and (min-width: 992px) {
    .nsc > div:last-child {
        padding: 30px 40px;
    }

    .nsc > div:last-child #new-html-container {
        width: 80%;
    }
}

.nsc > div:first-child img {
    width: 100%;
    height: auto;
    max-height: 300px;
}

.nsc > div:last-child {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nsc > div:last-child h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
