@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

body {
  background-color: #ffffff;
  background: url(../imagenes_eventos/bg-bmw-01.jpg) center top / cover no-repeat rgb(0, 0, 0);
  font-family: Nunito Sans;
}
.evento-banner {
  border-radius: 10px;
  color:#ffffff;
}
.evento-logo {
  /*max-height: 30px;*/
}
h1, .termLink {
  color: #ffffff;
}
.termLink {
  font-size: 13px;
  text-decoration: none;
}
.termLink:hover {
  font-size: 13px;
  text-decoration: none;
  color:#0065b5;
  cursor: pointer;
}
p, h3 {
  color: #000000;
}
h1{
  font-weight:800;
  text-shadow: 0 2px 3px #000000;
}
h4{
  font-weight: 300; 
  margin-bottom: inherit;
      font-size: 1.1rem;
}
.nav-link {
    color: #ffffff;
    font-size: 13px;
}
.nav-link:hover {
    color: #9b9b9b;
    font-size: 13px;
}
.btn-primary {
  background-color: #0065b5;
  border: none;
  border: 1px solid #0065b5;
}
.btn-primary:hover {
  background-color: #ffffff;
  color:#000000;
  border: 1px solid #ffffff;
}
.text-white{
    color:#ffffff;
}
label.form-check-label {
    font-size: 10px;
    text-transform: uppercase;
}
.form-check-label a {
    color: #0065b5 !important;
    text-decoration: underline !important;
    cursor: pointer !important;
}
.form-check-input:checked {
    background-color: #0065b5;
    border-color: #0065b5;
}
a.footerLink {
    color: #ffffff;
    text-decoration: none;
}
a.footerLink:hover {
    text-decoration: underline;
    color: #e7eeff;
}
.form-check {
    width: 280px;
    text-align: center;
}
input.form-control, select.form-control, textarea.form-control {
    border-top-width: initial;
    border-right-width: initial;
    border-left-width: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    box-shadow: none;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 300;
    background: transparent;
    border-style: none none solid;
    border-image: initial;
    border-bottom: 1px solid #7e7e7e;
    border-radius: 0px;
    transition: none;
    padding: 6px 12px;
    text-align: center;
    font-family: 'Libre Franklin', sans-serif;
    text-transform: uppercase;
}
.form-control::placeholder{
    color:#ffffff;
}
.form-control:focus {
    background-color: transparent;
    border-color: #0065b5;
    outline: 0;
    box-shadow: none;
}
input:-internal-autofill-selected {
    appearance: menulist-button;
    background-image: none !important;
    background-color: transparent !important;
    color: fieldtext !important;
}
input:autofill {
  background-color: transparent;
  color: aliceblue;
}
/* Quitar color de fondo del autofill (Chrome, Edge, Brave, Opera) */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important; /* cambia #fff por el color del texto que uses */
    transition: background-color 9999s ease-in-out 0s; /* hack para Chrome */
      color: aliceblue;
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  color:#0065b5;
  animation-iteration-count: infinite;
}
@-webkit-keyframes flash {
  0%, 50%, 100% {
  opacity: 1;
  }
  
  25%, 75% {
  opacity: 0;
  }
}
  
@keyframes flash {
  0%, 50%, 100% {
  opacity: 1;
  }
  
  25%, 75% {
  opacity: 0;
  }
} 
.card {
    border: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 1;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: #ffffff;
}
header {
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -webkit-box-shadow: 0px 3px 10px -6px rgba(84, 84, 84, 1);
  -moz-box-shadow: 0px 3px 10px -6px rgba(84,84,84,1);
  box-shadow: 0px 3px 10px -6px rgba(84, 84, 84, 1);
}
footer{
  background: #323232;
  color: #ffffff;
  font-size: 12px;
  border-top:none;
}
@media screen and (max-width: 600px) {
    h4{
     text-align: left;
    }
}