@charset "utf-8";
/* CSS Document */
.divAtuacao1 {
	width: 95%;
	height: 100%;
	padding-left: 15px;
	border-radius: 10px;
}
.cor1 {
	background-image: linear-gradient(to right, rgba(136, 176, 212, 1.00), rgba(145, 187, 224, 1.00), rgba(255, 255, 255, 1.00));
}
/*
.fontContato1 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	color: rgba(19, 81, 137, 1.00);
}*/
.fontContato2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: rgba(19, 81, 137, 1.00);
}
.color1 {
	color: rgba(19, 81, 137, 1.00);
}
.divBanner {
	width: 100%;
	height: 400px;
}
.tamanhoBanner {
	width: 100%;
	height: 100%;
}

.tabelaContato1 {
	width: 450px;
	height: 650px;
	vertical-align: top;
	padding: 20px;
	border-radius: 10px;
}

.tabelaContato2 {
	width: 440px;
	height: 30px;
	text-align: center;
}
.tabelaContato3 {
	width: 440px;
	height: 20px;
}
.tamanhoWhats {
	width: 200px;
	height: 50px;
}
/*
.divCotacao {
	width: 90%;
	height: 100%;
	background-color: rgba(19, 81, 137, 1.00);
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: #FFFFFF;
}*/
.btnCotacao {
	width: 150px;
	height: 40px;
	background-color: rgba(63, 183, 103, 1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: #FFFFFF;
	cursor: pointer;
	border: 2px solid #FFFFFF;
}/*
.selectContato {
	width: 413px;
	height: 40px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: rgba(19, 81, 137, 1.00);
	border: 2px solid rgba(19, 81, 137, 1.00);
	border-radius: 5px;
	padding-left: 10px;
	outline: none;
}
.camposContato {
	width: 400px;
	height: 40px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: rgba(19, 81, 137, 1.00);
	border: 2px solid rgba(19, 81, 137, 1.00);
	border-radius: 5px;
	padding-left: 10px;
	outline: none;
}
.campoTextoContato {
	width: 398px;
	height: 150px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: rgba(19, 81, 137, 1.00);
	border: 2px solid rgba(19, 81, 137, 1.00);
	border-radius: 5px;
	padding-left: 10px;
	outline: none;
}
.divImagemContato{
	width: 400px;
	height: 400px;
	border: 2px solid rgba(19, 81, 137, 1.00);
}*/
.tamanhoImagemContato{
	width: 400px;
	height: 400px;
}
.divRodapeEmpresa {
	width: 100%;
	height: 50px;
	background-image: url("../imagens/fundoRodape.png");
	background-size: 100% 50px;
	background-color: rgba(19, 81, 137, 1.00);
}
/*CSS referente a input file*/
.js .input-file-trigger {
	width: 150px;
	height: 40px;
	display: block;
	background: rgba(63, 183, 103, 1.00);
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: #FFFFFF;
	transition: all .4s;
	cursor: pointer;
	line-height: 40px;
	padding-left: 20px;
}
.js .input-file {
	display: none;
}
.js .file-return {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: rgba(19, 81, 137, 1.00);
}
.js .file-return:not(:empty):before {
	content: "Arquivo selecionado: ";
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: rgba(19, 81, 137, 1.00);
}