body {
  background-color: #090909;
  color: #ffff;
  font-family: 'Arial', sans-serif;
  scroll-behavior: smooth;
}
.hero {
  margin-top: 0;
  margin-bottom: 0;
  min-height: 60vh;
  padding: 0;
  display: block;
  text-align: center;
}
.hero-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {
  .hero-img {
    height: 75vh;
  }
}
@media (max-width: 767.98px) {
  .hero-img {
    height: auto;
    max-height: none;
  }
}
#quien-soy {
  padding-top: 50px;
}
.section {
  padding: 40px 10px;
  scroll-margin-top: 80px !important;
}
.bg-yellow {
  background-color: #f5d625;
  color: #000;
}
.btn-yellow {
  background-color: #f5d625;
  color: #090909;
}
.btn-yellow:hover {
  background-color: #e6c200;
  color: #090909;
}
#contacto .social-icons a i {
  margin-right: 8px;
  font-size: 1.2rem;
}
.navbar {
  background-color: #000;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid yellow !important;
}
.navbar-nav .nav-link {
  color: #fff;
}
.navbar-nav .nav-link:hover {
  color: #f5d625;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23FFD700' stroke-width='4' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.social-icons a {
  color: #f5d625;
  margin: 0 10px;
  font-size: 1.5rem;
}
.social-icons a:hover {
  color: #fff;
}
.logo-img {
  height: 80px;
  width: auto;
}
.modal-content {
  background-color: #fff;
  color: #000;
}
.modal-header.bg-yellow {
  background-color: #FFD700;
  color: #000;
}
.modal-title {
  color: #000;
}
.form-label {
  color: #000;
}
#contacto {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.accordion-button:not(.collapsed) {
  background-color: #000;
  color: #FFD700 !important;
  border-color: #FFD700;
  box-shadow: none;
}
.accordion-button:focus {
  box-shadow: none;
  border-color: #FFD700;
}
