@import url("https://use.fontawesome.com/releases/v5.7.0/css/all.css");
.flex-center {
  display: flex;
  justify-content: center;
}

.header {
  display: none;
}
.containerGrid {
  overflow-x: hidden;
}
.header {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
}
.header .logo-brand {
  min-height: 244px;
  background-image: url("./../img/layout/logo-bg.png");
  background-position: top center;
  display: flex;
  align-items: center;
}
.header .logo-brand img {
  max-width: 100%;
}

.container-row {
  max-width: 1280px;
  margin: 0 auto;
}

.hero {
  width: 100%;
  height: fit-content;
  max-height: 1024px;
  background-image: url("./../img/layout/bg-hero.jpg");
  background-position: top center;
  background-repeat: repeat-x;
}
.hero .container-row {
  padding-top: 160px;
}
.hero .canvas_hero {
  width: 100%;
  max-width: 1280px;
  max-height: 100%;
}

.tour {
  width: 100%;
}

.spotify {
  width: 100%;
}

.gallery {
  width: 100%;
}

.container-vertical_padding {
  padding: 60px 0px 60px 0px;
}

.gallery {
  background-image: url(../img/layout/bg.jpg);
  background-position: center center;
}

.gallery-main {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.gallery-main .gallery__titulo {
  position: absolute;
  top: 30%;
  z-index: 1;
  font-size: 5rem;
  left: 6%;
  color: white;
  text-shadow: 0px 0px 20px #0000009c;
}
.gallery-main .gallery__subtitulo {
  position: absolute;
  top: 43%;
  z-index: 1;
  font-size: 2.3rem;
  left: 7%;
  color: white;
  text-shadow: 0px 0px 20px #0000009c;
}
.gallery-main .gallery__site {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.gallery-main .gallery__site .gallery__box--principal {
  width: 45%;
  display: flex;
  z-index: 0;
  box-sizing: border-box;
}
.gallery-main .gallery__site .gallery__box--principal .box {
  height: 0px;
  position: relative;
  overflow: hidden;
  border: solid 5px white;
}
.gallery-main .gallery__site .gallery__box--principal .gallery__xlBox__img {
  width: 100%;
  padding-bottom: 100%;
}
.gallery-main .gallery__site .gallery__box--principal .gallery__xlBox__img .gallery__img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s;
}
.gallery-main .gallery__site .gallery__box--principal .gallery__xlBox__img:hover .gallery__img {
  transform: translate(-50%, -50%) scale(1.1);
}
.gallery-main .gallery__site .gallery__box--secundary {
  width: 44.6%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-content: center;
}
.gallery-main .gallery__site .gallery__box--secundary .box {
  height: 0px;
  position: relative;
  overflow: hidden;
  border: solid 5px white;
}
.gallery-main .gallery__site .gallery__box--secundary .gallery__smallBox__img {
  width: 49.6%;
  padding-bottom: 49.6%;
}
.gallery-main .gallery__site .gallery__box--secundary .gallery__smallBox__img .gallery__img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all ease-in 0.5s;
}
.gallery-main .gallery__site .gallery__box--secundary .gallery__img:hover {
  transform: translate(-50%, -50%) scale(1.1);
  transition: all ease-in 0.5s;
}
.gallery-main .gallery__boton {
  position: absolute;
  left: 81%;
  bottom: 20%;
  background-color: black;
  color: white;
  width: 5%;
  height: 10%;
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}

/* for-phone-only */
@media only screen and (max-width: 549px) and (orientation: portrait) {
  .gallery {
    display: flex;
    align-items: center;
    height: auto !important;
  }
  .gallery .gallery__titulo {
    font-size: 2rem !important;
    position: initial !important;
    text-align: center;
  }
  .gallery .gallery__subtitulo {
    font-size: 1rem !important;
    position: initial !important;
    text-align: center;
  }
  .gallery .gallery__site {
    display: flex;
    flex-direction: column !important;
  }
  .gallery .gallery__site .gallery__box--principal {
    width: 100% !important;
  }
  .gallery .gallery__site .gallery__box--secundary {
    width: 100% !important;
  }
  .gallery .gallery__site .gallery__box--secundary .gallery__smallBox__img {
    width: 50% !important;
    padding-bottom: 50% !important;
  }
  .gallery .gallery__boton {
    position: initial !important;
    width: 50% !important;
    border-radius: 8px !important;
    background-color: rgba(0, 0, 0, 0.726) !important;
  }
}
/* for-mobile-landscape*/
@media only screen and (max-width: 899px) and (min-width: 550px) and (orientation: landscape) {
  .gallery {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gallery .gallery__titulo {
    font-size: 2.5rem !important;
  }
  .gallery .gallery__subtitulo {
    font-size: 1.3rem !important;
  }
  .gallery .gallery__box--principal {
    width: 45.1%;
  }
  .gallery .gallery__box--secundary {
    width: 44%;
  }
  .gallery .gallery__boton {
    font-size: xx-small;
    width: 5%;
    height: 8%;
    bottom: 23%;
  }
}
/*for-tablet-portrait-up*/
@media only screen and (max-width: 1024px) and (min-width: 750px) and (orientation: portrait) {
  .gallery {
    height: auto !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gallery .gallery__titulo {
    font-size: 4rem !important;
    left: 0% !important;
    position: initial !important;
    text-align: center;
  }
  .gallery .gallery__subtitulo {
    font-size: 2rem !important;
    position: initial !important;
    text-align: center;
  }
  .gallery .gallery__box--principal {
    width: 100% !important;
  }
  .gallery .gallery__box--secundary {
    width: 100% !important;
  }
  .gallery .gallery__box--secundary .gallery__smallBox__img {
    width: 50%;
    padding-bottom: 50%;
  }
  .gallery .gallery__boton {
    font-size: x-large;
    height: 2.5rem !important;
    position: initial;
    width: 50% !important;
    border-radius: 13px;
    background-color: rgba(0, 0, 0, 0.726);
  }
}
/*for-tablet-landscape-up*/
@media only screen and (max-width: 1080px) and (min-width: 900px) and (orientation: landscape) {
  .gallery {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gallery .gallery__titulo, .gallery .gallery__subtitulo {
    position: initial !important;
  }
  .gallery .gallery__box--secundary {
    width: 44.3%;
  }
  .gallery .gallery__boton {
    width: 5%;
    height: 7%;
    left: 81%;
    bottom: 21%;
  }
}
.makeInvisible {
  opacity: 0 !important;
}

.makeVisible {
  opacity: 1 !important;
}

@keyframes heightAdjust {
  100% {
    height: 25px;
  }
}
#audioIcon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #e61313;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  pointer-events: none;
  -webkit-transition: top 0.01s ease-out, left 0.01s ease-out, opacity 0.2s ease-out;
  -moz-transition: top 0.01s ease-out, left 0.01s ease-out, opacity 0.2s ease-out;
  -o-transition: top 0.01s ease-out, left 0.01s ease-out, opacity 0.2s ease-out;
  transition: top 0.01s ease-out, left 0.01s ease-out, opacity 0.2s ease-out;
}
#audioIcon .texticon {
  position: absolute;
  color: white;
  font-size: 12px;
  top: -30px;
  width: max-content;
  text-align: center;
  opacity: 1;
  transition: all 0.2s;
  background-color: rgba(0, 0, 0, 0.658);
  padding: 5px;
  text-transform: uppercase;
  font-family: monospace;
}
#audioIcon span {
  display: inline-block;
  margin: 0 2px;
  width: 5px;
  height: 10px;
  border-radius: 5px;
  background-color: white;
  transition: height 0.5s ease, background-color 0.3s linear;
}
#audioIcon .volumeChanges:nth-child(1) {
  animation: heightAdjust 0.25s 0s infinite linear alternate;
}
#audioIcon .volumeChanges:nth-child(2) {
  animation: heightAdjust 0.25s 0.25s infinite linear alternate;
}
#audioIcon .volumeChanges:nth-child(3) {
  animation: heightAdjust 0.25s 0.5s infinite linear alternate;
}
#audioIcon .volumeChanges:nth-child(4) {
  animation: heightAdjust 0.25s 0.75s infinite linear alternate;
}

.tour {
  background-image: url(../img/layout/bg.jpg);
  background-position: center center;
}

.tourDos {
  font-family: "Poppins", sans-serif;
  display: none;
  background: rgba(35, 35, 35, 0.8);
  position: relative;
  padding: 100%;
  padding-bottom: 20%;
  justify-content: center;
  align-content: center;
}

.tourDos--concert-item {
  display: flex;
  align-items: center;
  align-content: center;
  background-color: white;
  padding: 10%;
  position: absolute;
  top: 5%;
  border-radius: 5%;
}

.tourDos--concert-item::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.25);
}

.tourDos--item-date {
  margin-top: -50px;
}

.close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 25px;
  right: 25px;
}

.concerts-column {
  display: flex;
}

.tourinterno {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  width: 100%;
  position: relative;
}

.block-tour {
  width: 100%;
}

.tour--info {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

div.tour-info {
  display: flex;
  width: 100%;
  margin: 0%;
  display: flex;
  position: absolute;
  background-color: rgba(205, 204, 204, 0.8);
  padding: 5%;
  top: 20%;
  left: 6%;
  max-width: 50%;
}

.tour--info-title {
  font-size: 150px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #970808;
}

.tour--info-subtitle {
  font-size: 30px;
  margin-left: 37px;
  color: #9f6300;
  margin-top: -20px;
}

.tour--info-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tour--img-chiva {
  max-width: 500px;
}

.tour--concerts-links {
  display: flex;
}

.tour--concerts {
  display: flex;
}

.tour--concerts-scroll {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  height: 30%;
  width: 70%;
  padding-top: 2%;
  cursor: pointer;
}

.tour--concerts-scroll::-webkit-scrollbar {
  height: 20px;
  opacity: 80%;
}

.tour--concerts-scroll::-webkit-scrollbar-thumb {
  height: 20px;
  display: none;
  opacity: 80%;
}

.tour--concert-item {
  display: flex;
  margin-right: 0px;
  width: 500px;
  border-top: solid 15px #c4c4c4;
}

.concert-icon {
  margin-top: -1%;
  margin-bottom: 100%;
  height: 35px;
  color: #2E2B26;
  margin-top: -1;
}

.concert-text {
  display: flex;
  margin-right: 20px;
  width: 500px;
  margin-top: 15%;
  color: #2E2B26;
}

.concert--item-date {
  margin-right: 5%;
  text-align: center;
  line-height: 1%;
  color: #2E2B26;
}

.concert--item-day {
  margin-top: 10px;
  font-size: 70px;
  font-weight: bolder;
  color: #2E2B26;
}

.concert--item-month {
  font-weight: bold;
  font-size: 30px;
  margin-top: 50px;
  color: #2E2B26;
}

.concert--item-info {
  padding-right: 50px;
  border-bottom: 2px solid #8b8b8b;
  width: 175px;
  margin-top: 25%;
}

.item--info-name {
  margin-top: 0px;
  padding: 0px;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 90%;
  margin-bottom: 30px;
}

.item--info-place {
  font-size: 20px;
}

.item--info-description {
  font-size: 15px;
  margin-top: 0px;
  opacity: 60%;
}

.concert--arrow-button {
  margin-top: 25%;
  padding-left: 70px;
  margin-right: 50px;
  border-bottom: 2px solid #8b8b8b;
}

.tour--concerts-button {
  display: flex;
  position: absolute;
  left: 80%;
  top: 80%;
}

.concerts--button-arrow {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-left: 10px;
  background-color: #970808;
  color: white;
  font-size: 17px;
  border-radius: 16px;
  border: none;
  padding: 20px;
}

.active {
  cursor: grabbing;
  cursor: -webkit-grabbing;
}

@media screen and (max-width: 360px) {
  section.tour {
    padding: 0%;
    margin: 0%;
  }

  .tour--info {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  section.tourDos {
    padding-left: 15%;
    margin: 0%;
  }

  div.tourDos--concert-item {
    padding: 7%;
    top: 10%;
    left: 1.3%;
  }

  img.close {
    width: 20px;
    height: 20px;
  }

  h1.tour--info-title {
    font-size: 80px;
    margin: 20px;
    max-width: 100%;
  }

  img.tour--img-chiva {
    max-width: 100%;
  }

  p.tour--info-subtitle {
    display: none;
  }

  div.tour--concerts-scroll {
    width: 60%;
    height: 10%;
    margin-top: 10%;
  }

  div.tour--concert-item {
    border-top: solid 10px #c4c4c4;
  }

  div.tour--concerts-button {
    position: absolute;
    top: 80%;
    left: 65%;
  }

  button.concerts--button-arrow {
    width: 70px;
    height: 70px;
  }

  img.concerts--button-img {
    width: 12px;
    height: 12px;
  }

  h2.concert--item-day {
    font-size: 30px;
    margin-top: 24px;
  }

  p.concert--item-month {
    font-size: 20px;
    margin-top: 5%;
  }

  div.concert--item-info {
    margin-top: 18%;
    width: 70px;
  }

  h4.item--info-name {
    font-size: 14px;
    margin-bottom: 2%;
  }

  p.item--info-place {
    font-size: 12px;
  }

  p.item--info-description {
    font-size: 10px;
  }

  div.concert--arrow-button {
    margin-top: 18%;
  }

  img.concert-icon {
    margin-bottom: 70%;
    width: 20px;
    height: 20px;
    margin-top: -8%;
  }
}
.music {
  background-image: url(../img/layout/bg.jpg);
  background-position: center center;
}

.swiper-wrapper {
  margin: 15px;
}

.musicContainer {
  display: flex;
  flex-direction: column;
  position: relative;
}

.music__info {
  display: flex;
}

.music__banner {
  width: 50%;
}

.music__banner__info {
  padding: 40px 0px;
}

.music__banner h1 {
  font-size: 130px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #970808;
}

.music__banner h2 {
  font-size: 30px;
  font-weight: 100;
  color: #9f6300;
  margin-top: -20px;
}

.music__aside {
  position: absolute;
  width: 50%;
  height: 50vh;
  right: 0%;
  background-image: linear-gradient(rgba(10, 10, 10, 0.808), rgba(17, 16, 16, 0.883)), url("../img/background_aside_music.jpeg");
  background-size: cover;
  opacity: 0.2;
}

.music__down {
  padding: 3px;
  height: 33vh;
  display: none;
}

.swiper {
  height: 100%;
  overflow: visible !important;
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 200px;
}

.card-cd {
  margin-top: 20px;
  width: 450px !important;
  border-radius: 30px;
}

.card-cd img {
  box-shadow: rgba(12, 12, 12, 0.993) 0px 0px 20px 0px;
  border-radius: 20px;
  width: 450px;
}

.swiper-pagination {
  --swiper-theme-color: #2b261e;
}

.play-spotify {
  width: 99%;
  height: 80px;
  border-radius: 20px;
  opacity: 0.9;
  border: none;
}

/* @media (max-width: 1019px) { 

  .music__banner__info {
    position: absolute;
    margin-top: 99px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .music__banner h1 {
    font-size: 110px;

}
  .music__banner h2 {
    font-size: 35px;


  }  
}
@media (max-width: 582px) { 
  .music__down {
    height: 15vh;
}
  .card-cd{
     width: 320px !important;
   }

   .card-cd img{
     width: 320px;
   }
} */
/* header{
    position: fixed;
    top: 0px;
    width: 100%;
}
.header{
    display: flex;
    background-color: white;
    height: 100px;
    align-items: center;
    justify-content: space-between;
    transition: 0.3s;
} */
.logo {
  color: #424242;
  width: 33%;
}

.menu {
  display: flex;
  justify-content: space-evenly;
}

.img {
  display: flex;
  justify-content: end;
  width: 33%;
}

.imgsvg {
  width: 30px;
  height: 30px;
  fill: #f8d0d0;
}

.menuitem {
  margin: 5px;
  text-decoration: none;
  color: #424242;
}

i {
  font-size: 30px;
  color: #424242;
  margin: 5px;
}

.hola {
  font-size: 40px;
}

.headerAdios {
  display: none;
}

.footerlist {
  list-style: none;
}

footer {
  margin: 100px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer li {
  color: gray;
}

.icons {
  color: #424242;
}

footer i {
  color: #424242;
  padding-top: 5px;
}

.hola1 {
  position: absolute;
  width: 28px;
  padding-top: 9px;
  padding-left: 8px;
}

.firtsitemlist {
  color: #424242;
  font-weight: bold;
}

hr {
  width: 75%;
  margin-bottom: 20px;
}

.footerdiv li {
  padding-top: 10px;
}

.selecidiomainput {
  display: flex;
  height: 40px;
  width: 130px;
  margin-top: 10px;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  font-family: "Poppins", sans-serif;
}

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