/*---------------------------------------------------------------------
File Name: style.css
---------------------------------------------------------------------*/

/*---------------------------------------------------------------------
import Fonts
---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,600i,700,700i,800,800i&display=swap');

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(font-awesome.min.css);
@import url(owl.carousel.css);

/*---------------------------------------------------------------------
basic
---------------------------------------------------------------------*/

body {
	color       : #666;
	font-size   : 14px;
	font-family : 'Poppins', sans-serif;
	line-height : 1.80857;
	font-weight : normal;
}

a {
	color              : #1F1F1F;
	text-decoration    : none !important;
	outline            : none !important;
	-webkit-transition : all .3s ease-in-out;
	-moz-transition    : all .3s ease-in-out;
	-ms-transition     : all .3s ease-in-out;
	-o-transition      : all .3s ease-in-out;
	transition         : all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing : 0;
	font-weight    : normal;
	position       : relative;
	padding        : 0;
	font-weight    : normal;
	line-height    : normal;
	color          : #111;
	margin         : 0
}

h1 {
	font-size : 24px
}

h2 {
	font-size : 22px
}

h3 {
	font-size : 18px;
}

h4 {
	font-size : 16px
}

h5 {
	font-size : 14px
}

h6 {
	font-size : 13px
}

*,
*::after,
*::before {
	-webkit-box-sizing : border-box;
	-moz-box-sizing    : border-box;
	box-sizing         : border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	color           : #212121;
	text-decoration : none !important;
	opacity         : 1
}

button:focus {
	outline : none;
}

ul,
li,
ol {
	margin     : 0px;
	padding    : 0px;
	list-style : none;
}

p {
	margin      : 0px;
	padding     : 0;
	font-weight : 400;
	font-size   : 17px;
	line-height : 28px;
}

a {
	color           : #222;
	text-decoration : none;
	outline         : none !important;
}

a,
.btn {
	text-decoration    : none !important;
	outline            : none !important;
	-webkit-transition : all .3s ease-in-out;
	-moz-transition    : all .3s ease-in-out;
	-ms-transition     : all .3s ease-in-out;
	-o-transition      : all .3s ease-in-out;
	transition         : all .3s ease-in-out;
}

img {
	max-width : 100%;
	height    : auto;
}

:focus {
	outline : 0;
}

.btn-custom {
	margin-top       : 20px;
	background-color : transparent !important;
	border           : 2px solid #DDD;
	padding          : 12px 40px;
	font-size        : 16px;
}

.lead {
	font-size   : 18px;
	line-height : 30px;
	color       : #767676;
	margin      : 0;
	padding     : 0;
}

.form-control:focus {
	border-color : #FFF !important;
	box-shadow   : 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
	border : none !important;
}

.badge {
	font-weight : 500;
}

blockquote {
	margin  : 20px 0 20px;
	padding : 30px;
}

button {
	border  : 0;
	margin  : 0;
	padding : 0;
	cursor  : pointer;
}

.full {
	width   : 100%;
	float   : left;
	margin  : 0;
	padding : 0;
}

.titlepage {
	padding-bottom : 60px;
}

.titlepage::before {
	/*content      : "";*/
	/*position     : absolute;*/
	/*border       : #FFF solid 5px;*/
	/*border-width : 5px;*/
	/*width        : 80px;*/
	/*z-index      : 999;*/
	/*margin       : 0 auto;*/
	/*left         : 0;*/
	/*right        : 0;*/
	/*top          : 55px;*/
}

.titlepage h2 {
	font-size   : 35px;
	font-weight : bold;
	line-height : 50px;
	color       : #323232;
}

.read_more {
	display     : inline-block;
	background  : #6DCFF6;
	color       : #FFF;
	max-width   : 215px;
	height      : 61px;
	line-height : 61px;
	width       : 100%;
	font-size   : 17px;
	text-align  : center;
	font-weight : 500;
	transition  : ease-in all 0.5s;
}

.read_more:hover {
	background : #0E0B01;
	color      : #FFF;
	transition : ease-in all 0.5s;
}

.img_responsive {
	max-width : 100%;
}

.text_align_center {
	text-align : center;
}

.text_align_left {
	text-align : left;
}

.text_align_right {
	text-align : right;
}

.d_flex {
	display     : flex;
	align-items : center;
	flex-wrap   : wrap;
}

.container {
	max-width : 1170px;
}

/*----------------------------
loader
----------------------------*/

.loader_bg {
	position   : fixed;
	z-index    : 9999999;
	background : #FFF;
	width      : 100%;
	height     : 100%;
}

.loader {
	height          : 100%;
	width           : 100%;
	position        : absolute;
	left            : 0;
	top             : 0;
	display         : flex;
	justify-content : center;
	align-items     : center;
}

.loader img {
	width : 280px;
}

/*---------------------------------------------------------------------
header
---------------------------------------------------------------------*/

.header {
	width      : 100%;
	background : rgb(255, 255, 255);
	height     : 130px;
	padding    : 37px 30px;
	position   : absolute;
	z-index    : 999;
	box-shadow : 3px 0 13px rgba(30, 30, 30, 0.90);
}

/*---------------------------------------------------------------------
menu section
---------------------------------------------------------------------*/

.navigation.navbar {
	float   : right;
	padding : 0;
}

.navigation.navbar-dark .navbar-nav .nav-link {
	padding     : 0px 30px;
	color       : #000;
	font-size   : 17px;
	line-height : 20px;
	font-weight : 400;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
	color : #FEBF00;
}

.navigation.navbar-dark .navbar-nav .active > .nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show > .nav-link {
	color : #75704E;
}

.di_no {
	display : none;
}

ul.email {
	padding-top     : 1px;
	display         : flex;
	align-items     : center;
	justify-content : flex-end;
	flex-wrap       : wrap;
}

ul.email li {
	padding : 0px 35px;
}

ul.email li:nth-child(2) {
	padding-right : 0;
}

ul.email li a {
	font-size : 17px;
	color     : #FFF;
}

ul.email li i {
	color     : #FFF;
	font-size : 19px;
}

/** banner_main **/

#top_section {
	background-image    : url('../images/imagem1.webp');
	background-size     : cover;
	background-repeat   : no-repeat;
	padding-top         : 120px;
	position            : relative;
	height              : 100vh;
	background-position : center;
}

.we_box {
	min-height : 700px; /* ou qualquer altura mínima que funcione para o seu design */
}

#myCarousel .carousel-indicators {
	bottom      : -50px;
	margin-left : 11px;
	right       : inherit;
}

#myCarousel .carousel-indicators .active {
	background : #0E0B01;
}

#myCarousel .carousel-indicators li {
	cursor        : pointer;
	background    : #FFF;
	border-radius : 40px;
	width         : 22px;
	height        : 22px;
}

#myCarousel a.carousel-control-next,
#myCarousel a.carousel-control-prev {
	display : none;
}

.relative {
	position : inherit;
	bottom   : 0;
	padding  : 0;
}

.bluid {
	margin-top  : 10px;
	font-family : 'Open Sans', sans-serif;
	text-align  : left;
}

.banner_main .bluid h1 {
	color          : #FFF;
	font-size      : 100px;
	line-height    : 110px;
	font-weight    : bold;
	padding-bottom : 25px;
}

.banner_main .bluid p {
	color          : #FFF;
	line-height    : 25px;
	font-weight    : 500;
	padding-bottom : 50px;
	font-size      : 17px;
}

.banner_main .bluid .read_more {
	margin-right : 8px;
	background   : #FFF;
	color        : #000;
}

.banner_main .bluid .read_more:hover {
	color      : #FFF;
	background : #0E0B01;
}

/** we_do **/

.we_do {
	background : #FFF;
	padding    : 90px 0 190px 0;
}

.we_do .titlepage::before {
	border : #2E2F34 solid 5px;
}

.we1_do {
	position : inherit;
	padding  : 0;
}

#bo_ho:hover {
	border     : #292A2C solid 1px;
	transition : ease-in all 0.5s;
	cursor     : pointer;
}

.we_box {
	border        : #E6E7E8 solid 1px;
	transition    : ease-in all 0.5s;
	padding       : 40px;
	margin-bottom : 26px;
}

.we_box h3 {
	color          : #292929;
	font-size      : 22px;
	font-weight    : bold;
	line-height    : 25px;
	text-transform : uppercase;
	padding-top    : 25px;
}

.we_box h3 img {
	float : right;
}

.we_box p {
	color          : #292929;
	padding-top    : 25px;
	display        : block;
	padding-bottom : 40px;
}

.we_box .read_more {
	max-width    : 131px;
	height       : 41px;
	line-height  : 41px;
	margin       : 0 auto;
	display      : block;
	margin-right : 0;
	background   : #464646;
}

#we1 .carousel-indicators {
	display : none;
}

#we1 a.carousel-control-next,
#we1 a.carousel-control-prev {
	background : #FFF;
	width      : 67px;
	height     : 59px;
	top        : 109%;
	opacity    : 1;
	font-size  : 33px;
	color      : #000;
	box-shadow : 3px 0 36px rgba(30, 30, 30, 0.2);
}

#we1 a.carousel-control-prev {
	left : 43%;
}

#we1 a.carousel-control-next {
	right : 43%;
}

#we1 a.carousel-control-next:focus,
#we1 a.carousel-control-next:hover,
#we1 a.carousel-control-prev:focus,
#we1 a.carousel-control-prev:hover {
	background : #464646;
	color      : #FFF;
	opacity    : 1;
}

/** end we_do **/

/** about **/

.about {
	background          : url(../images/about_bg.jpg);
	background-position : center;
	background-repeat   : no-repeat;
	height              : 100vh;
	padding             : 90px 0;
}

.about .titlepage::before {
	border : #FFF solid 5px;
}

.about .titlepage {
	padding-bottom : 0;
	margin-bottom  : 0px;
}

.about .titlepage h2 {
	color : #666;
}

.about .titlepage p {
	line-height : 28px;
	padding-top : 20px;
	color       : #666;
	font-size   : 17px;
}

/** end about **/

/** portfolio **/

.portfolio {
	padding-top    : 90px;
	padding-bottom : 90px;
	background     : #FFF;
}

.portfolio .titlepage::before {
	right  : inherit;
	border : #2E2F34 solid 5px;
	left   : 15px;
}

.portfolio_main {
	margin-bottom : 30px;
	transition    : ease-in all 0.5s;
}

.portfolio_main figure {
	margin   : 0;
	position : relative;
	overflow : hidden;
}

#ho_nf:hover {
	box-shadow : 3px 0 20px rgba(30, 30, 30, 0.31);
	transition : ease-in all 0.5s;
}

#ho_nf:hover .portfolio_text {
	height     : 300px;
	transition : ease-in all 0.5s;
	padding    : 40px 40px;
}

#ho_nf:hover .li_icon {
	margin-top : -65px;
	transition : ease-in all 0.7s;
}

.portfolio_text {
	cursor     : pointer;
	position   : absolute;
	transition : ease-in all 0.5s;
	bottom     : 0;
	height     : 0;
	background : #FFF;
	overflow   : initial;
}

.li_icon {
	display    : flex;
	transition : ease-in all 0.7s;
	z-index    : 99999999999999999999999;
	position   : absolute;
}

.li_icon a {
	background      : #FFF;
	width           : 60px;
	height          : 60px;
	border-radius   : 50px;
	display         : flex;
	align-items     : center;
	justify-content : center;
	color           : #3A404E;
	box-shadow      : 3px 0 9px rgba(30, 30, 30, 0.09);
}

.li_icon a:hover {
	background : #0F1012;
	color      : #FFF;
}

.portfolio_text h3 {
	color          : #0C0C0D;
	font-size      : 24px;
	line-height    : 30px;
	font-weight    : bold;
	padding-bottom : 15px;
}

.portfolio_text p {
	color          : #031330;
	font-size      : 17px;
	line-height    : 30px;
	padding-bottom : 15px;
}

.portfolio .read_more {
	margin     : 0 auto;
	display    : block;
	background : #252525;
	margin-top : 30px;
}

.portfolio .read_more:hover {
	background : #464646C7;
}

/* end portfolio */

/* chose */

.chose {
	padding    : 90px 0 60px 0;
	background : #323232;
}

.chose .titlepage::before {
	right : inherit;
	left  : 15px;
}

.chose .titlepage h2 {
	color : #FFF;
}

.chose.chose .titlepage p {
	color       : #FFF;
	padding-top : 15px;
}

.chose_box {
	margin-bottom : 30px;
}

.chose_box h3 {
	padding-top : 20px;
	color       : #FFF;
	font-weight : bold;
	font-size   : 30px;
	line-height : 35px;
}

.chose_box strong {
	display        : block;
	color          : #FFF;
	font-weight    : bold;
	font-size      : 48px;
	line-height    : 60px;
	padding-bottom : 30px;
}

.chose_box .read_more {
	background  : #FFF;
	color       : #323232;
	max-width   : 176px;
	line-height : 47px;
	height      : 47px;
}

.chose_box .read_more:hover {
	background : #0E0B01;
	color      : #FFF;
}

/** end chose **/

/** contact section **/

.contact {
	background : #FEFEFF;
	padding    : 90px 0;
}

.contact .titlepage::before {
	right  : inherit;
	border : #2E2F34 solid 5px;
	left   : 15px;
}

.main_form .contactus {
	border        : #D2D2D3 solid 1px;
	padding       : 0 15px;
	margin-bottom : 25px;
	width         : 100%;
	height        : 71px;
	background    : #FFF;
	color         : #888;
	font-size     : 16px;
	font-weight   : normal;
}

.main_form .textarea {
	border        : #D2D2D3 solid 1px;
	margin-bottom : 25px;
	width         : 100%;
	background    : #FFF;
	color         : #888;
	font-size     : 18px;
	font-weight   : normal;
	padding       : 57px 15px 0 15px;
	border-radius : 0;
	height        : 150px;
}

.main_form .send_btn {
	font-size        : 17px;
	transition       : ease-in all 0.5s;
	background-color : #323232;
	text-transform   : uppercase;
	color            : #FFF;
	padding          : 25px 0px;
	max-width        : 252px;
	width            : 100%;
	display          : block;
	margin-top       : 10px !important;
	font-weight      : bold;
}

.main_form .send_btn:hover {
	background-color : #464646C7;
	transition       : ease-in all 0.5s;
	color            : #FFF;
}

#botaocontato {

	color : #000;
}

#botaocontato:hover {

	color : #FFF;
}

.we_box {
	display         : flex;
	flex-direction  : column;
	justify-content : space-between; /* Para garantir que o conteúdo interno fique bem distribuído */
	min-height      : 100%; /* Garante que a altura seja 100% da coluna */
	padding         : 20px; /* Ajuste o espaçamento conforme necessário */
	box-sizing      : border-box; /* Inclui o padding na largura e altura do elemento */
}

.carousel-item .row {
	display         : flex;
	justify-content : space-around; /* Mantém as colunas com espaçamento entre elas */
}

.we_box img {
	max-width     : 100px; /* Limita o tamanho das imagens para uniformidade */
	margin-bottom : 15px;
}

.we_box h3 {
	margin-top : 10px;
	font-size  : 1.5em;
}

.we_box p {
	flex-grow : 1; /* Permite que o parágrafo cresça para ocupar espaço */
}

.read_more {
	margin-top : 10px;
	align-self : flex-start; /* Garante que o botão de 'Read More' fique alinhado no início */
}

#request *::placeholder {
	color   : #888;
	opacity : 1;
}

/** end contact section **/

/** testimonial **/

.posi_in {
	position : inherit;
	padding  : 0;
}

.clientsl_text {
	margin-top    : 90px;
	box-shadow    : 0px 0 11px rgba(30, 30, 30, 0.07);
	padding       : 40px;
	margin-bottom : 26px;
}

.clientsl_text i img {
	margin-top   : -89px;
	display      : block;
	margin-right : 20px;
	float        : left;
}

.clientsl_text h3 {
	margin-top  : -11px;
	color       : #000B0A;
	font-size   : 23px;
	font-weight : bold;
	line-height : 20px;
	text-align  : left;
}

.clientsl_text h3 img {
	float : right;
}

.clientsl_text p {
	color       : #757575;
	padding-top : 62px;
	display     : block;
}

#clientsl .carousel-indicators {
	display : none;
}

#clientsl a.carousel-control-next,
#clientsl a.carousel-control-prev {
	background : #FFF;
	width      : 67px;
	height     : 59px;
	top        : 105%;
	opacity    : 1;
	font-size  : 33px;
	color      : #000;
	box-shadow : 3px 0 36px rgba(30, 30, 30, 0.2);
}

#clientsl a.carousel-control-prev {
	left : 37%;
}

#clientsl a.carousel-control-next {
	right : 37%;
}

#clientsl a.carousel-control-next:focus,
#clientsl a.carousel-control-next:hover,
#clientsl a.carousel-control-prev:focus,
#clientsl a.carousel-control-prev:hover {
	background : #252525;
	color      : #FFF;
	opacity    : 1;
}

/** end testimonial **/

/** footer **/

.footer {
	background  : #222;
	padding-top : 90px
}

.newslatter_form {
	display       : flex;
	align-items   : center;
	margin-bottom : 70px;
}

.ente {
	color     : #000;
	border    : inherit;
	padding   : 0 30px;
	height    : 66px;
	width     : 100%;
	font-size : 17px;
}

.subs_btn {
	max-width      : 289px;
	display        : inline-block;
	background     : #151515;
	height         : 66px;
	width          : 100%;
	color          : #FFF;
	font-size      : 17px;
	text-transform : uppercase;
	font-weight    : bold;
	transition     : ease-in all 0.5s;
}

.subs_btn:hover {
	background : #FFF;
	color      : #151515;
	transition : ease-in all 0.5s;
}

.Informa h3 {
	color          : #FFF;
	font-size      : 23px;
	font-weight    : bold;
	line-height    : 21px;
	margin-bottom  : 15px;
	margin-top     : 26px;
	text-transform : uppercase;
}

.Informa li {
	font-size   : 17px;
	line-height : 37px;
	color       : #FFF;
}

.Informa li a:hover {
	color : #BDBDBE;
}

.helpful ul li a {
	color       : #FFF;
	font-size   : 17px;
	line-height : 30px;
}

.helpful ul li a:hover {
	color : #BDBDBE;
}

ul.social_icon {
	float : right;
}

ul.social_icon li {
	display       : inline-block;
	padding-right : 15px;
}

ul.social_icon li:last-child {
	padding-right : 0;
}

ul.social_icon li a {
	color       : #FFF;
	display     : inline-block;
	text-align  : center;
	line-height : 33px;
	font-size   : 28px;
	font-weight : bold;
}

ul.social_icon li a:hover {
	color      : #BDBDBE;
	transform  : rotate(360deg);
	transition : ease-in all 0.7s;
}

.conta ul li a {
	color : #FFF;
}

.conta ul li a i {
	padding-right : 5px;
}

.copyright {
	background : #151515;
	margin-top : 80px;
	padding    : 20px 0px;
}

.copyright p {
	color       : #BDBDBE;
	font-weight : 400;
}

.copyright a {
	color : #BDBDBE;
}

.copyright a:hover {
	color : #FFF;
}

/** end footer **/

/*- - ener page css--*/

.whatsapp-button {
	position         : fixed;
	bottom           : 20px;
	right            : 20px;
	background-color : #25D366;
	border-radius    : 50%;
	width            : 60px;
	height           : 60px;
	display          : flex;
	justify-content  : center;
	align-items      : center;
	box-shadow       : 0px 2px 5px rgba(0, 0, 0, 0.3);
	z-index          : 1000;
}

.whatsapp-button img {
	width  : 35px;
	height : 35px;
}

.whatsapp-button:hover {
	background-color : #20B857;
}

.lh {
	height              : 100vh;
	min-height          : 300px;
	background-size     : cover;
	background-position : center;
	position            : relative;
}
.carousel-caption-1 {
	position   : absolute;
	top        : 50%;
	left       : 50%;
	transform  : translate(-50%, -50%);
	text-align : center;
	color      : #FFF;
}

.carousel-caption-1 h5 {
	font-size : 3rem;
}

.carousel-caption-1 p {
	font-size : 1.25rem;
}

@media (max-width : 768px) {
	.carousel-caption-1 h5 {
		font-size : 2rem;
	}
	.carousel-caption-1 p {
		font-size : 1rem;
	}

}
@media (max-width : 576px) {
	.carousel-caption-1 h5 {
		font-size : 1.5rem;
	}
	.carousel-caption-1 p {
		font-size : 0.875rem;
	}
}

#clients .owl-stage {
	display         : flex !important;
	justify-content : center !important;
	align-items     : center !important;
}

#clients .owl-item {
	display         : flex !important;
	justify-content : center !important;
	align-items     : center !important;
}

#clients .item {
	text-align      : center !important;
	display         : flex !important;
	justify-content : center !important;
	align-items     : center !important;
	height          : 120px; /* ajuste a altura conforme seu layout */
}
#clients .item img {
	display    : block !important;
	margin     : 0 auto !important;
	max-width  : 80%;
	height     : auto;
	object-fit : contain;
}

/* --- Melhorias da Seção de Contato --- */

/* 1. Espaçamento e Fundo Geral */
.contact {
	padding          : 60px 0;
	background-color : #F9F9F9; /* Fundo cinza suave para separar do resto */
}

/* 2. Títulos com detalhe verde */
.titlepage h2 {
	font-weight   : 700;
	color         : #333;
	margin-bottom : 30px;
	position      : relative;
}
.titlepage h2::after {
	content       : '';
	display       : block;
	width         : 60px;
	height        : 4px;
	background    : #FCAC45; /* Verde do seu tema */
	margin-top    : 8px;
	border-radius : 2px;
}

/* 3. Estilo Moderno para Inputs e Textarea */
.contactus, .textarea {
	width         : 100%;
	background    : #FFF;
	border        : 1px solid #E0E0E0; /* Borda sutil */
	border-radius : 8px; /* Cantos arredondados */
	padding       : 15px;
	margin-bottom : 20px;
	font-size     : 15px;
	color         : #555;
	transition    : all 0.3s ease;
	box-shadow    : 0 4px 6px rgba(0, 0, 0, 0.02); /* Sombra muito leve */
}

/* Efeito ao clicar no campo */
.contactus:focus, .textarea:focus {
	border-color : #25D366;
	outline      : none;
	box-shadow   : 0 0 0 3px rgba(37, 211, 102, 0.15); /* Glow verde suave */
}

/* Altura fixa para a caixa de mensagem */
.textarea {
	height : 140px;
	resize : none; /* Impede que o usuário deforme o layout */
}

/* 4. Botão de Enviar com destaque */
.send_btn {
	background     : #333;
	color          : #FFF;
	font-size      : 16px;
	font-weight    : 600;
	text-transform : uppercase;
	padding        : 12px 40px;
	border         : none;
	border-radius  : 50px; /* Formato pílula */
	cursor         : pointer;
	transition     : 0.3s;
	display        : block;
	letter-spacing : 1px;
}

.send_btn:hover {
	background : #25D366; /* Fica verde ao passar o mouse */
	transform  : translateY(-2px); /* Leve subida */
	box-shadow : 0 5px 15px rgba(37, 211, 102, 0.4);
}

/* 5. Cartão de Depoimentos (Lado Direito) */
.clientsl_text {
	background    : #FFF;
	padding       : 40px 30px;
	border-radius : 12px;
	box-shadow    : 0 10px 30px rgba(0, 0, 0, 0.08); /* Sombra estilo "Card" */
	margin-top    : 10px;
	position      : relative;
	border-left   : 5px solid #FCAC45; /* Detalhe lateral verde */
}

.clientsl_text h3 {
	color         : #333;
	font-size     : 20px;
	font-weight   : bold;
	margin-bottom : 15px;
	display       : flex;
	align-items   : center;
	gap           : 10px;
}

.clientsl_text p {
	font-style  : italic;
	color       : #666;
	font-size   : 15px;
	line-height : 1.6;
}

/* Ajuste das aspas no depoimento */
.clientsl_text p span {
	color          : #FCAC45;
	vertical-align : middle;
	margin         : 0 5px;
}

/* =======================================================
   CORREÇÃO DE TAMANHO DO FORMULÁRIO (Cole no final do CSS)
   ======================================================= */

/* 1. Força a redução da altura dos inputs (estava 71px) */
.main_form .contactus {
	height        : 45px !important; /* Reduzi de 71px para 45px */
	padding       : 0 15px !important; /* Ajuste do texto interno */
	margin-bottom : 15px !important; /* Menos espaço entre os campos */
	border-radius : 6px !important; /* Borda levemente arredondada */
	font-size     : 14px !important; /* Letra um pouco menor */
	box-shadow    : none !important;
	border        : 1px solid #DDD !important;
}

/* 2. Corrige o Textarea gigante (estava com padding-top de 57px) */
.main_form .textarea {
	height        : auto !important; /* Altura automática baseada nas linhas */
	min-height    : 100px !important; /* Altura mínima decente */
	padding       : 10px 15px !important; /* Padding normal, removendo o gigante de 57px */
	margin-bottom : 15px !important;
	border-radius : 6px !important;
	border        : 1px solid #DDD !important;
	font-size     : 14px !important;
}

/* 3. Efeito de Foco (para ficar bonito) */
.main_form .contactus:focus,
.main_form .textarea:focus {
	border-color     : #FFAD00 !important; /* Verde */
	background-color : #FFF !important;
	box-shadow       : 0 0 5px rgba(37, 211, 102, 0.2) !important;
}

/* 4. Botão de Enviar mais compacto */
.main_form .send_btn {
	padding       : 10px 0 !important; /* Reduzi de 25px para 10px */
	margin-top    : 5px !important;
	font-size     : 15px !important;
	border-radius : 5px !important; /* Botão mais quadrado ou 50px para redondo */
	height        : auto !important;
	width         : 100% !important; /* Ocupa a largura toda */
	max-width     : 100% !important; /* Remove limitação de largura */
}

/* 5. Ajuste Mobile Específico */
@media (max-width : 768px) {

	.contact {
		padding : 40px 0 !important; /* Reduz espaço branco em cima e embaixo */
	}

	/* Garante que nome e telefone fiquem lado a lado no mobile (opcional) */
	/* Se ficar muito apertado, remova as linhas abaixo */
	.col-sm-6 {
		flex      : 0 0 50%;
		max-width : 50%;
	}
}

#botaocontato {
	border-radius : 8px;
}
/* =======================================================
   CORREÇÃO DO SUSPIRO (Espaçamento do Topo)
   Cole isso no FINAL do seu arquivo style.css
   ======================================================= */

.back_re {
	/* 1. Imagem de fundo e Configuração */
	background-image    : url('../images/imagem1.webp');
	background-size     : cover;
	background-position : center;
	background-repeat   : no-repeat;

	/* 2. Tamanho e Alinhamento */
	min-height          : 300px;
	display             : flex;
	align-items         : center;
	justify-content     : center;
	position            : relative;

	/* 3. O SUSPIRO MÁGICO: */
	/* Isso empurra o título 130px para baixo, livrando o menu */
	padding-top         : 130px;
}

/* Escurece a foto para o texto branco aparecer bem */
.back_re::before {
	content    : "";
	position   : absolute;
	top        : 0;
	left       : 0;
	width      : 100%;
	height     : 100%;
	background : rgba(0, 0, 0, 0.6);
}

/* Estilo do Título "Sobre a RMB" */
.title {
	position   : relative;
	z-index    : 1;
	text-align : center;
}

.title h2 {
	color          : #FFF;
	font-size      : 45px;
	font-weight    : 700;
	text-transform : uppercase;
	border-bottom  : 4px solid #FCAC45; /* Linha verde */
	display        : inline-block;
	padding-bottom : 5px;
	margin         : 0;
}

/* Garante espaço entre o banner e o texto "Quem Somos" */
.about {
	padding-top    : 90px;
	padding-bottom : 90px;
}

/* Ajuste para celular */
@media (max-width : 768px) {
	.back_re {
		min-height  : 300px;
		padding-top : 110px; /* Suspiro um pouco menor no mobile */
	}
	.title h2 {
		font-size : 30px;
	}
}

/* =======================================================
   CORREÇÃO DO ESPAÇO BRANCO LATERAL (SCROLL HORIZONTAL)
   ======================================================= */
html, body {
	max-width  : 100%;
	overflow-x : hidden; /* Isso corta qualquer coisa que ultrapasse a largura da tela */
}

/* Garante que o banner não estoure a largura */
.back_re {
	width     : 100%;
	max-width : 100vw;
}

/* =======================================================
   CORREÇÃO DAS SETAS DO DEPOIMENTO (Evita invadir o footer)
   ======================================================= */

#clientsl .carousel-control-prev,
#clientsl .carousel-control-next {
	/* 1. Tira elas de baixo (onde invadem o footer) e põe no meio */
	top           : 50% !important;
	bottom        : auto !important;
	transform     : translateY(-50%) !important; /* Centraliza perfeitamente na vertical */

	/* 2. Design Moderno (Redondo e menor) */
	width         : 45px !important;
	height        : 45px !important;
	background    : rgba(51, 51, 51, 0.8) !important; /* Fundo escuro */
	border-radius : 50% !important; /* Redondinhas */
	font-size     : 20px !important;
	line-height   : 45px !important; /* Centraliza o ícone */
	color         : #FFF !important;
	opacity       : 1 !important;
	z-index       : 10;
	box-shadow    : 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* 3. Posição nas laterais da caixa branca */
#clientsl .carousel-control-prev {
	left : -20px !important; /* Fica um pouco pra fora na esquerda */
}
#clientsl .carousel-control-next {
	right : -20px !important; /* Fica um pouco pra fora na direita */
}

/* 4. Efeito ao passar o mouse */
#clientsl .carousel-control-prev:hover,
#clientsl .carousel-control-next:hover {
	background : #FFAD00 !important; /* Fica verde */
}

@media (min-width : 992px) {
	.section-white {
		padding-bottom : 30px; /* Reduzi de 60 para 30 */
	}
	.section-gray {
		padding-top : 30px; /* Reduzi de 60 para 30 */
	}
}

.we_box {
	/* 1. Altura Mínima: É isso que impede o site de ficar subindo e descendo.
	   Coloquei 580px para garantir que o texto grande do "Licenciamento" caiba.
	   Se cortar o texto, aumente esse número. */
	min-height      : 580px;

	/* 2. Layout Flex: Organiza o conteúdo internamente */
	display         : flex;
	flex-direction  : column;
	justify-content : flex-start; /* Começa do topo */
	align-items     : center; /* Centraliza horizontalmente */

	/* 3. Estética */
	margin-bottom   : 30px; /* Espaço para não colar no rodapé */
	padding-bottom  : 20px;
}

/* AJUSTE PARA CELULAR (Importante para não quebrar no mobile) */
@media (max-width : 991px) {
	.we_box {
		/* No celular, a altura deve ser automática para não criar buracos vazios,
		   já que os itens ficam um embaixo do outro */
		min-height : auto;
		height     : auto;
	}
}

.lh {
	height : 100vh; /* Isso força a altura fixa da tela inteira, o que é ótimo para evitar pulos */
	/* ... resto do seu código */
}

/* =======================================================
   CORREÇÃO DE PULO DE PÁGINA (Apenas Serviços e Depoimentos)
   ======================================================= */

/* 1. SERVIÇOS (Blocos brancos com ícones) */
/* Define uma altura mínima para que o slide não encolha em textos curtos */
.we_box {
	min-height      : 550px; /* Se o texto cortar, aumente para 600px */
	height          : 100%;
	display         : flex;
	flex-direction  : column;
	justify-content : flex-start; /* Alinha o conteúdo ao topo */
}

/* 2. DEPOIMENTOS (Quem confia na RMB) */
/* Esse é o que mais faz a página pular. Travamos a altura dele. */
.clientsl_text {
	min-height      : 480px; /* Altura suficiente para o maior depoimento */
	display         : flex;
	flex-direction  : column;
	justify-content : center; /* Centraliza o texto verticalmente */
}

/* 3. AJUSTE PARA CELULAR (Para não ficar buracos enormes no mobile) */
@media (max-width : 768px) {
	.we_box {
		min-height : auto; /* No celular, deixa altura automática */
	}

	.clientsl_text {
		min-height : 550px; /* No celular o texto fica mais comprido, precisa de mais altura */
	}
}