@font-face {
  font-family: 'alternategothic2_btregular';
  src: url("../font/alternate_gothic_no.2_bt-webfont.woff2") format("woff2"), url("../font/alternate_gothic_no.2_bt-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeInBottomToTop {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0); }
  to {
    opacity: 1; } }

* {
  margin: 0;
  padding: 0;
  font-family: 'Fjalla One', sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-transform: translate(0, 0, 0);
  transform: translate(0, 0, 0); }

html {
  -webkit-font-smoothing: antialiased; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) {
  html {
    -webkit-font-smoothing: subpixel-antialiased; } }

body {
  background: black; }

.contentDafna {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  box-sizing: border-box; }
  .contentDafna h1 {
    color: #634d2f;
    font-size: 42px;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
    width: 224px;
    position: relative;
    z-index: 3;
    animation: fadeInBottomToTop .6s ease-in-out 0.4s forwards;
    opacity: 0;
    letter-spacing: 1px; }
    @media (max-width: 480px) {
      .contentDafna h1 {
        font-size: 25px; } }
    .contentDafna h1 strong {
      opacity: 0;
      color: #d0d0d0;
      display: block;
      animation: fadeInBottomToTop .4s ease-in-out 0.6s forwards; }
    @media (max-width: 900px) {
      .contentDafna h1 {
        margin-bottom: 20px; } }
  @media (max-width: 900px) {
    .contentDafna {
      flex-direction: column;
      padding: 40px 0;
      min-height: 1140px; } }
  @media (max-width: 480px) {
    .contentDafna {
      padding: 20px 0;
      min-height: 745px; } }

.counter {
  display: flex;
  margin-right: 20px; }

.videoContent {
  position: relative;
  display: inline-block;
  width: 400px;
  height: 800px; }
  .videoContent:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    background: url(../imgs/garrafa.png) center no-repeat;
    opacity: 0;
    animation: fadeIn 1s ease-in-out 0.2s forwards;
    max-height: 100vh;
    height: 100%;
    transform: translate(0, -50%);
    background-size: auto 100%;
    width: 100%; }
    @media (max-width: 900px) {
      .videoContent:before {
        left: 0;
        height: 450px;
        width: 337px;
        margin: 0 auto;
        background-size: cover; } }
  .videoContent video {
    position: absolute;
    top: 50%;
    left: -100px;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 600px;
    height: 800px;
    max-height: 100vh;
    pointer-events: none;
    transform: translate(0, -50%); }
    @media (max-width: 900px) {
      .videoContent video {
        left: 0;
        height: 450px;
        width: 337px;
        margin: 0 auto; } }
    .videoContent video.active {
      animation: fadeIn ease-in-out 1s forwards; }
    @media (max-width: 900px) {
      .videoContent video {
        height: 450px;
        width: auto; } }
  @media (max-width: 900px) {
    .videoContent {
      height: 450px; } }

.rightContent {
  display: flex;
  position: relative;
  flex-direction: column;
  z-index: 2;
  margin-left: 24px; }
  .rightContent .counter {
    animation: fadeInBottomToTop .4s ease-in-out 0.8s forwards;
    opacity: 0;
    font-size: 160px;
    color: white;
    line-height: 1;
    background: url(../imgs/cerveja_bolhas.gif) center -22px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    @media (max-width: 480px) {
      .rightContent .counter video {
        height: 90px; } }
    @media (max-width: 480px) {
      .rightContent .counter {
        justify-content: center;
        margin: 10px 0 0;
        font-size: 100px; } }
  .rightContent .text {
    padding: 5px 0;
    display: flex;
    align-items: center; }
    .rightContent .text h2 {
      font-size: 120px;
      text-transform: uppercase;
      animation: fadeInBottomToTop .4s ease-in-out 1s forwards;
      opacity: 0;
      letter-spacing: 1px;
      color: transparent;
      line-height: 1;
      -webkit-text-stroke: 2px rgba(255, 255, 255, 0.3);
      letter-spacing: -1px; }
      @media (max-width: 480px) {
        .rightContent .text h2 {
          letter-spacing: -0.4px;
          margin-left: 10px;
          font-size: 62px;
          -webkit-text-stroke: 2px rgba(255, 255, 255, 0.5); } }
  .rightContent .button {
    display: inline-block;
    color: white;
    background: #9e8255;
    /* Old browsers */
    background: -moz-linear-gradient(top, #9e8255 0%, #7c643f 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #9e8255 0%, #7c643f 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #9e8255 0%, #7c643f 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e8255', endColorstr='#7c643f',GradientType=0 );
    /* IE6-9 */
    padding: 12px 16px;
    border-radius: 40px;
    margin-top: 16px;
    cursor: pointer;
    animation: fadeInBottomToTop .4s ease-in-out 1.2s forwards;
    opacity: 0; }
  @media (max-width: 900px) {
    .rightContent {
      margin-top: 20px;
      flex-direction: column;
      margin: 0;
      align-items: center; } }
  @media (max-width: 480px) {
    .rightContent {
      flex-direction: row; } }
