/*
 Theme Name:   Ellen Child
 Theme URI:    https://themes.envytheme.com/ellen/
 Description:  Ellen Child Theme
 Author:       EnvyTheme
 Author URI:   https://envytheme.com/
 Template:     ellen
 Version:      2.6
*/
.img-centro {
	aspect-ratio: 3 / 4;
}
.img-centro > div {
	align-items: flex-end !important;
	justify-content: flex-end !important;
}
.texto-centro p,
.texto-centro a {
	line-height: 1.3 !important;
	font-size: 22px !important;
}
.texto-centro p {
	margin-bottom: 8px;
	   
}
.texto-centro a {
	color: #A028AC !important;
}

.blue p {
	color: #21225F !important;
}
@media screen and (max-width: 767px) {
	.texto-centro p,
	.texto-centro a {
		font-size: 14px !important;
	}
}
.grid-section .e-con-inner {
	flex-wrap: wrap !important;
}
.grid-section .texto-centro p,
.grid-section .texto-centro a {
	font-size: initial !important;
}
.legal-content li,
.legal-content li strong {
	font-size: 16px !important;
	color: #7A7A7A !important
}