@font-face {
    font-family: 'regular';
    src: url('../fonts/Metropolis-Regular.eot');
    /* IE9 Compat Modes */
    src: url('../fonts/Metropolis-Regular.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../fonts/Metropolis-Regular.woff2') format('woff2'),
        /* Super Modern Browsers */
        url('../fonts/Metropolis-Regular.woff') format('woff'),
        /* Pretty Modern Browsers */
        url('../fonts/Metropolis-Regular.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../fonts/Metropolis-Regular.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

body {
    font-family: 'regular';
}

.marron {
    color: #95785e;
}

.verde {
    color: #65baaf;
}

.border-marron {
    border-color: #95785e;
}

.bg-marron:hover {
    background: #95785e;
}

.sombra {
    text-shadow: 1px 1px 0px #fff;
}

.text-blue {
    color: #003B6F;
}

.text-blue-2 {
    color: rgb(52, 92, 137);
}

.text-yellow {
    color: #FFC300;
}

.text-red {
    color: #ff664d;
}

.text-green-01 {
    color: #c2d730;
}

.bg-coral {
    background: #ff664d;
}