/* Estilos Gerais */
/* .center {text-align: center;} */
body {
	font-family: 'Montserrat',Arial, Helvetica, sans-serif;
}

p {
	font-family: 'Montserrat',Georgia, "Times New Roman", serif;
	font-size: 14px;
	line-height: 20px;
	color: #5F5F5F;
}

img {
	display: block;
	max-width: 100%;
}

hr {
	max-width: 960px;
}

.btn {
	border: 2px solid #454545;
	padding: 10px 30px;
	color: #454545;
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .1em;
}

.btn:hover {
	color: #fff;
	border-color: #fff;
}

.btn.btn-preto:hover {
	color: #000;
	border-color: #000;
	cursor: pointer;
}

.subtitulo {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 40px;
}

.subtitulo:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: yellow;
	margin: 8px auto;
}

.subtitulo-interno {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.subtitulo-interno:after {
	content: "";
	display: block;
	width: 60px;
	height: 3px;
	background: #000;
	margin: 8px 0;
}

/* Header */

/*Superinfo*/

.superinfo-bg {
	background: #5F5F5F;
	color: #FFFFFF;
}

.superinfo {
	max-width: 960px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 10px;
	padding-bottom: 10px;
}
.superinfo div a  {
	padding: 0px 5px;
	margin: 0px 5px;
}
.superinfo a {
	color: white;
	padding: 0 5px;
}

/*Menu*/

.menu-bg {
	background: white;
}

.menu {
	max-width: 960px;
	margin: 0 auto;
	padding: 5px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.menu a {
	color: #5F5F5F;
}
.menu-logo {
	width: 150px;
	margin: 15px 0;
}
.menu-logo a {
	font-size: 2.25em;
	font-weight: bold;
}

.menu-nav ul {
	display: flex;
	flex-wrap: wrap;
}

.menu-nav a {
	font-size: 1.25em;
	display: block;
	padding: 10px;
}
.cool-link::after {
	content: " ";
	display: block;
	width: 0;
	height: 2px;
	background: #5F5F5F;
	transition: width .3s;
}
.cool-link:hover::after {
	width: 100%;
	transition: width .3s;
}

/* Section IMG-Index-Introducao */

.introducao-img {  
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;  /* erro aquiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii */
	height: 330px;
	background: url(/img/LICITACAO-intro.jpg) center  no-repeat;
	background-size: cover;
	background-position:fixed ;
	
    /* padding-right: 260px; *
	/* background-position-y: -330px; */
}
.introducao-img img {
	display: block;
	height: 330px;
	margin: 0 auto;
	width: 100%;
}

/* .texto-introducao-img-center{
	position: relative;
	width: 500px;
	padding: 0 15px;
	top: 127px;
	left: 200px;
} */

.container-img {
	max-width: 1366px;
	margin: 0 auto;
}
.texto-introducao-img-center {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 450px;
	left: 350px;
	top: 127px;
	padding: 0 30px;
	max-width: 450px;
}

/*Vantagens*/

.efeito {
	align-items: stretch;
	background-color: #FFFFFF;
	border: 0 none currentcolor;
	border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 1px 1px;
	padding: 25px 15px 15px;
	position: relative;
	text-align: center;
	transition: transform .2s linear, box-shadow .2s linear;
	vertical-align: top;
	width: 31.9149%;
	margin-top: 50px;
}
.efeito:hover {
	box-shadow: rgba(0, 0, 0, 0.13) 0 17px 25px;
	top: -4px;
	transform: translateY(-4px);
}

.vantagem-intro {
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	line-height: 1em;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 40px;
	text-align: center;
	color: #434343;
}
.vantagens {
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
	text-align: center;
}

.vantagem-item {
	flex: 1 1 300px;
	background-color: #FFFFFF;
	margin: 10px 10px;
	box-shadow: 
rgba(0,0,0,.08) 0 10px 13px -6px,
rgba(0,0,0,.09) 0 20px 31px 3px,
rgba(0,0,0,.02) 0 8px 20px 7px;
	padding: 30px 0;
}
.vantagem-item div:nth-child(1) {
	padding-top: 15px;
}

.vantagem-item div:nth-child(2) {
	padding-top: 30px;
}
.vantagem-item div:nth-child(3) {
	padding-top: 30px;
}

.vantagem-item span {
	font-size: 1.5em;
	color: #434343;
}

.vantagem-item p {
	padding: 5px;
	padding-bottom: 30px;
}
.vantagem-item i {
	color: #434343;
}

hr {
	margin-top: 50px;
  }
/* Nossos Serviços */

.nossos-servico {
	font-family: 'Montserrat', sans-serif;
	font-size: 2em;
	line-height: 1em;
	max-width: 960px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 50px;
	text-align: center;
	color: #434343;
}
.pg-30 {
	margin: 30px 0;
}

/* .nosso-servico{
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
	text-align: center;
}
.nosso-servico-item {
	flex: 1 1 300px;
	padding: 30px;
	width: 300px;
}
	
.nosso-servico-item i {
	padding: 15px 0px;
} */



/* Slider mensagem de famosos */
.slider {
	background-color: #454545;
}

blockquote p {
	text-align: center;
	font-size: 2em;
	line-height: 2em;
	color: white;
	padding: 15px 0;
}

/* Section Contato */

.contato h2 {
	
	color: #434343;
	font-size: 24px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	line-height: 1em;
}

.contato ul li span {
	font-size: 1em;
	line-height: 2em;
	color: #454545;
}

.contato ul li  {
	font-size: 1em;
	line-height: 2em;
	color: #454545;
	padding: 10px 0;
}

.contato_form label {
    display: block;
    font-family: 'Montserrat', 'Times New Roman', Times, serif;
    font-size: 1em;
    line-height: 2em;
    color: #454545;
}
.contato_form h2 {
	font-size: 24px;
	color: #454545;
	font-weight: 400;
	color: rgb(67, 67, 67);
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	line-height: 1em;
}

.contato_form  input {
    display: block;
    width: 100%;
    border: 1px solid #454545;
    background: none;
    padding: 7px 0;
    margin-bottom: 10px;
    outline: none;
    font-size: 18px;
    font-family: 'Montserrat', 'Times New Roman', Times, serif;
		background-color: white;
}

textarea {
	display: block;
    width: 100%;
    border: 1px solid #454545;
    background: none;
    padding: 7px 7px;
    margin-bottom: 10px;
    outline: none;
    font-size: 18px;
    font-family: 'Montserrat', 'Times New Roman', Times, serif;
		background-color: white;
}

/* Footer */

footer {
	width: 100%;
	background-color:#454545;
	color: white;
	text-align: center;
	padding:15px 0;
	margin:  0 auto;
}
.bg-gray {
	background-color: #5F5F5F;
}
.bg-gray h2 {
	color: white;
}
.bg-gray span {
	color: white !important; 
}
.bg-gray ul li {
	color: white !important; 
}
.bg-gray  label {
	color: white !important; 
}
.bg-gray  input {
	border: 1px solid white;
}
.bg-gray  textarea {
	border: 1px solid white;
}






/* Erro no envio */

#form-erro h2 {
	font-size: 36px;
	color: red;
}
#form-erro p {
	font-size: 22px;
	color: red;
}

#form-sucesso h2 {
	font-size: 36px;
	color: green;
}
#form-sucesso p {
	font-size: 22px;
	color: green;
}
.nao-aparece {
	visibility: hidden;
	height: 0px;
	position: absolute;
}




.nossos-servico-container {
	max-width: 960px;
	display: flex;
	flex-wrap: wrap;
	margin:0 auto;
	text-align: center;
	margin-bottom: 48px;
}

.nossos-servico-item {
	flex: 1 1 300px;
	background-color: #FFFFFF;
	margin: 10px 20px;
	box-shadow: 
rgba(0,0,0,.08) 0 10px 13px -6px,
rgba(0,0,0,.09) 0 20px 31px 3px,
rgba(0,0,0,.02) 0 8px 20px 7px;
	padding: 30px 0;
	align-content: center;
}

.nossos-servico-item h2 {
  border: 0 none currentcolor;
  border-image: none 100% 1 0 stretch;
  color: #434343;
  font-family: "Montserrat",sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1em;
  margin: 0 auto;
  max-width: 960px;
  padding: 30px 0px;      /*  erro aqui  */
  text-align: center;
  vertical-align: baseline;
}

.nossos-servico-item-p {
	font-size: 16px;
	padding: 30px 15px;
}
.nossos-servico-item-p p {
	font-size: 16px;
}


.nossos-servico-item-p i {
	color:#434343 ;
	width: 40px;
}









@media only screen and (max-width: 787px) {
	.contato {
		padding: 0 10px;
	}
	.contato_form input {
		width: 95%;
	}
	
	.txt-area {
		width: 95%;
		height: 100px;
	   }


	   .links h1 {
		   font-size: 1em;
	   }
	   
}





.p-inscricao a{
	color: red;
}

.bg-fundo {
	background-color: #E4E4E4;
}