

.bloque_expandido {
    background-image: url('../uploads/portada.jpg');
    background-repeat: no-repeat;
}

a {
  color: #333!important;
}

.interlineado {
  line-height: 30px;
}

@media screen and (min-width: 0px) {
  .bloque_expandido {
    height: 70vw;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (min-width: 768px) {
  .bloque_expandido {
    height: 92vw;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (min-width: 990px) {
  .bloque_expandido {
    height: 92vh;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (min-width: 1180px) {
  .bloque_expandido {
    height: 92vh;
    background-position: center center;
    background-size: cover;
  }
}

@media screen and (min-width: 1500px) {
  .bloque_expandido {
    height: 92vh;
    background-position: center center;
    background-size: cover;
  }
}





/* BOOTSTRAP COLLAPSE 4.0 FIX - ACORDION */
.btn-link:focus {
  box-shadow: none;
  border-color: none!important;
}

.accordion {
  --bs-accordion-btn-bg: #fff;
  --bs-accordion-active-bg: #005abe;
  --bs-accordion-active-color: #fff;
  --bs-accordion-bg: #f1f1f1;
  --bs-accordion-color: #070707;
  --bs-accordion-btn-focus-box-shadow: none;
}
