body {
  font-family: 'Roboto Condensed', sans-serif;
}
.banner {
  background-image: url(../img/banner.png);
  background-position: center;
}
.direitos-reservados {
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
}
.btn-primary {
  background-color: #0badaa !important;
  border: #0badaa !important;
}
.btn-primary:hover {
  background-color: #57b9b6 !important;
  border: #fff !important;
}
.btn-primary:active {
  background-color: #0badaa !important;
  border: #0badaa !important;
}
.wpcf7-mail-sent-ok {
  border: 2px solid #398f14 !important;
  background-color: #398f14 !important;
  font-size: 15px !important;
  text-align: center !important;
  margin-top: 0px !important;
}
.link-contato a {
  text-decoration: none;
  color: #fff;
}
.link-fd a {
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
}
.c-verde {
  color: #0badaa;
}
.c-verde-claro {
  color: #57b9b6;
}
.c-bege {
  color: #9c988a;
}
.c-bege-claro {
  color: #d5d3cb;
}
.c-branco {
  color: white;
}
.c-preto {
  color: black;
}
.bg-verde {
  background-color: #0badaa;
}
.bg-verde-claro {
  background-color: #57b9b6;
}
.bg-bege {
  background-color: #9c988a;
}
.bg-bege-claro {
  background-color: #d5d3cb;
}
.bg-banner {
  background-color: #effeff;
}

/* Dispositivos extra small (telefones em modo retrato, com menos de 576px) */

@media (max-width: 575.98px) {
  .banner {
    background-image: url(../img/banner-mobile.png);
    background-position: center;
  }
  .text-banner {
    font-size: 1.2rem;
    text-align: justify;
    color: #fff;
  }
  .font-h1 {
    font-size: 2.2rem;
  }
  .font-h2 {
    font-size: 1.9rem;
  }
  .font-h3 {
    font-size: 1.6rem;
  }
  .font-h4 {
    font-size: 1.3rem;
  }
  .font-h5 {
    font-size: 1.0rem;
  }
  .font-h6 {
    font-size: 0.7rem;
  }
  .font-p {
    font-size: 1.0rem;
  }
  .font-p-2 {
    font-size: 1.2rem;
  }
}

/* Dispositivos small (telefones em modo paisagem, com 576px ou mais) */

@media (min-width: 576px) and (max-width: 767.98px) {
  .banner {
    background-image: url(../img/banner-mobile-ok.png);
    background-position: center;
  }
  .text-banner {
    font-size: 1.2rem;
    text-align: justify;
    color: #fff;
  }
  .font-h1 {
    font-size: 2.2rem;
  }
  .font-h2 {
    font-size: 1.9rem;
  }
  .font-h3 {
    font-size: 1.6rem;
  }
  .font-h4 {
    font-size: 1.3rem;
  }
  .font-h5 {
    font-size: 1.0rem;
  }
  .font-h6 {
    font-size: 0.7rem;
  }
  .font-p {
    font-size: 1.0rem;
  }
  .font-p-2 {
    font-size: 1.2rem;
  }
}

/* Dispositivos médios (tablets com 768px ou mais) */

@media (min-width: 768px) and (max-width: 991.98px) {
  .text-banner {
    font-size: 1.2rem;
    text-align: justify;
    color: #fff;
  }
  .font-p {
    font-size: 1.0rem;
  }
  .font-p-2 {
    font-size: 1.2rem;
  }
}

/* Dispositivos large (desktops com 992px ou mais) */

@media (min-width: 992px) and (max-width: 1199.98px) {
  .text-banner {
    font-size: 1.6rem;
    text-align: justify;
    color: #fff;
  }
  .font-p {
    font-size: 1.3rem;
  }
  .font-p-2 {
    font-size: 1.5rem;
  }
}

/* Dispositivos extra large (desktops grandes com 1200px ou mais) */

@media (min-width: 1200px) {
  .text-banner {
    font-size: 1.6rem;
    text-align: justify;
    color: #fff;
  }
  .font-p {
    font-size: 1.3rem;
  }
  .font-p-2 {
    font-size: 1.5rem;
  }
}
