html, body {
	height: 100%;/* sticky-footer */
}

body {
  display: table; /* sticky-footer */
  font-family: 'Roboto', sans-serif;
  table-layout: fixed; /* sticky-footer */
  width: 100%;
}

h1 {
	display: inline-block;
	margin: 13px 0;
	padding: 18px 0;
	line-height: 0;
}

h1 img {
	display: inline-block;
}
h1 img.resp-logo {
	display: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}

h6 {
	color: #1b99db;
	font-weight: 500;
	font-size: 15px;
}

li {
    list-style: none;
}

a {
	color: #2ca8ea;
	cursor: pointer;
	display: inline-block;
	transition: all .3s ease-out;
}

a:hover {
	transition: all .2s ease-in;
}

p {
	margin: 14px 0; 
}

b {
  	font-weight: 500;
}

ul {
	padding-left: 0;
}

/* Border radius reset */
.btn, .breadcrumb, .nav-pills > li > a, #footer .footer-icons a, .modal-content, .alert, img, .panel-group .panel {
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
} 

/* Navbar -----------*/
.navbar {
	/*min-height: 80px;*/ /* for fixed-nav */
	border:0;
	margin-bottom: 0;
}

.navbar-toggle {
	margin: 32px 0;
}

.navbar-default .nav li a {
	color: #333;
	padding: 34px 16px;
	transition: all 0.4s ease-out;
}

.navbar-default .nav > li > a:focus, .navbar-default .nav > li > a:hover, .navbar-default .nav li a.active {
	background: #62bdfd;
	color: #fff;	
	transition: all .2s ease-in;
}

.navbar-default .nav > li > a:focus {
	background: #91d1fe;
}

.navbar-default .nav li i {
	font-size: 18px;
	margin-right: 8px;	
}
.icons-nav {
	width: 25px;
	height: 25px;
	padding: 0 5px 5px 0;
}
/* End Navbar */

.jumbotron {
	background: url('../images/header.png') center top no-repeat #062533;
	box-shadow: inset 0 0 10px rgba(0,0,0,0.5); -moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.5); -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.5);	
	color: #fff;
	padding: 58px 0;
	animation: imagebulger 2s ease-in; 	
}

.jumbotron h3 {
    font-size: 21px;
    font-weight: 300;
	line-height: 1.3;
	margin: 0;
}
.jumbotron h2 {
	margin: 0 0 10px 0;
}

@keyframes imagebulger {
  from {
    background-size: 1300px 402px;
	 -webkit-background-size: 1300px 402px;
  }
  to {
    background-size: 1136px 352px;
	 -webkit-background-size: 1136px 352px;
  }
}

/* page-wrap for sticky-footer */
.page-wrap {
  display: table-row; /* sticky-footer */
  height: 1px; /* sticky-footer */
} 

.page-wrap-expanded { 
  height: 100%;/* sticky-footer */ 
}

.page-wrap-expanded::after { /* Margin top for footer */
	content: "";
	height: 60px;
	display: block;
}

.page-wrap img, .modal img {
	border: 1px solid #aaa;
	box-shadow: 0 4px 7px -6px #000;-webkit-box-shadow: 0 4px 7px -6px #000; -moz-box-shadow: 0 4px 7px -6px #000;	
}	

/* breadcrumb */
.breadcrumb {
	box-shadow: inset 0 0 1px rgba(0,0,0,0.5); -moz-box-shadow: inset 0 0 1px rgba(0,0,0,0.5); -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0.5);	
}

/* .nav-pills */
.nav-pills > li > a  {	
	border: 1px solid #fff;
	transition: all 0.4s ease-out;
}

.nav-pills li.dropdown a {
	cursor: pointer;
}
	
.nav-pills > li.active > a, .nav-pills > li.active > a:focus {
	background: transparent;
	border: 1px solid #0e90d2;
	color: #0e90d2;
}

.nav-pills > li.active > a:hover, .nav-pills > li > a:hover, .nav-pills > li.dropdown > a:hover {
	color: #fff;
	background: #62bdfd;
	border: 1px solid #62bdfd;
	transition: all 0.2s ease-in;
}

.nav-pills .open > a, .nav-pills .open > a:focus, .nav-pills .open > a:hover {
    background: #62bdfd;
    border-color: #62bdfd;
	color: #fff;
}

.empresa-icon {
	background: url('../images/icons/empresas.svg') no-repeat center;
	height: 30px;
	transition: all 0.4s ease-out;
}
.empresa:hover .empresa-icon {
	background: url('../images/icons/empresas-wh.svg') no-repeat center;
	transition: all 0.2s ease-in;
}
.sind-icon {
	background: url('../images/icons/sind.svg') no-repeat center;
	height: 30px;
	transition: all 0.4s ease-out;
}
.sind:hover .sind-icon {
	background: url('../images/icons/sind-wh.svg') no-repeat center;
	transition: all 0.2s ease-in;
}
.minist-icon {
	background: url('../images/icons/minist.svg') no-repeat center;
	height: 30px;
	transition: all 0.4s ease-out;
}
.minist:hover .minist-icon {
	background: url('../images/icons/minist-wh.svg') no-repeat center;
	transition: all 0.2s ease-in;
}
.other-icon {
	background: url('../images/icons/otros.svg') no-repeat center;
	height: 30px;
	transition: all 0.4s ease-out;
}
.other:hover .other-icon {
	background: url('../images/icons/otros-wh.svg') no-repeat center;
	transition: all 0.2s ease-in;
}

/* wizard style content */
#wiz-content {
	margin-top: 18px;
}

#wiz-content .btn-primary {
	margin: 10px 0;
	padding: 8px 20px;
	background: transparent;
	border-color: #49a4dc;
	color: #49a4dc;
	transition: all .2s ease-out; -moz-transition: all .2s ease-out; -webkit-transition: all .2s ease-out;
}

#wiz-content .btn-primary:hover {
	background-color: #62bdfd;
	color: #fff;
	transition: all .2s ease-in; -moz-transition: all .2s ease-in; -webkit-transition: all .2s ease-in;
}

#wiz-content .btn-primary.after-list {
	margin: 10px;
}

/* footer ------------*/

#footer {
    background: #232323;
	font-size: 13px;
	width: 100%;
}

#footer .container {
	padding: 60px 15px;
}

#footer h5 {
	color:  #ffffff;
	font-size: 15px;
	margin: 5px 0 10px 0;
}

#footer i {
	background-color:  #33383b;
	border-radius: 50%;
	color: #ffffff;
	font-size: 20px;
	height: 34px;
	margin-right: 10px;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	width: 34px;
}

#footer i.fa-envelope {
	font-size: 16px;
	padding: 9px;
}

#footer .footer-icons i {
	background-color: #fff;
	color: #232323;	
}

#footer p {
	color: #ccc;
	vertical-align: middle;
	margin:0;
}

#footer .footer-center  span {
	color: #ccc;
	display:inline-block;
	vertical-align: middle;
}

#footer .footer-center div {
	margin: 10px 0;
}

#footer .footer-icons {
	margin: 20px 0 20px 0;
}

#footer .footer-right p#copyright {
	color: #888;
	margin-bottom: 10px;
}

#footer #banners a {
	float:left; 
	margin-right: 8px
}

#footer #banners a:last-child {
	margin-right: 0;
}

#footer a:hover {
	color: #63c5e7;
	text-decoration: none;
}

#footer a#scrollTop {
	color: #fff;
}

#footer a#scrollTop, #footer .footer-icons a {
	opacity: 0.7;
}

#footer a#scrollTop:hover, #footer .footer-icons a:hover {
	opacity: 1;
}

#footer img {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	 -moz-box-shadow: none;	
	}

#footer #scrollTop img {
	width: 28px;
	margin-right: 5px;
}


/* Chatbox --------*/
#supportlink.supportlink { /* responsive chatwindow*/
	background: #5fbd73;
    border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
    color: #fff;
	cursor: pointer;  
    display: none;
	padding: 15px;
	margin: 15px auto;
	max-width: 300px;
}

#supportlink.supportlink:hover {
	color: #fff;
	background: #75c686;
	transition: all .2s ease-in; -moz-transition: all .2s ease-in; -webkit-transition: all .2s ease-in;
}

#chatWindow {
	 bottom:0; 
	 color: #fff; 
	 height: 50px;
	 position: fixed;
	 width: 100%;
}

.chatbox {
    border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0;
	bottom: 0;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	display: -webkit-flex;
    display: flex;
	flex-direction: column;
    position: absolute; 
    right: 0;
	transition: all .6s cubic-bezier(0.19, 1, 0.22, 1);  -webkit-transition: all .6s cubic-bezier(0.19, 1, 0.22, 1);  
    width: 300px;   
    -webkit-flex-direction: column;
}

.chatbox .form-control:focus {
    border-color: #1f2836;
}

.chatbox-title,
.chatbox-body {
    border-bottom: none;
}

.chatbox-title {
	align-items: center;
	background: #5fbd73;
    border-radius: 3px 3px 0 0; -moz-border-radius: 3px 3px 0 0; -webkit-border-radius: 3px 3px 0 0;
    cursor: pointer;
	padding: 12px 16px;
}

.chatbox-title .inner-left-icon {
	 border-right: 1px dotted #fff;
	 float: left;
	 padding: 2px 14px 2px 0;
	 text-align: center;
}

.chatbox-title .inner-left-icon i {
	font-size: 22px;
}

.chatbox-title h5 {
	display: inline-block;
	text-align: center;
	padding: 6px 36px;
	margin:0;
}

.chatbox-title .inner-right-buttons {
	float: right;
}

a.chatbox-title-tray,
a.chatbox-title-close {
    color:#fff;
	cursor: pointer;
	opacity: 0.5;
    outline: 0;
	vertical-align: middle;
    transition: opacity .2s; -webkit-transition: opacity .2s; -moz-transition: opacity .2s;
}

a.chatbox-title-tray {
	height: 26px; /* for vertical align */
	margin-right: 6px;
}

.chatbox-title-tray:hover,
.chatbox-title-close:hover {
    opacity: 1;
}

.chatbox-body {
	background-color: #f5f5f5;
	border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
	border-top: 0;
	flex-grow: 1;
    padding: 24px 20px;
    -webkit-flex-grow: 1;
}

.chatbox-body p {
	color: #333;
	margin:0 0 20px 0;
}

.chatbox--empty {
	bottom: -50px;
}

.chatbox--empty.chatbox--tray {
 	bottom: -211px;
}

.chatbox--empty .chatbox-credentials {
    display: block;
}

/* Content styles ------*/
.blockList {
    margin: 0;
    padding: 0;
}

.blockList li {
    position: relative;
    padding-left: 10px;
    margin-left: 5px;
	line-height: 24px;
}

.blockList li:before {
    content: "\f054"; 
    font-family: FontAwesome;
    left:-5px;
    position:absolute;
    top:2px;
    font-size: 11px;
}

.blockList a {
   margin: 0;
   padding: 0; 
}

/* Left Vertical tabs */

#leftTabs li {
	margin:0;	
}

#leftTabs li a {
	background: #555;
	border: none;
	border-bottom: 1px solid #aaa;
	border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0;
	box-shadow: inset -5px 0 5px rgba(0,0,0,0.2); -moz-box-shadow: inset -5px 0 5px rgba(0,0,0,0.2); -webkit-box-shadow: inset -5px 0 5px rgba(0,0,0,0.2);
	color: #fff;
	margin: 0;
}

#leftTabs li a:hover {
	background: #eaeaea;
	border: none;
	border-bottom: 1px solid #fff;
	color:#333;
}

#leftTabs li:first-child a {
	border-radius: 3px 0 0 0; -moz-border-radius:3px 0 0 0; -webkit-border-radius:3px 0 0 0;
}

#leftTabs li:last-child a {
	border-radius: 0 0 0 3px; -moz-border-radius: 0 0 0 3px; -webkit-border-radius: 0 0 0 3px;
	border: none;
}

#leftTabs li.active a {
	background: #fff;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #fff;
	color: #333;
}

#leftTabs.affix {
	top:10px;
	z-index:100;
}

/* Generic custom clases ----------------*/ 
.position-r {
	position: relative;
}

/*  ripple effect for buttons -------------*/
.btn, .rip {position:relative;overflow:hidden}
.btn:after, .rip:after{content:"";display:block;position:absolute;width:100%;height:100%;top:0;left:0;pointer-events:none;background-image:radial-gradient(circle,#000 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;transform:scale(10,10);opacity:0;transition:transform .5s,opacity 1s}
.btn:active:after, .rip:active:after {transform:scale(0,0);opacity:.2;transition:0s}


/*-- CONTENT --*/

.number-span {
  	color: #33aeee;
	font-weight: 500;
}
.cropImage a.crop {
	max-height: 100px;
	overflow: hidden;
}

.cropImage a.crop img {
	opacity: 0.5;
	max-width: 700px;
	transition: all .2s ease-out; -moz-transition: all .2s ease-out; -webkit-transition: all .2s ease-out;
}

.cropImage a.crop img:hover {
	opacity: 0.8;
	transition: all .2s ease-in; -moz-transition: all .2s ease-in; -webkit-transition: all .2s ease-in;
}

.cropImage {
    background:#000; 
    position:relative;
	max-width: 700px;
	max-height: 100px;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

.cropImage:hover .zoom {
	opacity: 0.3; 
	transition: all .4s ease-out;-moz-transition: all .4s ease-out; -webkit-transition: all .4s ease-out;
}

.zoom {
    display:block;
	margin:0 auto; left:0px;
    position : absolute;
	right:0px;
	text-align: center;
	top:40%;
	width:20px;
    z-index:100;
}

.zoom i {
	color: #efefef;
	font-size: 22px;
}


/** LIGHTBOX MARKUP **/

.lightbox {
	/** Default lightbox to hidden */
	background: rgba(0,0,0,0.8);
	display: none;
	/** Position and style */
	height: 100%;
	left: 0;
	opacity: 0;
	position: fixed;
	text-align: center;
	transition: all 0.2s ease-out;
	top: 0;
	width: 100%;
	z-index: 999;
	opacity; 0;
	transition: all ease-in 0.4s;
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 90%;
	margin-top: 40px;
	max-height: 100%;
/*	opacity:1;*/
	transition: all ease-in 0.2s;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;
	/** Unhide lightbox **/
	display: block;
	opacity: 1;
	transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out;
}

/*----  --------*/
.tab-pane h5 {
	font-size: 15px;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 3px; -moz-border-radius: 3px; -webkit-border-raduis: 3px;
	margin-top: 0; 	
}

/*-- Boostrap classes ------*/ 

.alert {
	border: none;
}

.alert-warning {
	color: #fff;
	background: #e6b64a;
	margin-bottom: 14px; /* same as <p> */
	font-style: italic;
}

.alert h6 {
	color: #fff;
	font-style: normal;
	margin-top: 0;
}

.alert a {
	color: #fff;
	text-decoration: underline;
}

.tab-pane h6 {
	margin-top: 36px /* pendiente separar propiedad sólo para paneles de contenido --*/
}

.tab-pane .alert h6 {
	margin-top: 6px /*--- idem  --*/
}

.panel {
	box-shadow: none;
	border: 1px solid #aaa;
}

.panel-default > .panel-heading {
	background: #a4b4bf;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 2px; -moz-border-top-left-radius: 2px;; -webkit-top-left-radius: 2px;
    border-top-right-radius: 2px; -moz-border-top-right-radius: 2px; -webkit-border-top-right-radius: 2px; 
	color: #fff;
	padding: 0;
	transition: background .4s ease-in; -moz-transition: background .4s ease-in; -webkit-transition: background .4s ease-in;
}

.panel-heading:hover {
	background: #63bdfd;
	color: #fff;
	transition: background .2s ease-in; -moz-transition: background .2s ease-in; -webkit-transition: background .2s ease-in;
}

.panel-heading a {
	display: block;
	width: 100%;
	padding: 16px;
	text-decoration: none;
}

.panel-heading.active-panel {
	background: #63bdfd;
	color: #fff;
	transition: all .2s ease-in; -moz-transition: all .2s ease-in; -webkit-transition: all .2s ease-in;
}
  	
.modal-header, .modal-body, .modal-footer {
	padding: 15px 25px;
}

.helpbuttons a {
		border: 1px solid #10aade;
		border-radius: 2px;
		margin: 10px 0;
		text-align: center;
		padding: 10px;
		width: 100%;
		-moz-transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; transition: 0.4s;
		}

.helpbuttons a:hover {
		border: none;
		background: #62bdfd;
		text-decoration: none;
		color: #fff;
		-moz-transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s; transition: 0.2s;
		}

.helpbuttons .ar-icon {
	background: url('../images/icons/autoridades.svg') no-repeat center;
	height: 50px;
	-moz-transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; transition: 0.4s;
}
.helpbuttons .ar:hover .ar-icon {
	background-image: url('../images/icons/autoridades-wh.svg');
	-moz-transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s; transition: 0.2s;
}
.helpbuttons .contact-icon {
	background: url('../images/icons/contacto.svg') no-repeat center;
	height: 50px;
	-moz-transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; transition: 0.4s;
}
.helpbuttons .contact:hover .contact-icon {
	background-image: url('../images/icons/contacto-wh.svg');
	-moz-transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s; transition: 0.2s;
}
.helpbuttons .aranceles-icon {
	background: url('../images/icons/aranceles.svg') no-repeat center;
	height: 50px;
	-moz-transition: 0.4s; -webkit-transition: 0.4s; -ms-transition: 0.4s; transition: 0.4s;
}
.helpbuttons .aranceles:hover .aranceles-icon {
	background-image: url('../images/icons/aranceles-wh.svg');
	-moz-transition: 0.2s; -webkit-transition: 0.2s; -ms-transition: 0.2s; transition: 0.2s;
}

@media (max-width: 880px) {
	#footer .footer-left,
	#footer .footer-center,
	#footer .footer-right{
		display: block;
		width: 100%;
		text-align: center;
	}
	
	#footer .footer-left {
		margin-bottom: 30px;
	}
	
	#footer .footer-right {
		display: none;
	}
	
	#footer #banners a {
		float: none;
		text-align: center;
	}

	#footer #banners img {
		text-align: center;
	}
	
	#logo img {
		display: none;
	}

	#logo img.resp-logo {
		display: inline-block;
	}

	#leftTabs.affix {
		position: static;
	}
	
	.cropImage a.crop img {
		max-width: 400px;
	}
	
	#chatWindow {
		display: none;
	}
	#footer #supportlink {
		display: block;
	}
}



.show-ie8 {
	display: none;
}
			