body{
      background: red;
}


header{
    margin-bottom: -100px;
    margin-top: 15px;
}

.centralizado {
      display: grid;
      align-items: center;
      height: 100vh;
}

.text-right{
      text-align: right;
}

h1{
      font-family: poppins;
      font-size: 32px;
      color: #fff;
}

.tab h1{

    font-family: poppins;
    font-size: 32px;
    color: #fff;
    margin-bottom: 25px;

}

p, th{
      font-family: poppins;
      font-size: 16px;
      color: #fff;
}

td{
      font-family: 'Poppins';
    color: #ffff;
}

a{
      font-family: 'Poppins';
    color: #ffff;
}

h1 span{
      font-size: 15px;
      font-weight: 900;
}

textarea{
    width: 100%;
    height: 250px;
    padding: 15px;
    font-family: 'Poppins';
    font-size: 16px;
    background: #ff4d4d;
    color: #fff;
    border: none;
    border-radius: 5px;
    margin-top: 15px;
}


.btn-form {
    background: #ffc107;
    border: none;
    width: 100px;
    height: 55px;
    font-size: 16px;
    font-family: poppins;
    color: #490000;
    font-weight: 900;
}


.btn-secondary{
    background: #ffffff1c;
    margin: 5px;
    height: 55px;
    width: 15px;
    border-radius: 10px !important;
    border: 2px solid #fff;
    font-family: poppins;
    font-size: 16px;
}


.btn.active {
    background: #ffff;
    color: red;
    font-weight: 700;
    border: #fff;
}

.form02_space p{
      padding-bottom: 25px;
      color: #fff9;
}

table{
          width: 100%;
}

table tbody tr{
      background: #ff4d4d;
      padding: 25px;
      border-radius: 100px;
}

#tex{
    border-bottom: 2px solid red;
}

#tex-dentro{
      padding: 15px 15px 0 15px;
}


.tab{
      margin-top: 150px;
}

@media screen and (max-width: 900px) {
  br{
      display: none;
  }

.btn-secondary {
    padding-right: 5px;
    padding-left: 5px;
    width: 30px;
    height: auto;
}

p {
    font-family: poppins;
    font-size: 14px;
    color: #fff;
}

h1 {
    font-family: poppins;
    font-size: 22px;
    color: #fff;
}

.form-7 button{
        width: 100px;
    
}
}