
/*======================================
//--//-->   STYLES GENERALES
======================================*/

body {
  background-color: rgb(0, 0, 0);
  color: #4e4e4e;
  font-family: 'Copperplate Gothic Bold', 'Copperplate Gothic Light', Copperplate, Balthazar;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
}

.white {
  color: #fff;
}


a {
  color: #1e1e1e;
  transition: all 0.5s ease-in-out;
}

a:hover {
  color: #ccc;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.p-r {
  position: relative;
}

.color-a {
  color: #ccc;
}

.color-d {
  color: #f5f5f5;
}

.color-text-a {
  color: #4e4e4e;
}

.box-shadow,
.paralax-mf,
.service-box,
.work-box,
.card-blog {
  box-shadow: 0 13px 8px -10px rgba(0, 0, 0, 0.1);
}

.box-shadow-a,
.button:hover {
  box-shadow: 0 0 0 4px #cde1f8;
}

.display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-6 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.1;
}

.avatar {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  overflow: hidden;
}

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}



.logos-right {
    position: absolute;
    margin: 20px;
    right: 0;
    top: 0;
}

.logos-left {
    position: absolute;
    margin: 20px;
    left: 0;
    top: 0;
}

.logos-skull{
    height: 98px;
}

.logos-art{
    height: 30px;
}

.overlay-mf {
  background-color: rgb(0, 0, 0);
}
	
.overlay-mf {
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .45;
}

.overlay-dark {
  background-color: rgb(0, 0, 0);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .85;
}

.paralax-mf {
  position: relative;
  padding: 3rem 0;
}

.paralax-mf2 {
  position: relative;
}

.gradient-background {
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1)); 
    min-height: 4vh; 
    color: #000;
}

.gradient-section {
    background-image: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.71)); 
    min-height: 4vh; 
    color: #000;
}

.gradient-section-inv {
    background-image: linear-gradient(to top, rgba(0,0,0,0.71), rgba(0,0,0,0)); 
    min-height: 4vh; 
    color: #000;
}

.gradient-section-black {
    background-image: linear-gradient(to top, rgba(0,0,0,1), rgba(0,0,0,0.71)); 
    min-height: 4vh; 
    color: #000;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;  
  vertical-align: middle;  
  padding-top: 15rem;
}

/*--/ Sections /--*/

.sect-4 {
  padding: 4rem 0;
}

.sect-pt4 {
  padding-top: 4rem;
}

.sect-mt4 {
  margin-top: 4rem;
}

/*--/ Title s /--*/

.title-s {
  font-weight: 600;
  color: #1e1e1e;
  font-size: 1.1rem;
}

/*--/ Title A /--*/

.title-box {
  margin-bottom: 4rem;
}

.title-a {
  font-size: 3rem;
  font-weight: bold;
  text-transform: uppercase;
}

.subtitle-a {
  color: #4e4e4e;
}

.line-mf {
  width: 40px;
  height: 5px;
  background-color: #000;
  margin: 0 auto;
}

.white-line-mf {
  width: 40px;
  height: 5px;
  background-color: #fff;
  margin: 0 auto;
}

/*--/ Title Left /--*/

.title-box-2 {
  margin-bottom: 3rem;
}

.title-left {
  font-size: 2rem;
  position: relative;
}

.title-left:before {
  content: '';
  position: absolute;
  height: 3px;
  background-color: #000;
  width: 100px;
  bottom: -12px;
}

/*------/ Box /------*/

.box-pl2 {
  padding-left: 2rem;
}

.box-shadow-full {
  padding: 3rem 1.25rem;
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  z-index: 2;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}

/*------/ Socials /------*/

.socials {
  padding: 1.5rem 0;
}

.socials ul li {
  display: inline-block;
}

.socials .ico-circle {
  height: 40px;
  width: 40px;
  font-size: 1.7rem;
  border-radius: 50%;
  line-height: 1.4;
  margin: 0 15px 0 0;
  box-shadow: 0 0 0 3px #000;
  transition: all 500ms ease;
}

.socials .ico-circle:hover {
  background-color: #000;
  color: #fff;
  box-shadow: 0 0 0 3px #fff;
  transition: all 500ms ease;
}

/*------/ Ul resect /------*/

.ul-resect,
.socials ul,
.inq ul,
.list-ico,
.blog-wrapper .post-meta ul,
.box-comments .list-comments,
.widget-sidebar .list-sidebar,
.widget-tags ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.list-ico {
  line-height: 2;
}

.list-ico span {
  color: rgb(255, 255, 255);
  margin-right: 10px;
}
.icon {
   font-size: 20px;
}

/*------/ Ico Circle /------*/

.ico-circle {
  height: 100px;
  width: 100px;
  font-size: 2rem;
  border-radius: 50%;
  line-height: 1.55;
  margin: 0 auto;
  text-align: center;
  box-shadow: 0 0 0 10px #000;
  display: block;
}

/*------/ Owl Carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 7px;
  margin: 5px 5px;
  background: #cde1f8;
  border: 0px solid #cde1f8;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #cde1f8;
}

.owl-theme .owl-dots .owl-dot.active span {
  background-color: #1B1B1B;
  width: 25px;
}

/*--/ Scrolltop s /--*/

.scrolltop-mf {
  position: relative;
  display: none;
}

.scrolltop-mf span {
  z-index: 999;
  position: fixed;
  width: 42px;
  height: 42px;
  background-color: #ccc;
  opacity: .7;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  top: auto;
  left: auto;
  right: 30px;
  bottom: 50px;
  cursor: pointer;
  border-radius: 50%;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #828282;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #ccc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*======================================
//--//-->   INTRO
======================================*/

.intro {
  height: 100vh;
  position: relative;
  color: #fff;
}

.intro .intro-content {
  text-align: center;
  position: absolute;
  width: 100%;
}

.intro .overlay-itro {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0px;
  padding: 0;
  height: 100%;
  width: 100%;
  opacity: .9;
}

.intro .intro-title {
  color: #fff;
  font-weight: 600;
  font-size: 3rem;
}

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 150;
}

.intro-img {
	padding-top: 20vh;
}

.intro .text-slider-items {
  display: none;
}

.intro-single {
  height: 350px;
}

.intro-single .intro-content {
  margin-top: 30px;
}

.intro-single .intro-title {
  text-transform: uppercase;
  font-size: 3rem;
}

.intro-single .breadcrumb {
  background-color: transparent;
  color: #ccc;
}

.intro-single .breadcrumb .breadcrumb-item:before {
  color: #cde1f8;
}

.intro-single .breadcrumb .breadcrumb-item.active {
  color: #cde1f8;
}

.intro-single .breadcrumb a {
  color: #fff;
}

/*======================================
//--//-->   ABOUT
======================================*/

.about-mf .box-shadow-full {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.about-mf .about-img {
  margin-bottom: 2rem;
  float: left;
  max-width: 50%;
  margin-right: 25px;
}

.about-mf .about-img img {
  margin-left: 10px;
  margin-top: 10px;
}

/*======================================
//--//-->   Inquiries
======================================*/

.inq-img {
  float: left;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;  
}

.inq-img img {
  margin-left: 10px;
  margin: auto;
}

.inq {
  padding-bottom: 1.5rem;
  width: 100%;  
  text-align: center;
}

.inq ul li {  
  display: inline-block;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;  
}

.inq .spons {
  width: 100px;
}
/*======================================
//--//-->   Videos
======================================*/

.videos-box {
  color: #fff;
  text-align: center;
}

 .youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 5px;
  }

  .youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
  }

  .youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
  }

  .youtube-player img:hover {
    -webkit-filter: brightness(75%);
  }

  .youtube-player .play {
    height: 48px;
    width: 68px;
    left: 50%;
    top: 50%;
    margin-left: -34px;
    margin-top: -24px;
    position: absolute;
    background: url('https://i.ibb.co/j3jcJKv/yt.png') no-repeat;
    cursor: pointer;
  }  
/*======================================
//--//-->   PICTURES
======================================*/

.pic-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
  position: relative;
}

.pic-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.pic-img {
  display: block;
  overflow: hidden;
  max-height: 250px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pic-img img {
  transition: all 1s;
  flex-shrink: 0;
}

.pic-content {
  padding: 2rem 3% 1rem 4%;
}

.pic-content .pic-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.pic-content .pic-more .pic-ctegory {
  color: #ccc;
}

.pic-content .pic-like {
  font-size: 2.5rem;
  color: #ccc;
  float: right;
}

.pic-content .pic-like a {
  color: #ccc;
}

.pic-content .pic-like .num-like {
  font-size: .7rem;
}

.pic-title {
  font-size: 1.2rem;
}
.press-title {
  font-size: 0.8rem;
}

.blackandwhite {
    filter: gray;
    filter: grayscale(100%);
}

/*======================================
//--//-->   REleases
======================================*/

.release-box {
  margin-bottom: 3rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #fff;
}

.release-box:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.release-img {
  display: block;
  overflow: hidden;
  max-height: 300px;
}

.release-img img {
  transition: all 1s;
  flex-shrink: 0;
  display: block;
  max-height: 300px;
  margin-left: auto;
  margin-right: auto;  
  width: 100%
}

.release-content {
  padding: 2rem 3% 1rem 4%;
}

.release-content .release-more {
  color: #4e4e4e;
  font-size: .8rem;
}

.release-content .release-more .release-ctegory {
  color: #ccc;
}

.release-content .release-like {
  font-size: 2.5rem;
  color: #ccc;
  float: right;
}

.release-content .release-like a {
  color: #ccc;
}

.release-content .release-like .num-like {
  font-size: .7rem;
}

.release-title {
  font-size: 1.2rem;
}

.release-song {
  color: #4e4e4e;
}

/*======================================
//--//-->   CONTACT
======================================*/

.footer-paralax {
  padding: 4rem 0 0 0;
}

.contact-mf {
  margin-top: 4rem;
}

/*======================================
//--//-->   FOOTER
======================================*/

footer {
  text-align: center;
  color: #fff;
  padding-bottom: 4rem;
}

footer .copyright {
  margin-bottom: .3rem;
}

footer .credits {
  margin-bottom: 0;
}

footer .credits a {
  color: #fff;
}


@media (min-width: 577px) {
  .counter-box {
    margin-bottom: 1.8rem;
  }
}

@media (min-width: 767px) {
  .about-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }

  .card-blog {
    margin-bottom: 3rem;
  }

  .contact-mf .box-pl2 {
    margin-top: 3rem;
    padding-left: 0rem;
  }
}

@media (min-width: 768px) {
  .box-shadow-full {
    padding: 3rem;
  }

  .intro .intro-title {
    font-size: 6.5rem;
  }

  .intro .intro-subtitle {
    font-size: 1.5rem;
	font-style: italic;
  }

  .intro-single .intro-title {
    font-size: 3.5rem;
  }

  .testimonial-box .description {
    padding: 0 5rem;
  }

  .post-box,
  .form-comments,
  .box-comments,
  .widget-sidebar {
    padding: 3rem;
  }

  .blog-wrapper .article-title {
    font-size: 1.9rem;
  }

  .box-comments .list-comments .comment-author {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .testimonial-box .description {
    padding: 0 8rem;
  }
}

@media (min-width: 1200px) {
  .testimonial-box .description {
    padding: 0 13rem;
  }
}

@media (max-width: 1024px) {
  .bg-image {
    background-attachment: scroll;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}