* {
  margin: 0;
  padding: 0;
  border: 0; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%; }

body {
  width: 100%;
  height: 100vh;
  font-size: 10px; }
  @media only screen and (min-width: 576px) {
    body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

div img {
  width: 100%;
  display: block; }

h1 {
  font-family: 'Josefin Slab', serif;
  font-size: 3.6rem;
  line-height: 1; }

p, a {
  font-family: 'Kite One', sans-serif;
  font-size: 1.8rem; }

a {
  color: #000;
  margin-top: 2rem; }

.card {
  max-width: 500px;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.15); }
  @media only screen and (min-width: 992px) {
    .card {
      width: 80%;
      max-width: 1300px; } }
  .card .capilla-datos iframe {
    width: 100%;
    height: 300px; }

.invitacion {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ddd; }
  @media only screen and (min-width: 992px) {
    .invitacion {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .invitacion .izquierda, .invitacion .derecha {
    padding: 4rem;
    overflow: hidden; }
    @media only screen and (min-width: 992px) {
      .invitacion .izquierda, .invitacion .derecha {
        width: 50% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .invitacion .izquierda {
    background-image: url("../img/xv.png"); }
    .invitacion .izquierda h2 {
      font-family: 'Josefin Slab', serif;
      font-size: 2.8rem;
      line-height: 1; }
    .invitacion .izquierda h3 {
      margin-top: 2rem;
      font-family: 'Josefin Slab', serif;
      font-size: 2.8rem;
      line-height: 1; }
  .invitacion .derecha {
    background-image: url("../img/pink_rice.png"); }
    .invitacion .derecha .picture {
      position: relative;
      margin: 2rem 0; }
      .invitacion .derecha .picture .frame {
        position: absolute;
        width: 300px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .invitacion .derecha .picture .frame-below {
        position: absolute;
        width: 300px;
        -webkit-transform: rotate(180deg) translateX(50%);
        -ms-transform: rotate(180deg) translateX(50%);
        transform: rotate(180deg) translateX(50%);
        left: 50%;
        bottom: -14px; }
      .invitacion .derecha .picture .mamadina-pic {
        width: 235px;
        margin: 0 auto; }

audio {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 800; }
