/* CSS Document */

body {
	background-color:#000;
	font-family: 'Open Sans', sans-serif;
}
h2 {
	font-size:2.3em;
	font-weight:500;
	text-transform:uppercase;
	margin-bottom:1em;
    text-align:center;
}
p, .vineta {
	font-size:1.1em;
	font-weight:100;
}
.logo {
	text-align:center;
	margin:0em auto;
	margin-top:2em;
	z-index: 999999;
}
.logomargen .social {
	float:right;
	margin-right:2.5em;
}
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	height:0px;
}

.navegacion{
	margin: 2em 0;
}
.menu{
	width: 100%;
  text-align: center;
  display:block;
  font-size:1.2em;
	list-style: none;
	padding: 0;
	font-weight:700;
	text-align: center;
}
#menu li {
    display: inline-block;
    float: none;
    vertical-align: top;
	border-right: 1px solid #9B9A9A;
	padding-right: 5px;
	color:#fff;
	list-style:none;
}

#menu > ul.menu >li>a{
	display: block;
	height: 30px;
	margin-top: -15px;
	padding: 8px 10px;
	text-decoration: none;
	color:#fff;
}
#menu li:last-child{
    border-right:none;
}
#menu > ul.menu >li>a:hover{
	color: red;
}
.show {
	background-color:#b61e14;
	padding:2em;
	color:#fff;
	height:auto;
	box-sizing:border-box;
	background-image:url(images/flor.png);
	background-position:right;
	background-repeat:no-repeat;
}
.texto-der {
	float:right;
	text-align:right;
}
.texto-izq {
	float:left;
	text-align:right;
}

.texto-cent {
	  text-align:center;
}

.foto-izq {
	text-align:left;
	margin-left: 60px;
}
.foto-der {
	text-align:center;
}
.chicas {
	background:#ad785a;
	padding:2em;
	color:#fff;
	height:auto;
	background-image:url(images/laschicas.jpg);
	background-position:right;
	background-repeat:repeat;
	box-sizing:border-box;
}
.biografia {
	background-color:#fff;
	padding:2em;
	color:#000;
	height:auto;
	box-sizing:border-box;
}
.ancho-columna{
    width: 19%;
}


.vestuario {
    padding: 2em;
    color: #000;
    background-size: auto 100%;
    background-position: left;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-color: #776a64!important;


}
.musiquita{
	background-color:#fff;
	padding:2em;
	color:#000;
	background-image:url(images/musiquita.jpg);
	 background-repeat: repeat-y;

	background-position:30px;
	box-sizing:border-box;

}
.image-vestuario{
	margin-left: -20px;
}

.presentaciones {
	background-color:#000000;
	padding:2em;
	color:#ffff;
	height:auto;
	box-sizing:border-box;

    
}
.galeria {
	background-color:#000000;
	color:#ffff;
	height:auto;
	box-sizing:border-box;

    
}
.discografia {
	/*background-color:#ffff;*/
	padding:2em;
	color:#F90A0A;
	height:auto;
	box-sizing:border-box;

    
}

.contacto {
	background-color:#00000;
	padding:2em;
	color:#FFFF;
	height:auto;
	box-sizing:border-box;

    
}

/* agregue*/
.social {
	position: fixed; /* Hacemos que la posición en pantalla sea fija para que siempre se muestre en pantalla*/
	left:-40px; /* Establecemos la barra en la izquierda */
	top: 300px; /* Bajamos la barra 200px de arriba a abajo */
	z-index: 2000; /* Utilizamos la propiedad z-index para que no se superponga algún otro elemento como sliders, galerías, etc */
}
.social ul {
		list-style: none;
	}
 
	.social ul li a {
		display: inline-block;
		color:#000;
		padding: 0px 0px;
		text-decoration: none;
		width: 20%;
		-webkit-transition:all 500ms ease;
		-o-transition:all 500ms ease;
		transition:all 500ms ease; /* Establecemos una transición a todas las propiedades */
	}
 .redes-sociales{
 	width: 200%;
 	height: auto;
 }
.img-responsive{
	display: block;
  max-width: 100%;
  height: auto;
}

/* slider*/
#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
}#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: auto;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}
/* termina slider*/
.right{
	text-align: right;
	margin-left: 30px;
	margin-right: 30px;
}
.left{
	text-align: left;
	margin-right: 50px;
	padding-left: 60px;
}
.left1{
	text-align: left;
	margin-right: 50px;
	padding-left: 80px;
}
.left2{
	text-align: left;
	margin-right: 50px;
	padding-left: 40px;
}
.margen-izquierdo{
	margin-left: 0px;
	margin-right: 10px;
	float: left;
	padding-left: 60px;
	padding-top: 100px;
}
.margen-dercho{
	margin-right: 20px;
	margin-left: 10px;
	float: right;
	padding-right: 35px !important;
	padding-left: 35px !important;
}
.padding-imagen{
	padding-bottom: 200px;
	padding-top: 50px;

}
.padding-form{
	padding-top: 100px;
}
.creditos{
	background-color: #000;
	color: #fff;
	padding: 10px;
	font-weight: 100;
	text-align: center;
	font-size: 0.8em;
}
.centrar{
	position:absolute; 
	top:50 !important; 
	left:0; 
	float:left;
}
.alignright { 
	float: right; margin: 0 0 1em 1em; 
	width: 50%;
	height: auto;
}
img.grey{
	-webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}
img.grey:hover{
	transition: filter .1s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}
footer{
	position: fixed;
	width: 100%;
    bottom: -10px;
    z-index: 100;/* Depende el valor segun las capas flotantes que tengas */
    background-color: #000;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #fff;
	text-decoration: none;

}
/* gird de imagenes*/
.row2 {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}
#seccion7 h3{
	padding-top: 30%;
	padding-bottom: 5%;
	 font-family: 'Open Sans', sans-serif;
	 font-weight: 100;
}
ol li{
	font-weight: 100;
}
.img-resp{
	width: 50%;
}
/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}
.panel1, .flip {
    padding: 5px;
    text-align: center;
    color: #fff;
    background-color: #000;
    border-radius: 10px;
}

.panel1 {
    padding: 50px;
    background-color: #000;
    display: none;}
.flip:hover {
	cursor: pointer;
}
.img-100{
	width: 100%;
}
.img-sociales{
	width: 15%;
}
.titulo-cd{
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 10px;
}
.negrita{
	font-weight: bold;
	color: with;
}
.img-aire{
	padding-bottom: 15px;
}
/* reproductor*/
#player {
    width: 60%;
    height: 30px;
    position: absolute;
    text-align: center;
    border-radius: 5%;
    background-color: #000;
    left: 10%;
    margin-top: 2%;
}
#player .container {
    width: 100%;
    height: 100%;
    border-radius: 8%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;

}
#player .info {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 68px;
}
#player .info .cont {
    text-align: center;
    padding-top: 25px;
}
#track {
    width: 30%;
    height: 5px;
    position: absolute;
    background-color: #fff;
    bottom: 25px;
    left: 60%;
    z-index: 10;
    cursor: pointer;
}
#progress {
    float: left;
    height: 5px;
    width: 0%;
    background: #918E8D;
    cursor: pointer;
}
#handler {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #BDB7B5;
    top: 50%;
    left: 0%;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
}
.nav {
    width: 35px;
    height: 35px;
    vertical-align: top;
    border-radius: 50%;
    outline: none;
    margin: 0 7px;
    cursor: pointer;

}

.nav img {
    width: 150%;
    height: auto;
    margin: -4px;
}

@media (max-width: 767px) {
  	.cel{
  		  width: 100%;
  		  padding: 10px;
  	}
  	.boton-play{
	border: none;
	margin: 0px;

  	}
  	.redes-sociales{
  		width: 100%;
 	height: auto;
  	}
  	.img-fluida{
  		display: block;
  		max-width: 100%;
  		height: auto;
  		margin-right: auto;
  margin-left: auto;
  	}
  	.creditos {
    background-color: #000;
    color: #fff;
    padding: 10px;
    font-weight: 100;
    text-align: center;
    font-size: 0.5em;}
    .boton{
    	width: 55%!important;
    }
    .right{
    	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
        }
        .left{
    	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	padding: 0px;
        }
        .left2{
        	text-align: center;
	margin-left: 30px;
	margin-right: 30px;
	padding: 0px;
        }
        .chicas1{
        	width: 100%;
        	background-color: #b61e14;
        	margin-top: -10px;
        	padding:2em;
	color:#fff;
	height:auto;
        }
        .show{
        	margin-bottom: -20px;
        }
       
        #player{
       height: 45px;
        }
        #track{
        	left: 90%!important;
        }
        .left1 > li{
        	text-align:center;
	list-style-position:inside;
        }
       #menu li {
    border-right: none;
} 
ul.separador li{
	width: 40px;
}
#play1{
	float: right;
	background-color: #D4AC0D  ;
	border-radius: 0px;
	padding-left: 5px;
}
.centrar{
	position:absolute; 
	top:50 !important; 
	padding-top: 10px;
	left:25%; }
ol li{
	text-align:center;
	list-style-position:inside;
  }}
.gallery-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.gallery-column {
  flex: 1 1 25%;
}
.gallery-column img {
  width: 100%;
  height: auto;
  display: block;
}
