/* CSS by MICROCODIGO for HAPPY-FI */

/* Typography
----------------------------------------------------------------------------- */

.site-name {
	font-family: 'Raleway', sans-serif;
}

body {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.50;
	color: #FFF;
	background-color: #000;
	position: relative;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
}

b, strong {
     color: #EECEF3;
     }


h1,
h2,
h3,
h4,
h5,
h6 {
	color: #FFF;
}
h1 {
	font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
	color: #ee202d;
}
.text-colored {
	color: #CC0000;
}

p {
	color: #FFF;
}

ul {
	color: #FFF;
} 

a {
	color: #FFF;
	text-decoration:none;
}
a:hover {
	color: #ee202d;
	text-decoration:none;
}
a:focus,
a:active {
	outline: none;
	text-decoration:none;
}
.large {
	font-size: 18px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
}

.list-unstyled li {
	padding: 5px 0;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
}
.list-icons li {
	padding: 0 0 15px 0;
}
blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.title {
	margin-top: 0;
}

/* Layout
----------------------------------------------------------------------------- */
.header {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.5);
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.banner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	color: #fff;
}
.banner-image {
	vertical-align: middle;
	min-height: 100%;
	width: 100%;
}
.banner:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0);
	content: "";
}
.banner-caption {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 2;
}
.subfooter {
	background-color: #fff;
	border-top: 0px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 40px 0;
}
.section {
	background-color: #ffffff;
	padding: 80px 0;
}



/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}



/* Social Links
---------------------------------- */
.social-links {
	padding: 0;
	list-style: none;
	margin: 0 0;
}
.social-links li {
	margin: 10px 10px 10px 0;
	display: inline-block;
	font-size: 24px;
}
.social-links li a {
	color: #EECEF3;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links li.twitter a:hover {
	color: #B83F7E;
}

.social-links li.youtube a:hover {
	color: #B83F7E;
}
.social-links li.facebook a:hover {
	color: #B83F7E;
}

.social-links li.instagram a:hover {
	color: #B83F7E;
}

.social-links li.soundcloud a:hover {
	color: #B83F7E;
}

.social-links li.spotify a:hover {
	color: #B83F7E;
}



/* Social Links 2
---------------------------------- */
.social-links2 {
	padding: 0;
	list-style: none;
	margin: 36px 0;
}
.social-links2 li {
	margin: 10px 25px 10px 0;
	display: inline-block;
	font-size: 36px;
}
.social-links2 li a {
	color: #EECEF3;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.social-links2 li.twitter a:hover {
	color: #FFF;
}
.social-links2 li.home a:hover {
	color: #B83F7E;
}
.social-links2 li.youtube a:hover {
	color: #FFF;
}
.social-links2 li.facebook a:hover {
	color: #FFF;
}
.social-links2 li.instagram a:hover {
	color: #FFF;
}



/* Booking Links
---------------------------------- */
.contactos {
	padding: 0;
	list-style: none;
	margin: 0 0;
}
.contactos li {
	margin: 0 5px 0 5px;
	display: inline-block;
	font-size: 11px;
}





/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(54, 0, 3, 0.7);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}

/**
 * ========================================
 * BOTONES CHAJOE
 * ========================================
 */

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	text-decoration:none;
}

.btn-default {
    border: 1px solid #FFF;
    color: #FFF;
	display: block;
	font-size: 24px;
	width: 280px;
    background-color: #EECEF3;
	text-decoration:none;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #000;
    outline: 0;
    color: CCC;
    background-color: #FFF;
	text-decoration:none;
}

ul.banner-social-buttons {
    margin-top: 0;
}



 

 /*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

.icon {
    width: 26px;
	height: auto;
	min-width: 26px;
}

.list-inline {
	display: block;
	
}

#plataformas {
	width: 320px;
	margin-left: auto ;
  margin-right: auto ;
}

#arrowdown {
	
	font-size: 24px;
}

.coverimage {
	max-width: 320px;
}

#whitebox {
	max-width: 380px;
  background-color: rgba(135, 135, 177,.30);
	margin-left: auto ;
  margin-right: auto ;
}

.yt-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.yt-container iframe, .yt-container object, .yt-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.bio {
	
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
    text-justify: inter-word;
}

.latestrelease {
	
	margin: auto;
    width: 70%;
}

.footer {
	width: 320px;
	margin: auto;
	margin-left: auto ;
    margin-right: auto ;
	
	
}

.footer a {
	color: #EECEF3;
	text-decoration:none;
}
.footer a:hover {
	color: #B83F7E;
	text-decoration:none;
}
.footer a:focus,
.footer a:active {
	outline: none;
	text-decoration:none;
}

.btn-responsive {
    border: 2px solid rgba(244, 244, 245, 0.3);
	color: rgba(244, 244, 245, 0.3);
	color: #000; /* Fallback for older browsers */
	background-color: #EECEF3;
	border-radius: 3px;
}

.btn-responsive:hover,
.btn-responsive:focus {
    border: 2px solid #B83F7E;
    outline: 0;
    color: #FFF;
    background-color: #B83F7E;
}

.circleme {
	border-radius: 50%;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/* VIDEO SLIDER START */

.video-slider { position: relative; width: 100%; overflow: hidden; }
  .slides { display: flex; transition: transform 0.6s ease; }
  .slide { min-width: 100%; box-sizing: border-box; position: relative; text-align: center; }

  .slide iframe, .slide .placeholder {
    width: 100%;
    height: 60vh;
    border: 0;
    display: block;
  }

  .placeholder {
    background-size: cover;
    background-position: center;
    cursor: pointer;
    position: relative;
  }
  .placeholder::after {
    content: "▶";
    position: absolute; top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem; color: rgba(255,255,255,0.9);
    text-shadow: 0 0 10px rgba(0,0,0,0.6);
  }

  /* Title / Caption */
  .slide .videotitle {
    color: white;
    font-size: 2.5rem;
    padding: 15px 15px;
    background: rgba(0,0,0,0.5);
    margin-bottom: 30px;
  }

  /* Arrows */
  .arrow {
    position: absolute; top: 50%; transform: translateY(-50%);
    font-size: 2rem; color: white; background: rgba(162, 157, 200,0.4);
    padding: 15px 25px 15px 25px; border-radius: 50%; cursor: pointer; user-select: none; z-index: 10;
  }
  .arrow:hover { background: rgba(0,0,0,0.7); }
  .prev { left: 20px; }
  .next { right: 20px; }

  /* Dots */
  .dots {
    position: absolute; bottom: 5px; width: 100%; text-align: center;
  }
  .dot {
    display: inline-block; height: 12px; width: 12px; margin: 0 5px;
    background-color: rgba(255,255,255,0.6); border-radius: 50%; cursor: pointer;
    transition: background 0.3s;
  }
  .dot.active { background-color: white; }

  @media (max-width: 768px) {
    .slide iframe, .slide .placeholder { height: 40vh; }
  }

/* VIDEO SLIDER END*/

/* RESPONSIVE */

@media(max-width:600px) {
	
	.btn-responsive {
	
	display: block;
	font-size: 14px;
	border-radius: 0px;
}
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
}