@font-face{
    font-family:"FFF Acid Grotesk Ultra light";
    src:url(FFF-AcidGrotesk-UltraLight-TRIAL.otf);
}


body{
    width: 100%;
    height: 100%;
    font-family: "FFF Acid Grotesk Ultra light";
    background-color: #fffcfa;
}

#icono{
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
}
#ic{
    display: block;
    width: 152px;
    margin: auto;
    margin-top: 40vh;
    
}
#text{
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
}
p{
    display: block;
    text-align: center;
    font-size: 20px;
    margin-top: 63vh;
}
img{
    display: block;
    margin: auto;
}
#cont{
    display: block;
    position: absolute;
    width: 100vw;
    height: 100vh;
}

#social{
    display: flex;
    position: relative;
    width: 90px;
    height: 30px;
    margin: auto;
    margin-top: 70vh;
    
}
#in{
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(redes-02.svg);
    background-size: 90px;
    background-position: 0px -60px;
}
#in:hover{
    background-position: 0px 30px;
}
#fb{
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(redes-02.svg);
    background-size:90px;
    background-position: 60px -60px;
}
#fb:hover{
    background-position: -30px 30px;
}
#be{
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(redes-02.svg);
    background-size:90px;
    background-position: -60px -60px;
    
}
#be:hover{
    background-position: -60px 30px;
}

    
}