@charset "UTF-8";
  *{
margin:0;
padding:0;
}
body{
font-weight:400;
letter-spacing: revert;
color:#b9ac98;
font-family: "Kokoro","Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
opacity: 0;
-ms-overflow-style: none; scrollbar-width: none; }
.fadein{
opacity: 1 !important;
}
h1,h2,h2,h3,h5,h6{
font-size: 100%;
font-weight:normal;
line-height: 150%;
}
h2{
font-size:200%;
margin: 0 1em;
-ms-writing-mode: tb-rl;
-webkit-writing-mode: vertical-rl;
writing-mode: vertical-rl;
height:auto;
}
h2 span{
display: inline-block;
-ms-filter: blur(6px);
filter: blur(6px);
line-height: 200%;
}
h2:before,
.h2borders:before{
content:"";
position: absolute;
top:0;
height:0;
width:1px;
background:#ff6a00;
transition-duration:5s;
}
#message li:nth-of-type(2) .h2border:before,
#frontpage>section:nth-of-type(even) h2:before{
left:0;
}
#frontpage>section:nth-of-type(odd) h2:before{
right:0;
}
.h2border:before{
height:100%; }
@-webkit-keyframes vbor{
0%{top:0;}
50%{top:0;bottom:0;height:100%;}
100%{top:100%;bottom:0;height:0;}
}
@keyframes vbor{
0%{top:0;}
50%{top:0;bottom:0;height:100%;}
100%{top:100%;bottom:0;height:0;}
}
.h2span{
-ms-filter: blur(0);
filter: blur(0);
}
h3{
color:white;
margin:1em auto;
}
header,footer,article,section,nav,small,aside,div,ul,li,h1,h2,h3,h4,h5,p{
display:block;
box-sizing:border-box;
position:relative;
}
li{
list-style:none;
}
img,
video{
display:block;
outline:none;
width:100%;
height:auto;
}
input{
outline: none;
}
p{
}
a{
text-decoration:none;
}
a:hover{
}
.tela a{
color:black !important;
}
strong{
font-size:110%;
margin-bottom:1em;
display: inline-block;
}
iframe{
border:none;
width:100%;
height:100%;
}
table{
border-collapse:collapse;
width:100%;
}
th,td{
font-weight:normal;
vertical-align: top;
padding:.5em;
}
th{
text-align:left;
}
td{
text-align:left;
}
input:-webkit-autofill {
-webkit-box-shadow: 0 0 0px 1000px white inset !important;
}  .l1{
opacity:0;
transition:2s;
transform: translate(0,2em); 
}
.m2{
opacity:0;
transition:5s;
transform: translate(0,10em); 
}
.mv1,
.mv2,
.lv1{
opacity:1 !important;
transform: translate(0,0) scale(1) !important;
-ms-filter: blur(0) !important;
filter: blur(0) !important;
} #slider{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100vh;
z-index: 1;
background-repeat: no-repeat;
background-position: center center;
-webkit-background-size: cover;
-o-background-size: cover;
background-size: cover;
} .bold{font-weight: bold !important;}
.red{color:red !important;font-weight:bold !important;}
.black{color:black !important;}
.white{color:white !important;}
.blue{color:blue !important;}