/*         COLORES            */

:root {
    --fondo-titulo: #232323;
    --color-fondo-boton: #383838;
    --color-fondo-boton-active: #4889c9;
    --color-letras-boton: #FFFFFF;
    --color1: #232323;
    --color2: #f2b442;
    --color3: #a8276a;
    --color4: #4889c9;
    --color5: #57938d;
    --color6: #bd4727;
    --color7: #785888;
    --color8: #428042;
    --color9: #2d6367;
    --color10: #3a3a3a;
    --color11: #666666;
    --color12: #898989;
    --color13: #666666;
    --color14: #fafafa;
    --color15: #186ead;
    --color16: #4a7196;
    --color17: #616161;
    --color18: #323232;
    --color19: #5E5E5E;
    --color20: #8d59c2;
}

.main-container {
    margin-top: 5em;
    margin-bottom: 5em;
    margin-left: 5em;
    margin-right: 5em;
    text-align: center;
}

.main-title {
    justify-content: center;
    font-size: 3em;
    color: var(--color16);
    font-weight: bold;
    padding: 22px 0 5px;
    text-align: justify;
    margin-bottom: 1em;
}

.contenedor-manual {
    text-align: center;
    height: auto;
}

.row-manual {
    margin-top: 0.5em;
    margin-bottom: 2em;
    justify-content: center;
}

.contenedor-img-background {
    position: fixed;
    z-index: -5;
}

.img-background {
    display: block;
    width: 1920px;
    height: 960px;
    margin: auto;
}

.subtitulo {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: var(--color19);
}

.subtitulo-pdf {
    font-size: 13px;
    color: var(--color14);
    font-weight: 400;
    text-align: center;
}

.descargar-pdf {
    background-color: var(--color14);
    padding: 2% 15% 2% 15%;
    border-radius: 5px;
    color: var(--color10);
    font-size: 12px;
    font-weight: 800;
}

.descargar-pdf:hover {
    background-color: var(--color12);
    color: var(--color14);
}

.contenedor-descarga {
    width: 50%;
    padding: 1.25rem 2.25rem 1.25rem 2.25rem;
    background-color: var(--color4);
    color: white;
    border-radius: 7px;
}

.ver-manual {
    background-color: #4889c9;
    padding: 1% 16.5% 1% 16.5%;
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
    border: transparent;
}

.ver-manual:hover {
    background-color: var(--color12);
    color: var(--color14);
    text-decoration: unset;
}

.titulo-contenedor {
    background-color: #323232;
    /* height: 105px; */
    padding: 65px 50px 50px 50px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: var(--color-letras-boton);
}

.nav1 {
    width: 50%;
}

.nav2 {
    width: 25%;
}

.nav-pills > li.nav-videos > a.active {
    background-color: var(--color3);
    font-weight: 500;
}

.nav-pills > li.nav-docs > a.active {
    background-color: var(--color4);
    font-weight: 500;
}

.nav-pills > li.nav2 > a.active {
    background-color: var(--color3);
    font-weight: 500;
}

.nav-pills > li.nav1 > a {
    background-color: var(--color17);
    color: var(--color-letras-boton);
    font-weight: 500;
}

.nav-pills > li.nav2 > a {
    background-color: var(--color18);
    color: var(--color-letras-boton);
    font-weight: 500;
}

.card_noticias {
    box-shadow: 5px 5px 15px gray;
}

.card_body_noticias {
    padding: 50px;
}

.container_noticia {
    position: absolute;
    right: 10%;
    top: 20em;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: inherit;
}

.label_titulo_noticia {

    font-size: 20px;

    font-weight: bold;

    text-align: justify;
}

.label_fecha_noticia {

    text-align: justify;

    font-size: 16px;

    margin-top: 0em;

    background-color: #7f5699;

    padding: 5px;
}

.label_desc_noticia {

}

.contenedor_carousel {}

.btn_ver_noticia {position: absolute;right: -6em;bottom: 25em;background-color: var(--color14);border-radius: 1px;}

.btn_list_noticias{
    text-align: unset;
}

.nav_listado_noticias{
    list-style: none;
}



label.fecha_noticia_sivi {
    font-size: 13px;
    background-color: #7f5699a8;
    color: white;
    padding: 5px;
}


.nav_listado_noticias>li{
    padding:10px;
}

.nav_listado_noticias>li:hover{
    background-color: #a68ebc2e;
}


.titulo_listado_noticia_sivi{

    font-weight: bold;

    text-align: start;
}

.label_breve_desc_noticia{
    font-size: 16px;
    text-align: justify;
    position: absolute;
    top: 0em;
}

.contendor_listado_noticias{
    background-color: #f5f5f5;
    margin: 5px;
    padding: 10px;
}

.carousel-caption {
    bottom: 10em !important;
}