.owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}
.owl-theme .owl-nav {
  position: absolute;
  top: 35%;
  width: 100%;
  font-size: 5rem;
  height: 1px;
}
.owl-theme .owl-prev {
  float: left;
  margin-left: -2rem;
}
.owl-theme .owl-next {
  float: right;
  margin-right: -2rem;
}
.contenidovol1 .btn-primary {
  background-color: #38c5fa;
  border-color: #38c5fa;
}
.contenidovol2 .btn-primary {
  background-color: #4dba59;
  border-color: #4dba59;
}
.contenidovol3 .btn-primary {
  background-color: #ffb129;
  border-color: #ffb129;
}
.contenidovol4 .btn-primary {
  background-color: #ef338b;
  border-color: #ef338b;
}
.contenidovol5 .btn-primary {
  background-color: #5a26a8;
  border-color: #5a26a8;
}
.contenidovol6 .btn-primary {
  background-color: #3371ef;
  border-color: #3371ef;
}
.contenidovol7 .btn-primary {
  background-color: #1d00d0;
  border-color: #1d00d0;
}
img.map,
map area {
  outline: none;
}
.b-v1 {
  background-color: #38c5fa;
}
.b-v2 {
  background-color: #4dba59;
}
.b-v3 {
  background-color: #ffb129;
}
.b-v4 {
  background-color: #ef338b;
}
.b-v5 {
  background-color: #5a26a8;
}
.b-v6 {
  background-color: #3371ef;
}
.b-v7 {
  background-color: #1d00d0;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  margin: 0 auto -100px;
  /* the bottom margin is the negative value of the footer's height */
}
body {
  font-family: 'Quicksand', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 15px;
  overflow-x: hidden;
  width: 100vw;
  opacity: 1 !important;
  color: #434343;
}
footer,
.push {
  height: 100px;
  /* .push must be the same height as .footer */
}
a,
a:hover {
  color: #434343;
}
img {
  max-width: 100%;
  display: inline-block;
}
.img100 {
  width: 100%;
}
header {
  padding: .5rem 0;
  background-color: #FFF;
}
header a {
  display: inline-block;
  margin-right: 8px;
}
header a img {
  margin-right: 5px;
}
.body_main #mainsection {
  background-image: url('../images/bg-home.png');
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: 100% auto;
  background-attachment: fixed;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
}
.body_main #mainsection .mhome {
  list-style: none;
  font-weight: vold;
  padding: 0;
  margin: 0;
}
.body_main #mainsection .mhome li {
  margin: 0;
  padding: 0.2rem 0;
  cursor: pointer;
}
.body_main #mainsection .mhome li.active {
  font-weight: bold;
  color: #5a26a8 !important;
}
.body_main #mainsection .mhome li.active a {
  color: #5a26a8 !important;
}
.body_main #mainsection .mhome li::before {
  content: "";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #5a26a8;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1.2em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.body_main #mainsection .mhome li.active::before {
  content: "♦";
}
.body_main #mainsection .mapa {
  position: relative;
}
.body_main #mainsection .mapa img {
  width: 100%;
}
.body_main #mainsection .mapa .pin {
  position: absolute;
  display: inline-block;
  z-index: 100;
  width: 4%;
  margin-top: -4%;
  display: none;
}
.body_main #mainsection .owl-theme .owl-nav {
  position: absolute;
  height: 1px;
  top: 35%;
  width: 100%;
  font-size: 3rem;
}
.body_main #mainsection .owl-theme .owl-prev {
  float: left;
  margin-left: -2rem;
}
.body_main #mainsection .owl-theme .owl-next {
  float: right;
  margin-right: -2rem;
}
.body_main #mainsection .cvol {
  width: 100%;
}
.body_main #mainsection .cvol div {
  color: #FFF;
  width: 100%;
  padding: 0.4rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  vertical-align: middle;
  height: 50px;
  font-size: 0.8rem;
  line-height: 0.8rem;
}
.body_main footer .container {
  padding-top: 1.5rem;
  border-top: 1px solid #000;
}
.body_volumen {
  background-size: cover;
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.body_volumen .tit {
  color: #FFF;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0.6rem 0;
}
.body_volumen .instruc {
  padding: 0.5rem 0;
}
.body_volumen.volumen1 {
  background-image: url('../images/bg-vol-1.jpg');
}
.body_volumen.volumen2 {
  background-image: url('../images/bg-vol-2.jpg');
}
.body_volumen.volumen3 {
  background-image: url('../images/bg-vol-3.jpg');
}
.body_volumen.volumen4 {
  background-image: url('../images/bg-vol-4.jpg');
}
.body_volumen.volumen5 {
  background-image: url('../images/bg-vol-5.jpg');
}
.body_volumen.volumen6 {
  background-image: url('../images/bg-vol-6.jpg');
}
.body_volumen.volumen7 {
  background-image: url('../images/bg-vol-7.jpg');
}
.body_volumen .libdiv .libro {
  width: 100%;
}
.body_volumen .bglibro {
  position: relative;
}
.body_volumen .bglibro .overs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.body_volumen .bglibro .overs img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.body_volumen .noshow {
  display: none;
}
.body_volumen .popup .box {
  min-width: 50vw;
  background-color: #FFF;
  padding: 2rem;
}
.body_volumen .popup .box h2 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.body_volumen .popup .box .art {
  max-height: 500px;
  overflow: auto;
}
.body_article .imgtocolorbox img,
.body_map .imgtocolorbox img {
  cursor: pointer;
}
.body_article .push,
.body_map .push {
  height: auto !important;
}
.body_article .acrions,
.body_map .acrions {
  font-size: 0.8rem;
  display: inline-block;
  margin: auto;
}
.body_article .acrions.ft,
.body_map .acrions.ft {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #57595b;
  padding: .2rem .9rem;
  color: #FFF;
}
.body_article .acrions.ft a,
.body_map .acrions.ft a {
  color: #FFF;
}
.body_article .tit,
.body_map .tit {
  color: #FFF;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0.6rem 0;
}
.body_article .tit2,
.body_map .tit2 {
  background-color: #57595b;
  color: #FFF;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0.6rem 0;
}
.body_article .tit2 a,
.body_map .tit2 a {
  color: #FFF;
}
.body_article h1,
.body_map h1 {
  font-size: 2rem;
  padding: 2rem 0;
}
.body_article .contenido,
.body_map .contenido {
  background-image: url('../images/bgcont.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.body_article .contenido1,
.body_map .contenido1 {
  padding-bottom: 60vh;
  background-image: url('../images/bgfootercont.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
.body_map h3 {
  font-size: 1.2rem;
  font-weight: bold;
}
.body_map ul {
  padding-left: 12px;
  margin: 0;
  list-style: none;
}
.body_map ul li::before {
  content: "-";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #5a26a8;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}
.body_map .card-header .btn-header-link:after {
  content: "\f107";
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
}
.body_map .card-header .btn-header-link {
  display: block;
  text-align: left;
  color: #FFF;
  font-weight: bold;
}
@media (min-width: 1281px) {
  html,
  body,
  .wrapper {
    height: 100%;
  }
  .body_main .ppxl {
    margin-top: 3rem;
  }
  .body_volumen .instruc {
    margin-bottom: 3rem;
  }
}
@media (max-width: 768px) {
  .body_main #mainsection {
    background-size: cover;
    background-position: bottom left;
  }
  footer img {
    max-width: 12%;
  }
  .popup .box {
    min-width: 95vw;
    padding: .5rem;
  }
  .imgtocolorbox img {
    display: block !important;
    float: none !important;
    width: 100% !important;
    height: auto !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
