body {
  padding: 0;
  margin: 0;
  background: url('../img/background.jpg');
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #666;
}
.container {
  max-width: 1100px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.img-responsive {
  width: 100%;
}
input:focus {
  outline: 0;
}
nav.nav {
  background: #1c85a2;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 333;
  color: #fff;
}
nav.nav .btn-close {
  font-size: 30px;
  font-weight: 700;
  padding-top: 20px;
}
nav.nav .btn-close a {
  text-decoration: none;
  color: #fff;
  transition-duration: 0.4s;
}
nav.nav .btn-close a:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
nav.nav .menu a {
  color: #fff;
  font-size: 25px;
  line-height: 50px;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 0.4s;
}
nav.nav .menu a:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
header.header {
  position: absolute;
  width: 100%;
  padding-top: 30px;
  z-index: 222;
}
header.header hr {
  border: 0;
  border-bottom: 1px #1c85a2 solid;
  margin-top: 30px;
}
header.header .menuNav {
  color: #1c85a2;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  margin-left: 30px;
  transition-duration: 0.4s;
}
header.header .menuNav:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
header.header.branco hr {
  display: none;
}
header.header.branco .menuNav {
  color: #fff;
}
section.interna {
  padding-top: 150px;
}
section.interna h1 {
  text-transform: uppercase;
  color: #1c85a2;
  letter-spacing: 4px;
  font-size: 30px;
  margin-bottom: 20px;
}
section.interna h1 .risco-left {
  background: url('../img/title-risco.png') no-repeat center left;
  padding-left: 70px;
}
section.interna h1 .risco-right {
  background: url('../img/title-risco.png') no-repeat center right;
  padding-right: 70px;
}
section.frase .background {
  background: url('../img/banner-frase.jpg') no-repeat center center;
  color: #fff;
  text-transform: uppercase;
}
section.frase .background .row {
  min-height: 500px;
}
section.frase .background .text-medium {
  font-size: 20px;
  font-weight: 300;
}
section.frase .background .text-big {
  font-size: 30px;
  font-weight: 700;
  padding: 0 20px;
}
section.frase .background .risco-left {
  background: url('../img/frase-risco.png') no-repeat center left;
  padding-left: 60px;
}
section.frase .background .risco-right {
  background: url('../img/frase-risco.png') no-repeat center right;
  padding-right: 60px;
}
section.banners {
  margin-top: 50px;
}
section.banners .banner-block {
  background: #aae6e6;
  color: #fff;
  min-height: 300px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}
section.banners .banner-block.banner-services {
  background: url('../img/banner-background-services.jpg') no-repeat center center;
}
section.banners .banner-block.banner-equipments {
  background: url('../img/banner-background-equipments.jpg') no-repeat center center;
}
section.banners .banner-block .risco-left {
  background: url('../img/banner-risco.png') no-repeat center left;
  padding-left: 70px;
  transition-duration: 0.4s;
}
section.banners .banner-block .risco-right {
  background: url('../img/banner-risco.png') no-repeat center right;
  padding-right: 70px;
  transition-duration: 0.4s;
}
section.banners a {
  text-decoration: none;
}
section.banners a:hover .banner-block .risco-left {
  background-position: top left;
}
section.banners a:hover .banner-block .risco-right {
  background-position: bottom right;
}
section.simbio {
  margin: 50px 0 80px 0;
}
section.simbio .background-blue {
  background: #aae6e6;
  min-height: 150px;
}
section.simbio .background-blue img {
  position: absolute;
  margin-top: -30px;
  margin-left: 60px;
}
section.simbio .btn {
  color: #1c85a2;
  border: 1px #1c85a2 solid;
  padding: 8px 20px;
  text-decoration: none;
  margin-top: 10px;
  line-height: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  transition-duration: 0.4s;
}
section.simbio .btn:hover {
  background: #1c85a2;
  color: #fff;
}
section.company .description {
  font-size: 16px;
  line-height: 22px;
  color: #333;
}
section.company .gallery img {
  border: 3px #00ffff solid;
}
section.services .list .item {
  border: 3px #00ffff solid;
  background: #1c85a2;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  height: 90%;
  margin-bottom: 10%;
}
section.services .list .item h3 {
  margin-bottom: 20px;
}
section.services .list .item .description {
  margin: 20px 0 32px 0;
}
section.services .list .item a {
  background: #fff;
  padding: 10px 30px;
  color: #1c85a2;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 0.4s;
  margin-top: 10px;
}
section.services .list .item a:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
section.services .details .img-icon {
  max-width: 100%;
}
section.services .details .description {
  font-size: 16px;
}
section.services .details .buttons {
  padding: 20px 0;
}
section.services .details .buttons a {
  background: #1c85a2;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  margin-right: 10px;
  text-transform: uppercase;
  font-size: 16px;
  transition-duration: 0.4s;
}
section.services .details .buttons a:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
section.services .estimate form {
  margin: 30px 0;
}
section.services .estimate form * {
  font-size: 14px;
}
section.services .estimate form .title span {
  color: #1c85a2;
  font-size: 20px;
  font-weight: 700;
}
section.services .estimate form label {
  display: block;
  color: #1c85a2;
  font-weight: bold;
  margin-top: 10px;
}
section.services .estimate form input,
section.services .estimate form textarea {
  width: 100%;
  text-indent: 10px;
  padding: 8px 0;
  color: #1c85a2;
  border: 1px #ccc solid;
}
section.services .estimate form button {
  background: #1c85a2;
  color: #fff;
  width: 100%;
  border: 0;
  padding: 8px;
  margin-top: 10px;
  transition-duration: 0.4s;
}
section.services .estimate form button:disabled {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
section.services .estimate .loading {
  text-align: center;
  text-transform: uppercase;
  color: #1c85a2;
  padding: 90px 0;
}
section.projects .list .item {
  border: 3px #00ffff solid;
  background: #1c85a2;
  padding: 0 20px;
  color: #fff;
  font-size: 16px;
  height: 90%;
  margin-bottom: 10%;
}
section.projects .list .item a {
  background: #fff;
  padding: 10px 30px;
  color: #1c85a2;
  text-transform: uppercase;
  text-decoration: none;
  transition-duration: 0.4s;
}
section.projects .list .item a:hover {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
section.equipments .list {
  color: #1c85a2;
}
section.equipments .list img {
  border: 3px #00ffff solid;
  width: 100%;
}
section.equipments .list h3 {
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
section.equipments .list .description {
  font-size: 16px;
}
section.faq .subtitle {
  font-size: 16px;
  color: #1c85a2;
  margin: 0 auto;
  max-width: 750px;
}
section.faq .search {
  margin: 0 auto;
  max-width: 550px;
}
section.faq .search input {
  padding: 12px 0;
  width: 100%;
  border: 1px #ccc solid;
  text-indent: 15px;
  background: #fff url('../img/ico-lupa.png') no-repeat 96% center;
  border-radius: 2px;
  background-clip: padding-box;
}
section.faq .list {
  margin: 0 auto;
  max-width: 650px;
  padding: 20px 0;
}
section.faq .list .item {
  color: #1c85a2;
  font-size: 16px;
}
section.faq .list .item hr {
  border: 0;
  border-top: 1px #1c85a2 solid;
}
section.faq .list .item a {
  font-size: 20px;
  font-weight: 700;
  color: #1c85a2;
  text-decoration: none;
  padding: 5px 0;
  transition-duration: 0.4s;
}
section.faq .list .item a:hover {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
section.faq .list .item a .plus {
  float: right;
}
section.faq .list .item .description {
  line-height: 18px;
}
section.faq .list .item .description p {
  margin-bottom: 5px;
}
section.faq .list .item .summary {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
}
section.faq .pagination button {
  background: #1c85a2;
  color: #fff;
  padding: 10px 20px;
  border: 0;
  border-radius: 4px;
  background-clip: padding-box;
}
section.contact .phone {
  font-size: 20px;
  font-weight: 700;
  color: #1c85a2;
}
section.contact .address {
  font-size: 14px;
  font-weight: 300;
  color: #1c85a2;
}
section.contact h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1c85a2;
}
section.contact form {
  max-width: 550px;
  margin: 0 auto;
  margin-bottom: 50px;
}
section.contact form * {
  font-size: 14px;
}
section.contact form label {
  display: block;
  color: #1c85a2;
  font-weight: bold;
  margin-top: 10px;
}
section.contact form input,
section.contact form textarea {
  width: 100%;
  text-indent: 10px;
  padding: 8px 0;
  color: #1c85a2;
  border: 1px #ccc solid;
}
section.contact form button {
  background: #1c85a2;
  color: #fff;
  width: 100%;
  border: 0;
  padding: 8px;
  transition-duration: 0.4s;
}
section.contact form button:disabled {
  background: #888;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
section.contact form button:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
section.contact .loading {
  text-align: center;
  text-transform: uppercase;
  color: #1c85a2;
  padding: 90px 0;
}
footer.footer {
  background: #fff;
  padding: 20px 50px;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
}
footer.footer .uniao-brasil-rodape {
  background: url('../img/uniao-brasil-rodape.png') no-repeat center left;
  padding-left: 125px;
}
footer.footer .phone {
  font-size: 18px;
  font-weight: 700;
}
