@charset "utf-8";

/**PADRÕES**/
body{
	margin: 0;
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	height: 100%;
	overflow-x: hidden;
	background: #ededed;
}

img, a{
	text-decoration: none;
	border: none;
}

ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.img_cem{
	width: 100%;
}

.corpo{
	display: none;
}

.carregando{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	display: flex;
  align-items: center;
  justify-content: center;
	animation-name: load;
	animation-duration: 5s;
	animation-iteration-count: 1;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes load {
    0%   {opacity: 0%;}
		15%   {opacity: 100%;}
		75%   {opacity: 100%;}
		100%   {opacity: 0%;}
}

/* Standard syntax */
@keyframes load {
	0%   {opacity: 0%;}
	15%   {opacity: 100%;}
	75%   {opacity: 100%;}
	100%   {opacity: 0%;}
}

.logo_carregando{
	width: 30%;
	overflow: hidden;
}

/**FONTES**/
@font-face {font-family: "social"; src: url("../fontes/social_font.ttf") format("truetype");}
@font-face {font-family: "myriad_n"; src: url("../fontes/myriad_n.ttf") format("truetype");}
@font-face {font-family: "myriad_b"; src: url("../fontes/myriad_b.ttf") format("truetype");}
@font-face {font-family: "bebas"; src: url("../fontes/bebas.ttf") format("truetype");}
@font-face {font-family: "futura"; src: url("../fontes/futura.ttf") format("truetype");}


.f_social{font-family: "social";}
.f_myriad_n{font-family: "myriad_n";}
.f_myriad_b{font-family: "myriad_b";}
.f_bebas{font-family: "bebas";}
.f_futura{font-family: "futura";}


.cidade_id{
	display: block;
	padding: 10px 50px;;
	font-size: 10px;
	background: #009058;
	color: #fff;
	overflow: hidden;
	font-style: italic;
}

.cidade{
	float: left;
	overflow: hidden;
	font-size: 12px;
}

.telefone{
	float: right;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
}


/**header**/
header{
	background: #fff;
	display: block;
	position: fixed;
	z-index: 9999999999999999999999999999;
	width: 100%;
	box-shadow: 0px 5px 25px #000;
}


.area_logo{
	float: left;
	background: #fff;
	padding: 10px 25px 10px 100px;
	transform: skew(-12deg);
	-webkit-transform: skew(-12deg);
	-moz-transform: skew(-12deg);
	-o-transform: skew(-12deg);
	-ms-transform: skew(-12deg);
	margin-left: -15px;
}

.logo{
	width: 175px;
	overflow: hidden;
}


/**menu**/
.lista_menu .l_laranja,
.lista_menu .l_lilas,
.lista_menu .l_azul_claro,
.lista_menu .l_verde_claro,
.lista_menu .l_vermelho_claro,
.lista_menu .l_rosa_claro,
.lista_menu .l_verde_lubrax{background: #fff; transition: all .5s ease;}

.lista_menu .l_laranja:hover{background: #f49b00;}
.lista_menu .l_lilas:hover{background: #913ebc;}
.lista_menu .l_azul_claro:hover{background: #178fff;}
.lista_menu .l_verde_claro:hover{background: #84d26c;}
.lista_menu .l_vermelho_claro:hover{background: #e24b4b;}
.lista_menu .l_rosa_claro:hover{background: #e32ea1;}
.lista_menu .l_verde_lubrax:hover{background: #009058;}

.menu{
	float: left;
	width: 900px;
	display: block;
}

.lista_menu{
	display: block;
	width: 100%;
}

.skew{
	-webkit-transform: skew(-12deg);
	-moz-transform: skew(-12deg);
	-o-transform: skew(-12deg);
	-ms-transform: skew(-12deg);
	float: left;
}

.lista_menu .lk{
	padding: 25px;
	display: block;
}

.lista_menu .lk .t_lk{
	-webkit-transform: skew(12deg);
	-moz-transform: skew(12deg);
	-o-transform: skew(12deg);
	-ms-transform: skew(12deg);
	color: #474747;
	transition: all .5s ease;
}

.lista_menu .lk:hover .t_lk{
	color: #fff;
}

.lista{
	display: block;
}

.lista_projetos, .lista_midia{
	display: none;
	overflow: hidden;
	padding: 15px 5px;;
	color: #000;
	background: #fff;
	width: 200px;
	border-radius: 8px;
	position: absolute;
	-webkit-transform: skew(12deg);
	-moz-transform: skew(12deg);
	-o-transform: skew(12deg);
	-ms-transform: skew(12deg);
	animation-name: sub;
	animation-duration: .5s;
	animation-iteration-count: 1;
	margin-top: 0px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes sub {
    0%   {margin-top: 10px; opacity: 0%;}
		100%   {margin-top: 0px; opacity: 100%;}
}

/* Standard syntax */
@keyframes sub {
	0%   {margin-top: 10px; opacity: 0%;}
	100%   {margin-top: 0px; opacity: 100%;}
}

.lista:hover > .lista_projetos{
	display: block;
}

.lista:hover > .lista_midia{
	display: block;
}

.submenu{
	transition: all .5s ease;
	padding: 15px 0px 12px 15px;
	border-bottom: 1px solid #ccc;
	color: #999;
}

.submenu:hover{
	padding: 15px 0px 12px 15px;
	background: #ff6600;
	color: #fff;
}




.bt_menu_mob{display: none;}

/**idioma**/
.area_idioma{
	float: right;
	width: 250px;
	overflow: hidden;
	margin-top: 15px;
}

.text_idioma{
	font-size: 12px;
	color: #999;
	margin-bottom: 3px;
	overflow: hidden;
}

.bandeiras{
	display: block;
	overflow: hidden;
}

.flag{
	border-radius: 50px;
	width: 25px;
	height: 25px;
	overflow: hidden;
	float: left;
	margin-right: 10px;
	background: #ccc;
}

/**box padrinho**/
.area_padrinho{
	float: right;
	position: relative;
	display: block;
	width: 120px;
	padding: 20px 50px 20px 0;
}

.bt_area_apadrinhado{
	background: #9500c0;
	border-radius: 8px;
	padding: 15px 35px;
	color: #fff;
	width: 150px;
	text-align: center;
	margin: 0 auto;
	margin-top: 8px;
	margin-right: 40px;
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
	transition: all .5s ease;
}

.bt_area_apadrinhado:hover{
	background: #3bae46;
}

/**box padrinho**/
.box_area_apadrinhado{
	position: absolute;
	margin-top: 10px;
	display: none;
	animation-name: box_padrinho;
  animation-duration: 1s;
	animation-iteration-count: 1;
}

.seta_box_padrinho{
	display: block;
	overflow: hidden;
	text-align: center;
}

.box_pad{
	background: #44c450;
	border-radius: 10px;
	padding: 25px;
	color:#fff;
	margin-top: -7px;
}

.title_box{
	text-align: center;
	font-size: 18px;
	font-family: 'myriad_b';
	margin-bottom: 10px;
}

.input_padrinho{
	border: solid 1px #fff;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	display: block;
	margin-bottom: 15px;
	color: #707070;
	font-size: 18px;
	font-family: 'myriad_n';
}

.funcoes_login_padrinho{
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

.text_esqueci{
	font-style: italic;
	color: #fff;
	font-size: 12px;
	float: left;
}

.bt_login_padrinho{
	float: right;
	color: #fff;
	text-align: center;
	padding: 5px 10px;;
	border-radius: 5px;
	background: #ffb400;
}

.bt_cadastro{
	border: solid 1px #125400;
	background: #125400;
	border-radius: 5px;
	text-align: center;
	padding: 10px;
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: 'myriad_b';
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes box_padrinho {
    0%   {margin-top: 0px; opacity: 0%;}
		100%   {margin-top: 10px; opacity: 100%;}
}

/* Standard syntax */
@keyframes box_padrinho {
	0%   {margin-top: 0px; opacity: 0%;}
	100%   {margin-top: 10px; opacity: 100%;}
}


/*slider*/
/* jssor slider bullet navigator skin 05 css */
        /*
        .jssorb05 div           (normal)
        .jssorb05 div:hover     (normal mouseover)
        .jssorb05 .av           (active)
        .jssorb05 .av:hover     (active mouseover)
        .jssorb05 .dn           (mousedown)
        */
        .jssorb05 {
            position: absolute;
						height: 100% !important;
        }
        .jssorb05 div, .jssorb05 div:hover, .jssorb05 .av {
            position: absolute;
            /* size of bullet elment */
            width: 16px;
            height: 16px;
            background: url('../img/b05.png') no-repeat;
            overflow: hidden;
            cursor: pointer;
        }
        .jssorb05 div { background-position: -7px -7px; }
        .jssorb05 div:hover, .jssorb05 .av:hover { background-position: -37px -7px; }
        .jssorb05 .av { background-position: -67px -7px; }
        .jssorb05 .dn, .jssorb05 .dn:hover { background-position: -97px -7px; }

		.btl{
			position: absolute;
			top: 50%;
			margin-top: -28px;
			width: 56px;
			height: 56px;
			left: 0;
			background:url(../img/btl.png);
			cursor: pointer;
		}

		.btr{
			position: absolute;
			top: 50%;
			margin-top: -28px;
			width: 56px;
			height: 56px;
			right: 0;
			background:url(../img/btr.png);
			cursor: pointer;
		}

		.slides{
			height: 100% !important;
		}

		.slider_geral{
			padding-top: 70px;
			margin: 0 auto;
			width: 100%;
			display: block;
			overflow: hidden;
			visibility: hidden;
			margin-bottom: 5px;
			background: url(../img/bg.jpg) fixed bottom;
			background-size: cover;
			-webkit-background-size: cover;
			-moz-background-size: cover;
			-o-background-size: cover;
			-ms-background-size: cover;
		}

		.img_slider{
			cursor: default;
			position: fixed;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100% !important;
			overflow: hidden;
		}

		.banner_slide{
			width: 100%;
			height: 100% !important;
		}

/*FIM SLIDER*/


.text_planos{
	text-align: center;
	overflow: hidden;
	font-size: 18px;
	padding: 60px;
	display: block;
}

/*NÚMEROS*/
.numeros{
	padding: 80px 300px;
	display: block;
	overflow: hidden;
}

.n{
	float: left;
	width: 20%;
	overflow: hidden;
	text-align: center;
}

.icon_n{
	width: 60px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 15px;
}

.n_text{
	font-family: 'myriad_b';
	font-size: 32px;
	margin-bottom: 8px;
	letter-spacing: -2px;
}

.t_n{
	font-size: 14px;
	color: #666;
}

.t_azul{color: #178fff;}
.t_laranja{color: #ff7200;}
.t_rosa{color: #e32ea1;}
.t_vermelho{color: #e24b4b;}
.t_lilas{color: #913ebc;}
.t_branco{color: #fff}
.t_cinza{color: #363636}
.t_vermelho_esc{color: #ce0000;}
.t_azul_esc{color: #407594;}


/*PROJETOS*/
.projetos{
	background: url('../img/bg_blue.jpg') fixed top center, #0c3057;
	background-size: cover;
	padding: 100px 0;
}

.title_tag{
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 50px;
	border-bottom: 5px solid #fff;
	text-align: center;
	width: 450px;
}

.title_tag2{
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 50px;
	border-bottom: 5px solid #009058;
	text-align: center;
	width: 900px;
	padding: 0 0 30px 0;
}

.title_tag3{
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 50px;
	border-bottom: 5px solid #363636;
	text-align: center;
	width: 790px;
}

.title_tag4{
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 50px;
	border-bottom: 5px solid #fff;
	text-align: center;
	width: 290px;
}

.title1{
	font-family: 'futura';
	font-size: 24px;
}

.title2{
	font-family: 'futura';
	font-size: 40px;
	color: #009058;
	font-weight: bold;
}

.area_carousel{
	width: 1200px;
	height: 600px;
	overflow: hidden;
	margin: 0 auto;
	display: block;
}

.bt_left, .bt_right{
	width: 100px;
	height: 600px;
	float: left;
	cursor: pointer;
}

.bt_left{
	background: url('../img/seta_l.png') center center no-repeat;
}

.bt_right{
	background: url('../img/seta_r.png') center center no-repeat;
}


.area_projetos{
	width: 1000px;
	height: 600px;
	overflow: hidden;
	float: left;
}

.item_projeto{
	width: 23%;
	height: 600px;
	overflow: hidden;
	float: left;
	margin: 0 1%;
	border-radius: 12px;
	-moz-box-shadow:inset 10px 10px 44px #000000;
	-webkit-box-shadow:inset 10px 10px 44px #000000;
	box-shadow:inset 10px 10px 44px #000000;
	-webkit-filter: contrast(4);
  filter: contrast(4);
	transition: all .5s ease;
	background: #000;
	cursor: pointer;
}


.item_projeto:hover{
	-webkit-filter: contrast(1);
  filter: contrast(1);
}

.item_projeto .nome_projeto{
	font-family: 'bebas';
	font-size: 82px;
	color: #fff;
	text-align: center;
	margin-top: 200px;
	text-shadow: 0 0 20px #000;
	opacity: 100%;
}

.item_projeto .info_projeto{
	width: 80%;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	transition: all .5s ease;
	margin-top: 600px;
	background-color: rgba(0, 0, 0, 0.6);
	background: rgba(0, 0, 0, 0.6);
	padding: 15px;
	border-radius: 8px;
	font-size: 18px;
}


.item_projeto:hover .info_projeto{
	margin-top: 5px;
}

#quemsomos{
	overflow: hidden;
	display: block;
	background: #ccc;
	margin-bottom: 100px;
}

/*NOVIDADES*/
.novidades{
	padding: 100px 0 0px 0;
	overflow: hidden;
	display: block;
}

.container_nov{
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	display: block;
	padding: 20px;
}

.col_nov{
	float: left;
	display: block;
	overflow: hidden;
	width: 22%;
	margin: 0 1.5%;
	margin-bottom: 55px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 10px #919191;
	transition: all .5s ease;
	background: #009058;
}

.col_nov .name_categ{
	position: relative;
	margin-top: -80px;
	margin-bottom: 30px;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	width: 95%;
	transition: all .5s ease;
}

.col_nov:hover .name_categ{
	margin-top: -160px;
	padding-bottom: 80px;
}

.col_nov:hover .img_categ{
	transition: all .5s ease;
	opacity: 1;
}

.col_nov:hover .img_categ{
	opacity: 0.3;
}

.title_col{
	height: 70px;
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}

.list_item{
	display: block;
	padding: 15px 20px;
	border-bottom: 1px solid #919191;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	transition: all .5s ease;
}

.list_item:hover{
	background: #ff6c00;
	color: #fff;
}

.list_item2{
	display: block;
	padding: 15px 20px;
	border-bottom: 1px solid #919191;
	width: 70%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	transition: all .5s ease;
}

.list_item2:hover{
	background: #8f00c4;
	color: #fff;
}

.preco{
	font-weight: bold;
	font-style: italic;
	color: #ff6c00;
	text-align: center;
	font-size: 43px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 15px;
	font-family: 'Titillium Web', sans-serif;
}

.preco2{
	font-weight: bold;
	font-style: italic;
	color: #8f00c4;
	text-align: center;
	font-size: 43px;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 15px;
	font-family: 'Titillium Web', sans-serif;
}

.mes{
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 23px;
	overflow: hidden;
	margin-bottom: 45px;
	margin-top: -40px;
	font-family: 'Titillium Web', sans-serif;
}

.icon_nov{
	width: 70px;
	float: left;
	overflow: hidden;
}

.name_col{
	font-family: 'bebas';
	font-size: 55px;
	float: left;
	margin-left: 20px;
}

.conj_item{
	overflow: hidden;
	display: block;
}

.img_item{
	overflow: hidden;
	display: block;
	margin-bottom: 20px;
}

.title_item{
	font-family: 'myriad_b';
	font-size: 22px;
	height: 86px;
	overflow: hidden;
	margin-bottom: 20px;
}

.data_item{
	font-size: 18px;
	color: #969696;
	margin-bottom: 35px;
}

.vejamais_n, .vejamais_f, .vejamais_v{
	width: 150px;
	border-radius: 50px;
	padding: 15px 0;
	text-align: center;
	font-size: 22px;
	font-family: 'myriad_b';
	transition: all .5s ease;
}

.vejamais_n{
	border: 2px solid #515151;
	color: #515151;
}

.vejamais_f{
	border: 2px solid #407594;
	color: #407594;
}

.vejamais_v{
	border: 2px solid #ce0000;
	color: #ce0000;
}

.vejamais_n:hover{
	border: 2px solid #515151;
	color: #fff;
	background: #515151;
}

.vejamais_f:hover{
	border: 2px solid #407594;
	color: #fff;
	background: #407594;
}

.vejamais_v:hover{
	border: 2px solid #ce0000;
	color: #fff;
	background: #ce0000;
}

.quemsomos_box{
	width: 70%;
	margin: 0 auto;
	margin-bottom: 90px;
	overflow: hidden;
	background: #fff;
	padding: 60px;
}

.ft_lub{
	width: 50%;
	overflow: hidden;
	float: left;
}

.text_lub{
	float: right;
	width: 45%;
	overflow: hidden;
}

.title_quemsomos{
	color: #009058;
	font-weight: bold;
	font-size: 48px;
	overflow: hidden;
	margin-bottom: 20px;
}

.text_quemsomos{
	font-size: 18px;
}

.parceiros_box{
	width: 70%;
	margin: 0 auto;
	margin-bottom: 30px;
	overflow: hidden;
}

.parceiro{
	width: 15%;
	float: left;
	margin: 0 0.8%;
	overflow: hidden;
	filter: grayscale(100%);
	transition: all .5s ease;
}

.parceiro:hover{
	filter: grayscale(0%);
}

.base_interna{
	width: 60%;
	padding: 50px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 25px #919191;
	margin: 0 auto;
	font-size: 18px;
	line-height: 34px;
	margin-bottom: 100px;
}


/*JUNTOS*/
.juntos{
	padding: 100px 0;
	overflow: hidden;
	display: block;
	background: #f1f1f1;
}

.base_slide{
	width: 70%;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}

.area_depoimento{
	overflow: hidden;
	display: block;
}

.conj_depoimento{
	float: left;
	width: 21%;
	overflow: hidden;
	display: block;
	text-align: center;
	margin: 0 2%;
}

.foto_pessoa{
	width: 120px;
	height: 120px;
	margin: 0 auto;
	margin-bottom: 30px;
	border-radius: 50%;
	overflow: hidden;
}

.info_depoimento{
	color: #434343;
	font-size: 18px;
	overflow: hidden;
	margin-bottom: 30px;
}

.nome_pessoa{
	font-family: 'myriad_b';
	font-size: 32px;
	color: #434343;
}

/*LOJA*/
.loja{
	padding: 100px 0;
	overflow: hidden;
	display: block;
	background: #1a0050;
}

.area_loja{
	width: 70%;
	margin: 0 auto;
	overflow: hidden;
	display: block;
}

.conj_loja{
	width: 29%;
	float: left;
	margin: 0 2%;
	overflow: hidden;
	display: block;
	color: #fff;
	font-family: 'bebas';
	margin-bottom: 40px;
}

.img_item_loja{
	overflow: hidden;
	margin-bottom: 20px;
}

.nome_item{
	font-size: 42px;
	overflow: hidden;
	margin-bottom: 5px;
}

.preco{
	overflow: hidden;
	display: block;
	color: #ff6c00;
}

.moeda{
	font-size: 32px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	margin-top: 20px;
}

.valor{
	font-size: 52px;
	overflow: hidden;
	float: left;
	margin-right: 15px;
}

.info_preco{
	font-size: 32px;
	overflow: hidden;
	float: left;
	margin-right: 5px;
	color: #23a226;
	margin-top: 20px;
}

.bt_acesso_loja{
	padding: 20px 30px;
	font-family: 'myriad_b';
	font-size: 26px;
	text-align: center;
	border: solid 5px #fff;
	color: #fff;
	margin: 0 auto;
	width: 250px;
	border-radius: 50px;
}

/*FOOTER*/

.art_footer{
	width: 100%;
	display: block;
	overflow: hidden;
}

footer{
	background: #009058;
	padding: 100px 10%;
	overflow: hidden;
	display: block;
	color: #fff;
	margin-top: -20px;
}

.logo_footer{
	width: 300px;
	overflow: hidden;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: left;
	margin-left: -0px;
}

.cols_footer{
	overflow: hidden;
	display: block;
}

.col_footer1{
	width: 25%;
	overflow: hidden;
	display: block;
	float: left;
}

.conj_contact{
	overflow: hidden;
	display: block;
	margin-bottom: 55px;
}

.icon_contact{
	float: left;
	width: 50px;
	margin-right: 20px;
	overflow: hidden;
	display: block;
}

.text_contact{
	float: left;
	font-size: 18px;
	overflow: hidden;
	width: 75%;
}

.social_icons{
	overflow: hidden;
	display: block;
}

.icon_social{
	float: left;
	width: 30px;
	margin: 0 10px;
	margin-top: 30px;
}

.col_footer2{
	width: 25%;
	overflow: hidden;
	display: block;
	float: left;
	margin-left: 50px;
}

.cidade_list{
	padding: 10px 15px;
	font-size: 18px;
	border-bottom: 1px solid #fff;
}

.line1{
	overflow: hidden;
	display: block;
	margin-bottom: 30px;
}

.box_doacoes{
	float: left;
	width: 29%;
	margin-right: 4%;
	overflow: hidden;
	display: block;
}

.title_box2{
	font-family: 'Titillium Web', sans-serif;
	margin-bottom: 5px;
	font-size: 32px;
	font-weight: bold;
}

.bt_sejaumdoador{
	font-family: 'bebas';
	color: #fff;
	text-align: center;
	padding: 30px 0;
	font-size: 50px;
	background: #228814;
	float: left;
	width: 60%;
	cursor: pointer;
}


.footer2{
	background: #007045;
	padding: 10px 10%;
	overflow: hidden;
	display: block;
	color: #fff;
}

.copyright{
	float: left;
	font-size: 14px;
}

.whatsapp_ico{
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 70px;
	z-index: 9999999999999999999999999999;
	animation-name: whatsapp;
	animation-duration: 2s;
	animation-iteration-count: infinite;
}

/* Safari 4.0 - 8.0 */
	@-webkit-keyframes whatsapp {
	    0%   {bottom: 20px;}
			50%   {bottom: 50px;}
			100%   {bottom: 20px;}
	}

	/* Standard syntax */
	@keyframes whatsapp {
		0%   {bottom: 20px;}
 	 50%   {bottom: 50px;}
 	 100%   {bottom: 20px;}
	}

.dev{
	float: right;
	overflow: hidden;
	width: 300px;
}

.logo_dev{
	float: left;
	width: 100px;
	margin-right: 40px;
	overflow: hidden;
}

.logo_dev2{
	float: left;
	width: 180px;
	margin-right: 20px;
	overflow: hidden;
	font-style: italic;
}

/**MODAL**/
.box_seja_doador{
	display: none;
}

.transparencia{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999999999999999999999999999999999;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.7);
	display: flex;
  align-items: center;
  justify-content: center;
	animation-name: modal;
	animation-duration: 1s;
	animation-iteration-count: 1;
	opacity: 100%;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes modal {
    0%   {opacity: 0%;}
		100%   {opacity: 100%;}
}

/* Standard syntax */
@keyframes modal {
	0%   {opacity: 0%;}
	100%   {opacity: 100%;}
}

.bt_x{
	position: absolute;
	z-index: 9999999999999999999999999999999999999;
	right: 20px;
	top: 20px;
	width: 40px;
	cursor: pointer;
}

.modal_box{
	width: 800px;
	padding: 50px;
	overflow: hidden;
	background: #44c450;
	color: #fff;
}

.title_modal{
	font-family: 'bebas';
	font-size: 44px;
	text-align: center;
	display: block;
	margin-bottom: 30px;
}

.login_cadast{
	overflow: hidden;
	display: block;
}

.login_modal{
	float: left;
	border-right: 1px solid #fff;
	padding-right: 40px;
	width: 45%;
	overflow: hidden;
}

.input_modal{
	padding: 10px 20px;
	border-radius: 8px;
	width: 90%;
	display: block;
	border: 1px solid #fff;
	background: #fff;
	color: #222;
	font-size: 18px;
	font-family: 'myriad_n';
	margin-bottom: 20px;
}

.bt_entrar{
	float: left;
	width: 40%;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #ffb400;
	font-size: 22px;
	font-family: 'myriad_b';
	border-radius: 8px;
	border: solid 1px #ffb400;
	cursor: pointer;
}

.text_esqueci2{
	float: right;
	width: 50%;
	text-align: right;
	color: #fff;
}

.text_cadast{
	text-align: right;
	font-size: 22px;
	display: block;
	margin-bottom: 30px;
}

.bt_cadast{
	float: right;
	width: 60%;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background: #125400;
	font-size: 22px;
	font-family: 'myriad_b';
	border-radius: 8px;
	border: solid 1px #125400;
	cursor: pointer;
}

.cadast_modal{
	float: right;
	width: 40%;
	overflow: hidden;
}

/**barra lateral**/
.barra_lateral{
	position: fixed;
	right: 0;
	top: 30%;
	background: #fff;
	border-radius: 8px 0 0 8px;
	padding: 10px;
	box-shadow: 0 0 15px #000;
}

.icon_social2{
	width: 25px;
	height: 25px;
	padding: 10px;
	overflow: hidden;
}

.b_verde{background: #24aa00;}
.b_azul_claro{background: #00b3e7;}
.b_roxo{background: #e7007d;}
.b_azul{background: #0017c0;}
.b_vermelho{background: #de0000;}

.video{
	width: 60%;
	margin: 0 auto;
	padding-top: 50px;
}


@media only screen and (max-width: 970px) {
	header{
		position: fixed;
		z-index: 1;
		width: 100%;
	}

	.logo_carregando{
		width: 70%;
		overflow: hidden;
	}

	.area_logo{
		float: left;
		background: #fff;
		padding: 10px 30px 10px 50px;
		transform: skew(-12deg);
		-webkit-transform: skew(-12deg);
		-moz-transform: skew(-12deg);
		-o-transform: skew(-12deg);
		-ms-transform: skew(-12deg);
		margin-left: -15px;
		width: 15%;
	}

	.logo{
		width: 200px;
		overflow: hidden;
	}

	.menu{
		display: none;
	}

	.lista_menu{
		float: none;
		width: 100%;
		overflow: hidden;
	}

	.skew{
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
		-ms-transform: skew(0deg);
		float: none;
	}

	.lista_menu .lk{
		padding: 25px;
		display: block;
	}

	.lista_menu .lk .t_lk{
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
		-ms-transform: skew(0deg);
		color: #474747;
		transition: all .5s ease;
	}

	.lista_menu .lk:hover .t_lk{
		color: #fff;
	}

	.lista{
		display: block;
	}

	.lista_projetos, .lista_midia{
		display: none;
		padding: 15px 5px;;
		color: #000;
		background: #f3f3f3;
		width: auto;
		border-radius: 0px;
		position: static;
		-webkit-transform: skew(0deg);
		-moz-transform: skew(0deg);
		-o-transform: skew(0deg);
		-ms-transform: skew(0deg);
		animation-name: sub;
		animation-duration: .5s;
		animation-iteration-count: 1;
		margin-top: 0px;
	}

	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes sub {
	    0%   {margin-top: 0px; opacity: 0%;}
			100%   {margin-top: 0px; opacity: 100%;}
	}

	/* Standard syntax */
	@keyframes sub {
		0%   {margin-top: 0px; opacity: 0%;}
		100%   {margin-top: 0px; opacity: 100%;}
	}

	.lista:hover > .lista_projetos{
		display: block;
	}

	.lista:hover > .lista_midia{
		display: block;
	}

	.submenu{
		transition: all .5s ease;
		padding: 15px 0 10px 15px;
		border-bottom: 1px solid #ccc;
		color: #999;
		font-size: 18px;
	}

	.submenu:hover{
		padding: 15px 0 10px 35px;
		background: #820000;
		color: #fff;
	}


	.bt_menu_mob{
		display: none;
		position: absolute;
		right: 15px;
		top: 15px;
		border-radius: 50px;
		width: 40px;
		height: 40px;
		background: #cf3f3f;
		overflow: hidden;
		z-index: 9999999999999999999;
	}

	/**idioma**/
	.area_idioma{
		float: none;
		width: 140px;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.text_idioma{
		font-size: 12px;
		color: #999;
		margin-bottom: 3px;
		overflow: hidden;
		text-align: center;
	}

	.bandeiras{
		display: block;
		overflow: hidden;
	}

	.flag{
		border-radius: 50px;
		width: 25px;
		height: 25px;
		overflow: hidden;
		float: left;
		margin-right: 10px;
		background: #ccc;
	}

	/**box padrinho**/
	.area_padrinho{
		float: right;
		position: fixed;
		display: block;
		width: 120px;
		margin: 0 auto;
		margin-bottom: 60px;
		z-index: 3;
		top: 20px;
		right: -10px;

	}

	.bt_area_apadrinhado{
		background: #8700c6;
		border-radius: 8px;
		padding: 10px 2px;
		color: #fff;
		width: 200px;
		text-align: center;
		margin: 0 auto;
		margin-top: 45px;
		cursor: pointer;
		text-transform: uppercase;
		transition: all .5s ease;
		font-size: 14px;
		font-family: 'myriad_b'
	}

	.bt_area_apadrinhado:hover{
		background: #8700c6;
	}

	/**box padrinho**/
	.box_area_apadrinhado{
		position: absolute;
		margin-top: 10px;
		display: none;
		animation-name: box_padrinho;
	  animation-duration: 1s;
		animation-iteration-count: 1;
		width: 300px;
		margin-left: -150px;
	}

	.seta_box_padrinho{
		display: block;
		overflow: hidden;
		text-align: center;
	}

	.box_pad{
		background: #44c450;
		border-radius: 10px;
		padding: 25px;
		color:#fff;
		margin-top: -7px;
	}

	.title_box{
		text-align: center;
		font-size: 18px;
		font-family: 'myriad_b';
		margin-bottom: 10px;
	}

	.input_padrinho{
		border: solid 1px #fff;
		background: #fff;
		border-radius: 5px;
		padding: 20px 20px;
		display: block;
		margin-bottom: 15px;
		color: #707070;
		font-size: 18px;
		font-family: 'myriad_n';
		width: 82%;
	}

	.funcoes_login_padrinho{
		display: block;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.text_esqueci{
		font-style: italic;
		color: #fff;
		font-size: 18px;
		float: left;
	}

	.bt_login_padrinho{
		float: right;
		color: #fff;
		text-align: center;
		padding: 10px 25px;;
		border-radius: 5px;
		background: #ffb400;
		font-size: 22px;
		font-family: 'myriad_n';
	}

	.bt_cadastro{
		border: solid 1px #125400;
		background: #125400;
		border-radius: 5px;
		text-align: center;
		padding: 15px 10px;
		display: block;
		color: #fff;
		font-size: 22px;
		font-family: 'myriad_b';
	}

	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes box_padrinho {
	    0%   {margin-top: 0px; opacity: 0%;}
			100%   {margin-top: 10px; opacity: 100%;}
	}

	/* Standard syntax */
	@keyframes box_padrinho {
		0%   {margin-top: 0px; opacity: 0%;}
		100%   {margin-top: 10px; opacity: 100%;}
	}

	/*SLIDES*/
	.slider_geral{
		padding-top: 90px;
	}

	/*NÚMEROS*/
	.numeros{
		padding: 30px 80px 30px 20px;
		display: block;
		overflow: hidden;
	}

	.n{
		float: left;
		width: 20%;
		overflow: hidden;
		text-align: center;
	}

	.icon_n{
		width: 40px;
		overflow: hidden;
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.n_text{
		font-family: 'myriad_b';
		font-size: 22px;
		margin-bottom: 8px;
		letter-spacing: -2px;
	}

	.t_n{
		font-size: 14px;
		color: #666;
	}


	/*PROJETOS*/
	.projetos{
		background: url('../img/bg_blue.jpg') fixed top center, #0c3057;
		background-size: cover;
		padding: 80px 80px 80px 20px;
	}

	.title_tag{
		margin: 0 auto;
		overflow: hidden;
		margin-bottom: 50px;
		border-bottom: 5px solid #fff;
		text-align: center;
		width: 250px;
	}

	.title_tag2{
		margin: 0 auto;
		overflow: hidden;
		margin-bottom: 50px;
		border-bottom: 5px solid #363636;
		text-align: center;
		width: 300px;
	}

	.title_tag3{
		margin: 0 auto;
		overflow: hidden;
		margin-bottom: 50px;
		border-bottom: 5px solid #363636;
		text-align: center;
		width: 70%;
	}

	.title_tag4{
		margin: 0 auto;
		overflow: hidden;
		margin-bottom: 50px;
		border-bottom: 5px solid #fff;
		text-align: center;
		width: 290px;
	}

	.title1{
		font-family: 'futura';
		font-size: 18px;
	}

	.title2{
		font-family: 'bebas';
		font-size: 40px;
	}

	.area_carousel{
		width: 300px;
		height: 600px;
		overflow: hidden;
		margin: 0 auto;
		display: block;
	}

	.bt_left, .bt_right{
		width: 10px;
		height: 600px;
		float: left;
		cursor: pointer;
	}

	.bt_left{
		background: none;
	}

	.bt_right{
		background: none;
	}


	.area_projetos{
		width: 280px;
		height: 600px;
		overflow: hidden;
		float: left;
	}

	.item_projeto{
		width: 100%;
		margin: 0 0;
	}

	/*NOVIDADES*/
	.novidades{
		padding: 60px 0;
		overflow: hidden;
		display: block;
	}

	.col_nov{
		float: none;
		display: block;
		overflow: hidden;
		width: 100%;
		margin: 0 0%;
		margin-bottom: 40px;
	}




	/*JUNTOS*/
	.juntos{
		padding: 100px 0;
		overflow: hidden;
		display: block;
		background: #f1f1f1;
	}

	.base_slide{
		width: 70%;
		overflow: hidden;
		display: block;
		margin: 0 auto;
	}

	.area_depoimento{
		overflow: hidden;
		display: block;
		height: 300px;
	}

	.conj_depoimento{
		float: left;
		width: 100%;
		overflow: hidden;
		display: block;
		text-align: center;
		margin: 0 2%;
		margin-bottom: 30px;
	}


	/*LOJA*/
	.loja{
		padding: 60px 0;
		overflow: hidden;
		display: block;
		background: #1a0050;
	}

	.area_loja{
		width: 70%;
		margin: 0 auto;
		overflow: hidden;
		display: block;
	}

	.conj_loja{
		width: 100%;
		float: none;
		margin: 0 0%;
		overflow: hidden;
		display: block;
		color: #fff;
		font-family: 'bebas';
		margin-bottom: 40px;
	}

	.img_item_loja{
		overflow: hidden;
		margin-bottom: 20px;
	}

	.nome_item{
		font-size: 42px;
		overflow: hidden;
		margin-bottom: 5px;
		text-align: center;
	}

	.preco{
		overflow: hidden;
		display: block;
		color: #ff6c00;
		margin: 0 auto;
		width: 250px;
	}



	/*FOOTER*/
	footer{
		background: #009058;
		background-size: cover;
		padding: 100px 10%;
		overflow: hidden;
		display: block;
		color: #fff;
	}

	.logo_footer{
		width: 250px;
		overflow: hidden;
		display: block;
		margin: 0 auto;
		margin-bottom: 30px;
	}

	.cols_footer{
		overflow: hidden;
		display: block;
	}

	.col_footer1{
		width: 100%;
		overflow: hidden;
		display: block;
		float: none;
		margin-bottom: 30px;
	}

	.conj_contact{
		overflow: hidden;
		display: block;
		margin-bottom: 25px;
	}

	.icon_contact{
		float: left;
		width: 50px;
		margin-right: 20px;
		overflow: hidden;
		display: block;
	}

	.text_contact{
		float: left;
		font-size: 18px;
		overflow: hidden;
		width: 80%;
	}

	.social_icons{
		overflow: hidden;
		display: block;
		margin: 0 auto;
		width: 100px;
	}

	.icon_social{
		float: left;
		width: 30px;
		margin: 0 10px;
		margin-top: 30px;
	}

	.col_footer2{
		width: 100%;
		overflow: hidden;
		display: block;
		float: none;
		margin-bottom: 40px;
	}

	.line1{
		overflow: hidden;
		display: block;
		margin-bottom: 30px;
	}

	.box_doacoes{
		float: none;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 30px;
		overflow: hidden;
		display: block;
	}

	.title_box2{
		font-family: 'myriad_b';
		margin-bottom: 5px;
		font-size: 22px;
	}

	.bt_sejaumdoador{
		font-family: 'bebas';
		color: #fff;
		text-align: center;
		padding: 30px 0;
		font-size: 50px;
		background: #228814;
		float: left;
		width: 100%;
		cursor: pointer;
	}


	.footer2{
		background: #000;
		padding: 30px 10%;
		overflow: hidden;
		display: block;
		color: #666;
	}

	.copyright{
		float: none;
		font-size: 14px;
		display: block;
		text-align: center;
		margin-bottom: 10px;
	}

	.dev{
		float: none;
		overflow: hidden;
		width: 240px;
		margin: 0 auto;
	}

	.logo_dev{
		float: none;
		width: 100px;
		margin-right: 0px;
		overflow: hidden;
		display: none;
	}

	.logo_dev2{
		float: none;
		width: 180px;
		overflow: hidden;
		text-align: center;
		padding: 0;
		margin: 0 auto;
	}

	/**MODAL**/

	.bt_cadast{
		width: 100%;
	}

	.cidade_id{
		text-align: center;
	}


	/**barra lateral**/
	.barra_lateral{
		position: fixed;
		right: 0;
		top: 80%;
		background: #fff;
		border-radius: 8px 0 0 8px;
		padding: 10px;
		box-shadow: 0 0 15px #000;
		z-index: 999999999999999999999999999999999;
	}

	.icon_social2{
		width: 20px;
		height: 20px;
		padding: 10px;
		overflow: hidden;
	}

	.cidade{
		float: left;
		overflow: hidden;
		font-size: 12px;
		display: none;
	}

	.telefone{
		float: right;
		overflow: hidden;
		font-size: 18px;
		font-weight: bold;
		display: none;
	}

	#quemsomos{
		overflow: hidden;
		display: block;
		background: #ccc;
		margin-bottom: 0px;
	}

	.quemsomos_box{
		width: 70%;
		margin: 0 auto;
		margin-bottom: 90px;
		overflow: hidden;
		background: #fff;
		padding: 30px;
	}

	.ft_lub{
		width: 100%;
		overflow: hidden;
		float: none;
		margin-bottom: 20px;
	}

	.text_lub{
		float: none;
		width: 100%;
		overflow: hidden;
		text-align: center;
	}

	.title_quemsomos{
		color: #009058;
		font-weight: bold;
		font-size: 48px;
		overflow: hidden;
		margin-bottom: 20px;
	}

	.text_quemsomos{
		font-size: 18px;
	}

	.parceiros_box{
		width: 70%;
		margin: 0 auto;
		margin-bottom: 30px;
		overflow: hidden;
	}

	.parceiro{
		width: 50%;
		float: left;
		margin: 0 0;
		overflow: hidden;
		filter: grayscale(100%);
		transition: all .5s ease;
	}

	.parceiro:hover{
		filter: grayscale(0%);
	}


	.b_verde{background: #24aa00;}
	.b_azul_claro{background: #00b3e7;}
	.b_roxo{background: #e7007d;}
	.b_azul{background: #0017c0;}
	.b_vermelho{background: #de0000;}

	.video{
		width: 90%;
		height: 400px;
		overflow: hidden;
		margin: 0 auto;
		padding-top: 50px;
	}

}
