@charset "utf-8";
/* CSS Document */

section.slider1 {
	display: block;
}
.botones-centro .owl-nav{
	position: absolute;
	z-index: 9999999999;
	margin-top: -75px!important;
	top: 50%;
}	
span.contador_miniatura {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e4e4e4;
    margin-top: 2px;
    margin-right: 2px;
    color: #848484;
    font-weight: bold;
    padding: 10px;
    border-radius: 0px 0px 0px 10px;
    min-width: 22px;
    z-index: 1;
}

#thumbs span.contador_miniatura {
    height: 17px;
    padding: 8px 0px 0px;
    line-height: 12px;
    font-size: 12px;
    background-color: #dededed9;
    color: black;
    margin-right: 1px;
}

.owl-item.active.current span.contador_miniatura {
    background-color: white!important;
    color: black!important;
}
#thumbs .owl-item.active.current {
    opacity: 0.8;
    border-bottom: 4px solid orange;
}
#big .item {
    box-shadow: inset 0px 0px 40px #00000008;
}
.outer { margin:0 auto;}
#big .item {background: #f9f9f9;outline: 1px solid #e0e0e0;padding: 120px 0px;margin:2px;color: #FFF;border-radius: 3px;text-align: center;cursor: pointer;}
#thumbs .item { background: #C9C9C9; height:70px; line-height:70px; padding: 0px; margin:2px; color: #FFF; border-radius: 3px; text-align: center; cursor: pointer; }
#thumbs .item h1 { font-size: 18px; }
#thumbs .current .item { background:#FF5722; }
.owl-theme .owl-nav [class*='owl-'] { -webkit-transition: all .3s ease; transition: all .3s ease; }
.owl-theme .owl-nav [class*='owl-'].disabled:hover { background-color: #D6D6D6; }
#big.owl-theme { position: relative; }
#big.owl-theme .owl-next, #big.owl-theme .owl-prev {
    background: #333;
    line-height: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
}
#big.owl-theme .owl-prev { left: 10px; }
#big.owl-theme .owl-next { right: 10px; }
#thumbs.owl-theme .owl-next, #thumbs.owl-theme .owl-prev { background:#333; }

/*ESTILO*/
div#thumbs .owl-item {
    background-color: white;
    margin-top: 10px;
}

div#thumbs .owl-item .item {
    height: 100px!important;
    max-height: 100px!important;
    min-height: 100px!important;
    background-color: #2f2f2f80!important;
    background: #f9f9f9;
    outline: 1px solid #e0e0e0;
}

div#thumbs .owl-item .item img {
    height: 100vw!important;
    display: inline-block;
    width: 100vw!important;
    object-position: center;
    object-fit: cover!important;
}
div#thumbs .owl-item .item:hover img {
    opacity: 0.5;
}
/*IMAGEN INDIVIDUAL*/
.imagen-principal {
    box-shadow: 8px 14px 10px #00000003;
    display: inline-block;
    width: 100%;
    height: 450px;
    float: left;
    overflow: hidden;
    margin-bottom: 20px;
    outline: 1px solid #f1f1f1;
}
.imagen-principal img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    min-width: 100%;
    max-height: 100%;
    min-height: 100%;
    object-fit: contain!important;
    object-position: center!important;
}
/*
img.img-responsive {
    width: 100%;
}
*/