@media only screen and (max-device-width: 900px) {

 /*	.logo {width:100%}
 	.logo:hover {width:100%}
	.titulo-principal {width:100%}
	.h2 {width:100%}
	.h3 {width:100%}
	.pc {width:100%}
	.table-h1 {width:100%}
	.text-title {width:100%}
	.h4 {width:100%}
	.h5 {width:100%}
	.table-b2 {width:100%}
	.table-b3 {width:100%}
	.text-atencao {width:100%}
	.table-b4 {width:100%}
	.sub-text-atencao {width:100%}
	.text-box {width:100%}
	.sub-text.box {width:100%}
	.bg-table-b5 {width:100%}
	.box-icon {width:100%}
	.asteristic {width:100%}
	.table-h9 {width:100%}
	.text-table-h9 {width:100%}
	
 */
	
}

.logo {
	margin-top:25px;
	transition: transform .2s;
	width: 18%;
	height:65px;
}

.logo:hover {
	  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}

.titulo-principal {
	margin-top:170px;
}

h2 {
	background: #C825EC;
	background: linear-gradient(to right, 		#C825EC 0%, #27DCFC 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Poppins', sans-serif;
	font-size:25px;
	text-align:justify;
}

h1 {
	color:#FFF;
	font-family: 'Poppins', sans-serif;
	font-size:25px;
	font-weight:bold;
}

h3 {
	background: #C825EC;
	background: linear-gradient(to right, 		#C825EC 0%, #27DCFC 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	text-align:justify;
	font-weight:normal;
	margin-top:-10px;
}

.pc {
	margin-top:20px;
}

.table-h1 {
	 border:solid;
	 margin-top:30px;
	 border-radius:10px;
	 border-image: linear-gradient(to right, #C825EC, #27DCFC) 1;
}

.text-title {
	font-size:20px;
	font-family: 'Poppins', sans-serif;
	color:#FFF;
	font-weight:bold;
	padding-top:60px;
}

h4 {
	font-size:25px;
	font-family: 'Poppins', sans-serif;
	color:#FFF;
	font-weight:bold;
	background-image:url(../img/space.png);
	background-repeat:no-repeat;
	padding-left:15px;
}

h5 {
	font-size:18px;
	font-family: 'Poppins', sans-serif;
	color:#FFF;
	font-weight:normal;
	margin-top:-30px;
	padding-left:10px;
}

.table-b2 {
	margin:-60px;
	margin-left:114px;
}

.table-b3 {
	margin:-60px;
	margin-left:0px;
	font-weight:bold;
}

.text-atencao {
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
}

.table-b4 {
	margin:100px;
	margin-left:100px;
}

.sub-text-atencao {
	font-family: 'Poppins', sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
}

.text-box {
	font-family: 'Poppins', sans-serif;
	font-size:20px;
	color:#FFF;
	font-weight:bold;

}

.sub-text-box {
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	color:#FFF;
}

.bg-table-b5 {
	background-image:url(../img/bg-footer2.png);
	background-repeat:no-repeat;
	margin-left:-3px;
	margin-top:-50px;
}

.box-icon {
	margin-left:200px;
	margin-top:-90px;
}

.asteristic {
	font-family: 'Poppins', sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#FFF;
}

.table-h9 {
	color:#141D20;
	 border-radius:10px;
	 background-color:#36D900;
	 margin-left:110px;
}

.text-table-h9 {
	font-family: 'Poppins', sans-serif;
	 color:#141D20;
	 font-size:30px;
	 font-weight:bold;
	 text-align:center;
}