@font-face {
  font-family: Futura;
  src: url("../font/Futura.ttf");
}
body {
  font-family: Montserrat;
  color: #ffffff !important;
}

/* .banner {
  background-image: url("../img/banner.png");
  background-size: contain;
  min-height: 496px;
  background-repeat: no-repeat;
  width: 100%;
} */

.background {
  background-image: url("../img/background.png");
  background-size: contain;
  min-height: 496px;
  background-repeat: repeat;
  min-height: 100%;
}

.btn {
  border-color: #ffffff;
  color: #ffffff;
  background-color: transparent;
  width: 100%;
}

.btn:hover {
  border-color: #fe7747;
  color: #fe7747;
}

.show {
  border-top: 1px solid #ffffff;
  padding: 10px;
}

.fds {
  justify-content: center;
  align-items: center;
}

.img {
  max-width: 150px;
  width: 100%;
}

p {
  margin-bottom: 0;
}

.h2,
h2 {
  font-weight: 800;
  font-size: 3rem;
  margin-bottom: 0;
  line-height: 1;
}

span {
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 800;
  margin: 0 5px;
}

h1,
.h1 {
  font-weight: 800;
  font-size: 3rem;
  margin-bottom: 0;
  line-height: 1;
  text-transform: uppercase;
}

.h3,
h3 {
  font-weight: 800;
  margin-bottom: 0;
}

.data {
  text-align: center;
  border-right: 1px solid #ffffff;
}

.bg-dark {
  background-color: #fa562c !important;
}

.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .img {
    margin: auto;
  }
  /*   .data {
    border-left: 1px solid #ffffff;
    border-right: none;
  } */
  .btn {
    margin: 15px 0;
  }
  .mobile {
    display: block;
  }
  .desk {
    display: none;
  }
  .h2,
  h2 {
    font-weight: 800;
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1;
  }
  span {
    font-size: 0.5rem;
    margin: 2px;
  }
  .h3,
  h3 {
    font-weight: 800;
    margin-bottom: 0;
    font-size: 1rem;
  }
  p,
  .btn {
    font-size: 0.65rem;
  }
  .btn {
    min-width: 100%;
  }
  .show {
    padding: 10px 5px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  span {
    margin: 2px;
    font-size: 0.5rem;
  }
  h2, .h2{
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 389px) {
  .col-4 {
    padding: 0;
  }
  span {
    margin: 0;
  }
}
