body {
  font-family: "Barlow", sans-serif;
  overflow-x: hidden;
}

#navbarSupportedContent a {
  font-size: 18px;
  color: #396477;
  font-weight: 500;
}

.btn-green-1 {
  background-color: #63c29d;
  color: white !important;
  border-radius: 15px;
  border: dashed 1px #cfd7d7;
  font-weight: 500;
  padding: 5px 20px !important;
}

.btn-white-1 {
    background-color: white;
    color: #6bc49b !important;
    border-radius: 15px;
  }

.btn-green-2 {
  background-color: #63c29d;
  color: white !important;
  border-radius: 10px;
  border: dashed 1px #cfd7d7;
  font-weight: 500;
}

.carousel-control-next,
.carousel-control-prev {
  border: none;
  background-color: transparent;
}

.h-100 {
  height: 100%;
}

.carousel-item > .install-app {
  position: absolute;
  bottom: 10%;
  right: 5%;
}

.color-verde-1 {
  color: #396477;
}

.color-verde-2 {
  color: #6bc49b;
}

.color-verde-3 {
  color: #203d49;
}

.color-verde-4 {
  color: #63c29d;
}

#section-3 {
  background-image: url("/site/assets/img/banner_3.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.quadro {
  background-color: white;
  padding: 30px 20px 20px 20px;
}

#section-4 {
  background-color: #00c59a;
  background-image: url("/site/assets/img/banner_4.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: contain;
  justify-content: start;
  padding-top: 100px;
}

.fp-watermark {
  display: none !important;
}

.custom-input,
.custom-input:focus {
  background-color: transparent;
  border: none;
  border-bottom: solid 3px white;
  border-radius: 0;
  color: white;
  font-size: 30px;
}

#rodape,
#section-5 {
  background-color: #203d49;
}

#navbar-container {
  background-color: white;
  opacity: 0.8;
}

#accordionFaq button{
    color: black!important;
}

#msg-alerta {
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    z-index: 2;
}

.quadro-azul{
  border: dashed 2px  #396477;
  border-radius: 15px;
  background-color: white;
}

.hr-blue{
  border-top: solid 3px #396477;
}

#accordionFaq2 .card-header{
  background-color: #d8d8d8;
  border: dashed 1px white;
  padding: 5px;
  border-radius: 5px;
}

#accordionFaq2 .btn{
  color: #396477;
  font-weight: bold;
}

@media (max-width: 767px) {
  .navbar-brand img {
    max-width: 100px;
  }

  .btn-green-1 {
    text-align: center;
  }

  .quadro {
    margin-top: 80px;
    margin-bottom: 50px;
  }

  .quadro {
    background-color: white;
    padding: 30px 20px 30px 20px;
  }

  #navbar-container {
    background-color: white;
    opacity: 0.9;
  }

  .outer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 768px) {
  #navbarSupportedContent .nav-item {
    padding-left: 0px;
    padding-top: 10px;
  }

  .navbar-brand img {
    max-width: 150px;
  }

  #navbarSupportedContent a {
    font-size: 16px;
  }

  #section-2 {
    
  }

  #section-2 > .conteudo{
    position: relative;
  }

  #section-2 > .bg{
    position: absolute;
    background-image: url("/site/assets/img/banner_2.png");
    background-position: bottom right;
    background-repeat: no-repeat;
    left: 0;
    right: 0;
    top: 0;
    right: 0;
    height: 100%;
  }
}

@media (min-width: 992px) {
  #navbarSupportedContent a {
    font-size: 18px;
  }

  .navbar-brand img {
    max-width: 200px;
  }

  #navbarSupportedContent .nav-item {
    padding-left: 10px;
    padding-top: 10px;
  }

  #form-nome-home {
    width: 50%;
  }
  #btn-continuar-home {
    margin-left: calc(50% + 200px);
  }
}

@media (min-width: 1200px) {
  .navbar-brand img {
    max-width: 300px;
  }

  #navbarSupportedContent .nav-item {
    padding-left: 20px;
    padding-top: 20px;
  }

  .quadro {
    background-color: white;
    padding: 25px 30px 25px 30px;
    margin-top: 50px;
  }

  .container-fluid,
  #navbar-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1300px) {
}

@media (min-width: 1400px) {
  .container-fluid,
  #navbar-container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (min-width: 1700px) {
  .container-fluid,
  #navbar-container {
    padding-left: 100px;
    padding-right: 100px;
  }
  .quadro {
    background-color: white;
    padding: 100px 75px 75px 75px;
  }
}

.scape-padding {
  padding-left: 0px;
  padding-right: 0px;
}
