﻿body {
height: 100%;
width: 100%;
margin: 0px;
background-color: #E0ECFF;
overflow: hidden;
}
@media screen and (orientation:portrait) {
body {
}
}



img {
border-width: 0px;
}


@font-face {
    font-family: "CenturyGothic-Bold";
    src: url('../font/CenturyGothic-Bold.eot');
    src: url('../font/CenturyGothic-Bold.eot') format('embedded-opentype'),
         url('../font/CenturyGothic-Bold.woff') format('woff'),
         url('../font/CenturyGothic-Bold.ttf') format('truetype'),
         url('../font/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
}


#logo {
position: absolute;
top: 80px;
left: 0px;
right: 0px;
margin-left: auto;
margin-right: auto;
width: auto;
height: 30%;
z-index: 10;
}
@media screen and (orientation:portrait) {
#logo {
width: 60%;
height: auto;
}
}


.footer_logo {
position: fixed;
bottom: 3%;
width: auto;
height: 5%;
cursor: pointer;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
z-index: 10;
}
@media screen and (orientation:portrait) {
.footer_logo {
bottom: 3%;
width: 46%;
height: auto;
}
}


.footer_logo:hover{
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}


#url {
left: 2%;
}
@media screen and (orientation:portrait) {
#url {
left: 4%;
}
}


#logo_universal {
right: 2%;
}
@media screen and (orientation:portrait) {
#logo_universal {
right: 4%;
}
}



#header {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 45.5%;
z-index: 6;
display: block;
}
@media screen and (orientation:portrait) {
#header {
display: none;
}
}


#header_mobile {
display: none;
}
@media screen and (orientation:portrait) {
#header_mobile {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 45.5%;
z-index: 4;
display: block;
}
}


#santa {
position: absolute;
bottom: -50%;
left: 0px;
right: 0px;
margin-left: auto;
margin-right: auto; 
height: 24%;
width: auto;
z-index: 6;
display: block;
}
@media screen and (orientation:portrait) {
#santa {
height: auto;
width: 45%;
}
}


#villa_animated {
position: absolute;
bottom: 5%;
left: 0px;
right: 0px;
margin-left: auto;
margin-right: auto; 
height: 50%;
width: auto;
z-index: 5;
display: block;
}
@media screen and (orientation:portrait) {
#villa_animated {
display: none;
}
}


#villa_bg {
position: absolute;
bottom: 5%;
left: 0px;
height: 50%;
width: 100%;
z-index: 4;
display: block;
}
@media screen and (orientation:portrait) {
#villa_bg {
display: none;
}
}


#villa_animated_mobile {
display: none;
}
@media screen and (orientation:portrait) {
#villa_animated_mobile {
position: absolute;
bottom: 9%;
left: 0px;
height: auto;
width: 100%;
z-index: 5;
display: block;
}
}


.bubble {
position: absolute;
height: 14%;
width: auto;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
z-index: 20;
display: none;
}
@media screen and (orientation:portrait) {
.bubble {
height: auto;
width: 26%;
}
}


.bubble:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}



#bubble01 {
top: 28%;
left: 30%;
}
@media screen and (orientation:portrait) {
#bubble01 {
top: 30%;
left: 6%;
}
}


#bubble02 {
top: 34%;
left: 50%;
}
@media screen and (orientation:portrait) {
#bubble02 {
top: 30%;
left: 40%;
}
}


#bubble03 {
top: 34%;
left: 70%;
}
@media screen and (orientation:portrait) {
#bubble03 {
top: 42%;
left: 68%;
}
}


#door {
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: 100%;
background-color: #E8684E;
z-index: 100;
display: none;
}
@media screen and (orientation:portrait) {
#door {
}
}


#door_animated {
position: absolute;
top: 20%;
left: 0px;
right: 0px;
margin-left: auto;
margin-right: auto;
width: auto;
height: 60%;
}
@media screen and (orientation:portrait) {
#door_animated {
}
}


#tarjetas {
height: 100%;
width: 100%;
margin: 0px;
background-color: #EB1502;
overflow: inherit !important;
}
@media screen and (orientation:portrait) {
#tarjetas {
background-color: #FF2600;
}
}


#card {
position: relative;
margin-left: auto;
margin-right: auto;
margin-top: 1%;
width: 35%;
background-color: #fff;
border-width: 5px;
border-style: solid;
border-radius: 15px;
border-color: #E3DDDE;
box-shadow: 30px 30px 30px 0px rgba(0, 0, 0, 0.2);
font-family: "CenturyGothic-Bold", Arial, Helvetica, sans-serif;
font-size: 22px;
padding: 30px;
text-align: center;
margin-bottom: 120px;
z-index: 7;
}
@media screen and (orientation:portrait) {
#card {
width: 70%;
font-size: 35px;
margin-bottom: 160px;
}
}



.card_made {
margin-left: calc(50% - 250px);
width: 500px;
height: 500px;
}
@media screen and (orientation:portrait) {
.card_made {
}
}


.card_design {
width: 500px;
height: 500px;
z-index: 1;
}
@media screen and (orientation:portrait) {
.card_design {
}
}


.card_message {
position: absolute;
margin-top: 70px;
margin-left: 250px;
width: 180px;
font-family: "CenturyGothic-Bold", Arial, Helvetica, sans-serif;
font-size: 22px;
color: #fff;
text-align: left;
overflow: hidden;
z-index: 2;
}
@media screen and (orientation:portrait) {
.card_message {
}
}


textarea {
font-family: "CenturyGothic-Bold", Arial, Helvetica, sans-serif;
font-size: 16px;
width: 450px;
height: 100px;
background-color: #EFEFEF;
color: #999999;
margin-top: 10px;
border-width: 0px;
padding: 15px;
}
@media screen and (orientation:portrait) {
textarea {
font-size: 22px;
}
}


#download_button {
position: absolute;
left: 0px;
right: 0px;
margin-left: auto;
margin-right: auto;
width: 180px;
cursor: pointer;
height: auto;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
@media screen and (orientation:portrait) {
#download_button {
width: 250px;
}
}


#download_button:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}


#section_title {
position: relative;
width: 28%;
height: 180px;
margin-top: 50px;
margin-left: auto;
margin-right: auto;
text-align: center;
z-index: 20;
}
@media screen and (orientation:portrait) {
#section_title {
width: 80%;
margin-top: 200px;
}
}


#section_title img {
position: absolute;
top: 0px;
left: 0px;
max-width: 30%;
max-height: 100%;
}
@media screen and (orientation:portrait) {
#section_title img {
}
}


#section_title div {
position: absolute;
top: 0px;
left: 30%;
width: 70%;
font-family: "CenturyGothic-Bold", Arial, Helvetica, sans-serif;
font-size: 2.1vw;
color: #fff;
}
@media screen and (orientation:portrait) {
#section_title div {
font-size: 6.5vw;
}
}


.thumb {
position: absolute;
width: 12%;
z-index: 10;
}
@media screen and (orientation:portrait) {
.thumb {
width: 35%;
}
}


.wallpaper {
width: 100%;
}
@media screen and (orientation:portrait) {
.wallpaper {
}
}


.download_wallpaper {
margin-top: -50px;
margin-left: 20%;
width: 60%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
display: block;
}
@media screen and (orientation:portrait) {
.download_wallpaper {
display: none;
}
}


.download_wallpaper:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}


.download_wallpaper_mobile {
display: none;
}
@media screen and (orientation:portrait) {
.download_wallpaper_mobile {
margin-top: -50px;
margin-left: 20%;
width: 60%;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
display: block;
}
}


#thumb01 {
top: 20%;
left: 22%;
}
@media screen and (orientation:portrait) {
#thumb01 {
top: 30%;
left: 10%;
}
}


#thumb02 {
top: 20%;
left: 44%;
}
@media screen and (orientation:portrait) {
#thumb02 {
top: 30%;
left: 55%;
}
}



#thumb03 {
top: 20%;
left: 66%;
}
@media screen and (orientation:portrait) {
#thumb03 {
top: 65%;
left: 10%;
}
}


#thumb04 {
top: 60%;
left: 22%;
}
@media screen and (orientation:portrait) {
#thumb04 {
top: 65%;
left: 55%;
}
}


#thumb05 {
top: 60%;
left: 44%;
}
@media screen and (orientation:portrait) {
#thumb05 {
top: 100%;
left: 10%;
}
}


#thumb06 {
top: 60%;
left: 66%;
}
@media screen and (orientation:portrait) {
#thumb06 {
top: 100%;
left: 55%;
}
}


#go_back {
position: fixed;
top: 50px;
left: 50px;
width: 7%;
z-index: 20;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
cursor: pointer;
}
@media screen and (orientation:portrait) {
#go_back {
position: absolute;
top: 50px;
left: 37%;
width: 26%;
}
}


#go_back:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}











