.conjuntos {
    display: none;
}


/* Slideshow container */
#conjuntoGallery {
    padding: 0;
}
.conjunto-slideshow-container {
    width: 100%;
    position: relative;
    line-height: 0;
}

.conjuntos {
    padding: 0;
}

.conjuntos img {
    width: 100%;
    height: auto;
}


/* The indicators */

#optionsCon {
    position:absolute;
    top:75%;
    left:50%;
}

.dotCon {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #ffffff;
    width: 15px;
    height: 15px;
    border-radius: 21px;
    display: inline-block;
    margin: 0 5px;
    transition: background-color 0.6s ease;
    cursor: pointer;
}

.activeConjunto, .dotCon:hover {
    background-color: #aa9157;
}
