/* fonts */
@font-face {
  src: url(../../assets/fonts/Gotham-Medium.otf);
  font-family: 'Gotham';
  font-weight: 500;
}

@font-face {
  src: url(../../assets/fonts/Gotham-Bold.otf);
  font-family: 'Gotham';
  font-weight: 700;
}

@font-face {
  src: url(../../assets/fonts/Raleway-Regular.ttf);
  font-family: 'Raleway';
  font-weight: 400;
}

@font-face {
  src: url(../../assets/fonts/Raleway-Medium.ttf);
  font-family: 'Raleway';
  font-weight: 500;
}

@font-face {
  src: url(../../assets/fonts/Raleway-Bold.ttf);
  font-family: 'Raleway';
  font-weight: 700;
}

@font-face {
  src: url(../../assets/fonts/Raleway-Black.ttf);
  font-family: 'Raleway';
  font-weight: 900;
}

.got-m {
  font-family: 'Gotham';
  font-weight: 500;
}

.fs-12 {
  font-size: 12px;
}

.c-grey {
  color: #706F6F;
}

.obj-contain {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.obj-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

/* css */
.header .box {
  height: 80px;
}

.header .navbar-brand {
  width: 100%;
  max-width: 115px;
  margin: 0;
  padding: 0;
}

.header .navbar-brand::after {
  content: '';
  background: rgba(40, 51, 115, 0.328);
  width: 1px;
  height: 35px;
  display: inline-block;
  margin: 0 0 -20px 20px;
}

.header .navbar-brand2 {
  width: 100%;
  max-width: 45px;
}

.banner .box-image {
  height: 160px;
}

.contato {
  padding: 60px 0;
  background-color: #F2F4F6;
}

.contato .icon {
  width: 50px;
  height: 50px;
  background-color: #171940;
  padding: 10px;
  margin-right: 15px;
}

.contato .box-item {
  margin-bottom: 30px;
}

.contato .box-item h3 {
  color: #009640;
  font-size: 15px;
  font-family: 'Raleway';
  font-weight: 700;
  margin-bottom: 3px;
}

.contato .box-item p {
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 14px;
  color: #171940;
  margin-bottom: 0;
}

.contato .box-item {
  display: flex;
  align-items: center;
}

.contato .form-control::placeholder {
  font-family: 'Gotham';
  font-weight: 500;
  color: #706F6F;
  font-size: 0.875rem;
}

.contato .form-control {
  height: 50px;
  border: none;
  border-radius: 0;
  margin-bottom: 25px;
}

.contato textarea.form-control {
  height: 100px;
}

.contato .form-btn {
  width: 260px;
  height: 45px;
  border: none;
  background: #171940;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 900;
  letter-spacing: 3px;
  margin: 0 auto;
  display: block;
}

.contato h5 {
  font-size: 24px;
  font-family: 'Raleway';
  font-weight: 700;
  color: #171940;
  margin-bottom: 20px;
}

.footer {
  background-color: #DADADA;
}

.footer a {
  color: #706F6F;
  font-weight: 700;
  text-decoration: none;
}

@media (min-width: 375px) {
  .banner .box-image {
    height: 180px;
  }
}

@media (min-width: 426px) {
  .contato .box-item h3 {
    font-size: 16px;
  }
  
  .contato .box-item p {
    font-size: 16px;
  }

  .banner .box-image {
    height: 200px;
  }

  .contato .icon {
    width: 60px;
    height: 60px;
    padding: 15px;
    margin-right: 20px;
  }
}

@media (min-width: 576px) {
  .banner .box-image {
    height: 265px;
  }

  .contato .icon {
    width: 65px;
    height: 65px;
    margin-right: 30px;
  }

  .contato .form-btn {
    width: 345px;
  }
}

@media (min-width: 768px) {
  .banner .box-image {
    height: 340px;
  }
}

@media (min-width: 992px) {
  .header .box {
    height: 165px;
  }
  
  .header .navbar-brand {
    max-width: 250px;
  }
  
  .header .navbar-brand::after {
    height: 70px;
    margin: 0 0 -20px 46px;
  }
  
  .header .navbar-brand2 {
    max-width: 77px;
  }

  .banner .box-image {
    height: 420px;
  }
  
  .contato {
    padding: 70px 0;
  }
}

@media (min-width: 1200px) {
  .banner .box-image {
    height: 500px;
  }
}
