body {
  color: #575757;
  font-family: Arial, Helvetica, sans-serif;
}

a,
a:hover {
	color: #0db02b
}

a:hover {
	text-decoration: underline
}

.nav-bam {
	background-color: #0db02b;
	-webkit-box-shadow: none;
	box-shadow: none
}

.bamnav {
	border-bottom: 3px solid #666
}

.bamnav ul li {
	float: left
}

.navbar-bam {
	background-color: unset;
	-webkit-box-shadow: none;
	box-shadow: none
}

.bam-nav-borders {
	/* border-bottom: 1px solid #b2b2b2 */
}

.bam-nav-borders li {
	border-bottom: 5px solid #fff
}

.bam-nav-borders li .nav-link,
.bam-nav-borders li a {
	font-size: 16px!important;
	padding-bottom: 2px!important;
	margin: 10px 3px!important;
	color: #575757!important;
	opacity: 1!important
}

.bam-nav-borders li a:hover {
	color: #0db02b!important
}

.bam-nav-borders li.active {
	border-bottom: 5px solid #0db02b
}

.bam-nav-borders li:not(.lang):hover {
	border-bottom: 5px solid #b2b2b2
}


.footer-bam {
	background-color: #0db02b;
	color: #fff;
	border-top: 1px solid #f60
}

.footer-bam .copyright,
.footer-bam .links ul li a:not(.btn),
.footer-bam a:not(.btn) {
	color: #fff
}

h1 {
	color: #0db02b;
	font-weight: 600;
	font-size: 36px
}

h2 {
	font-size: 30px
}

h2,
h3 {
	font-weight: 600;
	margin-bottom: 10px
}

h3 {
	font-size: 24px
}

.traject-card ul {
	list-style: none
}

.traject-card ul li:before {
	content: "\F00C";
	font-family: FontAwesome;
	color: #0db02b;
	margin-left: -18px;
	margin-right: 3px;
	display: inline-block
}

.traject-card ul a {
	color: #f60
}

.bam-interal-list {
	list-style: none
}

.bam-interal-list li {
	font-size: 15px;
	line-height: 1.8em;
	color: #66615b;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased
}

.bam-interal-list li li:before {
	content: "";
	color: #f60;
	margin-left: 0;
	margin-right: 0;
	display: inline-block
}

.bam-interal-list li:before {
	content: "\F00C";
	font-family: FontAwesome;
	color: #f60;
	margin-left: -30px;
	margin-right: 6px;
	display: inline-block
}

.card-profile {
	background-color: #f8f8f8
}

.card-profile h4.card-title {
	color: #0db02b;
	font-weight: 400
}

.card-profile .card-footer a {
	color: #d55a50!important
}

.card {
	-webkit-box-shadow: 0 0 0 0 transparent!important;
	box-shadow: 0 0 0 0 transparent!important
}

.card,
.traject-card {
	border-radius: 0!important
}

.traject-card {
	background-color: #f8f8f8
}

.traject-card h5 {
	color: #0db02b;
	font-weight: 400
}

.bam-coaches-list li a {
	color: #0db02b!important
}

.carousel-control,
.carousel-indicators .active {
	background-color: #0db02b
}

.bam-orange {
	color: #d55a50
}

.zoom {
  /* transition: transform .2s; */
  transition: background-color .7s, color .7s,transform .7s,-webkit-transform .7s;
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.text-darkgreen {
  color: #055
}

.text-green {
  color: #009A78
}

.text-lightgreen {
  color: #00C81E
}

.light-green {
  background-color: #00C81E;
  color: #fff;

  p {
    padding: 10%;
  }
}

.light-green:hover {
  background-color: #FFF9EB;
  color: #055;
}

.mid-green {
  background-color: #009A78;
  color: #fff;

  p {
    padding: 10%;
  }
}

.mid-green:hover {
  background-color: #C8F000;
  color: #055;
}

.dark-green {
  background-color: #055;
  color: #fff;

  p {
    padding: 10%;
  }
}

.dark-green:hover {
  background-color: #00C81E;
  color: #055;
}

.cool-green {
  background-color: #0db02b;
  color: #fff;

  p {
    padding: 10%;
  }
}

.cool-green:hover {
  background-color: #055;
  color: #00C81E;
}


@media (min-width: 1025px) {
  .c-site-header {
      height: 81px;
  }
}
