@charset "utf-8";
footer .row img {
  max-width: 200px;
  height: auto;
}

@media (max-width: 767px) {
  footer .row img {
    max-width: 200px;
  }
}
.titulo-casa-terror {
  color: #fff;
  font-family: 'Creepster', sans-serif;
  text-align: center;
  font-size: 5rem;
  font-weight: 700;
  margin-bottom: 50px;
}

.main-img-row {
  flex-direction: row;
}

@media (max-width: 767px) {
  .main-img-row {
    flex-direction: column;
    gap: 20px;
  }
  .main-img-row > div {
    max-width: 100%;
  }
  .main-img-row > div img {
    max-width: 100%;
  }
}

/* CSS Document */
/* estilos.css */
body {
  font-family: "Montserrat", sans-serif;
  background-color: #000000;
  color: #333;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin: 0;
  padding: 0%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

header {
  background-color: rgb(255, 255, 255);
  color: white;
  text-align: center;
}

.cabezote {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.4);
}

.row {
  max-width: 1100px;
  padding: 15px;
	padding-top: 30px;
	padding-bottom: 50px;
}

footer .row {
  padding: 20px;
  color: aliceblue;
  max-width: 1100px;
}

main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


.visibleDesktop {
  display: none;
  /* Oculta la imagen en resoluciones menores a 520px */
}

.visibleMobile {
  display: inline;
  /* Muestra la imagen en resoluciones menores a 520px */
}

@media (min-width: 520px) {
  .visibleDesktop {
    display: inline;
    /* Muestra la imagen en resoluciones de escritorio */
  }

  .visibleMobile {
    display: none;
    /* Oculta la imagen en resoluciones de escritorio */
  }
}

main {
  background-color: black;
}

.main-img-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.main-img-row > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 500px;
}
  .main-img-row > div img {
    max-width: 500px;
    width: 100%;
    height: auto;
  }


img {
  width: 100%;
}

.header-image {
  border-radius: 20px;
}

/*tablas*/

table {
  border-collapse: collapse;
  width: 300px;
  text-align: center;
  font-size: 18px;
  color: #f0f0f0;
}

thead th {
  background-color: #ee0606;
  font-weight: bold;
  padding: 10px;
  border: 1px solid #000;
}

tbody td {
  padding: 10px;
  border: 1px solid #f3f3f3;
}

tbody tr td {
  width: 100px;
}

.titulos_2 {
    font-family: "Montserrat", system-ui;
    font-weight: 700; /* o 'bold' */
    color: #ee0606;
    padding: 30px;
}

.precio {
  background-color: red;
  color: white;
  font-size: 55px;
  max-width: 300px;
  border-radius: 50px;
  font-weight: 900;

}

.material-symbols-outlined {
    color: #ee0606;
    font-size: 20px;
}

.compra {
  background-color: #8abb3c;
  border-width: 0;
  border-radius: 50px;
  font-weight: 700;
  color: white;
}

.estaciones {
	padding-top: 10px;
}

.btn-danger {
	background-color: #FF0033;
	border-radius: 50px;
}

.modal-dialog {
	max-width: 900px;
	background-color: #333333;
}

.modal-content {
	background-color: black;
}

.btn-close {
	background-color: red;
}

.station {
	padding: 20px;
}



