/* ==========================================================================
   CSS BY CHAJ0E
   COLOR PALETTE

   #222222  Erie Black
   #F6F6EE  Baby Powder
   #EE964B  Sandy Brown
   #22AED1  Pacific Cyan
   #6D8EA0  Air Force Blue
   ========================================================================== */


/* ==========================================================================
   TYPOGRAPHY
   ========================================================================== */

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

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

b,
strong {
    color: #22AED1;
}

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

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: #EE964B;
}

.text-colored {
    color: #22AED1;
}

a {
    color: #F6F6EE;
    text-decoration: none;
}

a:hover {
    color: #EE964B;
    text-decoration: none;
}

a:focus,
a:active {
    outline: none;
    text-decoration: none;
}

.large {
    font-size: 18px;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}


/* ==========================================================================
   LISTS
   ========================================================================== */

.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: #F6F6EE;
    background-color: rgba(34, 34, 34, 0.95);
    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: #F6F6EE;
}

.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(34, 34, 34, 0);
    content: "";
}

.banner-caption {
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 2;
}

.subfooter {
    background-color: #F6F6EE;
    border-top: 0 solid #F6F6EE;
    border-bottom: 1px solid #6D8EA0;
    padding: 40px 0;
}

.section {
    background-color: #F6F6EE;
    color: #222222;
    padding: 80px 0;
}


/* ==========================================================================
   LANDING PAGE
   ========================================================================== */

.hero {
    width: 100%;
    margin: 0;
    padding: 80px 0 0 0;
}

.hero-image {
    width: 100%;
    height: auto;
    display: block;
}

.page-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.bio-section {
    width: 100%;
    text-align: center;
}

.biopic {
    width: 100%;
}

.biopic img {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.bio {
    margin-top: 80px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10%;
    padding-right: 10%;
    text-align: justify;
    text-justify: inter-word;
}

.bio h1 {
    text-align: center;
    color: #F6F6EE;
}

.bio p {
    color: #F6F6EE;
}


/* ==========================================================================
   FOOTER
   ========================================================================== */

.footer {
    width: 320px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    text-align: center;
}

.footer-logo {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

.footer a {
    color: #22AED1;
    text-decoration: none;
}

.footer a:hover {
    color: #EE964B;
    text-decoration: none;
}

.footer a:focus,
.footer a:active {
    outline: none;
    text-decoration: none;
}


/* ==========================================================================
   SOCIAL LINKS
   ========================================================================== */

.social-links {
    padding: 0;
    list-style: none;
    margin: 0 0 30px 0;
}

.social-links li {
    margin: 10px 12px;
    display: inline-block;
    font-size: 24px;
}

.social-links li a {
    color: #22AED1;

    -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,
.social-links li.youtube a:hover,
.social-links li.facebook a:hover,
.social-links li.instagram a:hover,
.social-links li.soundcloud a:hover,
.social-links li.spotify a:hover {
    color: #EE964B;
}


/* ==========================================================================
   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: #22AED1;

    -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,
.social-links2 li.youtube a:hover,
.social-links2 li.facebook a:hover,
.social-links2 li.instagram a:hover {
    color: #F6F6EE;
}

.social-links2 li.home a:hover {
    color: #EE964B;
}


/* ==========================================================================
   BOOKING / FOOTER LINKS
   ========================================================================== */

.contactos {
    padding: 0;
    list-style: none;
    margin: 0;
}

.contactos li {
    margin: 0 5px;
    display: inline-block;
    font-size: 11px;
}

.contactos a {
    color: #6D8EA0;
}

.contactos a:hover {
    color: #EE964B;
}


/* ==========================================================================
   IMAGES / OVERLAYS
   ========================================================================== */

.overlay-container {
    position: relative;
    display: block;
    overflow: hidden;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: -1px;

    background-color: rgba(34, 34, 34, 0.85);

    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: #F6F6EE;
    font-size: 13px;
    font-weight: 300;
}

.overlay i {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 18px;
    color: #22AED1;
    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 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

    text-decoration: none;
}

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

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

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

@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;
    }

}


/* ==========================================================================
   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);
}


/* ==========================================================================
   MISC
   ========================================================================== */

.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(246, 246, 238, 0.10);
    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%;
}

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

.floating {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF !important;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

/* ==========================================================================
   RESPONSIVE BUTTON
   ========================================================================== */

.btn-responsive {
    border: 2px solid #6D8EA0;
    color: #222222;
    background-color: #22AED1;
    border-radius: 3px;
}

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


/* ==========================================================================
   MISC HELPERS
   ========================================================================== */

.circleme {
    border-radius: 50%;
}

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


/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 767px) {

    .page-content {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .bio {
        margin-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .bio h1 {
        font-size: 30px;
    }

    .footer {
        margin-top: 50px;
    }

    .social-links li {
        margin-left: 10px;
        margin-right: 10px;
    }

}


@media (max-width: 600px) {

    .btn-responsive {
        display: block;
        font-size: 14px;
        border-radius: 0;
    }

}