:root {
  --primary: #29b2db;
  --secondary: #2e3a47;
  --white: #ffffff;
  --border-radius: 8px;
}

body {
  font-family: "Lato", sans-serif;
}

h1.garantee,
h2.garantee {
  margin: 0 0 12px 0;
  font-size: 16px;
}

/* Passar isso para o bootstrap */

.btn {
  border-radius: 8px !important;
  box-shadow: 0px 3px 6px #00000016;
}

.btn-primary {
  color: #fff;
}

/* Passar isso para o bootstrap */

.jumbotron-primary {
  min-height: 168px;
  background: var(--primary);
  border-radius: var(--border-radius);
}

.steps {
  display: flex;
  justify-content: space-around;
  color: var(--white);
  text-align: center;
  min-height: 168px;
}

@media (max-width: 546px) {
  .steps {
    min-height: 96px;
  }
}

.steps-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: linear-gradient(
    #fff0 25px,
    var(--white) 25px,
    var(--white) 27px,
    #fff0 27px
  );
  background-position-y: 40px;
}

.steps-item:first-child {
  background: linear-gradient(
      to right,
      var(--primary) 0%,
      var(--primary) 50%,
      transparent 50%
    ),
    linear-gradient(
      #fff0 25px,
      var(--white) 25px,
      var(--white) 27px,
      #fff0 27px
    );
  background-position-y: 40px;
}

.steps-item:last-child {
  background: linear-gradient(
      to left,
      var(--primary) 0%,
      var(--primary) 50%,
      transparent 50%
    ),
    linear-gradient(
      #fff0 25px,
      var(--white) 25px,
      var(--white) 27px,
      #fff0 27px
    );
  background-position-y: 40px;
}

@media (max-width: 546px) {
  .steps-item,
  .steps-item:first-child,
  .steps-item:last-child {
    background-position-y: 6px;
  }
}

.steps .circle {
  width: 52px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--white);
  border-radius: 50%;
  background-color: var(--primary);
}

@media (max-width: 546px) {
  .steps .circle {
    width: 42px;
    height: 42px;
  }
}

.steps .circle.active {
  background-color: var(--white);
}

.steps .circle h3 {
  color: var(--white);
  font-weight: bold;
  margin: 0;
}

.steps .circle.active h3 {
  color: var(--primary);
}

@media (max-width: 546px) {
  .steps .circle h3 {
    font-size: 20px;
  }
}

.steps .steps-item p {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 15px;
  margin-top: 6px;
  margin-bottom: 0;
}

@media (max-width: 546px) {
  .steps .steps-item p {
    font-size: 10px;
    line-height: 13px;
  }
}

.price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 168px;
}

.price p {
  color: var(--secondary);
  font-size: 10px;
  font-weight: medium;
  margin: 0;
}

@media (min-width: 576px) {
  .price p.text-start {
    font-size: 18px;
    margin-bottom: 0px;
  }
}

.price h2 {
  font-weight: bolder;
  font-size: 56px;
  color: var(--support);
  white-space: nowrap;
  margin: 0;
}

.price h6 small {
  margin-top: -28px;
  font-size: 12px;
  color: var(--support);
}

@media (max-width: 576px) {
  .price {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: auto;
  }

  .price p {
    font-size: 10px;
  }

  .price h2 {
    font-size: 1.4rem;
  }

  .price h6 small {
    margin-top: -36px;
    font-size: 9.2px;
    letter-spacing: -0.3px;
  }
}

.cronometro {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 168px;
}

.cronometro img.stop-watch {
  width: 76px;
  height: 90px;
  display: block;
}

.cronometro-text {
  margin-left: 20px;
}

.cronometro .cronometro-text p {
  color: var(--secondary);
  font-size: clamp(16px, 2.5vw, 18px);
  font-weight: medium;
  margin: 0;
}

.cronometro .cronometro-text h3 {
  color: var(--white);
  font-size: 46px;
  text-align: center;
  font-weight: bolder;
  margin: 0;
}

@media (max-width: 576px) {
  .cronometro {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: auto;
  }

  .cronometro-text {
    margin-left: 10px;
  }

  .cronometro img.stop-watch {
    width: 36px;
    height: 46px;
    display: none;
  }

  .cronometro .cronometro-text p {
    font-size: 10px;
  }

  .cronometro .cronometro-text h3 {
    font-size: 1.4rem;
  }
}

.nav-conta {
  padding: 15px 0px;
  background-color: #f5f5f5;
}

.nav-itens {
  font-size: 12px;
  border-left: 1px solid #a0a0a0;
  align-items: center;
  text-align: right;
}

/*.nav-itens a{text-decoration:none;color:#666;text-align:center;}
.nav-itens i{color:#666;}
.nav-itens:nth-child(2){min-width:230px;}
.nav-itens:nth-child(3){max-width:170px;}*/

.i-primary {
  color: var(--primary);
  font-size: 26px !important;
}

.titulo-info {
  font-size: 18px;
}
.subtitulo-info {
  font-size: 16px;
}

.b-money {
  font-size: 26px;
  font-weight: bold;
}

.info-money {
  font-size: 12px;
  margin: 0px;
}

/* Login */

.bg-pattern .login-cadastro {
  min-height: 541px;
}

/* Login */

/* Responsável pelo recebimento */

section.responsavel-pelo-recebimento {
}

section.responsavel-pelo-recebimento button.btn {
  border-radius: 8px !important;
  box-shadow: 0px 3px 6px #00000016;
  height: 42px;
  margin: 26px 0px 16px 0px;
}

.footer {
  color: var(--white);
}

.footer-atendimento {
  font-size: 20px;
  font-weight: bold;
}

.footer-info-atendimento p:nth-child(1),
.footer-info-atendimento p:nth-child(3) {
  font-size: 16px;
  color: #e5e5e5;
}

.footer-info-atendimento p:nth-child(2),
.footer-info-atendimento p:nth-child(4) {
  font-size: 24px;
  color: var(--white);
}

.footer-info-contato p {
  font-size: 16px;
}

.footer-info-contato i {
  font-size: 20px;
}

.footer-dados > p {
  font-size: 15px;
  color: #e5e5e5;
}

.footer-dados .row p {
  padding-top: 86px;
  font-size: 14px;
  color: #e5e5e5;
}

@media (max-width: 576px) {
  .footer-dados .row p {
    padding-top: 6px;
  }
}

.form-control:focus,
.form-control:active {
  outline: none;
  box-shadow: none;
}

@media (max-width: 576px) {
  .legend .price-registered p:not(.valores) {
    font-size: 10px;
  }
}

@media screen and (max-width: 576px) {
}
