html,
body {
	width: 100%;
	overflow-x: hidden;
}

body {
	height: 100%;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	padding: 0;
	margin: 0;
	font-size: 16px;
	line-height: 28px;
	color: #777;
	background: #fff;
	overflow-x: hidden;
	position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-size: 3em;
	line-height: 1.2em;
	margin: 0 0 .8em;
}

h2 {
	font-size: 1.8em;
	line-height: 1.4em;
	margin: 0 0 .8em;
}

h3 {
	font-size: 1.4em;
	line-height: 1.4em;
}

h4 {
	font-size: 1.25em;
	line-height: 1.4em;
}

h5 {
	font-size: 1.1em;
	line-height: 1.4em;
}

h6 {
	font-size: 1em;
	line-height: 1.2em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}

p {
	padding: 0 0 1em;
	margin: 0;
	line-height: 1.3rem;
}

.focus-text {
	font-weight: bold;
	color: #459b2e;
}

.focus-text-bg {
	font-weight: bold;
	background-color: #459b2e;
}

.navbar {
	z-index: 30;
	position: fixed;
	display: flex;
	width: 70%;
	padding: .8rem;
	line-height: 1rem;
	justify-content: space-between;
	transition: all 0.3s ease-in-out;
	border-radius: 1.5rem;
	margin-top: 1.5rem;
	left: 50%;
	transform: translateX(-50%);
}

.navbar-container.scrolled .container-navbar {
	width: 70%;
	margin: 0 auto;
}

.navbar.scrolled {
	background: #ffffffc2 !important;
	backdrop-filter: blur(10px);
	box-shadow: 10px 10px 14px rgba(0, 0, 0, 0.2);
}

/* Links quando a navbar estiver scrolled */
.navbar.scrolled .nav-link {
	color: #0d532c !important;
}

/* Hover no modo scrolled */
.navbar.scrolled .nav-link:hover {
	color: #459b2e !important;
	border-bottom: 2px solid #459b2e;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
	color: #FFF !important;
}

.nav-link {
	color: #FFF;
	font-weight: 500;
	font-size: .9rem;
	transition: all 0.3s ease-in-out;
}

.nav-link:hover {
	color: #459b2e;
	border-bottom: 2px solid #459b2e;
}

.nav-link a {
	text-decoration: none;
}

.nav-item a:hover {
	border-bottom: 2px solid #459b2e;
}

.site-name img {
	width: clamp(5rem, 7vw, 10rem);
}

.carousel-control-prev,
.carousel-control-next {
	z-index: 4;
}

.carousel-item img {
	width: 100%;
	height: 100vh;
	background-size: contain;
	object-fit: cover;
	background-repeat: no-repeat;
	background-position: center;

}

.carousel-item {
	position: relative;
}

/* GRADIENTE ATRÁS DO TEXTO */
.carousel-item::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	user-select: none;
	height: 100%;
	z-index: 2;
	background: linear-gradient(to right, rgba(0, 0, 0, 0.904), rgba(0, 0, 0, 0.185));
}

/* Texto por cima do gradiente */
.carousel-text {
	position: absolute;
	top: 50%;
	left: 20%;
	user-select: none;
	transform: translateY(-50%);
	z-index: 3;
	color: white;
	text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
	max-width: 450px;
}

.carousel-text h1 {
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.2;
}

.carousel-text p {
	font-size: 1.2rem;
	margin-top: 0.5rem;
}

.carousel-text .btn {
	margin-top: 1rem;
	padding: 12px 24px;
	font-size: 1rem;
}

.btn-primary {
	border: none;
	background-color: transparent;
	outline: 2px solid #459b2e;
	transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
	background-color: #459b2e;
	border: none;
	transform: translateY(-5px);
}

.btn-secondary {
	border: none;
	background-color: #459b2e;
	transition: all 0.3s ease-in-out;
	padding: 1rem;
	box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
}

.btn-secondary:hover {
	background-color: #0d532c;
	border: none;
}

.nossos-numeros {
	overflow: hidden;
	background: url("../images/risco.svg");
	background-size: cover;
}

.nossos-numeros-title {
	text-align: start;
	padding: 1rem;
}

.nossos-numeros-title span {
	font-size: 5rem;
	font-weight: 800;
	color: #FFF;
}

.nossos-numeros-container {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 6rem 10rem 1rem 0;
}

.nossos-numeros-img img {
	width: 35rem;
	height: auto;
	object-fit: contain;
	filter: drop-shadow(6px 6px 6px rgba(0, 0, 0, 0.3));
	position: relative;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.nossos-numeros-img img:hover {
	transform: translateY(-10px);
	cursor: pointer;
}

.numeros-secundario {
	background-image:
		/* Linhas diagonais suaves e espaçadas */
		repeating-linear-gradient(135deg,
			rgba(255, 255, 255, 0.04) 0px,
			rgba(255, 255, 255, 0.04) 2px,
			transparent 2px,
			transparent 20px),
		/* Gradiente de fundo */
		linear-gradient(135deg, #1a703b 0%, #0d532c 100%);

	background-blend-mode: overlay;
	background-size: cover;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
	border-radius: .8rem;
	margin-left: -25rem;
	padding: 2rem 2rem 2rem 27rem;
	position: relative;
	max-width: 75rem;
	color: #FFF;
}

.numeros-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #00000034;
	border-radius: 12px;
	padding: 1.5rem;
	height: 10rem;
	box-shadow: 0 5px 18px rgba(0, 0, 0, 0.12);
	transition: transform 0.2s ease;
}

.numeros-item:hover {
	transform: translateY(-5px);
}

.numeros-item span {
	font-size: clamp(1.5rem, 4vw, 3rem);
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: 900;
	color: #459b2e;
}

.numeros-item p {
	margin-top: 0.5rem;
	font-size: .8rem;
	line-height: 15px;
	color: #faf9f9;
}

.carousel-title {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: #1a703b;
	margin-top: 2rem;
	margin-bottom: 3rem;
	letter-spacing: .5px;
	position: relative;
}

.carousel-title span {
	background-color: #459b2e;
	color: #FFF;
	padding: 6px;
	font-weight: bold;
}

.carousel-title::after {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	background: #459b2e;
	margin: .5rem auto 0;
	border-radius: 4px;
}

#parceiros {
	padding-bottom: 7rem;
}

#parceiros .owl-stage-outer {
	overflow: visible;
}

#parceiros .card {
	background: #ffffff;
	border-radius: 14px;
	padding: 1rem 1.5rem;
	border: none;
	box-shadow: 5px 8px 20px rgba(0, 0, 0, 0.233);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: box-shadow 0.3s ease;
}

#parceiros .card img {
	max-height: 120px;
	width: auto;
	object-fit: contain;
}

#parceiros .owl-item {
	transition: transform 0.3s ease, opacity 0.3s ease;
	opacity: 0.4;
	transform: scale(0.9);
}

#parceiros .owl-item.center {
	opacity: 1;
	transform: scale(1.05);
}

#parceiros .owl-item.center .card:hover {
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
}

#success-cases {
	padding: 2rem 0;
	position: relative;
	overflow: hidden;
	background-image: url("../images/cases/1.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* Overlay escura */
#success-cases::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.65);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(8px);
	z-index: 0;
}

#success-cases>* {
	position: relative;
	z-index: 1;
}

.carousel-title-cases {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 700;
	color: #FFF;
	margin-top: 2rem;
	margin-bottom: 3rem;
	letter-spacing: .5px;
	position: relative;
}

.carousel-title-cases::after {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	background: #459b2e;
	margin: .5rem auto 0;
	border-radius: 4px;
}

#cases {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

#cases .owl-stage-outer {
	overflow: hidden;
}

#cases .owl-item {
	display: flex;
	justify-content: center;
}

.card-cases {
	background-image:
		/* Linhas diagonais suaves e espaçadas */
		repeating-linear-gradient(135deg,
			rgba(255, 255, 255, 0.04) 0px,
			rgba(255, 255, 255, 0.04) 2px,
			transparent 2px,
			transparent 20px),
		/* Gradiente de fundo */
		linear-gradient(135deg, #1a703b 0%, #0d532c 100%);

	background-blend-mode: overlay;
	background-size: cover;
	border-radius: .8rem;
	padding: 1.5rem;
	width: 100%;
	max-width: 30rem;
	border: none;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: start;
	transition: box-shadow 0.3s ease;
	color: #FFF;
	height: 30rem;
}

.card-cases p {
	text-align: justify;
	line-height: 1.1rem;
	font-size: .8rem;
}

.card-cases span {
	width: 100%;
	font-weight: bold;
	margin-bottom: 1rem;
	text-align: start;
	line-height: 1rem;
}

.card-cases img {
	height: 200px;
	width: auto;
	object-fit: cover;
	margin-bottom: 1rem;
	background-color: #FFF;
	border-radius: 8px;
}

/* Estilo base das setas */
#cases .owl-nav button.owl-prev,
#cases .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 1.2rem !important;
	color: #FFF !important;
	/* verde */
	background: #1a703b !important;
	/* fundo branco */
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.2);
	transition: all .3s ease;
}

/* Hover */
#cases .owl-nav button.owl-prev:hover,
#cases .owl-nav button.owl-next:hover {
	background: #FFF !important;
	color: #1a703b !important;
	transform: translateY(-50%) scale(1.1);
}

/* Posicionamento das setas */
#cases .owl-nav .owl-prev {
	left: -70px;
	/* ajuste fino */
}

#cases .owl-nav .owl-next {
	right: -70px;
	/* ajuste fino */
}

#contact {
	background: url("../images/risco.svg");
	background-size: cover;
	padding: 7rem 0;
}

.contact-container {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	flex-wrap: wrap;
	gap: 0;
	margin-top: 4rem;
}

.contact-container img {
	width: 450px;
	border-radius: 20px;
	position: relative;
	z-index: 2;
	filter: drop-shadow(-4px 0px 18px #00000071);
}

.contact-container img:hover {
	transform: translateY(-2px);
}

.internal-container {
	background-image:
		/* Linhas diagonais suaves e espaçadas */
		repeating-linear-gradient(135deg,
			rgba(255, 255, 255, 0.04) 0px,
			rgba(255, 255, 255, 0.04) 2px,
			transparent 2px,
			transparent 20px),
		/* Gradiente de fundo */
		linear-gradient(135deg, #1a703b 0%, #0d532c 100%);

	background-blend-mode: overlay;
	background-size: cover;
	padding: 60px 50px 80px 450px;
	border-radius: 20px;
	color: #fff;
	margin-left: -450px;
	margin-top: 50px;
	/* sobreposição suave */
	z-index: 1;
	position: relative;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.377);
	max-width: 1000px;
}

.internal-container:hover {
	background-position: right center;
}

.internal-container h2 {
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
}

.internal-container a {
	padding: 1rem;
}

.services-title-container {
	display: flex;
	justify-content: center;
	margin: 2rem;
	z-index: 5;
	background-color: #0000009d;
	backdrop-filter: blur(5px);
	border-radius: .8rem;
}

.services-title {
	padding: 2rem;
	color: #FFF;
}

.services-title h2 {
	font-size: 1.5rem;
	font-weight: bold;
	text-align: start;
}

.services-title p {
	text-align: start;
	font-size: 1.1rem;
}

.services-title::after {
	content: "";
	display: block;
	width: 150px;
	height: 4px;
	background: #459b2e;
	border-radius: 4px;
}

.services-hero {
	position: relative;
	min-height: 50vh;
	margin-bottom: 4rem;
	padding: 6rem 0;
	/* reduzido para não empurrar a onda */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-align: center;
	background-image: url("./images/services/energia.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: 1;
}

/* overlay escura */
.services-hero-overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.8));
	z-index: 2;
}

/* TÍTULO / SUBTÍTULO */
.services-hero-text {
	position: relative;
	z-index: 2;
	max-width: 900px;
	color: #fff;
}

.services-hero-text h2 {
	font-size: 2.3rem;
	font-weight: 700;
	margin-bottom: .5rem;
}

.services-hero-text p {
	font-size: 1rem;
	margin-bottom: 2rem;
	color: #f3f3f3;
}

/* WRAPPER DO OWL */
.services-carousel-wrapper {
	position: relative;
	z-index: 3;
	width: 100%;
	max-width: 1100px;
}

/* CARDS DO CAROUSEL */
#services-carousel .service-pill {
	background-image:
		/* Linhas diagonais suaves e espaçadas */
		repeating-linear-gradient(135deg,
			rgba(255, 255, 255, 0.04) 0px,
			rgba(255, 255, 255, 0.04) 2px,
			transparent 2px,
			transparent 20px),
		/* Gradiente de fundo */
		linear-gradient(135deg, #1a703b 0%, #0d532c 100%);

	background-blend-mode: overlay;
	background-size: cover;
	backdrop-filter: blur(10px);
	padding: 1rem 1.8rem;
	border-radius: 18px;
	font-weight: 700;
	font-size: 1.3rem;
	color: #459b2e;
	cursor: pointer;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-width: 220px;
	height: 10rem;
	transition: all 0.25s ease;
}

#services-carousel .service-pill small {
	display: block;
	margin-top: .25rem;
	font-weight: 400;
	font-size: .85rem;
	color: #FFF;
	line-height: 1rem;
}

#services-carousel .service-pill.active,
#services-carousel .service-pill:hover {
	color: #fff;
}

#services-carousel .service-pill.active small,
#services-carousel .service-pill:hover small {
	color: #f0f0f0;
}

/* NAV DO OWL */
#services-carousel .owl-nav button.owl-prev,
#services-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 40%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.85) !important;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.4rem;
	color: #1a703b !important;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

#services-carousel .owl-nav .owl-prev {
	left: -100px;
}

#services-carousel .owl-nav .owl-next {
	right: -100px;
}

#services-carousel .owl-nav button span {
	font-size: 2rem;
}

/* DOTS, se quiser mais discretos */
#services-carousel .owl-dots {
	margin-top: 1rem;
}

#services-carousel .owl-dot span {
	width: 8px;
	height: 8px;
}

#studio-agro {
	padding-bottom: 2rem;
}

.studio-title {
	margin: 15px 0 0px 0;
	font-size: 30px;
	font-weight: 300;
	color: #135c2f;
}

.studio-agro-logo img {
	width: 20rem;
	margin-bottom: -35px;
	background-color: #FFF;
	padding: 0 10px;
}

.card-studio img {
	width: 100%;
}

.accordion-body {
	line-height: 1.3rem;
	font-size: 15px;
	text-align: justify;
	background-color: #eaeaea;
}

.accordion-button {
	line-height: 1.3rem;
}

.accordion-button:not(.collapsed) {
	background-color: transparent !important;
	box-shadow: none !important;
	color: inherit !important;
}

.accordion-button:focus {
	box-shadow: none !important;
	outline: none !important;
}

.accordion {
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.244);
	margin: 20px;
}

.internal-container-studio {
	margin-top: -150px;
	border: solid .1rem #0d532c;
	border-radius: 8px;
	padding: 2rem;
}

#footer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	color: #fff;
	padding: 2rem 0 0 0;
	margin-top: 4rem;
	background-image: url("../images/footer.png");
	background-size: cover;
	background-position: center;
	min-height: 25rem;
}

#footer .container {
	display: flex;
	justify-content: space-between;
}

.internal-container-footer {
	flex-grow: 1;
}

.footer-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	filter: drop-shadow(4px 10px 10px rgba(0, 0, 0, 0.527));
}

.footer-logo img {
	width: 12vh;
	background-color: #FFF;
	border-radius: 50%;
	padding: 5px;
	transition: all 0.3s ease-in-out;
}

.footer-logo img:hover {
	filter: brightness(70%);
}

.footer-links-section {
	padding: 0 1rem;
}

.footer-links-section h4 {
	font-size: 1rem;
	border-bottom: 2px solid #459b2e;
}

.footer-links-section ul {
	list-style: none;
	padding: 0;
	font-size: .8rem;
}

.footer-links-section ul li a {
	text-decoration: none;
	color: #FFF;
}

.footer-contact-info h4 {
	font-size: 1rem;
	border-bottom: 2px solid #459b2e;
}

.footer-contact-info p {
	padding: 0;
	font-size: .8rem;
}

.footer-social-links a {
	text-decoration: none;
	color: #459b2e;
	background-color: #FFF;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	padding: 1.5rem;
	margin: 0;
	font-size: 1.5rem;
	transition: all 0.3s ease-in-out;
}

.footer-social-links a:hover {
	background-color: #459b2e;
	color: #FFF;
	transform: translateY(-5px);
	transition: all 0.3s ease-in-out;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.603);
}

.footer-social-links {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	justify-content: center;
}

.copy {
	font-size: .8rem;
	bottom: 0;
	color: #adadad;
	border-top: .2px solid #459b2e;
	width: 80%;
	margin-top: 1rem;
}

.whats-button {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #25d366;
	/* verde WhatsApp */
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	z-index: 9999;
	text-decoration: none;
}

.whats-button i {
	color: #fff;
	font-size: 32px;
	line-height: 1;
	position: relative;
}

.whats-button:hover {
	transform: translateY(-5px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.indicators-title {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: #1a703b;
	margin-bottom: 3rem;
	letter-spacing: .5px;
	position: relative;
}

.indicators-title span {
	background-color: #459b2e;
	color: #FFF;
	padding: 6px;
	font-weight: bold;
}

.indicators-title::after {
	content: "";
	display: block;
	width: 60px;
	height: 4px;
	background: #459b2e;
	margin: .5rem auto 0;
	border-radius: 4px;
}

.indicators-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 2rem;
}

.indicator-card {
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.3);
	max-width: 20rem;
	border-radius: .8rem;
	transition: all .2s ease-in-out;
	background-color: #FFF;
}

.indicator-card:hover {
	transform: translateY(-5px);
}

.indicator-card h2 {
	text-align: center;
	background-image:
		/* Linhas diagonais suaves e espaçadas */
		repeating-linear-gradient(135deg,
			rgba(255, 255, 255, 0.04) 0px,
			rgba(255, 255, 255, 0.04) 2px,
			transparent 2px,
			transparent 20px),
		/* Gradiente de fundo */
		linear-gradient(135deg, #1a703b 0%, #0d532c 100%);

	background-blend-mode: overlay;
	background-size: cover;
	color: #FFF;
	font-weight: 600;
	margin: 0;
	font-size: 1.5rem;
	padding: .5rem;
	border-top-left-radius: .8rem;
	border-top-right-radius: .8rem;
}

.indicator-card p {
	padding: 1.5rem;
	color: #000;
	text-align: start;
}

@media (max-width: 1150px) {

	/* Tablets e telas médias */
	.carousel-text h1 {
		font-size: 2rem;
	}

	.carousel-text p {
		font-size: 1.1rem;
	}

	.nossos-numeros img {
		width: 25rem;
	}

	.nossos-numeros-container {
		padding: 3rem;
		flex-wrap: wrap;
	}

	.numeros-secundario {
		margin-left: 0rem;
		margin-top: -15rem;
		padding: 15rem 1rem 1rem 1rem;
		max-width: 40rem;
	}

	.numeros-item span {
		font-size: 3rem;
	}

	#parceiros .card img {
		max-height: 100px;
	}

	.contact-container img {
		width: 300px;
	}

	.contact-img {
		width: 120px;
		padding: 5px;
	}

	.contact-logo {
		justify-content: center;
		align-items: center;
	}

	.contact-item {
		font-size: 30px;
		margin-left: 20px;
	}

	.internal-container {
		padding: 20px 20px 40px 300px;
		margin-left: -300px;
		margin-top: 32px;
		max-width: 700px;
	}

	.internal-container h2 {
		font-size: 1.2rem;
	}
}

@media (max-width: 768px) {
	/* Celulares grandes */

	.navbar {
		width: 90%;
	}

	.carousel-control-prev,
	.carousel-control-next {
		display: none !important;
	}

	.carousel-text {
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 90%;
	}

	.carousel-text h1 {
		font-size: 1.8rem;
	}

	.carousel-text p {
		font-size: 1rem;
	}

	.carousel-text .btn {
		font-size: 0.95rem;
		padding: 10px 18px;
	}

	.studio-agro-logo img {
		width: 15rem;
	}

	.services-hero-text h2 {
		font-size: 1.8rem;
	}

	#services-carousel .service-pill {
		min-width: 100%;
	}

	#services-carousel .owl-nav .owl-prev {
		left: -4rem;
	}

	#services-carousel .owl-nav .owl-next {
		right: -4rem;
	}

	#footer .container {
		gap: 1rem;
	}

	.footer-social-links {
		flex-direction: row;
	}

	.footer-contact-info p {
		word-break: break-all;
	}

	.contact-container img {
		width: 300px;
	}

	.contact-left {
		font-size: small;
	}

	.contact-item {
		font-size: 30px;
		margin-bottom: 15px;
	}

	.contact-img {
		width: 80px;
		padding: 5px;
	}

	.internal-container {
		padding: 190px 35px 35px 35px;
		margin-left: 0;
		margin-top: -150px;
		max-width: 500px;
	}

	.internal-container h2 {
		margin-bottom: 2rem;
		font-size: 1.2rem;
	}

	.internal-container button {
		text-align: center;
		width: 100%;
	}

	.services-carousel-wrapper {
		padding: 0 5rem;
	}

}

@media (max-width: 480px) {

	/* Celulares pequenos */
	.carousel-text h1 {
		font-size: 1.5rem;
	}

	.carousel-text p {
		font-size: 0.9rem;
	}

	.carousel-text {
		top: 50%;
		width: 90%;
		padding: 0.5rem;
	}

	.service-title {
		padding: 0 2rem;
	}

	.services-carousel-wrapper {
		padding: 0 2rem;
	}

	#services-carousel .owl-nav .owl-prev {
		left: -1rem;
	}

	#services-carousel .owl-nav .owl-next {
		right: -1rem;
	}

	.nossos-numeros img {
		width: 20rem;
	}

	.nossos-numeros-container {
		padding: 1rem;
		flex-wrap: wrap;
	}

	.numeros-item span {
		font-size: 2rem;
	}

	.card-cases p {
		text-align: justify;
		line-height: 1rem;
		font-size: .7rem;
	}
}