/* =====================  Notices ===================== */

.demo {
    outline-style: dotted;
}

.demo1 {
    background-color: orchid;
    /* border-color: 1px dotted orchid; */
}

.demo2 {
    /* border-color: 1px dotted pink; */
    background-color: pink;
}

.demo3 {
    /* border-color: 1px solid orange; */
    background-color: orange;
}

.demo4 {
    /* border-color: 1px solid palevioletred; */
    background-color: palevioletred;
}

.demo5 {
    background-color: teal;
    /*  border-color: 1px solid teal; */
}

.demo6 {
    border-color: 1px solid olivedrab;
}

#up {
    position: relative;
    background-color: green;
}

#dwn {
    position: absolute;
    background-color: red;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 20px;
}


.img-carrucel {
    max-width: 90%;
    max-height: 500px;
    min-height: 500px;
    margin: 50px;
}

.contenedor-img-carrucel {
    background: #c8d3de;
    max-height: 600px;
    min-height: 600px;
}


.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 50px !important;
    height: 15px !important;
    margin-right: 20px !important;
    margin-left: 20px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #003764 !important;
    background-clip: padding-box;
    border-top: 200px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    opacity: .5;
    transition: opacity 0.6s ease;
}

.title-noticiaB {
    color: #000000;
    font-size: 18px;
}

.space {
    height: 50px !important;
}

.fecha {
    font-family: fantasy;
    color: #003764;
}

.no-decorate {
    text-decoration: none;
}

.azul {
    /*background-color: #BCC7D6;;*/
}

.accordion-button {
    background-color: #BCC7D6 !important;
    color: #0a0a0a !important;
}

.accordion-body {
    background-color: #BCC7D6 !important;
}
.parrafo-noticia {
    font-family: 'HK Grotesk', sans-serif;
    color: var(--color-secundario-footer);
    font-weight: normal;
    text-align: justify;
    font-size: 20px !important;
    line-height: normal;
    font-variant: normal;
}

/* =====================  Notices end ===================== */
