

@font-face {
  font-family: 'Cuprum';
  font-style: normal;
  src: url(@GooFilePubURL(399697,Cuprum.ttf)) format('truetype');
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body, html {
    font-family: sans-serif;
    font-family: 'Tw Cen MT';
    margin:0;
    background: rgba(245, 245, 245, 1);
    padding: 0;
    background-size: 100%;
    height: 100%;
}

a{
    text-decoration: none;
}

.top-nav {
    width: 100%;
    height: 300px;
    margin: 0;
    position: absolute;
    display: none;
    background-image: linear-gradient(to bottom, #fff, #fff0);
}


.bottom-nav {
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}

#Frezite{
    height: 70px;
    display: block;
    margin: 0 auto;
    padding-top: 36px;
}


.content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.sliders {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}

#fundoA { 
    background-image: url(/Narum/PubContent//399679/1604135248388/fundoA.jpg); 
    background-size: cover;
}
#fundoB {
    background-image: url(/Narum/PubContent//399682/1604135248388/fundoB.jpg); 
    background-size: cover;
}
#fundoC { 
    background-image: url(/Narum/PubContent//399681/1604135248388/fundoC.jpg); 
    background-size: cover;
}
#fundoD { 
    background-image: url(/Narum/PubContent//399678/1604135248388/fundoD.jpg); 
    background-size: cover;
}

.logins {
    bottom: 0;
    height: 230px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    width: 420px;
    max-width: 100%;
    z-index: 5;

}

#narum{
    font-family: sans-serif;
    font-family: "Tw Cen MT";
    font-size: 32pt;
    color: rgb(2, 1, 3);
    width: 100%;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-align: center;
    /*text-shadow: 2px 2px 4px #fff;*/
}

.linha {
    clear: both;
    float: left;
}

#loginPlace{
    text-align: center;
}

.loginform {
    display: inline-block;
    padding: 15px;
    width: 390px;
    background-color: rgb(255,224,1);
    box-shadow: 2px 2px 7px rgb(126, 126, 126);
}

.loginform input {
    width: 175px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    font-size: 11pt;
    /*
    font-family: 'Tw Cen MT';
    font-size: 12pt;
    */
    border-radius: 1px;
    color: #000;
    padding: 5px;
    text-align: left;
    margin: 7px 10px 7px 0px;
    float: right;
    letter-spacing: 0.5pt;
    outline:none;
}

.loginform p{
    color: #000000;
    font-size: 12pt;
    font-weight: bold;
    float: left;
    margin: 17px 0px;
    letter-spacing: 1pt;
    width: 160px;
}

#loginBTbox{
    display: inline-block;
    width: 390px;
    background-color: rgb(255,224,1);
    box-shadow: 2px 2px 7px rgb(126, 126, 126);
}

#loginBTbox:hover {
    background-color: rgba(2, 2, 2, 0.64);
}

#btLogin {
    width: 100%;
    height: 40px;
    margin: 0px auto;
    border: none;
    background-color: transparent;
    border-radius: 15px;
    color: #000000;
    font-size: 13pt;
    font-weight: bold;
    letter-spacing: 1pt;
    float: none;
    text-align: center;
    text-decoration: underline;
}

#btLogin:hover{
    border: none;
    color: white;
    cursor: pointer;
}

#idryl{    
    font-family: 'Cuprum', sans-serif;
    height: 35px;
    margin: 0 auto;
    display: block;
    width: 300px;
    font-size: 24px;
    color: black;
}
@media only screen and (max-width: 1000px) {
.top-nav {
    display: block;
}    
.linha p { float:left; clear: both; margin:0; text-align: left; padding-top: 6px;}
.loginform input{
    float: left;
    width: 270px;
}
.loginform, #loginBTbox{
    width: 300px;
}
.logins {
    width: 300px;
}
}