#slideshow-principal{
    position: relative;
    height: 400px;
    overflow: hidden;
}

#progress-bar-container{
    position: absolute;
    height: 10px;
    background-color: rgba(0,0,0,.2);
    width: 100%;
    top: 0;
    z-index: 1000;
}



.nivo-main-image{
    display:none;
    height: 0;
    width: 0;
}
#slideshow{
    z-index: 998;
    height: 100%;
}

.imagenslide{
    position:absolute;
  height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}

#img2{
    left: 100%; 
    
}

.active{
    left: 0 !important;
    transition: all 2s;
}


#indicadores{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 100px;
    z-index: 999;
}


.circles{
    border: white 2px solid;
    width: 25px;
    height: 25px;
    display: none;
    margin: 0 5px 0 5px;
    background-color: transparent;
    border-radius: 50%;
}

.resaltado{
    background-color: red;
    transition: background-color .8s;
}

.titulo{
    color:white;
    font-size: 50px;
    
}

.subtitulo{
    color:blue;
    -webkit-text-stroke:2px black;
    font-size: 30px;
    margin-top: 50px;
}


