/* =====================  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-height: 650px;*/
    width: 100%;
    /*object-fit: cover;*/
    /*object-position: 50% 30%;*/

}

/*.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: #003764;
}

.space {
    height: 50px !important;
}

.fecha {
    font-family: 'Red Hat Display', sans-serif !important;
    font-weight: 700;
    color: #003764;
}

.no-decorate {
    text-decoration: none;
}

.azul {
    background-color: #BCC7D6;;
}

.accordion-button {
    /*background-color: #BCC7D6 !important;*/
    color: #0a0a0a !important;
}

.accordion-button-noticia {
    border-bottom: 1px solid rgba(0,0,0,.125) !important;
}


.accordion-button-noticia:focus {
    box-shadow: none !important;
}


.accordion-center-img{
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-body {
    /*background-color: #BCC7D6 !important;*/
}

.accordion-item-noticia {
    border-left: none !important;
    border-top: 1px solid rgba(0,0,0,.125) !important;
    border-bottom: none !important;
    border-right: none !important;
}

.accordion-button:not(.collapsed) {
    background-color: #fff !important;
    box-shadow: none !important;
}

/* =================== Noticias elementos ========================================= */

@media screen and (min-width: 768px) {
    .card-img-noticia {
        height: calc(9vw);
        /* width: auto; */
        object-fit: cover;
    }

    .accordion-size-noticia{
        height: calc(11vw);
        min-height: 180px;
    }
}

/* =====================  Notices end ===================== */


/* =====================  Reconstruction styles ===================== */

.text-date {
    font-size: 0.8em;
    color: #003764;
    font-weight: normal;
}

.notice-blue {
    text-align: center;
    color: #184269;
}

.notice-blue2 {
    text-align: center;
    font-size: 2em;
    color: black;
    font-weight: normal;
    padding-left: 5em;
    padding-right: 5em;
}


.text-title {
    font-weight: 700;
    font-size: 73px;
    line-height: 81px;
    color: #184269;
}

