body {
  background-color: #2fd47e;
  color: #ffffff;
  margin: 0px 2px;
  overscroll-behavior-y: none;
}
h1 {
  color: #feada9;
  font-weight: bolder;
  font-size: large;
  text-shadow: 1px 1px 10px #7a3006, 0 0 10px #7a3006, 0 0 10px #7a3006;
}

.footer {
  /*position: fixed;
  bottom: 0px; */
  font-size: x-small;
  color: #ffffff;
  margin: 0px;
  width: 100%;
  position: relative;
  top: 150px;
}
.footer > .container {
  padding-right: 5px;
  padding-left: 5px;
}
#banner {
  margin:0 auto;
  width: 100%;
}
#teaser{
  padding-top: 0px;
  color: #ffffff;
  font-weight: normal;
  font-size: medium;
}
#teaser_error {
  padding-top: 0px;
  color: #d67070;
  font-weight: normal;
  font-size: medium;
}
#teaser_thankyou {
  padding-top: 0px;
  color: #ffffff;
  font-weight: normal;
  font-size: medium;
}
#teaser_checkout {
  margin-bottom: 0px;
  padding: 0px;
  color: #ffffff;
  font-weight: normal;
  font-size: small;
}

#teaser_continue{
  padding-top: 5px;
  color: #ffffff;
  font-weight: thin;
  font-size: small;
}

#select_carrier{
  margin: 15px;
}
#main_deck{
  padding-right: 10px;
  padding-left: 10px;
}
#main_image{
  padding: 0px;
}

#suscribe_button{
  text-transform: uppercase;
  color: #feea0a;
  font-weight: bolder;
  letter-spacing: 0.2 5em;
  padding: 5px 5%;
  border: #7a3006 1px solid;
}
#cancel_button{
  text-transform: lowercase;
  color: #551809;
  letter-spacing: 0.2 5em;
  padding: 1px 5%;
  margin-top: 20px;
  background-color: #cacaca;
  border-color: #cacaca;
}
#msisdn_form > form > div.form-group {
  padding: 10px 10px;
}
#msisdn_form{
  position: relative;
}
#botones{
	width: 100%;
	float: left;
	font-family: 'Noto Sans', sans-serif;
}
#cancelar{
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #686868;
	float: left;
	font-size: 26px;
	font-weight: 400;
	color: white;
}

#suscribir{
	width: 90%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #00c5e9;
	float: center;
	font-size: 26px;
	font-weight: 400;
	color: white; 
	font-family: 'Noto Sans', sans-serif;
	border: none;
	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);
	}
}

.pre-input-text {
	font-size: 12px;
	color: #4A4A4A;
	padding: 0 20px;
  text-align: center;
  display: inline-flex;
  margin-top: 7%;
}

#mockups{
  width: 100%;
}