/* Space out content a bit */
body {
  /*padding-top: 1.5rem;*/
  /*padding-bottom: 1.5rem;*/
  font-family: "Montserrat", arial, sans-serif;
}

/* Everything but the jumbotron gets side spacing for mobile first views */
.header,
.marketing,
.footer {
  padding-right: 1rem;
  padding-left: 1rem;
}

/* Custom page header */
.header {
  padding-bottom: 1rem;
  /*border-bottom: .05rem solid #e5e5e5;*/
}

/* Make the masthead heading the same height as the navigation */
.header h3 {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 3rem;
}

/* Custom page footer */
.footer {
  border: none;
  padding: 20px;
  padding-top: 40px;
}

.footer h4 {
  font-weight: bold;
  color: #dc3545;
}

/* Customize container */
@media (min-width: 48em) {
  .container {
    /*max-width: 46rem;*/
  }
}
.container-narrow > hr {
  margin: 2rem 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  text-align: center;
  border-bottom: .05rem solid #e5e5e5;
}
.jumbotron .btn {
  padding: .75rem 1.5rem;
  font-size: 1.5rem;
}

/* Supporting marketing content */
.marketing {
  margin: 3rem 0;
}
.marketing p + h4 {
  margin-top: 1.5rem;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 48em) {
  /* Remove the padding we set earlier */
  .header,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }

  /* Space out the masthead */
  .header {
    margin-bottom: 1rem;
  }

  /* Remove the bottom border on the jumbotron for visual effect */
  .jumbotron {
    border-bottom: 0;
  }
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #dc3545;
}

a.nav-link {
  color: #2f2f2f;
}

.logo-rede-cred img {
  max-width: 150px;
}

.container-cinza {
  height: 446px;
  padding-top: 0px; 
  background-image: url(https://redecredconsultas.com.br/dist/img/imagem-fundo.jpg); 
  padding-bottom: 80px;
  margin-top: 85px;
}

.container-cinza-home {
  background-size: cover;
  height: 500px;
  /* padding-top: 0px; */
  background-image: url(https://redecredconsultas.com.br/dist/img/banner-novo.jpeg?i=1);
  /* padding-bottom: 80px; */
  background-position: center;
  margin-top: 85px;
  /* background-color: #ccc; */
  /* opacity: 0.6; */
}

.container-cinza-escuro {
  padding-top: 1.5rem;
  background: #f7f7f7;
}

@media (min-width: 576px){
  .jumbotron {
      padding: 2rem 2rem;
  }
}

.btn-primary {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.jumbotron {
  margin-bottom: 0;
  background-color: initial;
  text-align: left;
}

.conteudo {
  padding-top: 2rem;
}

.box {
  background: #f7f7f7;
  padding: 20px;
  text-align: center;
  height: 210px;
  margin-bottom: 20px;
}

.square-numero {
  background: #dc3545;
  padding: 12px;
  border-radius: 133px;
  width: 70px;
  height: 70px;
  font-size: 30px;
  color: #fff;
  margin: 0 auto;
  margin-top: -55px;
  margin-bottom: 15px;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

/** Produtos **/
.box-produto {
      min-height: 305px;
}

.nome-produto {
  padding: 20px;
  font-size: 20px;
  background: #343a40;
  color: #fff;
}

.descricao-produto {
  padding: 10px;
  background: #e9ecef;
}

.box-produto ul {
  list-style: none;
  padding: 0px;
  text-align: center;
  background: #fff;
  margin: 0px;
  margin-bottom: 20px;
}

.box-produto ul li {
  padding: 10px;
  border: 1px solid #e9ecef;
  border-top: none;
}

.card-deck .card {
  background: #f7f7f7;
  border: none;
  border-radius: 0px;
}

.card-header:first-child, .card-header {
  border-radius: none;
  border: none;
}

.card-header h4 {
  padding: 8px;
}

h1.card-title {
  font-size: 25px;
}

.navbar-light {
  background: #fff;
}

@media only screen and (max-width: 768px) {

  .no-show-mobile {
    display: none !important;
  }

  .container-cinza:not(.container-cinza-home) {
    background: #b7e7ff;
    margin-top: 54px;
  }

  .container-cinza-home {
    margin-top: 54px;
  }

  .jumbotron {
    border-bottom: 0px;
    text-align: center;
  }

  .mobile-20 {
    padding: 20px;
  }

  .navbar-light {
    background: #ef143e;
    color: #fff;
  }

  .navbar-toggler {
    border: none;
  }

  .navbar-light .navbar-nav .nav-link {
    color: #fff;
  }

  jdiv, .globalClass_ET {
    display: none !important;
  }
}

.depoimento {
  padding: 10px;
  background: #fff;
  font-size: 14px;
  height: 155px;
  margin-top: 10px;
}

.depoimento div.cidade {
  color: #9a9a9a;
  font-size: 12px;
}

.depoimento p {
  font-size: 14px;
  height: 55px;
}

.estrelas i {
  color: #ccc;
  font-size: 20px;
}

.estrelas i.green {
  color: #FFC107;
  font-size: 20px;
}

@keyframes typewriter{
  from{width: 0;}
  to{width: 24em;}
}
@keyframes blinkTextCursor{
  from{border-right-color: rgba(255,255,255,.75);}
  to{border-right-color: transparent;}
}

.hit {
  background-color: #dc3545;padding: 0 10px;color: #fff;
  white-space:nowrap;
}