.img-header {
  top: 0;
  left: 0;
  position: relative;
  max-width: 100%;
  height: auto;
}

.auto-size {
  height: auto;
}

table {
  border-collapse: collapse;
  margin: -10px;
}

body {
  overflow-x: hidden;
}

@media only screen and (max-width: 411px) {
  .img-tablet {
    position: absolute;
    top: 2%;
    left: 32%;
    max-width: 150px;
  }

  .img-phone {
    position: absolute;
    top: 2%;
    left: 5%;
    max-width: 60px;
  }

  .btn {
    max-width: 150px;
  }
}

@media only screen and (min-width: 412px) {
  .img-tablet {
    position: absolute;
    top: 2%;
    left: 25%;
    max-width: 300px;
  }

  .img-phone {
    position: absolute;
    top: 2%;
    left: 5%;
    max-width: 80px;
  }

  .btn {
    max-width: 200px;
  }
}

@media (min-width: 751px) {
  .img-tablet {
    position: absolute;
    top: 4%;
    left: 35%;
    max-width: 400px;
  }

  .img-phone {
    position: absolute;
    top: 4%;
    left: 5%;
  }
}

@media (min-width: 1500px) {
  .img-tablet {
    position: absolute;
    top: 10% !important;
    left: 40% !important;
  }

  .img-phone {
    position: absolute;
    top: 8% !important;
    left: 10% !important;
  }
}

.td-mensagem {
  padding-top: 0px;
  padding-bottom: 30px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 45px;
}

.td-aviso {
  padding-top: 20px;
  padding-left: 80px;
  padding-right: 80px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 24px;
}

.ant-btn.ant-btn-secondary:hover, .ant-btn.ant-btn-secondary:focus {
    color: #734b9c;
    background-color: #ffb200;
    border-color: #734b9c;
}

.ant-btn:not([disabled]):hover {
    text-decoration: none;
}
.ant-btn.ant-btn-secondary {
    color: #fff;
    background-color: #ffb200;
    border-color: #ffb200;
    border-color: #ffb200 !important;
    background-image: linear-gradient(110deg, #ff4427, #ffba00);
    color: #fff !important;
}
.ant-btn-round.ant-btn-lg {
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    border-radius: 40px;
}

.ant-btn:hover, .ant-btn:focus, .ant-btn:active, .ant-btn.active {
    text-decoration: none;
    background: #fff;
}

.ant-btn:hover, .ant-btn:focus {
    color: #734b9c;
    background-color: #fff;
    border-color: #734b9c;
}

.ant-btn-round {
    height: 32px;
    padding: 0 16px;
    font-size: 14px;
    border-radius: 32px;
}
.ant-btn-lg {
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 4px;
}
.ant-btn, .ant-btn:active, .ant-btn:focus {
    outline: 0;
}
.ant-btn {
    line-height: 1.499;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
    border-color: #c7c7c7;
}

.ant-btn-primary {
    color: #fff;
    background-color: #5b2e90;
    border-color: #5b2e90;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
}


