/*mobil*/
@media (max-width: 450px) {
    .detalle_noticia img, .detalle_noticia table {
        height: 100%!important;
        width: 100%!important;
    }
}

@media (max-width: 768px) {
    .mt-xs-3 {
        margin-top: 1rem !important;
    }
    .detalle_noticia img, .detalle_noticia table {
        max-width: 100%!important;
        max-height: 100%!important;
    }
    .container-md.container-md-color {
        max-width: 100%!important;
    }
    ul.list.clearfix {
        width: 100%;
    }
    input#text_search_noticia {
        font-size: 12px!important;
    }

    .titulo_noticia{
        font-size: 2rem!important;
        margin-bottom: 3%;
    }
}
/*iPad*/
@media (max-width: 1024px) {
    .detalle_noticia img, .detalle_noticia table {
        max-width: 100%!important;
        max-height: 100%!important;
    }
    .container-noticia{
        max-width: 100%!important;
    }
    .clearfix.list .description-notice {
        width: 100%!important;
    }
}
.detalle_noticia img, .detalle_noticia table {
    max-width: 100%!important;
    max-height: 100%!important;
}
.border-vertical-paggin{
    border-right: 1px solid #dee2e6;
    position: absolute;
    margin-top: 20px;
    right: 0px;
}
.clearfix.list .card-body{
    padding-bottom: 0 !important;
}
.datepicker-days table{
    font-size: 0.75rem;
}

h1.titulo_noticia{
    font-size: 1.75rem!important;
    margin-bottom: 3%;
}

.detalle_noticia h2{
    font-size: 1.5rem!important;
}


.detalle_noticia h3{
    font-size: 1.25rem!important;
}


.detalle_noticia h4{
    font-size: 1.15rem!important;
}

.detalle_noticia h5{
    font-size: 1rem!important;
}

.detalle_noticia p{
    word-wrap: break-word;
    overflow-wrap: break-word;
}