@-webkit-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}

@-moz-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}

@-ms-keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 25px rgba(232, 76, 61, 0);
  }
}

.whatsapp-btn:hover {
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
}

.whatsapp-btn {
  position: fixed;
  right: 20px;
  z-index: 999999999;
  bottom: 120px;
  background-color: rgb(9, 184, 24);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgb(9 184 24);
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 0;
}

.whatsapp-btn a {
  display: block;
  text-indent: 0;
  width: 54px;
  height: 54px;
  background: url(../images/whatsapp.png) no-repeat center;
  background-size: 60%;
}

.whatsapp-icon {
  color: #ffff;
  margin: 0;
  font-size: 30pt !important;
}

.div-whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  #header-row {
    top: 0 !important;
  }

  .logoWip {
    position: relative !important;
    right: 0 !important;
    padding-top: 5px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .whatsapp-btn {
    right: 20px;
    bottom: 70px;
  }

  .barra-numero-televendas {
    display: none !important;
  }

  .responsive-padding-top {
    padding-top: 20px !important;
  }

  footer .row-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }

  .div-ingresso {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.footer-bg {
  background-image: url(/images/rodape-molipark.png);
  background-repeat: repeat-x;
  width: 100% !important;
  height: 100% !important;
}

.alert button.btn-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: 0;
  font-weight: 800;
}

.alert {
  position: relative;
}

.alert button.btn-close:before {
  content: "X";
}

.alert.alert-danger button.btn-close {
  color: #b94a48;
}

.copyrightFooter {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  color: #fff !important;
}

a.btn-parque {
  background: #ff9a1ee6 !important;
  padding: 25px 35px !important;
  color: #fff !important;
  border-radius: 999px;
  font-weight: 500;
  line-height: normal !important;
  border: 0;
  display: inline-block;
  margin-bottom: 8px;
  margin-top: 10px;
  font-size: 18px;
}

a.botao-imprimir {
  background: #09b818;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.75rem;
}

div#modal_propaganda {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999999;
}

div#modal_propaganda:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #333;
  z-index: -1;
  opacity: .5;
}

div#modal_propaganda .modal-body {
  height: 100% !important;
  overflow: visible;
  max-height: 90vh;
}

div#modal_propaganda .modal-body img {
  object-fit: contain !important;
  max-height: 85vh;
  width: 100%;
}

div#modal_propaganda .modal-body a {
  max-height: 85vh;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 15px;
}

div#modal_propaganda .btn-close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.3rem;
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 99;
}

.aviso_topo .alert-danger {
  background: #a31e1e;
  color: #fff;
}

.aviso_topo .alert {
  margin: 0;
}

.aviso_topo p {
  font-size: 1.2rem;
  margin: 0;
  padding: 5px 0;
}

.aviso_topo h3 {
  font-size: 1.2rem;
  margin: 0;
  padding: 5px 0;
}

@media (max-width: 720px) {
  div#modal_propaganda .btn-close {
    right: 0;
    top: 0;
  }
}