﻿/* Página de inicio */


.text-primary {
    color: #dd4545 !important;
}

a {
    color: #dd4545 !Important;
    text-decoration: none;
}

.bg-empresa {
    background-color: #dd4545 !Important;
}

.logo-empresa {
    max-height: 50px;
    max-width: 300px;
}

.btn-empresa {
    background-color: #dd4545;
}

.text-secondary {
    color: #a22020 !important;
}

.footer {
    background-color: #0a1d76 !important;
}

.copyright {
    background-color: #0a1d76 !important;
}
.navbar {
    height: 75px;
}

.fruite-img {
    height: 275px;
    max-height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.descripcionArticulo {
    height: 200px;
    max-height: 200px;
}

.divPrecio {
    position: absolute;
    bottom: 15px;
}

.btnAgregar {
    right: -12px;
    position: relative;
    bottom: 2px;
}

#porcentajeDescuento {
    position: absolute;
    top: 5%;
    right: 5%;
    background: greenyellow;
    color: green;
    padding: 5px;
    border-radius: 10px;
    font-weight: 700;
}

.descuentoOferta {
    background: greenyellow;
    color: green;
    padding: 5px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 18px;
}

.descuentoOferta2 {
    background: greenyellow !important;
    color: green !important;
}