body {
  background-image: url("/web_images/Fondo-03.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.container {
  overflow-x: auto;
  max-width: 70%;
  margin: 20px auto;
  padding: 20px;
  background-color: #333333b7;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
h1,
h2 {
  text-align: center;
  color: #d4d4d4;
}
h3,
ul {
  color: #d4d4d4;
}
p {
  line-height: 1.6;
  color: #c0c0c0;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 19.1px;
  margin-bottom: 25px;
}
td {
  vertical-align: top;
  border: 1px solid #000000;
  padding: 8px;
  text-align: left;
  cursor: pointer;
  color: #d4d4d4;
}
th {
  background-color: hsl(218.11deg 92.59% 59.62% / 30%);
  border: 1px solid #000000;
  padding: 8px;
  text-align: center;
}
.linea {
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
  margin-top: 6px;
  background-color: black;
}
.popup-footer{
  font-size: 20px;
  color: #efb810;
}
.popup-footer a {
  color: #efb810;
}
.accept-btn {
  margin-top: 20px;
  display: block;
  width: 100%;
  background-color: #28a745;
  color: white;
  padding: 10px;
  text-align: center;
  border: none;
  cursor: pointer;
  font-size: 16px;
}
.accept-btn:hover {
  background-color: #218838;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
}
.popup {
  background-color: #333;
  padding: 20px;
  max-width: 600px;
  width: 80%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.popup h2 {
  margin-top: 0;
}
.close-popup {
  background-color: red;
  color: white;
  padding: 10px;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
}
.span_menu {
  margin: 10px;
  margin-top: 10px;
}
.imgpride {
  max-width: 400px;
}
.gocite {
  font-weight: bold;
  color: white;
}
footer {
  margin-top: 25px;
  font-size: x-small;
  position: sticky;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: block;
  height: 2.125rem;
}

.informacion-adicional a ion-icon {
  font-size: clamp(14px, 3vw, 21px);
}

.contacto a ion-icon {
  font-size: clamp(14px, 3vw, 21px);
}

.informacion-adicional,
.contacto,
.politicas {
  display: ruby;
  max-width: 100%;
  background-color: #3330;
  border: 0px;
  /*padding: 12px;*/
  /*width: 100%;*/
  flex-direction: column;
  align-items: center;
}

div[name="footer"] {
  display: flex;
  flex-wrap: nowrap;
  max-width: unset;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  width: auto;
  padding: 18px;
  /*padding: unset;*/
  background-color: hsl(0deg 0% 0% / 53%);
  border: 1px solid #efb810;
  border-radius: 5px;
}
p[name="footer"] {
  vertical-align: super;
  color: #efb810;
  font-size: clamp(9px, 2vw, 17px);
  margin-inline-end: 20px;
}
a[name="footer"] {
  display: flex;
  font-size: clamp(14px, 3vw, 21px);
  text-decoration: none;
  color: #efb810;
  margin-inline-start: 0px;
  margin-inline-end: 20px;
  align-items: center;
  font-weight: bold;
}
