/* EFEITO IMAGEM HOME */
.efect figure:hover img {
  opacity: 1;
  -webkit-animation: flash 2s;
  animation: flash 2s;
}

@-webkit-keyframes flash {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

@keyframes flash {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 1;
  }
}

/* EFEITO IMAGEM HOME */

/**
sobrescreve classe de paginacao
*/

.navbar {
  padding: 25px;
}

a {
  color: unset !important;
}

.midias-footer {
  font-size: 35px;
}

.midias-footer:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* css dos box*/
.box-row-main {
  background-color: #6c8ac6;
  box-shadow: 2px -7px 14px -4px #000000;
  padding: 20px;
  margin-bottom: 30px;
}

/* css dos box dos ingressos*/
.box-ingresso {
  background-color: #6c8ac6;
  box-shadow: 2px -7px 14px -4px #000000;
  margin-bottom: 30px;
  padding: 20px;
}

.box-ingresso:hover {
  box-shadow: 0 0 15px rgba(20, 20, 20, 0.2);
  cursor: pointer;
}
/* css do evento*/

.img-evento {
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 300px;
}

.img-evento-detalhe {
  max-height: 500px;
}

/* css resumo compra container */

.hidden {
  display: none;
}

.opacity {
  opacity: 0.5;
}

.body-min-height {
  min-height: 80vh;
}

/*css do spinner para ajax*/
#spinner-div {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 2;
}

.btn-primary {
  background-color: #475e88;
  border-color: #475e88;
  color: white !important;
  transition: all 0.3s ease-in-out 0s;
}

.btn-primary:hover {
  background-color: #c6c3e0;
  border-color: #c6c3e0;
  transform: translateY(-6px);
}

.btn-pending {
  background-color: yellow;
  border-color: yellow;
  color: black !important;
}

.btn-pending:hover {
  background-color: #475e88;
  border-color: #475e88;
}

.bg-light {
  background-color: #475e88 !important;
}

.nav-link {
  font-weight: 500;
  color: white !important;
}

.nav-link:hover {
  color: black !important;
}

.text-dark {
  color: white !important;
  text-decoration: none !important;
}

.text-dark:hover {
  color: black !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #475e887c;
  border-color: #475e887c;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #a2a4a5;
  opacity: 1;
}

.tr-inscricoes {
  border-style: none;
  box-shadow: 2px -7px 14px -4px #000000;
}

.tr-inscricoes:hover {
  cursor: pointer;
  box-shadow: 2px -7px 14px -4px #b8b6b6;
}

.box-shadow-default {
  box-shadow: 2px -7px 14px -4px #000000;
}

.card-default:hover {
  box-shadow: 0 0 15px rgba(20, 20, 20, 0.2);
  cursor: pointer;
}

.text-decoration-none {
  text-decoration: none !important;
}

.resultados-download:hover {
  color: #475e88 !important;
}

.my-control {
  /*start ------------*/
  background: #000000;
  border: solid #bdbdbd 0;
  opacity: 0.2;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=24);
  /* // for IE8 */
  filter: alpha(opacity=24);
  /* //for IE5-7 */
}

.color-site {
  color: #475e88 !important;
}

.hover-btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.icon-home {
  color: #475e88 !important;
  font-size: 20px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-25 {
  font-size: 25px;
}

.link-termos {
  color: #383838 !important;
}

.link-termos:hover {
  color: white !important;
}

.link-termos-fundo-branco:hover {
  color: #475e88 !important;
}

.color-black {
  color: black;
}

.color-white {
  color: white !important;
}

.hover-black:hover {
  color: black !important;
}

.card-resultado {
  height: 410px;
  display: flex;
  align-items: stretch;
}

.border-radius-15 {
  border-radius: 15px;
}

.whatsapp {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #25d366;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s;
}

.whatsapp i {
  margin-right: 10px;
}

.whatsapp:hover {
  background-color: #128c7e;
  transform: translateY(-6px);
}