@charset "UTF-8";
/*
##################################
# DvU Tecnologia                 #
# CSS criado por Filipe Dornelas #
##################################
*/
@font-face {
  font-family: "DIN Bold";
  src: url(../fonts/DINBold.ttf); }
@font-face {
  font-family: "DIN Regular";
  src: url(../fonts/DINNextRoundedLTPro-Regular.woff); }
html, body {
  height: 100%;
  color: #FFF; }

html {
  cursor: default; }

body {
  background-color: #9ca538;
  font-family: "DIN Regular";
  font-size: 15px;
  position: relative; }

::selection {
  background: transparent;
  color: #FFF; }

::-moz-selection {
  background: transparent;
  color: #FFF; }

* {
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  outline: 0 !important; }

a, a:hover, a:active, a:focus {
  outline: 0 !important;
  text-decoration: none; }

ol, ul {
  margin-bottom: 0; }

.nicescroll-rails {
  z-index: 100 !important; }

.nicescroll-rails > div {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

p {
  margin: 0 0 30px; }
  @media (max-width: 500px) {
    p {
      margin: 0 0 20px; } }

.titulo1 {
  font-family: "DIN Regular";
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 30px; }
  @media (max-width: 500px) {
    .titulo1 {
      margin-bottom: 20px; } }

.content {
  font-size: 18px;
  line-height: 30px;
  padding: 150px 23%;
  opacity: 1;
  width: 100%;
  text-align: center;
  -webkit-transition: all 2s ease 0s;
  -moz-transition: all 2s ease 0s;
  -ms-transition: all 2s ease 0s;
  -o-transition: all 2s ease 0s;
  transition: all 2s ease 0s; }
  .content img {
    -webkit-transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -ms-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
    transition: all 1s ease 0s; }
  .content p:last-of-type {
    margin: 0; }
  @media (max-width: 1300px) {
    .content {
      padding: 100px 15%; } }
  @media (max-width: 950px) {
    .content {
      padding: 80px; } }
  @media (max-width: 500px) {
    .content {
      font-size: 14px;
      line-height: 22px;
      padding: 50px 20px; } }

.glyphicon-menu-up,
.glyphicon-menu-down {
  color: #da1f43;
  cursor: pointer;
  font-size: 30px;
  height: 80px;
  position: absolute;
  right: calc(50% - 15px);
  text-shadow: 0 0 10px #da1f43;
  top: calc(100% - 90px);
  z-index: 5; }
  .glyphicon-menu-up:hover,
  .glyphicon-menu-down:hover {
    color: #9ca538; }

.glyphicon-menu-up {
  -webkit-animation: arrow-down 1.5s infinite;
  -moz-animation: arrow-down 1.5s infinite;
  -ms-animation: arrow-down 1.5s infinite;
  -o-animation: arrow-down 1.5s infinite;
  animation: arrow-down 1.5s infinite; }

.glyphicon-menu-down {
  -webkit-animation: arrow-up 1.5s infinite;
  -moz-animation: arrow-up 1.5s infinite;
  -ms-animation: arrow-up 1.5s infinite;
  -o-animation: arrow-up 1.5s infinite;
  animation: arrow-up 1.5s infinite; }

@keyframes arrow-up {
  0% {
    color: #da1f43;
    top: calc(100% - 150px);
    opacity: 1; }
  100% {
    color: #f89829;
    top: calc(100% - 90px);
    opacity: 0; } }
@keyframes arrow-down {
  0% {
    color: #da1f43;
    top: calc(100% - 90px);
    opacity: 1; }
  100% {
    color: #f89829;
    top: calc(100% - 150px);
    opacity: 0; } }
.opaco {
  opacity: 0 !important;
  pointer-events: none !important; }

.nicescroll-rails {
  z-index: 100 !important;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }
  .nicescroll-rails > div {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; }

.bg-img {
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  height: 100vh;
  width: 100%; }

@media (max-width: 991px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .navbar-text {
    float: none;
    margin: 15px 0; }

  .navbar-collapse.collapse.in {
    display: block !important; }

  .collapsing {
    overflow: hidden !important; } }
/*
#############
# CABEÇALHO #
#############
*/
header {
  z-index: 1; }
  header .header-bg {
    background-image: url("../../images/header.jpg"); }
  header .navbar-toggle {
    margin-top: 30px;
    z-index: 10; }
    header .navbar-toggle .icon-bar {
      background-color: #FFF;
      margin: 0 auto; }
    header .navbar-toggle .menu {
      margin-top: 10px; }
  header .navbar-collapse {
    padding: 0; }
  header .collapsing {
    margin-left: 75px; }
  header .logos-header2 {
    left: 20px;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 40px;
    width: 75px;
    z-index: 10; }
    header .logos-header2 img {
      display: block;
      margin-top: -30px;
      position: absolute;
      width: 75px; }
      header .logos-header2 img:nth-of-type(2) {
        opacity: 0; }
        header .logos-header2 img:nth-of-type(2):hover {
          opacity: 1; }
    @media (max-width: 768px) {
      header .logos-header2 {
        opacity: 1;
        pointer-events: auto; } }
  header nav {
    background-color: rgba(0, 0, 0, 0.4);
    height: 120px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2; }
    header nav ul.links {
      padding: 0 0 0 3.5%;
      position: absolute;
      text-align: center;
      top: 40px;
      width: 100%; }
      header nav ul.links li {
        display: inline-block;
        height: 50px;
        margin: 0 30px;
        position: relative;
        vertical-align: top; }
        header nav ul.links li a {
          color: #fff;
          display: block; }
          header nav ul.links li a:hover, header nav ul.links li a.selected {
            color: #da1f43; }
          @media (max-width: 768px) {
            header nav ul.links li a {
              line-height: 18px; } }
        header nav ul.links li:first-of-type, header nav ul.links li:last-of-type {
          margin-top: 12px; }
        header nav ul.links li.logos-header {
          width: 75px; }
          header nav ul.links li.logos-header img {
            display: block;
            margin-top: -30px;
            position: absolute;
            width: 75px; }
            header nav ul.links li.logos-header img:nth-of-type(2) {
              opacity: 0; }
              header nav ul.links li.logos-header img:nth-of-type(2):hover {
                opacity: 1; }
          @media (max-width: 768px) {
            header nav ul.links li.logos-header {
              display: none; } }
        @media (max-width: 1080px) {
          header nav ul.links li {
            margin: 0 10px; } }
        @media (max-width: 768px) {
          header nav ul.links li {
            height: auto;
            margin: 13px 0 !important;
            width: 100%; } }
      @media (max-width: 1080px) {
        header nav ul.links {
          padding: 0; } }
      @media (max-width: 768px) {
        header nav ul.links {
          overflow: hidden;
          left: 0; } }
    @media (max-width: 768px) {
      header nav.maior {
        background-color: rgba(0, 0, 0, 0.8);
        height: 420px; } }

/*
##########
# INÍCIO #
##########
*/
#inicio {
  background-color: #87a694; }
  #inicio #grupo2 {
    background-image: url("../../images/inicio1.jpg"); }
  #inicio #grupo4 {
    background-image: url("../../images/inicio2.jpg"); }
  #inicio #grupo6 {
    background-image: url("../../images/inicio3.jpg"); }
  #inicio #grupo8 {
    background-image: url("../../images/inicio4.jpg");
    position: relative; }

/*
#################
# SOBRE O GRUPO #
#################
*/
#grupo {
  background-color: #9ca538; }
  #grupo #grupo2 {
    background-image: url("../../images/grupo1.jpg"); }
  #grupo #grupo4 {
    background-image: url("../../images/grupo2.jpg"); }
  #grupo #grupo6 {
    background-image: url("../../images/grupo3.jpg"); }
  #grupo #grupo8 {
    background-image: url("../../images/grupo4.jpg");
    position: relative; }

/*
###################################
# NAIMEG SPECIALITY ESTATE COFFEE #
###################################
*/
#estate {
  background-color: #da1f43; }
  #estate #grupo1 {
    position: relative; }
    #estate #grupo1 .row {
      bottom: 0;
      position: absolute;
      width: 100%; }
      #estate #grupo1 .row img {
        margin: 0 auto 70px;
        width: 130px; }
        @media (max-width: 768px) {
          #estate #grupo1 .row img {
            margin: 0 auto 20px;
            width: 100px; } }
        @media (max-width: 500px) {
          #estate #grupo1 .row img {
            width: 70px; } }
  #estate #grupo2 {
    background-image: url("../../images/estate1.jpg");
    background-position: center center;
    position: relative; }
    #estate #grupo2 .row {
      bottom: 0;
      position: absolute;
      width: 100%; }
      #estate #grupo2 .row img {
        margin: 0 auto 70px;
        width: 130px; }
        @media (max-width: 768px) {
          #estate #grupo2 .row img {
            margin: 0 auto 20px;
            width: 100px; } }
        @media (max-width: 500px) {
          #estate #grupo2 .row img {
            width: 70px; } }
  #estate #grupo4 {
    background-image: url("../../images/estate2.jpg");
    background-position: center center; }
  #estate #grupo6 {
    background-image: url("../../images/estate3.jpg");
    background-position: center bottom;
    position: relative; }

/*
##########################
# NAIMEG CAFÉS ESPECIAIS #
##########################
*/
#especiais {
  background-color: #f89829; }
  #especiais #grupo2 {
    background-image: url("../../images/especiais1.jpg");
    background-position: center center;
    position: relative; }

/*
#######################
# CERRADO MINEIRO D.O #
#######################
*/
#cerrado {
  background-color: #00af9a; }
  #cerrado #grupo1 img {
    margin-top: 30px;
    opacity: 0; }
  #cerrado #grupo1 a {
    color: #003763; }
    #cerrado #grupo1 a:hover {
      color: #FFF; }
  #cerrado #grupo2 {
    background-image: url("../../images/cerrado1.jpg");
    background-position: center bottom;
    position: relative; }

.scroll-cerrado #cerrado #grupo1 img {
  opacity: 1;
  -webkit-transition: all 0.8s ease-in 0.4s;
  -moz-transition: all 0.8s ease-in 0.4s;
  -ms-transition: all 0.8s ease-in 0.4s;
  -o-transition: all 0.8s ease-in 0.4s;
  transition: all 0.8s ease-in 0.4s; }

/*
###########
# CONTATO #
###########
*/
#contato {
  color: #fff;
  height: 100%;
  position: fixed;
  top: 200px;
  width: 100%; }
  #contato > div {
    margin-left: 20px;
    margin-right: 10%;
    max-width: 300px;
    position: absolute;
    right: 0; }
  #contato a, #contato a:focus {
    color: #fff; }
    #contato a:hover, #contato a:focus:hover {
      color: #f89829; }
  #contato hr {
    margin: 6px auto 6px 0;
    padding: 0;
    width: 250px; }

/*
##########
# RODAPÉ #
##########
*/
footer {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  height: 60px;
  position: fixed;
  width: 100%; }
  footer .midiasocial {
    margin-right: 40px; }
    @media (max-width: 1090px) {
      footer .midiasocial {
        margin-right: 20px; } }
    footer .midiasocial a > div:first-of-type {
      background-image: url("../../images/social.png");
      background-repeat: no-repeat;
      float: right;
      height: 25px;
      margin-top: 15px;
      width: 31px; }
      footer .midiasocial a > div:first-of-type#facebook {
        background-position: 0 0; }
      footer .midiasocial a > div:first-of-type#instagram {
        background-position: -186px 0; }
  footer .logos .logo-federacao {
    bottom: 10px;
    left: 40px;
    position: fixed; }
    footer .logos .logo-federacao img {
      width: 60px; }
    @media (max-width: 1090px) {
      footer .logos .logo-federacao {
        left: 20px; } }
  footer .logos .logo-dvos {
    bottom: 20px;
    left: 120px;
    position: fixed; }
    footer .logos .logo-dvos img {
      width: 80px; }
    @media (max-width: 1090px) {
      footer .logos .logo-dvos {
        left: 100px; } }
  footer .idiomas {
    cursor: pointer;
    float: right;
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 17px; }
    footer .idiomas:hover {
      color: #da1f43; }

.scroll-cerrado footer .logos .logo-federacao {
  opacity: 0;
  bottom: 200px;
  left: calc(50% - 75px);
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.8s ease-in-out 0s;
  -moz-transition: all 0.8s ease-in-out 0s;
  -ms-transition: all 0.8s ease-in-out 0s;
  -o-transition: all 0.8s ease-in-out 0s;
  transition: all 0.8s ease-in-out 0s; }
  .scroll-cerrado footer .logos .logo-federacao img {
    width: 150px; }
.scroll-cerrado footer .logos .logo-dvos {
  left: 40px; }
  @media (max-width: 1090px) {
    .scroll-cerrado footer .logos .logo-dvos {
      left: 20px; } }

@supports (overflow: -webkit-marquee) and (justify-content: inherit) {
  @media (max-width: 1200px) {
    .bg-img {
      background-attachment: scroll; } } }

/*# sourceMappingURL=style.css.map */
