html, body {
	background-image: url(../img/bg-desk.png); 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: auto;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	overflow-y: scroll; 
}

.container {
	width: 100%;
	height: auto;
	display: block;
	float: left;
	background-image: url(../img/bg-desk.png); 
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	height: 100%;
	padding: 0 0 50px 0;
	margin: 0;
	overflow: hidden;
}

.bg-850 {
	display: none;
}


.bold {
	font-weight: bold;
}
.light {
	font-weight: lighter;
}

.font-24 {
	font-size: 24px;
}

/*llamado*/
.llamado {
	max-width: 520px;
	width: 90%; 
	margin: 25px auto 10px auto;
}

.llamado img {
	width: 70%;
	margin: 0 auto;
    display: block;
}

.txt-llamado {
	width: 90%;
	max-width: 420px;
	margin: 0 auto;
}

.txt-llamado h1 {
	font-family: sans-serif;
	color: #fff;
	font-size: 13px;
	text-align: center;
	font-weight: lighter;
}


/*llamado*/

.pasos {
	width: 460px;
	margin: 0 auto;
}

.pasos img {
	width: 100%;
}

/*paso1*/
#paso1 {
	position: relative;
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	display: block;
}

#paso1 p {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: sans-serif;
	text-align: center;
	font-weight: lighter;
	line-height: 130%;
	text-shadow: 0px 0px 4px rgba(0,0,0,.7);
	-webkit-text-shadow: 0px 0px 4px rgba(0,0,0,.7);
	-moz-text-shadow: 0px 0px 4px rgba(0,0,0,.7);
}

.paso-1-form {
	margin: 40px auto 0 auto;
	width: 200px;
}

.campos-txt {
	width: 198px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,.2);
	border: 1px solid #fff;
	font-family: sans-serif;
	font-size: 18px;
	margin: 0 auto;
	font-weight: lighter;
	outline: none;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.btnsiguiente {
	width: 200px;
	display: block;
	margin: 10px auto 0 auto;
	position: relative;
}

.btnsiguiente a {
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	background-color: #ed2939;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: lighter;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
}

.btnsiguiente a:hover {
	padding: 10px 0;
	text-align: center;
	color: #ed2939;
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: lighter;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
}
/*paso1*/


/*paso2*/


#paso2 {
	position: relative;
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	display: none;
	opacity: 0;
}

#paso2 p {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: sans-serif;
	text-align: center;
	font-weight: lighter;
	line-height: 130%;
	text-shadow: 0px 0px 4px rgba(0,0,0,.7);
	-webkit-text-shadow: 0px 0px 4px rgba(0,0,0,.7);
	-moz-text-shadow: 0px 0px 4px rgba(0,0,0,.7);
}

#paso2 h2 {
	color: #fff;
	font-size: 14px;
	font-family: sans-serif;
	text-align: left;
	font-weight: lighter;
	display: block;
	float: left;
	width: 100%;
	position: relative;
	margin-bottom: 0;
}

#direccion1 {
	margin-bottom: 5px;
}

.paso-2-form {
	margin: 40px auto 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.paso-2-form-col-right {
	float: left;
	width: 40%;
	margin-left: 19.5%;
}

.paso-2-form-col-left {
	float: left;
	width: 40%;
	position: relative;
	opacity: 1 !important;
}

.paso-2-form-col-left input {
	border: none;
	background-color: rgba(255,255,255,0.2);
}

.paso-2-form-col-left .campos-txt-2 {
	border: none;
	background-color: rgba(255,255,255,0.2);
}

.paso-2-form-col-left input::placeholder {
  opacity: 1;
  color: rgba(255,255,255,1)
}

.paso-2-form-col-left input::-moz-placeholder {
  opacity: 1;
  color: rgba(255,255,255,1)
}

.campos-txt-2 {
	width: 90%;
	padding: 10px 5%;
	text-align: left;
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
	font-family: sans-serif;
	font-size: 14px;
	float: left;
	font-weight: lighter;
	background-color: rgba(0,0,0,.2);
}
.btnmodificar-mobile a {
	display: none;
}

.btnmodificar {
	width: 200px;
	float: left;
	clear: both;
	position: relative;
}
	
.btnmodificar a {
	padding: 10px 0;
	text-align: center;
	color: #a0a0a0;
	background-color: #fff;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: lighter;
	margin-top: 10px;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
}

.btnmodificar a:hover {
	padding: 10px 0;
	text-align: center;
	color: #fff;
	background-color: #a0a0a0;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: lighter;
	margin-top: 10px;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
}

.btnsiguiente-2 {
	width: 200px;
	display: block;
	margin: 10px auto 0 auto;
	position: relative;
	float: left;
}

.btnsiguiente-2 a {
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	background-color: #ed2939;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: lighter;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
}

.btnsiguiente-2 a:hover {
	padding: 10px 0;
	text-align: center;
	color: #ed2939;
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: lighter;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
}

.grupo {
	position: relative; 
	width: 100%;
	float: left;
}

.ico-numero-cliente-paso2 {
	width: 17px;
	height: 26px;
	position: relative;
	overflow: visible;
	margin: -38px -15px 0 0;
	float: right;
}

.ico-numero-cliente-paso2:hover .tip-direccion {
	display: block;
}

.tip-direccion:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%;
	right: 3px;
	top: 21px;
	width: 15px;
	height: 15px;
	margin-bottom: -7px;
	background: rgba(255,255,255,1);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*paso2*/



/*paso3*/
#paso3 {
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	display: none;
	opacity: 0;
}

#paso3 p {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: sans-serif;
	text-align: center;
	font-weight: lighter;
	line-height: 130%;
	text-shadow: 0px 0px 4px rgba(0,0,0,.7);
	-webkit-text-shadow: 0px 0px 4px rgba(0,0,0,.7);
	-moz-text-shadow: 0px 0px 4px rgba(0,0,0,.7);
}

.box-numero-cliente {
	width: 300px;
	margin: 50px auto 0 auto;
	clear: both;
	position: relative;
}

.numero-cliente {
	width: 200px;
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	background-color: rgba(255,255,255,0.2);
	float: left;
	font-family: sans-serif;
	font-size: 18px;
}

.check-numero-cliente {
	width: 50px;
	float: left;
	height: 50px;
}


.check{
	width: 14px;
	height: 14px;
	float: left;
    background-image: url(../img/check-off.png);
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
	margin: 13px 0 0 25px;
	cursor: pointer;
}

.check.on{
	background-image: url(../img/check-on.png);
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
}

.ico-numero-cliente {
	width: 17px;
	float: left;
	height: 26px;
	position: relative;
	overflow: visible;
}


.ico-map {
	width: 17px;
	height: 26px;
	background-image: url(../img/ico-map-off.png);
    background-size: 17px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 3px 0 0 10px;
    cursor: pointer;
    transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
}

.ico-map:hover {
	width: 17px;
	height: 26px;
	background-image: url(../img/ico-map-on.png);
    background-size: 17px;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 3px 0 0 10px;
    cursor: pointer;
    transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
}

.tip-direccion {
	position: absolute;
	width: 300px;
	background: rgba(255,255,255,1);
	text-align: center;
	margin-top: -40px;
	display: none;
	left: 50%;
	margin-left: -139px;

}

.ico-numero-cliente:hover .tip-direccion {
	display: block;
}

.tip-direccion:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%;
	right: 143px;
	top: 21px;
	width: 15px;
	height: 15px;
	margin-bottom: -7px;
	background: rgba(255,255,255,1);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tip-direccion h1 {
	width: 100%;
	display: block;
	color: #8e8e8e;
	font-size: 12px;
	font-family: sans-serif;
}

.btnsiguiente-3 {
	width: 200px;
	display: block;
	margin: 10px auto 0 auto;
	position: relative;
	clear: both;
}

.btnsiguiente-3 a {
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	background-color: #ed2939;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: lighter;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
}

.btnsiguiente-3 a:hover {
	padding: 10px 0;
	text-align: center;
	color: #ed2939;
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: lighter;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
}


.check-paso-3 {
	width: 10.6%;
    float: left;
    margin-bottom: 40px;
    margin-left: 5%;
    margin-top: 10px;
}


/*paso3*/


/*paso4*/
#paso4 {
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	display: none;
	opacity: 0;
}

#paso4 p {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: sans-serif;
	text-align: center;
	font-weight: lighter;
	line-height: 130%;
	text-shadow: 0px 0px 4px rgba(0,0,0,.7);
	-webkit-text-shadow: 0px 0px 4px rgba(0,0,0,.7);
	-moz-text-shadow: 0px 0px 4px rgba(0,0,0,.7);
}

.box-preguntas-4 {
	width: 410px;
	margin: 50px auto 0 auto;
	clear: both;
	position: relative;
}

.preguntas-4{
	width: 200px;
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	background-color: rgba(0,0,0,.4);
	float: left;
	font-family: sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
}

.preguntas-4-margin {
	margin-left: 10px;
}

.check-4{
	width: 14px;
	height: 14px;
	float: left;
    background-image: url(../img/checkBox-off.png);
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	margin: 3px 0 0 10px;
}

.check-4.on{
	background-image: url(../img/checkBox-on.png);
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
}

.btnsiguiente-4 {
	width: 200px;
	display: block;
	margin: 10px auto 0 auto;
	position: relative;
	clear: both;
}

.btnsiguiente-4 a {
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	background-color: #ed2939;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: lighter;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
}

.btnsiguiente-4 a:hover {
	padding: 10px 0;
	text-align: center;
	color: #ed2939;
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: lighter;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
}
/*paso4*/


/*paso5*/
#paso5 {
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	display: none;
	opacity: 0;
}

#paso5 p {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: sans-serif;
	text-align: center;
	font-weight: lighter;
	line-height: 130%;
	text-shadow: 0px 0px 4px rgba(0,0,0,.7);
	-webkit-text-shadow: 0px 0px 4px rgba(0,0,0,.7);
	-moz-text-shadow: 0px 0px 4px rgba(0,0,0,.7);
}

.box-preguntas-5 {
	width: 410px;
	margin: 50px auto 0 auto;
	clear: both;
	position: relative;
}

.preguntas-5{
	width: 200px;
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	background-color: rgba(0,0,0,.4);
	float: left;
	font-family: sans-serif;
	font-size: 18px;
	margin-bottom: 10px;
	position: relative;
}

.preguntas-5-margin {
	margin-left: 10px;
}

.preguntas-5-margin-50 {
	left: 50%;
	margin-left: -100px;
}

.check-5{
	width: 14px;
	height: 14px;
	float: left;
    background-image: url(../img/checkBox-off.png);
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	margin: 3px 0 0 10px;
}

.check-5.on{
	background-image: url(../img/checkBox-on.png);
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
}

.btnsiguiente-5 {
	width: 200px;
	display: block;
	margin: 10px auto 0 auto;
	position: relative;
	clear: both;
}

.btnsiguiente-5 a {
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	background-color: #ed2939;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: lighter;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
}

.btnsiguiente-5 a:hover {
	padding: 10px 0;
	text-align: center;
	color: #ed2939;
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: lighter;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
}
/*paso5*/


/*paso6*/
#paso6 {
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	display: none;
	position: relative;
	opacity: 0;
}

#paso6 p {
	width: 100%;
	display: block;
	color: #fff;
	font-size: 18px;
	font-family: sans-serif;
	text-align: center;
	font-weight: lighter;
	line-height: 130%;
	margin-top: 30px;
	text-shadow: 0px 0px 4px rgba(0,0,0,.7);
	-webkit-text-shadow: 0px 0px 4px rgba(0,0,0,.7);
	-moz-text-shadow: 0px 0px 4px rgba(0,0,0,.7);
}

.paso-historico {
	font-size: 24px;
	font-weight: bold;
}

#plan1 {
	width: 250px;
	left: 50%;
	margin-left: -125px;
	position: relative;
	display: none;
}

#plan2 {
	width: 500px;
	left: 50%;
	margin-left: -250px;
	position: relative;
	display: none;
}

#plan3 {
	width: 750px;
	float: left;
	display: block;
	clear: both;
	margin-bottom: 10px;
}

.plan {
	width: 240px;
	background: rgba(255,255,255,0.2);
	margin: 0 5px;
	float: left;
	padding-bottom: 15px;
	display: block;
	position: relative;
}

.header-plan {
	width: 100%;
	float: left;
	background-color: #00a1de;
}

.header-plan h2 {
	color: #fff;
	text-align: center;
	font-family: sans-serif;
	font-size: 22px;
	padding: 18px 0;
	margin: 0;
	line-height: 100%;
}

.plan-grande {
	width: 240px;
	background: rgba(255,255,255,0.2);
	margin: 0 5px;
	float: left;
	padding-bottom: 15px;
	display: block;
	position: relative;
}

.header-plan-grande {
	width: 100%;
	float: left;
	background-color: #00a1de;
}

.header-plan-grande h2 {
	color: #fff;
	text-align: center;
	font-family: sans-serif;
	font-size: 30px;
	padding: 14px 0;
	margin: 0;
}

.header-plan-grande span {
	font-size: 20px;
}

.descueto-plan {
	width: 100%;
	float: left;
}

.descueto-plan h2 {
	color: #fff;
	text-align: center;
	font-family: sans-serif;	
	font-size: 12px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	padding: 0 0 14px 0;
	margin: 0;
	width: 100%;
}

.descueto-plan h1{
	color: #fff;
	text-align: center;
	font-family: sans-serif;
	font-size: 32px;
	display: inline-block;
	padding: 14px 0 0 0;
	margin: 0;
	width: 100%;
}

.descueto-plan span{
	color: #fff;
	text-align: center;
	font-family: sans-serif;
	font-size: 20px;
	display: inline-block;
	padding: 0;
	margin: 0;
	position: relative;
} 
.upx:after{
    content: '*';
    color: #fff;
    top: -10px;
    right: -6px;
}

.descueto-plan span:after{
	position: absolute;
    display: block;
    content: '*';
    color: #fff;
    top: -6px;
    right: -6px;
}

.iva-plan {
	width: 100%;
	float: left;
}

.iva-plan h2 {
	color: #fff;
	text-align: center;
	font-family: sans-serif;	
	font-size: 12px;
	display: inline-block;
	padding: 14px 0;
	margin: 0;
	width: 100%;
}

.btnplan a {
	width: 200px;
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	background-color: #ed2939;
	font-family: sans-serif;
	font-size: 18px;
	margin: 0 auto;
	font-weight: lighter;
	margin-top: 10px;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
	clear: both;
}

.btnplan a:hover {
	width: 200px;
	padding: 10px 0;
	text-align: center;
	color: #ed2939;
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 18px;
	margin: 0 auto;
	font-weight: lighter;
	margin-top: 10px;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
	clear: both;
}

.numero-pedido-6 {
	margin: 0 auto;
	clear: both;
	width: auto;
	text-align: center;
}

.numero-pedido-6 h1 {
	padding: 14px 20px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: sans-serif;
	background: rgba(255,255,255,0.2);
	display: inline-block;
	margin: 0;
}

.beneficios {
	width: 200px;
	margin: 20px auto 0 auto;
	clear: both;
	text-align: center;
	position: relative;
	opacity: 1;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	cursor: pointer;
}

.beneficios:hover {
	width: 200px;
	margin: 20px auto 0 auto;
	clear: both;
	text-align: center;
	position: relative;
	opacity: .6;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	cursor: pointer;
}

.beneficios a {
	color: #fff;
	font-family: sans-serif;
	font-size: 18px;
	position: relative;
}

.beneficios img {
	width: 18px;
	margin: -1px 0 0 -23px;
	position: absolute;

}

/*paso6*/


/*paso6-detalle-plan*/
#detalle {
	width: 90%;
	max-width: 750px;
	margin: 0 auto 100px auto;
	display: none;
	position: relative;
	opacity: 0;
	overflow: hidden;
}

#dcto {
	font-size: 28px;
}

#ltsplan {
	font-size: 22px;
}

#detalle-1{
	width: 500px;
	left: 50%;
	margin-left: -250px;
	position: relative;
	display: block;
	clear: both;
	margin-top: 20px;
	overflow: hidden;
}

.plan-detalle {
	width: 240px;
	margin: 0 auto;
	display: block;
	position: relative;
}

.header-plan-detalle {
	width: 100%;
	float: left;
	background-color: #00a1de;
}

.header-plan-detalle h2 {
	color: #fff;
	text-align: center;
	font-family: sans-serif;
	font-size: 26px;
	padding: 14px 0;
	margin: 0;
	line-height: 68%;
}

.header-plan-detalle span {
	font-size: 14px;
}

.descueto-plan-detalle {
	width: 100%;
	float: left;
	background-color: rgba(255,255,255,0.2);
}

.descueto-plan-detalle h2 {
	color: #fff;
	text-align: center;
	font-family: sans-serif;	
	font-size: 12px;
	display: inline-block;
	padding: 0 0 16px 0;
	margin: 0;
	width: 100%;
}
.descueto-plan-detalle h3 {
	color: #fff;
	text-align: center;
	font-family: sans-serif;	
	font-size: 12px;
	border-bottom: 5px solid #00a1de;
	display: inline-block;
	padding: 0 0 16px 0;
	margin: 0;
	width: 100%;
}

.descueto-plan-detalle h1{
	color: #fff;
	text-align: center;
	font-family: sans-serif;
	font-size: 28px;
	display: inline-block;
	padding: 16px 0 0 0;
	margin: 0;
	width: 100%;
}


.descueto-plan-detalle span{
	color: #fff;
	text-align: center;
	font-family: sans-serif;
	font-size: 20px;
	display: inline-block;
	padding: 0;
	margin: 0;
}

.txt-detalle {
	width: 100%;
	float: left;
	clear: both;
}

.txt-detalle p {
	text-align: center;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 18px;
}

.btnplan-detalle a {
	width: 200px;
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	background-color: #ed2939;
	font-family: sans-serif;
	font-size: 18px;
	margin: 0 auto 20px auto;
	font-weight: lighter;
	margin-top: 10px;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
	clear: both;
}

.btnplan-detalle a:hover {
	width: 200px;
	padding: 10px 0;
	text-align: center;
	color: #ed2939;
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 18px;
	margin: 0 auto 20px auto;
	font-weight: lighter;
	margin-top: 10px;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
	clear: both;
}

.numero-pedido-6 {
	margin: 30px auto 0 auto;
	clear: both;
	width: auto;
	text-align: center;
}

.numero-pedido-6 h1 {
	padding: 14px 20px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: sans-serif;
	background: rgba(255,255,255,0.2);
	display: inline-block;
	margin: 0;
}

.txt-iva-detalle {
	width: 100%;
	float: left;
	margin-top: 30px;
}

.txt-iva-detalle p {
	text-align: center;
	font-size: 16px;
	color: #fff;
	font-family: sans-serif;
	text-shadow: 0px 0px 4px rgba(0,0,0,.8);
	-webkit-text-shadow: 0px 0px 4px rgba(0,0,0,.8);
	-moz-text-shadow: 0px 0px 4px rgba(0,0,0,.8);
}

.beneficios-mobile {
	display: none;
}

.beneficios {
	width: 200px;
	margin: 20px auto 0 auto;
	clear: both;
	text-align: center;
	position: relative;
	opacity: 1;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	cursor: pointer;
}

.beneficios:hover {
	width: 200px;
	margin: 20px auto 0 auto;
	clear: both;
	text-align: center;
	position: relative;
	opacity: .6;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	cursor: pointer;
}

.beneficios a {
	color: #fff;
	font-family: sans-serif;
	font-size: 18px;
	position: relative;
}

.beneficios img {
	width: 18px;
	margin: -1px 0 0 -23px;
	position: absolute;

}

/*paso6-detalle-plan*/

.legal {
	width: 90%;
	margin-left: 5%;
	bottom: 70px;
	display: block;
	z-index: 10;
}

.legal p {
	font-size: 12px;
	color: #fff;
	font-family: sans-serif;
	text-align: center;
	line-height: 130%;
	text-shadow: 0px 0px 4px rgba(0,0,0,1);
	-webkit-text-shadow: 0px 0px 4px rgba(0,0,0,1);
	-moz-text-shadow: 0px 0px 4px rgba(0,0,0,1);

}

.legal a {
	color: #fff;
	font-weight: bold;
	text-decoration:  underline;
	text-shadow: 0px 0px 4px rgba(0,0,0,.6);
	-webkit-text-shadow: 0px 0px 4px rgba(0,0,0,.6);
	-moz-text-shadow: 0px 0px 4px rgba(0,0,0,.6);
}

.volver {
	width: 140px;
	position: fixed;
	bottom: -50px;
	left: 0;
}

.volver a {
	width: 100%;
	display: none;
	background-color: #a0a0a0;
	text-align: center;
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
	padding: 10px 0;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	position: relative;
}

.volver a:hover {
	width: 100%;
	display: block;
	background-color: #ffffff;
	text-align: center;
	color: #a0a0a0;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	font-family: sans-serif;
	padding: 10px 0;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
}

.volver .ico-volver-off {
	opacity: 1;
	width: 18px;
	height: 19px;
	position: absolute;
	z-index: 99;
	margin: 10px 0 0 15px;
	background-image: url(../img/volver-off.png);
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
}

.volver .ico-volver-on {
	opacity: 0;
	width: 18px;
	height: 19px;
	position: absolute;
	z-index: 99;
	margin: 10px 0 0 15px;
	background-image: url(../img/volver-on.png);
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
}

.volver:hover .ico-volver-off {
	opacity: 0;
}

.volver:hover .ico-volver-on {
	opacity: 1;
}

footer {
	background-color: #ffffff;
	position: relative;
	bottom: 0;
	width: 100%;
	float: left;
	height: 50px;
}

footer a {
	font-family: sans-serif;
	font-size: 14px;
	color: #939393;
	display: block;
	float: left;
	margin: 17px 0 0 30px;
}

.bases-mobile {
	display:none;
}

.bases-desk {
	display:block;
}

.logo {
	width: 150px;
	float: right;
	margin-right: 30px;
	margin-top: 5px;
}

.logo img {
	width: 100%;
}

input.error {
	border: 3px solid red;
}

.error-preguntas-3	{
	width: 100%;
	float: left;
	clear: both;
	display: none;
}

.error-preguntas-3	h1 {
	font-family: sans-serif;
	font-size: 18px;
	color: #ed2939;
	text-align: center;
	padding-top: 15px 0;
}

.error-preguntas-4	{
	width: 100%;
	float: left;
	clear: both;
	display: none;
}

.error-preguntas-4	h1 {
	font-family: sans-serif;
	font-size: 18px;
	color: #ed2939;
	text-align: center;
	padding-top: 15px 0;
}

.error-preguntas-5	{
	width: 100%;
	float: left;
	clear: both;
	display: none;
}

#errorterminos	{
	width: 100%;
	clear: both;
	text-align: center;
	display: none;
	color: #ed2939;
	font-family: sans-serif;
	font-size: 12px;
	top: -34px;
    position: relative;
}

#errorboleta	{
	width: 100%;
	clear: both;
	text-align: center;
	display: none;
	color: #ed2939;
	font-family: sans-serif;
	font-size: 12px;
	position: relative;
    top: -34px;
}

#errorrut	{
	width: 100%;
	clear: both;
	text-align: center;
	padding-top:10px;
	display: none;
	color: #ed2939;
	font-family: sans-serif;
}

.error-preguntas-5	h1 {
	font-family: sans-serif;
	font-size: 18px;
	color: #ed2939;
	text-align: center;
	padding-top: 15px 0;
}



/* Modales */

.terminos-condiciones {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
	display: none;
	opacity: 0;
}

.box-terminos-condiciones {
	width: 750px;
    background-color: #fff;
    height: auto;
    overflow: hidden;
    position: absolute;
    opacity: 1;
    z-index: 9999999;
    display: block;
    opacity: 0;
    top: 50%;
    margin-top: -200px;
    left: 50%;
    margin-left: -375px;
}

.header-terminos {
	text-align: center;
	background-color: #00a1de;
	width: 100%;
	float: left;
	position: relative;
}

.header-terminos h1 {
	color: #fff;
	font-family: sans-serif;
	font-size: 24px;
	margin: 0;
	padding: 14px 0;
}

.txt-terminos {
	width: 100%;
	float: left;
	padding: 30px 0;
	text-align: center;
	position: relative;
}

.txt-terminos h1 {
	font-size: 18px;
	font-family: sans-serif;
	color: #00a1de;
}

.txt-terminos p {
	font-size: 14px;
	font-family: sans-serif;
	color: #00a1de;
	margin-bottom: 40px;
}

.txt-terminos p a {
	color: #00a1de;
	text-decoration: underline;
}
.txt-terminos p a:focus{
	color: #00a1de;
}
.txt-terminos p.txt-init{
	position: relative;
	margin: 20px auto 40px auto;
	width: 90%;
}

.txt-terminos span {
	text-decoration: underline;
}

.check-modal-terminos {
	width: 14px;
	height: 14px;
	float: left;
    background-image: url(../img/checkBox-off.png);
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	margin: 1px 0 0 10px;
	left: 231px;
}
.check-modal-terminos#check-modal-boleta{
	left: 60px;
}

.check-modal-terminos.on{
	background-image: url(../img/checkBox-on.png);
    background-size: 14px;
    background-position: center center;
    background-repeat: no-repeat;
}

.btncondiciones a {
	width: 200px;
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	background-color: #ed2939;
	font-family: sans-serif;
	font-size: 18px;
	margin: 30px auto 20px auto;
	font-weight: lighter;
	margin-top: 10px;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
	clear: both;
}

.btncondiciones a:hover {
	width: 200px;
	padding: 10px 0;
	text-align: center;
	color: #ed2939;
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 18px;
	margin: 30px auto 20px auto;
	font-weight: lighter;
	margin-top: 10px;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
	clear: both;
}

.cerrar-modal {
	position: absolute;
	color: #fff;
	background: transparent;
	font-size: 28px;
	font-family: sans-serif;
	text-align: center;
	display: block;
	padding-top: 8px;
	width: 40px;
	height: 32px;
	right: 6px;
	top: 6px;
	border-radius: 50%;
	cursor: pointer;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
}

.cerrar-modal:hover {
	position: absolute;
	color: #00a1de;
	background: #fff;
	font-size: 28px;
	font-family: sans-serif;
	text-align: center;
	display: block;
	padding-top: 8px;
	width: 40px;
	height: 32px;
	right: 6px;
	top: 6px;
	border-radius: 50%;
	cursor: pointer;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
}




.tabla {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
	display: none;
	opacity: 0;
}

.box-tabla {
	width: 750px;
	margin: 230px auto 0 auto;
	background-color: #fff;
	height: auto;
	overflow: hidden;
	position: relative;
	opacity: 0;
}

.header-tabla {
	text-align: center;
	background-color: #00a1de;
	width: 100%;
	float: left;
	position: relative;
}

.header-tabla h1 {
	color: #fff;
	font-family: sans-serif;
	font-size: 24px;
	margin: 0;
	padding: 14px 0;
}

.header-tabla img {
	position: absolute;
	margin: 0 0 0 -24px; 
}

.content-tabla {
	width: 100%;
	float: left;
	padding: 2%;
}

.content-tabla img {
	width: 96%;
}

.cerrar-tabla {
	position: absolute;
	color: #fff;
	background: transparent;
	font-size: 28px;
	font-family: sans-serif;
	text-align: center;
	display: block;
	padding-top: 8px;
	width: 40px;
	height: 32px;
	right: 6px;
	top: 6px;
	border-radius: 50%;
	cursor: pointer;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
}

.cerrar-tabla:hover {
	position: absolute;
	color: #00a1de;
	background: #fff;
	font-size: 28px;
	font-family: sans-serif;
	text-align: center;
	display: block;
	padding-top: 8px;
	width: 40px;
	height: 32px;
	right: 6px;
	top: 6px;
	border-radius: 50%;
	cursor: pointer;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
}

/* EXITOS */


.exito-correo {
	display: block;
	width: 100%;
	float: left;
}

.exito-correo h1 {
	text-align: center;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 18px;
	margin: 0;
	padding-top: 100px;
}

.ico-mail {
	width: 50px;
	margin: 5px auto;
	position: relative;
	clear: both;
}

.ico-mail img {
	width: 100%;
}

/*
.exito-suscribcion {
	display: none;
	width: 100%;
	float: left;
}

.exito-suscribcion h1 {
	text-align: center;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 18px;
}
*/

.exito-final {
	display: block;
	width: 100%;
	float: left;
}

.exito-final h1 {
	text-align: center;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 18px;
	padding-top: 100px;
}

#paso3mensaje {
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	display: none;
}


#paso5mensaje {
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	display: none;
}

#paso4mensaje {
	width: 90%;
	max-width: 750px;
	margin: 0 auto;
	display: none;
}

.load {
	width: 50px;
	display: none;
	margin: 10px auto 0 auto;
	position: relative;
}

.load img {
	width: 100%;
}


.btnplan-detalle a.volver2{
	padding: 5px 0;
	text-align: center;
	color: #ffffff;
	background-color: #a0a0a0;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: lighter;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
}

.btnplan-detalle a.volver2:hover {
	padding: 5px 0;
	text-align: center;
	color: #a0a0a0;
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: lighter;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
}

.botonera-fin {
	width: 80%;
	margin-left: 10%;
	float: left;
	clear: both;
	position: relative;
}

.btn-final {
	width: 45%;
	display: block;
	position: relative;
	float: left;
	margin: 0 2.5%;
}

.btn-final a {
	padding: 10px 0;
	text-align: center;
	color: #ffffff;
	background-color: #ed2939;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: lighter;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
}

.btn-final a:hover {
	padding: 10px 0;
	text-align: center;
	color: #ed2939;
	background-color: #ffffff;
	font-family: sans-serif;
	font-size: 18px;
	font-weight: lighter;
	cursor: pointer;
	display: block;
	transition: ease all .4s;
	-webkt-transition: ease all .4s;
	-moz-transition: ease all .4s;
	-ms-transition: ease all .4s;
	-o-transition: ease all .4s;
	text-decoration: none;
}

.resumen-titulo {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}

.resumen-titulo h1 {
	font-size: 24px;
	text-align: center;
	font-family: sans-serif;
	color: #fff;
	margin: 0;
}

.txt-resumen {
	width: 100%;
	float: left;
	clear: both;
	position: relative;
}

.txt-resumen p {
	font-size: 16px;
	text-align: center;
	font-family: sans-serif;
	color: #fff;
}


@media all and (max-height: 850px){
	html, body {
		background-image: none; 
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		height: auto;
		padding: 0;
		margin: 0;
		overflow-x: hidden;
		overflow-y: scroll; 
	}


	.btn-final {
		width: 100%;
		display: block;
		position: relative;
		float: left;
		margin: 15px 0;
	}


	.ico-numero-cliente-paso2 {
		width: 17px;
		height: 26px;
		position: relative;
		overflow: visible;
		margin: -38px -15px 0 0;
		float: right;
	}

	.legal {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		position: absolute;
		bottom: 0;
		display: block;
		float: left;
		z-index: 100;
	}

	.legal p {
		font-size: 12px;
		color: #fff;
		font-family: sans-serif;
		text-align: center;
		line-height: 130%;
		padding-top: 0px;

	}

	.volver {
		width: 140px;
		position: relative;
		left: 0;
		float: left;
	}

	.volver a {
		width: 100%;
		display: block;
		background-color: #a0a0a0;
		text-align: center;
		color: #ffffff;
		text-decoration: none;
		font-size: 18px;
		font-weight: bold;
		font-family: sans-serif;
		padding: 10px 0;
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
		position: relative;
	}

	.volver a:hover {
		width: 100%;
		display: block;
		background-color: #ffffff;
		text-align: center;
		color: #a0a0a0;
		text-decoration: none;
		font-size: 18px;
		font-weight: bold;
		font-family: sans-serif;
		padding: 10px 0;
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
	}

	.volver .ico-volver-off {
		opacity: 1;
		width: 18px;
		height: 19px;
		position: absolute;
		z-index: 99;
		margin: 10px 0 0 15px;
		background-image: url(../img/volver-off.png);
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
	}

	.volver .ico-volver-on {
		opacity: 0;
		width: 18px;
		height: 19px;
		position: absolute;
		z-index: 99;
		margin: 10px 0 0 15px;
		background-image: url(../img/volver-on.png);
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
	}

	.volver:hover .ico-volver-off {
		opacity: 0;
	}

	.volver:hover .ico-volver-on {
		opacity: 1;
	}

	footer {
		background-color: #ffffff;
		position: relative;
		bottom: 0;
		width: 100%;
		float: left;
		height: 50px;
		z-index: 20;
	}

	footer a {
		font-family: sans-serif;
		font-size: 14px;
		color: #939393;
		display: block;
		float: left;
		margin: 17px 0 0 30px;
	}

	.bases-mobile {
		display:none;
	}

	.bases-desk {
		display:block;
	}

	.logo {

		width: 150px;
		float: right;
		margin-right: 30px;
		margin-top: 5px;
	}

	.logo img {
		width: 100%;
	}

}



/* Modales */


@media all and (max-width: 800px){
	html, body {
		background-image: url(../img/bg-desk.png); 
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		height: auto;
		padding: 0;
		margin: 0;
		overflow-x: hidden;
		overflow-y: scroll; 
	}
	/*paso1*/

	/*llamado*/

	.llamado img {
		width: 100%;
	}
	/*llamado*/

	.pasos {
		width: 100%;
		margin: 0 auto;
	}

	.pasos img {
		width: 100%;
	}

	/*paso1*/
	#paso1 {
		padding-bottom: 100px;
	}
	#paso1 p {
		font-size: 16px;
	}

	.paso-1-form {
		width: 80%;
	}

	.campos-txt {
		width: 100%;
	}

	.btnsiguiente {
		width: 100%;
		display: block;
		margin: 10px auto 0 auto;
		position: relative;
	}
	/*paso1*/

	/*paso2*/
	#paso2 {
		position: relative;
		width: 90%;
		max-width: 750px;
		margin: 0 auto;
		display: none;
		opacity: 0;
		padding-bottom: 60px;
	}

	#paso2 p {
		font-size: 16px;
	}

	.paso-historico {
		font-size: 20px;
		font-weight: bold;
	}


	.paso-2-form-col-right {
		float: left;
		width: 80%;
		margin-left: 10%;
	}

	.paso-2-form-col-left {
		float: left;
		width: 80%;
		margin-left: 10%;
		position: relative;
	}

	.paso-2-form-col-left input {
		border: none;
		background-color: rgba(255,255,255,0.2);
		color: #ffffff;
		opacity: 1 !important;
		
	}

	.paso-2-form-col-left input::placeholder {
	  opacity: 1;
	  color: #ffffff;
	}

	.paso-2-form-col-left input::-moz-placeholder {
	  opacity: 1;
	  color: #ffffff;
	}

	.campos-txt-2 {
		width: 89%;
	}

	.btnmodificar a {
		display: none;
	}

	.btnmodificar-mobile a {
		width: 100%;
		float: left;
		padding: 10px 0;
		text-align: center;
		color: #a0a0a0;
		background-color: #fff;
		font-family: sans-serif;
		font-size: 18px;
		font-weight: lighter;
		margin-top: 22px;
		cursor: pointer;
		display: block;
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
		text-decoration: none;
		display: block;
		clear: both;
	}

	.btnmodificar-mobile a:hover {
		width: 100%;
		display: block;
		float: left;
		padding: 10px 0;
		text-align: center;
		color: #fff;
		background-color: #a0a0a0;
		font-family: sans-serif;
		font-size: 18px;
		font-weight: lighter;
		margin-top: 22px;
		cursor: pointer;
		display: block;
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
		text-decoration: none;
		clear: both;
	}

	.btnsiguiente-2 {
		width: 100%;
		display: block;
		margin: 10px auto 0 auto;
		position: relative;
	}

	.ico-numero-cliente-paso2 {
		width: 17px;
		height: 26px;
		position: relative;
		overflow: visible;
		margin: 0px -15px 0 0;
		float: right;
	}
	/*paso2*/

	/*paso3*/
	#paso3 {
		padding-bottom: 60px;
	}

	#paso3 p {
		font-size: 14px;
	}

	.box-numero-cliente {
		width: 100%;
		margin: 50px auto 0 auto;
		clear: both;
	}

	.numero-cliente {
		width: 65%;
	}

	.check-numero-cliente {
		width: 10%;
		float: left;
		height: 50px;
	}


	.check{
		width: 14px;
		height: 14px;
		float: left;
	    background-image: url(../img/check-off.png);
	    background-size: 14px;
	    background-position: center center;
	    background-repeat: no-repeat;
		margin: 13px 0 0 0;
		cursor: pointer;
	}

	.check.on{
		background-image: url(../img/check-on.png);
	    background-size: 14px;
	    background-position: center center;
	    background-repeat: no-repeat;
	}

	.ico-numero-cliente {
		width: 17px;
		float: left;
		height: 26px;
		position: relative;
		overflow: visible;
	}

	.ico-map {
		width: 17px;
		height: 26px;
		background-image: url(../img/ico-map-off.png);
	    background-size: 17px;
	    background-position: center center;
	    background-repeat: no-repeat;
	    margin: 3px 0 0 10px;
	    cursor: pointer;
	    transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
	}

	.ico-map:hover {
		width: 17px;
		height: 26px;
		background-image: url(../img/ico-map-on.png);
	    background-size: 17px;
	    background-position: center center;
	    background-repeat: no-repeat;
	    margin: 3px 0 0 10px;
	    cursor: pointer;
	    transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
	}

	.tip-direccion {
		position: absolute;
		width: 240px;
		background: rgba(255,255,255,1);
		text-align: center;
		margin-top: -40px;
		display: none;
		left: 0;
    	margin-left: -210px;
	}

	.ico-numero-cliente:hover .tip-direccion {
		display: block;
	}

	.tip-direccion:before {
		position: absolute;
		display: block;
		content: '';
		bottom: 100%;
		right: 3px;
		top: 21px;
		width: 15px;
		height: 15px;
		margin-bottom: -7px;
		background: rgba(255,255,255,1);
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.tip-direccion h1 {
		width: 100%;
		display: block;
		color: #8e8e8e;
		font-size: 12px;
		font-family: sans-serif;
	}

	.btnsiguiente-3 {
		width: 80%;
		display: block;
		margin: 10px auto 0 auto;
		position: relative;
		clear: both;
	}
	/*paso3*/

	/*paso4*/
	#paso4 {
		padding-bottom: 60px;
	}

	#paso4 p {
		font-size: 14px;
	}

	.box-preguntas-4 {
		width: 80%;
	}

	.preguntas-4{
		width: 100%;
	}

	.preguntas-4-margin {
		margin-left: 0;
	}

	.btnsiguiente-4 {
		width: 80%;
		display: block;
		margin: 10px auto 0 auto;
		position: relative;
		clear: both;
	}
	/*paso4*/


	/*paso5*/
	#paso5 {
		padding-bottom: 60px;
	}

	#paso5 p {
		font-size: 14px;
	}

	.box-preguntas-5 {
		width: 80%;
	}

	.preguntas-5{
		width: 100%;
	}

	.preguntas-5-margin {
		margin-left: 0;
	}

	.preguntas-5-margin-50 {
		left: 0;
		margin-left: 0;
	}
	.btnsiguiente-5 {
		width: 80%;
		display: block;
		margin: 10px auto 0 auto;
		position: relative;
		clear: both;
	}
	/*paso5*/


	/*paso6*/
	#paso6 {
		padding-bottom: 110px;
	}

	#paso6 p {
		font-size: 14px;
	}

	#plan1 {
		width: 100%;
		left: 0;
		margin-left: 0;
		position: relative;
		display: none;
	}

	#plan2 {
		width: 100%;
		left: 0;
		margin-left: 0;
		position: relative;
		display: none;
	}

	#plan3 {
		width: 100%;
		float: left;
		display: block;
		clear: both;
		margin: 0 auto 80px auto;
	}


	.plan {
		width: 80%;
		background: rgba(255,255,255,0.2);
		margin: 0 0 20px 10%; 
		float: left;
		padding-bottom: 15px;
		display: block;
		position: relative;
	}

	.plan-grande {
		width: 80%;
		background: rgba(255,255,255,0.2);
		margin: 0 10% 20px 10%;
		float: left;
		padding-bottom: 15px;
		display: block;
		position: relative;
	}

	.numero-pedido-6 {
		margin: 0 auto;
		clear: both;
		width: 80%;
		text-align: center;

	}

	.numero-pedido-6 h1 {
		padding: 14px 20px;
		text-align: center;
		font-size: 16px;
		color: #fff;
		font-family: sans-serif;
		background: rgba(255,255,255,0.2);
		display: inline-block;
		margin: 0;
	}

	.beneficios {
		display: none;
	}

	.beneficios-mobile {
		display: block;
		width: 200px;
		margin: 20px auto 0 auto;
		clear: both;
		text-align: center;
		position: relative;
		opacity: 1;
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
		cursor: pointer;
	}

	.beneficios-mobile:hover {
		display: block;
		width: 200px;
		margin: 20px auto 0 auto;
		clear: both;
		text-align: center;
		position: relative;
		opacity: .6;
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
		cursor: pointer;
	}

	.beneficios-mobile a {
		color: #fff;
		font-family: sans-serif;
		font-size: 18px;
		position: relative;
	}

	.beneficios-mobile img {
		width: 18px;
		margin: -1px 0 0 -23px;
		position: absolute;
	}

	/*paso6*/


	/*paso6-detalle-plan*/
	#detalle {
		width: 90%;
		max-width: 750px;
		margin: 0 auto;
		display: none;
		position: relative;
		opacity: 0;
		padding-bottom: 30px;
	}


	#detalle-1{
		width: 80%;
		left: 10%;
		margin-left: 0;
		position: relative;
		display: block;
		clear: both;
		margin-top: 50px;
		overflow: hidden;
	}

	.plan-detalle {
		width: 100%;
		margin: 0;
		float: left;
		display: block;
		position: relative;
	}

	.header-plan-detalle {
		width: 100%;
		float: left;
		background-color: #00a1de;
	}


	.txt-detalle {
		width: 100%;
		float: left;
		clear: both;
	}

	.txt-detalle p {
		text-align: center;
		color: #ffffff;
		font-family: sans-serif;
		font-size: 18px;
	}

	.btnplan-detalle a {
		width: 200px;
		padding: 10px 0;
		text-align: center;
		color: #ffffff;
		background-color: #ed2939;
		font-family: sans-serif;
		font-size: 18px;
		margin: 0 auto 20px auto;
		font-weight: lighter;
		margin-top: 10px;
		cursor: pointer;
		display: block;
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
		text-decoration: none;
		clear: both;
	}

	.btnplan-detalle a:hover {
		width: 200px;
		padding: 10px 0;
		text-align: center;
		color: #ed2939;
		background-color: #ffffff;
		font-family: sans-serif;
		font-size: 18px;
		margin: 0 auto 20px auto;
		font-weight: lighter;
		margin-top: 10px;
		cursor: pointer;
		display: block;
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
		text-decoration: none;
		clear: both;
	}

	.numero-pedido-6 {
		margin: 0 auto;
		clear: both;
		width: 80%;
		text-align: center;
	}

	.txt-iva-detalle {
		width: 80%;
		float: left;
		margin-top: 30px;
		margin-left: 10%;
	}

	.txt-iva-detalle p {
		text-align: center;
		font-size: 14px;
		color: #fff;
		font-family: sans-serif;
	}


	.beneficios {
		width: 200px;
		margin: 20px auto 0 auto;
		clear: both;
		text-align: center;
		position: relative;
		opacity: 1;
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
		cursor: pointer;
	}

	.beneficios:hover {
		width: 200px;
		margin: 20px auto 0 auto;
		clear: both;
		text-align: center;
		position: relative;
		opacity: .6;
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
		cursor: pointer;
	}

	.beneficios a {
		color: #fff;
		font-family: sans-serif;
		font-size: 18px;
		position: relative;
	}

	.beneficios img {
		width: 18px;
		margin: -1px 0 0 -23px;
		position: absolute;

	}

	/*paso6-detalle-plan*/

	.legal {
		display: none;
	}

	footer {
		background-color: #ffffff;
		position: relative;
		bottom: 0;
		width: 100%;
		float: left;
		height: 45px;
	}

	footer a {
		font-family: sans-serif;
		font-size: 14px;
		color: #939393;
		display: block;
		float: right;
		margin: 17px 20px 0 0;
	}

	.bases-mobile {
		display:block;
	}

	.bases-desk {
		display:none;
	}

	.logo {
		width: 130px;
		float: none;
		margin-right: auto;
		margin-top: 5px;
		margin-left: auto;
		margin-bottom: 0;
	}

	.logo img {
		width: 100%;
	}

	.volver {
		width: 80%;
		position: fixed;
		bottom: -45px;
		left: 10%;
	}

	/* Modales */

	.terminos-condiciones {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.6);
		z-index: 9999;
		display: none;
		opacity: 0;
	}

	.box-terminos-condiciones {
		width: 100%;
	    margin: 0 auto;
	    background-color: #fff;
	    height: 100%;
	    overflow: hidden;
	    position: absolute;
	    opacity: 1;
	    z-index: 9999999;
	    display: block;
	    left: 0;
	    top: 0;
	}

	.header-terminos {
		text-align: center;
		background-color: #00a1de;
		width: 100%;
		float: left;
	}

	.header-terminos h1 {
		color: #fff;
		font-family: sans-serif;
		font-size: 18px;
		margin: 0;
		padding: 14px 0;
	}

	.txt-terminos {
		width: 100%;
		float: left;
		padding: 30px 0;
		text-align: center;
	}

	.txt-terminos h1 {
		font-size: 16px;
		font-family: sans-serif;
		color: #00a1de;
		padding: 24px 0;
	}

	.txt-terminos p {
		font-size: 12px;
		font-family: sans-serif;
		color: #00a1de;
		margin-bottom: 40px;
		padding: 24px 0;
	}

	.txt-terminos span {
		text-decoration: underline;
	}

	.check-modal-terminos {
		width: 14px;
		height: 14px;
		float: left;
	    background-image: url(../img/checkBox-off.png);
	    background-size: 14px;
	    background-position: center center;
	    background-repeat: no-repeat;
		cursor: pointer;
		position: absolute;
		margin: 24px 0 0 24px;
		left: 14px;
	}

	.check-modal-terminos.on{
		width: 14px;
		height: 14px;
		background-image: url(../img/checkBox-on.png);
	    background-size: 14px;
	    background-position: center center;
	    background-repeat: no-repeat;
	}

	.btncondiciones a {
		width: 200px;
		padding: 10px 0;
		text-align: center;
		color: #ffffff;
		background-color: #ed2939;
		font-family: sans-serif;
		font-size: 18px;
		margin: 30px auto 20px auto;
		font-weight: lighter;
		margin-top: 10px;
		cursor: pointer;
		display: block;
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
		text-decoration: none;
		clear: both;
	}

	.btncondiciones a:hover {
		width: 200px;
		padding: 10px 0;
		text-align: center;
		color: #ed2939;
		background-color: #ffffff;
		font-family: sans-serif;
		font-size: 18px;
		margin: 30px auto 20px auto;
		font-weight: lighter;
		margin-top: 10px;
		cursor: pointer;
		display: block;
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
		text-decoration: none;
		clear: both;
	}

	.cerrar-modal {
		position: absolute;
		color: #fff;
		background: transparent;
		font-size: 28px;
		font-family: sans-serif;
		text-align: center;
		display: block;
		padding-top: 8px;
		width: 40px;
		height: 32px;
		right: 6px;
		top: 6px;
		border-radius: 50%;
		cursor: pointer;
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
	}

	.cerrar-modal:hover {
		position: absolute;
		color: #00a1de;
		background: #fff;
		font-size: 28px;
		font-family: sans-serif;
		text-align: center;
		display: block;
		padding-top: 8px;
		width: 40px;
		height: 32px;
		right: 6px;
		top: 6px;
		border-radius: 50%;
		cursor: pointer;
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
	}




	.tabla {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.6);
		z-index: 9999;
		display: none;
		opacity: 0;
	}

	.box-tabla {
		width: 750px;
		margin: 230px auto 0 auto;
		background-color: #fff;
		height: auto;
		overflow: hidden;
		position: relative;
		opacity: 0;
	}

	.header-tabla {
		text-align: center;
		background-color: #00a1de;
		width: 100%;
		float: left;
		position: relative;
	}

	.header-tabla h1 {
		color: #fff;
		font-family: sans-serif;
		font-size: 24px;
		margin: 0;
		padding: 14px 0;
	}

	.header-tabla img {
		position: absolute;
		margin: 0 0 0 -24px; 
	}

	.content-tabla {
		width: 100%;
		float: left;
		padding: 2%;
	}

	.content-tabla img {
		width: 96%;
	}

	.cerrar-tabla {
		position: absolute;
		color: #fff;
		background: transparent;
		font-size: 28px;
		font-family: sans-serif;
		text-align: center;
		display: block;
		padding-top: 8px;
		width: 40px;
		height: 32px;
		right: 6px;
		top: 6px;
		border-radius: 50%;
		cursor: pointer;
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
	}

	.cerrar-tabla:hover {
		position: absolute;
		color: #00a1de;
		background: #fff;
		font-size: 28px;
		font-family: sans-serif;
		text-align: center;
		display: block;
		padding-top: 8px;
		width: 40px;
		height: 32px;
		right: 6px;
		top: 6px;
		border-radius: 50%;
		cursor: pointer;
		transition: ease all .4s;
		-webkt-transition: ease all .4s;
		-moz-transition: ease all .4s;
		-ms-transition: ease all .4s;
		-o-transition: ease all .4s;
	}

	/* Modales */

}


@media screen and (min-width: 800px){
	.container {
		display: block;
		width: 100%;
		height: auto;
		min-height: 800px;
		position: relative;
		left: 0;
		top: 0;
		background-image: url(../img/bg-desk.png); 
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		padding: 0;
		z-index: 3;
		margin: 0;
		overflow: hidden;
	}
	.volver{
		position: absolute;
		bottom: -50px;
		left: 0;
		z-index: 20;
	}
}


/* Salidas */

#salida{
	position: relative;
	display: none;
	margin: auto;
	width: 100%;
	max-width: 725px;
	text-align: center;
	opacity: 0;
}
#salida h2{
	position: relative;
	display: block;
	margin: auto;
	font-size: 24px;
	font-family: sans-serif;
	color: #fff;
	text-align: center;
}
#salida .caja{
	position: relative;
	display: block; 
	margin: 25px auto 0px auto;
	width: 100%;
	max-width: 310px;
	height: auto;
	padding: 10px 0px 0px 0px;
	background-color: #00a1de;
	text-align: center;
}
#salida .caja.caja-40{
	padding-bottom: 10px;
}
#salida .caja p{
	position: relative;
	display: block;
	margin: 0px auto 0px auto;
	width: 90%;
	font-family: sans-serif;
	color: #fff;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}
#salida .caja div.codigo{
	position: relative;
	display: block;
	margin: 10px auto 0px auto;
	padding: 5px 0px 5px 0px;
	width: 100%;
	background-color: #fff;
	color: #00a1de;
	text-align: center;
	font-size: 14px;
	font-family: sans-serif;
}
#salida h3, #salida h4{
	position: relative;
	display: block;
	margin: 15px auto 0px auto;
	width: 100%;
	max-width: 450px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-family: sans-serif;
}
#salida h4{
	max-width: 610px;
	margin-bottom: 25px;
}
#salida p.legal{
	position: relative;
	display: block;
	margin: 12px auto 0px auto;
	text-align: center;
	width: 100%;
	font-family: sans-serif;
	font-size: 13px;
	color: #fff;
	line-height: 16px;
	padding-top: 90px;
}
#salida a{
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 15px 2px 0px 2px;
	width: 200px;
	height: 40px;
	background-color: #ed2939;
	text-align: center;
	color: #fff;
	font-family: sans-serif;
	font-size: 17px;
	text-decoration: none;
	overflow: hidden;
}
#salida a p{
	position: relative;
	display: table;
	margin: 0px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#salida a p span{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
#salida .beneficio-20 .caja-40, #salida .beneficio-20 .bajada-40, #salida .beneficio-20 .legal-40{
	display: none;
}
#salida .beneficio-20 .caja-20, #salida .beneficio-20 .bajada-20, #salida .beneficio-20 .legal-20{
	display: block;
}
#salida .beneficio-40 .caja-20, #salida .beneficio-40 .bajada-20, #salida .beneficio-40 .legal-20{
	display: none;
}
#salida .beneficio-40 .caja-40, #salida .beneficio-40 .bajada-40, #salida .beneficio-40 .legal-40{
	display: block;
}

#salida .alerta p{
	position: relative;
	display: block;
	margin: 10px auto 20px auto;
	text-align: center;
	font-family: sans-serif;
	font-size: 18px;
	color: #fff;
	width: 100%;
	max-width: 525px;
}

.beneficios40, .beneficios20{
	position: relative;
	display: block;
	height: auto;
	overflow: hidden;
	padding: 0px 15px 0px 15px;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,800');

h1.main-llamado{
	position: relative;
	display: block;
	margin: 50px auto 50px auto;
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 22px;
}
h1.main-llamado strong{
	position: relative;
	display: block;
	text-transform: uppercase;
	font-weight: 800;
}
@media screen and (min-width: 768px){
	h1.main-llamado{
		font-size: 32px;
	}
}
@media screen and (min-width: 1200px){
	h1.main-llamado{
		font-size: 38px;
	}
}


@media screen and (max-width:800px){
	.txt-terminos h1{
		padding: 24px 0px 0px 0px;
	}
	.txt-terminos p.txt-init{
		margin: 0px auto 0px auto;
		padding: 0px;
		text-align: center;
	}
	.txt-terminos p{
		padding: 24px 10px 0px 60px;
	    margin: 0px auto 40px auto;
	    text-align: left;
	}
	.check-modal-terminos#check-modal-terminos{
		margin-top: 25px;
	}
	.check-modal-terminos#check-modal-boleta{
		left: 15px;
	}
	.content-check{
		position: relative;
	    display: block;
	    margin: 0px auto 0px auto;
	    height: auto;
	    overflow: hidden;
	    width: 100%;
	    max-width: 375px;
	}
	footer{
		position: relative;
		display: block;
		height: auto;
		overflow: hidden;
		padding-bottom: 10px;
	}
	.bases-mobile {
	    display: block;
	    position: relative;
	    margin: 20px auto 20px auto;
	    clear: both;
	    float: none;
	    text-align: center;
	    width: 170px;
	}
	html, body{
		background-image: url(../img/bg_mobile.png);
	}
	.container{
		background-image: none;
	}
}
#dcto {
	font-size: 50px !important;
}