*{padding: 0;margin: 0;box-sizing: border-box;font-family: Lilita One;}
body{
  display: flex;
  flex-wrap: wrap;
justify-content: center;
align-items: center;
flex-direction: column;
background-color: #f6f6f6;

}
.container{
  max-width: 1000px;
  width: 100%;
  
}
.card {
  position: relative;
  width: 150px;
  height: 200px;
  background-color: rgb(201, 153, 153);
  display: flex;
  flex-direction: column;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 2px;
}.card p{color: #000000; position: absolute;bottom: 0;background-color: #fcf9f9;border: 3px solid;padding: 3px;}
.cardtv{
  width: 130px;height: 100px;}
#mainContainer {
  background-color: #dfe1ee;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.clab {
  display: flex;
  justify-content:left;
  background-color: #b00505;
  color: #f0ebeb;
  padding: 5px;
}

.radio-label {
  cursor: pointer;
  padding: 5px;
  font-family: 'Lilita One', sans-serif;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  border: 1px solid #e8e7ec;
  margin-left:5px ;
}

.radio-label:hover {
  background-color: #100101;
}

.checked-label {
  background-color: #efefef;
  color:#b00505;
}



.listaDesplegable {
  display: flex;
  position: absolute;
  top: 0;
}
.historial-item:first-child {
  background-color: #b00505;
}


#pera {
  background-color:#390404a7;
  z-index:1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;

  align-items: center;
  justify-content: center;
  overflow: hidden;
  display: flex;
}
iframe {
  background-color: rgb(16, 1, 4);
  width: 100%;
  height: 100vh;
  z-index: 1;
  top: 50%;
  left: 50%;
  
}

.btclose{
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  background-color: rgb(210, 68, 68);
  color: rgb(229, 232, 232);
  padding: 5px;
  cursor: pointer;
}.btmini{
  position: absolute;
  z-index: 2;
  top: 0;
  right: 20px;
  background-color: rgb(210, 68, 68);
  color: rgb(229, 232, 232);
  padding: 5px;
  cursor: pointer;
}

