*,
*::before,
*::after {
  box-sizing: border-box; // 1
}

body{
	margin:0px;
	overflow-x: hidden;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	background: white;
}

#header-body{
	background: white;
}

.row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}


.col-md-6{
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

#email{
	background-color: rgb(255, 255, 255);
	border: 1px solid #40d880;
	font-size: 17px;
	color: rgba(23, 23, 23, 1);
	text-align: center;
	font-weight: 100;
	height: 40px;
	border-radius: 20px;
	box-shadow: 0px 0px 7px 0px rgb(64, 216, 128)
}

.botaoDownload{
	font-weight: 600;
	text-decoration: none;
	padding: 12px 20px;
	border-radius: 45px;
	border: 0px solid transparent;
	background: #2da562;
	color: white;
	cursor: pointer;
	margin-top: 10px;
}

.logomarca{
	text-align: center;
	padding: 10px;
}
.logo{
	height: 50px;
}

.ferramenta{
	border: solid 2px white;
	width: 100vw;
	overflow: hidden;
}

.cadaItem{
	min-height: 30vh;
	border: solid 2px white;
	text-align: center;
	color: white;
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: left;
	width: 49%;
}

.cadaItem .editableText{
	margin: 0;
	z-index: 3;
	resize: vertical;
}

.fundo{
	position: absolute;
	z-index: 2;
	color: white;
	opacity: .4;
	margin-left: 10px;
	width: 20px;
	cursor: default;
}

.fundoLetra{
	font-size: 3.2em;
}

.fundoTexto{
	top: -22px;
	position: relative;
}

.forcas{
	background: #40d880;
}

.fraquezas{
	background: #d84040;
}

.oportunidades{
	background: #409dd8;
}

.ameacas{
	background: #d8d740;
}

.rodape{
	margin: 20px 0px;
}