html {
    font-family: 'Open Sans', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #7a7a7a;
}

*::selection {
    background: #ffa500;
}

#menuToggle {
    position: absolute;
    right: 0;
    z-index: 1;
}

.hamburger {
    position: absolute;
    right: 0;
    outline: none;
}

#menu {
    width: 300px;
    padding: 50px;
    background: #fabb45;
    list-style-type: none;
}

#menu li {
    padding: 10px 0;
    font-size: 22px;
}

#menu li.active a {
    color: #000000;
}

#menu li a {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bolder;
}

#menu li a:hover,
#menu li a:active {
    color: #000000;
    text-decoration: none;
}

#footer-menu {
    padding-top: 50px;
    padding-bottom: 20px;
    list-style-type: none;
}

#footer-menu li {
    padding: 10px 15px;
    font-size: 18px;
    display: inline;
}

#footer-menu li.active a {
    color: #ffa500;
}

#footer-menu li a {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bolder;
}

#footer-menu li a:hover,
#footer-menu li a:active {
    color: #808080;
    text-decoration: none;
}

.links-site,
.links-site:hover {
    text-decoration: none;
    color: #ffa500;
}

.nounderline {
    text-decoration: none !important
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #222222;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.2307;
    text-rendering: optimizelegibility;
    letter-spacing: 7px;
    margin-bottom: 37px;
    text-transform: uppercase;
}

h1,
h2 {
    font-size: 30px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h2:before {
    color: #808080;
    margin-right: 10px;
    content: "\2501";
    font-weight: 100;
}

h2:after {
    color: #808080;
    margin-left: 10px;
    content: "\2501";
}

.top-content img {
    margin: 0 auto;
}

.banner {
    background: url('/images/slide-1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 400px;
}

.banner-interno {
    background: url('/images/slide-1.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
}

.pretext {
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

label.required:after, th.required:after {
  content:" *";
  color:red;
}

.top-buffer-40 {
    margin-top: 40px;
}

.bottom-buffer-40 {
    margin-bottom: 40px;
}

.footer {
    background: #222222;
    color: white;
    text-align: center;
    margin-top: 50px;
}

.footer-logo {
    letter-spacing: 10px;
    font-size: 30px;
    margin-bottom: 30px;
    color: #ffa500;
}

.copyright-linha {
    padding-bottom: 5px;
}

.fone-linha {
    font-size: 24px;
    margin-bottom: 20px;
}

.privacy-link {
    color: #FFFFFF;
}

.privacy-link:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.like-count {
    color: #fb3958;
}

.box-galeria-titulo {
    padding: 20px 5px;
    font-size: 18px;
    color: #000000;
}

.box-galeria {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

.box-galeria:hover {
    box-shadow: 0 4px 8px 0 rgba(255, 165, 0, 0.1), 0 6px 20px 0 rgba(255, 165, 0, 0.19);
}
