html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
}
article, aside, footer, header, nav, section {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption, figure, main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre, code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover, *:focus {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b, strong {
  font-weight: inherit;
}
b, strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio, video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details, menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-size: 22px;
  font-family: "Ubuntu", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}
.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container:before, .container:after {
  content: '';
  display: table;
  clear: both;
}
@media only screen and (min-width: 425px) and (max-width: 767px) {
  .container {
    max-width: 425px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    max-width: 800px;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.row:before, .row:after {
  content: '';
  display: table;
  clear: both;
}
h1, h2, h3 {
  text-align: center;
  color: #003e83;
  margin-bottom: 72px;
}
h1 {
  font-size: 40px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
p, li {
  font-weight: 300;
  color: #666;
  font-size: 22px;
  line-height: 33px;
}
p strong span, li strong span {
  text-transform: uppercase;
}
strong, b {
  font-weight: bold;
}
blockquote {
  margin: 0;
  padding: 0;
  text-align: center;
}
blockquote:before {
  content: open-quote;
}
blockquote:after {
  content: close-quote;
}
blockquote:before, blockquote:after {
  color: #fff;
}
.content {
  padding: 50px 0;
}
.services .col .service {
  width: 100%;
  height: 230px;
  position: relative;
  overflow: hidden;
  padding: 10px;
}
.services .col .service .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
}
.services .col .service .description {
  text-align: center;
  padding: 1px;
  background-color: rgba(0, 62, 131, 0.7);
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.services .col .service .description p, .services .col .service .description i {
  color: #fff;
  text-shadow: 1px 1px 1px #071e37;
  text-align: center;
}
.services .col .service .description p {
  font-size: 18px;
  display: none;
}
.services .col .service .description p.title {
  font-size: 25px;
  font-weight: 700;
  display: inherit;
}
.services .col .service .description i {
  font-size: 28px;
  display: none;
}
.clients {
  text-align: center;
}
.clients .brand {
  position: relative;
  display: inline-block;
  width: 234px;
  height: 161px;
  background-color: #fff;
  box-shadow: 0 1px 10px rgba(4, 6, 0, 0.3);
  margin: 10px 8px;
}
.clients .brand img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 100%;
  margin: auto;
}
.list-img {
  text-align: center;
}
.list-img img {
  max-width: 171px;
  margin: 20px;
}
form {
  max-width: 768px;
  margin: auto;
}
form fieldset {
  margin: 0;
  padding: 0;
}
form .field {
  margin-bottom: 15px;
  width: 100%;
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  form .field.-half-field {
    float: left;
    width: 50%;
  }
}
form input:not([type="checkbox"]), form input:not([input="radio"]), form select, form textarea {
  width: 100%;
  border: 0;
  background-color: #e2e6e7;
  font-size: 16px;
  font-family: "Ubuntu", sans-serif;
  padding: 9px;
  height: 41px;
  color: #666;
}
form input:not([type="checkbox"])::-webkit-input-placeholder, form input:not([input="radio"])::-webkit-input-placeholder, form select::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  font-weight: 100;
  color: #989898;
  font-family: "Ubuntu", sans-serif;
}
form input:not([type="checkbox"]):-moz-placeholder, form input:not([input="radio"]):-moz-placeholder, form select:-moz-placeholder, form textarea:-moz-placeholder {
  font-weight: 100;
  color: #989898;
  font-family: "Ubuntu", sans-serif;
}
form input:not([type="checkbox"])::-moz-placeholder, form input:not([input="radio"])::-moz-placeholder, form select::-moz-placeholder, form textarea::-moz-placeholder {
  font-weight: 100;
  color: #989898;
  font-family: "Ubuntu", sans-serif;
}
form input:not([type="checkbox"]):-ms-input-placeholder, form input:not([input="radio"]):-ms-input-placeholder, form select:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  font-weight: 100;
  color: #989898;
  font-family: "Ubuntu", sans-serif;
}
form textarea {
  height: 155px;
  resize: none;
}
.btn {
  font-size: 22px;
  color: #003e83;
  display: inline-block;
  border: 0;
  font-family: "Ubuntu", sans-serif;
  cursor: pointer;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn strong {
  color: #10b2e0;
}
.btn.-large {
  background-color: #003e83;
  font-size: 20px;
  color: #fff;
  padding: 12px 46px;
  font-weight: 300;
  margin-top: 25px;
}
.btn.-large:hover {
  background-color: #002650;
}
@media only screen and (min-width: 768px) {
  .services .col {
    width: 33.33% !important;
    float: left;
    margin-top: 70px;
  }
  .services .col.col-1 .service {
    height: 460px;
  }
}
@media only screen and (min-width: 1024px) {
  .services .col .service {
    height: 270px;
    padding: 20px;
  }
  .services .col .service .description {
    height: 100%;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .services .col .service .description p, .services .col .service .description i {
    display: inherit;
  }
  .services .col .service .description p {
    margin: 30px 0;
    line-height: inherit;
  }
  .services .col .service .description p.title {
    margin-top: 0;
  }
  .services .col .service .description .center {
    width: 100%;
    padding: 0 30px;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .services .col .service:hover .description {
    opacity: 1;
    visibility: visible;
  }
  .services .col.col-1 .service {
    height: 540px;
  }
}
.open-nav .main-nav {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.alert {
  max-width: 768px;
  margin: 10px auto 20px;
  font-size: 17px;
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  text-align: center;
}
.alert a {
  color: #a01c50;
}
.alert.alert-danger {
  background-color: #ff5252;
}
.alert.alert-success {
  background-color: #51cc5a;
}
.main-header {
  background-color: #003e83;
  background-image: -webkit-linear-gradient(bottom, #003f83 0%, #fff 56%, #fff 100%);
  background-image: -o-linear-gradient(bottom, #003f83 0%, #fff 56%, #fff 100%);
  background-image: linear-gradient(to top, #003f83 0%, #fff 56%, #fff 100%);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.43);
  padding: 20px 0;
  position: relative;
  z-index: 1;
}
.main-header .top-bar {
  display: none;
}
.main-header .logo {
  background-image: url(../img/logotipo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 160px;
  height: 85px;
}
.main-header .toggle-nav {
  position: absolute;
  right: 10px;
  top: 28px;
}
.main-header .toggle-nav .fa {
  font-size: 32px;
  color: #003e83;
}
.main-nav {
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.main-nav .menu .item .link {
  display: block;
  font-size: 18px;
  color: #003e83;
  font-weight: 400;
  padding: 12px;
}
@media only screen and (max-width: 1023px) {
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 230px;
    height: 100%;
    overflow-y: auto;
    box-shadow: 0 8px 10px rgba(0, 0, 0, 0.43);
    -moz-transform: translate(-240px, 0px);
    -o-transform: translate(-240px, 0px);
    -ms-transform: translate(-240px, 0px);
    -webkit-transform: translate(-240px, 0px);
    transform: translate(-240px, 0px);
  }
}
@media only screen and (min-width: 1024px) {
  .main-header .logo {
    margin: 25px 0;
    width: 319px;
    height: 161px;
  }
  .main-header .top-bar {
    display: block;
    position: absolute;
    top: -9px;
    right: 0;
    line-height: 40px;
  }
  .main-header .top-bar ul {
    text-align: right;
  }
  .main-header .top-bar ul li {
    color: #003e83;
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
    margin-left: 14px;
    padding-left: 14px;
  }
  .main-header .top-bar ul li:last-child {
    border-left: 1px solid #003e83;
  }
  .main-header .top-bar ul li img {
    vertical-align: middle;
  }
  .main-header .top-bar ul li span {
    font-size: 14px;
  }
  .main-header .top-bar ul li a {
    color: #003e83;
  }
  .main-header .top-bar ul li span, .main-header .top-bar ul li a {
    display: inline-block;
    vertical-align: bottom;
  }
  .main-header .toggle-nav {
    display: none;
  }
  .main-nav {
    position: absolute;
    top: 70px;
    right: 0;
  }
  .main-nav .menu .item {
    display: inline-block;
  }
  .main-nav .menu .item .link {
    padding: 28px 12px;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .main-nav .menu .item.active .link, .main-nav .menu .item:hover .link {
    background-color: #003e83;
    color: #fff;
  }
}
.main-slider {
  max-width: 1400px;
  width: 100%;
  margin: auto;
  position: relative;
}
.main-slider .item {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 300px;
}
.main-slider .item .container {
  height: 100%;
}
.main-slider .item p {
  line-height: inherit;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-shadow: 2px 0 0 #1b5390, -2px 0 0 #1b5390, 0 2px 0 #1b5390, 0 -2px 0 #1b5390, 1px 1px #1b5390, -1px -1px 0 #1b5390, 1px -1px 0 #1b5390, -1px 1px 0 #1b5390;
}
.main-slider .slick-dots {
  position: absolute;
  bottom: 0px;
  left: 10px;
  right: 10px;
  max-width: 1200px;
  margin: auto;
  text-align: right;
}
.main-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.main-slider .slick-dots li button {
  text-indent: -99999px;
  width: 11px;
  height: 11px;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
}
.main-slider .slick-dots li.slick-active button {
  background-color: #003e83;
}
.cover {
  max-width: 1400px;
  width: 100%;
  height: 233px;
  margin: auto;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cover h1 {
  margin: 0;
  text-shadow: 2px 0 0 #1b5390, -2px 0 0 #1b5390, 0 2px 0 #1b5390, 0 -2px 0 #1b5390, 1px 1px #1b5390, -1px -1px 0 #1b5390, 1px -1px 0 #1b5390, -1px 1px 0 #1b5390;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) {
  .main-slider .item {
    height: 500px;
  }
  .main-slider .item p {
    font-size: 52px;
    bottom: 172px;
    right: 10px;
  }
  .main-slider .slick-dots {
    bottom: 30px;
  }
  .cover h1 {
    left: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .main-slider .item {
    height: 645px;
  }
}
.main-footer {
  margin-top: 40px;
}
.main-footer .footer-one {
  padding: 15px 0 25px;
  background-color: #003e83;
}
.main-footer .footer-one h3 {
  margin-bottom: 0;
}
.main-footer .footer-one h3, .main-footer .footer-one p, .main-footer .footer-one a {
  color: #fff;
  text-align: left;
}
.main-footer .footer-one p {
  font-size: 14px;
}
.main-footer .footer-one p span {
  font-size: 14px;
}
.main-footer .footer-two {
  padding: 15px 0 25px;
}
.main-footer .footer-two p {
  font-size: 14px;
  color: #77726d;
  font-weight: 500;
}
.main-footer .footer-two p strong {
  color: #003e83;
}
@media only screen and (min-width: 768px) {
  .main-footer .footer-one .col {
    width: 50%;
    float: left;
  }
  .main-footer .footer-two {
    text-align: center;
  }
  .main-footer .footer-one p {
    font-size: 18px;
  }
  .main-footer .footer-two p {
  font-size: 16px;
  }
}
@media only screen and (min-width: 1001px){
  .main-footer .footer-one p {
    font-size: 19px;
  }
  .main-footer .footer-two p {
  font-size: 18px;
  }
}
.page-home .about {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 60px;
}
.page-home .about .infos .col {
  padding: 9px 10px;
}
/*.page-home .about .infos .col img, .page-home .about .infos .col p {
  display: inline-block;
  vertical-align: middle;
}*/
.page-home .about .infos .col img {
  margin-right: 10px;
}
.page-home .about .infos .col a, .page-home .about .infos .col p {
  color: #fff;
}
.page-home .about .infos .col p {
  font-size: 18px;
}
.page-home .about .infos .col p b {
  font-size: 16px;
}
.page-home .about .infos .col:nth-of-type(1) {
  background-color: #85dbff;
}
.page-home .about .infos .col:nth-of-type(2) {
  background-color: #10b2e0;
}
.page-home .about .infos .col:nth-of-type(3) {
  background-color: #003e83;
}
.page-home .about .about-us {
  text-align: center;
}
.page-home .about .about-us p {
  text-align: justify;
  text-align-last: center;
}
.page-home .about .about-us .btn {
  margin-top: 50px;
}
.page-home .services {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 60px;
}
.page-home .services p {
  text-align: justify;
  text-align-last: center;
}
@media only screen and (min-width: 425px) {
  .page-home .services .col.col-2 {
    width: 50%;
    float: left;
  }
}
@media only screen and (min-width: 768px) {
  .page-home .about {
    margin-top: -26px;
  }
  .page-home .about .infos .col {
    width: 33.33%;
    float: left;
  }
  .page-home .services .col {
    width: 33.33% !important;
    float: left;
    margin-top: 70px;
  }
  .page-home .services .col.col-1 .service {
    height: 460px;
  }
  .page-home .about .infos .col p {
  font-size: 14px;
  }
  .page-home .about .infos .box-2{
  padding: 8px 10px 9px 10px;
  }
  .page-home .about .infos .box-3{
  padding: 10px 10px;
  }     
}
@media only screen and (min-width: 1024px) {
  .page-home .about .infos .col p {
    font-size: 19px;
  }
  .page-home .about .infos .col p b {
    font-size: 22px;
  }
  .page-home .services .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .page-home .services .col .service {
    height: 270px;
    padding: 20px;
  }
  .page-home .services .col .service .description {
    height: 100%;
    position: relative;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
  }
  .page-home .services .col .service .description p, .page-home .services .col .service .description i {
    display: inherit;
  }
  .page-home .services .col .service .description p {
    margin: 30px 0;
  }
  .page-home .services .col .service .description p.title {
    margin-top: 0;
  }
  .page-home .services .col .service .description .center {
    padding: 0 30px;
    position: absolute;
    top: 50%;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .page-home .services .col .service:hover .description {
    opacity: 1;
    visibility: visible;
  }
  .page-home .services .col.col-1 .service {
    height: 540px;
  }
  .main-footer .footer-one p {
    font-size: 18px;
  }
  .page-home .about .infos .box-2{
  padding: 8px 10px;
  }
  .page-home .about .infos .box-3 {
    padding: 9px 10px 10px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .page-home .about .infos .col {
    padding: 9px 40px;
  }
  .page-home .about .infos .box-2{
    padding: 8px 40px;
  }
  .page-home .about .infos .box-3 {
    padding: 9px 10px 10px 10px;
  }
}

/*Formulário*/
form .field .error {font-size: 15px; color: red;}
form .captcha .error {font-size: 15px; color: red; text-align: center;}
.g-recaptcha {display: table; margin: 0 auto;}