@charset "utf-8";
* {
   box-sizing: border-box;
   }
body {
    margin: 0px;
    background-image: url("fondo.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
	background-size: cover;
}
header {
    width: 100%;
    background-color: rgba(132,163,209,0.80);
    overflow: auto;
    position: fixed;
    z-index: 900;
    top: 0px;
}
main {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(31,34,50,0.85);
	overflow: auto;
	margin-top: 57px;
}
footer {
    width: 950px;
    margin-right: auto;
    margin-left: auto;
    background-color: rgba(132,163,209,0.80);
	padding: 0px 30px;
	padding-top: 50px;
	padding-bottom: 20px;
	overflow: auto;
}
#headercont {
	width: 950px;
	margin-right: auto;
    margin-left: auto;
	overflow: auto;
	
	
}
.logo {
	float: left;
	padding-left: 40px;
	padding-right: 50px;
	padding-top: 12px;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 0px;

}

li {
  float: left;
}

li a {
    display: block;
    color: #1F2232;
    text-align: center;
    padding: 21px 22px;
    padding-top: 29px;
    padding-bottom: 10px;
    text-decoration: none;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: 500;
    font-size: 15px;
	transition-duration: 0.3s;
}

li a:hover:not(.active) {
    background-color: rgba(31,34,50,0.79);
    color: white;
    font-style: italic;
}

.active {
    background-color: #45F8B7;
    font-style: italic;	
}
nav {
	float: left;
	
}
#header_iconredes {
	float: left;
	padding-top: 29px;
	padding-left: 35px;
	margin-top: 0px;
	
}
.iconredesh {
	float: left;
	padding-left: 10px;
}

.iconredesh a {
	
}
.iconredesf {
	float: left;
	padding: 20px;
	
}
#fotoportada {
	
}

.titulo {
    font-family: 'Roboto Flex', sans-serif;
    color: #45F8B7;
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    padding-top: 60px;
    border-bottom: 3px solid #45F8B7;
    padding-left: 30px;
}
.centro {
    text-align: center;
	padding-left: 0px;
}
.nosub {
	border-bottom: 0px;
}
.izq {
}



.derboton {
	margin-top: 34px;
	
}
#ultlanzamiento {
}

.cont_ultlanz {
    border: 3px solid #45F8B7;
    border-radius: 30px;
    margin-left: 30px;
    margin-right: 30px;
    padding: 40px 60px;
    overflow: auto;
}
.ultlanz_foto {
	float: left;
	width: 50%;
}

.spotify_emb {
	float: left;
	overflow: auto;
	width: 50%;

}




#news {
    width: 50%;
    float: left;

  
    
}
#tour {
    width: 50%;
	float: left;
	
}
.cont_noticias {
	padding-left: 30px;
}



.noticia {
    width: calc(50% - 10px);
    float: left;
    border: 1px solid #45F8B7;
    padding: 10px;
    min-height: 380px;
    position: relative;
    margin-right: 10px;
    margin-top: 15px;
}
.subtitulo {
    font-family: 'Roboto Flex', sans-serif;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 3px;
    text-align: center;
}
.subt_light {
    font-weight: 100;
}
p {
	display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.newstexto {
    font-size: 13px;
    font-family: 'Roboto Flex', sans-serif;
    color: white;
    font-weight: 100;
    text-align: left;
	line-height: 17px;
	padding-top: 5px;
    padding-bottom: 20px;
}
strong {
    font-style: italic;
    font-weight: 600;
}
.newsboton a{
    cursor: pointer;
    color: rgba(69,248,183,1.00);
    text-decoration: none;
}
.cont_tour {
	position: relative;
	padding-top: 20px;
	
}

.cont_fechasylugar {
    border: 1px solid #45F8B7;
    position: absolute;
    min-height: 330px;
    border-radius: 30px;
    overflow: auto;
    padding: 20px;
    margin-left: 30px;
    margin-right: 30px;
}
.renglon_fechalugar {
	float: left;
	margin-bottom: 15px;
	padding-left: 15px;
}
.fecha {
	width: 135px;
	float: left;
	padding-top: 20px;
}
.mes {
	font-family: 'Roboto Flex', sans-serif;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
}
.dia {
	font-family: 'Roboto Flex', sans-serif;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
}
.lugar {
	float: right;
	padding-top: 23px;
}
.venue {
	font-size: 12px;
    font-family: 'Roboto Flex', sans-serif;
    color: white;
    font-weight: 100;
}
.ciudad {
	font-family: 'Roboto Flex', sans-serif;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 700;
	padding-top: 7px;
}

.newsboton {
    padding: 5px;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #45F8B7;
    bottom: 10px;
    border: 1px solid #45F8B7;
    border-radius: 5px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.ticketsboton {
    padding: 5px;
    font-family: 'Roboto Flex', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #45F8B7;
    /* position: absolute; */
    /* bottom: 25px; */
    border: 1px solid #45F8B7;
    border-radius: 5px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
	clear: both;
	margin-top: 258px;
    
}
.ticketsboton a {
	cursor: pointer;
    color: rgba(69,248,183,1.00);
    text-decoration: none;
}
#ultvideo {
	clear: both;
}
#merch {
	width: 100%;
	float: left;
}

#redes {
	width: 100%;
	float: left;
	overflow: auto;
}
.cont_redes {
	padding-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
}


#merch article {
    width: 25%;
    float: left;
    padding-right: 10px;
    padding-bottom: 10px;
}
.cont_merch {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 20px;
}
.cont_merch article figure {
	background-color: rgba(132,163,209,0.50);
    border-radius: 0px 0px 5px 5px;
}

figure {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

}
.merch_text {
    font-size: 14px;
    font-family: 'Roboto Flex', sans-serif;
    color: white;
    font-weight: 700;
    text-align: center;
    padding-top: 5px;
    font-style: italic;
	padding-bottom: 5px;
	
}


.merch_precio {
    font-size: 14px;
    font-family: 'Roboto Flex', sans-serif;
    color: white;
    font-weight: 100;
    text-align: center;
    letter-spacing: 1px;
	padding-bottom: 5px;
}
.shop_boton {
    font-family: 'Roboto Flex', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    margin-top: 290px;
}
.shop_boton a {
	color: rgba(69,248,183,1.00);
	text-decoration: none;
	border: 1px solid #45F8B7;
	border-radius: 5px;
	padding: 5px 50px;
	transition-duration: 0.5s;
}
.shop_boton a:hover {
    color: rgba(31,34,50,1.00);
    text-decoration: none;
    background-color: rgba(69,248,183,1.00);
}
#liveperfo {
	clear: both;
}

.video_home {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	overflow: auto;
	padding: 10px 30px;
}
#liveperfo article {
    overflow: auto;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 120px;
    margin-bottom: 40px;
    border: 1px ridge rgba(69,248,183,1.00);
    border-radius: 5px;
}
.liveperfo_texto {
	padding-top: 5px;
	font-size: 16px;
    font-family: 'Roboto Flex', sans-serif;
    color: white;
    font-weight: 100;
    text-align: center;
	line-height: 20px;
	float: left;
}
.liveperfo_boton {
	
	
    font-family: 'Roboto Flex', sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #45F8B7;
	width: fit-content;
	float: right;
	margin-left: 20px;
	
    
}
.liveperfo_boton a {
	border: 1px solid #45F8B7;
	cursor: pointer;
    color: rgba(69,248,183,1.00);
	text-decoration: none;
	padding: 5px 15px;
	border-radius: 10px;	
	transition-duration: 0.5s;	
	float: left;
	overflow: auto;
}
.liveperfo_boton a:hover {
    color: rgba(31,34,50,1.00);
    text-decoration: none;
    background-color: rgba(69,248,183,1.00);
}
#logo_foot {
	width: fit-content;
	margin-left: auto;
    margin-right: auto;
}


#footer_iconredes {
	width: fit-content;
	margin-left: auto;
    margin-right: auto;
}
#icon_up {
	float: right;
}




                         /*/////MUSIC/////*/
#portadamusic {
    background-image: url(fondo_music.jpg);
    background-position: top;
    height: 400px;
    background-attachment: fixed;
   
}
.portada_titulo {
    font-family: 'Roboto Flex', sans-serif;
    color: #1F2232;
    font-size: 90px;
    font-weight: 200;
    font-style: italic;
    text-align: left;
    letter-spacing: 1px;
    padding-left: 60px;
    padding-top: 300px;
}
.music_titulo {
    font-family: 'Roboto Flex', sans-serif;
    color: #45F8B7;
    font-size: 25px;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    letter-spacing: 1px;
}
.music {
	overflow: auto;
	padding: 25px 0px;
}
.cont_music {
    border: 3px solid #45F8B7;
    border-radius: 20px;
    margin-left: 60px;
	margin-right: 60px;
    padding: 20px;
	float: left;
    overflow: auto;
}
.musicalbum_foto {
	float: left;
	width: 35%;
}

.music_spotify_emb {
	float: left;
	overflow: auto;
	width: 65%;
}	
.music_year {
    font-size: 18px;
    font-weight: 100;
    letter-spacing: 1px;
	
}
                           




                          /*/////VIDEO/////*/
    #portadavideo {
	background-image: url("fondo_video.jpg");
	height: 400px;	
    background-attachment: fixed;
	background-position: top;	
	background-size: contain;	
	
}
.videos2 {
	margin-bottom: 30px;
	float: left;
	overflow: auto;
	width: 50%;
		
}
.videouno {
	width: 100%;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	overflow: auto;
}
.videodos {
	width: 100%;
	float: left;
	padding-right: 30px;
	overflow: auto;
	
}

.videotitulo {
	font-family: 'Roboto Flex', sans-serif;
    color: #45F8B7;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    padding-top: 60px;
    border-bottom: 3px solid #45F8B7;
    padding-left: 30px;
}
.videoanio {
    font-size: 15px;
    font-weight: 100;
    
}

.nopad {
	padding-left: 0px;
}
.videos3 {
	margin-bottom: 30px;
	float: left;
	overflow: auto;
	width: 33.33%;
}
.marginvideo {
	padding-top: 0px;
	padding-bottom: 70px;
	overflow: auto;
	margin-top: 0px;
}











                      /*/////WE ARE PERFUME/////*/

#portadabio {
    background-image: url(fondo_bio.jpg);    
    height: 400px;	
    background-attachment: fixed;
	background-position: top;	
	background-size: cover;
       
}
.graphy {
	font-weight: 100;
}
#bio {
	overflow: auto;
	padding: 20px 30px;
}
.bio_text {
    font-size: 14px;
    font-family: 'Roboto Flex', sans-serif;
    color: white;
    font-weight: 100;
    text-align: left;
    line-height: 21px;
}
.bio_black {
    font-weight: 600;
    font-style: italic;
	font-size: 17px;
}

.bio_img {
    width: 30%;
    float: left;
    margin-right: 20px;
    
}

#profile {	
	margin: 25px;
	overflow: auto;
	clear: both;
	
}
.profile {
	width: 33.33%;
	float: left;
	padding-right: 30px;
	padding-left: 30px;
    padding-bottom: 10px;	
}
#profile .profile figure {
    border-radius: 0px 0px 5px 5px;
    border: 1px solid rgba(69,248,183,1.00);
}

#gallery {
	overflow: auto;
	margin: 80px 0px;
}
.gallery_title {
	width: 25%;
	float: left;
	text-align: right;
	padding-right: 15px;
	padding-top: 121px;
}
.flechabio{
    font-size: 30px;
    font-weight: 100;
}
.gallery_cont {
	width: 72%;
	float: left;
	margin-right: 30px;
	border: 3px solid #45F8B7;
    border-radius: 10px;
    padding: 15px;
	overflow: auto;
	margin-left: -7px;	
}






                         /*/////TOUR////*/

#portadatour {
	background-image: url(fondo_tour.jpg);
	background-position: top;
	height: 400px;
	background-attachment: fixed;
	
}
.portada_titulo_b {
    font-family: 'Roboto Flex', sans-serif;
    color: #FFFFFF;
    font-size: 90px;
    font-weight: 100;
    font-style: italic;
    text-align: left;
    letter-spacing: 1px;
    padding-left: 60px;
    padding-top: 300px;
}
	
.tour_subtitulo {
	font-family: 'Roboto Flex', sans-serif;
    color: #FFFFFF;
    font-size: 25px;
    font-weight: 700;
    font-style: italic;
    padding-top: 10px;
    padding-bottom: 3px;
    text-align: center;
}
.tour_subt_light {
    font-weight: 100;
}
.tour_ticketsboton {
    
    font-family: 'Roboto Flex', sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #45F8B7;
   
    border-radius: 5px;
    width: fit-content;
    float: right;
    margin-top: 33px;
}
.tour_ticketsboton a {
	cursor: pointer;
	color: rgba(69,248,183,1.00);
	text-decoration: none;
	transition-duration: 0.5s;
	border-radius: 5px;
	padding: 5px 25px;
	border: 1px solid #45F8B7;
}
.tour_ticketsboton a:hover {
    color: rgba(31,34,50,1.00);
    text-decoration: none;
    background-color: rgba(69,248,183,1.00);
}

#tour_tour {
	margin-left: 90px;
	margin-right: 90px;
	float: left;
	clear: both;
}

.tour_cont_tour {
	padding-top: 20px;
	margin-bottom: 30px;
	overflow: auto;

}
.tour_cont_fechasylugar {
    border: 3px solid #45F8B7;
    border-radius: 30px;
    float: left;
	overflow: auto;
	width: 100%;
}
.tour_renglon_fechalugar {
	float: left;
	overflow: auto;
	width: 100%;
	padding: 30px 50px;
    padding-top: 5px;
}
.tour_datos {
	width: auto;
	float: left;
	overflow: auto;
}

.tour {
	margin-right: 70px;
}
.lineauno {
    background-color: rgba(132,163,209,0.08);
}
#slide {
	
		
}
