body{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}
#header img{
    width: 80px;
}
a{
    font-weight: bold;
    color: grey;
}
.menu-text{
    color: #ff6404 !important;
}
main{
    margin-top: 100px;
}
.card-header{
    background-color: #ff6404;
    color: white;
}
.rounded-photo{
    border-radius: 100% 100% 100% 100%;
}
i{
    color: white;
}
.icono-contacto{
    color: #ff6404;
}
.text-tickets{
    color: #ff6404 !important;
}
.btn-verMas{
    background-color: #ff6404;
    color: white !important;
}
.badge-html{
    background-color: #EF7F1A;
    color: white;
}
.btn-tickets{
    background-color: #ff6404;
    color: white;
}
.btn-tickets:hover{
    background-color: #EF7F1A;
    color: white;
}
#main .carousel-inner img{
    max-height: 90vh;
    object-fit: cover;
    filter: grayscale(15%);
}
#carousel{
    position: relative;
}
#Conocenos{
    background-color: #ff6404;
}
#Conocenos img{
    max-width: 100%;
}
#carousel .overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    z-index: 1;
}
#carousel .overlay .container, 
#carousel .overlay .row{
    height: 100%;
}
#footer{
    background: black;
}
#footer a{
    color: white;
}