﻿

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}

.header_novo_layout {
    -moz-box-shadow: 0px 0px 10px #1D1818;
    -webkit-box-shadow: 0px 0px 10px #1D1818;
    -box-shadow: 0px 0px 10px #1D1818;
    /*padding-top: 15px;
    padding-bottom: 10px;*/
    
}

a, a:visited {
    color: #0c1118;
    font-weight: bold;
    text-decoration: underline;
}

a:hover {
    color: Gray;
    text-decoration: none;
    font-weight: bold;
}

