
html,body {
    margin:0;
  	padding:0;
  	height:100%;
  	font-family: 'Lato', sans-serif;
  	font-size: 16px;
}

a {
	color: #222;
}

a:hover {
	color: #01A9E3;
	text-decoration: none;
}

a.ntds {
	color: #fff;
}

a.ntds:hover {
	color: #01A9E3;
}

a.midias {
	color: #fff;
}

.fixar {
    position:fixed;
    margin-top: 0px !important;
    z-index: 2000;
    left: 0;
    right: 0;
    top: 0;
    background-color: #F8F9FA;
}

.navbar {
	padding: 0px !important;
}

a.nav-link {
	color: #01A9E3;
	font-size: 18px;
}

a.nav-link:hover {
	color: #fff;
	background-color: #01A9E3;
	border-radius: 5px;
}

.btn-label {
    position: 
    relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.pags {
  	display: block;
  	min-height: 100vh;
  	min-height: -webkit-calc(100vh - 400px);
  	min-height: -moz-calc(100vh - 400px);
  	min-height: calc(100vh - 400px);
  	position: relative;
  	width: 100%;
}

.menu-bg {
	background-color: #F8F9FA;
}

.bg-topo {
	background-color: #222;
	height: 50px;
	color: #fff;
	line-height: 48px;
}

.navbar-toggler {
	background-color: #01A9E3 !important;
	color: #fff !important;
}

span.navbar-toggler-icon {
	color: #fff !important;
}

.bg-nav {
	color: rgba(0, 0, 0, 0.5); 
}

.bg {
	height: 100%; /* Full PAge */
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
	padding-bottom: 50px;
	color: #f8f8f8;
	background: url(../imagens/bg.png) no-repeat center center;
	background-size: cover;
}

.btn-busca {
	background-color: #01A9E3; 
	color: #fff; 
	border-radius: 0px;
}

.form-control {
	border-radius: 0px !important; 
}

.titulos {
  font-size: 34px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 7px;
  margin: 25px 0 20px 0;
}

.titulos:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}

.titulos:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #74D0C6;
}

.rodape {
	color: #fff;
	margin-top: 20px;
}

.box-midias-rodape {
	font-size: 20px;
	margin-top: -14px;
}

.citacao {
	font-family: 'Charmonman', cursive;
	color: #ccc;
	font-size: 20px;
}

.autor {
	color: #01A9E3;
	font-size: 14px;
	margin-right: 95px;
	margin-top: -10px;
}

.box-acesso-rapido ul {
	list-style: none;
	color: #fff;
}

.box-acesso-rapido li > a {
	color: #ccc;
	text-decoration: none;
	margin-left: -40px;
}

.box-acesso-rapido li > a:hover {
	color: #01A9E3;
}

.titulo-rodape {
	font-size: 20px;
	color: #fff;
	margin-top: 20px;
}

.risco-verde {
	background-color: #01A9E3;
	width: 60px;
	height: 3px;
	margin-top: -13px;
	margin-bottom: 20px;
}

.texto-cinza {
	color: #ccc;
}

.direitos {
	height: 40px;
	background-color: #01A9E3;
}

.direitos span {
	color: #fff;
	padding-top: 5px;
	text-align: center;
	line-height: 35px;
}

#contato {
	background-color: #F9F9F9;
	margin-top: 30px;
}

#contato p {
	margin-top: -25px;
	margin-bottom: 20px;
}

#galeria img {
	width: 250px;
	height: 200px;
}

#mudas {
	background-color: #F9F9F9;
	margin-top: 30px;
}

.page-item.active .page-link {
	background-color: #01A9E3;
	border-color: #01A9E3;
}

.page-link {
	color: #222;
}

.carousel-item h1 {
	font-size: 4.5rem;
	text-shadow: 2px 2px #222;
}

#livros img {
	max-width: 100%;
	width: 255px;
	height: 350px;
	object-fit: cover;
}

#associados img {
	max-width: 100%;
	width: 255px;
	height: 350px;
	object-fit: cover;
}

.box-menu {
	position: relative;
	padding-top: 4px; 
	left: -4px;
}

.btn-associar {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.4rem;
	background-color: #EEBB39;
	border-color: #EEBB39;
	color: #fff;
	text-shadow: none;
}

.faixa {
	background: rgb(34,193,195);
	background: linear-gradient(145deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
	font-size: 2rem;
	height: 150px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	text-shadow: 2px 2px #222;
}

.ico-home-link {
	color: #73D0C6;
}

.ico-home-link:hover {
	color: #fff;
}

.ico-home {
	font-size: 25px;
    color: #73D0C6;
    margin: 0 auto;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    border: 2px solid #73D0C6;
    line-height: 70px;
    cursor: pointer;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    -o-transition: all ease-in-out 0.35s;
    -ms-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.20s,background-color ease-in-out 0.05s;
    margin-bottom: 10px;
}

.ico-home:hover {
	background-color        : #73D0C6;    
    color                   : #fff;
    border                  : 1px solid #73D0C6;
    -moz-box-shadow         : inset 0px 0px 0px 5px #ffffff;
    -o-box-shadow           : inset 0px 0px 0px 5px #ffffff;
    -ms-box-shadow          : inset 0px 0px 0px 5px #ffffff;
    -webkit-box-shadow      : inset 0px 0px 0px 5px #ffffff;
    box-shadow              : inset 0px 0px 0px 5px #ffffff;
    -ms-transform           : scale(1.2,1.2); 
    -webkit-transform       : scale(1.2,1.2);
    -moz-transform          : scale(1.2,1.2); 
    -o-transform            : scale(1.2,1.2); 
    transform               : scale(1.2,1.2);
}

footer {
    background-color: #222;
  	display: block;
  	min-height: 100px;
  	width: 100%;
}

.banners {
	width: 300px;
	height: 100px;
	border: 1px solid #ccc;
}

.img-diretoria {
	height: 180px;
	width: 180px;
	border: 2px solid #ccc;
}

.box-eventos {
	background-color: #f8f8f8;
	padding: 10px;
	height: 140px;
}

@media (max-width: 1024px) { 
	
	.carousel-item h1 {
		font-size: 2.5rem;
	}

	.faixa {
		background: rgb(34,193,195);
		background: linear-gradient(145deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
		height: 135px;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		text-shadow: 2px 2px #222;
	}

	.faixa h1 {
		font-size: 2rem;
	}

	.banners {
		width: 200px;
		height: 80px;
		border: 1px solid #ccc;
	}

	.box-eventos {
		background-color: #f8f8f8;
		padding: 10px;
		height: 165px;
	}

	.bg-topo {
		background-color: #222;
		height: 110px;
		color: #fff;
		line-height: 48px;
	}

	.carousel-caption a {
		margin-bottom: -40px;
	}

}

@media (max-width: 768px) { 
	
	.carousel-item h1 {
		font-size: 2rem;
	}

	.faixa {
		background: rgb(34,193,195);
		background: linear-gradient(145deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
		height: 120px;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		text-shadow: 2px 2px #222;
	}

	.faixa h1 {
		font-size: 1.5rem;
	}

	.banners {
		width: 200px;
		height: 70px;
		border: 1px solid #ccc;
	}

	.carousel-caption a {
		margin-bottom: -140px;
	}

}

@media (max-width: 640px) { 
	
	.carousel-item h1 {
		font-size: 10px;
		color: red;
	}

	.faixa {
		background: rgb(34,193,195);
		background: linear-gradient(145deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
		height: 115px;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		text-shadow: 2px 2px #222;
	}

	.faixa h1 {
		font-size: 1.3rem;
	}

	.carousel-caption a {
		margin-bottom: -140px;
	}

}

@media (max-width: 480px) { 
	
	.bg-topo {
		font-size: 11px;
	}

	.carousel-item h1 {
		font-size: 12px;
		color: red;
		z-index: 1000;
	}

	.faixa {
		background: rgb(34,193,195);
		background: linear-gradient(145deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
		height: 150px;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		text-shadow: 2px 2px #222;
	}

	.faixa h1 {
		font-size: 1.7rem;
	}

	.banners {
		width: 100px;
		height: 100px;
		border: 1px solid #ccc;
	}

	.box-eventos {
		background-color: #f8f8f8;
		padding: 50px;
		height: 55px;
	}

	.carousel-caption a {
		margin-bottom: -40px;
	}

}

@media (max-width: 320px) { 
	
	.bg-topo {
		font-size: 11px;
	}

	.carousel-item h1 {
		font-size: 12px;
		color: red;
		z-index: 1000;
	}

	.carousel-caption a {
		margin-bottom: -40px;
	}

	.faixa {
		background: rgb(34,193,195);
		background: linear-gradient(145deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
		height: 150px;
		color: #fff;
		padding-top: 10px;
		padding-bottom: 10px;
		text-shadow: 2px 2px #222;
	}

	.faixa h1 {
		font-size: 1.7rem;
	}

	.banners {
		width: 50px;
		height: 50px;
		border: 1px solid #ccc;
	}

	.box-eventos {
		background-color: #f8f8f8;
		padding: 10px;
		height: 165px;
	}



}
