@font-face {
    font-family: 'bellota-iconos';
    src: url('../fonts/BellotaAgrisolutions_iconografia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

:root {
    --bellota-background-color: #f2f2f2;
    --bellota-color-primary: #b71c1c;
    --bellota-color-primary-hover: #db5050;
    --bellota-font-size: 1.4rem
}

body {
    background-color: var(--bellota-background-color);
}

h1,h2,h3,h4,h5,h6,p,div {
    font-family: 'Verdana', sans-serif !important;
}

i.fas, i.far, i.fal, i.fab {
    font-family: "Font Awesome 5 Free" !important;
}

ol, ul {
    margin: 0 0 2.25rem;
    padding: 0;
    list-style: none;
}

.container-main-app {
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 992px) {
    .container-main-app {
        width: 80%;
    }
}

@media (min-width: 1400px) {
    .container-main-app {
        width: 68%;
    }
}
