/* --------------------------------------------------------------
# Header
-------------------------------------------------------------- */
* {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}

body {
  background-color: black;
  padding: 3% 0 3% 0;
  /* background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(26, 26, 26, 0.8)), url(/static/img/foto-fondo.webp); */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), rgba(26, 26, 26, 0.8)), url(/static/img/fondo2.png);
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
}

#header {
  /* background: rgba(0, 0, 0, 0.6); */
  /* background: rgba(0, 0, 0, 1); */
  background-color: transparent;
  /* border-bottom: 1px solid rgba(12, 11, 9, 0.6); */
  /* border-bottom: 1px solid #acacac; */
  transition: all 0.5s;
  height: 80px !important;
  z-index: 997;
  padding: 15px 0;
  top: 10px;
}

#header.header-scrolled {
  top: -20px;
}

@media (min-width:768px) {
  .header img {
    margin-top: -26%;
    margin-bottom: -2%;
  }
}

h1 {
  font-size: 50px;
  font-weight: bold;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

/* ----------------------------------------------------------------- */
/* Inicio  */
/* ----------------------------------------------------------------- */
#index {
  margin-top: -40px;
}

#bienvenida {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  position: relative;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

#bienvenida:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.texto-imagen-encabezado-encima {
  position: absolute;
  top: 10px;
  left: 10px;
}

.texto-imagen-encabezado-centrado {
  border: 1px solid rgba(229, 255, 0);
  background-color: rgba(55, 55, 55, 0.7);
  padding: 0.6em 0.6em 0.5em;
  text-shadow: 1px 1px 1px black;
  border-radius: 10px;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.texto-imagen-encabezado-centrado h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: aliceblue;
}

.texto-imagen-encabezado-centrado p {
  font-size: 30px;
  color: aliceblue;
}

.imagen-encabezado img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.imagen-encabezado a {
  color: black;
}

.texto-bienvenida h3 {
  font-size: 50px;
  text-transform: uppercase;
}

.texto-bienvenida p {
  font-size: 40px;
}

.imagen-encabezado {
  position: relative;
  display: inline-block;
  text-align: center;
}

.para-carousel {
  text-align: center;
  width: 100%;
}

.logo-principal {
  /* border: 1px solid aliceblue; */
  margin-top: -3px;
  padding-top: 0px;
  line-height: 0;
}

.logo-principal img {
  /* padding-top: 100px; */
  width: 200px;
  margin-left: -15px;
}

.section {
  margin-top: 125px;
}

.separador {
  /* background-color: #EC1E64; */
  background-color: rgba(238, 250, 130, 0.611);
  width: 100%;
  height: 2px;
  position: relative;
}

.en-construccion {
  width: 100%;
  font-size: 40px;
  background-color: darkorange;
  color: aliceblue;
  text-align: center;
}

/*
#eventos-inicio {
  border-top: 1px solid aliceblue;
}
*/
/*
#tarjetas-inicio .main-content .item {
  height: 500px;
}

#tarjetas-inicio .grid {
  width: 100%;
  text-align: center;
  margin: auto;
}
*/

#eventos-inicio {
  background-color: transparent;
  display: block;
  min-height: 750px;
  position: relative;
  width: 100%;
  height: 100%;
}

#eventos-inicio .main-content {
  display: block !important;
  margin: auto;
  position: relative;
}

#eventos-inicio h1 {
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: #acacac;
  padding-top: 20px;
  /* font-style: italic; */
  font-size: 40px;
  /* color: rgb(255, 251, 0); */
  /* text-align: center; */
  text-shadow: 1px 1px 2px black;
}

#eventos-inicio h2 {
  padding-top: 18px;
  font-style: italic;
  font-size: 30px;
  color: rgb(255, 251, 0);
  text-align: center;
}

#eventos-inicio .btn {
  font-size: 12px !important;
  margin-top: -35px;
  margin-bottom: -20px;
}

#carousel-eventos .card-body {
  text-align: center;
}

#carousel-eventos h5 {
  /* top | right | bottom | left */
  padding: 10px 1em 5px 2em;
  text-align: center;
}

/* --------------------------------------------------------------
# Preloader
-------------------------------------------------------------- */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #000000;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1a1814;
  border-top-color: rgb(255, 251, 0);
  border-bottom-color: rgb(255, 251, 0);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ----------------------------------------------------------------- */
/* Carrusel inicio */
/* ----------------------------------------------------------------- */
#carrusel-inicio .item {
  position: relative;
  /* display: inline-block; */
  display: block;
}

#carrusel-inicio .item img {
  width: 100%;
}

#carrusel-inicio .item .texto-sobre-imagen {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  font-size: 20px;
  /* color:#ffa200; */
  color: #eeff00;
  /* text-shadow: 1px 1px 1px #ffa200; */
  /* text-shadow: 3px 3px 10px rgba(206,89,55,0.67); */
  /* text-shadow: 1px 1px 2px rgba(255,255,255,0.67); */
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
}

@media (min-width: 992px) {
  #carrusel-inicio .item .texto-sobre-imagen {
    top: 300px;
    font-size: 50px;
  }
}

#carrusel-inicio .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
  width: 25px;
}

#carrusel-inicio .owl-nav button.owl-prev {
  left: 0;
}

#carrusel-inicio .owl-nav button.owl-next {
  right: 0;
}

#carrusel-inicio .owl-dots {
  text-align: center;
  padding-top: 15px;
}

#carrusel-inicio .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  /* background: #ccc; */
  background: #fafd4a;
  margin: 0 3px;
}

#carrusel-inicio .owl-dots button.owl-dot.active {
  background-color: #000;
}

#carrusel-inicio .owl-dots button.owl-dot:focus {
  outline: none;
}

#carrusel-inicio .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

#carrusel-inicio span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

#carrusel-inicio .owl-nav button:focus {
  outline: none;
}

#carrusel-inicio .texto-imagen-carrusel h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: aliceblue;
}

#carrusel-inicio .texto-imagen-carrusel p {
  font-size: 30px;
  color: aliceblue;
}

/* ----------------------------------------------------------------- */
/* Medios */
/* ----------------------------------------------------------------- */
.para-medios h1 {
  color: aliceblue;
  text-transform: uppercase;
  border-bottom: 1px solid #dce4e6;
  text-align: center;
  margin-bottom: 80px;
}

.para-medios h2 {
  color: rgb(0, 195, 255);
  text-transform: uppercase;
}

.para-medios p {
  color: aliceblue;
}

.para-medios hr {
  border: 1px solid #fff;
  color: aliceblue;
}

/* ----------------------------------------------------------------- */
/* Conciertos */
/* ----------------------------------------------------------------- */
.conciertos .row {
  border-bottom: 1px solif #fff;
}

.conciertos h1 {
  color: aliceblue;
  font-size: 18px;
  text-transform: uppercase;
  border-bottom: 1px solid #dce4e6;
  text-align: center;
}

.conciertos h2 {
  font-size: 15px;
  margin: 20px 0;
  color: aliceblue;
  text-align: center;
}

.conciertos h3 {
  color: aliceblue;
  font-size: 13px;
}

.conciertos ul>li {
  color: aliceblue;
}

.conciertos img {
  margin: auto;
}

.fecha-concierto {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.el-concierto img {
  display: block;
  margin: 0px auto;
}

@media (min-width: 992px) {
  .conciertos h1 {
    color: aliceblue;
    font-size: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #dce4e6;
    text-align: center;
  }

  .para-conciertos h2 {
    margin: 20px 0;
    color: aliceblue;
    text-align: center;
  }

  .para-conciertos h3 {
    color: aliceblue;
    font-size: 13px;
  }
}

/* ----------------------------------------------------------------- */
/* Nosotros */
/* ----------------------------------------------------------------- */
.botones-menus {
  color: rgba(240, 248, 255, 0.801);
  padding-top: 5px;
}

/* ----------------------------------------------------------------- */
/* Historia */
/* ----------------------------------------------------------------- */
.historia {
  color: rgba(240, 248, 255, 0.801);
  padding-top: 30px;
}

.historia h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid aliceblue;
}

.historia h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
  padding-top: 40px;
  padding-bottom: 20px;
}

.historia p {
  /* color:aliceblue; */
  color: rgba(240, 248, 255, 0.801);
  font-size: 12px;
  font-weight: normal;
  text-shadow: 1px 1px 1px black;
}

.historia img {
  margin: 10px;
}

@media (min-width: 992px) {
  .historia {
    color: aliceblue;
    padding-top: 30px;
  }

  .historia h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid aliceblue;
  }

  .historia h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .historia p {
    /* background-color: #000; */
    color: aliceblue;
    font-size: 18px;
    font-weight: normal;
    text-shadow: 1px 1px 1px black;
  }

  .historia img {
    margin: 10px;
  }
}

/* ----------------------------------------------------------------- */
/* Direccion coral */
/* ----------------------------------------------------------------- */
.autoridades {
  color: aliceblue;
  padding-top: 40px;
}

.autoridades h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid aliceblue;
}

.autoridades h2 {
  font-size: 15px;
  text-align: center;
  text-transform: uppercase;
}

.autoridades h3 {
  font-size: 13px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

.autoridades p {
  font-weight: normal;
  font-size: 12px;
  color: aliceblue;
  text-shadow: 1px 1px 1px black;
}

.autoridades .imagen {
  width: 100%;
  text-align: center;
  margin: auto;
}

@media (min-width: 992px) {
  .autoridades {
    color: aliceblue;
    padding-top: 40px;
  }

  .autoridades h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid aliceblue;
  }

  .autoridades h2 {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
  }

  .autoridades h3 {
    margin-top: 20px;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
  }

  .autoridades p {
    font-weight: normal;
    font-size: 18px;
    color: aliceblue;
    text-shadow: 1px 1px 1px black;
  }

  .autoridades .imagen {
    width: 100%;
    text-align: center;
    margin: auto;
  }
}

/* --------------------------------------------------------------------- */
/* Comision */
/* --------------------------------------------------------------------- */
.comision {
  /* background-color:#000; */
  color: aliceblue;
  padding-top: 40px;
}

.comision h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid aliceblue;
}

.comision p {
  color: aliceblue;
  font-size: 12px;
  font-weight: normal;
  text-shadow: 1px 1px 1px black;
}

@media (min-width: 992px) {
  .comision {
    /* background-color:#000; */
    color: aliceblue;
    padding-top: 40px;
  }

  .comision h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid aliceblue;
  }

  .comision p {
    color: aliceblue;
    font-size: 18px;
    font-weight: normal;
    text-shadow: 1px 1px 1px black;
  }
}

/* ----------------------------------------------------------------------- */
/* Integrantes */
/* ----------------------------------------------------------------------- */
.integrantes {
  /* background-color:#000; */
  color: aliceblue;
  padding-top: 40px;
}

.integrantes h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid aliceblue;
}

.integrantes p {
  /* background-color: #000; */
  color: aliceblue;
  font-size: 12px;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 992px) {

  /* monitor */
  .integrantes {
    color: aliceblue;
    padding-top: 40px;
  }

  .integrantes h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid aliceblue;
  }

  .integrantes p {
    /* background-color: #000; */
    color: aliceblue;
    font-size: 18px;
    font-weight: normal;
    text-shadow: 1px 1px 1px rgb(0, 0, 0);
  }
}

/* ----------------------------------------------------------------------- */
/* Socios */
/* ----------------------------------------------------------------------- */
.socios {
  color: aliceblue;
  padding-top: 40px;
}

.socios h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  color: aliceblue;
  padding-bottom: 10px;
  border-bottom: 1px solid aliceblue;
}

.socios h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  color: rgb(0, 195, 255);
  text-transform: uppercase;
}

.socios p {
  color: aliceblue;
  font-size: 12px;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 992px) {
  .socios {
    padding-top: 40px;
  }

  .socios h1 {
    font-size: 40px;
  }

  .socios h2 {
    font-size: 30px;
  }

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

/* ----------------------------------------------------------------------- */
/* Noticias */
/* ----------------------------------------------------------------------- */
#noticias .btn {
  float: right;
}

.noticias h1 {
  color: aliceblue;
  text-transform: uppercase;
  border-bottom: 1px solid #dce4e6;
  text-align: center;
}

.noticias p {
  color: aliceblue;
  font-size: 12px;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

@media (min-width: 992px) {
  .noticias {
    padding-top: 40px;
  }

  .noticias h1 {
    font-size: 40px;
  }

  .noticias h2 {
    font-size: 30px;
  }

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

/* ----------------------------------------------------------------- */
/* Carrusel noticias */
/* ----------------------------------------------------------------- */
#carrusel-noticias .item {
  position: relative;
  display: block;
}

#carrusel-noticias .item img {
  width: 100%;
}

#carrusel-noticias .item .texto-sobre-imagen {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  font-size: 20px;
  color: #ffa200;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.67);
}

@media (min-width: 992px) {
  #carrusel-noticias .item .texto-sobre-imagen {
    top: 300px;
    font-size: 50px;
  }
}

#carrusel-noticias .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
  width: 25px;
}

#carrusel-noticias .owl-nav button.owl-prev {
  left: 0;
}

#carrusel-noticias .owl-nav button.owl-next {
  right: 0;
}

#carrusel-noticias .owl-dots {
  text-align: center;
  padding-top: 15px;
}

#carrusel-noticias .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  /* background: #ccc; */
  background: #fafd4a;
  margin: 0 3px;
}

#carrusel-noticias .owl-dots button.owl-dot.active {
  background-color: #000;
}

#carrusel-noticias .owl-dots button.owl-dot:focus {
  outline: none;
}

#carrusel-noticias .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

#carrusel-noticias span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

#carrusel-noticias .owl-nav button:focus {
  outline: none;
}

#carrusel-noticias .texto-imagen-carrusel h3 {
  font-size: 40px;
  text-transform: uppercase;
  color: aliceblue;
}

#carrusel-noticias .texto-imagen-carrusel p {
  font-size: 30px;
  color: aliceblue;
}

/* ----------------------------------------------------------------------- */
/* Contacto */
/* ----------------------------------------------------------------------- */
#contacto {
  margin-top: -80px;
  color: aliceblue;
}

.contacto h1 {
  text-align: center;
  /* text-transform: uppercase; */
  font-size: 16px;
  color: aliceblue;
  padding-bottom: 10px;
  /* border-bottom: 1px solid aliceblue; */
}

.contacto p {
  color: aliceblue;
  font-size: 10px;
  font-weight: normal;
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

.contacto hr {
  /* color:aliceblue; */
  border-bottom: 1px dotted aliceblue;
}

.contacto .texto-formulario-contacto {
  text-align: center;
}

.contacto .container-fluid {
  background: transparent !important;
}

.info-contacto {
  /* Arriba | Derecha | Abajo | Izquierda */
  margin: 20px 1em 20px auto;
}

.info-contacto h2 {
  padding-top: 20px;
  text-align: center;
  font-size: 20px;
}

.info-contacto p {
  padding-bottom: 20px;
  border-bottom: 1px dotted #eee;
}

.info-contacto .social-icons a {
  color: rgb(255, 251, 0) !important;
}

.info-contacto .social-icons a:hover {
  color: #f17e39 !important;
}

@media (min-width: 992px) {
  .contacto {
    padding-top: 40px;
  }

  .contacto h1 {
    font-size: 40px;
  }

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

/* --------------------------------------------------------------
# Back to top button
-------------------------------------------------------------- */
a.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 995;
}

a.back-to-top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  color: rgb(148, 145, 0);
  transition: all 0.4s;
  border: 2px solid rgb(148, 145, 0);
  /* text-decoration: none; */
}

a.back-to-top:hover {
  text-decoration: none !important;
  background: rgb(148, 145, 0);
  color: #1a1814;
}

details {
  display: inline;
}

/* --------------------------------------------------------------------- */
/* Directores */
/* --------------------------------------------------------------------- */
.directores {
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.directores h1 {
  font-size: 40px;
  text-align: center;
  color: aliceblue;
}

.directores h2 {
  font-size: 30px;
  color: aliceblue;
  text-shadow: 1px 1px 1px black;
}

.directores p {
  font-size: 12px;
  text-transform: none;
  text-align: left;
}

.directores img {
  float: left;
  padding-right: 10px;
}

.directores p {
  font-style: normal;
  font-weight: normal;
}

.directores h5 {
  font-size: 10px;
  color: aliceblue;
  float: left;
}

.directores section {
  margin-top: 100px;
}

.ancho-100px {
  width: 100px;
}

.director-biografia {
  color: aliceblue;
  text-shadow: 1px 1px 1px black;
}

.directores img {
  vertical-align: top;
  margin: auto 0;
}

.directores figure {
  float: right;
  border: thin #c0c0c0 solid;
  flex-flow: column;
  padding: 5px 10px;
  display: flex;
  width: 200px;
}

.directores figure figcaption {
  background-color: #222;
  color: aliceblue;
  font: italic smaller sans-serif;
  padding: 3px;
  text-align: center;
  /* text-shadow: 1px 1px 2px rgb(99, 192, 255); */
  float: right;
}

/*
.directores .figura {
  display: flex;
}
.directores figure {
  border: thin #c0c0c0 solid;
  flex-direction: row-reverse;
  padding: 5px;
  width: 50%;
  display: flex;  
}
*/
/*
.directores figure {
  display: flex;
  flex-direction: row-reverse;
  float: right;
  color: aliceblue;
  border: thin silver solid;
  margin: 5px;
}
*/
/*
.directores figcaption {
  text-align: center;
  text-shadow: 1px 1px 2px rgb(99, 192, 255);
}
*/
@media (min-width: 992px) {
  .directores h1 {
    font-size: 20px;
  }

  .directores h2 {
    font-size: 30px;
  }

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

/* --------------------------------------------------------------------- */
/* Media */
/* --------------------------------------------------------------------- */
.media {
  display: block !important;
}

/* --------------------------------------------------------------------- */
/* Galerias */
/* --------------------------------------------------------------------- */
.galerias h1 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}

.galerias h2 {
  text-align: center;
  font-size: 16px;
}

.galerias h5 {
  text-align: right;
  color: aliceblue;
  font-size: 10px;
}

.galerias p {
  color: #ddd;
  text-align: center;
  font-size: 10px;
}

.galerias nav {
  text-align: center;
  margin: auto;
}

.galerias .pagination .active {
  background-color: #fafd4a;
  color: #acacac;
}

.galerias .pagination .pagina-selected {
  pointer-events: none;
  cursor: default;
}

.galeria-activa {
  border: 3px solid #fafd4a;
}

.galerias .masonry-brick .card {
  width: 200px;
  background-color: transparent;
  border: 1px solid rgb(148, 145, 0);
}

.galerias .masonry-brick .card-body {
  background-color: transparent;
  color: aliceblue;
  padding: 5px 0 5px 0;
}

#carousel-galeria .card {
  background-color: transparent;
  border: 1px solid rgb(148, 145, 0);
}

#carousel-galeria .card-body {
  padding-top: 5px;
}

@media (min-width: 992px) {
  .galerias h1 {
    color: aliceblue;
    font-size: 40px;
  }

  .galerias h2 {
    color: aliceblue;
    font-size: 30px;
  }

  .galerias p {
    color: aliceblue;
    font-size: 12px;
    text-align: center;
  }
}

#galerias .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
  width: 25px;
}

#galerias .owl-nav button.owl-prev {
  left: 0;
}

#galerias .owl-nav button.owl-next {
  right: 0;
}

#galerias .owl-dots {
  text-align: center;
  padding-top: 15px;
}

#galerias .owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  /* background: #ccc; */
  background: #fafd4a;
  margin: 0 3px;
}

#galerias .owl-dots button.owl-dot.active {
  background-color: #000;
}

#galerias .owl-dots button.owl-dot:focus {
  outline: none;
}

#galerias .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.38) !important;
}

#galerias span {
  font-size: 70px;
  position: relative;
  top: -5px;
}

#galerias .owl-nav button:focus {
  outline: none;
}

/* --------------------------------------------------------------------- */
/* Imagenes */
/* --------------------------------------------------------------------- */
.imagenes {
  padding: 40px 30px 0 20px;
}

.imagenes h1 {
  color: #dce4e6;
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  padding-bottom: 10px;
  border-bottom: 1px solid aliceblue;
}

.imagenes h2 {
  color: #dce4e6;
  text-align: center;
  font-size: 30px;
  /* padding-bottom: 10px; */
}

.imagenes-ampliar {
  font-size: 10px;
  font-style: italic;
}

@media (min-width: 992px) {
  .imagenes h1 {
    font-size: 40px;
  }

  .imagenes h2 {
    font-size: 30px;
  }
}

/* --------------------------------------------------------------------- */
/* Discografia */
/* --------------------------------------------------------------------- */
.discografia {
  margin-top: 20px;
}

.para-discografia {
  /* padding-top: 10px; */
  /* text-align: center; */
  padding-left: 20px;
  padding-right: 30px;
}

.para-discografia h1 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid aliceblue;
}

.para-discografia p {
  color: #fff;
}

.para-discografia hr {
  border-top: 2px solid #ddd;
  color: #fff;
}

.discografia h2 {
  color: #fff;
}

.discografia p {
  color: #fff;
}

.row-discografia {
  /* top | right | bottom | left */
  padding: 0 6em 0 6em;
}

/* --------------------------------------------------------------------- */
/* Tienda */
/* --------------------------------------------------------------------- */
.tienda {
  display: block !important;
}

.tienda h1 {
  font-size: 20px;
  color: aliceblue;
  text-transform: uppercase;
  border-bottom: 1px solid #dce4e6;
  text-align: center;
  /* margin-bottom: 40px; */
}

.tienda p {
  color: #fff;
  font-size: 12px;
}

.tienda .card .card-title {
  text-align: center;
}

.tienda .card .card-text {
  text-align: center;
  color: #000;
}

@media (min-width: 992px) {
  .tienda h1 {
    font-size: 40px;
  }

  .tienda p {
    font-size: 14px;
  }
}

/* --------------------------------------------------------------------- */
/* Tarjetas */
/* --------------------------------------------------------------------- */
#tarjetas-inicio .main-content {
  display: block !important;
  margin: auto;
  position: relative;
}

#tarjetas-inicio .main-content .item {
  height: 500px;
}

#tarjetas-inicio .grid {
  width: 100%;
  text-align: center;
  margin: auto;
}

#tarjetas-inicio .grid .card-body a {
  background-color: #F5E412;
  color: #000;
  width: 100%;
  border-radius: 100px;
}

#tarjetas-inicio .grid .card-enlace {
  font-size: 10px;
  font-style: italic;
}

#tarjetas-inicio .grid .card-enlace {
  float: right;
}

#tarjetas-inicio .grid .card {
  border: 2px solid rgb(99, 192, 255);
}

#tarjetas-inicio .grid .card-title {
  text-align: center !important;
}

#tarjetas-inicio .grid .card-text {
  color: #ffa200 !important;
}

#tarjetas-inicio .grid .card-body a.btn-light:hover {
  color: white;
  background-color: rgb(99, 192, 255);
}

/* --------------------------------------------------------------------- */
/* Mensajes */
/* --------------------------------------------------------------------- */
.form-mensaje {
  /* text-align: center; */
}

.form-mensaje table {
  margin: 0 auto;
  margin-top: 20px;
}

.form-mensaje textarea {
  background: transparent !important;
  color: aliceblue;
  border-bottom: 1px solid aliceblue;
}

.align-center {
  text-align: center;
  margin: 0 auto;
}

.align-right {
  float: right;
}

.size-12px {
  font-size: 12px !important;
}

.btn-primary {
  background-color: #F5E412 !important;
  color: #1a1814;
}

.button1 {
  float: right;
  font-size: 12px;
  border-radius: 8px;
  background-color: #F5E412 !important;
  color: #1a1814;
}

/* --------------------------------------------------------------------- */
/* Busqueda */
/* --------------------------------------------------------------------- */
#busqueda {
  margin-top: -80px;
  color: aliceblue;
}

.busqueda h1 {
  color: #dce4e6;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid aliceblue;
}

.busqueda h2 {
  color: #dce4e6;
  text-align: center;
  font-size: 18px;
  /* padding-bottom: 10px; */
}

.busqueda p {
  color: #dce4e6;
  font-size: 12px;
}

@media (min-width: 992px) {
  .busqueda {
    padding-top: 40px;
  }

  .busqueda h1 {
    font-size: 40px;
  }

  .busqueda h1 {
    font-size: 30px;
  }

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

/* --------------------------------------------------------------------- */
/* Busqueda */
/* --------------------------------------------------------------------- */
#primeraformacion {
  margin-top: -50px;
  color: aliceblue;
}

#primeraformacion h1 {
  text-align: center;
}

#primeraformacion .modal-footer {
  font-size: 12px;
}

#primeraformacion h3 {
  text-align: center;

}

#primeraformacion h5 {
  text-align: right;
  color: aliceblue;
  font-size: 10px;
}

.visitantes {
  float: right;
}

/* --------------------------------------------------------------------- */
/* Videos */
/* --------------------------------------------------------------------- */
.videos h1 {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}

.videos h2 {
  text-align: center;
  font-size: 16px;
}

.videos h5 {
  text-align: right;
  color: aliceblue;
  font-size: 10px;
}

.videos p {
  color: #ddd;
  text-align: center;
  font-size: 10px;
}

.videos nav {
  text-align: center;
  margin: auto;
}

.videos .pagination .active {
  background-color: #fafd4a;
  color: #acacac;
}

.videos .pagination .pagina-selected {
  pointer-events: none;
  cursor: default;
}

.videos .center-iframe {
  margin: auto 0;
}

@media (min-width: 992px) {
  .videos h1 {
    color: aliceblue;
    font-size: 40px;
  }

  .videos h2 {
    color: aliceblue;
    font-size: 30px;
  }

  .videos p {
    color: aliceblue;
    font-size: 12px;
    text-align: center;
  }
}

.nosotros-submenus {
  /* top | right | bottom | left */
  padding: 0 0 22px 0;
  display: inline-block;
  width: 100%;
}

.nosotros-submenus .activo {
  background: #0695d6;
  color: #fff;
}

.nosotros-submenus a .btn {
  padding: 12px 15px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.nosotros-submenus a {
  font-weight: bold;
  background: #e4e4e4;
}

.nosotros-submenus a:hover {
  color: #33bbff;
  background: #e4e4e4;
}

.btn-submenus {
  color: #0695d6;
  background: #fff;
}

.w150 {
  width: 150px;
}