/*
Theme Name: LogM 2.0
Theme URI: https://www.logmtransportes.com.br/
Author: Cubo9
Author URI: https://www.cubo9.com/
Description: Tema do novo site LogM com foco Mobile.
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.0
Version: 1.0
License: Proprietária
License URI: https://www.logmtransportes.com.br/
Text Domain: logm
Tags: landing page
*/

/*--------------------------------------------------------------
# Variáveis CSS
--------------------------------------------------------------*/
:root {
	--primary-color: #143B62;
	--secondary-color: #757373;
	--text-color: #333333;
	--background-color: #ffffff;
	--font-family: 'Poppins', sans-serif;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--text-color);
	font-family: var(--font-family);
	font-size: 16px;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--primary-color);
	font-family: var(--font-family);
	font-weight: 600;
	line-height: 1.3;
	margin: 0 0 1rem 0;
}

small.field-error {
	color: #ff0000;
	margin-top: 5px;
}

/*--------------------------------------------------------------
# Header Styles
--------------------------------------------------------------*/
.site-header {
	background: linear-gradient(90deg, #143B62 0%, #143B62 33.33%, #2c5282 33.33%, #1a365d 100%);
	position: sticky;
	top: 0;
	z-index: 1000;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.site-header .navbar {
	padding: 0;
	background: transparent;
	height: 84px;
	align-items: center;
}

.site-header .navbar-brand {
	margin-right: 0;
	flex-shrink: 0;
}

.site-header .container {
	height: 84px;
	display: flex;
	align-items: center;
}

.site-header .site-logo {
	height: 84px;
	width: auto;
	transition: transform 0.3s ease;
}

.site-header .navbar-collapse {
	flex-grow: 1;
}

.site-header .navbar-nav {
	display: flex !important;
	flex-direction: row !important;
	margin-right: 20px;
}

.site-header .navbar-nav .nav-item {
	flex: none !important;
}

.site-header .navbar-nav .nav-link {
	color: #143B62 !important;
	font-weight: 600 !important;
	font-size: 19px !important;
	padding: 0.75rem 1rem !important;
	margin: 0 !important;
	border-radius: 6px !important;
	transition: all 0.3s ease !important;
	text-transform: uppercase !important;
	/*letter-spacing: 0.5px !important;*/
	text-decoration: none !important;
	white-space: nowrap !important;
}

/* Regra específica para garantir aplicação dos estilos */
#masthead .navbar-nav .nav-link,
.site-header .navbar-nav .nav-link {
	/*letter-spacing: 0.5px !important;*/
	padding: 0.75rem 1rem !important;
	color: #143B62 !important;
	font-weight: 600 !important;
}

.site-header .navbar-nav .nav-link:hover,
.site-header .navbar-nav .nav-link:focus {
	background-color: rgba(20, 59, 98, 0.1) !important;
	color: #143B62 !important;
	transform: translateY(-2px);
}

.site-header .navbar-nav .nav-item.current-menu-item .nav-link,
.site-header .navbar-nav .nav-item.current-page-ancestor .nav-link {
	background-color: rgba(20, 59, 98, 0.15);
	color: #143B62 !important;
}

.navbar-nav .nav-link {
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #143B62 !important;
    padding: 0.75rem 1rem !important;
}
.navbar-nav {
    gap: 1rem !important;
}

.btn-cta {
	background-color: #143B62 !important;
	border: none;
	color: #ffffff !important;
	font-weight: 600;
	padding: 0.75rem 1.5rem;
	border-radius: 0 !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 20px !important;
	transition: all 0.3s ease;
	text-decoration: none;
	box-shadow: 0 4px 15px rgba(94, 87, 87, 0.3);
}

.btn-cta:hover,
.btn-cta:focus {
	background: linear-gradient(135deg, #143B62 0%, #1b5188 100%);
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(94, 87, 87, 0.4);
	color: #ffffff !important;
}

/* Mobile Menu Toggle */
.navbar-toggler {
	padding: 0.5rem;
	border-radius: 4px;
}

.navbar-toggler:focus {
	box-shadow: 0 0 0 0.2rem rgba(20, 59, 98, 0.25);
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23143B62' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Mobile Styles */
.navbar-toggler {
	border: none;
	padding: 0.25rem 0.5rem;
	background: rgba(20, 59, 98, 0.1);
	border-radius: 6px;
}

.navbar-toggler:focus {
	box-shadow: none;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2820, 59, 98, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='m4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Responsive adjustments */
@media (max-width: 991.98px) {
	.site-header {
		background: linear-gradient(90deg, #143B62 0%, #143B62 30%, white 30%, white 100%) !important;
	}
	
	.site-header .navbar {
		height: 84px;
		align-items: center;
	}
	
	.site-header .container {
		height: 84px;
		display: flex;
		align-items: center;
		margin: 0;
	}
	
	.site-header .site-logo {
		height: 84px;
		width: auto;
	}
	
	.site-header .navbar-collapse {
		background: rgba(255, 255, 255, 1);
		padding: 1rem;
		max-width: 280px;
		margin-left: auto;
		margin-right: 0;
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 1000;
	}
	
	.site-header .navbar-collapse .d-flex {
		flex-direction: column !important;
		align-items: stretch !important;
	}
	
	.site-header .navbar-nav {
		flex-direction: column !important;
		gap: 0.5rem !important;
		margin-left: 0 !important;
		margin-bottom: 1rem;
	}
	
	.site-header .navbar-nav .nav-link {
		text-align: left;
		padding: 0.75rem 1rem;
		margin: 0;
		border-radius: 6px;
		font-size: 18px;
	}
	
	.site-header .ms-auto {
		margin-left: 0 !important;
		text-align: center;
	}
}

@media (max-width: 767.98px) {
	.site-header {
		background: linear-gradient(90deg, #143B62 0%, #143B62 35%, white 35%, white 100%) !important;
	}
	
	.site-header .navbar {
		height: 60px;
	}
	
	.site-header .container {
		height: 60px;
		margin: 0;
	}
	
	.site-header .site-logo {
		height: 60px;
	}
	
	.site-header .navbar-nav .nav-link {
		font-size: 18px;
		padding: 0.5rem 0.75rem;
	}

       .search-field {
       		width: 90%;
       }
}

@media (max-width: 575.98px) {
	.site-header .navbar {
		height: 50px;
	}
	
	.site-header .container {
		padding-left: 1rem;
		padding-right: 1rem;
		height: 50px;
		margin: 0;
	}
	
	.site-header .site-logo {
		height: 50px;
	}
	
	.site-header .navbar-nav .nav-link {
		font-size: 18px;
	}
}

/*--------------------------------------------------------------
# Hero Section - Desktop
--------------------------------------------------------------*/
.hero-section {
	position: relative;
	max-height: 80vh;
	min-height: 80vh;
	overflow: hidden;
}

.hero-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.hero-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center right;
}

.hero-content {
	position: relative;
	z-index: 2;
	max-height: 80vh;
	min-height: 80vh;
	display: flex;
	align-items: center;
}

.hero-text,
.hero-text-desktop {
	color: #ffffff;
	padding: 2rem 0;
}

.hero-tablet-layout,
.hero-mobile-layout {
	color: #ffffff;
	padding: 2rem 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.hero-truck-image {
	text-align: center;
	padding: 1rem;
}

.hero-truck-image img {
	max-width: 100%;
	height: auto;
	filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}

.hero-title {
	font-size: 2.3rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 2rem;
	color: #ffffff !important;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-description {
	font-size: 1.1rem;
	line-height: 1.6;
	margin-bottom: 2.5rem;
	color: rgba(255, 255, 255, 0.9);
	max-width: 90%;
}

.hero-cta {
	margin-top: 2rem;
}

.btn-hero-cta {
	border-radius: 0 !important;
	background-color: #143B62 !important;
	color: #ffffff !important;
	font-weight: 600;
	padding: 1rem 2.5rem;
	letter-spacing: 1px;
	font-size: 1.1rem;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
}

.btn-hero-cta:hover,
.btn-hero-cta:focus {
/*	background-color: #ffffff;
	color: #143B62 !important; */
	transform: translateY(-3px);
	box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 1199.98px) {
	#masthead .navbar-nav .nav-link, .site-header .navbar-nav .nav-link {
		font-size: 18px !important;
	}

	.hero-description {
		font-size: 1rem;
		max-width: 95%;
	}
}

/* Tablet adjustments */
@media (min-width: 768px) and (max-width: 992px) {
	/* Container wider for tablet */
	.container {
		max-width: 90%;
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.hero-background {
		display: none !important;
	}
	
	.hero-content {
		background: transparent !important;
		display: flex !important;
		align-items: center !important;
	}
	
	.hero-tablet-layout {
		display: block !important;
		width: 100% !important;
	}
	
	.hero-tablet-layout .hero-title {
		font-size: 2.2rem !important;
		margin-bottom: 0 !important;
		line-height: 1.1 !important;
		text-align: left !important;
		color: #ffffff !important;
	}
	
	.hero-tablet-layout .hero-description {
		font-size: 1rem !important;
		margin-bottom: 2rem !important;
		line-height: 1.5 !important;
		max-width: 80% !important;
		margin-left: auto !important;
		margin-right: auto !important;
		color: #ffffff !important;
	}

		.hero-tablet-layout .btn-hero-cta {
		padding: 0.875rem 2rem !important;
		font-size: 1rem !important;
	}

	.hero-truck-image {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
		height: 100% !important;
	}
}

/*--------------------------------------------------------------
# Hero Section - Tablet
--------------------------------------------------------------*/
.hero-section-tablet {
	position: relative;
	background: linear-gradient(135deg, #143B62 0%, #2c5282 100%);
}

/* Imagem de fundo full width com altura fixa */
.hero-tablet-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	z-index: 1;
	overflow: hidden;
}

.hero-truck-tablet-bg {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* Overlay com gradiente para legibilidade do texto */
.hero-tablet-overlay {
	position: relative;
	z-index: 2;
	min-height: 55vh;
	display: flex;
	align-items: start;
	padding: 2rem 0;
}

.hero-tablet-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.hero-title-tablet {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
	color: #ffffff;
	text-align: left;
	margin-bottom: 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-description-tablet {
	font-size: 1rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.95);
	margin: 2rem auto 0;
	max-width: 80%;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
	padding: 2rem 0;
}
/*--------------------------------------------------------------
# Hero Section - Mobile
--------------------------------------------------------------*/
.hero-section-mobile {
	position: relative;
	/*min-height: 70vh;*/
	/*height: 55vh;*/
	background: linear-gradient(135deg, #143B62 0%, #2c5282 100%);
}

/* Imagem de fundo full width com altura fixa */
.hero-mobile-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
	z-index: 1;
	overflow: hidden;
}

.hero-truck-mobile-bg {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
	display: block;
}

/* Overlay com gradiente para legibilidade do texto */
.hero-mobile-overlay {
	position: relative;
	z-index: 2;
	min-height: 70vh;
	/*display: flex;
	align-items: center;*/
	padding: 3rem 0;
}
/*
.hero-mobile-wrapper {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	width: 100%;
}
*/
.hero-title-mobile {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
	color: #ffffff;
	text-align: left;
	margin-bottom: 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-description-mobile {
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.95);
	margin: 5rem auto 2rem auto;
	max-width: 90%;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.hero-cta-mobile {
	margin-top: 2rem;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services-section {
	padding: 5rem 0;
	background-color: #f8f9fa;
}

.services-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #143B62;
	margin-bottom: 1rem;
}

.services-subtitle {
	font-size: 1.2rem;
	color: #6c757d;
	margin-bottom: 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/* Service Cards */
.service-card {
	background: #ffffff;
	overflow: hidden;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	transition: all 0.3s ease;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}

.service-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.service-card-content {
	padding: 2.5rem 2rem;
	text-align: center;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-height: 200px;
}

.service-icon {
	margin-bottom: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.service-icon-img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	filter: opacity(0.8);
	transition: all 0.3s ease;
	display: block;
	margin: 0 auto;
}

.service-card:hover .service-icon-img {
	filter: opacity(1);
	transform: scale(1.05);
}

.service-title {
	font-size: 1.3rem;
	font-weight: 600;
	color: #143B62;
	margin-bottom: 0.5rem;
	line-height: 1.3;
	text-align: center;
	width: 100%;
}

.service-subtitle {
	font-size: 0.95rem;
	color: #6c757d;
	margin-bottom: 0;
	font-style: italic;
	text-align: center;
	width: 100%;
}

/* Card Bottom with Background Image */
.service-card-bottom {
	height: 60px;
	position: relative;
	overflow: hidden;
	margin-top: auto;
}

.card-bottom-bg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

/* Responsive Adjustments */
@media (max-width: 991.98px) {
	.services-section {
		padding: 4rem 0;
	}

	.services-title {
		font-size: 2.2rem;
	}

	.service-card-content {
		padding: 2rem 1.5rem;
	}

	.service-icon-img {
		width: 70px;
		height: 70px;
	}

	.service-card {
		max-width: 350px;
		margin: 0 auto;
	}

	.service-title {
		font-size: 1.2rem;
	}
}

@media (max-width: 767.98px) {
	.services-section {
		padding: 3rem 0;
	}

	.services-title {
		font-size: 2rem;
	}

	.services-subtitle {
		font-size: 1.1rem;
	}

	.service-card-content {
		padding: 1.8rem 1.2rem;
	}

	.service-icon-img {
		width: 65px;
		height: 65px;
	}

	.service-title {
		font-size: 1.1rem;
	}

	.service-subtitle {
		font-size: 0.9rem;
	}

	.service-card-bottom {
		height: 50px;
	}
}

/*--------------------------------------------------------------
# Transport Section
--------------------------------------------------------------*/
.transport-section {
	padding: 5rem 0;
	background-color: #ffffff;
	position: relative;
}

/* Image Section */
.transport-image-wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 3rem;
}

.transport-image {
	width: 100%;
	height: auto;
	object-fit: fill;
	object-position: center;
	display: block;
}

/* Content Section */
.transport-content {
	text-align: center;
	padding: 0 1rem;
}

.transport-title {
	font-size: 2.2rem;
	font-weight: 700;
	color: #143B62;
	line-height: 1.3;
	margin-bottom: 2rem;
}

.transport-description {
	font-size: 1.1rem;
	line-height: 1.6;
	color: #6c757d;
	margin-bottom: 2.5rem;
	max-width: 100%;
}

/* Transport CTA Button */
.btn-transport {
	background-color: #d6d6d6;
	border: none;
	color: #143B62;
	font-weight: 600;
	padding: 0.8rem 2rem;
	border-radius: 4px;
	font-size: 1rem;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	text-transform: none;
	letter-spacing: normal;
}

.btn-transport:hover,
.btn-transport:focus {
	background-color: #c0c0c0;
	color: #143B62;
	transform: translateY(-1px);
}

/* Responsive Design */
@media (max-width: 991.98px) {
	.transport-section {
		padding: 1rem 0;
	}

	.transport-title {
		font-size: 2rem;
	}

	.transport-image {
		height: 350px;
	}
}

@media (max-width: 767.98px) {
	.transport-section {
		padding: 2rem 0;
	}

	.transport-title {
		font-size: 1.8rem;
	}

	.transport-description {
		font-size: 1rem;
	}

	.transport-image {
		height: auto;
		object-fit: contain;
	}

	.transport-image-wrapper {
		margin-bottom: 2rem;
	}
}

/*--------------------------------------------------------------
# About Section - Desktop
--------------------------------------------------------------*/
.about-section-desktop {
	position: relative;
	/*max-height: 610px;*/
}

.about-wrapper {
	display: flex;
	min-height: 600px;
}

/* Left Content Side - Larger width */
.about-content-side {
	flex: 0 0 58%;
	background: linear-gradient(135deg, #143B62 0%, #2c5aa0 100%);
	display: flex;
	align-items: center;
	padding: 4rem 3rem;
	color: #ffffff;
}

.about-content {
	max-width: 100%;
}

.about-title {
	font-weight: 600;
	color: #ffffff;
}

.about-description {
	font-size: 1.1rem;
	line-height: 1.7;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 3rem;
}

/* Features List */
.about-features {
	margin-bottom: 2rem;
}

.feature-list {
	display: flex;
	flex-direction: column;
	gap: 0.8rem;
}

.feature-item {
	display: flex;
	align-items: flex-start;
	font-size: 1rem;
	line-height: 1.4;
}

.feature-bullet {
	color: #ffffff;
	font-size: 1.2rem;
	font-weight: bold;
	margin-right: 1rem;
	flex-shrink: 0;
	margin-top: 0.1rem;
}

.feature-text {
	color: rgba(255, 255, 255, 0.95);
	font-weight: 400;
}

/* Right Image Side - Expanded width */
.about-image-side {
	flex: 0 0 42%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 600px;
}

/* Responsive Design */
@media (max-width: 991.98px) {
	.about-wrapper {
		flex-direction: column;
		min-height: auto;
	}

	.about-content-side {
		flex: none;
		padding: 3rem 2rem;
	}

	.about-image-side {
		flex: none;
		min-height: 300px;
		order: -1;
	}

	.about-title {
		font-size: 2rem;
		text-align: center;
		margin-bottom: 1.5rem;
	}

	.about-description {
		text-align: center;
		margin-bottom: 2.5rem;
	}
}

@media (max-width: 767.98px) {
	.about-content-side {
		padding: 2rem 1.5rem;
	}

	.about-image-side {
		min-height: 250px;
	}

	.about-title {
		font-size: 1.8rem;
	}

	.about-description {
		font-size: 1rem;
		margin-bottom: 2rem;
	}

	.feature-item {
		font-size: 0.95rem;
	}

	.feature-bullet {
		font-size: 1.1rem;
		margin-right: 0.8rem;
	}
}

@media (max-width: 767.98px) {
	.hero-content {
		background: linear-gradient(90deg, rgba(20, 59, 98, 0.9) 0%, rgba(20, 59, 98, 0.9) 100%);
	}

	.hero-title {
		font-size: 2rem;
		margin-bottom: 1.5rem;
	}

	.hero-description {
		font-size: 0.95rem;
		margin-bottom: 2rem;
		max-width: 100%;
	}

	.btn-hero-cta {
		padding: 0.875rem 2rem;
		font-size: 1rem;
	}
}

@media (max-width: 767.98px) {
	.hero-section {
		min-height: 80vh;
	}

	.hero-content {
		min-height: 80vh;
	}

	.hero-text {
		padding: 1.5rem 0;
		text-align: center;
	}

	.hero-title {
		font-size: 2rem;
		margin-bottom: 1rem;
	}

	.hero-description {
		font-size: 0.95rem;
		margin-bottom: 1.5rem;
	}

	.btn-hero-cta {
		padding: 0.75rem 1.5rem;
		font-size: 0.95rem;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 575.98px) {
	.hero-section {
		min-height: 70vh;
	}

	.hero-content {
		min-height: 70vh;
	}

	.hero-title {
		font-size: 1.75rem;
		line-height: 1.3;
	}

	.hero-description {
		font-size: 0.9rem;
		line-height: 1.5;
	}
}

/*--------------------------------------------------------------
# About Section - Tablet
--------------------------------------------------------------*/
.about-section-tablet {
	background: #143B62;
	color: #ffffff;
}

.about-image-tablet {
	text-align: right;
}

.about-image-tablet-img {
	width: 100%;
	max-width: 500px;
	height: 300px;
	object-fit: contain;
	object-position: top;
}

.about-content-tablet {
	text-align: center;
}

.about-title-tablet {
	font-size: 2rem;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 1.5rem;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}

.about-description-tablet {
	font-size: 1rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 2rem;
}

.about-features-tablet {
	margin-top: 2rem;
}

.feature-item-tablet {
	display: flex;
	align-items: flex-start;
	font-size: 0.95rem;
	line-height: 1.4;
	margin-bottom: 0.8rem;
	text-align: left;
}

.feature-bullet-tablet {
	color: #ffffff;
	font-size: 1.1rem;
	font-weight: bold;
	margin-right: 0.8rem;
	flex-shrink: 0;
	margin-top: 0.1rem;
}

.feature-text-tablet {
	color: rgba(255, 255, 255, 0.95);
	font-weight: 400;
}

/*--------------------------------------------------------------
# About Section - Mobile
--------------------------------------------------------------*/
.about-section-mobile {
	background: #143B62;
	padding-bottom: 1rem;
	color: #ffffff;
}

.about-image-mobile {
	text-align: left;
	margin-bottom: 0.5rem;
}

.about-image-mobile-img {
	width: 100%;
	max-width: 350px;
	height: 180px;
	object-fit: contain;
	object-position: top;
}

.about-content-mobile {
	text-align: center;
}

.about-title-mobile {
	font-size: 1.8rem;
	font-weight: 600;
	color: #ffffff;
	margin-bottom: 1rem;
}

.about-description-mobile {
	font-size: 0.95rem;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.9);
	margin-bottom: 1.5rem;
}

.about-features-mobile {
	margin-top: 1.5rem;
	margin-left: 1.8rem;
}

.feature-item-mobile {
	display: flex;
	align-items: flex-start;
	font-size: 0.85rem;
	line-height: 1.2;
	margin-bottom: 0.6rem;
	text-align: left;
}

.feature-bullet-mobile {
	color: #ffffff;
	font-size: 1rem;
	font-weight: bold;
	margin-right: 0.7rem;
	flex-shrink: 0;
	margin-top: 0.1rem;
}

.feature-text-mobile {
	color: rgba(255, 255, 255, 0.95);
	font-weight: 400;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact-section {
	padding: 5rem 0;
	background-color: #e7e7e7;
	position: relative;
}

.contact-title {
	font-size: 2.5rem;
	font-weight: 700;
	color: #143B62;
	margin-bottom: 1rem;
}

.contact-subtitle {
	font-size: 1.1rem;
	color: #6c757d;
	margin-bottom: 0;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

/* Contact Form */
.contact-form {
	background: #ffffff;
	padding: 3rem;
	border-radius: 8px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.contact-input,
.contact-textarea {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 0.875rem 1rem;
	font-size: 1rem;
	background-color: #ffffff;
	transition: all 0.3s ease;
}

.contact-input:focus,
.contact-textarea:focus {
	border-color: #143B62;
	box-shadow: 0 0 0 0.2rem rgba(20, 59, 98, 0.25);
	outline: none;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
	color: #999;
	font-weight: 400;
}

.contact-textarea {
	resize: vertical;
	min-height: 120px;
}

/* Submit Button */
.btn-contact {
	background-color: #143B62;
	border: none;
	color: #ffffff;
	font-weight: 600;
	padding: 0.875rem 3rem;
	border-radius: 4px;
	font-size: 1rem;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.btn-contact:hover,
.btn-contact:focus {
	background-color: #0f2d4a;
	transform: translateY(-1px);
	box-shadow: 0 4px 15px rgba(20, 59, 98, 0.3);
	color: #ffffff;
}

/* Responsive Design */
@media (max-width: 991.98px) {
	.contact-section {
		padding: 4rem 0;
	}

	.contact-title {
		font-size: 2.2rem;
	}

	.contact-form {
		padding: 2rem;
	}
}

@media (max-width: 767.98px) {
	.contact-section {
		padding: 3rem 0;
	}

	.contact-title {
		font-size: 2rem;
	}

	.contact-subtitle {
		font-size: 1rem;
	}

	.contact-form {
		padding: 1.5rem;
	}

	.contact-input,
	.contact-textarea {
		font-size: 0.95rem;
		padding: 0.75rem;
	}

	.btn-contact {
		padding: 0.75rem 2rem;
		font-size: 0.95rem;
	}
}

/*--------------------------------------------------------------
# Footer Section
--------------------------------------------------------------*/
.logm-footer {
	padding: 0;
	margin: 0;
	position: relative;
}

.footer-content {
	min-height: 400px;
	display: flex;
	align-items: center;
	padding: 0;
	width: 100%;
	position: relative;
}

.footer-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to right, #F6F6F6 50%, #143B62 50%);
	z-index: 1;
}

.footer-content .container {
	position: relative;
	z-index: 2;
}

/* Left Column */
.footer-left {
	padding: 3rem 2rem;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer-logo {
	margin-bottom: 2rem;
}

.footer-logo-img {
	max-width: 200px;
	height: auto;
}

.footer-contact {
	color: #143B62;
}

.contact-section-footer {
	margin-bottom: 1.5rem;
}

.contact-label {
	font-size: 1.1rem;
	font-weight: 600;
	color: #143B62;
	margin-bottom: 0.5rem;
}

.contact-numbers {
	display: flex;
	flex-direction: column;
	gap: 0.3rem;
}

.contact-number {
	color: #143B62;
	text-decoration: none;
	font-weight: 700;
	font-size: 1.1rem;
	transition: all 0.3s ease;
}

.contact-number:hover {
	color: #0f2d4a;
	text-decoration: underline;
}

.footer-whatsapp-btn {
	margin-top: 2rem;
}

.btn-whatsapp {
	background-color: #143B62;
	color: #ffffff;
	padding: 0.75rem 1.5rem;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	transition: all 0.3s ease;
	border: 2px solid #f8f9fa;
}

.btn-whatsapp:hover {
	background-color: #0f2d4a;
	color: #ffffff;
	transform: translateY(-1px);
	border-color: #ffffff;
}

.btn-whatsapp i {
	font-size: 1.2rem;
}

/* Right Column */
.footer-right {
	padding: 3rem 2rem;
	min-height: 400px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #ffffff;
}

.footer-content-right {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.footer-layout {
	display: flex;
	align-items: flex-start;
	gap: 3rem;
}

.footer-right-content {
	flex: 1;
}

.footer-description {
	margin-bottom: 2rem;
}

.footer-description p {
	color: #ffffff;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 0;
}

.footer-certifications {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	margin-bottom: 0;
}

.footer-menu {
	flex-shrink: 0;
	margin-bottom: 0;
}

.footer-nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.footer-nav-list li {
	margin: 0;
}

.footer-nav-list a {
	color: #ffffff;
	text-decoration: none;
	font-size: 1rem;
	transition: all 0.3s ease;
	opacity: 0.9;
}

.footer-nav-list a:hover {
	color: #ffffff;
	opacity: 1;
	text-decoration: underline;
}


.cert-img {
	max-width: 80px;
	height: auto;
	filter: brightness(0) invert(1);
	opacity: 0.9;
	transition: all 0.3s ease;
}

.cert-img:hover {
	opacity: 1;
	transform: scale(1.05);
}

/* Responsive Design */
@media (max-width: 991.98px) {
	.footer-content::before {
		background: linear-gradient(to bottom, #F6F6F6 50%, #143B62 50%);
	}

	.footer-content {
		flex-direction: column;
	}

	.footer-left {
		padding: 2rem 1rem;
		min-height: auto;
	}

	.footer-right {
		padding: 3rem 1rem 2rem 1rem;
		min-height: auto;
	}

	.footer-left {
		margin-bottom: 0;
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		text-align: left;
		gap: 4rem;
		justify-content: center;
	}

	.footer-left-column {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-logo {
		margin-bottom: 2rem;
		flex-shrink: 0;
	}

	.footer-logo-img {
		max-width: 120px;
	}

	.footer-contact {
		display: flex;
		flex-direction: column;
		gap: 0;
		align-items: flex-start;
	}

	.contact-section-footer {
		margin-bottom: 0;
		flex: 1;
	}

	.contact-label {
		text-align: left;
		margin-bottom: 0.5rem;
		font-size: 1rem;
		font-weight: 600;
	}

	.contact-numbers {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 0.5rem;
		margin-bottom: 1rem;
	}

	.footer-whatsapp-btn {
		text-align: left;
		margin-top: 1.5rem;
	}

	.footer-layout {
		flex-direction: column;
		gap: 2rem;
	}

	.footer-nav-list {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 1rem;
		justify-content: center;
		text-align: center;
	}

	.footer-menu {
		width: 100%;
		text-align: center;
		margin-top: 50px;
	}

	.footer-certifications {
		justify-content: center;
		margin-bottom: 1rem;
	}

	.cert-img {
		max-width: 60px;
	}
}

@media (max-width: 767.98px) {
	.footer-left,
	.footer-right {
		padding: 1.5rem 1rem;
	}

	.footer-logo-img {
		max-width: 120px;
	}

	.contact-label {
		font-size: 1rem;
	}

	.contact-number {
		font-size: 1rem;
	}

	.btn-whatsapp {
		padding: 0.6rem 1.2rem;
		font-size: 0.9rem;
	}

	.footer-description {
		text-align: center;
		margin-left: 20px;
		margin-right: 20px;
	}

	.footer-description p {
		font-size: 0.9rem;
		text-align: center;
	}

	.footer-nav-list a {
		font-size: 0.9rem;
	}

	.cert-img {
		max-width: 50px;
	}
}

/*--------------------------------------------------------------
# Single News Page Styles
--------------------------------------------------------------*/

/* Sidebar Styles */
.news-sidebar {
	height: fit-content;
	top: 2rem;
	color: white;
}

.sidebar-search {
	margin-bottom: 2rem;
}

.search-input-group {
	position: relative;
}

.search-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: var(--secondary-color);
	z-index: 2;
	background: #95a5a6;
    padding: 7px 12px;
    align-items: flex-end;
    justify-content: right;
}


.search-input-group input {
	width: 100%;
	padding: 1rem 3rem 1rem 1rem;
	border: 2px solid #e9ecef;
	border-radius: 6px;
	font-size: 0.9rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: border-color 0.3s ease;
}

.search-input-group input:focus {
	outline: none;
	border-color: var(--primary-color);
}

.sidebar-title {
	font-size: 1.2rem;
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: 2px solid var(--primary-color);
}

.sidebar-categories,
.sidebar-navigation {
	margin-bottom: 2rem;
}

.categories-list,
.nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.category-item,
.nav-list li {
	margin-bottom: 0.5rem;
}

.category-item a,
.nav-list a {
	display: block;
	padding: 0.75rem 0;
	color: white;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.9rem;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	border-bottom: 1px solid #e9ecef;
	transition: all 0.3s ease;
}

.category-item a:hover,
.nav-list a:hover {
	padding-left: 0.5rem;
}

/* Responsive Design */
@media (max-width: 991.98px) {
	.single-news-content {
		padding: 1.5rem;
	}

	.news-title {
		font-size: 2rem;
	}

	.news-meta-bottom {
		flex-direction: column;
		gap: 1rem;
		align-items: flex-start;
	}

	.news-sidebar {
		padding: 1.5rem;
		margin-top: 2rem;
		position: static;
	}
}

@media (max-width: 767.98px) {
	.single-news-container {
		padding: 1rem 0;
	}

	.single-news-content {
		padding: 1rem;
	}

	.news-title {
		font-size: 1.8rem;
	}

	.news-sidebar {
		padding: 1rem;
	}

	.share-section {
		flex-direction: column;
		gap: 0.5rem;
		align-items: flex-start;
	}

	.social-share {
		flex-wrap: wrap;
	}
}

/*--------------------------------------------------------------
# Single News Section
--------------------------------------------------------------*/
/* Estilos gerais */
.container {
    max-width: 1200px;
    margin: 30px auto;
}

.noticia-title {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #2c3e50;
}

.noticia-author {
    font-size: 0.9rem;
    color: #7f8c8d;
    margin-bottom: 20px;
}

.noticia-meta-share-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 1rem;
}

.noticia-meta {
    font-size: 1rem;
    color: #143B62;
    margin-bottom: 0;
}

.noticia-share {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 10px;
	color: #143B62;
}

.noticia-content p {
    margin-bottom: 1.5em;
    line-height: 1.6;
}

.noticia-comments-button {
    margin-top: 30px;
	margin-bottom: 30px;
    text-align: center;
}

.container {
    max-width: 1200px;
    margin: 30px auto;
    padding: 0 15px;
}

body {
    background-color: #EEEEEE;
}

.white-bg {
    background: white;
    /*border-radius: 8px;*/
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    overflow: hidden;
    padding: 30px;
}

@media (max-width: 767.98px) {
    .white-bg {
        padding: 15px;
    }
}

.noticia-content-box {
    padding-right: 15px;
}

.noticia-featured-image {
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.noticia-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.news-date-overlay {
    position: absolute;
    bottom: 1rem;
    background: white;
    color: #143B62;
    padding: 0.5rem 1rem;
    font-weight: 600;
    font-size: 0.9rem;
    z-index: 10;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #143B62;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.9rem;
}

.noticia-content p {
    margin-bottom: 1.5em;
    line-height: 1.6;
}

.noticia-comments-button {
    margin-top: 30px;
    text-align: center;
}

.btn.btn-primary {
    background: #143B62;
    border: none;
    padding: 12px 30px;
    font-size: 1rem;
    border-radius: 4px;
}

.btn.btn-primary:hover {
    background: #34495e;
}

.sidebar-extended {
    position: absolute;
    z-index: 10;
}

.sidebar {
    background: #143B62;
    padding: 20px;
    color: white;
    height: 100%;
	margin-left: 30px;
	margin-top: 100px;
}

.sidebar h3 {
    font-size: 1.1rem;
    margin: 15px 0;
    font-weight: bold;
}

.sidebar hr {
    border-color: rgba(255,255,255,0.2);
    margin: 10px 0;
}

.sidebar-search form {
    margin-bottom: 20px;
}

.sidebar-search input[type="search"] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 4px;
    font-size: 0.9rem;
}

.sidebar-search input[type="submit"] {
    display: none;
}

/* Responsive Design for Single News */
@media (max-width: 991.98px) {
    .noticia-meta-share-container {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }

    .noticia-share {
        width: auto;
        justify-content: flex-end;
		gap: 5px;
    }
}

@media (max-width: 767.98px) {
    .noticia-meta-share-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .noticia-share {
        width: 100%;
        justify-content: center;
    }

    .noticia-share .share-btn {
        width: 36px;
        height: 36px;
        font-size: 0.8rem;
    }

    .noticia-share span {
        font-size: 14px;
    }

    .noticia-featured-image {
        margin-bottom: 15px;
    }

    .noticia-featured-image img {
        width: 100%;
        height: auto;
        min-height: 250px;
        object-fit: cover;
    }
}

/*--------------------------------------------------------------
# Archive Blog Layout
--------------------------------------------------------------*/

/* Wrapper principal — fundo cinza */
.blog-archive-wrapper {
	background: url('assets/images/hero-blog.webp') no-repeat top center;
    padding: 40px 0;
	overflow: hidden;
}

.container-archive {
    max-width: 1200px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 30px;
    position: relative;
}

/* Categoria — linha inteira */
.post-category {
    width: 100%;
    margin-bottom: 10px;
}

.post-category span {
    font-size: 0.85rem;
    color: #95a5a6;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
}

/* Conteúdo + Imagem */
.card-content-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.card-text {
    flex: 1;
    text-align: left;
}

.card-text h2 {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
    color: #143B62;
    line-height: 1.3;
}

.card-text h2 a {
	text-decoration: none;
	color: #143B62;
}

.card-text p {
    margin: 0 0 15px 0;
    color: #555;
    line-height: 1.6;
}

.card-text .read-more {
    color: #374999;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
}

.card-text .read-more:hover {
    text-decoration: underline;
}

.card-image {
    flex-shrink: 0;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.card-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card-image img:hover {
    transform: scale(1.05);
}

/* Paginação */
.pagination-nav ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

.pagination-nav li {
    margin: 0 5px;
}

.pagination-nav a,
.pagination-nav span {
    display: block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #555;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.2s;
}

.pagination-nav a:hover,
.pagination-nav .current {
    background: #2c3e50;
    color: white;
    border-color: #2c3e50;
}

.search-form {
    margin-bottom: 20px;
}

.search-field {
    flex: 1;
    padding: 8px 12px;
    border: none;
    font-size: 0.9rem;
    color: #333;
    background: #fff;
}

.search-field:focus {
    outline: none;
    border: none;
}

.search-field::placeholder {
    color: #999;
    font-size: 0.9rem;
}

.search-submit {
    background: transparent;
    border: none;
    padding: 8px;
    cursor: pointer;
    color: #999;
    font-size: 1.1rem;
}

.search-submit:hover {
    color: #fff;
}

/* Título da sidebar — "NOVIDADES" */
.sidebar-widget h3 {
    color: white;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    border-bottom: 1px solid #345a7a;
    padding-bottom: 10px;
}

/* Lista de categorias — estilo da imagem */
.sidebar-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-widget ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #345a7a;
    padding-bottom: 10px;
}

.sidebar-widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-widget ul li a {
    color: #ecf0f1;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}

.sidebar-widget ul li a:hover {
    color: #3498db;
}


/*--------------------------------------------------------------
# Archive Blog Layout
--------------------------------------------------------------*/

/* Barra Lateral — Estilo exato da imagem */
.sidebar-widget {
    background: #1a3a5a;
    color: white;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Título da sidebar */
.sidebar-widget h3 {
    color: white;
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: normal;
    border-bottom: 1px solid #345a7a;
    padding-bottom: 10px;
}

/* Lista de categorias */
.sidebar-widget ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-widget ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #345a7a;
    padding-bottom: 10px;
}

.sidebar-widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar-widget ul li a {
    color: #ecf0f1;
    text-decoration: none;
    display: block;
    padding: 5px 0;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: color 0.2s;
}

.sidebar-widget ul li a:hover {
    color: #3498db;
}

.blog-card {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 20px;
	padding-top: 20px;
}

.search-input-wrapper {
    position: relative;

}

.offset-right-50 {
    position: relative;
    left: 50px;
}


/* Responsividade — Mobile */
@media (max-width: 768px) {
    .offset-right-50 {
        left: 0;
    }

    .sidebar-widget {
        width: 100%;
    }

    .container-archive {
        padding: 20px 15px;
    }

    /* Layout do card para mobile */
    .blog-card {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .card-content-wrapper {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .card-text {
        order: 4; /* Texto vai por último */
    }

    .card-image {
        order: 3; /* Imagem vem antes do texto */
        width: 100%;
        max-width: 100%;
    }

    .card-image img {
        width: 100%;
        height: auto;
    }

    .post-category {
        order: 0; /* Categoria primeiro */
    }

    .card-text h2,
    .card-text p,
    .card-text .read-more {
        text-align: left;
    }
}
