@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
/* Carregando */
.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    color: #004680;
    display: flex;
    align-items: center;
    justify-content: center;
}
html {
	background: url(../img/bg.jpg) no-repeat center top;
}
body {
	background: url(../img/bg.jpg) no-repeat center top, url(../img/cont-bg.jpg) repeat-y center;
	padding-top: 150px;
	font-family: 'Lato', sans-serif;
}
/* Header */
.navbar.not-scroll {
	padding-top: 40px;
	background: transparent;
	box-shadow: none;
}
.navbar-default.not-scroll .navbar-nav > li > a {
	color: #004680;
}
.navbar .container-fluid {
	width: 100%;
	padding-left: 60px;
	padding-right: 60px;
}
.navbar-default .navbar-brand {
	border-radius: 100%;
}
.navbar-nav li a .icon-home {
	display: block;
	width: 17px;
	height: 15px;
	background: url(../img/icon-home.png) no-repeat center;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.navbar-nav li a:hover > .icon-home {
	background: url(../img/icon-home-hover.png) no-repeat center;
}
.navbar-default:not(.not-scroll) {
	padding: 18px 0;
}
.navbar-default:not(.not-scroll) .navbar-nav {
	margin-top: 10px;
}
.navbar-default:not(.not-scroll) .navbar-brand {
	border-radius: 100%;
	background: #fff;
	border: 20px solid #fff;
}
.navbar-default:not(.not-scroll) .navbar-brand img {
	height: 120px;
}

.nav-up {
    top: -160px;
}

/* Index */

#scene {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.mascara {
	position: absolute!important;
	z-index: 2;
	width: 100%;
	max-width: 315px;
	height: 434px;
	margin-left: 20%;
	margin-top: 100px;
	background-image: url(../img/img-mask.png);
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.valores {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.valores p {
	font-size: 16px;
	margin: 0 0 22px;
	color: #999999;
	line-height: 18px;
}
.valores p span {
	font-weight: bold;
	font-size: 22px;
	color: #666666;
}

.calendario-home {
	margin-top: 90px;
}
.calendario-home h2 {
	margin: 0;
	text-transform: uppercase;
	font-size: 30px;
	color: #666666;
	font-weight: 900;
}
.calendario-home h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 16px;
	color: #333333;
}
.calendario-home .box-calendario {
	background: #fff;
	padding: 30px;
	height: 140px;
	margin-top: 40px;
	position: relative;
}
.calendario-home .box-calendario.mleft {
	margin-left: -15px;
}
.calendario-home .box-calendario.mright {
	margin-right: -15px;
}
.calendario-home .box-calendario p {
	color: #666666;
	font-weight: 300;
	font-size: 16px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.calendario-home .box-calendario:hover p {
	color: #004680;
}
.calendario-home .box-calendario p span {
	font-size: 18px;
	font-weight: 900;
}
.calendario-home .box-calendario span.saiba {
	opacity: 0;
	position: absolute;
	bottom: -42px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
	color: #004680;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.calendario-home .box-calendario span.saiba:before {
	content: '';
	display: block;
	width: 4px;
	height: 20px;
	background: #004680;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin-bottom: 15px;
}
.calendario-home .box-calendario a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.calendario-home .box-calendario:hover span.saiba {
	opacity: 1;
}

.aniversariantes {
	background: #fff;
	padding: 60px;
	margin-top: -40px;
}
.aniversariantes h2 {
	margin: 0 0 60px;
	text-transform: uppercase;
	color: #004680;
	font-size: 30px;
	font-weight: 900;
}
.aniversariantes h3 {
	margin: 0;
	text-transform: uppercase;
	color: #004680;
	font-size: 16px;
}
.aniversariantes ul.slide-aniver {
	margin: 0;
	padding: 0;
	list-style: none;
}
.aniversariantes ul.slide-aniver li {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;

}
.aniversariantes ul.slide-aniver li .imagem {
	width: 118px;
	height: 118px;
	border-radius: 100%;
	border: 2px solid #5f8fb8;
	background-size: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	margin-bottom: 13px;
}
.aniversariantes ul.slide-aniver li span.data {
	font-size: 18px;
	color: #666666;
	font-weight: 300;
}
.aniversariantes ul.slide-aniver li span.nome {
	font-size: 18px;
	color: #333333;
	font-weight: 900;
	text-align: center;
	width: 130px;
}

.noticias {
	background: #fff;
	padding: 50px 0;
	margin-top: 60px;
}
.noticias h3,
.noticias h2 {
	text-align: center;
	margin: 0;
	text-transform: uppercase;
}
.noticias .box-noticia {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 85px;
}
.noticias .box-noticia .imagem {
	width: 100%;
	max-width: 170px;
	height: 160px;
	background-size: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.noticias .box-noticia .texto {
	position: relative;
	margin-left: 30px;
}
.noticias .box-noticia .texto:before {
	content: '';
	position: absolute;
	top: 10px;
	left: -50px;
	display: block;
	width: 40px;
	height: 4px;
	background: #1e7fcf;
}
.noticias .box-noticia .texto h4 {
	margin: 0 0 25px;
}
.noticias .box-noticia .texto a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2
}

.arvore {
	position: relative;
	cursor: pointer;
}
.arvore .mask-arvore {
	position: absolute!important;
	z-index: 2;
	width: 268px;
	height: 462px;
	margin-left: 83%;
	background: url(../img/mask-arvore.png) no-repeat center;
	background-size: contain;
	margin-top: 30%;
	cursor: pointer;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.membros {
	padding-left: 220px;
}
.membros h2 {
	position: relative;
}
.membros h2:after {
	content: '';
	position: absolute;
	width: 60%;
	right: 0;
	height: 4px;
	background: #e5e5e5;
	top: 50%;
	-webkit-transform:translateY(-50%);
	        transform:translateY(-50%);
}
.membros .input-group {
	margin-right: 40px;
	width: 40%;
	background: #fff;
}
.membros .input-group .form-control {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}
.membros .input-group .form-control:focus {
	outline: none;
}
.membros .btn-default {
	background: transparent;
	border-color: transparent;
}
.membros .box-membros {
	float: left;
	width: calc( 100% - 40px );
	background: #fff;
	padding: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
}
.membros .box-membros .imagem {
	width: 118px;
	height: 118px;
	border-radius: 100%;
	border: 2px solid #5f8fb8;
	background-size: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	margin: 0 30px 0 -40px;
}
.membros .box-membros .textos {
	width: calc( 100% - 148px );
}
.membros .box-membros ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.membros .box-membros ul li {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #666;
	font-weight: bold;
}
.membros .box-membros ul li span {
	font-weight: 300;
	font-size: 16px;
}

.modal .imagem {
	width: 194px;
	height: 194px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100%;
	border: 3px solid #5f8fb8;
}
.modal h2 {
	margin-top: 20px;
}
.modal p {
	color: #666;
	font-size: 16px;
	font-weight: 300;
}
.modal p b {
	font-size: 12px;
}


footer .botoes {
	height: 166px;
	position: relative;
	background: #fff;
}
footer .botoes a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}

footer .footer {
	margin: -40px 0 0 0;
	background: #e5e5e5;
	height: 124px;
}

footer .footer p {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
footer .footer a.dpa {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	color: #959595;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
footer .footer a.dpa img {
	opacity: 0.6;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
footer .footer a.dpa:hover img {
	opacity: 1;
	-webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
    filter: grayscale(0);
}

/* Internas */
.topo-internas {
	height: 377px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	background-size: cover;
	margin-top: -20px;
	z-index: 2;
	position: relative;
}
.topo-internas .container {
	height: 100%;
	position: relative;
}
.topo-internas .container .mask-transmissao {
	position: absolute!important;
	z-index: 2;
	width: 689px;
	max-width: 100%;
	height: 285px;
	background: url(../img/mask-transmissao.png) no-repeat center;
	background-size: contain;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	margin-top: 123px;
}
.topo-internas h2 {
	color: #fff;
	position: relative;
	top:50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.topo-internas h2:before {
	content: '';
	display: block;
	width: 160px;
	height: 4px;
	background: #1e7fcf;
	position: absolute;
	top: 15px;
	left: -170px;
}
.titulo-internas {
	margin-top: 50px;
}

.transmissao {
	margin-top: 70px;
	overflow: hidden;
}
.transmissao-destaque img,
.transmissao-destaque h2 {
	margin-bottom: 20px;
}
.transmissao-destaque a {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.transmissao h3 {
	margin: 115px 0 50px;
	position: relative;
}
.transmissao h3:after {
	content: '';
	position: relative;
	display: block;
	width: 40px;
	height: 4px;
	background: #1e7fcf;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin-top: 30px;
}
.lista-transmissao ul {
	margin: 0 0 100px;
	padding: 0;
	list-style: none;
	width: 100%;
	text-align: left;
}
.lista-transmissao ul li {
	width: 100%;
	float: left;
	padding: 30px 0;
	border-bottom: 2px solid #eaeaea;
	position: relative;
}
.lista-transmissao ul li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.lista-transmissao ul li span:last-child {
	padding-right: 0;
	text-align: right;
}
.lista-transmissao ul li span.categoria {
	font-size: 10px;
	text-transform: uppercase;
	color: #333;
	padding: 10px 15px;
	border: 1px solid #828282;
	text-align: center;
	letter-spacing: 2px;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
}
.lista-transmissao ul li span.titulo {
	color: #666;
	font-weight: bold;
	font-size: 22px;
	line-height: 36px;
	font-weight: 900;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
}
.lista-transmissao ul li span.data {
	font-size: 16px;
	color: #666;
	line-height: 36px;
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	text-align: right;
}
.lista-transmissao ul li:hover span.categoria {
	background: #004680;
	border-color: #004680;
	color: #fff;
}
.lista-transmissao ul li:hover span.titulo,
.lista-transmissao ul li:hover span.data {
	color: #004680;
}
.transmissao .voltar-listagem {
	font-size: 10px;
	text-transform: uppercase;
	color: #999999;
	padding: 10px 15px;
	border: 1px solid #828282;
	display: inline-block;
	margin-left: 15px;
}
.transmissao hr {
	margin: 30px 15px;
	border: 0;
    border-top: 2px solid #eaeaea;
}
.transmissao .transmissao-interna {
	padding-bottom: 100px;
}
.transmissao .transmissao-interna .imagem {
	margin: 0 30px 15px 0;
}
.transmissao .transmissao-interna span {
	color: #1e7fcf;
	font-weight: 300;
}
.transmissao .transmissao-interna h4 {
	font-weight: 900;
	font-size: 32px;
	color: #004680;
	margin: 0 0 20px;
}
.transmissao .transmissao-interna p {
	margin: 0 0 20px;
	color: #666666;
}
.topo-internas .container .mask-membros {
	position: absolute!important;
	z-index: 2;
	width: 461px;
	max-width: 100%;
	height: 284px;
	margin-top: 125px;
	background: url(../img/mask-membros.png) no-repeat center;
	background-size: contain;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.membros-interna {
	margin-top: 250px;
	padding-bottom: 100px;
	position: relative;
}
.membros-interna .filtros {
	position: absolute;
	right: 0;
	top: -150px;
}
.membros-interna .filtros a {
	display: inline-block;
	font-weight: 300;
	color: #666666;
	font-size: 16px;
	padding: 10px 15px;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(3,3,3,.1);
	margin-left: 15px;
}
.membros-interna .filtros a:hover,
.membros-interna .filtros a.active {
	color: #1e7fcf;
	font-weight: bold;
}
.membros-interna .filtros span {
	display: inline-block;
	color: #999999;
	font-size: 16px;
}
.membros-interna .buscar-nome {
	position: absolute;
	left: 0;
	top: -150px;
}
.membros-interna .buscar-nome .input-group {
	width: 30%;
	margin-top: 0;
	background: #fff;
}
.membros-interna .buscar-nome .input-group .form-control {
	background: transparent;
	border-color: transparent;
	box-shadow: none;
}
.membros-interna .buscar-nome .input-group .form-control:focus {
	outline: none;
}
.membros-interna .buscar-nome .btn-default {
	background: transparent;
	border-color: transparent;
}
.membros-interna .filtros-mobile {
	border: 0;
	width: 100%;
	height: 60px;
	padding: 0 15px;
	color: #666;
	margin-top: 30px;
	background: #fff;
}
/* .membros-interna .buscar-nome span {
	display: inline-block;
	color: #999999;
	font-size: 16px;
}
.membros-interna .buscar-nome input {
	font-weight: 300;
	color: #666666;
	font-size: 16px;
	padding: 10px 15px;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(3,3,3,.1);
	margin-left: 15px;
	border: 0;
} */
.membros-interna .engloba-membros {
	margin-bottom: 120px;
	padding-left: 0;
}
.membros-interna .engloba-membros.ultimo {
	padding-right: 0;
}

.membros-interna .pagination {
	width: 100%;
	position: relative;
}
.membros-interna .pagination:before {
	content:'';
	display: block;
	width: 100%;
	height: 4px;
	background: #e5e5e5;
	z-index: 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.membros-interna .pagination-links {
	position: relative;
	display: inline-block;
	z-index: 2;
	padding: 0 20px;
	background: url(../img/bg.jpg) no-repeat center top;
}
.membros-interna .pagination a {
	display: inline-block;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 100%;
	border: 1px solid #999999;
	margin: 0 4px 15px;
	transition: all .15s ease;
}
.membros-interna .pagination a:hover,
.membros-interna .pagination a.active {
	background: #004680;
	border-color: #004680;
}
.membros-interna .box-membros {
	background: #fff;
	padding: 30px;
}
.membros-interna .box-membros h4 {
	height: 40px;
	overflow: hidden;
}
.membros-interna .box-membros .imagem {
	width: 118px;
	height: 118px;
	border-radius: 100%;
	border: 2px solid #5f8fb8;
	background-size: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	position: relative;
	margin-top: -89px;
}
.membros-interna .box-membros a {
	display: inline-block;
	color: #333333;
	font-size: 12px;
	padding: 8px 15px;
	background: #fff;
	border: 1px solid #d9d9d9;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	bottom: -18px;
}

.topo-internas .container .mask-irrf {
	position: absolute!important;
	z-index: 2;
	width: 329px;
	max-width: 100%;
	height: 434px;
	margin-top: 138px;
	background: url(../img/mask-irrf.png) no-repeat center;
	background-size: contain;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.topo-internas .container .mask-conselhos {
	position: absolute!important;
	z-index: 0;
	width: 466px;
	max-width: 100%;
	height: 435px;
	margin-top: 123px;
	background: url(../img/mask-conselhos.png) no-repeat center;
	background-size: contain;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.topo-internas .container .mask-historia {
	position: absolute!important;
	z-index: 2;
	width: 310px;
	max-width: 100%;
	height: 433px;
	margin-top: 138px;
	background: url(../img/mask-historia.png) no-repeat center;
	background-size: contain;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.irrf-interna {
	margin-top: 95px;
	padding-bottom: 100px;
}
.irrf-interna .texto {
	padding-left: 15px;
	position: relative;
}
.irrf-interna .texto:before {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: #1e7fcf;
	position: absolute;
	top: 8px;
	left: -40px;
}
.irrf-interna .texto p {
	color: #999;
	margin: 18px 0 0;
}
.irrf-interna .texto ul {
	margin: 18px 0 0 ;
	padding: 0;
	list-style: none;
	color: #999;
}
.irrf-interna .texto ul li {
	padding-left: 15px;
	position: relative;
}
.irrf-interna .texto ul li:before {
	content:"\e080";
	font-family:"Glyphicons Halflings";
	font-size: 10px;
	color: #004680;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.conselho-interna {
	margin-top: 200px;
	padding-bottom: 100px;
}
.conselho-interna p {
	line-height: 30px;
}
.conselho-interna p span {
	color: #333333!important;
}
.conselho-interna .box-missao {
	margin-top: 80px;
}
.conselho-interna .box-missao div[class*="col-"],
.conselho-interna .box-missao p[class*="col-"] {
	padding-left: 0;
}
.topo-internas.topo-conselho h2:before {
	width: 40px;
	left: -50px;
}

.nossa-historia {
	background: #fff;
	padding: 50px 0;
}
.nossa-historia p {
	color: #999999;
	margin: 20px 0 0;
}
.box-missao {
	margin: 50px 0;
	padding-left: 75px;
}
.box-missao h2 {
	color: #666666;
	font-weight: 900;
	font-size: 22px;
	position: relative;
}
.box-missao h2:before {
	content: '';
	display: block;
	width: 40px;
	height: 4px;
	background: #1e7fcf;
	position: absolute;
	left: -60px;
	top: 10px;
}
.box-missao p {
	color: #999999;
	margin: 20px 0 0;
}
.box-missao p span {
	font-weight: bold;
	color: #004680;
}

.topo-internas .container .mask-noticias {
	position: absolute!important;
	z-index: 2;
	width: 447px;
	max-width: 60%;
	height: 314px;
	background: url(../img/mask-noticias.png) no-repeat center;
	background-size: contain;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	margin-top: 93px;
}

.topo-internas .container .mask-eventos {
	position: absolute!important;
	z-index: 2;
	width: 461px;
	max-width: 60%;
	height: 284px;
	background: url(../img/mask-eventos.png) no-repeat center;
	background-size: contain;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	margin-top: 124px;
}

.topo-internas .container .mask-telefones {
	position: absolute!important;
	z-index: 2;
	width: 575px;
	max-width: 60%;
	height: 284px;
	background: url(../img/mask-telefones.png) no-repeat center;
	background-size: contain;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	margin-top: 124px;
}

.topo-internas .container .mask-aniversariantes {
	position: absolute!important;
	z-index: 2;
	width: 679px;
	max-width: 70%;
	height: 434px;
	background: url(../img/mask-aniversariantes.png) no-repeat center;
	background-size: contain;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	
	margin-top: 124px;
}
.aniversariantes-interna {
	padding: 280px 0 50px;
}
.aniversariantes-interna h3 {
	position: relative;
}
.aniversariantes-interna h3:after {
	content: '';
	position: relative;
	display: block;
	width: 40px;
	height: 4px;
	background: #1e7fcf;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	margin-top: 30px;
}
.aniversariantes-interna ul.aniver-interna {
	margin: 50px 0 80px;
	padding: 0 0 65px;
	list-style: none;
}
.aniversariantes-interna ul.aniver-interna li {
	float: left;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	    -ms-flex-direction:column;
	        flex-direction:column;

}
.aniversariantes-interna ul.aniver-interna li .imagem {
	width: 181px;
	height: 181px;
	border-radius: 100%;
	border: 2px solid #5f8fb8;
	background-size: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	margin-bottom: 13px;
}
.aniversariantes-interna ul.aniver-interna li span.data {
	font-size: 18px;
	color: #666666;
	font-weight: 300;
}
.aniversariantes-interna ul.aniver-interna li span.nome {
	font-size: 18px;
	color: #333333;
	font-weight: 900;
	text-align: center;
	width: 181px;
}

.topo-internas .container .mask-arvore {
	position: absolute!important;
	z-index: 2;
	width: 268px;
	max-width: 100%;
	height: 462px;
	margin-top: 66px;
	background: url(../img/mask-arvore.png) no-repeat center;
	background-size: contain;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
.arvore-interna {
	padding: 180px 0 100px;
}

.telefones {
	padding: 80px 0;
}
.telefones ul {
	margin: 0 15px;
	padding: 0;
	list-style: none;
	border: 1px solid #999;
}
.telefones ul li {
	border: 1px solid #999;
	padding:15px; 
}
.telefones .box-telefone {
	background: #fff;
	padding: 15px;
	padding-left: 30px; 
	margin-bottom: 30px;
	line-height: 35px;
}
.telefones .box-telefone span {
	display: inline-block;
	/*height: 50px;*/
}
.telefones .box-telefone i {
	margin-right: 10px;
	color: #1e7fcf;
}
.galeria-eventos {
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
}
.galeria-eventos li.slick-slide img {
	margin: 0 auto;
}

.avaliacao {
	padding: 80px 0;
}
.avaliacao form {
	font-size: 16px;
	color: #666666;
}
.avaliacao [type="radio"]:not(:checked),
.avaliacao [type="radio"]:checked {
	opacity: 0;
}
.avaliacao span {
	display: inline-block;
	margin-right: 17px;
}
.avaliacao [type="radio"]:not(:checked) + label,
.avaliacao [type="radio"]:checked + label {
	position: absolute;
    cursor: pointer;
    line-height: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.avaliacao [type="radio"]:not(:checked) + label:before,
.avaliacao [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 0px;
}
.avaliacao [type="radio"]:not(:checked) + label:after,
.avaliacao [type="radio"]:checked + label:after  {
	content: '\f00c';
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	line-height: 30px;
	color: #666666;
	transition: all .2s;
}
.avaliacao [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.avaliacao [type="radio"]:checked + label:after {
	opacity: 1;
	/*transform: scale(1);*/
}
.avaliacao .table {
	color: #666666;
	font-size: 16px;
}
.w100 {
	width: 100px!important;
	text-align: center;
}
.avaliacao .checkbox [type="radio"]:not(:checked),
.avaliacao .checkbox [type="radio"]:checked {
	opacity: 0;
}
.avaliacao .checkbox span {
	display: inline-block;
	margin-right: 17px;
}
.avaliacao .checkbox [type="radio"]:not(:checked) + label,
.avaliacao .checkbox [type="radio"]:checked + label {
	display: inline-block;
	width: auto;
	position: relative;
	padding-left: 38px;
	cursor: pointer;
	line-height: 30px;
	margin-right: 20px;
}
.avaliacao .checkbox [type="radio"]:not(:checked) + label:before,
.avaliacao .checkbox [type="radio"]:checked + label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 30px;
	height: 30px;
	border: 2px solid #999999;
	border-radius: 0px;
}
.avaliacao .checkbox [type="radio"]:not(:checked) + label:after,
.avaliacao .checkbox [type="radio"]:checked + label:after  {
	content: '\f00c';
	font-family: FontAwesome;
	position: absolute;
	top: .1em;
	left: .3em;
	font-size: 1.3em;
	line-height: 30px;
	color: #999999;
	transition: all .2s;
}
.avaliacao .checkbox [type="radio"]:not(:checked) + label:after {
	opacity: 0;
	transform: scale(0);
}
.avaliacao .checkbox [type="radio"]:checked + label:after {
	opacity: 1;
	transform: scale(1);
}
.avaliacao .form-group {
	margin-bottom: 50px;
}
.avaliacao .form-control {
	background: transparent;
	border: 2px solid #999999;
}
.avaliacao .form-control::-moz-placeholder {
  color: #666666;
  font-weight: bold;
  opacity: 1;
}
.avaliacao .form-control:-ms-input-placeholder {
  color: #666666;
  font-weight: bold;
}
.avaliacao .form-control::-webkit-input-placeholder {
  color: #666666;
  font-weight: bold;
}
.avaliacao .btn-primary {
	width: 100%;
	border-radius: 0;
	background: #004680;
	border-color: #004680;
	text-transform: uppercase;
	font-weight: bold;
	height: 60px;
}

/* Úteis */
.font12 {
	font-size: 12px!important;
}
.font14 {
	font-size: 14px!important;
}
.font16 {
	font-size: 16px!important;
}
.font18 {
	font-size: 18px!important;
}
.font22 {
	font-size: 22px!important;
}
.font26 {
	font-size: 26px!important;
}
.font30 {
	font-size: 30px!important;
}
.light {
	font-weight: 300!important;
}
.semibold {
	font-weight: 500!important;
}
.bold {
	font-weight: bold!important;
}
.black {
	font-weight: 900!important;
}
.color-gray-light {
	color: #999!important;
}
.color-gray {
	color: #666!important;
}
.color-gray-black {
	color: #333!important;
}
.color-blue {
	color: #004680;
}
.color-blue2 {
	color: #262262;
}
.color-blue-light {
	color: #1e7fcf;
}
.uppercase {
	text-transform: uppercase!important;
}
.underline {
	text-decoration: underline!important;
}
.flex {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}
.flex-home {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}
.vertical-center {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
	-webkit-box-align: center!important;
	    -ms-flex-align: center!important;
	        align-items: center!important;
}
.complete-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.nomargin {
	margin: 0!important;
}
.nomargintop {
	margin-top: 0!important;
}
.translate40 {
	-webkit-transform: translateY(40%);
	        transform: translateY(40%);
}

.modal.popup .modal-body {
	background: #003b6c url(../img/marca-dagua.png) no-repeat center -45px;
	border: 10px solid #002d52;
    min-height: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal.popup button.close {
	background: #004680;
	color: #fff;
	text-shadow: none;
}
.modal.popup .modal-body a {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	position: relative;
	text-align: center;
}
.modal.popup .modal-body a:before,
.modal.popup .modal-body a:after {
	content: '';
	position: absolute;
	width: 40px;
	height: 4px;
	background: #3da0f2;
}
.modal.popup .modal-body a:before {
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.modal.popup .modal-body a:after {
	bottom: -20px;
	right: 50%;
	transform: translateX(50%);
}
.modal.popup .modal-body h2 {
	font-size: 30px;
	color: #fff;
	font-weight: 900;
	margin: 0 0 40px;
}

a#fixo {
	background: #003b6c url(../img/marca-dagua.png) no-repeat center -45px;
	border: 10px solid #002d52;
	opacity: 0;
	border-left: 0;
	max-width: 150px;
    padding: 50px 10px;
    text-align: center;
    position: fixed;
    color: #fff;
    left: 0;
    top: 50%;
    z-index: 9999;
    transform: translateY(-50%);
    transition: all .3s ease;
}

@media (max-width: 1440px) {
	.mascara {
		height: 370px;
		margin-top: 50px;
	}
}

@media (max-width: 1330px) {
	.calendario-home .box-calendario {
		height: auto;
	}
}

@media (max-width: 1300px) {
	.navbar-default .navbar-nav > li > a {
		font-size: 16px;
		padding: 24px 14px;
	}
}

@media (max-width: 1199px) {
	.navbar-default .navbar-collapse {
		background: #fff;
		margin-top: 0;
		position: absolute;
		top: 130px;
		left: 0;
		width: 100%;
		border-bottom: 1px solid #e7e7e7;
		z-index: -1;
	}
	.navbar-default .navbar-nav {
		margin: 50px 0;
		position: relative;
		right: 50%;
		-webkit-transform: translateX(50%);
		        transform: translateX(50%);
	}
	.navbar-default:not(.not-scroll) .navbar-nav {
		margin: 50px 0; 
	}
	.flex-home {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.arvore img {
		width: 100%!important;
	}
	.arvore .mask-arvore {
		right: 50%;
		-webkit-transform: translate(50%, -50%);
		        transform: translate(50%, -50%);
	}
	.membros {
		margin-top: 40px;
		padding: 30px;
		margin-bottom: 85px;
	}
	.membros .box-membros {
		width: 100%;
		padding: 30px;
	}
	.membros .box-membros .imagem {
		width: 118px;
		margin-left: 0;
	}
	.calendario-home .box-calendario.mright {
		margin-right: 0;
		margin-left: -15px;
	}
	.titulo-tablet {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
	}

	#scene {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#scene h1.titulo-mobile {
		color: #fff;
		font-weight: 700;
		text-transform: uppercase;
	}
	#scene h1.titulo-mobile span {
		font-weight: 300;
		font-size: 30px;
	}

	.topo-internas h2 {
		top: 0;
		transform: translate(0);
		margin-left: 50px;
	}
	.topo-internas h2:before {
		width: 50px;
		left: -80px;
	}
	.conselho-interna {
		margin-top: 0;
	}
	.arvore-interna {
		padding-top: 30px;
	}
	.aniversariantes-interna {
		padding-top: 50px;
	}
	.transmissao {
		margin-top: 0;
	}
	.transmissao .voltar-listagem {
		margin-top: 30px;
	}
}

@media (max-width: 991px) {
	.membros-interna {
		margin-top: 50px;
	}
	.membros-interna .box-membros {
		margin-top: 110px;
	}
	.membros-interna .buscar-nome {
		position: relative;
		top: 0;
		margin-bottom: 30px;
	}
	.membros-interna .filtros {
		position: relative;
		top: 0;
	}
	.membros-interna .buscar-nome .input-group {
		width: 100%;
	}
	.membros-interna .engloba-membros {
		margin-bottom: 50px;
	}
	.topo-internas {
    	height: 285px;
    }
    .topo-internas .container .mask-membros {
    	width: 460px;
    	height: 300px;
    }
	.navbar-nav > li {
		width: 100%;
		text-align: center;
	}
	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		height: calc(100vh - 130px);
	    top: 130px;
	    left: 0;
	    width: 100%;
	    position: absolute;
	    z-index: -1;
	    margin: 0;
	    max-height: 100vh
	}
	.topo-internas .container .mask-transmissao {
		max-width: 60%;
		margin-top: 80px;
	}
	.navbar-nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.mascara {
		margin-top: 25px;
	}
	#scene {
		/* display: block; */
	}
	.topo-internas .container .mask-irrf {
	    width: 330px;
	    height: 435px;
	}
	.topo-internas h2 {
	    /* margin-top: 28%; */
	}
	.irrf-interna .texto {
		margin-top: 30px;
	}
	.translate40 {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	.aniversariantes {
		margin-top: 50px;
		padding: 40px 30px;
	}
	.calendario-home {
		margin-top: 50px;
	}
	.calendario-home .box-calendario.mleft {
		margin-left: 0;
	}
	.calendario-home h2, .calendario-home h3 {
		margin-left: 15px;
	}
	.valores {
		margin-top: 30px;
	}
	.valores p {
		float: left;
    	width: 50%;
		text-align: center;
	}
	.valores p:nth-child(odd) {
		padding-left: 20%
	}
	.valores p:nth-child(even) {
		padding-right: 20%
	}
	.navbar-default .navbar-nav > li > a {
	    font-size: 18px;
	    padding: 24px 14px;
	}

}
@media (max-width: 767px) {
	.topo-internas h2 {
		display: none;
	}
	.topo-internas {
		height: 215px;
	}
	.membros-interna {
		margin-top: 30px;
	}
	.aniversariantes-interna {
		overflow: hidden;
		padding-top: 50px;
	}
	.topo-internas .container .mask-aniversariantes {
		max-width: 100%;
		width: 522px;
	    height: 372px;
		left: -15px;
		bottom: -144px;
	}
	.transmissao-destaque {
		margin-bottom: 30px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.transmissao {
		margin-top: 0;
	}
	.transmissao h3 {
		margin-top: 50px;
	}
	.lista-transmissao {
		/*margin: 0 15px;*/
		margin: 0 30px;
	}
	.lista-transmissao ul li span.titulo {
	    margin-top: 8px;
	    /* margin-left: -15px;
	    margin-right: -15px; */
	    text-align: center;
	}
	.lista-transmissao ul li span.data {
		/* margin-left: -15px; */
		text-align: center;
	}
	.transmissao .voltar-listagem {
		margin-top: 30px;
	}
	.mascara {
		max-width: 41.66666667%;
	}
	.aniversariantes {
		margin-top: 60px;
		padding: 40px 30px;
	    text-align: center;
	}
	.aniversariantes h2 {
		font-size: 26px;
	}
	.calendario-home {
		margin-top: 10px;
	    text-align: center;
	    /* border-top: 2px solid #eee; */
	    padding: 30px 30px 0;
	}
	.calendario-home .col-xs-12 {
		padding-right: 0;
		padding-left: 0;
	}
	.arvore .mask-arvore {
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}
	.navbar .container-fluid {
		padding-left: 20px;
		padding-right: 40px;
	}
	.navbar-toggle {
		margin-right: 0;
	}
	footer .botoes {
		height: auto;
		padding: 10px;
		border-top: 1px solid #eee;
	}
	footer .botoes:first-child {
		padding-top: 20px;
	}
	footer .botoes p {
		text-transform: uppercase;
		color: #333;
	}
	.topo-internas .container .mask-noticias,
	.topo-internas .container .mask-eventos {
		max-width: 100%;
	}
	.topo-internas .container .mask-irrf,
	.topo-internas .container .mask-historia,
	.topo-internas .container .mask-arvore,
	.topo-internas .container .mask-membros,
	.topo-internas .container .mask-aniversariantes,
	.topo-internas .container .mask-noticias,
	.topo-internas .container .mask-transmissao,
	.topo-internas .container .mask-conselhos,
	.topo-internas .container .mask-eventos {
		width: 100%;
	    margin-top: 20px;
	}
	.arvore-interna {
		padding: 50px 0;
		overflow: hidden;
	}
	.conselho-interna {
		margin-top: 0;
	}
	.conselho-interna .box-missao {
		margin-bottom: 0;
		margin-top: 40px;
	}
	.membros {
		margin-bottom: 0px;
	}
	.membros .box-membros .textos {
		width: 100%;
		text-align: center;
	}
	.membros .box-membros .imagem {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.irrf-interna {
		margin-top: 20px;
	}
	.conselho-interna .box-missao {
		padding-left: 30px;
	}
	.conselho-interna .box-missao h2:before {
		left: -55px
	}
	.membros-interna .engloba-membros {
		padding-left: 15px;
		margin-bottom: 30px;
		text-align: center;
	}
	.membros-interna .box-membros .imagem {
		display: block;
		margin-right: auto;
		margin-left: auto;
	}
	.membros-interna .engloba-membros.ultimo {
		padding-right: 15px;
	}
	.membros-interna .buscar-nome {
		position: relative;
		top: 0;
	}
	.membros-interna .buscar-nome .input-group {
		width: 100%;
	}
	button.close {
		top: 4px;
		z-index: 999;
	}
	a#encontroFixo {
	    padding: 10px;
	    width: 100%;
	    background: #003b6c url(../img/marca-dagua.png) no-repeat center -45px;
	    color: #fff;
	    text-align: center;
	}
	.navbar-default:not(.not-scroll) {
		padding: 0 0 18px;
	}
	.modal.popup .modal-body {
		min-height:250px;
		padding: 15px;
	}
	.modal-dialog.modal-sm {
		margin: 30px auto;
	}
	.avaliacao {
	    padding: 80px 30px;
	    overflow: hidden;
	}
	.avaliacao .checkbox [type="radio"]:not(:checked) + label, .avaliacao .checkbox [type="radio"]:checked + label {
		width: 100%;
	}
}
@media (max-width: 450px) {
	.slick-dots {
		top: inherit;
	    bottom: -30px;
	    width: 100%;
	    display: -webkit-box!important;
	    display: -ms-flexbox!important;
	    display: flex!important;
	    -webkit-box-align: center;
	        -ms-flex-align: center;
	            align-items: center;
	    -webkit-box-pack: center;
	        -ms-flex-pack: center;
	            justify-content: center;
	}
	.noticias .box-noticia {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-top: 40px;
		padding-left: 30px;
		padding-right: 30px;
	}
	.noticias .box-noticia .imagem {
		max-width: 100%;
	}
	.noticias .box-noticia .texto {
		margin: 10px 0 0;
	}
	.membros h2:after {
		width: 40%;
	}
	.membros .input-group {
		width: 100%;
		margin-top: 20px;
		margin-right: 0;
	}
	.membros .box-membros {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.membros .box-membros ul li {
		width: 100%;
	}
	.navbar-default:not(.not-scroll) .navbar-brand img {
		height: 100px;
	}
	.topo-internas .container .mask-conselhos,
	.topo-internas .container .mask-transmissao {
		height: 230px;
		max-width: 80%;
	}
	.navbar-default .navbar-nav > li > a {
		padding: 15px;
	}
	.valores p {
		float: left;
    	width: 100%;
	}
	.valores p:nth-child(odd) {
		padding-left: 0;
	}
	.valores p:nth-child(even) {
		padding-right: 0;
	}
	.login {
		height: inherit;
		min-height: 650px;
	}
	.modal-dialog.modal-sm {
		width: 80%;
	}
}
.page-login footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.login {
	width: 100%;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-top: -150px;
	padding-bottom: 124px;
}
.login .form-login {
	width: 100%;
	max-width: 420px;
	background: rgba(255,255,255,.2);
	padding: 40px;
	margin-top: 50px;
	box-shadow: 0 0 30px rgba(3,3,3,.2);
}
.login hr {
    margin-top: 40px;
    margin-bottom: 40px;
    border: 0;
    border-top: 2px solid #d4cfd3;
}
@media (max-height: 768px) {
	.login {
		-webkit-box-pack: initial;
		    -ms-flex-pack: initial;
		        justify-content: initial;
		padding: 30px 0;
	}
	.page-login footer {
		position: relative;
	}
	.page-login footer .footer {
		margin-top: 150px;
	}
}

.h50 {
	width: 100%;
	height: 50px;
}
*:focus {
	outline: 0;
}

.sa-button-container {
	display: none;
}
.sweet-alert h2 {
	color: #666;
	font-family: Lato, sans-serif;
	font-size: 20px;
}