.especial-ico-size-el {
    display: inline-block;
    width: 3rem;
    height: 2.7rem;
    /*padding: 3.5rem;*/
    margin: 0 .05rem;
}

.especial-ico-size-m {
    display: inline-block;
    padding: 1.8rem;
    margin: 0 .05rem;
}

.especial-ico-size-s {
    display: inline-block;
    vertical-align: middle;
}

.ico-menu {
    background-image: url(/assets/icons/menu-green.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: solid 1px green;
    border-radius: 20%;
}

.ico-youtube-white {
    background-image: url(/assets/icons/youtube-white.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ico-facebook-white {
    background-image: url(/assets/icons/facebook-wite.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ico-instagram-white {
    background-image: url(/assets/icons/instagram-white.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ico-camera-verde {
    background-image: url(/assets/icons/camera-foto.gif);
    background-repeat: no-repeat;
    background-size: cover;
}

.ico-book-verde {
    background-image: url(/assets/icons/book.gif);
    background-repeat: no-repeat;
    background-size: cover;
}

.ico-poligonos-verde {
    background-image: url(/assets/icons/poligonos.gif);
    background-repeat: no-repeat;
    background-size: cover;
}

.ico-documento-verde {
    background-image: url(/assets/icons/documento-criacao.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.ico-documento2-verde {
    background-image: url(/assets/icons/plano-manejo-arquivo.gif);
    background-repeat: no-repeat;
    background-size: cover;
}

.margin-1 {
    margin: 0 1rem;
}