body {
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  position: relative;
}
section{
  padding-top: 60px;
}
#logo{
  width: 90px;
  height: 60px;
}
.tickets{
  color: #97c93e !important;
}
#carousel {
  position: relative;
}
#carousel .carousel-inner img {
  max-height: 90vh;
}
#carousel .overlay .container{
  height: 100%;
}
#carousel .overlay .container,
#carousel .overlay .row {
  height: 100%;
}
#carousel .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.card-img-top img{
  width: 100%;
  height: 350px;
  object-fit: cover;
  vertical-align: middle;
}
.btn-verde{
  background-color: #97c93e !important;
  color: white;
}
.footer-bg{
  background-image:linear-gradient(to right,#1D3643,#234558,#204F6A);
}
#footer a{
  color: white !important;
}