html, body {
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}

video {
  position: fixed;
  min-width: 100%;
  z-index: -101;
}

.normal-pad {
  padding-left: 8px;
  padding-right: 8px;
}

button.btn-primary {
  background-color: #BA0020;
  border: none;
  border-radius: 1px;
}
button.btn-primary:hover {
  background-color: #DC793E;
}

.section {
  padding: 25px 0;
}

.padless {
  padding-left: 0px;
  padding-right: 0px;
}

.padless-all {
  padding: 0;
}

.pointer:hover {
  cursor: pointer;
  transition: color 0.5s ease;
  color: #aa1f1f !important;
}

.btn-primary {
  background-color: #64BCEE;
  border-color: #64BCEE;
  border-radius: 0;
}

nav.navbar.navbar-expand-lg.ml-auto, button.navbar-toggler.collapsed, button.navbar-toggler {
  padding-left: 0;
}

a {
  color: inherit;
}
a:hover {
  text-decoration: none;
  transition: color 0.5s ease;
  color: #aa1f1f !important;
}

.float-panel {
  width: 100%;
  background: transparent;
  z-index: 300;
  transform: translateZ(0);
  transition: all 0.5s;
  padding: 0;
}
.float-panel .content-area {
  max-width: 900px;
  margin: 10px auto;
}
.float-panel a {
  font-size: 1rem;
  text-decoration: none;
  color: #444;
  display: inline-block;
  padding: 10px 20px;
}
.float-panel .fa-gg {
  color: #F0595C;
  font-size: 1.875rem;
  vertical-align: middle;
  transition: all 1s;
}

h3 {
  padding: 15px 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.fixed {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  padding: 4px 0;
  animation: slide-down 0.7s;
  opacity: 0.9;
}

.fixed .fa-gg {
  transform: rotate(360deg);
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
  }
}
.first-section {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.first-section .jumbotron {
  background-color: transparent;
  color: white;
}
.first-section .jumbotron .display-4 {
  font-weight: 500;
}

.navbar .navbar-nav .nav-item a {
  color: white;
  text-transform: uppercase;
  font-weight: 500;
}
.navbar .navbar-nav .nav-item a.dropdown-item {
  color: black;
}
.navbar .navbar-nav .nav-item a:hover {
  transition: color 0.5s ease;
  color: red !important;
  cursor: pointer;
}
.navbar.fixed {
  left: 0;
  background: rgba(0, 0, 0, 0.65);
}
.navbar .oi-menu {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  body .first-section {
    background: url("img/main-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.cards-section {
  margin-bottom: 30px;
}
.cards-section .card-container {
  padding: 40px 25px;
  margin-bottom: 25px;
}
.cards-section .card-container .img-topic {
  padding-bottom: 25px;
  min-height: 175px;
}
.cards-section .card-container .img-topic span {
  font-size: 8.75rem;
  color: #fff;
}
.cards-section .card-container .title {
  color: #fff;
}
.cards-section .card-container .title h3 {
  font-size: 45px;
}
.cards-section .card-container:hover {
  cursor: pointer;
}
.cards-section .parent:nth-child(1) .card-container {
  background-color: #BA0020;
}
.cards-section .parent:nth-child(2) .card-container {
  background-color: #888B8D;
}
.cards-section .parent:nth-child(3) .card-container {
  background-color: #DC793E;
}
.cards-section .parent:nth-child(4) .card-container {
  background-color: #FC9E21;
}
.cards-section .parent:nth-child(5) .card-container {
  background-color: #BD3D3A;
}
.cards-section .parent:nth-child(6) .card-container {
  background-color: #E10600;
}

#servicios {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  z-index: 2;
}
#servicios h2 {
  font-size: 3.875rem;
  line-height: 0.8;
}
#servicios span:hover {
  font-weight: 500;
  transition: color 0.5s ease;
  color: #aa1f1f !important;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .section:nth-child(2) h2 {
    font-size: 3.875rem;
  }
}
#temas {
  background-color: #2B2A30;
  color: #fff;
}
#temas h2 {
  font-size: 3.875rem;
}

.videos .header-container {
  padding: 35px 0px;
  color: #fff;
}
.videos .video-container {
  padding-bottom: 15px;
}

#artistas {
  background-color: #BA0020;
  color: #FFF;
}
#artistas h2 {
  font-size: 3.875rem;
}
#artistas .artist-container {
  text-align: center;
}
#artistas .artist-container .artist-image {
  margin-bottom: 15px;
}
#artistas .artist-container .artist-image img {
  border-radius: 50%;
  margin: 0 auto;
}
#artistas .artist-container .artist-profile .name {
  font-weight: 500;
  font-size: 1.375rem;
  text-align: center;
}
#artistas .artist-container .artist-profile .name:hover {
  transition: color 0.5s ease;
  color: red !important;
}

#galeria {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}
#galeria h2 {
  font-size: 3.875rem;
}

.gallery .header-container {
  padding: 35px 0px;
  color: #fff;
}
.gallery .img-container img {
  padding: 25px 0;
}

#quienes-somos {
  color: #fff;
  padding-top: 25px;
}
#quienes-somos h2 {
  font-size: 3.875rem;
}
#quienes-somos .about-card {
  min-height: 120px;
}

#contacto {
  background-color: #2B2A30;
  color: #fff;
  position: relative;
  z-index: 0;
}
#contacto h2 {
  font-size: 3.875rem;
}

footer audio {
  visibility: hidden;
  height: 0;
}

.radio-player.fixed {
  position: fixed;
  top: 31px;
  right: 60px;
  z-index: 100;
  box-shadow: none;
}
.radio-player .play-button {
  font-size: 2.5rem;
  color: #BA0020;
}

.cards-section .oi-media-play:before {
  display: none;
}

@media only screen and (max-width: 575px) {
  .radio-player.fixed {
    right: 13px;
  }
}
@media only screen and (max-width: 576px) {
  .radio-player.fixed {
    right: 24px;
  }
}
footer {
  background-color: #000;
  color: #fff;
}
footer p {
  margin-bottom: 0;
}
footer .menu p:hover {
  transition: color 0.5s ease;
  color: red !important;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  footer {
    text-align: center;
  }
}

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