*{
  margin: 0px;
  padding: 0px;
  outline: 0;
  box-sizing: border-box;
}
.slider .item {
    height: 460px;
    background-size: cover;
}
.container{
  width: 1000px;
  margin: 0px auto;
}
header p {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
}
header {
    height: 100px;
    box-shadow: 1px 2px 3px 2px #0000003b;
    text-align: center;
    padding-top: 15px;
    margin-bottom: 25px;
}
header img {
    width: 70px;
    display: inline-block;
    vertical-align: middle;
}
.importante  .desc {
    position: absolute;
    font-family: 'Muli';
    font-size: 22px;
    font-weight: 700;
    background-color: black;
    color: white;
    padding: 10px;
    top: 310px;
    z-index: 999;
    right: 0px;
    padding-right: 50px;
    max-width: 340px;
}
.desc p.date {
    font-size: 15px;
}
.slider{
  position: relative;
}
.galeria h1 {
    text-align: center;
    font-family: 'Muli';
}
.galeria{
  margin-top: 8px;
  padding-bottom: 20px;
}
.images {
    text-align: center;
    font-family: 'Muli';
    padding-top:20px;
}
.images img {
    max-width: 100%;
}
.hline{
  width: 100%;
  border-top: 2px solid #80808047;
  margin: 25px 0px;
}
button.load {
    margin: 0px auto;
    display: block;
    width: 180px;
    height: 35px;
    font-family: 'Muli';
    font-weight: 700;
    border-radius: 3px;
    border: none;
    background-color: black;
    color: white;
    cursor: pointer;
    transition:0.3s;
    margin-top: 15px;
}
button.load:hover{
  background-color:#232222;
}
p.release {
    font-size: 13px;
    width: fit-content;
    box-shadow: inset 0 0 3px 0px #808080bf;
    margin: 0px auto;
    margin-top: 11px;
    padding: 3px;
}
.slider.escalera .item {
    height: 650px;
}
@media (max-width: 1023px){
  .container{
    width: 720px;
  }
}
@media (max-width: 767px){
  .container{
    width: 620px;
  }
}
@media (max-width: 639px){
  .container{
    width: 420px;
  }
}
@media (max-width: 479px){
  .container{
    width: 300px;
  }
}
