.section-main {
  padding: 90px 0 110px;
}

@media screen and (max-width: 992px) {
  .section-main {
    padding: 50px 0;
  }
}

.section-content {
  max-width: 780px;
  margin: 0 auto;
}

.section-content.results {
  max-width: 645px;
}

.section-content .section-title {
  padding-bottom: 5px;
}

.content-form {
  padding: 15px 20px;
  background: #00879b;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.content-form .btn:hover {
  background-color: #0a4660;
}

.form-title {
  padding-left: 115px;
  margin-bottom: 40px;
  position: relative;
  font-family: "TitilliumWebBold", Arial, sans-serif;
  font-size: 38px;
  line-height: 1em;
  text-transform: uppercase;
  display: block;
  color: #002d46;
}

@media screen and (max-width: 992px) {
  .form-title {
    margin-top: 60px;
  }
}

.form-title:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 104px;
  height: 67px;
  content: "";
  background: url("/assets/images/sections/2-via.png") no-repeat;
  background-size: 104px 67px;
}

.security {
  position: relative;
  padding: 0 25px 0 73px;
  margin-top: 25px;
  max-width: 355px;
  font-size: 13px;
  line-height: 1.4em;
  color: #808080;
}

.security:before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 64px;
  height: 63px;
  content: "";
  background: url("/assets/images/sections/seguranca.png") no-repeat;
  background-size: 64px 63px;
}

@media screen and (max-width: 992px) {
  .content-table {
    padding-bottom: 10px;
    overflow-x: auto;
  }
}

.table {
  width: 100%;
  text-align: center;
  margin: 10px 0 10px;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #00879b;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.table thead tr th {
  padding: 10px 5px;
  font-family: "TitilliumWebBold", Arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 1em;
  color: #FFF;
  border: 1px solid #00879b;
  background: #00879b;
}

.table tbody tr td {
  padding: 5px 5px;
  font-family: "TitilliumWebRegular", Arial, sans-serif;
  font-size: 15px;
  line-height: 1em;
  color: #666666;
  border-left: 1px solid #00879b;
}

.table tbody tr td:first-child {
  border-left: 0;
}

.btn-download {
  padding: 6px 6px 5px;
  font-family: "TitilliumWebBold", Arial, sans-serif;
  font-size: 17px;
  line-height: 1em;
  color: #002d46;
  background: #ffb400;
}

.btn-download .icon {
  top: 0px;
  font-size: 18px;
  color: #002d46;
  transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
}

.btn-download:hover .icon {
  color: #FFF;
}

.table-footer {
  margin-bottom: 30px;
  text-align: right;
}

.step-item {
  font-size: 13px;
  line-height: 1.4em;
  display: block;
  color: #808080;
}

.step-item strong {
  font-family: "TitilliumWebBold", Arial, sans-serif;
  font-weight: normal;
}

.lgpd {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem -webkit-calc(2rem - .75rem);
    padding: 2rem -moz-calc(2rem - .75rem);
    padding: 2rem calc(2rem - .75rem);
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 35%);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 35%);
    z-index: 1000;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.lgpd .text {
    color: #009ee0;
    font-size: 1.725rem;
}

.lgpd .text a {
    text-decoration: underline;
}

@media(max-width: 992px){
  #lgpd-btn{
    margin-top: 20px;
  }
}


#modal-warnings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#modal-warnings .modal-dialog {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
}

#modal-warnings .modal-body {
  padding: 0;
}

#modal-warnings .modal-header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  border-bottom: 0;
  padding: 0;
}

#modal-warnings button {
  background: #00879b;
  opacity: 1;
  margin-top: 0;
}

#modal-warnings button svg path {
  stroke: #fff;
}

#modal-warnings img {
  width: 100%;
}

#modal-warnings .d-mobile {
  display: block;
}

#modal-warnings .d-desktop {
  display: none;
}

@media screen and (min-width: 992px) {
  #modal-warnings .d-mobile {
    display: none;
  }
  #modal-warnings .d-desktop {
    display: block;
  }
}
