@charset "UTF-8";
/* CSS Document */

body {
	position: relative;
}

.navbar-brand {
}
.navbar-brand img {
	max-width: 350px;
	height: auto;
}

.navbar-custom {
	font-size: 1rem;
}

.navbar-custom li a {
	color: #999;
}

.navbar-custom li.active a,
.navbar-custom li a:hover,
a:hover,
.navbar-custom li a.focus {
	color: #000;
}

.navbar-toggler {
	border-color: #000;
}

.dropdown-menu {
	margin-top: 10px;
	background: #fff;
	border-top: none;
	border-color: rgba(109, 90, 65, 0.2);
}
.dropdown-menu li a:hover,
.dropdown-menu li.active a {
	background: #000;
	color: #fff;
}

.dropdown-menu[data-bs-popper] {
	margin-top: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
	border-radius: 0 0 5px 5px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-custom li.active a,
.navbar-custom li a:hover,
a,
.btn:focus {
	outline: none;
	box-shadow: none;
}

.btn-site {
}

.btn-site:hover {
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

a {
}

.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.myIframe {
	position: relative;
	padding-bottom: 20%;
	padding-top: 30px;
	height: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	/*pointer-events: none;*/
	border: none;
}
.myIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

iframe {
	border: 0;
	background: none;
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: #000;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	text-decoration: none;
	font-size: 1.2rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
}

@media (min-width: 62em) {
}

@media (max-width: 768px) {
}

@media (max-width: 992px) {
}

@media (max-width: 1200px) {
}
