@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Montserrat', sans-serif;
}

* {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

html {
  scroll-behavior: smooth;
}

h2 {
  margin-bottom: 35px;
}

/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Cores
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variáveis
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header {
  position: absolute;
  height: 115px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: none;
  width: 100%;
  z-index: 999;
}

@media only screen and (max-width: 768px) {
  header {
    height: 150px;
  }
  header .container {
    display: block !important;
  }
}

header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .navbar {
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  margin-top: 16px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  header .navbar .navbar-collapse {
    margin: 0px -16px;
    background: #063d82;
  }
}

header .navbar .navbar-nav li:last-child a {
  border: solid 2px #fff;
}

header .navbar .navbar-nav li:last-child a:hover {
  border-color: #012752;
}

header .navbar .navbar-nav a {
  text-align: left;
  font-weight: bold;
  padding: 10px  !important;
  margin: 0 5px;
  font-size: 10px;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-align: center;
  border-radius: 6px;
}

@media only screen and (max-width: 768px) {
  header .navbar .navbar-nav a {
    color: #fff;
    border-color: #fff;
  }
}

header .navbar .navbar-nav a:hover {
  color: #012752;
}

header .navbar .navbar-nav .active a {
  border-bottom: solid 2px #012752;
}

header .navbar-brand {
  display: inline-block;
  padding: 0px;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  header .navbar-brand {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
  }
}

@media screen and (max-width: 1800px) and (min-width: 768px) {
  header .navbar-brand {
    margin-left: 0px;
    margin-top: 20px;
  }
}

header .navbar-brand svg {
  height: 120px;
  fill: #204288;
}

@media only screen and (max-width: 768px) {
  header .navbar-brand svg {
    height: 100px;
  }
}

@media screen and (max-width: 1800px) and (min-width: 768px) {
  header .navbar-brand svg {
    height: 100px;
  }
}

header .navbar-toggler {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  header .navbar-toggler {
    color: #fff;
  }
}

header .navbar-collapse {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header.scrolled {
  position: fixed;
  top: 0;
  background: #063b7d;
  height: 90px;
}

header.scrolled .container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media only screen and (max-width: 768px) {
  header.scrolled {
    height: 110px;
  }
}

header.scrolled .navbar {
  width: 100%;
  margin: 15px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header.scrolled .navbar .navbar-collapse {
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}

header.scrolled .navbar .navbar-nav a {
  border-color: #fff !important;
  color: #fff;
}

header.scrolled .navbar-brand {
  padding: 0px;
  margin: 0;
}

header.scrolled .navbar-brand svg, header.scrolled .navbar-brand img {
  height: 66px !important;
  margin: 10px;
}

/*--------------------------------------------------------------
# Destaque Home
--------------------------------------------------------------*/
.destaque-home {
  position: relative;
  padding-top: 30px;
  width: 100%;
  overflow: hidden;
  background: url("../img/bg-header.jpg");
  background-size: cover;
}

@media only screen and (max-width: 768px) {
  .destaque-home {
    overflow: visible;
    padding-top: 180px;
    background-size: 410%;
  }
}

@media screen and (max-width: 1800px) and (min-width: 768px) {
  .destaque-home {
    background-size: 100%;
  }
}

.destaque-home .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: center;
  height: 89vh;
}

@media only screen and (max-width: 768px) {
  .destaque-home .container {
    height: 330px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    justify-items: flex-start;
  }
}

.destaque-home .container .img-slider-cell {
  position: relative;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 40px;
  margin-bottom: 30px;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .destaque-home .container .img-slider-cell {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    padding: 0;
    margin: 0;
  }
  .destaque-home .container .img-slider-cell img {
    height: 300px;
  }
}

@media screen and (max-width: 1800px) and (min-width: 768px) {
  .destaque-home .container .img-slider-cell img {
    height: 400px;
  }
}

.destaque-home .container .content-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 780px;
  position: relative;
  width: 100%;
  max-width: 510px;
  z-index: 9;
}

@media only screen and (max-width: 768px) {
  .destaque-home .container .content-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 10px;
    height: 331px;
  }
}

.destaque-home .container .content-text h1 {
  position: relative;
  font-size: 50px;
  color: #fff;
  font-weight: 300;
}

.destaque-home .container .content-text h1 strong {
  color: #e36a38;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .destaque-home .container .content-text h1 {
    font-size: 18px;
  }
}

.destaque-home .container .content-text p {
  display: inline-block;
  position: relative;
  font-size: 18px;
  color: #fff;
  line-height: 35px;
  margin-top: 20px;
}

@media only screen and (max-width: 768px) {
  .destaque-home .container .content-text p {
    font-size: 15px;
    line-height: 20px;
  }
}

.destaque-home a {
  color: #FFE8AF;
  border: solid 2px #FFE8AF;
  padding: 10px 20px;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.destaque-home a:hover {
  background: #24bec659;
}

.destaque-home .btn {
  margin-top: 10px;
  font-size: 18px;
  padding: 10px 30px;
  background: #e36a38;
  color: #fff;
  font-weight: 600;
  border-color: #e36a38;
  border-radius: 6px;
}

.destaque-home .btn:hover {
  border-color: #e36a38;
  background: #ff8f5f;
  color: #fff;
}

.destaque-home .btn:active:focus {
  border-color: #e36a38;
  background: #ff8f5f;
  color: #fff;
}

/*--------------------------------------------------------------
# box1
--------------------------------------------------------------*/
.box1 {
  background: url("../img/bg-box-1.jpg");
}

.box1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 860px;
}

@media only screen and (max-width: 768px) {
  .box1 .container {
    height: 630px;
  }
}

.box1 .container .img-man {
  position: relative;
  z-index: 2;
  width: 50%;
}

.box1 .container .img-man img {
  max-width: 700px;
}

@media only screen and (max-width: 768px) {
  .box1 .container .img-man img {
    height: 450px;
    margin-left: -200px;
  }
}

.box1 .container .content-text {
  position: relative;
  z-index: 1;
  width: 50%;
}

.box1 .container .content-text h1 {
  font-size: 2.2rem;
  padding: 5px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .box1 .container .content-text h1 {
    font-size: 20px;
    position: absolute;
    top: -107px;
    left: -160px;
  }
}

.box1 .container .content-text h1 strong {
  display: block;
}

.box1 .container .content-text h2 {
  padding: 5px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .box1 .container .content-text h2 {
    font-size: 20px;
    position: absolute;
    top: -50px;
    left: -160px;
  }
}

.box1 .container .content-text ul {
  margin: 0;
  padding: 0;
}

.box1 .container .content-text ul li {
  float: left;
  list-style: none;
  padding: 10px;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .box1 .container .content-text ul li {
    width: 100%;
    padding: 5px;
  }
}

.box1 .container .content-text ul li div {
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 230px;
  width: 100%;
  text-decoration: none;
  background: #03244b;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .box1 .container .content-text ul li div {
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .box1 .container .content-text ul li div img {
    height: 20px;
    margin-top: 10px;
  }
}

.box1 .container .content-text ul li div p {
  padding: 20px 20px 0px 20px;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .box1 .container .content-text ul li div p {
    font-size: 10px;
    padding: 5px;
  }
}

.box1 .container .content-text ul li a svg {
  width: 100%;
  height: auto;
}

.box1 .container .content-text ul li a svg:hover .hoverColor {
  fill: #012752;
}

/*--------------------------------------------------------------
# box2
--------------------------------------------------------------*/
.box2 {
  background: #e6e6e6;
  padding-top: 80px;
}

.box2 h2 {
  color: #003a7f;
}

.box2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.box2 .container .app-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 30px 0 -200px 0;
}

@media only screen and (max-width: 768px) {
  .box2 .container .app-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0 0px 0;
  }
}

.box2 .container .app-info .fone {
  border-radius: 45px;
  -webkit-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 768px) {
  .box2 .container .app-info .fone img {
    height: 300px;
  }
}

.box2 .container .app-info .col-wrapper.col-left {
  padding-right: 40px;
}

@media only screen and (max-width: 768px) {
  .box2 .container .app-info .col-wrapper.col-left {
    padding-right: 0px;
  }
}

.box2 .container .app-info .col-wrapper.col-left .balao:after {
  position: absolute;
  content: "";
  right: -15px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #fff;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

@media only screen and (max-width: 768px) {
  .box2 .container .app-info .col-wrapper.col-left .balao:after {
    top: auto;
    bottom: -15px;
    right: 50%;
    -webkit-transform: rotate(90deg) translate(50%, 0%);
            transform: rotate(90deg) translate(50%, 0%);
  }
}

.box2 .container .app-info .col-wrapper.col-right {
  padding-left: 40px;
}

@media only screen and (max-width: 768px) {
  .box2 .container .app-info .col-wrapper.col-right {
    padding-left: 0px;
  }
}

.box2 .container .app-info .col-wrapper.col-right .balao:before {
  position: absolute;
  content: "";
  left: -15px;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #fff;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}

@media only screen and (max-width: 768px) {
  .box2 .container .app-info .col-wrapper.col-right .balao:before {
    top: -21px;
    left: 50%;
    -webkit-transform: rotate(90deg) translate(0%, 50%);
            transform: rotate(90deg) translate(0%, 50%);
  }
}

.box2 .container .app-info .col-wrapper .balao {
  position: relative;
  margin-bottom: 20px;
  border-radius: 6px;
  padding: 10px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}

@media only screen and (max-width: 768px) {
  .box2 .container .app-info .col-wrapper .balao {
    margin: 40px 0;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .box2 .container .app-info .col-wrapper .balao .icon img {
    height: 50px;
  }
}

.box2 .container .app-info .col-wrapper .balao .text {
  padding-left: 15px;
}

.box2 .container .app-info .col-wrapper .balao .text h3 {
  font-size: 16px;
  font-weight: bold;
  color: #012752;
}

@media only screen and (max-width: 768px) {
  .box2 .container .app-info .col-wrapper .balao .text h3 {
    font-size: 12px;
  }
}

.box2 .container .app-info .col-wrapper .balao .text p {
  line-height: 16px;
  color: #012752;
}

@media only screen and (max-width: 768px) {
  .box2 .container .app-info .col-wrapper .balao .text p {
    font-size: 12px;
  }
}

article img.float-left {
  margin: 0px 40px 40px 0px;
}

article img.float-right {
  margin: 0px 0px 40px 40px;
}

@media only screen and (max-width: 768px) {
  article img {
    max-width: 100%;
  }
}

article p {
  line-height: 32px;
  color: #5d5d5d;
}

/*--------------------------------------------------------------
# box3
--------------------------------------------------------------*/
.box3 {
  background: #cecece;
  padding-bottom: 50px;
}

.box3 .container {
  padding-top: 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

@media only screen and (max-width: 768px) {
  .box3 .container {
    padding-top: 50px;
  }
}

.box3 .container h2 {
  text-align: center;
  color: #012752;
}

.box3 .container .faq-slider-user {
  max-width: 600px;
  width: 100%;
}

.box3 .container .faq-slider-user ul {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box3 .container .faq-slider-user ul .slick-arrow {
  cursor: pointer;
  color: #012752;
}

.box3 .container .faq-slider-user ul .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 200px;
}

.box3 .container .faq-slider-user ul .slick-center li div {
  width: 200px;
  height: 200px;
}

.box3 .container .faq-slider-user ul li {
  padding: 0px 10px;
  list-style: none;
}

.box3 .container .faq-slider-user ul li div {
  margin: auto;
  border-radius: 300px;
  width: 150px;
  height: 150px;
  background: #fff;
  border: solid 2px #012752;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box3 .container .faq-slider-user ul li div img {
  max-height: 90%;
}

.box3 .container .faq-slider-comments {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}

.box3 .container .faq-slider-comments ul {
  padding: 0px;
  padding-top: 20px;
}

.box3 .container .faq-slider-comments ul .slick-list {
  padding: 20px !important;
}

@media only screen and (max-width: 768px) {
  .box3 .container .faq-slider-comments ul .slick-list .slick-track {
    margin: 0px !important;
  }
}

.box3 .container .faq-slider-comments ul .slick-list .slick-slide {
  margin: 0px 40px;
}

@media only screen and (max-width: 768px) {
  .box3 .container .faq-slider-comments ul .slick-list .slick-slide {
    margin: 0px 10px;
  }
}

.box3 .container .faq-slider-comments ul li {
  position: relative;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 20px #00000030;
          box-shadow: 0px 0px 20px #00000030;
  padding: 20px;
  background: #fff;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.box3 .container .faq-slider-comments ul li:before {
  position: absolute;
  content: "";
  top: -15px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #fff;
  border-right: 15px solid transparent;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.box3 .container .faq-slider-comments ul li h5 {
  text-align: center;
  color: #012752;
}

.box3 .container .faq-slider-comments ul li p {
  margin: 0px;
  color: #012752;
  text-align: center;
}

/*--------------------------------------------------------------
# box mapa
--------------------------------------------------------------*/
.box-mapa {
  background: #e6e6e6;
}

.box-mapa h2 {
  margin: 0px;
  color: #023d83;
  padding: 45px 0;
}

.box-mapa iframe {
  display: block;
}

/*--------------------------------------------------------------
# box contato
--------------------------------------------------------------*/
.box-contato {
  background: url("../img/bg-contato.jpg");
}

.box-contato .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10% 0px;
}

.box-contato .container h2 {
  color: #fff;
  text-align: center;
}

.box-contato .container h6 {
  color: #fff;
  text-align: center;
}

.box-contato .container .content-text {
  padding-top: 30px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .box-contato .container .content-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.box-contato .container .content-text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .box-contato .container .content-text div {
    width: 100%;
  }
}

.box-contato .container .content-text div i {
  margin-right: 10px;
}

.box-contato .container .content-text div p {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
# box contato
--------------------------------------------------------------*/
.box-infos {
  background: #2568b3;
}

.box-infos .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5% 0px;
}

.box-infos .container h2 {
  color: #fff;
  text-align: center;
}

.box-infos .container h6 {
  color: #fff;
  text-align: center;
}

.box-infos .container .content-text {
  max-width: 600px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .box-infos .container .content-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.box-infos .container .content-text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .box-infos .container .content-text div {
    width: 100%;
  }
}

.box-infos .container .content-text div i {
  margin-right: 10px;
}

.box-infos .container .content-text div p {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
footer {
  background: #f5f5f5;
}

footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5% 0;
}

@media only screen and (max-width: 768px) {
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer .container div {
  color: #012752;
}

footer .container div p {
  margin: 0px;
}

@media only screen and (max-width: 768px) {
  footer .container div {
    margin: 20px 0px;
  }
  footer .container div img {
    height: 50px;
  }
}
/*# sourceMappingURL=style.css.map */