body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
div,
img,
form,
fieldset,
label,
input,
select,
textarea {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  font: 15px Arial, sans-serif;
}

@font-face {
  font-family: 'AharoniBold';
  src: url('../fonts/aharoni.eot');
  src: url('../fonts/aharoni.eot') format('embedded-opentype'), url('../fonts/aharoni.woff2') format('woff2'), url('../fonts/aharoni.woff') format('woff'), url('../fonts/aharoni.ttf') format('truetype'), url('../fonts/aharoni.svg#AharoniBold') format('svg');
}

@font-face {
  font-family: 'museo300';
  src: url('../fonts/museo300-regular.eot');
  src: url('../fonts/museo300-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/museo300-regular.woff2') format('woff2'), url('../fonts/museo300-regular.woff') format('woff'), url('../fonts/museo300-regular.ttf') format('truetype'), url('../fonts/museo300-regular.svg#museo300') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'museo_sans300';
  src: url('../fonts/museosans-300.eot');
  src: url('../fonts/museosans-300.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans-300.woff2') format('woff2'), url('../fonts/museosans-300.woff') format('woff'), url('../fonts/museosans-300.ttf') format('truetype'), url('../fonts/museosans-300.svg#museo_sans300') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'museo_sans300_italic';
  src: url('../fonts/museosans-300italic.eot');
  src: url('../fonts/museosans-300italic.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans-300italic.woff2') format('woff2'), url('../fonts/museosans-300italic.woff') format('woff'), url('../fonts/museosans-300italic.ttf') format('truetype'), url('../fonts/museosans-300italic.svg#museo_sans300_italic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'museo500';
  src: url('../fonts/museo500-regular.eot');
  src: url('../fonts/museo500-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/museo500-regular.woff2') format('woff2'), url('../fonts/museo500-regular.woff') format('woff'), url('../fonts/museo500-regular.ttf') format('truetype'), url('../fonts/museo500-regular.svg#museo500') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'museo_sans500';
  src: url('../fonts/museosans_500.eot');
  src: url('../fonts/museosans_500.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans_500.woff2') format('woff2'), url('../fonts/museosans_500.woff') format('woff'), url('../fonts/museosans_500.ttf') format('truetype'), url('../fonts/museosans_500.svg#museo_sans500') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'museo700';
  src: url('../fonts/museo700-regular.eot');
  src: url('../fonts/museo700-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/museo700-regular.woff2') format('woff2'), url('../fonts/museo700-regular.woff') format('woff'), url('../fonts/museo700-regular.ttf') format('truetype'), url('../fonts/museo700-regular.svg#museo700') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'museo_sans700';
  src: url('../fonts/museosans_700.eot');
  src: url('../fonts/museosans_700.eot?#iefix') format('embedded-opentype'), url('../fonts/museosans_700.woff2') format('woff2'), url('../fonts/museosans_700.woff') format('woff'), url('../fonts/museosans_700.ttf') format('truetype'), url('../fonts/museosans_700.svg#museo_sans700') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
  overflow-x: hidden;
}

body,
html {
  /* min-width: 990px; */
}

a {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}

.center {
  display: block;
  width: 990px;
  margin: 0 auto;
  position: relative;
  text-align: left;
}

.ico-menu {
  display: none;
}

.lang {
  background: url(../img/icos-flag.png) no-repeat right center;
  width: 104px;
  height: 12px;
  position: absolute;
  margin: 0;
  z-index: 15;
  right: 15px;
  top: 20px;
}

.lang li {
  float: left;
  display: inline;
  margin: 0 0 0 9px;
  width: 17px;
  height: 12px;
  font-size: 0;
  text-indent: -9999px;
}

.lang li a {
  display: block;
  width: 17px;
  height: 12px;
}

/* ----- HEADER ----- */
#header {
  position: absolute;
  width: 100%;
  min-height: 100px;
  /* min-width: 990px; */
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

#header .logo {
  float: left;
  display: inline;
  margin: 55px 0 0;
}

#header .menu {
  position: absolute;
  right: 15px;
  top: 0;
}

#header .menu li {
  float: left;
  display: inline;
  margin: 70px 0 0 50px;
  font-size: 11px;
  text-transform: uppercase;
  font-family: 'museo_sans700';
}

body.he #header .menu li {
  float: right;
  font-size: 15px;
  font-family: 'AharoniBold';
}

#header .menu li a {
  color: #8b8d92;
  display: inline-block;
  line-height: 30px;
  position: relative;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

#header .menu li a:hover,
#header .menu li a.active {
  color: white;
}

#header .menu li a.active:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -70px;
  margin: 0 0 0 -960px;
  background: url(../img/bg-header.png) no-repeat center 0;
  width: 1920px;
  height: 7px;
}

#header.fixed {
  position: fixed;
  background: black;
  min-height: 70px;
}

#header.fixed .lang {
  display: none;
}

#header.fixed .logo {
  margin-top: 15px;
  height: 40px;
}

#header.fixed .menu li {
  margin-top: 20px;
}

#header.fixed .menu li a.active:after {
  top: -20px;
}

.content {
  background-position: center top;
  background-repeat: no-repeat;
  clear: both;
  float: left;
  width: 100%;
  /* min-width: 990px; */
  position: relative;
  z-index: 2;
}

/* ----- ERRO ----- */
#erro {
  background: #1f1f1f;
  height: 300px;
  padding: 250px 0 0;
  z-index: 1;
  color: white;
  text-align: center;
}

/* ----- VIDEO ----- */
.video-player {
  background: black;
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.video-player .bt-close {
  background: black url(../lightbox/close.png) no-repeat 0 bottom;
  border: 10px solid black;
  position: absolute;
  z-index: 5;
  top: 50px;
  right: 50px;
  width: 37px;
  height: 37px;
}

.video-player .bt-close:hover {
  background-position: 0 0;
}

.video-player iframe {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* ----- HOME ----- */
#home {
  background: #1f1f1f;
  height: 1280px;
  z-index: 1;
}

#home .cycle-slideshow {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

#home .cycle-slideshow .cycle-prev,
#home .cycle-slideshow .cycle-next {
  background: url(../img/ico-nav.png) no-repeat;
  position: absolute;
  z-index: 105;
  top: 50%;
  left: 0;
  width: 57px;
  height: 57px;
  margin: -28px 0 0;
  cursor: pointer;
}

#home .cycle-slideshow .cycle-next {
  background-position: right 0;
  left: auto;
  right: 0;
}

#home .cycle-slideshow .cycle-pager {
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 150;
  margin-left: 0;
  padding: 10px;
  width: 100%;
  text-align: right;
}

#home .cycle-slideshow .cycle-pager span {
  background: url(../img/ico-bullets.png) no-repeat;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
  width: 14px;
  height: 14px;
  font-size: 0;
  text-indent: -9999px;
}

#home .cycle-slideshow .cycle-pager span.cycle-pager-active {
  background-position: center bottom;
}

#home .cycle-slideshow .imgs {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#home .cycle-slideshow .imgs .bt-comprar,
#home .cycle-slideshow .imgs .bt-comprar2 {
  display: none;
}

#home .cycle-slideshow .imgs.img-1 .bt-comprar2 {
  background: #fecb36;
  border-radius: 5px;
  position: absolute;
  left: 62.8vw;
  top: 20.7916vw;
  display: block;
  width: 8.5937vw;
  height: 2.4479vw;
  color: black;
  font-size: 0.8333vw;
  line-height: 2.6479vw;
  text-align: center;
  text-transform: uppercase;
  font-family: 'museo300';
}

#home .cycle-slideshow .imgs.img-4 .bt-comprar {
  background: url(../img/bt-comprar.png) no-repeat;
  width: 81px;
  height: 26px;
  position: absolute;
  left: 50%;
  top: 385px;
  margin: 0 0 0 425px;
  font-size: 0;
  text-indent: -9999px;
  display: block;
}

body.en #home .cycle-slideshow .imgs.img-4 .bt-comprar {
  background-image: url(../img/bt-comprar-en.png);
}

body.es #home .cycle-slideshow .imgs.img-4 .bt-comprar {
  background-image: url(../img/bt-comprar-es.png);
  width: 100px;
}

body.he #home .cycle-slideshow .imgs.img-4 .bt-comprar {
  background-image: url(../img/bt-comprar-he.png);
}

#home .cycle-slideshow .imgs a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

/* ----- BIOGRAFIA ----- */
#biografia {
  background: white;
  min-height: 700px;
  padding-bottom: 50px;
}

#biografia h2 {
  background: url(../img/bg_title-biografia.png) no-repeat center top;
  width: 100%;
  height: 126px;
  padding: 15px 0 0;
  clear: both;
  float: left;
  display: inline;
  margin: -15px 0 0;
  color: white;
  font-size: 35px;
  font-family: 'museo300';
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

body.he #biografia h2 {
  font-family: 'AharoniBold';
}

#biografia h2 .center {
  line-height: 126px;
}

#biografia h2 .center:after {
  content: "";
  background: url(../img/ico-biografia.png) no-repeat;
  width: 66px;
  height: 70px;
  display: block;
  position: absolute;
  right: 0;
  top: -15px;
}

#biografia div.center {
  border-top: 1px solid #ccc;
  clear: both;
  position: relative;
  z-index: 1;
  top: -1px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
}

#biografia .image {
  width: 370px;
  float: left;
  display: inline;
  margin: 50px 0 0 0;
}

#biografia .text {
  /* width: 510px; */
  float: left;
  display: inline;
  margin: 50px 0 0;
}

#biografia .text h3 {
  padding: 15px 0 0;
  color: #333;
  font-size: 19px;
  line-height: 115%;
  font-family: 'museo500';
}

#biografia .text p {
  padding: 20px 0 0;
  color: #666;
  font-size: 15px;
  line-height: 115%;
  font-family: 'museo_sans300';
}

/* ----- GALERIA ----- */
#galeria {
  background: #1f1f1f;
  height: 882px;
}

#galeria h2 {
  width: 100%;
  height: 133px;
  padding: 15px 0 0;
  clear: both;
  float: left;
  display: inline;
  margin: -15px 0 0;
  color: #a9a9a9;
  font-size: 35px;
  font-family: 'museo300';
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

body.he #galeria h2 {
  font-family: 'AharoniBold';
}

#galeria h2 .center {
  line-height: 133px;
}

#galeria h2 .center:after {
  content: "";
  background: url(../img/ico-galeria.png) no-repeat;
  width: 66px;
  height: 70px;
  display: block;
  position: absolute;
  right: 0;
  top: -15px;
}

#galeria .nav-galeria {
  border-bottom: 1px solid #666;
  clear: both;
  float: left;
  display: inline;
  margin-top: -44px;
  width: 100%;
  position: relative;
  z-index: 3;
}

#galeria .nav-galeria li {
  border: 1px solid #1f1f1f;
  border-bottom: none;
  cursor: pointer;
  width: 136px;
  height: 42px;
  float: left;
  color: #a9a9a9;
  font-size: 15px;
  line-height: 42px;
  font-family: 'museo300';
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

body.he #galeria .nav-galeria li {
  font-size: 17px;
  font-family: 'AharoniBold';
}

#galeria .nav-galeria li:first-child {
  margin-left: 400px;
}

#galeria .nav-galeria li.active {
  color: #fecb36;
  position: relative;
  border-color: #fecb36;
  border-bottom: 1px solid #1f1f1f;
  top: 1px;
  line-height: 40px;
}

#galeria .nav-galeria li.active:before,
#galeria .nav-galeria li.active:after {
  content: "";
  background: url(../img/shadow-active.png) no-repeat;
  width: 30px;
  height: 1px;
  position: absolute;
  z-index: 1;
  left: -30px;
  bottom: -1px;
  display: block;
}

#galeria .nav-galeria li.active:after {
  background-position: 0 bottom;
  right: -30px;
  left: auto;
}

#galeria .nav-galeria li:hover {
  color: #fecb36;
}

#galeria .abas {
  clear: both;
  float: left;
  display: inline;
  margin: 70px 0 0;
  width: 100%;
  height: 556px;
  position: relative;
}

#galeria .abas .box {
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 560px;
}

/* galeria - fotos */
#galeria .jcarousel-wrapper-fotos {
  width: 990px;
  height: 560px;
}

#galeria .jcarousel-fotos {
  position: relative;
  overflow: hidden;
  padding-bottom: 30px;
  width: 990px;
  height: 530px;
}

#galeria .owl-carousel-mobile {
  display: none;
}

#galeria .jcarousel-fotos .owl-item {
  /* width: 20000em; */
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#galeria .jcarousel-fotos .owl-item .item {
  float: left;
  width: 100%;
  height: 530px;
  position: relative;
}

#galeria .jcarousel-wrapper-fotos .jcarousel-control-fotos-prev,
#galeria .jcarousel-wrapper-fotos .jcarousel-control-fotos-next {
  background: url(../img/ico-navs.png) no-repeat;
  position: absolute;
  top: 50%;
  width: 37px;
  height: 37px;
  margin: -18px 0 0;
  font-size: 0;
  text-indent: -9999px;
}

#galeria .jcarousel-wrapper-fotos .jcarousel-control-fotos-prev {
  left: -53px;
  background-position: left 0;
}

#galeria .jcarousel-wrapper-fotos .jcarousel-control-fotos-next {
  right: -53px;
  background-position: right 0;
}

#galeria .jcarousel-wrapper-fotos .jcarousel-control-fotos-prev.inactive {
  background-position: left bottom;
  cursor: default;
}

#galeria .jcarousel-wrapper-fotos .jcarousel-control-fotos-next.inactive {
  background-position: right bottom;
  cursor: default;
}

#galeria .jcarousel-wrapper-fotos .jcarousel-pagination-fotos,
#galeria .owl-dots {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  text-align: center;
}

#galeria .jcarousel-wrapper-fotos .jcarousel-pagination-fotos a,
#galeria .owl-dots .owl-dot {
  background: url(../img/ico-bullets.png) no-repeat;
  display: inline-block;
  margin: 0 3px;
  width: 16px;
  height: 16px;
  font-size: 0;
  text-indent: -9999px;
  border: 1px solid #eec40e;
  border-radius: 50%;
  box-sizing: border-box;
}

#galeria .jcarousel-wrapper-fotos .jcarousel-pagination-fotos a:hover,
#galeria .jcarousel-wrapper-fotos .jcarousel-pagination-fotos a.active,
#galeria .owl-dots .owl-dot:hover,
#galeria .owl-dots .owl-dot.active {
  background-position: 0 bottom;
}

#galeria .jcarousel-fotos .ms {
  background: black;
  position: absolute;
  width: 330px;
  overflow: hidden;
}

#galeria .jcarousel-fotos .ms.m-1 {
  left: 0;
  top: 0;
  width: 315px;
  height: 220px;
}

#galeria .jcarousel-fotos .ms.m-2 {
  left: 0;
  top: 220px;
  width: 315px;
  height: 310px;
}

#galeria .jcarousel-fotos .ms.m-3 {
  left: 315px;
  top: 0;
  width: 360px;
  height: 530px;
}

#galeria .jcarousel-fotos .ms.m-4 {
  left: 675px;
  top: 0;
  width: 315px;
  height: 310px;
}

#galeria .jcarousel-fotos .ms.m-5 {
  left: 675px;
  top: 310px;
  width: 315px;
  height: 220px;
}

#galeria .jcarousel-fotos .ms span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#galeria .jcarousel-fotos .owl-item .ms span {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

#galeria .jcarousel-fotos .ms a {
  background: url(../img/ico-zoom.png) no-repeat center -36px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

#galeria .jcarousel-fotos .ms a:hover {
  background-position: center center;
  background-color: rgba(0, 0, 0, .4);
}

#galeria .jcarousel-fotos .ms img {
  display: inline;
  width: 100%;
  display: none;
}

#galeria .jcarousel-fotos ul li:first-child .ms img {
  width: auto;
  height: 100%;
  min-width: 33.333%;
  overflow: hidden;
}

/* galeria - eventos */

#galeria .jcarousel-wrapper-eventos {
  width: 990px;
  height: 560px;
}

#galeria .jcarousel-eventos {
  position: relative;
  overflow: hidden;
  width: 990px;
  height: 530px;
  padding-bottom: 30px;
}

#galeria .jcarousel-eventos .owl-carousel {
  /* width: 20000em; */
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#galeria .jcarousel-eventos .owl-carousel .owl-item {
  float: left;
  width: 100%;
  height: 530px;
  position: relative;
}

#galeria .jcarousel-wrapper-eventos .jcarousel-control-eventos-prev,
#galeria .jcarousel-wrapper-eventos .jcarousel-control-eventos-next {
  background: url(../img/ico-navs.png) no-repeat;
  position: absolute;
  top: 50%;
  width: 37px;
  height: 37px;
  margin: -18px 0 0;
  font-size: 0;
  text-indent: -9999px;
}

#galeria .jcarousel-wrapper-eventos .jcarousel-control-eventos-prev {
  left: -53px;
  background-position: left 0;
}

#galeria .jcarousel-wrapper-eventos .jcarousel-control-eventos-next {
  right: -53px;
  background-position: right 0;
}

#galeria .jcarousel-wrapper-eventos .jcarousel-control-eventos-prev.inactive {
  background-position: left bottom;
  cursor: default;
}

#galeria .jcarousel-wrapper-eventos .jcarousel-control-eventos-next.inactive {
  background-position: right bottom;
  cursor: default;
}

#galeria .jcarousel-wrapper-eventos .jcarousel-pagination-eventos {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

#galeria .jcarousel-wrapper-eventos .jcarousel-pagination-eventos a {
  background: url(../img/ico-bullets.png) no-repeat;
  display: inline-block;
  margin: 0 3px;
  width: 16px;
  height: 16px;
  font-size: 0;
  text-indent: -9999px;
  border: 1px solid #eec40e;
  border-radius: 50%;
  box-sizing: border-box;
}

#galeria .jcarousel-wrapper-eventos .jcarousel-pagination-eventos a:hover,
#galeria .jcarousel-wrapper-eventos .jcarousel-pagination-eventos a.active {
  background-position: 0 bottom;
}

#galeria .jcarousel-eventos .ms {
  background: black;
  width: 240px;
  height: 169px;
  overflow: hidden;
  float: left;
  display: inline;
  margin: 4px 4px 3px 3px;
  position: relative;
}

#galeria .jcarousel-eventos .owl-item .ms span {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

#galeria .jcarousel-eventos .ms a {
  background: url(../img/ico-zoom.png) no-repeat center -36px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

#galeria .jcarousel-eventos .ms a:hover {
  background-position: center center;
  background-color: rgba(0, 0, 0, .4);
}

#galeria .jcarousel-eventos .ms img {
  display: inline;
  height: 100%;
  display: none;
}

/* galeria - videos,clipes */
#galeria .player {
  background: black;
  float: left;
  display: inline;
  margin: 35px 0 0;
  width: 780px;
  height: 480px;
}

#galeria .thumbs {
  width: 200px;
  float: left;
  display: inline;
  margin: 0 0 0 10px;
}

#galeria .thumbs ul li img {
  width: 100%;
  min-height: 90px;
}

#galeria .thumbs ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 170px;
  height: 100px;
  font-size: 0;
  padding: 13px 15px 0;
  text-indent: -9999px;
  font-family: 'museo300';
  text-transform: uppercase;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

#galeria .thumbs ul li a.active {
  background-color: rgba(0, 0, 0, .8);
}

#galeria .thumbs ul li a:hover {
  background-color: rgba(0, 0, 0, .8);
  color: white;
  font-size: 12px;
  text-align: center;
  text-indent: 0;
}

#galeria .thumbs ul li a.active:hover {
  font-size: 0;
  text-indent: -9999px;
}

/* galeria - videos */
#galeria .jcarousel-wrapper-videos {
  float: left;
  display: inline;
  margin: 35px 0 0;
  width: 210px;
  height: 480px;
  position: relative;
}

#galeria .jcarousel-videos {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 480px;
}

#galeria .jcarousel-videos ul {
  height: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#galeria .jcarousel-videos li {
  clear: left;
  float: left;
  width: 200px;
  height: 120px;
  position: relative;
}

#galeria .jcarousel-wrapper-videos .jcarousel-control-videos-prev,
#galeria .jcarousel-wrapper-videos .jcarousel-control-videos-next {
  background: url(../img/ico-navs-v.png) no-repeat;
  position: absolute;
  left: 50%;
  width: 37px;
  height: 37px;
  margin: 0 0 0 -18px;
  font-size: 0;
  text-indent: -9999px;
}

#galeria .jcarousel-wrapper-videos .jcarousel-control-videos-prev {
  top: -53px;
  background-position: left 0;
}

#galeria .jcarousel-wrapper-videos .jcarousel-control-videos-next {
  bottom: -53px;
  background-position: right 0;
}

#galeria .jcarousel-wrapper-videos .jcarousel-control-videos-prev.inactive {
  background-position: left bottom;
  cursor: default;
}

#galeria .jcarousel-wrapper-videos .jcarousel-control-videos-next.inactive {
  background-position: right bottom;
  cursor: default;
}

/* galeria - clipes */
#galeria .jcarousel-wrapper-clipes {
  float: left;
  display: inline;
  margin: 35px 0 0;
  width: 200px;
  height: 480px;
  position: relative;
}

#galeria .jcarousel-clipes {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 480px;
}

#galeria .jcarousel-clipes ul {
  height: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#galeria .jcarousel-clipes li {
  clear: left;
  float: left;
  width: 200px;
  height: 120px;
  position: relative;
}

#galeria .jcarousel-wrapper-clipes .jcarousel-control-clipes-prev,
#galeria .jcarousel-wrapper-clipes .jcarousel-control-clipes-next {
  background: url(../img/ico-navs-v.png) no-repeat;
  position: absolute;
  left: 50%;
  width: 37px;
  height: 37px;
  margin: 0 0 0 -18px;
  font-size: 0;
  text-indent: -9999px;
}

#galeria .jcarousel-wrapper-clipes .jcarousel-control-clipes-prev {
  top: -53px;
  background-position: left 0;
}

#galeria .jcarousel-wrapper-clipes .jcarousel-control-clipes-next {
  bottom: -53px;
  background-position: right 0;
}

#galeria .jcarousel-wrapper-clipes .jcarousel-control-clipes-prev.inactive {
  background-position: left bottom;
  cursor: default;
}

#galeria .jcarousel-wrapper-clipes .jcarousel-control-clipes-next.inactive {
  background-position: right bottom;
  cursor: default;
}

/* ----- MÃƒÆ’Ã…Â¡SICA ----- */
#musica {
  background: white;
  padding-bottom: 60px;
}

#musica .owl-carousel .owl-stage-outer {
  overflow: visible;
}

#musica .owl-nav {
  position: absolute;
  left: 50%;
  top: 60px;
  width: 112px;
  height: 39px;
  margin-left: -260px;
}

#musica .owl-nav div {
  background: url(../img/icon-navs.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 39px;
  font-size: 0;
  text-indent: -9999px;
}

#musica .owl-nav .owl-next {
  background-position: right 0;
  left: auto;
  right: 0;
}

#musica .owl-dots {
  position: absolute;
  left: 50%;
  top: 93px;
  width: 72px;
  height: 6px;
  line-height: 6px;
  margin-left: -240px;
  text-align: center;
}

#musica .owl-dots .owl-dot {
  border: 1px solid #bdbebd;
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 10px;
}

#musica .owl-dots .owl-dot.active {
  background: black;
  border-color: black;
}

#musica .musicas {
  background-position: center top;
  background-repeat: no-repeat;
  clear: both;
  float: left;
  width: 100%;
  /* height: 950px; */
  position: relative;
}

#musica h2 {
  background: url(../img/bg_title-musica.png) no-repeat center 15px;
  width: 100%;
  height: 155px;
  padding: 15px 0 0;
  clear: both;
  float: left;
  display: inline;
  margin: -15px 0 0;
  color: #595959;
  font-size: 35px;
  font-family: 'museo300';
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

#musica .musicas.musica-2 h2 {
  background: url(../img/bg_title-musica2.png) no-repeat center 15px;
}

#musica .musicas.musica-1 h2 {
  background: url(../img/bg_title-musica3.png) no-repeat center 15px;
}

body.he #musica h2 {
  font-family: 'AharoniBold';
}

#musica h2 .center {
  line-height: 158px;
}

#musica h2 .center:after {
  content: "";
  background: url(../img/ico-musica.png) no-repeat;
  width: 66px;
  height: 70px;
  display: block;
  position: absolute;
  right: 0;
  top: -15px;
}

#musica h2 .center em {
  font-family: 'museo300';
  float: right;
  display: inline;
  margin: 50px 135px 0 0;
  font-size: 16px;
  font-style: normal;
  line-height: 100%;
  text-align: right;
  width: 275px;
}

body.he #musica h2 .center em {
  margin-right: 200px;
  width: 160px;
  font-size: 20px;
  text-align: left;
  font-family: 'AharoniBold';
}

#musica .musicas.musica-2 h2 .center em {
  color: white;
  /*width:180px;margin-right:180px;*/
}

#musica .musicas.musica-1 h2 .center em {
  color: white;
}

#musica h2 .center em strong {
  font-family: 'museo700';
  font-weight: normal;
  display: block;
}

body.he #musica h2 .center em strong {
  font-family: 'AharoniBold';
}

#musica h2 .center em span {
  font-size: 14px;
  text-transform: none;
}

body.he #musica h2 .center em span {
  font-size: 18px;
}

#musica .album {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 4px;
  width: auto;
  margin: 0 0 0 -120px;
}

#musica .change-album {
  display: block;
  color: #595959;
  height: 36px;
  line-height: 100%;
  font-family: 'museo500';
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 55px;
  width: 72px;
  text-align: center;
  font-size: 16px;
  margin-left: -240px;
  text-transform: lowercase;
  cursor: pointer;
}

#musica .change-album strong {
  display: block;
  line-height: 18px;
  font-weight: normal;
  font-family: 'museo700';
}

#musica div.center {
  border-top: 1px solid #ccc;
  position: relative;
  padding: 20px 0 0;
  clear: both;
  z-index: 1;
  top: -1px;
}

#musica .box-audio {
  float: left;
  display: inline;
  margin: 30px 0 0;
  width: 480px;
  position: relative;
}

#musica .box-audio:nth-child(odd) {
  margin-left: 0;
}

#musica .box-audio:nth-child(even) {
  margin-left: 30px;
}

#musica .box-audio h3 {
  color: #1f1f1f;
  font-size: 14px;
  line-height: 150%;
  font-family: 'museo500';
}

#musica .box-audio .jp-audio {
  border: 1px solid #e5e5e5;
  clear: both;
  float: left;
  display: inline;
  margin: 5px 0 0;
  width: 478px;
}

#musica .box-audio .jp-audio .jp-interface {
  width: 470px;
  height: 37px;
  margin: 4px;
  overflow: hidden;
}

#musica .box-audio .jp-audio .jp-interface .jp-controls {
  background: #353535;
  float: right;
  width: 130px;
  height: 37px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#musica .box-audio .jp-audio .jp-interface .jp-controls .jp-stop,
#musica .box-audio .jp-audio .jp-interface .jp-controls .jp-mute,
#musica .box-audio .jp-audio .jp-interface .jp-controls .jp-volume-max {
  display: none !important;
}

#musica .box-audio .jp-audio .jp-interface .jp-controls .jp-play {
  background: url(../img/player-graphics.png) no-repeat;
  float: left;
  display: inline;
  margin: 4px 0 0 8px;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
}

#musica .box-audio .jp-audio .jp-interface .jp-controls .jp-pause {
  background: url(../img/player-graphics.png) no-repeat center bottom;
  float: left;
  display: inline;
  margin: 4px 0 0 8px;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
}

#musica .musicas.musica-2 .box-audio .jp-audio .jp-interface .jp-controls .jp-play,
#musica .musicas.musica-2 .box-audio .jp-audio .jp-interface .jp-controls .jp-pause {
  background-image: url(../img/player-graphics2.png);
}

#musica .musicas.musica-1 .box-audio .jp-audio .jp-interface .jp-controls .jp-play,
#musica .musicas.musica-1 .box-audio .jp-audio .jp-interface .jp-controls .jp-pause {
  background-image: url(../img/player-graphics3.png);
}

#musica .box-audio .jp-audio .jp-interface .jp-volume-bar,
#musica .box-audio .jp-audio .jp-interface .jp-current-time,
#musica .box-audio .jp-audio .jp-interface .jp-duration,
#musica .box-audio .jp-audio .jp-interface .jp-toggles,
#musica .box-audio .jp-audio .jp-details,
#musica .box-audio .jp-audio .jp-no-solution {
  display: none !important;
}

#musica .box-audio .jp-audio .jp-interface .jp-progress {
  background: #555 url(../img/bg-audio.png) repeat-x;
  position: relative;
  float: left;
  width: 317px;
  height: 31px;
  margin: 3px 10px;
  overflow: hidden;
}

#musica .box-audio .jp-audio .jp-interface .jp-progress .jp-seek-bar {
  background: #555 url(../img/bg-audio.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 31px;
  width: 0px;
  z-index: 1;
}

#musica .box-audio .jp-audio .jp-interface .jp-progress .jp-seek-bar .jp-play-bar {
  background: #fddd7e url(../img/bg-audio.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  height: 31px;
  width: 0px;
}

#musica .musicas.musica-2 .box-audio .jp-audio .jp-interface .jp-progress .jp-seek-bar .jp-play-bar {
  background-color: #cd3335;
}

#musica .musicas.musica-1 .box-audio .jp-audio .jp-interface .jp-progress .jp-seek-bar .jp-play-bar {
  background-color: #883f91;
}

#musica .box-audio .audio {
  background: url(../img/ico-audio.png) no-repeat;
  position: absolute;
  right: 72px;
  bottom: 12px;
  width: 18px;
  height: 23px;
  font-size: 0;
  text-indent: -9999px;
}

#musica .musicas.musica-2 .box-audio .audio {
  background-image: url(../img/ico-audio2.png);
}

#musica .musicas.musica-1 .box-audio .audio {
  background-image: url(../img/ico-audio3.png);
}

#musica .box-audio .download {
  background: url(../img/ico-download.png) no-repeat;
  position: absolute;
  right: 41px;
  bottom: 12px;
  width: 20px;
  height: 22px;
  font-size: 0;
  text-indent: -9999px;
}

#musica .musicas.musica-2 .box-audio .download {
  background-image: url(../img/ico-download2.png);
}

#musica .musicas.musica-1 .box-audio .download {
  background-image: url(../img/ico-download3.png);
}

#musica .box-audio .partitura {
  background: url(../img/ico-music.png) no-repeat;
  position: absolute;
  right: 14px;
  bottom: 12px;
  width: 19px;
  height: 23px;
  font-size: 0;
  text-indent: -9999px;
}

#musica .musicas.musica-2 .box-audio .partitura {
  background-image: url(../img/ico-music2.png);
}

#musica .musicas.musica-1 .box-audio .partitura {
  background-image: url(../img/ico-music3.png);
}

/* ----- MÃƒÆ’Ã‚ÂDIA ----- */
#midia {
  background: #1f1f1f;
  min-height: 766px;
  padding: 0;
  box-sizing: border-box;
}

#midia h2 {
  width: 100%;
  height: 143px;
  padding: 15px 0 0;
  clear: both;
  float: left;
  display: inline;
  margin: -15px 0 0;
  color: #fecb36;
  font-size: 35px;
  font-family: 'museo300';
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

body.he #midia h2 {
  font-family: 'AharoniBold';
}

#midia h2 .center {
  line-height: 143px;
}

#midia h2 .center:after {
  content: "";
  background: url(../img/ico-midia.png) no-repeat;
  width: 66px;
  height: 70px;
  display: block;
  position: absolute;
  right: 0;
  top: -15px;
}

#midia div.center {
  border-top: 1px solid #4c4124;
  clear: both;
  position: relative;
  z-index: 1;
  top: -1px;
  max-width: 990px;
  width: 100%;
}

#midia .jcarousel-wrapper {
  width: 100%;
  /* height: 536px; */
  margin-top: 15px;
}

#midia .jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 500px;
}

#midia .jcarousel ul {
  width: 100%;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

#midia .jcarousel li {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

#midia .jcarousel-wrapper .jcarousel-control-midia-prev,
#midia .jcarousel-wrapper .jcarousel-control-midia-next {
  background: url(../img/ico-navs.png) no-repeat;
  position: absolute;
  top: 50%;
  width: 37px;
  height: 37px;
  margin: -18px 0 0;
  font-size: 0;
  text-indent: -9999px;
}

#midia .jcarousel-wrapper .jcarousel-control-midia-prev {
  left: -44px;
  background-position: left 0;
}

#midia .jcarousel-wrapper .jcarousel-control-midia-next {
  right: -44px;
  background-position: right 0;
}

#midia .jcarousel-wrapper .jcarousel-control-midia-prev.inactive {
  background-position: left bottom;
  cursor: default;
}

#midia .jcarousel-wrapper .jcarousel-control-midia-next.inactive {
  background-position: right bottom;
  cursor: default;
}

#midia .jcarousel-wrapper .jcarousel-pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

#midia .jcarousel-wrapper .jcarousel-pagination a {
  background: url(../img/ico-bullets.png) no-repeat;
  display: inline-block;
  margin: 0 3px;
  width: 16px;
  height: 16px;
  font-size: 0;
  text-indent: -9999px;
  border: 1px solid #ffdb36;
  border-radius: 50%;
  box-sizing: border-box;
}

#midia .jcarousel-wrapper .jcarousel-pagination a:hover,
#midia .jcarousel-wrapper .jcarousel-pagination a.active {
  background-position: 0 bottom;
}

#midia .ms {
  background: black;
  float: left;
  display: inline;
  margin: 0;
  width: 100%;
  height: 220px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 0;
}

#midia .ms.m-1 {
  background-color: #fed04a;
}

#midia .ms.m-2 {
  background-color: black;
}

#midia .ms.m-3 {
  background-color: white;
}

#midia .ms.m-4 {
  background-color: #fed04a;
}

#midia .ms.m-1 a {
  color: #1f1f1f;
}

#midia .ms.m-2 a {
  color: white;
}

#midia .ms.m-3 a {
  color: #333;
}

#midia .ms.m-4 a {
  color: #1f1f1f;
}

#midia .ms .image {
  background-color: black;
  float: left;
  width: 224px;
  height: 220px;
  overflow: hidden;
  text-align: center;
  position: relative;
}

#midia .ms.m-2 .image {
  background-color: white;
}

#midia .ms .image:after {
  content: "";
  background: url(../img/ico-image.png) no-repeat 0 center;
  width: 12px;
  height: 25px;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

#midia .ms.m-2 .image:after {
  background-position: 0 bottom;
}

#midia .ms.m-3 .image:after {
  background-position: 0 top;
}

#midia .ms .image span {
  position: absolute;
  left: 50%;
  margin-left: -500px;
  width: 1000px;
  height: 220px;
  text-align: center;
}

#midia .ms .image img {
  display: inline;
  height: 100%;
}

#midia .ms .text {
  float: left;
  width: 100%;
  padding: 20px 30px 0;
  font-size: 13px;
  text-align: right;
  line-height: 100%;
  font-family: 'museo300';
  box-sizing: border-box;
}

#midia .ms .text p {
  font-size: 13px;
  line-height: 100%;
  font-family: 'museo300';
}

#midia .ms .text p strong {
  font-family: 'museo500';
  font-weight: normal;
  display: block;
}

#midia .ms .text a {
  display: block;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

#midia .ms .text a:hover {
  opacity: .5;
}

/* ----- CONTATO ----- */
#contato {
  background: #fed04a;
  min-height: 600px;
}

#contato h2 {
  width: 100%;
  height: 143px;
  padding: 15px 0 0;
  clear: both;
  float: left;
  display: inline;
  margin: -15px 0 0;
  color: #1f1f1f;
  font-size: 35px;
  font-family: 'museo300';
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

body.he #contato h2 {
  font-family: 'AharoniBold';
}

#contato h2 .center {
  line-height: 143px;
}

#contato h2 .center:after {
  content: "";
  background: url(../img/ico-contato.png) no-repeat;
  width: 66px;
  height: 70px;
  display: block;
  position: absolute;
  right: 0;
  top: -15px;
}

#contato div.center {
  border-top: 1px solid #cba63b;
  clear: both;
  position: relative;
  z-index: 1;
  top: -1px;
}

#contato div.center .alert {
  border: 1px solid black;
  background: white;
  margin: 10px 0 0;
  padding: 10px 15px;
  border-radius: 4px;
}

#contato div.center .alert.success {
  border-color: #d6e9c6;
  color: #3c763d;
  background-color: #dff0d8;
}

#contato div.center .alert.error {
  border-color: #ebccd1;
  color: #a94442;
  background-color: #f2dede;
}

body.he #contato div.center .alert {
  text-align: right;
}

#contato div.center form {
  padding: 50px 0 95px;
}

#contato div.center form fieldset {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

#contato div.center form .col {
  float: left;
  display: inline;
  /* margin: 0 0 0 30px; */
  width: 100%;
}

#contato div.center form .col:first-child {
  margin-left: 0;
}

#contato div.center form .obs {
  clear: both;
  float: left;
  width: 100%;
  padding: 30px 0 0;
  color: #937a33;
  font-size: 12px;
  font-family: 'museo_sans500';
}

body.he #contato div.center form .obs {
  font-size: 16px;
  font-family: 'AharoniBold';
}

#contato div.center form .form-group {
  clear: both;
  float: left;
  display: inline;
  margin: 12px 0 0;
  width: 100%;
}

#contato div.center form .form-group.email {
  width: 250px;
}

#contato div.center form .form-group.telefone {
  width: 175px;
  clear: none;
  margin-left: 55px;
}

#contato div.center form .form-group label {
  display: block;
  height: 21px;
  color: #1f1f1f;
  font-size: 12px;
  line-height: 21px;
  text-transform: uppercase;
  font-family: 'museo_sans500';
}

body.he #contato div.center form .form-group label {
  text-align: right;
  font-size: 16px;
  font-family: 'AharoniBold';
}

#contato div.center form .form-group input,
#contato div.center form .form-group select,
#contato div.center form .form-group textarea {
  border: 1px solid #bb9b3d;
  border-radius: 4px;
  padding: 0 10px;
  width: 458px;
  font-size: 16px;
  font-family: 'museo_sans500';
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

#contato div.center form .form-group .error {
  border-color: #a94442;
}

#contato div.center form .form-group .input-desc-hover {
  background-color: white;
}

#contato div.center form .form-group input,
#contato div.center form .form-group select {
  height: 45px;
  line-height: 45px;
}

#contato div.center form .form-group select {
  width: 100%;
}

body.he #contato div.center form .form-group select {
  text-align: right;
}

#contato div.center form .form-group textarea {
  height: 183px;
  padding: 10px;
  overflow-y: auto;
  resize: none;
}

#contato div.center form .form-group.email input {
  width: 228px;
}

#contato div.center form .form-group.telefone input {
  width: 153px;
}

#contato div.center form .btn {
  border: 1px solid #1f1f1f;
  background-color: #1f1f1f;
  border-radius: 4px;
  color: #fecb36;
  width: 163px;
  height: 45px;
  clear: both;
  float: right;
  display: inline;
  margin: 30px 0 0;
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  font-family: 'museo500';
  text-transform: uppercase;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

body.he #contato div.center form .btn {
  font-family: 'AharoniBold';
}

#contato div.center form .btn:hover {
  color: #fff;
}

/* ----- FOOTER ----- */
#footer {
  background: white;
  clear: both;
  width: 100%;
}

#footer>.center {
  height: 240px;
}

#footer .col {
  width: 25%;
  float: left;
}

#footer .col.social {
  float: right;
  width: 185px;
}

#footer h3 {
  padding: 50px 0 0;
  color: #1f1f1f;
  font-size: 14px;
  font-family: 'museo500';
  text-transform: uppercase;
}

body.he #footer h3 {
  font-size: 18px;
  font-family: 'AharoniBold';
}

#footer .col.social h3 {
  padding-left: 15px;
}

body.he #footer .col.social h3 {
  font-size: 14px;
  font-family: 'museo500';
}

#footer ul {
  padding: 20px 0 0;
}

#footer .col.social ul {
  padding-left: 10px;
}

#footer ul li {
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 11px;
  line-height: 200%;
  font-family: 'museo500';
  text-transform: uppercase;
}

body.he #footer .col:first-child ul li {
  font-size: 15px;
  line-height: 150%;
  font-family: 'AharoniBold';
}

#footer ul li.pt {
  background-image: url(../img/flag-pt.png);
  padding-left: 30px;
  line-height: 250%;
}

#footer ul li.hb {
  background-image: url(../img/flag-hb.png);
  padding-left: 30px;
  line-height: 175%;
  font-family: 'AharoniBold';
  font-size: 17px;
}

#footer ul li.en {
  background-image: url(../img/flag-en.png);
  padding-left: 30px;
  line-height: 250%;
}

#footer ul li.es {
  background-image: url(../img/flag-es.png);
  padding-left: 30px;
  line-height: 250%;
}

#footer ul li.facebook,
#footer ul li.twitter,
#footer ul li.linkedin,
#footer ul li.google,
#footer ul li.youtube {
  background: url(../img/ico-social.png) no-repeat;
  width: 32px;
  height: 50px;
  float: left;
  display: inline;
  margin: 0 0 0 3px;
  font-size: 0;
  text-indent: -9999px;
}

#footer ul li.facebook {
  background-position: 0 0;
}

#footer ul li.twitter {
  background: url(../img/icon_twitter.jpg) no-repeat center -1px;
}

#footer ul li.linkedin {
  background-position: -46px 0;
}

#footer ul li.google {
  background-position: -92px 0;
}

#footer ul li.youtube {
  background-position: -138px 0;
}

#footer ul li a {
  color: #1f1f1f;
  transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

#footer ul li a:hover {
  color: #fed04a;
}

#footer ul li.facebook a,
#footer ul li.twitter a,
#footer ul li.linkedin a,
#footer ul li.google a,
#footer ul li.youtube a {
  display: block;
  width: 32px;
  height: 32px;
}

#footer form {
  border: 1px solid #d2d2d2;
  background: #fafafa;
  border-radius: 5px;
  width: 225px;
  height: 47px;
  clear: both;
  float: left;
  display: inline;
  margin: 20px 0 0;
}

#footer form input {
  color: #1f1f1f;
  float: left;
  display: inline;
  margin: 5px 0 0 5px;
  padding: 0 5px;
  width: 165px;
  height: 37px;
  font-size: 13px;
  line-height: 37px;
  font-family: 'museo_sans300_italic';
}

body.he #footer form input {
  font-size: 15px;
  font-family: 'AharoniBold';
}

#footer form button {
  background: url(../img/ico-news.png) no-repeat;
  border: none;
  float: left;
  display: inline;
  margin: 6px 0 0 3px;
  font-size: 0;
  text-indent: -9999px;
  width: 36px;
  height: 35px;
  cursor: pointer;
}

#footer form .radio {
  color: #1f1f1f;
  float: left;
  display: inline;
  margin: 15px 30px 0 0;
  font-size: 12px;
  font-style: italic;
}

#footer form .radio input {
  cursor: pointer;
  width: auto;
  height: auto;
  margin: 0 5px 0 0;
  padding: 0;
  line-height: normal;
}

#footer .fb-like {
  margin: 0 0 0 15px;
}

#footer .copy {
  background: #1f1f1f;
  clear: both;
  float: left;
  width: 100%;
  padding: 15px 0 10px;
}

#footer .copy p {
  color: #fff;
  font-size: 11px;
  text-align: left;
  font-family: 'museo300';
  text-transform: uppercase;
}

#footer .copy p a {
  float: right;
  color: #fff;
  font-size: 14px;
  text-transform: lowercase;
}

/* iPads (portrait and landscape) ----------- */
@media (max-width: 1024px) {
  * {
    box-sizing: border-box;
  }

  html {
    overflow-x: hidden;
  }

  body,
  html {
    width: 100%;
  }

  .content {
    width: 100%;
    min-width: 100%;
    overflow: hidden;
  }

  /* #colorbox {
    width:90%!important;
  }

  #cboxWrapper,
  #cboxContent,
  #cboxLoadedContent {
    width:100%!important;
  }

  #cboxOverlay,
  .lightbox,
  .lightboxOverlay {
    min-width:780px;
  } */

  .center {
    width: 100%;
    max-width: 990px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lang {
    top: 15px;
    /* margin-right: -490px; */
  }

  /* ----- header */
  #header {
    position: fixed;
    background: black;
    min-height: 70px;
  }

  #header .logo {
    margin-top: 15px;
    height: 40px;
  }

  #header .menu li {
    margin-top: 30px;
    margin-left: 30px;
  }

  #header .menu li a.active:after {
    top: -30px;
  }

  /* ----- home */
  .cp-container {
    top: 350px !important;
    margin-left: 175px !important;
  }

  #home {
    height: 700px;
    min-height: 450px;
  }

  #home .cycle-slideshow .imgs {
    background-size: cover;
  }

  #home .cycle-slideshow .cycle-pager {
    margin-left: 0;
  }

  #home .cycle-slideshow .imgs.img-2 .bt-comprar {
    top: 350px;
    margin-left: 215px;
  }

  /* ----- biografia */
  #biografia .image {
    margin-right: 0;
  }

  #biografia .text {
    width: 100%;
  }

  #biografia .text h3 {
    padding-top: 10px;
    font-size: 17px;
  }

  #biografia .text p {
    padding-top: 15px;
    /* font-size: 13px; */
  }

  /* ----- galeria */
  #galeria {
    height: 752px;
  }

  #galeria .nav-galeria li:first-child {
    margin-left: 180px;
  }

  #galeria .abas {
    height: 460px;
    margin-top: 40px;
  }

  #galeria .abas .box {
    height: 440px;
  }

  #galeria .jcarousel-wrapper-fotos {
    width: 100%;
    height: 440px;
  }

  #galeria .jcarousel-fotos {
    width: 100%;
    height: 410px;
  }

  #galeria .jcarousel-fotos .owl-item .item {
    width: 100%;
    height: 410px;
  }

  #galeria .jcarousel-fotos .ms.m-1 {
    left: 0;
    top: 0;
    width: 33.333%;
    height: 165px;
  }

  #galeria .jcarousel-fotos .ms.m-2 {
    left: 0;
    top: 165px;
    width: 33.333%;
    height: 245px;
  }

  #galeria .jcarousel-fotos .ms.m-3 {
    left: 33.333%;
    top: 0;
    width: 33.333%;
    height: 410px;
  }

  #galeria .jcarousel-fotos .ms.m-4 {
    left: 66.666%;
    top: 0;
    width: 33.333%;
    height: 245px;
  }

  #galeria .jcarousel-fotos .ms.m-5 {
    left: 66.666%;
    top: 245px;
    width: 33.333%;
    height: 165px;
  }

  #galeria .jcarousel-wrapper-eventos {
    width: 780px;
    height: 440px;
  }

  #galeria .jcarousel-eventos {
    width: 780px;
    height: 420px;
    padding-bottom: 40px;
  }

  #galeria .jcarousel-eventos .owl-carousel .owl-item {
    width: 780px;
    height: 420px;
    max-height: 360px;
  }

  #galeria .jcarousel-eventos .ms {
    margin: 3px;
    width: 189px;
    height: 120px;
  }

  #galeria .player {
    width: 620px;
    height: 360px;
  }

  #galeria .player iframe {
    width: 100%;
    height: 100%;
  }

  #galeria .jcarousel-wrapper-videos {
    width: 160px;
    height: 360px;
  }

  #galeria .jcarousel-wrapper-clipes {
    width: 160px;
    height: 360px;
  }

  #galeria .jcarousel-videos {
    width: 150px;
    height: 360px;
  }

  #galeria .jcarousel-videos li {
    width: 150px;
    height: 90px;
  }

  #galeria .jcarousel-clipes {
    width: 150px;
    height: 360px;
  }

  #galeria .jcarousel-clipes li {
    width: 150px;
    height: 90px;
  }

  #galeria .thumbs ul li a {
    padding-left: 10px;
    padding-right: 10px;
    width: 130px;
    height: 71px;
  }

  /* ----- midia */
  #midia .jcarousel-wrapper {
    width: 100%;
    padding: 0 41px;
  }

  #midia .jcarousel {
    width: 100%;
  }

  #midia .jcarousel li {
    width: 100%;
  }

  #midia .ms {
    width: 100%;
    grid-template-columns: 180px 1fr;
  }

  #midia .ms .image {
    width: 100%;
    height: 220px;
  }

  #midia .ms .text {
    padding: 10px 15px 0;
    /* width: 159px; */
  }

  #midia .jcarousel-wrapper .jcarousel-control-midia-prev {
    left: 8px;
  }
  
  #midia .jcarousel-wrapper .jcarousel-control-midia-next {
    right: 8px;
  }

  /* ----- musica */
  body.he #musica h2 .center em {
    margin-right: 100px;
  }

  #musica .musicas.musica-1 h2 .center em {
    margin-right: 100px;
  }

  #musica .musicas .center {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #musica .musicas .center .box-audio {
    margin: 0;
    width: 100%;
  }

  #musica .box-audio {
    width: 375px;
  }

  #musica .box-audio .jp-audio {
    width: 100%;
  }

  #musica .box-audio .jp-audio .jp-interface {
    width: calc(100% - 8px);
  }

  #musica .box-audio .jp-audio .jp-interface .jp-progress {
    width: calc(100% - 150px);
    margin: 3px 7px;
  }

  /* ----- contato */
  #contato {
    min-height: auto;
  }

  #contato div.center form .col {
    width: 100%;
  }

  #contato div.center form .form-group.email {
    width: 190px;
  }

  #contato div.center form .form-group.telefone {
    margin-left: 10px;
  }

  #contato div.center form .form-group input,
  #contato div.center form .form-group textarea {
    width: 100%;
  }

  #contato div.center form .form-group select {
    width: 100%;
  }

  #contato div.center form .form-group.email input {
    width: 168px;
  }

  /* ----- footer */
  #footer h3 {
    font-size: 13px;
  }

  #footer form {
    width: 193px;
  }

  #footer form input {
    width: 133px;
  }

  #footer form .radio {
    margin-right: 15px;
  }
}

@media (max-width: 890px) {

  #midia {
    padding-bottom: 32px;
  }

  #midia .jcarousel {
    height: 640px;
  }

  #midia .jcarousel li {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  #midia .jcarousel .ms {
    gap: 0;
    height: 300px;
    display: flex;
    flex-direction: column;
  }

  #midia .jcarousel .ms .image {
    height: 140px;
  }

  #midia .jcarousel .ms .text {
    padding: 12px 16px;
  }
  
  #midia .ms .image:after {
    right: 50%;
    top: auto;
    bottom: -8px;
    margin: 0 0 0 0;
    transform: rotate(90deg);
  }
  
  #contato div.center form {
    padding: 50px 0;
  }

  #footer .col {
    width: 100%;
  }

  #footer .col.social {
    width: 100%;
  }

  #footer .col.social h3 {
    padding-left: 0;
  }

  #footer .col.social ul {
    display: flex;
    align-items: center;
    padding-left: 0;
    gap: 8px;
  }

  #footer .col.social ul li {
    margin-left: 0;
  }

  #footer .col h3 {
    padding-top: 20px;
  }

  #footer form {
    width: 100%;
    margin-bottom: 30px;
  }

  #footer form fieldset {
    width: 100%;
    position: relative;
  }

  #footer form input {
    width: 100%;
    padding-right: 60px;
  }

  #footer form button {
    position: absolute;
    right: 8px;
  }
}

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

  body,
  html {
    width: 100%;
    /* min-width: 990px; */
  }

  #colorbox {
    width: 90% !important;
  }

  #cboxWrapper,
  #cboxContent,
  #cboxLoadedContent {
    width: 100% !important;
  }

  #cboxOverlay,
  .lightbox,
  .lightboxOverlay {
    width: 100%;
    /* min-width: 990px; */
  }

  .content {
    width: 100%;
    /* min-width: 990px; */
    overflow: hidden;
  }

  .center {
    max-width: 780px;
  }

  .ico-menu {
    background: url(../img/mobile.png) no-repeat right center;
    position: fixed;
    z-index: 15;
    right: 0;
    top: 10px;
    display: block;
    margin: 0 20px 0 0;
    padding: 0 40px 0 0;
    height: 80px;
    color: white;
    font-weight: bold;
    line-height: 80px;
    text-transform: uppercase;
  }

  .lang {
    position: fixed;
    z-index: 20;
    right: 25px;
    top: 15px;
    margin: 0;
  }

  .lb-image,
  .lb-dataContainer {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
  }

  .lb-outerContainer {
    max-width: 100% !important;
    height: auto !important;
  }

  .lb-image,
  .lb-dataContainer,
  .lb-outerContainer {
    max-width: 100%;
    height: auto !important;
    width: auto !important;
  }

  .lb-image {
    max-width: inherit !important;
  }

  .lb-outerContainer {
    background: black !important;
  }

  .lb-nav a.lb-prev {
    margin-left: 0 !important;
    opacity: 1 !important;
  }

  .lb-nav a.lb-next {
    margin-right: 0 !important;
    opacity: 1 !important;
  }

  .lb-container {
    text-align: center !important;
  }

  .lightbox .lb-image {
    display: inline !important;
  }

  /* ----- header */
  #header {
    background: black;
    position: fixed;
    width: 100%;
    height: 80px;
    min-height: 80px;
  }

  #header .center {
    width: 990px;
  }

  #header .logo {
    margin-top: 30px !important;
    margin-left: 0 !important;
    height: 25px !important;
    float: left;
  }

  #header .menu {
    background: black;
    right: auto;
    left: 0;
    top: 78px;
    width: 100%;
    padding: 10px 0 0;
    display: none;
  }

  #header .menu.true {
    display: block;
  }

  #header .menu li {
    border-top: 1px solid #555;
    clear: both;
    float: left;
    width: 100%;
    margin: 0 !important;
  }

  body.he #header .menu li {
    float: left;
  }

  #header .menu li a {
    padding: 0 0 0 15px;
    width: auto;
    color: white;
    display: block;
    line-height: 40px;
    font-size: 16px !important;
  }

  #header .menu li a:hover,
  #header .menu li a.active {
    color: #fed04a;
  }

  #header .menu li a.active:after {
    display: none;
  }

  /* ----- home */
  .cp-container {
    top: 350px !important;
    margin-left: 175px !important;
  }

  #home {
    min-height: 450px;
  }

  #home .cycle-slideshow .imgs {
    background-size: cover;
  }

  #home .cycle-slideshow .cycle-pager {
    margin-left: 0;
  }

  #home .cycle-slideshow .imgs.img-2 .bt-comprar {
    margin-left: 215px;
    top: 350px;
  }

  /* ----- biografia */
  #biografia .image {
    margin: 32px 0 0;
    max-width: 370px;
    width: 100%;
  }

  #biografia .image img {
    width: 100%;
  }

  #biografia .text {
    width: 100%;
    margin-top: 8px;
  }

  #biografia .text h3 {
    padding-top: 10px;
    font-size: 17px;
  }

  body.he #biografia .text p {
    direction: rtl;
  }

  /* ----- galeria */
  #galeria {
    height: 752px;
  }

  #galeria .nav-galeria {
    margin-top: 0;
  }

  #galeria .nav-galeria li {
    width: auto;
    padding: 0 16px;
  }

  #galeria .nav-galeria li:first-child {
    margin-left: 0;
  }

  #galeria .abas {
    height: 460px;
    margin-top: 40px;
  }

  #galeria .abas .box {
    height: 440px;
  }

  #galeria .jcarousel-wrapper-fotos {
    width: 100%;
    height: 440px;
  }

  #galeria .jcarousel-fotos {
    width: 100%;
    height: 440px;
  }

  #galeria .jcarousel-fotos li {
    width: 100%;
    height: 410px;
  }

  #galeria .jcarousel-wrapper-eventos {
    width: 100%;
    height: 440px;
  }

  #galeria .jcarousel-eventos {
    width: 100%;
    height: 410px;
  }

  #galeria .jcarousel-eventos li {
    width: 100%;
    height: 410px;
  }

  #galeria .jcarousel-eventos .ms {
    margin: 0;
    width: 25%;
    height: 120px;
  }

  #galeria .player {
    width: calc(100% - 142px);
    height: 360px;
    margin-right: 12px;
  }

  #galeria .player iframe {
    width: 100%;
    height: 100%;
  }

  #galeria .jcarousel-wrapper-videos,
  #galeria .jcarousel-wrapper-clipes {
    width: 130px;
    height: 360px;
  }

  #galeria .jcarousel-videos,
  #galeria .jcarousel-clipes {
    width: 100%;
    margin-left: 0;
    height: 360px;
  }

  #galeria .jcarousel-videos li,
  #galeria .jcarousel-clipes li {
    width: 100%;
    height: 90px;
  }

  #galeria .thumbs ul li a {
    padding-left: 10px;
    padding-right: 10px;
    width: 130px;
    height: 100%;
  }

  /* ----- musica */
  #musica .musicas .center {
    grid-template-columns: 1fr;
    line-height: 78px;
  }

  #musica .owl-carousel .owl-item {
    max-height: 500px;
  }

  #musica .owl-carousel .owl-item.active {
    max-height: 100%;
  }

  #musica .musicas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }

  #musica .musicas .album {
    left: auto;
    right: 0;
    top: 20px;
    width: 170px;
    display: none;
  }

  #musica .musicas h2 span:after {
    display: none;
  }

  #musica .musicas.musica-1 h2 .center em {
    position: absolute;
    top: -10px;
    right: 15px;
    margin-right: 0;
  }

  #musica .owl-nav {
    left: 15px;
    top: 80px;
    margin: 0;
  }

  #musica .change-album {
    left: 36px;
    top: 75px;
    margin-left: 0;
  }

  #musica .owl-dots {
    left: 35px;
    top: 113px;
    margin-left: 0;
  }

  /* ----- contato */
  #contato div.center form fieldset {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  #contato div.center form .col {
    width: 100%;
  }

  #contato div.center form .form-group.email,
  #contato div.center form .form-group.telefone {
    margin-left: 0;
    width: 100%;
  }

  #contato div.center form .form-group input,
  #contato div.center form .form-group textarea,
  #contato div.center form .form-group.telefone input {
    width: 100%;
  }

  #contato div.center form .form-group select {
    width: 100%;
  }

  #contato div.center form .form-group.email input {
    width: 100%;
  }

  /* ----- footer */

  #footer form .radio {
    margin-right: 15px;
  }

  /* responsivo - Biografia */
  #biografia div.center {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }

  #biografia h2 {
    background-position-x: left;
  }
}

@media (max-width: 680px) {
  #midia .jcarousel {
    height: 1090px;
  }
  
  #midia .jcarousel li {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  #midia .jcarousel .ms {
    gap: 0;
    height: 260px;
  }
}