.header{
	background-color: #003538;
}

.header .container{
	padding: 15px;
	color: #b2bb00;
	overflow: auto;
}

.header .container .logo{
	width: 100%;
	text-align: center;
}

.header .container .links{
	width: 100%;
}

hr{
	border-top: 3px dashed #b2bb00;
	margin-bottom: 30px;
}

h1{
	margin-top: 20px;
	color: #003538;
}
.container.title{
	text-align: center;
}

h1.headerTitle{
		display: inline-block;
    font-size: 24px;
    margin-bottom: 0px;
}
h2{
	font-size: 16pt;
	margin-bottom: 25px;
}

/*@media (min-width: 992px){
	.container{
		max-width: 820px;
	}
} */

a.contact{
	/*text-decoration: none;*/
	color: #b2bb00;
}

a.contact:hover{
	text-decoration: none;
}

a.home {
	text-decoration: none;
	color: #003538;
	font-size:  14pt;
	font-weight: bold;
}

a.home:hover{
	color: #b2bb00;
	text-decoration: underline;
}

@media (min-width: 450px) {
	.header .container .logo{
		width: auto;
		text-align: left;
		float: left;
	}
	.header .container .links{
		width: auto;
		float: right;
	}

	.header .container .links div{
		margin: 0px;
	}

	.header .container .links div{
		float: left;
	}
}

@media (max-width: 650px) {
	.header .container .links div{
		float: none;
	}
}

.header .container .links div{
	overflow: auto;
	width: 190px;
	margin: auto;
}

.header .container .links div div{
	float: left;
}

.header .container .links .icon{
    width: 40px;
    font-size: 22pt;
}

.header .container .links .text{
	font-size: 9pt;
	line-height: 1.1;
	overflow: hidden;
	padding-top: 8px;
	width: 143px;
	text-align: left;
}

.header .container .links .text a{
	color: #dbdcdc;
	font-weight: bold;
	text-decoration: none;
}

.header .container .links .text a:hover{
	text-decoration: underline;
}

.navbar-toggler{
	padding: 2px;
	border: 2px solid #b2bb00;
	font-size: 9pt;
}
.topNavBar .navbar-nav{
	width: 100%;
	border-bottom: 1px solid #b2bb00;
}
.topNavBar .nav-item{
	border-bottom:  3px solid #fff;;
}

.topNavBar .navbar-nav .nav-link.active{
	color: #b2bb00;
}

.topNavBar .nav-item:hover{
	border-bottom: 3px solid #b2bb00;;
}
.imgDiv{
	text-align: center;
}

.imgDiv div {
	overflow: hidden;
}

.imgDiv div img {
  transition: transform .5s ease;
}

.imgDiv:hover img {
  transform: scale(1.2);
}

.content{
	min-height: 400px;
	/*border-top: 1px solid #f4f4f4;*/
	/*border-top: 2px dashed #b2bb00;*/
	padding-bottom: 40px;
}

.footer{
	background-color: #161616;
	min-height:  400px;
}

.footer .container{
	padding: 30px 15px 30px 15px;
	font-size: 8pt;
}
.footer .container .logo{
	text-align: center;
}
.footer .container .logo img{
	margin-bottom: 30px;
}

.footer .container .datas{
	margin-bottom: 30px;
}
.footer .container .datas .title
{
	font-size: 12pt;
	color: #b2bb00;
	font-weight: bold;
	margin-bottom: 7px;	
}

.footer .container .datas .data
{
	font-size: 11pt;
	color: #dbdcdc;
	margin: 0px;
}

.footer .container a{
	color: #dbdcdc;
	text-decoration: none;
}

.footer .container a:hover{
	text-decoration: underline;
}

.footer .nav-item{
	color: #dbdcdc;
	font-size: 11pt;
}

.footer .nav-item .nav-link{
	display: inline-block;
}

.swiperContainer{
	position: relative;
	height:300px;
	border-bottom: 1px solid #b2bb00;
}

.swiperContainer .swiper {
  width: 100%;
  height: 100%;
}

.swiperContainer .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiperContainer .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.contactBtn{
	text-align: center;
	/*color:  #b2bb00;*/
	font-weight: bold;
	font-size: 12pt;
}

.contactBtn p {
	margin-bottom:  7px;
}

.contactBtn button{
	background-color: #b2bb00;
	color: #003538;
	padding: 8px 16px;
	border-radius: 6px;
	border: 1px solid #003538;
}

.contactBtn button:hover{
	color:  white;
	background-color: #003538;
}

.smenu{
	margin-bottom: 25px;
}

.smenu a{
	color:  #b2bb00;
}

.smenu a:hover{
	color:  #003538;
	text-decoration: none;
}