@font-face {
  font-family: 'Lato';
  src: url('../fonts/Lato-Regular.eot') format('embedded-opentype');
  src:  url('../fonts/Lato-Regular.woff') format('woff'),
		url('../fonts/Lato-Regular.ttf')  format('truetype'),
		url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Lato-Bold';
  src:  url('../fonts/Lato-Bold.eot') format('embedded-opentype');
  src:  url('../fonts/Lato-Bold.woff') format('woff'), 
		url('../fonts/Lato-Bold.ttf')  format('truetype'), 
		url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg');
  font-weight: 600;
  font-style: normal;
}
@media (min-width: 1200px){
	.container {
		max-width: 900px;
	}
}
html,body {
	margin: 0;
  font-family: proxima-nova, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
	overflow-x: hidden;
    background-color: #000;
}
img {
    max-width: 100%;
}
a:hover{
	text-decoration:none;
}
header.header-wrapper {
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
}
.main-menu-wrapper {
    position: relative;
    padding: 0;
    min-height: 90px;
}
.navbar-brand .logo {
    max-width: 250px;
}
.main-menu-wrapper .navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    padding: 0;
    margin: 0;
}
.main-menu-wrapper ul li.nav-item a {
    color: #fff;
    text-transform: uppercase;
}
header.header-wrapper ul.navbar-nav {
    position: relative;
    z-index: 99;
}
.row-padding {
    padding: 40px 0;
}
.banner-section {
    border-bottom: 15px solid #f5fe05;
}
.section-heading {
    text-align: center;
}
.section-heading h2 {
    font-size: 27px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    border: 4px solid #000000;
    padding: 2px 0px;
    letter-spacing: 3px;
    min-width: 260px;
}
footer.footer-wrapper {
    /*background: #d6d6d6;*/
    background: #fffbfa;
    padding: 50px 0 40px;
}
.footer-newsletter {
    text-align: center;
}
.footer-newsletter h2 {
    margin: 0;
    font-size: 40px;
    font-weight: 800;
}
.footer-newsletter form {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 20px;
	position: relative;
}
.footer-newsletter form .form-group {
    margin-bottom: 0;
}
.footer-newsletter form .form-group input {
	background: transparent;
    border: 5px solid #000;
    border-radius: 0;
    padding: 6px 20px;
    color: #000;
    font-size: 18px;
}
.footer-newsletter form .form-group input:active, .footer-newsletter form .form-group input:focus {
    outline: none;
    box-shadow: none;
}
.footer-newsletter form .form-submit {
    position: absolute;
    right: -20px;
    bottom: -15px;
}
.footer-newsletter form .form-submit button.btn {
    border-radius: 0;
	font-size:20px;
    background: #000;
    padding: 0px 30px;
    color: #fff;
    height: 35px;
    line-height: 30px;
}
.footer-newsletter form .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #000;
	text-align:center;
}
.footer-newsletter form .form-group input::-moz-placeholder { /* Firefox 19+ */
	color: #000;
	text-align:center;
}
.footer-newsletter form .form-group input:-ms-input-placeholder { /* IE 10+ */
	color: #000;
	text-align:center;
}
.footer-newsletter form .form-group input:-moz-placeholder { /* Firefox 18- */
	color: #000;
	text-align:center;
}
.footer-logo {
    text-align: center;
    padding: 40px 0 30px;
}
.footer-copyright {
    text-align: center;
}
.footer-copyright p, .footer-copyright a {
    color: #000;
    margin: 0;
}
.conciertos-musica-section {
    background-image: url(../images/bg.jpg);
	background-size: cover;
    background-repeat: no-repeat;
}
.conciertos-musica-section .section-heading h2 {
    color: #fff;
    border-color: #fff;
}
.conciertos-content {
    padding-bottom: 80px;
}
.conciertos-table {
    padding-top: 40px;
}
.conciertos-table .table td, .conciertos-table .table th {
    border-top: 0;
    color: #fff;
    font-size: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
	text-align: left;
}
.conciertos-table .table tr {
    border-bottom: 1px solid #555555;
}
.conciertos-table .table tr:last-child {
    border-bottom: 0;
}
.conciertos-table i{
    font-size: 20px;
    color: #d8e003;
}
.conciertos-table td a {
    text-align: center;
    color: #d8e003;
    text-transform: uppercase;
    border: 4px solid #fff;
    padding: 5px 35px;
}
.musica-content .flexslider {
    background: transparent;
    border: 0;
}
.musica-slides .section-heading {
    margin-bottom: 50px;
}
.musica-slide-text {
    padding-bottom: 20px;
}
.musica-slide-text ul {
    padding: 0;
    list-style: none;
}
.musica-slide-text .musica-slide-list-icon {
    width: 4%;
    float: left;
    text-align: left;
}
.musica-slide-text .musica-slide-list-text {
    width: 96%;
    float: left;
    text-align: left;
    color: #fff;
}
.musica-slide-text .musica-slide-list-icon i.fa.fa-play {
    color: #d7df00;
}
.musica-slide-text .musica-slide-list-icon i {
    color: #fff;
}
.musica-slide-text .musica-slide-list-text h3 {
    color: #fff;
    font-weight: 400;
}
.musica-slide-text span.musica-slide-list-cat {
    font-size: 20px;
    color: #909090;
}
.musica-slide-text .musica-slide-list-cat-left {
    padding-right: 40px;
}
.noticias-section {
    background: #d6d6d6;
}
.noticias-slides .section-heading {
    padding-bottom: 50px;
}
.noticias-slides .flexslider {
    background: transparent;
    border-color: transparent;
}
.noticias-slides .flexslider .flex-direction-nav a:before {
    color: #000;
}
.noticias-slide-row {
    align-items: center;
}
.noticias-slide-text h3 {
    margin: 0;
    font-size: 25px;
}
.noticias-slide-text h4 {
    font-size: 20px;
}
.noticias-more-link a {
    background: #000;
    color: #fff;
    padding: 7px 20px;
    text-transform: uppercase;
}
.social-media-section {
    background: #030303;
    padding: 40px 0;
}
.social-media-section .social-media-row {
    align-items: center;
}
.social-media-heading h2 {
    margin: 0;
    padding: 0;
    color: #f86f2e;
    font-weight: 600;
    letter-spacing: 2px;
    text-align: center;
}
.social-media-content ul {
    padding: 0;
    margin: 0;
    text-align: center;
}
.social-media-content ul li {
    display: inline-block;
    padding: 0 15px;
    padding-bottom: 15px;
}
.social-media-icon {
    padding-bottom: 10px;
}
.social-media-icon-circle i {
    background: #f86f2e;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    color: #090a05;
    font-size: 18px;
    font-weight: 600;
}
.social-media-icon i.fa.fa-twitter {
    font-size: 35px;
    color: #f86f2e;
}
.social-media-icon i.fa.fa-soundcloud {
    font-size: 35px;
    color: #f86f2e;
}
.social-media-icon i.fa.fa-youtube-play {
    font-size: 35px;
    color: #f86f2e;
}
.social-media-icon i.fa.fa-spotify {
    font-size: 32px;
    color: #f86f2e;
}
.social-media-title h4 {
    margin: 0;
    color: #fff;
    font-size: 20px;
}
.product-section-heading {
    padding-bottom: 40px;
}
.product-box-top {
    text-align: center;
    padding-bottom: 20px;
}
.product-box-top img {
    padding-bottom: 20px;
}
.product-box-top h3 a {
    display: inline-block;
    margin: 0;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    color: #eef804;
    background: #000;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
}
.product-box-content h2 {
    text-transform: uppercase;
    font-size: 26px;
    margin: 0;
}
@media screen and (max-width:767px){
	header button.navbar-toggler {
		position: relative;
		z-index: 999;
	}
	header button.navbar-toggler i {
		color: #fff;
		font-size: 22px;
	}
	header div#collapsingNavbar {
		position: absolute;
		background: #000;
		width: 100%;
		padding: 20px;
		top: 90px;
	}
	.musica-slide-text .musica-slide-list-icon {
		width: 8%;
	}
	.musica-slide-text .musica-slide-list-text {
		width: 92%;
	}
	.noticias-slide-row {
		padding-bottom: 50px;
	}
	.noticias-slide-text {
		padding-top: 20px;
	}
	.social-media-content ul li {
		display: block;
		padding: 15px;
	}
	.footer-newsletter form .form-submit {
		right: -10px;
	}
}
@media screen and (min-width:768px) and (max-width:991px){
	.social-media-content ul li {
		display: inline-block;
		padding: 0 6px;
	}
	.main-menu-wrapper ul li.nav-item a {
		padding-left: 8px !important;
		padding-right: 8px !important;
		font-size: 14px;
	}
}