.carrusel{
    position: absolute;
    z-index: 500;
}

.marrusel{
    margin-top: 81px !important;
}

h1{
    text-align: center;
    text-shadow: 2px 2px 5px #a8dadc;
    color: #e63946;
    font-weight: 900;
    margin-bottom: 10px;
}

.contenedor-noticia{
    margin: 15px 15px !important;
    justify-content: center;
}

.noticia{
    padding-left: 30px;
    padding-right: 30px;
    margin: 5px !important;
    width: 480px;
    margin: auto;
    border: 3px solid #8a2975;
    padding: 15px;
    text-align: center;
    box-shadow: 2px 2px 2px 2px grey;
    color: #457b9d;
    border-radius: 15px ;
    text-align: center;
    text-align: justify;
}


h3{
    padding-top: 2px;
    font-weight: bolder;
    text-shadow: 2px 2px 2px rgb(177, 177, 177);
    text-align: center;
}

.desparacitacion{
    padding-left: 10px;
    padding-right: 30px;
}
@media screen and (max-width:1252px){
    .marrusel{
        margin-top: 73px !important;
    }
}

.filtro-imagenes:hover{
    filter: saturate(180%);
}

.progreso{
    margin:15px;
    width: 650px;
    height: 30px;
}

.color-progreso{
    background: #8c8989;
   height: 280px;
   margin: 8px;
   padding: 10px;

}

.vacunate{
    height: 500px;
}


