@font-face {
  font-family: "Orelega One";
  src: url("/skins/page/fonts/Orelega.ttf");
}
* {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Orelega One";
}

body {
  display: flex;
  flex-wrap: wrap;
}

.contenedor-general {
  width: 100%;
}

header {
  height: 80px;
  background-color: #222220;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
header img {
  max-height: 100%;
}

footer {
  height: 80px;
  background-color: #222220;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  width: 100%;
  margin-top: auto;
}

.login-container .img-login-wrapper {
  position: relative;
  overflow: hidden;
  height: 85vh;
}
.login-container .img-login-wrapper img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.login-container .form-container {
  width: 70%;
  margin: 0 auto;
}
.login-container .form-container h4 {
  font-size: 2.3rem;
  color: #222220;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.login-container .form-container h4::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #222220;
}
.login-container .form-container .login-intro {
  color: #7A7A7A;
  font-size: 1.1rem;
  margin-bottom: 50px;
}
.login-container .form-container form label {
  color: #222220;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.login-container .form-container form input {
  border-radius: 0;
  max-width: 300px;
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 1px solid #7A7A7A;
}
.login-container .form-container form button {
  border: 1px solid #222220;
  background-color: transparent;
  color: #222220;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
  transition: 300ms ease;
}
.login-container .form-container form button:hover {
  background-color: #222220;
  color: #fff;
  cursor: pointer;
  transition: 300ms ease;
}

.events-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  padding: 15px;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.events-container .banner {
  display: flex;
  width: 100%;
  position: relative;
  height: 350px;
}
.events-container .banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-container h2 {
  text-align: center;
  font-size: 3.5rem;
  margin-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.events-container h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  background-color: #7A7A7A;
}
.events-container h3 {
  color: #7A7A7A;
  font-size: 1.7rem;
  margin-bottom: 50px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}
.events-container .events-bx {
  display: flex;
  justify-content: center;
  align-items: start;
}
.events-container .events-bx .event {
  padding: 25px;
}
.events-container .events-bx .event h4 {
  font-size: 1.6rem;
  line-height: 1.2rem;
  margin-bottom: 20px;
}
.events-container .events-bx .event .event-text {
  color: #7A7A7A;
  font-size: 1.1rem;
  margin-bottom: 30px;
  line-height: 1;
}
.events-container .events-bx .event .img-bx {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 40px;
}
.events-container .events-bx .event .img-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.events-container .events-bx .event .event-btn {
  border: 1px solid #222220;
  background-color: transparent;
  color: #222220;
  padding: 12px 20px;
  border-radius: 0;
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 300ms ease;
  text-decoration: none;
}
.events-container .events-bx .event .event-btn:hover {
  background-color: #222220;
  color: #fff;
  cursor: pointer;
  transition: 300ms ease;
}

.event-detail-bx {
  min-height: 85vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}
.event-detail-bx .img-bx {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  margin-bottom: 40px;
  margin-right: 40px;
}
.event-detail-bx .img-bx img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-detail-bx .event-detail {
  padding-left: 40px;
}
.event-detail-bx .event-detail h3 {
  font-size: 2.5rem;
  margin-top: 30px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
}
.event-detail-bx .event-detail h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #7A7A7A;
}
.event-detail-bx .event-detail .event-text {
  color: #7A7A7A;
  font-size: 1.1rem;
  margin-bottom: 20px;
  line-height: 1.3;
}
.event-detail-bx .event-detail .event-text strong {
  color: #222220;
  font-weight: 700;
}
.event-detail-bx .event-detail .btn-evento {
  border: 1px solid #222220;
  background-color: transparent;
  color: #222220;
  padding: 12px 20px;
  border-radius: 0;
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 300ms ease;
  text-decoration: none;
}
.event-detail-bx .event-detail .btn-evento:hover {
  background-color: #222220;
  color: #fff;
  cursor: pointer;
  transition: 300ms ease;
}
.event-detail-bx .event-detail .subtitle {
  color: #222220;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.3;
}
.event-detail-bx .event-detail .subtitle strong {
  color: #222220;
  font-weight: 700;
}
.event-detail-bx form label {
  color: #222220;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.event-detail-bx form input {
  border-radius: 0;
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 1px solid #7A7A7A;
}
.event-detail-bx form select {
  border-radius: 0;
  margin-bottom: 15px;
  padding: 10px 20px;
  border: 1px solid #7A7A7A;
}
.event-detail-bx .invitado {
  box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.3137254902);
  padding: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.event-detail-bx #btn-add {
  color: #222220;
  font-size: 2.5rem;
  cursor: pointer;
  transition: 300ms ease;
}
.event-detail-bx #btn-add:hover {
  transform: scale(1.1);
  transition: 300ms ease;
}

.btn-delete {
  color: #222220;
  font-size: 1.5rem;
  cursor: pointer;
  transition: 300ms ease;
  background-color: transparent;
  border: none;
}
.btn-delete:hover {
  transform: scale(1.1);
  transition: 300ms ease;
}

.pagination .page-link {
  color: #222220;
  background-color: transparent;
  border-color: #222220;
  border-radius: 0;
}
.pagination .page-link:hover {
  color: #FFF;
  background-color: #222220;
  border-color: #222220;
}
.pagination .active > .page-link, .pagination .page-link.active {
  z-index: 3;
  color: #FFF;
  background-color: #222220;
  border-color: #222220;
}
.pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.filters {
  display: flex;
  align-items: flex-end;
  text-align: left;
}
.filters input, .filters select {
  border-radius: 0;
  padding: 10px 20px;
  border: 1px solid #7A7A7A;
  font-size: 0.8rem;
}
.filters label {
  text-align: left;
  color: #222220;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.filters .filter-btn {
  border: 1px solid #222220;
  background-color: #222220;
  color: #FFF;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 300ms ease;
  width: 100%;
}
.filters .clear-btn {
  display: block;
  border: 1px solid #222220;
  background-color: #FFF;
  color: #222220;
  padding: 10px 20px;
  border-radius: 0;
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 300ms ease;
  width: 100%;
  text-decoration: none;
  text-align: center;
}

.daterangepicker .drp-buttons .btn {
  background-color: #222220;
  border: 1px solid #222220;
  border-radius: 0;
}
.daterangepicker .drp-buttons .btn.cancelBtn {
  background-color: #FFF;
  color: #222220;
  border: 1px solid #222220;
}

.daterangepicker td.in-range {
  background-color: #c5c5c5;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #222220;
  border-radius: 0 !important;
}

.btn-transparent {
  border: 1px solid #222220;
  background-color: transparent;
  color: #222220;
  padding: 12px 20px;
  border-radius: 0;
  font-size: 0.8rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
  transition: 300ms ease;
  text-decoration: none;
}
.btn-transparent:hover {
  background-color: #222220;
  color: #fff;
  cursor: pointer;
  transition: 300ms ease;
}

.bx-user {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #FFF;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
.bx-user span {
  margin-right: 15px;
  font-size: 1.2rem;
}
.bx-user a {
  color: #FFF;
  text-decoration: none;
  margin-right: 20px;
  line-height: 0;
}
.bx-user a i {
  margin-left: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 1500px) {
  .login-container .form-container {
    width: 80%;
    margin: 0 auto;
  }
  .login-container .form-container h4 {
    font-size: 2rem;
    color: #222220;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=global.css.map */