﻿
@font-face{
    font-family:'Roboto';
    src: url('../fonts/Roboto-Regular.ttf');
}
body {
    font-family:'Roboto','sans-serif';
    font-size:1rem;
    margin-top:64px;
}
h4{
    font-weight:bold;
}
@media (max-width:768px) {
    .size-100-btn-agregar-carrito {
        width: 100%;
    }
}
.transicion-color-cards:hover {
    background-color:#cfdaf8;
    border:1px solid #808080;
    transition-property:all;
    transition-duration:0.5s;
}
@font-face{
    font-family:'LemonMilk';
    src:url("../fonts/LemonMilk.otf");
}
.fuente-logo {
    font-family: 'LemonMilk';
    font-weight: normal;
    color: #ff7300;
    font-size: 0.9375rem;
}





