#principal:before {
  content: "";
  background: repeating-linear-gradient( 135deg, #0d0d0daa, #0d0d0daa 12px, #121212aa 8px, #121212aa 20px);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#principal {
  padding: 70px 10px 70px ;
  min-height: 75vh;
  background: url(../img/hero-bg.jpg) top center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  text-align: center;
  z-index: 0;
}

#principal .titulos{
  padding: 30px 0 0 0;
}

#principal h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  /* text-transform: uppercase; */
  color: #fff;
  margin: 10px 0px 10px;
}

@media (max-width: 768px) {
  #principal h1 {
    font-size: 24px;
    line-height: 34px;
  }
}

#principal h2 {
  color: #eee;
  font-size: 24px;
}

@media (max-width: 768px) {
  #principal h2 {
    font-size: 18px;
  }
}

#principal p {
  color: #eee;
  margin: 3px;
  font-size: 20px;
}

@media (max-width: 768px) {
  #principal p {
    font-size: 16px;
  }
}

.btn-get-started {
  /* font-family: "Roboto", sans-serif; */
  /* text-transform: uppercase; */
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  background: transparent;
  color: #fff;
  cursor: pointer;
}

.btn-get-started:hover {
  background: #07e5b6;
  border: 2px solid #07e5b6;
}

#principal h3 {
  font-family: "Roboto", sans-serif;
  /* text-transform: uppercase; */
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  padding: 8px 28px;
  margin: 3px;
  color: #fff;
}

#vantagens {
  text-align: center;
}

#vantagens h3 {
  /* text-align: center; */
  padding: 10px 0px;
  margin: 0px;
}

.probootstrap-box {
  background: #ffffff;
  padding: 2em;
  margin-bottom: 1.5em;
  height: 90%;
  -webkit-box-shadow: 18px 17px 104px -24px rgba(0, 0, 0, 0.1);
  box-shadow: 18px 17px 104px -24px rgba(0, 0, 0, 0.1);
}

.box-conteudo {
  height: auto;
}

.probootstrap-box .icon i {
  font-size: 50px;
  color: #1989e7;
}

.light{
    -webkit-text-stroke: 4px white;
}

#comoFazemos {
  padding: 30px 0px 30px;
}

.timeline {
  position: relative;
  margin: 30px 0px 30px;
  padding: 0px;
  list-style: none;
}

.timeline:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40px;
  width: 2px;
  margin-left: -1.5px;
  content: '';
  background-color: #e4fffa;
}

.timeline > li {
  position: relative;
  min-height: 50px;
  margin-bottom: 50px;
}

.timeline > li:after, .timeline > li:before {
  display: table;
  content: ' ';
}

.timeline > li:after {
  clear: both;
}

.timeline > li .timeline-panel {
  position: relative;
  float: right;
  width: 100%;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li .timeline-image {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 80px;
  height: 80px;
  margin-left: 0;
  text-align: center;
  color: white;
  border: 2px solid #e4fffa;
  border-radius: 100%;
  /* #background-color: #ffc000; */
}

.timeline > li .timeline-image h4 {
  font-size: 10px;
  line-height: 14px;
  margin-top: 12px;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  padding: 0 20px 0 100px;
  text-align: left;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  right: auto;
  left: -15px;
  border-right-width: 15px;
  border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  right: auto;
  left: -14px;
  border-right-width: 14px;
  border-left-width: 0;
}

.timeline > li:last-child {
  margin-bottom: 0;
}

.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}

.timeline .timeline-heading h4.subheading {
  text-transform: none;
}

.timeline .timeline-body > ul,
.timeline .timeline-body > p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    min-height: 100px;
    margin-bottom: 30px;
  }
  .timeline > li .timeline-panel {
    float: left;
    width: 41%;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    left: 50%;
    width: 100px;
    height: 100px;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    line-height: 18px;
    margin-top: 16px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    padding: 0 30px 20px 20px;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    line-height: 26px;
    margin-top: 30px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}

@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

#call-to-action .cta-btn {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  cursor: pointer;
}

#call-to-action .cta-btn:hover {
  background: #07e5b6;
  border: 2px solid #07e5b6;
}

#call-to-action p {
  font-size: 20px;
}

.modal-header{
  display: block !important;
}

.modal-content
{
	background: #eaeaea !important;	
}

 .modal-body p{
  font-size: 1rem;
  margin-bottom: 1rem;
}

.modal-body label{
  font-weight: 700;
}

.modal-header{
  border-bottom: 1px solid #acaeb1 !important;
}

.modal-footer {
  border-top: none;
}

.modal-footer button{
  background-color: #acaeb1;
}

.modal-content body {
    color: #404040;
}

@-webkit-keyframes check {
  0% {
          height: 0;
          width: 0;
      }
  
      33.3333% {
          width: 40px;
          height: 0;
      }
    
  }
  @-moz-keyframes check {
      0% {
          height: 0;
          width: 0;
      }
  
      33.3333% {
          width: 40px;
          height: 0;
      }
  }
  @-ms-keyframes check {
      0% {
          height: 0;
          width: 0;
      }
  
      33.3333% {
          width: 40px;
          height: 0;
      }
  }
  @keyframes check {
      0% {
          height: 0;
          width: 0;
      }
  
      33.3333% {
          width: 40px;
          height: 0;
      }
  }



/* * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:before, *:after {
  box-sizing: border-box;
}
:root {
  font-size: 10px;
}
body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f7f9fa;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
:focus {
  outline: none;
} */
/* .card {
  background: rgba(0, 0, 0, 0.61);
  border: 1px solid #e3e6e8;
  padding: 1.5em;
  margin: 0.5em;
  display: flex;
  flex-direction: column;
  border-radius: 0.3em;
  position: relative;
  max-width: 400px;
} */
/* .card.is-finished:before, .card.is-finished:after {
  content: "";
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card.is-finished:before {
  background: #4dd171;
  border-radius: 0.3em;
}
.card.is-finished:after {
  content: attr(data-selected);
  align-items: center;
  justify-content: center;
  font-size: 9vmin;
  animation: scaleUp 0.3s ease forwards;
  transform: scale(0);
} */
/* @keyframes scaleUp {
  to {
    transform: scale(1);
  }
} */
.centralizado {
  display: flex;
  align-items: center;
  justify-content: center;
}
.card#form-index {
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.452);
  border-color: rgb(165, 164, 164);
  text-align: center;
}
.card__header {
  text-align: center;
  line-height: 1.2;
  font-size: 20px;
  display: block;
  /* margin-bottom: 2em; */
  color: #ffffff;
  font-weight: 200;
}
.card__body {
  /* display: flex;
  flex-direction: column; */
  padding: 10px 0;
}
.choice {
  /* color: #697582; */
  background-color: #00272b86;
  color: #fff;
  border: 2px solid #0c4236;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0.5em 1em;
  cursor: pointer;
  border-radius: 5px;
  margin: 5px 0;
}
.choice:hover {
  background-color: #86c7ff;
}
.choice.is-selected {
  border-color: transparent;
  background-color: #037de4;
  color: #fff;
}
.choice.is-selected:active {
  background-color: #0261b2;
}
.opcaoTitulo {
  font-size: 2em;
  font-weight: 600;
}
.choice__field {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
div .melhorOpcao,
div .piorOpcao {
  display: flex;
  flex-direction: row;
  align-items: center;
}
div .melhorOpcao {
  font-size: 14px;
}
div .piorOpcao{
  font-size: 8px;
}
.btn-informacao {
  font-size: 20px;
  padding: 10px;
  color: #86c7ff;
  cursor: pointer;
}
.button {
  background-color: #c1c7cd;
  color: rgb(10, 10, 10);
  cursor: pointer;
  border: none;
  font-family: "Roboto";
  font-weight: 200;
  font-size: 16px;
  padding: 0.75em 1.75em;
  align-self: flex-end;
  border-radius: 0.3em;
  border: 2px solid transparent;
  line-height: 1;
}
.button:focus {
  border-color: #037de4;
}
.button:hover:focus {
  border-color: transparent;
}
.button:active {
  background-color: #a5aeb6;
}

#inicioModalInicial a{
  cursor: pointer;
  color: #0261b2;
}

.erro{
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 15px;
}
  
