.titulonoticia{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 3.8vh;
    line-height: 5.5vh;
    text-align: center;
    text-transform: uppercase;
    color: #101010;
}
.subtitulonoticia{
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 2.8vh;
    line-height: 3.5vh;
    text-transform: uppercase;
    color: #101010;
}
.contenidonoticia{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 2vh;
    line-height: 3.4vh;
    text-align: justify;
    color: #000000;
}
.fuentenoticia{
    font-family: Open Sans;
    font-style: normal;
    font-weight: 500;
    font-size: 2vh;
    line-height: 3.4vh;
    text-align: justify;

}
.divisor{
    border: 4px solid rgb(33, 119, 240);
    border-radius: 600px /8px;
    height: 0px;
    text-align: center;
    box-shadow: 0px 1px 15px 1px rgba(33, 119, 240, 0.452);
}

.custombtn{
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 1px 25px 19px rgba(33, 118, 240, 0.05);
    border-radius: 10px !important;
    border: none !important;
}

.btncomentario{
    border: none;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 1.6vh;
    line-height: 5vh;
    color: #FFFFFF;
    background: #2176F0;
    box-shadow: 0px 0px 16px rgba(33, 118, 240, 0.56);
    border-radius: 10px;
}
