/* <!-- ************************************ THE MODALS ************************************ -->
   <!-- ************************************************************************************ --> */

.carrusel-photos {
  visibility: hidden;
  display: block;
  position: fixed;
  z-index: 15;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  /* border: 2px solid red; */
}

.carrusel-photos.active {
  visibility: visible;
}

.modal-container.active {
  visibility: hidden;
}


.carrusel-photos-content {
  width: 60%;
  height: 90%;
  margin: 0 auto;
  margin-top: 3.5%;
  /* border: 1px solid red; */
}

.carrusel-photos-accordion {
  height: 100%;
  width: 100%;
  /* border: 2px solid red; */
}

.carrusel-photos-accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
  visibility: hidden;
  -webkit-transition: opacity 200ms linear, max-height 200ms linear;
  -moz-transition: opacity 200ms linear, max-height 200ms linear;
  -ms-transition: opacity 200ms linear, max-height 200ms linear;
  -o-transition: opacity 200ms linear, max-height 200ms linear;
}

/* <!-- ************************************ THE MODALS ************************************ -->
   <!-- ************************************************************************************ --> */

/* <!-- ************************************ CARRUSEL ************************************ -->
    <!-- ************************************************************************************ --> 

/* --- --- CAROUSEL --- --- */

.carrusel__photos {
  position: relative;
  margin: auto;
  /* border: 2px solid red; */
}

.carrusel__photos__lista,
.carrusel__photos__lista-iconos {
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  /* border: 2px solid red; */
}

.carrusel__photos__lista__elemento {
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;

  text-align: center;
  margin: auto;

  display: inline-block;
  padding:5px;
  box-sizing: border-box;
  width:1000px;
  height:800px;
  overflow: hidden;
  /* margin-left: 20px; */
  /* border: 2px solid red; */
}

.carrusel__photos__lista__elemento__imagen {
  max-width: 900px;
  max-height: 700px;
  margin: 0 auto;
  overflow: hidden;
}

.carrusel__photos__boton-anterior,
.carrusel__photos__boton-siquiente,
.carrusel__photos__boton-anterior-iconos,
.carrusel__photos__boton-siquiente-iconos {
  display: block;
  width: 50px;
  height: 50px;
  border: none;
  position: absolute;
  top: calc(50% - 110px);
  top: 45%;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  background-color: rgb(24, 23, 23);
  color: #cfcfcf;
  opacity: 60%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.carrusel__photos__boton-anterior:hover,
.carrusel__photos__boton-siquiente:hover,
.carrusel__photos__boton-anterior-iconos:hover,
.carrusel__photos__boton-siquiente-iconos:hover {
  /* background-color: rgb(113, 110, 110); */
  background-color: #1a3775;
  color: #cfcfcf;
  opacity: 100%;
}

.carrusel__photos__boton-anterior {
  left: 0px;
}

.carrusel__photos__boton-siquiente {
  right: 0px;
}


.carrusel__indicadores .glider-dot {
  display: block;
  width: 30px;
  height: 4px;
  background: #1a3775;
  opacity: 0.2;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.carrusel__indicadores .glider-dot:hover {
  opacity: 0.9;
}

.carrusel__indicadores .glider-dot.active {
  opacity: 0.9;
}

/* --- --- MEDIA QUERIES --- --- */
@media screen and (max-width: 800px) {

  .contenido-principal {
    flex-direction: column;
  }

  .contenido-principal > * {
    width: 100%;
  }

  .carrusel-photos-content {
    width: 100%;
  }

}
