* {
   margin: 0;
   padding: 0;
   outline: none;
}
body {
   background-position: center top;

	font-family: Arial, Helvetica, sans-serif;
   	font-size: 13px;

   color: #FFFFFF;
   background-color: #000000;
   background-image: url(images/bgSite.jpg);
   background-repeat: no-repeat;
}
a {
   color: #FFFFFF;
   text-decoration: none;
}
a:hover {
	color:#00CC00;
   text-decoration: none;
}

.colorWhite {
	color: #FFF !important;
}

h2 {
   /*font-size: 24px;*/
   font-size: 21px;
}
h3 {
   font-size: 16px;
}
ul {
   list-style-type: none;
}
.clear {
   clear: both;
}
.floarLeft {
   float: left;
}
.floarRight {
   float: right;
}
.img-center {
	display: block;
	margin: 0 auto;
	position: relative;
}
.mBottom20 {
	margin-bottom: 20px;
}
.mTop20 {
	margin-top: 20px;
}
.mTop50 {
	margin-top: 50px;
}
.txt-center {
	text-align: center !important;
}
#ajaxLoading {
   position: absolute;
   top: 100px;
   left: 400px;
   color: #FFF;
   display: block;
   background-image: url(images/ajax-loader.gif);
   background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	font-size: 10px;
}
.lnkSaibaMais {
   padding: 5px 10px 8px 9px;
   background-image: url(images/btSaibamaisHome.jpg);
   background-repeat: no-repeat;
   color: #FFFFFF;
   float: left;
   margin-top: 10px;
   min-width: 60px;
}
.lnkVejaMais {
   padding: 5px 14px 8px 13px;
   background-image: url(images/btSaibamaisHome.jpg);
   background-repeat: no-repeat;
   color: #FFFFFF;
   float: right;
   min-width: 50px;
}
.lnkEnviar {
	background-image: url("images/btSaibamaisHome.jpg");
	background-repeat:no-repeat;
	color:#FFFFFF;
	height:25px;
	padding:5px 38px 5px 22px;
	min-width:61px;
}
/*.lnkSaibaMais:hover, .lnkVejaMais:hover, .lnkEnviar:hover {
   color: #333333;
}*/
.lnkLeiaMais {
	color:#00CC00;
}
.lnkLeiaMais:hover {
	color:#FFFFFF;
}
#content {
   background-color: #000000;
   width: 970px;
   margin-right: auto;
   margin-left: auto;
   position: relative;
}
img {
	border: medium none;
}
.color00CC00 {
	color:#00CC00;
}
textarea, input {
	font-size: 13px;
}
/*---------- Topo --------------------------------*/
#topo {
	background-color: #151414;
   	height: 105px;
   	position: relative;

	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 10px 20px 0 20px;
	/*font-size: 12px;*/
}
#logoAtuarial {
	/*padding-top: 10px;
   	padding-left: 20px;logoAtuarial*/
	height: 55px;
	width: 256px;
}
#textoTop {
	position: relative;
	font-size: 14px;
	color:#00CC00;
	margin-left: 12px;
	text-align: center;
}
#textoTop .comprometimento {
	color: #fff;
	font-weight: bold;
	margin-top: 6px;
	text-align: center;
}
.logo-engenharia {
    position: absolute;
	right: 0;
}
/*#topo .logoP {
   position: absolute;
   top: 10px;
   right: 25px;
}
#topo .logoAbrinq {
   position: absolute;
   top: 75px;
   right: 25px;
}*/

#menu {
   background-image: url(images/bgMenu.jpg);
   background-color: #000000;
   background-repeat: repeat-x;
   background-position: left top;
   position: absolute;
   bottom: 0px;
   display: block;
   width: 100%;
   height: 31px;
   width: 970px;

   left: 0;
}
#menu ul {
	line-height: 31px;
   	/*margin-left: 21px;*/
	width: 750px;
}
#menu ul li {
   padding: 0px;
   margin: 0px -1px 0px 0px;
   display: inline;
}
#menu ul li a {
   padding: 8px 20px 8px 20px;
   color: #FFFFFF;
   font-weight: bold;

   font-size: 14px;
}
#menu ul li a:hover {
   background-image: url(images/bgMenuSelecionado.jpg);
}
#menu ul li a.selected {
   background-image: url(images/bgMenuSelecionado.jpg);
   color: #00CC00;
}
#menu #date {
   position: absolute;
   right: 13px;
   top: 8px;
   font-size: 10px;
}
#menu .tel {
	position: relative;
    float: right;
    clear: both;
    width: 220px;
    text-align: right;
    margin-right: 10px;
    top: -12px;
}

/*#menu .tel::before {
	content: '\f879';
	display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin: 0 10px 0 0;
}*/


#slogan {
	font-weight:bold;
	/*margin:5px 0 0 21px;*/
	margin: 10px 0 0 21px;
}

/*---------- Fim Topo --------------------------------*/
#banner {
   height: 280px;
}
/*---------- Conteudo Home --------------------------------*/
#conteudoHome {
   background-image: url(images/degrade1.jpg);
   background-color: #000000;
   background-repeat: repeat-x;
   background-position: left top;
}
#conteudoHome h1 {
	background: #000;
	font-weight: bold;
    margin: 30px auto 0 auto;
    color: #00CC00;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}
#conteudoHome h1 a {
    color: #00CC00;
}
#conteudoHome h1 a:hover {
    color: #fff;
}

#left {
   width: 930px;
	padding:19px 21px 0px;
}
#left > ul {
	list-style-type:none;
}
#left > ul > li {
	float:left;
	display:block;
	width:930px;
}
#h2Index {
	font-weight: bold;
	padding: 30px 0px 0px 19px;
	color:#00CC00;
	text-transform: uppercase;
}
#left h2 {
   margin-bottom: 16px;
   font-weight: bold;
}
.servicosEsq {
   display: block;
	width:445px;
	float:left;
	padding-right:20px;
}
#tableHome > tbody > tr {
	margin-bottom:10px;
}
#tableHome > tbody > tr > td{
	vertical-align:top;
}
#tableHome > tbody > tr > td > img {
   margin-right: 10px;
   float: left;
}
#tableHome > tbody > tr > td.linhaV {
	width:20px;
	background-position: center top;
	background-image: url(images/barraVertical1.jpg);
   background-repeat: no-repeat;
}
#tableHome > tbody > tr > td.linhaHesq {
	background-image: url(images/barraHorizontal3.jpg);
   background-repeat: no-repeat;
	background-position:-5px 10px;
   height: 20px;
}
#tableHome > tbody > tr > td.linhaHdir {
	background-image: url(images/barraHorizontal1.jpg);
   background-repeat: no-repeat;
	background-position:-5px 10px;
   height: 20px;
}
.servicosDir {
   display: block;
	width:445px;
	float:left;
	padding-left:20px;
}
.servicosDir img {
   margin-right: 10px;
   float: left;
}
/*#informativos {
	width: 928px;
   	float: left;
	padding:0px 20px 10px;
}*/

#informativos {
	/*background: url(images/background-home-proposta.jpg) top left no-repeat;*/
	display: flex;
	justify-content: center;
	/*align-items: center;*/
   	height: 440px;
	margin: 40px 0;
	position: relative;
	width: 970px;
}
#informativos .info-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	/*align-items: center;*/
	height: 250px;
	width: 900px;
}
#informativos .info-content .info-linha1 {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 900px;
	margin-bottom: 50px;
}
#informativos .info-content .info-linha1 .info-circulo {
	border-radius: 50%;
	height: 250px;
	width: 250px;
}
#informativos .info-content .info-linha1 .info-circulo .info-circulo-texto {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	margin: 30px auto;
	position: relative;
	text-align: center;
	width: 200px;
}
#informativos .info-content .info-linha1 .info-circulo .info-circulo-texto h2 {
	color: #000;
	font-size: 18px;
}
#informativos .info-content .info-linha1 .info-circulo1 {
	background: #5B9BD5;
}
#informativos .info-content .info-linha1 .info-circulo2 {
	background: #FFC000;
}
#informativos .info-content .info-linha1 .info-circulo3 {
	background: #30E845;
}


#informativos .info-content .info-linha1 h1 {
	background: url(images/pixel-proposta.png) top left repeat;
	font-size: 30px;
	margin: 0px auto 120px auto;
	padding: 20px;
}
#informativos .info-content .info-linha2 {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#informativos .info-content .info-linha2 .info-linkp {
	background: #FF7F00;
}
#informativos .info-content .info-linha2 .info-linkc {
	background: #00BFFF;
}

#informativos .info-content .info-linha2 a {
	font-size: 16px;
	margin: 0 40px;
	border-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}
#informativos .info-content .info-linha2 a:hover {
	color: #666;
}


#informativos h2{
	margin-bottom: 16px;
   font-weight: bold;
	color:#00CC00;
}
.informativo {
   margin-bottom: 20px;
}
.informativo .data {
   padding: 0px 8px 0px 8px;
   background-color: #045D04;
   color: #FFFFFF;
   font-weight: bold;
   font-size: 13px;
   margin-right: 5px;
}
.informativo h3 {
   font-size: 13px;
   font-weight: bold;
   display: inline;
}
.informativo p {
   margin-top: 5px;
}
/*---------- Fim Conteudo Home --------------------------------*/

/*---------- Conteudo --------------------------------*/
#conteudo {
    /*padding: 20px;*/
    background-color: #0E0E0E;
	/*height: 100%;*/
	margin-top: 20px
}
#conteudo > #ulSolucao {
	list-style-type: disc;
	margin-left:20px;
}
#conteudo > #ulSolucao > li > ul {
	list-style-type: disc;
	margin-left:20px;
}
#menuArea {
   background-color: #151414;
   	/*padding: 9px;*/
   width: 200px;
   float: left;
}
#menuArea h3 {
   	border-bottom: 1px solid #00CC00;
	color: #00CC00;
	margin-bottom: 5px;
}
#menuArea ul {
   width: 180px;
}
#menuArea ul li {
   background-position: left bottom;
   background-image: url(images/barraHorizontal2.jpg);
   background-color: #151414;
   background-repeat: no-repeat;
   line-height: 24px;
   padding-bottom: 1px;
}
#menuArea ul li a {
   line-height: 24px;
   width: 180px;
   display: block;
   margin-top: 1px;
   margin-bottom: 1px;
   padding-left: 10px;
}
#menuArea ul li a:hover {
   color: #00FF00;
}
#menuArea ul li a.selected, #menuArea ul li a.selected:hover {
   background-position: left top;
   background-image: url(images/bgMenuAreaSel.jpg);
   background-repeat: repeat-y;
   padding-left: 10px;
   color: #00FF00;
}

#conteudoArea {
   	margin-left: 20px;
   	float: left;

	/*width: 690px;*/
	width: 750px;

   	font-size: 11px;
	margin-bottom: 30px;
}
#conteudoArea p {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 20px;
	text-align:justify;
}
#conteudoArea h1, #conteudoArea h2, #conteudoArea h3, #conteudoArea h4, #conteudoArea h5, #conteudoArea h6 {
	color: #00CC00;
	font-size: 16px;
}

#conteudoArea .responsavel {
	display:flex;
	flex-direction: row;
	justify-content: center;
	margin-bottom: 30px;
}
#conteudoArea .responsavel h2 {
	margin: 46px 33px 0 0;
}

#breadcumb {
	border-bottom:solid 1px #00CC00;
   margin-bottom: 13px;
	width: 930px;
	display:block;
}
#breadcumb > h2 {
	font-size:12px;
}
#breadcumb .atual {
	color: #00CC00;
	font-size: 16px;
}
#breadcumb img {
   margin-bottom: 2px;
	display:inline;
}
#breadcumb > h1, #conteudoArea > #breadcumb > h2 {
	display:inline;
}
#breadcumb > .separador {
	padding:0px 5px;
}
/*---------- Fim Conteudo --------------------------------*/

/*---------- Rodape --------------------------------*/
#rodape {
   padding: 0px 21px 0px 21px;
   /*background-image: url(images/bgRodape.jpg);*/
   background-image: url(images/bgMenu.jpg);
   background-color: #000000;
   background-repeat: repeat-x;
   background-position: left top;
   /*height: 23px;*/
   height: 31px;
   font-size: 11px;
	/*margin-bottom: 12px;*/
   position: relative;

   	text-align: center;
   	clear: both;
   	/*margin-top: 20px;*/
}
#rodape p {
	/*line-height: 30px;*/
	line-height: 31px;
}
#rodape span {
   /*margin-top: 11px;*/
   margin-top: 7px;
   display: block;
}
.logoCw {
   display: block;
   text-indent: -9999px;
   position: absolute;
   right: 21px;
}
.logoCw a {
   background: url(images/logoCW.jpg) no-repeat;
   display: block;
   width: 79px;
   height: 23px;
}
.logoCw a:hover {
   background-position: -79px 0;
}
/*---------- Fim Rodape --------------------------------*/

.ulCommon {
    clear: both;
    margin: 0 0 30px 50px;
	font-size: 13px;
}
.ulCommon li {
	line-height: 18px;
	list-style-type: disc;
	margin-bottom: 20px;
}
.ulCommon li strong {
	font-weight: 700;
}
.ulCommon li .ulCommon {
	clear: both;
    margin: 10px 0 30px 50px;
	font-size: 13px;
}
.ulCommon li .ulCommon li {
	line-height: 18px;
	list-style-type: circle;
	margin-bottom: 20px;
}

/* DivTable.com */
.divTable{
	display: table;
	/*width: 100%;*/
	margin: 20px 0;
	width: 800px;
}
.divTableHeader {
	/*border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;*/
	color: #00CC00;
	display: table-caption;
	font-size: 16px;
	font-weight: bold;
	padding: 3px 0px;
	text-align: left;
	width: 800px;
	border-bottom: 1px solid #00CC00;
	margin-bottom: 7px;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	/*border: 1px solid #fff;*/
	display: table-cell;
	padding: 6px 0px;

	font-size: 13px;
}
.divTableCell1 {
	width: 608px;
}
.divTableCell2 {
	width: 192px;
}
.divTableCell span {
	/*color: #00CC00;*/
	font-weight: bold;
}
.divTableCell a {
	color: #fff;
}
.divTableCell a:hover {
	color: #00CC00;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.div-img-servicos {
	float: left;
	height: 90px;
	width: 130px;
}
.div-img-servicos img {
	display: block;
	width: 70%;
}

.servicos-content {
	display: flex;
}
.servicos-content .img-servico {
	float: left;
	height: 120px;
	width: auto;
	margin: 0 20px 20px 0;
}
.servicos-content .img-servico img {
	height: 120px;
	width: 120px;
}
.servicos-content .ulCommon {
	margin: 0 0 30px 30px !important;
}
.servicos-content .ulCommon li .ulCommon {
	margin: 10px 0 30px 30px !important;
}

.timeline {
	display: flex;
    font-size: 13px !important;
	flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.timeline ul li {
	padding-top: 0 !important;
}
.timeline div {
	/*margin: 0 30px 30px 0;
	width: 45%;*/
	font-size: 13px;
}
.timeline div time {
	color: #00CC00;
  	display: block;
	font-size: 16px;
  	font-weight: bold;
  	margin-bottom: 8px;
}

#form {
	float: left;
	margin-bottom: 30px;
}
#form form {
	float: left;
	margin-top: 20px;
	width: 565px;
}
#form form input, #form form textarea, #form form select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-bottom: 15px;
	padding: 2px;
	width: 90%;
}
#form form textarea {
	margin-bottom: 25px;
}
#form form .form-check {
	float: left;
    width: 90%;
    text-align: left;
    margin-bottom: 15px
}
#form form .form-check input {
	width: 20px;
}
#form .contato-endereco {
	float:left;
	text-align:left;
}
#form .contato-endereco p {
	line-height: 18px;
}

.footer {
	background: #111;
	display: flex;
    /*justify-content: space-between;*/
	justify-content: center;
	align-items: center;
	height: 90px;
    margin-top: 40px;
    position: relative;
    width: 970px;
	flex-direction: column;
	text-align: center;
}
.footer p {
	line-height: 20px
}
.footer div {
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
	padding: 10px;
}
.footer .footer-endereco {
	width: 350px;
}
.footer .footer-horario {
	width: 400px;
}
.footer .footer-contato {
	width: 220px;
}