/*
Theme Name: Metropolitan-Bank
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
html{
	scroll-behavior: smooth;
}
.accordion-inner a{
	text-decoration:underline;
	color:#FF0000 !important;
}

/*faqs*/
.menu_faqs{
	text-transform:uppercase;
}
@media only screen and (min-width: 48em) {
	.col.sticky .col-inner{
		position: sticky;
		top:50px;
	}
}

.ocultar{
	display: none;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.reverse_columns{
		flex-flow: column-reverse;
	}

}

/*header*/
#top-bar > .flex-row div:first-of-type{
	display:none;
}