/* Estilos Gerais */
body {
	font-family: 'Segoe-UI', sans-serif;
	height: 100%;
	width: 100%;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(33,33,33,1) 49%, rgba(37,37,37,1) 67%, rgba(0,0,0,1) 100%);

}

/* STYLES checkbox BUTTONS */
	input[type='checkbox']:after {
		background-color: #171717;
		width: 25px;
		height: 18px;
		border-radius: 15px;
		top: -2px;
		left: -3px;
		position: relative;
		content: '';
		display: inline-block;
		visibility: visible;
		border-color: #FFF;
		border: solid 1px;
	}

	input[type='checkbox']:checked:after {
		width: 25px;
		height: 18px;
		border-radius: 15px;
		top: -2px;
		left: -3px;
		position: relative;
		background-color: #51FFB4;
		content: '';
		display: inline-block;
		visibility: visible;
	}

	
/* STYLES RADIO BUTTONS */
input[type='radio']:after {
	background-color: black;
	width: 25px;
	height: 18px;
	border-radius: 15px;
	top: -2px;
	left: -3px;
	position: relative;
	content: '';
	display: inline-block;
	visibility: visible;
}

input[type='radio']:checked:after {
	width: 25px;
	height: 18px;
	border-radius: 15px;
	top: -2px;
	left: -3px;
	position: relative;
	background-color: #51FFB4;
	content: '';
	display: inline-block;
	visibility: visible;
}


	.exemplo-radio {
		margin-top: 15px;
		margin-bottom: 15px;
	}


/* Resoluçao Desktop */
/* Medias queries */
@media (max-width: 2560px) {


	/* Seção superior */
	#section-top {
		width: 100%;
		overflow: hidden;

	}

	#logo {
		text-align: center;
	}

	#logo img{
		width: 250px;
		margin-top: 55px;
		margin-bottom: 15px;
	}

	#section-top #qualy {
		margin-top: -5px;
		font-weight: normal;
	}

	#Subtitle h2 {
		font-size: 18px;
	}

	#section-top .subtitle p {
		display: inline;
		margin-bottom: 5px;
		margin-top: 20px;
		color: white;
		text-align: center;
		font-weight: bold;
	}

	#section-top .subtitle {
		text-align: center;
		margin-top: 70px;
	}

	#section-top .card {
		background-color: transparent;
		width: 350px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}

	.card-body {
		padding-left: 30px;
		padding-right: 30px;
	}

	#section-top .p-form-header {
		color: #FFF;
		font-size: 12px;
		text-align: left;
		font-weight: 300px;
	}

	#section-top .card-body label {
		color: #AAAAAA;
		font-size: 11px;
	}

	.inline {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 1fr;
		width: 500%;
		--total-items: 6;
   		width: calc(var(--total-items) * 100%);
   		position: relative;
  		left: 0%;
	}

	#section-top .card-body input {
		border-radius: 20px;
		background-color: transparent;
		color: #FFF;
	}

	.card {
		border: none;
		border-radius: none;
	}

	#card4 .card-body {
		padding: 10px 16px;
	}

	#card4 p {
		text-align: left;
		font-weight: normal;
		font-size: 12px;
		margin: 0 25px;
		color: #FFF;
	}

	#card5 p {
		text-align: center;
		font-weight: normal;
		font-size: 14px;
		margin-top: 0px;
		color: #FFF;
	}

	#card5 button {
		width: 170px;	
	}

	#card5 img {
		width: 55.6px;
		display: flex;
		margin-top: 20px;
		margin-bottom: 50px;
		margin-right: auto;
		margin-left: auto;
	}
	.card-body button {
		color: #FFF;
		background-color: transparent;
		font-size: 12px;
		margin-top: 30px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: 38px;
		width: 154px;
		border-radius: 20px;
		border-style: solid;
		border-width: 2px;
		border-color: #51FFB4;
		font-weight: bold;
	}

	#keyboard-arrow {
		margin-top: 60px;
		position: relative;
		width: 28px;
		
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);

	}

	/* Segunda seção */
	#section-two {
    	margin-top: 60px;
    	text-align: right;
	}

	#section-two p {
		display: contents;
		font-size: 16px;
		color: #FFF;
		margin-bottom: 0px;
	}

	/* Terceira seção */
	#section-tree {
		margin-top: 100px;
	}

	#section-tree p span {
		font-size: 20px;
		color: #51FFB4;
		font-weight: bold;
		text-align: left;
	}

	#section-tree p {
		margin-bottom: 2px;
		font-size: 20px;
		color: #FFF;
	}

	#section-tree img {

	    width: 94px;
	    margin-right: 10%;

	}

	#section-tree .text-fiber {
		display: flex;
		justify-content: flex-start;
	}

	/* Quarta seção */
	#section-four {
		margin-top: 90px;
		height: 100px;

	}

	#section-four .col2 {
		text-align: right;
	}

	#section-four .p1 {
		margin-right: 78px;
	}

	#section-four p{
		margin-bottom: 10px;
		color: #FFF;
		font-size: 20px;
	}

	#section-four img {
		width: 170px;
		margin-top: 0;
		margin-left: 300px;
	}

	/* Styles o footer */
	footer {
		margin-bottom: 50px;
		margin-top: 140px;
	}

	footer .icons {
		text-align-last: center;
	}

	footer .img-fluid {
		width: 120px;
		margin-left: 900px;
    	margin-top: -250px;
	}

	.icons img {
		width: 25px;
		margin: 0 20px;
		margin-bottom: 20px;
	}

}


/* Resoluçao Desktop */
/* Medias queries */			
@media (max-width: 1440px) {

	/* Seção superior */
	#section-top {
		width: 100%;
		overflow: hidden;
	}

	#logo {
		text-align: center;
	}

	#logo img{
		width: 250px;
		margin-top: 55px;
		margin-bottom: 15px;
	}

	#section-top #qualy {
		margin-top: -5px;
		font-weight: normal;
	}

	#section-top p {
		margin-bottom: 5px;
		margin-top: 20px;
		color: white;
		text-align: center;
		font-weight: bold;
	}

	#section-top .subtitle {
		font-size: 18px;
		text-align: center;
		margin-top: 70px;
	}

	#section-top .card {

		background-color: transparent;
		width: 350px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}

	.card-body {
		padding-left: 30px;
		padding-right: 30px;
	}

	#section-top .p-form-header {
		color: #FFF;
		font-size: 15px;
		text-align: left;
		font-weight: 300px;
	}

	#section-top .card-body label {
		color: #AAAAAA;
		font-size: 13px;
	}

	.inline {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 1fr;
		width: 500%;
		--total-items: 6;
   		width: calc(var(--total-items) * 100%);
   		position: relative;
  		left: 0%;
	}

	#section-top .card-body input {
		border-radius: 20px;
		background-color: transparent;
		color: #FFF;
	}

	.card {
		border: none;
		border-radius: none;
	}

	#card4 .card-body {
		padding: 10px 16px;
	}

	#card4 p {
		text-align: left;
		font-weight: normal;
		font-size: 14px;
		margin: 0 25px;
		color: #FFF;
	}

	#card5 p {
		text-align: center;
		font-weight: normal;
		font-size: 14px;
		margin-top: 0px;
		color: #FFF;
	}

	#card5 button {
		width: 170px;	
	}

	#card5 img {
		width: 55.6px;
		display: flex;
		margin-top: 20px;
		margin-bottom: 50px;
		margin-right: auto;
		margin-left: auto;
	}
	.card-body button {
		color: #FFF;
		background-color: transparent;
		font-size: 12px;
		margin-top: 30px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: 38px;
		width: 154px;
		border-radius: 20px;
		border-style: solid;
		border-width: 2px;
		border-color: #51FFB4;
		font-weight: bold;
	}

	#keyboard-arrow {
		margin-top: 60px;
		position: relative;
		width: 28px;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);
	}

	/* Segunda seção */
	#section-two {
    	margin-top: 60px;

    	text-align: right;


	}

	#section-two p {
		display: contents;
		font-size: 16px;
		color: #FFF;
		margin-bottom: 0px;
	}

	/* Terceira seção */
	#section-tree {
		margin-top: 100px;
	}

	#section-tree p span {
		font-size: 20px;
		color: #51FFB4;
		font-weight: bold;
		text-align: left;
	}

	#section-tree p {
		margin-bottom: 2px;
		font-size: 20px;
		color: #FFF;
	}

	#section-tree img {

	    width: 94px;
	    margin-right: 10%;

	}

	#section-tree .text-fiber {
		display: flex;
		justify-content: flex-start;
	}

	/* Quarta seção */
	#section-four {
		margin-top: 90px;

	}

	#section-four p{
		margin-bottom: 10px;
		color: #FFF;
		font-size: 20px;
	}

	#section-four img {
		width: 10px;
		margin-top: 0;
		margin-left: 300px;
	}

	/* Styles o footer */
	footer {
		margin-bottom: 50px;
		margin-top: 140px;
	}

	footer .icons {
		text-align-last: center;
	}

	footer .img-fluid {
		width: 120px;
		margin-left: 900px;
    	margin-top: -250px;
	}

	.icons img {
		width: 25px;
		margin: 0 20px;
		margin-bottom: 20px;
	}
}



/* Resoluçao Desktop */
/* Medias queries */
@media( max-width: 1024px ) {

	/* Seção superior */
	#section-top {
		
	}

	#section-top .card {
		width: 350px;
	}

	#card4 p {
		color: #FFF;
	}

	#card5 p {
		color: #FFF;
	}

	#section-two {
		text-align: left;
	}

	#section-two p {
    	font-size: 16px;
	}

	#section-tree .text-fiber {	
		display: flex;
		justify-content: flex-start;
	}

	#section-tree img {
		margin-right: 10%;
	}

	#section-four img {
		margin-top: 0px;
	    margin-left: 90px;
	    width: 160px;
	}

	#section-four .rowReverse {
		 flex-direction: row-reverse;
		justify-content: start;

	}

	#section-four p {
    	font-size: 20px;
	}

	#section-four img {
    	margin-top: 0px;
    	margin-left: 200px;
	}

	#section-four .col2 {
		text-align: left;
	}

	footer .img-fluid {
    	margin-left: 660px;
	}

}


/* Resoluçao mobile Tablet */
/* Medias queries */
@media( max-width: 768px ) {

	/* Seção superior */
	#section-top .card {

		background-color: transparent;
		width: 350px;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}

	#Subtitle h2 {
		font-size: 16px;
	}

	#section-top .subtitle p {
    	display: block;
	}

	#card4 p {
		color: #FFF;
	}

	#card5 p {
		color: #FFF;
	}

	#section-two {
		text-align: left;

	}

	.padd {
		padding: 0 50px;
	}

	#section-tree .text-fiber {	
    	display: flex;
    	justify-content: flex-start;
	}

	#section-tree img {
		margin-right: 10%;
	}

	#section-tree .col-6 {
		/*max-width: 70%;*/
	}

	#section-four img {
		margin-top: 0px;
	    margin-left: 90px;
	    max-width: 110px;
	}

	#section-four .rowReverse {
		justify-content: flex-start;

	}

	footer .img-fluid {
	    margin-left: 360px;
	    margin-top: -250px;
	}

}



/* Resoluçao mobile */
/* Medias queries */
@media( max-width: 425px ) {

	/* Seção superior */
	#section-top {
		
		width: 100%;
		overflow: hidden;
	}

	#logo {
		text-align: center;
	}

	#logo img{
		width: 200px;
		margin-top: 55px;
		margin-bottom: 15px;
	}

	#section-top #qualy {
		margin-top: -5px;
		font-weight: normal;
	}

	#section-top p {
   	 	margin-bottom: 5px;
    	margin-top: 20px;
    	color: white;
    	text-align: center;
    	font-weight: bold;
    	display: inherit;
	}

	#section-top .subtitle {
		text-align: center;
		margin-top: 70px;
	}

	#section-top .card {
		background-color: transparent;
		width: 99%;
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}

	.card-body {
		padding-left: 30px;
		padding-right: 30px;
	}

	#section-top .p-form-header {
		color: #FFF;
		font-size: 12px;
		text-align: left;
		font-weight: 300px;
	}

	#section-top .card-body label {
		color: #AAAAAA;
		font-size: 11px;
	}

	.inline {
		display: grid;
		grid-auto-flow: column;
		grid-auto-columns: 1fr;
		width: 500%;
		--total-items: 6;
   		width: calc(var(--total-items) * 100%);
   		position: relative;
  		left: 0%;
	}

	#section-top .card-body input {
		border-radius: 20px;
		background-color: transparent;
		color: #FFF;
	}

	.card {
		border: none;
		border-radius: none;
	}

	#card4 .card-body {
		padding: 10px 16px;
	}

	#card4 p {
		text-align: left;
		font-weight: normal;
		font-size: 12px;
		margin: 0 25px;
	}

	#card5 p {
		text-align: center;
		font-weight: normal;
		font-size: 14px;
		margin-top: 0px;
		color: #FFF;
	}

	#card5 button {
		width: 170px;	
	}

	#card5 img {
		width: 55.6px;
		display: flex;
		margin-top: 20px;
		margin-bottom: 50px;
		margin-right: auto;
		margin-left: auto;
	}
	.card-body button {
		color: #FFF;
		background-color: transparent;
		font-size: 12px;
		margin-top: 30px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		height: 38px;
		width: 154px;
		border-radius: 20px;
		border-style: solid;
		border-width: 2px;
		border-color: #51FFB4;
		font-weight: bold;
	}

	#keyboard-arrow {
		margin-top: 60px;
		position: relative;
		width: 28px;
		
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%);

	}

	/* Segunda seção */
	#section-two {
		margin-top: 60px;

	}

	#section-two p {
		font-size: 14px;
		text-align: right;
		color: #FFF;
		margin-bottom: 0px;

	}

	/* Terceira seção */
	#section-tree {
		margin-top: 100px;
	}

	#section-tree .col-6 {
		/*max-width: 100%;*/
		padding-left: 0;
	}

	#section-tree p span {
		font-size: 16px;
		color: #51FFB4;
		font-weight: bold;
	}

	#section-tree p {
		margin-bottom: 2px;
		text-align: center;
		font-size: 16px;
		color: #FFF;
	}

	#section-tree img {
		margin-right: 10%;
	}

	#section-tree .text-fiber {
		display: flex;
		justify-content: flex-start;
	}

	/* Quarta seção */
	#section-four {
		margin-top: 90px;

	}

	#section-four p{
		margin-bottom: 10px;
		color: #FFF;
		font-size: 14px;
	}

	#section-four img {
		max-width: 110px;
		margin-top: -30px;
		margin-left: 30px;
	}	

	#section-four .rowReverse {
		flex-direction: row;

	}


	/* Styles of footer */
	footer {
		margin-bottom: 50px;
		margin-top: 90px;
	}

	footer .icons {
		text-align-last: center;
	}

	footer .img-fluid {
		width: 120px;
		margin-left: 160px;
    	margin-top: -250px;
	}

	.icons img {
		width: 25px;
		margin: 0 20px;
		margin-bottom: 20px;
	}

}



/* Resoluçao mobile */
/* Medias queries */
@media( max-width: 375px ) {

	#section-tree {
		margin-right: 70%;
	}

	#section-four img {
		width: 140px;
		margin-top: -30px;
		margin-left: 30px;
	}	

	#section-tree .col-6 {
		margin-right: 20px;
	}
}


/* Resoluçao mobile */
/* Medias queries */
@media( max-width: 320px ) {

	#section-tree img {
    	margin-left: -30px;
    	margin-right: 40%;
	}

	#section-four img {
    	width: 100px;
	}
}