@font-face{
  font-family: 'avenir';
  src: url('../fonts/avenir-light.woff2') format('woff2'),
       url('../fonts/avenir-light.woff') format('woff');
  font-weight: 300;
  font-display: swap; }

@font-face{
  font-family: 'avenir';
  src: url('../fonts/avenir-regular.woff2') format('woff2'),
       url('../fonts/avenir-regular.woff') format('woff');
  font-weight: 500;
  font-display: swap; }

@font-face{
  font-family: 'avenir';
  src: url('../fonts/avenir-bold.woff2') format('woff2'),
       url('../fonts/avenir-bold.woff') format('woff');
  font-weight: 700;
  font-display: swap; }

@font-face{
  font-family: 'austin';
  src: url('../fonts/austin.woff2') format('woff2'),
       url('../fonts/austin.woff') format('woff');
  font-weight: 500;
  font-display: swap; }

*{ box-sizing: border-box; }

a{
  color: inherit;
  outline: none;
  text-decoration: none; }

body{
  background-color: #F5F5F5;
  color: #1A1A1A;
  font-family: 'avenir', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2em;
  position: relative; }

form button,
form input[type="submit"]{
  background-color: #1A1A1A;
  border: none;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  margin-top: 10px;
  outline: none;
  padding: 11px 20px 10px 20px;
  transition: background .1s ease-in-out; }
form button:focus,
form button:hover,
form input[type="submit"]:focus,
form input[type="submit"]:hover{
  background-color: #1A1A1A;
  text-decoration: none; }
form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]){
  border: #D9D9D9 1px solid;
  display: block;
  margin-bottom: 5px;
  outline: none;
  padding: 10px;
  transition: border .2s ease-in-out;
  width: 100%; }
form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):focus{ border-color: #5A5A5A; }
form label{
  display: inline-block;
  margin-bottom: 5px; }
form textarea{
  border: #D9D9D9 1px solid;
  display: block;
  margin-bottom: 5px;
  outline: none;
  padding: 10px;
  resize: none;
  transition: border .2s ease-in-out;
  width: 100%; }
form textarea:focus{ border-color: #5A5A5A; }

h1, h2, h3, h4, h5, h6{
  color: #3A3A3A;
  font-family: 'austin', Arial, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.2em;
  margin: 20px 0 0 0;
  padding: 0; }
h1{ font-size: 2rem; }
h2{ font-size: 1.8rem; }
h3{ font-size: 1.6rem; }
h4{ font-size: 1.4rem; }
h5{ font-size: 1.2rem; }
h6{ font-size: 1.1rem; }
h1 + p{ font-size: 1.125rem; }

hr{
  border: none;
  border-top: #D9D9D9 1px solid; }

main{
  background-color: #F5F5F5;
  min-height: 600px;
  padding: 40px 0;
  position: relative;
  z-index: 300; }

p{ margin: 10px 0 0 0; }

section{
  position: relative;
  z-index: 300; }

small{
  font-weight: 400;
  font-size: .8rem; }

ul{
  list-style: none;
  margin: 0;
  padding: 0; }

.banner-main{
  margin-top: -220px;
  overflow: hidden;
  padding-top: 220px;
  position: relative; }
.banner-main .content{
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 475px;
  position: relative;
  text-align: center; }
.banner-main .content:after{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
  bottom: 0;
  content: '';
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1920px;
  z-index: -1; }
.banner-main .content a{ margin-top: 20px; }
.banner-main .content p{
  font-size: 2.5rem;
  line-height: 1.4em; }
.banner-main .imagem{
  background-color: #1A1A1A;
  opacity: .2; }

.bg-post{
  background-blend-mode: overlay;
  background-color: #5A5A5A;
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: 1920px auto;
  height: 260px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }
.bg-inicial{
  background-blend-mode: overlay;
  background-color: #5A5A5A;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 1920px auto;
  height: 740px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.bt{
  background-color: #1A1A1A;
  border: none;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  margin-top: 20px;
  padding: 11px 20px 10px 20px;
  transition: background .1s ease-in-out; }
.bt:focus,
.bt:hover{
  background-color: #1A1A1A;
  text-decoration: none; }

#comments{ margin-top: 100px; }
#comments a{ text-decoration: underline; }
#comments ol{ padding-left: 20px; }
#comments ol li{ margin-top: 20px; }
#comments ol li::marker{
  color: #5A5A5A !important;
  font-size: .875rem; }
#comments .comment-author{ 
  align-items: center;
  display: flex;
  gap: 10px;  
  margin-bottom: 10px; }
#comments .comment-list{ font-size: .875rem; }
#comments .comment-notes{
  background-color: #E5DFDA;
  color: #5A5A5A;
  margin: 10px 0;
  padding: 10px; }

.footer{
  background-color: #1A1A1A;
  color: #FFF;
  padding: 20px 0;
  position: relative;
  text-align: center;
  z-index: 400; }

.header{
  height: 260px;
  padding: 20px 0;
  position: relative;
  z-index: 500; }
.header .logo{
  position: relative;
  z-index: 10; }
.header .logo a{
  background-color: #FFF;
  display: block;
  height: auto;
  padding: 10px;
  transition: opacity .2s ease-in-out; }
.header .logo a:focus,
.header .logo a:hover{ opacity: .9; }
.header .logo a img{ max-width: 120px; }
.header .logo:after{
  background: url(../images/bandeira-usa.jpg);
  background-size: 100% auto;
  content: '';
  display: block;
  height: 28px;
  position: absolute;
  right: 0;
  bottom: -38px;
  width: 46px; }
.header .margin{
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.link-menu{
  background: #F5F5F5 url(../images/icon-menu.png) 100% 0 no-repeat;
  background-size: 100% auto;
  height: 34px;
  margin-top: -4px;
  overflow: hidden;
  position: absolute !important;
  right: 0;
  top: 10px;
  text-indent: 1000%;
  white-space: nowrap;
  width: 34px;
  z-index: 10; }

.list-posts{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px; }
.list-posts article {
  background: #FFF;
  flex: 0 0 calc(33.3333% - 13.3333px);
  max-width: calc(33.3333% - 13.3333px);
  padding: 20px; }
.list-posts article img{
  display: block;
  height: auto;
  width: 100%; }
.list-posts .post-data{
  color: #5A5A5A;
  font-size: .875rem;
  margin: 0; }
.list-posts.list-posts-horizontal{ flex-direction: column; }
.list-posts.list-posts-horizontal article {
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 190px;
  padding-left: 190px;
  position: relative; }
.list-posts.list-posts-horizontal article h2{ margin-top: 0; }
.list-posts.list-posts-horizontal article img{
  height: 150px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 150px; }

.margin{
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 100%; }
.margin-small{ max-width: 800px; }

.max-width-100{ max-width: 100%; }

.menu-main ul{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0; }
.menu-main > ul > li{
  display: inline-block;
  position: relative; }
.menu-main > ul > li:hover > a{ color: #85724D; }
.menu-main a{
  background-color: #FFF;
  color: #1A1A1A;
  cursor: pointer;
  display: block;
  font-size: 1.125rem;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease-in-out; }
.menu-main a:focus,
.menu-main a:hover{ color: #85724D; }
.menu-main ul ul{
  background-color: #F5F5F5;
  box-shadow: 0 0 8px 2px rgba(0,0,0,.2);
  display: none;
  min-width: max-content;
  padding: 5px;
  position: absolute;
  left: 0;
  top: 100%; }
.menu-main ul ul li{ display: block; }
.menu-main ul ul a{
  background-color: #F5F5F5;
  color: #1A1A1A;
  filter: none;
  font-size: .875rem;
  padding: 5px 10px; }
.menu-main ul ul a:focus,
.menu-main ul ul a:hover{ color: #85724D; }
.menu-main li:hover > ul{ display: block; }

.no-scroll {
  height: 100vh;
  overflow: hidden; }

.post .content h1{ margin-top: 0; }
.post .content img{ margin-top: 20px; }
.post .content p{ margin-top: 20px; }
.post .content ul{ margin: 5px 0 0 15px; }
.post .content ul li{ list-style: disc; }
.post .content .post-data{
  color: #5A5A5A;
  display: inline-block;
  font-size: .875rem;
  margin: 0; }

.text-center{ text-align: center; }
.text-left{ text-align: left; }

.visible-desktop{ display: block !important; }
.visible-mobile{ display: none !important; }

@media screen and (max-width: 992px){

  body{ font-size: .8rem; }

  form input{
    font-size: 16px;
    padding: 6px; }
  form textarea{
    font-size: 16px;
    padding: 6px; }

  h1{ font-size: 1.4rem; }
  h2{ font-size: 1.35rem; }
  h3{ font-size: 1.3rem; }
  h4{ font-size: 1.25rem; }
  h1 + p{ font-size: .9rem; }

  main{
    min-height: 400px;
    padding: 20px 0; }

  .banner-main{
    margin-top: -100px;
    padding-top: 0; }
  .banner-main .content{ min-height: 300px; }
  .banner-main .content p{ font-size: 1.5rem; }

  .bg-post{ background-size: cover; }
  .bg-inicial{
    background-position: 70% 0;
    background-size: cover;
    height: 460px; }

  .header.menu-mobile-open .link-menu{ background-image: url(../images/icon-menu-close.png); }
  .header.menu-mobile-open .menu-main ul{ left: 0; }
  .header .logo:after{
    bottom: -20px;
    height: 14px;
    width: 23px; }
  .header .logo a img{ max-width: 80px; }

  .list-posts{ flex-direction: column;}
  .list-posts article{
    flex: none;
    max-width: none; }

  .margin{
    margin: 0 10px;
    width: calc(100% - 20px); }

  .menu-main ul{
    background-color: #FFF;
    flex-direction: column;
    height: 100%;
    left: 100%;
    padding-top: 180px;
    position: fixed;
    top: 0;
    transition: all .3s ease-in-out;
    width: 100%; }
  .menu-main ul li{ border-top: 1px solid #F5F5F5; }
  .menu-main ul li:last-child{ border-bottom: 1px solid #F5F5F5; }
  .menu-main ul ul{
    background-color: #FFF;
    box-shadow: none;
    position: relative;
    top: 0; }
  .menu-main ul ul a{
    background-color: #FFF;
    padding: 10px 15px; }
  .menu-main ul ul li{ border: none !important; }

  .visible-desktop{ display: none !important; }
  .visible-mobile{ display: block !important; }

}