/* Import */
@import url('https://fonts.googleapis.com/css?family=Chivo:300,300i,400,400i,700,700i,900,900i|Saira+Extra+Condensed:100,200,300,400,500,600,700,800|Saira:100,200,300,400,500,600,700,800');
/* Variables */

/* Timeline */
.timeline {
  border-left: 4px solid #0068b3;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  background: rgba(255, 255, 255, 0.03);
  color: #000;
  font-family: 'Chivo', sans-serif;

  letter-spacing: 0.5px;
  position: relative;
  line-height: 1.4em;
  font-size: 1.03em;
  padding: 20px;
  list-style: none;
  text-align: left;
  font-weight: 100;
  margin-top: 100px;
  margin-bottom: 100px;

}

.navbar-header {
  margin-left: 10px !important;
}
.abouttitle{
  font-size: 40px;
  color: #250129;
  font-weight: 600;
}
.timeline h1 {
  font-family: 'Saira', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 100;
  font-size: 1.4em;
}
.timeline h2,
.timeline h3 {
  font-family: 'Saira', sans-serif;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-size: 1.4em;
}
.timeline .event {
  border-bottom: 1px dashed rgba(37, 1, 41, 0.25);
  padding-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.timeline .event:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.timeline .event:before,
.timeline .event:after {
  position: absolute;
  display: block;
  top: 0;
}
.timeline .event:before {
  left: -217.5px;
  color: rgba(37, 1, 41, 0.25);
  content: attr(data-date);
  text-align: right;
  font-weight: 100;
  font-size: 0.9em;
  min-width: 120px;
  font-family: 'Saira', sans-serif;
}
.timeline .event:after {
  box-shadow: 0 0 0 4px #0068b3;
  left: -25.5px;
  background: #fff;
  border-radius: 50%;
  height: 5px;
  width: 5px;
  content: "";
  top: 15px;
}
.img-responsive {
  display: inline-block;
}

.estanqueidade{
  max-width: 80% !important;
  margin-left: 200px;
  margin-top: 20px;
}

div.owl-wrapper div.owl-item div.item div.box{
  width: 150px;
  height: 114px;
  top: 50%;
  left: 50%;
  /*margin-right: -50%;*/
}

@media (max-width: 770px) {

.estanqueidade{
  max-width: 80% !important;
  margin-left: 0px !important;
  margin-top: 20px;
}
.form_left {
    padding-top: 20px;
    padding-bottom: 20px;
}
}

@media (max-width: 770px){
  nav.navbar .navbar-brand img.logo { margin-top: 0!important; }

  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }

  #contact_us_page { padding-bottom: 0px!important; }

  .footer_box_1 { margin-top:30px; }

  #footer { padding-top: 40px; }
}

#footer { background: #385a7f }
#finance_com_his { padding: 60px 0; }
/* #Iframe1 { display: none; } */

.owl-controls i { font-size: 40px; }

.idiomas {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 666;
  padding: 10px;
  border-radius: 8px;
  background: rgba(255,255,255,.4);
}

.idiomas a.selecionado { display:block }
.idiomas a { cursor: pointer; }
.idiomas a i { color: #fff; }


.navbar-nav li a { border-bottom: none!important; }
.cool-link::after { display: none!important; }

@media(max-width:768px){
  .owl-controls { display: none!important; }

  nav iframe#Iframe1 { display: none; }

  .img-iso-topo {
       display: none;
 }
}

#contact_form a:hover { background: #fff; }
