.t-main {
	background: #fff
}

.t-dev__banner {
	background: url(../images/background_desenvolva.jpg) top #2a3241 no-repeat;
	background-size: cover;
	padding: 215px 0;
	padding: 13.4375rem 0
}

.t-dev__banner-main--flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: end;
	align-items: flex-end
}

.t-dev__banner-main--title {
	color: #e6e3e1;
	font-weight: 300;
	font-size: 50px;
	font-size: 3.125rem;
	line-height: 52px;
	line-height: 3.25rem
}

.t-dev__banner-main--title:before {
	content: "";
	display: block;
	background: #e6e3e1;
	margin-bottom: 97px;
	margin-bottom: 6.0625rem;
	width: 100px;
	width: 6.25rem;
	height: 7px;
	height: .4375rem
}

.t-dev__banner-main--description {
	color: #e0dcdc;
	display: block;
	font-size: 16px;
	font-size: 1rem;
	line-height: 22px;
	line-height: 1.375rem
}

.t-dev__options {
	transform: translateY(-100px);
	margin-bottom: 100px;
	margin-bottom: 6.25rem
}

.t-dev__options-wrapper {
	background: #f9f9f9;
	box-shadow: 0 43px 58px -26px rgba(0, 0, 0, .12);
	padding: 80px;
	padding: 5rem
}

.t-dev__options-bottom {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	padding-left: 50px;
	padding-left: 3.125rem
}

.t-dev__options-bottom:before {
	content: "";
	background: #f9f9f9;
	background: linear-gradient(10deg, #f9f9f9, #2d3544 70%);
	height: 67%;
	position: absolute;
	left: 0;
	top: 0;
	width: 14px;
	width: .875rem
}

.t-dev__options-bottom--item {
	max-width: 47%;
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 40px;
	margin-bottom: 2.5rem
}

.t-dev__options-bottom--item .t-icon {
	border: 1px solid #2a3241;
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50px;
	width: 3.125rem;
	height: 50px;
	height: 3.125rem;
	margin-right: 20px;
	margin-right: 1.25rem
}

.t-dev__options-bottom--item .t-icon svg {
	width: 80px;
	width: 5rem;
}

.t-dev__options-bottom--item article h3 {
	color: #333;
	font-weight: 300;
	display: block;
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	font-size: 22px;
	font-size: 1.375rem;
	line-height: 26px;
	line-height: 1.625rem;
	padding-top: 15px;
	padding-top: .9375rem
}

.t-dev__options-bottom--item article p {
	color: #2a3241;
	font-size: 14px;
	font-size: .875rem;
	line-height: 22px;
	line-height: 1.375rem
}

.t-dev__construction {
	padding: 0 70px;
	padding: 0 4.375rem;
	margin-bottom: 100px;
	margin-bottom: 6.25rem
}

.t-dev__construction-items--item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 150px;
	margin-bottom: 9.25rem
}

p.t-brands__international-mobile.js--title-mobile,
.t-brands__articles-mobile.js--title-mobile {
	display: none;
}

.t-dev__construction-items--item:nth-child(even) {
	flex-direction: row-reverse;
}

.t-dev__construction-items--item figure {
	margin: 0;
	width: 100%;
	max-width: 50%;
	position: relative
}

.t-dev__construction-items--item figure:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #cecece;
	background: linear-gradient(90deg, #cecece, #fff);
	height: 30px;
	height: 1.875rem
}

.t-dev__construction-items--item article {
	width: 100%;
	max-width: 45%
}

.t-dev__construction-items--item article h3 {
	display: block;
	color: #2a3241;
	font-weight: 100;
	margin-bottom: 15px;
	margin-bottom: .9375rem;
	font-size: 38px;
	font-size: 2.375rem;
	line-height: 42px;
	line-height: 2.625rem
}

.t-dev__construction-items--item article p {
	display: block;
	color: #6e6e6e;
	font-size: 14px;
	font-size: .875rem;
	line-height: 22px;
	line-height: 1.375rem
}

.t-dev__form {
	padding-bottom: 130px;
	padding-bottom: 8.125rem
}

.t-dev__form .has--center {
	background: #2a3241;
	padding: 70px;
	padding: 4.375rem
}

.t-dev__form-flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: start;
	align-items: flex-start
}

.t-dev__form-flex--infos {
	max-width: 30%;
	width: 100%
}

.t-dev__form-flex--infos h3 {
	color: #fff;
	font-weight: 100;
	font-size: 38px;
	font-size: 2.375rem;
	line-height: 42px;
	line-height: 2.625rem
}

.t-dev__form-flex--infos h3:before {
	content: "";
	background: #fff;
	display: block;
	width: 100px;
	width: 6.25rem;
	height: 7px;
	height: .4375rem;
	margin-bottom: 40px;
	margin-bottom: 2.5rem
}

.t-dev__form-flex--form {
	max-width: 65%;
	width: 100%;
	position: relative
}

.t-dev__form-flex--form label {
	display: none
}

.t-dev__form-flex--form--flex {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.t-dev__form-flex--form--flex--item {
	width: 48%
}

.t-dev__form-flex--form--items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 18px;
	margin-bottom: 1.125rem
}

.t-dev__form-flex--form--items h4 {
	color: #fff;
	font-size: 16px;
	font-size: 1rem
}

.t-dev__form-flex--form--items--item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center
}

.t-dev__form-flex--form--items--item span {
	color: #fff;
	font-size: 14px;
	font-size: .875rem
}

.t-dev__form-flex--form--items--item input {
	background: #fff;
	border: 1px solid #000;
	width: 15px;
	width: .9375rem;
	height: 15px;
	height: .9375rem;
	margin-left: 10px;
	margin-left: .625rem
}

.t-dev__form-flex--form--items--item input:checked {
	background: #2a3241;
	border: 3px solid #fff
}

.t-dev__form-flex--form--items--item--label:not(:last-child) {
	margin-right: 25px;
	margin-right: 1.5625rem
}

.t-dev__form-input {
	background: #fff;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	color: #2a3241;
	width: 100%;
	outline: none!important;
	transition: all .4s ease;
	height: 40px;
	height: 2.5rem;
	font-size: 18px;
	font-size: 1.125rem;
	padding: 0 25px;
	padding: 0 1.5625rem;
	margin-bottom: 18px;
	margin-bottom: 1.125rem
}

.t-dev__form-input:hover {
	background: #f4f4f4
}

.t-dev__form-input.textarea {
	resize: none;
	height: 177px;
	height: 11.0625rem;
	padding: 25px;
	padding: 1.5625rem
}

.t-dev__form-submit {
	background: #2a3241;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	box-shadow: none;
	border: 0;
	border-radius: 0;
	color: #fff;
	position: absolute;
	width: 105px;
	width: 6.5625rem;
	right: 26px;
	right: 1.625rem;
	bottom: 36px;
	bottom: 2.25rem;
	height: 40px;
	height: 2.5rem;
	font-size: 18px;
	font-size: 1.125rem
}

.br-mobile {
	display: none!important;
}

@media only screen and (max-width: 767px) {
	.br-mobile {
		display: block!important;
	}
	
	.t-dev__banner{
        padding: 30% 10% 4.19rem;
        position: relative;
    }

    .t-dev__banner:after {
        content: "";
        display: block;
        height: 13px;
        width: 100%;
        background: linear-gradient(90deg, #cdcdcd, #fff);
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .t-dev__banner-main--flex {
        flex-direction: column;
        align-items: flex-start;
    }

    .t-dev__banner-main--title:before, .t-dev__form-flex--infos h3:before {
        height: 4px;
        width: 60px;
        margin-bottom: 10%;
    }

    .t-dev__banner-main--title {
        max-width: 100%;
        font-size: 2.375rem;
    	line-height: 2.375rem;
    }

    .t-dev__banner-main.has--center {
        max-width: 100%;
    }

    .t-dev__banner-main--description {
        color: #E0DCDC;
        max-width: 100%;
        font-size: 1rem;
    	line-height: 1.125rem;
        margin: 2.25rem 0 0;
    }

    .t-dev__banner-main--description br {
       display: none;
    }

    .t-dev__options {
		transform: initial;
		margin-bottom: 0;
	}
	
	.t-dev__options-wrapper {
		padding: 10%;
		background: #FFFFFF;
		box-shadow: none;
    }
	
	.t-dev__options-bottom {
        padding-left: 2.5rem ;
        flex-direction: column;
    }

    .t-dev__options-bottom:before {
        width: 0.625rem;
        height: 98%;
    }

	.t-dev__options-bottom--item .t-icon {
		width: 20px;
		height: 20px;
	}
	
	.t-dev__form-flex--form--flex, .t-dev__form-flex, .t-dev__construction, .t-dev__construction-items, .t-dev__form, .t-dev__form-flex--form--items, .t-dev__form-flex--form--items--item {
		flex-direction: column;
	}

	.t-dev__construction-items--item {
		flex-direction: column-reverse!important;
	}

	.t-dev__construction-items--item figure:after {
		height: 13px;
	}

	.t-dev__form-flex--form, .t-dev__form-flex--infos, .t-dev__options-bottom--item, .t-dev__construction-items--item figure, .t-dev__construction-items--item article {
		max-width: 100%;
	}

	.t-dev__options-bottom--item article h3, .t-dev__form-flex--infos h3 {
		padding-top: 0;
		font-size: 1.625rem;
		line-height: 1.75rem;
	}

	.t-dev__options-bottom--item article h3 br{
		display: none;
	}

	.t-dev__options-bottom--item article p, .t-dev__construction-items--item article p {
		font-size: 1rem;
		line-height: 1.125rem;
        font-weight: 400;
        color: #6E6E6E;
     }

     .t-dev__construction-items--item:not(:first-child) article p {
     	margin-top: 40px;
     }
	
	.t-dev__construction {
		padding: 10%;
		margin-bottom: 0;
	}

	.t-dev__construction-items--item article h3 {
		display: none;
	}

	.t-dev__construction-items--item .js--title-mobile {
		font-size: 20px;
		line-height: 1.375rem;
		font-weight: 400;
		margin-bottom: 30px
	}

	.t-dev__construction-items--item {
		margin-bottom: 2.625rem;
	}


	.t-dev__form .has--center {
		padding: 10%;
	}

	.t-dev__form-flex--infos h3 br {
		display: none;
	}

	.t-dev__form-flex--infos h3 {
		font-weight: 300;
		padding-bottom: 1rem;
	}

	.t-dev__form-flex--form--flex--item {
		width: 100%;
	}

	.t-dev__form-input {
		height: 33px;
		font-size: 0.875rem;
		color: #E0DFDF;
	}

	.t-dev__form-flex--form--items, .t-dev__form-flex--form--items--item {
		align-items: flex-start;
	}

	.t-dev__form-flex--form--items--item--label {
		display: flex;
		flex-direction: row-reverse;
		padding: 5px 0
	}

	.t-dev__form-flex--form--items--item input {
		margin-left: 0;
	}

	.t-dev__form-flex--form--items--item span {
		margin-left: 10px;
		font-size: 1rem;
		line-height: 1.125rem;
	}

	.t-dev__form-flex--form--items h4 {
		font-size: 1rem;
		line-height: 1.125rem;
		padding: 10px 0
	}

	.t-dev__form-input.textarea {
		height: 14.5rem;
	}

	.t-dev__form-submit {
		font-size: 1rem;
    	line-height: 1.125rem;
	}

	.t-dev__form {
		padding-bottom: 0;
	}

	.t-dev__construction-items--item article p {
		margin-top: 40px;
	}
	p.t-brands__international-mobile.js--title-mobile,
	.t-brands__articles-mobile.js--title-mobile {
		display: block;
		font-size: 1.625rem;
		line-height: 1.75rem;
	}
}