@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
body {
  font-family: "Nunito Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Rubik", sans-serif;
}

.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: #010a2a !important;
}

.bg-body-primary {
  --bs-bg-opacity: 1;
  background-color: #e4202e !important;
}

.crea-evento {
  font-weight: 700;
  font-size: 16px;
}

.bg-slide-img {
  background-position: center top;
  background-size: cover;
  height: 70vh;
}

#next-events .next-events {
  display: flex;
  align-items: center;
  background-color: #e4202e;
  text-align: center;
  padding: 10.7px 10px;
  color: white;
}
#next-events .event {
  display: flex;
  align-items: center;
  color: white;
  border-bottom: white solid 1px;
}
#next-events .event .info {
  line-height: 0;
  padding: 5px 10px;
  background-color: #010a2a;
  width: 80%;
}
#next-events .event .date {
  line-height: 0;
  text-transform: uppercase;
  text-align: center;
  background-color: #1D1D1D;
  padding: 5px 10px;
  width: 20%;
  border-right: white solid 1px;
}
#next-events .event .small {
  font-size: 10px;
}

#allEvents {
  margin: 150px 0px;
}
#allEvents .title {
  text-align: center;
  color: #010a2a;
  margin: 20px 0px;
  text-transform: uppercase;
}
#allEvents .title i {
  color: #e4202e;
}
#allEvents .bg-card {
  background-size: cover;
  background-position: center;
  height: 320px;
}
#allEvents .card {
  border: none;
}
#allEvents .event-info {
  color: white;
  background-color: rgba(0, 0, 0, 0.75);
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  border-top: 3px solid #e4202e;
  border-radius: 0px 0px 4px 4px;
}
#allEvents p {
  margin-bottom: 0.5rem;
}

.ukiyo-parallax {
  background-image: url("../images/parallax.jpg");
  background-size: cover;
  background-position: center;
}

.caption-event {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  z-index: 9;
  color: white;
}

.btn {
  font-weight: 700;
  text-transform: uppercase;
}

.btn-primary {
  color: #fff !important;
  background-color: #e4202e !important;
  border-color: #e4202e !important;
}

.btn-primary:hover {
  color: #fff !important;
  background-color: #e4202e !important;
  border-color: #e4202e !important;
}

.btn-primary:active {
  color: #fff !important;
  background-color: #e4202e !important;
  border-color: #e4202e !important;
}

.btn-primary:focus {
  color: #fff !important;
  background-color: #e4202e !important;
  border-color: #e4202e !important;
}

.btn-outline-primary {
  border-color: #e4202e !important;
  color: #e4202e;
}

.btn-outline-primary:hover {
  border-color: #e4202e !important;
  color: white;
  background-color: #e4202e;
}

.btn-outline-primary:active {
  border-color: #e4202e !important;
  color: #e4202e;
}

.btn-outline-primary:focus {
  border-color: #e4202e !important;
  color: #e4202e;
}

.btn-secondary {
  color: #fff !important;
  background-color: #010a2a !important;
  border-color: #010a2a !important;
}

.btn-secondary:hover {
  color: #fff !important;
  background-color: #010a2a !important;
  border-color: #010a2a !important;
}

.btn-secondary:active {
  color: #fff !important;
  background-color: #010a2a !important;
  border-color: #010a2a !important;
}

.btn-secondary:focus {
  color: #fff !important;
  background-color: #010a2a !important;
  border-color: #010a2a !important;
}

.cta {
  padding: 250px 0px 10px 0px;
  color: white;
  text-align: center;
}

#about {
  padding: 100px 0px;
  background-image: url("../images/bg-section.jpg");
  background-size: cover;
  background-position: center;
}
#about .title {
  text-align: left;
  color: #010a2a;
  margin: 20px 0px;
  text-transform: uppercase;
}
#about .title i {
  color: #e4202e;
}

footer {
  padding: 50px 0px;
  background-color: #010a2a;
  color: white;
}

.subfooter {
  padding: 1rem 0px;
  text-align: center;
  color: white;
  background-color: #e4202e;
  line-height: 1;
}

#event-detail {
  padding: 20px 0px;
}
#event-detail img {
  border-radius: 10px;
}
#event-detail .title {
  color: #e4202e;
}
#event-detail .subtitle {
  color: #010a2a;
}
#event-detail i {
  color: #e4202e;
}

.modal-title {
  color: #e4202e;
}

#contact-form .form-control {
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  border-bottom: 2px solid #e4202e;
  color: #e4202e;
}
#contact-form .form-floating > label {
  color: #010a2a;
}
#contact-form .form-control:focus {
  color: #010a2a;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
  border-bottom: 2px solid #e4202e;
  outline: 0;
  box-shadow: none;
}
#contact-form .form-check-label {
  color: #010a2a;
  font-size: small;
}
#contact-form .form-check-input {
  width: 1.3em;
  height: 1.3em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #e4202e;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#contact-form .form-check-input:checked {
  background-color: #3a1038;
  border-color: #e4202e;
  box-shadow: none;
}
#contact-form .form-check-input:focus {
  border-color: #e4202e;
  outline: 0;
  box-shadow: none;
}

.heat-zone {
  width: 100%;
  height: 100vh;
  z-index: 9;
  display: block;
  position: absolute;
}

.zi-10 {
  z-index: 10;
}

#ctn-icon-search {
  display: flex;
  align-items: center;
  margin: 0px 10px;
  color: #E9E9E9;
}

#ctn-icon-search i {
  font-size: 16px;
  cursor: pointer;
  transition: all 300ms;
}

#ctn-bars-search {
  position: fixed;
  top: -110px;
  width: 100%;
  background: #010a2a;
  padding: 20px;
  z-index: 9;
  transition: all 600ms;
}

#ctn-bars-search input {
  display: block;
  width: 100%;
  margin: auto;
  padding: 10px;
  font-size: 16px;
  outline: 0;
  background-color: #010a2a;
  border: 2px solid #e4202e;
  color: whitesmoke;
}

#box-search {
  position: fixed;
  top: 88px;
  width: 100%;
  background: #010a2a;
  z-index: 8;
  overflow: hidden;
  display: none;
  list-style: none !important;
  padding: 0px;
}

#box-search li a {
  display: block;
  color: white;
  padding: 10px;
  text-decoration: none;
  width: 100%;
}

#box-search li a:hover {
  background: #e4202e;
}

#box-search li a i {
  margin-right: 15px;
  color: white;
}

#cover-ctn-search {
  width: 100%;
  height: 400vh;
  position: fixed;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 7;
  display: none;
}

/*# sourceMappingURL=styles.css.map */
