@import url('https://fonts.googleapis.com/css?family=Marcellus');
@font-face {
  font-family: 'Optima';
  src: url('../fonts/optima_medium-webfont.woff2') format('woff2'), url('../fonts/optima_medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  background: #000000;
  font-family: 'Optima', sans-serif;
  font-size: 10px;
}
.p0 {
  padding: 0;
}
.clear {
  clear: both;
}
.modal-video {
  outline: 0 !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.navbar {
  position: absolute;
  width: 100%;
  background-color: transparent;
  top: 5rem;
  z-index: 10;
  font-size: 1.6rem;
}
.navbar .navbar-brand {
  position: absolute;
  font-size: 3rem;
  width: auto;
  height: 90px;
  top: -15px;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 10;
}
.navbar .navbar-brand img {
  width: auto;
  height: 100%;
}
.navbar .navbar-brand:hover {
  color: #ffffff;
  opacity: .8;
}
.navbar .container {
  position: relative;
}
.navbar .container .header-content {
  display: block;
  float: left;
  width: 100%;
}
.navbar .container .header-content .language {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 12vw;
  height: 1.6rem;
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.navbar .container .header-content .language li {
  display: block;
  float: left;
  width: calc(33.33333333%);
  text-align: center;
  border-right: 1px solid #ffffff;
}
.navbar .container .header-content .language li a {
  font-size: 1.7rem;
  letter-spacing: 2px;
  color: #ffffff;
  text-decoration: none;
}
.navbar .container .header-content .language li:first-child {
  text-align: left;
}
.navbar .container .header-content .language li:last-child {
  border-right: 0;
  text-align: right;
}
.navbar .container .header-content .social-media {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  width: 12vw;
  height: 3rem;
  margin-bottom: 4rem;
  display: flex;
  justify-content: space-between;
}
.navbar .container .header-content .social-media li a {
  position: relative;
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  color: #000000;
  text-decoration: none;
  align-items: center;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
}
.navbar .container .header-content .social-media li a img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.navbar .container .header-content .social-media li a:hover img {
  top: -26px;
}
.navbar .container .navbar-center {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.navbar .container .navbar-center li {
  text-align: center;
  justify-content: space-between;
}
.navbar .container .navbar-center li a {
  font-size: 1.7rem;
  letter-spacing: 2px;
  padding: 0;
  color: #ffffff;
  text-transform: uppercase;
}
.navbar .container .navbar-center li a:hover,
.navbar .container .navbar-center li a:focus {
  background: transparent;
}
.navbar .container .navbar-center li a.active {
  background: transparent;
  font-weight: bold;
  font-size: 22px;
  transition: .3s ease all;
}
.navbar .container .navbar-center li a.home-mobile {
  display: none;
}
.navbar .container .navbar-center li:first-child {
  justify-content: flex-start;
}
.navbar .container .navbar-center li:last-child {
  justify-content: flex-end;
}
.navbar .container .navbar-center li.active a {
  font-weight: bold;
}
#home {
  position: relative;
}
#hero {
  position: relative;
  background: url('../images/news/img-home.jpg') fixed top no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}
#hero .title-hero {
  display: block;
  font-size: 7rem;
  font-weight: bold;
  color: #86919b;
  text-transform: uppercase;
  margin: 0 auto;
  margin-top: 25vh;
}
#hero .phrase {
  display: none;
  width: 100%;
  font-size: 4rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 30vh;
  color: #86919b;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#hero .btn-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: calc(100% / 2 - 25px);
  cursor: pointer;
  opacity: .6;
  transition: .15s ease all;
}
#hero .btn-scroll:hover {
  opacity: 1;
}
#fadinho {
  position: relative;
  height: auto;
  margin-bottom: 20rem;
}
#fadinho a {
  width: 100%;
  height: 100%;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
}
#fadinho a img.img-desk {
  display: block;
  width: 100%;
}
#fadinho a img.img-mobile {
  display: none;
}
#fadinho a .play {
  display: flex;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  align-items: center;
  position: absolute;
  top: calc(100% / 2 - 35px);
  left: calc(100% / 2 - 35px);
  box-shadow: 0px 0px 20px 0px #000000;
}
#fadinho a .play img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
#fadinho a .description-fadinho {
  position: absolute;
  bottom: 2rem;
  text-align: center;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
}
#fadinho a .description-fadinho .title-description-fadinho {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 0;
  margin-bottom: 1.5rem;
}
#fadinho a .description-fadinho .date-fadinho,
#fadinho a .description-fadinho .album-fadinho {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin: 0;
  margin-bottom: .5rem;
}
#agenda {
  position: relative;
  top: -10rem;
}
#agenda .title-hero-calendar {
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 28px 0 29px;
  margin: 0;
  margin-bottom: 5rem;
  letter-spacing: 3px;
}
#agenda .table {
  color: #ffffff;
  margin: 0;
  text-transform: uppercase;
}
#agenda .table .date {
  float: left;
  width: 10%;
  height: 12rem;
  padding: 3rem 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: 500;
}
#agenda .table .date p {
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin: 0;
}
#agenda .table .date p.day {
  font-size: 2rem;
  font-weight: bold;
}
#agenda .table .locale {
  float: left;
  width: 70%;
  height: 12rem;
  padding: 3rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  letter-spacing: 2px;
}
#agenda .table .locale .city-country {
  font-size: 2rem;
  font-weight: bold;
}
#agenda .table .locale .description-locale {
  font-size: 1.4rem;
}
#agenda .table .tickets {
  float: left;
  width: 20%;
  height: 12rem;
  padding: 3rem 0;
}
#agenda .table .tickets .btn-ticket {
  display: flex;
  height: 100%;
  float: right;
  background: #ffffff;
  font-size: 1.7rem;
  font-weight: bold;
  color: #686868;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  align-items: center;
}
#agenda .table .tickets .btn-ticket i {
  display: none;
}
#agenda .table tr {
  border-top: 1px solid #ddd;
}
#agenda .table tr th,
#agenda .table tr td {
  border-top: 0;
}
#agenda .table tr:first-child {
  border-top: 0;
}
#agenda .table tr:last-child {
  border-bottom: 1px solid #DDD;
}
#agenda .table tr.esconder {
  display: none;
}
#agenda .drop-agenda {
  display: table;
  min-width: 300px;
  width: 300px;
  height: 60px;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 50px;
  overflow: hidden;
  transition: 5s ease all;
}
#agenda .drop-agenda .btn-agenda {
  display: flex;
  width: 100%;
  height: 60px;
  border: 1px solid #ffffff;
  text-decoration: none;
  align-items: center;
  margin: 0 auto;
}
#agenda .drop-agenda .btn-agenda span {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 auto;
}
#agenda .datas-anteriores {
  display: block;
  width: 350px;
  height: 60px;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 50px;
  overflow: hidden;
  transition: 1s ease all;
}
#agenda .datas-anteriores .btn-agenda {
  display: flex;
  width: 100%;
  height: 60px;
  border: 1px solid #ffffff;
  text-decoration: none;
  align-items: center;
  margin: 0 auto;
}
#agenda .datas-anteriores .btn-agenda span {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 auto;
}
#agenda .datas-anteriores .btn-agenda span:after {
  content: '';
  position: relative;
  width: 10px;
  height: 10px;
  margin-left: 30px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 15px solid #ffffff;
  top: 20px;
}
#agenda .datas-anteriores .btn-agenda span.active:after {
  display: inline-block;
  top: 0;
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -webkit-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
#agenda .datas-anteriores .list-drop {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 50px;
}
#agenda .datas-anteriores .list-drop li {
  display: block;
  margin-top: -1px;
}
#agenda .datas-anteriores .list-drop li a {
  display: block;
  font-size: 2.2rem;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ffffff;
  padding: 1.5rem;
}
#agenda .datas-anteriores.active {
  height: 400px;
}
#agenda.calendar table {
  margin-bottom: 7rem;
}
#agenda .loading {
  display: block;
  width: 4vw;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 50px;
}
#hero-calendar {
  position: relative;
  height: 100vh;
  background: url('../images/news/img-agenda.jpg') fixed;
  background-size: cover;
  display: flex;
}
#hero-calendar .container {
  align-self: flex-end;
}
#hero-calendar .select-tabs-calendar {
  display: none;
}
#music-and-video {
  background: url('../images/back-default.png') fixed top no-repeat;
  background-size: cover;
}
#hero-music-video {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
#hero-music-video .phrase {
  display: none;
  width: 100%;
  font-size: 4rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 10rem;
  color: #86919b;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#section-discos {
  top: -10rem;
}
#section-discos .title-hero-music-video {
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-top: 2px solid #ddd;
  padding: 40px 0;
  margin: 0;
  letter-spacing: 3px;
}
#section-discos #discografia {
  padding-bottom: 10rem;
}
#section-discos #discografia .box-discografia {
  display: block;
  width: 800px;
  margin: 0 auto;
}
#section-discos #discografia .box-discografia .capa-disco {
  position: relative;
  display: block;
  width: 400px;
  height: 400px;
  float: left;
}
#section-discos #discografia .box-discografia .capa-disco img {
  width: 100%;
  height: 100%;
}
#section-discos #discografia .box-discografia .capa-disco .mask-capa {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(21, 57, 85, 0.7);
  transition: 1s ease all;
  opacity: 0;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 50px;
}
#section-discos #discografia .box-discografia .capa-disco .mask-capa .title-mask {
  display: table;
  font-size: 3rem;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 2rem;
}
#section-discos #discografia .box-discografia .capa-disco .mask-capa .title-mask:after {
  content: '';
  width: 60%;
  height: 3px;
  display: block;
  background: #000000;
  margin: 5px auto;
}
#section-discos #discografia .box-discografia .capa-disco .mask-capa .description-mask {
  font-size: 1.5rem;
  text-align: center;
}
#section-discos #discografia .box-discografia .capa-disco:hover .mask-capa {
  opacity: 1;
}
#section-discos #discografia .box-discografia .spotfy {
  display: block;
  width: 400px;
  height: 400px;
  float: left;
}
#section-discos #discografia .btn-spotfy {
  display: inline-block;
  background: #ffffff;
  font-size: 1.7rem;
  font-weight: bold;
  color: #686868;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  margin-top: 15px;
}
#section-discos #discografia.discografia-hidden {
  display: none;
}
#section-discos .more-discografia {
  display: table;
  min-width: 300px;
  width: 300px;
  height: 60px;
  margin: 0 auto;
}
#section-discos .more-discografia .btn-disco {
  display: flex;
  width: 100%;
  height: 60px;
  border: 1px solid #ffffff;
  text-decoration: none;
  align-items: center;
  margin: 0 auto;
  margin-top: 5rem;
  cursor: pointer;
}
#section-discos .more-discografia .btn-disco span {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 auto;
}
#section-discos .more-discografia .load {
  display: none;
  width: 40px;
  margin: 1rem auto;
}
#videos {
  padding-bottom: 15rem;
}
#videos .title-video {
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-top: 2px solid #ddd;
  padding: 40px 0;
  margin: 0;
  margin-top: 9rem;
  position: relative;
  letter-spacing: 3px;
}
#videos .box-content-video {
  display: block;
  width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
#videos .box-content-video .content-video {
  position: relative;
  display: block;
  width: 400px;
  height: 400px;
  float: left;
}
#videos .box-content-video .content-video a {
  position: relative;
  display: block;
  height: 100%;
  cursor: pointer;
}
#videos .box-content-video .content-video a img {
  width: 100%;
  height: 100%;
}
#videos .box-content-video .content-video a .description-video {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
}
#videos .box-content-video .content-video a .description-video .title-content-video {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 0;
  margin-bottom: 1.5rem;
}
#videos .box-content-video .content-video a .description-video .date-video {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin: 0;
  margin-bottom: .5rem;
}
#videos .box-content-video .content-video a .description-video .album {
  display: block;
  font-size: 1.7rem;
  letter-spacing: 2px;
  margin: 0;
  margin-bottom: 1rem;
}
#videos .box-content-video .content-video a .play {
  display: flex;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  align-items: center;
  position: absolute;
  top: calc(100% / 2 - 35px);
  left: calc(100% / 2 - 35px);
  box-shadow: 0px 0px 20px 0px #000000;
}
#videos .box-content-video .content-video a .play img {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}
#videos .box-content-video .content-video.videos-hidden {
  display: none;
}
#videos .box-content-video .content-video:hover img {
  transition: .25s ease all;
  filter: grayscale(0%) !important;
}
#videos .more-discografia {
  display: table;
  min-width: 300px;
  width: 300px;
  height: 60px;
  margin: 0 auto;
}
#videos .more-discografia .btn-videos {
  display: flex;
  width: 100%;
  height: 60px;
  border: 1px solid #ffffff;
  text-decoration: none;
  align-items: center;
  margin: 0 auto;
  margin-top: 5rem;
  cursor: pointer;
}
#videos .more-discografia .btn-videos span {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 auto;
}
#videos .more-discografia .load {
  display: none;
  width: 40px;
  margin: 1rem auto;
}
#biography {
  position: relative;
  height: 100vh;
  background: url('../images/news/img-biografia.jpg') fixed top;
  background-size: cover;
}
.text-bio {
  top: -10rem;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.7;
}
.text-bio .container .title-bio {
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-top: 2px solid #ddd;
  border-bottom: 2px solid #ddd;
  padding: 28px 0 29px;
  margin: 0;
  margin-bottom: 5rem;
  position: relative;
  letter-spacing: 3px;
}
.text-bio .container p {
  margin-bottom: 2rem;
}
.text-bio .container .preview {
  display: block;
}
.text-bio .container .teaser {
  display: none;
}
.text-bio .read-more {
  display: table;
  min-width: 300px;
  width: 300px;
  height: 60px;
  margin: 0 auto;
  margin-top: 4rem;
}
.text-bio .read-more .btn-read-more {
  display: flex;
  width: 100%;
  height: 60px;
  border: 1px solid #ffffff;
  text-decoration: none;
  align-items: center;
  margin: 0 auto;
  cursor: pointer;
}
.text-bio .read-more .btn-read-more span {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 auto;
}
.text-bio .read-more .load {
  display: block;
  width: 10%;
  margin: 0 auto;
}
.title-hero-biography {
  display: block;
  width: 700px;
  font-size: 3.6rem;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#box-video-bio {
  padding-bottom: 15rem;
}
#box-video-bio #video-bio {
  position: relative;
  display: block;
  width: 100%;
  height: 100vh;
  outline: 0;
  text-decoration: none;
  cursor: pointer;
}
#box-video-bio #video-bio img {
  display: block;
  width: 100%;
  height: 100%;
}
#box-video-bio #video-bio .play {
  display: flex;
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 50%;
  align-items: center;
  position: absolute;
  top: 50vh;
  left: 50vw;
  box-shadow: 0px 0px 20px 0px #000000;
}
#box-video-bio #video-bio .play i {
  display: block;
  margin: 0 auto;
  font-size: 3rem;
  color: #000000;
}
#contacts {
  position: relative;
  background: url('../images/back-default.png') fixed top no-repeat;
  background-size: cover;
  min-height: 100vh;
  overflow-x: hidden;
}
#contacts #hero-contacts {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
#contacts #hero-contacts .phrase {
  display: none;
  width: 100%;
  font-size: 4rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 10rem;
  color: #86919b;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#contacts #info-contact {
  position: relative;
  top: -10rem;
  display: block;
  font-size: 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
#contacts #info-contact .espelho {
  position: absolute;
  width: 100px;
  left: 0;
}
#contacts #info-contact .title-contacts {
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-top: 2px solid #ddd;
  padding: 40px 0;
  margin: 0;
  position: relative;
  letter-spacing: 3px;
}
#contacts #info-contact .info {
  display: block;
  margin-top: 5rem;
  letter-spacing: 1px;
}
#contacts #info-contact .info .title-info {
  color: #86919b;
  margin: 0;
  font-size: 2.04rem;
}
#contacts #info-contact .info .description-info {
  display: block;
  width: 100%;
  font-size: 1.8rem;
  color: #ffffff;
  margin: 0 auto;
}
#contacts #info-contact .info .description-info.low {
  text-transform: lowercase;
}
#contacts #info-contact .info:last-child {
  margin-bottom: 5rem;
}
#contacts #form-contact {
  display: block;
  border-top: 2px solid #ffffff;
  padding-top: 5rem;
  padding-bottom: 15rem;
}
#contacts #form-contact .title-form-contact {
  font-size: 2.7rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
}
#contacts #form-contact form {
  display: block;
  max-width: 100%;
  width: 550px;
  margin: 0 auto;
  margin-top: 5rem;
}
#contacts #form-contact form input {
  display: block;
  width: 100%;
  line-height: 40px;
  background: #444;
  font-size: 1.5rem;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 0 15px;
  border: none;
  margin-bottom: 15px;
  outline: 0;
}
#contacts #form-contact form input::placeholder {
  color: #757571;
  text-transform: uppercase;
}
#contacts #form-contact form textarea {
  display: block;
  width: 100%;
  height: 300px;
  line-height: 3rem;
  background: #444;
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 15px;
  border: none;
  margin-bottom: 15px;
  resize: none;
  outline: 0;
}
#contacts #form-contact form textarea::placeholder {
  color: #757571;
  text-transform: uppercase;
}
#contacts #form-contact form .btn-form {
  display: block;
  float: right;
  background: #ffffff;
  font-size: 1.7rem;
  font-weight: bold;
  color: #686868;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 7rem;
  border: none;
  outline: 0;
}
#hero-photos {
  position: relative;
  height: 100vh;
  background: url('../images/back-default.png');
  background-size: cover;
  display: flex;
  align-items: center;
}
#hero-photos .phrase {
  display: none;
  width: 100%;
  font-size: 4rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 10rem;
  color: #86919b;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#galeria {
  top: -10rem;
  margin-bottom: 15rem;
}
#galeria .title-hero-photos {
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-top: 2px solid #ddd;
  padding: 40px 0;
  margin: 0;
  letter-spacing: 3px;
}
#galeria .box-photos {
  display: block;
  max-width: 800px;
  margin: 0 auto;
}
#galeria .box-photos .capa-galeria {
  display: block;
  width: 400px;
  height: 400px;
  float: left;
}
#galeria .box-photos .capa-galeria a {
  position: relative;
  display: flex;
  flex-flow: column-reverse;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
  filter: grayscale(100%);
  outline: 0;
}
#galeria .box-photos .capa-galeria a img {
  width: auto;
  max-height: 100%;
  height: 100%;
}
#galeria .box-photos .capa-galeria a .description-galeria {
  position: absolute;
  bottom: 2rem;
  text-align: center;
  width: 100%;
  color: #ffffff;
  text-transform: uppercase;
}
#galeria .box-photos .capa-galeria a .description-galeria .title-content-galeria {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 0;
  margin-bottom: 1.5rem;
}
#galeria .box-photos .capa-galeria a .description-galeria .date-galeria {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin: 0;
  margin-bottom: .5rem;
}
#galeria .box-photos .capa-galeria a:hover {
  transition: .25s ease all;
  filter: grayscale(0%);
}
#galeria .box-photos .capa-galeria.galeria-hidden {
  display: none;
}
.more-photos {
  display: table;
  min-width: 300px;
  width: 300px;
  height: 60px;
  margin: 0 auto;
}
.more-photos .btn-more-photos {
  display: flex;
  width: 100%;
  height: 60px;
  border: 1px solid #ffffff;
  text-decoration: none;
  align-items: center;
  margin: 0 auto;
  margin-top: 5rem;
  cursor: pointer;
}
.more-photos .btn-more-photos span {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 auto;
}
.more-photos .load {
  display: none;
  width: 40px;
  margin: 1rem auto;
}
#news {
  background: url('../images/back-default.png') fixed top;
  background-size: cover;
}
#hero-news {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
#hero-news .phrase {
  display: none;
  width: 100%;
  font-size: 4rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 10rem;
  color: #86919b;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.title-news {
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-top: 2px solid #ddd;
  padding: 40px 0;
  margin: 0;
  letter-spacing: 3px;
}
#list-news {
  position: relative;
  top: -10rem;
  padding-bottom: 15rem;
  margin-bottom: -10rem;
}
#list-news .noticias .media {
  border-top: 1px solid #ddd;
  padding: 3rem 0;
  cursor: pointer;
}
#list-news .noticias .media:first-child {
  border-top: 0 !important;
}
#list-news .noticias .media a {
  display: flex;
  text-decoration: none;
}
#list-news .noticias .media a .media-object {
  display: block;
  width: 150px;
  height: 150px;
}
#list-news .noticias .media a .media-body {
  display: flex;
  flex-flow: column;
  height: 150px;
  justify-content: space-around;
  padding-left: 15px;
}
#list-news .noticias .media a .media-body .media-heading {
  font-size: 2.8rem;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
#list-news .noticias .media a .media-body .text-media {
  display: block;
  font-size: 1.8rem;
  color: #ffffff;
  margin: 0;
}
#list-news .noticias .media a .media-body .date-media {
  display: none;
  font-size: 1.8rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
}
#list-news .noticias .media.news-hidden {
  display: none;
}
.more-news {
  display: table;
  min-width: 300px;
  width: 300px;
  height: 60px;
  margin: 0 auto;
}
.more-news .btn-more-news {
  display: flex;
  width: 100%;
  height: 60px;
  border: 1px solid #ffffff;
  text-decoration: none;
  align-items: center;
  margin: 0 auto;
  margin-top: 5rem;
  cursor: pointer;
}
.more-news .btn-more-news span {
  font-size: 2rem;
  color: #ffffff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 auto;
}
.more-news .load {
  display: none;
  width: 40px;
  margin: 1rem auto;
}
#news-internal {
  position: relative;
  padding-top: 45vh;
  padding-bottom: 150px;
}
#news-internal .title-news {
  font-size: 2.5rem;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 5rem;
}
#news-internal .text-news {
  font-size: 1.6rem;
  color: #ffffff;
}
#news-internal .date-news {
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
}
#news-internal .img-news {
  display: block;
  max-width: 100%;
  margin: 5rem 0;
}
#footer {
  position: relative;
  height: 160px;
  background: #353535;
  letter-spacing: 1px;
}
#footer .container {
  display: flex;
  justify-content: space-between;
}
#footer .espelho {
  position: absolute;
  width: 70px;
  left: 15px;
  bottom: 21px;
}
#footer .title-footer {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 400;
  color: #848484;
}
#footer .description-footer {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
}
#footer .list-instagram {
  position: relative;
  max-width: 33vw;
  height: 100px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-direction: row;
  flex-flow: wrap;
  overflow: hidden;
}
#footer .list-instagram li {
  display: flex;
  margin-right: 10px;
  width: 100px;
  height: 100px;
}
#footer .list-instagram li a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
#footer .list-instagram li a img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
#menu-stick,
#close_menu-stick {
  display: none;
}
#fan-faqs {
  background: url('../images/back-default.png') fixed top no-repeat;
  background-size: cover;
}
#hero-fan-faqs {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}
#hero-fan-faqs .phrase {
  display: none;
  width: 100%;
  font-size: 4rem;
  text-align: center;
  margin: 0 auto;
  margin-top: 10rem;
  color: #86919b;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#content-fan {
  top: -10rem;
}
#content-fan .title-hero-fan-faqs {
  display: block;
  font-size: 3.6rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  border-top: 2px solid #ddd;
  padding: 40px 0;
  margin: 0;
  letter-spacing: 3px;
}
#content-fan .box-carousel-fan {
  margin-bottom: 5rem;
}
#content-fan .box-carousel-fan .carousel {
  position: relative;
  width: 85%;
  margin: 0 auto;
  cursor: pointer;
}
#content-fan .box-carousel-fan .carousel .carousel-caption {
  display: block;
  width: 100%;
  left: 0;
}
#content-fan .box-carousel-fan .carousel .carousel-caption .title-carousel-fan {
  font-size: 3.6rem;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 3px;
}
#content-fan .box-carousel-fan .carousel .play {
  display: flex;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  align-items: center;
  position: absolute;
  top: calc(100% / 2 - 35px);
  left: calc(100% / 2 - 35px);
  box-shadow: 0px 0px 20px 0px #000000;
}
#content-fan .box-carousel-fan .carousel .play .svg {
  position: relative !important;
  left: 0 !important;
  display: block !important;
  width: 90% !important;
  margin: 0 auto !important;
}
#content-fan .box-carousel-fan .carousel .carousel-control {
  background-color: transparent !important;
  width: auto !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  top: calc(100% / 2 - 25px);
}
#content-fan .box-carousel-fan .carousel .carousel-control.left {
  left: -90px;
  transform: rotate(90deg);
}
#content-fan .box-carousel-fan .carousel .carousel-control.right {
  right: -90px;
  transform: rotate(-90deg);
}
#content-fan #form-fan {
  display: block;
  width: 85%;
  margin: 0 auto;
  margin-bottom: 7rem;
}
#content-fan #form-fan input {
  display: block;
  width: 100%;
  background: #353535;
  font-size: 2rem;
  color: #ffffff;
  line-height: 40px;
  border: none;
  padding: 10px 50px;
  margin-bottom: 1.5rem;
  outline: 0;
}
#content-fan #form-fan input::placeholder {
  text-transform: uppercase;
}
#content-fan #form-fan textarea {
  display: block;
  width: 100%;
  background: #353535;
  font-size: 2rem;
  color: #ffffff;
  line-height: 40px;
  border: none;
  padding: 10px 15px;
  margin-bottom: 1.5rem;
  outline: 0;
  height: 60px;
  resize: none;
}
#content-fan #form-fan textarea::placeholder {
  text-transform: uppercase;
}
#content-fan #form-fan .send-form-fan {
  display: block;
  float: right;
  background: #ffffff;
  font-size: 1.7rem;
  font-weight: bold;
  color: #686868;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  margin-bottom: 7rem;
  border: none;
  outline: 0;
}
#content-fan .list-search {
  width: 85%;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  margin-bottom: 15rem;
}
#content-fan .list-search li {
  line-height: 60px;
  border-top: 2px solid #ffffff;
}
#content-fan .list-search li:last-child {
  border-bottom: 2px solid #ffffff;
}
#content-fan .list-search li a {
  display: flex;
  font-size: 2rem;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1px;
  align-items: center;
  padding: 0 50px;
  cursor: pointer;
  transition: .15s ease all;
}
#content-fan .list-search li a .icon {
  margin-right: 5rem;
}
#content-fan .list-search li a:hover {
  font-weight: bold;
}
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
  #hero-calendar .tabs-calendar {
    display: none;
  }
  #hero-calendar .select-tabs-calendar {
    display: block;
    width: 80vw;
    font-size: 3rem;
    background: transparent;
    border: none;
    border-top: 2px solid #ddd;
    padding: 10px;
    outline: 0;
  }
  #hero-calendar .select-tabs-calendar .option-tab {
    display: block;
    width: 80vw !important;
  }
  #modal-gallery .carousel .carousel-inner .item img {
    height: auto !important;
  }
  #modal-gallery .carousel .carousel-inner .item.active {
    display: flex;
    align-items: center;
  }
  #modal-gallery .carousel .carousel-inner .item .carousel-caption {
    top: -30px !important;
    width: 100%;
    right: 0;
    left: 0;
  }
  #modal-gallery .carousel-control.left {
    left: -5px !important;
  }
  #modal-gallery .carousel-control.right {
    right: -5px !important;
  }
  #modal-gallery .carousel-indicators li {
    width: 10vw !important;
    height: 5vh !important;
  }
  #modal-gallery .carousel-indicators li img {
    height: 100%;
    width: auto !important;
    right: 0;
    margin: 0 auto;
  }
  .navbar {
    top: 0;
  }
  .navbar .navbar-brand {
    top: 0;
    height: 80px;
  }
  .navbar #menu-stick {
    display: block;
    position: fixed;
    right: 3rem;
    top: 1.5rem;
    font-size: 3rem;
    color: #ffffff;
    line-height: 1;
  }
  .navbar .header-content {
    position: fixed;
    background: #353535;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: -100vh;
    padding-top: 8rem;
    opacity: 0;
    transition: .7s ease all;
    z-index: 10;
  }
  .navbar .header-content #close_menu-stick {
    position: absolute;
    z-index: 10;
    top: 2rem;
    right: 2rem;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
  }
  .navbar .header-content #close_menu-stick:before,
  .navbar .header-content #close_menu-stick:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px;
  }
  .navbar .header-content #close_menu-stick:before {
    transform: rotate(45deg);
  }
  .navbar .header-content #close_menu-stick:after {
    transform: rotate(-45deg);
  }
  .navbar .header-content .language {
    width: 195px !important;
    padding: 0 5px !important;
  }
  .navbar .header-content .social-media {
    width: 195px !important;
  }
  .navbar .header-content.active {
    top: 0vh;
    opacity: 1;
    transition: .7s ease all;
  }
  .navbar .header-content.active #close_menu-stick {
    display: block;
  }
  .navbar .container {
    padding-left: 3rem;
  }
  .navbar .container .navbar-center {
    display: block;
    margin: 0 auto;
  }
  .navbar .container .navbar-center li {
    display: block;
    width: 100%;
    text-align: left;
  }
  .navbar .container .navbar-center li a {
    line-height: 40px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    text-align: center;
  }
  .navbar .container .navbar-center li a.home-mobile {
    display: block;
  }
  #hero {
    height: 100vh;
    background: url('../images/news/homepage_background_mobile.png') no-repeat;
    background-size: auto;
    background-position: center;
  }
  #hero .title-hero {
    font-size: 6rem;
    text-align: center;
    margin-top: 0;
  }
  #hero .phrase {
    width: 100%;
    font-size: 3rem;
    text-shadow: 0px 0px 5px #000000;
  }
  #agenda {
    top: -14.5rem;
  }
  #agenda .table p {
    margin: 0 5px;
  }
  #agenda .table .date {
    width: 100%;
    height: auto;
    padding: 1rem;
    padding-top: 2rem;
    margin: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  #agenda .table .date .day {
    margin: auto .5rem;
  }
  #agenda .table .locale {
    width: 100%;
    height: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    letter-spacing: 2px;
    text-align: center;
  }
  #agenda .table .tickets {
    display: flex;
    width: 100%;
    height: auto;
    justify-content: center;
    padding: 0 0 2rem;
  }
  #agenda .table .tickets .btn-ticket {
    padding: 10px;
  }
  #agenda .table .tickets .btn-ticket i {
    display: none;
  }
  #agenda .drop-agenda {
    min-width: 100%;
    width: 100% !important;
  }
  #agenda .drop-agenda .btn-agenda span {
    font-size: 1.8rem;
  }
  #agenda .drop-agenda .btn-agenda span:after {
    margin-left: 20px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 13px solid #ffffff;
    top: 16px;
  }
  #agenda .datas-anteriores {
    width: 100%;
  }
  #agenda .datas-anteriores .btn-agenda span {
    font-size: 1.75rem;
  }
  #agenda .datas-anteriores .btn-agenda span:after {
    margin-left: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 12px solid #ffffff;
    top: 15px;
  }
  #fadinho {
    position: relative;
    height: auto;
  }
  #fadinho img.img-desk {
    display: none !important;
  }
  #fadinho img.img-mobile {
    display: block !important;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  #fadinho .play {
    width: 45px !important;
    height: 45px !important;
    top: calc(100% / 2 - 2.5rem) !important;
    left: calc(100% / 2 - 2.5rem) !important;
  }
  #fadinho .description-fadinho {
    bottom: 1rem !important;
  }
  #fadinho .description-fadinho .title-description-fadinho {
    font-size: 1.8rem !important;
    margin-bottom: .5rem !important;
  }
  #fadinho .description-fadinho .date-fadinho,
  #fadinho .description-fadinho .album-fadinho {
    font-size: 1.2rem !important;
  }
  #footer {
    height: auto;
    padding: 30px 10px;
  }
  #footer .container {
    flex-flow: column;
  }
  #footer .list-instagram {
    max-width: 220px !important;
    height: auto;
    display: inline-flex;
    flex-direction: row;
    flex-flow: wrap;
  }
  #footer .list-instagram li {
    display: flex;
    width: 24vw;
    height: 24vw;
    margin-bottom: 1.5rem;
  }
  #footer .title-footer {
    margin-bottom: 0;
  }
  #footer .espelho {
    left: auto;
    right: 20px;
    bottom: 43px;
  }
  #hero-calendar {
    height: 100vh;
    background: url('../images/news/agenda_background_mobile.png') no-repeat;
    background-size: auto;
    background-position: center;
  }
  #agenda {
    margin-top: 0;
  }
  #agenda .title-hero-calendar {
    font-size: 3rem;
    margin-bottom: 5rem;
  }
  #discografia .box-discografia {
    width: 100% !important;
  }
  #discografia .box-discografia .capa-disco {
    width: 100% !important;
    height: 400px;
  }
  #discografia .box-discografia .spotfy {
    width: 100% !important;
    height: 400px !important;
  }
  #discografia .box-discografia .btn-spotfy {
    position: relative;
    top: 15px;
    display: table !important;
    margin: 0 auto;
  }
  #videos .box-content-video {
    width: 100%;
  }
  #videos .box-content-video .content-video {
    width: 100%;
    height: 350px;
  }
  #videos .box-content-video .content-video .play {
    width: 45px !important;
    height: 45px !important;
    top: calc(100% / 2 - 2.5rem) !important;
    left: calc(100% / 2 - 2.5rem) !important;
  }
  #videos .box-content-video .content-video .title-content-video {
    font-size: 1.8rem !important;
  }
  #videos .box-content-video .content-video .date-video,
  #videos .box-content-video .content-video .album {
    font-size: 1.2rem !important;
  }
  #hero-photos {
    position: relative;
    height: 100vh;
    background: url('../images/back-default.png') no-repeat;
    background-size: auto;
    background-position: top;
  }
  #hero-photos .phrase {
    width: 100%;
    font-size: 3.25rem;
    text-shadow: 0px 0px 5px #000000;
    margin-top: 0;
  }
  #galeria .title-hero-photos {
    font-size: 3rem;
  }
  #galeria .capa-galeria {
    width: 100% !important;
    height: 240px !important;
    float: none !important;
    padding: 0 15px;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  #galeria .capa-galeria img {
    width: 100%;
    max-height: 100%;
    height: auto;
  }
  #galeria .capa-galeria .title-content-galeria {
    font-size: 2.5rem !important;
    margin-bottom: .5rem !important;
  }
  #biography {
    background: url('../images/news/biogrfia_backgroun_mobile.png') no-repeat;
    background-size: auto;
    background-position: center;
  }
  .title-hero-biography {
    width: 100%;
    font-size: 3rem;
  }
  .text-bio {
    top: -14.5rem;
  }
  .text-bio .title-bio {
    font-size: 3rem !important;
    margin-bottom: 8.3rem !important;
  }
  .text-bio .list-page {
    width: 205px;
  }
  .text-bio .list-page li {
    width: 40px;
    height: 45px;
  }
  .text-bio .list-page li:last-child {
    margin-right: 0;
  }
  #box-video-bio #video-bio {
    height: 300px;
  }
  #box-video-bio #video-bio .play {
    width: 45px !important;
    height: 45px !important;
    top: calc(100% / 2 - 2.5rem) !important;
    left: calc(100% / 2 - 2.5rem) !important;
  }
  #contacts {
    background: url('../images/back-default.png') no-repeat;
    background-size: auto;
    background-position: top;
  }
  #contacts #hero-contacts .phrase {
    width: 100% !important;
    font-size: 3.25rem;
    margin-top: 0;
  }
  #info-contact .title-contacts {
    font-size: 3rem !important;
  }
  #info-contact .info .description-info {
    width: 100%;
    font-size: 1.5rem;
  }
  #info-contact .espelho {
    margin-top: 15px;
    left: calc(100% / 2 - 50px) !important;
  }
  #form-contact .title-form-contact {
    font-size: 3rem;
  }
  #form-contact form {
    width: 100%;
  }
  #form-contact form .btn-form {
    width: 100%;
    font-size: 1.95rem;
  }
  #form-contact form textarea {
    height: 200px;
  }
  #news {
    background: url('../images/back-default.png');
    background-size: auto;
    background-position: top;
  }
  #hero-news {
    height: 100vh;
    background-size: cover;
    padding: 0;
  }
  #hero-news .phrase {
    width: 100%;
    font-size: 3.25rem;
    text-shadow: 0px 0px 5px #000000;
    margin-top: 0;
  }
  #list-news {
    background-size: cover;
  }
  #list-news .title-news {
    font-size: 3rem;
  }
  #list-news .noticias .more-news {
    min-width: 0;
    width: 100%;
  }
  #list-news .noticias .media a {
    display: block;
  }
  #list-news .noticias .media a .media-left {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
  }
  #list-news .noticias .media a .media-left .media-object {
    width: 240px;
    height: 240px;
    margin: 0 auto;
  }
  #list-news .noticias .media a .media-body {
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    padding-left: 0;
  }
  #list-news .noticias .media a .media-body .media-heading {
    text-align: center;
    margin-bottom: 2rem;
  }
  #list-news .noticias .media a .media-body .text-media {
    margin-bottom: 1.5rem;
  }
  #music-and-video {
    background: url('../images/back-default.png') no-repeat;
    background-size: auto;
    background-position: top;
  }
  #music-and-video #hero-music-video {
    height: 100vh;
    background-size: cover;
    padding: 0;
  }
  #music-and-video #hero-music-video .phrase {
    width: 100%;
    font-size: 3.25rem;
    text-shadow: 0px 0px 5px #000000;
    margin-top: 0;
  }
  #music-and-video #section-discos .title-hero-music-video {
    font-size: 3rem;
  }
  #music-and-video #discografia {
    background-size: cover;
  }
  #music-and-video #discografia div {
    padding: 0 3px;
  }
  #music-and-video #discografia div .capa-disco {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
    display: block !important;
    float: none !important;
  }
  #music-and-video #videos {
    background-size: cover;
    padding: 0 15px;
    padding-bottom: 15rem;
  }
  #music-and-video #videos .title-video {
    font-size: 3rem;
  }
  #music-and-video #videos .content-video a .description-video {
    text-shadow: 0px 0px 5px #000000;
  }
  #music-and-video #videos .content-video a .description-video .title-content-video {
    font-size: 2.5rem;
  }
  #music-and-video .more-discografia {
    min-width: 270px;
    width: 270px;
  }
  #fan-faqs {
    background: url('../images/back-default.png') no-repeat;
    background-size: auto;
    background-position: top;
    min-height: 100vh;
  }
  #hero-fan-faqs .phrase {
    width: 100%;
    font-size: 3.25rem;
    margin-top: 0;
  }
  #content-fan .title-hero-fan-faqs {
    font-size: 3rem;
  }
  #content-fan .box-carousel-fan {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5rem;
  }
  #content-fan .box-carousel-fan .carousel {
    width: 100%;
  }
  #content-fan .box-carousel-fan .carousel .carousel-caption .title-carousel-fan {
    font-size: 1.4rem;
  }
  #content-fan .box-carousel-fan .carousel .carousel-control {
    width: 20px;
  }
  #content-fan .box-carousel-fan .carousel .carousel-control.left {
    left: -60px;
  }
  #content-fan .box-carousel-fan .carousel .carousel-control.right {
    right: -60px;
  }
  #content-fan .box-carousel-fan .carousel .play {
    width: 45px !important;
    height: 45px !important;
    top: calc(100% / 2 - 2.5rem) !important;
    left: calc(100% / 2 - 2.5rem) !important;
  }
  #content-fan .box-carousel-fan .carousel-inner .item {
    position: relative;
    height: 400px;
  }
  #content-fan .box-carousel-fan .carousel-inner .item a {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #content-fan .box-carousel-fan .carousel-inner .item a img {
    position: absolute;
    height: 100% !important;
    max-width: 10000% !important;
    width: auto !important;
    left: calc(100% / 2 - 400px);
  }
  #content-fan #form-fan textarea {
    height: 300px;
    line-height: normal;
  }
  #content-fan #form-fan input {
    padding: 10px 15px;
  }
  #content-fan #form-fan .send-form-fan {
    width: 100%;
  }
  #content-fan .list-search li a {
    height: 80px;
    font-size: 1.5rem;
    padding: 0 10px;
  }
  #content-fan .list-search li a span {
    line-height: 20px;
  }
  #content-fan .list-search li a span.icon {
    font-size: 2rem;
    margin-right: 2rem;
    width: auto;
    height: auto;
    padding: 5px 15px;
  }
}
#modal-gallery {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -1000vh;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10;
  opacity: 0;
  transition: 1.5s ease all;
}
#modal-gallery.active {
  top: 0;
  opacity: 1;
}
#modal-gallery .btn-close-gallery {
  position: absolute;
  z-index: 2;
  top: 35px;
  right: 35px;
  display: inline-block;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: none;
  background: transparent;
  opacity: .7;
}
#modal-gallery .btn-close-gallery:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
  transform: rotate(45deg);
}
#modal-gallery .btn-close-gallery:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #fff;
  border-radius: 5px;
  margin-top: -6px;
  transform: rotate(-45deg);
}
#modal-gallery .btn-close-gallery:hover {
  opacity: 1;
}
#modal-gallery .carousel {
  position: relative;
  width: 100vw;
  height: 100vh;
}
#modal-gallery .carousel[data-type] {
  display: none;
}
#modal-gallery .carousel .carousel-inner {
  width: 70vw;
  height: 70vh;
  margin: 0 auto;
  top: calc(15%);
  overflow: visible;
}
#modal-gallery .carousel .carousel-inner .item {
  width: 100%;
  height: 100%;
}
#modal-gallery .carousel .carousel-inner .item img {
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
#modal-gallery .carousel .carousel-inner .item .carousel-caption {
  top: -10vh;
  font-size: 15px;
}
#modal-gallery .carousel .carousel-indicators li {
  position: relative;
  width: 7vw;
  height: 7vh;
  border: 2px solid #ffffff;
  border-radius: 3px;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
#modal-gallery .carousel .carousel-indicators li img {
  position: absolute;
  left: 0;
  width: 100%;
}
#modal-gallery .carousel .carousel-indicators li.active,
#modal-gallery .carousel .carousel-indicators li:hover {
  margin: 1px;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}
#modal-gallery .carousel .carousel-control {
  background-color: transparent !important;
  width: auto !important;
  height: 50px !important;
  display: flex;
  align-items: center;
  top: calc(100% / 2 - 25px);
}
#modal-gallery .carousel .carousel-control.left {
  left: 90px;
  transform: rotate(90deg);
}
#modal-gallery .carousel .carousel-control.right {
  right: 90px;
  transform: rotate(-90deg);
}
@media (min-width: 645px) and (max-width: 768px) {
  #galeria .capa-galeria img {
    position: absolute;
    width: 100% !important;
  }
}
@media (max-width: 320px) {
  #section-discos #discografia .box-discografia .capa-disco {
    overflow: hidden;
  }
  #section-discos #discografia .box-discografia .capa-disco img {
    position: absolute;
    width: auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #galeria .box-photos {
    max-width: 700px;
  }
  #galeria .box-photos .capa-galeria {
    display: block;
    width: 350px;
    height: 350px;
    float: left;
    overflow: hidden;
    position: relative;
  }
  .box-discografia {
    width: 700px;
  }
  .box-discografia .capa-disco,
  .box-discografia .spotfy {
    width: 350px !important;
    height: 350px !important;
  }
  #videos .box-content-video {
    width: 700px;
  }
  #videos .box-content-video .content-video {
    width: 350px;
    height: 350px;
  }
  .navbar #menu-stick {
    display: block;
    position: absolute;
    right: 3rem;
    top: 1.5rem;
    font-size: 3rem;
    color: #ffffff;
    line-height: 1;
  }
  .navbar .header-content {
    position: fixed;
    background: #353535;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: -100vh;
    padding-top: 8rem;
    opacity: 0;
    transition: .7s ease all;
  }
  .navbar .header-content #close_menu-stick {
    position: absolute;
    z-index: 10;
    top: 2rem;
    right: 2rem;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
  }
  .navbar .header-content #close_menu-stick:before,
  .navbar .header-content #close_menu-stick:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #fff;
    border-radius: 5px;
    margin-top: -6px;
  }
  .navbar .header-content #close_menu-stick:before {
    transform: rotate(45deg);
  }
  .navbar .header-content #close_menu-stick:after {
    transform: rotate(-45deg);
  }
  .navbar .header-content .language {
    width: 195px !important;
    padding: 0 5px !important;
  }
  .navbar .header-content .social-media {
    width: 195px !important;
  }
  .navbar .header-content .navbar-center {
    display: block;
    margin: 0 auto;
  }
  .navbar .header-content .navbar-center li {
    display: block;
    width: 100%;
    text-align: left;
  }
  .navbar .header-content .navbar-center li a {
    line-height: 40px;
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    text-align: center;
  }
  .navbar .header-content .navbar-center li a.home-mobile {
    display: block;
  }
  .navbar .header-content.active {
    top: 0vh;
    opacity: 1;
    transition: .7s ease all;
  }
  .navbar .header-content.active #close_menu-stick {
    display: block;
  }
}
