/* ========== GLOBAL TEXT ========== */

h1 {
  font-family: "PT sans";
  font-size: 60px;
  line-height: 75px;
}

h2 {
  font-family: "PT sans";
  font-size: 39px;
  line-height: 49px;
}

h3 {
  font-family: "PT sans";
  font-size: 31px;
  line-height: 39px;
  margin: 0;
}

h4 {
  font-family: "PT sans";
  font-size: 25px;
  line-height: 37.5px;
}

h5 {
  font-family: "PT sans";
  font-size: 20px;
  line-height: 30px;
  margin: 0;
  color: #006dbf;
}

h6 {
  font-family: "PT sans";
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
}

button {
  font-size: 16px;
}

hr {
  background-color: #ccd500;
  width: 100%;
  margin: 0;
  padding: 0;
  height: 3px;
}

a {
  color: black;
}

a:hover {
  color: black;
}

/* ========== BUTTON CLASSES ========== */

.btn-pri {
  background-color: #ccd500;
  border-radius: 8px;
  width: 129px;
  height: 44px;
}

.btn-pri:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
}

.btn-pri:active {
  border: 3px solid #939900;
  outline: none;
}

.btn-pri-disabled {
  background-color: #ebebeb;
  color: #837f7d;
  border-radius: 8px;
  border: none;
  width: 129px;
  height: 44px;
}

.btn-sec {
  border: 3px solid #ffffff;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  width: 129px;
  height: 44px;
  color: white;
}

.btn-sec:hover {
  border: 3px solid #ccd500;
  outline: none;
}

.btn-sec:active {
  background-color: #ffffff;
  border: 3px solid #ffffff;
  color: #001b36;
  outline: none;
}

.btn-sec-disabled {
  background-color: #001b36;
  border: 3px solid #837f7d;
  color: #837f7d;
  border-radius: 8px;
  width: 129px;
  height: 44px;
}

.btn-sec-light {
  border: 3px solid #001b36;
  color: #001b36;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  width: 129px;
  height: 44px;
}

.btn-sec-light:hover {
  border: 3px solid #ccd500;
  border-radius: 8px;
  width: 129px;
  height: 44px;
}

.btn-sec-light:active {
  background-color: #001b36;
  border: 3px solid #001b36;
  color: white;
  border-radius: 8px;
  width: 129px;
  height: 44px;
  outline: none;
}

.btn-sec-light-disabled {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #837f7d;
  color: #837f7d;
  border-radius: 8px;
  width: 129px;
  height: 44px;
}

.btn-tert {
  /* display: grid;
  grid-template-columns: 2fr 1fr; */
  border: none;
  background-color: white;
  color: #006dbf;
  margin: 0px 20px;
  line-height: 20px;
  border-radius: 5px;
  box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.08);
  width: 100%;
  height: 4.5rem;
  align-items: center;
  text-align: left;
  padding-left: 1rem;
}

.btn-tert i {
  text-align: right;
  padding-right: 1.5rem;
  font-size: 20px;
}

.btn-tert-disabled {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #837f7d;
  margin: 20px;
  line-height: 20px;
}

.btn-tert-dark {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: white;
  margin: 20px;
  line-height: 20px;
}

.btn-visit {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  color: #006dbf;
  border: none;
  display: inline;
  justify-content: flex-end;
}

/* ========== OTHER GLOBAL ========== */

i {
  font-size: x-large;
  color: #006dbf;
}

li {
  list-style: none;
}

/* ========== CLASSES ========== */

.contact {
  color: #ccd500;
}

.contact a {
  color: white;
}

.contact i {
  color: white;
}

.large-img {
  width: 100%;
  max-width: 1280px;
}

.container-lg {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

/* ========== BOOTSTRAP COLORS ========== */

.border-dark {
  border-color: #dbdbdb !important;
}

.bg-secondary {
  background-color: #f4f2fa !important;
}

.bg-info {
  background-color: #001b36 !important;
}
