@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;700&display=swap");
html {
  position: relative;
}

.sombra {
  background-color: rgba(0, 0, 0, 0.3);
}

.popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  width: 98%;
  height: fit-content;
  background-color: white;
  border-radius: 1.25em;
  padding: 1em;
  display: none;
}

.mostrar {
  bottom: 8%;
  display: block;
}

.ocultar {
  display: none;
}

.cerrar {
  background-color: transparent;
  border: 0;
  width: 100%;
  cursor: pointer;
  text-align: end;
  padding-right: 0;
}

.cerrar:hover,
.cerrar:focus {
  background: transparent !important;
  outline: none;
}

.cerrar img,
.cerrar img {
  background-color: transparent;
  padding: 5px;
  border-radius: 50px !important;
}

.cerrar img:hover,
.cerrar img:focus {
  background-color: rgba(94, 129, 247, 0.2) !important;
}

.sec1Evento,
.sec2Evento {
  opacity: 0.2;
}

.dFlex {
  display: flex;
  gap: 1em;
  margin-bottom: 2em;
  border: none !important;
}

.moreInfo {
  text-align: center;
  display: block;
  padding: 1em 2em;
  background-color: #5e81f7;
  color: white;
  border-radius: 0.625em;
  font-family: "inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  border: 0;
  width: 100%;
  margin-bottom: 2em;
  border: 1px solid #5e81f7;
}

.moreInfo:focus,
.moreInfo:hover {
  background: #fff !important;
  color: #5e81f7 !important;
  outline: none;
}

.moreInfo2 {
  text-align: center;
  display: block;
  width: 100%;
  font-family: "inter", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: black;
}

.h2Info,
.pInfo {
  font-family: "inter", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.pInfo {
  font-size: 0.875rem;
  color: #747474;
}

.infLocation {
  display: flex;
  flex-direction: column;
}

.locationReverse,
.locationReverse2 {
  flex-direction: column-reverse;
}

.popupDetails {
  background: transparent;
  border: 0;
  height: 17px;
}

.popupDetails:hover,
.popupDetails:focus {
  outline: none !important;
  background: transparent !important;
}
