@font-face {
    font-family: 'MotionPicture_PersonalUseOnly';
    src:url('../../Fonts/MotionPicture_PersonalUseOnly.ttf'); 
    
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cylburn';
    src:url('../../Fonts/Cylburn.otf') format('woff'),
        url('../../Fonts/Cylburn.ttf') format('ttf'); 
    
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Silver Medal';
    src:url('../../Fonts/Silver Medal.ttf') format('ttf'); 
    
    font-weight: bold;
    font-style: normal;
}

body{
    margin: 0;
    background-color: #000 !important;
    /*background: rgb(0,0,0);
    background: linear-gradient(330deg, rgba(0,0,0,1) 0%, rgba(241,240,219,1) 56%);*/
    color: #ffffff !important;
    min-height: 700px;
    font-family: 'Lato',sans-serif;
}
a i{
    color: #fff;
}

footer a i{
    color: #000;
}

#barmenu{
    position: absolute;
    top: 16px;
    right: 20px;
    z-index: 3;
}

#mySidebar{
    color: white;
    text-align: center;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #1b1b1b;
    position: fixed;
    top: 0;
    z-index: 11;
    overflow: auto;
    border-right: 1px solid #ccc;
    opacity: 0.90;
}

#circulo{
    /*display: none;*/
    z-index: 7;
    /*width: 100%;*/
    margin: 0 35%;
    height: 100%;
    position: fixed;
    top: 0;
    padding-top: 60%;
    overflow: auto;
    text-align: center;
    /*background-color: #e4e1d469;*/
}

.contenedor{
    padding: 16px 30px;
}

.cuerpo{
    display: none;
}

.boton{
    width: 70%;
    background: #fff;
    color: #000;
    margin: 0 auto;
    padding: 12px 0;
    font-size: 1.4em;
}

.foot{
    background-color: #fff;
    color: #000;
    border-top-color: rgba(0,0,0,0.2);
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    padding: 20px;
}

.redes{
    color: #ffffff;
    text-decoration: none;
}

.listado{
    /*margin: 20px 12px;*/
    padding: 8px 20px 20px;
    font-size: 1.1em;
    text-align: center;
    box-shadow: 2px 1px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.bio{
    padding: 10px 30px;
}

.imgbio{
    text-align: center;
    margin: 20px 0;
}
