@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic);

body {
	padding-top: 70px;
}

body,
html {
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	font-family: 'Montserrat', sans-serif;

}

@media (min-width: 1200px) {
	.container {
		width: 960px;
	}
}

h1 {
	font-weight: 530;
	font-size: 50px;
}

h2 {
	text-transform: uppercase;
	font-size: 25px;

}

h3 {
	font-size: 14px;
	font-style: italic;
	font-weight: 100;
	line-height: 26px;
}

h4 {
	text-transform: uppercase;
	font-size: 16px;
	word-spacing: 2px;
}

h5 {
	text-transform: uppercase;
	font-size: 12px;
	word-spacing: 2px;
}

h6 {
	text-transform: uppercase;
	font-size: 10px;
	word-spacing: 2px;
	letter-spacing: 2px;
}

p {
	color: #222222;
}


hr {
	width: 50px;
	border-color: #c59a6d;
}

a {
	color: #222222;
}

a:hover,
a:focus {
	color: #c59a6d;
	text-decoration: none;
}

#meet-us p {
	text-align: justify;
}

#home {
    background: url("../assets/capa.png");
    border-bottom: 5px solid #c59a6d;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 50vh; 
    min-height: 600px; 
    padding-top: 20px; 
    position: relative;
    width: 100%;
    overflow: hidden; 
    
}


@media (min-width: 992px) { 
  #home {
    background-attachment: fixed; 
  }
}

#home a.down-btn span.fa.fa-angle-down {
	font-size: 26px;
	border: 2px solid #c59a6d;
	border-radius: 2px;
	padding: 7px 5px;
	position: relative;
	margin-top: 20px;
	color: #c59a6d;
	cursor: pointer;
}

.container.text-center {
	position: relative;
	z-index: 1;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: rgba(2, 16, 93);
}

@media (max-width: 768px) {

	#services {
		background-image: url('../assets/servicos-fallback.jpg');
		background-size: cover;
	}
}

.content {
	padding-top: 0%;
}

.header-text.btn {
	border: 2px solid rgba(2, 16, 93);
	border-radius: 0;
	padding: 10px 20px;
	height: 100px;
	padding-top: 10px;
}

.header-text.btn:hover {
	color: inherit;
}

.header-text.btn:focus,
.header-text.btn:active:focus,
.header-text.btn.active:focus,
.header-text.btn.focus,
.header-text.btn:active.focus,
.header-text.btn.active.focus {
	outline: thin dotted transparent;
	outline: none;
	outline-offset: -2px;
}

.typed-cursor {
	opacity: 1;
	padding: 10px 2px;
	background: rgba(2, 16, 93);
	;
	margin: 10px;
	-webkit-animation: blink 0.5s linear infinite;
	-moz-animation: blink 0.5s linear infinite;
	animation: blink 0.5s linear infinite;
}

@keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes blink {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.navbar-default {
    background-color: #1E2429; 
	border-top: 5px solid #c59a6d;
	border-bottom: 5px solid #c59a6d;
   
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.26);
    padding: 12px 0; /
}

.navbar-default .navbar-brand {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px; 
    height: auto; /
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #c59a6d; 
}

.navbar-default .navbar-nav > li > a {
    color: #ffffff; 
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px; 
    padding: 10px 16px; 
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #C59A6D; 
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #C59A6D; 
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #c59a6d; 
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff; 
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: transparent; 
    opacity: 0.8; 
}


@media (max-width: 767px) { 
    .navbar-header {
        float: none;
    }
    .navbar-left, .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-right: 15px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse { /* Esconde o menu por padrão em mobile */
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none; /* Garante que os itens de menu fiquem empilhados verticalmente */
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: left; /* Alinha o texto dos links à esquerda em mobile */
        padding-left: 20px; /* Adiciona um padding interno para os links mobile */
        width: 100%; /* Garante que o link preencha a largura */
    }
    .collapse.in { /* Mostra o menu quando ativo (com a classe 'in') */
        display: block !important;
    }
}


span.typed-cursor {
	top: -5px;
	position: relative;
}




.nav>li {
	position: relative;
	display: block;
	text-align: justify;
}



.close:hover {
	background: #c59a6d;
	color: #ffffff;
	opacity: 1;
}

.close {
	background: #fff;
	padding: 10px 12px;
	opacity: 1;
	transition: all 0.3s;
}

.add-margin {
	margin-top: 200px;
}

#meet-us,
#services,
#works,
#about-us {
	padding: 5px 10;
}

a.down-btn span.fa.fa-angle-down {
	font-size: 26px;
	border: 1px solid #c59a6d;
	border-radius: 2px;
	padding: 7px 5px;
	position: relative;
	cursor: pointer;
	color: #c59a6d;
	margin-top: 5px;
}

#services {
	background-image: url('../assets/fundo5.jpg');
	/* Caminho da imagem */
	background-size: cover;
	/* Cobrir toda a área */
	background-position: center;
	/* Centralizar imagem */
	background-repeat: no-repeat;
	/* Não repetir */
	position: relative;
	/* Necessário para o overlay */
	text-align: justify;
}

/* Overlay para melhor contraste do texto (opcional) */
#services:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

/* Garantir que o conteúdo fique acima do overlay */
#services .container {
	position: relative;
	z-index: 1;
}

@media (max-width: 768px) {
	#services {
		background-attachment: scroll;
		/* Desativa parallax em móveis */
	}
}


.service {
	border: 2px solid #222;
	margin-top: 10px;
	margin-bottom: 0px;
	position: relative;
	padding: 30px 15px;
	color: #222222;
	text-align: justify;
}

.service p {
	font-size: 14px;
	padding-top: 30px;
	font-family: 'Lato', sans-serif;
	color: #222222;
	text-align: justify;

}

#services .section-title h2 {
	color: #222222;
}

#services p {
	text-align: justify;
}

.section-title {
	color: #222222;
}

.space {
	padding-top: 20px;
	color: #222222;
}

#cta {
	background: #282f35;
	padding: 10% 0;
}

a.btn.go-to-btn {
	text-transform: uppercase;
	border: 1px solid #c59a6d;
	word-spacing: 2px;
	padding: 7px 30px;
	border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	transition: all 0.5s;
}

a.btn.go-to-btn:hover {
	background: #c59a6d;
	color: #282f35;
}

.nopadding {
	padding: 0;
	margin: 0;
}

.portfolio-item .hover-bg {
	height: 280px;
	overflow: hidden;
	position: relative;
}

.hover-bg .hover-text {
	position: absolute;
	text-align: justify;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 30% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}

.hover-bg .hover-text>h5 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}

.hover-bg:hover .hover-text>h5 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	backface-visibility: hidden; 
}

.hover-bg .hover-text>.hline {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}

.hover-bg:hover .hover-text>.hline {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	backface-visibility: some-value; 
}

.hover-bg:hover .hover-text {
	opacity: 1;
}

.hline {
	height: 5px;
	width: 30px;
	border-top: 2px solid #f1f1f1;
	margin: 0 auto
}

.hover-text p.lead {
	color: #c59a6d;
}


a.btn.read-more-btn {
	text-transform: uppercase;
	background: #c59a6d;
	color: #282f35;
	word-spacing: 2px;
	padding: 7px 30px;
	border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	transition: all 0.5s;
}

a.btn.read-more-btn:hover {
	background: #222222;
	color: #ffffff;
}

a.btn.send-btn {
	text-transform: uppercase;
	background: #c59a6d;
	color: #282f35;
	padding: 15px 35px;
	border-radius: 0;
	font-size: 14px;
	color: #ffffff;
	transition: all 0.5s;
}

a.btn.send-btn:hover {
	background: transparent;
	border: 1px solid #c59a6d;
	color: #ffffff;
}

#clients {
	background: url("../assets/fundo3.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: justify;
}

#clients .overlay {
	background: rgba(34, 34, 34, 0.85);
	height: auto;
	min-height: 200px;
	padding: 8% 0;
	color: #ffffff;
}

ul.clients li {
	display: inline-block;
	padding: 20px 40px;
	vertical-align: middle;
}

/* ===== ESTILOS DA EQUIPE (SOBRE NÓS) ===== */
.team-members {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 30px auto;
	max-width: 900px;
	/* Limita a largura do container */
}

.team-member {
	padding: 20px;
	margin: 10px;
	text-align: center;
	flex: 1;
	min-width: 250px;
	/* Evita quebra em telas pequenas */
}

.team-photo {
	width: 200px;
	height: 200px;
	object-fit: cover;
	border-radius: 50%;
	border: 3px solid #c59a6d;
	/* Borda dourada */
	margin: 0 auto 15px;
	display: block;
	transition: transform 0.3s ease;
	/* Efeito hover suave */
}

.team-photo:hover {
	transform: scale(1.05);
	/* Efeito zoom sutil */
}

.team-member h4 {
	color: #222;
	margin: 10px 0 5px;
	font-size: 18px;
	text-transform: uppercase;

}

.team-member {
	position: relative;
	overflow: hidden;
}

.team-member::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(197, 154, 109, 0.1);
	opacity: 0;
	transition: opacity 0.3s ease;
	z-index: 1;
}

.team-member:hover::before {
	opacity: 1;
}

.team-member p.small {
	color: #c59a6d;
	font-style: italic;
	margin-bottom: 10px;

}

.team-hr {
	width: 50%;
	border: 0;
	height: 1px;
	background: linear-gradient(to right, transparent, #c59a6d, transparent);
	margin: 15px auto;
}

#testimonials .section-title h2,
#contact .section-title h2 {
	color: #ffffff;
}

#about-us p {
	text-align: justify;
}


@media (max-width: 767px) {
	.team-members {
		flex-direction: column;
		align-items: center;
		max-width: 100%;
		padding: 0 15px;
	}

	.team-member {
		width: 100%;
		max-width: 280px;
		min-width: unset;
		margin: 0 auto 30px;
		padding: 15px;
	}

	.team-photo {
		width: 150px;
		height: 150px;
	}

	.team-member h4 {
		font-size: 16px;
		margin: 8px 0;
	}

	.team-member p.small {
		font-size: 13px;
	}

	.team-hr {
		margin: 10px auto;
		width: 40%;
	}
}

@media (max-width: 320px) {
	.team-photo {
		width: 120px;
		height: 120px;
	}
}

/* Responsividade */
@media (max-width: 768px) {
	.team-member {
		min-width: 100%;
		/* Uma foto por linha em mobile */
	}

	.team-photo {
		width: 150px;
		height: 150px;
	}
}



/* Container principal */
.values-container {
	max-width: 1200px;
	margin: 40px auto;
	padding: 0 20px;
}

/* Cards de valores */
.value-card {
	background: rgba(255, 255, 255, 0.9);
	border-left: 4px solid #c59a6d;
	margin-bottom: 30px;
	padding: 25px;
	border-radius: 4px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
	display: flex;
	transition: transform 0.3s ease;
}

.value-card:hover {
	transform: translateY(-5px);
}

.value-icon {
	flex: 0 0 60px;
	color: #c59a6d;
	font-size: 24px;
	padding-right: 20px;
}

.value-content {
	flex: 1;
}

.value-content h4 {
	color: #222;
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.value-content p {
	font-size: 16px;
	line-height: 1.8;
	color: #444;
	margin-bottom: 15px;
}

/* Lista de valores */
.value-list {
	padding-left: 20px;
	margin: 20px 0;
}

.value-list li {
	margin-bottom: 12px;
	font-size: 16px;
	line-height: 1.6;
	color: #444;
	position: relative;
	padding-left: 25px;
}

.value-list li:before {
	content: "•";
	color: #c59a6d;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: -2px;
}

.value-list strong {
	color: #c59a6d;
}

.value-conclusion {
	font-style: italic;
	border-top: 1px dashed #c59a6d;
	padding-top: 15px;
	margin-top: 20px;
}

/* Responsividade */
@media (max-width: 768px) {
	.value-card {
		flex-direction: column;
	}

	.value-icon {
		margin-bottom: 15px;
		padding-right: 0;
	}

	.value-list li {
		padding-left: 20px;
	}
}


#testimonials {
	background: url("../assets/ilustrativa4.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	text-align: justify;
}

#testimonials .overlay {
	background: rgba(34, 34, 34, 0.85);
	height: auto;
	min-height: 200px;
	padding: 5% 0;
	color: #ffffff;
}

.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 2px 5px;
	filter: Alpha(Opacity=50);
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 0;
	background: #C59A6D;
}

#contact {
	background: #282f35;
	padding: 100px 0;
	color: #ffffff;
}

.contact-info-item p {
    color: #ffffff; 
}

ul.social li a {
	color: #ffffff;
	font-size: 16px;
}

address strong {
	text-transform: uppercase;
	font-style: normal;
	font-family: 'Montserrat', sans-serif;
}


address {
	font-style: italic;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;

}

.section-title {
    margin-bottom: 10px; /* Ajuste este valor conforme o espaçamento desejado */
}

.contact-info-container {
    display: flex;
    flex-direction: column; /* Organiza os itens verticalmente */
    gap: 25px; /* Espaço entre cada 'contact-info-item' */
    text-align: center; /* Garante alinhamento à esquerda do conteúdo dentro da coluna */
}  
.contact-info-item {
    display: flex;
    flex-direction: column;
    align-items: center; /* NOVO/MODIFICADO: Centraliza elementos como strong, p, a, ul.social dentro deste item */
    text-align: center

}
.contact-info-item strong {
    text-transform: uppercase;
    font-style: normal;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 8px; /* Espaço abaixo do rótulo */
    color: #c59a6d; /* Opcional: destaque para os rótulos */
    font-size: 1.1em; /* Opcional: ligeiramente maior para os rótulos */
	 text-align: center;
}

.contact-info-item p {
	  color: #ffffff; 
    margin-bottom: 0; /* Remove margem padrão de parágrafo se não for necessária */
    line-height: 1.6; /* Melhora a legibilidade do texto do endereço */
}
.small-text {
	color: #ffffff; 
    font-size: 0.85em; /* Tamanho menor */
    opacity: 0.8; /* Levemente mais claro */
    margin-top: 5px; /* Pequena margem superior para separá-lo do endereço principal */
}

.contact-info-link {
    color: #ffffff; /* Cor branca para o texto do link */
    text-decoration: none; /* Remove sublinhado padrão */
    transition: color 0.3s ease, text-decoration 0.3s ease; /* Transição suave para hover */
	text-align: center;
}

.contact-info-link:hover {
    color: #c59a6d; /* Cor de acento no hover */
    text-decoration: underline; /* Adiciona sublinhado no hover para feedback */
}

.contact-info-social {
    align-items: center; /* Centraliza os filhos (strong e ul.social) horizontalmente */

}
.social {
    padding-left: 0; /* CRUCIAL: Remove padding padrão da UL que pode causar o deslocamento */
    list-style: none;
    margin: 0;
    display: flex;
    gap: 20px;
    margin-top: 10px;
    justify-content: center; /* MODIFICADO: Centraliza os ícones dentro da lista */
    flex-wrap: wrap; /* NOVO: Permite que os ícones quebrem linha em telas pequenas se não couberem */
}
.social-icon {
    width: 40px; /* Aumentado o tamanho dos ícones */
    height: 40px;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.social-icon:hover {
    opacity: 1;
    transform: translateY(-5px); /* Efeito de hover mais pronunciado */
}

/* Estilos botões  */

.btn-send {
	background-color: transparent;
	color: #ffffff;
	border: 2px solid #c59a6d;
}

.btn-send:hover {
	background-color: transparent;
	border-color: #c58a6d;
	color: #C59A6D;
}

.btn-back {
    background-color: transparent;
    color: #ffffff;
    border: 2px solid #c59a6d;
    padding: 12px 25px; /* Aumentado o padding para um botão mais proeminente */
    border-radius: 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px; /* Aumentado ligeiramente o tamanho da fonte */
    letter-spacing: 1.5px; /* Aumentado o espaçamento entre letras */
    transition: all 0.3s ease;
}

.btn-back:hover {
    background-color: #c59a6d; /* Preenche o botão com a cor de acento no hover */
    color: #ffffff; /* Inverte a cor do texto para contrastar com o novo fundo */
}


input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-style: italic;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	letter-spacing: 1px;
	font-style: italic;
}

nav#footer {
    background: #1E2429; 
    padding: 40px 0;
    color: #ffffff;
    border-bottom: 5px solid #c59a6d; 
}

#footer .pull-left p {
    color: #ffffff; 
    margin-bottom: 0; 
}

#footer a {
    color: #c59a6d; 
}

#footer a:hover {
    color: #ffffff; 
}


#footer span.fa {
	color: #c59a6d;
	font-size: 26px;
	margin-left: 10px;
}

#footer a {
	color: #ffffff;
}

#footer p {
	color: #ffffff;
}


ul.clients li {
	font-size: 16px;
}

#about-us li {
	font-size: 18px;
}

#about-us li {
	font-size: 18px;
	width: 100%;
	max-width: 1000px;
	margin: 10px auto;
	line-height: 1.6;
	text-align: justify;
}



@media (max-width: 767px) { /* Breakpoint comum para dispositivos pequenos (Bootstrap 3) */
    #contact {
        padding: 50px 15px; /* Adiciona padding horizontal em telas pequenas */
    }
    
    .section-title {
        margin-bottom: 30px; /* Ajuste de espaçamento para mobile */
    }

    .contact-info-container {
        gap: 20px; /* Ajuste de espaçamento para mobile */
    }

    /* .contact-info-social já cuida do alinhamento central em mobile */
    /* .social já cuida do justify-content: center em mobile */

    .social-icon {
        width: 36px; /* Ajusta o tamanho dos ícones para mobile */
        height: 36px;
    }
    
    .btn-back {
        padding: 10px 20px;
        font-size: 14px;
        letter-spacing: 1px;
    }
}

.social-icon {
    width: 40px; /* Aumentado o tamanho dos ícones */
    height: 40px;
    transition: all 0.3s ease;
    opacity: 0.9;
}

.social-icon:hover {
    opacity: 1;
    transform: translateY(-5px); /* Efeito de hover mais pronunciado */
}
/* Efeitos de cor das redes */
.social li:nth-child(1) img:hover {
	filter: drop-shadow(0 0 4px #25D366);
}

.social li:nth-child(2) img:hover {
	filter: drop-shadow(0 0 4px #1877F2);
}

.social li:nth-child(3) img:hover {
	filter: drop-shadow(0 0 4px #E1306C);
}

.social li:nth-child(4) img:hover {
	filter: drop-shadow(0 0 4px #0077B5);
}


.skip-link {
	position: absolute;
	top: -40px;
	left: 6px;
	background: #c59a6d;
	color: white;
	padding: 8px;
	text-decoration: none;
	z-index: 9999;
	transition: top 0.3s;
}

.skip-link:focus {
	top: 6px;
}


@media (max-width: 768px) {
	nav#menu span.fa.fa-bars {
		left: 20px;
			font-size: 24px;
	}

	.header-text.btn {
		padding: 10px 15px;
		height: auto;
	}

	.value-card {
		margin-bottom: 20px;
		padding: 20px;
	}
}