/*.dropdown:hover>.dropdown-menu {
    display: block;
}
*/

.bg-dark-trans{
    background-color: hsla(248, 17%, 9%, 0.7);
    padding: 1em;
    font-size:1.5em;
}

.text-sombra{
    text-shadow: 1px 4px #000;
}

.table{
    font-size:0.9em;
}

/*para la galeria de imagenes*/
#image-gallery .modal-footer{
    display: block;
}

.thumb{
    margin-top: 15px;
    margin-bottom: 15px;
}

.carousel-control-prev{
    color:red;
}

.video-home{
    width: 100%;
    max-height: 520px;

}
.carousel-indicators li{color:red;}

.carousel-caption{
    background-color: hsl(225, 9%, 9%, 0.5);
    border-radius: 4px;
}