
/*-----------------------------------------------------------------------------------

    footer.css

-----------------------------------------------------------------------------------*/


/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/


#footer {
	position: relative;
	background-color: #EEE;
	border-top: 5px solid rgba(0,0,0,0.2);
}

.device-xl.sticky-footer #top-bar,
.device-lg.sticky-footer #top-bar { z-index: 299; }

.device-xl.sticky-footer #header,
.device-lg.sticky-footer #header { z-index: 199; }

.device-xl.sticky-footer #slider,
.device-xl.sticky-footer #page-submenu,
.device-xl.sticky-footer #page-title,
.device-xl.sticky-footer #content,
.device-lg.sticky-footer #slider,
.device-lg.sticky-footer #page-submenu,
.device-lg.sticky-footer #page-title,
.device-lg.sticky-footer #content { z-index: 2; }

.device-xl.sticky-footer #footer,
.device-lg.sticky-footer #footer {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}

.device-xl.sticky-footer:not(.stretched) #footer,
.device-lg.sticky-footer:not(.stretched) #footer {
	left: 50%;
	margin-left: -610px;
	width: 1220px;
}

.device-lg.sticky-footer:not(.stretched) #footer {
	margin-left: -500px;
	width: 1000px;
}

#footer .footer-widgets-wrap {
	position: relative;
	padding: 80px 0;
}

.footer-widgets-wrap .col_full,
.footer-widgets-wrap .col_half,
.footer-widgets-wrap .col_one_third,
.footer-widgets-wrap .col_two_third,
.footer-widgets-wrap .col_three_fourth,
.footer-widgets-wrap .col_one_fourth,
.footer-widgets-wrap .col_one_fifth,
.footer-widgets-wrap .col_two_fifth,
.footer-widgets-wrap .col_three_fifth,
.footer-widgets-wrap .col_four_fifth,
.footer-widgets-wrap .col_one_sixth,
.footer-widgets-wrap .col_five_sixth { margin-bottom: 0; }

#copyrights {
	padding: 40px 0;
	background-color: #DDD;
	font-size: 14px;
	line-height: 1.8;
}

#copyrights.footer-info-section {
	padding: 60px 0;
	background-color: #4a326c !important;
	color: #fff;
	font-size: 13px;
}

.footer-col {
	text-align: center;
	padding: 0 20px;
}

.footer-col h3 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 15px 0;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #fff;
}

.footer-col p {
	font-size: 13px;
	line-height: 1.8;
	margin: 0;
	color: #fff;
}

.footer-hours,
.footer-address {
	text-align: center;
}

.footer-portal {
	text-align: center;
}

.footer-portal .portal-icon {
	font-size: 36px;
	margin-bottom: 15px;
	color: #fff !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	height: auto;
}

.footer-portal .portal-icon i {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 50px !important;
	height: 50px !important;
	border: 2px solid #fff !important;
	border-radius: 50% !important;
	font-size: 24px !important;
	color: #fff !important;
	line-height: 50px !important;
}

#footer-branding {
	background-color: #3d2858;
	padding: 0;
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-branding-content {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding: 15px 0 !important;
}

.footer-logo {
	width: 100% !important;
	max-width: 350px !important;
	height: auto !important;
	display: block !important;
	margin: 0 auto !important;
}

.footer-text {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

/* Mobile responsivo */
@media (max-width: 991px) {
	.footer-col {
		text-align: center !important;
		padding: 0;
		margin-bottom: 30px;
	}

	.footer-col h3 {
		font-size: 15px;
	}

	.footer-col p {
		font-size: 12px;
	}

	.footer-hours,
	.footer-address {
		text-align: center;
	}

	.portal-icon i {
		width: 50px;
		height: 50px;
		line-height: 46px;
		font-size: 28px;
	}

	.footer-branding-content {
		flex-direction: column;
		gap: 10px;
	}

	.footer-logo {
		height: 35px;
	}
}

#copyrights i.footer-icon {
	position: relative;
	top: 1px;
	font-size: 14px;
	width: 14px;
	text-align: center;
	margin-right: 3px;
}

.copyright-links a {
	display: inline-block;
	margin: 0 3px;
	color: #333;
	border-bottom: 1px dotted #444;
}

.copyright-links a:hover {
	color: #555;
	border-bottom: 1px solid #666;
}

.copyrights-menu { margin-bottom: 10px; }

.copyrights-menu a {
	font-size: 14px;
	margin: 0 10px;
	border-bottom: 0 !important;
}

#copyrights .col_half { margin-bottom: 0 !important; }

#copyrights a:first-child { margin-left: 0; }

#copyrights .tright a:last-child { margin-right: 0; }
