.promotion-participate-form__btns a.btn-destacado {
  color: #fff;
  background: #000;
  border: solid 1px #000;
  padding: 15px 40px 13px;
  margin: 0 0 20px 0;
  font-family: "Futura LT", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
}

.promotion-participate-form__btns a.btn-destacado:hover {
  color: #000;
  background: #fff;
  border: solid 1px #000;
}

.contact-form a.damm-id-login {
  color: #000 !important;
}

.contact-form a.damm-id-login:hover {
  color: #fff !important;
}

/* Tipografia para modales segun zeplin */
@font-face {
  font-family: "Neue Haas Unica Pro";
  src: url("fonts/NeueHaasUnicaPro-Bold.woff2") format("woff2"), url("fonts/NeueHaasUnicaPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

button.btn-contest-info.damm-id-login {
  display: none;
}

/* Nuevo estilo boton "YA has participado" en eventos de agenda/sorteo de entradas */

.nvevento .node-nvevento-participa .btn-contest-info-participated {
  font-family: "Neue Haas Unica Pro", sans-serif;
  font-size: 20px !important;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #365ee0 !important;
  cursor: inherit;
  padding: 0px 53px !important;
  text-transform: none;
  display: flex !important;
}

.nvevento .node-nvevento-participa .btn-contest-info-participated:hover {
  color: #365ee0 !important;
}

.nvevento .node-nvevento-participa .btn-contest-info-participated svg {
  height: 40px !important;
  width: 21px !important;
  margin-right: 4px;
  display: inline;
  /* margin-top: 9px; */
}

/** Modal **/
.dammid-modal .modal-content {
  margin: 0% auto !important;
  text-align: center;
  padding: 50px 20px !important;
}
.dammid-modal span.close {
  color: #000000;
}
.dammid-modal .modal-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.34;
  margin-bottom: 7px;
}
.dammid-modal #nodbopt-confirmation-modal-text {
  padding: 20px 20px;
  font-size: 16px;
  font-family: "Futura", sans-serif;
  line-height: 1.38;
  color: #b4bdc0;
}
.dammid-modal #nodbopt-confirmation-modal-text strong {
  display: block;
  color: #000000;
  font-weight: normal;
}

@media screen and (min-width: 414px) {
  .dammid-modal .modal-content {
    padding: 60px 40px !important;
  }
  .dammid-modal #nodbopt-confirmation-modal-text {
    padding: 20px 50px;
  }
}
@media screen and (min-width: 960px) {
  .dammid-modal .modal-content {
    margin-top: 150px !important;
    padding: 60px 120px !important;
    max-width: 577px !important;
  }
  .dammid-modal span.close {
    right: 26px !important;
    top: 21px !important;
  }
  .dammid-modal .modal-title {
    font-size: 22px;
    line-height: 1.41;
    padding: 0 30px;
  }
  .dammid-modal #nodbopt-confirmation-modal-text {
    padding: 20px;
  }
}

@media (min-width: 750px) {
  .modal-interessos {
    display: block !important;
    padding-left: 0 !important;
  }
}

@media (max-width: 750px) {
  .modal-interessos .interes {
    width:unset !important;
  }
}

@media (max-width: 350px) {
  .modal-interessos {
    grid-template-columns: repeat(1, 1fr) !important;
    min-width: unset !important;
  }
}


/* New damm id modal intereses */

.modal-interessos {
  margin-bottom: 20px !important;
  padding-left: 0 !important;
}

.modal-interessos .interes {
  line-height: 15px !important;
}

/* MODALES */

#wifi-modal .modal-header svg * {
  fill: #ed1414 !important;
}

#wifi-modal .modal-title {
  font-family: "Neue Haas Unica Pro", sans-serif;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  text-align: center;
  color: #666666;
}

#wifi-modal .modal-body p {
  font-family: "Neue Haas Unica Pro", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: normal;
  text-align: center;
  color: #0bd044;
  padding-bottom: 25px;
}

#wifi-modal .modal-body a.btn-primary {
  background-color: #ed1414;
  color: #fff;
  font-family: "Neue Haas Unica Pro", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  border: 0;
  margin-top: 30px;
  width: 60%;
  padding: 25px;
  text-transform: capitalize;
}

#wifi-modal .modal-body a.btn-primary:hover {
  background-color: #000;
  border: 0;
}

/* MODAL WIFI ANTIGUA FABRICA */
#wifi-modal .modal-body svg {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

#wifi-modal.wifiko .modal-body p {
  color: #ed1414;
}

#wifi-modal .btn {
  height: unset;
}







