/* Global styles  */
html {
  scroll-behavior: smooth;
}

main {
  background: #fff;
}

footer {
  padding: 20px;
  color: #000;
  font-size: 13px;
  background-color: #f2f2f2;
  box-shadow: 0 -1px 2px #ccc;
}

footer img.logo-footer {
  opacity: 0.6;
  padding: 12px 0;
}

footer a {
  font-family: "Delivery";
  color: #000;
  font-size: 13px;
  font-weight: normal;
  margin-right: 20px;
  margin: 0 10px;
  font-weight: 600 !important;
  opacity: 0.6;
  vertical-align: middle;
  line-height: 3;
}

footer p {
  font-family: "Delivery";
}

* {
  font-size: unset;
}

table,
td p {
  font-size: 16px;
}

a {
  word-break: break-word;
}

p {
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 1.6rem, 3vw);
  color: #000;
  line-height: 1.1;
  text-wrap: pretty;
  overflow-wrap: break-word;
}

p > a {
  text-decoration: none;
  text-decoration: underline;
  color: #000;
}

small {
  font-size: 1.4rem;
}

small a {
  text-decoration: none;
  text-decoration: underline;
  color: #000;
}

ul > li {
  font-size: 1.8rem;
}

ul.red-list li {
  list-style: none;
}

ul.red-list li::before {
  content: "•";
  color: #d40511;
  font-weight: bold;
  font-size: 2.2rem;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

h2 {
  font-family: "Delivery Condensed Black";
  font-size: 3.5rem;
  color: #d40511;
  text-transform: uppercase;
}

h3 {
  font-family: "Delivery Condensed Black";
  color: #d40511;
  font-size: 4.625rem;
}

a.btn,
button.btn {
  width: auto;
  height: 54px;
  line-height: 4rem;
  color: white;
  font-family: "Delivery Bold";
  font-size: 1.6rem;
  text-transform: none;
  background-color: #d40511;
  border-radius: 0.5rem;
  border: 2px solid #d40511;
  padding: 8px 20px;
}

a.btn:hover,
button.btn:hover {
  background-color: #fff;
  color: #d40511;
}

a.btn:focus,
button.btn:focus {
  background-color: #f00;
}

table.centered thead {
  border-top: 5px solid #cccccc;
}

table.centered tbody tr:last-child {
  border-bottom: 5px solid #cccccc;
}

table.centered tbody tr td:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 1rem;
}

label {
  font-size: 1.6rem;
  font-family: "Delivery Bold";
  color: #202020;
}

input,
input:not([type]),
input[type="text"]:not(.browser-default),
input[type="password"]:not(.browser-default),
input[type="email"]:not(.browser-default),
input[type="url"]:not(.browser-default),
input[type="time"]:not(.browser-default),
input[type="date"]:not(.browser-default),
input[type="datetime"]:not(.browser-default),
input[type="datetime-local"]:not(.browser-default),
input[type="tel"]:not(.browser-default),
input[type="number"]:not(.browser-default),
input[type="search"]:not(.browser-default),
textarea.materialize-textarea {
  background: #f9f9f9;
  color: #636363;
  border-radius: 3px;
  border: 1px solid #a1a1a1;
  padding: 0.8rem;
  font-family: "Delivery";
  width: 100%;
  box-sizing: border-box;
  height: 50px;
}

::-webkit-input-placeholder {
  color: #a1a1a1;
}

::placeholder {
  color: #a1a1a1;
}

select {
  display: block;
  background: #f9f9f9;
  color: #636363;
  border-radius: 3px;
  border: 1px solid #a1a1a1;
  padding: 0.8rem;
  font-family: "Delivery";
  height: 50px;
  margin: 0 0 8px 0;
}

.switch {
  padding: 12px 0;
}

.navbar-fixed {
  height: 57px;
}

.embed-activator {
  display: block;
  margin: 20px;
}

.hidden {
  display: none;
}

#ot-sdk-btn {
  font-size: 1.2rem !important;
}

.is-invalid {
  border-color: red !important;
}

/* Landing page styles start */
:root {
  --obsidian: #0b1215;
  --red-dhl: #d40511;
  --white-light: #fafafa;
}

.container-custom {
  max-width: 1280px;
  margin: 0 auto;
}

h3.h3-title {
  font-size: clamp(2.5rem, 3.5rem, 3vw);
  color: var(--obsidian);
}

h2.h2-title {
  font-size: clamp(2.3rem, 3.5rem, 3vw);
}

a.btn {
  height: auto;
  line-height: normal;
  font-size: 1.3rem;
}

#tabs-glosario {
  padding: 40px 20px 20px;
}

#tabs-glosario .tabs .tab a {
  color: var(--obsidian);
  font-family: "Delivery Bold";
}

#tabs-glosario .tabs .tab a:hover,
#tabs-glosario .tabs .tab a.active {
  background-color: transparent;
  color: var(--red-dhl);
  font-weight: bold;
}

#tabs-glosario .card.horizontal .card-image {
  align-self: top;
  justify-items: center;
  width: 60px;
  padding: 16px 12px;
}

#tabs-glosario .card .card-title {
  font-size: 1.6rem;
  font-size: clamp(1.4rem, 1.6rem, 3vw);
  font-family: "Delivery Bold";
  color: var(--obsidian);
  line-height: normal;
}

#tabs-glosario .card .card-content {
  padding: 12px;
}

#tabs-glosario .container__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#tabs-glosario .card.horizontal {
  flex: 1 1 calc(33.333% - 12px);
  margin-bottom: 12px;
  min-width: 300px;
}

@media screen and (min-width: 992px) {
  .navbar-fixed {
    height: auto;
  }

  .navbar-fixed .navbar_normal.alterado .hide-on-med-and-down {
    float: right;
  }

  .navbar-fixed .navbar_normal.alterado {
    min-height: 55px;
  }

  .header-cover {
    padding-top: 56px;
  }
}

@media screen and (max-width: 820px) {
  #tabs-glosario {
    padding: 8px 0;
  }

  a.btn,
  button.btn {
    height: auto;
    line-height: 1;
  }
}
