@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.navbar {
  background-color: #000000 !important;
}
.navbar .container-fluid {
  display: flex !important;
  justify-content: flex-end !important;
}
.navbar .container-fluid #navbarNavAltMarkup {
  justify-content: flex-end !important;
}
.navbar .container-fluid #navbarNavAltMarkup .navbar-nav .nav-link {
  display: flex !important;
  justify-content: flex-end !important;
}

.navbar-toggler {
  background-color: white !important;
}

.animate-on-scroll {
  opacity: 0;
}

main {
  background-color: #222831;
  padding-top: 10px;
  padding-bottom: 10px;
}

span {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}

p {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0;
}

h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 25px;
  color: #222831;
  text-align: center;
  background-color: white;
  padding: 10px;
  border-radius: 20px;
}

h3 {
  color: white;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 25px;
  text-align: center;
  margin: 10px;
}

.miembros .carruselMiembrosConRol {
  width: 90% !important;
  margin-bottom: 30px;
}
.miembros .carruselMiembrosConRol .carousel-item img {
  width: 100%;
  height: auto;
  max-height: 650px;
  object-fit: contain;
}
.miembros .carruselMiembros {
  width: 90% !important;
}
.miembros .carruselMiembros .carousel-item img {
  width: 100%;
  height: auto;
  max-height: 650px;
  object-fit: contain;
}

.carruselTour {
  width: 90% !important;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.carruselTour .carousel-item img {
  width: 100%;
  height: auto;
  max-height: 650px;
  object-fit: contain;
}

.carruselVorterix {
  width: 90% !important;
  margin: 0 auto;
  margin-bottom: 20px;
  margin-top: 20px;
}
.carruselVorterix .carousel-item img {
  width: 100%;
  height: auto;
  max-height: 650px;
  object-fit: contain;
}

.carruselLolla {
  width: 50% !important;
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 10px;
}

.contenedorVideos, .enVivo .contenedorVideosCortos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 400px;
  gap: 20px;
}

header {
  background-color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}
header a {
  text-decoration: none;
}
header img {
  width: 110px;
  height: auto;
}
header nav a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px !important;
  color: white !important;
  text-decoration: none;
  transition: color 1s !important;
}
header nav a:hover {
  color: orangered !important;
}
header nav a.active {
  font-weight: bold;
  color: orangered !important;
  border-bottom: 2px solid orangered;
}

.portada {
  margin-bottom: 10px;
}
.portada div {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portada div img {
  width: 95%;
  height: 95%;
  border-radius: 10px;
}
.portada div iframe {
  margin: 10px;
  border-radius: 10px;
}
.portada div h2 {
  margin: 10px;
}

.sobreLaBanda {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.sobreLaBanda h2 {
  width: 100%;
}
.sobreLaBanda p {
  text-align: center;
  margin-bottom: 10px;
}

.miembros {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}
.miembros h2 {
  width: 100%;
}

.cancionesRecomendadas {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.cancionesRecomendadas h2 {
  width: 100%;
}

.ultimoLanzamiento h2 {
  width: 100%;
}
.ultimoLanzamiento .ultimoLanzamientoContenedor div {
  display: flex;
  flex-direction: column;
  padding: 20px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.ultimoLanzamiento .ultimoLanzamientoContenedor div h3 {
  font-size: 2rem;
  text-transform: uppercase;
  color: white;
}
.ultimoLanzamiento .ultimoLanzamientoContenedor div img {
  width: 600px;
  height: 600px;
}
.ultimoLanzamiento .ultimoLanzamientoContenedor div .botonResena,
.ultimoLanzamiento .ultimoLanzamientoContenedor div .botonSpotify {
  display: inline-block;
  background-color: #007bff;
  color: white;
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding: 10px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: bold;
  width: 60%;
  transition: background-color 0.3s ease-in-out;
}
.ultimoLanzamiento .ultimoLanzamientoContenedor div .botonResena:hover,
.ultimoLanzamiento .ultimoLanzamientoContenedor div .botonSpotify:hover {
  background-color: #0056b3;
}

.singles .singlesDivs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.singles .singlesDivs div {
  background-color: #000000;
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.singles .singlesDivs div img {
  width: 400px;
  height: 400px;
}
.singles .singlesDivs div .botonResena,
.singles .singlesDivs div .botonSpotify {
  display: inline-block;
  background-color: #007bff;
  color: white;
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding: 10px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: bold;
  width: 60%;
  transition: background-color 0.3s ease-in-out;
}
.singles .singlesDivs div .botonResena:hover,
.singles .singlesDivs div .botonSpotify:hover {
  background-color: #0056b3;
}

.albumesDivs {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.albumesDivs div {
  background-color: #000000;
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 15px;
}
.albumesDivs div img {
  width: 400px;
  height: 400px;
}
.albumesDivs div .botonResena,
.albumesDivs div .botonSpotify {
  display: inline-block;
  background-color: #007bff;
  color: white;
  text-align: center;
  font-family: "Roboto", sans-serif;
  padding: 10px;
  border-radius: 2px;
  text-decoration: none;
  font-weight: bold;
  width: 60%;
  transition: background-color 0.3s ease-in-out;
}
.albumesDivs div .botonResena:hover,
.albumesDivs div .botonSpotify:hover {
  background-color: #0056b3;
}

.resenas div {
  padding: 10px;
  margin: 15px;
  border: #F3F8FF 5px solid;
  border-radius: 20px;
  background-color: white;
}
.resenas div h3 {
  color: #222831;
  font-style: italic;
}
.resenas div p {
  color: #222831;
}
.resenas div p a {
  text-decoration: none;
  font-style: italic;
  background-color: white;
  border-radius: 5px;
  padding: 3px;
  transition: 1s !important;
}
.resenas div p a:hover {
  color: #003874 !important;
}

.contenedorVideos .titulosVideos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.contenedorVideos .titulosVideos h3 {
  margin-bottom: 10px;
}
.contenedorVideos .titulosVideos iframe {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16/9;
}

.obsessionTour2025 {
  margin: 20px;
}
.obsessionTour2025 p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.obsessionTour2025 .fotoObsessionPortada,
.obsessionTour2025 img {
  width: 100%;
  max-height: 650px;
  height: auto;
  object-fit: contain;
  margin: 0 auto;
  display: block;
}
.obsessionTour2025 .setlistAcustico {
  color: white;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 auto;
}
.obsessionTour2025 .setlistAcustico span {
  font-weight: normal;
  font-style: normal;
}
.obsessionTour2025 .contenedorInstagram {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contenedorTweet .twitter-tweet {
  margin: 0 auto;
}

.girlfriendTour div {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 15px;
}
.girlfriendTour img {
  width: 70%;
}

.enVivo {
  margin-top: 10px;
}
.enVivo .contenedorVideosCortos .videosCortosVivo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.enVivo .contenedorVideosCortos .videosCortosVivo iframe {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16/9;
}
.enVivo .conciertosCompletos {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.enVivo .conciertosCompletos .conciertosCompletosVideos {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.enVivo .conciertosCompletos .conciertosCompletosVideos iframe {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16/9;
}

.contenedorNewsletter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contenedorNewsletter h2 {
  font-size: 30px;
  text-align: center;
  margin: 20px;
  padding: 10px;
  color: #222831;
  background-color: white;
  border-radius: 20px;
  width: 90vw;
}
.contenedorNewsletter .newsletter {
  margin: 20px;
  text-align: center;
  width: 70%;
  background: #f8f8f8;
  border-radius: 20px;
  padding: 20px 0 20px 0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.contenedorNewsletter .newsletter form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.contenedorNewsletter .newsletter form div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 95%;
  max-width: 600px;
  margin: 0 auto 20px auto;
}
.contenedorNewsletter .newsletter form div label {
  flex: 1 1 40%;
  text-align: center;
  margin-right: 10px;
  font-size: 18px;
  color: #222831;
}
.contenedorNewsletter .newsletter form div input,
.contenedorNewsletter .newsletter form div select,
.contenedorNewsletter .newsletter form div textarea {
  margin-bottom: 30px;
  font-size: 20px;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #ccc;
  width: 80%;
  transition: border-color 0.2s;
  flex: 2 1 60%;
  margin-bottom: 0;
}
.contenedorNewsletter .newsletter form div input:focus,
.contenedorNewsletter .newsletter form div select:focus,
.contenedorNewsletter .newsletter form div textarea:focus {
  border-color: #222831;
  outline: none;
}
.contenedorNewsletter .newsletter form div input[type=submit],
.contenedorNewsletter .newsletter form div input[type=reset] {
  display: inline-block;
  padding: 10px 22px;
  margin: 8px 8px 0 0;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  color: white;
  background-color: #222831;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
  width: auto;
}
.contenedorNewsletter .newsletter form div input[type=submit]:hover,
.contenedorNewsletter .newsletter form div input[type=reset]:hover {
  background-color: #121212;
  color: #1db954;
  box-shadow: 0 2px 8px rgba(34, 40, 49, 0.15);
}

footer {
  background-color: #000000;
  text-align: center;
  padding: 20px 0;
}
footer div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 0 auto;
}
footer div a {
  font-size: 28px;
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #121212;
  transition: all 0.4s ease-in-out;
}
footer div a:hover {
  background-color: #F3F8FF;
}
footer div a.instagram {
  color: #e4405f;
}
footer div a.twitter {
  color: white;
}
footer div a.twitter:hover {
  color: #121212;
}
footer div a.youtube {
  color: red;
}
footer div a.spotify {
  color: #1db954;
}
footer p {
  margin: 10px 0 0;
  color: white;
  font-style: italic;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 1210px) and (min-width: 1076px) {
  .contenedorVideos .titulosVideos iframe {
    width: 100%;
    height: 300px;
  }
  .enVivo .contenedorVideosCortos .videosCortosVivo iframe {
    width: 100%;
    height: 300px;
  }
  .enVivo .conciertosCompletos .conciertosCompletosVideos iframe {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 1075px) {
  .contenedorVideos {
    grid-template-columns: 1fr;
  }
  .enVivo .contenedorVideosCortos {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 400px;
  }
  .enVivo .conciertosCompletos {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 400px;
  }
}
@media screen and (max-width: 835px) {
  .girlfriendTour div img {
    width: 80%;
  }
}
@media screen and (max-width: 670px) {
  .ultimoLanzamiento .ultimoLanzamientoContenedor div img {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 650px) {
  footer div {
    width: 80%;
  }
}
@media screen and (max-width: 610px) {
  .portada div img {
    width: 90%;
    height: 80%;
  }
  .portada div iframe {
    width: 90%;
  }
  p {
    font-size: 15px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 20px;
  }
  .miembros {
    font-size: 15px;
  }
  footer div {
    width: 80%;
  }
}
@media screen and (max-width: 605px) {
  .contenedorVideos .titulosVideos iframe {
    width: 90%;
  }
}
@media screen and (max-width: 591px) {
  .enVivo .contenedorVideosCortos .videosCortosVivo iframe {
    width: 80%;
  }
  .enVivo .conciertosCompletos .conciertosCompletosVideos iframe {
    width: 80%;
  }
}
@media screen and (max-width: 583px) {
  .girlfriendTour div img {
    width: 80%;
    height: 100%;
  }
}
@media screen and (max-width: 573px) {
  .contenedorTweet .twitter-tweet {
    width: 70% !important;
  }
}
@media screen and (max-width: 500px) {
  .carousel-caption {
    display: none;
  }
  .contenedorNewsletter .newsletter {
    width: 90%;
  }
}
@media screen and (max-width: 485px) {
  footer div {
    width: 80%;
  }
}
@media screen and (max-width: 470px) {
  .ultimoLanzamiento .ultimoLanzamientoContenedor div img {
    width: 350px;
    height: 350px;
  }
}
@media screen and (max-width: 430px) {
  .singles .singlesDivs div img {
    width: 300px;
    height: 300px;
  }
  .albumes .albumesDivs div img {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 410px) {
  .ultimoLanzamiento .ultimoLanzamientoContenedor div img {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 389px) {
  h3 {
    font-size: 15px;
  }
}
@media screen and (max-width: 381px) {
  .contenedorTweet {
    width: 50% !important;
  }
}

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