/** FUENTES **/

@font-face {
    font-family: "Gotham";
    src: url(../fonts/GothamBold.ttf) format("truetype");
  }
  @font-face {
    font-family: "Gotham2";
    src: url(../fonts/GothamMedium.ttf) format("truetype");
  }
  @font-face {
    font-family: "Gotham3";
    src: url(../fonts/GothamLight.ttf) format("truetype");
  }
  @font-face {
    font-family: "Gotham4";
    src: url(../fonts/GothamBook.ttf) format("truetype");
  }

  #fondo{
      background-image: url('fondolmt.png');
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
	  background-position:center;


  }
  

  /* BOTONES */
  .button {
      outline: none;
  
    font-weight: bold;
    border-radius: 0px;
    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;

    cursor: pointer;
    width: 200px;
    height: 40px;
}
.button:focus {
    outline: none !important;
}

/**.button-2 {
    width: 250px;
    border:none;
    padding-top: 10px;
    font-family: "Gotham3";
    background-color: transparent;
    background: -webkit-linear-gradient(rgb(14, 14, 14), rgb(53, 53, 53));
    color: rgb(209, 151, 25);
  
}



.button-2:hover {
    border: none;
    background: -webkit-linear-gradient(rgb(153, 153, 153), rgb(15, 15, 15));
    box-shadow: 1px 1px 1px 1px rgb(17, 17, 17), 1px 1px 1px 1px rgb(14, 13, 13); 
    border-radius: 0px;
  
} **/

.button-2 {
    width: 300px;
 border: 1px solid rgb (255, 105, 105);
  font-family: Arial, Helvetica, sans-serif;
  background-color:#E1E1E1;
  color:#000000;
  border-radius: 10px;
/**  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); */
}

.button-2:hover {
    border: 1px solid white;
  background-color: rgba(28, 28, 27, 0.8);
  color:#FFFFFF;
  border-radius: 10px;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.button-3 {
    width: 170px;
    border: 1px solid rgb(68, 68, 68);
    padding-top: 10px;
    font-family: "Gotham3";
    background-color: transparent;
    color: rgb(68, 68, 68);
  /**  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); */
}



.button-3:hover {
    border: 1px solid rgb(68, 68, 68);
    background-color: rgba(28, 28, 27, 0.8);
    color: white; 
    border-radius: 10px;
  
}


.etiquetas{
    color: white;
}


/** BARRA DE NAVEGACION **/
#barra-nav{
   box-shadow: none;
    z-index: -1;
    position: static;
    width: 100%;
    height: 100%;
}
  
#text-nav{
    padding-top: 5px;
    margin-left: 30%;
 
    

}
#biografia{
    z-index: 1;
    position: absolute;
    margin-top: -300px;
    text-align: center;
    padding-left: 150px;
}


.botones{
    text-align: center;
}
#mtymusic{
    margin-left: 10px;
    padding-top: 30px;
    font-size: 25px;
    color: rgb(211, 211, 211);
    text-transform: none;
    font-family: "Gotham3";
}
#inicio{
    color: rgb(211, 211, 211);
    text-transform: none;
    font-family: "Gotham3";
    font-size: 14px;
}
#inicio:hover{
    color: rgba(178,178,178,0.5);
}


#elenco{
    color: rgb(211, 211, 211);
    text-transform: none;
    font-family: "Gotham3";
    font-size: 14px;
}    
#elenco:hover{
    color: rgba(178,178,178,0.5);
}
#agenda{
    color: rgb(211, 211, 211);
    text-transform: none;
    font-family: "Gotham3";
    font-size: 14px;
}
#agenda:hover{
    color: rgba(178,178,178,0.5);
}
#noticias{
    color: rgb(211, 211, 211);
    text-transform: none;
    font-family: "Gotham3";
    font-size: 14px;
}
#noticias:hover{
    color: rgba(178,178,178,0.5);
}
#contacto{
    color: rgb(211, 211, 211);
    text-transform: none;
    font-family: "Gotham3";
    font-size: 14px;
}
#contacto:hover{
    color: rgba(178,178,178,0.5);
}
#eventos{
    color: rgb(211, 211, 211);
    text-transform: none;
    font-family: "Gotham3";
    font-size: 14px;
}
#eventos:hover{
    color: rgba(178,178,178,0.5);

}


   #drop-menu{
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        list-style: none;
        font-size: 15px;
        background-color: rgba(28,28,27,0.7);
        border: 1px solid #cccccc;
        border: 1px solid rgba(0, 0, 0, 0.15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
        background-clip: padding-box;
    
}
#item{
    color: #cccccc;
    font-family: "Gotham3";
}

/* PORTADA*/
 


/**  NOTICIAS  */


#tittle-nota{
    margin-top: 10%;

}

#accordion{
    margin-top: 5%;
    margin-bottom: 15%;
}


#card-header{
    border-bottom: none;
}
.tittle-grupo{
    color: rgb(102, 102, 102);
    font-size: 30px;
    font-family: "Gotham3";
}
.tittle-spoti{
    color: rgb(102, 102, 102);
    font-size: 20px;
    font-family: "Gotham3";
}

#links-redes{
    padding-top: 110px;
    text-align: end;
    word-spacing: 15px;
}

.tittle-card{
    font-family: "Gotham3";
    font-size: 18px;
}
.text-card{
    font-family: "Gotham3";
    font-size: 16px;
}

/** ESCUCHA */
.spotify{
    margin-top: 5%;
    margin-bottom: 5%;
}
#descarga{

margin-bottom: 5%;
}



/** STREAM */
#stream{
    padding-left: 0%;
    padding-right: 0%;
   padding-top: 3%; 
}



   .tittle-stream{
     text-align: center;
    font-family: "Gotham3";
    font-size: 60px;
    color:rgba(35, 37, 41, 0.6);
     font-weight: 100;
     padding-top: 50%;
   }
 


   .text-stream{
     margin-bottom: 5%;
    font-family: "Gotham3";
    font-size: 18px;
    color: rgb(117, 117, 117);
     font-weight: 100;
     text-align: center;
   
   }


   
   .cuadro1{
    background-color: rgb(241, 239, 232);
    width: 100%;
    height: 100%;
    margin-top: 0%;
    display: table;
    background-size: cover;
  }
   

  /** VIDEO */

  #video{
      margin-top: 5px;
  }




  /** DISCOS ANTERIORES */

  #disco1{
    padding-left: 0%;
    padding-right: 0%;
   padding-top: 3%; 

}
#disco2{
    padding-left: 0%;
    padding-right: 0%;
   padding-top: 0%; 

}



#division{
    margin-top: 21px;
    margin-bottom: 21px;
    border: 0;
    border-top: 3px solid rgb(209, 151, 25);
     text-align: center;
    }
#division:after {content:"\2605"; 
    font-size: 24px;color: rgb(209, 151, 25);}


 #division2{
     border: 1px dashed rgb(209, 151, 25); 
     height: 0; width: 60%;
    }

  #division5{
      background-image:url(img/luz1.png);
	  background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
	}	  

/**  FOOTER */

#foot { 
    height: 50px;
    display: block;
    background-color: transparent;
   position: relative;
}
.footext{
    color: white;
    font-size: 13px;
    font-weight: 100;
    text-transform: none;
    text-align: center;
    
   
    
  }
  #foot-link{
    color:white;
    
   
  }
  #foot-link:hover{
    color: rgb(173, 173, 173);
  
  }
  

/* MOVILES*/

    @media (min-width: 320px) and (max-width: 480px) {
        #biografia{
            margin-top: 0px;
            position: static;
            padding-left: 0px;
        }
    /** BARRA DE NAVEGACION **/

 #icon{
     color: white;
 }
 .navbar-collapse {
  width: 100%;
     margin-top: 0%;
     background-color: black;
 }
 
 #mtymusic{
   
     padding-top: 25px;
     font-size: 18px;
     text-align: left;
 }
 
 /** PORTADA **/
 
 #portada{
     margin-top: 15%;
 }
 
 .tittle-card{
    
     font-size: 14px;
 }
 .text-card{
   
     font-size: 14px;
 }
 
 #links-redes{
     padding-top: 0px;
     text-align: end;
     word-spacing: 15px;
 }
 
 #stream{
     padding-left: 0%;
     padding-right: 0%;
    padding-top: 0%; 
 }
 
 .tittle-stream{
 
     padding-top: 5%;
     margin-bottom: 5%;
     font-size: 30px;
 }
 .button-movil{
     margin-bottom: 10px;
 }
 
 
 #tittle-nota{
     margin-top: 30%;
 
 }
 
 
 /*** FOOTER **/
 
 .footext{
     padding-top: 0px;
 }
 }
/* PANTALLAS MEDIANAS */
@media (min-width: 768px) and (max-width: 1440px) {


}
