@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Goblin+One&family=Open+Sans&display=swap");
/* General Variables */
/* ALERT */
/* NavMenu specific variables */
/* Buttons */
/* BUY ONLINE BUTTON */
/* SECTION VARIABLES */
/* Top */
/* Header + Nav */
/* Who We Are */
/* Images */
/* News */
/* Timetables */
/* Locations */
/* Footer */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}

body,
html {
  scroll-behavior: smooth;
  width: 100%;
  font-size: 14px;
  color: #1a1a1a;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
}

h1, h2, h3 {
  color: #f3920a;
  font-family: "Archivo", sans-serif;
}

h1, h2 {
  text-align: center;
  margin-bottom: 15px;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: #f3920a;
}
a:hover {
  color: #c97400;
}

/* Alerts */
.alert {
  text-align: center;
  border-radius: 10px;
  max-width: 600px;
  padding: 25px;
  margin: 25px auto;
  color: #000033;
  border: 1px solid #F7E2E0;
  background-color: rgba(223, 122, 114, 0.7);
}

/* Custom Buttons*/
.custom-btn a {
  padding: 15px;
  background-color: #f3920a;
  border: 1px-solid #f3920a;
  box-shadow: 2px 2px 6px grey;
}

.custom-btn a * {
  color: white;
  margin: 0 !important;
  padding: 0 !important;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  bottom: 20px;
  left: 15px;
}

.back-to-top a {
  border-radius: 50%;
  padding: 10px;
}

.back-to-top a span {
  vertical-align: bottom;
}

/* Icons */
body .material-symbols-outlined {
  vertical-align: middle;
  font-size: 22px;
  margin-right: 5px;
  display: inline-block;
}
body .material-symbols-outlined svg {
  width: 1em;
  height: 1em;
  fill: currentColor;
  display: block;
}

/* Top Section */
#top {
  height: 95vh;
  text-align: center;
  background-color: #000000;
  position: relative;
}
#top > svg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom: -1px;
}
#top header {
  background-color: #000000;
}

#top::before {
  content: "";
  background-image: url("../assets/background-image.webp");
  background-position: center center;
  /* Tus estilos normales */
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  opacity: 1;
}
@supports (-webkit-touch-callout: none) {
  #top::before {
    /* Estilos específicos para iOS */
    background-attachment: scroll;
  }
}

/* Header */
#home {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  max-height: calc(28.8vh - 45.6px);
  width: auto;
  padding: 0;
}

/* .logo-wrapper {
    padding-top:50px;
    font-family: 'Goblin One', cursive;
    font-size:35px;
    text-transform: uppercase;
    color:white;

}
.logo {
    font-size:35px;
}
.logo-subtitle {
    font-size: 22px;
} */
/* Navbar Menu */
#top nav[role=custom-dropdown] {
  padding-bottom: 120px;
  margin-top: -1px;
  background-image: linear-gradient(180deg, #000000, transparent 100%);
}
#top nav[role=custom-dropdown] li {
  background-color: rgba(13, 13, 13, 0.75);
}
#top nav[role=custom-dropdown] li a {
  color: #f3920a;
}
#top nav[role=custom-dropdown] li:hover {
  background-color: #f3920a;
  transition: background 0.3s;
}
#top nav[role=custom-dropdown] li:hover a {
  color: #0d0d0d;
}

/* Language Switcher */
.lang-switcher {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9;
  padding: 15px;
  background-color: black;
  right: 15px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* Estilo básico para el selector */
.lang-switcher ul {
  list-style: none;
  display: flex;
  gap: 15px;
  padding: 0;
}

.lang-switcher a {
  text-decoration: none;
  color: white;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: sans-serif;
  font-size: 14px;
}

.lang-switcher img {
  width: 20px;
  height: auto;
  border-radius: 2px;
}

.lang-switcher a:hover {
  opacity: 0.7;
}

/* Buy Online Button */
.buy-online a {
  background-color: #f3920a;
  border-radius: 15px;
  box-shadow: 2px 2px 3px grey;
  color: white;
  padding: 1em 2.5em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
}
.buy-online a:hover {
  background-color: #c97400;
  cursor: pointer;
}
.buy-online a:active {
  box-shadow: none;
  top: 5px;
}

/* WHO WE ARE */
#who-we-are {
  color: #1a1a1a;
  background-color: #ffffff;
  max-width: 800px;
}
#who-we-are p {
  text-align: center;
  max-width: 85%;
  margin: auto;
  margin-bottom: 5px;
}
#who-we-are h1, #who-we-are h2, #who-we-are h3, #who-we-are h4, #who-we-are h5, #who-we-are h6 {
  color: #f3920a;
}
#who-we-are h2 {
  margin: 25px auto;
}
#who-we-are h3 {
  margin: 15px auto;
}
#who-we-are > div {
  text-align: center;
}
#who-we-are img {
  max-width: 600px;
  margin: 3rem auto;
  border-radius: 10px;
}
#who-we-are ul {
  margin: 25px auto;
  max-width: 400px;
  text-align: left;
}
#who-we-are ul li {
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
#who-we-are ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: #f3920a;
}
#who-we-are #faq {
  margin: 25px auto;
  max-width: 600px;
  text-align: left;
}
#who-we-are #faq p {
  text-align: left;
}

/* Articles */
article {
  padding: 25px 15px;
  max-width: 1200px;
  margin: auto;
}

.title-area {
  margin: 25px auto;
  text-align: center;
}

/* Legacy / Historia banner */
.legacy-banner {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  padding: 40px 25px;
  margin: 40px 0;
  border-radius: 12px;
}
.legacy-banner h2 {
  color: #f3920a;
}
.legacy-banner p {
  max-width: 700px;
  margin: 0 auto 15px;
  color: #ffffff;
  line-height: 1.7;
}
.legacy-banner p:last-child {
  margin-bottom: 0;
}
.legacy-banner .legacy-lead {
  font-size: 1.15rem;
  font-weight: 600;
}
.legacy-banner strong {
  color: #f3920a;
}

.title-area img {
  max-width: 800px;
}

#images {
  background-color: #ffffff;
}

.image-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}

.image-wrapper > * {
  flex-basis: 250px;
}

.image-wrapper img {
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}

/* NEWS */
#news {
  background-color: #ffffff;
}

#news a {
  text-align: center;
}

/* PRODUCTS MENU */
#products-menu {
  text-align: center;
}
#products-menu p {
  color: #1a1a1a;
  max-width: 85%;
  margin: 15px auto;
}
#products-menu p a span {
  font-size: 2em;
}

/* Timetable Table */
#timetables {
  background-color: #ffffff;
}

#timetables table {
  margin: 25px auto;
  width: 100%;
  max-width: 500px;
  border-collapse: collapse;
  border: 1px solid #eaeaea;
  color: #1a1a1a;
  background-color: #ffffff;
}

#timetables thead tr {
  background-color: #0d0d0d;
  color: #f3920a;
}

#timetables tbody tr:nth-child(even) {
  background-color: #f7f7f7;
}

#timetables th,
#timetables td {
  padding: 9px;
}

#timetables tbody td {
  text-align: center;
}

#timetables tbody td:first-child {
  text-align: left;
}

#location {
  color: #1a1a1a;
  background-color: #ffffff;
}

.address {
  margin: 50px 0;
  display: flex;
  gap: 1rem;
  justify-content: center;
  font-size: 1.3rem;
}
.address a, .address a:hover, .address a:visited, .address a:focus {
  color: inherit;
}
.address img {
  width: 28px;
  vertical-align: middle;
}
.address .material-symbols-outlined {
  font-size: 2.5rem !important;
  color: #f3920a;
}
.address > :first-child {
  justify-self: end;
}
.address > :last-child {
  justify-self: start;
}
.address .social-wrapper img {
  width: 3em;
  margin-right: 15px;
}
.address .social-wrapper a:last-child img {
  margin-right: 0;
}

#map {
  text-align: center;
}

#map iframe {
  width: 300px;
  height: 225px;
  border-radius: 10px;
}

footer {
  color: #1a1a1a;
  padding: 50px 0;
  margin-top: 50px;
  text-align: center;
  background-color: #ffffff;
  border-top: 1px solid #eaeaea;
}

footer img {
  vertical-align: bottom;
  height: 1.7rem;
  width: auto;
  opacity: 0.75;
  transition: opacity 0.3s;
}

footer a:hover img {
  opacity: 1;
}

#marketingBanner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh; /* Asegura que el contenedor ocupa el 100% de la altura de la ventana */
  margin: 0; /* Elimina el margen predeterminado del body */
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
#marketingBanner #banner {
  max-width: 300px; /* Ajusta el ancho según tus necesidades */
  text-align: center;
}
#marketingBanner .controls .btn {
  padding: 8px 12px;
  margin: 10px;
  border-radius: 5px;
  border: none;
  background-color: white;
  color: #1a1a1a;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}
#marketingBanner .controls a.btn {
  background-color: #f3920a;
  color: white;
  box-shadow: 2px, 2px, 3px, grey;
  text-transform: uppercase;
}
#marketingBanner .controls a.btn:hover {
  background-color: #c97400;
}

/* MEDIA QUERIES */
/* Small screens */
@media (min-width: 576px) {
  #map iframe {
    width: 500px;
    height: 375px;
  }
}
@media (min-width: 768px) {
  #top nav[role=custom-dropdown] ul {
    display: flex;
    justify-content: center;
  }
  #top nav[role=custom-dropdown] ul li {
    background-color: transparent;
    box-shadow: none;
    width: 142px;
    line-height: 3em;
    float: none;
    align-self: center;
  }
  #top nav[role=custom-dropdown] ul li a {
    color: #f3920a;
  }
  #top nav[role=custom-dropdown] ul li:last-child {
    margin-bottom: 0;
  }
  #top nav[role=custom-dropdown] ul li:hover a {
    color: #0d0d0d;
  }
  .buy-online {
    position: relative;
    top: 10%;
  }
  #map iframe {
    width: 600px;
    height: 450px;
  }
}
/* ==========================================
   LEGAL FOOTER BAR
   ========================================== */
.legal-footer {
  background-color: #ffffff;
  border-top: 1px solid #eaeaea;
  padding: 14px 20px;
  text-align: center;
  font-size: 0.75rem;
  color: #777;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 6px 14px;
}

.legal-footer a {
  color: #f3920a;
  text-decoration: none;
}

.legal-footer a:hover {
  color: #c97400;
  text-decoration: underline;
}

.legal-footer .sep {
  color: #ccc;
  user-select: none;
}

/* ==========================================
   LEGAL PAGES
   ========================================== */
.legal-page-header {
  background-color: #0d0d0d;
  text-align: center;
  padding: 18px 20px;
}

.legal-page-header .logo {
  max-width: 220px;
  margin: auto;
}

.legal-page-header .logo img {
  width: auto;
  max-width: 100%;
  max-height: 80px;
}

.legal-page-header .logo .legal-logo-text {
  color: white;
  font-size: 1.3rem;
  text-decoration: none;
  font-weight: 600;
}

.legal-breadcrumb {
  background-color: #f7f7f7;
  padding: 10px 20px;
  font-size: 0.85rem;
  text-align: center;
  border-bottom: 1px solid #eaeaea;
}

.legal-breadcrumb a {
  color: #f3920a;
  text-decoration: none;
}

.legal-breadcrumb a:hover {
  color: #c97400;
  text-decoration: underline;
}

article.legal-content {
  color: #333;
  background-color: #ffffff;
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
}

article.legal-content h1 {
  font-size: 2rem;
  color: #f3920a;
  margin-bottom: 6px;
}

article.legal-content .legal-subtitle {
  text-align: center;
  color: #777;
  font-size: 0.85rem;
  margin-bottom: 30px;
  font-style: italic;
}

article.legal-content h2 {
  font-size: 1rem;
  color: #c97400;
  margin-top: 28px;
  margin-bottom: 8px;
  text-align: left;
}

article.legal-content p {
  margin-bottom: 10px;
  line-height: 1.75;
}

article.legal-content ul {
  list-style: disc;
  margin-left: 22px;
  margin-bottom: 10px;
}

article.legal-content ul li {
  margin-bottom: 5px;
  line-height: 1.7;
}

article.legal-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 15px 0 20px 0;
  font-size: 0.82rem;
}

article.legal-content table th {
  background-color: #f3920a;
  color: #ffffff;
  padding: 9px 10px;
  text-align: left;
  font-weight: 600;
}

article.legal-content table td {
  border: 1px solid #eaeaea;
  padding: 8px 10px;
  color: #333;
  vertical-align: top;
}

article.legal-content table tr:nth-child(even) td {
  background-color: #f7f7f7;
}

article.legal-content .legal-last-update {
  margin-top: 35px;
  font-style: italic;
  font-size: 0.82rem;
  color: #777;
  border-top: 1px solid #eaeaea;
  padding-top: 15px;
}

article.legal-content a {
  color: #f3920a;
  text-decoration: underline;
}

article.legal-content a:hover {
  color: #c97400;
}

.cookies-placeholder {
  text-align: center;
  padding: 60px 20px;
  color: #999;
  font-style: italic;
}

/*# sourceMappingURL=styles.css.map */
