.retorno{
	margin: 0 auto;
	max-width: 1920px;
	background: #f1f4f8;
}
.retorno-int{
	margin: 0 10%;
	padding: 40px 0px 40px 0px;
}
.retorno-int h2{
	padding-bottom: 20px;
	text-align: center;
}
.financeiro{
	display: flex;
	margin-top: 15px;
	justify-content: space-around;
}
.retorno-img{
	width: 60%;
}
.retorno-img img{
	padding: 30px;
}
.retorno-itens{
	width: 30%;
	padding: 30px;
}
.retorno-itens figure{
	display: flex;
	align-items: center;
}
.retorno-itens figure:not(:last-child){
	margin-bottom: 25px;
}
.retorno-itens img{
	margin-right: 11px;
}
.retorno-itens figcaption{
	color: #262871;
	font-family: "Titillium Web", Sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1em;
	text-align: left;
}
.fases{
	margin: 0 auto;
	max-width: 1920px;
	text-align: center;
}
.fases-int{
	margin: 45px 10%;
}
.fases-int h2{
	margin-bottom: 50px;
}
.slide-fases{
	max-width: 1000px;
	margin: 0 auto;
}
.swiper-container{
	width: 95%;
}
.swiper-slide{
	padding: 20px;
}
.swiper-btn-prev{
	position: absolute;
	bottom: 0;
	left: calc(30% + 30px);
	border-radius: 2em;
	background: #EBCB0A;
	width: 140px;
	height: 40px;
	z-index: 1;
	cursor: pointer;
}
.swiper-btn-prev i{
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-45%);
}
.swiper-btn-prev:before{
	content: 'ANTERIOR';
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	color: #262871;
	font-size: 18px;
	line-height: 1;
	width: 100px;
	font-family: 'Titillium Web', sans-serif;
}
.swiper-btn-next{
	position: absolute;
	bottom: 0;
	right: 10%;
	border-radius: 2em;
	background: #EBCB0A;
	width: 140px;
	height: 40px;
	padding-left: 107px;
	z-index: 1;
	cursor: pointer;
}
.swiper-btn-next i{
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-45%);
}
.swiper-btn-next:before{
	content: 'PRÓXIMO';
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	color: #262871;
	font-size: 18px;
	line-height: 1;
	width: 100px;
	font-family: 'Titillium Web', sans-serif;
}
.hide-btn{
	opacity: .35;
	cursor: auto;
	pointer-events: none;
}
.swiper-conteudo{
	display: flex;
	justify-content: center;
	align-items: center;
}
.swiper-conteudo figure{
	width: 30%;
}
.swiper-text{
	width: 70%;
	text-align: left;
	padding: 10px 0 50px 15px;
}
.swiper-text h5{
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
}
.swiper-text h3{
	font-size: 25px;
	font-weight: 700;
	margin: 20px 0 10px;
}
.swiper-text p{
	font-size: 17px;
}
.beneficios{
	background-image: url('https://deconeengenharia.com.br/wp-content/themes/yesol/images/beneficios-bg.jpg');
	margin: 0 auto;
	max-width: 1920px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.beneficios-int{
	margin: 0 10%;
	padding: 40px 0;
}
.beneficios-int h2{
	color: #fff;
	margin-bottom: 20px;
}
.ben-grupo{
	display: flex;
	padding: 20px 0px 5px 0px;
}
.ben-grupo:not(:last-child){
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #fff;
}
.ben-item{
	width: calc(100%/3);
	padding: 30px;
}
.ben-item h3{
	color: #ebcb0a;
	font-size: 18px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 20px;
	text-align: left;
}
.ben-item p{
	color: #fff;
	text-align: left;
	margin-bottom: .5rem;
}
.investimento{
	margin: 0 auto;
	max-width: 1920px;
	text-align: center;
	background-color: #ebcb0a;
}
.investimento-int{
	margin: 0 10%;
	padding: 40px 0px;
}
.investimento-int h2{
	margin-bottom: 20px;
}
.investimento-int p{
	color: #262871;
	font-size: 18px;
	max-width: 725px;
	margin: 0 auto 1.5rem auto;
}
.gar-solar{
	margin: 0 auto;
	max-width: 1920px;
}
.gar-solar-int{
	margin: 45px 10%;
	display: flex;
}
.gar-text{
	width: 60%;
	padding: 30px;
}
.gar-text h2{
	margin-bottom: 30px;
}
.gar-img{
	width: 40%;
}
.gar-img img{
	width: 100%;
}
.perg-freq{
	margin: 0 auto;
	max-width: 1920px;
	text-align: center;
	background: #f1f4f8;
}
.perg-freq-int{
	margin: 0 10%;
	padding: 65px 0;
}
.perg-freq-int h2{
	margin-bottom: 40px;
}
.perg-list label{
	display: block;
	font-weight: 600;
	font-size: 15px;
	color: #fff;
	background-color: #262871;
	padding: 13px 12px;
	border-radius: 5px;
	line-height: 1;
	cursor: pointer;
	margin: 3px;
	user-select: none;
}
.perg-list li input, .perg-text{
	display: none;
}
.perg-list ul li{
	text-align: left;
	max-width: 90%;
	margin: 0 auto;
}
.perg-list li input:checked + .perg-text{
	display: block;
}
.perg-text{
	margin-top: 5px;
	padding: 5px;
	 transition: all 0.4s ease;
}
.perg-text p{
	line-height: 1.5;
	margin-bottom: .9rem;
}
.perg-contato{
	display: flex;
	max-width: 85%;
	margin: 30px auto 0 auto;
}
.perg-contato-text{
	text-align: left;
	margin-left: 12px;
	line-height: 1.4em;
}
.perg-contato-text a{
	font-weight: 700;
	text-decoration: underline;
	color: #262871;
	cursor: pointer;
}
.simulacao{
	max-width: 1920px;
	margin: 0 auto;
}
.simulacao-int{
	margin: 40px 10% 0 10%;;
	text-align: center;
}
.simulacao-int h2{
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1;
}
.simulacao-int p{
	font-size: 16px;
	margin-bottom: 36px;
}
.simulacao-int img{
	width: 75%;
	vertical-align: bottom;
}
.simulacao-int .como-func-btn{
	margin-bottom: 20px;
}
.como-func-btn a{
	background-color: rgba(35, 170, 0, 1);
	display: inline-block;
	border-radius: 50px;
	padding: 12px 25px;
	font-size: 22px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	transition: 0.3s ease;
}
.como-func-btn a:hover{
	background-color: #1CC500;
	transform: scale(1.05);
}
@media (max-width: 1115px){
	.etapas-int,
	.topicos,
	.retorno-int,
	.beneficios-int,
	.gar-solar-int,
	.perg-freq-int{
		margin: 0 5%;
	}
	.como-func-int p {
		max-width: 100%;
	}
}
@media (max-width: 919px){
	.topicos-item{
		padding: 15px;
	}
	.retorno-itens{
		padding: 30px 0;
	}
	.retorno-img{
		width: 70%;
	}
	.fases-int{
		margin: 45px 5%;
	}
	.fases-int h2{
		margin-bottom: 20px;
	}
	.ben-item{
		padding: 15px;
	}
	.gar-solar-int{
		flex-direction: column;
	}
	.gar-text{
		width: 100%;
		text-align: center;
		padding: 30px 0;
	}
	.gar-img{
		width: 100%;
		padding: 0 50px;
	}
}
@media (max-width: 768px){
	.como-func-int{
		margin: 0 5%;
	}
	.como-func-int p{
		margin: 0 auto 20px auto;
	}
	.etapas-int{
		flex-direction: column;
	}
	.etapas-int figure{
		width: 100%;
		margin: auto;
	}
	.text-garantia{
		display: none;
	}
	.topicos{
		flex-direction: column;
	}
	.topicos-item{
		width: 100%;
		padding: 30px;
	}
	.retorno-int{
		margin: 0 10%;
		padding: 40px 0px 30px 0px;
	}
	.financeiro{
		flex-direction: column;
	}
	.retorno-img{
		width: 100%;
	}
	.retorno-img img{
		padding: 0;
		display: block;
		margin: 0 auto;
	}
	.retorno-itens{
		width: 100%;
	}
	.retorno-itens figure{
		flex-direction: column;
		justify-content: center;
	}
	.retorno-itens img{
		margin: 0 0 15px 0;
	}
	.retorno-itens figcaption{
		margin: .5rem 0 1rem 0;
		text-align: center;
	}
	.swiper-conteudo img{
		max-width: 100%;
	}
	.swiper-text{
		line-height: 1.2;
	}
	.swiper-btn-next{
		right: 0;
		margin: 4px;
	}
	.swiper-btn-prev{
		left: 0;
		margin: 4px;
	}
	.ben-grupo{
		flex-direction: column;
	}
	.ben-item{
		width: 100%;
		padding: 30px;
	}
	.investimento-int{
		margin: 0 5%;
	}
	.gar-img{
		padding: 0;
	}
	.perg-list ul li{
		max-width: 100%;
	}
	.perg-text p{
		margin: 0 10px .9rem 10px;
	}
	.simulacao-int img{
		width: 100%;
		margin-top: 30px;
	}
}
@media (max-width: 375px){
	.retorno-int{
		margin: 0 5%;
	}
	.swiper-container{
		width: 100%;
	}
	.swiper-text h3{
		font-size: 1rem;
	}
	.como-func-btn a{
		font-size: 1rem;
	}
	.gar-img{
		padding: 0;
	}
}