#container--iframe{
  position: relative;
  width: 100%;
  height: 0;
  overflow: visible;
  transition: 1s;
  opacity: 0;
  z-index: 9;
  max-width: 1000px;
  margin: 0 auto;
}
#ifechar{
  width: 33px;
  height: 33px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
  opacity: 1;
  transition: 1s;
  float: right;
}
#ifechar::before{
  content: '';
  height: 25px;
  width: 25px;
  position: absolute;
  top: 10px;
  right:10px;
  background-image: url('../images/mais.svg');
  cursor: pointer;
}
#iabrir{
  display: none;
  cursor: pointer;
  z-index: 9999;
  height: 100%;
  width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 0;

}
#iframe {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 971px;
  animation-delay: 1s;
  transition: 1s;
  top: 0;
}
