img#logo{
    height: 20px;
}
#main .carousel-inner img{

    height: 70vh;
    object-fit: cover;
    filter: grayscale(60%);
}
.platzi-text{
    font-weight: bolder !important;
    color: #97c93e !important;
} #main{

}
#carousel{

    position: relative;
    
}
#carousel .overlay{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: whitesmoke;
    z-index: 1;
}
#carousel .overlay .container,
#carousel .overlar .row {
    height: 100%;
}

.btn-tickets{
    background: #97c93e !important;
    color: whitesmoke !important;
}
.btn-tickets:hover{
    background: #5e7d27 !important;
}
#place-time img{
    width: 100% !important;
}
#footer a{

    color: whitesmoke;
}
#footer{
    background: linear-gradient(90deg, #1c3643, #273b47 25%, #1e5372);
}