.navbar {
    position: fixed;
    overflow: hidden;
    width: 100%;
    z-index: 1;
}

.navbar-nav{
    margin-left: auto;
}

nav a {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}

.jumbotron{
    background-image: url("https://lh5.googleusercontent.com/p/AF1QipOPZ0pSDsBSkoCCNmAGCYxKaXy9tgDhVn82ubo4=w426-h240-k-no");
    background-repeat: no-repeat;
    background-size: cover;    
    height: 50vh;
}

.title{
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    color: white;
}

img {
    height: 250px;    
    width: 250px;
    object-fit: cover;
    }

.precio{
    color: #FF5333;
}

h4 {

    font-family: Bahnschrift Condensed;
    
    }

    footer {
        background: #061D25;
        padding: 10px 0;
        text-align: center;
      }
      footer a {
        color: #70726F;
        font-size: 20px;
        padding: 10px;
        border-right: 1px solid #70726F;
        transition: all .5s ease;
      }
      footer a:first-child {
        border-left: 1px solid #70726F;
      }
      footer a:hover {
        color: white;
      }
      
      .myimg { width:35%; height: 35%; border-radius: 30px; }
