/* Do not edit this file directly. Update styles in `source.css` only.
========================================================================== */

*, *:before, *:after {
    box-sizing: border-box;
}

/* Base Styles
--------------------------------------------------------------------------- */
#ad {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    width: 300px;
    height: 250px;
    background: #B9D3DC;
    overflow: hidden;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.btn-overlay {
    display: block;
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
}
.btn-overlay:before {
    content: '';
    position: absolute;
    z-index: 99;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    border: 1px solid #666;
}

.banner {
    position: relative;
    height: 100%;
    background: #B9D3DC;
}

.flip-card {
  background-color: transparent;
  width: 300px;
  height: 250px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #B9D3DC;
  background-repeat: no-repeat;
  background-position: center 70px;
  background-size: auto 76px;
}

.flip-card-front {
  background-color: #B9D3DC;
  background-image: url(../img/hello.png);
}

.flip-card-back {
  background-color: #B9D3DC;
  background-image: url(../img/hola.png);    
  -webkit-transform: rotateX(180deg);    
          transform: rotateX(180deg);
}

.white {
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom: 0px;
    background-color: white;
    z-index: 10;
}

.moderna {
    position: absolute;
    width: 76px;
    left: 112px;
    top: 20px;
}

.invites {
    position: absolute;
    width: 188px;
    left: 56px;
    top: 44px;
}

.spikevax {
    position: absolute;
    width: 274px;
    left: 13px;
    top: 20px; 
    opacity: 0;
}

.button {
    position: absolute;
    width: 208px;
    left: 46px;
    top: 169px; 
    opacity: 1;
    z-index: 99;
}

.legal {
    position: absolute;
    width: 100%;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 8px;
    left: 0px;
    bottom: 8px; 
    opacity: 0;    
}

/* Frame Base Style
--------------------------------------------------------------------------- */
.frame {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;

    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: -1px;
}

/* Frame 1
--------------------------------------------------------------------------- */
.frame1-text {
    position: absolute;
    left: 10px;
    top: 10px;
}

/* Frame 2
--------------------------------------------------------------------------- */
.frame2-text {
    position: absolute;
    left: 10px;
    top: 10px;
}

/* Frame 3
--------------------------------------------------------------------------- */
.frame3-text {
    position: absolute;
    left: 10px;
    top: 10px;
}

/* Frame 4
--------------------------------------------------------------------------- */
.frame4-text {
    position: absolute;
    left: 10px;
    top: 10px;
}

/* Utility Styles
--------------------------------------------------------------------------- */
.u-hide {
    display: none;
}

/* Replay Btn
--------------------------------------------------------------------------- */
.ad-overlay {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    width: 300px;
    height: 250px;
    overflow: hidden;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.replay-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 16px;
  width: 16px;
  z-index: 55;
  cursor: pointer;
}

.replay-btn:hover img {
  -webkit-animation: rotate-animation 1s infinite linear;
  animation: rotate-animation 1s infinite linear;
}

@-webkit-keyframes rotate-animation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-animation {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
