@font-face {
  font-family: 'Absender';
  src: url('../font/absender1.ttf')  format('truetype'); /* Legacy iOS */
}
@font-face {
  font-family: 'Dunkin';
  src: url('../font/Dunkin.otf')  format('truetype'); /* Legacy iOS */
}

@font-face {
  font-family: 'HelveticaNeue';
  src: url('http://www.vumusic.es/fonts/HelveticaNeue.ttc')  format('truetype'); /* Legacy iOS */
}

@font-face {
  font-family: 'Heading-pro';
  font-weight: 900;
  src: url('../font/Heading-Pro-Heavy-trial.ttf')  format('truetype'); /* Legacy iOS */
}
@font-face {
  font-family: 'Heading-pro';
  font-weight: 800;
  src: url('../font/Heading-Pro-ExtraBold-trial.ttf')  format('truetype'); /* Legacy iOS */
}
@font-face {
  font-family: 'Heading-pro';
  font-weight: 700;
  src: url('../font/Heading-Pro-Bold-trial.ttf')  format('truetype'); /* Legacy iOS */
}
@font-face {
  font-family: 'Heading-pro';
  font-weight: 600;
  src: url('../font/Heading-Pro-Book-trial.ttf')  format('truetype'); /* Legacy iOS */
}
@font-face {
  font-family: 'Heading-pro';
  font-weight: 500;
  src: url('../font/Heading-Pro-Book-trial.ttf')  format('truetype'); /* Legacy iOS */
}
@font-face {
  font-family: 'Heading-pro';
  font-weight: 400;
  src: url('../font/Heading-Pro-Book-trial.ttf')  format('truetype'); /* Legacy iOS */
}
@font-face {
  font-family: 'Heading-pro';
  font-weight: 300;
  src: url('../font/Heading-Pro-Light-trial.ttf')  format('truetype'); /* Legacy iOS */
}
@font-face {
  font-family: 'Heading-pro';
  font-weight: 200;
  src: url('../font/Heading-Pro-ExtraLight-trial.ttf')  format('truetype'); /* Legacy iOS */
}
@font-face {
  font-family: 'Heading-pro';
  font-weight: 100;
  src: url('../font/Heading-Pro-Thin-trial.ttf')  format('truetype'); /* Legacy iOS */
}

body {
	margin: 0;
	font-family: 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
	'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
	sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:13px;
	color:#333;
	    overflow-x: hidden;
}


.font-heading{
	font-family: 'Heading-pro' !important;
}

.texto-secundario{
	font-family: 'Squada One', 'Teko','Anton','HelveticaNeue', 'Roboto', sans-serif;
}
.fw-sb{
	font-weight: 500 !important;
}
.fw-bl{
	font-weight: 900 !important;
}
.font2{
	font-family:'Staatliches';
	font-size:1.2em;
}
.font3{
	font-family:'Prosto One';
	font-size:1.2em;
}

.tc-blanco{
	color: white;
}
.tc-amarillo{
	color: #ffd602;
}

.fw-900{
	font-weight:900;
}
.fw-800{
	font-weight:800;
}
.fw-700{
	font-weight:700;
}
.fw-600{
	font-weight:600;
}
.fw-500{
	font-weight:500;
}
.fw-400{
	font-weight:400;
}
.fw-300{
	font-weight:300;
}
.fw-200{
	font-weight:200;
}
.fw-100{
	font-weight:100;
}

code {
	font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
	monospace;
}

*{box-sizing: border-box;}

.fa, .far, .fas {
	font-family: "Font Awesome 5 Free";
	color: #333;
	margin: 0px;
	font-size: 15px;
}

nav ul {
  display: flex;
  justify-content: space-around;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
nav.opciones1 ul li a {
    margin: 5px 15px;
    padding: 0px;
    display: inline-block;
}
nav.opciones1 ul {
	display: flex;
	justify-content: space-around;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
nav.opciones2 .iconos .texto{
	margin-right:10px;
}
nav.opciones1 ul li a {
    color:#333;
	text-decoration:none;
}
@media(min-width:768px){
	nav.opciones2 {
	  margin-left:30px;
	}
}
nav.opciones2 ul {
  display: flex;
  justify-content: space-around;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
nav.opciones2 ul li a {
    width: 25px;
    margin: 0px;
    padding: 0px;
    display: block;
    text-align: center;
}
nav {
    display: inline-flex;
}
nav ul li a {
    padding: 10px 15px;
	margin:0px 15px;
}

.menu-navegacion{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.App-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    padding: 5px 15px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
}
.App-header .logo {
    width: 150px;
}
.App-header .logo img {
    width: 100%;
}
.App-content {
    padding-top:60px;
    padding-bottom:30px;
	min-height: 100vh;
}
#Contactos .App-content {
    position: absolute;
    top: 52px;
    left: 0px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    align-items: center;
    justify-content: space-between;
}
.App-footer {
	display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    padding: 5px 15px;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.App-footer .logo {
    width: 100px;
}
.App-footer .logo img {
    width: 100%;
}
.fondo-largo {
	background: #33333360;
    width: 100%;
    padding: 25px;
}
.texto-centrado {
font-weight: bold;
    color: #fff;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.App-content .pagina.inicio video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
	object-fit: cover;
	//filter: blur(4px);
}
.pagina.artistas .item-artista{
	text-align:center;
	padding:0px 30px;
	margin:30px 0px;
}
.pagina .centrar-vertical{
    display: flex;
    align-items: baseline;
    justify-content: center;
}
.pagina .item-artista .texto .nombre {
    font-weight: bold;
    font-size: 1.3em;
}
.pagina .item-artista .imagen {
    width: 100%;
    overflow: hidden;
	margin-bottom:30px;
	border-radius:50%;
}
.pagina .item-artista .imagen img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pagina .item-galeria .imagen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pagina .item-galeria .imagen{
    margin-bottom:25px;
	height:190px;
	overflow: hidden;
}
.pagina.galeria .centrar-vertical .texto {
    margin-bottom: 30px;
    margin-top: 30px;
}
.pagina.contacto .centrar-vertical{
    align-items: center;
}

.App-header,
.App-footer {
    background-image: url(/static/media/fondo.51372126.jpg);
	background-size: 100% 99%;
	background-color: #fff;
	z-index:99;
}

#Inicio .App-content {
    top: 0px;
    height: 100vh;
    z-index: -1;
}
#Inicio .App-header {
    background: transparent;
}
#Artistas .App-header,
#Contactos .App-header {
    background: url(../img/fondo_artistas.jpg);
	background-position: center;
    background-size: 100%;
}
#Inicio .App-footer,
#Artistas .App-footer {
    background: transparent !important;
}
#Artistas {
    width: 100vw;
    background-image: url(../img/fondo_artistas.jpg);
    background-size: cover;
	min-height: 125vh;
}
#Contactos {
    width: 100vw;
    background-image: url(../img/fondo_01.jpg);
    background-size: cover;
	min-height: 125vh;
}
.texto-blanco,
.texto-blanco a,
.texto-blanco i{
	color: #fff !important;
}

.banner-compartir img {
    width: 60px !important;
    height: 60px !important;
}
.banner-compartir .frase {
    display: flex;
}
.txt-des .txt-amarillo {
    color: #ffd602;
}
/*.banner-compartir {
	margin-bottom:0px;
  transition:all .3s;
}
.banner-compartir:hover {
    filter: brightness(200%);
    transform: scale(1.2);
}*/
.texto-secundario .fc-blanco {
    min-height: 96px;
    display: block;
}
@media(max-width:600px){
	.banner-compartir {
		margin-bottom:0px;
	}

  .texto-secundario .fc-blanco {
    min-height: 115px;
    display: block;
    font-size: .7em;
    line-height: 1.2em;
    margin-top: 20px;
  }
}
.banner-compartir a {
	color:#fff;
}
.banner-compartir a:hover {
	text-decoration:none;
}
.txt-f {
    font-size:1.13em;
}

.txt-i {
    font-size:1.02em;
}
.txt-des{
  font-size: 4.1rem;
      max-width: 315px;
      line-height: 56px;
      margin-bottom: 5px;
      width: 100%;
      font-weight: 900;
      text-align: left;
      margin-right: 12px;
      color: #fff;
}
.etiquetas {
    padding-left: 32px;
    font-size: 1.3em;
    font-weight: bold;
    margin-top: -8px;
}
@media(max-width:600px){
  .txt-des{
      margin-right: 0px;

  }
  .etiquetas {
    padding-left: 33px;
    font-size: 1em;
    margin-top: -8px;
  }
}
.texto-des-2 {
    font-size: 15px;
	color:#fff;
}
.img-contacto{
	max-width: 170px;
    width: 100%;
}
.banner-compartir .frase img {
    margin-top: -10px;
    margin-right: 10px;
}
img.imagen-signo {
    display: inline !important;
    margin: 0px !important;
    position: relative;
    top: -45px;
    margin-bottom: -60px !important;
}
.owl-carousel.portada {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
	overflow: hidden;
}

.owl-carousel .container-texto {
display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    flex-direction: column;
}

.owl-carousel .texto {
width: 100%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.6rem;
    padding: 30px;
    letter-spacing: 1px;

}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: 100% 60%;
}
@media(max-width:600px){
.owl-carousel .owl-item img {
    object-position: 100% 0%;
}
}
nav.opciones1 ul li a {
    text-transform: uppercase;
    font-family: Heading-pro;
    font-size: 1.1rem;
	    transition: .8s all;
}
nav.opciones1 ul li a:hover {
    color: yellow !important;
}
#portadaTextos.owl-carousel .owl-animated-in {
    z-index: 1;
}
#portadaTextos.owl-carousel .owl-stage {
    height: 100vh;
}
/*#portadaTextos .owl-item:not(.active) .container-texto {
    transition: transform 5s ease;
    transform: scale(1);
}
#portadaTextos .owl-item.active .container-texto {
    transition: transform 5s ease;
    transform: scale(1.1);
}*/
#portadaImagenes .owl-item:not(.active) .imagen {
    transition: transform 11s ease;
    transform: scale(1);
}
#portadaImagenes .owl-item.active .imagen {
    transition: transform 11s ease;
    transform: scale(1.3);
}

.texto-contacto{
	font-size: 1.8rem;
}

footer {
    position: fixed !important;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 1;
	display:none;
}
.logo-spotify {
    float: right;
    margin: 0px 20px 20px 0px;
    font-size: 35px;
}
.logo-spotify a i {
    color: #fff;
}

.owl-carousel .texto.texto-secundario {
  max-width: 850px;
	line-height:30px;
}
.logo-ico {
  margin-top: 7px;
  width: 95px;
  height: 95px;
  margin-left: -15px;
}

@media(max-width:600px){
  .logo-ico {
    width: 60px;
    height: 60px;
    margin-left: -21px;
    margin-top: 8px;
  }
  .owl-carousel .texto.texto-secundario {
      line-height: 23px;
  }
}
.logo-ico img {
    width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width:600px) {
	header, nav ul {
		text-align: center;
	}
	nav.opciones1 ul li a {
		margin-right: 5px;
	}
	.owl-carousel .texto {
		font-size: 1.5rem;
		line-height: 1.6rem;
	}
.txt-des {
  font-size: 3.6em;
  line-height: 42px;
  max-width: 242px;
  text-align: left;
}
.owl-carousel .texto.texto-secundario {
    line-height: 23px;
}
nav.opciones2 ul li a {
    font-size: 25px;
    margin: 0px 8px;
}
.banner-compartir img {
    width: 60px !important;
    height: 60px !important;
    top: -38px;
    margin-bottom: -60px !important;
}
}
@media screen and (max-width:550px) {
	.App-header {
		flex-direction: column;
	}
	.App-content {
		padding-top: 100px;
	}
}
@media(min-width:768px){
	.owl-carousel.portada.escritorio{
		display:block;
	}
	.owl-carousel.portada.movil{
		display:none;
	}
}
@media(max-width:600px){
	.owl-carousel.portada.escritorio{
		display:none;
	}
	.owl-carousel.portada.movil{
		display:block;
	}
}
