body {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
	background-color: #fff;
}

html, body {
	overflow-x: hidden;
}

* {
	padding: 0;
}

.container-fluid {
	margin: 0;
	padding: 0;
}

.numberini{

font-size: 20px;
color: #f50000;

}

.preload {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: #fff;
	background-image: url('../img/preloader.gif');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.error-template {padding: 40px 15px;text-align: center;}
.error-actions {margin-top:15px;margin-bottom:15px;}
.error-actions .btn { margin-right:10px; }

/*-----------INFO SECTION ---------------*/

/*-----------Begin Topo------------------*/

@media screen and (min-width: 601px) {
  div.textrespon {
    font-size: 15px;
    text-align: center;
  }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 1000px) {
  div.textrespon {
    font-size: 12px;
    text-align: center;
  }
}

.topo-menu {
	position: fixed;
	width: 100%;
	padding: 35px 0px;
	display: flex;
	background: rgba(255, 255, 255, 0.2);
	align-items: center;
	z-index: 1;
	margin: 0;
}

.topo-menu::after {
	content: '';
	border-bottom: 2px solid #fff;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0.3;
	position: absolute;
	bottom: 0;
}

#icon-wpp-topo {
	fill: #fff;
	width: 20px;
}

#icon-insta {
	fill: #fff;
	width: 20px;
}

#icon-face {
	fill: #fff;
	width: 20px;
}

.img-logo {
	width: 100%;
	margin: 0 auto;
	display: block;
}

.nav-a {
	color: #fff;
	font-size: 1em;
}

.nav-a:hover {
	font-weight: bold;
	color: #fff;
}

.contact-topo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.adjust-a {
	display: flex;
	align-items: center;
}

.adjust-a p {
	margin-bottom: 0px;
	margin-left: 5px;
}

.contact-topo a {
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
}

.contact-topo a i {
	margin-left: 15px;
	color: #fff;
}

.contact-topo span {
	font-weight: bold;
}

.contact-topo a:hover {
	text-decoration: none;
}

.nav-item {
	margin-left: 15px;
}

.fixed-topo {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: rgba(53, 53, 53, 0.85)!important;
	z-index: 1111111;
}

/*-----------End Topo------------------*/

/*-----------INFO SECTION ---------------*/

/*-----------Begin Slider------------------*/

.carousel-auge {
	width: 100%;
	position: relative;
}

.carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-inner .active {
  opacity: 1;
}

.carousel-cell-slide {
	width: 100%;
}

.flickity-page-dots {
	display: none;
}

#icon-simulator {
	fill: #fff;
	width: 30px;
}

.btn-simulator {
	position: absolute;
	top: 90px;
	left: 81%;
	transform: translateX(-19%);
	z-index: 9999;
}

.btn-sim {
	background-color: #F8A032;
	border-color: #F8A032;
	color: #fff;
	border-radius: 2px;
	font-weight: bold;
	display: flex;
	align-items: center;
	padding: 1px 10px;
}

.btn-simulator a {
	text-decoration: none;
}

.btn-sim:hover {
	color: #fff;
	background-color: #f99212;
	border-color: #f99212;
	transition: 1s all ease-out;
	transform: scale(1.02);
	text-decoration: none;
}

.btn-sim p {
	margin-bottom: 0px;
	margin-left: 10px;
}

.btn-sim span {
	font-weight: 300;
}

.adjust-bold {
	font-weight: bold;
}

.text-carousel {
	position: absolute;
	top: 50%;
	z-index: 111;
	transform: translateY(-50%);
	color: #fff;
	left: 200px;
}

.text-carousel p {
	font-size: 18px;
	margin-bottom: 0px;
}

.text-carousel .adjust-bold {
	font-size: 28px;
}

/*-----------End Slider------------------*/

/*-----------INFO SECTION ---------------*/

/*-----------Begin How it Work------------------*/

.howitwork {
	background-color: #0B3647;
	padding: 30px 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.howitwork-mobile {
	background-color: #0B3647;
	padding: 20px 0px;
}

.text-itwork {
	text-align: center;
}

.mg-l {
	padding: 0px;
	display: flex;
}

.carousel-col {
	width: 100%;
}

.img-1 img {
	width: 350px;
}

.img-1-mobile img {
	width: 90%;
	margin: 0 auto;
	display: block;
}

.img-2 img {
	width: 350px;
}

.img-3 img {
	width: 350px;
	margin-left: -19px;
}

.text-itwork p {
	color: #F9A031;
	font-size: 35px;
	font-weight: bold;
	margin-bottom: 0px;
}

/*-----------End How it Work------------------*/

/*-----------INFO SECTION ---------------*/

/*-----------Begin Cnt About------------------*/

.description-solar p {
	color: #183B4A;
}

.description-solar {
	margin: 20px 0px;
	text-align: center;
	padding: 0px 55px;
	font-weight: bold;
}

.card-solar {
	display: flex;
	justify-content: center;
}

.video-auge {
	width: 30%;
	position: relative;
}

.video-auge img {
	width: 100%;
	height: 100%;
}

.text-auge-card {
	width: 55%;
	background-color: #E6E6E6;
	padding: 15px 40px;
}

.text-card-a p {
	margin-bottom: 3px;
	text-align: justify;
	font-size: 14px;
}

.title-auge p {
	text-align: right;
	color: #0A3648;
	font-size: 27px;
	font-weight: bold;
}

.title-section {
	color: #CCC;
	font-size: 27px;
}

#icon-play {
	fill: red;
	position: absolute;
	top: 0;
}

.img-player {
	position: relative;
}

.btn-conh {
	border-color: #9C9C9C;
	font-size: 13px;
	color: #505050;
	font-weight: bold;
	float: right;
	border-radius: 0px;
}

.btn-conh:hover {
	background-color: #0B3647;
	color: #fff;
	transition: 1s all ease-out;
	border-color: #0B3647;
	border-radius: 0px;
}

/*-----------End Cnt About------------------*/

/*-----------INFO SECTION ---------------*/

/*-----------Begin Itens Circle------------------*/

.itens {
	display: flex;
	justify-content: center;
	align-items: center;
}

.itens-circle {
	margin-top: 30px;
	margin-bottom: 30px;
}

.adjust-p p {
	margin-bottom: 0px;
	color: #1C3F4E;
	text-align: center;
}

.circle-cards {
	width: 120px;
	background-color: transparent;
	border: 2px solid #EAEAEA;
	border-radius: 100%;
	height: 120px;
	position: relative;
	display: block;
	margin: 0 auto;
	transform: scale(1);
}

.circle-cards:hover {
	transform: scale(1.1);
	transition: 1s all ease-out;
	background-color: #336699;
}

.circle-cards:hover #icon-lampada {
	fill: #fff;
}

.circle-cards:hover #icon-home {
	fill: #fff;
}

.circle-cards:hover #icon-placa {
	fill: #fff;
}

.circle-cards:hover #icon-money {
	fill: #fff;
}

.circle-cards:hover #icon-finan {
	fill: #fff;
}

.text-circle-one {
	padding-top: 11px;
}

.text-circle-two {
	padding-top: 11px;
}

.text-circle-three {
	padding-top: 11px;
}

.text-circle-four {
	padding-top: 11px;
}

.text-circle-five {
	padding-top: 11px;
}

#icon-lampada {
	width: 80px;
	height: auto;
	fill: #F9A031;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#icon-home {
	width: 80px;
	height: auto;
	fill: #F9A031;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#icon-placa {
	width: 80px;
	height: auto;
	fill: #F9A031;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#icon-money {
	width: 80px;
	height: auto;
	fill: #F9A031;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#icon-finan {
	width: 70px;
	height: auto;
	fill: #F9A031;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*-----------End Itens Circle------------------*/

/*-----------INFO SECTION ---------------*/

/*-----------Begin Services------------------*/

.carousel-cell {
	width: 19%;
	margin-left: 13px;
}

.flickity-prev-next-button.previous {
	display: none;
}

.flickity-prev-next-button.next {
	display: none;
}

.flickity-page-dots {
	display: none;
}

.services {
	width: 100%;
}

.main-carousel {
	display: block;
	margin: 0 auto;
}

/*-----------End Services------------------*/

/*-----------INFO SECTION ---------------*/

/*-----------Begin Duvidas------------------*/

.doubt {
	padding: 30px 0px;
	margin: 30px 0px;
	background-image: url("../img/04_FUNDO_DUVIDAS.jpg");
	justify-content: center;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
        min-height: 350px;
        background-color: #5C8016; 
}

.doubt p {
	color: #fff;
	font-weight: bold;
	font-size: 26px;
	margin-bottom: 0px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.btn-adjust-accordion {
	text-align: left;
}

.card {
	background: transparent;
	border: none;
	text-align: left;
        margin: 0 30px 0 30px;
        text-decoration: none;
}

.btn-link {
	color: #fff;
	font-size: 16px;
        text-decoration: none;
}

.btn-link:hover {
	color: #fff;
        text-decoration: none;
}

.btn-link:active {
        text-decoration: none;
}

.card-body {
	color: #fff;
        background-color: rgba(10,23,55,0.5);
        border-bottom: 1px solid #fff;
}

.card-header {
	border-bottom: 1px solid #fff;
        min-height: 90px;
}

.first-doubt {
	margin-top: 40px;
}

.two-doubt {
	margin-top: 40px;
}

.btn-mais-duvidas {
	color: #505050;
	font-weight: bold;
        margin: 30px 0 0 0;
        padding: 10px 10px 0 10px;
        line-height: 20px;
        border-radius: 0;
}

.btn-mais-duvidas:hover {
	background-color: #0B3647;
	color: #fff;
	transition: 0.5s all ease-out;
	border-color: #0B3647;
}

/*-----------End Duvidas------------------*/

/*-----------INFO SECTION ---------------*/

/*-----------Begin New------------------*/

.cnt-new {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
	position: relative;
}

.btn-ver-mais {
	border-color: #9C9C9C;
	font-size: 13px;
	color: #505050;
	font-weight: bold;
	position: absolute;
	border-radius: 0px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px;
}

.btn-ver-mais:hover {
	background-color: #0B3647;
	color: #fff;
	transition: 1s all ease-out;
	border-color: #0B3647;
	border-radius: 0px;
}

.text-card-div {
	margin-top: 5px;
}

.text-card-div p {
	margin-bottom: 2px;
	font-size: 14px;
	color: #505050;
	text-align: justify;
}

.title-new-card {
	width: 29%;
	margin-left: 20px;
}

.font-adjus {
	font-size: 14px!important;
}

/*-----------End New------------------*/

/*-----------INFO SECTION ---------------*/

/*-----------Begin Form------------------*/

.ctn-form {
	position: relative;
	margin-top: 100px;
	background: #535353;
}

.form_input {
	margin-top: 7px;
	margin-right: 3px;
	padding:3px;
	color: white;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 5px;
	background-color: transparent;
}

.border_form {

}

.no_row_xs {
	margin-left: 0px;
	margin-right: 0px;
}

.campo-flex {
	display: flex;
	align-items: center;
}

.campo-flex p {
	margin-bottom: 0px!important;
	color: #fff;
}

.pd-right {
	padding-right: 0px;
}

#inputState {
	background-color: transparent;
	border-color: transparent;
}

.border-bg {
	background-color: transparent;
	position: relative;
}

.left-form p {
	margin-bottom: 3px;
	color: #fff;
}

.left-form {
	padding-left: 0px;
	background: #535353;
	padding-top: 30px;
	padding-bottom: 30px;
}

.pd-all {
	padding: 0px;
}

textarea {
	resize: none;
}

::placeholder {
	color: white;
}

.right-form {
	background-color: #5C8016;
	color: #fff;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.right-form p {
	margin-bottom: 5px;
	font-size: 20px;
}

.ctn-where-are a {
	font-size: 19px;
}

#icon-wpp {
	fill: #fff;
	width: 30px;
	height: auto;
}

.adjust-spacing {
	padding-bottom: 50px;
	font-size: 24px!important;
	font-weight: 600;
}

.right-form span {
	font-weight: 600;
}

.p-color {
	color: #FFFFFF!important;
	font-weight: bold;
	font-size: 31px;
}

.card-header-adjust {
	border-bottom: 1px solid transparent;
}

#contato {
	margin-top: 20px;
}

.brd-3 {
	margin-top: 21px;
}

.brd-4 {
	margin-top: 21px;
}

.btn-form {
	background-color: #ffffff;
	border-color: transparent;
	color: #FF0000;
	font-weight: bold;
	margin:5px;
}

.btn-form:hover {
	background-color: #FF0000;
	color: #fff;
}

.btn-form:hover .btn-icon {
	background-color: #f99212;
}

.btn-icon {
	padding: 8px 13px;
	background-color: #F5A137;
	color: #0E3645;
}

/*-----------End Form------------------*/

/*-----------INFO SECTION ---------------*/

/*-----------Begin Footer------------------*/

.footer {
	display: flex;
	align-items: center;
	background-color: #eeee;
	padding: 15px 0px;
}

.cop {
	color: #BABABA;
	padding-left: 0px;
}

.cop p {
	margin-bottom: 0px;
}

/*-----------INFO SECTION ---------------*/

/*-----------INFO SECTION ---------------*/

/*-----------Begin Page A AugeSol------------------*/

.topo-menu-auge {
	background-image: url(../img/01_slide.jpg);
	padding: 30px 0px;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom: 5px solid #FECC02;
}

.right_card_augesol {
	position: relative;
	width: 25%;
}

.conteudo_auge_sol {
	display: flex;
	justify-content: center;
	width: 100%;
}

.ctn_auge_sol {
	max-width: 950px;
}

.ctn_auge_sol p {
	text-align: right;
}

.left_card_augesol {
	width: 75%;
	padding-right: 30px;
}

.title_auge_sol {
	margin-top: 50px;
	margin-bottom: 20px;
}

.title_auge_sol p {
	color: #7A797E;
	font-size: 22px;
	margin-bottom: 30px;
}

.title_auge_sol p span {
	font-weight: bold;
}

.left_card_augesol h3 {
	color: #737277;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 30px;
}

.left_card_augesol p {
	text-align: justify;
	color: #737277;
	font-size: 15px;
}

.img_fachada {
	width: 250px;
}

#icon_play {
	width: 50px;
	fill: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#icon_mission_auge {
	width: 80px;
	fill: #f99212;
	height: 80px;
}

#icon_vision_auge {
	width: 80px;
	fill: #f99212;
	height: 80px;
}

#icon_values_auge {
	width: 80px;
	fill: #f99212;
	height: 80px;
}

.mission_auge {
	display: flex;
	padding-top: 50px;
	margin: 20px 0px;
	align-items: center;
	border-bottom: 1px solid #ccc;
}

.vision_auge {
	display: flex;
	margin: 20px 0px;
	align-items: center;
	border-bottom: 1px solid #ccc;
}

.values_auge {
	display: flex;
	margin: 20px 0px;
	align-items: center;
	padding-bottom: 50px;
}

.ctn_vms {
	width: 94%;
	margin: 0 auto;
}

.text_mission_auge {
	margin-left: 80px;
	width: 60%;
}

.text_mission_auge h3 {
	color: #7C7B80;
	font-weight: bold;
	font-size: 23px;
}

.text_mission_auge p, .text_mission_auge li {
	color: #868589;
	font-weight: 500;
	font-size: 13px;
	text-align: justify;
}

/*-----------Begin Page Cases ------------------*/

.ctn_cases_auge_sol {
	max-width: 950px;
}

.cases_augesol {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.title_case_auge_sol p {
	color: #7A797E;
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: right;
}

.title_case_auge_sol span {
	font-weight: bold;
}

.ctn_cases_auge_sol h3 {
	color: #737277;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 30px;
	margin-left: 30px;
}

.card_cases {
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-left: 30px;
	margin-bottom: 50px;
	transform: scale(1);
	border: 1px solid transparent;
	padding-top: 18px;
}

.card_cases:hover {
	border: 1px solid #e9e9e9;
	box-shadow: 3px 3px #e0dada63;
	transform: scale(1.02);
	transition: 1s all ease-out;
}

.card_cases p {
	font-size: 13px;
	margin-bottom: 2px;
	font-weight: 500;
	text-align: center;
	color: #737277;
}

.card_cases p span {
	font-weight: bold;
}

.card_cases h4 {
	color: #737277;
	font-size: 15px;
	margin-bottom: 3px;
	font-weight: bold;
}

.card_cases img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	margin-top: 15px;
}

.text_case_card {
	background-color: #eee;
	padding: 10px 10px;
}

/*-----------Begin Page Contato ------------------*/

.ctn_contato_auge_sol {
	max-width: 950px;
}

.inputForm {
	background-color: #EEEEEE;
}

.border-bg-form {
	background-color: #EEEEEE;
}

.col-form-label {
	font-size: 13px;
	color: #737277;
	font-weight: bold;
}

.conteudo_auge_sol_contato {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.conteudo_auge_sol_contato h4 {
	color: #8E8D90;
	font-weight: bold;
	margin-bottom: 75px;
	font-size: 18px;
}

.adjust-form-group {
	margin-left: 5px;
}

#inputTelefone {
	width: 244px;
}

#icon-wpp-contact {
	fill: #FFAF2A;
	width: 25px;
	height: auto;
}

.wrapper-contact {
	margin-top: 125px;
	margin-bottom: 80px;
}

.wrapper-contact p {
	color: #737277;
}

.tel-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.tel-wrapper p {
	margin-bottom: 0px;
	margin-left: 10px;
}

.wrapper-contact p span {
	font-weight: bold;
}

/*-----------Begin Page Soluções ------------------*/

.card_cases_solucoes {
	width: 30%;
	margin-left: 30px;
	margin-bottom: 80px;
	transform: scale(1);
	border: 1px solid transparent;
}

.card_cases_solucoes:hover {
	border: 1px solid #e9e9e9;
	background-color: #eee;
	transform: scale(1.01);
	transition: 0.5s all ease-out;
}

.card_cases_solucoes img {
	height: 180px;
	object-fit: cover;
	margin-top: 20px;
}

.container-solucoes .card-header  {
	background-color: #1C3F4E;
	min-height: 55px;

}



.container-solucoes .card-header i {
	color:#FFB842;
}

.container-solucoes .card-body  {
	background-color: #d9ddde;
}

.container-solucoes .card-title {
	color: #505050;
}


.card-solucoes-icon > i {
	color: #1C3F4E;
}

#icon-residencial {
	width: 50px;
	height: 50px;
	fill: #f99212;
	display: block;
	margin: 0 auto;
}

#icon-empresarial {
	width: 50px;
	height: 50px;
	fill: #f99212;
	display: block;
	margin: 0 auto;
}

#icon-rural {
	width: 50px;
	height: 50px;
	fill: #f99212;
	display: block;
	margin: 0 auto;
}

.text_soluc_card {
	text-align: center;
	color: #505050;
}

.text_soluc_card h4 {
	font-size: 20px;
	font-weight: bold;
}

.text_soluc_card p {
	margin-bottom: 5px;
	color: #505050;
	font-size: 14px;
	font-weight: 500;
}

/*Begin Page Duvidas Frequentes*/

.ctn_duvida_auge_sol {
	max-width: 950px;
}

.cases_augesol {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.title_duvida_auge_sol p {
	color: #7A797E;
	font-size: 22px;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: right;
	width: 100%;
}

.title_duvida_auge_sol span {
	font-weight: bold;
}

.ctn_duvida_auge_sol h3 {
	color: #737277;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 30px;
}

.text_duvida h4 {
	color: #737277;
	font-weight: bold;
	font-size: 15px;
}

.text_duvida p {
	text-align: justify;
	color: #000;
	font-size: 14px;
}

.ctn_card_duvida {
	display: flex;
	flex-direction: row;
	width: 100%;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.conteudo_auge_sol_duvida {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.image_pnt {
	width: 7%;
}

.text_duvida {
	width: 85%;
}

/*Begin Page Noticias*/

.ctn_noticia_auge_sol {
	max-width: 950px;
}

.cases_augesol {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.title_noticia_auge_sol p {
	color: #7A797E;
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: right;
}

.title_noticia_auge_sol span {
	font-weight: bold;
}

.ctn_noticia_auge_sol h3 {
	color: #737277;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 30px;
}

.text_noticia h4 {
	color: #737277;
	font-weight: bold;
	font-size: 16px;
}

.text_noticia p {
	text-align: justify;
	color: #8B898D;
	font-size: 12px;
}

.ctn_card_noticia {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin-bottom: 20px;
	transform: scale(1);
	border: 1px solid transparent;
}

.text_noticia span {
	font-size: 12px;
	color: #737277;
	opacity: 0.5;
}

.conteudo_auge_sol_noticia {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.image_pnt_noticia {
	width: 15%;
}

.wrapper_text_noticia {
	width: 80%;
}

.wrapper_text_noticia:hover {
	text-decoration: none;
}

.text_noticia {
	width: 80%;
}

.ctn_card_noticia:hover {
	cursor: pointer;
	border: 1px solid #eee;
	box-shadow: 3px 3px #e5e5e561;
	transform: scale(1.02);
	transition: 1s all ease-out;
}

.img-noticias {
	width: 124px;
	height: 114px;
	object-fit: cover;
}

.title_noticia_auge_sol_adjust p {
	color: #7A797E;
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: right;
	width: 100%;
}

.title_noticia_auge_sol_adjust span {
	font-weight: bold;
}

.ctn-noticia {
	position: relative;
}

.ctn-noticia h2 {
	color: #737277;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.ctn-noticia p {
	text-align: justify;
	color: #737277;
	font-size: 14px;
}

.btn-noticia-voltar {
	border-color: #9C9C9C;
	font-size: 13px;
	color: #505050;
	font-weight: bold;
	position: absolute;
	border-radius: 0px;
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px;
}

.btn-noticia-voltar:hover {
	background-color: #0B3647;
	color: #fff;
	transition: 1s all ease-out;
	border-color: #0B3647;
	border-radius: 0px;
}

/*Begin Page Simulação*/

.ctn_simulacao_auge_sol {
	max-width: 950px;
}

.title_simulacao_auge_sol p {
	color: #7A797E;
	font-size: 20px;
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: right;
}

.title_simulacao_auge_sol span {
	font-weight: bold;
}

.ctn_simulacao_auge_sol h3 {
	color: #737277;
	font-weight: bold;
	font-size: 25px;
	margin-bottom: 30px;
}

.form-simulacao {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.col-valor .toggle.btn {
	width: 250px !important;
}

.col-valor .btn-light {
	background-color: #F8A032;
	border-color: #F5A137;
}

.col-valor .btn-primary {
	background-color: #e2e6ea;
	border-color: #e2e6ea;
}

.col-valor .btn-primary:hover {
	background-color: #e2e6ea;
	border-color: #e2e6ea;
}

.form-simulacao .form-control {
	background-color: #EEEEEE;
}

legend {
	font-size: 11px;
	text-align: center;
	color: #B4B4BA;
	font-weight: 500;
}

.form-simulacao label {
	color: #B4B4BA;
	font-weight: bold;
}

.btn-avancar-simulacao {
	background-color: #FF9F00;
	border-color: #FF9F00;
	color: #fff;
	font-weight: bold;
	padding: 4px 35px;
	margin-bottom: 50px;
}

.btn-voltar-simulacao {
	background-color: #DADADA;
	border-color: #DADADA;
	color: #fff;
	font-weight: bold;
	padding: 4px 35px;
	margin-bottom: 50px;
}

.conteudo_auge_sol_simulacao p {
	color: #9E9EA1;
	font-weight: 600;
	font-size: 18px;
	text-align: center;
}

.adjust-range {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.adjust-range label {
	text-align: center;
}

/*Begin Page Simulação 2*/

.adjust-simulacao {
	margin: 50px 0px;
}

.adjust-form-2 {
	text-align: center;
}

form a {
	margin-left: 50px;
}

.ctn-cinza {
	padding: 80px 0px;
}

.ctn-cinza img {
	width: 80%;
	margin: 20px auto;
	display: block;
}

/*Begin Page Simulação 3  */

.adjust-simulacao-3 {
	position: relative;
}

.adjust-simulacao-3 p {
	color: #FF9F00;
	font-weight: bold;
}

.adjust-simulacao-3 img {
	width: 50%;
	display: block;
	margin: 0 auto;
}

.text-one-simulacao {
	position: absolute;
	bottom: 10px;
	left: 115px;
	text-align: center;
}

.text-one-simulacao h4 {
	color: #FF9F00;
	font-size: 15px;
}

.text-one-simulacao span {
	color: #A09FA4;
	font-weight: bold;
	font-size: 17px;
}

.text-two-simulacao {
	position: absolute;
	top: 84px;
	right: 140px;
	text-align: center;
}

.text-two-simulacao h4 {
	color: #FF9F00;
	font-size: 15px;
}

.text-two-simulacao span {
	color: #A09FA4;
	font-weight: bold;
	font-size: 17px;
}

.text-three-simulacao {
	position: absolute;
	bottom: -25px;
	right: 175px;
	text-align: center;
}

.text-three-simulacao h4 {
	color: #FF9F00;
	font-size: 15px;
}

.text-three-simulacao span {
	color: #A09FA4;
	font-weight: bold;
	font-size: 17px;
}

#icon-quantidade {
	fill: #f59e00;
	width: 60px;
	height: 60px;
}

#icon-instalacao {
	fill: #f59e00;
	width: 60px;
	height: 60px;
}

#icon-producao {
	fill: #f59e00;
	width: 60px;
	height: 60px;
}

#icon-potencia {
	fill: #f59e00;
	width: 60px;
	height: 60px;
}

.cards-result {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.cards-result p {
	color: #DDDDDE;
	font-weight: 600;
	margin-bottom: 3px;
	text-align: center;
	margin-top: 10px;
}

.cards-result span {
	color: #9C9AA0;
	font-weight: bold;
	font-size: 18px;
}

.all-cards-result {
	display: flex;
	position: absolute;
	left: 50%;
	width: 100%;
	top: 50%;
	transform: translate(-50%, -50%);
	justify-content: center;
}

.result {
	border: 2px solid #E5E5E5;
	height: 300px;
	width: 70%;
	position: relative;
	box-shadow: 3px 3px #e5e5e561;
	margin-bottom: 100px;
}

.result h3 {
	position: absolute;
	top: -11px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 16px;
	background-color: #fff;
	padding: 0px 50px;
	color: #FFB842;
	font-weight: 900;
}

.adjust-ctn-simulacao {
	margin-bottom: 150px;
}

.result legend {
	font-size: 11px;
	text-align: center;
	color: #B4B4BA;
	position: absolute;
	font-weight: 500;
	bottom: -55px;
	left: 0;
}

.result legend span {
	font-weight: 900;
}

.btns-three {
	display: flex;
	justify-content: center;
}

.btn-simulacao {
	background-color: #FF9F00;
	border-color: #FF9F00;
	color: #fff;
	font-weight: bold;
	padding: 4px 35px;
	margin-bottom: 80px;
	margin-left: 25px;
	border-radius: 0;
}

/*-----------Adjust Mobile------------------*/

@media screen and (max-width:767px) {
	.howitwork {
		display: none;
	}
	.contact-topo {
		display: none;
	}
	.video-auge {
		display: none;
	}
	.text-auge-card {
		width: 100%;
		padding: 15px 15px;
	}
	.btn-conh {
		display: block;
		margin: 0 auto;
		float: none;
	}
	.text-card-a p {
		font-size: 12px;
	}
	.description-solar {
		padding: 0px;
	}
	.cop p {
		font-size: 12px;
	}
	.btn-simulator {
		display: none;
	}
	.text-carousel .adjust-bold {
		font-size: 15px;
	}
	.text-carousel {
		left: 30px;
		top: 50%;
		transform: translateY(-50%);
	}
	.text-carousel p {
		font-size: 12px;
	}
	.topo-menu {
		padding: 0px 0px;
	}
	.img-logo {
		max-width: 	0%;
		width: 150px;
	}
	.topo-menu {
		display: none;
	}
	.logo-mobile-topo {
		width: 300px;
		position: absolute;
		left: 10px;
		top: 5px;
	}
	.menu-mobile {
		position: relative;
		background-color: #0B3647;
		padding: 30px 0px;
	}
	.custom-toggler.navbar-toggler {
		border-color: rgb(255, 255, 255, 0);
	}
	.custom-toggler.navbar-toggler:hover {
		border-color: rgb(255, 255, 255, 0);
	}
	.custom-toggler .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	.exam {
		display: none;
	}
	.navbar-nav {
		text-align: center;
		
		margin-top: 10px;
	}
	.navbar-light .navbar-nav .nav-link {
		color: #fff;
	}
	.navbar-light .navbar-nav .nav-link:hover {
		color: #fff;
		font-weight: bold;
	}
	.description-solar p {
		font-size: 5px;
	}
	.description-solar {
		margin: 5px 0px;
	}
	.btn-simulator-mobile {
		display: flex;
		justify-content: center;
		margin-bottom: 20px;
	}
	.btn-sim {
		font-size: 11px;
		padding: 1px 20px;
	}
	.text-itwork p {
		font-size: 15px;
	}
	.itens-circle {
		display: none;
	}
	.circle-cards {
		width: 90px;
		height: 90px;
	}
	#icon-lampada {
		width: 50px;
	}
	#icon-home {
		width: 50px;
	}
	#icon-placa {
		width: 50px;
	}
	#icon-money {
		width: 50px;
	}
	#icon-finan {
		width: 50px;
	}
	.card-adjust-mobile {
		text-align: center;
		width: 45%;
	}
	.adjust-p p {
		font-size: 12px;
	}
	.circle-cards:hover {
		transform: scale(1.05);
	}
	.itens-circle-mobile {
		padding: 30px 0px;
	}
	.carousel-cell {
		width: 50%;
		margin-left: 6px;
	}
	.two-card-new {
		display: none;
	}
	.three-card-new {
		display: none;
	}
	.one-card-new {
		width: 100%;
		margin-left: 0px;
		display: block;
		margin: 0 auto;
	}
	.font-adjus {
		font-size: 12px!important;
		display: block!important;
		text-align: center;
	}
	.btn-mais {
		border-color: #9C9C9C;
		font-size: 13px;
		color: #505050;
		font-weight: bold;
		float: right;
		border-radius: 0px;
		width: 35%;
		display: block;
		margin: 15px auto;
	}
	.cnt-new {
		flex-direction: column;
	}
	.btn-mais:hover {
		background-color: #0B3647;
		color: #fff;
		transition: 1s all ease-out;
		border-color: #0B3647;
		border-radius: 0px;
	}
	.text-card-div p {
		display: none;
		text-align: center;
	}
	.right-form {
		display: flex;
		padding-top: 20px;
		padding-bottom: 20px;
		justify-content: space-around;
	}
	.adjust-spacing {
		font-size: 16px!important;
		margin-bottom: 0px!important;
		display: flex;
		align-items: center;
		padding-bottom: 0px;
	}
	.ctn-where-are p {
		font-size: 13px;
	}
	.ctn-where-are a {
		color: #fff;
		text-decoration: none;
		font-size: 14px;
	}
	.ctn-where-are a:hover {
		font-weight: bold;
	}
	#icon-wpp {
		width: 22px;
	}
	.left-form {
		padding: 0px;
		padding-bottom: 20px;
	}
	.no_row_xs {
		margin-right: 0px;
	}
	.ctn-form {
		padding: 0px 15px;
	}
	#contato {
		padding-left: 15px;
		padding-right: 15px;
	}
	.left-form p {
		padding-left: 15px;
		padding-top: 15px;
	}
	.two-doubt {
		margin-top: 0px;
	}
	.first-doubt {
		margin-top: 10px;
	}
	.btn-link {
		font-size: 13px;
	}
	.doubt p {
		left: 0%;
		transform: translateX(0%);
		position: relative;
	}
	.cop-img {
		padding-left: 0px;
	}
	.card-header {
		padding: 0px;
	}
	.text-card-div {
		margin-top: 15px;
	}
	.cnt-new {
		margin-bottom: 15px;
	}
	/*Page AugeSol*/
	.topo-menu-auge {
		display: none;
	}
	.conteudo_auge_sol {
		flex-direction: column;
	}
	.left_card_augesol {
		width: 100%;
		padding-right: 0px;
	}
	.right_card_augesol {
		width: 75%;
		display: block;
		margin: 0 auto;
		margin-top: 30px;
	}
	.img_fachada {
		width: 100%;
	}
	.mission_auge {
		flex-direction: column;
		position: relative;
	}
	.text_mission_auge {
		width: 100%;
		margin-left: 0px;
	}
	#icon_mission_auge {
		width: 40px;
		fill: #f99212;
		height: 55px;
		position: absolute;
		left: 0px;
		top: 30px;
	}
	.vision_auge {
		flex-direction: column;
		position: relative;
	}
	.text_vision_auge {
		width: 100%;
		margin-left: 0px;
	}
	#icon_vision_auge {
		width: 40px;
		fill: #f99212;
		height: 55px;
		position: absolute;
		left: 0px;
		top: -17px;
	}
	.values_auge {
		flex-direction: column;
		position: relative;
		margin: 25px 0px;
	}
	.text_values_auge {
		width: 100%;
		margin-left: 0px;
	}
	#icon_values_auge {
		width: 55px;
		fill: #f99212;
		height: 40px;
		position: absolute;
		left: 0px;
		top: -8px;
	}
	.text_mission_auge h3 {
		text-align: center;
	}
	.adjust-ctn-form {
		display: none;
	}
	.ctn-form-auge-sol {
		margin-top: 0px;
	}
	.adjust-menu-bg {
		background-image: url(../img/01_slide.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		border-bottom: 5px solid #FF9F00;
	}
	.left_card_augesol h3 {
		font-size: 18px;
		margin-top: 30px;
		margin-left: 10px;
	}
	.left_card_augesol p {
		font-size: 14px;
		margin: 0 auto;
	}
	/*Begin Page Cases*/
	.cases_augesol {
		flex-direction: column;
	}
	.card_cases {
		width: 100%;
		margin-left: 0px;
		margin-bottom: 0px;
		margin-top: 10px;
	}
	.card_cases h4 {
		margin-top: 5px;
		margin-bottom: 0px;
	}
	/*Begin Page Duvidas*/
	.image_pnt {
		display: none;
	}
	.text_duvida {
		width: 100%;
	}
	/*Begin Page Listagem Noticia*/
	.text_noticia p {
		display: none;
	}
	.image_pnt_noticia {
		width: 35%;
	}
	.text_noticia {
		width: 70%;
		margin-left: 15px;
	}
	.text_noticia h4 {
		text-align: justify;
	}
	.img-noticias {
		margin-left: -10px;
		width: 100%;
		height: 100%;
		display: block;
		margin: 0 auto;
	}
	.adjust_ctn_card-noticia {
		display: none;
	}
	.hr-none {
		display: none;
	}
	.btn-simulator-mobile a {
		text-decoration: none;
	}
	.card_cases p {
		margin-bottom: 2px;
	}
	/*Page Simulacao 1*/
	.conteudo_auge_sol_simulacao p {
		text-align: center;
		margin-bottom: 40px;
		display: none;
	}
	.col-valor .toggle.btn {
		width: 100%!important;
	}
	form a {
		margin-left: 0px;
	}
	.ctn_simulacao_auge_sol h3 {
		text-align: left;
		font-size: 17px;
		margin-top: 30px;
		margin-left: 15px;
	}
	.adjust-mt-form {
		margin-top: 0px;
	}
	.ctn-cinza img {
		width: 90%;
	}
	.img-desk {
		display: none!important;
	}
	.text-two-simulacao {
		top: -10px;
		right: 2px;
	}
	.adjust-simulacao-3 img {
		width: 53%;
		margin: 0;
	}
	.text-one-simulacao {
		position: absolute;
		bottom: 27px;
		left: 163px;
	}
	.text-one-simulacao h4 {
		font-size: 12px;
		margin-bottom: 0px;
		font-weight: 900;
		color: #7A797E;
	}
	.text-two-simulacao h4 {
		font-size: 12px;
		margin-bottom: 0px;
		font-weight: 900;
		color: #7A797E;
	}
	.text-two-simulacao span {
		color: #FF9F00;
		font-size: 13px;
	}
	.text-one-simulacao span {
		color: #FF9F00;
		font-size: 12px;
	}
	.text-three-simulacao h4 {
		font-weight: 900;
		color: #7A797E;
		margin-bottom: 0px;
		font-size: 12px;
	}
	.adjust-ctn-simulacao {
		margin-bottom: 100px;
	}
	.text-three-simulacao {
		bottom: -15px;
		right: 35px;
	}
	.text-three-simulacao span {
		color: #FF9F00;
		font-size: 12px;
	}
	.cards-result {
		width: 50%;
		margin-top: 40px;
	}
	.ctn_simulacao_auge_sol {
		padding: 0px 35px;
	}
	.cards-result p {
		color: #7C7B80;
		font-size: 14px;
	}
	.title_auge_sol {
		margin-top: 0px
	}
	.title_auge_sol p {
		font-size: 13px;
		width: 98%;
		margin-top: 25px;
	}
	.cards-result span {
		font-size: 16px;
	}
	.all-cards-result {
		flex-wrap: wrap;
		margin-top: 10px;
		padding: 0px 10px;
		top: 44%;
	}
	.btns-three {
		flex-wrap: wrap;
		padding-top: 50px;
	}
	.btn-simulacao {
		margin-left: 0px;
		margin-bottom: 30px;
	}
	.ctn-form {
		margin-top: 35px;
	}
	.adjust-btn-simulacao {
		padding: 4px 47px;
	}
	.title_simulacao_auge_sol p {
		font-size: 13px;
		width: 98%;
		margin-top: 25px;
	}
	.adjust-form-simulation {
		margin-top: 0px;
	}
	.ctn-cinza {
		padding: 35px 0px;
	}
	.ctn_auge_sol {
		padding: 0px 35px;
	}
	.ctn_cases_auge_sol {
		padding: 0px 35px;
	}
	.ctn_duvida_auge_sol {
		padding: 0px 35px;
	}
	.ctn_contato_auge_sol {
		max-width: 915px;
		padding: 0px 35px;
	}
	.ctn_noticia_auge_sol {
		padding: 0px 35px;
	}
	.adjust-h3 {
		margin-left: 5px!important;
		margin-bottom: 50px!important;
	}
	.result {
		width: 90%;
	}
	.result h3 {
		position: absolute;
		top: -11px;
		left: 50%;
		transform: translateX(-50%);
		font-size: 12px;
		background-color: #fff;
		padding: 0px 0px;
		color: #FFB842;
		font-weight: 900;
		width: 245px;
		padding: 0px 10px;
	}
	.result legend {
		bottom: -110px;
	}
	.result {
		height: 370px;
	}
	.btn-noticia-voltar {
		bottom: -75px;
	}
	.form-noticia {
		margin-top: 110px;
	}
	/*Begin Page Solucoes*/
	.card_cases_solucoes img {
		display: none;
	}
	.card_cases_solucoes {
		width: 100%;
		margin-left: 0px;
		margin-top: 20px;
		margin-bottom: 30px;
	}
	#inputTelefone {
		width: 100%;
	}
	.adjust-form-group {
		margin-left: 0px;
	}
	.form-group {
		margin-right: 0px;
		margin-left: 0px;
		width: 100%;
	}
	textarea.form-control {
		margin: 0 auto;
		display: block;

	}
	.btn-form {
		
		margin:5px;
	}
	.wrapper-contact p {
		text-align: center;
		font-size: 14px;
	}
	.wrapper-contact {
		margin-bottom: 35px;
	}
	.conteudo_auge_sol_contato h4 {
		display: none;
	}
	.title_case_auge_sol p {
		font-size: 13px;
		margin-top: 25px;
		width: 98%;
	}
	.title_noticia_auge_sol p {
		font-size: 13px;
		margin-top: 25px;
		width: 98%;
	}
	.title_duvida_auge_sol p {
		width: 98%;
		margin-top: 25px;
		font-size: 13px;
	}
	.ctn_duvida_auge_sol h3 {
		font-size: 17px;
		margin-top: 30px;
	}
	.ctn_noticia_auge_sol h3 {
		font-size: 19px;
		margin-top: 30px;
	}
	.adjust_title_auge_all {
		display: none;
	}
	.adjust-ctn-form-index {
		margin-top: 100px;
	}
	.ctn_contato_auge_sol h3 {
		font-size: 17px;
		color: #737277;
		font-weight: bold;
		margin-bottom: 25px;
		margin-top: 30px;
	}
	.ctn_cases_auge_sol h3 {
		margin-left: 4px;
		font-size: 19px;
		margin-bottom: 10px;
		margin-top: 30px;
	}
	#icon-residencial {
		width: 35px;
	}
	#icon-empresarial {
		width: 35px;
	}
	#icon-rural {
		width: 40px;
	}
	.logo-mobile-topo-col {
		z-index: 1111;
	}
}

@media screen and (min-width:768px) {
	.menu-mobile {
		display: none;
	}
	.btn-simulator-mobile {
		display: none;
	}
	.itens-circle-mobile {
		display: none;
	}
	.btn-mais {
		display: none;
	}
	.ctn-where-are a {
		color: #fff;
		text-decoration: none;
	}
	.howitwork-mobile {
		display: none;
	}
	.ctn-where-are a:hover {
		font-weight: bold;
	}
	.img-mobile {
		display: none!important;
	}
	.ctn_cases_auge_sol h3 {
		display: none;
	}
	.left_card_augesol h3 {
		display: none;
	}
	.ctn_duvida_auge_sol h3 {
		display: none;
	}
	.ctn_contato_auge_sol h3 {
		display: none;
	}
	.ctn_simulacao_auge_sol h3 {
		display: none;
	}
	.ctn_noticia_auge_sol h3 {
		display: none;
	}
	.logo-mobile-topo-col {
		z-index: 1111;
	}
	.navbar-expand-lg .navbar-nav {
		align-items: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
	.logo-mobile-topo-col {
		z-index: 1111;
	}
	.contact-topo {
		display: none;
	}
	.logo-mobile-topo-col img {
		position: absolute;
		width: 300px;
		left: 10px;
		top: 5px;

	}
	.topo-menu {
		display: none;
	}
	.menu-mobile {
		display: flex;
		background-color: #0B3647;
		padding: 40px 0px;
	}
	.custom-toggler.navbar-toggler {
		border-color: rgb(255, 255, 255, 0);
	}
	.custom-toggler.navbar-toggler:hover {
		border-color: rgb(255, 255, 255, 0);
	}
	.custom-toggler .navbar-toggler-icon {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	.navbar-light .navbar-nav .nav-link {
		color: #fff;
		text-align: center;
	}
	.btn-simulator {
		position: absolute;
		top: 8px;
		right: 24px;
		z-index: 9999;
		left: auto;
		transform: translateX(0);
	}
	.text-carousel {
		left: 65px;
	}
	.navbar-collapse {
		border-top: 1px solid #fff;
	}
	.brd-4 {
		display: none;
	}
	.two-doubt {
		margin-top: 0px;
	}
	.right-form {
		display: none;
	}
	.left-form {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.topo-menu-auge {
		display: none;
	}
	.adjust-menu-bg {
		background-image: url(../img/01_slide.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		border-bottom: 5px solid #FF9F00;
	}
	.img_fachada {
		height: 100%;
		object-fit: cover;
	}
	.cases_augesol {
		flex-wrap: nowrap;
	}
	.adjust-ctn-form-solucoes {
		margin-top: 0px;
	}
	.adjust_cases_augesol {
		flex-wrap: wrap;
	}
	.card_cases {
		margin-left: 15px;
	}
	#inputTelefone {
		width: 100%;
	}
	.adjust-btn-contato {
		right: 0;
		bottom: -64px;
	}
	.conteudo_auge_sol_contato h4 {
		margin: 50px 0px;
	}
	.wrapper-contact {
		margin-bottom: 190px;
	}
	.text_noticia {
		margin-left: 30px;
	}
	.col-valor .toggle.btn {
		width: 100% !important;
	}
	form a {
		margin-left: 0px;
	}
	.result legend {
		bottom: -85px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1034px) {
	.nav-a {
		font-size: 11px;
	}
	.btn-form {
		font-size: 12px;
		margin:5px;
		padding: 2px 2px;
	}

	
}




/*Begin Mobile Rotation */

@media screen and (max-width: 767px) and (orientation: landscape) {
	.text-card-div p {
		text-align: center;
	}
	.photo-new img {
		width: 100%;
	}
	.left-form {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.card_cases img {
		width: 375px;
		height: 100%;
	}
	#form_contato {
		margin-bottom: 80px;
	}
	.btn-form {
		right: 0;
	}
	.text-two-simulacao {
		top: 29px;
		right: 169px;
	}
	.text-one-simulacao {
		bottom: 81px;
		left: 276px;
	}
	.text-three-simulacao {
		bottom: 4px;
		right: 186px;
	}

}

@media screen and (min-width:1900px) {
	.form_input {
		font-size: 22px;
	}
}