@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Klee+One&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/*@font-face {
    font-family: coutoFont;
    src: url(../assets/fonts/PenumbraHalfSerifStd-SeBd.otf);
}*/
/* 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: white;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  background-color: white;
}

h1, h2, h3 {
  color: #5F925C;
}

h1, h2 {
  text-align: center;
  margin-bottom: 15px;
  font-family: "Klee One", sans-serif;
  font-weight: 600;
  font-style: normal;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 2.5rem;
}

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

a {
  text-decoration: none;
}

/* Alerts */
.alert {
  text-align: center;
  border-radius: 10px;
  max-width: 600px;
  padding: 25px;
  margin: 25px auto;
  color: black;
  border: 1px solid white;
  background-color: rgba(37, 82, 34, 0.7);
}

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

.custom-btn a * {
  color: #b4d2b2;
  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;
}

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

#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: 24vh;
}

.logo img {
  max-height: 24vh;
  padding: 30px 20px 8px;
  width: auto;
}

/*.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;
  background-image: linear-gradient(180deg, #b4d2b2, transparent 100%);
}
#top nav[role=custom-dropdown] li {
  background-color: white;
}
#top nav[role=custom-dropdown] li a {
  color: black;
  font-weight: bold;
}
#top nav[role=custom-dropdown] li:hover {
  background-color: #255222;
  transition: background 0.3s;
}
#top nav[role=custom-dropdown] li:hover a {
  color: white;
}

/* Buy Online Button */
.buy-online a {
  background-color: rgba(37, 82, 34, 0.9);
  border-radius: 15px;
  box-shadow: 2px 2px 3px #5F925C;
  color: #b4d2b2;
  padding: 1em 2.5em;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 800;
}
.buy-online a:hover {
  background-color: #255222;
  cursor: pointer;
}
.buy-online a:active {
  box-shadow: none;
  top: 5px;
}

/* WHO WE ARE */
#who-we-are {
  color: black;
  background-color: white;
}
#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: #5F925C;
}
#who-we-are > div {
  text-align: center;
}
#who-we-are img {
  max-width: 600px;
  margin: 3rem auto;
}

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

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

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

#images {
  background-color: white;
}

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

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

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

#news a {
  text-align: center;
}

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

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

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

#timetables thead tr {
  background-color: black;
  color: white;
}

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

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

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

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

#location {
  color: black;
  background-color: white;
}

.addresses-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.address-wrapper {
  border: 1px solid black;
  border-radius: 8px;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  max-width: 350px;
}

.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;
}
.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;
  padding: 15px;
}

#map iframe {
  width: 300px;
  height: 225px;
}

footer {
  color: black;
  padding: 50px 0;
  margin-top: 50px;
  text-align: center;
  background-color: white;
}

footer img {
  vertical-align: bottom;
  height: 1.7rem;
  width: auto;
}

#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.5);
}
#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;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  cursor: pointer;
}
#marketingBanner .controls a.btn {
  background-color: rgba(37, 82, 34, 0.9);
  color: #b4d2b2;
  box-shadow: 2px, 2px, 3px, #255222;
  text-transform: uppercase;
}
#marketingBanner .controls a.btn:hover {
  background-color: #b4d2b2;
}

/* 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: 140px;
    line-height: 3em;
    float: none;
    align-self: center;
  }
  #top nav[role=custom-dropdown] ul li a {
    color: #255222;
  }
  #top nav[role=custom-dropdown] ul li:last-child {
    margin-bottom: 0;
  }
  #top nav[role=custom-dropdown] ul li:hover a {
    color: #b4d2b2;
    font-weight: bold;
  }
  .buy-online {
    position: relative;
    top: 10%;
  }
  /*#map iframe {
      width:600px;
      height:450px;
  }*/
}

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