@font-face {
  font-family: Font;
  src: url(fonts/bison-bold.ttf);
}

body {
  overflow-x: hidden;
  font-family: Font;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

a:hover {
  text-decoration: none;
}

/*==================================================
HEADER
==================================================*/

.top-header {
  padding: 10px 0;
  position: relative;
  background-color: #032e72;
}

.top-header .info.box {
  margin-top: 8px;
}

.top-header .info li {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  display: inline-block;
  margin-left: 10px;
  padding-left: 15px;
  margin-top: 5px;
}

.top-header .info li:first-child {
  border: medium none;
  margin: 0;
  padding: 0;
}

.top-header li,
.top-header a {
  font-weight: 500;
}

.top-header .info li .icon {
  float: left;
}

.top-header .info li i {
  color: #ffffff;
  font-size: 17px;
  text-align: center;
  vertical-align: middle;
}

.top-header .info li .info {
  float: left;
  padding-left: 15px;
  display: inline-block;
}

.top-header .info li p {
  font-weight: 600;
  margin: 0;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
}

.top-header .social {
  line-height: 50px;
}

.social li {
  margin-left: 20px;
  display: inline-block;
}

.social ul li a i {
  color: #fff;
  font-size: 18px;
}

.social li.btn-whatsapp {
  background-color: #25d366;
  border-radius: 25px;
  color: #fff;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  box-shadow: 1px 2px 5px 2px rgba(30, 30, 30, 0.3);
  min-width: 120px;
}

.social li.btn-whatsapp span {
  color: #fff;
  font-size: 20px;
  margin-left: 5px;
}

@media (max-width: 768px) {
  .top-header ul {
    display: table;
    margin: auto;
  }
  .social ul li a i {
    color: #fff;
    font-size: 19px;
  }
  .top-header .info li .info {
    padding-left: 0px;
  }
  .top-header .info li p {
    font-size: 16px;
  }
}
/*================================================
HEADER
================================================*/
header {
  position: relative;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
nav.navbar.bootsnav.navbar-fixed.no-background {
  display: block;
  position: absolute;
  width: 100%;
  z-index: 100;
  box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  -o-box-shadow: 0 0 0;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
  position: relative;
  z-index: 1;
  margin-left: 3px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 35px 15px;
  text-transform: uppercase;
  color: #fff;
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

header
  nav.navbar.border.bootsnav.navbar-fixed.no-background
  ul
  li
  a.active::after,
header
  nav.navbar.border.bootsnav.navbar-fixed.no-background
  ul
  li
  a:hover::after {
  width: 100%;
}

nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
  background: #fff none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15);
  padding: 0;
  width: 220px;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
  border-bottom: medium none;
  color: #333333;
  display: block;
  font-size: 17px;
  margin-bottom: 0;
  padding: 12px 15px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
  background-color: #f9f9f9;
}

nav.navbar.bootsnav.navbar-fixed {
  top: 0;
}

nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
  display: block;
  margin-top: -10px;
}

nav.navbar.bootsnav ul.nav > li > a {
  padding: 30px 15px;
  font-size: 24px;
  font-weight: 600;
}

img.logo {
  width: 140px;
}

@media (max-width: 768px) {
  nav.navbar.bootsnav.navbar-fixed .logo-scrolled {
    display: block;
    margin-top: -10px;
    width: 96px;
  }

  header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
    color: #032e72;
  }
}
/*===============================================
CAROUSEL
===============================================*/
.banner-area {
  height: 90vh;
}

.banner-area div {
  height: 100%;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-inner > .item {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

/* Carousel Fade Effect */
.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}
/* Slider Zoom Effect */
@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }

  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@-moz-keyframes zoom {
  from {
    -moz-transform: scale(1, 1);
  }

  to {
    -moz-transform: scale(1.2, 1.2);
  }
}

@-o-keyframes zoom {
  from {
    -o-transform: scale(1, 1);
  }

  to {
    -o-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }

  to {
    transform: scale(1.2, 1.2);
  }
}

.banner-area .carousel-zoom .slider-thumb {
  height: 100%;
  position: absolute;
  width: 100%;
  animation: zoom 20s;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.banner-area .box-table {
  display: table;
  width: 100%;
}

.shadow {
  position: relative;
  z-index: 1;
}

.box-table.shadow::after {
  background: #0f2765 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.banner-area .box-cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
  height: auto;
}
.banner-area .content {
  margin-top: 10px;
}

.banner-area .carousel.slide .item .content h1 {
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-size: 75px;
  color: #ffffff;
  margin-top: 0px;
}

.banner-area .carousel.slide .item .content p {
  color: #fff;
  margin-bottom: 40px;
}

.btn-1 {
  background-color: rgb(55, 100, 235);
  cursor: pointer;
  visibility: visible;
  text-align: inherit;
  line-height: 20px;
  letter-spacing: 0px;
  font-weight: 500;
  font-size: 16px;
  border-color: rgba(255, 255, 255, 0);
  margin: 0px;
  border-radius: 30px;
  padding: 12px 45px;
  font-size: 25px;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 15px 20px -5px rgba(14, 56, 133, 0.15) !important;
}

@media (max-width: 768px) {
  .banner-area {
    height: 50vh;
  }
  .banner-area .carousel.slide .item .content h1 {
    font-size: 33px;
    margin-top: 60px;
    text-align: center;
  }
  .banner-area .carousel.slide .item .content p {
    margin-bottom: 20px;
    font-size: 10px;
    text-align: center;
  }
  .btn-1 {
    font-size: 23px;
    padding: 11px 51px;
  }
}
/*===============================================
INFO ITENS 1
===============================================*/
.itens-info {
  margin-top: -85px;
  position: relative;
  z-index: 1;
}

.itens-item {
  padding: 0;
}

.itens-info-item:first-of-type {
  border-radius: 5px 0 0 5px;
}
.itens-info-item {
  overflow: hidden;
  color: #304ea1;
  background: #fff;
  box-shadow: 0px 5px 25px 0px rgba(0, 82, 227, 0.05);
  position: relative;
}

.itens-info-item .top {
  color: #fff;
  background: #415884 url(../imagens/line-pattern.png);
  box-shadow: 0px 5px 25px 0px rgba(0, 82, 227, 0.05);
  color: #fff;
  padding-left: 100px;
  padding-right: 30px;
  font-size: 1.143em;
  text-transform: uppercase;
  line-height: 1.125em;
  font-weight: 700;
  position: relative;
  z-index: 1;
  height: 85px;
}

.itens-info-item .item-1 {
  background-color: #00b1f7;
}

.itens-info-item .item-2 {
  background-color: #032e72;
}

.itens-info-item .item-3 {
  background-color: #0092b7;
}

.itens-info-item .top .icon {
  position: absolute;
  top: 50%;
  left: 45px;
  font-size: 37px;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.itens-info-item .top .cell {
  height: 85px;
  padding: 10px 0;
  position: relative;
  z-index: 2;
  font-size: 32px;
  text-align: center;
  padding-top: 33px;
}

.itens-info-item .wrap {
  height: auto;
  padding: 30px 50px 25px;
  line-height: 1.714em;
}

/*
============================================
ABOUT
============================================*/
.about {
  margin: 100px auto;
}

.about p {
  font-size: 21px;
}

.about ul {
  margin-top: 20px;
}

.about ul li {
  margin-bottom: 10px;
  font-size: 21px;
}

.about ul li span.fa {
  font-size: 16px;
  color: #000;
  margin-right: 10px;
}

.about img {
  width: 100%;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .about {
    margin: 20px auto;
  }
}
/*
============================================
SERVICES
============================================*/
.services {
  overflow: hidden;
  position: relative;
  padding: 100px 0 70px;
  /*background: #E6EFF8;*/
  background: #415884 url(../imagens/line-pattern.png);
  background-color: #032e72;
}

.services ul {
  margin: 20px auto;
  display: table;
}

.services ul li {
  font-size: 20px;
  text-align: center;
}

.services-tab {
  width: 100%;
}

.services-tab li {
  margin: 0;
  position: relative;
  padding: 0 5px;
}

.services-tab li a {
  transition: 0.3s;
  background: #19354b;
  padding: 20px 52px;
  margin: 0;
  display: block;
}

.services-tab li.active {
  background: #096bd8;
}

.services-tab li.active a {
  background: #096bd8;
}

.services-tab li.active .services-tap-text h4 {
  color: #fff;
}

.services-tap-icon {
  float: left;
  margin-right: 12px;
}

.services-tab li a.active .services-tap-icon i {
  color: #ffffff;
}
.services-tap-icon i {
  font-size: 26px;
  color: #a8cbe6;
  transition: 0.3s;
}

.services-tap-text {
  overflow: hidden;
}

.services-tab li a.active .services-tap-text h4 {
  color: #ffffff;
}
.services-tap-text h4 {
  font-size: 24px;
  color: #a8cbe6;
  margin-bottom: 0;
  transition: 0.3s;
}

/*.services:before {
    content: '';
    position: absolute;
    width: 1000px;
    transform: translate(-50%, -50%) rotate(45deg);
    height: 886px;
    left: 0%;
    top: 50%;
    background: #00B1F7;
}*/

.title-2 {
  position: relative;
  font-size: 50px;
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: 700;
  text-align: center;
}

.title-2.white {
  color: #fff;
}

.title-2:before {
  position: absolute;
  content: "";
  background: #00b1f7;
  width: 50px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  bottom: -15px;
}

.service-item-icon {
  width: 100px;
  height: 100px;
  font-size: 30px;
  color: #fff;
  border: 4px solid #fff;
  border-radius: 100%;
  margin: 30px auto 0px;
}

.service-item-icon i {
  text-align: center;
  font-size: 50px;
  margin: 0 auto;
  display: block;
  padding: 20px;
}

.service-item-title h3 {
  font-size: 26px;
  color: #fff;
  text-align: center;
}

.service-item-img img {
  max-width: 100%;
  max-height: 145px;
  margin: 30px auto;
  display: block;
}

@media (max-width: 768px) {
  .services {
    padding: 20px 0 0px;
  }
  .title-2 {
    font-size: 30px;
    text-align: center;
  }
  .title-2::before {
    left: 50%;
  }
  .services ul li {
    width: 100%;
  }
}
/*=============================================
LOCATION
==============================================*/
#location .circle-city {
  position: absolute;
  left: 45%;
  top: 17%;
  background: #4c8490;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

#location .circle-city img {
  padding: 10px;
  position: relative;
  top: 10px;
}

.marker[data-marker_id="MIO"] {
  width: 73px;
  height: 73px;
  left: 45%;
  top: 17%;
  background-color: #4c8490;
  border-radius: 50%;
  z-index: 9;
  position: absolute;
}
.marker {
  width: 27px;
  height: 27px;
  left: 45%;
  top: 17%;
  background-color: #1caffc;
  border-radius: 50%;
}

.marker::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: -1;
  border-radius: 50%;
  animation: hoverMaker linear 0.8s infinite;
}

.marker[data-marker_id="MIO"]::before {
  /*content: url(../imagens/logo.png);*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@keyframes hoverMaker {
  0% {
    width: 100%;
    height: 100%;
    background-color: rgba(28, 175, 252, 0.9);
    transform: translate3d(-50%, -50%, 0) scale(1);
  }
  50% {
    transform: translate3d(-50%, -50%, 0) scale(1.3);
    background-color: rgba(28, 175, 252, 0.4);
  }
  100% {
    transform: translate3d(-50%, -50%, 0) scale(1.6);
    background-color: rgba(28, 175, 252, 0);
  }
}

/*=======================================
FOOTER
========================================*/
footer {
  padding: 0 !important;
  border-bottom: 1px solid #e7eaf3 !important;
}
footer .footer-widgets {
  border-bottom: 1px solid #e7eaf3 !important;
}

.footer-icon {
  text-align: center;
}

.footer-icon i {
  font-size: 40px;
  text-align: center;
  color: #6f6f6f;
}

.footer-icon span {
  margin-top: 20px;
  color: #6f6f6f;
  font-size: 23px;
}

.copy p {
  text-align: center;
  padding-bottom: 30px;
}

.copy a img {
  margin: 30px auto;
  display: block;
  width: 200px;
}

@media (max-width: 768px) {
  .footer-icon {
    text-align: center;
    margin-bottom: 30px;
  }
}

/*=============================================
PARTNERS
=============================================*/
.partners {
  margin: 4em auto;
}

.partners ul {
  display: table;
  margin: auto;
}

.partners ul li {
  margin: 3em;
}

.partners a img {
  max-width: 200px;
}

/*================================================
BUDGET
================================================*/
.budget {
  overflow: hidden;
  position: relative;
  padding: 70px 0 70px;
  background: #e6eff8;
}

.budget:before {
  content: "";
  position: absolute;
  width: 1000px;
  transform: translate(-50%, -50%) rotate(45deg);
  height: 886px;
  left: 10%;
  top: 50%;
  background: #00b1f7;
}

.budget input,
.budget select {
  margin-bottom: 30px;
  color: #100e17;
  outline: none;
  padding: 18px 20px;
  font-size: 20px;
  border: none;
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 51, 204, 0.1);
}

.budget textarea {
  margin-bottom: 30px;
  color: #100e17;
  outline: none;
  padding: 18px 20px;
  font-size: 20px;
  border: none;
  width: 100%;
  border-radius: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 51, 204, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 51, 204, 0.1);
}
