/* FONTES */
@font-face {
	font-family: roboto;
	src: url(../../fontes/roboto.ttf);
}

.icone { background-image: url(../../img/icones/icones.webp?v=3); margin: 0; }

/* DECLARAÇÃO DE CORES */
:root {
	--cor-principal: #000000;
	--cor-destaque: #151515;
	--cor-molde: #fff;
	--cor-molde_inferior: #fff;
}

.cor_principal {
	color: var(--cor-principal);
	fill: var(--cor-principal);
}
.cor_destaque {
	color: var(--cor-destaque);
	fill: var(--cor-destaque);
}

body {
	margin: 0px; padding: 0px;
	font-family: roboto; font-size: 14px;
	user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none;
	-webkit-text-size-adjust: 100%;
}
p, figure {
	margin: 0;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.container {
	background-color: transparent;
}
.fundos-svgs * {
	-webkit-text-size-adjust: none; text-size-adjust: none;
}

input, textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

#formImagem {
	display: none;
}

.menu_oculto {
	position: absolute;
	z-index: 40;
	display: none;
	box-sizing: border-box;
	padding: 5px 16px;
	width: max-content;
	background: white;
	text-align: left;
	margin-top: 6px;
	left: 0;
	background-image: linear-gradient(to top, rgba(215,215,215,0.35), rgba(255,255,255,0.35));
	box-shadow: 3px 5px 5px rgb(0 0 0 / 10%);
	padding: 10px 40px 10px 15px;
	z-index: 97;
}
.menu_detalhe {
	display: none;
	position: absolute;
	content: " ";
	height: 0;
	width: 0;
	pointer-events: none;
	border: solid transparent;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #FFF;
	border-width: 6px;
	z-index: 97;
}
.menu_oculto .opcao {
	display: flex;
	padding: 5px 0;
	align-items: center;
	cursor: pointer;
}
.menu_oculto .opcao:hover {
	text-decoration: underline;
}
.menu_oculto svg {
	margin-right: 8px;
}
.menu_oculto span {
	margin: 0!important;
}


.swal-content {
	display: flex;
	justify-content: center;
	margin-bottom: 40px;
}
.swal-content span, .swal-content label {
	font-size: 14px;
	text-align: left;
}
.swal-modal-width {
	min-width: min-content;
}
.opcoes {
	display: flex;
}
.opcao_lado {
	display: flex;
	width: 100px;
	justify-content: center;
	padding: 10px 0;
	background-color: var(--cor-destaque);
	color: #fff;
	margin: 0 7px 30px;
	cursor: pointer;
}

/* FECHOS */
.lista_opcoes[rel="fecho"] li figure {
	width: 160px;
	height: 52px;
	background-size: cover;
	background-position: center;
}
#fecho-plastico {
	background-image: url(../../img/icones/plastico.png);
}
#fecho-velcro {
	background-image: url(../../img/icones/velcro.png);
}
#fecho-fivela {
	background-image: url(../../img/icones/fivela.png);
}

.fechos_bone, .fechos_viseira {
	position: absolute;
	left: 0px;
	right: 0px;
	z-index: 5;
}

/* BOX VISUALIZAÇÃO */
#box_visualizar {
	display: flex;
	flex-direction: column;
	align-items: center;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: #E6E6E5;
	padding-bottom: 60px;
	z-index: 150;
	min-height: 600px;
}
#box_visualizar .bt_fechar-visualizar {
	position: absolute;
	top: 15px;
	right: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	color: #fff;
	font-weight: bold;
	border-radius: 100%;
	background-color: var(--cor-destaque);
	cursor: pointer;
}
#box_visualizar .logo {
	margin: 50px 0;
}
#box_visualizar .conteudo {
	display: flex;
	position: relative;
}
#box_visualizar .conteudo .simulacao { 
	display: flex;
	position: relative;
	flex-direction: column;
}
#box_visualizar .conteudo .simulacao img {
	height: fit-content;
	height: -moz-fit-content;
}
#box_visualizar .frente_verso, #box_visualizar .lateral {
	display: flex;
	justify-content: center;
}
#box_visualizar .lateral img:nth-child(2), #box_visualizar .frente_verso img:nth-child(2)  {
	margin-left: 50px;
}
#box_visualizar .box_compartilhar {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
	right: -330px;
	top: 0;
	bottom: 0;
}
#box_visualizar .atendimento {
	margin: 0;
}
#box_visualizar .salvar {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: fit-content;
	width: -moz-fit-content;
	margin-top: auto;
	margin-bottom: 50px;
	cursor: pointer;
}
#box_visualizar .salvar p {
	font-size: 16px;
	margin-top: 10px;
}