@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	font-family: 'GothamBook', "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:#fafafa;
	font-size:16px;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
	height: 155px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
.header_fancy{background:#0066FF url(../../img/logo_header_elnorte.png) no-repeat top; height:40px; width:100%; top:0px; left:0px; position:absolute;}
.fancy{display:none; padding:30px; max-width:960px; background: url(../../img/bg_fancy.png); }
.fancy-popup{display:none; padding:50px 30px 30px; max-width:640px; background: url(../../img/bg_fancy.png); }

.img2{display: none;}
.img3{display: none;}

/* Chat */

.btn-chat{position:fixed; right:0px; bottom:0px; background:#0166FF; border-radius:10px 0px 0px 0px; padding:5px 15px; color:#fff; -webkit-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.5); -moz-box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.5); box-shadow: 0px 10px 20px -5px rgba(0,0,0,0.5);}

.chat {
  width: 490px;
  float: left;
  background: #F2F5F8;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  color: #434651;
  text-align:left !important;
}
.chat .chat-header {
  padding: 5px;
  border-bottom: 2px solid white;
}
.chat .chat-header img {
  float: left;
}
.chat .chat-header .chat-about {
  float: left;
  padding-left: 10px;
  margin-top: 6px;
}
.chat .chat-header .chat-with {
  font-weight: bold;
  font-size: 16px;
}
.chat .chat-header .chat-num-messages {
  color: #92959E;
  font-size:12px;
}
.chat .chat-header .fa-star {
  float: right;
  color: #D8DADF;
  font-size: 20px;
  margin-top: 12px;
}
.chat .chat-history {
  padding: 30px 30px 20px;
  border-bottom: 2px solid white;
  overflow-y: scroll;
  height:275px;
}
.chat .chat-history .message-data {
  margin-bottom: 5px;
}
.chat .chat-history .message-data-time {
  color: #a8aab1;
  padding-left: 6px;
}
.chat .chat-history .message {
  color: white;
	padding: 5px 10px;
	line-height: 26px;
	font-size: 16px;
	border-radius: 7px;
	margin-bottom: 10px;
	width: 90%;
	position: relative;
}
.chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #86BB71;
  border-width: 10px;
  margin-left: -10px;
}
.chat .chat-history .my-message {
  background: #86BB71;
}
.chat .chat-history .other-message {
  background: #0166FF;
}
.chat .chat-history .other-message:after {
  border-bottom-color: #0166FF;
  left: 93%;
}
.chat .chat-message {
  padding: 30px;
}
.chat .chat-message textarea {
  width: 100%;
  border: none;
  padding: 10px 20px;
  font: 14px/22px "Lato", Arial, sans-serif;
  margin-bottom: 10px;
  border-radius: 5px;
  resize: none;
}
.chat .chat-message .fa-file-o, .chat .chat-message .fa-file-image-o {
  font-size: 16px;
  color: gray;
  cursor: pointer;
}
.chat .chat-message button {
  float: right;
  color: #0166FF;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  font-weight: bold;
  background: #F2F5F8;
}
.chat .chat-message button:hover {
  color: #75b1e8;
}

.online, .offline, .me {
  margin-right: 3px;
  font-size: 10px;
}

.online {
  color: #86BB71;
}

.offline {
  color: #E38968;
}

.me {
  color: #0166FF;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}


/* --- material floating label --- */

.form-group {
    display: flex;
    height: 55px;
}

.control-label {
    font-size: 16px;
    font-weight: 400;
    opacity: 0.4;
    pointer-events: none;
    position: absolute;
    /* transform: translate3d(0, 22px, 0) scale(1); */
	transform: translate3d(10px, 30px, 0) scale(1);
    transform-origin: left top;
    transition: 240ms;
}

.form-group.focused .control-label {
    opacity: 1;
    transform: scale(0.75);
}

.form-control {
    align-self: flex-end;
}

.form-control::-webkit-input-placeholder {
    color: transparent;
    transition: 240ms;
}

.form-control:focus::-webkit-input-placeholder {
    transition: none;
}

.form-group.focused .form-control::-webkit-input-placeholder {
    color: #bbb;
}


.container960{ max-width:960px;}

.btn-cerrar{background: url(img/btn_cerrar-1.png) no-repeat; float:right; margin:-40px -50px; width:40px; height:40px;}

#promo{height:564px; width:100%; position:absolute; top:50%; transform:translateY(-50%); min-width:960px; background:url(img/promo.jpg); background-size:cover; display:none;}

#red_social_loggin, #red_social_loggin_suscriptor, #red_social_loggin_prueba_digital{ background:#fff; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); border-radius:5px; overflow:hidden;-webkit-box-shadow: 0 0 50px 1px rgba(0,0,0,.8); box-shadow: 0 0 50px 1px rgba(0,0,0,.8); display:none; z-index:100000001;}

.fixed_middle{position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); display:none;}

.modal_box{background:#fff; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); border-radius:5px; overflow:hidden;-webkit-box-shadow: 0 0 50px 1px rgba(0,0,0,.8); box-shadow: 0 0 50px 1px rgba(0,0,0,.8); display:none; z-index:100000001;}

#usuario_basico, #usuario_suscriptor, #registrate{ width:360px; height:451; padding:30px; text-align:center;}

.divider{margin:15px 0px; border-bottom:solid thin #fff; border-top: solid thin #eee;}
.mtop10{ margin-top:10px;}
.mtop30{ margin-top:30px;}

@media (min-width: 768px) {
	#otra_formas{ background: none;}
	}

.text-small{ font-size:12px; opacity:.8; line-height:12px}

#otra_formas{background:#e8e8e8;}
.btn-comienza:after{ content: '!COMIENZA AHORA!';}
.btn-comienza{ background:#FFFF00; color:#0066FF; border-radius:50px;}

.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 960px;
    margin: 40px auto;
    position: relative;
}

#promo_over {
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
}

.mini-panel{ padding:15px; background: #fff; border-radius:5px; margin-bottom:5px;}

.embed_generico, .embed_iframe{
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0px;
	margin-bottom:30px;
	overflow:hidden;
}

.embed_mapa{
    position: relative;
    padding-bottom: 60%; /* 3:2 */
    height: 0px;
	margin-bottom:30px;
	overflow:hidden;
}
	
	
.embed_generico iframe, .embed_mapa iframe, .embed_local iframe{
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


.ad-flotante{
	display:none;
	position: fixed;
	width: 100%;
	background-color: #0066ff;
	/*bottom: -152px;*/
	bottom: 0;
	margin-left: 0;
    left: 0px;
    right: 0;
}
.header-ad-flotante p{
	font-weight: bold;
color: #fff;
padding: 10px;
margin-bottom: 0;
}
.contenido-ad-flotante {
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	display: none;
}
.btn_cerrar-flotante{
	cursor: pointer;
	position: absolute;
    right: 100px;
    bottom: 7px;
    z-index: 12;
}
.ad-flotante.cerrado{
	width: 300px;
    right: 10px !important;
    left: initial;
}

.btn-full{background:#FFFF00; padding:15px; cursor:pointer; text-decoration:none; font-size:18px; font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif;}
.btn-full:hover{background:#ffcc00; text-decoration:none;}
a{ text-decoration:none !important;}

.btn-full2{background:#0066FF; padding:15px; cursor:pointer; text-decoration:none; font-size:18px; font-family: 'Gotham-Bold', Helvetica, Arial, sans-serif;}
.btn-full2:hover{background:#0099ff; text-decoration:none;}

.cantidad_usuarios{ opacity:.3;}
.btn-default.active .cantidad_usuarios{ opacity:.6}

.cvv + .tooltip > .tooltip-inner {
    background-color: #FFF; 
    color: #FFFFFF; 
    border: 1px solid #0066FF;
    padding: 15px;
    font-size: 20px;
	cursor:pointer;
	max-width: inherit;
	-webkit-box-shadow: 0px 0px 53px -5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 53px -5px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 53px -5px rgba(0,0,0,0.5);
}

.alert-default{
    background-color: #ddd;
    border-color: #ffff66;
    /*color: #333 !important;*/
	color: #e51c23 !important;
}


/* input {
    border: solid thin #D7D7D7;
} */

@media screen and (max-width: 540px){
/* .forma-login{padding: 15px !important;} */
.mt-15{margin-top: 15px;}
.control-label{font-size: 16px;}
div#dvTitle{font-size: 20px;}
label#checkbox{font-size: 14px;}
.text-small{margin-bottom: 30px; font-size: 14px}
.btn.btn-primary{padding: 15px;}
.text-center.ft-16{font-size: 16px;line-height: 24px;}
.form-group.focused .control-label {opacity: 1;transform: scale(1);}
}

.fancybox-close{top: -35px !important;}