
html, body{
    margin: 0;
}    
.encabezado{
    width: 100%;
    height: 80px;
    background-image: url("/img/imagen1.jpeg"); 
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: fixed;
    top: 0;
}  

.paginas{
   position: absolute;
   right: 30px;
   bottom: 0;
   width: 120px;
   height: 30px;
   border-radius: 15%;
   padding-top: 10px;
   background-image: radial-gradient(rgb(255, 0, 144), rgb(157, 0, 255));
}

.paginas li{
  display: inline;
  margin: 0 auto;
} 
.paginas a{
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: bold;
    color: rgb(251, 252, 251);
    text-decoration: none;
    text-shadow: 1px 1px black;
    margin: 15px;

    
}

.paginas a:hover{
    color: rgb(255, 200, 0);

}
.paginas a:active{
    color: rgb(4, 175, 70);

}

body{
   
    background-image: url(/img/imagen8.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-size: 100%;
    margin: 0;
    background-repeat: no-repeat;
}
.container{
    width: 100%;
    background-color: #ffff;
    margin:80px auto 0;
    padding: 10px 5px ;
    top: 0;
    
   
    
}
.introducion{
    width: 95%;
    background-color: #eef4f3;
    margin:0 auto;
    border-radius: 10px;
    
}
.introducion p{
    text-align: center;
    font-size: 1.5em;
    font-style: normal;
    font-weight:100px;
    font-size: 3em;
    font-style: italic;
    color: #e19e0f;
    padding: 5px;
    
}
/* .profesores{
    width: 95%;
    background-color: #f61d1d;
    margin: 0 auto;
   

} */
 .comentario1{
    font-size: 2.1em;
 }
 .lista1{
    background-color: aqua;
    width: 95%;
    margin: 0 auto;
    padding-top: 50px;
    border-radius: 10px;
    
} 
 .lista1 li{  
    display: inline-block; 
    text-align: center; 
    color: #000;
    width: 46%;
    vertical-align: top;
    margin: 1% 1%;
    padding: 10px 10px;
}
.lista1 img{
    width: 100%;
}

.lista1 h2{
    text-align: center;
    color: #4caf50;
    font-size: 1.5em;
    font-weight: bold;
}
.lista1 em{
    font-weight: bold;
    color: #a24caf;
}


 .lista2{
    border-radius: 10px;
    background-color: #a24caf;
    width: 95%;
    margin: 0 auto;
    padding-top: 50px;
   
 }
 .lista2 li{
    
    display: inline-block;
    text-align: left; 
    color: #000;
    width: 45%;
    vertical-align: top;
    margin: 1% 1%;
    padding: 10px 10px;

} 
.lista2 img{
    width: 100%;
}

h1 {
    color: #4caf50;
    text-align: center; 
    margin-bottom: 20px;
    font-size: 2.5em;
    font-weight: bold;
}



.section h2 {
    font-size: 2em;
    color: #2205a0;
    margin-bottom: 10px;
}

.section p {
    font-size: 1.5em; 
    color: #000000;
    padding: 1px;
}



.section p::before {
    content: '✔️';
    margin-right: 10px;
    color: #ffff00;
}

 .lista3{
    border-radius: 10px;
    background-color: #5fcdef;
    width: 95%;
    margin: 0 auto;
    padding-top: 50px;
   
 }
 .lista3 li{
    
    display: inline-block;
    text-align: left; 
    color: #000;
    width: 45%;
    vertical-align: top;
    margin: 1% 1%;
    padding: 10px 10px;
 
} 
.lista3 img{
    width: 100%;
}

h1 {
    color: #4caf50;
    text-align: center; 
    margin-bottom: 20px;
    font-size: 2.5em;
    font-weight: bold;
}



.section2 h2 {
    font-size: 2em;
    color: #2205a0;
    margin-bottom: 10px;
}

.section2 p {
    font-size: 1.5em; 
    color: #000000;
    padding: 1px;
}


.section2 p::before {
    content: '✔️';
    margin-right: 10px;
    color: #ffff00;
}


.tokenomit{
    text-align: center;
    color: #000;
    font-size: 3em;
}
.container_grafico{
    background-color: #ffffff;
    width: 95%;
    /* height: 400px; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

 .grafico{
    width: 400px;
    height: 400px;
    border-radius: 50%; 
    background: conic-gradient(
            #008000 50%, 
            #0000ff 0 70%,
            #00ddff 0 80%,
            #ffa500 0 90%, 
            #800080 0 95%, 
            #ffc0cb 0
  );
    box-shadow: 1px 1px 5px 1px rgb(70 70 70); 
 }

.leyenda_all{
    display: flex;
    align-items:center ;
    margin-bottom: 1px;
}
[class^="color_"]{
    width: 15px;
    height: 15px;
    background-color: #ffa500;
    margin-right: 5px;
    border-radius: 3%;
}
.color_liquidity_dex{
    background-color: #0000ff;
}
.color_liquidity_cex{
    background-color: #00ddff;
}
.color_presale{
    background-color: #008000;
}
.color_rewards{
    background-color: #ffa500;
}

.color_team{
    background-color: #800080;
}
.color_marketing{
    background-color: #ffc0cb;
}

.disclaimer{
    color: #f40000;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
   
}
.textdisclaimer{
    text-align: center;
    position: relative;
    width: 95%;
    margin: 0 auto;
    font-size: 1.5em;  
    background-color: #5fd2ef;
    
}
.textdisclaimer strong{
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #000000;
}


.distribution{
    color: #000000;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', 'sans-serif';
    line-height: 1.6;
}
.total{
    color: #0d0000;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;  
    padding: 10px;
    border-radius: 3%;
    background-color: #ffffff;
}

.divideseccion{
    width: 95%;
    background-color: #000;
    position: relative;
    margin: 0 auto;
    height: 1px;
}
.contact-item{
    padding-top: 10px;
}
.social_list{
    margin: center;
    position: relative;

}  
.social_red h4{
    text-align: center;
    font-size: 2.5em;
    color: #1b08f0;
}

.social-networks{
    position: relative;
    margin: 0 auto; 
} 

.contact-item{
    margin: 0 auto;
    width: 95%;
    text-align: center;
   
}

.contact-item img{
    padding: 10px;
    width: 40px;
    height: 40px;
    
}

.dividefoot{
    width: 95%;
    background-color: #000;
    position: relative;
    height: 1px;
    margin: 0 auto;
}
.main-footer{
    width: 95%;
    height: 70px;
    margin: 0 auto;
    background-color: #eeedf0;
}
.main-footer p{
    text-align: center;
    padding-top: 50px;

}

@media  screen and (max-width:480px) {
    .main-footer, .dividefoot, .contact-item, .divideseccion,
    .textdisclaimer, .lista3, .lista2, .maestros, .profesores,
    .introducion, .container, .grafico, .leyenda_all, .paginas,
    .encabezado{

    }

    
}

 
