body {
  width: 100%;
  height: 100%;
  background: url("../imgs/bg.jpg");
  background-repeat: no-repeat;
  padding-bottom: 10px;
  color: white;
  background-color: #19494a;
  font-family: "Montserrat", sans-serif;
}

.no-ml-15 {
  margin-left: -15px;
}
.opac {
  background: rgba(0, 0, 0, 0.2);
}

.barra-1 {
  height: 60px;
  margin-bottom: 30px;
}

.barra-2 {
  margin-bottom: 25px;
}

.texto-barra-1 {
  background: url(../imgs/rect-card.png);
  background-repeat: no-repeat;
  padding: 15px;
  font-size: 17px;
}

.barra-3 {
  padding-top: 35px;
}

.barra-3 > div:first-child {
  margin-bottom: 25px;
}

.barra-3 h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.box-5-b {
  padding-top: 25px;
  padding-bottom: 45px;
}

.box-5-b .numero {
  background: #3d6ca7;
  font-weight: bold;
  font-size: calc(12px + 1vw);
  width: 29px;
  text-align: center;
  margin-right: 3px;
  color: #cdf7ff;
  height: 22px;
  line-height: 22px;
}

.box-5-b .texto {
  background: #d1ff1e;
  color: #0a4d5a;
  font-weight: bold;
  font-size: calc(14px + 0.4vw);
  padding-left: 3px;
  padding-right: 3px;
  height: 22px;
  line-height: 22px;
}

.barra-4 {
  margin-top: 15px;
  padding-bottom: 32px;
}

.form-call {
  font-size: calc(12px + 1vw);
  font-weight: bold;
}

.formulario {
  background: red;
  width: 100%;
  /* height: 100%; */
  margin-top: 26px;
  background: rgba(18, 82, 64, 0.5);
  box-shadow: 7px 13px 20px 0px black;
  padding: calc(10px + 1vw);
}

.formulario button {
  background: #d1ff1e;
  color: #3d6ca7;
  border-radius: 20px;
  border: none;
  width: 100%;
  height: 48px;
  margin-top: 25px;
}

.form-check-input {
  font-weight: 100;
}

.barra-verde-mobile {
  height: 5px;
  width: 60%;
  background: #d1ff1e;
  margin: 0 auto;
  margin-top: 19px;
  margin-bottom: 19px;
}

.barra-5 {
  padding-top: 30px;
  padding-bottom: 10px;
}

.barra-6 {
  padding-top: 10px;
  font-weight: 800;
}

.barra-6 .ddd {
  font-size: 12px;
}

.logo-bra-med {
  width: 230px;
}

@media (min-width: 576px) {
  .box-5-b .texto,
  .box-5-b .numero {
    font-size: calc(25px + 0.4vw);
    height: calc(30px + 0.4vw);
    line-height: calc(30px + 0.4vw);
  }  
}

@media (min-width: 768px) {
  .logo-bra-med {
    width: 300px;
  }
  .formulario button {
    width: 300px;
  }
  .box-5-b {
    /* margin-left: -41px; */
  }

  .box-5-b .texto,
  .box-5-b .numero {
    font-size: calc(19px + 0.4vw);
    height: calc(35px + 0.4vw);
    line-height: calc(35px + 0.4vw);
  }

  .barra-verde-bg{
    background: url("../imgs/rect-card.png") no-repeat;
    padding: 20px;
  }
}

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

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