@font-face {
  font-family: Raleway;
  font-weight: 700;
  src: url(../fonts/Raleway-Bold.ttf);
}
@font-face {
  font-family: Abril;
  font-weight: 500;
  src: url(../fonts/AbrilFatface-Regular.ttf);
}
body {
  margin: 0;
}
body h1, body h3 {
  color: #250404;
  text-align: center;
}
body h1 {
  font-family: Abril;
  margin-bottom: 0;
  font-size: 25px;
}
body h3 {
  font-family: Raleway;
  font-weight: 700;
  margin-top: 0;
}
body input {
  width: 60%;
  height: 32px;
  border-radius: 8px;
  padding-left: 10px;
  border: 0px;
}
body button {
  width: 30%;
  height: 34px;
  border-radius: 8px;
  background: #39b54a;
  border: 0px;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
}
body img.left, body img.right {
  width: 25vw;
  position: absolute;
  bottom: 0;
  z-index: 11;
}
body img.left {
  left: 2vw;
}
body img.right {
  right: 2vw;
}
body .pines {
  position: absolute;
  width: 50%;
  left: 25%;
  right: 25%;
  margin: 0;
  text-align: center;
  z-index: 0;
}
body .pines_mobile {
  display: none;
}
body .pines.bottom {
  bottom: 0;
  width: 40%;
  left: 30%;
}
body .mistletoe {
  position: absolute;
  width: 64px;
  left: 43%;
  right: 25%;
  margin: 0;
  text-align: center;
  z-index: 12;
  top: 22px;
}
body .lights {
  position: absolute;
  z-index: 11;
}
body .lights.top-right {
  right: 16%;
  width: 18%;
  top: 7vh;
}
body .lights.top-left {
  left: 22%;
  width: 20%;
  top: 4vh;
}
body .lights.bottom {
  bottom: 5vh;
  left: 35%;
  right: 25%;
  width: 12%;
}
body .lights_mobile {
  display: none;
}
body .main-container {
  background: url(../img/bg.png);
  background-size: 100vw 100vh;
  background-repeat: no-repeat;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-content: center;
  margin: 0;
}
body .main-container .internal-container {
  z-index: 10;
  background: #bf3739;
  width: 65vw;
  height: 80vh;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .main-container .internal-container .row {
  display: flex;
  justify-content: center;
}
body .main-container .internal-container .row .box {
  width: 5vw;
  height: 5vw;
  border: 1px solid #250404;
  border-radius: 8px;
  margin: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Abril;
  cursor: pointer;
}
body .main-container .internal-container .row .box img {
  display: none;
}
body .main-container .internal-container .row .box .show-image {
  display: block !important;
  width: 5vw;
  height: 5vw;
  border-radius: 8px;
}
body .main-container .internal-container .row .box:hover img {
  display: block;
  width: 5vw;
  height: 5vw;
  border-radius: 8px;
}
body .main-container .internal-container .row .box:hover span {
  display: none;
}
body .main-container .internal-container .form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  width: 60%;
}
body .main-container .internal-container .form .inputs {
  width: 100%;
}
body .main-container .internal-container .form h3 {
  margin-bottom: 10px;
  margin-top: 15px;
  color: #ffffff;
  font-size: 14px;
}
@media only screen and (max-width: 330px) {
  body .main-container .internal-container .form{
    top: 65vh;
  }
}
@media only screen and (max-width: 800px) {
  body {
    overflow: hidden;
  }

  h1 {
    margin-top: 15px;
    line-height: 1;
    font-size: 22px;
  }

  body .lights_mobile {
    display: block;
    position: absolute;
    top: 15%;
    width: 70%;
    z-index: 11;
    left: 13%;
  }

  body .lights_mobile.sec {
    top: -1%;
    z-index: 1;
    width: 103vw;
    left: -2%;
  }

  body .mistletoe {
    display: none;
  }

  body .lights {
    display: none;
  }

  .lights.bottom {
    display: none;
  }

  input {
    height: 40px !important;
    border-radius: 12px !important;
    width: 80% !important;
  }

  button {
    width: 82% !important;
    height: 45px !important;
    margin-top: 10px;
    border-radius: 12px !important;
  }

  .left, .right {
    top: 0;
    z-index: 8 !important;
    width: 50vw !important;
  }

  .left {
    left: 18vw !important;
  }

  .right {
    right: 18vw !important;
  }

  .pines {
    display: none;
  }

  .pines_mobile {
    display: block !important;
    position: absolute;
    z-index: 5;
  }

  .pines_mobile.first {
    left: 5vw;
    width: 80vw !important;
    top: 12vh;
    z-index: 7;
  }

  .pines_mobile.sec {
    right: 0;
    width: 100vw !important;
    top: 10vh;
    z-index: 6;
  }

  .main-container .internal-container {
    width: 100vw !important;
    margin-top: 20vh !important;
  }
  .main-container .internal-container .form {
    background: linear-gradient(0deg, #421313 48%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    top: 70vh;
    width: 100% !important;
    height: 30vh;
  }
  .main-container .internal-container .form .inputs {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-container .internal-container .form h3 {
    width: 80%;
    font-size: 16px !important;
  }
  .main-container .internal-container .calendar.two {
    display: none;
  }
  .main-container .internal-container .calendar .row {
    flex-wrap: wrap;
  }
  .main-container .internal-container .calendar .row .box {
    width: 15vw;
    height: 15vw;
    min-width: 50px;
    min-height: 50px;
  }
  .main-container .internal-container .calendar .row .box .show-image-mobile, .main-container .internal-container .calendar .row .box .show-image {
    display: block !important;
    width: 15vw;
    height: 15vw;
    border-radius: 8px;
    min-width: 50px;
    min-height: 50px;
  }
  .main-container .internal-container .calendar .row .box:hover img {
    display: block;
    width: 15vw;
    height: 15vw;
    border-radius: 8px;
    min-width: 50px;
    min-height: 50px;
  }
  .main-container .internal-container .calendar .row .box:hover span {
    display: none;
  }
  .main-container .internal-container .calendar .row .box.mobile span {
    display: none;
  }
}
@media only screen and (min-width: 1400px) {
  body .lights.top-right {
    right: 16%;
    width: 17%;
    top: 8vh;
  }

  body .lights.lights.top-left {
    left: 21%;
    width: 22%;
    top: 2vh;
  }

  body .lights.bottom {
    bottom: 3vh;
    left: 35%;
    right: 25%;
    width: 15%;
  }

  body .pines {
    width: 49%;
  }
}
@media only screen and (min-width: 1150px) and (max-width: 1300px) {
  body .lights.lights.top-left {
    left: 21%;
    width: 22%;
    top: 3vh;
  }

  body .pines.top {
    top: 2%;
    width: 55%;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1100px) {
  body .lights.lights.top-left {
    left: 21%;
    width: 22%;
    top: 4vh;
  }

  body .lights.top-right {
    top: 6vh;
  }

  body .pines.top {
    top: 3%;
    width: 56%;
    left: 23%;
  }

  body .pines.bottom {
    bottom: 1%;
  }

  body .lights.bottom {
    bottom: 5vh;
    left: 35%;
    right: 25%;
    width: 18%;
  }
}

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