/* fonts font-family: 'Archivo Narrow',
sans-serif;
font-family: 'Nunito Sans',
sans-serif;
font-family: 'Anton',
sans-serif;
font-family: 'Montserrat',
sans-serif;
color azul:#112c37
color rosa:#fc5457
*/

body {
    margin: 0px;
    background-color: #f9f9f7
}

.ir-arriba {
    z-index: 4;
    padding: 12px;
    background: rgba(252, 84, 87, 0.85);
    position: fixed;
    cursor: pointer;
    bottom: 20px;
    right: 20px;
    display: none;
    border-radius: 10%;
}
.ir-arriba img{
    width: 80%;
    height: 80%;
}
a {
    text-decoration: none;
    color: white;
}

* {
      margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clear {
    clear: both
}


.centrado {
    width: 80%;
    max-width: 960px;
    margin: auto;
}




.header {
    z-index: 4;
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -o-transition: all ease-out .3s;
    transition: all ease-out .3s;

}
.header2 {
    display: none;
 z-index: 5;
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: black;
    
}
.menuScroll{
    height: 0px;
}

#fondo-menu{
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.68);
    z-index: 4;
    display: none;
}
#menu-desplegable{
    display: none;
      margin: 0px;
    padding: 0px;
    height: 100%;
    right: 0px;
    background-color: black;
    margin-left: 0%;
    width: 0%;
    top: 60px;
    z-index: 6;
    position: fixed;
    transition: all 0.3s ease;
    overflow: hidden;
    
}

#menu-desplegable ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    
}

#menu-desplegable ul li a{

    border-bottom: 2px solid #141414;
    padding-right: 4%;
    text-align: right;
    height: 40px;
    line-height: 40px;
    font-family: 'Nunito Sans', sans-serif;
    color: white;
    width: 100%;
    display: block;
    text-decoration: none;
    
}

#boton-desplegable{
    margin-left: 90%;
    color: white;
    font-size: 25px;
    line-height: 60px;
}
.active {
    background-color: rgba(0, 0, 0, 0.86);
}



header #logo {
    margin-right: 0%;
    margin-left: 5%;
    height: 60px;
    float: left;
}


nav {
    height: 60px;
}

header nav ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

header nav ul li a {
    margin-left: 2%;
    text-shadow: 1px 1px 1px #000000;
    text-align: center;
    height: 60px;
    line-height: 60px;
    float: left;
    font-family: 'Nunito Sans', sans-serif;
    color: white;
    width: 10%;
    display: block;
    text-decoration: none;
    transition: all 0.3s ease
}

header nav ul li a:hover {
    color: #fc5457;
    border-bottom: 1px solid #fc5457;
}



#foto-480{display:none}

#texto-slider {
    position: absolute;
    text-shadow: 2px 2px 2px #000000;
    width: 100%;
    padding-top:15%;
        padding-bottom:15%;
    text-align: center;
    z-index: 3;
    font-family: 'Nunito Sans', sans-serif;
    color: white
}

#texto-slider h3 {
    font-size: 30px;

}

#texto-slider h2 {
    font-size: 60px;
}

#texto-slider .descubrelo {
    display: block;
    margin-top: 20px;
    border: 4px solid white;
    padding: 10px;
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    transition: all 0.3s ease;
}


#texto-slider .descubrelo:hover {
    background-color: white;
    color: black;
    text-shadow: none;
}

.bloque1 {
    float: left;
    width: 50%;
}

.bloque2 {
    float: left;
    width: 50%;
}
#biografia-relativo{
    position: relative;
    bottom: 60px;
}
#biografia {
    visibility: hidden;
    background-color: #f9f9f7;
}

#biografia hgroup {
    margin-top: 50px;
    position: relative;
    
}

#biografia h2 {
    line-height: 60px;
    font-family: 'Anton', sans-serif;
    font-size: 65px;
    margin-top: 0px;
    margin-bottom: 0px;
}

#biografia h1 {

    line-height: 77px;
    font-family: 'Anton', sans-serif;
    font-size: 70px;
    color: #112c37
}

#biografia p {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;

}



#bloque2-biografia {
    display: block;
    position: relative;
    bottom: 0.5px;
    margin-top: 50px;
}
#bloque2-biografia img{
    width: 100%;
    height: 100%;
}


.icono-mas {
    font-size: 25px;
    color: #fc5457
}
.icono-mas2 {
    font-size: 25px;
    color: #fc5457
}
#disco-relativo{
    position: relative;
    bottom: 62px;
}
#disco-nuevo {
    padding-bottom: 25px;
    width: 100%;
    margin-top: -6px;
    height: auto;
    background-image: url(../img/disco-nuevo/fondo-disco-nuevo.jpg);
    background-size: cover;
    background-position: center top;
    transition: all 0.3s ease;
    

}
#disco-nuevo .centrado{
    visibility: hidden;
}
#disco-nuevo h1 {
    padding-top: 20px;
    font-family: 'Montserrat', sans-serif;
    color: white;
    text-align: center;
    font-size: 30px;
}

.new {
    margin-right: 6px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fc5457;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    border-radius: 5px;

}

#disco {
    margin-bottom: 30px;
    margin-top: 40px;
}

#disco img {
    width: 80%;
}

#info-disco {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin-top: 40px;
    color: white;
}

#info-disco h2 {
    border-bottom: 2px solid white;
}

#texto-disco {
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
    height: 0px;
    font-size: 15px;
    font-family: 'Nunito Sans', sans-serif;
    transition: all 0.3s ease;

}

#escuchalo {
    margin-top: 30px;
}

#spotify {
    margin-top: 10px;
    overflow: hidden;
    display: block;
    height: 0px;
    transition: all 0.3s ease;

}

#discografia h1 {
    margin-bottom: 30px;
        font-weight: 100;

    font-family: 'Montserrat', sans-serif;
    padding-top: 70px;
    color: #112c37;
    text-align: center;
    font-size: 40px;
}

#discografia .disco {
    color: black;
    font-family: 'Montserrat', sans-serif;
    display: block;
    width: 31%;
    margin-right: 2%;
    float: left;
}

#discografia h4 {
    font-size: 13px;
    color: #fc5457;
    margin-top: 3px;
    margin-bottom: 10px;
}
#discos{
    visibility: hidden;
}

.icono-comprar {
    margin-top: 5px;
    margin-right: 6px;
    font-size: 20px;
    color: #555555;
    display: block;
    border: 1px solid #555555;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
    transition: .2s ease-in-out;

}

.icono-comprar:hover {
    color: #fc5457;
    border: 1px solid #fc5457;

}

#discografia .caja-foto {
   width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}

#discografia .caja-foto:hover {
    bottom: -36px;
    opacity: 1;
}

#discografia .caja-foto img {
     width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#discografia .caja-foto img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
#discografia #disco4{
    display: none;
}
.modal1, .modal2, .modal3
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

#disco-1, #disco-2, #disco-3 {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.modal-box {
    font-family: 'Montserrat',
sans-serif;
  position: relative;
  width: 50%;
  max-width: 820px;
    min-width: 300px;
  margin: 100px auto;
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
}
.modal-header {
    position: relative;
  padding: 10px 20px;
  background: #112c37;
  color: #ffffff;
}
.modal-header h1{
    margin: 0px;
}
.close-modal{
    position: absolute;
    right: 2%;
     text-align: right;
  cursor: pointer;
}

.modal-body {
  background: #ECEFF1;
  padding: 20px 20px;
}

.modal-body .tracklist{
}

.foto-popup{
    margin-right: auto;
    margin-left: auto;
padding-top: 10px;
    width: 100%;
    max-width: 300px;
}
.foto-popup img{
    width: 100%;
}

.modal-body h2 {
    margin: 0px;
}
.modal-body p {
    margin: 0px;
}

.numero-track{
font-weight: 700;
    color: #fc5457
}



/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

/* CONCIERTOS */

#conciertos {
    background-image: url(../img/conciertos/fondo-conciertos.jpg);
    margin-top: 50px;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    padding-bottom: 20px;
}

#conciertos h1 {
    font-family: 'Montserrat', sans-serif;
    padding-top: 50px;
    color: white;
    text-align: center;
    font-size: 40px;
}

/* CONTADOR */

#contador{
    color: white;
 font-family: 'Montserrat',
sans-serif;
    margin-bottom: 50px;
    text-align: center;
}


#contador h1 {
    margin: 0px;
  font-weight: normal;
}

#contador li {
    background-color: rgba(255, 255, 255, 0.06);
  display: inline-block;
  font-size: 17px;
  list-style-type: none;
  padding: 15px 5%;
    margin: 1%;
  text-transform: uppercase;
}

#contador li span {
  display: block;
  font-size: 80px;
}


#contador #avisame a{
    margin-top: 20px !important;
    font-size: 20px;
    font-weight:100; 
    text-align: center;
    font-family: 'Montserrat',
sans-serif;
    text-decoration:none;
    height: 50px;
    width: 140px;
    margin: auto;
    background-color: #fc5457;
    color: white;
    line-height: 50px;
display: block;
    border: 2px solid #fc5457;
transition: all 0.3s ease
}

#contador #avisame a:hover{
        background-color:transparent ;
    font-size: 21px;}

    
/*  FIN CONTADOR */


#conciertos #calendario {
    height: 500px;
    font-family: 'Montserrat', sans-serif;
    overflow: scroll;

}

#conciertos #calendario .bloque-concierto {
    padding-top: 50px;
    height: 150px;
    border-top: 2px solid white;
}

#conciertos #calendario .fecha {
    font-weight: 100;
    margin-top: 10px;
    float: left;
    color: white;
    display: block;
    width: 20%;
    margin-right: 15%
}

#conciertos #calendario .fecha .numero-fecha {
    font-size: 50px;
    font-weight: 700
}

#conciertos #calendario .fecha h3 {
    font-weight: 100;
    line-height: 25px;

}

#conciertos #calendario .lugar {
    color: white;
    display: block;
    width: 20%;
    padding-top: 8px;
    float: left;
    margin-right: 15%;

}

#conciertos #calendario .lugar h3 {
    font-size: 25px;
}

#conciertos #calendario .lugar h4 {
    font-size: 10px;
}

#conciertos #calendario .comprar a {

    color: #fc5457;

    float: right;
    display: block;
    border: solid 1px #fc5457;
    padding: 10px;
    width: 170px;
    text-align: center;
    transition: all 0.3s ease;
}

#conciertos #calendario .comprar a:hover {
    background-color: rgba(252, 84, 87, 0.51);
    text-shadow: 1px 1px 2px black;
    color: white;
}

#conciertos #calendario .agotado{
  color: white;
    float: right;
    display: block;
    border: solid 2px white;
    padding: 10px;
    width: 170px;
    text-align: center;
    transition: all 0.3s ease;
    opacity: 50%;
    transform: rotate(-3deg);

}

/* FOTOS */
#multimedia-relativo{
    position: relative;
    top:-40px;
}

#multimedia .centrado h1 {
        font-weight: 100;
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 40px;
    color: #112c37;
    text-align: center;
    font-size: 40px;
}

.bloque1 .bloque1-1 {
    width: 47%;
    float: left;
    margin-right: 4%;
}


#multimedia img {
    width: 100%;

    position: relative;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

#multimedia img:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    filter: brightness(40%);
}
#multimedia .container img{
width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
    
#multimedia .container img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
        filter: brightness(100%);

}
.scroll{
    visibility: hidden;
}

.scroll2{
    visibility: hidden;
}


.bloque1 .bloque1-1 .bloque1-1-1 {
    background: #f9f9f7;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.bloque1 .bloque1-1 .bloque1-1-2 {
    background: #f9f9f7;
    overflow: hidden;
   height: 100%;
    width: 100%;
    display: block;
}

.bloque1 .bloque1-2 {
    background: #f9f9f7;
    overflow: hidden;
    width: 47%;
    height: 100%;
    display: block;
    float: left;
    margin-right: 2%;
}


.bloque1 .bloque1-3 {
    background: #f9f9f7;
    overflow: hidden;
    margin-top: 10px;
    width: 99%;
    height: 100%;
    display: block;
}


.bloque2 .bloque2-1 {
    background: #f9f9f7;
    overflow: hidden;
    height: 100%;
    width: 47%;
    float: left;
    margin-right: 4%;
    margin-left: 2%;

}

.bloque2 .bloque2-2 {
    background: #f9f9f7;
    overflow: hidden;
    height: 100%;
    width: 47%;
    float: left;
}

.bloque2 .bloque2-3 {
    background: #f9f9f7;
    overflow: hidden;
    margin-top: 15px;
    margin-left: 2%;
    height: 100%;
    width: 98%;
}

/* VIDEO */
#multimedia #videoclips #vermas2{
    display: none;
}

#multimedia #vermas, #multimedia #vermenos{
    display: block;
    width: 30%;
    margin: auto;
}
#multimedia #vermas h3, #multimedia #vermenos h3, #multimedia #videoclips #vermas2{

    font-size: 30px;
text-align: center;
margin:0px;
    font-family: 'Montserrat',
        sans-serif;
    color: #112c37;
    transition: all 0.3s ease;
}

#multimedia #vermas h3:hover, #multimedia #vermenos h3:hover, #multimedia #videoclips #vermas2:hover{

    font-size: 31px;
    color: #fc5457
}
#videoclips{
  
    
}
#videoclips .imagen{
    width: 48%;
    transition: all 0.5s ease;
    position: relative;
    margin-bottom: 10px;
    float: left;
    margin-right: 1%;
    margin-left: 1%
}
#videoclips .imagen img{
    width: 100%;
}

#videoclips .texto{
    font-family: 'Montserrat',
sans-serif;
    width: 100%;
    height: 99%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.39);
    transition: all 0.3s ease;
    position: absolute;
    bottom: 3px;
    left: 0px;
}

#videoclips .texto:hover{
    opacity: 1;
}
#videoclips .texto p{
    position: absolute;
    top: 35%;
    left: 42%;
    text-align: center;
    color: #fc5457;
    font-size: 70px;
    
}
#videoclips .texto .foto2{
    position: absolute;
display: block;
    top: 30%;
    left: 42%;
}
#videoclips .texto .foto2 img{
    opacity: 1;
    transition: none;
    width:60%;
         transform: none;
        filter: brightness(100%);
}



#videoclips .texto h4{
    position: absolute;
    bottom: 4%;
    left: 2%;
    color: white;

}


/* CONTACTO */

#contacto {
    background-image: url(../img/contacto/foto-contacto.jpg);
    margin-top: 50px;
    background-color: #112c37;
    background-position: center bottom;
    background-attachment: fixed;
    background-size: cover;
    height: 500px;
}


#contacto h1 {
    margin-bottom: 30px;
    font-family: 'Montserrat', sans-serif;
    padding-top: 70px;
    color: white;
    text-align: center;
    font-size: 40px;
}


form .campo {
    height: 45px;
    width: 100%;
    background-color: transparent;
    font-size: 14px;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    padding: 15px 0;
    font-style: italic;
    color: #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
}

form #mensaje {
    height: 120px;
    width: 100%;
    background-color: transparent;
    font-size: 14px;
    margin-bottom: 15px;
    border: none;
    border-radius: 0;
    padding: 15px 0;
    font-style: italic;
    color: #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    ;
}

form .enviar {
        cursor: pointer;
    color: white;
    background-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    display: block;
    margin-top: 20px;
    border: 2px solid white;
    padding: 10px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    transition: all 0.3s ease;
}

form .enviar:hover {
    background-color: white;
    color: black;
}
/* FOOTER */

footer {
    padding-top: 50px;
    background-color: #1a1a1a;
    font-family: 'Montserrat';
    padding-bottom: 50px;
}

footer #logo {
    width: 20%;
    margin-right: 10%;
    float: left;
}

footer #logo ul {

    padding: 0px;
    margin-top: 10px;
    list-style-type: none;
}

footer #logo ul li a {
    line-height: 25px;
    text-decoration: none;
    color: white;
    font-family: 'Montserrat';

}

footer #logo ul li a:hover {
    color: #fc5457
}

footer .icono {
    margin-right: 5%;
    font-size: 20px;
}


#datos {
    font-size: 12px;
    font-family: 'Montserrat';
    float: left;
    color: white;
    width: 30%
}

#datos #lugar {
    margin-bottom: 20px;
}

#datos #telefono {
    margin-bottom: 20px;
}

#datos #mail {
    margin-bottom: 30px;
}

#rrss {
    margin-left: 5%;
    float: left;
    width: 30%;
    color: white;
    font-family: 'Montserrat';

}

#rrss p {
    
    font-size: 12px;
    margin-bottom: 20px;
}

#rrss ul {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}


#rrss ul li a {
    margin-right: 4%;
    text-decoration: none;
    color: white;
    float: left;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #272727;
    border-radius: 50%;
    font-size: 20px;
    transition: all 0.3s ease
}

#rrss ul li a:hover {
    background-color: #fc5457;

}


.mapa {
    overflow: hidden;
}


