#txt27 {
    font-size: 35px;
    color: black;
    margin-left: 30px;
}

#txtnot {
    color: black;
    margin-top: 10px;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    transition: 0.3s;
    border-radius: 5px;
    height: 405px;
    width: 298px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.container22 {
    padding: 2px 16px;
    color: black;
}

.row {
    margin-top: 30px;
}

#xl {
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 43%
}

#fechanot {
    color: #7777777d;
    margin-top: 15px;
}

/*compartir inicio*/
.container23 {
    padding: 2px 16px;
    color: black;
}

#i11 {
    padding-left: 0px;
}

#i22 {
    padding-left: 0px;
}

#i33 {
    padding-left: 0px;
}

#fbnot {
    position: relative;
    display: block;
    color: white;
    font-size: 15px;
    height: 28px;
    width: 28px;
    background: #66bc66;
    line-height: 30px;
    border-radius: 50%;
    margin: 0 4px;
    cursor: pointer;
    transition: .5s;
}

#fbnot:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0px;
    height: inherit;
    width: inherit;
    border-radius: 50%;
    transform: scale(.9);
    z-index: -1;
    transition: .5s;
}


#sharenot {
    color: black;
    margin-top: 5px;
}

#redesnot {
    margin-left: 157px;
    margin-top: 64px;
    display: flex;
}

#redesnot1{
    margin-left: 157px;
    margin-top: 42px;
    display: flex;
}

#imgnoticias{
    width: 295px;
    height: 154px;
}
/**/
paginacion .pagination {
    margin: 25px 0 15px 0;
}

.pagination,
.pagination #paga {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination #pag {
    background: #66bc66;
    list-style: none;
}

.pagination #paga{
    text-decoration: none;
    color: #fdfdfd;
    height: 50px;
    width: 50px;
    font-size: 18px;
    padding-top: 1px;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-right-width: 0px;
    box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.35);
}

.pagination #pag:last-child #paga {
    border-right-width: 1px;
}

.pagination #pag #paga:hover {
    background: rgba(255, 255, 255, 0.2);
    border-top-color: rgba(0, 0, 0, 0.35);
    border-bottom-color: rgba(0, 0, 0, 0.5);
}

.pagination #pag #paga:focus,
.pagination #pag #paga:active {
    padding-top: 4px;
    border-left-width: 1px;
    background: rgba(255, 255, 255, 0.15);
    box-shadow: inset 0px 2px 1px 0px rgba(0, 0, 0, .25);
}

.pagination #pag:first-child span {
    padding-right: 8px;
}

.pagination #pag:last-child span {
    padding-left: 8px;
}

.content {
    margin-top: 140px;
}

/**/
@media all and (max-width: 968px) {
    .card {
        margin-top: 28px;
    }
}
