@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'cabinregular';
    src: url(http://www.conocemechat.com/render-fonts/index/929/WEB_PC/cr/ice-cr/cabin-regular-webfont/eot/1);
    src: url('../fonts/cabin-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url(http://www.conocemechat.com/render-fonts/index/929/WEB_PC/cr/ice-cr/cabin-regular-webfont/woff2/1) format('woff2'),
         url(http://www.conocemechat.com/render-fonts/index/929/WEB_PC/cr/ice-cr/cabin-regular-webfont/woff/1) format('woff'),
         url(http://www.conocemechat.com/render-fonts/index/929/WEB_PC/cr/ice-cr/cabin-regular-webfont/ttf/1) format('truetype'),
         url('../fonts/cabin-regular-webfont.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* BODY */

body {
	margin:0px;
	padding:0px;
	font-size: 10px;
	font-family: "cabinregular", helvetica, serif;
	text-align: center;
	color: #ffffff;
	overflow-y: hidden;
	background-color: #ffffff;
	background-image: url(http://www.conocemechat.com/render-images/index/929/WEB_PC/cr/ice-cr/lp_fondo/jpg/1); 
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}

.center {
	display: table-cell;
	vertical-align: middle;
}


/* HEADER */
#header{
	z-index: 1;
	position: absolute;
	top:0;
	width:100%;
	min-width: 970px;
	height:75px;
	background-color: #333236;
}

#top{
	width: 970px;
	margin: 0 auto;
	color: #ffffff;
}

#top_legal{
	height: 14px;
    color: #898A8A;
    font-family: 'helvetica', serif;
}

#logo{
	margin-left: 77px;
	width: 196px;
	height: 97px;
	float: left;
}

#top_copy{
	float: right;
	font-size: 30px;
	margin: 15px 130px 0 0;
}
/* CONTENIDO */

#contenedor{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 960px;
    height: 100%;
    display: table;
}

#iphone{
	width: 233px;
	height: 488px;
	float: left;
	margin-left: 50px;
}

#cta {
	width: 516px;
	float: right;
	margin-right: 50px;
	border: 1px solid #ffffff;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
    box-shadow: 0 5px 7px 0 #666666;
    background-image: url(http://www.conocemechat.com/render-images/index/929/WEB_PC/cr/ice-cr/lp_bg_cta/png/1); 
	background-repeat: repeat;
}

#title{
	width: 516px;
	height: 43px;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
	background-color: #000000;
	font-size: 30px;
	padding: 12px 0 0 0;
}

#info{
	width: 516px;
	margin: 8px 0 15px 0;
}

p{
	margin: 4px auto;
	font-size: 30px;
	color:#F75821;
}

#ingresa{
	font-size: 22px;
	color: #000000;
}

#msisdn, #pin{
	width: 200px;
	height: 32px;
	margin: 4px 0 0 -4px;
	border: 1px solid #626069;
	display: inline-block;
    vertical-align: middle;
	font-size: 20px;
	color: #F75821;
	text-align: center;
}

#label {
  width: 122px;
  height: 36px;
  margin-top: 4px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  line-height: 36px;
  background: #626069;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
}

#tyc{
	font-size: 12px;
	margin-top: 2px;
	line-height: 0px;
	color: #000000;
}

#error{
	font-size: 12px;
	width: 324px;
	color: #D21818;
	margin: 0px auto;
	line-height: 12px;
}

/* BOTONES */

#send_msisdn_back, #send_pin_back{
	position: relative;
	width: 323px;
	height: 52px;
	background-color: #F75821;
	border: 1px solid #fff;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	text-align: center;
	line-height: 55px;
	margin: 5px auto;
	font-size: 32px;
	cursor: pointer;
}

#send_pin_back{margin: 10px auto;}

#send_msisdn, #send_pin{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: transparent;
	border: 0;
}

#send_msisdn_back:hover, #send_pin_back:hover{background-color: #10b23a;}

/* FOOTER */


#footer{
	width:100%;
	min-width: 970px;
	position: absolute;
	bottom: 0;
	background-color: #000000;
}

#footer_copy{
	width:100%;
	height: 45px;
	min-width: 970px;
	background-color: #333236;
}

#lower_copy{
	font-size: 30px;
	padding-top: 5px;
}

#lower_legal{
	width: 960px;
	margin: 0 auto;
	text-align: justify;
	color: #575758;
	padding: 10px 0;
	font-family: 'helvetica', serif;
}

#lower_legal a{color: #575758;}

@media (max-width: 960px){
	#contenedor{width: 100%;}
	#iphone {display: none;}

}