@charset "utf-8";

@media only screen{

	@-ms-viewport{ 

		width: device-width; 

	}

}

.row{
	margin: 0;
}

html *{
	outline: 0 !important;
}

a:focus, a:active{
	outline: 0 !important;
	border: 0 !important;
	text-decoration: none !important;
}

*{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	color: #484848;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	box-sizing: border-box;
}


.carousel-indicators{
  bottom: 90px!important;
  letter-spacing: 13px;
}

 .carousel-indicators li {

    width: 28px;
    height: 28px;
    background: rgba(255,255,255,0.3);
    border: none;
    border-radius: 16px !important;
}

 .carousel-indicators .active {
  background: rgba(255,255,255,0.65);
    width: 28px!important;
    height: 28px!important;
    border-radius: 16px !important;

}

html{
	overflow-x: hidden;
}

p{
	margin: 0;
}

a{
	text-decoration: none;
	color: #000000;
}



a, a:visited, a:link, a:active{
	outline: none;
}

a:hover{	
	text-decoration: none;
}

.no_padding{
	padding-left: 0;
	padding-right: 0;
}

.no_margin{
	margin-left: 0;
	margin-right: 0;
}

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

/* TOPO */

#topo_row{
	position: relative;
	min-height: 150px;
	background-color: #54C0C0;
}


.navbar-nav li a:hover,.fa-home:hover, .fa-search:hover{
	background: none !important;
	color:#f3de1e !important;
}
.navbar-nav li a:click,.fa-home:click, .fa-search:click{
	background: none !important;
	color:#f3de1e !important;
}
.navbar-nav li a:focus,.fa-home:focus, .fa-search:focus{
	background: none !important;
	color:#f3de1e !important;
}
#col_logo{
	display: flex;
    align-items: center;
    justify-content: center;
}

.fa-home{
	color: #fff;
	font-size: 16px;
}
.fa-search{
	color: #fff;
	font-size: 16px;
}

#col_menu{
	min-height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#menu_cinza{
	height: 62px;
    background: #E7E7E7;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}


 #col_logo {
  position: relative;
  overflow: hidden;
  display: inline-block; }

 #col_logo:after {
    animation: shine 18s ease-in-out 1s 1;
 	animation-fill-mode: forwards;
  	content: "";
  	position: absolute;
  	top: -300%;
  	left: -210%;
  	width: 200%;
  	height: 200%;
  	opacity: 0;
  	transform: rotate(30deg);
  	z-index: -999;
  	background: rgba(255, 255, 255, 0.13);
  	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 77%, rgba(255, 255, 255, 0.8) 92%, rgba(255, 255, 255, 0) 0%); }


@keyframes shine {
  	0% {
    	z-index: 999; }
  	10% {
	    opacity: 1;
	    top: -30%;
	    left: -30%;
	    transition-property: left, top, opacity;
		transition-duration: 1s, 1s, 0.15s;
	 	transition-timing-function: ease; }
  	15% {
    	z-index: -999; }
  	100% {
	    opacity: 0;
	    top: -30%;
	    left: -30%;
	    transition-property: left, top, opacity; } 
	}

.menu-horizontal{
	width: 100%;
	text-align: center;
	height: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: 1px dotted #000;
}

.menu-horizontal:last-child{
	border: none;
}

.menu-horizontal a span{
	font-weight: 500;
	font-size: 15px;
}

.menu-horizontal a:hover span{
	font-weight: bold;
	
}


div#menu_cinza_escuro{
	height: 62px;
	background: #3E3E3E;
	padding-left: 8px;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
.menu-horizontal-usuario a span{
	font-weight: 500;
	font-size: 15px;
	color: #F2C304;
}

.menu-horizontal-usuario a:hover span{
	color: #fff;
}

.divisor_direito{
	width: 55px;
	border-right: 1px solid #fff;
}

.menu_carrinho{
	height: 100%;
    background: #303030;
    width: 38%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.rodapeIco{
	font-size: 30px;
}

#menu_branco{
	min-height: 70px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	
}

#menu_branco li a{
	font-size: 16px;
    color: #fff;
    font-weight: 800;
}

#menu_branco li a i{
	font-size: 27px;
    color: #fff;
    font-weight: 500;
}

#menu_branco li a:hover a{
    font-weight: 700;
}



/*BANNER*/

#banner_row .container{
	min-height: 400px;
	background: grey;
	margin-bottom: 5px;
}

.carousel-control {
    text-shadow: none!important;
    background-color: transparent;
    filter: none!important;
    opacity: 1!important;
}

.carousel-control.right {
    background-image: none !important;
}
.carousel-control.left {
    background-image: none !important;
}

.seta-banner{
	opacity: 1!important;
    height: 50px !important;
    width: 50px !important;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 36px !important;
    color: #fff!important;
}

.carousel-control.left:hover .seta-banner{
	background: #000 !important;
}

.carousel-control.right:hover .seta-banner{
	background: #000 !important;
	color: #fff !important;
}

/*NOTICIA*/

#noticia_row{
	background-image: url("../images/bannerNoticia.fw.png");
	background-repeat: round;
}
#banner_logo{
	background-image: url("../images/bannerLogo.fw.png");
	height: 133px;
}

#noticia_row p{
	color: #fff;
	line-height: 1.5;
    font-weight: 300;
}
#noticia_row h2{
	color: #fff;
	font-weight: 800;
}


/*PESQUISA*/

#pesquisa_row{
	min-height: 42px;
	background: #DCDCDC;
	margin-top: 20px;
	margin-bottom: 20px;
}

#pesquisa_row .container{
	min-height: 100px;
	padding-top: 26px;
	padding-bottom: 26px;
	background: #353535;
	color:#fff;
}

.campo-pesquisa{
	height: 48px;
    width: 100%;
    padding-left: 25px;
    font-size: 18px;
    color: #000;
}

.btn-pesquisa{
    top: 7px;
    right: 20px;
    background: transparent;
    font-size: 18px;
    font-weight: 900;
}

div#busca_todos_pesquisa{
	height: 48px;
	display: flex;
    align-items: center;
    color: #fff;
}
/*RODAPÉ*/

#rodape_row{
	min-height: 200px;	
}

#rodape_row .container{
	margin-top: 16px;
}

#rodape_logo{
	min-height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#rodape_endereco{
	min-height: 190px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #54C0C0;

}

.text_white{
	font-size: 13px;
}

div#ico_endereco{
	height: 44px;
	align-items: center;
}

div#ico_endereco img{
	height: 22px;
	margin-top: 12px;
}

#telefone_rodape span{
	font-size:14px;
	font-weight: 700;
	color: #fff;
}

div#ico_email{
	height: 44px;
	align-items: center;
}

div#ico_email img{
	margin-top: 3px;
}

#email_rodape span{
	font-size:14px;
	font-weight: 700;
	color: #fff;
}

div#titulo_menu_rodape{
	margin-top: 3px;
	min-height: 70px;
	background: rgba(255,255,255,.1);
	display: flex;
	align-items: center;
}

div#titulo_menu_rodape span{
	font-size: 22px;
	color: #6FA648;
	margin-left: 15px;
}
.list_rodape{
	min-height: 226px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;

}

.list_rodape div a{
	color: #fff;
}

.list_rodape div a span{
	color: #fff;
	font-size: 18px;
}

.list_rodape div{
	width: 80%;
	border-bottom: 1px dotted #fff;
}
.quadrado{
	width: 2px;
	height: 2px;
	background: #fff;
}

.li_quadrado{
	list-style: square;
}

div#rodape_social{
	min-height: 190px;
}

div#social_icones_rodape{
	min-height: 190px;
	background: rgba(255,255,255,.1);
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: column;
}


div#inga{
	min-height: 190px;
	background: #333333;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}


/* PRODUTOS */

.produto-disabled{
	opacity: .2;
}

div#galeria{
	min-height:71px;
	margin-top: 2px;
	background: url("../images/fundo_categorias.png") no-repeat  center; 	
	background-size: 100% 100%;	
}

div#abas_categorias{
	min-height: 51px;
	margin-top: 20px;
	display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}

div#abas_categorias a div{
	width: 170px;
	height: 50px;
	display: flex;
	margin-left: 2px;
    align-items: center;
    justify-content: center;
	background: #D9D9D9;
}

div#abas_categorias a div span{
	color: #000;
	font-weight: 700;
}

div#abas_categorias a:hover div{
	background: #71AA49;
}

div#abas_categorias a:hover div span{
	color: #fff !important;
}

.categoria_active{
	background: #48791D !important;
	border-bottom: 1px solid #68963E;
}

.categoria_active span{
	color: #fff !important;
}

div#sub_categoria_row{
	background: #48791D;
}

div#abas_sub_categorias{
	min-height: 41px;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: start;
}

div#abas_sub_categorias a div{
	width: 170px;
	height: 24px;
	margin-top: 5px;
	margin-bottom: 5px;
	border-right: 1px solid #68963E;
	display: flex;
	margin-left: 2px;
    align-items: center;
    justify-content: center;
}

div#abas_sub_categorias a div span{
	color: #fff;
}

div#abas_sub_categorias a:hover div span{
	color: #7dc44a
}

.sub_categoria_active{
	color: #7dc44a !important;
	font-weight: 700;
}

div#galeria-produtos{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content:flex-start;
	padding-top: 20px;
}

.produto-box{
	position: relative;
	border: 1px solid #E2E2E2; 
	height: 348px;
	width: 260px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content:center;
	margin: 2px;
}

.produto-imagem{
	max-height: 115px;
}

.produto-lupa{
	position: absolute;
	right: 3px;
	top: 3px;
}

.produto-add-carrinho{
	position: absolute;
	right: 3px;
	bottom: 3px;
}

.produto-valor{
	position: absolute;
	left: 5px;
	bottom: 10px;
	font-size: 26px;
	font-weight: 600;
	color: #497A1D;

}

.produto-valor-de{
	position: absolute;
	font-size: 15px!important;
	left: 5px;
	bottom: 35px;
	font-size: 26px;

}

.tipo-atributo{
	height: 30px;
	background: #497A1D;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.tipo-atributo span{
	color: #fff;
	font-weight: 700;
	font-size: 15px;
}

.produto-titulo{
	font-weight: 700;
	font-size: 18px;
}

.lista-atributo{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.item-atributo{
	width: 67px;
	height: 62px;
	margin: 2px;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.item-atributo span{
	color: #000;
	text-shadow: 1px 0 0 #fff, -1px 0 0 #fff, 0 1px 0 #fff, 0 -1px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
	font-weight: 700;
	font-size: 12px;
}
.produto-selecionado{
	border: 2px solid rgba(43, 148, 14, .5);
}

/* Carrinho de compras*/

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

.box-opcao{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.iptQuantidade{
	width: 75px;
}

#opcoes-carrinho{
	display: flex;  
	align-items: center; 
	justify-content: space-between; 
	flex-wrap: wrap;
}

#opcoes-carrinho a{
	width: 250px;
	margin:10px;
}

.carrinho-parcial-pedido{
	display: flex; 
	align-items: center;
	justify-content:flex-end;
}
.carrinho-total-pedido{
	display: flex; 
	align-items: center;
	justify-content:flex-end;
}
.carrinho-total-frete{
	display: flex; 
	align-items: center;
	justify-content:flex-end;
}


/* PAGINAS INTERNAS*/

div.box-img-interna{
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

div.box-img-interna a img{
	max-height: 250px;

}


/* MEDIA */

@media(max-width:767px){

	body{
		overflow-x: hidden !important;
	}

	.no_padding{
		padding-left: 5px;
		padding-right: 5px;
	}

	/*RODAPÉ*/

	#rodape_logo{
		justify-content: center;
	}

	#rodape_endereco{
		min-height: auto;
	}

	.list_rodape{
		padding: 0;
	}

	#list_rodape_2{
		margin-top: -15px;
	}

	div#rodape_social{
		min-height: 20px!important;
		padding-right: 15px;
		padding-left: 15px;
	}

	div#inga {
		position: relative;
		margin-top: 0;
		
	}

	#fresc_layout{
		display: none;
	}

	#topo_row {
		padding: 20px;
    	min-height: 120px;
	}

	div#produtos_row{
		margin-top: 62px;
	}

	.box-opcao{
		margin-top: 15px;
	}

	.box-valores{
		margin-top: 15px;
	}

	.box-valores span{
		margin-right: 10px;
	}

	#opcoes-carrinho{
		justify-content: center; 
	}

	.carrinho-parcial-pedido{
		justify-content:center;
	}
	.label-parcial-pedido{
		text-align: center;
	}
	.carrinho-total-pedido{
		justify-content:center;
	}
	.label-total-pedido{
		text-align: center;
	}
	.carrinho-total-frete{
		justify-content:center;
	}

	.carrinho-total-frete div p{
		text-align: center!important;
	}

	div.box-img-interna{
		justify-content: center;
	}

	div#abas_categorias{
		margin-top: -1px;
		justify-content: space-around;
		background: #D9D9D9;
	}

	div#abas_categorias a div {
		width: 152px;
		margin: auto;
	}

	div#abas_sub_categorias a div{
		width: 152px;
	}

	div#produtos_row{
		margin-top: 15px;
	}

	div#galeria-produtos {
		padding-top: 0px;
		padding-bottom: 15px;
		justify-content: center;
	}

}

@media(min-width: 768px) and (max-width: 992px){
	div#inga {
		position: relative;
		margin-top: 0;
	}
	div#rodape_social{
		min-height: 20px!important;
		padding-right: 15px;
		padding-left: 15px;
	}
	#fresc_layout{
		display: none;
	}

	#menu_branco {
    	margin-top: 62px;
	}

	.divisor_direito {
    	width: 100px;
	}
	.box-opcao{
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.box-valores{
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.box-valores span{
		margin-right: 10px;
	}


}

@media(min-width: 768px) and (max-width: 1024px){

	div#rodape_social{
		padding-right: 15px;
		padding-left: 15px;
	}

	

	div#abas_categorias {
    	justify-content: space-between;
    	flex-wrap: wrap;
	}

	div#abas_categorias a div{
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	div#abas_sub_categorias a div {
    	width: 180px;
	}
}

@media (min-width: 1320px){
	.container {
		width: 1320px;
	}

	div#rodape_menu{
		padding-right: 110px;
		padding-left: 50px;
	}

	#col_logo{
		height: 150px;
       	padding-right: 16px;
	}

	#col_logo img{
			height: 133px;
    		width: 95%;
	}
}




/*side nav*/


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:nth-child(2) {
	padding: 8px 8px 8px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 20px;
    font-size: 40px;
    margin-left: 50px;
    color: #fff;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.fixed {
  position: fixed;
  background: #fff;
  z-index: 1;
  width: 100%;
}



.teste123 p{
	line-height: 2;
}



/* cards   */


.cards {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px;
  padding: 1.5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}

.card {
  position: relative;
  margin-bottom: 20px;
  background: #fefff9;
  color: #363636;
  text-decoration: none;
  -moz-box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
  box-shadow: rgba(0, 0, 0, 0.19) 0 0 8px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 33.33333%;
}
@media (max-width: 700px) {
  .card {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .card {
    max-width: 350px;
    margin-right: 10px;
    margin-bottom: 60px;
  }
  .card:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 980px) {
  .card:nth-child(even) {
    margin-right: 20px;
  }
  .card:nth-child(3n) {
    margin-right: 0;
  }
}
.card span {
  display: block;
}
.card .card-summary {
  padding: 5% 5% 3% 5%;
}
.card .card-header {
  position: relative;
  height: 175px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.15);
  background-blend-mode: overlay;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}
.card .card-header:hover, .card .card-header:focus {
  background-color: rgba(255, 255, 255, 0);
}
.card .card-title {
  background: rgba(72, 121, 29, 0.85);
  padding: 3.5% 0 2.5% 0;
  color: white;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.card .card-title h3 {
  font-size: 1.2em;
  line-height: 1.2;
  padding: 0 3.5%;
  margin: 0;
}
.card .card-meta {
  max-height: 0;
  overflow: hidden;
  color: #666;
  font-size: .78em;
  text-transform: uppercase;
  position: absolute;
  bottom: 5%;
  padding: 0 5%;
  -moz-transition-property: max-height;
  -o-transition-property: max-height;
  -webkit-transition-property: max-height;
  transition-property: max-height;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.card:hover, .card:focus {
  background: white;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 0px 20px 0px;
}
.card:hover .card-title, .card:focus .card-title {
  background: rgba(113, 170, 73, 0.95);
}
.card:hover .card-meta, .card:focus .card-meta {
  max-height: 1em;
}



/*meuCSS*/

.no-padding{
	padding: 0;
}


.nav-tabs>li>a{
	border: none!important;
}

.tab-pane{
	margin-top: -2px!important;
}

#agendaEventos{
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	font-weight: 900;
	color: #333333;
}
#agenda_eventos{
	margin-top: 21px;
}

.menusAgenda{
	text-align: center;
	font-weight: 700;
	width: 100%;
	border-radius: 10px 10px 0px 0px !important;
}
.divEvento{
	background-color: #fff;
	min-height: 151px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 36px;
	margin-bottom: 36px;
	
}

@media (min-width: 768px) and (max-width: 6000px){
.divEvento:nth-of-type(6){
	margin-right: 0 !important;
}
	
}
@media (min-width: 991px) and (max-width: 6000px){
.divEvento:nth-of-type(3){
  	margin-right: 0 !important;
}
	
}

#noticiaAtletica:hover{
	color:#f3de1e;
}



@media (min-width: 1200px){
	.col-agenda-ma{
		width: 31.17%;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
	.col-agenda-me{
		width: 30%;
	}
}

.alinhaEventos{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-top: 36px;
}

.teste{
	display: flex !important;
	align-items: center;
	height: 100%;
}

.alinhamentoNoticia{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;

}
.notNoticia:hover p{
	color:#f3de1e !important;
}

.agendaMenus:hover{
	opacity: 0.8;
}

#artigoNoticia{
	font-family: 'Oswald', sans-serif;
}

#verMaisNoticias:hover{
	color:#f3de1e !important;
}
#verMaisNoticias{
	font-weight: 500 !important;

}

#divDataAgenda{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	min-height: 131px;
}
#agendaMes{
	color: #fff;
	font-weight: 700;
    text-shadow: 1px 1px 1px #888;
}

#agendaDia{
	color: #fff;
	font-size: 54px;
	font-weight: 700;
	line-height: 1.1;
    text-shadow: 1px 1px 1px #888;
}
#tituloAlbum{
	color: #fff;
}
.owl-next {
    position: absolute;
    top: 45%;
    right: -2%;
    z-index: 99 !important;
}

.owl-prev {
    position: absolute;
    top: 45%;
    left: -2%;
    z-index: 99 !important;

}
.icoAlbum{
	font-size: 30px;
}

#carousel-patrocina .owl-stage{
	display: flex;
	align-items: center;
	justify-content: center;

}
#tituloAlbum{
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 2px;
    text-shadow: 1px 1px 1px #888;
    text-align: center;
}
#tituloPatrocinadores{
	font-size: 14px;
}

#texto-banner2 {
    height: auto;
    z-index: 999;
    position: absolute;
    float: unset;
    left: 22%;
    bottom: 43%;
    padding: 10px;
    min-height: 125px;
    opacity: 0;
}

#carousel-ragus:hover #texto-banner2{
	opacity: 1;
	transition: opacity 1s ease-in-out;
	transition-delay: .5s;
}

#titulo-banner{
	color: #fff;
	font-size: 50px; 
	font-weight: 900;
	text-align: center;
	text-shadow: 0px 0px 10px #000;
}

#artigo-banner{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-shadow: 0px 0px 5px #000;
	text-align: center;
}
#conteudo-pesquisa {
    z-index: 999;
    position: absolute;
    display: none;
    border: 1px solid #000;
    min-height: 54px;
    width: 100%;
    background: #54c0c0;
    right: 0;
    top: 150px !important;
    font-family: 'Oswald', sans-serif !important;
    color: #FFBF00;
    padding-top: 15px;
    box-shadow: 2px 2px 2px #000;
}
.btn-pesquisa {
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 20px;
    padding-top: 5px;
    color: #fff;
}


@media (min-width: 1200px){
	.carousel-control{
		width: 22%;
	}
	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    	right: 79%;
	}

	.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    	left: 79%;
	}

}

#textoAgenda{
	display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 131px;
}

#tituloEvento{
	font-size: 18px;
	font-weight: 800;
}

.nav-tabs>li>a {   
    line-height: 3;
}

#finalizado{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 115px;
}
#andamento{
	display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 115px;
}

@media(max-width: 1200px){
	#finalizado{
		display: block !important;
		padding-left: 0 !important;
	}

	#andamento{
		display: block !important;
		padding-right: 0 !important;
	}
}

#divVerMais{
	border: 1px solid #fff;
	height: 45px; 
	border-radius: 7px 7px 7px 7px;
	margin-left: 13%;
	margin-bottom: 50px;
}

#divVerMais:hover{
	background-color: rgba(255, 255 , 255, 0.28);
}

#bordaContatoRodape{
	border-right: 1px solid #2F8080;
}


.alinhamentoRodape{
	display: flex;
	justify-content: center;
	flex-direction: column;

}

.prefessor{
	color: #333333;
	font-weight: 700;
}
.foneRodape{
	color:#333;
	font-size: 14px;
	font-weight: 600;
}
.emailRodape{
	color:#333;
	font-size: 14px;
	font-weight: 600;
}

.foneRodapeico{
	color: #2F8080; 
	font-size: 20px;
}

.emailRodapeico{
	color: #2F8080;
	font-size: 20px;
}

@media (max-width: 992px){
	#bordaContatoRodape{
		border-right: none;
		border-bottom: 1px solid #2F8080;
		padding-bottom: 15px;
	}
	div#social_icones_rodape{
		flex-direction: row !important;
	}
	div#inga {
    min-height: 65px !important;
	}
	.alinhamentoRodape{
		align-items: center;
	}
	#contatoSemBorda{
		padding-top: 15px;
	}
	#rodape_logo{
		min-height: 
	}
}

.mailIco{
	font-size: 26px!important;
}

#aface:hover{
	background-color: #3B5998;
}
#awhats:hover{
	background-color: #25D366;
}
#amail:hover{
	background-color: #7D7D7D;
}


#aface:hover .faIco{
	color: #fff;
}
#awhats:hover .whatsIco{
	color: #fff;	
}
#amail:hover .mailIco{
	color: #fff;
}

@media(max-width: 700px){
	.divEvento{
		margin-right: 0!important;
	}
}

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

@media(min-width: 300px) and (max-width: 767px){
	.alinhamentoRodapeContainer{
		display: block !important;
	
	}

}