@font-face {
  font-family: FivoSans;
  src: local(FivoSans), url(../assets/fonts/FivoSans/FivoSans-Regular.otf);
}

@font-face {
  font-family: BigNoodle;
  src: local(BigNoodle), url(../assets/fonts/bignoodletitling/big_noodle_titling.ttf);
}

h1, h2, h3, th.th-title, .plano-title {
  font-family: BigNoodle, sans-serif;
}

h4, h5, p, button {
  font-family: FivoSans, sans-serif;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

#title {
  font-size: 3.5rem;
}

@media (max-width: 1200px) {
  #title {
    font-size: calc(1.475rem + 2.7vw) ;
  }
}

#subtitle {
  font-size: 1.25rem;
}

@media (max-height: 428px) {
  #title {
    font-size: 2rem;
  }
}

@media (max-height: 428px) and (max-width: 1200px) {
  #title {
    font-size: calc(1.325rem + 0.9vw) ;
  }
}

@media (max-height: 428px) {
  #subtitle {
    font-size: 0.875rem;
  }
  .pt-10 {
    margin-top: 0vh;
  }
  .btn {
    font-weight: 400;
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
  }
}

@media (max-height: 428px) and (max-width: 248px) {
  #title {
    font-size: 1.75rem;
  }
}

@media (max-height: 428px) and (max-width: 248px) and (max-width: 1200px) {
  #title {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

@media (max-height: 428px) and (max-width: 248px) {
  #subtitle {
    font-size: 0.625rem;
  }
  .pt-10 {
    margin-top: 15vh !important;
  }
  .btn {
    font-weight: 200;
    padding: 0.2rem 0.4rem;
    font-size: 0.8rem;
  }
}

@media (max-height: 620px) {
  #title {
    font-size: 2.5rem;
  }
}

@media (max-height: 620px) and (max-width: 1200px) {
  #title {
    font-size: calc(1.375rem + 1.5vw) ;
  }
}

@media (max-height: 620px) {
  #subtitle {
    font-size: 1.25rem;
  }
  .pt-10 {
    margin-top: 0vh;
  }
  .btn {
    font-weight: 400;
    padding: 0.2rem 0.5rem;
    font-size: 1rem;
  }
}

.ml-8 {
  margin-left: 8rem !important;
}

@media (min-width: 970px) {
  .mx-10 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .w-lg-35 {
    width: 35%;
  }
}

@media (max-width: 248px) {
  .pt-10 {
    margin-top: 0vh;
    position: inherit;
  }
}

@media (max-width: 348px) {
  .pt-10 {
    margin-top: 10vh;
  }
}

@media (min-width: 348px) {
  .pt-10 {
    margin-top: 5vh;
  }
}

@media (min-width: 409px) {
  .pt-10 {
    margin-top: 10vh;
  }
}

.btn-brown {
  background-color: #A75C3C;
  color: #EEEAE5;
  border-radius: 0.3rem;
}

.btn-white {
  background-color: #EEEAE5;
  color: #A75C3C;
  border-radius: 0.3rem;
}

.btn-outline-brown {
  color: #A75C3C;
  background-color: transparent;
  border-color: #A75C3C;
  border-radius: 0.3rem;
  font-weight: 800;
}

.btn-outline-brown:hover {
  color: #EEEAE5;
  background-color: #A75C3C;
}

.btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(167, 92, 60, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(167, 92, 60, 0.5);
}

.nav-link-brown {
  color: #A75C3C !important;
  border: 1px solid transparent !important;
}

.nav-link-brown:hover {
  border: 1px solid #A75C3C !important;
  border-radius: 0.3rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top-line {
  border-top: 2px solid #A75C3C;
  width: 59px;
  height: 0;
}

.top-line-light {
  border-top: 2px solid white;
  width: 59px;
  height: 0;
}

.line-border {
  border-bottom: 0.5rem solid #A75C3C;
}

.text-brown {
  color: #A75C3C !important;
}

.text-white {
  color: #EEEAE5;
}

.text-red {
  color: red;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #e2deda;
}

h1.section-title {
  color: #2a3a46;
}

h1.section-title-light {
  color: white;
}

img.section-title {
  width: 416.9px;
  height: 473px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: drop-shadow(35px -30px 0px #2a3a46);
          filter: drop-shadow(35px -30px 0px #2a3a46);
}

p.section-title {
  font-size: 1.75em;
}

@media (max-width: 767px) {
  p.section-title {
    font-size: 1.25em;
  }
}

.fa-icons {
  display: inline-block;
  color: #A75C3C !important;
}

@media (max-width: 403px) {
  img#logo {
    width: 50vw;
  }
}

a#contato {
  background-color: #A75C3C;
  color: #EEEAE5;
  padding: 0.5rem;
  border-radius: 5px;
}

#navbarNavAltMarkup {
  margin-right: 4em;
}

div#banner {
  background: url(../img/header.jpg) no-repeat center center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

div#banner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

section.custos {
  background-color: #EEEAE5;
}

.grid-background {
  padding: 5em;
  background-color: #EEEAE5;
}

.mb-0 .custo {
  color: #A75C3C;
}

.mb-0 .valor {
  color: #345558;
}

section.planos {
  background-color: #345558;
}

h3.planos, span.planos {
  color: #2a3a46;
}

section#porque {
  background-color: #EEEAE5;
}

img.about-image {
  width: 433px;
  height: 667px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: drop-shadow(35px -30px 0px #2a3a46);
          filter: drop-shadow(35px -30px 0px #2a3a46);
}

footer {
  background-color: #2a3a46;
}
/*# sourceMappingURL=style.css.map */