.ceec-footer-sede-right {
	width: fit-content;
	max-width: 380px;
	text-align: left;
	color: var(--e-global-color-primary, #825113);
	font-family: inherit;
}

.ceec-footer-social {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 14px;
}

.ceec-footer-social a {
	width: 42px;
	height: 42px;
	border: 2px solid var(--e-global-color-primary, #825113);
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: var(--e-global-color-primary, #825113);
	text-decoration: none;
	transition: all 0.2s ease;
}

.ceec-footer-social svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
	display: block;
}

.ceec-footer-social a:hover {
	background: var(--e-global-color-primary, #825113);
	color: #fff;
}

.ceec-footer-sede-right h3 {
	margin: 0 0 10px;
	color: var(--e-global-color-primary, #825113);
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.ceec-footer-sede-right p {
	margin: 0 0 10px;
	font-size: 15px;
	line-height: 1.45;
	color: var(--e-global-color-primary, #825113);
}

.ceec-footer-line {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 10px;
	font-size: 15px;
	color: var(--e-global-color-primary, #825113);
}

.ceec-footer-line a {
    display: flex;
    gap: 10px;
}

.ceec-whatsapp-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 22px;
	height: 22px;
	color: currentColor;
	line-height: 1;
}

.ceec-whatsapp-icon svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: currentColor;
}
