




.pop-up {
  width: 100%;
  height: 100vh;
  
  -webkit-transition: .5s all ease-in-out;
  transition: .5s all ease-in-out;
  position: fixed;
  -webkit-transform: translateY(-300%);
          transform: translateY(-300%);

  top: 0 !important;
  z-index: 99999999999999;
  background-color: rgba(0,0,0,0.7);

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}




.pop-int {
  width: 100%;
  max-width: 500px;
}




.pop-up button {
  width: 100px;
  background: #910038;
  border: none;
  color: #fff;
  font-family: 'Roboto Slab';
  text-transform: uppercase;
  padding: 7px 12px;
  margin: 5px 0;
  border-radius: 4px;
  font-size: .8em;
}
.cerrar {
  color: white;
  cursor: pointer;
  width: 160px;
  background-color: black;
  font-weight: bold;
  text-transform: uppercase;
  padding: 7px 0px;
  margin: 30px 0px 0px 0px;
  display: flex;
  font-size: 13px;
  justify-content: center;
}

.toggle {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}





.pop-oficial {
  background-color: white;
  max-width: 700px;
  width: 88%;
  height: 90%;
  max-height: 740px;
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
/*.pop-oficial img {
  width: 200px;
}*/
.reprograma {
  background-color: #e4051f;
  color: white;
  font-size: 17px;
  line-height: 17px;
  padding: 10px 10px;
  text-align: center;
  margin: 30px auto 10px auto;
  width: 100%;
  box-sizing: border-box;
}
.titulo-pop {
  font-size: 15px;  
  font-weight: bold;
  text-align: left;
  width: 100%;
  text-transform: uppercase;
}
.parrafo-pop {
  width: 100%;
  font-size: 15px;
  line-height: 15px;
  text-align: left;
  text-align: justify;
  margin: 7px 0px;
}















