body {
	background:url('../img/txt.jpg'); 
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	color: #FFFFFF;
	padding: 0;
	margin: 0;


	font-size: 30px;
	font-family: arial;
}

.cont {

	margin: 0 auto;
	width: 100%

		}

.redes {
	background-color: #1a325d; opacity: .8;
	text-align: right;
	padding: 10px 0px;


}

.logo {

	background-color: #1a325d; opacity: .8;
	text-align: center;

}

.yektia {

	opacity: 1.0;
	width: 50%;

}

.nuevos {

	background-color: #02839c;
	text-align: center;

}

.como {
	padding: 30px;
}



.clientes {
	width: 100%;
	background-color: #035064;
	opacity: .8;
	text-align: center;
	padding: 10px 0px;


}

.soporte {
	width: 100%;
	background-color: #0287ca;
	opacity: .8;
	text-align: center;
	padding: 10px 0px;
	color: #ffffff;

}

.footer {
	font-size: 20px;
	text-align: center;
	opacity: .8;
	background-color: #0a0d34;
	padding: 10px 0px;

}

.call {
	color: #ffffff;
	font-size: 30px;
	display: inline-block;
	text-decoration:none;
}

.btn {
	font-size: 30px;
	text-decoration:none;
	display: inline-block;
	color: #000000;
	padding: 30px 20px;
	
	background: #05f939;

	margin: 20px;
	border-radius: 20px;
	
}

.btn:hover {
	font-size: 30px;
	text-decoration:none;
	display: inline-block;
	color: #ffffff;
	padding: 30px 20px; 
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7400+0,ed9200+100 */
background: #ff7400; /* Old browsers */
background: -moz-linear-gradient(left,  #ff7400 0%, #ed9200 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ff7400 0%,#ed9200 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ff7400 0%,#ed9200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#ed9200',GradientType=1 ); /* IE6-9 */

	margin: 20px;
		}

.formulario input[type="text"],
.formulario input[type="email"],
.formulario textarea {
	width: 80%;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 3px;
	border:1px solid #226fc1;
	font-size: 16px;
	font-family: Arial;
  }

  .formulario textarea {
	min-height: 120px;
	max-height: 300px;
	min-width: 80%;
	max-width: 100%;
}

.formulario input[type="text"]:focus,
.formulario input[type="email"]:focus,
.formulario textarea:focus {
	border:2px solid #4fb560;
}

.formulario button {
	width: 200px;
	margin: 0 auto;
	padding: 10px;
	border:1px solid #ffffff;
	color: #4fb560;
	background: none;
	cursor: pointer;
	border-radius: 3px;
	font-size: 20px;
	color: #fff;
}

.call {
	text-decoration:none;
	font-size: 25px;
	color: #ffffff;

}


@media (max-width: 500px) {

.yektia {

	opacity: .9;
	width: 80%;

}


body {

	font-size: 28px;

}

.btn {
	font-size: 30px;
	text-decoration:none;
	display: inline-block;
	color: #000000;
	padding: 30px 18px;
	background: #1dfe06;
	margin: 20px;
	border-radius: 20px;
}

.btn:hover {
	font-size: 30px;
	text-decoration:none;
	display: inline-block;
	color: #ffffff;
	padding: 30px 18px;
	background: #10440b;
	margin: 20px;
	border-radius: 20px;
		}


.redes {

	background-color: #1a325d; opacity: .8;
	width: 100%;

}


.logo {

	background-color: #1a325d; opacity: .8;
	width: 100%;

}

.call {
	text-decoration:none;
	font-size: 25px;
	color: #ffffff;

}





 }
}


