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


body {
}

.mainContent {
	padding-top: 80px;
}

.navbar-brand {
}
.navbar-brand img {
}

.navbar-custom {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 1rem;
	letter-spacing: 1px;
	border-bottom: 1px solid rgba(109,90,65,.3);
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.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,.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;
}

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

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

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

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

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

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