.textos-legales__container {
	max-width: 1200px;
	margin: 0 auto 80px;
}

.textos-legales__container .section__title {
	text-transform: uppercase;
	padding: 60px 0 30px;
	font-size: 24px;
}

.textos-legales li,
.textos-legales p {
	padding: 10px 0;
}
.textos-legales li p {
	padding: 0;
}
.textos-legales ul {
	padding: 0 40px;
}

.textos-legales li {
	list-style: disc;
}

.textos-legales a {
	color: var(--color-secondary);
	font-weight: 500;
}
.textos-legales a span {
	color: var(--color-primary);
}

.textos-legales a:hover {
	color: var(--color-accent);
}
.textos-legales a:hover span {
	color: var(--color-primary);
}

@media (width <=1200px) {
	.textos-legales__container {
		margin: 30px;
	}
}

/*POLITICA SEGURIDAD*/
/* #pol-seg li{
 list-style: none;
} */

#pol-seg img{
justify-self: center;
margin: 25px;
}

#pol-seg img:first-of-type{
	width: 60%;
}

#pol-seg, #aviso-legalaviso-legal{
	text-align: justify;
}

.img-container{
	display: flex;
	justify-content: center;
}
