/* GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,500,700&subset=latin,latin-ext);

/* BODY */
* {
  outline: none !important;
}
body {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* TOOLS */
ul {
  margin: 0;
  padding: 0;
}
ul li {
  padding: 0;
  list-style: none;
}

ol {
  margin: 0;
  padding: 0;
}
ol li {
  padding: 0;
  list-style: none;
}

p {
  line-height: 24px;
  margin-bottom: 15px;
}
b {
  font-weight: 700;
}

figcaption {
  color: #002992;
  font-size: 1rem;
}

/* LINKS */
a {
  color: #fff;
}
a:hover {
  text-decoration: none;
}
a:focus {
  color: #fff;
}
a {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* FORM ELEMENTS */
input[type="text"] {
  background: #f5f5f5;
  width: 220px;
  height: 36px;
  border: 1px solid #eee;
  padding: 0 10px;
  font-weight: 500;
  color: #2f2e33;
}
button[type="submit"] {
  float: left;
  height: 36px;
  padding: 0 15px;
  border: none;
  font-weight: 700;
  background: #002992;
}
button[type="button"] {
  float: left;
  height: 36px;
  padding: 0 15px;
  border: none;
  font-weight: 700;
  background: #aa0a2c;
}
textarea {
  background: #f5f5f5;
  width: 320px;
  height: 100px;
  border: 1px solid #eee;
  padding: 10px;
  font-weight: 500;
  color: #2f2e33;
}

/* TITLE BOX */
.title-box {
  width: 100%;
  float: left;
}
.title-box h5 {
  width: 100%;
  display: inline-block;
  font-size: 16px;
  color: #aa0a2c;
  font-weight: 500;
}
.title-box h2 {
  width: 100%;
  display: inline-block;
  font-size: 40px;
  color: #002992;
  margin: 0;
  font-weight: 700;
}
.title-box span {
  width: 56px;
  height: 3px;
  display: inline-block;
  background: #002992;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* TABLE VALIGN MIDDLE */
.table {
  width: 100%;
  height: 100% !important;
  display: table;
  text-align: center;
  margin: 0;
}
.table .inner {
  display: table-cell;
  vertical-align: middle;
}

/* TRANSITION OVERLAY */
.transition-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
}
.transition-overlay {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.transition-overlay-show {
  opacity: 1;
  visibility: visible;
}

/* LOADING */
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 99999;
}
.loading h5 {
  color: #002992;
  margin-bottom: 20px;
  position: relative;
}
.loading #loader path,
#loader rect {
  fill: #002992;
}
.inner-fade {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slide-up {
  top: 100%;
  transition-duration: 1000ms;
  -webkit-transition-duration: 1000ms;
  transition-timing-function: cubic-bezier(0.2, 0, 0.1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.2, 0, 0.1, 1);
  transition-delay: 1s;
}

/* BACKGROUNDS */
.background-1 {
  background: url(../images/hero1.png) no-repeat;
  background-size: cover;
}

/* MAP */
.map-container {
  width: 100%;
  height: 300px;
  float: left;
  background: #000;
  margin-top: -300px;
  position: relative;
}
.map-container {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  transition-duration: 500ms;
  -webkit-transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.map-container #map-placeholder {
  width: 100%;
  height: 300px;
  float: left;
}
.map-container .close-btn {
  width: 40px;
  height: 60px;
  text-align: center;
  position: absolute;
  right: 40px;
  top: 0;
  background: #aa0a2c;
  z-index: 2;
}
.map-container .close-btn i {
  font-size: 22px;
  margin-top: 15px;
  display: inline-block;
  cursor: pointer;
}
.map-container.show {
  margin-top: 0;
}

/* TOPBAR */
.top-bar {
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: left;
  background: #aa0a2c;
}
.top-bar h5 {
  float: left;
  margin: 0;
  line-height: inherit;
}
.top-bar .phone {
  margin-left: 5%;
  font-weight: 500;
}
.top-bar .map {
  margin-left: 60px;
  color: #fff;
  font-weight: 500;
}
.top-bar .language {
  float: right;
  color: #2f2e33;
  font-weight: 500;
}
.top-bar a {
  display: inline-block;
}
.top-bar a:hover {
  text-decoration: none;
}
.top-bar a:focus {
  text-decoration: none;
}

.gradient {
  background: rgba(255, 255, 255, 1);
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -webkit-gradient(
    left top,
    left bottom,
    color-stop(0%, rgba(255, 255, 255, 1)),
    color-stop(47%, rgba(246, 246, 246, 1)),
    color-stop(100%, rgba(237, 237, 237, 1))
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -o-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: -ms-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(246, 246, 246, 1) 47%,
    rgba(237, 237, 237, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

/* HEADER -  NAVIGATION */
header {
  width: 100%;
  float: left;
}
.navbar-default .navbar-toggle {
  border-radius: 0;
}
.navbar-default {
  background: #002992;
  border: none;
  border-radius: 0;
}
.navbar-default .navbar-brand {
  height: auto;
}
.navbar-default .inner-header {
  width: 100%;
  float: left;
  background: #fff;
  margin-top: 15px;
  margin-bottom: -15px;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav {
  float: left;
  margin-top: 30px;
  margin-left: 10%;
}
.navbar-default .navbar-nav > li {
  float: left;
  text-align: center;
}
.navbar-default .navbar-nav > li span {
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navbar-default .navbar-nav > li span {
  width: 0;
  height: 2px;
  display: inline-block;
  background: #002992;
}
.navbar-default .navbar-nav > li > a {
  font-weight: 500;
  padding: 0 10px;
  padding-bottom: 0;
}
.navbar-default .navbar-nav > li > a:focus {
  color: #002992;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #002992;
}
.navbar-default .navbar-nav > li:hover span {
  width: 100%;
}
.navbar-default .navbar-right {
  margin-left: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background: none;
  color: #aa0a2c;
}

.navbar-nav > li.dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-nav > li > .dropdown-menu {
  border: none;
  border-radius: 0;
  margin-top: 7px;
  padding: 0;
  background-color: #aa0a2c !important;
  top: 34px;
  z-index: 9999;
  position: absolute;
}
.navbar-nav > li > .dropdown-menu > li > a {
  padding: 10px 15px;
}
.navbar-nav > li > .dropdown-menu > li > a:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* SLIDER */
.slider {
  width: 100%;
  float: left;
  margin-top: -20px;
  position: relative;
  overflow: hidden;
}
.slider .rev_slider {
  z-index: 1;
}
.slider .banner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  background: url(../images/logo-symbol.png) center no-repeat #002992;
}
.slider .text-container {
  float: left;
  padding: 20px;
  background: rgba(0, 41, 146, 0.7);
}
.slider .text-container h6 {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 30px;
}
.slider .text-container h2 {
  display: block;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin-top: 0;
  line-height: 40px;
}

/* PAGE */
.page-title {
  width: 100%;
  float: left;
  margin-top: -20px;
}
.page-title .inner {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 20px;
  background: #aa0a2c;
}
.page-title .inner h4 {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
.page-title .breadcrumb {
  background: none;
  float: right;
  margin-top: 10px;
  margin-bottom: 0;
  padding: 8px 0;
}
.page-title .breadcrumb li {
  color: #fff;
}
.page-title .breadcrumb li a {
  color: #fff;
}

/* QUOTE BAR */
.quote-bar {
  width: 100%;
  float: left;
  background: #aa0a2c;
  padding: 20px 0;
  position: relative;
}
.quote-bar h4 {
  display: inline-block;
  color: #fff;
  font-size: 19px;
  font-weight: 500;
  margin: 0;
}
.quote-bar h3 {
  display: inline-block;
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  margin: 0;
}
.quote-bar a {
  float: right;
  margin-top: -22px;
}

/* HOME SERVICES */
.home-services {
  width: 100%;
  float: left;
  padding: 80px 0;
}
.home-services figure * {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-services figure {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  overflow: hidden;
}
.home-services figure img {
  width: 25em;
  float: left;
}
.home-services figure:hover img {
  opacity: 0.5;
  margin-left: -10%;
}
.home-services .description {
  width: 100%;
  float: left;
  font-size: 13px;
  color: #aa0a2c;
  font-weight: 500;
}
.home-services .item a {
  width: 100%;
  float: left;
  color: #002992;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.home-services .item a:hover {
  text-decoration: none;
}
.home-services .border {
  width: 38px;
  height: 3px;
  float: left;
  background: #aa0a2c;
}
.home-services .carousel {
  width: 100%;
  float: left;
}
.home-services .owl-dots {
  width: 100%;
  float: left;
  text-align: center;
  margin-top: 30px;
}
.home-services .owl-dot {
  width: 10px;
  height: 10px;
  background: rgba(0, 41, 146, 0.7);
  display: inline-block;
  border-radius: 10px;
  margin: 0 2px;
}
.home-services .owl-dot.active {
  background: #aa0a2c;
}
.icon-text {
  color: #002992;
}
.col-centered {
  float: none;
  margin: 0 auto;
}

.carousel-control {
  width: 8%;
  width: 0px;
}
.carousel-control.left,
.carousel-control.right {
  margin-right: 40px;
  margin-left: 32px;
  background-image: none;
  opacity: 1;
}
.carousel-control > a > span {
  color: white;
  font-size: 29px !important;
}

.carousel-col {
  position: relative;
  min-height: 1px;
  padding: 5px;
  float: left;
}

.active > div {
  display: none;
}
.active > div:first-child {
  display: block;
}

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left {
    left: -50%;
  }
  .carousel-inner .active.right {
    left: 50%;
  }
  .carousel-inner .next {
    left: 50%;
  }
  .carousel-inner .prev {
    left: -50%;
  }
  .carousel-col {
    width: 50%;
  }
  .active > div:first-child + div {
    display: block;
  }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left {
    left: -50%;
  }
  .carousel-inner .active.right {
    left: 50%;
  }
  .carousel-inner .next {
    left: 50%;
  }
  .carousel-inner .prev {
    left: -50%;
  }
  .carousel-col {
    width: 50%;
  }
  .active > div:first-child + div {
    display: block;
  }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left {
    left: -33%;
  }
  .carousel-inner .active.right {
    left: 33%;
  }
  .carousel-inner .next {
    left: 33%;
  }
  .carousel-inner .prev {
    left: -33%;
  }
  .carousel-col {
    width: 33%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left {
    left: -25%;
  }
  .carousel-inner .active.right {
    left: 25%;
  }
  .carousel-inner .next {
    left: 25%;
  }
  .carousel-inner .prev {
    left: -25%;
  }
  .carousel-col {
    width: 25%;
  }
  .active > div:first-child + div {
    display: block;
  }
  .active > div:first-child + div + div {
    display: block;
  }
  .active > div:first-child + div + div + div {
    display: block;
  }
}

.block {
  width: 306px;
  height: 230px;
}

.red {
  background: red;
}

.blue {
  background: blue;
}

.green {
  background: green;
}

.yellow {
  background: yellow;
}

/* HOME FEATURES */
.home-features {
  width: 100%;
  float: left;
  text-align: center;
}
.home-features * {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-features i {
  width: 100%;
  float: left;
  padding: 0 20px;
}
.home-features i img {
  width: 100%;
  float: left;
  opacity: 0.4;
}
.home-features h4 {
  color: rgba(0, 41, 146, 0.7);
  text-transform: uppercase;
  font-size: 15px;
}
.home-features p {
  opacity: 0;
  font-size: 12px;
  line-height: 18px;
}
.home-features .col-md-2:hover {
  margin-bottom: 20px;
}
.home-features .col-md-2:hover i {
  margin-top: -20px;
}
.home-features .col-md-2:hover i img {
  opacity: 0.7;
}
.home-features .col-md-2:hover h4 {
  color: #aa0a2c;
}
.home-features .col-md-2:hover p {
  opacity: 1;
}

/* HOME GALLERY */
.home-gallery {
  width: 100%;
  float: left;
  border-top: 1px solid #eee;
  padding-top: 80px;
}


a {
/* padding: 20px; */
/* color: blue; */
text-decoration: none;
}

a:hover{
color: red;
}


.cursos{
margin-top: 50px;
}

.cursos .curso{
padding: 5px;
}




.home-gallery * {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-gallery ul.filter {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.home-gallery ul.filter li {
  display: inline-block;
  margin: 0 4px;
}
.home-gallery ul.filter li a {
  position: relative;
  color: #fff;
  background: rgba(0, 41, 146, 0.7);
  padding: 5px 12px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 700;
}
.home-gallery ul.filter li a.active:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #aa0a2c transparent transparent transparent;
}
.home-gallery ul.filter li a:hover {
  color: #fff;
  background: #aa0a2c;
  text-decoration: none;
}
.home-gallery ul.filter li a:focus {
  color: #fff;
  background: #aa0a2c;
  text-decoration: none;
}
.home-gallery ul.filter li .construction-materials {
  color: #fff;
}
/* 

        ANIMAÇÕES EM CSS

*/

@keyframes zoom-in {
  0% {
   transform: scale(.1);
  }
  100% {
    transform: none;
  }
}

@keyframes rotate-right {
  0% {
    transform: translate(-100%) rotate(-100deg);
  }
  100% {
    transform: none;
  }
}

.is-animated {
  animation: .6s zoom-in;
  /* // animation: .6s rotate-right;  */
}

/* 

        ANIMAÇÕES EM CSS END
*/
.home-gallery ul.gallery {
  width: 100%;
  float: left;
}
.home-gallery ul.gallery li {
  width: 25%;
  float: left;
  padding: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.home-gallery ul.gallery li figure {
  width: 100%;
  float: left;
  background: #2f2e33;
}
.home-gallery ul.gallery li figure img {
  width: 100%;
  float: left;
}
.home-gallery ul.gallery li:hover img {
  opacity: 0.7;
}

.card {
  margin-bottom: 2rem;
}
.card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 11em;
}
.card-title {
  font-family: Roboto, sans-serif;
  color: #002992;
  font-size: 1.2em;
  margin: 2rem 0;
}
.card-text {
  font-family: Roboto, sans-serif;
  color: #000;
  font-weight: 600;
  font-size: 1em;
}
.btn-primary {
  width: 75%;
}

/* LOGOS */
.logos {
  width: 100%;
  float: left;
  padding: 80px 0;
}
.logos * {
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logos ul {
  width: 100%;
  float: left;
}
.logos ul li {
  width: 20%;
  float: left;
  padding: 5px;
}
.logos ul li figure {
  width: 100%;
  float: left;
  border: 1px dashed #eee;
}
.logos ul li img {
  width: 100%;
  opacity: 0.4;
}
.logos ul li:hover img {
  opacity: 0.8;
}

/* ABOUT US*/
.about-us {
  width: 100%;
  float: left;
  padding: 80px 0;
}
.about-us .right-image {
  width: 100%;
  margin-top: 100px;
}
.about-us small {
  color: #999;
  margin-bottom: 30px;
  display: block;
}
.lead {
  color: #002992;
}

/* QUOTE */
.quote {
  width: 100%;
  float: left;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.quote .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #828285;
  opacity: 0.9;
}
.quote h5 {
  color: #fff;
  margin-bottom: 30px;
  font-weight: 700;
}
.quote h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}
.quote .border {
  width: 56px;
  height: 3px;
  display: inline-block;
  background: #002992;
  margin-top: 10px;
  margin-bottom: 30px;
}

/* CONTACT */
.contact {
  width: 100%;
  float: left;
  padding: 80px 0;
}
.contact h2 {
  font-size: 30px;
}
.text-address {
  color: #000;
}

.contact-form {
  width: 100%;
  float: left;
  padding: 80px 0;
}
.contact-form form {
  width: 100%;
  max-width: 700px;
  float: left;
}
.contact-form .form-group {
  width: 50%;
  float: left;
  padding: 0 2px;
}
.contact-form .form-group.full-width {
  width: 100%;
}
.contact-form .form-group label {
  width: 100%;
  float: left;
  text-align: left;
  font-weight: normal;
}
.contact-form .form-group input[type="text"] {
  width: 100%;
}
.contact-form .form-group textarea {
  width: 100%;
  height: 100px;
}
.contact-form .alert {
  width: 100%;
  float: left;
}
.contact-form #success,
#error {
  display: none;
}
.contact-form #success p,
#error p {
  float: left;
}
.contact-form #contact .error {
  width: 100%;
  color: red;
}
.contact-form #error p {
  color: #c0392b;
}
.title-form {
  color: #002992;
}

/* PROJECTS */
/* .projects{ width:100%; float:left; padding:80px 0;} 
.projects .nav-tabs{ width:100%; float:left; border:none; margin-bottom:40px; text-align:center;}
.projects .nav-tabs>li{ float:none; display:inline-block;}
.projects .nav-tabs>li.active a{color: #828285; border:none; background: #f5b705; text-decoration: none;}
.projects .nav-tabs>li>a{ float:none; display:inline-block; color: #fff; border:none; background: #828285; padding: 5px 12px; border-radius: 2px; font-size: 13px; font-weight: 700;}
.projects .project-box{ width:100%; float:left;}
.projects .project-box *{-moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; -ms-transition: all 0.3s ease; transition: all 0.3s ease;}
.projects .project-box figure{ width:100%; float:left; background:#f5b705; margin-bottom:15px;}
.projects .project-box figure img{ width:100%;}
.projects .project-box figcaption{ width:100%; float:left; font-weight:20px; margin-bottom:60px;}
.projects .project-box figcaption h5{font-size:17px; font-weight:700; margin-top:0;}
.projects .project-box figcaption .border{ width:38px; height:3px; display:inline-block; background:#f5b705; margin-top:10px;}
.projects .project-box:hover img{ opacity:0.7;}
.projects .project-box:hover h5{color:#f5b705;} */

/* SERVICES */
/* .services{ width:100%; float:left; padding-top:40px; padding-bottom:80px;}
.services .image{ width:100%; float:left; margin:30px 0;}
.services aside{ width:100%; max-width:260px; float:right; background:#f5b705; padding:25px 15px;}
.services aside ul{ width:100%; float:left;}
.services aside ul li{ width:100%; float:left; border-bottom:1px solid rgba(0,0,0,0.1);}
.services aside ul li:last-child{ border-bottom:none; padding-bottom:0;}
.services aside ul li a{ width:100%; float:left; text-indent:10px; font-size:15px; font-weight:700; margin:0; padding:15px 0; }
.services aside ul li a:hover{ background:rgba(0,0,0,0.1); color:#fff;}
.services aside ul li.active a{ background:rgba(0,0,0,0.1); color:#fff;} */

/* FOOTER BAR */
.footer-bar {
  width: 100%;
  float: left;
  background: #aa0a2c;
  padding: 15px 0;
}
.footer-bar .icon {
  float: left;
  font-size: 20px;
  margin-right: 8px;
  margin-top: 6px;
}
.footer-bar h4 {
  float: left;
}
.footer-bar ul {
  float: right;
  margin-top: 5px;
}
.footer-bar ul li {
  float: left;
  margin-left: 15px;
}
.footer-bar ul li a {
  float: left;
}
.footer-bar ul li a:hover {
  color: #2f2e33;
  opacity: 0.7;
}
.footer-bar ul li i {
  font-size: 20px;
}

/* FOOTER */
footer {
  width: 100%;
  float: left;
  padding: 30px 0;
  background: #002992;
  color: #fff;
}
footer h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 19px;
  font-weight: 700;
}
footer p {
  line-height: 20px;
}
footer .border {
  width: 38px;
  height: 3px;
  display: inline-block;
  background: #aa0a2c;
  margin-bottom: 20px;
}
footer .logo {
  display: block;
  margin-bottom: 10px;
}
footer ul {
  width: 100%;
  float: left;
}
footer ul li {
  width: 50%;
  float: left;
  margin: 2px 0;
}
footer ul li a {
  float: left;
  color: #fff;
}
footer ul li a:hover {
  color: #aa0a2c;
}
footer form {
  width: 100%;
  float: left;
}
footer form input[type="text"] {
  border: none;
}
footer .sub-footer {
  width: 100%;
  float: left;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
footer .sub-footer .copyright {
  float: left;
  font-size: 12px;
}

/* RESPONSIVE FIXES */
@media only screen and (max-width: 767px),
  only screen and (max-device-width: 767px) {
  input[type="text"] {
    border-radius: 0;
  }
  button[type="submit"] {
    border-radius: 0;
  }
  .top-bar h5 {
    display: none;
  }
  .top-bar .language {
    display: none;
  }
  .top-bar .map {
    float: right;
    margin: 0;
  }
  .intro .left-image {
    padding: 0 10%;
  }
  .intro .file-box {
    margin-bottom: 30px;
  }
  .intro .file-box img {
    width: 100px;
  }
  .video-bg h2 {
    font-size: 40px;
  }
  .home-gallery ul.filter li {
    margin: 0;
    margin-bottom: 1.5rem;
  }
  .logos {
    padding-top: 0;
  }
  .footer-bar h4 {
    font-size: 13px;
  }
  .footer-bar ul {
    float: none;
  }
  footer ul {
    margin-bottom: 40px;
  }
  footer .sub-footer .themezinho {
    float: left;
  }
  .navbar-default .navbar-toggle {
    float: right;
    margin-top: 20px;
  }
  .navbar-default .navbar-toggle i {
    font-size: 20px;
  }
  .navbar-default .navbar-nav {
    margin-left: 0;
  }
  .navbar-default .navbar-nav > li {
    width: 100%;
    text-align: left;
  }
  .navbar-nav .open .dropdown-menu {
    margin-bottom: 30px;
  }
  .navbar-right {
    width: 100%;
    margin-top: 0;
    margin-bottom: 30px;
  }
  .navbar-right li {
    float: left;
    width: auto !important;
  }
  .quote-bar a {
    float: left;
    margin-top: 20px;
  }
  .home-services .border {
    margin-bottom: 40px;
  }
  .home-services a {
    font-size: 16px;
  }
  .home-gallery ul.gallery li {
    width: 50%;
  }
  .news figure {
    max-width: 120px;
    margin-bottom: 20px;
  }
  .news h3 {
    font-size: 21px;
  }
  .news .news-box {
    margin-bottom: 60px;
  }
  .news p {
    width: 100%;
    float: left;
  }
  .logos ul li {
    width: 50%;
  }
  .projects .nav-tabs > li {
    margin-bottom: 20px;
  }
  .services aside {
    max-width: 100%;
    margin-top: 40px;
  }
  .news-list figure {
    max-width: 120px;
    margin-bottom: 20px;
  }
  .news-list p {
    width: 100%;
    float: left;
  }
  footer .col-md-4 {
    margin-bottom: 40px;
  }

  .block {
    width: 11em;
    height: 9em;
  }
  .card-title {
    font-size: 1.0em;
  }
  .card-body {
    height: 10em;
  }
}

.spinner {
  -webkit-animation: rotator 1.4s linear infinite;
  animation: rotator 1.4s linear infinite;
}

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
}
.path {
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: dash 1.4s ease-in-out infinite,
    colors 5.6s ease-in-out infinite;
  animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
}

@-webkit-keyframes colors {
  0% {
    stroke: #002992;
  }
  25% {
    stroke: #002992;
  }
  50% {
    stroke: #002992;
  }
  75% {
    stroke: #002992;
  }
  100% {
    stroke: #002992;
  }
}

@keyframes colors {
  0% {
    stroke: #002992;
  }
  25% {
    stroke: #002992;
  }
  50% {
    stroke: #002992;
  }
  75% {
    stroke: #002992;
  }
  100% {
    stroke: #002992;
  }
}
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
@keyframes dash {
  0% {
    stroke-dashoffset: 187;
  }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg);
  }
}
