* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.container-fluid {
    margin-left: 0;
}

.container-fluid img {
    right: 0;
    border-radius: 10px;
    margin-left: 10px;
}

.navbar-nav {
    justify-content: flex-end;
    text-align: right;
    display: flex;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar-nav li a:hover {
    border-radius: 10px;
    text-decoration: underline;
    cursor: pointer;
}

#productos {
    background-color: #343a40;
}

.card-body {
    padding: 0;
}

#productos .card-img-top {
    text-align: center;
    justify-content: center;
    align-content: center;
}

#productos .row h3,p {
    color: white;
}

#productos img {
    height: 210px;
}

#productos h4 {
    text-align: center;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}


#footer {
    background: linear-gradient(rgb(0, 0, 58), rgb(0, 0, 32));
}

#footer .container {
    padding: 2%;
    font-size: 14px;
    color: rgb(253, 253, 253);
}

.whatsapp {
    display: none;
}

@media only screen and (max-width: 760px){
    .whatsapp {
        display: block;
        position:fixed;
        width:60px;
        height:60px;
        bottom:40px;
        right:40px;
        color:#FFF;
        border-radius:50px;
        text-align:center;
        font-size:30px;
        z-index:100;
    }
}
  
.whatsapp-icon {
    margin-top:13px;
}
