@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap');

:root {
	--light: #fff;
	--dark: #707b8e;
	
    --primary-color: #2f358d;
	--secondary-color: #79bf38;
	--tertiary-color: #c7dfb1;

    --primary-font: 'Montserrat', sans-serif;

}

.text-primary {
    color: var(--primary-color) !important;
}
.text-secondary {
    color: var(--secondary-color) !important;
}
.bg-primary {
    background-color: var(--primary-color) !important;
    color: var(--light) !important;

}
.bg-secondary {
    background-color: var(--secondary-color) !important;
    color: var(--light) !important;
}

.btn-primary {
  background-color: initial;
  background-image: linear-gradient(-180deg, #00D775, #00BD68);
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
  color: #FFFFFF;
  font-weight: bold;
  border: 0;  
}
.btn-primary:hover {
    background-image: linear-gradient(-180deg, #00BD68, #00D775);
}


h1 {
    font-stretch: condensed !important;
    letter-spacing: -2px !important;
    color: #212121 !important;
}
h1, h2, h3, h4, h5, h6 {
    color: #212121 !important;
}

.agenda {
    padding: 10px;
    border: 1px dotted #cecece;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
}
.agenda-dia {
    font-size: 300%;
    font-weight: bold;
    color: var(--primary-color);
}
.agenda-mes {
    font-size: 120%;
    font-weight: bold;
    color: var(--white);
    line-height: normal;
    margin-top: -15px;
}
.agenda-hora {
    font-size: 90%;
    font-weight: bold;
    color: var(--secondary-color);
    line-height: normal;
    margin-bottom: 10px;
}



/* SITE ********************
****************************/
body {
    font-family: var(--primary-font);
    font-weight: 300;
    font-size: 1.0rem;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    background-color: var(--light);
    color: var(--dark);
}

.img-capa {
    padding: 10px;
    border: 1px dotted #cecece;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    background-color: #ffffff;
    max-height: 230px !important;
    
}
.modulos {
    padding: 0 !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.interna {
    margin-top: 150px !important;
}


.sc-card {
    background-color: var(--light);
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    border-radius: 0.6rem !important;
    transition: all 0.3s ease;
    margin-top: 20px;
    margin-bottom: 20px;    
}

.parceiros {
    max-width: 150px !important;
    margin: 0 auto !important;
}

small {
    font-size: 80%;
    line-height: -0.5rem;
    display: block;
}


.badge {
    font-size: 60% !important;
}

.instagram-feed {
    background-color: var(--light);
    margin-top: -50px;
    height: 50px;
    display: block;
    z-index: 999999;
}


/* MENU **********************
******************************/
.menu-logo {
	max-height: 30px !important;
	max-width: 100px !important;
}
.dropdown-item {
	font-size: 100% !important;	
}
a:active.dropdown-item , a:hover.dropdown-item  {
	background-color: var(--primary-color) !important;
	color: var(--light) !important;
}
.menu {	
	transition:500ms ease;
	font-weight: bold;
	text-transform: uppercase;	
	font-size: 60% !important;
    background: rgba(255,255,255,0.99);
}
.menu.scrolled {
	background: var(--light) !important;
	color: var(--primary-color) !important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.menu .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(250,250,250, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.menu .navbar-toggler {
	border-color: var(--primary-color);
	background-color: var(--primary-color);
    color: var(--primary-color);
} 
.menu .navbar-toggler:hover {
	border-color: var(--primary-color) !important;
	background-color: var(--primary-color) !important;
} 
.menu .nav-item {
	padding: 0.1rem 0.3rem !important;
}
.menu .nav-item a {
	line-height: 2rem;
}
.menu .nav-item:hover {
	background-color: var(--primary-color);
	color: var(--light);
}
.navbar-nav .menu-icone {
	font-size: 120% !important;
}
.menu .menu-icone:hover {
	color: var(--primary-color);
	
}
.menu-mobile {
	font-size: 120% !important;
    color: var(--dark) !important;
    margin-bottom: 0.5rem !important;
    border-bottom: 0.5px solid #cecece !important;
    font-weight: bold !important;
}



.membro-titulo {
    font-size: 80% !important;
    font-weight: bold !important;
    line-height: 100%;
    margin-top: 5px !important;
}
.img-membro {
    width: 100px;
    height: 100px;
    border-radius: 5rem;
    -webkit-transition: all 0.3s;
}
.img-membro:hover {
    -webkit-transform: scale(1.1);
}

.evento-capa {
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.bgblur {
    position: absolute;
    background: rgba(255, 255, 255, 0.3); 
    backdrop-filter: blur(5px);
    /* height: 100vh; */
    height: 100%;
    width: 100%;
}
.conteudo {
    margin-top:120px;
}
.conteudo-capa {
    position:relative;
    width: 100%;
    height: 250px;
    margin-bottom:30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 1px solid #f3f3f3;
    border-radius: 20px;
}
.noticia-capa {
    position:relative;
    width: 100%;
    height: 150px;
    margin-top:100px;
    margin-bottom:30px;
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* filter: blur(8px);
    -webkit-filter: blur(8px); */
}

.noticia-capa h1 {    
    font-size: 300%;
    font-weight: bold;
    color: #212121;
    z-index:1;
    /* display: inline-block;
    margin-top: 100px; */
    padding: 1rem 2rem;
    /* background-color: var(--light) !important; */
    background: rgba(255, 255, 255, 0.4) !important;
    /* border:5px solid #fff; */
}
.card-img-noticia {
    width: 100%;
    height: 200px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover !important;
}

@media screen and (min-width : 320px) and (max-width : 768px) {
	/* .noticia-capa {margin-top: 200px; } */
	
}


.noticia-lateral {
    background-color: #f8f8f8;
    padding: 20px 10px;
    margin-top: 2px;
    
}

.cadastro {
    background-color: #f8f8f8;
    padding: 20px 10px;
    border-radius: 0.3rem;
    
}



/* CAROUSEL ******************
******************************/
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}





/*************************************/
/* MENU LATERAL
/**************************************/
.menu-lateral {
	font-size: 90%;
}
.menu-lateral .list-group-item {
    background-color: transparent !important;
}
.menu-lateral .list-group-item:hover {
    background-color: var(--primary-color) !important;
    color: var(--light) !important;
}



/*************************************/
/* RODAPÉ
/**************************************/
.rodape {
	font-size: 90%;
}
.rodape .list-group-item {
    background-color: transparent !important;
}
.rodape .list-group-item:hover {
    background-color: var(--primary-color) !important;
    color: var(--light) !important;
}





/* LGPD **********************
******************************/
.lgpd {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0px;
	background-color: #4f4f4f;
	color: #fff;
	text-align: center;
	font-size: 80%;
	z-index: 1000;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	min-height: 80px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.btn-lgpd {
	background-color: #4f4f4f;
	border: solid 1px #fff;
	padding: 15px;
	color: #fff;
	border-radius: 5px;
	margin-left: 10px
}



/* DIALOG ******************
****************************/
.sc-dialog {
    background: rgba(255,255,255,0.7);
}
.sc-dialog .sc-alert {
    border: 2px solid #cecece;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.sc-dialog .sc-alert .sc-titulo{
    padding: 1rem;
    color: #fff;
    background: #39b54a;
}
.sc-dialog .sc-alert .sc-mensagem{
    font-size: inherit;
    padding: 1rem;
}
.sc-dialog .sc-alert .sc-action{
    border-top: none;
    padding: 1rem;
    background: #fff
}

.banner-lateral {
    max-height: 250px !important;
}


.list-group-item.active {
    background-color: var(--primary-color) !important;
    color: var(--light) !important;
    border: none !important;
    font-weight: bold;
}
thead .table-primary {
    background-color: var(--primary-color) !important;
    color: var(--light) !important;
    border: none !important;
    font-weight: bold;
}


.btn-horario {
    background-color: #00BD68 !important;
    color: #f8f8f8 !important;
    font-size: 80%;
    font-weight: bold;
    padding: 5px !important;
    margin-bottom: 10px;
    margin-right: 10px;
}


h5 {
    font-size: 110% !important;
}

strong, b {
    font-weight: 700 !important;
    color: #42474d;
    font-size: 85% !important;
}

@media screen and (min-width : 320px) and (max-width : 768px) {
	.img-banner {
        object-fit: cover;
        object-position: center;
        height: 350px !important;
    }
}


.img-cbc {
    transition: all .5s ease !important;
}
.img-cbc:hover {
    position: relative;
    z-index: 99 !important;
    transform: scale(1.8) !important;
    transition: all 0.5s ease !important;
}

.associado-iframe {
    height: calc(100vh - 100px) !important;
}