/* Google Fonts - Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {


	margin: 0;
	padding: 0;

}

/* body {
	background-color: #001171;
} */

.circle-slider{
	min-height: 1vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #565657;
	margin-top: 30%;
  }




/*NEW CSS*/
/* a{
	color: #cc6060;
	text-decoration: none;
} */

a:hover{
	color: #519ac5fc;
}
.logo-wrapper{
	text-transform: uppercase;
	padding: 30px 0px;
}
.menu{
	padding-left: 0px;
	background: #334F92;
	z-index: 999;
	display: flex;
}
.menu .container{
	padding-left: 0px;
}
.menu-items .active{
	background: #2483d6;
	height: fit-content;
}

.active{
	height: fit-content;
}
.menu_item{
	height: fit-content;
}

 .menu-items{
	height: fit-content;
}

.menu-items:hover{
	height: fit-content;
}
.menu .menu-items a{
	text-decoration: none;
	color: #fff;
	padding: 10px 30px;
	display: block;
}
.menu .menu-items a:hover{
	background: #2483d6;
}
.thumb{
	width: 100%;
}
.thumbFil {
	width: 100%;
}

.main-news{
	margin-top: 20px;
	margin-bottom: 4rem;
}
.main-news h3{
	line-height: 0.75;
}
.main-news h3 a{
	font-size: 17px;
	text-decoration: none;
	font-weight: 600;
}
.image{
	overflow: hidden;
}
.image-sm{
	max-height: 180px;
}
.image-sm img{
	height: 180px;
}
.image-xs{
	max-height: 140px;
}
.image-xxs{
	max-height: 100px;
}
/* .image img{
object-fit: cover;
} */
.font-large{
	font-size: 0.9em!important;
	font-weight: 600!important;
}
.section-title, .section-title_2{
	position: relative;
	margin-bottom: 20px;
}
.section-title span{
	font-weight: 400;
	font-size: 17px;
	color: #519ac5fc;
}

.section-title_2 span{
	font-weight: 400;
	font-size: 17px;
	color: #565657;
}
.section-title span:after{
	content: '';
	position: absolute;
	background: #519ac5fc;
	width: 50px;
	height: 2px;
	left: 0;
	bottom: 0;
}

.section-title_2 span:after{
	content: '';
	position: absolute;
	background: transparent;
	width: 50px;
	height: 2px;
	left: 0;
	bottom: 0;
}
.bb-1{
	padding: 20px 0px;
	border-bottom: 1px solid #eee;
}
.section{
	border-bottom: 1px 0 0 0 solid #eee;
	padding-bottom: 20px;
}
small{
	color: #999;
}
.summary{
	color: #777;
}
.trending .row{
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
}
.sticky{
	position: absolute;
	width: 1400px;
	top: 0;
	width: 100%;
}
.no-pad{
	padding-left: 0px!important;
}


.mp_events__events__feed {
	float: right;
	margin-bottom: 30px;
  }

  .feed_list__date, .feed_list__place {
	display: block;
	font-style: italic;
	font-size: 12px;
	line-height: 16px;
  }

  ol, ul {
	list-style: none;
	  list-style-type: none;
  }

  li {
	list-style-type: none;
  }

  .feed_list__item {
	/* padding: 15px 0;
	border-bottom: 1px solid #ebebeb; */
	margin-bottom:1rem;
  }

  .feed_list__left {
	position: relative;
	z-index: 10;
	float: left;
	width: 88px;
  }

  .feed_list__right {
	position: relative;
	padding-left: 98px;
  }

  .b_title_arrows__right {
	float: right;
  }

  .b_title_arrows__all_lnk {
	float: left;
	margin: 1px 0;
	font-size: 12px;
	line-height: 18px;
	color: #00a0dd;
	text-transform: uppercase;
  }







/*END NEWS CSS*/

/*SLIDER ATLETAS*/

.row-slider{
	display: flex;
	align-items: center;
	justify-content: center;

}

.slide-content{
	max-width: 1120px;
	width: 92%;
	padding: 40px 0;
}

.slide-content{

	margin: 0 40px;
	overflow: hidden;
	border-radius: 20px;
}
.card{

	border-radius: 25px;
	background-color: #fff;
}
.image-content,
.card-content{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 10px 14px;
	background-color: #fff;
	border-radius: 25px 0px 25px 25px;

}

.image-content{
	position: relative;
	row-gap: 5px;
	padding: 25px 0;

}

.overlay{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: transparent;
	border-radius: 25px 25px 0 25px;

}

.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: transparent;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}

.card-image{
	position: relative;
	height: 150px;
	width: 150px;
	border-radius: 50%;
	background: red;
	padding: 3px;
}

.card-image .card-img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 50%;
	border: 4px solid #4070F4;
}

.name{
	font-size: 18px;
	font-weight: 500;
	color: #333;
  }

  .description{
	font-size: 14px;
	color: #707070;
	text-align: center;
  }

  .swiper-navBtn{
	color: #6E93f7;
	transition: color 0.3s ease;
  }
  .swiper-navBtn:hover{
	color: #4070F4;
  }
  .swiper-navBtn::before,
  .swiper-navBtn::after{
	font-size: 35px;
  }
  .swiper-button-next{
	right: 0;
  }
  .swiper-button-prev{
	left: 0;
  }
  .swiper-pagination-bullet{
	background-color: #6E93f7;
	opacity: 1;
  }
  .swiper-pagination-bullet-active{
	background-color: #4070F4;
  }

  @media screen and (max-width: 768px) {
	.slide-content{
	  margin: 0 10px;
	}
	.swiper-navBtn{
	  display: none;
	}
}

/*
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.circle-slider{
	max-height: 100px;
	display: flex;
	justify-content: space-between;
	position: relative;

}
  .slide-container{
	max-width: 1120px;
	width: 400px;
	padding: 40px 0;
  }
  .slide-content{
	margin: 0 40px;
	overflow: hidden;
	border-radius: 25px;
  }
.card{
  border-radius: 25px;
  background-color: #FFF;
}
.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}
.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}
.overlay{
	position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}
.overlay::after{
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}
.card-image{
  position: relative;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #DB2E20;
}
.name{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.description{
  font-size: 14px;
  color: #707070;
  text-align: center;
}
.button{
  border: none;
  font-size: 16px;
  color: #FFF;
  padding: 8px 16px;
  background-color: #4070F4;
  border-radius: 6px;
  margin: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.button:hover{
  background: #265DF2;
}

.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}

/*@media screen and (max-width: 768px) {
  .slide-content{
    margin: 0 10px;
  }
  .swiper-navBtn{
    display: none;
  }
}*/

/*FIM SLIDER ATLETAS*/


/*BTN SUBSCRIBE*/


.form-control, .btn_sub{
	min-height: 46px;
	border-radius: 3px;
}

.form-control{
	box-shadow: none;
	border-color: #dbdbdb;
}

.form-control:focus{
	border-color: #19bc9c;
	box-shadow: 0 0 8px rgba(114, 101, 234, 0.5);
}

.btn_sub{
	color: #fff;
	border-radius: 4px;
	background: #334F92;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	padding: 6px 20px;
	min-width: 150px;
	border: none;
}



.btn_sub:hover, .btn_sub:focus {
	background-color: #4070F4;
	outline: none;
}

.input-group {
	margin: 30px 0 15px;
}

/*ENB BTN SUBSCRIBE*/


/*DROP MENU*/

.dropdown-menu{
	background: #4070F4;
}

.dropdown-menu.show{
	background: #4070F4;
}


/*END HERE*/

/*END DROP MENU*/


/*MENU REGIOES*/
:focus, :hover {
	outline: none !important;
	text-decoration: none;
  }

  .main-nav .main-nav-inner {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	text-align: center;
	flex-wrap: wrap;
  }

  .main-nav .main-nav-inner .main-nav-regioes {
	margin: 0 auto;
	width: 100%;
  }

  .main-nav .main-nav-inner ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	margin: 0;
  }

  @media (min-width: 576px){
  .main-nav .main-nav-inner .main-nav-regioes ul {
	flex-wrap: nowrap;

	font-size: 1em;
  }

}

.main-nav .main-nav-inner {
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
	text-align: center;
	flex-wrap: wrap;
  }

.main-nav .main-nav-inner ul {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	margin: 0;
  }

  li {
	list-style-type: none;

  }

  .menu-item{
	  display: flex;
	text-align: center;
  }

  ol, ul {
	list-style: none;
	  list-style-type: none;
	list-style-type: none;
	/*display: flex;*/
  }

  .main-nav .main-nav-inner .main-nav-regioes {
	margin: 0 auto;
	width: 100%;
  }

  .main-nav .main-nav-inner {
	text-align: center;
  }

  @media (min-width: 768px){
  .main-nav .main-nav-inner .main-nav-estados {
	width: 444px;
	margin: 0 auto;
  }
}

.nav-estados{
	display: flex;
	padding: 20px 0 0 0;
	padding-left: 150px;
	flex-wrap: wrap;
	list-style: none;
	justify-content: center;
	margin: 0;
	align-items: left;
  }

  .estado-li{
		width: 40px;
		margin: 4px;
		display: flex;
  }

  .estado-a{
	font-family: avenir-heavy,sans-serif;
padding: 4px;
background-color: #fff;
border-radius: 3px;
display: flex;
justify-content: center;
align-items: center;
height: 25px;
width: 100%;
box-shadow: 0 0 5px rgba(0,0,0,.04);

  }

  .menu-regioes{
	  display: flex;
	  justify-content: space-between;
	  background: #F4F4F5;
	  justify-items: center;
	  padding-top: 20px;
  }

  .sub-menu-1{
	display: none;
	width: 100%;
  }

  .menu-items div:hover  .sub-menu-1{
	  display: block;
	  position: absolute;
	  background: #2483d6;
	  z-index: 999;
  }

  .checkbtn{
	  font-size: 30px;
	  color: white;
	  float: right;
	  line-height: 80px;
	  margin-right: 40px;
	  cursor: pointer;
	  display: none;

  }

 /* #check{
	display: none;

  }*/

  .menu-items{
	height: fit-content;
  }

  /* body{
	  font-size: 1.2vmin;
  } */

.menu .menu-items a {
	text-decoration: none;
	color: #fff;
	padding: 10px 10px;
	display: block;
  }


@media (max-width: 768px){
	.nav-link, .menu-items{
		font-size: 1.5vmin;
	}

	.menu .menu-items a {

		padding: 5px 10px;
		display: block;
		width: 100%;
	  }

	.item-calendar{
		font-size: 2px;
	}

	.item-diferente{
		font-size: 2px;
	}

	.menu-items{
		height: fit-content;
		display: block;
	  }

	.menu{
		height: fit-content;
		display: flex;
	}

	.checkbtn{
		display: block;
	}
}

  @media (max-width: 858px){

	.nav-link, .menu-items{
		font-size: 1vmin;
		padding: 0 0 0 0;
		display: flex;
		justify-content: space-between;
	}

	.menu .menu-items a {

		padding: 5px 15px;
		display: block;
		width: 100%;
	  }

	.item-calendar{
		font-size: 2px;
	}

	.item-diferente{
		font-size: 2px;
	}

	.menu-items{
		height: fit-content;
		display: block;
	  }

	.menu{
		height: fit-content;
		display: flex;
	}

	.checkbtn{
		display: block;
	}

  }

  @media (min-width: 858px){

	.nav-link, .menu-items{
		font-size: 1.5vmin;
	}

	.menu .menu-items a {

		padding: 5px 10px;
		display: block;
		width: 100%;
	  }

	.item-calendar{
		font-size: 2px;
	}

	.item-diferente{
		font-size: 2px;
	}

	.menu-items{
		height: fit-content;
		display: block;
	  }

	.menu{
		height: fit-content;
		display: flex;
	}

	.checkbtn{
		display: block;
	}

  }



  /*@media (max-width: 658px){

	.nav-link, .menu-items{
		font-size: 1.5vmin;
	}

	.menu .menu-items a {

		padding: 5px 10px;
		display: block;
		width: 100%;
	  }

	.item-calendar{
		font-size: 2px;
	}

	.item-diferente{
		font-size: 2px;
	}

	.menu-items{
		height: fit-content;
		display: block;
	  }

	.menu{
		height: fit-content;
		display: flex;
	}

	.checkbtn{
		display: block;
	}

  }*/


  /*@media (max-width: 350px){

	.nav-link, .menu-items{
		font-size: 1.5vmin;
	}

	.menu .menu-items a {

		padding: 0px 100px;
		width: 100%;
		display: flex;

	  }

	.item-calendar{
		font-size: 2px;
	}

	.item-diferente{
		font-size: 2px;
	}

	.menu-items{
		height: fit-content;
		display: block;
	  }

	.menu{
		height: fit-content;
		display: flex;
	}


  }*/
/*END MENU REGIOES*/
.logo {
    color: var(--color-white);
    font-size: 30px;
  }

  .logo span {
    color: var(--color-primary);
  }

  .menu-bar {
    background-color: var(--color-black);
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;

    position: relative;
  }

  .menu-bar ul {
    list-style: none;
    display: flex;
  }

  .menu-bar ul li {
    /* width: 120px; */
    padding: 10px 30px;
    /* text-align: center; */

    position: relative;
  }

  .menu-bar ul li a {
    font-size: 20px;
    color: var(--color-white);
    text-decoration: none;

    transition: all 0.3s;
  }

  .menu-bar ul li a:hover {
    color: var(--color-primary);
  }

.fas {
	margin-left: 10px;
	padding-top: 3px;
	color: #377DFF;
}

  /* dropdown menu style */
  .dropdown-menu {
    display: none;
  }

  .menu-bar ul li:hover .dropdown-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background-color: var(--color-black);
  }

  .menu-bar ul li:hover .dropdown-menu ul {
    display: block;
    margin: 10px;
  }

  .menu-bar ul li:hover .dropdown-menu ul li {
    width: 150px;
    padding: 10px;
  }

  .dropdown-menu-1 {
    display: none;
  }

  .dropdown-menu ul li:hover .dropdown-menu-1 {
    display: block;
    position: absolute;
    left: 150px;
    top: 0;
    background-color: var(--color-black);
  }

  .hero {
    height: calc(100vh - 80px);
    background-image: url(./bg.jpg);
    background-position: center;
  }

  /*Conteudo do slider*/

  *{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Poppins", sans-serif;
  }



  .slider{
	position: relative;
	background: #000116;
	width: 680px;
	min-height: 500px;
	margin: 20px;
	overflow: hidden;
	border-radius: 3px;
  }

  .slider .slide{
	position: absolute;
	width: 100%;
	height: 100%;
	clip-path: polygon(0% 0%, 0% 0%, 0% 300%, 0% 100%);

  }

  .slider .slide.active{
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
	transition: 2s;
  }

  .slider .slide img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
  }

  .slider .slide .info{
	position: absolute;
	color: #222;
	background: rgba(255, 255, 255, 0.3);
	width: 75%;
	margin-top: 50px;
	margin-left: 50px;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 0 5px 25px rgb(1 1 1 / 5%);
  }

  .slider .slide .info h2{
	font-size: 1.2em;
	font-weight: 800;
  }

  .slider .slide .info p{
	font-size: 1em;
	font-weight: 400;
  }

  .navigation{
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 0;
	transition: opacity 0.5s ease;
  }

  .slider:hover .navigation{
	opacity: 1;
  }

  .prev-btn, .next-btn{
	z-index: 999;
	font-size: 2em;
	color: #222;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px;
	cursor: pointer;
  }

  .prev-btn{
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
  }

  .next-btn{
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
  }

  .navigation-visibility{
	z-index: 999;
	display: flex;
	justify-content: center;
  }

  .navigation-visibility .slide-icon{
	z-index: 999;
	background: rgba(255, 255, 255, 0.5);
	width: 20px;
	height: 10px;
	transform: translateY(-50px);
	margin: 0 6px;
	border-radius: 2px;
	box-shadow: 0 5px 25px rgb(1 1 1 / 20%);
  }

  .navigation-visibility .slide-icon.active{
	background: #4285F4;
  }

  @media (max-width: 900px){
	.slider{
	  width: 100%;
	}

	.slider .slide .info{
	  position: relative;
	  width: 80%;
	  margin-left: auto;
	  margin-right: auto;
	}
  }

@media (max-width: 500px) {
	.slider .slide .info h2 {
		font-size: 1.8em;
		line-height: 40px;
	}
		
	.slider .slide .info p{
	  font-size: 0.9em;
	}
  }
  /*Fim do conteudo do slider*/

  /* .row-events {

	
  } */

  .mp_events__events__feed {

	width: 70%;
  }

  @media (min-width: 992px){
  .w-lg-85 {
	width: 85% !important;
	display: grid;
  }
}

.w-lg-85 {
	width: 85% !important;
	display: grid;
  }

navbar-body header-sticky-top-inner{
	width: 100%;
}

navbar-nav{
	width: 100%;
}


d-flex menu-items{
	justify-content: space-around;
}

.logo-cover{
	align-items: start;
	background-color: transparent;
}

.container-cover {
	background-color: transparent;
	
	width: 100%;
	top: -20px;
}

.d-flex{
	justify-content: space-around;
}


article {
	background-color: #334F92;
}

.header-section{
	display: none;
}

ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1rem;
	display: contents;
}

#logoAndNav {
	display: none;
}

.drop-arrow{
	align-content:center;
}

filiacoes{
	justify-content: space-around;
}

.filiacoes {
	justify-content: space-around;
}

.row-filiacoes {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	justify-content: space-around;
}

#row-filiacoes {
	display: -ms-flexbox;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
	justify-content: space-around !important;
	z-index: 999;
	
}


.arrowUm {
	width: 5%;
}

@media screen and (max-width: 768px) {
	.slide-content {
		margin: 0 10px;
	}

	.swiper-navBtn {
		display: none;
	}

	.thumb {
		width: 100%;
		margin-bottom: 5px;
		margin-top: 45px;
	}

	.thumbFil {
		width: 36%;
	}

	.arrowUm{
		width: 15%;
	}

	#next{
		display: none;
	}

	#voltar {
		display: none;
	}

	.slide {
		margin-left: -117px;
	}

	.col-8 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}


}


th {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #565657;
}

td {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #565657;
}



.slide {
	width: 640px;
	height: 236px;
	overflow: hidden;
	border-radius: 15px;
	transition: all 0.4s;
}

.slides {
	width: fit-content;
	display: flex;
}

.imageSli img {
	width: 640px;
	height: 246px;
}

#atual {
	transition: all 2s;
}

.btn {
	position: absolute;
	color: #fff;
	padding: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.4s;
	font-size: 1.7em;
	margin-top: -5px;
	margin-bottom: 5px;
}

	.btn:hover {
		transform: scale(1.1);
	}

#voltar {
	top: 30%;
	right: 80%;
}

#next {
	top: 30%;
	left: 95%;
}

.balls {
	position: absolute;
	width: auto;
	display: flex;
	justify-content: center;
	margin-top: -25px;
	left: 50%
}

	.balls div {
		transition: all 0.5s;
		border: 1px solid #fff;
		padding: 4px;
		border-radius: 50%;
		margin-right: 15px;
		cursor: pointer;
	}

		.balls div:hover {
			background: #fff;
		}

.imgAtual {
	transition: all 0.5s;
	background: #fff;
}

.containerBlock {
	position: relative;
	font-family: Arial;
}

.text-block {
	position: absolute;
	bottom: 20px;
	background-color: #334F92;
	color: white;
	margin-left: 5px;
	height: 50px;
	width: 100%;
	right: 60%;
	top: 55%;
	transform: translate(60%, 0%);
	display: none;
}

/* h4 {
	font-size: 0.5em;
	color: #fff;
	line-height: normal;
	top: 0px;
	margin: 5px 0 0 0;
} */

p {
	font-size: 8px;
	color: #fff;
}

.divUm {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 5px;
	height: 100%;
	background-color: red;
}

.divDois {
	position: absolute;
	bottom: 0px;
	right: 5px;
	width: 5px;
	height: 100%;
	background-color: #fff;
}

.divTres {
	position: absolute;
	bottom: 0px;
	left: 5px;
	width: 5px;
	height: 100%;
	background-color: #498F3E;
}

.divQuatro {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 5px;
	height: 100%;
	background-color: #DCFA21;
}

.imageSlis {
	z-index: 1;
}

.ball {
	z-index: 1000;
}

#icon-menu {
	width: 20px;
	height: 20px;
	margin: 5px;
}



.icon-menu {
	width: 20px;
	height: 20px;
}
