.overlay-modal23{
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 11001;
  display: none;
}


@media only screen and (max-width: 768px) {
  .modal-grupo {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: "Titillium Web", helvetica, arial, sans-serif;
    font-size: 14px;
    color: #818181;
    -webkit-font-smoothing: antialiased;
    display: none;
    z-index: 11002;
    /* max-width: 600px;
    max-height: 500px; */
    width: 90%;
    /* height: 90%;  */
    margin: auto;
  }
}

@media (min-width: 768px) {
  .modal-grupo {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-family: "Titillium Web", helvetica, arial, sans-serif;
    font-size: 14px;
    color: #818181;
    -webkit-font-smoothing: antialiased;
    display: none;
    z-index: 11002;
    width: 450px;
    /* height: 60%;  */
    margin: auto;
  }
}

.modal-grupo .modal--box {
  background-color: #f5f5f5;
  border-radius: 4px;
  border: solid 1px #DEE4EE;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.42);
  display: inline-block;
  width: 100%;
  overflow:hidden;
  overflow-y: auto;
  height: 100%;
  z-index: 1000;
}

.modal-grupo .modal--box__white {
  background-color: #fff;
}
@media screen and (max-width: 991px){
  .modal-grupo .modal--box{
    height: auto;
    max-height: 98vh;
  }
}
.modal--header {
  padding: 30px 30px 15px 30px;
  text-align: center;
  position: relative;
}

.modal--close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  line-height: 10px;
  text-indent: 9999px;
  overflow: hidden;
  background-image: url("../img/icon-exit.png");
  background-position: top center;
  background-repeat: no-repeat;
  z-index: 10px;
  transition-duration: 0s;
}

.modal--title {
  color: #6A2E92;
  font-weight: 600;
  font-size: 21px;
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 100%;
}

.modal--title__grey {
  color: #505964;
  font-weight: 600;
  font-size: 21px;
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 100%;
}

.modal--subtitle {
  padding: 10px 20px;
  font-size: 16px;
  text-align: center;
  color: #505964;
}

.modal-grupo.activo {
  display: block;
}


.modal--content {
  width: 100%;
  text-align: center;
  background-color: #F5f5f5;
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
}

.modal--footer {
  padding: 20px 20px 30px 20px;
  vertical-align: middle;
}

.modal--footer .box-btn {
  margin-right: 20px;
}

@media (max-width: 768px) {
  .modal--footer .box-btn {
    margin-bottom: 20px;
    margin-right: 0;
  }
}

.flecha {
  content: '';
  display: block;
  position: relative;
  bottom: 13px;
  height: 0;
  width: 0;
  border-bottom: 15px solid white;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  margin: 0 auto;
  left: 0;
  right: 0;
  -webkit-filter: drop-shadow(0px -1px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px -1px 1px rgba(0, 0, 0, 0.1));
}

.modal--content__sms {
  padding: 40px;
  text-align: center;
  width: 100%;
  background-color: #FFF;
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: -15px;
  z-index: 0;
}

.modal--content__box {
  padding: 0px 25px 0px 25px;
  text-align: center;
  width: 100%;
  z-index: 0;
}

/* Form */
#alerta {
  margin: 20px 10px 0;
  padding: 5px;
  border-radius: 3px;
}

#alerta p {
  color: #e60d2e;
  margin: 0;
}
