
@font-face {
    font-family:'MonseratR';
    src:url('fonts/Montserrat/Montserrat-Regular.ttf');
}
@font-face {
    font-family:'Normalidad';
    src:url('fonts/NormalidadCompact-Regular/NormalidadCompact-Regular.ttf');
}

html, body{
    width:100%;
    height:100%;
    color:#111111;
    margin:0;
    padding:0;
    font-family:'MonseratR';
    font-weight: normal;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font-display:optional;
    vertical-align:baseline;
    background:transparent;
    box-sizing: border-box;
    color:#010101;
}
body {
    line-height:1;
    
}
img{
    max-width: 100%;
}
div, article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
    box-sizing: border-box;
    position: relative;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    outline: none;
    color:rgb(89, 193, 214);
}

table {
    border-collapse:collapse;
    border-spacing:0;
    border:1px #333 solid;
}
table tr td{
    padding:8px;
    margin:0;
    border-collapse:collapse;
}
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #ddd;
    margin:1em 0;
    padding:0;
}
.img-appear {
  opacity: 0;
  filter: blur(15px);
  transition: opacity 0.9s ease, filter 1s ease;
}

.img-appear.show {
  opacity: 1;
  filter: blur(0);
}
.clear{
    clear:both;
}
::-webkit-scrollbar { width: 9px; }

::-webkit-scrollbar-track {
  background: #f3f0f0;
  border-radius: 7px;
  box-shadow: inset 0 0 6px rgba(23, 22, 22, 0.22);
}

::-webkit-scrollbar-thumb {
  background: #a0c8d8;
  background: -moz-linear-gradient(left, #a4c3d0 0%, #28a3ca 50%, #b2d2de 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #accfde), color-stop(50%, #2caad2), color-stop(100%, #bce0ee));
  background: -webkit-linear-gradient(left, #a3bfcc 0%, #29b8e5 50%, #b1d3e0 100%);
  background: -o-linear-gradient(left, #9ebecc 0%, #29b8e5 50%, #a0c5d4 100%);
  background: -ms-linear-gradient(left, #9dc1d0 0%, #29b8e5 50%, #aed2e0 100%);
  background: linear-gradient(to right, #a6c9d8 0%, #29b8e5 50%, #b2d2de 100%);
  border-radius: 7px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3dced', endColorstr='#bce0ee', GradientType=1);
}

#startScreen {
  position: fixed;
    inset: 0;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}



#startScreen .start-logo {
  width: 200px;
  height: 200px;
  background: url('img/logo.gif') no-repeat center/contain;
  margin-bottom: 30px;
}

#startBtn {
  padding: 14px 28px;
    font-size: 18px;
    background: #F0EAFB;
    color: #003466;
    border: 1px #003466 solid;
    border-radius: 26px;
    cursor: pointer;
    width: 80%;
    max-width: 300px;
}

#startScreen .hide {
  opacity: 0;
  pointer-events: none;
  transition: 1s ease;
}

.main{
  width: 100%;
  max-width: 420px;
  min-width: 280px;
  margin:0 auto;
  background-color: #F0EAFB;

}
.frame1{
  width: 100%;
  height: 345px;
  background-image:url('img/frame1.webp');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  position: relative;
}
.logo{
    width: 212px;
    height: 96px;
    background-image: url('img/logo.gif');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    position: absolute;
    margin-left: -106px;
    left: 50%;
    top: 25px;
}
span{
  text-align: center;
  position: absolute;
}
section{
  width: 100%;
}
.small{
  font-size: 16px;
  text-align: center;
  color:#1D438E;
}
.big{
  font-size: 24px;
  text-align: center;
  color:#000512;
  font-family:'Normalidad';
}
.text1{
  top: 154px;
  display: block;
  width: 366px;
  height: 20px;
  margin-left: -183px;
  left: 50%;
}
.text2{
  top: 192px;
  display: block;
  width: 366px;
  height: 93px;
  margin-left: -183px;
  left: 50%;
  background-image:url('img/text1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
}
.frame2 {
    width: 100%;
    height: 190px;
    display: flex;
    justify-content: center;
}
.text3{
  width: 366px;
  height: 120px;
  margin:0 auto;
  background-image:url('img/text0_1.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  display: block;
}
.text3_1{
    width: 346px;
    height: 60px;
    margin: 150px auto 0;
    background-image: url('img/text0_2.svg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    display: block;
}
.frame3{
  height: 389px;
    width: 100%;
    background-image: url('img/frame2.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    position: relative;
    z-index: 9;
}
.frame4{
    height: 363px;
    width: 366px;
    background-image: url('img/spacebg1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    border-radius: 26px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: -86px;
}
.text4{
  background-image:url('img/text2.svg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 366px;
  height: 262px;
}
.asteroid1{
    width: 146px;
    height: 98px;
    background-image: url('img/asteroid1.webp');
    background-repeat: no-repeat;
    background-size: cover;
    top: 56px;
    left: -20px;
    position: absolute;
}
.frame5{
    height: 375px;
    width: 100%;
    background-image: url('img/frame3.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 17px 0;
    position: relative;
    margin-top: -100px;
}
.frame6{
    height: 366px;
    width: 369px;
    background-image: url('img/frame4.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    position: relative;
    margin: 0 auto;
}
.frame7{
  height: 438px;
    width: 100%;
    background-image: url('img/frame5.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    position: relative;
    margin-top: -100px;
}
.frame8{
      height: 339px;
    width: 366px;
    background-image: url('img/frame6.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    position: relative;
    margin: -83px auto 0;
}
.frame9{
    height: 425px;
    width: 100%;
    background-image: url('img/frame7.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    margin-top: -46px;
    position: relative;
    z-index: 9;
}
.frame10{
  height: 759px;
    width: 366px;
    background-image: url('img/spacebg2.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    position: relative;
    border-radius: 26px;
    margin: -50px auto 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 40px 25px;
}
.text5{
  background-image:url('img/text3.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 366px;
  height: 93px;
}
#rsvpForm{
  position: relative;
  top: 128px;
}
.card { 
  background: #fff;
  padding: 18px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  max-width: 420px; margin: auto; 
}
.radios label { 
    margin: 12px 0 0 0;
    cursor: pointer;
    background: #fff;
    font-size: 15px;
    border-radius: 24px;
    padding: 11px 8px 13px 23px;
    display: inline-flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
}
.field { 
  margin: 12px 0; 
}
input[type="text"] { 
  width: 100%;
    padding: 8px 10px;
    border: 0;
    background-color: transparent;
    text-align: center;
    font-size: 20px;
    box-sizing: border-box;
    border-bottom: 1px #fff solid;
    color: #fff;
    text-transform: uppercase;
}
input[type="text"]::placeholder {
  color: rgba(255,255,255,0.6);
}
.radios input[type="radio"] {
  margin:0 12px 0 0!important;
  width:17px;
  height:17px;
} 
button { 
  padding: 19px 16px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    background: #fff;
    color: #111;
    font-size: 15px;
    width: 100%;
    margin-top: 30px;
    font-family:'MonseratR';
}
.note { 
  font-size: 13px;
  color: #555;
  margin-top: 8px;
}
.frame10 img{
  max-width: 100%;
    height: 77px;
}
.frame10 img.text6{
    margin-top: 40px;
}
.frame10 img.text7{
    margin-top: 160px;
}
#result{
    top: 600px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    position: absolute;
}
.frame11{
  height: 155px;
    width: 100%;
    background-image: url(img/frame8.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    margin-top: -81px;
    position: relative;
    z-index: 9;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal-window {
  background: #ffffff;
  padding: 25px 30px;
  border-radius: 12px;
  max-width: 300px;
  text-align: center;
  font-size: 16px;
}

.modal-close {
  margin-top: 15px;
  padding: 10px 20px;
  background: #1a75bc;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}