.container-fluid-noticias {
    background-image: url("../imag/noticias/fondo1.jpg");
    background-size: cover;
    background-position: center;
}
.noticias-texto-1 {
    padding-top: 7vh;
    padding-bottom: 7vh;
}

.TituloNoticia {
    margin-top: 2vh;
    margin-bottom: 5vh;
    color: #FFFFFF;
    background: rgb(182,12,64);
    background: -moz-linear-gradient(128deg, rgba(182,12,64,1) 0%, rgba(119,41,64,1) 45%, rgba(36,94,68,1) 100%);
    background: -webkit-linear-gradient(128deg, rgba(182,12,64,1) 0%, rgba(119,41,64,1) 45%, rgba(36,94,68,1) 100%);
    background: linear-gradient(128deg, rgba(182,12,64,1) 0%, rgba(119,41,64,1) 45%, rgba(36,94,68,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b60c40",endColorstr="#245e44",GradientType=1);
    border-radius: 50px;
    font-weight: 700;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
    padding-left: 8vh;
    padding-right: 8vh;
}

.card {
    transition: all 0.3s;
}
.card:hover {
    transform: scale(1.05);
    background-position: center center;
}

.card-img-top {
    width: 100%;
    object-fit: cover;
}

.links-sector {
    text-decoration: none;
}
.links-sector a {
    text-decoration: none;
}
.links-sector a:hover {
    text-decoration: none;
}

.sector {
    background-color: #2a992a;
    color: #FFFFFF;
}

@media (min-width: 992px) {
    .sector {
        margin-top: 2em;
    }
}

.titulo {
    color: #0a562e;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 1em;
}
@media (min-width: 992px) {
    .titulo {
        color: #0a562e;
        font-size: 2em;
        font-weight: 600;
    }
}
.fecha {
    color: #676767;
}
table {
    /*width: 100%;*/
    margin-bottom: 0rem;
    border: 0px solid #dee2e6;
}
@media (min-width: 992px) {
    table {
        width: 50%;
    }
}
table th,
table td {
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}