/*----------------------------------------*/
/*  Geral
/*----------------------------------------*/

@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
body {
	margin: 0;
	padding: 0;
 	height: 100%;
	font-size: 1rem;
	height:100%;
	background: #f9f9f9;
	color:#333;
    font-family: 'Roboto', sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
.container {
/* 	max-width: 1940px; */
	max-width: 1400px;
	padding-left: 30px;
	padding-right: 30px;
}
::selection {
	color: #ffffff;
	background: #2d57a1;
}
/* ---------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -265px;
    height: 100vh;
    z-index: 9999;
    background: #fafafa;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}
#sidebar.active {
    left: 0;
}
#dismiss {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #2d57a1;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #333333;
    color: #ffffff;
}
.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}
#sidebar .sidebar-header {
    padding: 20px;
    background: #2d57a1;
}
#sidebar ul {
	list-style-type: none;
	padding: 0;
}
#sidebar .title {
    color: #2d57a1;
    padding: 15px 20px 0 20px;
	font-size: 1.2rem;
	font-weight: bold;
}
#sidebar ul li a {
    font-size: 0.95em;
    display: block;
    padding: 5px 20px;
    color: #636363;
    text-decoration: none;
}
#sidebar ul li a:hover {
    color: #000000;
    background: #eaeaea;
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}
a[data-toggle="collapse"] {
    position: relative;
}

/* ---------------------------------------- */

.navbar {
	padding-top: 15px;
	padding-bottom: 15px;
}
.navbar .btn-menu {
	color: #fff;
	padding-left: 0;
}
.navbar i {
	margin-right: 5px;
}
.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}
.navbar-brand img {
	max-height: 100px;
}
.bg-light {
	background-color: #2d57a1 !important;
}

.bg-light_cultural {
	background-color: #8600B3 !important;
}

.navbar-light .navbar-toggler {
	border: 0;
	padding-left: 0;
	padding-right: 0;
}
.form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    pointer-events: none;
    color: #ffffff;
}
input.form-control-search {
    padding-left: 30px;
    height: 30px;
    min-height: 30px;
    border: 0;
    background: #354a8a;
    color: #fff;
    border-radius: 0;
}
input.form-control-search::placeholder {
    color: #fff;
}
input.form-control-search:focus {
    background: #1c396c;
    color: #fff;
}

@media (max-width:767px) {
    .busca {
    	background: #2d57a1;
    	position: absolute;
    	top: 68px;
    	left: 0;
    	width: 100%;
    	padding: 5px 30px;
    	width: 100%;
    	max-width: 100% !important;
    }
    .destaque {
    	margin-top: 130px;
    }
}
@media (max-width:991px) {
    .navbar {
		padding-top: 15px;
		padding-bottom: 15px;
    }	
	.navbar-brand img {
		height: 40px;
	}
}
@media (min-width:992px) and (max-width:1045px) {
	.navbar-light .navbar-nav .nav-link {
		font-size: 0.85rem;
	}
}
@media (max-width:499px) {
/*     .logo-escrito img {
    	width: 150px;
    } */
}
@media (min-width:992px) and (max-width:1339px) {
/* 	.logo-escrito {
		display: none;
	} */
}

.nav-redes-sociais {
	margin-bottom: 10px;
}
.nav-redes-sociais ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
}
.nav-redes-sociais li {
	display: inline-block;
}
.nav-redes-sociais li img {
	width: 17px;
}
.nav-redes-sociais li + li {
	margin-left: 15px;
}

/* ---------------------------------------- */

section {
	padding: 50px 0;
}

/* ---------------------------------------- */

.banner {
    padding: 30px 0 0; 
}
#banners {
	transition: transform 200ms ease-in-out;
}
#banners:hover {
	transform:  scale(1.03);
}

@media (max-width:767px) {
	.banner {
		margin-top: 150px;
	}
}
/*------------------------------------------*/
.banner_cult{
	background: rgb(172,19,223);
	background: linear-gradient(90deg, rgba(172,19,223,1) 5%, rgba(107,0,131,1) 72%);
	height: 42px;
	display: grid;
	flex-direction: row;
	align-items: center;
	/* width: 1340px; */
}

.banner_cult_efeito {
	transition: transform 0.5s;
}

.banner_cult_efeito:hover {
	transform: scale(1.1);
}



@media (max-width:767px) {
	.banner_cult_efeito img {
		width: 100%;
	}
}
@media (min-width: 768px) {
    .banner_cult_efeito img {
        width: 200px;
    }
}
@media (min-width: 992px) {
    .banner_cult_efeito img {
        width: 280px;
    }
}

/* ---------------------------------------- */

.destaque {
	background: #f9f9f9;
}
.destaque a {
	text-decoration: none;
}
.destaque-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}

.destaque-wrapper a {
	display: block;
	height:  100%;
	overflow: hidden;
}

.destaque-wrapper a div {
	height:  100%;
}
.destaque-wrapper img {
	position: absolute;
	top:  0;
	left:  0;
	width:  100%;
	height:  100%;
	object-fit: cover;
	object-position: center;
}

.destaque-wrapper > a:nth-child(1) {
  grid-row-end: span 2;
}
.destaque-wrapper > a  img{
	transition:  transform .35s ease;
}
.destaque-wrapper > a:hover  img{
	transform:  scale(1.1);
}

.destaque-main, 
.destaque-side-top, 
.destaque-side-bottom {
    min-height: 200px;
    position: relative;
}
.destaque-main::after, 
.destaque-side-top::after, 
.destaque-side-bottom::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, transparent 40%);    
    opacity: .7;
}
.destaque-info {
	display: flex;
	flex-direction: column;
	padding: 20px;
	height: 100%;
	z-index: 1000;
	position: relative;
}
.destaque-info:hover > .destaque-title {
	color: #d4f1ff;
	text-shadow: 1px 1px 15px #000;
}
.destaque-tag {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.destaque-title {
	margin-top: auto;
	margin-bottom: 0;
	color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
}

@media (max-width: 775px) {
	.destaque-wrapper {
		grid-template-columns: 1fr;

	}
}

/* ---------------------------------------- */

.indicadores {
    background: #e9e9e9;
}
.indicadores-header {
	margin-bottom: 20px;
	text-align: center;
	margin-top: -15px;
}
.indicadores h2 {
	font-size: 26px;
	font-weight: 700;
	margin: 0;
}
.indicadores a {
	text-decoration: none;
}
.indicadores-veja-mais {
	font-size: 13px;
	color: #2d57a1;
	font-weight: 700;
}
.indicadores-veja-mais:hover {
    color: #84a2c4;
}
.indicadores-item {
	text-align: center;
	padding: 10px 15px;
	background: #ffffff;
	transition: hover, 0.5s;
	position: relative;
	overflow: hidden;
	border: 2px solid #dadada;
}
.indicadores-item:before {
    content: "";
    background: url('../img/graph.png') no-repeat;
	position: absolute;
	top: 80%;
	left: 65%;
	transform: translate(-50%, -50%);
    width: 400px;
    height: 100px;
    opacity: 0.2;
}
.indicadores-item:hover {
	background: #e8f5ff;
}
.indicadores-titulo {
	color: #2d57a1;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
}
.indicadores-number {
	font-size: 23px;
	line-height: 23px;
}
.indicadores-periodo {
	color: #363636;
	font-size: 13px;
}
.indicadores .owl-nav {
	margin-top: 15px;
	margin-bottom: -10px;
}
.indicadores .owl-prev,
.indicadores .owl-next {
    height: 30px;
	background-color: #8ebcd3 !important;
	color: #ffffff !important;
	font-size: 0.75rem !important;
	padding-left: 10px !important;
}
.indicadores .owl-prev:hover, 
.indicadores .owl-next:hover {
	background-color: #2d57a1 !important;
    color: #fff !important;
}
.indicadores .owl-dot span {
    transition: all .5s ease !important;
}
.indicadores .owl-dot.active span {
	width: 20px !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	background-color: #000 !important
}

/* ---------------------------------------- */

.sidebar {
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 767px) {
    .sidebar {
        margin-top: 50px;
    }
}
@media (min-width: 768px) {
    .sidebar {
        width: 200px;
    }
}
@media (min-width: 992px) {
    .sidebar {
        width: 280px;
    }
}

/* ---------------------------------------- */
.sidebar-item {
	transition: transform 150ms ease-in-out;
}

.sidebar-item:hover {
	transform: scale(1.06);
}

.sidebar-destaques ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sidebar-destaques li + li {
	margin-top: 20px;
}
@media (max-width:767px) {
    .sidebar-destaques {
    	margin-top: 50px;
    }
	.sidebar-destaques .sidebar-item img {
		width: 100%;
	}
}
@media (min-width: 768px) {
    .sidebar-destaques .sidebar-item img {
        width: 200px;
    }
}
@media (min-width: 992px) {
    .sidebar-destaques .sidebar-item img {
        width: 280px;
    }
}

/* ---------------------------------------- */

.sidebar-parceiros {
	margin-top: 30px;
}
.sidebar-parceiros h4 {
	color: #2d57a1;
	margin-bottom: 15px;
}
.sidebar-parceiros ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.sidebar-parceiros li + li {
	margin-top: 20px;
}
@media (max-width:767px) {
	.sidebar-parceiros .sidebar-item img {
		width: 100%;
	}
}
@media (min-width: 768px) {
    .sidebar-parceiros .sidebar-item img {
        width: 200px;
    }
}
@media (min-width: 992px) {
    .sidebar-parceiros .sidebar-item img {
        width: 280px;
    }
}


/* ---------------------------------------- */

.sidebar-sindcast {
	padding: 15px 15px 10px 15px;
	background-color: #FFF;
	border: 2px solid #dadada;
	margin-top: 30px;
}
.sidebar-sindcast h4 {
	color: #2d57a1;
}
.sidebar-sindcast-item {
	border-top: 1px solid #ededed;
	display: block;
	text-decoration: none;
	padding-top: 10px;
}
.sidebar-sindcast-tag {
    color: #a7a7a7;
    font-size: 14px;
}
@media (max-width:767px) {
	.sidebar-sindcast-item {    
	    margin-top: 10px;
	}
	.sidebar-sindcast-item + .sidebar-sindcast-item {
		margin-top: 20px;
	}
}
.sidebar-sindcast-titulo {
    font-weight: 700;
    color: #606060;
    font-size: 16px;
    margin-bottom: 10px;
}
.sidebar-sindcast-item p {
	font-size: 14px;
	font-weight: bold;
	color: #2d57a1;
	margin-bottom: 0;
}
.sidebar-sindcast-item p:hover {
	color: #8e8e8e;
}
.sidebar-wrapper {
	display: flex;
	flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
}
/* .sidebar-info {
} */
.sidebar-sindcast-capa {
	min-width: 65px;
	height: 65px;
	margin-left: 10px;
}
@media (min-width:768px) and (max-width:991px) {
    .sidebar-sindcast-capa {
        min-width: 45px;
        height: 45px;
    }
}

/* ---------------------------------------- */

.sidebar-redes-sociais {
	margin-top: 30px;
	margin-bottom: 30px;
}
.sidebar-redes-sociais ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	margin: 0 auto;
	text-align: center;
}
.sidebar-redes-sociais li {
	display: inline-block;
	width: calc(25% - 15px);
}
.sidebar-redes-sociais li img {
	width: 100%;
	max-width: 100px;
}
.sidebar-redes-sociais li + li {
	margin-left: 15px;
}

/* ---------------------------------------- */

.noticias-item {
	display: block;
	text-decoration: none;
}

.noticias-item:hover .noticias-titulo{
	color:  #162b50;
}
.noticias-item:hover .noticias-tag{
	color:  #306273;
}
.noticias-item + .noticias-item {
	margin-top: 40px;
}
/* .noticias-capa {
} */
.noticias-tag {
    color: #529eb7;
    font-size: 15px;
    margin-bottom: 5px;
}
@media (max-width:767px) {
	.noticias-tag {    
	    margin-top: 10px;
	}
}
.noticias-titulo {
    font-weight: 700;
    color: #2d57a1;
    font-size: 23px;
    line-height: 28px;
    margin-bottom: 10px;
}
@media (min-width:768px) and (max-width:1023px) {
	.noticias-titulo {
		font-size: 15px;
		line-height: 21px;
	}
}
.noticias-chamada {
	font-size: 15px;
	color: #494949;
}
@media (min-width:768px) and (max-width:1199px) {
	.noticias-chamada {
		display: none;
	}
}
.noticias-data {
    font-size: 13px;
	color: #9c9c9c;
}
.noticias-data:before {
	content: "|";
	margin-left: 5px;
	margin-right: 9px;
}
.noticias-veja-mais {
	margin: 30px auto 0 auto;
}
.noticias-veja-mais a {
	display: block;
	padding: 10px;
	background-color: #2d57a1;
	text-align: center;
	width: 180px;
	color: #FFF;
	text-decoration: none;
}
.noticias-veja-mais a:hover {
	background: #0d2653;
}

/* ---------------------------------------- */

.empresas {
	text-align: center;
	padding-bottom: 0;
}
.empresas h4 {
	font-weight: bold;
	margin-bottom: 0;
}
#empresas {
	padding-bottom: 25px;
    border-bottom: 2px solid #5bc8ff;
}
.empresas p {
	color: #999;
	font-size: 14px;
	margin-bottom: 20px;
}
.empresas-item {
	border: 1px solid #e6e6e6;
}
.empresas .owl-prev,
.empresas .owl-next {
    margin-top: 10px !important;
    height: 30px;
	background-color: #5bc8ff !important;
	color: #ffffff !important;
	font-size: 0.75rem !important;
	padding-left: 10px !important;
}
.empresas .owl-prev:hover,
.empresas .owl-next:hover {
	background-color: #2d57a1 !important;
}

/* ---------------------------------------- */

.page-header {
	background-color: #ebebeb;
	color: #2d57a1;
	padding: 16px 0 20px 0;
	font-size: 1.6rem;
	font-weight: 700;
/*     border-top: 5px solid #000; */
}
@media (max-width:767px) {
	.page-header {
        margin-top: 78px;
 }
}
.page-content {
	padding: 30px 0 50px 0;
	font-size: 1.05rem;
	min-height: 650px;
}

.page-content .container {
	max-width: 800px;
}

.page-noticia .container {
	max-width:  1080px;
}
.page-content a {
	color: #2d57a1;
}
.page-content a:hover {
	color: #00a1de;
}
.page-content-title {
	text-align: center;
	font-size: 24px;
	margin-bottom: 15px;
}
.page-content img {
   max-width:100%;
   height:auto !important;
   display: block;
}
/* .page-capa img {
		width: 100%; 
} */
.page-post-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.page-post-list iframe {
	width: 100%
}
.page-post-item {
	margin-bottom: 30px;
}
.page-post-item a {
	text-decoration: none;
}
.page-post-capa img {
	width: 150px;
	margin-right: 20px;
	float: left;
}
@media (max-width:767px) {
	.page-post-capa img {
		width: 100%;
		margin-bottom: 15px;
	}
}
.page-post-titulo {
	font-size: 1rem;
/* 	line-height: 1.4rem; */
/* 	font-weight: 700; */
	color: #333;
	margin-bottom: 5px
}
.page-post-data {
    color: #b5b5b5;
    font-size: 14px;
    margin-bottom: 5px
}
.page-post-chamada {
	color: #727272 !important;
	font-size: 14px;
}
.page-list-videos a {
	text-decoration: none;
}
.page-post-video iframe {
	width: 100%;
	margin-bottom: 5px;
}
.page-item.active .page-link {
    background-color: #2d57a1;
    border-color: #2d57a1
}
.page-link:hover {
    color: #2d57a1;
    text-decoration: none !important;
}
.page-titulo {
    font-weight: bold;
    font-size: 2.3rem;
}
.page-data {
    color: #9e9e9e;
	margin-bottom: 15px;
}
.page-excerpt {
	font-size:  1.3rem;
	font-style: italic;
	color: #737373;
}
.page-texto {
	display: inline-flex;
	flex-direction: column;
	max-width: 716px;
	width:  100%;
}
.page-texto img {
   max-width:  100%;
   max-height:100%;
}

.page-content pre {
	max-width:  716px;
	width: 100%;
	margin:  0;
	padding: 0;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow-y: auto;
}

.page-list-files ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.page-list-files li {
	margin-bottom: 10px;
}
.page-list-files li a {
	display: block;
	padding: 5px 12px;
	background-color: #f0f0f0;
	display: block;
	text-decoration: none;
}
.page-list-files li a:hover {
	background-color: #CCC;
}
.page-list-img a {
	text-decoration: none;
}
.page-img-capa {
	margin-bottom: 10px;
}
.page-list-news a {
	text-decoration: none;
}
.page-news-capa {
	margin-bottom: 10px;
}
.page-news-capa img {
	text-align: center !important;
	display: initial;
}
.page-content .owl-prev, .page-content .owl-next {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 40%;
    background: #d6d6d6 !important;
    cursor: pointer;	
}
.page-content .owl-prev { 
    left: -80px; 
}
.page-content .owl-next { 
    right: -80px; 
}
.page-content .owl-prev i, 
.page-content .owl-next i {
	color: #fff;
}
.page-content .owl-nav button.owl-next:hover,
.page-content .owl-nav button.owl-prev:hover {
	background: #2d57a1 !important;
}

@media (max-width:991px) {
	.page-content .owl-prev {
		display: none !important;
	} 
	.page-content .owl-next {
		display: none !important;
	}
}


/* ---------------------------------------- */

.galeria-legenda {
	color: #FFF;
	font-size: 14px;
	text-align: center;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 5px;
    z-index: 1;	
}

/* ---------------------------------------- */

.page-calendar-wrapper {
	border: 1px solid #e6e6e6;
	padding: 15px;
	background: #FFFFFF;
}
.page-calendar {
	margin-top: 20px;
}
.page-calendar a {
	text-decoration: none;
}
.page-calendar th {
	background: #ebebeb;
}
.page-calendar select {
    width: 50%;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.page-calendar-caption {
	font-size: 13px;
	display: flex;
	align-items: center;
}
.page-calendar-caption span {
	width: 12px;
	height: 12px;
	display: inline-block;
	margin-right: 7px;
}
.fc-toolbar { 
    text-transform: uppercase;
    font-size: 15px; 
}
.fc-day-today {
	background: #e9f5ff !important;
}
@media (max-width:767px) {
    .fc-view-harness {
    	height: 500px !important;
    }
    .page-calendar select {
        width: 100%
    }    
}

/* ---------------------------------------- */

.page-form h3 {
	font-size: 22px;
	font-weight: bold;
	margin-top: 40px;
}
.page-form h4 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
}

/* ---------------------------------------- */

.accordion-button {
	font-size: 1.4rem;
	color: #2d57a1;
	background: #e7f1ff;
}
.accordion-body-title {
	font-size: 1.3rem;
	color: #00a1de;
	margin-bottom: 10px;
}
.accordion-body-hr {
	border: 2px solid #CCC;
	margin-top: 30px;
	margin-bottom: 30px;
}
.accordion-body-mainimg {
	max-width: 350px;
	border: 1px solid #eaeaea;
}
@media (max-width:767px) {
    .accordion-body-mainimg	{
    	margin: 0 auto 20px auto;
    }
}
@media (min-width:768px) {
    .accordion-body-mainimg	{
    	max-width: 220px;
    	float: right;
    	margin-left: 20px;
    }
}

/* ---------------------------------------- */

.jornal h2 {
    font-size: 28px;	
}
.jornal a {
	text-decoration: none;
	color: #333;
}
.jornal a:hover {
	color: #00a1de;
}
.jornal-capa {
	margin-bottom: 10px;
	margin-top: 20px;
}
.jornal-titulo {
	font-size: 15px;
}
@media (max-width:767px) {
	.jornal-titulo {
		margin-bottom: 30px;
	}
}

/* ---------------------------------------- */

#share {
	font-size: 14px;
	background-color: #FFF;
	border:  2px solid #dadada;
	padding: 0 0.5em;
}
#share a {
    color: #FFF;	
}

/* ---------------------------------------- */

.footer {
	color: #FFF;
	background-color: #2d57a1;
	padding: 40px 0;
}
.footer-title {
	font-weight: bold;
	margin-bottom: 10px;
}
.footer p {
	font-size: 0.8rem;
    margin-bottom: 10px;
}
/* @media (max-width:991px) {
	.selo {
        margin-top: 15px;
	}	
} */
.selo {
	margin-top: 25px;
}

/* ---------------------------------------- */

.clear {
	clear: both;
}

@media screen and (max-width:  1097px) {
	.page-texto, .page-texto pre {
		max-width: unset;
	}
}

.sidebar-redes-sociais ul li a:hover {
	transform: scale(1.1);
}

.sidebar-redes-sociais ul li a {
	display: block;
	transition: transform 150ms ease-in-out;
}

.busca {
	display:  flex;
	flex-direction: column;
	gap: 5px;
	max-width:  190px;
}
.busca .nav-redes-sociais {
	margin:  0;
}
.busca .nav-redes-sociais ul {
	display: flex;
	justify-content: flex-end;
	gap:  20px;
}

.busca .nav-redes-sociais ul li {
	margin: 0;
}

.busca form input {
	margin-right:  0 !important;
	width:  100%;
}
.btn_socio {
	text-decoration: none;
	display: block;
	text-align: center;
	padding:  2px;
	background-color:  #fff;
	color: #285b9c;
	transition:  transform 150ms ease-in-out;
	white-space: nowrap;
	border-radius: 7px;
	/*font-size: 0.9rem;*/
}

.btn_socio:hover {
	transform:  scale(1.03);
}
.btn_clube {
	text-decoration: none;
	display: block;
	text-align: center;
	padding:  2px;
	background-color:  #30abfb;
	color: white;
	transition:  transform 150ms ease-in-out;
	white-space: nowrap;
	border-radius: 7px;
	/*font-size: 0.9rem;*/

}

.btn_clube:hover {
	color:  white;
	transform:  scale(1.03);
}

@media screen and (max-width: 767px) {
	.busca {
		padding-bottom:  20px;

	}
	.busca .nav-redes-sociais ul {
		justify-content: center;
	}
}