/* HEADER */

.navbar {
  flex-wrap: nowrap;
}

.navbar-header {
  margin-top: 40px;
  width: 100%;
  display: inline-block;
  background-color: #79cbe3;
  position: absolute;
  height: 2px !important;
  z-index: 9;
}

.navbar-expand-lg .navbar-nav {
  flex-direction: row;
}

/* BODY */

#banner {
  text-align: center;
  padding-top: 60px;
}

#banner .icons-row {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 15px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  align-items: center;
}

#banner h1 {
  font-size: 64px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 30px !important;
  letter-spacing: 10px;
}

#banner h1 strong {
  font-size: 40px;
  font-weight: 700;
}

#banner h1 .line {
  width: 90%;
  height: 3px;
  background-color: rgb(131, 206, 199);
  margin: 15px auto;
}

.icon-holder {
  aspect-ratio: 1/1;
  width: 100px;
}

.icon-holder img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 100%;
}

/* COMPONENTS */

.border-left-drz {
  border-left: 4px solid;
  border-color: rgb(131, 206, 199);
}

.bg-drz {
  background-color: rgb(131, 206, 199);
}

.btn-colored {
  border-radius: 10px;
  background: #9c5654;
}

.bg-jumbotron {
  background-color: #e9ecef;
}

.bg-footer-drz {
  background-color: #e5eac0;
}

.btn-na-cidade {
  background-color: #28324e;
}

.redondo {
  border-radius: 50% !important;
}

.arredondado {
  border-radius: 50px;
}

.d-grid {
  display: grid;
}

.font-principal {
  font-size: 16px;
}

.lista-sem-estilo {
  list-style: none;
}

.pl-0 {
  padding-left: 0;
}

.m-t-15 {
  margin-top: 15px;
}

.cursor-pointer {
  cursor: pointer;
}

.z-index-10 {
  z-index: 9;
}

#labelCustomFile {
  overflow: hidden;
}

#emailErro {
  .modal-header {
    display: block;
  }
}

.btn-participe {
    background-color: rgb(131, 206, 199);
    width: 300px;
    text-align: center;
    margin: auto;
}

/* RESPONSIVO */

@media only screen and (max-width: 1024px) {
  #banner h1 {
    font-size: 52px;
  }

  #banner h1 strong {
    font-size: 30px;
  }

  .icon-holder {
    width: 80px;
  }

  h4 {
    font-size: 1.3rem;
  }

  p, .h6, .texto-pdm {
    font-size: 0.9rem;
  }

  .texto-pdm span {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-family: inherit;
    line-height: 1.2;
    color: inherit;
  }

  .blockquote {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 992px) {
  .navbar {
    flex-wrap: wrap;
  }

  .navbar-collapse {
    text-align: center;
  }

  .navbar-nav {
    display: block;
  }

  .lista-sem-estilo {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .row-nowrap {
    flex-wrap: nowrap;
    align-items: center;
  }

  .ml-3,
  .mx-3 {
    margin-left: 0 !important;
  }

  .mr-2,
  .mx-2 {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 100%;
  }

  .navbar-nav {
    margin-bottom: 30px;
  }

  #banner {
    padding-top: 30px;
  }

  #banner h1 {
    font-size: 42px;
  }

  #banner h1 strong {
    font-size: 25px;
  }

  .icon-holder {
    width: 60px;
  }

  h4 {
    font-size: 1.2rem;
  }

  p, .h6, .texto-pdm {
    font-size: 0.8rem;
  }

  .blockquote {
    font-size: 1.15rem;
  }

  .pt-5,
  .py-5 {
    padding-top: 2rem !important;
  }
}

@media only screen and (max-width: 480px) {
  .navbar-brand {
    max-width: 200px;
  }

  #banner h1 {
    font-size: 32px;
    letter-spacing: unset;
  }

  #banner h1 strong {
    font-size: 20px;
  }

  .icon-holder {
    width: 30px;
  }

  h4 {
    font-size: 1.1rem;
  }

  .blockquote {
    font-size: 1.05rem;
  }

  .pt-5,
  .py-5 {
    padding-top: 1rem !important;
  }
}
