.overlay-active {
  background-color: #2D415B;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
  top: 0px;
  margin: auto;
  display: flex;
  align-items: center;
}
.overlay-desactive {
  display: none;
}

.modal {
  margin: auto;
  width: 50%;
  position: relative;
  background-color: rgba(150, 185, 253, 0.3);
  border-radius: 10px;
  padding: 1% 5%;
}
.modal__header {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.modal__header .title {
  font-size: 1.2rem;
  letter-spacing: normal;
}
.modal__close {
  font-size: 18px;
  color: FFF;
  height: 50px;
  background-color: #7BA4FC;
  padding: 10px;
  border: 0px;
}
.modal__close:hover {
  background-color: #051D3B;
  color: #FFF;
}
.modal__body_container {
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  height: 150px;
}
.modal__option {
  width: 25%;
  height: 50%;
  color: #FFF;
  text-shadow: 2px 2px #000;
  justify-content: center;
  display: flex;
  align-items: center;
  font-weight: 700;
  border: 0px;
}

.fundo_green {
  background-color: #27C93F;
}

.fundo_blue {
  background-color: #6BD1FF;
}

.fundo_red {
  background-color: #FF5F56;
}

.fundo_yellow {
  background-color: #FFBD2E;
}

.fundo_purple {
  background-color: #800080;
}

.fundo_white {
  background-color: #E9E5CE;
  color: #000;
  text-shadow: 2px 2px #FFF;
}

.fundo_pink {
  background-color: #ffc0cb;
}

.fundo_orange {
  background-color: #ffa500;
}

/*# sourceMappingURL=modal.css.map */
