.contenedor-galeria{width:100%;margin:auto;position: relative;display: block;border-bottom: 4px solid #fff;border-radius:10px;aspect-ratio:16/9;}
.contenedor-galeria .slide-number{position:absolute;right: 0px;background: #000;padding: 10px 25px 7px 25px;border-radius: 0 0 0 10px;color: #fff}
/*.contenedor-galeria .owl-carousel img{display: block;min-height:557px;max-height:557px; margin: auto;width: auto;max-width: 100%;}*/
.contenedor-galeria .owl-carousel .credito-bajada-foto{/*min-height: 75px;height: 75px;*/background: #e9e7e7;padding: 10px 15px 15px 15px;line-height: 15px;color: #5b5858;font-size: 11px;font-style: normal;}
.contenedor-galeria .owl-carousel .owl-next span,.contenedor-galeria .owl-carousel .owl-prev span{line-height: 2em;}
.owl-theme .owl-nav button.owl-prev, .owl-theme .owl-nav button.owl-next{background: #671c1c;margin: 17% 0 0 0;}
.owl-theme .owl-nav [class*=owl-]:hover{background: #c54740;}
.contenedor-galeria .owl-carousel img {
width: 100%;
height: auto;
/*object-fit: cover;    /* llena el contenedor sin deformar */
display: block;
}
.owl-carousel.owl-loaded {
background:transparent;
height: auto;
}
.owl-carousel .owl-item img {   
width: inherit!important;
margin: auto; 
object-fit: fill;
}
.owl-theme .owl-nav {
margin-top: 0;
}
.owl-carousel .owl-stage-outer {
-webkit-transform: translate3d(0px, 0px, 0px); 
border-radius: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #3d171a;
}
.owl-theme .owl-dots .owl-dot span {
background: #dad8d8;
}
.galeria-mobile .owl-item img { 
width: inherit;
margin: auto;
aspect-ratio:1/1;
object-fit: scale-down;
}
.galeria-mobile .owl-nav button.owl-prev, .galeria-mobile .owl-nav button.owl-next,.galeria-mobile .owl-nav button.owl-prev, .galeria-mobile .owl-nav button.owl-prev{   display:none;
top: 1.5em;
background: #000;}
.galeria-mobile .owl-nav [class*=owl-]:hover {
background:none;
}
.contenedor-galeria .galeria-mobile .slide-number{
background: #000;
padding: 1px 5px 1px 6px;
}
.contenedor-galeria .owl-dots .owl-dot span {
width: 5px;
height: 5px;
margin: 5px 3px;
transition: all 0.3s ease-in-out; 
}



.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #b83636;
width: 7px;
height: 7px;
}

.contenedor-galeria picture {
background: #262626;
height:auto;
object-fit: fill;
min-height: 636px;
}
.contenedor-galeria .galeria-mobile  picture {
background: #262626;
}
.contenedor-galeria .galeria-mobile .owl-next span, .contenedor-galeria .galeria-mobile .owl-prev span {
line-height: 1.5em;
font-weight: 100;
display:none;
}
.contenedor-galeria .galeria-mobile .owl-dots .owl-dot span {
width: 5px;
height: 5px;
margin: 5px 3px;
transition: all 0.3s ease-in-out; 
}
.galeria-mobile .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #b83636;
width: 7px;
height: 7px;
}