@charset "utf-8";

@font-face {
    font-family: 'gi_bold';
    src: url('letras/gi-bold-webfont.woff2') format('woff2'),
         url('letras/gi-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gi_italic';
    src: url('letras/gi-italic-webfont.woff2') format('woff2'),
         url('letras/gi-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gi_regular';
    src: url('letras/gi-regular-webfont.woff2') format('woff2'),
         url('letras/gi-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "obs";
    src: url(letras/BOOKOSB.ttf) format("truetype");
}

@font-face {
    font-family: "cut";
    src: url(letras/WISHFULWAVES.ttf) format("truetype");
}

body{
    padding-top: 0px; margin: 0px;
    font-family: "gi_regular"; 
    max-height: 100vh;
    color:YELLOW;
    
}

i,
.italic{
    font-family: "gi_italic";   
}
b,
.bold{
    font-family: "gi_bold";   
}


body h2 {
    text-align: left;
    font-size: 24pt;
    margin:0;
    padding: 0;
    
    font-family: "obs";
}

body h1 {
    text-align: right;
    font-size: 50pt ;
    margin:0;
    padding: 0;
    font-family: "obs";
}

body h3 {
    text-align: center;
    font-size: 55pt ;
    margin:0;
    padding: 0;
    font-family: "cut";
    letter-spacing: 5px;
    font-weight: 100;
    color:white;
}


a:hover{
    background-color:darkorange;
    color:black;
    font-weight: 700;
}

a{
    
    text-decoration:none; color:white;
}

p {
    line-height: 0.8;
    font-size: 22pt;
    letter-spacing: 0.4px;
    font-family: "gi_regular";
}

center {
    line-height: 1.4;
    font-size: 20pt;
    letter-spacing: 0.4px;
}

html {
    padding: 0px; margin: 0px;
}

.aparece {
    display:none;
}

.desaparece {
    display:block;
}

#margen {
    
height:100vh;
margin-left: auto;
margin-right: auto;
overflow-y: auto;
-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */    
    
    
    
}

#margen::-webkit-scrollbar {
    display: none;
}

#botonminimenu {
    right: 0;
    height: 50px;
    color:black;
    letter-spacing: 0px;
    position: absolute; 
    cursor: pointer;
    z-index:5;
    background-color:white;
    padding-top:3px;
    padding-bottom: 9px;
    padding-left: 15px;
    padding-right: 15px;
    border-style: dashed;
    border-width: thick;
    border-color: black;
    font-size:24px;
    
}

#minimenu {
    display:none;
    width:100%;
    background-color: yellowgreen;
    
    position: absolute;
    top:50px;
    padding: 20px 0;
    z-index: 4;
    
}

#minimenu ol {
    margin: 0;
    list-style-type: none;
}

#minimenu ol li{
    padding: 5px;
    text-align: right;
    font-size: 24px;
}

#minimenu ol li a{
    color:white;
    font-weight: 600;
}


#menuizq {
    position: fixed;
    float:left;
    background-color: rgba(255,255,255,0);
    
    height:100%;
    margin-bottom:0;
    
    
}

#menu {
    top:30px;
    position: absolute;
    left:0;
    height:auto;
    font-size: 20px;
    width:auto;
    letter-spacing: 1px;
    margin-bottom: 30px;
    
    
}

#menu ul{
    list-style: none;
    padding-left: 15px;
    
}

#menu a{
    
    line-height: 30px;
}




#contenido {
    float:right;
    
    height:auto;
    
    
}

.titulo {
    float:right;
    margin-top: 15vh;
    
}

.cuerpo-texto {
    float:right;
    right:50px; top:20px; font-size:24px; float:right; position:absolute; text-align: right; 
    
}

.cuerpo-texto p{

font-family: "gi_bold";
}

.cuerpo-texto p a{
    text-decoration:none; border-style:none; border-bottom: 2px solid yellow; 
}

.boton {
    background-color:rgba(255,255,255,0);
    padding: 10px 20px 0px 20px;
    height:40px;
    float:left;
    border-style: dashed;
    border-width: thick;
    border-color: white;
    font-size:24px;
    vertical-align: middle;
}

#vitrina {
    padding-top:60px;height:90vh;position:relative; background-color:rgba(255,255,255,0.7); overflow:hidden;
}

#marcador {
    width:5px; left:25px; float:left; position:absolute; padding-top: 16px;
}

#monedas {
    background-color:white;  
    right:0; 
    top:0; 
    padding-left:15px; 
    padding-top:1px; 
    padding-bottom:1px; 
    line-height:24px; 
    float :left;
    
}

#rango {
    
    
    top:0; 
    padding-left:150px; 
    padding-top:1px; 
    padding-bottom:1px; 
    line-height:24px; 
    float :left;
}

.sinmargenizq {
    margin-left:50px;
}

.col01 {width: 6.25%;}
.col02 {width: 12.50%; }
.col03 {width: 18.75%;}
.col04 {width: 25%;}
.col05 {width: 31.25%;}
.col06 {width: 37.5%;}
.col07 {width: 43.75%;}
.col08 {width: 50%;}
.col09 {width: 56.25%;}
.col10 {width: 62.5%; }
.col11 {width: 68.75%;}
.col12 {width: 75%;}
.col13 {width: 81.25%;}
.col14 {width: 87.5%;}
.col15 {width: 93.75%;}
.col16 {width: 100%;}

@media screen and (max-width: 600px) {

.aparece {
    display:block;
}

.desaparece {
    display:none;
}
.col01 {width: 100%;}
.col02 {width: 100%;}
.col03 {width: 100%;}
.col04 {width: 100%;}
.col05 {width: 100%;}
.col06 {width: 100%;}
.col07 {width: 100%;}
.col08 {width: 100%;}
.col09 {width: 100%;}
.col10 {width: 100%;}
.col11 {width: 100%;}
.col12 {width: 100%;}
.col13 {width: 100%;}
.col14 {width: 100%;}
.col15 {width: 100%;}
.col16 {width: 100%;}

.titulo {
    margin-top: 150px;
}

.titulo h1 {
    text-align: right;
    font-size: 50px;
    margin-right:10px;
    padding: 0;
    letter-spacing: 2px;
    font-weight: 400;
    line-height: 60px;
    max-width: 90vw;
    
}
.cuerpo-texto {
    
    margin-left:0px; padding: 20px; max-width: 90vw; margin-top:60px; font-size:22px; float:left;
    
}

    #vitrina {
    overflow-y: scroll;
    padding-top: 0;
    margin-top: 40px;
       
    }
    
    #monedas {
    margin-left:15px;
    padding-left: 15px;
        height:auto;
        
}
    
    #rango {
       margin-left:15px;
    padding-left: 15px;
        height:150px;
         
    }
    
    #marcador {
        left:45px;
    }
    
    .sinmargenizq {
    margin-left:0;
}
    
}