.content_alert{
  z-index: 20 ;
  position: fixed;
  width: auto;
  top:70px;
  left: 10%;
  height: auto;
  width: auto;
  display: flex;
  justify-content: flex-end;
}


.boton_cierre{
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}

.mensaje_alert{
  position: relative;
  font-weight: bold;
}

.alert{
  
  transition: all 0.5s;
  background-color: #1572e8 !important;
  width: 290px;
  transition: left 2s;
  height: 70px;
  position: relative;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  left: 0px;
  justify-content: flex-start;
  align-items: center;
  color: white;
  color: white !important;
  margin-left: 60%;
  border-radius: 10px !important;
  position: absolute;
  top: 10%;


}

.content_alert{
  overflow-x: hidden;

}



@media screen and ( max-width:425px){

  .alert{
      width: 60%;
      position: fixed;
    top: 9%;
    margin-left: 10px;
  }

  .content_alert{
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
  }

}
