/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

 html {
	font-size: 16px;
 }

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 4px;
    margin-right: 15px;
    margin-bottom: 0;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.img_cover{
    margin: 0 0 20px 0;
}

.title_section{
    padding: 70px 0 30px 0;
}

body {
    width: 100%;
    height: 100%;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-color: #000000;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

.p-t-0{
	padding-top: 0 !important;
}

section#contact {
	background-color: #000000;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 150px !important;
}

section#contact .section-heading {
    color: #fff;
}

section#contact .form-group {
    margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
    padding: 20px;
}

section#contact .form-group input.form-control {
    height: auto;
    background: #000;
}

section#contact .form-group textarea.form-control {
    height: 236px;
    background: #000;

}

section#contact .form-control:focus, section#contact .form-control:hover {
    border-color: #d43535;
    box-shadow: none;
}

section#contact::-webkit-input-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact::-moz-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact:-ms-input-placeholder {
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #bbb;
}

section#contact .text-danger {
    color: #e74c3c;
}

.help-block{
    font-size: 14px !important;
}

@media(min-width:768px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #c1c1c1;
}

.light {
    font-weight: 400;
}

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    background-color: #000000;
}

.navbar-custom .navbar-brand {
  text-transform: none;  
	font-weight: 300;
}

.navbar-custom .navbar-brand b{
	font-weight: 600;
}

.top-nav-collapse .navbar-brand {
	color: #fff;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #000000;
}

.navbar-light .navbar-nav a {
	color: #666;
}

.navbar-custom.top-nav-collapse a {
	color: #c1c1c1;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: #fff;
    background-color: transparent;
}
@media(min-width:768px) {
	.navbar-light.navbar-custom .nav li a:hover {
		color: #000;
	}
}
.navbar-custom.top-nav-collapse .nav li a:hover {
	color: #fff;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}
@media(min-width:768px) {
	.navbar-light .nav li a.active {
		color: #000000;
	}
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(193, 193, 193, 1);
		color: #000000;
}

@media(max-width:767px) {
		.navbar-custom .nav li a.active {
			background-color: rgba(193, 193, 193, 1);
			color: #000000;
	}
}

@media(min-width:768px) {
	.top-nav-collapse.navbar-light .nav li a.active {
		background-color: rgba(193, 193, 193, 1);
		color: #000000;		
	}
}

.navbar-custom .nav li.active a:hover {
	color: #000000;
	background-color: rgba(193, 193, 193, 0.85);
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

		.navbar-custom.navbar-light {
			border-bottom: 1px solid rgba(0,0,0,.1);
		}

    .navbar-custom.top-nav-collapse,
		.navbar-custom.top-nav-collapse.navbar-light {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000000;
    }
}

@media (min-width: 768px) and (max-width: 991px){
	.navbar-custom .nav li a {
		padding: 15px 10px;
	}
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #000000;
    background: url(../img/hero-image.png) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading,
.listen-now-section .brand-heading{
    font-size: 40px;
		text-transform: none;
		font-weight: 300;
}

.intro .intro-body .brand-heading bold{
	font-weight: 600;
}

.intro .intro-body .intro-text {
    font-size: 12px;
    letter-spacing: 0.12em;
}

@media (min-width:768px) {
	.intro .intro-body .intro-text {
		letter-spacing: 0.7em;
	}
}

.footer_img_sop {
    display: table;
    width: 100%;
    height: 200px;
    padding: 0px 0;
    text-align: center;
    color: #fff;
    background: url(../img/footer_img.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.footer_img_sop .footer_img {
    display: table-cell;
    vertical-align: middle;
}

.footer_img_sop .footer_img .brand-heading {
    font-size: 40px;
}

.footer_img_sop .footer_img .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 80px;
				margin-bottom: 50px;
    }

    .intro .intro-body .intro-text {
        font-size: 21px;
        letter-spacing: 0.2em;
    }
}

.btn-circle {
    width: 50px;
    height: 50px;
    margin-top: 15px;
    padding: 10px 16px;
    border: 2px solid #000000;
    border-radius: 100%!important;
    font-size: 21px;
    color: #000000;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

@media(min-width:768px) {
	.btn-circle {
		font-size: 30px;
		padding: 14px 16px;
    width: 70px;
    height: 70px;
	}
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #000000;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
}

.listen-now-section {
    width: 100%;
    padding: 150px 0 50px;
    color: #fff;
    /*background: url(../img/downloads-bg.jpg) no-repeat center center scroll;*/
    /*background: #1676ed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

#bio.content-section {
	background: #111111;
	padding-bottom: 120px;
}

@media(min-width:768px) {
    .content-section {
        padding-top: 250px;
    }
		#social.content-section {
			padding-top: 120px;
		}
		#bio.content-section {
			padding-top: 150px;
			padding-bottom: 120px;
		}

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.listen-now-section.listen-now-interview{
	color: #444;
}

@media(min-width:992px) {
	.listen-now-section {
		padding: 150px 0;
	}	

}
.listen-now-section.listen-now-interview{
	padding: 50px 0 150px;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #c1c1c1;
    outline: 0;
    color: #000;
    background-color: #c1c1c1;
}

.btn-default2 {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
    margin-bottom: 50px;
}

.btn-default2:hover,
.btn-default2:focus {
    border: 1px solid #c1c1c1;
    outline: 0;
    color: #fff;
    background-color: #c1c1c1;
}

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

ul.banner-social-buttons .btn{
	text-transform: none !important;
}

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

}

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

footer {
	/*border-top: 10px solid #8b8b8b;*/
	background: #8b8b8b;
	color: #000000;
    padding: 50px 0;
}

footer a {
	color: #000000;
}

footer a:hover {
	color: #fff;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgb(165, 165, 165);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgb(165, 165, 165);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgb(165, 165, 165);
}

.carousel-ep {
	margin-bottom: 30px;
}

.carousel-control.right,
.carousel-control.left {
	background: transparent;
	opacity: 0;
}

.carousel:hover .carousel-control.right,
.carousel:hover .carousel-control.left {
	opacity: 0.8;
}

.music-services{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.music-services a{
	margin: 32px 0;
}

@media (min-width: 992px) {
	.music-services{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.music-services a{
		margin: 16px 32px;
	}
}

@media (max-width: 767px) {
	.navbar-custom a {
		color: #c1c1c1;
	}
}

#work.content-section{
	padding: 0 0 150px 0;
}

#work .title_section{
	padding-top: 120px;
}

#work .spotify-plugin{
	margin-bottom: 0px;
}

@media (min-width: 992px) {
	#work .spotify-plugin{
		margin-bottom: 150px;
	}
}


/* General interview section styling */
body.light{
	background-color: #f5f5f5;
}
.interview-section {
	padding: 80px 20px 0;
	color: #333;
}

@media (min-width: 768px) {
	.interview-section {
		padding: 160px 20px 0;
	}
}

.interview-container {
	max-width: 800px;
	margin: auto;
	line-height: 1.6;
	text-align: left;
}

@media (min-width: 768px) and (max-width: 991px){
	.interview-container {
		max-width: 720px;
	}
}

.interview-container h2 {
	font-size: 2.8rem; /* Título destacado */
	margin-bottom: 25px;
	font-weight: 400;
	color: #222;
	text-transform: none;
	letter-spacing: 0;
}

.interview-container h2 span {
	font-weight: 300;
}

.interview-container h2 strong {
	font-weight: 700;
}

p.interview-description {
	font-style: italic;
}

.question h3 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.25;
	color: #444;
	text-transform: none;
	letter-spacing: 0;
}

.answer p {
	margin-top: 10px;
	font-size: 1rem; /* 16px para asegurar legibilidad */
	color: #555;
}

/* Highlighted quotes styling */
.highlighted-quote {
	border-left: 4px solid;
	padding-left: 20px;
	margin: 30px 0;
	font-style: italic;
	font-size: 1.1rem; /* 17.6px para destacar */
	color: #333;
	text-align: left;
}

.highlighted-quote.color-magenta {
	border-color: #cc3a91;
}
.highlighted-quote.color-cyan {
	border-color: #1676ed;
}
.highlighted-quote.color-yellow {
	border-color: #ffba00;
}
.highlighted-quote.color-green {
	border-color: #7bbb28;
}

/* Image container styling */
.image-container {
	text-align: center;
	margin: 40px 0;
}

.image-container img {
	max-width: 100%;
	height: auto;
}

.image-caption {
	font-size: 1rem; /* 16px */
	color: #666;
	margin-top: 8px;
	text-align: center;
}

/* Responsive styles */
@media (max-width: 768px) {
	.interview-container h2 {
			font-size: 2.2rem; /* Tamaño adaptado para pantallas pequeñas */
	}

	.question h3 {
			font-size: 1.3rem;
	}

	.answer p, .highlighted-quote, .image-caption {
			font-size: 1rem;
	}
}

