h1, h2, h3, h4, h5, h6 {
  font-family: "Expletus Sans", sans-serif;
}

.navbar-nav {
  font-family: "Expletus Sans", sans-serif;
}

.btn-squad-1 {
  border-radius: 0;
  /*background-color: var(--bs-border-color-translucent);*/
  border: solid;
  border-width: 2px;
  border-color: white;
  color: white;
}

.btn-squad3 {
  border: solid;
  border-radius: 0;
  border-color: var(--bs-secondary-text-emphasis);
  color: var(--bs-secondary-text-emphasis);
}

.btn-squad2 {
  border: solid;
  border-radius: 0;
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.btn-squad-2 {
  border: solid;
  border-radius: 0;
  border-color: var(--bs-gray-100);
  color: var(--bs-primary);
}

.btn-squad {
  border: solid;
  border-radius: 0;
  border-color: var(--bs-gray-100);
  color: lightblue;
}

section {
}

.btn-squad-1:hover {
  /*border-color: var(--bs-info);*/
  color: var(--bs-info);
  /*padding: 20px;*/
  box-shadow: inset 0 -3em 3em rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(255, 255, 255), 0.3em 0.3em 1em rgba(0, 0, 0, 0.3);
}

crystal-card {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.llamada-a-la-accion-top {
  top: 0px;
  width: 100%;
  position: absolute;
  border-right: 96vw solid transparent;
  border-top: 50px solid #f5f5f5;
  z-index: 2;
}

.llamada-a-la-accion-bottom {
  bottom: 0px;
  width: 100%;
  position: absolute;
  border-left: 96vw solid transparent;
  border-bottom: 50px solid #f5f5f5;
  z-index: 2;
}

.llamada-a-la-accion-bottom-2 {
  top: 0px;
  width: 100%;
  position: absolute;
  border-right: 96vw solid transparent;
  border-top: 50px solid var(--bs-info);
  z-index: 2;
}

.item.social {
}

.crystal-card {
  background: rgba(197,197,197,0.24);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  border: 1px solid rgba(197, 197, 197, 0.2);
}

footer {
  font-family: "Expletus Sans", sans-serif;
}

.options a {
  color: #605F5F;
  position: relative;
  text-decoration: none;
}

.options a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0097AA;
  bottom: 0;
  left: 0;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform .3s ease-in-out;
}

.options a:hover {
  color: #BDDFE1;
  transition: transform .3s;
}

.options a:hover::before {
  transform-origin: left;
  transform: scaleX(1);
}

body {
}

