@font-face {
     font-family: "bi";
     src: url("beau/beau-italic.woff") format("woff");
}
@font-face {
     font-family: "bmi";
     src: url("beau/beau-mediumitalic.woff") format("woff");
}
@font-face {
     font-family: "bli";
     src: url("beau/beau-lightitalic.woff") format("woff");
}
@font-face {
     font-family: "bhi";
     src: url("beau/beau-heavyitalic.woff") format("woff");
}
@font-face {
     font-family: "bbi";
     src: url("beau/beau-bolditalic.woff") format("woff");
}
@font-face {
     font-family: "bm";
     src: url("beau/beau-medium.woff") format("woff");
}
@font-face {
     font-family: "br";
     src: url("beau/beau-regular.woff") format("woff");
}
@font-face {
     font-family: "bl";
     src: url("beau/beau-light.woff") format("woff");
}
@font-face {
     font-family: "bh";
     src: url("beau/beau-heavy.woff") format("woff");
}
@font-face {
     font-family: "bb";
     src: url("beau/beau-bold.woff") format("woff");
}
.bli {
	font-family: "bli";
}
body {
	font-family: "bi";
}
.nav-link.active {
	color: #000;
}
.nav-link {
	transition: .5s;
}
.navbar-light .navbar-nav .nav-link.active:hover {
	color: #C29405;
}
.nav-link.active {
	font-family:'bi';
}
.navbar-collapse {
	flex-grow:0;
}
a {
	color: #000;
	text-decoration:none;
	transition: .5s;
}
a:hover {
	color: #C29405;
}
ul.navbar-nav li:not(.nav-item) {
	padding: 13px 0 0 0;
    font-size: 11px;
}
figure, p {
	margin:0;
}
ul.rrss li {
	list-style-type: none;
}
ul.rrss img {
	width: 25px;
}
ul.rrss {
	padding:0;
	margin:0;
}
a.navbar-brand {
	margin:0;
}
li.nav-item {
    margin: 0 20px;
}
figure img {
	max-width: 100%;
}
div#slide1 {
	background:url('imgs/jumbo.jpg');
	background-size:cover;
}
div#slide2 {
	background:url('imgs/paulista.jpg');
	background-size:cover;
	background-position: center center;
}
div#slide3 {
	background:url('imgs/interior.jpg');
	background-size:cover;
}
div.carousel figure img {
	width:50vw;
}
div.carousel-item > div {
	height: 100vh;
	display:flex;
	align-items: center;
	justify-content: center;
}
.carousel-indicators > button {
	border-radius: 50%;
	height: 10px !important;
	width: 10px !important;
    background: none !important;
    border: 3px solid #fff !important;
    margin-right:10px !important;
}
.carousel-indicators > button.active {
    background: #fff !important;
}
div#myCarousel::after {
	content: ' ';
	width: 100%;
	height: 15px;
	display:block;
	background: rgb(0,82,37);
	background: linear-gradient(321deg, rgba(0,82,37,1) 0%, rgba(31,124,162,1) 45%, rgba(194,148,5,1) 100%);
}
h1 span {
	color: #C29405;
}
a.redondo {
	background:none;
	padding:5px 20px;
	border-radius:50px;
	font-weight: bold;
	border: 1px solid #000;
}
a.redondo:hover {
	color:#fff;
	background: #C29405;
	border: 1px solid #C29405;
}
div.degrade {
	background: rgb(0,82,37);
	background: linear-gradient(321deg, rgba(0,82,37,1) 0%, rgba(31,124,162,1) 45%, rgba(194,148,5,1) 100%);
	width:100%;
	height: 5px;
}
div.degradefino {
	background: rgb(0,82,37);
	background: linear-gradient(321deg, rgba(0,82,37,1) 0%, rgba(31,124,162,1) 45%, rgba(194,148,5,1) 100%);
	width:90%;
	height: 4px;
}
div#atuacao ul {
	position: relative;
	height: 388px;
    display: flex;
    flex-flow: column;
    justify-content: center;
}
div#atuacao ul li {
	list-style-type: none;
	margin: 20px 0;
}
div#atuacao ul li a {
	font-weight:bold;
	font-size: 25px;
}
div#atuacao div.col-md-4 ul::after {
    content: ' ';
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    right: -40px;
    top: 0;
    background: #444;
}
div#atuacao div.col-md-4:nth-child(3) ul::after {
    left: -13px;
}
p.titulogrande {
	font-size:50px;
	line-height: 40pt;
}
div#equipe hr {
    width: 27vw;
    height: 2px;
    background-color: #414141;
    opacity: 1;
}
div.painel-equipe {
	width: 250px;
}
div.painel-equipe a > dl {
	position:relative;
	margin:0;
}
div.painel-equipe a > dl > dd {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	flex-flow:column;
	justify-content: end;
	background: url('imgs/degrade2.png');
	background-size:cover;
	opacity:0;
	transition:1s;
}
div.painel-equipe:hover a > dl > dd {
	opacity:1;
}
div.painel-equipe::after {
	content: ' ';
	display:block;
	width:100%;
	background: rgb(0,82,37);
	background: linear-gradient(321deg, rgba(0,82,37,1) 0%, rgba(31,124,162,1) 45%, rgba(194,148,5,1) 100%);
	height: 4px;
}
dl.after {
	text-align:left;
	color: #fff;
}
dl.after dt {
	border-bottom: 3px solid #fff;
}
dl.after dd {
	font-family: 'bm';
}
button.splide__arrow.splide__arrow--next {
    background: none;
    right: -5vw;
}
div#equipe .splide__arrow svg {
	width:70px;
	height:70px;
}
button.splide__arrow.splide__arrow--prev {
    background: none;
    left: -5vw;
}
hr#noticias {
	width: 75%;
    height: 2px;
    opacity: 1;
}
dl.noticias dt {
	border-bottom: 2px solid #000;
}
dl.noticias dd {
	font-family: 'br';
	text-align: left;
}
iframe {
	width: 100%;
	height:300px;
}
footer.container-fluid {
	background: #ededed;
	overflow:hidden;
}
footer.container-fluid::after {
	content: ' ';
	display:block;
	width:100%;
	background: rgb(0,82,37);
	background: linear-gradient(321deg, rgba(0,82,37,1) 0%, rgba(31,124,162,1) 45%, rgba(194,148,5,1) 100%);
	height: 9px;
}
footer.container-fluid ul.rrss svg path {
	fill: #C29405;
}
footer.container-fluid ul.rrss svg {
	width: 40px;
}
svg#logofooter {
	width:276px;
}
svg#logofooter path {
	fill: #212121;
}
a.navbar-brand svg {
	width:200px;
}
ul.rrss svg {
	width:23px;
}
ul.rrss svg path {
	fill:#212121;
}
header ul.rrss svg:hover path {
	fill:#C29405;
	transition: 1s;
}
div.carousel-item svg {
	width: 700px;
    fill:#FFFFFF;
    -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .9));
      filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .9));
}
svg#logo path {
	fill:#212121;
}
svg#logo path {
	fill:#212121;
}
div#caixactm {
	text-align:center;
	color:#fff;
	border: 3px solid #fff;
	background: url('imgs/degrade4.png') no-repeat center center;
	width:280px;
	height:130px;
	font-family: 'bli';
	position: relative;
	z-index: 99;
}
div#ctm1 {
	width:100%;
	background: rgb(0,82,37);
	background: linear-gradient(321deg, rgba(0,82,37,1) 0%, rgba(31,124,162,1) 45%, rgba(194,148,5,1) 100%);
	height: 9px;
	position:absolute;
	z-index: 99;
	bottom: 0;
	left:0;
}
div#banner-ctm {
	height: 300px;
	background:url('imgs/salaonorte.jpg') center center;
	position: relative;
}
div#banner-equipe {
	height: 300px;
	background:url('imgs/equipe2.jpg');
	position:relative;
    overflow: hidden;
    background-size: cover;
    background-position: center right;
}
div#banner-contato {
	height: 300px;
	background:url('imgs/contato.jpg');
	position:relative;
    overflow: hidden;
    background-size: cover;
    background-position: center right;
}
div#banner-quemsomos {
	height: 300px;
	background:url('imgs/quemsomos.jpg');
	position:relative;
    overflow: hidden;
    background-size: cover;
    background-position: center right;
}
div#banner-noticias {
	height: 300px;
	background:url('imgs/ondu.jpg');
	position:relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
}
div#atuacao-linhas h2 {
	font-family: 'bbi';
}
div#atuacao-linhas p {
	font-family: 'br';
	margin:30px auto;
	width: 250px;
}
div#atuacao-linhas div div div.col-md-4:nth-child(2) {
	border-left: 2px solid #212121;
	border-right: 2px solid #212121;
}
div#atuacao-linhas div div:nth-child(3) div.col-md-4 {
	border-bottom: none;
}
div#atuacao-linhas div div:nth-child(1) div.col-md-4:nth-child(2), div#atuacao-linhas div div:nth-child(2) div.col-md-4:nth-child(2) {
	position:relative;
}
div#atuacao-linhas div div:nth-child(1) div.col-md-4:nth-child(2)::before {
	position:absolute;
	content: ' ';
	display:block;
	width: 40px;
	height: 40px;
	background: #fff;
	left:-20px;
	bottom:-20px;
	z-index: 999;
}
div#atuacao-linhas div div:nth-child(2) div.col-md-4:nth-child(2)::before {
	position:absolute;
	content: ' ';
	display:block;
	width: 40px;
	height: 40px;
	background: #fff;
	left:-20px;
	bottom:-20px;
	z-index: 999;
}
div#atuacao-linhas div div:nth-child(1) div.col-md-4:nth-child(2)::after {
	position:absolute;
	content: ' ';
	display:block;
	width: 40px;
	height: 40px;
	background: #fff;
	right:-20px;
	bottom:-20px;
	z-index: 999;
}
div#atuacao-linhas div div:nth-child(2) div.col-md-4:nth-child(2)::after {
	position:absolute;
	content: ' ';
	display:block;
	width: 40px;
	height: 40px;
	background: #fff;
	right:-20px;
	bottom:-20px;
	z-index: 999;
}
div#atuacao-linhas div div div.col-md-4 {
	border-bottom: 2px solid #212121;
}
div#atuacao-linhas div.col-md-4 {
	padding:50px 0;
}
p#quemsomosparagrafo {
	font-family: 'br';
	font-size: 24px;
	column-count: 2;
    column-gap: 40px;
    text-align: justify;
    position: relative;
    z-index: 10;
}
div#nossamissao {
	background: #ededed;
	flex-flow:column;
	text-align: center;
	position:relative;
}
div#nossamissao::after {
	content: ' ';
	display:block;
	width:100%;
	background: rgb(0,82,37);
	background: linear-gradient(321deg, rgba(0,82,37,1) 0%, rgba(31,124,162,1) 45%, rgba(194,148,5,1) 100%);
	height: 5px;
	position:absolute;
	width: 100%;
	left:0;
	bottom:0;
}
div#oborde {
	position:relative;
}
div#oborde::before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 625px;
    background: url(imgs/border-degrade.png) no-repeat;
    top: 0;
    left: 0;
    background-size: 100% 100%;
    z-index: 9;
}
div#membro p {
	font-family: 'br';
	font-size: 25px;
	text-align: justify;
	margin-bottom: 25px;
}
div#membro h1 {
	font-size: 52px;
	color: #C29405;
}
div#membro hr {
	opacity:1;
	margin:10px 0;
	background: #000;
	height: 3px;
}
div#formu p {
	font-size: 24px;
	font-family: 'br';
	width:80%;
}
form input, textarea, form input:focus-visible, textarea:focus-visible, form input:focus, textarea:focus {
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom:3px solid #000;
	width:100%;
	padding:10px 10px;
}
form input::placeholder, textarea::placeholder {
	color:#000;
	font-size:15px;
	font-weight:bold;
}
textarea {
	height: 200px;
}
input[type="submit"] {
	border:none;
	width:130px;
	background:none;
	border-radius:30px;
	border: 3px solid #212121;
	padding:3px 0px;
	font-weight: bold;
	transition: .5s;
	float:right;
    color: #000;
    text-transform: uppercase;
}
input[type="submit"]:hover {
	color: #fff;
	background: #C29405;
	border: 3px solid #C29405;
}
input[type="submit"]:focus {
	width: 130px;
}
input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
}
div#icones svg {
	width:45px;
}
div#icones dd {
	font-weight: bold;
	margin:0;
}
div#icones svg path {
	fill: #C29405;
}
div#atendimento {
	background: #C29405;
	color: #fff;
	width: 80%;
	height: 140px;
}
div#atendimento hr {
	opacity: 1;
	background: #fff;
	height: 3px;
	width: 80%;
	margin:10px auto 15px auto;
}
div#pin {
	background: #ededed;
}
div#pin svg path {
	fill: #C29405;
}
div#pin svg {
	width: 40px;
}
div#noticias-main dl {
	display:flex;
	border-bottom: 1px solid #999;
	padding-bottom: 15px;
	margin-bottom:30px;
}
div#noticias-main dl dt figure {
	width: 300px;
}
div#noticias-main dl dd {
	padding-left: 20px;
	display:flex;
	justify-content: space-between;
	flex-flow:column;
}
div#noticias-main p {
	font-family: 'br';
}
div#noticias-main h2 {
	font-family: 'bbi';
}
div#noticias-main dd a:last-of-type {
	font-family: 'bb';
	margin-top: 15px;
	display:block;
	color: #C29405;
}
div#noticias-main hr {
	opacity:1;
	height: 1px;
	background: #999;
}
div#noticias-main dl:last-of-type {
	border-bottom:none;
}
div.paginacao {
	width:100%;
	display:flex;
	font-family: 'bb';
	color:#000;
	justify-content: center;
}
div.paginacao a.activo {
	background:#C29405;
	color:#fff;
}
div.paginacao a {
	margin:0 10px;
	padding:0 10px;
}
div#arquivos  {
	background:#ededed;
	padding:15px 30px 30px 30px;
	font-family: 'br';
}
div#arquivos h3 {
	text-align:center;
	font-family:'bb';
}
div#arquivos ul li {
	list-style-type: none;
}
div#arquivos > ul {
	padding:0;
}
div#arquivos > ul > li {
	margin: 15px 0;
}
div#arquivos > ul li details ul {
	padding:0 0 0 10px;
}
div#arquivos > ul li details ul li {
	margin:20px 0;
	font-family:'bm';
}
div#arquivos > ul li details ul li a span {
	font-family:'bl';
}
div#arquivos summary {
	font-family: 'bb';
	font-size: 18px;
}
div#arquivos a span {
	display:block;
}
summary::marker {
	font-size: 13px;
}
div.noti {
	position: relative;
}
div.noti::after {
	content: ' ';
	display:block;
	width:100%;
	background: rgb(0,82,37);
	background: linear-gradient(321deg, rgba(0,82,37,1) 0%, rgba(31,124,162,1) 45%, rgba(194,148,5,1) 100%);
	height: 10px;
	position:absolute;
	width: 100%;
	left:0;
	bottom:0;
}
article h2 ~ p {
	margin-bottom: 15px;
}
article h2 {
	margin: 15px 0 30px 0;
}
article p:first-of-type {
	text-transform:uppercase;
}
div.navbar-collapse > ul.rrss {
	flex-flow:row;
	display:flex;
}
div.painel-equipe.naofoto a > dl > dd {
	opacity:1;
}
dl.after h4 b {
    text-transform: uppercase;
}
div#painel-centrado {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}
/* Media Queries *******************************************************/
 @media screen and (max-width: 768px) {
 	ul.navbar-nav li:not(.nav-item) {
		display:none;
	}
	li.nav-item {
    	margin:0;
	}
	p#quemsomosparagrafo {
		column-count: 1;
		font-size: 18px;
	}
	div.carousel-item > div {
	    height: 50vh;
	}
	div.carousel-item svg {
    	width: 300px;
	}
	div#atuacao ul {
    	padding:0;
	}
	div#atuacao div.col-md-4 ul::after {
		display:none;
	}
	div.painel-equipe {
		margin:0 auto;
	}
	hr#noticias {
    	width: 37%;
	}
	div#oborde {
		padding: 0 30px;
	}
	div#oborde::before {
		display:none;
	}
	.slider input[name='slide_switch'] ~ div img {
		width: 100%;
	}
	.slider {    
    	height: 40vh;
	}
	.slider label {
		margin:0;
	}
	div#atuacao-linhas div div div.col-md-4:nth-child(2) {
	    border-left: none;
	    border-right: none;
	}
	div#atuacao-linhas div div:nth-child(1) div.col-md-4:nth-child(2)::before {
	    display: none;
	}
	div#atuacao-linhas div div:nth-child(1) div.col-md-4:nth-child(2)::after {
	    display: none;
	}
	div#atuacao-linhas div div:nth-child(3) div.col-md-4 {
	    border-bottom: 2px solid #212121;
	}
    div#atuacao-linhas div div:nth-child(3) div.col-md-4:last-child {
        border-bottom: none;
    }
	div#atuacao-linhas div div:nth-child(1) div.col-md-4:nth-child(1) {
	    border-top: 2px solid #212121;
	}
	div#equipe hr {
	    width: 18vw;
	}
	div#banner-equipe {
		background: url(imgs/equipe.jpg) center center;
    	background-size: cover;
	}
	div#banner-noticias {
		background-position: center center;
	}
	div#noticias-main dl {
		flex-flow: column;
	}
	div#noticias-main dl dt figure {
		margin: 0 auto 15px auto;
	}
	div#atuacao ul {
		height: auto;
	}
	h1#intro {
		font-size: 23px;
	}
	div#atuacao ul li {
	    margin: 10px 0;
	}
	div.painel-equipe a > dl > dd {
		position: static;
	    opacity: 1;
	    background-size: cover;
	    background-position: center center;
	    padding: 10px 0 0 0;
	    margin:0;
	}
	footer.container-fluid ul.rrss svg {
	    width: 30px;
	}
	svg#logofooter {
	    width: 200px;
	}
	div#banner-quemsomos, div#banner-ctm, div#banner-equipe, div#banner-noticias, div#banner-contato {
		height: auto;
        padding-top: 40px;
        padding-bottom: 40px;
	}
	div#membro h1 {
		text-align:center;
	}
	div#membro p {
		font-size: 18px;
	}
	div#membro hr + p {
		font-size: 25px;
	}
	.slider label img {
	    width: 80px;
	    margin: 0 8px;
	}
 }
  @media screen and (min-width: 1400px) {
  	div#banner-equipe {
  		background-position: top center;
  	}
 }