
/*.carousel-control-prev{
    background-color: rgba(240, 248, 255, 0);
    border-color: rgba(240, 248, 255, 0);
}
.carousel-control-next{
    background-color: rgba(240, 248, 255, 0);
    border-color: rgba(240, 248, 255, 0);
}*/
.linea-rosa h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #D31D8C!important;
    bottom: 0;
    left: 0;
}
.linea-azul h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #01B4BB!important;
    bottom: 0;
    left: 0;
}
.linea-amarilla h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #f5c31e!important;
    bottom: 0;
    left: 0;
}
.linea-verde h2::before {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: #005A3A!important;
    bottom: 0;
    left: 0;
}
.img-noticias{
    width: 250px!important;
    height: 120px!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-transparencia{
    width: 120px!important;
    height: 60px!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.img-transparencia2{
    width: 60px!important;
    height: 60px!important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: white!important;
    background-color: #005A3A!important;
}
.nav-link{
    color: #005A3A!important;
}


/*--------------------------------------------------------------
# CARRUSEL DE BANNERS
--------------------------------------------------------------*/

/* Estilos para hacer que las imágenes del carrusel ocupen el alto máximo */
.carousel-inner .carousel-item img {
    max-height: 400px;
    height: 60vh;
    object-fit: cover;
}

/* Estilos para centrar el texto del título en la parte inferior del carrusel */
.carousel-caption {
    /* background-color: rgba(0, 0, 0, 0.7); */
    padding: 10px;
    bottom: 0;
    left: 0;
    right: 0;
}

.carousel-caption h5 {
    color: #fff;
    text-shadow: black 0.1em 0.1em 0.2em;
}

/* Estilos para difuminar la imagen de fondo */
.carousel-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    filter: blur(20px);
    z-index: -1;
}

/* Ajustar las imagenes del banner en tamaño completo para pantallas pequeñas */
@media (max-width: 768px) {
    .carousel-inner .carousel-item img {
        max-height: 400px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
