@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
/* font variables */
/* color variables */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: 0;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Mobile (Portrait) */
@media only screen and (max-width: 600px) {
  @keyframes slideInLeft {
    0% {
      transform: translate3d(-250px, 0, 0);
      visibility: visible;
    }
    100% {
      transform: translate3d(0, 0, 0);
    }
  }
  @keyframes slideOutLeft {
    0% {
      transform: translate3d(0, 0, 0);
    }
    100% {
      transform: translate3d(-250px, 0, 0);
      visibility: hidden;
    }
  }
  * {
    box-sizing: border-box;
  }
  html {
    overflow-x: hidden;
  }
  html body {
    position: relative;
    width: 100vw;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family: "Roboto Condensed";
  }
  html body:after {
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    transition: all 0.3s linear;
    content: "";
    opacity: 0;
  }
  html body.open {
    overflow: hidden;
  }
  html body.open:after {
    opacity: 0.9;
    visibility: visible;
  }
  html body .alignment {
    position: relative;
    margin: 0 auto;
  }
  html body .alignment.full {
    width: 100%;
    padding: 0 40px;
  }
  html body .alignment.medium {
    width: 100%;
  }
  html body .alignment.small {
    width: 100%;
  }
  html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body p, html body ul, html body li {
    position: relative;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    outline: 0;
  }
  html body .left {
    position: relative;
    float: left;
    width: 48%;
  }
  html body .right {
    position: relative;
    float: right;
    width: 48%;
  }
  html body .content {
    position: absolute;
    width: 85%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  html body nav {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 9;
  }
  html body nav .b-nav {
    visibility: hidden;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: -5000px;
    z-index: 11;
    transition: all 0.3s ease;
    background-color: #BD008E;
  }
  html body nav .b-nav.open {
    visibility: visible;
    left: 0;
  }
  html body nav .b-nav ul {
    float: left;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 25% 0 0 10%;
    list-style-type: none;
  }
  html body nav .b-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-size: 30px;
    font-weight: 500;
    color: #000000;
  }
  html body nav .b-nav ul li:last-child {
    margin: 0;
  }
  html body nav .b-nav .bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 10% 0 30% 10%;
  }
  html body nav .b-nav .bottom ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
  }
  html body nav .b-nav .bottom ul.social li {
    width: auto;
    display: inline-flex;
    margin: 0 5px 0 0;
  }
  html body nav .b-nav .bottom ul.social li a {
    margin: 0;
  }
  html body nav .b-nav .bottom ul.social li a:hover {
    padding: 0;
  }
  html body nav .b-nav .bottom ul.social li a i {
    vertical-align: middle;
    font-size: 30px;
    color: #FFFFFF;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-youtube:hover {
    color: #000000;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-spotify:hover {
    color: #000000;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-apple:hover {
    color: #000000;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-instagram:hover {
    color: #000000;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-facebook-f {
    font-size: 25px;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-facebook-f:hover {
    color: #000000;
  }
  html body nav .b-nav .bottom h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
  }
  html body nav .b-nav .bottom h2 a {
    outline: 0;
    text-decoration: none;
    color: #000000;
  }
  html body nav .b-nav .bottom h2 a:hover {
    color: #FFFFFF;
  }
  html body nav .b-nav .bottom h2 a:hover i {
    color: #FFFFFF;
  }
  html body nav .b-nav .bottom h2 a i {
    color: #000000;
  }
  html body nav .b-nav .bottom h2 a i.fa-envelope {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 20px;
  }
  html body nav .b-nav .bottom h2 a i.fa-whatsapp {
    margin: 0 5px 0 0;
    font-size: 20px;
  }
  html body nav .b-container {
    position: absolute;
    top: 0;
    left: 0;
  }
  html body nav .b-container .b-menu {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    padding: 40px 0 0 35px;
    z-index: 12;
    transition: all 0.3s linear;
    user-select: none;
    cursor: pointer;
  }
  html body nav .b-container .b-menu .b-bun {
    position: relative;
    background: #BD008E;
    transition: all 0.3s linear;
  }
  html body nav .b-container .b-menu .b-bun--top {
    width: 30px;
    height: 2px;
    top: 0;
  }
  html body nav .b-container .b-menu .b-bun--mid {
    width: 30px;
    height: 2px;
    top: 5px;
  }
  html body nav .b-container .b-menu .b-bun--bottom {
    width: 30px;
    height: 2px;
    top: 10px;
  }
  html body nav .b-container.open .b-menu .b-bun--top {
    top: 8px;
    background: #FFFFFF;
    transform: rotate(45deg);
  }
  html body nav .b-container.open .b-menu .b-bun--mid {
    opacity: 0;
  }
  html body nav .b-container.open .b-menu .b-bun--bottom {
    top: 4px;
    background: #FFFFFF;
    transform: rotate(-45deg);
  }
  html body main {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main ul.language {
    position: fixed;
    width: 300px;
    top: 40px;
    right: 20px;
    z-index: 2;
    text-align: right;
  }
  html body main ul.language li {
    display: inline-block;
    text-transform: uppercase;
    margin: 0 2px;
    font-family: "Roboto Condensed";
    font-size: 12px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body main ul.language li a {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 15px;
    border-radius: 100px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #000000;
  }
  html body main ul.language li a i {
    color: #BD008E;
  }
  html body main ul.language li a.on {
    background-color: #BD008E;
    box-shadow: none;
    color: #FFFFFF;
  }
  html body main ul.language li a.on i {
    color: #FFFFFF;
  }
  html body main .banner {
    position: relative;
    float: left;
    width: 100%;
    height: 600px;
    background-color: #000000;
    z-index: 1;
  }
  html body main .banner .tulio {
    position: relative;
    float: left;
    width: 100%;
    height: 320px;
    overflow: hidden;
  }
  html body main .banner .tulio img {
    position: absolute;
    width: 70%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-45%);
  }
  html body main .banner .intro {
    position: relative;
    float: right;
    width: 100%;
  }
  html body main .banner .intro ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    list-style-type: none;
    text-align: center;
  }
  html body main .banner .intro ul.social li {
    display: inline-flex;
    margin: 0 2px;
  }
  html body main .banner .intro ul.social li i {
    vertical-align: middle;
    font-size: 25px;
    color: #FFFFFF;
  }
  html body main .banner .intro ul.social li i.fa-youtube:hover {
    color: #C10B0B;
  }
  html body main .banner .intro ul.social li i.fa-spotify:hover {
    color: #69A528;
  }
  html body main .banner .intro ul.social li i.fa-apple:hover {
    color: #999999;
  }
  html body main .banner .intro ul.social li i.fa-instagram:hover {
    color: #BD008E;
  }
  html body main .banner .intro ul.social li i.fa-facebook-f {
    font-size: 22px;
  }
  html body main .banner .intro ul.social li i.fa-facebook-f:hover {
    color: #1962B5;
  }
  html body main .banner .intro .brazil {
    position: absolute;
    width: 40px;
    height: 27px;
    bottom: 77px;
    left: 285px;
    background-image: url("../img/layout/brazil-flag.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  html body main .banner .intro h1 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 50px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -3px;
    line-height: 60px;
    font-size: 70px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .banner .intro h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 28px;
    font-size: 26px;
    font-weight: 500;
    color: #DACFA9;
  }
  html body main .gigs {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0 100px 0;
    background-color: #000000;
    z-index: 1;
  }
  html body main .gigs .container {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main .gigs .container .slider {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  html body main .gigs .container .slider h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .gigs .container .slider h3 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 500;
    color: #DACFA9;
  }
  html body main .gigs .container .slider h4 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body main .gigs .container .slider h5 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
  }
  html body main .gigs .container .slider a.bt {
    position: relative;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 10px 15px;
    background-color: #FF7700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #000000;
  }
  html body main .gigs .container .slider a.bt:hover {
    color: #FFFFFF;
  }
  html body main .gigs .container ul.slick-dots {
    position: absolute;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    left: 0;
    bottom: -40px;
    list-style-type: none;
    text-align: center;
  }
  html body main .gigs .container ul.slick-dots li {
    display: inline-block;
    margin: 0 1.5px;
  }
  html body main .gigs .container ul.slick-dots li button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 100%;
    background-color: #333333;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main .gigs .container ul.slick-dots li button:hover {
    background-color: #FF7700;
  }
  html body main .gigs .container ul.slick-dots li.slick-active button {
    background-color: #FF7700;
  }
  html body main .parallax {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../img/layout/bg-fixed-2.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%;
    cursor: pointer;
  }
  html body main .course {
    position: relative;
    float: left;
    width: 100%;
    height: 50vh;
    margin: 80vh 0 0 0;
    background-image: url("../img/layout/bg-course.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #000000;
    z-index: 1;
  }
  html body main .course h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 30px rgb(0, 0, 0);
    letter-spacing: -1px;
    line-height: 36px;
    font-size: 36px;
    font-weight: 700;
    color: #FF7700;
  }
  html body main .course h3 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 30px rgb(0, 0, 0);
    line-height: 22px;
    font-size: 18px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .course .button {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  html body main .course .button a {
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 15px 40px;
    background-color: #BD008E;
    box-shadow: 0 0 30px rgb(0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main .bio {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0 0 0;
    background-color: #FFFFFF;
    z-index: 1;
  }
  html body main .bio .side {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
  }
  html body main .bio .side .image {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main .bio .side .image .container {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main .bio .side .image .container .slider {
    position: relative;
    cursor: pointer;
  }
  html body main .bio .side .image .container .slider img {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
  }
  html body main .bio .side .image .container .slider p {
    position: absolute;
    float: left;
    bottom: 15px;
    left: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main .bio .side .image .container button.slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    cursor: pointer;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body main .bio .side .image .container button.slick-arrow.slick-prev {
    top: 200px;
    left: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTM5LjM3NTYsNDguMDAyMmwzMC40Ny0yNS4zOWE2LjAwMzUsNi4wMDM1LDAsMCwwLTcuNjg3OC05LjIyM0wyNi4xNTYzLDQzLjM5MDZhNi4wMDkyLDYuMDA5MiwwLDAsMCwwLDkuMjIzMUw2Mi4xNTc4LDgyLjYxNWE2LjAwMzUsNi4wMDM1LDAsMCwwLDcuNjg3OC05LjIyMzFaIi8+PC9zdmc+");
  }
  html body main .bio .side .image .container button.slick-arrow.slick-prev:hover {
    left: -35px;
  }
  html body main .bio .side .image .container button.slick-arrow.slick-next {
    top: 200px;
    right: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTY5Ljg0MzcsNDMuMzg3NiwzMy44NDIyLDEzLjM4NjNhNi4wMDM1LDYuMDAzNSwwLDAsMC03LjY4NzgsOS4yMjNsMzAuNDcsMjUuMzktMzAuNDcsMjUuMzlhNi4wMDM1LDYuMDAzNSwwLDAsMCw3LjY4NzgsOS4yMjMxTDY5Ljg0MzcsNTIuNjEwNmE2LjAwOTEsNi4wMDkxLDAsMCwwLDAtOS4yMjNaIi8+PC9zdmc+");
  }
  html body main .bio .side .image .container button.slick-arrow.slick-next:hover {
    right: -35px;
  }
  html body main .bio .side .image .container button.slick-arrow.slick-disabled {
    visibility: hidden;
  }
  html body main .bio .side .image .container ul.slick-dots {
    position: absolute;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    left: 0;
    bottom: -30px;
    list-style-type: none;
    text-align: center;
  }
  html body main .bio .side .image .container ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main .bio .side .image .container ul.slick-dots li button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 100%;
    background-color: #EFEFEF;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main .bio .side .image .container ul.slick-dots li button:hover {
    background-color: #000000;
  }
  html body main .bio .side .image .container ul.slick-dots li.slick-active button {
    background-color: #000000;
  }
  html body main .bio .side .quote {
    position: relative;
    float: left;
    width: 100%;
    margin: 70px 0 0 0;
  }
  html body main .bio .side .quote h2 {
    position: relative;
    float: left;
    width: 100%;
    line-height: 38px;
    letter-spacing: -1px;
    font-size: 36px;
    font-weight: 500;
    font-style: italic;
    color: #000000;
  }
  html body main .bio .side .quote h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
  }
  html body main .bio .text {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main .bio .text p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 20px;
    font-weight: 300;
    color: #000000;
  }
  html body main .bio .text p:last-child {
    margin: 0;
  }
  html body main .bio .text p a {
    text-decoration: underline;
    color: #000000;
  }
  html body main .featured {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 40px;
    background-color: #FFFFFF;
  }
  html body main .featured .video {
    position: relative;
    float: left;
    width: 100%;
    height: 200px;
  }
  html body main .featured .video iframe {
    width: 100%;
    height: 100%;
  }
  html body main .videos {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 100px 0;
    background-color: #FFFFFF;
    z-index: 1;
  }
  html body main .videos .container {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main .videos .container .slider {
    position: relative;
    cursor: pointer;
  }
  html body main .videos .container .slider .frame {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px;
  }
  html body main .videos .container .slider .frame .mask {
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    z-index: 99;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iI2ZmZiIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGg0OHY0OEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0yNCA0QzEyLjk1IDQgNCAxMi45NSA0IDI0czguOTUgMjAgMjAgMjAgMjAtOC45NSAyMC0yMFMzNS4wNSA0IDI0IDR6bS00IDI5VjE1bDEyIDktMTIgOXoiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    background-color: #000000;
    cursor: pointer;
    opacity: 0.4;
  }
  html body main .videos .container .slider .frame img {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
  }
  html body main .videos .container button.slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    cursor: pointer;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body main .videos .container button.slick-arrow.slick-prev {
    top: 75px;
    left: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTM5LjM3NTYsNDguMDAyMmwzMC40Ny0yNS4zOWE2LjAwMzUsNi4wMDM1LDAsMCwwLTcuNjg3OC05LjIyM0wyNi4xNTYzLDQzLjM5MDZhNi4wMDkyLDYuMDA5MiwwLDAsMCwwLDkuMjIzMUw2Mi4xNTc4LDgyLjYxNWE2LjAwMzUsNi4wMDM1LDAsMCwwLDcuNjg3OC05LjIyMzFaIi8+PC9zdmc+");
  }
  html body main .videos .container button.slick-arrow.slick-next {
    top: 75px;
    right: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTY5Ljg0MzcsNDMuMzg3NiwzMy44NDIyLDEzLjM4NjNhNi4wMDM1LDYuMDAzNSwwLDAsMC03LjY4NzgsOS4yMjNsMzAuNDcsMjUuMzktMzAuNDcsMjUuMzlhNi4wMDM1LDYuMDAzNSwwLDAsMCw3LjY4NzgsOS4yMjMxTDY5Ljg0MzcsNTIuNjEwNmE2LjAwOTEsNi4wMDkxLDAsMCwwLDAtOS4yMjNaIi8+PC9zdmc+");
  }
  html body main .videos .container button.slick-arrow.slick-disabled {
    visibility: hidden;
  }
  html body main .videos .container ul.slick-dots {
    position: absolute;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    left: 0;
    bottom: -20px;
    list-style-type: none;
    text-align: center;
  }
  html body main .videos .container ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main .videos .container ul.slick-dots li button {
    width: 13px;
    height: 12px;
    border: 0;
    border-radius: 100%;
    background-color: #EFEFEF;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main .videos .container ul.slick-dots li.slick-active button {
    background-color: #000000;
  }
  html body main .videos .big-button {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0 0 0;
  }
  html body main .videos .big-button a {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 10px;
    padding: 20px 0;
    background-color: #C10B0B;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body main .videos .big-button a i {
    vertical-align: middle;
    font-size: 28px;
  }
  html body main .videos .big-button a:hover {
    top: -5px;
  }
  html body main .discography {
    position: relative;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
  }
  html body main .discography .black-box {
    position: relative;
    float: left;
    width: 90%;
    min-height: 500px;
    margin: 0 5% 5% 5%;
    border-radius: 10px;
    padding: 40px;
    background-color: #000000;
  }
  html body main .discography .black-box .album {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 120px 0;
  }
  html body main .discography .black-box .album:last-child {
    margin: 0;
  }
  html body main .discography .black-box .album .title {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main .discography .black-box .album .subtitle {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
  }
  html body main .discography .black-box .album .cover {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
  }
  html body main .discography .black-box .album .cover:last-child {
    margin: 0;
  }
  html body main .discography .black-box .album .cover img {
    width: 100%;
    height: auto;
  }
  html body main .discography .black-box .album .bandcamp {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
  }
  html body main .discography .black-box .album .bandcamp iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
  }
  html body main .discography .black-box .album .credits {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main .discography .black-box .album .credits h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .discography .black-box .album .credits h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .discography .black-box .album .credits p {
    position: relative;
    float: left;
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    font-weight: 300;
    color: #999999;
  }
  html body main .jazz {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0;
    background-color: #FFFFFF;
    z-index: 1;
  }
  html body main .jazz img.banner {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
  }
  html body main .jazz img.banner.desktop {
    display: none !important;
  }
  html body main .jazz .credit {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
    font-size: 15px;
    font-weight: 400;
    color: #000000;
  }
  html body main .jazz h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 30px 0;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-size: 50px;
    font-weight: 600;
    color: #000000;
  }
  html body main .jazz h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0 20px 0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
  }
  html body main .jazz p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 300;
    color: #333333;
  }
  html body main .jazz p:last-child {
    margin: 0;
  }
  html body main .jazz p a {
    text-decoration: none;
    color: #333333;
  }
  html body main .jazz p a:hover {
    text-decoration: underline;
  }
  html body main .jazz ul.musicians {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0 0 0;
    list-style-type: none;
  }
  html body main .jazz ul.musicians li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
  }
  html body main .jazz ul.musicians li:last-child {
    margin: 0;
  }
  html body main .jazz ul.musicians li .thumb {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main .jazz ul.musicians li .thumb img {
    width: 100%;
    height: auto;
  }
  html body main .jazz ul.musicians li h2 {
    position: absolute;
    width: 100%;
    bottom: 45px;
    left: 0;
    z-index: 5;
    margin: 0;
    border: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    letter-spacing: -1px;
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .jazz ul.musicians li h3 {
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0;
    z-index: 5;
    margin: 0;
    border: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    letter-spacing: -1px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main .jazz ul.videos {
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0 50px 0;
    list-style-type: none;
  }
  html body main .jazz ul.videos li {
    position: relative;
    float: left;
    width: 100%;
    height: 170px;
    margin: 0 0 20px 0;
  }
  html body main .jazz ul.videos li:last-child {
    margin: 0;
  }
  html body footer {
    position: relative;
    float: left;
    width: 100%;
    background-color: #BD008E;
    z-index: 1;
  }
  html body footer .secondary {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0;
  }
  html body footer .secondary .column {
    position: relative;
    float: left;
  }
  html body footer .secondary .column.first {
    width: 100%;
    text-align: center;
  }
  html body footer .secondary .column.first ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    list-style-type: none;
  }
  html body footer .secondary .column.first ul.social li {
    display: inline-flex;
    margin: 0 2px;
  }
  html body footer .secondary .column.first ul.social li i {
    vertical-align: middle;
    font-size: 35px;
    color: #FFFFFF;
  }
  html body footer .secondary .column.first ul.social li i.fa-youtube:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.first ul.social li i.fa-spotify:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.first ul.social li i.fa-apple:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.first ul.social li i.fa-instagram:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.first ul.social li i.fa-facebook-f {
    font-size: 27px;
  }
  html body footer .secondary .column.first ul.social li i.fa-facebook-f:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.first h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 5px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body footer .secondary .column.first h3 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #2D0022;
  }
  html body footer .secondary .column.second {
    width: 100%;
    padding: 40px 0;
  }
  html body footer .secondary .column.second #formNewsletter {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  html body footer .secondary .column.second #formNewsletter input[type=email] {
    display: inline-flex;
    width: 250px;
    border: 0;
    border-radius: 100px;
    padding: 15px 15px 15px 55px;
    outline: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI3MiIgdmlld0JveD0iMCAwIDcyIDcyIiB3aWR0aD0iNzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMzYsNzIgTDM2LDcyIEM1NS44ODIyNTEsNzIgNzIsNTUuODgyMjUxIDcyLDM2IEw3MiwzNiBDNzIsMTYuMTE3NzQ5IDU1Ljg4MjI1MSwtMy42NTIzMTAyNmUtMTUgMzYsMCBMMzYsMCBDMTYuMTE3NzQ5LDMuNjUyMzEwMjZlLTE1IC0yLjQzNDg3MzVlLTE1LDE2LjExNzc0OSAwLDM2IEwwLDM2IEMyLjQzNDg3MzVlLTE1LDU1Ljg4MjI1MSAxNi4xMTc3NDksNzIgMzYsNzIgWiIgZmlsbD0iIzAwMCIvPjxwYXRoIGQ9Ik0xOCwyNi4xNjIzMjI2IEwxOCw0Ni41NDc2MTI5IEMxOCw0Ny42NTY2NDUyIDE4LjgxMTc0MTksNDguNTU1NDgzOSAxOS45MzAwNjQ1LDQ4LjU1NTQ4MzkgTDUxLjc0NDc3NDIsNDguNTU1NDgzOSBDNTIuODYxOTM1NSw0OC41NTU0ODM5IDUzLjY3NDgzODcsNDcuNjQ2MTkzNSA1My42NzQ4Mzg3LDQ2LjU0NzYxMjkgTDUzLjY3NDgzODcsMjYuMTYyMzIyNiBDNTMuNjc0ODM4NywyNC45NDUyOTAzIDUyLjk0Nzg3MSwyNCA1MS43NDQ3NzQyLDI0IEwxOS45MzAwNjQ1LDI0IEMxOC42ODA1MTYxLDI0IDE4LDI0Ljk2ODUxNjEgMTgsMjYuMTYyMzIyNiBNMjAuOTMzNDE5NCwyNy45Mzc5MzU1IEMyMC45MzM0MTk0LDI3LjQ0NjcwOTcgMjEuMjMwNzA5NywyNy4xNjU2Nzc0IDIxLjcwNTY3NzQsMjcuMTY1Njc3NCBDMjEuOTk5NDgzOSwyNy4xNjU2Nzc0IDMzLjU2MDEyOSwzNC40OTEwOTY4IDM0LjI2MDM4NzEsMzQuOTIwNzc0MiBMMzYuMDY5Njc3NCwzNi4wNDYwNjQ1IEMzNi42NDMzNTQ4LDM1LjY2MTY3NzQgMzcuMjE5MzU0OCwzNS4zMzMwMzIzIDM3LjgxMzkzNTUsMzQuOTM0NzA5NyBDMzkuMDI3NDgzOSwzNC4xNTg5Njc3IDQ5LjgyNTE2MTMsMjcuMTY1Njc3NCA1MC4xMjI0NTE2LDI3LjE2NTY3NzQgQzUwLjU5ODU4MDYsMjcuMTY1Njc3NCA1MC44OTQ3MDk3LDI3LjQ0NjcwOTcgNTAuODk0NzA5NywyNy45Mzc5MzU1IEM1MC44OTQ3MDk3LDI4LjQ1ODE5MzUgNDkuODkyNTE2MSwyOC45NzQ5Njc3IDQ5LjIzOTg3MSwyOS4zNzMyOTAzIEM0NS4xMzkzNTQ4LDMxLjg3MjM4NzEgNDEuMDQsMzQuNTk2Nzc0MiAzNi45ODAxMjksMzcuMTg4Nzc0MiBDMzYuNzQzMjI1OCwzNy4zNDkwMzIzIDM2LjI4NDUxNjEsMzcuNjkxNjEyOSAzNS45NDA3NzQyLDM3LjYzOTM1NDggQzM1LjU1NzU0ODQsMzcuNTgwMTI5IDIzLjc5MzY3NzQsMzAuMDIyNDUxNiAyMS42NTM0MTk0LDI4Ljc2MzYxMjkgQzIxLjMzMTc0MTksMjguNTc0MzIyNiAyMC45MzM0MTk0LDI4LjQwMTI5MDMgMjAuOTMzNDE5NCwyNy45Mzc5MzU1IiBmaWxsPSIjRkZGIi8+PC9nPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: left 5px center;
    background-color: #FFFFFF;
    vertical-align: middle;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 400;
    color: #000000;
  }
  html body footer .secondary .column.second #formNewsletter input[type=email]::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
  }
  html body footer .secondary .column.second #formNewsletter label.error {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0 0 15px;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #FFCC00;
  }
  html body footer .secondary .column.second #formNewsletter i.submit {
    display: inline-flex;
    margin: 0 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 50px;
    color: #880066;
  }
  html body footer .secondary .column.second #formNewsletter i.submit:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.third {
    width: 100%;
    text-align: center;
  }
  html body footer .secondary .column.third h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body footer .secondary .column.third h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 -2px 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #2D0022;
  }
  html body footer .secondary .column.third h3 a {
    outline: 0;
    text-decoration: none;
    color: #2D0022;
  }
  html body footer .secondary .column.third h3 a:hover {
    color: #FFFFFF;
  }
  html body footer .secondary .column.third h3 a:hover i {
    color: #FFFFFF;
  }
  html body footer .secondary .column.third i.fa-envelope {
    vertical-align: middle;
    font-size: 18px;
    color: #2D0022;
  }
  html body footer .secondary .column.third i.fa-whatsapp {
    font-size: 18px;
    color: #2D0022;
  }
}
/* Mobile (Landscape) and Tablet */
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  * {
    box-sizing: border-box;
  }
  html {
    overflow-x: hidden;
  }
  html body {
    position: relative;
    width: 100vw;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family: "Roboto Condensed";
  }
  html body:after {
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    transition: all 0.3s linear;
    content: "";
    opacity: 0;
  }
  html body.open {
    overflow: hidden;
  }
  html body.open:after {
    opacity: 0.9;
    visibility: visible;
  }
  html body .alignment {
    position: relative;
    margin: 0 auto;
  }
  html body .alignment.full {
    width: 1280px;
    padding: 0 40px;
  }
  html body .alignment.medium {
    width: 960px;
  }
  html body .alignment.small {
    width: 720px;
  }
  html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body p, html body ul, html body li {
    position: relative;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    outline: 0;
  }
  html body .left {
    position: relative;
    float: left;
    width: 48%;
  }
  html body .right {
    position: relative;
    float: right;
    width: 48%;
  }
  html body .content {
    position: absolute;
    width: 1280px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  html body nav {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 9;
  }
  html body nav .b-nav {
    visibility: hidden;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: -5000px;
    z-index: 11;
    transition: all 0.3s ease;
    background-color: #BD008E;
  }
  html body nav .b-nav.open {
    visibility: visible;
    left: 0;
  }
  html body nav .b-nav ul {
    float: left;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 10% 0 0 10%;
    list-style-type: none;
  }
  html body nav .b-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-family: "Roboto Condensed";
    font-size: 36px;
    font-weight: 500;
    color: #000000;
  }
  html body nav .b-nav ul li:last-child {
    margin: 0;
  }
  html body nav .b-nav ul li:hover {
    padding-left: 20px;
    transition: all 0.1s ease;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body nav .b-nav .bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 5% 0 5% 10%;
  }
  html body nav .b-nav .bottom ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
  }
  html body nav .b-nav .bottom ul.social li {
    width: auto;
    display: inline-flex;
    margin: 0 5px 0 0;
  }
  html body nav .b-nav .bottom ul.social li a {
    margin: 0;
  }
  html body nav .b-nav .bottom ul.social li a:hover {
    padding: 0;
  }
  html body nav .b-nav .bottom ul.social li a i {
    vertical-align: middle;
    font-size: 40px;
    color: #FFFFFF;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-youtube:hover {
    color: #000000;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-spotify:hover {
    color: #000000;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-apple:hover {
    color: #000000;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-instagram:hover {
    color: #000000;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-facebook-f {
    font-size: 32px;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-facebook-f:hover {
    color: #000000;
  }
  html body nav .b-nav .bottom h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
    color: #000000;
  }
  html body nav .b-nav .bottom h2 a {
    outline: 0;
    text-decoration: none;
    color: #000000;
  }
  html body nav .b-nav .bottom h2 a:hover {
    color: #FFFFFF;
  }
  html body nav .b-nav .bottom h2 a:hover i {
    color: #FFFFFF;
  }
  html body nav .b-nav .bottom h2 a i {
    color: #000000;
  }
  html body nav .b-nav .bottom h2 a i.fa-envelope {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 34px;
  }
  html body nav .b-nav .bottom h2 a i.fa-whatsapp {
    margin: 0 5px 0 0;
    font-size: 34px;
  }
  html body nav .b-container {
    position: absolute;
    top: 0;
    left: 0;
  }
  html body nav .b-container .b-menu {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    padding: 40px 0 0 35px;
    z-index: 12;
    transition: all 0.3s linear;
    user-select: none;
    cursor: pointer;
  }
  html body nav .b-container .b-menu .b-bun {
    position: relative;
    background: #BD008E;
    transition: all 0.3s linear;
  }
  html body nav .b-container .b-menu .b-bun--top {
    width: 30px;
    height: 2px;
    top: 0;
  }
  html body nav .b-container .b-menu .b-bun--mid {
    width: 30px;
    height: 2px;
    top: 5px;
  }
  html body nav .b-container .b-menu .b-bun--bottom {
    width: 30px;
    height: 2px;
    top: 10px;
  }
  html body nav .b-container.open .b-menu .b-bun--top {
    top: 8px;
    background: #FFFFFF;
    transform: rotate(45deg);
  }
  html body nav .b-container.open .b-menu .b-bun--mid {
    opacity: 0;
  }
  html body nav .b-container.open .b-menu .b-bun--bottom {
    top: 4px;
    background: #FFFFFF;
    transform: rotate(-45deg);
  }
  html body main {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main ul.language {
    position: fixed;
    width: 300px;
    top: 40px;
    right: 40px;
    z-index: 2;
    text-align: right;
  }
  html body main ul.language li {
    display: inline-block;
    margin: 0 2px;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body main ul.language li a {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 15px;
    border-radius: 100px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #000000;
  }
  html body main ul.language li a i {
    color: #BD008E;
  }
  html body main ul.language li a.on {
    background-color: #BD008E;
    box-shadow: none;
    color: #FFFFFF;
  }
  html body main ul.language li a.on i {
    color: #FFFFFF;
  }
  html body main .banner {
    position: relative;
    float: left;
    width: 100%;
    height: 600px;
    background-color: #000000;
    z-index: 1;
  }
  html body main .banner .tulio {
    position: relative;
    float: left;
    width: 480px;
    height: 600px;
    overflow: hidden;
  }
  html body main .banner .tulio img {
    position: absolute;
    width: 100%;
    height: auto;
    top: -50px;
    right: -50px;
  }
  html body main .banner .intro {
    position: relative;
    float: right;
    width: 480px;
    margin: 120px 0 0 0;
  }
  html body main .banner .intro ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    list-style-type: none;
    text-align: left;
  }
  html body main .banner .intro ul.social li {
    display: inline-flex;
    margin: 0 2px;
  }
  html body main .banner .intro ul.social li i {
    vertical-align: middle;
    font-size: 25px;
    color: #FFFFFF;
  }
  html body main .banner .intro ul.social li i.fa-youtube:hover {
    color: #C10B0B;
  }
  html body main .banner .intro ul.social li i.fa-spotify:hover {
    color: #69A528;
  }
  html body main .banner .intro ul.social li i.fa-apple:hover {
    color: #999999;
  }
  html body main .banner .intro ul.social li i.fa-instagram:hover {
    color: #BD008E;
  }
  html body main .banner .intro ul.social li i.fa-facebook-f {
    font-size: 22px;
  }
  html body main .banner .intro ul.social li i.fa-facebook-f:hover {
    color: #1962B5;
  }
  html body main .banner .intro .brazil {
    position: absolute;
    width: 52px;
    height: 35px;
    margin: 0 0 5px 0;
    top: 25px;
    left: 245px;
    background-image: url("../img/layout/brazil-flag.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  html body main .banner .intro h1 {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: -3px;
    line-height: 90px;
    font-size: 100px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .banner .intro h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 38px;
    font-size: 34px;
    font-weight: 500;
    color: #DACFA9;
  }
  html body main .gigs {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 150px 0;
    background-color: #000000;
    z-index: 1;
  }
  html body main .gigs .container {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main .gigs .container .slider {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 30px;
    text-align: center;
  }
  html body main .gigs .container .slider h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .gigs .container .slider h3 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #DACFA9;
  }
  html body main .gigs .container .slider h4 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body main .gigs .container .slider h5 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
  }
  html body main .gigs .container .slider a.bt {
    position: relative;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 10px 15px;
    background-color: #FF7700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
  html body main .gigs .container .slider a.bt:hover {
    background-color: #BD008E;
    color: #FFFFFF;
  }
  html body main .gigs .container button.slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    cursor: pointer;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body main .gigs .container button.slick-arrow.slick-prev {
    top: 50px;
    left: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTM5LjM3NTYsNDguMDAyMmwzMC40Ny0yNS4zOWE2LjAwMzUsNi4wMDM1LDAsMCwwLTcuNjg3OC05LjIyM0wyNi4xNTYzLDQzLjM5MDZhNi4wMDkyLDYuMDA5MiwwLDAsMCwwLDkuMjIzMUw2Mi4xNTc4LDgyLjYxNWE2LjAwMzUsNi4wMDM1LDAsMCwwLDcuNjg3OC05LjIyMzFaIiBmaWxsPSIjRkZGIiAvPjwvc3ZnPg==");
    opacity: 0.3;
  }
  html body main .gigs .container button.slick-arrow.slick-prev:hover {
    left: -35px;
    opacity: 1;
  }
  html body main .gigs .container button.slick-arrow.slick-next {
    top: 50px;
    right: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTY5Ljg0MzcsNDMuMzg3NiwzMy44NDIyLDEzLjM4NjNhNi4wMDM1LDYuMDAzNSwwLDAsMC03LjY4NzgsOS4yMjNsMzAuNDcsMjUuMzktMzAuNDcsMjUuMzlhNi4wMDM1LDYuMDAzNSwwLDAsMCw3LjY4NzgsOS4yMjMxTDY5Ljg0MzcsNTIuNjEwNmE2LjAwOTEsNi4wMDkxLDAsMCwwLDAtOS4yMjNaIiBmaWxsPSIjRkZGIiAvPjwvc3ZnPg==");
    opacity: 0.3;
  }
  html body main .gigs .container button.slick-arrow.slick-next:hover {
    right: -35px;
    opacity: 1;
  }
  html body main .gigs .container button.slick-arrow.slick-disabled {
    visibility: hidden;
  }
  html body main .gigs .container ul.slick-dots {
    position: absolute;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    left: 0;
    bottom: -40px;
    list-style-type: none;
    text-align: center;
  }
  html body main .gigs .container ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main .gigs .container ul.slick-dots li button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 100%;
    background-color: #333333;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main .gigs .container ul.slick-dots li button:hover {
    background-color: #FF7700;
  }
  html body main .gigs .container ul.slick-dots li.slick-active button {
    background-color: #FF7700;
  }
  html body main .parallax {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../img/layout/bg-fixed-2.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    cursor: pointer;
  }
  html body main .course {
    position: relative;
    float: left;
    width: 100%;
    height: 50vh;
    margin: 100vh 0 0 0;
    background-image: url("../img/layout/bg-course.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top -500px;
    background-color: #000000;
    z-index: 1;
  }
  html body main .course h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 30px rgb(0, 0, 0);
    letter-spacing: -3px;
    line-height: 80px;
    font-size: 80px;
    font-weight: 700;
    color: #FF7700;
  }
  html body main .course h3 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 30px rgb(0, 0, 0);
    letter-spacing: -2px;
    line-height: 50px;
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .course .button {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  html body main .course .button a {
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 20px 50px;
    background-color: #FF7700;
    box-shadow: 0 0 30px rgb(0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main .course .button a:hover {
    background-color: #BD008E;
  }
  html body main .bio {
    position: relative;
    float: left;
    width: 100%;
    padding: 100px 0 0 0;
    background-color: #FFFFFF;
    z-index: 1;
  }
  html body main .bio .side {
    position: relative;
    float: left;
    width: 45%;
  }
  html body main .bio .side .image {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main .bio .side .image .container {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main .bio .side .image .container .slider {
    position: relative;
    cursor: pointer;
  }
  html body main .bio .side .image .container .slider img {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
  }
  html body main .bio .side .image .container .slider p {
    position: absolute;
    float: left;
    bottom: 15px;
    left: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main .bio .side .image .container button.slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    cursor: pointer;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body main .bio .side .image .container button.slick-arrow.slick-prev {
    top: 350px;
    left: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTM5LjM3NTYsNDguMDAyMmwzMC40Ny0yNS4zOWE2LjAwMzUsNi4wMDM1LDAsMCwwLTcuNjg3OC05LjIyM0wyNi4xNTYzLDQzLjM5MDZhNi4wMDkyLDYuMDA5MiwwLDAsMCwwLDkuMjIzMUw2Mi4xNTc4LDgyLjYxNWE2LjAwMzUsNi4wMDM1LDAsMCwwLDcuNjg3OC05LjIyMzFaIi8+PC9zdmc+");
  }
  html body main .bio .side .image .container button.slick-arrow.slick-prev:hover {
    left: -35px;
  }
  html body main .bio .side .image .container button.slick-arrow.slick-next {
    top: 350px;
    right: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTY5Ljg0MzcsNDMuMzg3NiwzMy44NDIyLDEzLjM4NjNhNi4wMDM1LDYuMDAzNSwwLDAsMC03LjY4NzgsOS4yMjNsMzAuNDcsMjUuMzktMzAuNDcsMjUuMzlhNi4wMDM1LDYuMDAzNSwwLDAsMCw3LjY4NzgsOS4yMjMxTDY5Ljg0MzcsNTIuNjEwNmE2LjAwOTEsNi4wMDkxLDAsMCwwLDAtOS4yMjNaIi8+PC9zdmc+");
  }
  html body main .bio .side .image .container button.slick-arrow.slick-next:hover {
    right: -35px;
  }
  html body main .bio .side .image .container button.slick-arrow.slick-disabled {
    visibility: hidden;
  }
  html body main .bio .side .image .container ul.slick-dots {
    position: absolute;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    left: 0;
    bottom: -40px;
    list-style-type: none;
    text-align: center;
  }
  html body main .bio .side .image .container ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main .bio .side .image .container ul.slick-dots li button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 100%;
    background-color: #EFEFEF;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main .bio .side .image .container ul.slick-dots li button:hover {
    background-color: #000000;
  }
  html body main .bio .side .image .container ul.slick-dots li.slick-active button {
    background-color: #000000;
  }
  html body main .bio .side .quote {
    position: relative;
    float: left;
    width: 100%;
    margin: 70px 0 0 0;
  }
  html body main .bio .side .quote h2 {
    position: relative;
    float: left;
    width: 100%;
    line-height: 38px;
    letter-spacing: -1px;
    font-size: 36px;
    font-weight: 500;
    font-style: italic;
    color: #000000;
  }
  html body main .bio .side .quote h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
  }
  html body main .bio .text {
    position: relative;
    float: right;
    width: 50%;
  }
  html body main .bio .text p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 300;
    color: #000000;
  }
  html body main .bio .text p:last-child {
    margin: 0;
  }
  html body main .bio .text p a {
    text-decoration: underline;
    color: #000000;
  }
  html body main .bio .text p a:hover {
    color: #BD008E;
  }
  html body main .featured {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #FFFFFF;
  }
  html body main .featured .video {
    position: relative;
    float: left;
    width: 100%;
    height: 540px;
  }
  html body main .featured .video iframe {
    width: 100%;
    height: 100%;
  }
  html body main .videos {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 100px 0;
    background-color: #FFFFFF;
    z-index: 1;
  }
  html body main .videos .container {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main .videos .container .slider {
    position: relative;
    cursor: pointer;
  }
  html body main .videos .container .slider .frame {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px;
  }
  html body main .videos .container .slider .frame .mask {
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    z-index: 99;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iI2ZmZiIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGg0OHY0OEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0yNCA0QzEyLjk1IDQgNCAxMi45NSA0IDI0czguOTUgMjAgMjAgMjAgMjAtOC45NSAyMC0yMFMzNS4wNSA0IDI0IDR6bS00IDI5VjE1bDEyIDktMTIgOXoiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    background-color: #000000;
    cursor: pointer;
    opacity: 0;
  }
  html body main .videos .container .slider .frame img {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
  }
  html body main .videos .container .slider:hover .frame .mask {
    opacity: 0.5;
  }
  html body main .videos .container button.slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    cursor: pointer;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body main .videos .container button.slick-arrow.slick-prev {
    top: 100px;
    left: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTM5LjM3NTYsNDguMDAyMmwzMC40Ny0yNS4zOWE2LjAwMzUsNi4wMDM1LDAsMCwwLTcuNjg3OC05LjIyM0wyNi4xNTYzLDQzLjM5MDZhNi4wMDkyLDYuMDA5MiwwLDAsMCwwLDkuMjIzMUw2Mi4xNTc4LDgyLjYxNWE2LjAwMzUsNi4wMDM1LDAsMCwwLDcuNjg3OC05LjIyMzFaIi8+PC9zdmc+");
  }
  html body main .videos .container button.slick-arrow.slick-prev:hover {
    left: -35px;
  }
  html body main .videos .container button.slick-arrow.slick-next {
    top: 100px;
    right: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTY5Ljg0MzcsNDMuMzg3NiwzMy44NDIyLDEzLjM4NjNhNi4wMDM1LDYuMDAzNSwwLDAsMC03LjY4NzgsOS4yMjNsMzAuNDcsMjUuMzktMzAuNDcsMjUuMzlhNi4wMDM1LDYuMDAzNSwwLDAsMCw3LjY4NzgsOS4yMjMxTDY5Ljg0MzcsNTIuNjEwNmE2LjAwOTEsNi4wMDkxLDAsMCwwLDAtOS4yMjNaIi8+PC9zdmc+");
  }
  html body main .videos .container button.slick-arrow.slick-next:hover {
    right: -35px;
  }
  html body main .videos .container button.slick-arrow.slick-disabled {
    visibility: hidden;
  }
  html body main .videos .container ul.slick-dots {
    position: absolute;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    left: 0;
    bottom: -40px;
    list-style-type: none;
    text-align: center;
  }
  html body main .videos .container ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main .videos .container ul.slick-dots li button {
    width: 16px;
    height: 15px;
    border: 0;
    border-radius: 100%;
    background-color: #EFEFEF;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main .videos .container ul.slick-dots li button:hover {
    background-color: #000000;
  }
  html body main .videos .container ul.slick-dots li.slick-active button {
    background-color: #000000;
  }
  html body main .videos .big-button {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 30% 0 30%;
  }
  html body main .videos .big-button a {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 10px;
    padding: 20px 0;
    background-color: #C10B0B;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body main .videos .big-button a i {
    vertical-align: middle;
    font-size: 40px;
  }
  html body main .videos .big-button a:hover {
    top: -5px;
  }
  html body main .discography {
    position: relative;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 1;
  }
  html body main .discography .black-box {
    position: relative;
    float: left;
    width: 90%;
    min-height: 500px;
    margin: 0 5% 5% 5%;
    border-radius: 10px;
    padding: 5%;
    background-color: #000000;
  }
  html body main .discography .black-box .album {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10% 0;
  }
  html body main .discography .black-box .album:last-child {
    margin: 0;
  }
  html body main .discography .black-box .album .title {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main .discography .black-box .album .subtitle {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    color: #999999;
  }
  html body main .discography .black-box .album .cover {
    position: relative;
    float: left;
    width: 30%;
  }
  html body main .discography .black-box .album .cover img {
    width: 100%;
    height: auto;
  }
  html body main .discography .black-box .album .bandcamp {
    position: relative;
    float: left;
    width: 40%;
    padding: 0 0 0 3%;
  }
  html body main .discography .black-box .album .bandcamp iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
  }
  html body main .discography .black-box .album .credits {
    position: relative;
    float: left;
    width: 30%;
    padding: 0 0 0 3%;
  }
  html body main .discography .black-box .album .credits h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .discography .black-box .album .credits h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .discography .black-box .album .credits p {
    position: relative;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #999999;
  }
  html body main .jazz {
    position: relative;
    float: left;
    width: 100%;
    padding: 100px 0;
    background-color: #FFFFFF;
    z-index: 1;
  }
  html body main .jazz img.banner {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
  }
  html body main .jazz img.mobile {
    display: none !important;
  }
  html body main .jazz .credit {
    position: absolute;
    top: 590px;
    left: 70px;
    z-index: 2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main .jazz h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-size: 60px;
    font-weight: 600;
    color: #000000;
  }
  html body main .jazz h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0 20px 0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
  }
  html body main .jazz p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 300;
    color: #333333;
  }
  html body main .jazz p:last-child {
    margin: 0;
  }
  html body main .jazz p a {
    text-decoration: none;
    color: #333333;
  }
  html body main .jazz p a:hover {
    text-decoration: underline;
  }
  html body main .jazz ul.musicians {
    position: relative;
    float: left;
    width: 100%;
    padding: 60px 0 0 0;
    list-style-type: none;
  }
  html body main .jazz ul.musicians li {
    position: relative;
    float: left;
    width: 33.33%;
    padding: 0 10px;
  }
  html body main .jazz ul.musicians li .thumb {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main .jazz ul.musicians li .thumb img {
    width: 100%;
    height: auto;
  }
  html body main .jazz ul.musicians li h2 {
    position: absolute;
    width: 100%;
    bottom: 45px;
    left: 0;
    z-index: 5;
    margin: 0;
    border: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    letter-spacing: -1px;
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .jazz ul.musicians li h3 {
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0;
    z-index: 5;
    margin: 0;
    border: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    letter-spacing: -1px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main .jazz ul.videos {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0 60px 0;
    list-style-type: none;
  }
  html body main .jazz ul.videos li {
    position: relative;
    float: left;
    width: 50%;
    height: 315px;
    padding: 0 10px;
  }
  html body footer {
    position: relative;
    float: left;
    width: 100%;
    background-color: #BD008E;
    z-index: 1;
  }
  html body footer .secondary {
    position: relative;
    float: left;
    width: 100%;
    padding: 70px 0;
  }
  html body footer .secondary .column {
    position: relative;
    float: left;
  }
  html body footer .secondary .column.first {
    width: 30%;
    text-align: right;
  }
  html body footer .secondary .column.first ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    list-style-type: none;
  }
  html body footer .secondary .column.first ul.social li {
    display: inline-flex;
    margin: 0 2px;
  }
  html body footer .secondary .column.first ul.social li i {
    vertical-align: middle;
    font-size: 25px;
    color: #FFFFFF;
  }
  html body footer .secondary .column.first ul.social li i.fa-youtube:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.first ul.social li i.fa-spotify:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.first ul.social li i.fa-apple:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.first ul.social li i.fa-instagram:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.first ul.social li i.fa-facebook-f {
    font-size: 22px;
  }
  html body footer .secondary .column.first ul.social li i.fa-facebook-f:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.first h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body footer .secondary .column.first h3 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #2D0022;
  }
  html body footer .secondary .column.second {
    width: 40%;
    padding: 15px 50px 0 50px;
  }
  html body footer .secondary .column.second #formNewsletter {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  html body footer .secondary .column.second #formNewsletter input[type=email] {
    display: inline-flex;
    width: 320px;
    border: 0;
    border-radius: 100px;
    padding: 15px 15px 15px 55px;
    outline: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI3MiIgdmlld0JveD0iMCAwIDcyIDcyIiB3aWR0aD0iNzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMzYsNzIgTDM2LDcyIEM1NS44ODIyNTEsNzIgNzIsNTUuODgyMjUxIDcyLDM2IEw3MiwzNiBDNzIsMTYuMTE3NzQ5IDU1Ljg4MjI1MSwtMy42NTIzMTAyNmUtMTUgMzYsMCBMMzYsMCBDMTYuMTE3NzQ5LDMuNjUyMzEwMjZlLTE1IC0yLjQzNDg3MzVlLTE1LDE2LjExNzc0OSAwLDM2IEwwLDM2IEMyLjQzNDg3MzVlLTE1LDU1Ljg4MjI1MSAxNi4xMTc3NDksNzIgMzYsNzIgWiIgZmlsbD0iIzAwMCIvPjxwYXRoIGQ9Ik0xOCwyNi4xNjIzMjI2IEwxOCw0Ni41NDc2MTI5IEMxOCw0Ny42NTY2NDUyIDE4LjgxMTc0MTksNDguNTU1NDgzOSAxOS45MzAwNjQ1LDQ4LjU1NTQ4MzkgTDUxLjc0NDc3NDIsNDguNTU1NDgzOSBDNTIuODYxOTM1NSw0OC41NTU0ODM5IDUzLjY3NDgzODcsNDcuNjQ2MTkzNSA1My42NzQ4Mzg3LDQ2LjU0NzYxMjkgTDUzLjY3NDgzODcsMjYuMTYyMzIyNiBDNTMuNjc0ODM4NywyNC45NDUyOTAzIDUyLjk0Nzg3MSwyNCA1MS43NDQ3NzQyLDI0IEwxOS45MzAwNjQ1LDI0IEMxOC42ODA1MTYxLDI0IDE4LDI0Ljk2ODUxNjEgMTgsMjYuMTYyMzIyNiBNMjAuOTMzNDE5NCwyNy45Mzc5MzU1IEMyMC45MzM0MTk0LDI3LjQ0NjcwOTcgMjEuMjMwNzA5NywyNy4xNjU2Nzc0IDIxLjcwNTY3NzQsMjcuMTY1Njc3NCBDMjEuOTk5NDgzOSwyNy4xNjU2Nzc0IDMzLjU2MDEyOSwzNC40OTEwOTY4IDM0LjI2MDM4NzEsMzQuOTIwNzc0MiBMMzYuMDY5Njc3NCwzNi4wNDYwNjQ1IEMzNi42NDMzNTQ4LDM1LjY2MTY3NzQgMzcuMjE5MzU0OCwzNS4zMzMwMzIzIDM3LjgxMzkzNTUsMzQuOTM0NzA5NyBDMzkuMDI3NDgzOSwzNC4xNTg5Njc3IDQ5LjgyNTE2MTMsMjcuMTY1Njc3NCA1MC4xMjI0NTE2LDI3LjE2NTY3NzQgQzUwLjU5ODU4MDYsMjcuMTY1Njc3NCA1MC44OTQ3MDk3LDI3LjQ0NjcwOTcgNTAuODk0NzA5NywyNy45Mzc5MzU1IEM1MC44OTQ3MDk3LDI4LjQ1ODE5MzUgNDkuODkyNTE2MSwyOC45NzQ5Njc3IDQ5LjIzOTg3MSwyOS4zNzMyOTAzIEM0NS4xMzkzNTQ4LDMxLjg3MjM4NzEgNDEuMDQsMzQuNTk2Nzc0MiAzNi45ODAxMjksMzcuMTg4Nzc0MiBDMzYuNzQzMjI1OCwzNy4zNDkwMzIzIDM2LjI4NDUxNjEsMzcuNjkxNjEyOSAzNS45NDA3NzQyLDM3LjYzOTM1NDggQzM1LjU1NzU0ODQsMzcuNTgwMTI5IDIzLjc5MzY3NzQsMzAuMDIyNDUxNiAyMS42NTM0MTk0LDI4Ljc2MzYxMjkgQzIxLjMzMTc0MTksMjguNTc0MzIyNiAyMC45MzM0MTk0LDI4LjQwMTI5MDMgMjAuOTMzNDE5NCwyNy45Mzc5MzU1IiBmaWxsPSIjRkZGIi8+PC9nPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: left 5px center;
    background-color: #FFFFFF;
    vertical-align: middle;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 400;
    color: #000000;
  }
  html body footer .secondary .column.second #formNewsletter input[type=email]::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
  }
  html body footer .secondary .column.second #formNewsletter label.error {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0 0 15px;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #FFCC00;
  }
  html body footer .secondary .column.second #formNewsletter i.submit {
    display: inline-flex;
    margin: 0 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 40px;
    color: #880066;
  }
  html body footer .secondary .column.second #formNewsletter i.submit:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.third {
    width: 30%;
    text-align: left;
  }
  html body footer .secondary .column.third h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body footer .secondary .column.third h3 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #2D0022;
  }
  html body footer .secondary .column.third h3 a {
    outline: 0;
    text-decoration: none;
    color: #2D0022;
  }
  html body footer .secondary .column.third h3 a:hover {
    color: #FFFFFF;
  }
  html body footer .secondary .column.third h3 a:hover i {
    color: #FFFFFF;
  }
  html body footer .secondary .column.third h3 a i {
    color: #2D0022;
  }
  html body footer .secondary .column.third h3 a i.fa-envelope {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 21px;
  }
  html body footer .secondary .column.third h3 a i.fa-whatsapp {
    margin: 0 5px 0 0;
    font-size: 24px;
  }
}
/* Desktop */
@media screen and (min-width: 1025px) {
  * {
    box-sizing: border-box;
  }
  html {
    overflow-x: hidden;
  }
  html body {
    position: relative;
    width: 100vw;
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #FFFFFF;
    font-family: "Roboto Condensed";
  }
  html body:after {
    position: fixed;
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    transition: all 0.3s linear;
    content: "";
    opacity: 0;
  }
  html body.open {
    overflow: hidden;
  }
  html body.open:after {
    opacity: 0.9;
    visibility: visible;
  }
  html body .alignment {
    position: relative;
    margin: 0 auto;
  }
  html body .alignment.full {
    width: 1280px;
    padding: 0 40px;
  }
  html body .alignment.medium {
    width: 960px;
  }
  html body .alignment.small {
    width: 720px;
  }
  html body h1, html body h2, html body h3, html body h4, html body h5, html body h6, html body p, html body ul, html body li {
    position: relative;
    margin: 0;
    border: 0;
    padding: 0;
    list-style-type: none;
    outline: 0;
  }
  html body .left {
    position: relative;
    float: left;
    width: 48%;
  }
  html body .right {
    position: relative;
    float: right;
    width: 48%;
  }
  html body .content {
    position: absolute;
    width: 1280px;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
  html body nav {
    position: fixed;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    z-index: 9;
  }
  html body nav .b-nav {
    visibility: hidden;
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: -5000px;
    z-index: 11;
    transition: all 0.3s ease;
    background-color: #BD008E;
  }
  html body nav .b-nav.open {
    visibility: visible;
    left: 0;
  }
  html body nav .b-nav ul {
    float: left;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 10% 0 0 10%;
    list-style-type: none;
  }
  html body nav .b-nav ul li {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    border: 0;
    padding: 0;
    cursor: pointer;
    font-family: "Roboto Condensed";
    font-size: 36px;
    font-weight: 500;
    color: #000000;
  }
  html body nav .b-nav ul li:last-child {
    margin: 0;
  }
  html body nav .b-nav ul li:hover {
    padding-left: 20px;
    transition: all 0.1s ease;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body nav .b-nav .bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 5% 0 5% 10%;
  }
  html body nav .b-nav .bottom ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
  }
  html body nav .b-nav .bottom ul.social li {
    width: auto;
    display: inline-flex;
    margin: 0 5px 0 0;
  }
  html body nav .b-nav .bottom ul.social li a {
    margin: 0;
  }
  html body nav .b-nav .bottom ul.social li a:hover {
    padding: 0;
  }
  html body nav .b-nav .bottom ul.social li a i {
    vertical-align: middle;
    font-size: 40px;
    color: #FFFFFF;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-youtube:hover {
    color: #000000;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-spotify:hover {
    color: #000000;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-apple:hover {
    color: #000000;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-instagram:hover {
    color: #000000;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-facebook-f {
    font-size: 32px;
  }
  html body nav .b-nav .bottom ul.social li a i.fa-facebook-f:hover {
    color: #000000;
  }
  html body nav .b-nav .bottom h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 400;
    color: #000000;
  }
  html body nav .b-nav .bottom h2 a {
    outline: 0;
    text-decoration: none;
    color: #000000;
  }
  html body nav .b-nav .bottom h2 a:hover {
    color: #FFFFFF;
  }
  html body nav .b-nav .bottom h2 a:hover i {
    color: #FFFFFF;
  }
  html body nav .b-nav .bottom h2 a i {
    color: #000000;
  }
  html body nav .b-nav .bottom h2 a i.fa-envelope {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 34px;
  }
  html body nav .b-nav .bottom h2 a i.fa-whatsapp {
    margin: 0 5px 0 0;
    font-size: 34px;
  }
  html body nav .b-container {
    position: absolute;
    top: 0;
    left: 0;
  }
  html body nav .b-container .b-menu {
    display: inline-block;
    position: relative;
    width: 100px;
    height: 100px;
    padding: 40px 0 0 35px;
    z-index: 12;
    transition: all 0.3s linear;
    user-select: none;
    cursor: pointer;
  }
  html body nav .b-container .b-menu .b-bun {
    position: relative;
    background: #BD008E;
    transition: all 0.3s linear;
  }
  html body nav .b-container .b-menu .b-bun--top {
    width: 30px;
    height: 2px;
    top: 0;
  }
  html body nav .b-container .b-menu .b-bun--mid {
    width: 30px;
    height: 2px;
    top: 5px;
  }
  html body nav .b-container .b-menu .b-bun--bottom {
    width: 30px;
    height: 2px;
    top: 10px;
  }
  html body nav .b-container.open .b-menu .b-bun--top {
    top: 8px;
    background: #FFFFFF;
    transform: rotate(45deg);
  }
  html body nav .b-container.open .b-menu .b-bun--mid {
    opacity: 0;
  }
  html body nav .b-container.open .b-menu .b-bun--bottom {
    top: 4px;
    background: #FFFFFF;
    transform: rotate(-45deg);
  }
  html body main {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main ul.language {
    position: fixed;
    width: 300px;
    top: 40px;
    right: 40px;
    z-index: 2;
    text-align: right;
  }
  html body main ul.language li {
    display: inline-block;
    margin: 0 2px;
    text-transform: uppercase;
    font-family: "Roboto Condensed";
    font-size: 15px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body main ul.language li a {
    position: relative;
    float: left;
    width: 100%;
    padding: 10px 15px;
    border-radius: 100px;
    background-color: #FFFFFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    color: #000000;
  }
  html body main ul.language li a i {
    color: #BD008E;
  }
  html body main ul.language li a.on {
    background-color: #BD008E;
    box-shadow: none;
    color: #FFFFFF;
  }
  html body main ul.language li a.on i {
    color: #FFFFFF;
  }
  html body main .banner {
    position: relative;
    float: left;
    width: 100%;
    height: 600px;
    background-color: #000000;
    z-index: 1;
  }
  html body main .banner .tulio {
    position: relative;
    float: left;
    width: 480px;
    height: 600px;
    overflow: hidden;
  }
  html body main .banner .tulio img {
    position: absolute;
    width: 100%;
    height: auto;
    top: -50px;
    right: -50px;
  }
  html body main .banner .intro {
    position: relative;
    float: right;
    width: 480px;
    margin: 120px 0 0 0;
  }
  html body main .banner .intro ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    list-style-type: none;
    text-align: left;
  }
  html body main .banner .intro ul.social li {
    display: inline-flex;
    margin: 0 2px;
  }
  html body main .banner .intro ul.social li i {
    vertical-align: middle;
    font-size: 25px;
    color: #FFFFFF;
  }
  html body main .banner .intro ul.social li i.fa-youtube:hover {
    color: #C10B0B;
  }
  html body main .banner .intro ul.social li i.fa-spotify:hover {
    color: #69A528;
  }
  html body main .banner .intro ul.social li i.fa-apple:hover {
    color: #999999;
  }
  html body main .banner .intro ul.social li i.fa-instagram:hover {
    color: #BD008E;
  }
  html body main .banner .intro ul.social li i.fa-facebook-f {
    font-size: 22px;
  }
  html body main .banner .intro ul.social li i.fa-facebook-f:hover {
    color: #1962B5;
  }
  html body main .banner .intro .brazil {
    position: absolute;
    width: 52px;
    height: 35px;
    margin: 0 0 5px 0;
    top: 25px;
    left: 245px;
    background-image: url("../img/layout/brazil-flag.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  html body main .banner .intro h1 {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: -3px;
    line-height: 90px;
    font-size: 100px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .banner .intro h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: -1px;
    line-height: 38px;
    font-size: 34px;
    font-weight: 500;
    color: #DACFA9;
  }
  html body main .gigs {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 150px 0;
    background-color: #000000;
    z-index: 1;
  }
  html body main .gigs .container {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main .gigs .container .slider {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 30px;
    text-align: center;
  }
  html body main .gigs .container .slider h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .gigs .container .slider h3 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    color: #DACFA9;
  }
  html body main .gigs .container .slider h4 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body main .gigs .container .slider h5 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
  }
  html body main .gigs .container .slider a.bt {
    position: relative;
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 10px 15px;
    background-color: #FF7700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    color: #000000;
  }
  html body main .gigs .container .slider a.bt:hover {
    background-color: #BD008E;
    color: #FFFFFF;
  }
  html body main .gigs .container button.slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    cursor: pointer;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body main .gigs .container button.slick-arrow.slick-prev {
    top: 50px;
    left: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTM5LjM3NTYsNDguMDAyMmwzMC40Ny0yNS4zOWE2LjAwMzUsNi4wMDM1LDAsMCwwLTcuNjg3OC05LjIyM0wyNi4xNTYzLDQzLjM5MDZhNi4wMDkyLDYuMDA5MiwwLDAsMCwwLDkuMjIzMUw2Mi4xNTc4LDgyLjYxNWE2LjAwMzUsNi4wMDM1LDAsMCwwLDcuNjg3OC05LjIyMzFaIiBmaWxsPSIjRkZGIiAvPjwvc3ZnPg==");
    opacity: 0.3;
  }
  html body main .gigs .container button.slick-arrow.slick-prev:hover {
    left: -35px;
    opacity: 1;
  }
  html body main .gigs .container button.slick-arrow.slick-next {
    top: 50px;
    right: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTY5Ljg0MzcsNDMuMzg3NiwzMy44NDIyLDEzLjM4NjNhNi4wMDM1LDYuMDAzNSwwLDAsMC03LjY4NzgsOS4yMjNsMzAuNDcsMjUuMzktMzAuNDcsMjUuMzlhNi4wMDM1LDYuMDAzNSwwLDAsMCw3LjY4NzgsOS4yMjMxTDY5Ljg0MzcsNTIuNjEwNmE2LjAwOTEsNi4wMDkxLDAsMCwwLDAtOS4yMjNaIiBmaWxsPSIjRkZGIiAvPjwvc3ZnPg==");
    opacity: 0.3;
  }
  html body main .gigs .container button.slick-arrow.slick-next:hover {
    right: -35px;
    opacity: 1;
  }
  html body main .gigs .container button.slick-arrow.slick-disabled {
    visibility: hidden;
  }
  html body main .gigs .container ul.slick-dots {
    position: absolute;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    left: 0;
    bottom: -40px;
    list-style-type: none;
    text-align: center;
  }
  html body main .gigs .container ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main .gigs .container ul.slick-dots li button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 100%;
    background-color: #333333;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main .gigs .container ul.slick-dots li button:hover {
    background-color: #FF7700;
  }
  html body main .gigs .container ul.slick-dots li.slick-active button {
    background-color: #FF7700;
  }
  html body main .parallax {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url("../img/layout/bg-fixed-2.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    cursor: pointer;
  }
  html body main .course {
    position: relative;
    float: left;
    width: 100%;
    height: 50vh;
    margin: 100vh 0 0 0;
    background-image: url("../img/layout/bg-course.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top -500px;
    background-color: #000000;
    z-index: 1;
  }
  html body main .course h2 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 30px rgb(0, 0, 0);
    letter-spacing: -3px;
    line-height: 80px;
    font-size: 80px;
    font-weight: 700;
    color: #FF7700;
  }
  html body main .course h3 {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 30px rgb(0, 0, 0);
    letter-spacing: -2px;
    line-height: 50px;
    font-size: 40px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .course .button {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  html body main .course .button a {
    display: inline-block;
    margin: 30px 0 0 0;
    padding: 20px 50px;
    background-color: #FF7700;
    box-shadow: 0 0 30px rgb(0, 0, 0);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main .course .button a:hover {
    background-color: #BD008E;
  }
  html body main .bio {
    position: relative;
    float: left;
    width: 100%;
    padding: 100px 0 0 0;
    background-color: #FFFFFF;
    z-index: 1;
  }
  html body main .bio .side {
    position: relative;
    float: left;
    width: 45%;
  }
  html body main .bio .side .image {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main .bio .side .image .container {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main .bio .side .image .container .slider {
    position: relative;
    cursor: pointer;
  }
  html body main .bio .side .image .container .slider img {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
  }
  html body main .bio .side .image .container .slider p {
    position: absolute;
    float: left;
    bottom: 15px;
    left: 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main .bio .side .image .container button.slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    cursor: pointer;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body main .bio .side .image .container button.slick-arrow.slick-prev {
    top: 350px;
    left: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTM5LjM3NTYsNDguMDAyMmwzMC40Ny0yNS4zOWE2LjAwMzUsNi4wMDM1LDAsMCwwLTcuNjg3OC05LjIyM0wyNi4xNTYzLDQzLjM5MDZhNi4wMDkyLDYuMDA5MiwwLDAsMCwwLDkuMjIzMUw2Mi4xNTc4LDgyLjYxNWE2LjAwMzUsNi4wMDM1LDAsMCwwLDcuNjg3OC05LjIyMzFaIi8+PC9zdmc+");
  }
  html body main .bio .side .image .container button.slick-arrow.slick-prev:hover {
    left: -35px;
  }
  html body main .bio .side .image .container button.slick-arrow.slick-next {
    top: 350px;
    right: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTY5Ljg0MzcsNDMuMzg3NiwzMy44NDIyLDEzLjM4NjNhNi4wMDM1LDYuMDAzNSwwLDAsMC03LjY4NzgsOS4yMjNsMzAuNDcsMjUuMzktMzAuNDcsMjUuMzlhNi4wMDM1LDYuMDAzNSwwLDAsMCw3LjY4NzgsOS4yMjMxTDY5Ljg0MzcsNTIuNjEwNmE2LjAwOTEsNi4wMDkxLDAsMCwwLDAtOS4yMjNaIi8+PC9zdmc+");
  }
  html body main .bio .side .image .container button.slick-arrow.slick-next:hover {
    right: -35px;
  }
  html body main .bio .side .image .container button.slick-arrow.slick-disabled {
    visibility: hidden;
  }
  html body main .bio .side .image .container ul.slick-dots {
    position: absolute;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    left: 0;
    bottom: -40px;
    list-style-type: none;
    text-align: center;
  }
  html body main .bio .side .image .container ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main .bio .side .image .container ul.slick-dots li button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 100%;
    background-color: #EFEFEF;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main .bio .side .image .container ul.slick-dots li button:hover {
    background-color: #000000;
  }
  html body main .bio .side .image .container ul.slick-dots li.slick-active button {
    background-color: #000000;
  }
  html body main .bio .side .quote {
    position: relative;
    float: left;
    width: 100%;
    margin: 70px 0 0 0;
  }
  html body main .bio .side .quote h2 {
    position: relative;
    float: left;
    width: 100%;
    line-height: 38px;
    letter-spacing: -1px;
    font-size: 36px;
    font-weight: 500;
    font-style: italic;
    color: #000000;
  }
  html body main .bio .side .quote h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
  }
  html body main .bio .text {
    position: relative;
    float: right;
    width: 50%;
  }
  html body main .bio .text p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    font-size: 22px;
    font-weight: 300;
    color: #000000;
  }
  html body main .bio .text p:last-child {
    margin: 0;
  }
  html body main .bio .text p a {
    text-decoration: underline;
    color: #000000;
  }
  html body main .bio .text p a:hover {
    color: #BD008E;
  }
  html body main .featured {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 0;
    background-color: #FFFFFF;
  }
  html body main .featured .video {
    position: relative;
    float: left;
    width: 100%;
    height: 540px;
  }
  html body main .featured .video iframe {
    width: 100%;
    height: 100%;
  }
  html body main .videos {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 100px 0;
    background-color: #FFFFFF;
    z-index: 1;
  }
  html body main .videos .container {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main .videos .container .slider {
    position: relative;
    cursor: pointer;
  }
  html body main .videos .container .slider .frame {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px;
  }
  html body main .videos .container .slider .frame .mask {
    position: absolute;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    top: 5px;
    left: 5px;
    z-index: 99;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgZmlsbD0iI2ZmZiIgaGVpZ2h0PSI0OCIgdmlld0JveD0iMCAwIDQ4IDQ4IiB3aWR0aD0iNDgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMGg0OHY0OEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0yNCA0QzEyLjk1IDQgNCAxMi45NSA0IDI0czguOTUgMjAgMjAgMjAgMjAtOC45NSAyMC0yMFMzNS4wNSA0IDI0IDR6bS00IDI5VjE1bDEyIDktMTIgOXoiLz48L3N2Zz4=");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
    background-color: #000000;
    cursor: pointer;
    opacity: 0;
  }
  html body main .videos .container .slider .frame img {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
  }
  html body main .videos .container .slider:hover .frame .mask {
    opacity: 0.5;
  }
  html body main .videos .container button.slick-arrow {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 0;
    outline: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: transparent;
    cursor: pointer;
    text-indent: -10000px;
    font-size: 0;
    color: transparent;
  }
  html body main .videos .container button.slick-arrow.slick-prev {
    top: 100px;
    left: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTM5LjM3NTYsNDguMDAyMmwzMC40Ny0yNS4zOWE2LjAwMzUsNi4wMDM1LDAsMCwwLTcuNjg3OC05LjIyM0wyNi4xNTYzLDQzLjM5MDZhNi4wMDkyLDYuMDA5MiwwLDAsMCwwLDkuMjIzMUw2Mi4xNTc4LDgyLjYxNWE2LjAwMzUsNi4wMDM1LDAsMCwwLDcuNjg3OC05LjIyMzFaIi8+PC9zdmc+");
  }
  html body main .videos .container button.slick-arrow.slick-prev:hover {
    left: -35px;
  }
  html body main .videos .container button.slick-arrow.slick-next {
    top: 100px;
    right: -30px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDk2IDk2IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZS8+PHBhdGggZD0iTTY5Ljg0MzcsNDMuMzg3NiwzMy44NDIyLDEzLjM4NjNhNi4wMDM1LDYuMDAzNSwwLDAsMC03LjY4NzgsOS4yMjNsMzAuNDcsMjUuMzktMzAuNDcsMjUuMzlhNi4wMDM1LDYuMDAzNSwwLDAsMCw3LjY4NzgsOS4yMjMxTDY5Ljg0MzcsNTIuNjEwNmE2LjAwOTEsNi4wMDkxLDAsMCwwLDAtOS4yMjNaIi8+PC9zdmc+");
  }
  html body main .videos .container button.slick-arrow.slick-next:hover {
    right: -35px;
  }
  html body main .videos .container button.slick-arrow.slick-disabled {
    visibility: hidden;
  }
  html body main .videos .container ul.slick-dots {
    position: absolute;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    left: 0;
    bottom: -40px;
    list-style-type: none;
    text-align: center;
  }
  html body main .videos .container ul.slick-dots li {
    display: inline-block;
    margin: 0 2px;
  }
  html body main .videos .container ul.slick-dots li button {
    width: 16px;
    height: 15px;
    border: 0;
    border-radius: 100%;
    background-color: #EFEFEF;
    cursor: pointer;
    outline: 0;
    text-indent: -5000px;
    font-size: 0;
    color: transparent;
  }
  html body main .videos .container ul.slick-dots li button:hover {
    background-color: #000000;
  }
  html body main .videos .container ul.slick-dots li.slick-active button {
    background-color: #000000;
  }
  html body main .videos .big-button {
    position: relative;
    float: left;
    width: 100%;
    padding: 50px 30% 0 30%;
  }
  html body main .videos .big-button a {
    position: relative;
    float: left;
    width: 100%;
    border-radius: 10px;
    padding: 20px 0;
    background-color: #C10B0B;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
  }
  html body main .videos .big-button a i {
    vertical-align: middle;
    font-size: 40px;
  }
  html body main .videos .big-button a:hover {
    top: -5px;
  }
  html body main .discography {
    position: relative;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 1;
  }
  html body main .discography .black-box {
    position: relative;
    float: left;
    width: 90%;
    min-height: 500px;
    margin: 0 5% 5% 5%;
    border-radius: 10px;
    padding: 5%;
    background-color: #000000;
  }
  html body main .discography .black-box .album {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10% 0;
  }
  html body main .discography .black-box .album:last-child {
    margin: 0;
  }
  html body main .discography .black-box .album .title {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 700;
    color: #FFFFFF;
  }
  html body main .discography .black-box .album .subtitle {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 400;
    color: #999999;
  }
  html body main .discography .black-box .album .cover {
    position: relative;
    float: left;
    width: 30%;
  }
  html body main .discography .black-box .album .cover img {
    width: 100%;
    height: auto;
  }
  html body main .discography .black-box .album .bandcamp {
    position: relative;
    float: left;
    width: 40%;
    padding: 0 0 0 3%;
  }
  html body main .discography .black-box .album .bandcamp iframe {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
  }
  html body main .discography .black-box .album .credits {
    position: relative;
    float: left;
    width: 30%;
    padding: 0 0 0 3%;
  }
  html body main .discography .black-box .album .credits h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .discography .black-box .album .credits h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .discography .black-box .album .credits p {
    position: relative;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
    color: #999999;
  }
  html body main .jazz {
    position: relative;
    float: left;
    width: 100%;
    padding: 100px 0;
    background-color: #FFFFFF;
    z-index: 1;
  }
  html body main .jazz img.banner {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
  }
  html body main .jazz img.mobile {
    display: none !important;
  }
  html body main .jazz .credit {
    position: absolute;
    top: 590px;
    left: 70px;
    z-index: 2;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main .jazz h2 {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0;
    text-transform: uppercase;
    letter-spacing: -2px;
    font-size: 60px;
    font-weight: 600;
    color: #000000;
  }
  html body main .jazz h3 {
    position: relative;
    float: left;
    width: 100%;
    margin: 50px 0 20px 0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
  }
  html body main .jazz p {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 20px;
    font-weight: 300;
    color: #333333;
  }
  html body main .jazz p:last-child {
    margin: 0;
  }
  html body main .jazz p a {
    text-decoration: none;
    color: #333333;
  }
  html body main .jazz p a:hover {
    text-decoration: underline;
  }
  html body main .jazz ul.musicians {
    position: relative;
    float: left;
    width: 100%;
    padding: 60px 0 0 0;
    list-style-type: none;
  }
  html body main .jazz ul.musicians li {
    position: relative;
    float: left;
    width: 33.33%;
    padding: 0 10px;
  }
  html body main .jazz ul.musicians li .thumb {
    position: relative;
    float: left;
    width: 100%;
  }
  html body main .jazz ul.musicians li .thumb img {
    width: 100%;
    height: auto;
  }
  html body main .jazz ul.musicians li h2 {
    position: absolute;
    width: 100%;
    bottom: 45px;
    left: 0;
    z-index: 5;
    margin: 0;
    border: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    letter-spacing: -1px;
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body main .jazz ul.musicians li h3 {
    position: absolute;
    width: 100%;
    bottom: 25px;
    left: 0;
    z-index: 5;
    margin: 0;
    border: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    letter-spacing: -1px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
  }
  html body main .jazz ul.videos {
    position: relative;
    float: left;
    width: 100%;
    padding: 40px 0 60px 0;
    list-style-type: none;
  }
  html body main .jazz ul.videos li {
    position: relative;
    float: left;
    width: 50%;
    height: 315px;
    padding: 0 10px;
  }
  html body footer {
    position: relative;
    float: left;
    width: 100%;
    background-color: #BD008E;
    z-index: 1;
  }
  html body footer .secondary {
    position: relative;
    float: left;
    width: 100%;
    padding: 70px 0;
  }
  html body footer .secondary .column {
    position: relative;
    float: left;
  }
  html body footer .secondary .column.first {
    width: 30%;
    text-align: right;
  }
  html body footer .secondary .column.first ul.social {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    list-style-type: none;
  }
  html body footer .secondary .column.first ul.social li {
    display: inline-flex;
    margin: 0 2px;
  }
  html body footer .secondary .column.first ul.social li i {
    vertical-align: middle;
    font-size: 25px;
    color: #FFFFFF;
  }
  html body footer .secondary .column.first ul.social li i.fa-youtube:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.first ul.social li i.fa-spotify:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.first ul.social li i.fa-apple:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.first ul.social li i.fa-instagram:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.first ul.social li i.fa-facebook-f {
    font-size: 22px;
  }
  html body footer .secondary .column.first ul.social li i.fa-facebook-f:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.first h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body footer .secondary .column.first h3 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #2D0022;
  }
  html body footer .secondary .column.second {
    width: 40%;
    padding: 15px 50px 0 50px;
  }
  html body footer .secondary .column.second #formNewsletter {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
  }
  html body footer .secondary .column.second #formNewsletter input[type=email] {
    display: inline-flex;
    width: 320px;
    border: 0;
    border-radius: 100px;
    padding: 15px 15px 15px 55px;
    outline: 0;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSI3MiIgdmlld0JveD0iMCAwIDcyIDcyIiB3aWR0aD0iNzIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMzYsNzIgTDM2LDcyIEM1NS44ODIyNTEsNzIgNzIsNTUuODgyMjUxIDcyLDM2IEw3MiwzNiBDNzIsMTYuMTE3NzQ5IDU1Ljg4MjI1MSwtMy42NTIzMTAyNmUtMTUgMzYsMCBMMzYsMCBDMTYuMTE3NzQ5LDMuNjUyMzEwMjZlLTE1IC0yLjQzNDg3MzVlLTE1LDE2LjExNzc0OSAwLDM2IEwwLDM2IEMyLjQzNDg3MzVlLTE1LDU1Ljg4MjI1MSAxNi4xMTc3NDksNzIgMzYsNzIgWiIgZmlsbD0iIzAwMCIvPjxwYXRoIGQ9Ik0xOCwyNi4xNjIzMjI2IEwxOCw0Ni41NDc2MTI5IEMxOCw0Ny42NTY2NDUyIDE4LjgxMTc0MTksNDguNTU1NDgzOSAxOS45MzAwNjQ1LDQ4LjU1NTQ4MzkgTDUxLjc0NDc3NDIsNDguNTU1NDgzOSBDNTIuODYxOTM1NSw0OC41NTU0ODM5IDUzLjY3NDgzODcsNDcuNjQ2MTkzNSA1My42NzQ4Mzg3LDQ2LjU0NzYxMjkgTDUzLjY3NDgzODcsMjYuMTYyMzIyNiBDNTMuNjc0ODM4NywyNC45NDUyOTAzIDUyLjk0Nzg3MSwyNCA1MS43NDQ3NzQyLDI0IEwxOS45MzAwNjQ1LDI0IEMxOC42ODA1MTYxLDI0IDE4LDI0Ljk2ODUxNjEgMTgsMjYuMTYyMzIyNiBNMjAuOTMzNDE5NCwyNy45Mzc5MzU1IEMyMC45MzM0MTk0LDI3LjQ0NjcwOTcgMjEuMjMwNzA5NywyNy4xNjU2Nzc0IDIxLjcwNTY3NzQsMjcuMTY1Njc3NCBDMjEuOTk5NDgzOSwyNy4xNjU2Nzc0IDMzLjU2MDEyOSwzNC40OTEwOTY4IDM0LjI2MDM4NzEsMzQuOTIwNzc0MiBMMzYuMDY5Njc3NCwzNi4wNDYwNjQ1IEMzNi42NDMzNTQ4LDM1LjY2MTY3NzQgMzcuMjE5MzU0OCwzNS4zMzMwMzIzIDM3LjgxMzkzNTUsMzQuOTM0NzA5NyBDMzkuMDI3NDgzOSwzNC4xNTg5Njc3IDQ5LjgyNTE2MTMsMjcuMTY1Njc3NCA1MC4xMjI0NTE2LDI3LjE2NTY3NzQgQzUwLjU5ODU4MDYsMjcuMTY1Njc3NCA1MC44OTQ3MDk3LDI3LjQ0NjcwOTcgNTAuODk0NzA5NywyNy45Mzc5MzU1IEM1MC44OTQ3MDk3LDI4LjQ1ODE5MzUgNDkuODkyNTE2MSwyOC45NzQ5Njc3IDQ5LjIzOTg3MSwyOS4zNzMyOTAzIEM0NS4xMzkzNTQ4LDMxLjg3MjM4NzEgNDEuMDQsMzQuNTk2Nzc0MiAzNi45ODAxMjksMzcuMTg4Nzc0MiBDMzYuNzQzMjI1OCwzNy4zNDkwMzIzIDM2LjI4NDUxNjEsMzcuNjkxNjEyOSAzNS45NDA3NzQyLDM3LjYzOTM1NDggQzM1LjU1NzU0ODQsMzcuNTgwMTI5IDIzLjc5MzY3NzQsMzAuMDIyNDUxNiAyMS42NTM0MTk0LDI4Ljc2MzYxMjkgQzIxLjMzMTc0MTksMjguNTc0MzIyNiAyMC45MzM0MTk0LDI4LjQwMTI5MDMgMjAuOTMzNDE5NCwyNy45Mzc5MzU1IiBmaWxsPSIjRkZGIi8+PC9nPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: left 5px center;
    background-color: #FFFFFF;
    vertical-align: middle;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 400;
    color: #000000;
  }
  html body footer .secondary .column.second #formNewsletter input[type=email]::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
  }
  html body footer .secondary .column.second #formNewsletter label.error {
    position: relative;
    float: left;
    width: 100%;
    padding: 5px 0 0 15px;
    text-align: left;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #FFCC00;
  }
  html body footer .secondary .column.second #formNewsletter i.submit {
    display: inline-flex;
    margin: 0 0 0 10px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 40px;
    color: #880066;
  }
  html body footer .secondary .column.second #formNewsletter i.submit:hover {
    color: #2D0022;
  }
  html body footer .secondary .column.third {
    width: 30%;
    text-align: left;
  }
  html body footer .secondary .column.third h2 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
    color: #FFFFFF;
  }
  html body footer .secondary .column.third h3 {
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    color: #2D0022;
  }
  html body footer .secondary .column.third h3 a {
    outline: 0;
    text-decoration: none;
    color: #2D0022;
  }
  html body footer .secondary .column.third h3 a:hover {
    color: #FFFFFF;
  }
  html body footer .secondary .column.third h3 a:hover i {
    color: #FFFFFF;
  }
  html body footer .secondary .column.third h3 a i {
    color: #2D0022;
  }
  html body footer .secondary .column.third h3 a i.fa-envelope {
    margin: 0 5px 0 0;
    vertical-align: middle;
    font-size: 21px;
  }
  html body footer .secondary .column.third h3 a i.fa-whatsapp {
    margin: 0 5px 0 0;
    font-size: 24px;
  }
}

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