body {
	font-family: 'Poppins', sans-serif;
	background-color: #000 !important; /* Fundo preto mais escuro */
}

.text-white-90 {
	color: rgba(255,255,255,.9)!important;
}

.text-white-70 {
	color: rgba(255,255,255,.7)!important;
}

.btn-danger {
	background-color: #c90000 !important;
}

.text-danger {
	color: #c90000 !important;
}

.navbar .btn {
	border-radius: 30px;
}

.navbar .btn:hover {
	background: #fff !important;
	color: #c90000;
	border-color: #fff;
}

/* Estilo para a barra de navegação */
.navbar-brand {
	font-weight: 700;
}

.nav-link {
	font-size: 1.1em;
	font-weight: 600;
	transition: color 0.3s ease;
}

.nav-link:hover {
	color: #c90000 !important; /* Cor vermelha para hover */
}

.nav-item {
	padding: 0 12px;
}

.dropdown-menu {
	color: #1a1a1a;
	border: 1px solid #343a40;
	background-color: #fff;
}

.dropdown-item {
	color: #1a1a1a;
	transition: background-color 0.3s ease;
}

.dropdown-item:hover {
   color: #c90000;
   background-color: transparent;
}

.nav-item a.active {
	color: #fff!important;
	text-decoration: underline;
}

/* Estilo para o Hero Section */
.hero-section {
	min-height: 85vh; /* Altura mínima para a seção hero */
	display: flex;
	align-items: center;
	padding-top: 80px; /* Espaçamento para o navbar fixo */
}

.hero-bg-image {
	background: linear-gradient(to top, rgba(0,0,0,1.9), rgba(0,0,0,0)), url('../../assets/imgs/equipe-home.jpg') no-repeat center center;
	/*background-image: url('../../assets/imgs/equipe-home.jpg');*/
	background-size: cover; /* Cobrirá todo o espaço, pode cortar um pouco da imagem */
	background-repeat: no-repeat; /* Evita que a imagem se repita */
	background-position: right center; /* Posiciona a imagem à direita e verticalmente centralizada */
}

.hero-section .btn {
	border-radius: 30px;
}

#servicos .card {
	cursor: pointer;
}

/* Estilo dos cards nas seções */
.card {
    background-color: #212529 !important;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-10px) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
	background-color: #232a32 !important;
}

.card-title {
    color: #fff;
}

.card-text {
    color: #ccc;
}

/* Estilo para os links de navegação entre as seções */
.nav-link.active {
    color: #c90000 !important;
}

/* Estilo do formulário de contato */
.form-control {
    background-color: #181818 !important;
    border-color: #495057 !important;
    color: #fff !important;
}

.form-control::placeholder {
    color: #6c757d !important;
}

.form-control:focus {
    background-color: #343a40 !important;
    border-color: #c90000 !important;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.lead {
	color: #ccc !important;
}

/* Novo estilo para a seção de CTA */
.cta-box {
	border-radius: 30px;
	background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

#expertise h4 {
	font-size: 1.1em;
	background-color: #c90000;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	display: inline;
	padding: 3px 15px;
}

#expertise .text-white-50 {
	font-size: 0.9em !important;
}

#expertise h3 {
	color: #fff;
    display: inline;
}

#expertise .sufixo {
	color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 1em;
    display: inline;
}

.swiper-button-next, .swiper-button-prev {
	color: #c90000;
	display: none;
}

.swiper-pagination-bullet-active {
	background-color: #c90000;
}

.swiper-pagination-bullets {
  display: none;
}

#cases {
	background-image: url('../../assets/imgs/bg-cases.jpg');
	background-size: contain;
	background-repeat: no-repeat;
}

#cases img {
	border-bottom: 4px #c90000 solid;
}

#cases .btn {
	border-radius: 30px;
}

/* Estilo para o carrossel de portfólio */
#portfolioCarousel .carousel-item {
    max-height: 550px; /* Reduz a altura máxima do carrossel */
}

#portfolioCarousel .carousel-item img {
    height: 100%; /* Garante que a imagem se ajuste à altura do item */
    object-fit: contain; /* Redimensiona a imagem para caber inteira no espaço, sem cortes */
}

#portfolioCarousel .bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(201 0 0 / 85%) !important;
	padding: 20px;
}

.fancybox__container {
	z-index: 9999999999;
}

#sobre span {
	display: block;
}

#blog img {
	border-bottom: 4px #c90000 solid;
}

#blog .conteudo-blog h2 {
	margin-top: 35px;
}

#blog .conteudo-blog p, #blog .conteudo-blog li {
	font-size: 1.2em;
}

.embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
	height: auto;
	margin-top: 30px;
	margin-bottom: 30px; 
} 
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

/*COMENTÁRIOS*/
.comment-form {
    padding-top:45px;
    margin-top:50px;
    margin-bottom:20px
}
.comment-form .form-group {
    margin-bottom:30px
}
.comment-form h4 {
    margin-bottom:40px;
    font-size:18px;
    line-height:22px
}
.comment-form .name {
    padding-left:0px
}

.comment-list {
	border-bottom: 2px #666 solid;
	margin-bottom:10px;
}

@media (max-width: 767px) {
    .comment-form {
		margin-top: 90px;
	}
	.comment-form .name {
        padding-right:0px;
        margin-bottom:1rem
    }
}
.comment-form .email {
    padding-right:0px
}
@media (max-width: 991px) {
    .comment-form .email {
        padding-left:0px
    }
}


.pagination {
	color: #c90000 !important;
}

.page-link {
	color: #c90000 !important;
}

.active>.page-link, .page-link.active {
	background-color: #c90000 !important;
	border-color: #c90000 !important;
	color: #fff !important;
}

#contato-action .btn {
	border-radius: 30px;
}

#contato-action .btn:hover {
	background: #fff !important;
	color: #c90000;
	border-color: #fff;
}

.alert-msg-mail {
	margin-top: 20px;
}

.slogan {
	font-size: 0.8em;
}

.endereco {
	font-size: 0.9em;
}

#redes-sociais a {
	width: 30px;
    height: 30px;
    color: #fff !important;
	background-color: #c90000;
	border: 2px solid #c90000;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
	text-decoration: none;
}

#redes-sociais i {
	padding: 10px;
	font-size: 0.7em;
}

#redes-sociais a:hover {
	color: #fff !important;
	background-color: transparent;
    border: 2px solid #fff;
}

.links-politica a {
	color: rgba(255,255,255,.5)!important;
	text-decoration: none;
}

#contato h5{
	font-weight: bold;
}

#contato .telefones {
	color: #fff !important;
}

#contato .telefones a {
	text-decoration: none;
	color: #fff;
}

#contato .telefones a:hover {
	color: #c90000 !important;
}

#contato .list-unstyled a {
	color: #fff !important;
}

#contato .list-unstyled a:hover {
	color: #c90000 !important;
}

#contato .logo, .logo-rodape {
	width: 80%;
}

.whatsapp {
    position: fixed;
    z-index: 99;
    right: 80px;
    bottom: 80px;
    width: 60px;
    height: 60px;
}

.whatsapp a {
	background: #00E676;
	border-radius: 50%;
	box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.1);
	-webkit-transform-origin: center;
	transform-origin: center;
	position: relative;
	height: 60px;
	width: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 1.3em;
	color: #fff;
	z-index: 1;
	display: block;
}

.whatsapp .ripple,
.whatsapp .ripple:before,
.whatsapp .ripple:after {
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(16, 231, 126, 0.3);
	top: 0;
	height: 60px;
	position: absolute;
	width: 60px;
	left: -1px;
}

.whatsapp .ripple:before {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
	content: "";
	position: absolute;
	top: 0;
}

.whatsapp .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	top: 0;
}

@-webkit-keyframes ripple {
  70% {
    box-shadow: 0 0 0 50px transparent; }
  100% {
    box-shadow: 0 0 0 0 transparent; }
}
@keyframes ripple {
  70% {
    box-shadow: 0 0 0 50px transparent; }
  100% {
    box-shadow: 0 0 0 0 transparent; }
}


#politica p {
	color: rgba(255,255,255,.9)!important;
	font-size: 1em;
	text-align: justify!important;
}

#politica h4 {
	color: rgba(255,255,255,.9)!important;
	font-size: 1.2em;
	font-weight: 600;
	margin-top: 30px;
}

#politica a {
	color: #c90000 !important;
}

#politica a:hover {
	text-decoration: none;
}

.interna.btn-especialista {
	margin-top: -10px!important;
}

/* Ajuste para telas menores */
@media (max-width: 768px) {
	.logo {
		position: absolute;
		width: 50%;
		display: block;
		top: 15px;
	}
	
	#navbarNav {
		margin-top: 30px;
	}
	
	.hero-bg-image {
		background-position: center bottom; /* Centraliza horizontalmente e posiciona na parte inferior em telas menores */
		/* Você pode ajustar o background-size ou adicionar um gradiente aqui se a imagem atrapalhar muito o texto no mobile */
		
		background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 50%, transparent 60%), url('../../assets/imgs/equipe-home-mobile.jpg');
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.hero-section h1 {
		position: relative;
		top: -80px;
	}
	
	.hero-section p {
		position: relative;
		top: 80px;
	}
	
	.hero-section .btn {
		position: relative;
		top: 100px;
	}
	
	.hero-section.interna h1 {
		position: relative;
		top: -40px;
		font-size: 1.4em;
	}
	
	.hero-section.interna h2 {
		position: relative;
		top: -30px;
		font-size: 1.2em;
	}
	
	.hero-section.interna p {
		position: relative;
		top: -30px;
		font-size: 1.1em;
	}
	
	#depoimentosCarousel p {
		font-size: 1.2em!important;
	}
	
	.btn-especialista {
		margin-top: -180px!important;
	}
	
	.my-5 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	
	#expertise {
		text-align: center;
	}
	
	#expertise h4 {
		display: block;
        margin-bottom: 10px;
        padding: 10px;
	}
	
	#cases {
		background-image: none;
	}
	
	#sobre {
		text-align: center;
	}
	
	#contato-action h2 {
		font-size: 1.8em;
	}
	
	#contato {
		text-align: center;
	}
	
	#contato .logo-rodape {
		width: 80%;
		margin: 0 auto;
	}
	
	#contato p {
		font-size: 1.1em;
	}
	
	#contato .copy {
		font-size: 0.8em!important;
	}
	
	.slogan {
		font-size: 0.9em!important;
	}
	
	.endereco {
		font-size: 0.9em!important;
		text-align: center!important;
		margin-bottom: 30px;
	}
	
	.links-politica {
		font-size: 0.9em!important;
	}
	
	.whatsapp {
		position: fixed;
		z-index: 99;
		margin: 0 auto;
        right: 25px;
        bottom: 65px;
		width: 60px;
		height: 60px;
	}

	.whatsapp a {
		background: #00E676;
		border-radius: 50%;
		box-shadow: 0 5px 10px 0 rgba(35, 50, 56, 0.1);
		-webkit-transform-origin: center;
		transform-origin: center;
		position: relative;
		height: 60px;
		width: 60px;
		text-align: center;
		line-height: 60px;
		font-size: 1.3em;
		color: #fff;
		z-index: 1;
		display: block;
	}
}
