/*
---------------------------------------------------------------------------------------
 Licença   : MIT - Copyright 2019 Viniciusalopes (Vovolinux) <suporte@vovolinux.com.br>
 Criado em : 01/10/2019
 Projeto   : ujeverson.com.br
---------------------------------------------------------------------------------------
*/

*{
    float: left;
    position: relative;
}
html, body{
    width: 100%;
}

img {
    width: 75%;
}

/* Colunas */
.col-25{
    width: 25%;
}

.col-60{
    width: 60%;
}

.col-100{
    width: 100%;
}