  .cuerpo{
    /*background: none*/
  }
  .douglas{
    background: none
  }
  .panel_galeria{
    border: 1px solid;
    border-radius: 20px;
    background: var(--azulCoope);
    margin-bottom: 20px;
    border: none;
    box-shadow: 0px 0px 3px 2px #260F00;
    /*box-shadow: 0px 0px 10px 0px #00000033;*/
  }
  .img_galeria{
    transition: 0.3s;
    cursor: pointer;
    height: 200px;
    width: 200px;
    object-fit: cover;
    padding: 12px;
    border: none;
  }
  .img_galeria:hover{
    border: none;
    transition: 0.3s;
    transform: scale(1.05);
  }
  .column{
    outline: none;
  }
  .panel_galeria h1, .ver_fotos{
    background: var(--naranjaCoope);
    /*border-radius: 20px 20px 0px 0px;*/
    padding: 10px;
    margin: 0;
  }
  .panel_galeria h1{
    border-radius: 20px 20px 0px 0px;
    padding: 3px;
  }
  .ver_fotos{
    border-radius: 0px 0px 20px 20px;
    padding: 0;
  }
  .ver_fotos span:hover{
    cursor: pointer;
    text-decoration: underline;
  }
  .titulo_galeria{
    color: var(--marronCoope);
  }
  .carrusel_control{
    font-size: 50px
  }
  .modal{
    cursor: default;
  }
  .modal-img{
    width:100%;
    cursor: pointer;
  }
  .barra_oculta::-webkit-scrollbar {
    width: 0px;
  }
  body.modal-open{
    width: 100vw;
    height: 100vh;
    position: fixed;
    top:0;
    left: 0;
  }
  @media (max-width: 767px){
  }
  .modal-content{
    background: transparent;
    border: none;
  }




html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

img {
  width: 100%;
  height: auto;
  padding: 5px;
}

h2 {
  text-align: center;
  padding-bottom: 1em;
}

body * {
  box-sizing: border-box;
}

.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: white;
  /*background: darkmagenta;*/
  border: 0;
  outline: none;
  width: 40px;
  height: 40px;
  border-radius: 500px;
  cursor: pointer;
}

.slick-prev {
  left: -20px;
  z-index: 1001;
}
.slick-next {
  right: -20px
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
  /*background: dimgray;*/
  cursor: auto;
}
