
/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 22 2023 | 11:12:32 */
@import url(https://use.typekit.net/tnx2lqn.css);
body{
	font-family: brandon-grotesque, sans-serif;
}

input.sws_letras {
    font-family: "Audiowide", Sans-serif;
    text-align: center;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.2);
    color: #fff;
    letter-spacing: 10px;
    font-size: 30px;
}

input.sws_letras:focus{
    border-color: #fff;
}

.sws_editar{
	opacity: 0;
}

#avatar:hover .sws_editar{
	opacity: 1;
}

ul.avatar-select-box {
    list-style: none;
    font-size: 0;
	display: none;
	padding: 0;
	text-align: center;
}

ul.avatar-select-box.aberto{
	display: block;
}

li.avatar-select {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-size: 60% auto;
    background-repeat: no-repeat;
    background-position: center;
    margin: 10px;
    border-radius: 100%;
    border: 2px solid rgba(255,255,255,0);
}


li.avatar-select:hover {
    border-color: rgba(255,255,255,0.3);
    cursor: pointer;
}

li.avatar-select.selecionado {
    border-color: rgba(255,255,255,1);
}


.elementor-field-group.error input{
	outline: 2px solid red;
}

/*main#content, div[data-elementor-type="header"]{display: none;}
#loadingEl{position: fixed; z-index: 1000; left: 0; top: 0; right: 0; bottom: 0; background-image: url(https://cosmic-journey.goldenergy.pt/sws-media/icons/loading.svg); background-repeat: no-repeat; background-color: rgba(255,255,255,0.7); background-size: 15% 15%; background-position: center;
    	}

.iWin_TopSells_CurrPos_BG{
	background-color: #431D80;
}*/