body {
  margin-bottom: 0px;
  padding-top: 0px;
  background-color: black;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  line-height: 20px;
}

h1 {
  margin: 10px 0px;
  font-family: Lato, sans-serif;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin: 10px 0px 50px;
  font-family: Vollkorn, serif;
  color: #b3842e;
  font-size: 48px;
  line-height: 36px;
  font-weight: 400;
  text-shadow: black 1px 1px 6px;
}

h3 {
  margin: 0px 0px 13px;
  font-family: Vollkorn, serif;
  color: #e09e24;
  font-size: 32px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: black 1px 1px 6px;
}

h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}

h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}

p {
  display: block;
  margin: 0px auto 26px;
  padding: 0px 61px;
  font-family: Lato, sans-serif;
  color: #bda475;
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
  text-shadow: black 1px 1px 17px;
}

.button {
  display: inline-block;
  margin-right: 8px;
  margin-left: 8px;
  padding: 14px 29px;
  border-radius: 5px;
  background-color: #6e4d10;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #523602;
}

.button.entersite {
  margin-top: 16px;
  background-color: rgba(0, 38, 74, 0.97);
  box-shadow: rgba(0, 0, 0, 0.36) 2px 2px 3px 2px;
}

.button.entersite:hover {
  background-color: rgba(0, 38, 74, 0.65);
}

.section {
  padding-top: 65px;
  padding-bottom: 65px;
}

.section.hero {
  height: 337px;
  margin-bottom: 0px;
  padding-top: 28px;
  padding-bottom: 0px;
  background-color: black;
  background-image: url('../images/cat-eyes.jpg');
  background-position: 50% -31px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: center;
}

.section.hero.homepage {
  height: 0px;
  min-height: 661px;
  padding-top: 0px;
  background-image: url('../images/bkg-landingGoldaward.jpg');
  background-position: 50% -3px;
  background-size: contain;
  opacity: 1;
  -webkit-transition-delay: initial;
  transition-delay: initial;
}

.section.circles {
  padding-bottom: 110px;
  background-color: #eff1f4;
  background-image: url('../images/bridge_moto2.jpg');
  background-position: 0px 95%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

.section.footer {
  height: auto;
  min-height: 140px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 10px;
  background-color: black;
  background-image: url('../images/Accentuated-Point-footer.jpg');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: left;
}

.company {
  margin-top: 3px;
  float: left;
  font-family: Cylburn, Georgia, sans-serif;
  color: white;
  font-size: 42px;
  line-height: 57px;
  font-weight: 400;
}

.nav-link {
  margin-right: 11px;
  margin-left: 11px;
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  font-family: Vollkorn, serif;
  color: #cc9125;
  font-size: 32px;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: black 1px 1px 6px;
}

.nav-link:hover {
  color: white;
}

.nav-link.w--current {
  color: #e09e24;
  font-size: 32px;
  text-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px;
}

.nav-column {
  padding-top: 15px;
  text-align: right;
}

.circle {
  height: 303px;
  margin-bottom: 25px;
  padding-top: 21px;
  border-radius: 190px;
  background-color: #f7f8fa;
  background-image: url('../images/Elenco.png');
}

.circle._2 {
  background-color: transparent;
  background-image: url('../images/clebio-viriato.png');
  background-position: 0% 0%;
  background-size: cover;
  box-shadow: none;
}

.circle._3 {
  background-color: transparent;
  background-image: url('../images/circles_destaque-elenco.png');
  background-position: 50% -11px;
  background-size: 326px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: black 1px 1px 3px 0px;
}

.circle._1 {
  background-color: transparent;
  background-image: url('../images/circles_destaque-filme.png');
  background-position: 28% 55%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  box-shadow: black 1px 1px 3px 0px;
  opacity: 1;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  height: auto;
  min-height: 88px;
  padding-top: 36px;
  padding-bottom: 0px;
  background-color: black;
  background-image: url('../images/bkg-header03.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: repeat-x;
}

.chancelas {
  margin-top: 16px;
  margin-bottom: 9px;
  font-family: Vollkorn, serif;
  color: #cc9125;
  font-size: 24px;
  text-align: center;
  text-shadow: black 1px 1px 6px;
}

.pagetitlesubpages {
  margin-top: 13px;
  font-family: Vollkorn, serif;
  color: #c2c2c2;
  font-size: 37px;
  font-weight: 400;
  text-transform: none;
}

.body-links {
  display: block;
  margin-top: 0px;
  padding-top: 5px;
  padding-bottom: 8px;
  border: 0px solid #593a01;
  color: #b3842e;
  font-size: 34px;
  font-weight: 200;
  text-align: center;
  text-decoration: none;
  text-shadow: black 1px 1px 6px;
}

.body-links:hover {
  color: #e09e24;
}

.logohomepage {
  padding-top: 1px;
  opacity: 1;
  -webkit-transition: opacity 575ms ease-in;
  transition: opacity 575ms ease-in;
}

.hooglanderdivider {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.godownbtn {
  margin-top: 12px;
  padding-top: 0px;
}

.containercirclestext {
  padding-top: 79px;
}

.sponsorssection {
  margin-top: 68px;
  background-color: transparent;
}

.sponsorsslider {
  height: 223px;
  background-color: rgba(255, 255, 255, 0.7);
}

.slide._1 {
  background-image: url('../images/logos_footer-row1.png');
  background-position: 50% 50%;
  background-size: 1168px;
  background-repeat: no-repeat;
}

.slide._2 {
  background-image: url('../images/logos_footer-row2.png');
  background-position: 50% 32%;
  background-size: 1189px;
  background-repeat: no-repeat;
}

.slide._3 {
  background-image: url('../images/logos_footer-row3.png');
  background-position: 50% 50%;
  background-size: 1189px;
  background-repeat: no-repeat;
}

.sliderarrow {
  color: #b3842e;
}

.navlinkmobile {
  margin-right: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  background-color: #523602;
  font-family: Vollkorn, serif;
  color: #ffeac2;
  font-size: 22px;
  text-align: left;
}

.navlinkmobile:hover {
  color: #e09e24;
  text-align: left;
}

.navlinkmobile.w--current {
  margin-top: 59px;
  color: #e09e24;
  font-size: 22px;
}

.iconnavmobile {
  padding-right: 218px;
}

.iconnavmobile.w--open {
  padding-right: 138px;
  background-color: #523602;
  color: black;
}

.nav-menu-bkg {
  display: block;
  margin-left: auto;
  background-color: transparent;
  font-size: 19px;
}

.copirights {
  display: block;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  color: #bda475;
  font-size: 15px;
  text-align: center;
}

.topbar {
  height: 88px;
  min-height: 0px;
  background-image: url('../images/bkg-header03_1.png');
  background-position: 50% 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.info {
  padding-top: 1px;
  padding-bottom: 1px;
  text-align: center;
}

html.w-mod-js *[data-ix="fadein"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="popup"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="popup-2"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="popup-3"] {
  opacity: 0;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

html.w-mod-js *[data-ix="slidein"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="rolloverbtn"] {
  opacity: 1;
}

html.w-mod-js *[data-ix="loopfadein-out"] {
  opacity: 0.63;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

@media (max-width: 991px) {
  body {
    padding-top: 1px;
  }
  .section.hero {
    background-position: 50% -164px;
  }
  .section.hero.homepage {
    min-height: 538px;
    padding-top: 0px;
    background-position: 50% -1px;
    background-size: cover;
  }
  .section.footer {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 20px;
  }
  .company {
    font-size: 20px;
  }
  .nav-link {
    margin-right: 7px;
    margin-left: 7px;
    font-size: 13px;
  }
  .circle {
    height: 226px;
  }
  .circle._3 {
    box-shadow: none;
  }
  .chancelas {
    font-size: 22px;
    line-height: 27px;
  }
  .pagetitlesubpages {
    margin-top: 279px;
  }
  .body-links {
    font-size: 32px;
  }
  .logohomepage {
    padding-top: 1px;
  }
  .navlinkmobile {
    border-bottom: 1px solid #6e4d10;
    background-color: #523602;
    font-family: Vollkorn, serif;
    color: #ffeac2;
    font-size: 20px;
  }
  .navlinkmobile.w--current {
    color: #e09e24;
  }
  .navlinkmobile.w--current:hover {
    color: #e09e24;
  }
  .iconnavmobile {
    padding-right: 56px;
  }
  .iconnavmobile.w--open {
    background-color: #6e4d10;
    color: black;
  }
  .topbar {
    height: 106px;
    min-height: 0px;
    background-position: 50% -1px;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 0px;
  }
  h2 {
    text-align: center;
  }
  h3 {
    text-align: center;
  }
  p {
    font-size: 18px;
  }
  .button {
    margin-bottom: 69px;
  }
  .section {
    padding: 32px 15px;
  }
  .section.hero {
    padding-top: 13px;
    padding-bottom: 0px;
    background-position: 50% -115px;
  }
  .section.hero.homepage {
    min-height: 707px;
    margin-top: -9px;
    padding-top: 0px;
    background-position: 50% -1px;
  }
  .section.circles {
    background-position: 43% 94%;
  }
  .section.footer {
    position: static;
    display: block;
    margin-top: 0px;
    padding-top: 51px;
    text-align: center;
  }
  .company {
    display: inline-block;
    float: none;
  }
  .nav-link {
    display: inline;
    margin-right: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 18px;
    text-align: left;
  }
  .nav-column {
    padding-top: 19px;
    text-align: center;
  }
  .circle {
    display: inline-block;
    height: auto;
    border-radius: 10px;
  }
  .circle._2 {
    box-shadow: none;
  }
  .circle._3 {
    box-shadow: none;
  }
  .circle._1 {
    display: inline-block;
    box-shadow: none;
  }
  .nav-bar {
    position: fixed;
    display: block;
    min-height: 81px;
    margin-right: auto;
    margin-left: auto;
    padding: 26px 20px;
  }
  .brand-column {
    text-align: center;
  }
  .chancelas {
    font-size: 12px;
  }
  .body-links {
    font-size: 30px;
  }
  .logohomepage {
    padding-top: 0px;
  }
  .containercirclestext {
    padding-top: 0px;
  }
  .navlinkmobile {
    border-bottom: 1px solid #6e4d10;
    background-color: #523602;
    font-family: Vollkorn, serif;
    color: #ffeac2;
    font-size: 19px;
  }
  .iconnavmobile {
    padding-right: 33px;
  }
  .copirights {
    margin-top: 0px;
  }
  .topbar {
    height: 100px;
    background-position: 50% 3px;
    background-size: auto;
  }
  .info {
    padding-top: 5px;
    padding-bottom: 1px;
  }
}

@media (max-width: 479px) {
  body {
    min-height: 419px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: black;
    background-image: url('../images/bkg-landingAvantPremiereMobile.jpg');
    background-position: 50% 157px;
    background-size: 346px;
    background-repeat: no-repeat;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 31px;
    text-align: center;
  }
  p {
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
  }
  .button {
    display: block;
  }
  .button.entersite {
    margin-top: 23px;
    margin-bottom: 5px;
    padding: 7px 10px;
    background-color: rgba(0, 38, 74, 0.97);
  }
  .section {
    padding-right: 11px;
  }
  .section.hero {
    padding-right: 15px;
    padding-left: 15px;
    background-position: 50% -36px;
  }
  .section.hero.homepage {
    height: 284px;
    min-height: 120px;
    margin-top: 147px;
    padding: 2px 0px;
    background-color: transparent;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
  }
  .section.circles {
    background-position: -711px 98%;
  }
  .section.footer {
    position: static;
    left: 0px;
    right: 0px;
    bottom: 0px;
    min-height: 102px;
    margin-top: 83px;
    padding-top: 20px;
    float: none;
    clear: none;
  }
  .nav-link {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .circle._2 {
    box-shadow: none;
  }
  .circle._3 {
    box-shadow: none;
  }
  .circle._1 {
    box-shadow: none;
  }
  .nav-bar {
    min-height: 88px;
    padding-top: 27px;
    background-image: none;
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
  }
  .logohomepage {
    padding-top: 0px;
  }
  .navlinkmobile {
    background-color: #523602;
    font-family: Vollkorn, serif;
    color: #ffeac2;
    font-size: 19px;
  }
  .iconnavmobile.w--open {
    background-color: #6e4d10;
  }
  .copirights {
    margin-top: 6px;
    font-size: 14px;
    line-height: 23px;
  }
  .topbar {
    height: 153px;
    background-position: 50% 0px;
    background-size: cover;
  }
  .info {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
  }
}

@font-face {
  font-family: 'Cylburn';
  src: url('../fonts/Cylburn.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Cylburn';
  src: url('../fonts/Cylburn.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}