:root {
  --padrao: #a5c03f;
}
@media (min-width: 1200px) {
	.container {
	    max-width: 1220px;
	}
}

html {
  scroll-behavior: smooth;
}
h1, h2, h3, h4, h5, h6, b {
	font-weight: 900;
}
body {
	font-size: 16px;
	font-family: 'Gotham';
	font-weight: 500;
	line-height: 24px;
}
a {
	color: var(--dark);
}
a:hover {
	color: var(--secondary);	
}
.f-12 {
	font-size: 12px;
	line-height: 18px;
}
.f-14 {
	font-size: 14px;
	line-height: 20px;
}
.btn {
	background: var(--white);
	color: #111;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 50px;
	padding: 15px 25px;
}
.btn:hover {
	background: #eee;	
	color: #111;
}
.bg-padrao {
	background: var(--padrao) !important;
}
.text-padrao {
	color: var(--padrao);
}
main.content {
}
main.content.interna {
	padding-top: 4em;
}

.top-bar .btn {
	font-size: 14px;
	padding: 15px 20px;
	margin-left: 2.5em;
}
.social a {
	color: var(--padrao);
	font-size: 16px;
	margin: 0;
	text-decoration: none;
	padding: 5px 0;
	border: 2px solid #ddd;
	border-radius: 50px;
	width: 38px;
	text-align: center;
	display: inline-block;
}
header .social {
	padding: 2.2em 0 0;
}
header {
	margin-bottom: 1px;
}
#main-logo {
	margin: 1.5em 0 0;
	display: block;
}
.menu {
}
.menu a {
	padding: 2.5em 1.5em;
	border-bottom: 5px solid transparent;
	font-size: 17px;
	display: block;
	text-decoration: none;
}
.menu a:hover,
.menu a.active {
	border-color: var(--padrao);
}

#banner {
	height: 650px;
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #ddd;
}
#banner .container {
	padding: 220px 250px;
}
#banner .full {
	height: 650px;
	background-size: cover;
	background-position: top center;
	background-color: #111;
}
.parallax-image {
  -webkit-transform: translateZ(0);
}
#banner h2 {
	color: #fff;
	font-size: 60px;
	font-weight: 900;
	margin: 0;
}
#banner h4 {
	color: var(--padrao);
	font-weight: 500;
	text-transform: uppercase;
}
#banner .slick-arrow {
	font-family: "Font Awesome 5 Free";
	font-size: 0;
	color: #fff;
	border: none;
	background: none;
	top: 50%;
	position: absolute;
	z-index: 1000;
	text-indent: -999em;
	line-height: 0;
	outline: 0;
	opacity: 0.5;
}
#banner .slick-arrow:hover {
	opacity: 1;
}
#banner .slick-prev {
	left: 3%;
}
#banner .slick-prev:before {
	content: "\f104";
	font-weight: 900;
	font-size: 30px;
}
#banner .slick-next {
	right: 3%;
}
#banner .slick-next:before {
	content: "\f105";
	font-weight: 900;
	font-size: 30px;
}
.card {
	border: none;
	border-radius: 10px;
	background: #eee;
}
.card .card-footer {
	background: none;
	border: none;
	padding: 0;
	height: 0;
}
.links .card {
	padding: 2em;
	margin-top: -1.5em;
	min-height: 450px;
}
.links .card h2 {
	font-weight: 300;
	color: var(--padrao);
}
.atuacao {
	padding: 8em 0;
}
.atuacao.b {
	padding: 6em 0  7em;
}
.atuacao .card {
	min-height: 250px;
}
.atuacao .card .card-footer {
	height: 2em;
}
.atuacao .card .card-header {
	height: 70px;
	padding: 0;
	margin-top: -1.8em;
	background: none;
	border: none;
}
.atuacao .carousel-inner {
}
.atuacao .carousel-item {
	margin-right: 0;
}
.atuacao .carousel-item .card {
	margin: 1.8em 0 2.5em;
}
.card .icon {
	background-color: var(--padrao);
	padding: 18px 20px;
	display: inline-block;
	border-radius: 50px;
	color: #fff;
	font-size: 30px;
	height: 70px;
	width: 70px;
}

#banner2 {
	background: url(../../imagens/img-rodape.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 12em 0;
	color: #fff;
}
.interna #banner2 {
	padding: 8em 0;
}

footer {
	padding: 4em 0;
	border-top: 3px solid #ddd;
	border-bottom: 3px solid #ddd;
}
footer .nav-item {
	display: block;
	width: 100%;
	font-size: 16px;
	margin-bottom: 0.5em;
}
footer .fone {
	margin-top: 0.8em;
	display: block;
	font-size: 18px;
}

.direitos {
	padding: 2em 0;
	font-size: 14px;
	text-align: center;
}
.interna .content {	
}

section.conteudo {
	padding: 4em 0 6em;
}
section.conteudo p {
	margin-bottom: 2em
}

#title-interna {
	background: var(--padrao);
	color: #fff;
	padding: 2em 0 1.5em;
}
#title-interna h2 {
	margin: 0 0 0.5em;
	font-weight: 300;
	font-size: 40px;
}

@media (min-width: 768px) {

    /* show 3 items */
    .carousel-inner .active,
    .carousel-inner .active + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item,
    .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item  {
        display: block;
    }
    
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
        transition: none;
    }
    
    .carousel-inner .carousel-item-next,
    .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0);
    }
    
    .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -25%;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    
    /* left or forward direction */
    .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carousel-item-next.carousel-item-left + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    
    /* farthest right hidden item must be abso position for animations */
    .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        display: block;
        visibility: visible;
    }
    .carousel-control-next, .carousel-control-prev {
    	width: auto;
    }
    .carousel-control-prev {
    	left: -2%;
    }
    .carousel-control-next {
    	right: -2%;
    }
    
    /* right or prev direction */
    .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carousel-item-prev.carousel-item-right + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }

}

@media (max-width: 768px) {
	.top-bar {
		position: fixed;
		width: 100%;
		z-index: 10000;
	}
	.top-bar .fone,
	.top-bar .social {
		display: none;
	}

	.top-bar .btn {
		font-size: 12px;
	}

	.top-bar .col-sm-12 {
		padding: 0;
	}

	header {
		padding-top: 0;
	}
	header .social {
		display: none;
	}
	#main-logo {
		text-align: center;
		margin: 2em 0;
	}
	#main-logo img {
		height: 50px;
	}

	.menu {
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		width: 297px;
		z-index: 10000;
		margin-left: -250px;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.menu.active {
		margin-left: 0;
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		-ms-transition: all 0.3s linear;
		-o-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.menu .nav {
		background: var(--padrao);
		color: #fff;
		float: left;
		width: 248px;
		height: 100%;
		display: block;
		border: none;
	}
	.menu .nav li {
		width: 100%;
	}
	.menu .nav li a {		
		padding: 10px;
		color: #fff;
	}
	.menu span {
		float: right;
		background: #fff;
		padding: 12px 11px 9px;
		display: block;
	}
	.menu span:before {
		font-family: "Font Awesome 5 Free";
		content: "\f0c9";
		font-weight: 700;
		color: var(--padrao);
		font-size: 30px;
	}
	#banner {
		height: 80vw;
	}
	#banner .full {
		height: 80vw;
	}
	#banner .container {
		padding: 15vw 10vw 0;
	}
	#banner h2 {
		font-size: 30px;
	}
	#banner h4 {
		font-size: 20px;
		margin-top: 20px;
	}
	#banner .slick-next {
		right: 1%;
	}
	#banner .slick-prev {
		left: 1%;
	}
	#banner .btn {
		margin-top: 1.5em !important;
	}

	.links .card {
		margin-bottom: 70px;
	}

	.atuacao {
		padding: 2em 0;
	}
	.atuacao .card {
		margin-bottom: 70px;
	}

	#banner2 {
		background-position: center;
	}

	footer {
		text-align: center !important;
	}
	footer .nav {
	}
	footer h5 {
		margin-top: 2em;
	}
	footer .social {
		margin-top: 3em;
	}
	footer .social,
	footer .fone {
		text-align: center;
	}

	.interna .atuacao {
		display: none;
	}
	#title-interna h2 {
		font-size: 30px;
		text-align: center;
	}
	#title-interna .btn {
		display: none;
	}
}