/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.3
*/

/* ==========================================================================
   Rodapé institucional
   ========================================================================== */

#Footer.cdprh-site-footer .cdprh-footer-main {
	padding: 48px 0 36px;
}

#Footer .cdprh-footer-grid {
	display: grid;
	grid-template-columns: 1.2fr 1.25fr 0.9fr 0.9fr;
	gap: 40px;
}

#Footer .cdprh-footer-column {
	min-width: 0;
}

#Footer .cdprh-footer-column h4 {
	margin: 0 0 18px;
	padding: 0 0 11px;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

#Footer .cdprh-footer-column h4::after {
	width: 36px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #19f2fa;
	content: "";
}

#Footer .cdprh-footer-column p {
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.65;
}

#Footer .cdprh-footer-about > p:first-of-type {
	max-width: 300px;
}

#Footer .cdprh-footer-location {
	display: flex;
	gap: 9px;
	align-items: flex-start;
	margin-top: 15px;
}

#Footer .cdprh-footer-location i {
	margin-top: 3px;
	color: #19f2fa;
	font-size: 17px;
}

#Footer .cdprh-footer-column address {
	margin: 0;
	font-style: normal;
}

#Footer .cdprh-footer-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

#Footer .cdprh-footer-list li {
	margin: 0 0 11px;
	padding: 0;
}

#Footer .cdprh-footer-list li:last-child {
	margin-bottom: 0;
}

#Footer .cdprh-footer-list a {
	display: inline-flex;
	gap: 9px;
	align-items: center;
	color: rgba(255, 255, 255, 0.84);
	font-size: 15px;
	line-height: 1.45;
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

#Footer .cdprh-footer-list a:hover,
#Footer .cdprh-footer-list a:focus-visible {
	color: #19f2fa;
	transform: translateX(3px);
}

#Footer .cdprh-footer-list a:focus-visible,
#Footer .cdprh-footer-credit:focus-visible {
	outline: 2px solid #19f2fa;
	outline-offset: 4px;
}

#Footer .cdprh-footer-list i {
	width: 18px;
	flex: 0 0 18px;
	color: #19f2fa;
	font-size: 16px;
	text-align: center;
}

#Footer .cdprh-footer-nav a::before {
	color: #19f2fa;
	content: "›";
	font-size: 19px;
	line-height: 1;
}

#Footer .footer_copy {
	background: rgba(1, 17, 73, 0.26);
}

#Footer .footer_copy .mcb-column-inner {
	min-height: 82px;
}

#Footer .cdprh-footer-bottom {
	display: flex;
	gap: 28px;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

#Footer .cdprh-footer-bottom p {
	margin: 0;
	color: rgba(255, 255, 255, 0.76);
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
}

#Footer .cdprh-footer-bottom p strong {
	color: #fff;
}

#Footer .cdprh-footer-bottom p span {
	margin-left: 4px;
}

#Footer .cdprh-footer-credit {
	display: inline-flex;
	flex: 0 0 auto;
	gap: 10px;
	align-items: center;
	color: rgba(255, 255, 255, 0.72);
	font-size: 12px;
	line-height: 1.3;
	text-decoration: none;
}

#Footer .cdprh-footer-credit:hover {
	color: #fff;
}

#Footer .cdprh-footer-credit img {
	width: 35px;
	height: 35px;
	object-fit: contain;
	transition: transform 0.2s ease;
}

#Footer .cdprh-footer-credit:hover img {
	transform: scale(1.05);
}

#Footer #back_to_top {
	border-radius: 50%;
}

@media only screen and (max-width: 959px) {
	#Footer .cdprh-footer-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px 48px;
	}
}

@media only screen and (max-width: 767px) {
	#Footer.cdprh-site-footer .cdprh-footer-main {
		padding: 38px 0 30px;
	}

	#Footer .cdprh-footer-grid {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	#Footer .cdprh-footer-about > p:first-of-type {
		max-width: none;
	}

	#Footer .footer_copy .mcb-column-inner {
		min-height: 0;
	}

	#Footer .cdprh-footer-bottom {
		flex-direction: column;
		gap: 14px;
		padding: 22px 0;
	}

	#Footer .cdprh-footer-bottom p {
		text-align: center;
	}
}
