@keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes lds-rolling {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.lds-rolling {
  position: relative;
}
.lds-rolling div,
.lds-rolling div:after {
  position: absolute;
  width: 160px;
  height: 160px;
  border: 20px solid #ff727d;
  border-top-color: transparent;
  border-radius: 50%;
}
.lds-rolling div {
  -webkit-animation: lds-rolling 1s linear infinite;
  animation: lds-rolling 1s linear infinite;
  top: 100px;
  left: 100px;
}
.lds-rolling div:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.lds-rolling {
	width: 71px !important;
	height: 71px !important;
	-webkit-transform: translate(-35.5px, -35.5px) scale(0.355) translate(35.5px, 35.5px);
	transform: translate(-35.5px, -35.5px) scale(0.355) translate(35.5px, 35.5px);
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -35px;
	margin-top: -35px;
}

html{
	height: 100%;
}

body{
	font-size: 14px;
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Lato', sans-serif;
    font-weight: 300;
   /*touch-action: none;*/
}

.open{
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Lato', sans-serif;
}

.skrollr-mobile {
    float: left;
    width: 100%;
    height: 100%;
}

.preload{
	width: 100%;
	height: 100%;
	position: fixed;
	background: #fff;
	top: 0;
	z-index: 30000;
}

.icon-bar {
    background-color: #111;
    width: 30px;
    height: 2px;
    border-radius: 0;
}

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

.navbar-toggle {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0px solid transparent;
}

.navbar-toggle i{
	font-size: 2em;
}

.navbar-default{
	width: 100%;
	
}

.navbar-fixed-top {
   position: fixed;
   z-index: 5;
}

.navbar-fixed-top {
   top: 0;
   border-width: 0 0 1px;
}

.navbar-transparent{
	background: rgba(255, 255, 255, 0.8);
}

.nav{
	display: block;
	
}

.nav li{
	float: left;
	display: block;
	transition: all .3s ease-in-out;
}

.nav li a{
	color: #fff;
	font-size: 1em;
	padding: 15px;
	display: block;
	width: 100%;
	height: 100%;
}

.nav li:hover{
	text-decoration: none;
	background: rgb(255,255,255, .8);
}

.nav.negro li a{
	color: #666;
	font-size: 1em;
}

.nav-item.active{
	background: rgb(255,255,255, .8);
}

.nav li:hover a, .nav-item.active a{
	color: #666 !important;
	text-decoration: none;
}



.parallax {
   background-attachment: fixed;
}

#intro, #biografia, #recursos, #quienes-somos, .seccion-header {
	background-position: 50% 0px;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 230px;
}

#intro h1{
	font-family: 'Noto Sans TC', sans-serif;
	font-family: 'Krub', sans-serif;
	font-size: 8em;
	color: #fff;
	text-align: center;
	position: relative;
    bottom: 60px;
}

.logo-grande{
	display: inline-block;
	width: 80%;
	max-width: 1001px;
	margin-bottom: 5%;
}

.logo-pequeno{
	display: inline-block;
	width: 100%;
	max-width: 150px;
}

.height100{
	height: 100%;
}

.min-height{
	min-height: 230px;
}

.sombra{
	background: rgba(0, 0, 0, 0.2);
}

.sombra .row{
	max-width: 100%;
}

.text-shadow{
	text-shadow: 0px -1px 12px rgba(150, 150, 150, 1);
}

h2{
	font-family: 'Noto Sans TC', sans-serif;
	font-family: 'Krub', sans-serif;
	font-size: 4em;
	color: #333;
	text-align: center;
}

h4{
	font-family: 'Krub', sans-serif;
}

.seccion-header h2{
	color: #fff;
}

.negro{
	color: #666;
}

#biografia, #discografia, #recursos, .seccion-header{
	height: 400px;
	padding: 0;
}

.container-fluid.padding-0{
	padding: 0;
}

.kaushan{
	font-family: 'Kaushan Script', cursive;
}

.logo{
	font-family: 'Noto Sans TC', sans-serif;
	font-family: 'Krub', sans-serif;
	color: #fff;
	float: left;
}


.padding-30{
	padding: 30px;
}

.padding-top-50{
	padding-top: 50px;
	padding-bottom: 50px;
}

.margin-30{
	margin: 30px;
}

.containervideo {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom:56.25%;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.label{
	
}

hr.title-divider {
    border-width: 2px 0 0 0;
    max-width: 180px;
}

.flowuplabels .fl_input {
    background: none;
    color: #111;
    padding: 0 0 0 20px;
    height: 43px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    z-index: 2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.btn, .btn:hover, .btn:focus, .btn:active, .btn:active:focus {
    background: #d67613;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    padding: 12px 18px;
    margin: 15px 0 0 0;
    border-radius: 5px !important;
    border: 1px solid transparent;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn:hover {
    background: #e6913a;
}

a, a:hover, a:visited{
	color: #13b8d6;
}

.menu{
	width: 100%;
	max-width: 1280px;
}

.menu-item a{
	padding: 10px;
	color: #fff;
	transition: all .3s ease-in-out;
}

.menu-item a:hover, .current-menu-item.page_item a{
	background: #fff;
	color: #333;
	text-decoration: none;
}

.main-navigation{
	text-align: right;
	width: 80%;
}

.main-navigation li {
	float: inherit;
	display: inline-block;
}

.divide-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}

.divide-xs {
    padding-top: 7px;
    padding-bottom: 8px;
}

footer .socialIcon {
    font-size: 150%;
    color: #333;
    margin: 10px;
    transition: all .3s ease-in-out;
}

.social:hover .socialIcon{
	color: #999;
}

footer .socialIcon:hover{
	color: #333 !important;
}

.fl_wrap{
	margin-bottom: 20px !important;
}

.smoke-bg {
    background: #f5f5f5;
}

.evento{
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	border-bottom: 1px solid #efefef45;
}

.disco { 
   width: 100%;
   max-width: 70%;
   margin: auto;
   margin-top: 5%;
   margin-bottom: 5%;
}

.disco h2{
	font-size: 2em;
}

.caratula{
	width: 100%;
	max-width: 80%;
	margin-top: 20px;
	-webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.21);
	-moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.21);
	box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.21);
}

.cover{
	text-align: right;
}

.recurso i{
	font-size: 4em;
}

.recurso_link{
	margin-bottom: 10px;
	display: inline-block;
}

.instagram{
	padding-bottom: 100%;
	width: 100%;
	height: 0;
	background-size: cover;
	background-position: center center;
	margin: 2%;
	transition: all .5s ease-in-out;
	position: relative;
}

.instagram:hover{
	opacity: .7;
}

.instagram i{
	font-size: 2em;
	position: absolute;
	top: 20px;
	right: 20px;
	color: rgba(255, 255, 255, 0.79);
}

.enlace{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}

.profile_picture{
	border: 2px solid #efefef;
	padding: 4px;
	border-radius: 70px;
	width: 140px;
	display: inline-block;
}

.profile_picture img{
	border-radius: 70px;
}

.blog .imagen{
	height: 250px;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.boton-enlace-noticia{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -10000px;
	overflow: hidden;
}

.wpcf7-form-control {
    background: none;
    color: #111;
    padding: 0 0 0 20px;
    height: 43px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    z-index: 2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

label{
	width: 100%;
}

.wpcf7-textarea{
	height: 150px;
}

input[type="submit"], .boton-enlace{
	background: #13b8d6;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    padding: 12px 18px;
    margin: 15px 0 0 0;
    border-radius: 5px !important;
    border: 1px solid transparent;
    text-transform: uppercase;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    max-width: 300px;
    margin: auto;
}

.boton-enlace{
	color: #fff !important;
	margin-top: 20px;
	width: 100%;
	display: block;
	text-align: center;
}

input[type="submit"]:hover, .boton-enlace:hover{
	background: #3a92ef;
	text-decoration: none;
}

.wp-block-separator{
	margin: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	max-width: 250px;
}

.responsive{
	display: none
}



@media (min-width: 768px){
	
	
	
	.navbar-toggle {
	    display: none;
	}
	
	.navbar-collapse.collapse {
	   display: block!important;
	   height: auto!important;
	   padding-bottom: 0;
	   overflow: visible!important;
	   flex-basis: auto;
		flex-grow: inherit;
	}
	
	
}

@media screen and (max-device-width: 767px){

	.accesos .col, .col-4{
		margin-bottom: 20px;
		width: 100%;
		flex-basis: inherit;
	}
	
	.col-4 {
	    -ms-flex: 0 0 100%;
	    flex: 1;
	    max-width: 100%;
	}

	.navbar{
		background: rgba(255, 255, 255, 0.8) !important;
	}
	
	.logo{
		color: #000 !important;
	}
	
	.nav-item{
		width: 100%;
		color: #000;
		background: rgba(255, 255, 255, 0.9) !important;
	}
	
	.nav li a{
		color: #000 !important;
	}
	
	.col-3{
		-webkit-box-flex: 0;
	   -ms-flex: 0 0 50%;
	   flex: 0 0 50%;
	   max-width: 50%;
	}
	
	
	
}

@media screen and (max-device-width: 1024px){
	
	.parallax {
   	background-attachment: scroll !important;
   	background-position: center center !important;
   	background-size: cover !important;
	}
	
	
	
	#intro h1{
		width: 100%;
		font-size: 4em;
	}
	
	.navbar{
		background: rgba(0, 0, 0, 0.8) !important;
	}
	
	.logo{
		color: #000 !important;
	}
	
	.nav li a{
		color: #000 !important;
	}
	
	.responsive{
		display: inline-block !important;
	}
	
	.noresponsive{
		display: none !important;
	}
	
	
}

@media screen and (max-device-width: 640px){
	.biografia img{
		float: none;
		width: 100%;
		max-width: 100% !important;
		margin: 0;
		margin-bottom: 30px;
	}
	.col-6 {
	    -webkit-box-flex: 0;
	    -ms-flex: 0 0 50%;
	    flex: 0 0 100%;
	    max-width: 100%;
	}

	#videos .col{
		flex-basis: auto;
		margin-bottom: 20px;
	}
	
	.cover{
		text-align: center;
	}
	
	.logo-grande {
	    display: inline-block;
	    width: 100%;
	    max-width: 1201px;
	    margin-bottom: 70%;
	}
	
	.logo-pequeno{
		display: inline-block;
		width: 100%;
		max-width: 100px;
	}
	
	button#responsive-menu-button {
	    width: 41px;
	    height: 35px;
	    position: fixed;
	    top: 8px;
	    right: 5%;
	    background: #000000;
	}

}

@media screen and (max-device-width: 400px){
	h2{
		font-size: 4em;
	}
	.profile_instagram .col{
		text-align: center !important;
	}
}
