.section {
  position: relative;
  width: 100vw;
  height: 100vh;
}

.section.black {
  background-color: #000;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.layout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.principal-logo-loading {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 70%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url("../images/Black_Animation2.gif");
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.heading-date {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0vh;
  font-family: Montserrat, sans-serif;
  color: #36b4c2;
  font-size: 1.7vh;
  font-weight: 600;
  letter-spacing: 2vh;
  text-transform: uppercase;
}

.heading-date.bigger {
  font-size: 3vh;
  font-weight: 700;
  text-align: center;
}

.layout-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 20%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-filter: saturate(86%);
  filter: saturate(86%);
}

.icon-base {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.audio {
  position: absolute;
  bottom: 20px;
  left: 0px;
}

.audiobtncontainer {
  display: flex;
  align-items: center;
  gap: 10px;
}

#play {
  border: none;
  height: 50px;
  width: 50px;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 479px) {
  .section.black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container {
    width: 90%;
    height: 50%;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .layout {
    position: relative;
    overflow: hidden;
    height: 90%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .principal-logo-loading {
    height: 30%;
    margin-top: 0px;
  }

  .heading-date {
    margin-bottom: 0vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.5vh;
    text-align: center;
    letter-spacing: 1vh;
  }

  .heading-date.bigger {
    margin-top: -13px;
  }

  .layout-icons {
    position: relative;
    overflow: hidden;
    height: 40%;
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .icon-base.face {
    width: 40px;
    height: 40px;
  }

  .icon-base.instagram {
    width: 40px;
    height: 40px;
  }

  .icon-base.twitter {
    width: 40px;
    height: 40px;
  }

  .icon-base.youtube {
    width: 40px;
    height: 40px;
  }

  .audio {
    position: absolute;
    bottom: 5px;
    left: 0px;
  }

  .audiobtncontainer {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  #play {
    border: none;
    height: 50px;
    width: 50px;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
