@charset "UTF-8";
/*
	*********************************************************************************************************************
	Custom SASS - Project: CSN
	Design & Front development: ElEquipoE
	Tasks: Html / Css / jQuery
	Client: CSN
	Version: 1.0
	********************************************************************************************************************
*/
/* *********************************************************************************************************************
 * IMPORTS
 */
@import url(vendors/normalize.css);
@import url(vendors/bootstrap.min.css);
@import url(vendors/font-awesome.min.css);
@import url(vendors/icon-font.min.css);
@import url(vendors/jquery.form-validator.css);
@import url(vendors/bootstrap-datepicker.min.css);
@import url(vendors/lightslider.css);
/* *********************************************************************************************************************
 * VARS
 */
/* *********************************************************************************************************************
 * GLOBAL
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,600);
@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,500,600,700,900);
/* @include fontface('Roboto', 'Roboto-Light', 300, normal);
@include fontface('Roboto', 'Roboto-Regular', 400, normal);
@include fontface('Roboto', 'Roboto-Medium', 600, normal);
@include fontface('Rubik', 'Rubik-Regular', 400, normal);
@include fontface('Rubik', 'Rubik-Black', 900, normal); */
body, html {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  background-color: #fff;
  height: 100%;
  width: 100%; }

img {
  max-width: 100%; }

p {
  line-height: 17px; }

.text-bigger {
  font-size: 16px;
  line-height: 24px; }

.text-smaller {
  font-size: 11px;
  line-height: 17px; }

.text-50px {
  font-size: 50px;
  line-height: 55px; }

.text-lighter {
  font-weight: 300; }

.text-medium {
  font-weight: 500; }

.rubik {
  font-family: 'Rubik', sans-serif; }

/* LINKS */
a, a:before, a:after, a h1, a h2, a h3, a h4, a h5, a h6 {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover, a:active, a:focus {
  outline: none; }

a.default-link {
  color: #666666;
  text-decoration: underline; }

a.accent-link {
  color: #3eb0d6; }

a.white-link {
  color: #fff; }

a.grey-link {
  color: #666666; }

a.dark-grey-link {
  color: #333333; }

a.light-grey-link {
  color: #dadada; }

a.green-link {
  color: #52b500; }

a.black-link {
  color: #000; }

a.alt-link:hover, a.black-link:hover {
  color: #666666; }

a.grey-link:hover {
  text-decoration: underline; }

a.green-link:hover {
  color: #52b500; }

a.light-grey-link:hover {
  color: #fff; }

a.arrowfy-link:before {
  position: relative;
  display: inline-block;
  content: '';
  width: 11px;
  height: 9px;
  margin-right: 5px;
  margin-left: -16px;
  background: transparent url("../images/shared/arrow-link.png") left top no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none; }

a.arrowfy-link:hover:before {
  margin-left: 0;
  opacity: 1;
  filter: alpha(opacity=100); }

a.external-link {
  display: inline-block;
  margin: 10px 0;
  font-weight: 600;
  color: #666666; }
  a.external-link:before {
    content: url("../images/icons/link.svg");
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: -3px 10px 0 0; }

a.form-link {
  margin-left: 20px;
  line-height: 80px; }

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  color: #666666; }

h1 {
  font-size: 48px;
  line-height: 51px;
  color: #3eb0d6; }

h2 {
  font-size: 36px;
  line-height: 40px;
  color: #3eb0d6; }

h3 {
  font-size: 22px;
  line-height: 26px;
  font-weight: 900; }

h4 {
  font-size: 19px;
  line-height: 24px; }

h5 {
  font-size: 18px;
  line-height: 23px; }

h6 {
  font-size: 14px;
  line-height: 18px; }
  h6 strong {
    font-weight: 900; }
  h6 img + strong {
    display: block; }

.roboto-heading {
  font-family: 'Roboto', sans-serif;
  font-weight: 100; }

.box-heading {
  margin-bottom: 50px;
  padding: 10px 0;
  background-color: #3eb0d6;
  color: #fff; }

.box-heading-2 {
  min-height: 110px;
  margin-right: 40px;
  padding: 40px 25px;
  background-color: #39467a;
  color: #fff; }
  .box-heading-2 img, .box-heading-2 svg {
    float: left;
    margin: -20px 20px 40px 0; }
  .box-heading-2 .svg path {
    fill: #fff; }

.line-heading {
  margin: 40px 0 10px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #dadada; }
  .line-heading.roboto {
    font-weight: 300; }
  .line-heading.green-line {
    padding-bottom: 8px;
    border-color: #52b500; }

.bullet-heading:before {
  content: '';
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin-right: 8px;
  background-color: #3eb0d6;
  border-radius: 4px; }

strong, .bold {
  font-weight: 600; }

em {
  font-style: italic; }

strong > em {
  font-weight: 600;
  font-style: italic; }

button {
  font-family: 'Roboto', sans-serif; }

textarea:focus, select:focus, input:focus {
  outline: 0; }

.blue {
  color: #3eb0d6 !important; }

.alt-blue {
  color: #39467a !important; }

.green {
  color: #52b500 !important; }

.orange {
  color: #f19900 !important; }

.red {
  color: #d01919 !important; }

.light-grey {
  color: #8c8c8c !important; }

.white {
  color: #fff !important; }

::selection {
  background: #dbdbdb; }

::-moz-selection {
  background: #dbdbdb; }

/* SEPARADORES & LAYOUT */
.divider-10 {
  height: 10px; }

.divider-20 {
  height: 20px; }

.divider-30 {
  height: 30px; }

.divider-40 {
  height: 40px; }

.divider-50 {
  height: 50px; }

.divider-60 {
  height: 60px; }

.divider-70 {
  height: 70px; }

.divider-80 {
  height: 80px; }

.divider-90 {
  height: 90px; }

.divider-100 {
  height: 100px; }

.divider-110 {
  height: 110px; }

.divider-120 {
  height: 120px; }

.divider-130 {
  height: 130px; }

.divider-140 {
  height: 140px; }

.divider-150 {
  height: 150px; }

.w10 {
  width: 10% !important; }

.w20 {
  width: 20% !important; }

.w30 {
  width: 30% !important; }

.w40 {
  width: 40% !important; }

.w50 {
  width: 50% !important; }

.w60 {
  width: 60% !important; }

.w70 {
  width: 70% !important; }

.w80 {
  width: 80% !important; }

.w90 {
  width: 90% !important; }

.w100 {
  width: 100% !important; }

.centered {
  text-align: left;
 }

.centered2 {
  text-align: center;
 }
 
.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.no-border {
  border-color: transparent !important; }

.with-border-top {
  border-top: 1px solid #dadada; }

.with-border-bottom {
  border-bottom: 1px solid #dadada; }

.column-with-left-padding {
  padding-left: 40px; }

.column-with-right-padding {
  padding-right: 40px; }

.column-with-more-left-padding {
  padding-left: 70px; }

.column-with-more-right-padding {
  padding-right: 70px; }

.with-shadow-box {
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.65); }

.hide-on-desktop {
  display: none; }

/* ANIMACIONES */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-o-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* TEST BOOTSTRAP GRID */
/* *********************************************************************************************************************
 * BOOTSTRAP CSS THEME & REPLACEMENTS
 */
/*  LAYOUT */
.container {
  padding: 0; }

/* BUTTONS */
a {
  color: #3eb0d6; }
  a:hover, a:focus {
    color: #3eb0d6; }

.btn {
  padding: 10px 15px;
  font-family: 'Rubik', sans-serif;
  font-weight: 600;
  font-size: 16px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .btn:focus {
    box-shadow: none !important; }
  .btn.btn-subtitle {
    padding-top: 15px; }
    .btn.btn-subtitle span {
      position: relative;
      display: block;
      padding-top: 3px;
      font-weight: 300;
      font-size: 12px;
      line-height: 0; }
  .btn.btn-sm {
    padding: 8px 15px;
    font-size: 14px; }

.btn-default {
  padding: 18px 15px;
  color: #52b500;
  background-color: #fff;
  border-color: #52b500; }

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
  color: #fff !important;
  background-color: #52b500 !important; }

.btn-primary {
  padding: 18px 15px;
  background-color: #52b500;
  border-color: #52b500; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
  color: #fff !important;
  background-color: #469c00 !important;
  border-color: #52b500 !important; }

.btn-warning {
  background-color: #f19900;
  border-color: #f19900;
  color: #fff !important; }

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active {
  background-color: #dadada !important;
  border-color: #dadada !important;
  color: #333333 !important !important; }

.dropdown-toggle::after {
  margin-left: 5px; }

.btn-group-toggle .btn-default {
  padding: 8px 12px;
  color: #666666;
  border-color: #dadada; }

/* FORMS */
.form-row {
  margin-bottom: 10px; }

.form-control {
  padding: 8px 14px;
  font-size: 15px;
  font-weight: 300;
  border: 1px solid #dadada;
  border-radius: 0; }
  .form-control:disabled {
    border-color: #e9ecef; }

.form-group.has-error span:not(.help) {
  color: #d01919; }
.form-group.has-error .custom-checkbox .custom-control-label::before {
  border: 2px solid #d01919 !important; }
.form-group span.help {
  padding: 2px 5px;
  color: #333333;
  background-color: #dadada; }

input + .help-tool {
  position: absolute;
  right: 0;
  margin: -30px 15px 0 0;
  cursor: help; }
  input + .help-tool i {
    width: 20px;
    height: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background-color: #52b500;
    border-radius: 10px; }

label {
  margin-bottom: 2px;
  font-weight: 300;
  font-size: 15px;
  line-height: 19px; }

.custom-select {
  border-radius: 0; }

.custom-select-lg {
  height: auto !important;
  padding: 7px 14px;
  font-size: 15px;
  font-weight: 300; }

.custom-checkbox .custom-control-label::before {
  width: 20px;
  height: 20px;
  left: -5px;
  background-color: #fff;
  border-radius: 0 !important;
  border: 1px solid #666666; }
.custom-checkbox .custom-control-label::after {
  width: 20px;
  height: 20px;
  left: -5px; }

.custom-radio .custom-control-label::before {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 2px solid #999; }
.custom-radio .custom-control-label::after {
  width: 30px;
  height: 30px; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #fff;
  border-color: #52b500; }
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%2352b500'/%3E%3C/svg%3E"); }

.input-autocomplete + .btn {
  position: absolute;
  right: 0;
  margin: -45px 0 0 -50px;
  font-size: 20px;
  color: #52b500 !important;
  background-color: transparent;
  box-shadow: none !important; }

.input-space {
  display: inline-block;
  padding: 10px 5px; }

/* HACK PARA CAMPOS AUTOCOMPLETAR AMARILLOS EN WEBKIT */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 100px white inset; }

/* input.valid:after {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTÔÇªAw6tSWKgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=) !important;
} */
/* HACK PARA IE */
input::-ms-clear {
  display: none; }

/* ALERTS */
.alert {
  padding: 15px;
  font-size: 15px;
  line-height: 19px;
  font-weight: 300;
  color: #fff !important;
  border-radius: 10px;
  border: 0; }
  .alert.alert-warning {
    background-color: #f19900; }
  .alert.alert-primary {
    background-color: #52b500; }
  .alert.alert-info {
    margin: 30px 0;
    padding: 30px 50px;
    border-radius: 0;
    background-color: #dbf0f7;
    color: #333333 !important; }
    .alert.alert-info.alert-extend {
      margin: 50px 0;
      width: 140%;
      margin-left: -20%; }
  .alert.alert-no-box {
    background-color: transparent !important; }
  .alert span.fa,
  .alert span.lnr {
    float: left;
    margin-right: 15px;
    font-size: 35px; }
    .alert span.fa.bigger,
    .alert span.lnr.bigger {
      font-size: 60px; }
  .alert a {
    color: #fff;
    text-decoration: underline; }
  .alert ul {
    list-style: none; }
  .alert .progress {
    height: 5px;
    margin-top: 15px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 3px; }
  .alert .progress-bar {
    background-color: #fff; }

/* MIGAS DE PAN */
.breadcrumb {
  padding: 20px 0 0 0;
  font-family: 'Rubik', sans-serif;
  font-size: 12px;
  font-weight: 500;
  background-color: transparent; }
  .breadcrumb a {
    color: #333333; }
  .breadcrumb li.active {
    color: #999999; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    color: #3eb0d6; }

/* TABLAS */
.table thead th {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  line-height: 18px;
  color: #3eb0d6;
  border-top: 0; }
.table tbody tr:first-child th, .table tbody tr:first-child td {
  padding-top: 20px; }
  .table tbody tr:first-child th.with-radio, .table tbody tr:first-child td.with-radio {
    padding-top: 10px; }
.table tbody tr:last-child th, .table tbody tr:last-child td {
  border-bottom: 1px solid #dee2e6; }
.table tbody th {
  font-weight: 400; }
.table tbody td.with-radio {
  padding-top: 3px; }

/* PAGINACION */
.pagination .page-item.active a {
  border-color: #52b500;
  background-color: #52b500; }
.pagination a {
  margin: 0 2px;
  padding: 10px 15px;
  font-family: 'Rubik', sans-serif;
  font-size: 13px;
  color: #52b500;
  border-color: #52b500;
  border-radius: 0 !important; }
  .pagination a:hover {
    color: #333333; }

/* TOOLTIPS */
.tooltip .tooltip-inner {
  font-family: 'Roboto', sans-serif;
  font-size: 10px !important;
  text-transform: uppercase;
  background-color: #666666; }
.tooltip.bs-tooltip-top .arrow::before {
  border-top-color: #666666 !important; }
.tooltip.bs-tooltip-right .arrow::before {
  border-right-color: #666666 !important; }
.tooltip.bs-tooltip-left .arrow::before {
  border-left-color: #666666 !important; }
.tooltip.bs-tooltip-bottom .arrow::before {
  border-bottom-color: #666666 !important; }

/* MODAL */
.modal .modal-header {
  background-color: #f3f3f3; }
.modal .modal-title {
  font-family: 'Rubik', sans-serif;
  font-size: 19px;
  font-weight: 600; }
.modal .modal-close {
  font-size: 16px;
  cursor: pointer; }

/* PESTA├æAS - TABS */
.nav-tabs .nav-item {
  margin-right: 3px; }
.nav-tabs .nav-link {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  line-height: 18px;
  color: #666666;
  border: 1px solid #dadada; }
  .nav-tabs .nav-link .badge {
    margin-left: 3px;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    background-color: #dadada;
    border-radius: 10px; }
  .nav-tabs .nav-link.active {
    color: #52b500;
    background-color: #dadada;
    border: 1px solid #dadada; }
    .nav-tabs .nav-link.active .badge {
      color: #fff;
      background-color: #52b500; }

.tab-content {
  padding-top: 30px; }
  .tab-content .pagination {
    margin-top: 20px; }
    
/* PESTAÑAS - TABS */
.nav-tabs.v2 {
  border: 0; }
  .nav-tabs.v2 .nav-item {
    margin-right: 1px; 
    width: 370px;
    text-align: center;}
    .nav-tabs.v2 .nav-item:first-child .nav-link {
      border-top-left-radius: 9px; }
    .nav-tabs.v2 .nav-item:last-child .nav-link {
      border-top-right-radius: 9px;
      border-bottom-right-radius: 9px; }
  .nav-tabs.v2 .nav-link {
    padding: 8px 0px;
    color: #fff;
    background-color: #3eb0d6;
    border: 0;
    border-radius: 0; }
    .nav-tabs.v2 .nav-link.active {
      margin-top: -8px;
      padding: 12px 0px;
      color: #666666;
      background-color: #fff;
      border: 1px solid #dadada;
      border-top-left-radius: 9px;
      border-top-right-radius: 9px;
      border-bottom-right-radius: 0 !important;
      border-bottom-color: #fff; }
      .nav-tabs.v2 .nav-link.active .badge {
        color: #666666;
        background-color: #dadada; }

.tab-content.v2 {
  padding: 30px;
  border: 1px solid #dadada;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; }

/* *********************************************************************************************************************
 * HEADER & MENU
 */
header .navbar-brand {
  margin: 0;
  padding: 30px 0 15px 0; }
  header .navbar-brand .brand-mobile {
    display: none; }

/* TOP MENU */
#top_menu {
  float: right;
  width: 40%;
  padding-top: 6px;
  text-align: right; }
  #top_menu form {
    float: left;
    vertical-align: top; }
    #top_menu form input {
      min-width: 200px;
      padding: 3px 12px;
      border-radius: 14px;
      border: 1px solid #dadada; }
    #top_menu form .btn {
      display: inline-block;
      padding: 0 0 0 5px;
      font-size: 20px;
      color: #52b500;
      background-color: transparent;
      box-shadow: none !important; }
  #top_menu a#portal_link,
  #top_menu #langs {
    display: inline-block;
    vertical-align: top;
    padding: 3px 0;
    font-size: 14px; }
    #top_menu a#portal_link:before,
    #top_menu #langs:before {
      content: '|';
      display: inline-block;
      padding: 0 10px;
      font-size: 16px;
      color: #52b500; }
  #top_menu #langs .dropdown-toggle {
    color: #52b500; }

/* MENU USUARIO */
#user_menu {
  position: relative;
  box-sizing: border-box;
  float: right;
  width: 40%;
  margin-top: -40px;
  padding-bottom: 5px;
  text-align: right; }
  #user_menu a#registro_link {
    display: inline-block;
    vertical-align: bottom;
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 10px; }
  #user_menu #login {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 5px; }
  #user_menu #login_menu {
    position: absolute;
    display: none;
    z-index: 101;
    width: 240px;
    margin: -40px 0 0 -250px;
    padding: 20px 20px 20px 40px;
    text-align: left;
    background-color: #fff; }
    #user_menu #login_menu:before {
      content: url("../images/shared/login-menu-arrow.png");
      position: absolute;
      float: right;
      width: 0;
      height: 0;
      margin: -5px 0 0 200px; }
    #user_menu #login_menu ul {
      margin-bottom: 0; }
      #user_menu #login_menu ul li {
        list-style: none;
        padding: 6px 0; }
        #user_menu #login_menu ul li a {
          display: block;
          line-height: 14px;
          color: #666666; }
        #user_menu #login_menu ul li.acceso {
          color: #266caf;
          list-style-type: disc; }
          #user_menu #login_menu ul li.acceso a {
            font-family: 'Rubik', sans-serif;
            color: #266caf; }
          #user_menu #login_menu ul li.acceso.with-border-bottom {
            padding-bottom: 15px; }
  #user_menu #user_data {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
    color: #666666; }
    #user_menu #user_data strong {
      color: #52b500; }
  #user_menu #logout {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 5px; }
    #user_menu #logout img {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #user_menu #logout a:hover img {
      -moz-transform: scale(0.95);
      -o-transform: scale(0.95);
      -ms-transform: scale(0.95);
      -webkit-transform: scale(0.95);
      transform: scale(0.95); }

/* MENU PPAL */
nav#menu {
  height: 40px;
  background-color: #52b500; }
  nav#menu ul.first {
    list-style: none; }
    nav#menu ul.first > li {
      display: inline-block;
      float: left;
      width: 25%;
      text-align: center; }
      nav#menu ul.first > li > a {
        padding: 0;
        font-family: 'Rubik', sans-serif;
        font-size: 14px;
        line-height: 40px;
        font-weight: 500;
        color: #fff;
        border-right: 1px solid #52b500;
        background-color: #52b500; }
        nav#menu ul.first > li > a:hover {
          background-color: #49a100; }
      nav#menu ul.first > li.active > a {
        background-color: #49a100; }
      nav#menu ul.first > li.active-temp > a {
        pointer-events: none; }
  nav#menu ul.second {
    position: absolute;
    z-index: 100;
    display: none;
    list-style: none;
    margin: -2px 0 0 20px;
    padding: 20px 30px;
    background-color: #fff; }
    nav#menu ul.second:before {
      content: '';
      position: absolute;
      margin: -27px 0 0 -100px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 8px 8px 8px;
      border-color: transparent transparent #ffffff transparent; }
    nav#menu ul.second li {
      padding: 5px 0;
      text-align: left; }
      nav#menu ul.second li a {
        font-size: 14px;
        color: #666666; }
        nav#menu ul.second li a:hover {
          color: #3eb0d6; }
  nav#menu .badge {
    margin-left: 3px;
    font-weight: 400;
    font-size: 13px;
    color: #52b500;
    background-color: #fff;
    border-radius: 10px; }

/* *********************************************************************************************************************
 * FOOTER
 */
footer {
  padding: 50px 0;
  background-color: #232222; }
  footer a, footer span {
    display: block;
    padding: 6px 0;
    font-size: 14px;
    font-weight: 300;
    color: #fff; }
    footer a img, footer span img {
      padding-left: 20px; }

/* *********************************************************************************************************************
 * LAYOUT & ELEMENTOS COMPARTIDOS
 */
/* WRAPPER */
body > .wrapper {
  position: relative;
  padding: 0;
  width: 100%;
  min-height: 100%;
  clear: both;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.wrapper_disabled {
  opacity: 0.4;
  filter: alpha(opacity=40);
  pointer-events: none; }

.scrollup {
  position: fixed;
  width: 30px;
  height: 30px;
  bottom: 14px;
  right: 10px;
  display: none;
  text-decoration: none !important; }
  .scrollup i {
    font-size: 20px;
    color: #666; }
  .scrollup:hover i {
    color: #999; }

/* IMAGEN FLUIDA SLIDER */
/* BLOQUE CON ICONO */
.icon-block {
  text-align: center; }
  .icon-block a {
    display: block;
    padding: 20px 40px;
    color: #666666; }
    .icon-block a h6 {
      padding: 10px 0 15px 0;
      font-family: 'Rubik', sans-serif;
      font-size: 14px;
      font-weight: 900; }
    .icon-block a:hover {
      color: #3eb0d6;
      text-decoration: none;
      background-color: #f3f3f3; }
      .icon-block a:hover h6 {
        color: #3eb0d6; }

/* LISTADO DE ENLACES */
.links-list h6 {
  margin: 0 0 10px -15px;
  font-size: 15px; }
.links-list li {
  padding: 5px 0;
  font-family: 'Rubik', sans-serif; }
  .links-list li a:hover {
    padding: 0 6px;
    background-color: #dadada;
    text-decoration: none; }

/* CARRUSEL TRAMITES */
.tramites {
  margin-top: 20px;
  min-height: 90px;
  /* + .lSAction {
  	display: none !important;
  } */ }
  .tramites li {
    vertical-align: top;
    height: 60px;
    margin: 0;
    padding: 20px;
    text-align: center;
    border-right: 1px solid #dadada; }
    .tramites li.active + li + li {
      border-right: 0 !important; }
    .tramites li a {
      font-size: 18px;
      line-height: 21px;
      font-weight: 300;
      color: #666666; }
    .tramites li .badge {
      display: block;
      padding-top: 10px;
      font-size: 12px;
      text-decoration: none !important; }

.logged-in .tramites {
  min-height: 120px; }

/* ETIQUETAS MENU */
#tags_menu {
  position: absolute;
  width: 100px;
  font-family: 'Rubik', sans-serif;
  font-size: 11px;
  text-align: center; }
  #tags_menu h6 {
    padding: 20px 0;
    font-size: 11px;
    line-height: 13px;
    font-weight: 600; }
  #tags_menu a {
    display: block;
    margin-bottom: 5px;
    padding: 3px 7px;
    font-weight: 600;
    color: #fff;
    box-shadow: inset 0px 0px 31px -17px rgba(0, 0, 0, 0.82); }
    #tags_menu a.pendientes {
      background-color: #52b500; }
    #tags_menu a.leidas {
      background-color: #666666; }
    #tags_menu a.caducadas {
      background-color: #f19900; }
    #tags_menu a.rechazadas {
      background-color: #d01919; }

/* FORM - UPLOAD BOX & DOC  */
.upload-box {
  padding: 50px;
  text-align: center;
  border: 1px dashed #666666; }
  .upload-box span {
    display: block; }

.upload-doc {
  display: inline-block;
  box-sizing: border-box;
  width: 48%;
  margin: 20px 0 30px 1%;
  border-right: 1px solid #dadada; }
  .upload-doc:last-of-type {
    margin-left: 2%;
    border: 0; }
  .upload-doc * {
    display: inline-block;
    vertical-align: top; }
  .upload-doc > i {
    width: 45px;
    height: 45px;
    margin-right: 10px;
    padding-top: 10px;
    border: 1px solid #dadada;
    border-radius: 100%;
    font-size: 20px;
    text-align: center; }
  .upload-doc strong {
    width: 60%;
    font-size: 13px; }
  .upload-doc a {
    padding: 6px 2px; }
    .upload-doc a i {
      font-size: 17px; }

/* DATA FILTRO */
.data-filter {
  min-height: 50px; }
  .data-filter form {
    float: left;
    vertical-align: top; }
    .data-filter form input {
      min-width: 200px;
      padding: 6px 22px;
      font-size: 18px;
      font-weight: 300;
      border-radius: 22px;
      border: 1px solid #dadada;
      -webkit-transition: border 0.3s ease;
      -moz-transition: border 0.3s ease;
      -ms-transition: border 0.3s ease;
      -o-transition: border 0.3s ease;
      transition: border 0.3s ease; }
      .data-filter form input:focus {
        border-color: #52b500; }
    .data-filter form .btn {
      display: inline-block;
      margin-left: -50px;
      font-size: 20px;
      color: #52b500;
      background-color: transparent;
      box-shadow: none !important; }
    .data-filter form label {
      display: inline-block;
      height: calc(2.875rem);
      padding-right: 10px;
      font-size: 18px;
      font-weight: 300;
      line-height: 30px; }
    .data-filter form select {
      width: auto;
      margin-top: 4px;
      border-radius: 22px;
      border: 1px solid #dadada;
      font-size: 18px;
      font-weight: 300;
      background-position-x: right 1.3rem;
      -webkit-transition: border 0.3s ease;
      -moz-transition: border 0.3s ease;
      -ms-transition: border 0.3s ease;
      -o-transition: border 0.3s ease;
      transition: border 0.3s ease; }
      .data-filter form select:focus {
        border-color: #52b500; }

/* SUBMENU INTERNO */
.submenu {
  margin-right: 20px;
  padding: 30px;
  background-color: #39467a; }
  .submenu ul {
    margin-bottom: 0; }
    .submenu ul li {
      list-style: none;
      padding: 4px 0; }
      .submenu ul li.active a {
        color: #3eb0d6; }
      .submenu ul li a {
        display: block;
        font-family: 'Rubik', sans-serif;
        line-height: 18px;
        font-weight: 500;
        color: #fff; }

/* BLOQUE RESULTADO FORM EDITABLE */
.result-block {
  margin-bottom: 50px;
  padding: 30px 10px 20px 20px;
  border: 1px solid #dadada; }
  .result-block:hover {
    background: -moz-linear-gradient(top, transparent 0%, rgba(80, 80, 80, 0.1) 150%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(80, 80, 80, 0.1) 150%);
    background: linear-gradient(to bottom, transparent 0%, rgba(80, 80, 80, 0.1) 150%); }
  .result-block h6 {
    position: absolute;
    margin: -52px 0 0 -40px;
    padding: 10px 20px;
    background-color: #fff; }
  .result-block span {
    display: block; }
  .result-block table td:first-of-type {
    padding-right: 20px;
    color: #8c8c8c; }
  .result-block table td:last-of-type {
    font-size: 16px;
    font-weight: 600; }
  .result-block table td.colspan {
    font-size: 14px;
    font-weight: 600;
    color: #333333; }
  .result-block a.edit {
    float: right;
    margin-top: -20px; }
    .result-block a.edit i {
      font-size: 18px; }

/* *********************************************************************************************************************
 * SECCI├ôN: ASISTENTE 
 */
#asistente_proceso {
  /* position: fixed;
  z-index: 10000;
  bottom: 0; */
  padding: 30px 0 0 0;
  background-color: #3eb0d6; }
  #asistente_proceso span.proceso-num {
    display: inline-block;
    float: left;
    width: 50px;
    height: 50px;
    padding-top: 6px;
    margin-right: 15px;
    font-family: 'Rubik', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    background-color: #3eb0d6;
    border: 1px solid #fff;
    border-radius: 100%; }
  #asistente_proceso h6 {
    line-height: 50px;
    color: #fff; }
  #asistente_proceso .active span.proceso-num {
    color: #3eb0d6;
    background-color: #fff; }
  #asistente_proceso .double-line h6 {
    padding-top: 5px;
    line-height: 20px; }
  #asistente_proceso .progress {
    height: 8px;
    margin-top: 30px;
    background-color: #68c1df;
    border-radius: 0; }
    #asistente_proceso .progress .progress-bar {
      background-color: #fff; }
      
#asistente_proceso_v2 {
  padding: 25px 0;
  background-color: #eff3f4; }
  #asistente_proceso_v2 span.proceso-num {
    display: block;
    width: 50px;
    height: 50px;
    padding-top: 6px;
    margin: 0 auto;
    font-family: 'Rubik', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    background-color: #b4c2c5;
    border: 1px solid #b4c2c5;
    border-radius: 100%; }
    #asistente_proceso_v2 span.proceso-num:after {
      content: '';
      position: absolute;
      display: inline-block;
      width: 164px;
      height: 11px;
      margin: 15px 0 0 50px;
      background: transparent url("../images/shared/asistente-proceso-v2-arrow.png");
      background-position: 100% 0; }
  #asistente_proceso_v2 h6 {
    display: block;
    margin-top: 10px;
    text-align: center;
    color: #b4c2c5; }
  #asistente_proceso_v2 .active span.proceso-num {
    color: #fff;
    background-color: #3eb0d6;
    border-color: #3eb0d6; }
  #asistente_proceso_v2 .active h6 {
    font-weight: 600;
    color: #3eb0d6; }
  #asistente_proceso_v2 .done span.proceso-num {
    color: #3eb0d6;
    background-color: #fff;
    border-color: #3eb0d6; }
  #asistente_proceso_v2 .done h6 {
    color: #3eb0d6; }
  #asistente_proceso_v2 .last span.proceso-num:after {
    display: none; }
  #asistente_proceso_v2 .col-4 span.proceso-num:after {
    width: 270px; }
  #asistente_proceso_v2 .col span.proceso-num:after {
    width: 110px; }

/* *********************************************************************************************************************
 * SECCI├ôN: OTROS_TRAMITES
 */
#otros_tramites {
  padding: 60px 0 30px 0;
  background-color: #3eb0d6; }
  #otros_tramites .tramites li {
    border-right: 1px solid #68c1df; }
    #otros_tramites .tramites li a {
      color: #fff; }
  #otros_tramites .lSSlideOuter .lSPager.lSpg > li a {
    background-color: #016f94; }
  #otros_tramites .lSSlideOuter .lSPager.lSpg > li:hover a, #otros_tramites .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #fff; }
  #otros_tramites .lSAction > a {
    background-image: url("vendors/img/controls.png"); }

/* *********************************************************************************************************************
 * TE AYUDAMOS
 */
#te_ayudamos {
  padding: 30px 0 30px 0;
  background-color: #39467a; }
  #te_ayudamos h2 {
    margin-bottom: 40px; }
  #te_ayudamos a {
    display: block;
    margin: 7px 0;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 700; }

/* *********************************************************************************************************************
 * PRINT STYLES
 */
@media print {
  /* OCULTAR ELEMENTOS */
  #top_menu,
  a#registro_link,
  #login,
  .img-slider {
    display: none !important; }

  #user_menu {
    margin-top: 0; }

  nav#menu ul.first > li > a {
    border-right: 1px solid #dadada !important; } }
