@font-face {
	font-family: 'NOME';
	font-weight: normal;
	font-style: normal;
	src: url(/site/fonts/FILE.woff) format('woff');
}

@font-face {
	font-family: 'LubalinGraph';
	src: url(/site/fonts/LubalinGraph/LubalinGraphStd-Book.woff) format('woff');
	font-weight: 300;
	font-style: normal;
}


@font-face {
	font-family: 'LubalinGraph';
	src: url(/site/fonts/LubalinGraph/LubalinGraphStd-Medium.woff) format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'LubalinGraph';
	src: url(/site/fonts/LubalinGraph/LubalinGraphStd-Demi.woff) format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'LubalinGraph';
	src: url(/site/fonts/LubalinGraph/LubalinGraphStd-Bold.woff) format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url(/site/fonts/Roboto/Roboto-Medium.woff) format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url(/site/fonts/Roboto/Roboto-Regular.woff) format('woff');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url(/site/fonts/Roboto/Roboto-Black.woff) format('woff');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url(/site/fonts/Roboto/Roboto-Bold.woff) format('woff');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto';
	src: url(/site/fonts/Roboto/Roboto-Thin.woff) format('woff');
	font-weight: 300;
	font-style: normal;
}



html, body{
	width: 100%;
	height: 100%;
    position: relative;
}

body{
	background-color: #fff;
	font-family: 'LubalinGraph';
}


.left{ text-align: left; }
.center{ text-align: center; }
.right{ text-align: right; }

.row,
.form-group{
	margin: 0 !important;
	overflow: hidden;
}


.custom_container{
	width: 65%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}


@media screen and (max-width: 1617px){
	.custom_container{
		width: 75%;
	}
}


@media screen and (max-width: 1450px){
	.custom_container{
		width: 85%;
	}
}

/*==================================================================================================*/
/*MENU*/
/*==================================================================================================*/



.menu_holder {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	background: transparent;
	padding: 20px 0;
	width: 100%;
	z-index: 3;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.menu_holder.scroll {
    background: rgba(255, 255, 255, 0.8);

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.menu_holder .navbar-header {
	display: inline-block;
	width: 35%;
	margin-left: -3px;
	float: unset !important;
	text-align: center;
	position: relative;
	vertical-align: middle;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;

}

.menu_holder .navbar-header.scroll {
	position: relative;
	vertical-align: middle;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.menu_holder .navbar-header img{
    width: 250px;
}

.menu_holder .menu-toggler{
	position: absolute;
	background: transparent;
	border: 0;
	width: 45px;
	top: 40px;
	left: 2%;
	cursor: pointer;
	outline: none;
	display: none;
}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
	width: 100%;
	height: 45px;
	position: relative;
	margin: 0 auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	background: #000;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
	top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
	top: 8px;
}

#nav-icon3 span:nth-child(4) {
	top: 16px;
}

#nav-icon3.open span:nth-child(1) {
	top: 18px;
	width: 0%;
	left: 50%;
}

#nav-icon3.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
	top: 18px;
	width: 0%;
	left: 50%;
}

.menu_holder .menu{
    /*display: inline-block;
	margin: 10px 0 10px 50px;
	float: left;*/
	display: inline-block;
	width: 65%;
	margin-left: -3px;
	text-align: left;
}

.menu_holder .menu-nav{
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu_holder .menu-nav .dropdown{
    display: inline-block;
    margin: 0 15px;
    cursor: pointer;
	color: #fff;
	font-size: 14px;
}

.menu_holder .menu-nav .dropdown a{
	text-transform: uppercase;
	font-size: 18px;
	color: #1A1500;

}

.menu_holder .menu-nav .dropdown.language a{
	color: #298e2a;
}

.menu_holder .menu-nav .dropdown a:hover,
.menu_holder .menu-nav .dropdown a:focus,
.menu_holder .menu-nav li.active > a, 
.menu_holder .menu-nav li.active:hover > a {
	color: rgba(26, 21, 0, 0.6);;
	text-decoration: none !important;
}

.menu_holder .dropdown-menu {
    background-color: #333;
	cursor: default;
}
.menu_holder .dropdown-menu hr{
    width: 80%;
    margin: 8px auto;
    border-top: 1px solid #ccc;
}
.menu_holder .dropdown-menu a:hover{
    background-color: transparent;
}


@media screen and (min-width: 993px) {
	
	.menu_holder .menu {
		display: inline-block !important;
	}
	
}


@media screen and (max-width: 1240px) {


	.menu_holder .navbar-header img {
		width: 190px;
	}

	.menu_holder .menu {
		width: 85%;
	}


	.menu_holder .navbar-header {
		width: 15%;
	}

}


@media screen and (max-width: 992px) {



	.menu_holder .container{
		padding: 0 20px;
		width: 90%;
	}

	.menu_holder.open{
		background: #fff;
	}

	.menu_holder .navbar-header {
		display: block;
		width: 35%;
		margin-left: 0;
		float: right;
		text-align: center;
		position: absolute;
		top: 25px;
		right: 0;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		transition: all .3s;
	}

	.menu_holder .navbar-header.scroll {
		position: absolute;
	}

	.menu_holder.scroll {
		height: 100px;
	}
	
	.menu_holder .navbar-header img{
		width: 150px;
	}
	
	.menu_holder .menu-toggler{
		display:block;
	}
	
	.menu_holder .menu {
		margin: 40px 0 0;
		width: 100%;
		
		display: none;
	}
	
	.menu_holder .menu-nav {
		padding: 0;
	}
	
	.menu_holder .menu-nav .dropdown {
		display: block;
		width: 100%;
		margin: 15px;
	}

	.menu_holder .menu-nav .dropdown a{
		font-size: 14px;
	}
}


/*==================================================================================================*/
/*BANNER*/
/*==================================================================================================*/


.banner{
	position: relative;
	width: 100%;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

.banner ul{
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

.banner ul img{
	width: 100%;
}

.banner ul li{
	width: 100%;

	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.banner .logo_nestle{
	position: absolute;
	z-index: 2;
	top: 27%;
	left: 27%;
	width: 50%;
}

.banner.internas li {
    height: 260px;
	background-position: top center;
}

.banner #slider_home .owl-controls {
    width: 100%;
    text-align: center;
	position: absolute;
	bottom: 0;
}

.banner #slider_home .owl-dots {
    position: absolute;
    bottom: 20px;
    text-align: center;
    margin: -25px auto 0;
    left: 0;
    right: 0;
}

.banner #slider_home .owl-dots .owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 10px;
    border-radius: 100%;
	border: 2px solid #fff;
    background: transparent;
}

.banner #slider_home .owl-dots .owl-dot.active {
    background: #fff;
}

.banner #slider_home .owl-prev img,
.banner #slider_home .owl-next img {
    width: 32px !important;
}


.banner .conteudo{
	position: absolute;
	bottom: 8%;
	left: 0;
	right: 0;
	text-align: left;
	width: 65%;
	margin: auto;
	padding-right: 15px;
	padding-left: 15px;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;

}

.banner .conteudo .informacao{
	width: 65%;
	display: inline-block;
	margin-left: -3px;
}

.banner .conteudo .botoes{
	width: 35%;
	display: inline-block;
	margin-left: -3px;
	text-align: center;
}

.banner .conteudo .botoes .botao .regulamento{
	background: rgba(0, 197, 194, 0.7);

}

.banner .conteudo .botoes .botao .apply{
	background: rgba(58, 208, 99, 0.7);

}

.banner .conteudo .nome{
	color: #fff;
	font-size: 65px;
	margin-bottom: 25px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 4px;

}

.banner .conteudo .descricao{
	font-size: 20px;
	color: #272425;
	font-weight: 300;
	letter-spacing: 1px;
}

.banner .conteudo button{
	color: #fff;
	font-size: 19px;
	border: 0;
	padding: 5px;
	font-weight: 500;
	outline: none;
	width: 140px;
	margin: 5px 0;
	text-transform: uppercase;

}

@media screen and (max-width: 1617px){

	.banner .conteudo{
		width: 75%;
	}
}

@media screen and (max-width: 1500px){

	.banner .conteudo .nome {
		font-size: 50px;
	}
}

@media screen and (max-width: 1450px){

	.banner .conteudo{
		width: 85%;
	}
}


@media screen and (max-width: 992px) {
	
	.banner,
	.banner ul li {
		height: 750px;
	}

	.banner.internas,
	.banner.internas li {
		height:200px;
	}
	
	.banner ul img.imagem_fundo{
		display: none;
	}
	.banner .conteudo {
		top: 55%;
		width: 70%;
	}
	.banner .conteudo .nome {
		font-size: 4vW;
	}
	.banner .conteudo .descricao {
		color: #333;
		font-size: 15px;
		margin-bottom: 20px;
	}

	.banner .conteudo .informacao,
	.banner .conteudo .botoes{
		width: 100%;
		display: block;
		margin-left: 0;
		text-align: left;
	}

}

@media screen and (max-width: 760px) {

	.banner .logo_nestle {
		left: 10%;
		width: 80%;
	}
}

@media screen and (max-width: 550px) {

	.banner .logo_nestle {
		left: 15px;
		width: 90%;
	}
}

@media screen and (max-width: 470px) {

	.banner .conteudo{
		width: 100%;
		padding: 0 5%;
	}
	.banner .conteudo .nome {
		font-size: 18px;
	}
}

@media screen and (max-width: 430px) {

	.menu_holder.scroll {
		height: 85px;
	}

	.menu_holder .navbar-header img {
		width: 95px;
	}

	.menu_holder .menu-toggler {
		top: 30px;
	}

}


/*==================================================================================================*/
/*BLOCOS*/
/*==================================================================================================*/


.bloco{
	position: relative;
	width: 100%;
	padding: 85px 0;
	overflow: hidden;
}

.bloco.no-margin{
	padding: 0;
}

.bloco h2{
	font-size: 45px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 35px;
	font-family: 'LubalinGraph';
	font-weight: 600;
}

.bloco h2.green{
	color: #8feb7a;
}

.bloco h3{
	font-size: 25px;
	color: #111;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.bloco h4{
	font-size: 17px;
	color: #111;
}

.bloco p{
	font-size: 17px;
	color: #838383;
}

.bloco hr{
	border-top: 3px solid #dbdbdb;
	width: 400px;
}


@media screen and (max-width: 992px) {

	.bloco{
		padding: 40px 0;
	}

	.bloco hr{
		width: 100px;
	}

	.bloco h2{
		font-size: 35px;
	}

	.bloco p{
		font-size: 15px;
	}
}


/*==================================================================================================*/
/*MIDDER*/
/*==================================================================================================*/


.midder{
    width: 100%;
    height: 650px;
	position: relative;

	/*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

.midder .conteudo {
    width: 30%;
    top: 20%;
    left: 0;
    text-align: left;
    position: absolute;
	padding: 0 2%;
	
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
	
.midder .conteudo h2 {
	font-size: 48px;
	color: #111;
	text-transform: none;
}
.midder .conteudo p {
	font-size: 17px;
	color: #838383;
}


@media screen and (max-width: 992px) {
	
	.midder {
		height: 250px;
		background-attachment: initial;
	}
	.midder .conteudo h2 {
		font-size: 25px;
	}
}

/*@media screen and (max-width: 470px) {
	
	.midder {
		height: 250px;
	}
	.midder .conteudo h2 {
		font-size: 25px;
	}
}*/


/*==================================================================================================*/
/*HOMEPAGE*/
/*==================================================================================================*/

.bloco_about{
	background: #7ff0f0;
}


.bloco_about .info{
	font-family: 'Roboto';
	font-weight: 400;
	font-size: 19px;
	color: #000;
	text-align: justify;
	margin-bottom: 50px;
}

.bloco_about .info strong{
	font-family: 'Roboto';
	font-weight: 600;
}

.bloco_structure {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 90vH;
}

.bloco_challenge{
	background: #9ff6b8;
}

.bloco_contact{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}


.bloco_structure .info .row{
	display: flex;
	overflow: initial;
}

.bloco_structure .info .single_program{
	padding: 0;
	position: relative;
}

.bloco_structure .info .single_program.padding{
	padding: 0 35px;
}

.bloco_structure .info .single_program.padding-left{
	padding-left: 35px;
	padding-right: 0;
}

.bloco_structure .info .single_program.padding-right{
	padding-right: 35px;
	padding-left: 0;
}



.bloco_structure .info .single_program .holder_title{
	background-color: #949594;
	padding: 7px 20px;
}

.bloco_structure .info .single_program.padding-left .holder_title{
	background-color: #79d7d6;
}

.bloco_structure .info .nome {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}

.bloco_structure .info .titulo{
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}

.bloco_structure .info .content{
	font-size: 19px;
	font-family: 'Roboto';
	color: #000;
	font-weight: 400;
	margin-top: 20px;
}

.bloco_structure .info .content strong{
	color: #000;
	font-weight: 600;
}

.bloco_structure .fundo_info{
	position: absolute;
	bottom: -100px;
	width: Calc( 100% - 35px );
	text-align: center;
	left: 0;
}

.bloco_structure .info .single_program.padding-left .fundo_info{
	right: 0;
	left: unset;
}

.bloco_structure .fundo_info .numero{
	font-size: 25px;
	font-weight: 100;
	display: inline-block;
}

.bloco_structure .fundo_info .numero:after{
	content: ">";
	position: absolute;
	right: -35px;
	top: 0px;
	font-size: 40px;
	color: #7fd26c;
	font-weight: bold;
}

.bloco_structure .single_program:last-child .fundo_info .numero:after{
	display: none;
}

.bloco_structure .fundo_info .numero span{
	font-size: 35px;
	font-weight: 600;
}



.bloco_challenge h2{
	margin-bottom: 0;
}

.bloco_challenge .subtitulo{
	font-size: 18px;
	color: #000;
	margin-bottom: 40px;
}

.bloco_challenge .info .single_challenge{
	padding: 0;
}

.bloco_challenge .info .single_challenge.padding{
	padding: 0 35px;
}

.bloco_challenge .info .single_challenge.padding-left{
	padding-left: 35px;
	padding-right: 0;
}

.bloco_challenge .info .single_challenge.padding-right{
	padding-right: 35px;
	padding-left: 0;
}


.bloco_challenge .info .single_challenge .content{
	font-size: 19px;
	color: #000;
	font-weight: 300;
	margin-top: 20px;
}

.bloco_challenge .info .single_challenge .content strong{
	font-weight: 600;
}



.bloco_challenge2 {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.bloco_challenge2 h2{
	font-size: 30px;
	color: #fff;
}

.bloco_challenge2 .info .single_challenge2{
	padding: 0;
}

.bloco_challenge2 .info .single_challenge2.padding{
	padding: 0 35px;
}

.bloco_challenge2 .info .single_challenge2.padding-left{
	padding-left: 35px;
	padding-right: 0;
}

.bloco_challenge2 .info .single_challenge2.padding-right{
	padding-right: 35px;
	padding-left: 0;
}


.bloco_challenge2 .info .single_challenge2 .nome{
	font-size: 28px;
	color: #000;
	font-weight: 600;
	margin-top: 20px;
}

.bloco_challenge2 .info .single_challenge2 .nome span{
	color: #fff;
}


.bloco_challenge2 .info .single_challenge2 .content{
	font-size: 18px;
	color: #000;
	font-weight: 300;
	margin-bottom: 40px;
}

.bloco_challenge2 .info .single_challenge2 .content strong{
	font-weight: 600;
}


.bloco_challenge2 .botoes button{
	font-size: 17px;
	border: 0;
	padding: 5px;
	font-weight: 500;
	outline: none;
	width: 140px;
	margin: 5px 0;
	text-transform: uppercase;
}

.bloco_challenge2 .botoes button.regulamento{
	color: #fff;
	background: #000;
}

.bloco_challenge2 .botoes button.apply{
	color: #000;
	background: #fff;
}

.bloco_challenge2 .holder_challenge2 .info .single_challenge2[index="6"]{
	background-color: #000000;
	padding: 10px 30px;
	width: 100%;
	max-width: 700px;
	float: none;
	margin: 0 auto 30px;
}

.bloco_challenge2 .holder_challenge2 .info .single_challenge2[index="6"] .nome span{
	color: #fff;
}

.bloco_challenge2 .holder_challenge2 .info .single_challenge2[index="6"] .nome{
	color: #8feb7a;
}

.bloco_challenge2 .holder_challenge2 .info .single_challenge2[index="6"] .content{
	color: #fff;
	margin-top: 10px;
}

.bloco_contact{
}

.bloco_contact h2{
	font-size: 35px;
}


.bloco_contact .holder_contacts{
	width: 70%;
	margin: 45px auto 0 auto;
	position: relative;
}

.bloco_contact .holder_contacts .logo_nova{
	position: absolute;
	top: -85px;
	right: 0;
}

.bloco_contact .holder_contacts .info,
.bloco_contact .holder_contacts .info a {
	font-family: 'Roboto';
	color: #000;
	font-size: 19px;

}

.bloco_contact .holder_contacts .formulario{
	margin-top: 40px;
}

.bloco_contact .holder_contacts .formulario input[type=text],
.bloco_contact .holder_contacts .formulario input[type=email],
.bloco_contact .holder_contacts .formulario textarea{
	background: rgba(0, 198, 202, 0.7);
	width: 100%;
	padding: 10px;
	border: none;
	color: #000;
	margin: 10px 0;
	outline: none;
	font-size: 15px;
}




.bloco_contact .holder_contacts .formulario input[type=text]::-webkit-input-placeholder,
.bloco_contact .holder_contacts .formulario input[type=email]::-webkit-input-placeholder,
.bloco_contact .holder_contacts .formulario textarea::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
	color: #000;
	font-weight: 600;
}
.bloco_contact .holder_contacts .formulario input[type=text]::-moz-placeholder,
.bloco_contact .holder_contacts .formulario input[type=email]::-moz-placeholder,
.bloco_contact .holder_contacts .formulario textarea::-moz-placeholder{ /* Firefox 19+ */
	color: #000;
	font-weight: 600;
}
.bloco_contact .holder_contacts .formulario input[type=text]:-ms-input-placeholder,
.bloco_contact .holder_contacts .formulario input[type=email]::-ms-input-placeholder,
.bloco_contact .holder_contacts .formulario textarea::-ms-input-placeholder{ /* IE 10+ */
	color: #000;
	font-weight: 600;
}
.bloco_contact .holder_contacts .formulario input[type=text]:-moz-placeholder,
.bloco_contact .holder_contacts .formulario input[type=email]::-moz-placeholder,
.bloco_contact .holder_contacts .formulario textarea::-moz-placeholder { /* Firefox 18- */
	color: #000;
	font-weight: 600;
}

.bloco_contact .holder_contacts .formulario .botao{
	text-align: right;
}

.bloco_contact .holder_contacts .formulario button{
	background: rgba(0, 198, 202, 0.7);
	color: #fff;
	font-size: 17px;
	border: 0;
	padding: 5px;
	font-weight: 500;
	outline: none;
	width: 120px;
	margin: 5px 0;
	text-transform: uppercase;
}

.bloco_contact .holder_contacts .formulario{
	color: #000;
}

.bloco_contact .holder_contacts .formulario a{
	color: #000;
	text-decoration: underline;
}

.created {
	text-align: center;
	margin: 35px auto 0 auto;
	width: 70%;

}

 .created .single_created{
	display: inline-block;
	font-size: 12px;
	/* margin: 0 62px; */
	width: 50%;
	margin-left: -3px;
	text-align: center;
}




@media screen and (max-width: 992px){

	.bloco_structure .info .row{
		display: block;
	}

	.bloco_structure .fundo_info{
		position: relative;
		left: unset;
		right: unset;
		bottom: unset;
		width: 100%;
		margin-bottom: 30px;
	}

	.bloco_structure .fundo_info .numero:after{
		display: none;
	}

	.bloco_about .info {
		font-size: 17px;
	}

	.bloco_structure {
		height: auto;

	}

	.bloco_structure .info .content {
		margin-bottom: 20px;
	}

	.bloco_structure .info .single_program.padding{
		padding: 0;
	}

	.bloco_structure .info .single_program.padding-left{
		padding-left: 0;
	}

	.bloco_structure .info .single_program.padding-right{
		padding-right: 0;
	}

	.bloco_structure .info .content {
		font-size: 17px;
		font-weight: 400;
	}

	.bloco_challenge .info .single_challenge.padding{
		padding: 0;
	}

	.bloco_challenge .info .single_challenge.padding-left{
		padding-left: 0;
	}

	.bloco_challenge .info .single_challenge.padding-right{
		padding-right: 0;
	}

	.bloco_challenge .info .single_challenge .content {
		margin-bottom: 65px;
	}

	.bloco_challenge .info .single_challenge .content {
		font-size: 17px;
	}


	.bloco_challenge2 .info .single_challenge2 .nome {
		font-size: 22px;
	}

	.bloco_challenge2 .info .single_challenge2.padding{
		padding: 0;
	}

	.bloco_challenge2 .info .single_challenge2.padding-left{
		padding-left: 0;
	}

	.bloco_challenge2 .info .single_challenge2.padding-right{
		padding-right: 0;
	}

	.bloco_challenge2 .info .single_challenge2 .content {
		font-size: 17px;
		margin-bottom: 35px;
	}


	.bloco_contact .holder_contacts {
		width: 100%;
		margin: 80px auto 0 auto;
	}

	.bloco_contact .holder_contacts .info {
		font-size: 17px;
	}

	.bloco_contact .holder_contacts .formulario button {
		margin-bottom: 40px;
	}

	.bloco_contact .created {
		margin-bottom: 35px;
	}

	.created {
		text-align: center;
		margin: 35px auto 0 auto;
		width: 100%;
	}
}

@media screen and (max-width: 650px){

	.bloco_contact .holder_contacts {
		width: 100%;
		margin: 0 auto 0 auto;
	}

	.bloco_contact .holder_contacts .logo_nova {
		text-align: right;
		position: relative;
		top: unset;
		right: unset;
	}
}

@media screen and (max-width: 650px){

	.bloco_contact .holder_contacts .logo_nova {
		text-align: center;
		position: relative;
		top: unset;
		right: unset;
		margin-bottom: 45px;
	}
}

@media screen and (max-width: 540px){

	.created .single_created {
		margin: 10px 0;
		width: 100%;
	}
}


.bloco_ecosystem .holder_ecosystem .desc{
	font-size: 16px;
	margin-bottom: 10px;
}

.bloco_ecosystem .holder_ecosystem .info .row:nth-child(2) .holder_imagens .img{
	width: Calc( 100% / 2 );
}

.bloco_ecosystem .holder_ecosystem .info .holder_imagens .img:first-child{
	width: 100% !important;
}

.bloco_ecosystem .holder_ecosystem .info .holder_imagens .img{
	display: inline-block;
	width: Calc( 100% / 3 );
	margin: 0px 0 100px;
}

.bloco_ecosystem .holder_ecosystem .info .holder_imagens .img img{
	max-width: 170px;
}

@media screen and (max-width: 992px){

	.bloco_ecosystem .holder_ecosystem .info .holder_imagens .img{
		width: Calc( 100% / 2 );
	}

}

@media screen and (max-width: 600px){

	.bloco_ecosystem .holder_ecosystem .info .holder_imagens .img{
		width: 100%;
		margin-bottom: 60px;
	}

	.bloco_ecosystem .holder_ecosystem .info .row:nth-child(2) .holder_imagens .img{
		width: 100%;
	}

}

/*==================================================================================================*/
/*POLITICA PRIVACIDADE*/
/*==================================================================================================*/


.bloco_politica .holder_politica{
	font-size: 19px;
}

@media screen and (max-width: 992px){
	.bloco_politica .holder_politica{
		font-size: 17px;
	}
}

/*==================================================================================================*/
/*CONTACTOS*/
/*==================================================================================================*/




/*==================================================================================================*/
/*CHECKOUT*/
/*==================================================================================================*/



/*==================================================================================================*/
/*FOOTER*/
/*==================================================================================================*/


.footer{
	position: absolute;
	width: 40%;
	background: #ff001d;
	bottom: 0;
	padding: 5px 20px;
	text-align: right;
}

.footer h2{
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.footer h3{
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 35px;
}

.footer p,
.footer label,
.footer a{
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
}

.footer #form_newsletter input {
    border: 1px solid #ccc;
}

.footer #form_newsletter button {
    background: #ccc;
    border: 1px solid #ccc;
    color: #fff;
}

.lower_footer {
    padding: 40px 0;
	border-top: 1px solid #ccc;
	background: #111;
}

.lower_footer p,
.lower_footer a{
	font-size: 13px;
	color: #aaa;
}

@media screen and (max-width: 992px) {
	.footer {
		width: 100%;
	}

	.footer p, .footer label, .footer a {
		font-size: 15px;
	}
}
