@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700');
/* CSS Document */
 
body{font-size: 30px;
	margin: 0;
	font-family: 'Noto Sans', sans-serif;
	background-color: #FFF;
	color: #000;
}



h3{
	color: #000;
	font-size:20px;
}

h6{
	font-family: 'Noto Sans', sans-serif;
	font-size: 15px;
	font-weight: lighter;
	color: #000;
	padding: 0 20px;

}
a, h2 {
	color: #eb619f;
	font-weight: 600;
}

@media only screen and (max-width: 320px) {
	body {
		font-size: 1em;
	}
}

.pre-input-text {
	font-size: 12px;
	color: #000;
	padding: 0 20px;
	text-align: center;
	margin-top: 10px;
}

.input-fields {
	display: inline-block;
	font-family: 'Noto Sans', sans-serif;
}

.acepto h3 {
	font-family: 'Noto Sans', sans-serif;
}


td{
	max-width: 1080px;
}

#contenedor{
	max-width: 1080px;
	height: auto;
	text-align: center;
	margin: 0;
	font-family: 'Noto Sans', sans-serif;
}

#encabezado{
	max-width: 1080px;
	height: auto;
	background-image: url("../images/logo.jpg");
}

#servicio{
	display: inline-block;
	max-width:1080px;
	height:auto;
}

.acepto{
	max-width:1080px;
	height:auto;
	color: black;
	padding: 10px;
	padding-top: 10px;
	font-size: 0.7em;
	font-family: 'Noto Sans', sans-serif;
}


.steps {
	color:#fff;
	counter-reset: my-badass-counter;
	text-align: left;
	margin: 5% 0% 5%;
}

.steps dt {
	position: relative;
	font: normal 16px 'Noto Sans', sans-serif;
	padding: 5px 5px 5px 20px;
}

.steps dt > span {
	vertical-align: middle;
	margin: 5px;
}
.steps dt:before {
	content: counter(my-badass-counter) ":.";
	counter-increment: my-badass-counter;
	position: relative;
	left: 0;
	top: 0;
	font: bold 40px/1 'Noto Sans', sans-serif;
}


.tyc {
	max-width:1080px;
	height:auto;
	background-color: #fff;
	color:#000;
	padding: 30px;
	font-size: 12px;
}

.acepto h3 {
	font-family: 'Noto Sans', sans-serif;
}

#botones{
	width: 100%;
	float: left;
	font-family: 'Noto Sans', sans-serif;
}

#botones > a {
	text-decoration-line: none;
}

#cancelar{
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #686868;
	float: left;
	font-size: 26px;
	font-weight: 400;
	color: white;
}

#teaser{
	width: 90%; 
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #00c5e9;
	font-size: 26px;
	font-weight: 400;
	color: #fff;
	text-shadow: #000 3px 3px 10px;
	font-family: 'Noto Sans', sans-serif;
	border: 1px #8600fb solid;
	animation: bom 4s ease-in-out forwards 1s; 
  	transform: scale(1)
}

@keyframes bom {
	10%{
		transform: scale(0.9);
	}
  	20% {
		transform: scale(1.0);
	}
  	30% {
		transform: scale(0.9);
  	}
  	40% {
    	transform: scale(1.0);
	  }
	50% {
		transform: scale(0.9);
	}
	60% {
		transform: scale(1.0);
	}
	70% {
		transform: scale(0.9);
	}
	80% {
		transform: scale(1);
	}
	90% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}

#to_service_url{
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #00b9ed;
	font-size: 20px;
	font-weight: 400;
	color: #fef200;
	font-family: 'Noto Sans', sans-serif;
	border: none;
}

#enviar {
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #00b9ed;
	font-size: 26px;
	font-weight: 400;
	color: #fef200;
	font-family: 'Noto Sans', sans-serif;
	border: none;
}

.acepto{
	max-width:1080px;
	height:auto;
	color: black;
	padding: 10px;
	padding-top: 10px;
	font-size: 0.7em;
	font-family: 'Noto Sans', sans-serif;
}

.reintentar {
	text-decoration: none;
	padding: 20px;
	background-color: #00b9ed;
	font-size: 26px;
	font-weight: 400;
	color: #fef200;
	font-family: 'Noto Sans', sans-serif;
	border: none;
}

.descripcion{
	font-family: 'Noto Sans', sans-serif;
	font-size: 16px;
	text-align: center;
	padding: 0 20px;
	font-weight: 400;
}

#screens{
	width:1080px;
	height:350px;
	background-image: url("../images/mockups.jpg");
	float: left;
}

#phone1{
	width:360px;
	height:350px;
	float: left;
}

#phone2{
	width:360px;
	height:350px;
	float: left;
}

#phone3{
	width:360px;
	height:350px;
	float: left;
}

#lead {
	padding-top: 0px;
	color: #ffffff;
	font-weight: normal;
	font-size: medium;	
}

#phone{
	border: 1px solid black;
	font-size: 30px;
	/* margin-bottom: 50px; */ 
	margin-bottom: 20.5px;
	font-family: 'Noto Sans', sans-serif;
	padding-left: 10px;
}

#pin{
	width: 300px;
	border: solid 1px black;
	height: 100px;
	text-align: center;
	margin-bottom: 20PX;
	font-size: 40px;
	font-family: 'Noto Sans', sans-serif;
}

img{
	width: 100%;
	position: relative;
}

input[type=submit] {
	-webkit-appearance: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: small;
  }
  ::-moz-placeholder { /* Firefox 19+ */
	font-size: small;
  }
  :-ms-input-placeholder { /* IE 10+ */
	font-size: small;
  }
  :-moz-placeholder { /* Firefox 18- */
	font-size: small;
  }

input {
	color: #5f5f5f
}  