/* CSS RESET */
* {
  margin: 0px;
  padding: 0px;
  line-height: 20px;
  border: 0px;
  text-decoration: none;
  list-style: none;
  outline: none;
}

#all * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Declarar fontes */
@font-face {
  font-family: 'bebas';
  src: url("../fonts/bebasneue_regular-webfont.eot");
  src: url("../fonts/bebasneue_regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/bebasneue_regular-webfont.woff2") format("woff2"), url("../fonts/bebasneue_regular-webfont.woff") format("woff"), url("../fonts/bebasneue_regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'newsgothbold';
  src: url("../fonts/newsgoth-cn-bt-bold-webfont.eot");
  src: url("../fonts/newsgoth-cn-bt-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/newsgoth-cn-bt-bold-webfont.woff2") format("woff2"), url("../fonts/newsgoth-cn-bt-bold-webfont.woff") format("woff"), url("../fonts/newsgoth-cn-bt-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'newsgoth';
  src: url("../fonts/newsgoth-cn-bt-webfont.eot");
  src: url("../fonts/newsgoth-cn-bt-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/newsgoth-cn-bt-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldbold';
  src: url("../fonts/oswald-bold-webfont.eot");
  src: url("../fonts/oswald-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-bold-webfont.woff2") format("woff2"), url("../fonts/oswald-bold-webfont.woff") format("woff"), url("../fonts/oswald-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldregular';
  src: url("../fonts/oswald-regular-webfont.eot");
  src: url("../fonts/oswald-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-regular-webfont.woff2") format("woff2"), url("../fonts/oswald-regular-webfont.woff") format("woff"), url("../fonts/oswald-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'oswaldlight';
  src: url("../fonts/oswald-light-webfont.eot");
  src: url("../fonts/oswald-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/oswald-light-webfont.woff2") format("woff2"), url("../fonts/oswald-light-webfont.woff") format("woff"), url("../fonts/oswald-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  font-family: "newsgoth";
  background-color: #fff;
  font-size: 18px;
}

#background {
  position: relative;
}

#general {
  background-color: transparent;
  width: 1056px;
  max-width: 1003px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 20;
}

#content {
  width: 1056px;
  max-width: 1003px;
  padding: 0px;
  position: relative;
  visibility: inherit;
  font-family: 'bebas';
}

.header-left {
  position: absolute;
  height: 395px;
  width: 70%;
  top: 0px;
  left: 0px;
  z-index: 0;
  background-image: url(../image/background/header-left.png);
  background-repeat: repeat-x;
  margin-bottom: 0px;
}

.header-right {
  position: absolute;
  height: 950px;
  width: 30%;
  top: 0px;
  left: auto;
  right: 0px;
  z-index: 0;
  background-image: url(../image/background/header-right.png);
  background-repeat: repeat-x;
}

.header-right-obras {
  position: absolute;
  height: 1100px;
  width: 30%;
  top: 0px;
  left: auto;
  right: 0px;
  z-index: 0;
  background-image: url(../image/background/header-right-obras.png);
  background-repeat: repeat-x;
}

.footer-right {
  position: absolute;
  height: 395px;
  width: 30%;
  bottom: 0px;
  left: auto;
  right: 0px;
  z-index: 0;
  background-image: url(../image/background/footer-right.png);
  background-repeat: repeat-x;
}

.footer-left {
  position: absolute;
  height: 395px;
  width: 70%;
  bottom: 0px;
  left: 0;
  z-index: 0;
  background-image: url(../image/background/footer-left.png);
  background-repeat: repeat-x;
}

header {
  float: left;
  height: 395px;
}

.logo {
  float: left;
  height: auto;
  width: 392px;
  transition: 0.2s;
}
.logo:hover {
  opacity: 0.75;
  -moz-opacity: 0.75;
  filter: alpha(opacity=75);
}

.logo img {
  margin: 67px 0 0 0;
}

menu {
  float: left;
  background: url(../image/background/header.png) no-repeat;
  width: 582px;
  height: 395px;
  margin: 0 0 0 27px;
}

menu a {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 23px;
  font-family: "newsgoth";
  text-transform: normal;
}

menu a.principal {
  margin: 68px 0 0 80px;
}

menu a.empresa {
  margin: 23px 0 0 65px;
}

menu a.principal:hover,
menu a.empresa:hover,
menu a.principal.ativo,
menu a.empresa.ativo {
  font-family: "newsgothbold";
  background: url(../image/background/x.png) no-repeat;
  background-position: 122px 2px;
}

menu a.servicos {
  margin: 25px 0 0 85px;
}

menu a.servicos:hover,
menu a.servicos.ativo {
  font-family: "newsgothbold";
  background: url(../image/background/x.png) no-repeat;
  background-position: 90px 2px;
}

menu a.obras {
  margin: 25px 0 0 105px;
}

menu a.obras:hover,
menu a.clientes:hover,
menu a.contato:hover,
menu a.obras.ativo,
menu a.clientes.ativo,
menu a.contato.ativo {
  font-family: "newsgothbold";
  background: url(../image/background/x.png) no-repeat;
  background-position: 75px 2px;
}

menu a.clientes {
  margin: 25px 0 0 120px;
}

menu a.contato {
  margin: 25px 0 0 145px;
}

header span {
  float: left;
  font-size: 34px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin: -115px 0 0 95px;
  width: 325px;
  letter-spacing: 1.4px;
}

footer {
  float: left;
  height: 395px;
  width: 100%;
}

.container.info-left {
  float: left;
  width: 462px;
  height: 395px;
}

.container.info-left .detail-footer {
  float: left;
  background: url(../image/background/image-footer.png) no-repeat;
  height: 111px;
  width: 100%;
  z-index: 1;
}

.detail-footer span {
  color: #fff;
  float: left;
  margin: 35px 0 0 92px;
  text-align: center;
  font-size: 23px;
  font-family: "oswaldlight";
  line-height: 27px;
}

.detail-footer span p {
  margin: 5px 0 0 0;
  font-size: 26px;
  font-family: "oswaldregular";
}

.detail-footer span li {
  margin: 30px 0 0 0;
  list-style: square;
  font-size: 19px;
}

.icon-phone {
  float: left;
  background: url(../image/background/phone.png) no-repeat;
  height: 88px;
  width: 100px;
  margin: 61px 0 0 5px;
}

#map {
  float: left;
  background: url(../image/background/maps.png) no-repeat;
  width: 109px;
  height: 164px;
  margin: 50px 0 0 -2px;
}

#map:hover {
  background: url(../image/background/maps.png) no-repeat;
  background-position: -121px 0px;
}

.container.info-left .address-udia {
  float: left;
  margin: 83px 5px 0 -13px;
  color: #fff;
  font-family: "newsgoth";
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
}

.container.info-left .address-udia em,
.container.info-right .address-araguari em {
  font-family: "oswaldbold";
  font-size: 19px;
  line-height: 35px;
  font-style: normal;
}

.copy {
  float: left;
  font-family: "oswaldlight";
  font-size: 16px;
  color: #fff;
  margin: 15px 0 0 0;
}

.copy a{
  vertical-align: middle;
}

.container.info-right .address-araguari {
  float: left;
  margin: 193px 0 0 -80px;
  color: #fff;
  font-family: "newsgoth";
  font-size: 16px;
  line-height: 19px;
  font-style: normal;
}

.container.info-right {
  float: left;
  width: 530px;
  height: 395px;
}

.container.info-right .bd-footer {
  float: left;
  background: url(../image/background/detail-footer.png) no-repeat;
  height: 395px;
  width: 545px;
  margin: 0 0 0 -2px;
}

#middle {
  float: left;
  height: auto;
  width: 100%;
}

.content-middle {
  float: left;
  height: 550px;
  width: 1003px;
}

.container.left {
  float: left;
  width: 491px;
  height: 555px;
}

.container.left h1 {
  float: left;
  margin: 55px 0 0 265px;
  padding: 0 0 0 25px;
  color: #001e84;
  font-family: "oswaldlight";
  font-size: 35px;
  background: url(../image/background/y.png) no-repeat;
  background-position: 0px 0px;
  z-index: 1;
}

.container.left h1 strong {
  color: #ed3237;
  font-family: "oswaldregular";
}

.container.left img {
  float: left;
  margin: 11px 0 0 15px;
  z-index: 0;
}

.container.left span {
  float: left;
  width: 435px;
  height: auto;
  font-size: 17px;
  font-family: "oswaldlight";
  color: #676767;
  text-align: justify;
  line-height: 22px;
  text-indent: 1.5em;
  margin: 0 0 0 20px;
}

.container.left a.btn-saiba-mais {
  float: left;
  background: url(../image/background/saiba-mais.png) no-repeat;
  background-position: 0px 0px;
  height: 29px;
  width: 94px;
  margin: 11px 0 0 362px;
}

.container.left a.btn-saiba-mais:hover {
  background-position: -100px 0px;
}

.container.right {
  float: left;
  width: 475px;
  height: 555px;
  background: #fff;
}

.container.right .image-header {
  float: left;
  background: url(../image/background/image.png) no-repeat;
  width: 540px;
  height: 268px;
  margin: 0 0 0 -31px;
}

.container.right h1 {
  float: left;
  margin: -140px 0 0 70px;
  padding: 0 0 0 25px;
  color: #001e84;
  font-family: "oswaldlight";
  font-size: 35px;
  background: url(../image/background/y.png) no-repeat;
  background-position: 0px 0px;
  z-index: 1;
}

.container.right h1 strong {
  color: #ed3237;
  font-family: "oswaldregular";
}

.container.right img {
  float: left;
  margin: -110px 0 0 17px;
}

.container.right a.btn-mais-servicos {
  float: left;
  background: url(../image/background/mais-servicos.png) no-repeat;
  background-position: 0px 0px;
  height: 56px;
  width: 65px;
  margin: -176px 0 0 317px;
}

.container.right a.btn-mais-servicos:hover {
  background-position: -70px 0px;
}

.container.right span {
  float: left;
  font-family: "oswaldlight";
  font-size: 25px;
  color: #fff;
  margin: -90px 0 0 190px;
}

.detail {
  float: left;
  margin: 268px 0 0 0;
  background: url(../image/background/detail.png) repeat-y;
  height: 528px;
  width: 34px;
  z-index: 999;
}

.detail-obras {
  float: left;
  margin: 268px 0 0 0;
  background: url(../image/background/detail.png) repeat-y;
  height: 663px;
  width: 34px;
  z-index: 999;
}

.container.obras {
  position: absolute;
  float: left;
  width: 475px;
  height: 275px;
  margin: 500px 0 0 490px;
}

.container.obras h1 {
  float: left;
  margin: 10px 0 0 120px;
  padding: 0 0 0 25px;
  color: #001e84;
  font-family: "oswaldlight";
  font-size: 35px;
  background: url(../image/background/y.png) no-repeat;
  background-position: 0px 0px;
  z-index: 1;
}

.container.obras h1 strong {
  color: #ed3237;
  font-family: "oswaldregular";
}

.bd-obras {
  float: left;
  margin-top: 20px;
  margin-left: -26px;
  background: url(../image/background/bd-obras.png) no-repeat;
  height: 244px;
  width: 466px;
}

.list-obras {
  float: left;
  margin: 0 0 0 70px;
}

.mini-obras {
  float: left;
  margin: 0 auto;
  width: 130px;
  height: 245px;
}

.mini-obras a.btn-mais-obras {
  float: left;
  margin: -90px 0 0 0px;
  background: url(../image/background/obras.png) no-repeat;
  background-position: 0px 0px;
  height: 121px;
  width: 135px;
}

.mini-obras a.btn-mais-obras:hover {
  background: url(../image/background/obras.png) no-repeat;
  background-position: -142px 0px;
}

a.btn-obras {
  float: left;
  margin: -64px 0 0 368px;
  background: url(../image/background/btn-obras.png) no-repeat;
  height: 29px;
  width: 99px;
}

a.btn-obras:hover {
  background-position: -105px 0px;
}

#webcorpore {
  position: relative;
  float: left;
  margin: 0 0 0 500px;
}

.content-company {
  float: left;
  height: 550px;
  width: 966px;
  background: #fff;
}

.content-company img.img-empresa {
  float: left;
  width: 463px;
  height: 231px;
  margin: 40px 0 0 0px;
}

.image-header {
  background: url(../image/background/image.png) no-repeat;
  width: 540px;
  height: 268px;
  margin: 0 0 0 460px;
}

.image-header .title {
  float: left;
  margin: 90px 0 0 20px;
  background: url(../image/background/bd-titulo.png) no-repeat;
  width: 396px;
  height: 304px;
}

.title h1 {
  float: left;
  margin: 100px 0 0 120px;
  padding: 0 0 0 25px;
  color: #001e84;
  font-family: "oswaldlight";
  font-size: 45px;
  background: url(../image/background/y.png) no-repeat;
  background-position: 0px 0px;
  z-index: 1;
  width: 300px;
}

.title h1 strong {
  color: #ed3237;
  font-family: "oswaldregular";
}

.content-company span {
  float: left;
  font-size: 18px;
  font-family: "oswaldlight";
  line-height: 22px;
  text-align: justify;
  text-indent: 1.9em;
  width: 870px;
  margin: -100px 0 0 0;
  color: #676767;
  z-index: 4;
}

.email {
  float: left;
  margin: 15px 0 0 0;
  color: #001e84;
  font-size: 22px;
  font-family: "oswaldlight";
}

.email img {
  float: left;
}

.email em {
  float: left;
  font-style: normal;
  margin: 20px 0 0 10px;
}

.detail-span {
  position: absolute;
  margin-left: 460px;
  width: 500px;
  height: 200px;
  z-index: 3;
}

.detail-span-services {
  position: absolute;
  margin: 40px 0 0 460px;
  width: 500px;
  height: 200px;
  z-index: 3;
}

.detail-span-obras {
  position: absolute;
  margin: 330px 0 0 460px;
  width: 500px;
  height: 200px;
  z-index: 3;
}

.footer-span {
  float: left;
  margin: -80px 0 0 10px;
  background: url(../image/background/bd1.png) no-repeat;
  height: 221px;
  width: 495px;
  z-index: 0;
}

.footer-span em {
  float: left;
  margin: 175px 0 0 240px;
  color: #fff;
  font-size: 24px;
  font-family: "oswaldlight";
  font-style: normal;
}

.download {
  float: left;
  background: url(../image/background/bd2.png) no-repeat;
  width: 386px;
  height: 171px;
  margin: -50px 0 0 120px;
}

.download a {
  float: left;
  color: #001e84;
  font-size: 24px;
  font-family: "oswaldlight";
  margin: 75px 0 0 70px;
}

.download a:hover {
  color: #ed3237;
}

.content-company img.img-page-servicos {
  float: left;
  width: 463px;
  height: 231px;
  margin: 180px 0 0 0px;
  border-radius: 15px 15px 80px 15px;
  border: 3px solid #ccc;
}

.content-company ul {
  position: absolute;
  width: 400px;
  height: 190px;
  margin: 50px 0 150px 570px;
}

.content-company ul strong {
  float: left;
  margin: -20px 0 0 0;
  font-size: 25px;
  color: #ed3237;
  font-family: "oswaldlight";
}

.content-company ul strong img {
  margin-right: 10px;
}

.content-company ul li {
  position: relative;
  list-style: square;
  color: #ed3237;
  margin-left: 50px;
  margin-bottom: 10px;
}

.content-company ul li em {
  color: #001e84;
  font-family: "oswaldlight";
  font-size: 20px;
  line-height: 25px;
  font-style: normal;
}

.footer-span li.solution {
  float: left;
  margin: 175px 0 0 170px;
  color: #fff;
  font-size: 23px;
  font-family: "oswaldlight";
}

.footer-span li.solution img {
  margin-right: 10px;
  margin-top: -3px;
}

/* CONTATO */
.form,
.company {
  float: left;
  width: 65%;
  height: auto;
  margin: 0 5px 0 0;
}

form {
  float: left;
  width: 500px;
  min-height: 500px;
  background: #fff;
  margin: 11px;
  border-radius: 20px;
  font-size: 22px;
  margin: 20px 0 0 0;
}

form h6 {
  font-family: "oswaldlight";
  border-radius: 10px;
  color: #001e84;
  font-size: 24px;
  padding: 20px 26px;
}

form .no h6 {
  background: #ed3237;
  color: #fff;
  font-family: "oswaldlight";
}

form .yes h6 {
  background: #001e84;
  color: #fff;
  font-family: "oswaldlight";
}

form fieldset {
  width: 96.5%;
  height: auto;
  padding: 10px;
  margin: 10px 0 20px 0;
}

label {
  float: left;
  width: 80px;
  color: #0f2551;
  margin: 10px 0 0 10px;
}

input {
  width: 470px;
  display: inline-block;
  color: #001e84;
  padding: 5px;
  height: 25px;
  margin: 0 0 20px 7px;
  border: #ccc 1px solid;
  font-size: 17px;
  background: #fff;
  border-radius: 3px;
  font-family: "oswaldlight";
}

input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #29B6F6;
  -webkit-box-shadow: 0 0 5px  #E91E63;
  box-shadow: 0 0 1px  #29B6F6;
}

textarea {
  width: 470px;
  height: 70px;
  max-width: 580px;
  max-height: 100px;
  color: #001e84;
  padding: 5px;
  margin: 0 0 20px 7px;
  background: #fff;
  border: #ccc 1px solid;
  font-size: 17px;
  border-radius: 3px;
  font-family: "oswaldlight";
}

h5 {
  float: left;
  width: 93%;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  line-height: 0.1em;
  margin: -20px 0 20px 20px;
  font-family: "oswaldlight";
}

h5 em {
  background: #fff;
  padding: 0 15px;
  font-size: 22px;
  font-style: normal;
}

fieldset img {
  float: left;
  margin: 0 0 0 10px;
  height: 35px;
  width: 75px;
  border: #000 2px solid;
}

input#input-captcha {
  float: left;
  margin: 0 0 0 30px;
  width: 85px !important;
  text-transform: uppercase;
}

button.send {
  background: #001e84;
  color: #fff;
  border: none;
  position: absolute;
  height: 45px;
  font-size: 20px;
  padding: 0 80px 0 80px;
  cursor: pointer;
  transition: 800ms ease all;
  outline: none;
  margin-left: 55px;
  margin-top: -3px;
  border-radius: 5px;
}

button.send:hover {
  background: #fff;
  color: #ed3237;
}

button.send:before,
button.send:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #ed3237;
  transition: 400ms ease all;
}

button.send:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}

button.send:hover:before,
button.send:hover:after {
  width: 100%;
  transition: 800ms ease all;
}

.address-contato {
  position: relative;
  width: 466px;
  height: 283px;
  margin: 0 0 0 500px;
  background: #fff;
}

.address-contato em.udia {
  float: left;
  color: #001e84;
  font-size: 19px;
  font-family: "oswaldlight";
  font-style: normal;
  margin: -90px 0 0 130px;
  line-height: 23px;
}

.address-contato hr {
  float: left;
  height: 1px;
  width: 300px;
  background: #676767;
  margin: 20px 0 0 100px;
}

#map-udia {
  float: left;
  background: url(../image/background/map.png) no-repeat;
  height: 68px;
  width: 70px;
  margin: -100px 0 0 40px;
}

#map-udia:hover {
  background-position: -99px 0px;
}

.detail-contato {
  float: left;
  margin: 268px 0 0 308px;
  background: url(../image/background/detail.png) repeat-y;
  height: 528px;
  width: 34px;
}

.detail-erro {
  position: absolute;
  float: left;
  margin: 268px 0 0 966px;
  background: url(../image/background/detail.png) repeat-y;
  height: 528px;
  width: 34px;
}

#map-araguari {
  float: left;
  background: url(../image/background/map.png) no-repeat;
  height: 68px;
  width: 70px;
  margin: 15px 0 0 40px;
  z-index: 999;
}

#map-araguari:hover {
  background-position: -99px 0px;
}

.address-contato em.araguari {
  float: left;
  color: #001e84;
  font-size: 19px;
  font-family: "oswaldlight";
  font-style: normal;
  margin: 30px 0 0 20px;
  line-height: 23px;
}

.address-contato em.udia strong,
.address-contato em.araguari strong {
  color: #ed3237;
  font-size: 21px;
}

.footer-span li.contact {
  float: left;
  margin: 175px 0 0 170px;
  color: #fff;
  font-size: 23px;
  font-family: "oswaldlight";
}

.footer-span li.contact img {
  margin-right: 10px;
  margin-top: -3px;
}

.content-middle-obras {
  float: left;
  height: 700px;
  width: 1003px;
}

.content-company img.img-page-obras {
  float: left;
  width: 463px;
  height: 231px;
  margin: 60px 0 0 0px;
  border-radius: 15px 15px 80px 15px;
  border: 3px solid #ccc;
}

.page-obras {
  position: relative;
  float: left;
  margin: -90px 0 0 0px;
  height: 400px;
  width: 100%;
  background: #fff;
}

.page-obras strong {
  font-size: 23px;
  font-family: "oswaldlight";
  color: #ed3237;
  line-height: 30px;
}

.page-obras li {
  float: left;
  margin: 10px 0 0 0;
  list-style: square;
  font-family: "oswaldlight";
  color: #001e84;
  line-height: 25px;
  font-size: 18px;
}

.page-obras hr {
  float: left;
  margin: 0 0 0 50px;
  height: 1px;
  width: 80%;
  background: #676767;
}

.obra-araguari {
  float: left;
  margin: 20px 0 0 10px;
  width: 50%;
  height: 170px;
}

.obra-araguari strong img,
.obra-udia strong img,
.obra-caramuru strong img,
.obra-ipameri strong img,
.obra-tecnosseds strong img {
  float: left;
  margin: 6px 0 0 0;
}

.obra-araguari img,
.obra-caramuru img,
.obra-ipameri img,
.obra-tecnosseds img {
  float: left;
  margin: 10px 0 0 0;
}

.obra-udia {
  float: left;
  margin: 20px 0 0 -50px;
  width: 50%;
  height: 170px;
}

.obra-udia strong {
  float: left;
  margin: 0 0 0 20px;
}

.obra-udia .image-udia {
  float: left;
  margin: 10px 0 0 20px;
}

.obra-caramuru {
  float: left;
  margin: 20px 0 0 10px;
  width: 20%;
  height: 170px;
}

.obra-ipameri {
  float: left;
  margin: 20px 0 0 100px;
  width: 20%;
  height: 170px;
}

.obra-tecnosseds {
  float: left;
  margin: 20px 0 0 80px;
  width: 35%;
  height: 170px;
}

.image-clients {
  float: left;
  margin: -50px 0 80px 50px;
}

/*ERRO*/
#content-middle svg {
  float: left;
  margin: 50px 0 0 0;
}

#content-middle .message-box {
  float: left;
  height: 287px;
  width: 585px;
  margin: 0 0 0 0;
  font-weight: 300;
  z-index: 999;
  background: #fff;
}

#content-middle .message-box h1 {
  float: left;
  font-size: 200px;
  line-height: 180px;
  margin: -100px 0 0 100px;
  color: #ed3237;
}

#content-middle .message-box p {
  float: left;
  margin: 0 0 0 100px;
  font-size: 31px;
  color: #001e84;
}

#content-middle .message-box span {
  float: left;
  text-indent: 0;
  width: 500px;
  margin: 30px 0 30px 100px;
  color: #001e84;
  line-height: 30px;
  font-size: 21px;
  text-align: justify;
}

#content-middle .message-box span a {
  color: #001e84;
  border-bottom: 4px solid #ed3237;
}

#content-middle .message-box span a:hover {
  color: #ed3237;
  border-bottom: 4px solid #001e84;
  transition: all 0.3s linear;
}

#content-middle .buttons-con .action-link-wrap {
  float: left;
  margin: -10px 0 0 100px;
}

#content-middle .buttons-con .action-link-wrap a {
  float: left;
  background: #ed3237;
  padding: 8px 25px;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s linear;
  cursor: pointer;
  text-decoration: none;
  margin: 0 10px 0 0;
}
#content-middle .buttons-con .action-link-wrap a:hover {
  background: #001e84;
  color: #fff;
}

#Polygon-1, #Polygon-2, #Polygon-3, #Polygon-4, #Polygon-4, #Polygon-5 {
  animation: float 1s infinite ease-in-out alternate;
}

#Polygon-2 {
  animation-delay: .2s;
}

#Polygon-3 {
  animation-delay: .4s;
}

#Polygon-4 {
  animation-delay: .6s;
}

#Polygon-5 {
  animation-delay: .8s;
}

@keyframes float {
  100% {
    transform: translateY(20px);
  }
}
.footer-span li.servicos {
  float: left;
  margin: 175px 0 0 165px;
  color: #fff;
  font-size: 23px;
  font-family: "oswaldlight";
}

.footer-span li.servicos img {
  margin-right: 10px;
  margin-top: -3px;
}

ul#sitemap li a {
  color: #001e84;
  font-size: 22px;
  line-height: 27px;
}

ul#sitemap li a:hover {
  color: #ed3237;
}

/*# sourceMappingURL=css.css.map */
