table, th, td {
  border: 1px solid black;
  border-collapse: collapse;
}

.tb {
  background-color: #f4f4f4;
}

th, td {
  padding: 5px;
  text-align: left;
  white-space: nowrap;
  font-size: 7px;
}

.l1 {
  background-color: #0060a9;
  color: #fff;
}

input {
  max-width: 80%;
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 15px;
  border: 0.25px solid #ddd;
}

::-webkit-calendar-picker-indicator {
  background-image: url("../../images/icon_calendario_hls.png");
}

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

@media (min-width: 769px) and (max-width: 1024px) {
  * {
    font-size: 20px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  * {
    font-size: 16px;
  }
}

@media (min-width: 1921px) {
  * {
    font-size: 30px;
  }
}

div #form {
  height: 39.3vh;
  background-color: #fff;
  border-radius: 15px;
  width: 80vw;
}

@media (max-width: 280px) {
  div #form {
    height: 51.9vh;
  }
}

@media (min-width: 281px) and (max-width: 320px) {
  div #form {
    height: 44.7vh;
  }
}

@media (min-width: 321px) and (max-width: 413px) {
  div #form {
    height: 53vh;
  }
}

@media (min-width: 321px) and (max-width: 413px) and (min-height: 668px) {
  div #form {
    height: 61.3vh;
  }
}

@media (min-width: 414px) and (max-width: 767px) {
  div #form {
    height: 57.5vh;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  div #form {
    height: 68.5vh;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  div #form {
    height: 71.3vh;
  }
}

@media (min-width: 1280px) and (max-width: 1365px) {
  div #form {
    height: 50.3vh;
  }
}

@media (min-width: 1366px) and (max-width: 1480px) {
  div #form {
    height: 57.5vh;
  }
}

@media (min-width: 1481px) and (max-width: 1660px) {
  div #form {
    height: 64vh;
  }
}

@media (min-width: 1661px) and (max-width: 1980px) {
  div #form {
    height: 68vh;
  }
}

@media (min-width: 1921px) {
  div #form {
    height: 65.3vh;
    width: 50vw;
  }
}

div p {
  font-weight: bold;
  white-space: nowrap;
  font-size: 0.9rem;
}

div .main {
  text-align: center;
}

div .col-11 {
  background-color: white;
  border-radius: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

div button {
  background-color: #007acd;
  color: white;
  border: none;
  border-radius: 20px;
  line-height: 36px;
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 1921px) {
  div button {
    font-size: 30px;
  }
}

footer {
  background: #007acd;
  background: linear-gradient(225deg, #007acd 73%, #0060a9 79%, #0060a9 84%);
  text-align: center;
  color: #fff;
  font-size: 10px;
}

nav {
  text-align: center;
  background: #007acd;
  background: linear-gradient(225deg, #007acd 73%, #0060a9 79%, #0060a9 84%);
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

@media (min-width: 768px) {
  nav img {
    width: 250px;
  }
}

@media (max-width: 767px) {
  nav img {
    width: 170px;
  }
}

@media (min-width: 1920px) {
  nav img {
    width: 400px;
  }
}
/*# sourceMappingURL=main.css.css.map */