.abslogo {
  top: 0;
  left: 0;
  z-index: 2;
}

.navbar-light .navbar-nav .nav-link {
  font-family: "Alegreya", serif;
  font-weight: 900;
  font-size: 18px;
  color: #0b0b8d;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 20px 0px;
  margin: 0px 30px;
}

.navbar {
  padding-bottom: 0;
  padding-top: 0;
}

.activemenu {
  border-bottom: 2px solid #0b0b8d;
}

.contact {
  background-image: url("/images/inicio_fondo_completo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact_title {
  font-family: "Alegreya", serif;
  font-weight: 900;
  font-size: 68px;
  color: #ffffff;
  margin-bottom: 50px;
}

.contact_subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
}

.contact_btn {
  font-family: "Alegreya", serif;
  font-weight: 900;
  font-size: 16px;
  color: #ffffff;
  background-color: #0b0b8d;
  padding: 10px 20px;
  transition: all 1s;
}

.contact_btn:hover {
  transition: all 1s;
  background-color: #ffffff;
  color: #0b0b8d;
  text-decoration: none;
}

footer {
  background-image: url("/images/patron_azul.png");
  padding-top: 60px;
  text-align: center;
}

footer .logo {
  margin-bottom: 40px;
}

footer .horario {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 0;
}

footer .dias {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 30px;
}

footer .backblack {
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 15px;
  padding-bottom: 15px;
}

footer .email {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #0d81f2;
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .contact {
    background-position: 50% 100%;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .contact {
    background-position: 40% 100%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .contact {
    background-position: 50% 100%;
  }
}

