/* FONTES */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
/* /FONTES */

/* GERAL */
body { font-family: 'Open Sans', sans-serif; }
.main {
  min-height: 100%;
}
a:hover { text-decoration: none; }
.titulo { text-transform: uppercase;color: #007ecb; margin-bottom: 15px; }
	.titulo h1,
	.titulo h2,
	.titulo h3,
	.titulo h4,
	.titulo h5,
	.titulo h6 { 
		font-weight: 300; 
		background-image: url(../../img/borda-titulo.png); background-position: left bottom; background-repeat: no-repeat;
		margin-bottom: 5px; padding-bottom: 5px;
	}
	.titulo p { text-transform: none; font-size: 12px; }

	.titulo.centro h1,
	.titulo.centro h4,  
	.titulo.centro h5 { 
		background-position: center bottom; text-align: center; 
	}
	.titulo.direita h1,
	.titulo.direita h4,  
	.titulo.direita h5 { 
		background-position: right bottom; text-align: right; 
	}

	.titulo.centro p { text-align: center; font-size: 16px; color: #333;}

.fundo-branco { background-color: #fff; }

.btn { border-radius: 0; }
.btn.botao-principal { background: #007ecb; color: #fff; }
.col-xs-invisivel {display: block;}
.col-xs-visivel {display: none;}
.full-image-grafico{width: 100%}
/* /GERAL */

/* TOPO */
.topo { background: url(../../img/bg-topo.jpg) top center no-repeat; position: relative; }

.topo .container { position: relative; }

.logo { padding: 40px 0; float: left; }
	.logo img { height: 75px; float: left; margin-right: 50px; }

.logo-responsivo{ width: 120px; float: left; padding: 10px 0; margin-left: 5px;}

.menu-responsivo { display: none; background: #007ecb; }
.menu-responsivo ul { padding: 0; margin: 0; background: #006eb1; }
.menu-responsivo ul li { padding: 0; width: 100%;}
.menu-responsivo ul li a { color: #fff; padding: 5px 0; text-transform: uppercase; text-align: center; }

.menu-institucional { position: absolute; right: 15px; top: 0; padding-top: 10px; font-size: 12px; color: #fff; }
.menu-institucional ul { list-style: none; padding: 0; }
.menu-institucional ul li { float: left; padding-left: 20px; }
.menu-institucional ul li a { color: #fff; }
.menu-institucional ul li i { color: #fff; margin-right: 5px; font-size: 10px; }
.menu-institucional ul li.ativo a,
.menu-institucional ul li.ativo i { color: #111; font-weight: bold; }

.menu-navegacao { float: right; padding-top: 60px; text-transform: uppercase; }
.menu-navegacao ul { list-style: none; padding: 0 15px; border: 1px solid #fff; height: 40px; }
.menu-navegacao ul li { float: left; line-height: 35px; padding: 0 10px; }
.menu-navegacao ul li.ativo a { border-bottom: 2px solid #fff; padding-bottom: 9px; }
.menu-navegacao ul li:first-child { padding-left: 0; }
.menu-navegacao ul li:last-child { padding-right: 0; }
.menu-navegacao ul li a { color: #fff; }

.acompanhamento-mobile { 
	display: none;
	float: left;
	padding: 16px 10px; 
	line-height: 9px;
}
.acompanhamento-mobile a { color: #fff; font-size: 10px; text-transform: uppercase; }
/* /TOPO */

/* RODAPÉ */
.rodape { 
	background: url(../../img/bg-frase.png) top center repeat-y; width: 100%;
	display: table;
	padding: 25px 0;
}
.rodape .titulo { color: #fff; }

.rodape-dados-de-contato ul { padding: 0; list-style: none; }
.rodape-dados-de-contato ul li { color: #fff; font-size: 12px; padding: 10px 0; text-transform: uppercase; } 
.rodape-dados-de-contato ul li a { }
.rodape-dados-de-contato i { font-size: 12px; }
.rodape-dados-de-contato h5 { margin: 0; text-transform: none; font-size: 16px; font-weight: 300;}

.rodape-mapa-do-site ul { padding: 0; list-style: none; }
.rodape-mapa-do-site ul li { } 
.rodape-mapa-do-site ul li a { color: #fff; font-size: 12px; }

.rodape-links-uteis ul { padding: 0; list-style: none; }
.rodape-mapa-do-site ul li { } 
.rodape-links-uteis ul li a { color: #fff; font-size: 12px; }

.desenvolvimento { line-height: 25px; width: 100%; background: #000; color: #fff; font-size: 12px; text-align: center; padding: 10px 0 7px 0;}
/* /RODAPÉ */

/* HOME */
.banner { 
	padding: 5px 5px 0 5px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	display: table;
	width: fit-content;
    margin: 0 auto;
}
.banner img { }
.banner h1 { 
	position: absolute; top: 90px; left: 120px; 
	font-size: 30px;
	z-index: 1000;
	line-height: 36px;
	color: #003e64;
}
.banner .item { height: 360px !important; overflow: hidden; }

img.transparencia-banner { position: absolute; height: 100% !important; }

.home-frase { 
	background: url(../../img/bg-frase.png) top center repeat-y;
	width: 100%;
	font-size: 22px; 
	padding: 20px 0;
	color: #fff;
	font-weight: 300;
	text-align: center;
}
.home-frase a { font-size: 0.8em; color: #BBBBBB; }

.login { font-size: 16px; float: right; }
.login input[type="button"] { background-color: #005990; border: none; height: 30px; font-size: 12px; text-transform: uppercase; }
.login input[type="text"] { 
	background-color: #005990;
	border: none;
	height: 30px;
	font-size: 12px;
	padding-left: 5px;
	padding-right: 5px;
}
.login input[type="text"]:first-child {  margin-left: 10px; }
::-webkit-input-placeholder { color: #ccc; }
:-moz-placeholder { color: #ccc; opacity:  1; }
::-moz-placeholder { color: #ccc; opacity:  1; }
:-ms-input-placeholder { color: #ccc; }

.home-item { /* border: 1px solid #aaa; */ margin: 30px 0 10px 0; padding: 10px 15px; }

.home-servicos-item { border-left: 1px solid #ccc; background: url(../../img/home-servicos-item.png) left top repeat-y; margin-bottom: 20px; min-height: 120px; }
.home-servicos-item p { font-size: 12px; }
.home-servicos-item-imagem { display: none; height: 100px; border: 1px solid #aaa; position: relative; overflow: hidden; }
.home-servicos-item-imagem img { padding: 4px 4px 5px 4px; margin: 0; height: auto; min-height: 100px; width: 100%; }

.home-bloco { 
	height: 150px; 
	border: 1px solid #aaa;
	padding: 5px;
	position: relative;
}
.home-bloco-imagem { height: 100%; overflow: hidden;  }
.home-bloco-imagem img { height: 100% !important; }
.home-bloco span { 
	position: absolute; top: 15px; left: 15px;
	font-size: 15px;
	font-weight: bold;
	background: rgba(255,255,255,0.7);
	padding: 7px;
	text-transform: uppercase;
}

.mapa { width: 100%; height: 200px; }
.mapa-unidade-santos, .mapa-unidade-fortaleza {
	width: 100%;
	height: 300px;
	float: left;
	position: relative;
}
#mapa-unidade-santos, #mapa-unidade-fortaleza { width: 100%; height: 300px; position: absolute; }
#mapa-unidade-santos { left: 0; border-right: 1px solid #fff; }
#mapa-unidade-fortaleza { right: 0; }
.mapa .gmnoprint .gm-style-mtc, 
.mapa .gmnoprint .gm-style-cc, 
.mapa .gmnoprint.gm-style-cc, 
.mapa .gm-style .gm-style-cc, 
.gm-style-cc a { display: none; }
.mapa-legenda { 
	position: absolute; right: 20px; top: 15px; 
	background-color: rgba(0,0,0,0.2); 
	z-index: 1000; 
	padding: 5px 10px;
	color: #fff;
}
.mapa-legenda img { vertical-align: sub; margin-right: 5px; }
/* /HOME */

/* SERVIÇOS */
.servicos-item { height: 300px; text-align: center; border: 1px solid #aaa; position: relative; overflow: hidden; }
.servicos h3 { font-size: 16px; text-align: center; margin: 10px 0; }
.servicos-item-imagem { height: 100%; overflow: hidden; }
.servicos-item-imagem img { margin: 0 auto; }
.servicos-item-imagem img.mobile { display: none; }
.servicos-item-azul { 
	height: 100%; width: 100%; 
	background: rgba(0,126,203,0.4); border: 5px solid #fff; 
	position: absolute; top: 0; left: 0; 
	-webkit-transition: all 0.5s ease-out;
  	-moz-transition: all 0.5s ease-out;
  	-o-transition: all 0.5s ease-out;
  	transition: all 0.5s ease-out; 
}
.servicos-item:hover .servicos-item-azul { background: rgba(0,126,203,0); }
/* /SERVIÇOS */

/* FALE CONOSCO */
.dados-de-contato { font-size: 16px; }
/* /FALE CONOSCO */

/* LOCALIZAÇÃO */
.mapa-localizacao .mapa-unidade-santos,
.mapa-localizacao .mapa-unidade-fortaleza { width: 100%; margin-bottom: 160px; height: 500px; }
.mapa-localizacao #mapa-unidade-santos, 
.mapa-localizacao #mapa-unidade-fortaleza { height: 500px; }
/* /LOCALIZAÇÃO */

/* PARCEIROS */
.parceiros{
	margin-top: 30px;
	margin-bottom: 30px;
}
.parceiros img{
	height: 50px;
	width: auto;
}
/* /PARCEIROS */

/* LICENÇAS */
.licencas{
	margin-top: 30px;
	margin-bottom: 30px;
}
.licencas img{
	height: 150px;
	width: auto;
}
/* /LICENÇAS */
/* CLIENTES */
#clientes img{
	height: 50px;
	width: 	auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#clientes{
	margin-bottom: 50px;
}
#clientes .item{
	border: 1px solid #ddd;
  
}
/* /CLIENTES */
/* TABELA FALSA */
.borda-tabela-falsa{
	border: 1px solid #ddd;
}
/* /TABELA FALSA */
/* CORES*/
.color-red{
	color: #007ecb;
}
/* /CORES*/
/*FROTA*/
.altura-minima-cavalos{
	min-height: 200px;
	text-align: justify;;
	overflow: auto;	
}
.img-cavalos{
	width: 150px;
	height: auto;
	float: left;
	margin-right: 15px;
}
/*FROTA*/
/* SASSMAQ */
.sasmaq-declaracao-final{
	padding-top: 50px;	
}
table .graficos-sassmaq{
	
}
/* /SASSMAQ */


.wizard-container {
    max-width: 800px; /* Ajuste a largura como desejar */
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

/* Estilos para o Wizard */
.wizard {
    margin: 20px 0;
}

.wizard .nav-tabs {
    position: relative;
    margin-bottom: 20px;
    border-bottom: none;
    display: flex;
    justify-content: space-between;
}

.wizard .nav-tabs li {
    width: 33%;
}

.wizard .nav-tabs li a {
    background: #e9ecef;
    color: #5a5a5a;
    text-align: center;
    font-weight: bold;
    padding: 15px;
    border-radius: 5px;
    border: none;
    transition: background-color 0.3s ease;
}

.wizard .nav-tabs li.active a {
    background: #007bff;
    color: #fff;
}

.wizard .nav-tabs li a:hover {
    background: #007bff;
    color: #fff;
}

.wizard .tab-content {
    padding: 20px;
    border-radius: 5px;
    background-color: #f8f9fa;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Estilos para campos de formulário */
.form-group {
    margin-bottom: 20px;
}

.form-label label {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.input-group input, 
.input-group textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    transition: border-color 0.3s ease;
}

.input-group input:focus, 
.input-group textarea:focus {
    border-color: #007bff;
    outline: none;
}

/* Estilos para botões */
.btn {
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.btn-primary {
    background-color: #007bff;
    border: none;
    color: #fff;
    transition: background-color 0.3s ease;
}

.btn-primary:hover {
    background-color: #0056b3;
}

.btn-default {
    background-color: #6c757d;
    color: #fff;
    border: none;
}

.btn-default:hover {
    background-color: #5a6268;
}

.btn-success {
    background-color: #28a745;
    border: none;
    color: #fff;
}

.btn-success:hover {
    background-color: #218838;
}

/* Responsividade */
@media (max-width: 768px) {
    .wizard .nav-tabs li {
        width: 100%;
    }

    .wizard .nav-tabs li a {
        font-size: 14px;
        padding: 10px;
    }

    .input-group input,
    .input-group textarea {
        font-size: 14px;
    }
}

.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  background-color: #25d366;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(37, 211, 102, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  animation: pulse 2s infinite;
  transition: transform 0.3s;
}

.whatsapp-float:hover {
  transform: scale(1.1);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}


/* Ajuste para o botão flutuante não colar no rodapé */
@media (max-width: 768px) {
  .whatsapp-float {
    bottom: 80px; /* Aumenta espaço embaixo para não colar no rodapé */
    right: 15px;
    width: 55px;
    height: 55px;
    font-size: 24px;
  }

  .desenvolvimento {
    padding-bottom: 50px; /* Dá mais respiro no rodapé para evitar sobreposição */
  }
}

.whatsapp-float {
  z-index: 99999;
}

.form-control.is-invalid {
    border-color: #dc3545; /* Cor da borda vermelha */
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3cpath stroke-linejoin='round' d='M6 8.2V8h.01v.01H6z'/%3e%3c/svg%3e"); /* Ícone de erro (opcional, mas bom para feedback) */
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

/* Opcional: Estilo para o foco do campo com erro */
.form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

/* Opcional: Mensagem de feedback abaixo do campo */
.invalid-feedback {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
}
