@import url('pure-min.css');

@import url('grids-responsive-min.css');
@import url('default.css');

/* ESSENCIAIS */
/*_____________________________________________________________________________________________________________________________________________________________*/

/* cores do ecrã de loading */
.loader { background: #000000; }	/* loader background color */
.loader i.fa-cog { color: #ffffff; } /* loader spinner color */

/* cor do botão scroll top */
.scrollup { color: auto; } /* go top button color */

/* hightlight colors */
::selection, ::-moz-selection { background: auto; color: auto; }

/* placeholder dos formularios */
::-webkit-input-placeholder { color: #000000; }
:-moz-placeholder { color: #000000; }
::-moz-placeholder { color: #000000; }
:-ms-input-placeholder { color: #000000; }

/* locker on or off */
#locked { display: none; } 

/* ADICIONAR CÓDIGO ABAIXO*/
/*_____________________________________________________________________________________________________________________________________________________________*/

html, body { background: #000000!important; overflow: hidden; }
div.bg-img { background-image: url(../imgs/fundo-campanha.jpg); z-index: 1; max-width: 1440px; max-height: 900px; width: 100%; height: 100%; background-position: center; }
img { left: 50%; top: 50%; position: absolute; z-index: 2; }
img.balas { cursor: pointer; }
img.utd { pointer-events: none; opacity: 0; }
i { color: #ffffff; font-size: 32px!important; position: absolute; opacity: 0; left: 20px; bottom: 20px; transition: all 1s ease-in-out 0s; z-index: 2; }