* {
  /* fonts */
  font-family: "Roboto", sans-serif;
  font-family: "Open Sans", sans-serif;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
}

body {
  background-color: #1b1616;
  color: #c2c2c2;
  font-weight: 300;
}

html {
  scroll-behavior: smooth;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
}

section {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

section.imagenes { background-color: #4B6C4B; }
section.videos { background-color: #A84C31; }
section.agenda { background-color: #2A6F9C; }

section h2 {
  margin-bottom: 2rem;
  text-decoration: underline;
  text-underline-position: under;
}

hr {
  max-width: calc(80%);
  margin: 0 auto 8px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* header */
.navbar {
}

.navbar-container {
  display: flex;
  justify-content: center;
}

.navbar-brand {
  display: inline-block;
  position: absolute;
  z-index: 2;
  top: 10px;
  left: 10px;
}

.navbar-brand img {
  border-radius: 16px;
  border: 2px solid black,;
  width: 100px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
}

ul.navbar-nav {
  gap: 20px;
  margin: auto;
  flex-direction: row;
}

.nav-link.dropdown-toggle::after {
  transition: all 500ms ease;
}

.nav-link.dropdown-toggle.show::after {
  transform: rotate(180deg);
}

.languange-selector-container.navbar-nav {
  flex-direction: column;
}

.languange-selector-container .nav-item {
  align-self: flex-end;
  cursor: pointer;
}

.languange-selector-container .nav-item a {
  line-height: 1;
  padding: 16px;
}

.dropdown-menu.show[data-bs-popper] {
  right: 0;
  left: initial;
  padding: 0;
  min-width: initial;
}

/* footer */
footer h4 {
  text-decoration: underline;
  text-underline-position: under;
}

.social-icon {
  font-size: 28px;
  text-decoration: none;
  padding: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  line-height: 1;
}

.social-icon:hover {
  opacity: 0.7;
}

.ornament {
  opacity: 0.5;
  pointer-events: none;
  max-width: 200px;
}

.hover-rotate {
  transition: all 200ms ease;
}

.hover-rotate:hover {
  transform: rotate(2deg) scale(1.05);
}

.argentina {
  background: linear-gradient(
    to bottom,
    rgba(135, 206, 235, 0.2) 0%,
    rgba(135, 206, 235, 0.2) 33.33%,
    rgba(255, 255, 255, 0.2) 33.33%,
    rgba(255, 255, 255, 0.2) 66.66%,
    rgba(135, 206, 235, 0.2) 66.66%,
    rgba(135, 206, 235, 0.2) 100%
  );
}

.height-20 {
  height: 20px;
}

/* hero */
.hero {
  position: relative;
  width: 100%;
  aspect-ratio: 2.5;
  min-height: 500px;
  max-height: 1000px;
  background: url("./../imagenes/laorquestadeantes.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  border: 1px solid #a9a9a9;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  border-radius: 1rem;
  backdrop-filter: blur(10px);  
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}


.hero-content h1 {
  font-size: 2.6rem;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 4px;
  word-spacing: 20px;
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom right, rgba(0,0,0,0.5), rgba(0,0,0,0.2));
  backdrop-filter: blur(4px);
  z-index: 1;
}

/* la orquesta */
.integrante {
  position: relative;
  border-left: 1px solid;
  padding: 1rem;
}

.integrante p {
  margin-bottom: 0;
  font-weight: 100;
}

.integrante h5 {
  font-weight: 300;  
}

.laorquesta > div:nth-child(12n+1)  .integrante { border-color: #2E7D32; }
.laorquesta > div:nth-child(12n+2)  .integrante { border-color: #B66E41; }
.laorquesta > div:nth-child(12n+3)  .integrante { border-color: #C9A227; }
.laorquesta > div:nth-child(12n+4)  .integrante { border-color: #2A6F9C; }
.laorquesta > div:nth-child(12n+5)  .integrante { border-color: #4B6C4B; }
.laorquesta > div:nth-child(12n+6)  .integrante { border-color: #A84C31; }
.laorquesta > div:nth-child(12n+7)  .integrante { border-color: #757C3F; }
.laorquesta > div:nth-child(12n+8)  .integrante { border-color: #364F6B; }
.laorquesta > div:nth-child(12n+9)  .integrante { border-color: #933A28; }
.laorquesta > div:nth-child(12n+10) .integrante { border-color: #008080; }
.laorquesta > div:nth-child(12n+11) .integrante { border-color: #6A4E42; }
.laorquesta > div:nth-child(12n+12) .integrante { border-color: #495867; }

/* agenda */
.agenda .list-container {
  text-align: left;
}

/* imagenes */
.image-carousel img {
  max-height: 500px;
}

/* nav */
.nav-arrow {
  top: 50%;
  transform: translateY(-50%);
  font-size: 3rem;
  border: rgba(0, 0, 0, 0.3);
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}

.nav-arrow.left {
  left: 1rem;
}

.nav-arrow.right {
  right: 1rem;
}

/* carousel */
.carousel-caption {
  position: initial;
}

/* tablet */
@media (max-width: 991px) {
  .mobile-order-1 {
    order: 1;
  }
  
  .mobile-order-2 {
    order: 2;
  }
  
  .mobile-order-3 {
    order: 2;
  }
  
  .logo-container {
    flex-grow: 1;
  }
  
  ul.navbar-nav {
    gap: 0;
    margin: 0;
    flex-direction: column;
    align-items: flex-end;
    max-height: unset;
    width: 100%;
  }

  .hero-content h1 {
    font-size: 2rem;
  }
}

/* mobile */
@media (max-width: 768px) {  
  .mobile-flex-col {
    flex-direction: column;
  }

  .hero-content {
    width: calc(100% - 40px)
  }

  .hero-content h1 {
    font-size: 1.5rem;
  }
}
