.fondo{
	background-image: url('/../Linea_Grafica/Fondos/3.jpg'); /* Reemplazar con la ruta de tu imagen */
    background-size: cover; /* Puedes usar 'cover', 'contain' u otros valores según tu preferencia */
    background-repeat: no-repeat;
    background-position: center; /* Puedes ajustar la posición según tu preferencia */
}
.introducion{
	background-color: #537678;
	background-image: url('/../Linea_Grafica/Imagenes/33.jpg');
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
#filtro{
	background-color: rgba(83, 118, 120, 0.5);
	margin-top: 120px;
	padding: 2% 2%;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	color: white;
}
.noticias{
	margin-top: 135px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	/*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background-color: #537678;*/
}
#aviso{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 5% 5%;
	color: #537678;
}
#aviso img{
	margin-top: 30px;
	width: 20vw;
	height: 20vw;
}
#aviso p{
	margin-top: 20px;
}
#anuncio2{
	padding: 5% 5%;
}
.cont_1{
	background-color: white;
	background-image: url('/../Linea_Grafica/Iconos/logo.png');
	background-size: 20%; /* Puedes usar 'cover', 'contain' u otros valores según tu preferencia */
    background-repeat: no-repeat;
    background-position: calc(100% - 50px) center; /* Ajusta el valor según tu preferencia */
    border-radius: 10px;
	padding: 3% 2%;
	margin-bottom: 20px;
	color: #537678;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	transition: all 0.5s;
	border-left: 10px solid #039A43;
}
#logo{
	position: absolute;
	width: 200px;
	height: 200px;
}
.cont_1 p{
	padding: 1% 0%;
	
}
#tipo{
	margin-top: 5px;
	display: flex;
	color: #039A43;
}
#desc{
	padding: 1% 2%;
}
#Lgos{
	margin-top: 20px;
	display: flex;
	justify-content: center;
}
.cont_1 img{
	width: 20px;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

.cont_1:hover{
	transform: translateY(-4px);
}
@media(max-width:1050px){
	#filtro{
		text-align: center;
	}

}