body {
  /*
  background-color: #939494a8;
  background: linear-gradient(
    40deg,
    rgb(200 202 201 / 64%), rgb(141 144 144 / 49%) );
  );
  background-repeat: no-repeat;
  height: 100vh;
  font-family: "Open Sans", sans-serif;
  */
}
.cont_galeria {
  max-width: 800px;
    margin: 0% auto 5px;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 10px 35px rgb(0 0 0 / 40%);
}

.text-center {
  text-align: center;
  margin-bottom: 1em;
}

.lightbox-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.lightbox-gallery div > img {
    max-width: 180px;
    max-height: 150px;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

.lightbox-gallery div {
  margin: 10px;
  flex-basis: 180px;
}

@media only screen and (max-width: 480px) {
  .lightbox-gallery {
    flex-direction: column;
    align-items: center;
  }

  .lightbox > div {
    margin-bottom: 10px;
  }
  .lightbox > img {
    width: 100%;

  }
}

/*Lighbox CSS*/

.lightbox {
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 8%;
  left: 0;
  z-index: 2000;
  padding-top: 30px;
  box-sizing: border-box;
}

.lightbox img {
  display: block;
  margin: auto;
}

.lightbox .caption {
  margin: 15px auto;
  width: 50%;
  text-align: center;
  font-size: 1em;
  line-height: 1.5;
  font-weight: 700;
  color: #eee;
}

.des_gal{
  list-style: none;
  padding-right: 15px;
  line-height: 3;
}
.des_gal>span{ 
  padding-right: 10px;
}
/*
li.des_gal:nth-child(odd) {
   background-color:rgb(238, 238, 238);
}
*/
.gris{
  background-color: rgb(238, 238, 238);
}
.blanco{
  background-color:rgb(255, 255, 255);
}

.glyphicon {
  color: #066e7f !important;
}

.accordion {
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  /*font-size: 10px;*/
  transition: 0.4s;
  background-color: inherit;
}

.accordion:hover {
  background-color: #cccccc1a; 
  color: #066e7f;
}
.active{
  background-color: #fff; 
}
.spanDia{
  color: #333;
  font-family: arial;
  font-size: 14px;
  font-weight: 300;
  padding-left: 5px;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

/*.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}
*/

.activo{
  display: block;
}
.inactivo{
  display: none;
}

.galeria-show{
  display: block!important;
}