.h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
}
body {
  background-color: white;
  color: black;
  font-family: 'Titillium Web', sans-serif;
  overflow-x: hidden;
}
.btn,
.btn-large {
  background-color: #017999;
  border-radius: 4px;
}
.btn,
.btn-blue {
  background-color: #017999;
  color: white;
}
textarea {
  max-width: 100%;
}
img {
  max-width: 100%;
}
.icon-lg {
  font-size: 6em !important;
}
@media (min-width: 768px) {
  .navbar-inverse {
    background-color: rgba(0, 0, 0, 0.25882353) !important;
    border-color: transparent !important;
  }
}
.navbar {
  margin-bottom: -52px;
}
.color-dif {
  color: #018eb2 !important;
  font-weight: 500;
}
#sidenav-overlay {
  display: none !important;
}
a.navbar-brand {
  color: white !important;
  transition: .3s;
}
a.navbar-brand:hover {
  color: #02cbff !important;
}
nav {
  background-color: #333 !important;
}
nav li {
  font-weight: bold !important;
}
nav li a {
  transition: .3s !important;
  color: white !important;
}
nav li a:hover {
  color: #02cbff !important;
}
@media (max-width: 480px) {
  .logo-traust {
    width: 100%;
  }
}
.section-1,
.section-2,
.section-3,
.section-4,
.section-4-0,
.section-4-00,
.section-5,
.section-cases-1,
.section-cases-2,
.section-cases-3,
.section-cases-4,
.section-equipe-1,
.section-equipe-2,
.section-parceiros-1,
.section-parceiros-2 {
  padding: 50px 10px;
}
/*.container-fluid {
	padding: 0;
}*/
@media (max-width: 600px) {
  .logo-traust {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .container-fluid {
    margin-top: 50px;
  }
  .navbar-header {
    background: black;
  }
  .navbar-colapse {
    background: black;
  }
}
@media (min-width: 600px) {
  .brand-logo {
    margin-left: 15px;
    margin-top: 4px;
  }
}
.section-1,
.section-3,
.section-4 {
  min-height: 100vh;
}
.section-1 {
  padding: 0;
  height: 100vh !important;
  background-color: #333;
  background: #174a5c;
  background-size: cover;
  color: white;
}
.opacity-section-1 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), #333);
  width: 100%;
  height: 100vh;
  display: table;
  position: absolute;
  top: 0;
}
@keyframes page1 {
  0% {
    background: linear-gradient(to bottom, #000000, #333);
  }
  5% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), #333);
  }
  10% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), #333);
  }
  15% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85), #333);
  }
  20% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), #333);
  }
  25% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), #333);
  }
  30% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), #333);
  }
  35% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), #333);
  }
  40% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), #333);
  }
  45% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55), #333);
  }
  50% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), #333);
  }
  55% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45), #333);
  }
  60% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), #333);
  }
  65% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), #333);
  }
  70% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), #333);
  }
  75% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), #333);
  }
  80% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), #333);
  }
  85% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15), #333);
  }
  90% {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), #333);
  }
}
.section-2 {
  background-color: #333;
  color: white;
}
.section-2 .col-md-4,
.section-2 .col-md-12 {
  padding: 2px;
}
.section-2 a {
  text-decoration: none;
  color: white !important;
}
.section-2 p {
  font-size: 1.3em;
}
.section-2 .tipov2 {
  background-color: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  padding: 20px;
  transition: .3s;
  height: 285px;
  display: table;
  width: 100%;
}
.section-2 .tipov2 .tipo-center {
  display: table-cell;
  vertical-align: middle;
}
.section-2 .tipov2:hover {
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
  background-color: #017999;
}
.section-2 .tipov2:active {
  transform: translateY(2px);
}
.flexbox-traust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-3 {
  background-color: white;
  color: black;
}
.section-3 .col-md-6 {
  height: 50vh;
  display: table;
}
.section-3 .case {
  padding: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.section-3 .case:last-child {
  border-bottom: 0;
}
.section-3 .btn {
  margin-top: 15px;
}
@media (max-width: 768px) {
  .section-3 .col-md-6 {
    height: auto;
  }
}
.center-vert {
  display: table-cell;
  vertical-align: middle;
}
.section-4 {
  background-color: #333;
  color: white;
}
.section-4 img {
  height: 200px;
  width: 200px;
  border-radius: 50%;
  box-shadow: 1px 3px 5px black;
}
.section-4-00 {
  background-color: #017999;
  color: white;
}
.section-4-00 p {
  font-size: 1.3em;
}
.section-4-0 p {
  font-size: 1.3em;
}
.section-5 {
  background-color: #333;
  color: white;
}
.section-5 tr,
.section-5 td {
  padding: 5px 0px;
  color: rgba(0, 0, 0, 0.9);
}
.section-5 tr h5,
.section-5 td h5 {
  font-size: 1.2em;
  color: white;
}
.section-5 tr i,
.section-5 td i {
  margin-right: 15px;
  color: white;
}
.section-5 button {
  margin-left: 15px;
}
.section-cases-2 .case,
.section-cases-3 .case,
.section-cases-4 .case,
.section-parceiros-2 .case {
  height: 350px;
  /*background-color: rgba(0,0,0,0.075);*/
  background-color: white;
  padding: 20px;
  display: table;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .section-cases-2 .case,
  .section-cases-3 .case,
  .section-cases-4 .case,
  .section-parceiros-2 .case {
    background-size: contain;
  }
}
.section-cases-2 .case .back,
.section-cases-3 .case .back,
.section-cases-4 .case .back,
.section-parceiros-2 .case .back {
  display: table-cell;
  vertical-align: middle;
}
.section-cases-2 .case .back,
.section-cases-3 .case .back,
.section-cases-4 .case .back,
.section-parceiros-2 .case .back {
  background-color: white;
  opacity: 0;
  transition: .6s;
}
.section-cases-2 .case .back:hover,
.section-cases-3 .case .back:hover,
.section-cases-4 .case .back:hover,
.section-parceiros-2 .case .back:hover {
  opacity: 1;
}
.section-cases-2 .col-md-6,
.section-cases-3 .col-md-6,
.section-cases-4 .col-md-6,
.section-parceiros-2 .col-md-6 {
  padding: 2px;
}
.section-cases-3 {
  background-color: #eeeeee;
  color: black;
}
.section-cases-3 .case {
  height: 350px;
  background-color: #eeeeee;
  padding: 20px;
  display: table;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 768px) {
  .section-cases-3 .case {
    background-size: contain;
  }
}
.section-cases-3 .case .back {
  display: table-cell;
  vertical-align: middle;
}
.section-cases-3 .case .back {
  background-color: #eeeeee;
  opacity: 0;
  transition: .6s;
}
.section-cases-2 {
  background-color: white;
}
.section-cases-1,
.section-equipe-1,
.section-parceiros-1 {
  background-color: #017999;
  color: white;
}
.section-cases-1 p,
.section-equipe-1 p,
.section-parceiros-1 p {
  font-size: 1.3em;
}
.section-equipe-2 img,
.section-parceiros-2 img {
  border-radius: 500px 500px;
}
.footer-traust-2 {
  background-color: #017999;
  color: black;
  padding: 25px 0;
}
.footer-traust-2 .center {
  display: table;
  height: 175px;
}
.footer-traust-2 img {
  width: 100px;
}
.footer-traust-2 p {
  font-size: 1.2em;
  margin: 0;
  text-align: left;
}
.footer-traust-2 .icon {
  padding: 0 2em;
}
.footer-traust-2 a {
  font-size: 1.1em;
  color: white;
  margin-top: 0px;
  margin-bottom: 5px;
}
.footer-traust-2 tr,
.footer-traust-2 td {
  padding: 5px 0px;
  color: rgba(0, 0, 0, 0.9);
}
.footer-traust-2 tr h5,
.footer-traust-2 td h5 {
  font-size: 1.2em;
  color: white;
  margin-top: 0px;
  margin-bottom: 5px;
}
.footer-traust-2 tr i,
.footer-traust-2 td i {
  margin-right: 15px;
  color: white;
}
.footer-traust-1 {
  background-color: #333;
  padding: 10px;
  color: white;
}
.footer-traust-1 p {
  margin: 0;
}
#mapa {
  width: 100%;
  height: 50vh;
}
@media (max-width: 600px) {
  #mapa {
    height: 100vh;
  }
}
@media (max-width: 768px) {
  #mapa {
    margin-bottom: -50px;
  }
}
