.logo-img {
  height: 50%;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
}

.hoverable:hover {
  transform: scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12), 0 4px 8px rgba(0, 0, 0, 0.06);
}

.rounded {
  border-radius: 100px;
}

.cuerpo {
  margin-top: 3rem;
  background-color: rgba(255, 255, 255, 0.45);
  border-radius: 25px;
}

.logo {
  max-height: 10vh;
}

.icon-color {
  color: #000;
}

.header-color {
  background-color: #000;
}

.glow {
  text-shadow: 0 0px 5px #fff;
}

.btn {
  font-weight: 600;
  border-radius: 2px;
}

.btn-like-text {
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 5px #000;
}

.btn-primary {
  font-weight: 600;
}

.btn-primary:hover {
  color: #fff;
}

header .navbar-brand {
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px 5px #626262;
}

header .navbar-brand:hover {
  color: #fff;
}

.hr-primary {
  border: none;
  height: 3px;
  background-color: #fff;
}

.hr-secondary {
  border: none;
  height: 1px;
  background-color: #ced4da;
}

.deslizable {
  border-radius: 15px;
  overflow: auto;
  max-height: 65vh;
  box-shadow: inset 0px 0px 25px 10px rgb(240, 240, 240);
}

.deslizable::-webkit-scrollbar {
  width: 10px;
}

.deslizable::-webkit-scrollbar-track {
  display: none;
  background-color: transparent;
}

.deslizable::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 15px;
}

.load2s {
  animation-name: load;
  animation-duration: 2s;
}

@keyframes load {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.nav-link.active {
  background-color: #000 !important;
  border-color: #000 !important;
  color: white !important;
  border-bottom: none;
}

.nav-tabs {
  border-color: #000 !important;
}

.cuadro-principal {
  background-image: url("/img/index/fondo.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #cccccc;
  text-transform: none;
}

.bg-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

.cuadro-principal .inner {
  margin: 0px 30rem;
}

.texto-sombra {
  text-shadow: 0px 0px 10px rgb(255, 255, 255);
}

.dropdown-menu {
  border: 0;
  border-radius: 0;
}

.dropdown-item {
  text-transform: uppercase;
  font-weight: 600;
}

.dropdown-item:hover {
  background-color: #000;
  color: #fff;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

@media screen and (max-width: 768px) {
  .cookiebanner {
    width: 85%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .cookiebanner {
    width: 50%;
  }
}
@media screen and (min-width: 1500px) {
  .cookiebanner {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  .asesform {
    width: 85%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .asesform {
    width: 65%;
  }
}
@media screen and (min-width: 1500px) {
  .asesform {
    width: 50%;
  }
}

/*# sourceMappingURL=common.css.map */
