﻿body {
    font-family: all-round-gothic, sans-serif;
    font-weight: 100;
    font-style: normal;
 
}
b,
strong {
    font-weight:700 !important;
}nav {
    font-family: all-round-gothic, sans-serif;
    font-weight: 400;
    font-style: normal;
}
.heads{

    background-color:coral;
}
.invert {
    filter: invert(100%)
}
h1, h2, h3, h4, h5 {
    font-family: all-round-gothic, sans-serif;
    font-weight: 700;
    font-style: normal;
}
.flag{
    width:20px;
    height:20px;
    border-radius:100%; 
    min-height:10px;
    min-width:10px;
    display:block;

}

.bg01 {
    background-color: #773A71 !important;
}

.bg01-transp {
    background-color: rgba(119, 58, 113, 0.5) !important;
}

.ft01 {
    color: #773A71 !important;
}
.bg02 {
    background-color: #96B74D !important;
}
.ft02 {
    color: #96B74D !important;
}
.GridEstilo01 {
    background-color: rgba(119, 58, 113, 0.4) !important; /* R:119, G:58, B:113, 40% de opacidade */
}
     
}
.GridEstilo02 {
    background-color: #FFF !important;
}
/*


    Arpona Light
font-family: "arpona", serif;
font-weight: 300;
font-style: normal;

Arpona Regular
font-family: "arpona", serif;
font-weight: 400;
font-style: normal;

Arpona Regular Italic
font-family: "arpona", serif;
font-weight: 400;
font-style: italic;

Arpona Bold
font-family: "arpona", serif;
font-weight: 700;
font-style: normal;

Arpona Bold Italic
font-family: "arpona", serif;
font-weight: 700;
font-style: italic;

    All Round Gothic Book

font-family: all-round-gothic, sans-serif;

font-weight: 400;

font-style: normal;


All Round Gothic Book Oblique

font-family: all-round-gothic, sans-serif;

font-weight: 400;

font-style: italic;


All Round Gothic Bold

font-family: all-round-gothic, sans-serif;

font-weight: 700;

font-style: normal;


All Round Gothic Bold Oblique

font-family: all-round-gothic, sans-serif;

font-weight: 700;

font-style: italic;
*/