/*
  ========================================
        HEADER
  ========================================
*/

.relative_top {
	position: relative;
}


header {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	z-index: 2;
}

header .container {
	max-width:1400px;
}

header .barra {
	width: 100%;
	background:#efefef;
	padding: 22px 115px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width: 1400px) {
	header .barra {
		padding: 22px 25px;
		margin: 0 20px;
		width: auto;
		max-width: 100%;
		position: relative;
	}

	header {
		top: 40px;
	}
}

@media screen and (max-width: 1000px) {
	header {
		position:relative;
		top: inherit;
		background: #efefef;
		z-index: inherit;
	}

	header .barra {
		padding:12px 0; 
	}
}

@media screen and (max-width: 500px) {
	header {
		position:relative;
		top: inherit;
		background: #efefef;
		z-index: inherit;
	}

	header .barra {
		margin: 0;
	}
}


/*
  ========================================
        INDEX
  ========================================
*/

.first_content {
	background: url("../img/fundo_first_content.png") top left -32px no-repeat;
	padding-top: 100px;
	margin-top: -15px;
	position: relative;
	z-index: 2;
}

.first_content .container {
	display:flex;
	justify-content:space-between;
}

.first_content h5 {
	font-size: 24px;
	color: #f6be4a;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 8px;
	margin-bottom: 8px;
}

.first_content h6 {
	font-size: 30px;
	color: #2e440f;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 20px;
}

.first_content p {
	font-size: 16px;
	color: #494949;
}

.first_content .img {
	width: 695px;
}

.first_content .img img {
	-webkit-box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);
	-moz-box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);
	box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);
}

.first_content .txt {
	width: 350px;
	background: #fff;
	padding: 0px 0 0 15px;
	position: relative;
}

.first_content .txt::after {
	content:'';
	position:absolute;
	top:-80px;
	left:0;
	background:#fff;
	width:100%;
	height:80px;
}

.first_content a {
	background:#f6be4a;
	color:#fff;
	width: 200px;
	display: inline-block;
	text-align: center;
	padding: 16px 0;
	font-size: 20px;
	font-weight: 600;
	margin-top: 15px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;

	-webkit-box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);
	-moz-box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);
	box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);
}

.first_content a:hover {
	background:#e3aa31;
}

@media screen and (max-width: 1100px) {
    .first_content .img {
    	width:500px;
    }

    .first_content {
    	background: url("../img/fundo_first_content.png") top left no-repeat;
    	background-size: 80%;
    	padding-top: 70px;
    }

	.first_content .txt::after {
		top:-40px;
		height:40px;
	}
}

@media screen and (max-width: 900px) {
    .first_content .container {
    	flex-wrap:wrap;
    }


    .first_content {
    	background: url("../img/fundo_first_content.png") top right no-repeat;
    	background-size: 100%;
    	padding-top: 40px;
    }

     .first_content .img {
     	width:100%;
     	text-align:center;
     }

      .first_content .img img {
      	width:500px;
      }

      .first_content .txt {
      	width: 450px;
      	margin: 0 auto;
      	margin-top:30px;
      	background:none;
      	padding: 0 20px;
      }

      .first_content .txt::after {
      	display:none;
      }
}

@media screen and (max-width: 500px) {
      .first_content .img img {
      	width:auto;
      }

      .first_content .txt {
      	width: 100%;
      	margin-top:10px;
      	padding: 0;
      }

      .first_content h6 br {
      	display:none;
      }

      .first_content h5 {
      	font-size:20px;
      }

      .first_content h6 {
      	font-size: 23px;
      }

      .first_content a {
		margin:0 auto;
		padding: 12px 0;
		font-size: 18px;
		margin-top: 0px;
	}

	.first_content .text-right {
		text-align:center!important;
	}
}

/*SECOND CONTENT*/

.second_content {
	margin-top: 110px;
	padding-bottom: 180px;
}

.second_content h2 {
	text-align: center;
	font-size: 25px;
	color: #494949;
	font-weight: 900;
	margin-bottom: 75px;
}

.second_content h2 span {
	display: block;
	font-family: 'Alex Brush', cursive;
	font-size: 120px;
	color: #f6be4a;
	font-weight: 400;
	line-height: 0.6;
}

.second_content .content {
	background: #fbfbfb;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.second_content .content::after {
	content:'';
	position:absolute;
	bottom: -96px;
	left:0;
	background: url("../img/fundo_cultura.png") bottom left no-repeat;
	height: 96px;
	width:100%;
}

.second_content .content .txt {
	width:700px;
	display:flex;
	justify-content:center;
}

.second_content .content .txt .item {
	width: 310px;
	display:flex;
	align-items:center;
	margin: 0 8px;
}

.second_content .content .img {
	width:400px;
	height: 335px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background:url("../img/cultura01.png") center no-repeat;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
}

.second_content .content .img a {
	display:inline-block;
	border:1px solid #fff;
	font-size: 22px;
	font-weight: 600;
	color:#fff;
	margin-bottom: 15px;
	padding: 12px 15px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.second_content .content .img a:hover {
	background:#fbfbfb;
	color:#ffbf3d;
}

@media screen and (max-width: 1010px) {
	.second_content .content .txt {
		width: 65%;
	}

    .second_content .content .img {
    	width:35%;
    }

    .second_content .content .txt .item {
    	width: 50%;
    }
    
    .second_content .content .txt .item p {
    	font-size:15px;
    	line-height: 1.5;
    }
}

@media screen and (max-width: 900px) {
	.second_content .content .txt .item {
		width:100%;
	}

	.second_content .content .txt {
		flex-wrap:wrap;
		width: 100%;
		padding: 0 10px;
	}

	.second_content .content {
		flex-wrap:wrap;
	}

	.second_content .content .txt .item  {
		text-align:center;
		display: flex;
		justify-content: center;
	}

	.second_content .content .txt .item img {
		display:inline-block;
		margin: 20px 0;
	}

	.second_content .content .txt .item p {
		font-size:16px;
	}

	.second_content .content .img {
		width: 300px;
		margin:0 auto;
		height: 250px;
	}

	.second_content .content::after {
		display:none;
	}

	.second_content {
		margin-top: 40px;
		padding-bottom: 50px;
	}

    .second_content h2 {
    	margin-bottom:25px;
    	font-size:22px;
    }
}

@media screen and (max-width: 400px) {
	.second_content .content .img {
		width: 100%;
		height: 200px;
	}

    .second_content h2 {
    	font-size:18px;
    }

	.second_content h2 span {
		font-size: 80px;
	}

}

/* THIRD CONTENT */

.third_content {
    background: url("../img/fundo_mid.jpg") center no-repeat;
    height: 348px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.third_content .container {
	margin-top:-60px;
}

.third_content h2 {
	font-size:25px;
	color:#ffbf3d;
	font-weight:900;
}

.third_content h3 {
	display: block;
	font-family: 'Alex Brush', cursive;
	font-size: 130px;
	color: #fff;
	font-weight: 400;
	line-height: 0.6;
	margin:10px 0
}

.third_content h4 {
	font-size:25px;
	color:#fff;
	font-weight:900;
}

@media screen and (max-width: 1024px) {
	.third_content {
		background: url("../img/fundo_mid.jpg") center no-repeat;
		height: 250px;
		background-size:cover;
	}

	.third_content h2 {
		font-size:22px;
	}

	.third_content h3 {
		font-size: 100px;
		margin:5px 0
	}

	.third_content h4 {
		font-size:22px;
	}
}

@media screen and (max-width: 400px) {
	.third_content {
		height: 200px;
	}

	.third_content h2 {
		font-size:20px;
	}

	.third_content h3 {
		font-size: 80px;
	}

	.third_content h4 {
		font-size:20px;
	}
}

/*SLIDE*/
    
.nav_slider_cat {
    display: inline-block;
    background-color: #1f3215;
    border: none;
    outline: none;
    cursor: pointer;
    width: 100%;
    height: 92px;
    position: absolute;
    left:0;
    z-index: 2;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nav_slider_cat:hover {
    background-color: #15200e;
}

.slider_categorias {
    background-color: #2f4b20;
    width: 210px;
    height: 550px;
    text-align: center;
    position: absolute;
    right: -182px;
    top: -10%;
    -webkit-box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.6);
    box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.6);
}

.slick-carousel a img {
	filter: grayscale(0) brightness(0%) contrast(100%) invert(100%)!important;
	padding: 20px 0;
}

.slick-current a img {
	filter: unset!important;
}


.nav_slider_cat.top-arrow {
	top:0;
}

.nav_slider_cat.bottom-arrow {
	bottom:0;
}

@media screen and (max-width: 1000px) {
    .slider_categorias {
		width: 150px;
		height: 400px;
		right: -150px;
		top: -10%;
    }	

    .slick-carousel a img {
    	padding:10px 0;
    	width:55px;
    }

	.nav_slider_cat {
		height: 72px;
	}

}


@media screen and (max-width: 900px) {
  .slider_categorias {
      position:inherit;
      right: inherit;
      top: 0;
  }

  #scroll-categorias {
  	position:absolute;
  	left: -160px;
  	top:0;
  }
}

@media screen and (max-width: 500px) {
  .slider_categorias {
      width: 100%;
      height: 80px;
      right: 0;
  }

  #scroll-categorias {
  	position:absolute;
  	left: 0;
  	top: -80px;
  	width:100%;
  }

  .slick-list {
  	padding:0 20px;
  }

  .nav_slider_cat {
  	width:60px;
  	top: 0;
  	height: 100%;
  }

  .nav_slider_cat.bottom-arrow {
  	right:0;
  	left: inherit;
  }

  .nav_slider_cat.top-arrow img {
  	transform:rotateZ(-90deg);
  }

  .nav_slider_cat.bottom-arrow img {
  	transform:rotateZ(-90deg);
  }

  .slick-carousel a img {
  	width:50px;
  }
}


/*FOUR CONTENT*/

.fourth_content {
	padding:30px 0;
	position: relative;
}

.fourth_content .content {
	display:flex;
	justify-content:space-between;
	background: #f5f5f5;
	margin-top: 30px;
	position: relative;
}

.fourth_content .content::after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:115px;
	height:100%;
	background:#fff;
}

.fourth_content .bloco1 {
    background:#5b9a61;
    width:50%;
    position: relative;
    top: -75px;
    z-index: 2;
}

.fourth_content .bloco1 .relative {
	width: 420px;
	height: 450px;
	position: relative;
}

.fourth_content .bloco1 .txt {
    height: 180px;
    background: #2f4b20;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:32px;
    color:#fff;
    font-weight:900;
}

.fourth_content .bloco2 {
    background: #ffffff;
    width: 38%;
    padding-left: 40px;
    padding-top: 5px;
}

.fourth_content .bloco2 p {
	font-size:16px;
	line-height: 1.8;
}

.fourth_content .bloco2 h5 span {
	font-family: 'Alex Brush', cursive;
	width: 100%;
	display: block;
	font-size: 52px;
	font-weight: 400;
	text-transform: lowercase;
	color: #253c18;
	line-height: 0.7;
}

.fourth_content .bloco2 h5 {
	font-size: 30px;
	color: #494949;
	font-weight:900;
	line-height: 1.2;
	margin-bottom: 5px;
}

.fourth_content .bloco2 a {
    width: 210px;
    display:block;
    text-align: center;
    background:#2f4b20;
    color:#fff;
    display: inline-block;
    text-align: center;
    padding: 15px 15px;
    font-size: 20px;
    font-weight: 600;
    margin-right: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (max-width: 1000px) {
    .fourth_content .bloco1 {
    	width: 30%;
    }

    .fourth_content .bloco2 {
        width:50%;	
    }

    .fourth_content .bloco1 {
    	top: inherit;
    	background: none;
    	padding-top: 65px;
    	position: inherit;
    }

    .fourth_content {
    	padding:15px 0;
    }

    .fourth_content .content {
    	flex-wrap:wrap;
    	margin-top: 0;
    	background: none;
    	padding-top: 30px;
    	margin-bottom: 20px;
    }

     .fourth_content .bloco2 {
     	padding: 15px 20px;
     	background: #f5f5f5;
     }

     .fourth_content .content::after {
     	display:none;
     }

     .fourth_content .bloco1 .relative {
     	width:100%;
     	display: flex;
     	flex-wrap: wrap;
     }
}

@media screen and (max-width:900px) {
    .fourth_content .bloco1,
    .fourth_content .bloco2 {
    	width:100%;
    }

    .fourth_content .bloco1 .relative {
    	position:inherit;
    	margin-left: 140px;
    	width: auto;
    	height: 440px;
    }

    .fourth_content .content {
    	position:relative;
    }

    .fourth_content .bloco1 {
    	background: #fff;
    	padding: 0;
    }

    .fourth_content .bloco1 .title {
    	background: #fff;
    	width:100%;
    	text-align:center;
    }

    .fourth_content .bloco1 .txt {
    	height: 90px;
    	font-size:30px;
    }

    .fourth_content .bloco1 .img {
    	height: 310px;
    	background: #2f4b20;
    	display:flex;
    	align-items: flex-start;
    	justify-content: center;
    }
}

@media screen and (max-width: 500px) {
	.fourth_content .bloco1 .relative {
		width:100%;
		margin-left:0;
		height: auto;
		margin-bottom: 30px;
	}

	.fourth_content .bloco1 .img {
		height:auto;
	}

	.fourth_content .content {
		padding-top:80px;
	}

    .fourth_content .bloco2 h5 span {
    	font-size:50px;
    }

	.fourth_content .bloco2 h5 {
		font-size: 27px;
	}
}

/* FOURTH_ONE_CONTENT_BOTTOM */

.fourth_one_content_bottom {
	padding: 40px 0 70px;
}

.fourth_one_content_bottom .container {
	display: flex;
	justify-content: center;
	gap: 20px;
	flex-wrap: wrap;
}
.fourth_one_content_bottom .container .__card .__img {
	aspect-ratio: 510/223;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	
	& img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	& span {
		font-family: 'Alex Brush', cursive;
		font-size: 60px;
		position: absolute;
		color: #fff;
	}
}
.fourth_one_content_bottom .container .__card .__end {
	padding: 14px 20px;
	background: #FFBF3D;

	& .__button_link {
		width: 200px;
		height: 50px;
		background: #2F4B20;
		text-align: center;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		font-size: 20px;
		font-weight: 600;
		margin: 0 auto;
		transition: all 0.3s ease;

		&:hover {
			background: #456f2b;
		}
	}
}

/* FIFTH CONTENT*/

.fifth_content {
	padding-bottom:85px;
}

.fifth_content .content {
	display:flex;
	height: 540px;
	position: relative;
	right: -117px;
}

.fifth_content .img {
	width: 440px;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#05bff2+0,24d2b5+100 */
	background: #05bff2; /* Old browsers */
	background: -moz-linear-gradient(-45deg, #05bff2 0%, #24d2b5 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, #05bff2 0%,#24d2b5 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #05bff2 0%,#24d2b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05bff2', endColorstr='#24d2b5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	/* display: flex; */
	/* justify-content: center; */
	/* align-items: center; */
	/* flex-wrap: wrap; */
	text-align: center;
}

.fifth_content .img .small {
	height: 220px;
	display:flex;
	justify-content:center;
	align-items:center;
}

.fifth_content .img .big {
	width: 558px;
	margin-left: -117px;
}

.fifth_content .txt {
	width:500px;
	background: #f5f5f5;
}

.fifth_content .txt h2 {
	font-size: 32px;
	color: #494949;
	font-weight: 900;
	background: #fff;
	display: flex;
	align-items: center;
	padding: 20px 0 8px 35px;
}

.fifth_content .txt .pd {
	padding: 40px 100px 0px 40px;
	position: relative;
}

.fifth_content .txt .pd::after {
	content:'';
	position:absolute;
	top: 100px;
	right: -44px;
	width: 90px;
	height: 100px;
	background: url("../img/folhas_parceitos.png");
}

.fifth_content .txt p {
	line-height:2;
}

.fifth_content .txt .item {
	width: 580px;
	display:flex;
	justify-content: center;
	align-items: flex-start;
}

.fifth_content .txt .item a {
    width:250px;
    display:block;
    text-align: center;
    background:#06bfef;
    color:#fff;
    display: inline-block;
    text-align: center;
    padding: 18px 15px;
    font-size: 20px;
    font-weight: 600;
    margin-right: 3px;

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.fifth_content .txt .item a:hover {
    background:#059ec5;
}

.fifth_content .txt .item img {
	width:320px;
}

@media screen and (max-width: 1420px) {
	.fifth_content .img .big {
		width: 100%;
		margin-left: 0;
	}

	.fifth_content .content {
	    right: 0;
	    left: 0;
	}
}

@media screen and (max-width: 1100px) {
	.fifth_content .txt .item img {
	    width:250px;
	}

	.fifth_content .txt .item {
        justify-content:start;
        width: 120%;
    }

	.fifth_content .txt .item a {
		width:200px;
		padding: 12px 10px;
		font-size: 16px;
	}

	.fifth_content .txt .pd::after {
		right:10px;
	}

	.fifth_content .txt p {
		font-size:15px;
		margin-right:40px;
	}

	.fifth_content .img {
		width:40%;
	}

	.fifth_content .txt {
		width:60%;
	}

	.fifth_content .txt .pd {
		padding: 25px 80px 0 25px;
		position: relative;
	}
}

@media screen and (max-width: 800px) {
	.fifth_content .content {
		flex-wrap:wrap;
		height: auto;
	}
    
    .fifth_content .txt,
	.fifth_content .img {
		width:100%;
	}

	.fifth_content .img .small {
		height:auto;
		padding:25px 0;
	}

	.fifth_content .img .small img {
		width:150px;
	}

	.fifth_content .img .big img {
		width:400px;
	}

	.fifth_content .txt .pd {
		padding-right:25px;
	}
    
    .fifth_content .txt p {
    	width:100%;
    	margin:0 0 20px 0;
    	font-size: 14px;
    	text-align: justify;
    }

	.fifth_content .txt .item {
		width:100%;
		display: flex;
		flex-wrap: wrap;
		text-align:center;
		justify-content: center;
	}

	.fifth_content {
		padding-bottom:0;
		margin-bottom: 10px;
	}

	.fifth_content .txt h2 {
		font-size: 28px;
		padding: 10px;
		text-align: center;
	}

	.fifth_content .txt .pd::after {
		display:none;
	}

	.fifth_content .txt .item a {
		width:60%;
		margin:0 auto;
		margin-bottom:25px;
	}

	.fifth_content .txt .item img {
		display:inline-block;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 400px) {
	.fifth_content .txt .item a {
		width:100%;
	}
}

/*
  ========================================
        FOOTER
  ========================================
*/

.chamada_sama {
	margin-bottom: 130px;
}

.chamada_sama .content {
	height: 220px;
	background:whitesmoke;
	display: flex;
	justify-content: center;
	align-items:center;
	padding: 10px 20px;
}

.chamada_sama .txt {
	width: 370px;
	margin:0 80px 0 30px;
}

.chamada_sama .txt p {
	margin-bottom:0;
	line-height: 2;
}

.chamada_sama a {
    width:250px;
    display:block;
    text-align: center;
    background:#06bfef;
    color:#fff;
    display: inline-block;
    text-align: center;
    padding: 18px 15px;
    font-size: 20px;
    font-weight: 600;
    margin-right: 3px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.chamada_sama a:hover {
    background:#059ec5;
}

.chamada_sama .link2 {
	margin:35px 0 115px 0;
}

.chamada_sama .txt2 {
	text-align: center;
	font-size: 25px;
	color: #494949;
	font-weight: 900;
	margin-bottom: 75px
}

.chamada_sama h6 {
	display: block;
	font-family: 'Alex Brush', cursive;
	font-size: 125px;
	color: #f6be4a;
	font-weight: 400;
	line-height: 0.6;
	margin:5px 0;
}

@media screen and (max-width: 900px) {
	.chamada_sama .txt {
		width: 370px;
		margin:0 30px 0 30px;
	}

	.chamada_sama a {
		width: 200px;
		padding: 12px 10px;
		font-size: 18px;
	}

	.chamada_sama .link2 {
		margin:20px 0 50px 0;
	}

	.chamada_sama h6 {
		font-size: 100px;
	}
}


@media screen and (max-width: 800px) {
	.chamada_sama .content a {
		width: 100%;
		margin-top:20px;
	}

	.chamada_sama .content {
		flex-wrap:wrap;
		height: auto;
		padding: 15px 20px;
	}

    .chamada_sama .img {
    	width:40%;
    	text-align:center;
    }

	.chamada_sama .txt {
		width: 55%;
		margin:0;
		margin-left: 15px;
	}

    .chamada_sama .txt p {
        font-size:15px;
    }

    .chamada_sama .txt2 {
    	margin-bottom: 0;
    }

    .chamada_sama {
    	margin-bottom:50px;
    }
}

@media screen and (max-width: 600px) {
    .chamada_sama .img {
    	width:100%;
    	margin-bottom:10px;
    }

	.chamada_sama .txt {
		width: 100%;
		margin:0;
		text-align:center;
	}

	.chamada_sama .txt2 {
		font-size: 20px;
	}

	.chamada_sama h6 {
		font-size: 80px;
	}
}


/**FOOTER*/

footer {
	background: url("../img/fundo_footer.jpg") top 100px center no-repeat;
}

footer .mapa {
	margin:0 auto;
	width: 920px;
	position:relative;
	margin-bottom:65px;
}

footer .mapa::after {
	content:'';
	position:absolute;
	background:url("../img/fundo_mapa.png") center no-repeat;
	height: 90px;
	width:100%;
	bottom: -35px;
	left:0;
}

footer .mapa iframe {
	position:relative;
	z-index:2;
	
	-webkit-box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 12px 2px rgba(0,0,0,0.2);
}

footer .content {
	display: flex;
	padding-bottom: 25px;
}

footer .logo_rdp img {
    margin-bottom:25px;
}

footer .logo_rdp h5 {
	font-size: 14px;
	font-weight: 900;
	color: #494949;
	margin-bottom: 10px;
	letter-spacing: 0.3px;
}

footer .logo_rdp a {
	font-size: 14px;
	color: #494949;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer .logo_rdp a:hover {
	color:#456f2b;
	text-shadow: 0px 0px 9px rgb(69 111 43);
}

footer .content .txt {
	width:300px;
	margin-left:45px;
}

footer .content .txt p {
	font-size: 14.5px;
	color: #494949;
	margin-bottom: 20px;
	font-weight: 500;
}

footer .content .txt a {
	display:block;
	padding: 8px 0 8px 48px;
	color:#456f2b;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.5px;
	margin-bottom: 12px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

footer .content .txt a:hover {
	color:#456f2b;
	text-shadow: 0px 0px 9px rgb(69 111 43);
}

footer .content .txt a.face {
	background:url("../img/ico_face.png") left center no-repeat;
}

footer .content .txt a.insta {
	background:url("../img/ico_insta.png") left center no-repeat;
}

footer .content .form_rdp {
	width:450px;
	margin-left: 60px;
}

footer .content .form_rdp .align {
	display:flex;
	justify-content:space-between;
}


/*INPUTS*/

.inputs input[type="text"], textarea,
.inputs select {
    width: 100%;
    padding: 8px 12px;
    background: #fcfbfb;
    border: 2px solid #fcfbfb;
    font-size: 12px;
    color: #525252;
    outline: none;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

textarea {
	color:#525252!important;
}

.inputs select {
    cursor: pointer;
    -webkit-appearance: none !important;
    -moz-appearance:     none !important;
}

.inputs select option {
  background:#343796;
  color:#ffffff;
  font-weight:600;
  border: 1px solid #252525;
  outline:none;
}

.inputs textarea:focus,
.inputs input[type="text"]:focus {
  border:2px solid #3d8a2a!important;
}

.inputs .btn {
	float: right;
	background:#f6be4a;
	border:1px solid #f6be4a;
	color:#fff;
	letter-spacing: 1px;
	display: inline-block;
	text-align: center;
	padding: 14px 30px;
	font-size: 18px;
	font-weight: 500;
	margin-top: 5px;
	cursor:pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.inputs .btn:hover {
    background-color: #e3aa31;
    border: 1px solid #e3aa31;
}

.inputs .margin {
    margin-bottom: 5px;
}

.inputs h3 {
	font-size: 15px;
	color: #464646;
	margin-bottom: 5px;
}

.inputs ::-webkit-input-placeholder {
    color: #525252;
}

.inputs :-moz-placeholder {
    color: #525252;  
}

.inputs ::-moz-placeholder { 
    color: #525252;  
} 

.inputs :-ms-input-placeholder {  
    color: #525252;  
}

/* LISTA LOGOS */

.lista_logos {
	background: #f5f5f5;
	padding: 45px 0;
	border-bottom: 30px solid #f6be4a;
}

.lista_logos .display {
    display:flex;
    justify-content:center;
    align-items:center;
}

.lista_logos div {
	height:115px;
	flex-wrap: wrap;
	width: auto;
}

.lista_logos h6 {
	width:100%;
	color:#000;
	font-weight:600;
}

.lista_logos .container {
	display:flex;
	align-items:center;
	justify-content: space-between;
}

@media screen and (max-width: 1180px) {
	footer .content .form_rdp {
		margin-left:0;
		width: 400px;
	}

	footer .content .txt {
		width: auto;
		margin-left:0;
	}

	footer .content {
		justify-content: space-between;
	}

	.inputs input[type="text"], textarea, .inputs select {
		padding:8px 8px;
		letter-spacing:0.2px;
	}

	footer .content .txt p {
		font-size:14px;
	}

	footer .logo_rdp a {
		font-size:13px;
	}
}


@media screen and (max-width: 1024px) {
	footer .mapa {
		width: 100%;
		margin-bottom:50px;
	}

	footer .content {
		flex-wrap:wrap;
		justify-content:center;
	}

	footer .content .logo_rdp {
		margin-right:25px;
	}

	footer .content .txt {
		margin-left:25px;
	}
    
	footer .content .form_rdp {
		width:50%;
		margin:0 auto;
		margin-top:30px;
	}

	.inputs .btn {
		padding: 10px 20px;
		font-size: 17px;
		font-weight: 600;
	}

}

@media screen and (max-width: 950px) {
	.lista_logos .container {
		flex-wrap:wrap;
		width: 100%;
		margin: 0;
	}

	.lista_logos div {
	    height:auto;
	}

	.lista_logos div {
		width:33%;
		text-align: center;
		margin: 8px 0;
	}

	.lista_logos {
		padding:15px 0;
	}
}

@media screen and (max-width: 800px) {
	footer .content .form_rdp {
		width:80%;
	}
}

@media screen and (max-width: 635px) {
	footer .content .logo_rdp img {
		display:none;
	}

	footer .content .txt {
		width:100%;
		margin-left: 0;
		text-align: center;
	}

	footer .content .txt a {
		text-align:left;
	}

	footer .content .txt div {
		display:inline-block;
	}

	footer .content .logo_rdp {
		margin-bottom: 15px;
		margin-right:0;
		text-align: center;
	}

	footer .content .logo_rdp a {
        font-size:14px;
        word-break: break-word;
    }

    footer {
    	background:#dedede;
    }
}

@media screen and (max-width: 550px) {
	footer .content .form_rdp {
		width:100%;
		margin-top:10px;
	}

	.lista_logos div {
		width:100%;
		text-align: center;
		margin: 8px 0;
	}
}

@media screen and (max-width: 450px) {
    .inputs .margin {
    	width:100%!important;
    	margin-left:0;
    }

    footer .content .form_rdp .align {
    	flex-wrap:wrap;
    }
}

/*
  ========================================
        QUEM SOMOS
  ========================================
*/

.conheca_minacu {
	padding-top:110px;
	background: url("../img/quem_somos/retangulo01.png") top 3% left -40% no-repeat;
	margin-top: -110px;
	position: relative;
	z-index: 2;
	margin-bottom: 100px;
}

.conheca_minacu .text-align {
	text-align:right;
	margin-top: -20px;
}

.conheca_minacu .title {
	padding-left: 35px;
	padding-top: 20px;
	text-align: left;
	padding-bottom: 20px;
	background: #fff;
	display: inline-block;
	width: 565px;
	position: relative;
	left: -100px;
}

.conheca_minacu .title div {
	display:inline-block;
	text-align: left;
	background: #fff;
}

.conheca_minacu .title h2 {
	font-size: 24px;
	color: #f6be4a;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 8px;
	margin-bottom: 8px;
}

.conheca_minacu .title h3 {
	font-size: 36px;
	color: #2e440f;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 20px;
}

.conheca_minacu .content {
	display:flex;
	justify-content: space-between;
	background: #fff;
}

.conheca_minacu .content .img img {
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 3px 15px 1px rgba(0,0,0,0.4);
}

.conheca_minacu .content .img div {
    position: relative;
}

.banner_transform span,
.conheca_minacu .content .img div span {
	content:'';
	position:absolute;
	bottom: -93px;
	left:0;
	width:100%;
	height: 160px;
}

.banner_transform span i,
.conheca_minacu .content .img div span i {
	margin:0 auto;
	height: 150px;
	width: 150px;
	display:block;
	background: url("../img/quem_somos/folhas.png") center no-repeat;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 3px 15px 1px rgba(0,0,0,0.2);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.conheca_minacu .txt {
	width:565px;
	margin-left: 20px;
	margin-top: -5px;
}

.conheca_minacu .content2 .txt1 h6 {
	font-size: 20px;
	color: #494949;
	font-weight: 900;
	line-height: 1.6;
	margin-bottom: 85px;
}

.conheca_minacu p {
	line-height:1.9;
}

.conheca_minacu .content2 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.conheca_minacu .content2 .txt1,
.conheca_minacu .content2 .txt2 {
	width: 545px;
}

.conheca_minacu .content2 .txt2 {
	text-align: center;
}

.conheca_minacu .content2 .txt2 h5 {
	font-size: 22px;
	color: #494949;
	font-weight: 900;
}

.conheca_minacu .content2 .txt2 h6 {
	display: block;
	font-family: 'Alex Brush', cursive;
	font-size: 130px;
	color: #f5bd4a;
	font-weight: 400;
	line-height: 0.6;
	margin:10px 0;
	text-transform:lowercase;
}

.conheca_minacu .content2 .txt2 .img {
	margin-top:55px;
	text-align: right;
}

.conheca_minacu .content2 .txt2 .img img {
	margin-bottom:5px;
	position:relative;
	z-index:2;

	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.4);
	box-shadow: 1px 3px 15px 1px rgba(0,0,0,0.4);
}

.conheca_minacu .content2 .txt2 .img span {
	display: inline-block;
	position:relative;
}

.conheca_minacu .content2 .txt2 .img span img {
	z-index:4;
}

.conheca_minacu .content2 .txt2 .img span::after {
	content:'';
	position:absolute;
	left: -50px;
	top: -50px;
	background: #f6be4a;
	width: 105px;
	height: 105px;
	z-index: 3;
}

@media screen and (max-width: 1400px) {
	.conheca_minacu {
		background: url("../img/quem_somos/retangulo01.png") top 7% left -40% no-repeat;
		margin-top: -100px;
		background-size: 60%;
	}

	.conheca_minacu .text-align {
		text-align:right;
		margin-top: -0px;
	}

    .conheca_minacu .content2 .txt2,
    .conheca_minacu .content2 .txt1 {
    	width:49%;
    }

    .conheca_minacu .content2 .txt1 h6 {
    	margin-bottom:40px;
    }

    .conheca_minacu .content2 .txt2 .img span img {
    	width:400px;
    }
}

@media screen and (max-width: 1100px) {
	.conheca_minacu .content .img {
		width:45%;
	}

	.conheca_minacu .txt {
		width: 60%;
	}
}

@media screen and (max-width: 900px) {
	.conheca_minacu .content {
		flex-wrap:wrap;
		background: transparent;
	}

	.conheca_minacu .content .img {
		width:100%;
		text-align:center;
	}

	.conheca_minacu .txt {
		width: 100%;
		margin: 50px 0 10px 0;
	}

	.conheca_minacu .title {
		padding: 0;
		text-align: left;
		background: none;
		width: 100%;
		left: inherit;
		text-align: center;
		margin-top: -15px;
	}

	.conheca_minacu .title div {
		background:none;
	}

	.conheca_minacu {
		background: url("../img/quem_somos/retangulo01.png") top 7% left no-repeat;
		margin: 0;
		background-size: 100%;
		padding: 0;
	}

	.banner_transform span,
	.conheca_minacu .content .img div span {
		bottom: -40px;
		height: 80px;
	}

	.banner_transform span i,
	.conheca_minacu .content .img div span i {
		height: 80px;
		width: 80px;
		background: url("../img/quem_somos/folhas.png") center no-repeat;
		background-size:100%;
	}

	.conheca_minacu .content2 {
		margin-top: 0;
		flex-wrap: wrap;
	}

    .conheca_minacu .content2 .txt2, .conheca_minacu .content2 .txt1 {
    	width:100%;
    }

	.conheca_minacu .content2 .txt1 h6 {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.conheca_minacu .content2 .txt1 h6 br {
		display:none;
	}

	.conheca_minacu .content2 .txt2 {
		text-align:center;
	}

	.conheca_minacu .content2 .txt2 .img {
		display:inline-block;
		width: 60%;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.conheca_minacu .content2 .txt2 h6 {
		font-size:100px;
	}
}

@media screen and (max-width: 600px) {
	.conheca_minacu {
		background: url("../img/quem_somos/retangulo01.png") top 6% left no-repeat;
		background-size: 130%;
	}

	.conheca_minacu .title h2 {
		font-size: 22px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.conheca_minacu .title h3 {
		font-size: 28px;
		margin-bottom: 15px;
	}

	.conheca_minacu .content2 .txt2 .img {
		width: 100%;
	}
}

@media screen and (max-width: 500px) {
	.conheca_minacu .content2 .txt2 .img span::after {
		display:none;
	}
}

@media screen and (max-width: 400px) {
	.conheca_minacu {
		background: url("../img/quem_somos/retangulo01.png") top 5% left no-repeat;
		background-size: 120%;
	}

	.conheca_minacu .title h2 {
		font-size: 20px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.conheca_minacu .title h3 {
		font-size: 25px;
		margin-bottom: 15px;
	}
}


/* BANNER transform  */

.banner_transform {
    background: url("../img/quem_somos/banner-mid.jpg") center no-repeat;
    height: 348px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom:145px;
}

.banner_transform h2 {
	font-size: 28px;
	color:#ffbf3d;
	font-weight:900;
}

.banner_transform h3 {
	display: block;
	font-family: 'Alex Brush', cursive;
	font-size: 130px;
	color: #fff;
	font-weight: 400;
	line-height: 0.6;
	margin:10px 0
}

.banner_transform span{
	bottom: -110px;
}

.banner_transform span i {
	background: url("../img/quem_somos/folhas.png") center no-repeat;
	-webkit-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 15px 1px rgba(0,0,0,0);
	box-shadow: 1px 3px 15px 1px rgba(0,0,0,0);
}


@media screen and (max-width:1100px) {
	.banner_transform {
		margin-bottom:50px;
        background: url("../img/quem_somos/banner-mid.jpg") center no-repeat;
        background-size:cover;
        height: 250px;
	}

    .banner_transform h3 {
		font-size: 100px;
	}
}


@media screen and (max-width:900px) {
	.banner_transform span {
		bottom: -40px;
		height: 80px;
	}

	.banner_transform span i {
		height: 80px;
		width: 80px;
		background: url("../img/quem_somos/folhas.png") center no-repeat;
		background-size:100%;
	}
}


/*QUEM FAZ PARTE*/

.quem_faz_parte .container {
	display: flex;
	justify-content: space-between;
}

.quem_faz_parte .item {
	width: 355px;
	text-align: center;
	text-align: left;
	padding: 0 10px;
}

.quem_faz_parte .item.title {
	text-align:center!important;
	width: 310px;
	padding: 0;
}

.quem_faz_parte .title div {
	height: 1000px;
	background: url("../img/quem_somos/fundo-mid.jpg") top center no-repeat;
	padding-top: 70px;
}

.quem_faz_parte .title h2 {
	font-size: 25px;
	color:#3d8a2a;
	font-weight: 100;
	line-height: 1.4;
	display: inline-block;
	text-align: left;
	margin-bottom: 60px;
	margin-left: 10px;
}

.quem_faz_parte h3 {
    font-size: 24px;
    font-weight: 900;
    color: #456f2b;
    margin-bottom: 25px;
}

.quem_faz_parte .margin {
	margin-bottom: 32px;
}

.quem_faz_parte h4 {
    color: #5b5b5b;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 8px;
}

.quem_faz_parte h5 {
    color: #5b9a61;
    font-size: 14px;
    margin-bottom: 5px;
}

.quem_faz_parte h6 {
	font-size:12px;
	color:#464646;
	line-height: 1.8;
}

@media screen and (max-width: 900px) {
	.quem_faz_parte .container {
	    flex-wrap:wrap;
	}

	.quem_faz_parte .item.title {
		text-align:center!important;
		width: 100%;
		padding: 0;
		margin-bottom: 30px;
		display: flex;
		justify-content: space-around;
	}

	.quem_faz_parte .title div {
		height: auto;
		background:none;
		padding-top: 0;
	}

	.quem_faz_parte .title h2 {
		margin-bottom: 15px;
		margin-left: 0;
	}

}

@media screen and (max-width: 750px) {
	.quem_faz_parte .item {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
    
    .quem_faz_parte h3 {
    	width:100%;
    	text-align:center;
    	font-size:20px;
    }

    .quem_faz_parte h3 br {
    	display:none;
    }

    .quem_faz_parte .margin {
    	width:50%;
    	margin: 0 0 30px 0;
    	padding:0 10px;
    	text-align: center;
    }

    .quem_faz_parte h5 br {
    	display:none;
    }

    .quem_faz_parte h4 {
    	font-size:15px;
    }
}

@media screen and (max-width: 600px) {
	.quem_faz_parte .title h2 {
		width:100%;
		text-align:center;
		font-size:22px;
	}
    
    .quem_faz_parte .title h2 br {
    	display:none;
    }

    .quem_faz_parte .margin {
    	width:100%;
    	margin: 0 0 20px 0;
    }

}



/*ESTRUTURA*/

.estrutura h2 {
	font-size: 29px;
	font-weight: 600;
	color: #254114;
	margin-bottom: 60px;
}

.estrutura .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.estrutura .item {
	width: 46%;
}

.estrutura .item:last-child {
	position:relative;
	right:50px;
}

.estrutura h4 {
	font-weight: 900;
	color: #464646;
	margin-bottom: 25px;
}

.estrutura p {
	line-height:1.9;
}

.estrutura h5 {
	margin-top:80px;
	display: block;
	font-family: 'Alex Brush', cursive;
	font-size: 130px;
	color: #f6be4a;
	font-weight: 100;
	line-height: 0.6;
	margin:10px 0;
	text-transform:lowercase;
}

.estrutura h6 {
	font-size: 20px;
	color: #494949;
	font-weight: 900;
	margin-left: 35px;
}

@media screen and (max-width: 1100px) {
	.estrutura h5 {
		margin-top:30px;
		font-size: 110px;
	}
}

@media screen and (max-width: 900px) {
	.estrutura h2 {
		font-size: 25px;
		margin-bottom: 20px;
		margin-top: 15px;
	}

	.estrutura .item {
		width: 100%;
		right: inherit!important;
	}

}

@media screen and (max-width: 1100px) {
	.estrutura h5 {
		margin-top:0px;
		font-size: 80px;
	}

	.estrutura h6 {
		margin-left:0;
	}
}

/* CONHECA ESPACOS */

.conheca_espacos {
	margin:100px 0 130px 0;
}

.conheca_espacos .container {
	display:flex;
	justify-content:space-between;
}

.nav_slider_espacos {
    display: inline-block!important;
    background-color: #1f3215;
    border: none;
    outline: none;
    cursor: pointer;
    width: 220px;
    height: 90px;
    position: absolute;
    left: 50px;
    z-index: 2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.nav_slider_espacos:hover {
    background-color: #101b0a;
}

.nav_slider_espacos.top-arrow {
	top: -45px;
}

.nav_slider_espacos.bottom-arrow {
	bottom: -45px;
}

.slider_espacos {
    background-color: #5b9a61;
    width: 320px;
    text-align: center;
    position: relative;
}

.slider_espacos a {
	font-size:20px;
	color:#fff;
	padding:10px 0;
}

.conheca_espacos .img_big {
	width: 826px;
	display: flex;
	justify-content:space-between;
	position: relative;
}

.conheca_espacos .img_big .big {
	width: 68%;
	min-height: 500px;
}

.conheca_espacos .img_big  img {
	-webkit-box-shadow: 0 5px 24px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 5px 24px 0px rgba(0,0,0,0.3);
	box-shadow: 0 5px 24px 0px rgba(0,0,0,0.3);
}

.conheca_espacos .img_big .txt {
	order: -1;
	width: 30%;
	display: flex;
	justify-content: center;
	padding-top: 70px;
	font-size: 25px;
	font-weight: 100;
	color: #5b9a61;
}

.conheca_espacos .img_big .small {
    position:absolute;
    bottom: 28px;
    left: 0;
    width: 350px;
}

@media screen and (max-width: 1220px) {
    .slider_espacos {
    	width: 25%;
    }

    .conheca_espacos .img_big {
    	width: 68%;
    }

    .conheca_espacos .img_big .small {
    	width: 48%;
    }

    .nav_slider_espacos {
    	width:50%;
    	left:25%;
    }
}

@media screen and (max-width: 1000px) {
	.slider_espacos a {
		font-size: 17px;
		margin: 0 0;
	}
}

@media screen and (max-width: 900px) {
  .conheca_espacos {
      display: none;
    }
}

@media screen and (max-width: 900px) {
  .slider_espacos {
      width: 100%;
      margin-top: 20px;
      padding: 15px 50px 15px 55px;
      position:relative;
  }

  .nav_slider_espacos {
    position:absolute;
    top:0;
    height: 100%;
    background: none;
  }

  .nav_slider_espacos.top-arrow {
    left: 0;
  }

  .nav_slider_espacos.top-arrow img {
    transform:rotateZ(-90deg);
  }

  .nav_slider_espacos.bottom-arrow {
    right: 0;
  }

  .nav_slider_espacos.bottom-arrow img {
    transform:rotateZ(-90deg);
  }
}

/*
  ========================================
        A CONEXAO
  ========================================
*/

.remove_content_conexao .chamada_sama {
	display: none;
}

.a_conexao {
	margin-bottom:120px;
}

.a_conexao .container {
	background: url("../img/a_conexao/fundo.png") bottom right -15px no-repeat;
}

.a_conexao .content1 {
	display: flex;
	justify-content: space-around;
	margin-top: 120px;
}

.a_conexao .content1 .txt {
	width: 42%;
}

.a_conexao .content1 .img {
	width: 56%;
}


.a_conexao .content1 .txt .img {
	height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: auto;
}

.mvv {
	margin-top:25px;
	padding-bottom: 90px;
	display:flex;
	justify-content: center;
}

.mvv .item {
	width:280px;
	background: #fbfbfb;
	padding: 30px 18px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	margin: 0 30px;
}

.mvv .item:nth-child(1) {
	-webkit-box-shadow: 0px 0px 50px -22px rgb(197 16 98 / 0.2);
	-moz-box-shadow: 0px 0px 50px -22px rgb(197 16 98 / 0.2);
	box-shadow: 0px 0px 50px -22px rgb(197 16 98 / 0.2);
}

.mvv .item:nth-child(2) {
	-webkit-box-shadow: 0px 0px 50px -22px rgb(67 172 52 / 0.2);
	-moz-box-shadow: 0px 0px 50px -22px rgb(67 172 52 / 0.2);
	box-shadow: 0px 0px 50px -22px rgb(67 172 52 / 0.2);
}

.mvv .item:nth-child(3) {
	-webkit-box-shadow: 0px 0px 50px -22px rgb(29 87 164 / 0.2);
	-moz-box-shadow: 0px 0px 50px -22px rgb(29 87 164 / 0.2);
	box-shadow: 0px 0px 50px -22px rgb(29 87 164 / 0.2);
}

.mvv .item h2 {
	text-align:center;
	font-size: 24px;
	font-weight:900;
	margin-bottom:20px;
}

.mvv .item:nth-child(1) h2 {
	color:#c51062;
}

.mvv .item:nth-child(2) h2 {
	color:#43ac34;
}

.mvv .item:nth-child(3) h2 {
	color:#1d57a4;
}

.a_conexao .link {
	text-align:center;
	position: relative;
	top: 35px;
}

.a_conexao .link a {
	display:inline-block;
	background: #c51062;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	padding: 23px 50px;

	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;

	-webkit-box-shadow: -1px 3px 15px 0px rgb(131 0 59 / 50%);
	-moz-box-shadow: -1px 3px 15px 0px rgb(131 0 59 / 50%);
	box-shadow: -1px 3px 15px 0px rgb(131 0 59 / 50%);

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.a_conexao .link a:hover {
	background: #eb2780;
}

.galeria_1 .container {
	display: flex;
	justify-content: space-around;
}

.galeria_1 .item {
	margin:0 15px 30px 15px;
}

.galeria_1 .item a {
	display:block;
	width:100%;
	position:relative;
}

.galeria_1 .item a::after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	background:rgb(197 16 98 / 0);
	height:100%;
	width:100%;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.galeria_1 .item a:hover::after {
    background:rgb(197 16 98 / 0.4);
}

.galeria_1 .item img {
	-webkit-box-shadow: 0 5px 24px 0px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 5px 24px 0px rgba(0,0,0,0.4);
	box-shadow: 0 5px 24px 0px rgba(0,0,0,0.4);
}

@media screen and (max-width: 1200px) {
	.a_conexao .content1 {
		margin-top: 30px;
		flex-wrap: wrap;
	}
}


@media screen and (max-width: 900px) {
	.a_conexao .content1 {
		margin-top: 10px;
	}

	.a_conexao .content1 .txt {
		width:100%;
	}

	.a_conexao .content1 .txt .img {
		height:auto;
		padding:10px 0;
	}

	.a_conexao .content1 .txt .img img {
		width:350px;
	}

	.a_conexao .content1 .img  {
		display:none;
	}

	.mvv {
		margin-top:20px;
		padding-bottom: 30px;
		flex-wrap:wrap;
	}

	.mvv .item {
		width:60%;
		background: #ffffff;
		padding: 20px 18px;
		margin:5px 0;
		text-align:center;
	}

    .mvv .item p {
    	margin-bottom:0;
    }

    .mvv .item h2 {
    	margin-bottom:10px;
    }

	.a_conexao .link a {
		font-size: 20px;
		padding: 18px 25px;;
	}
}

@media screen and (max-width: 750px) {
    .galeria_1 .container {
    	flex-wrap:wrap;
    }

    .galeria_1 .item {
	    width:47%;
	    margin:0 1% 20px 1%;
    }
}

@media screen and (max-width:500px) {
	.mvv .item {
		width:100%;
	}

	.galeria_1 .item {
	    width:100%;
	    margin:0 1% 20px 1%;
	    text-align:center;
    }

   
	.a_conexao .content1 .txt .img img {
		width:200px;
	}
}

/*LISTA CONEXAO*/

.lista_conexao {
	margin-bottom:80px;
	margin-top: 20px;
}

.lista_conexao h2 {
    font-size: 24px;
    color:#c51062;
    font-weight:900;
    margin-left: 150px;
    position: relative;
    margin-bottom: 35px;
}

.lista_conexao h2::after {
	content:'';
	position:absolute;
	left: -115px;
	top: 10px;
	background:#c51062;
	height: 75px;
	width:85px;
}

.lista_conexao h3 {
    font-size: 24px;
    color: #1a91c8;
    margin-bottom: 35px;
    font-weight: 100;
}

.lista_conexao .display {
	display: flex;
	justify-content: space-between;
}


.lista_conexao .item:first-child {
	margin-left:150px;
}

.lista_conexao .item {
	width:33%;
}

.lista_conexao .item p {
	line-height: 1.8;
	font-size: 15.5px;
}

.lista_conexao .margin {
	margin-bottom: 28px;
}
.lista_conexao h5 {
    color: #5b5b5b;
    font-weight: 900;
    font-size: 16px;
    margin-bottom: 8px;
}

.lista_conexao h4 {
    color: #5b9a61;
    font-size: 16px;
    margin-bottom: 5px;
}

@media screen and (max-width: 1000px) {
	.lista_conexao {
		margin-bottom:30px;
		margin-top: 10px;
	}

	.lista_conexao h2 {
		font-size: 24px;
		margin-left: 0px;
		margin-bottom: 20px;
	}

	.lista_conexao h2::after {
		display:none;
	}

	.lista_conexao h3 {
		font-size: 22px;
		margin-bottom: 20px;
		font-weight: 100;
	}

	.lista_conexao .item:first-child {
		margin-left:0px;
	}
}

@media screen and (max-width: 900px) {
	.lista_conexao h2 br {
		display:none;
	}

	.lista_conexao h2 {
		text-align:center;
		font-size: 24px;
	}

    .lista_conexao h3 {
    	width:100%;
    	text-align:center;
    }

    .lista_conexao h3 br {
    	display:none;
    }

    .lista_conexao .display {
    	flex-wrap:wrap;
    }
    
    .lista_conexao .margin {
    	margin:0 8px 20px 8px;
    }

	.lista_conexao .item {
		width:100%;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
}

@media screen and (max-width: 550px) {
    .lista_conexao .margin {
    	margin:0 8px 20px 8px;
    	width: 100%;
    	text-align: center;
    }

	.lista_conexao .item {
		width:100%;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
}

/* BANNER transform  */

.banner_conexao {
    background: url("../img/a_conexao/banner-mid.jpg") center no-repeat;
    height: 348px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom:145px;
}

.banner_conexao h3 {
	font-size: 26px;
	color:#ffbf3d;
	font-weight:900;
}

.banner_conexao h2 {
	color:#fff;
	font-weight:900;
	font-family: 'Alex Brush', cursive;
	font-size: 120px;
	font-weight: 400;
	line-height: 0.6;
	text-transform:lowercase;
}

.banner_conexao span {
	content:'';
	position:absolute;
	top: -80px;
	left:0;
	width:100%;
	height: 160px;
}

.banner_conexao span i {
	margin:0 auto;
	height: 150px;
	width: 150px;
	display:block;
	background: url("../img/quem_somos/folhas.png") center no-repeat;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

@media screen and (max-width:1100px) {
	.banner_conexao {
		margin-bottom:50px;
	}
}


@media screen and (max-width:900px) {
	.banner_conexao span {
		top: -40px;
		height: 80px;
	}

	.banner_conexao span i {
		height: 80px;
		width: 80px;
		background: url("../img/quem_somos/folhas.png") center no-repeat;
		background-size:100%;
	}

	.banner_conexao {
		background: url("../img/a_conexao/banner-mid.jpg") center no-repeat;
		background-size:cover;
		height: 250px;
		margin-bottom:30px;
	}

	.banner_conexao h3 {
		font-size: 24px;
		color:#ffbf3d;
		font-weight:900;
	}

	.banner_conexao h2 {
		font-size: 90px;
	}

}


@media screen and (max-width:450px) {
	.banner_conexao h2 {
		font-size: 70px;
	}

}

/* PROJETOS EXECUCAO */

.projetos_execucao {
	margin-bottom:150px;
}

.projetos_execucao .container {
	display:flex;
}

.projetos_execucao .txt {
	width:350px;
}

.projetos_execucao .txt h2 {
	font-size: 24px;
	font-weight:900;
	color:#ee7003;
	line-height: 1.4;
	margin-bottom: 50px;
	margin-left: 5px;
}

.projetos_execucao .out_accordion {
	width:800px;
	padding: 85px 110px;
	background: #f8f8f8;
}


.projetos_execucao .txt div {
	width:380px;
	position:relative;
	margin-top: 80px;
}

.projetos_execucao .txt div img {
	-webkit-box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);
	-moz-box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);
	box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);
}

@media screen and (max-width: 1100px) {
	.projetos_execucao .out_accordion {
	    width:800px;
        padding: 0 40px;
	    background: #f8f8f8;
    }
}

@media screen and (max-width: 900px) {
	.projetos_execucao .out_accordion {
	    width:100%;
	    padding: 0 20px 25px 20px;
	   }

    .projetos_execucao .container {
        flex-wrap:wrap;
    }

    .projetos_execucao .txt {
    	width:100%;
    	text-align: center;
    }

    .projetos_execucao .txt h2 {
    	text-align:center;
    	margin: 0 0 20px 0;
    	font-size: 20px;
    }

    .projetos_execucao .txt h2 br {
    	display:none;
    }

    .projetos_execucao .txt div {
    	width:100%;
    	text-align:center;
    	margin:0 0 30px 0;
    }

    .projetos_execucao {
    	margin-bottom:50px;
    }
}


.box_return{
    position:fixed;
    left: 30px;
    bottom: 17px;
    margin-top:-22px;
    z-index:77777;
    width:auto;
    display:none;
    cursor: pointer;
    background: #f5bd4a url(../img/goTop.png) center no-repeat;
    height: 50px;
    width: 50px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 70%);
    -moz-box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 70%);
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 70%);
}

@media screen and (min-width: 1025px) {
    .box_return {
    	display: none!important;
    }
}


/*EM CONSTRUCAO*/

.remove_construcao .chamada_sama {
	display:none;
}

.content_construcao {
	margin:40px 0 100px 0;
}

.content_construcao .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 950px;
}

.content_construcao .txt {
	width:300px;
}

.content_construcao .txt img {
	width:70px;
	margin-bottom:16px;
}

.content_construcao h5 {
	color: #c50f62;
	font-size:23px;
	font-weight:900;
	margin-bottom:15px;
}

.content_construcao h6 {
    font-size:18px;
    line-height:1.7;
}

@media screen and (max-width:  1000px) {
	.banner_construcao .banner {
		display: none;
	}
}

@media screen and (max-width:  800px) {
	.content_construcao .txt {
		width:100%;
		text-align:center;
	}
	.content_construcao .txt br {
		display:none;
	}

	.content_construcao .img {
		display:none;
	}
}

/*
  ========================================
        CONTATO
  ========================================
*/

.remove_contato footer .content .form_rdp,
.remove_contato .mapa,
.remove_contato .chamada_sama {
	display: none;
}

.remove_contato footer {
	background:#fff;
	margin-top:50px;
}

.contato .display {
	display: flex;
	justify-content: space-between;
}

.contato .localizacao {
	width: 49%;
	margin-bottom: 50px;
}

.contato .formulario {
	width: 39%;
	position: relative;
	top: -30px;
}

.contato h5 {
	font-size:24px;
	font-weight:600;
	color:#f6be4a;
	margin-bottom:15px;
}

.contato h6 {
	font-size:35px;
	color:#294616;
	font-weight:600;
	margin-bottom: 90px;
}

.contato .inputs .margin {
	margin-bottom: 31px;
	width: 100%!important;
}

.contato .inputs input[type="text"], .contato textarea,
.contato .inputs select {
    width: 100%;
    padding: 12px 12px;
    background: #f8f8f8;
    border: 1px solid #d8d8d8;
    font-size: 12px;
    color: #525252;
    outline: none;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.localizacao div {
	position:relative;
}

.localizacao iframe {
	position:relative;
	z-index:2;

	-webkit-box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);
	-moz-box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);
	box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);
}

.localizacao div::before,
.localizacao div::after {
	content:'';
	position:absolute;
	width:100%;
	height: 38px;
}

.localizacao div::after {
	top: -38px;
	left:-5px;
	background: url("../img/barra_top_local.png") center no-repeat;
}

.localizacao div::before {
	bottom: -33px;
	right:-5px;
	background: url("../img/barra_bottom_local.png") center no-repeat;
}

@media screen and (max-width: 900px) {
	 .contato .display {
	 	flex-wrap:wrap;
	 }

	.contato .localizacao {
		margin:0 auto;
		width: 560px;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.contato .formulario {
		width: 100%;
		top: 0px;
		order:-1;
	}

    .contato h5 {
    	text-align:center;
    	margin-bottom:10px;
    }

	.contato h6 {
		text-align:center;
		margin-bottom:15px;
		font-size:28px;
	}

	.contato br {
		display:none;
	}

	.contato .inputs .margin {
		margin-bottom:15px;
	}

}

@media screen and (max-width: 600px) {
	.contato h6 {
		font-size:23px;
	}

}

.--input-error {
  font-size: 14px;
  color: #d30202;
}

.--form-success {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid green;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  color: green;
  font-weight: 600;
}

.--form-error {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #dd0303;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  color: #dd0303;
  font-weight: 600;
}

/* 
  ================================
  LOADING
  ================================
*/

.form_loading {
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.5);
  z-index: 100
}

.form_loading_box {
  margin: auto;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0,0,0,.5)
}

.form_loading svg path {
  fill: #f6be4a;
}

.form_loading_box_title {
  margin-top: 15px;
  font-weight: 700;
  color: #fff;
}

@-webkit-keyframes spin {
  0% {
      -webkit-transform: rotate(0deg)
  }

  100% {
      -webkit-transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
      transform: rotate(0deg)
  }

  100% {
      transform: rotate(360deg)
  }
}

.float_whats {
	width: 70px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99
}

@media (max-width: 64rem) {
	.float_whats {
			width:50px
	}
}

.pagination {
  display: flex;
  justify-content: center;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
  flex-wrap: wrap;
  gap: 10px 0;
}

.pagination li {
  margin: 0 4px;
  display: flex;
}

.pagination li a,
.pagination li span {
  color: #2F4B20; 
  padding: 8px 12px;
  border: 1px solid #f6be4a; 
  border-radius: 0.25rem;
  text-decoration: none;
  background-color: #fff; 
  transition: background-color 0.3s, color 0.3s;
}

.pagination li a:hover,
.pagination li span:hover {
  background-color: #f6be4a; 
  color: #fff; 
}

.pagination .active span {
  background-color: #f6be4a; 
  color: #fff; 
  border-color: #f6be4a; 
}

.pagination .disabled span {
  color: #ccc; 
  pointer-events: none;
}

/* BIBLIOTECA */

.__content_info_block .container {
	background: #F9F9F9;
	padding: 0 64px 50px 64px;
	position: relative;
	margin-bottom: 60px;

	&::before {
		content: '';
		position: absolute;
		top: -400px;
		left: 0;
		width: 100%;
		height: 400px;
		background: #F9F9F9;
		z-index: -1;
	}

	& .__top_title {
		margin-bottom: 18px;

		& h4 {
			font-size: 15px;
			color: #494949;
			font-weight: 900;
		}
		& h6 {
			font-family: 'Alex Brush', cursive;
			font-size: 60px;
			color: #F6BE4A;
			font-weight: 400;
			line-height: 0.6;
		}
	}

	& .__grid {
		display: grid;
		grid-template-columns: 1.2fr 1fr;
		align-items: start;
		gap: 65px;

		& p {
			font-weight: 400;
		}

		& .--block {
			background: #fff;
			padding: 35px 110px;

			& h6 {
				color: #F6BE4A;
				font-weight: 900;
				font-size: 15px;
				margin-bottom: 8px;
			}

			& p {
				line-height: 1.4;
			}
		}
	}

	& .__grid_two {
		display: grid;
		grid-template-columns: 1fr 1.2fr;
		gap: 80px;
		padding: 50px 0 10px 0;
		margin-top: 50px;
		position: relative;

		&::before {
			content: '';
			width: 30%;
			max-width: 275px;
			height: 3px;
			background: #2F4B20;
			position: absolute;
			top: 0;
			left: 0;
		}
	
		& p {
			font-weight: 400;
		}
	}

	&.--bg-white {
		background: #fff;
		position: relative;

		&::before {
			content: '';
			width: 100%;
			height: 40%;
			background: #F9F9F9;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 1;
		}

		& .__atendimento_gratuito {
			max-width: 660px;
			margin: 0 auto;
			padding: 40px 70px;
			background: #F6BE4A;
			display: flex;
			justify-content: space-between;
			align-items: center;
			position: relative;
			z-index: 2;

			& h5 {
				max-width: 251px;
				color: #fff;
				font-weight: 900;
			}

			& .--group {
				display: flex;
				flex-direction: column;
				gap: 12px;

				& span {
					font-size: 15px;
					color: #fff;
					font-weight: 400;
				}

				& .__link {
					background:#2F4B20;
					color:#fff;
					width: 200px;
					display: inline-block;
					text-align: center;
					padding: 16px 0;
					font-size: 20px;
					font-weight: 600;

					-webkit-transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
					-o-transition: all 0.3s ease;
					transition: all 0.3s ease;

					-webkit-box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);
					-moz-box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);
					box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);

					&:hover {
						background: #3a6324;
					}
				}
			}
		}
	}
}

@media (max-width: 1200px) {
	.__content_info_block .container { 
		& .__grid {
			gap: 35px;

			& .--block {
				padding: 30px 60px;
			}
		}
	}
}

@media (max-width: 1000px) {
	.__content_info_block .container { 
		padding: 0 20px 50px 20px;
		& .__grid {
			grid-template-columns: 1fr;
			gap:20px;

			& .--block {
				padding: 20px;
			}
		}

		& .__grid_two {
			grid-template-columns: 1fr;
			gap: 0px;
		}

		&.--bg-white {
			& .__atendimento_gratuito {
				flex-wrap: wrap;
				padding: 20px 30px;
			}
		}
	}
}

/* TRANSPARENCIA */

.__transparencia {
	max-width: 1040px;
	margin: 0 auto;

	& .__top_title {
		margin-bottom: 18px;

		& h4 {
			font-size: 15px;
			color: #494949;
			font-weight: 900;
		}
		& h6 {
			font-family: 'Alex Brush', cursive;
			font-size: 60px;
			color: #F6BE4A;
			font-weight: 400;
			line-height: 0.6;
		}
	}

	& .__grid {
		display: flex;
		flex-direction: column;

		& .__item {
			padding: 33px 20px;
			display: flex;
			flex-direction: column;

			&:nth-child(odd) {
				background: #F5F5F5;
			}

			& h6 {
				color: #2F4B20;
				font-weight: 900;
			}

			& span {
				font-size: 15px;
				color: #494949;
				font-weight: 400;
			}

			& .__link {
				background:#2F4B20;
				color:#fff;
				width: 200px;
				display: inline-block;
				text-align: center;
				padding: 16px 0;
				font-size: 20px;
				font-weight: 600;
				margin-top: 20px;

				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;

				-webkit-box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);
				-moz-box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);
				box-shadow: -5px 4px 28px -10px rgba(0,0,0,0.6);

				&:hover {
					background: #3a6324;
				}
			}
		}
	}
}