﻿@charset "utf-8";
/*! ====================================

	AZKOYEN
	WEB TÉCNICA
	AGO 2016
---------------------------------------
	Developed by ODM
	malbacete@odm.es
---------------------------------------
	dev: style.test.less
	test: style.test.css
---------------------------------------


==================================== */
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}
/*
 * Removes default margin.
 */
body {
  margin: 0;
  font-size: 12px;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
}
/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.green {
  color: #19b589;
}
.blue {
  color: #2c96ff;
}
.orange {
  color: #ff7929;
}
.purple {
  color: #cb61e5;
}
.red {
  color: #ff2151;
}
.white {
  color: #fff;
}
.black {
  color: #000;
}
.light-green {
  color: #4ee6bb;
}
.light-blue {
  color: #92c9ff;
}
.light-orange {
  color: #ffb98f;
}
.light-purple {
  color: #e8b9f3;
}
.light-red {
  color: #ff87a1;
}
.dark-green {
  color: #0d5b45;
}
.dark-blue {
  color: #0063c5;
}
.dark-orange {
  color: #c24900;
}
.dark-purple {
  color: #a120c0;
}
.dark-red {
  color: #ba0028;
}
.font {
  font-family: 'Gotham', sans-serif;
  color: #424242;
}
.full {
  width: 100%;
  height: auto;
}
.min-150 {
  min-height: 150px;
}
@-moz-document url-prefix() { 
  .min-300 {
     height:300px;
  }
}
.min-300 {
  min-height: 300px;
}
.min-500 {
  min-height: 500px;
}
.min-800 {
  min-height: 800px;
}
@media (max-width: 991px) {
  .min-150,
  .min-300,
  .min-500,
  .min-800 {
    min-height: 50px;
  }
}
.coverPage {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.bold {
  font-family: 'Gotham', sans-serif;
  font-weight: bold;
}
.white {
  color: white;
}
.fade {
  background-color: rgba(53, 53, 53, 0.5);
  height: 100%;
}
.transitionAll {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.transitionCubic {
  transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
  -moz-transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
  -ms-transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
}
.transitionTransform {
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
}
.danger {
  background-color: #FFCDD2;
  color: #C62828;
}
.info {
  background-color: #BBDEFB;
  color: #1565C0;
}
.success {
  background-color: #C8E6C9;
  color: #2E7D32;
}
.warning {
  background-color: #FFE0B2;
  color: #EF6C00;
}
.alignRight {
  text-align: right;
}
.alignJustify {
  text-align: justify;
}
.alignLeft {
  text-align: left;
}
.alignCenter {
  text-align: center;
}
.animation {
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    margin-top: 10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
    margin-top: 10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    margin-top: 10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    margin-top: 10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    margin-top: 10px;
  }
  100% {
    opacity: 1;
    margin-top: 0px;
  }
}
@keyframes btnIcon {
  0% {
    background-color: rgba(255, 255, 255, 0.1);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.7);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@-ms-keyframes btnIcon {
  0% {
    background-color: rgba(255, 255, 255, 0.1);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.7);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@-moz-keyframes btnIcon {
  0% {
    background-color: rgba(255, 255, 255, 0.1);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.7);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@-o-keyframes btnIcon {
  0% {
    background-color: rgba(255, 255, 255, 0.1);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.7);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes btnIcon {
  0% {
    background-color: rgba(255, 255, 255, 0.1);
  }
  50% {
    background-color: rgba(255, 255, 255, 0.7);
  }
  100% {
    background-color: rgba(255, 255, 255, 0);
  }
}
html {
  width: 100%;
  height: auto;
  min-height: 100%;
}
body {
  height: auto;
  min-height: 100%;
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  font-family: 'Gotham', sans-serif;
  background-color: #F5F5F5;
}
body.body-modal-open,
body.body-navbar-open,
body.body-sidebar-open {
  overflow-y: hidden !important;
  -ms-overflow-y: hidden !important;
}
body *,
body *::after,
body *::before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -ms-webkit-font-smoothing: antialiased;
  -mox-webkit-font-smoothing: antialiased;
  -o-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body *:focus {
  outline: none;
}
p {
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
}

/* tipografia original

h1 {
  font-size: 45px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 20px;
  margin: 15px auto;
  font-weight: bold;
  font-family: 'Gotham-bold', sans-serif !important;
}
h6 {
  font-size: 15px;
  margin: 15px auto;
}

*/


h1 {
  font-size: 45px;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 25px;
}
h5 {
  font-size: 20px;
  margin: 15px auto;
  font-weight: bold;
  font-family: 'Gotham-bold', sans-serif !important;
}
h6 {
  font-size: 15px;
  margin: 15px auto;
  line-height: 22px;
}
h1,
h2,
h3,
h4,
h5 {
  letter-spacing: 0.05em;
  font-weight: normal;
  font-family: 'Gotham', sans-serif;
}
a,
p {
  color: #424242;
  font-family: 'Gotham', sans-serif;
  font-size: 12px;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
button {
  background: none;
  border: 0;
}
[onClick]:hover {
  cursor: pointer;
}
ul,
ol {
  padding: 0;
  margin: 15px 0;
}
ul li,
ol li {
  list-style: none;
  font-family: 'Gotham', sans-serif;
}
dl {
  width: 100%;
  height: auto;
}
.img {
  max-width: 100%;
}
.img-rounded {
  border-radius: 4px;
}
.img-circle {
  border-radius: 50%;
}
.navbar {
  position: relative;
  z-index: 500;
  width: 100%;
  height: auto;
  float: left;
  /*
			.navbar__header
		*/
  /* 
				.navbar__brand
				Company's brand.
			*/
  /*
			.navbar__controls
			It contents 
		*/
  /*
			.navbar__btn
		*/
  /*
			.navbar__menu
			App's main menu.
			It is displayed by #btnNavbarMenu
			It contains the four main branches
		*/
}
@media (min-width: 992px) {
  .navbar {
    background-color: #BDBDBD;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  }
}
@media (max-width: 991px) {
  .navbar {
    background-color: #fff;
    padding-bottom: 30px;
  }
  .navbar.close {
    padding-bottom: 0;
  }
  .navbar .container {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .navbar-ripple {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-ripple.open {
    width: 100%;
    height: 100%;
  }
  .navbar-ripple.close {
    width: 50px;
    height: 50px;
  }
}
.navbar-fixed {
  position: fixed;
}
.navbar__header {
  height: auto;
  float: left;
}
@media (min-width: 992px) {
  .navbar__header {
    width: auto;
  }
}
@media (max-width: 991px) {
  .navbar__header {
    width: 100%;
    background-color: #BDBDBD;
    padding: 0 10px;
  }
}
.navbar__brand {
  float: left;
  max-height: 75px;
  font-size: 24px;
  padding: 15px;
}
.navbar__brand img {
  max-height: 50px;
}
.navbar__controls {
  position: relative;
  min-width: 60%;
  height: auto;
  float: right;
}
.navbar__controls p {
  text-align: center;
  color: #424242;
  font-size: 12px;
}
@media (min-width: 992px) {
  .navbar__controls {
    width: auto;
  }
  .navbar__controls .img-circle {
    width: 50px;
    margin: 12.5px auto 0 auto;
    float: right;
  }
  .navbar__controls p {
    float: right;
    margin: 30px 15px 30px 0;
  }
  .navbar__controls .form__control {
    margin-top: 7px;
    max-width: 300px;
    float: right;
  }
  .navbar__controls > div:nth-child(1) {
    float: right;
    text-align: right;
  }
}
@media (max-width: 991px) {
  .navbar__controls {
    width: 100%;
    padding: 0 10px;
    background-color: #fff;
  }
  .navbar__controls .img-circle {
    width: 100px;
    margin: 30px auto 0 auto;
    display: block;
  }
  .navbar__controls .form__control {
    margin-left: calc(50% - 225px);
    max-width: 450px;
    float: left;
  }
  .navbar__controls.open {
    display: block;
    top: 0;
  }
  .navbar__controls.close {
    display: none;
    top: -100%;
  }
}
@media (max-width: 767px) {
  .navbar__controls .form__control {
    margin-left: 10%;
    max-width: 80%;
    float: left;
  }
}
.navbar__btn {
  top: 7px;
  right: 10px;
  width: 55px;
  height: 55px;
}
.navbar__btn:hover {
  cursor: pointer;
}
.navbar__btn-collapse {
  float: right;
  display: block;
  padding: 10px;
}
.navbar__btn-collapse i {
  color: #424242;
  font-size: 40px;
}
@media (min-width: 992px) {
  .navbar__btn-collapse {
    position: relative;
    top: 10px;
    left: 5px;
  }
}
@media (max-width: 991px) {
  .navbar__btn-collapse {
    position: absolute !important;
    top: 10px;
    right: 15px;
  }
}
.navbar__btn-settings {
  float: right;
  display: block;
  padding: 10px;
}
.navbar__btn-settings i {
  color: #424242;
  font-size: 30px;
}
@media (min-width: 992px) {
  .navbar__btn-settings {
    position: relative;
    top: 15px;
    left: 5px;
  }
  .navbar__btn-shoppingCart {
    position: relative;
    top: 20px;
    left: 5px;
   }
}
@media (max-width: 991px) {
  .navbar__btn-settings {
    position: absolute !important;
    top: 15px;
    right: 55px;
  }
  .navbar__btn-shoppingCart {
    position: absolute !important;
    top: 20px;
    right: 85px;
   }
}
.navbar__btn-logOut {
  float: right;
  display: block;
  padding: 10px;
}
.navbar__btn-shoppingCart {
  float: right;
  display: block;
  padding: 10px;
}
.navbar__btn-logOut i {
  color: #424242;
  font-size: 30px;
}

.navbar__btn-shoppingCart i {
  color: #424242;

}

@media (min-width: 992px) {
  .navbar__btn-logOut {
    position: relative;
    top: 15px;
    left: 5px;
  }
  .navbar__btn-shoppingCart {
    position: relative;
    top: 20px;
    left: 5px;
  }
}
@media (max-width: 991px) {
  .navbar__btn-logOut {
    position: absolute !important;
    top: 15px;
    right: 95px;
  }
  .navbar__btn-shoppingCart {
    position: absolute !important;
    top: 20px;
    right: 135px;
  }
}
@media (min-width: 992px) {
  .navbar__btn-ripple {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar__btn-ripple {
    display: block;
  }
}
.navbar__menu {
  position: absolute;
  z-index: 499;
  height: auto;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.5), -10px 10px 20px -10px rgba(0, 0, 0, 0.5);
  transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
  -moz-transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
  -ms-transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
}
@media (min-width: 992px) {
  .navbar__menu {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .navbar__menu {
    width: 100%;
  }
}
.navbar__menu ul {
  margin: 0;
}
.navbar__menu ul li {
  width: 100%;
  height: auto;
  float: left;
}
.navbar__menu ul li .btn {
  height: 50px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 15px;
}
.navbar__menu ul li .btn i {
  position: relative;
  top: 5px;
}
@media (min-width: 992px) {
  .navbar__menu ul {
    text-align: right;
    line-height: 40px;
  }
  .navbar__menu ul li {
    display: inline-block;
  }
  .navbar__menu ul li .btn {
    width: 100%;
    display: table-cell;
  }
}
@media (max-width: 991px) {
  .navbar__menu ul {
    text-align: left;
    line-height: 40px;
  }
  .navbar__menu ul li {
    display: block;
    padding: 0;
  }
  .navbar__menu ul li .btn {
    width: 100%;
    display: table-cell;
  }
}
.navbar__menu-collapse.open,
.navbar__menu-ripple.open {
  display: block;
}
.navbar__menu-collapse.close,
.navbar__menu-ripple.close {
  display: none;
}
/*
	.subnavbar
	App's menu for every branch.
	It is displayed by #btnSubnavbar
	It contains branch's options
*/
.subnavbar {
  display: table;
  width: 100%;
  height: auto;
  float: left;
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.5);
}
.subnavbar .container {
  padding: 0;
}
.subnavbar__header {
  width: 100%;
  height: auto;
  min-height: 20px;
  float: left;
}
.subnavbar__controls {
  float: left;
}
.subnavbar__controls ul {
  float: left;
  text-align: left;
  word-spacing: 10px;
  padding-left: 20px;
}
.subnavbar__controls ul li {
  display: inline-block;
}
.subnavbar__controls ul li a i {
  position: relative;
  top: 2px;
}
.subnavbar__controls ul li a span {
  position: relative;
  top: -6px;
  left: -8px;
  font-family: 'Gotham-bold', sans-serif;
}
@media (max-width: 991px) {
  .subnavbar__controls ul li a span {
    display: none;
  }
}
.subnavbar__controls ul li a.active *,
.subnavbar__controls ul li a:hover * {
  color: #fff;
}
@media (min-width: 992px) {
  .subnavbar__controls ul li {
    margin-right: 30px;
  }
}
.subnavbar__title {
  float: right;
  margin: 10px 5px 0px 0px;
}
.subnavbar__title span {
  font-size: 16px;
  color: #fff;
}
.subnavbar__title span:nth-child(1) {
  text-transform: uppercase;
}
.subnavbar__title span:nth-child(2) {
  text-transform: capitalize;
  display: block;
}
@media (min-width: 992px) {
  .subnavbar__title span:nth-child(2) {
    display: none;
  }
}
@media (max-width: 991px) {
  .subnavbar__title {
    text-align: right;
  }
}
.subnavbar__btn:hover {
  cursor: pointer;
}

.subnavbar__btn-collapse {
  float: right;
  width: 27px;
  height: 27px;
  margin:   7px 5px;
  padding: 1px 0 0 0;

}
.subnavbar__btn-collapse i {
  color: #fff !important;
}
.subnavbar__menu {
  width: 100%;
  height: auto;
  float: left;
}
.subnavbar__menu.close {
  display: none;
}
.subnavbar__menu.open {
  display: block;
}
.subnavbar__menu ul {
  text-align: center;
  margin: 0;
}
.subnavbar__menu ul li {
  padding: 20px 0;
  text-align: center;
}
.subnavbar__menu ul li > a,
.subnavbar__menu ul li > span {
  display: block;
  width: 100%;
  height: 40px;
  padding: 10px 0;
  margin: -20px auto;
  font-size: 12px;
  border: solid 1px #fff;
}
.subnavbar__menu ul li > a span,
.subnavbar__menu ul li > span span {
  display: inline-block;
}
.subnavbar__menu ul li > a i,
.subnavbar__menu ul li > span i {
  display: inline-block;
  position: relative;
  top: 2px;
  font-size: 14px !important;
}
@media (max-width: 767px) {
  .subnavbar__menu ul {
    display: block;
  }
  .subnavbar__menu ul li {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .subnavbar__menu ul {
    display: block;
  }
  .subnavbar__menu ul li {
    display: inline-block;
    width: 50%;
    float: left;
  }
}
@media (min-width: 992px) {
  .subnavbar__menu ul {
    display: flex;
  }
  .subnavbar__menu ul li {
    display: inline-block;

  }
  .subnavbar__menu ul li > span{
     font-size:calc(3px + 0.5vw) !important;
  }
}

/*Mini Navbar para Informes*/
@media (min-width: 992px) {
  .navbar__informes {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .navbar__informes {
    width: 100%;
  }
}
.navbar__informes ul {
  margin: 0;
}
.navbar__informes ul li {
  width: 100%;
  height: auto;
  float: left;
}
.navbar__informes ul li .btn {
  height: 50px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 15px;
}
.navbar__informes ul li .btn i {
  position: relative;
  top: 5px;
}
@media (min-width: 992px) {
  .navbar__informes ul {
    text-align: right;
    line-height: 40px;
  }
  .navbar__informes ul li {
    display: block;
  }
  .navbar__informes ul li .btn {
    width: 100%;
    display: table-cell;
  }
}
@media (max-width: 991px) {
  .navbar__informes ul {
    text-align: left;
    line-height: 40px;
  }
  .navbar__informes ul li {
    display: block;
    padding: 0;
  }
  .navbar__informes ul li .btn {
    width: 100%;
    display: table-cell;
  }
}
.navbar__informes-collapse.open,
.navbar__menu-ripple.open {
  display: block;
}
.navbar__informes-collapse.close,
.navbar__informes-ripple.close {
  display: none;
}
/*Fin de navbar Informes*/

.sidebar {
  height: 100%;
  width: 225px;
  z-index: 7;
  float: left;
}
.sidebar-offcanvas {
  position: relative;
  top: 0;
  bottom: 0;
}
.sidebar__header,
.sidebar__title,
.sidebar__menu {
  width: 100%;
  height: auto;
}
.sidebar__header {
  border-bottom: solid 1px;
}
.sidebar__menu ul {
  padding-left: 12px;
  line-height: 40px;
}
.sidebar__menu ul li i,
.sidebar__menu ul li span {
  display: inline-block;
}
.sidebar__menu ul li i {
  margin-right: 10px;
  position: relative;
  top: 6px;
}
.sidebar__menu ul li.active {
  color: #424242;
  background: #fff;
}
.sidebar.max .sidebar__menu ul li:hover:not(.active):not(:nth-child(1)):not(.hr) {
  background-color: rgba(255, 255, 255, 0.3);
  padding-left: 15px;
}
.sidebar.min .sidebar__menu ul li:hover:not(.active):not(:nth-child(1)):not(.hr) {
  background-color: rgba(255, 255, 255, 0.3);
  padding-left: 15px;
  margin-left: -13px;
}
.sidebar.max .sidebar__menu ul li.active {
  padding-left: 15px;
}
.sidebar.min .sidebar__menu ul li.active {
  padding-left: 15px;
  margin-left: -13px;
}
.sidebar__btn {
  position: relative;
}
.sidebar__btn:hover {
  cursor: pointer;
}
.sidebar__btn-offCanvas {
  position: relative;
}
.sidebar__btn-offCanvas.max {
  left: 160px;
}
.sidebar__btn-offCanvas.min {
  left: 0;
}
@media (max-width: 991px) {
  .sidebar {
    top: 68px;
  }
  .sidebar.max {
    width: 100%;
    left: 0;
  }
  .sidebar.min {
    width: 100%;
    left: -100%;
  }
}
@media (min-width: 992px) {
  .sidebar {
    left: 0;
  }
  .sidebar.max {
    width: 225px;
  }
  .sidebar.max .sidebar__header {
    min-height: 130px;
  }
  .sidebar.min {
    width: 50px;
  }
  .sidebar.min .sidebar__header {
    min-height: 68px;
  }
  .sidebar.min .sidebar__menu ul li i {
    font-size: 24px;
  }
  .sidebar.min .sidebar__menu ul li span {
    display: none;
  }
}
.sidebar-BlueGrey {
  background-color: #424242;
  color: #FAFAFA;
}
.sidebar-BlueGrey .sidebar__header {
  background-color: #424242;
}
.header {
  float: left;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.header__top,
.header__middle,
.header__bottom,
.header__breadcrumb,
.header__title {
  width: 100%;
  height: auto;
  float: left;
}
.header__top {
  min-height: 40px;
  padding: 15px 0;
}
.header__middle {
  min-height: 100px;
}
.header__bottom {
  min-height: 40px;
}
.header__title {
  padding: 0px 30px;
}
.header-white {
  background-color: #fff;
}
.header-container {

    margin-top:30px;
    margin-bottom:35px;

}
.wks {
  position: relative;
  float: left;
  min-height: 100%;
  height: auto;
  padding-bottom: 40px;
}
.wks-full-width {
  width: 100%;
}
@media (max-width: 991px) {
  .wks-sidebar.max,
  .wks-sidebar.min {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .wks-sidebar.max {
    width: calc(100% - 50px);
  }
  .wks-sidebar.min {
    width: calc(100% - 225px );
  }
}
.workbench {
  width: 100%;
  height: auto;
  float: left;
  min-height: 100%;
}
.canvas {
  float: left;
  padding: 15px;
  box-shadow: 0 6px 20px #AFAFAF;
}
.canvas canvas {
  float: left;
}
.container {
  /*width: 1170px;*/
  width: 1280px;
  padding: 0 10px;
  display: table;
  margin: auto;
}
@media (max-width: 1199px) {
  .container {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 0;
  }
}
.container-fluid {
  width: 100%;
  height: auto;
  padding: 0 10px;
  display: table;
  margin: auto;
}
@media (max-width: 420px) {
  .container-fluid {
    padding: 0 5px;
  }
}
.row {
  width: 100%;
  height: auto;
  float: left;
  padding: 5;
  margin: 0 auto;
  box-sizing: border-box;
}
.xs-1,
.xs-2,
.xs-3,
.xs-4,
.xs-5,
.xs-6,
.xs-7,
.xs-8,
.xs-9,
.xs-10,
.xs-11,
.xs-12,
.sm-1,
.sm-2,
.sm-3,
.sm-4,
.sm-5,
.sm-6,
.sm-7,
.sm-8,
.sm-9,
.sm-10,
.sm-11,
.sm-12,
.md-1,
.md-2,
.md-3,
.md-4,
.md-5,
.md-6,
.md-7,
.md-8,
.md-9,
.md-10,
.md-11,
.md-12,
.lg-1,
.lg-2,
.lg-3,
.lg-4,
.lg-5,
.lg-6,
.lg-7,
.lg-8,
.lg-9,
.lg-10,
.lg-11,
.lg-12 {
  box-sizing: border-box;
  height: auto;
  margin: 0 auto;
  padding: 0 5px;
  float: left;
}
@media (max-width: 767px) {
  .xs-1 {
    width: 8.33333333%;
  }
  .xs-2 {
    width: 16.66666667%;
  }
  .xs-3 {
    width: 25%;
  }
  .xs-4 {
    width: 33.33333333%;
  }
  .xs-5 {
    width: 41.66666667%;
  }
  .xs-6 {
    width: 50%;
  }
  .xs-7 {
    width: 58.33333333%;
  }
  .xs-8 {
    width: 66.66666667%;
  }
  .xs-9 {
    width: 75%;
  }
  .xs-10 {
    width: 83.33333333%;
  }
  .xs-11 {
    width: 91.66666667%;
  }
  .xs-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .sm-1 {
    width: 8.33333333%;
  }
  .sm-2 {
    width: 16.66666667%;
  }
  .sm-3 {
    width: 25%;
  }
  .sm-4 {
    width: 33.33333333%;
  }
  .sm-5 {
    width: 41.66666667%;
  }
  .sm-6 {
    width: 50%;
  }
  .sm-7 {
    width: 58.33333333%;
  }
  .sm-8 {
    width: 66.66666667%;
  }
  .sm-9 {
    width: 75%;
  }
  .sm-10 {
    width: 83.33333333%;
  }
  .sm-11 {
    width: 91.66666667%;
  }
  .sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .md-1 {
    width: 8.33333333%;
  }
  .md-2 {
    width: 16.66666667%;
  }
  .md-3 {
    width: 25%;
  }
  .md-4 {
    width: 33.33333333%;
  }
  .md-5 {
    width: 41.66666667%!important;
  }
  .md-6 {
    width: 50%;
  }
  .md-7 {
    width: 58.33333333%!important;
  }
  .md-8 {
    width: 66.66666667%;
  }
  .md-9 {
    width: 75%;
  }
  .md-10 {
    width: 83.33333333%;
  }
  .md-11 {
    width: 91.66666667%;
  }
  .md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .lg-1 {
    width: 8.33333333%;
  }
  .lg-2 {
    width: 16.66666667%;
  }
  .lg-3 {
    width: 25%;
  }
  .lg-4 {
    width: 33.33333333%;
  }
  .lg-5 {
    width: 41.66666667%;
  }
  .lg-6 {
    width: 50%;
  }
  .lg-7 {
    width: 58.33333333%;
  }
  .lg-8 {
    width: 66.66666667%;
  }
  .lg-9 {
    width: 75%;
  }
  .lg-10 {
    width: 83.33333333%;
  }
  .lg-11 {
    width: 91.66666667%;
  }
  .lg-12 {
    width: 100%;
  }
}
.grid-5-3-1 {
  float: left;
}
@media (max-width: 420px) {
  .grid-5-3-1 {
    width: 100%;
  }
}
@media (min-width: 421px) and (max-width: 767px) {
  .grid-5-3-1 {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .grid-5-3-1 {
    width: 33.333%;
  }
}
@media (min-width: 992px) {
  .grid-5-3-1 {
    width: 20%;
  }
}
.block-center {
  display: block;
  float: left;
}
.block-center.large {
  width: 80%;
  margin-left: 10%;
  margin-right: 10%;
}
.block-center.medium {
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
}
.block-center.small {
  width: 33.333%;
  margin-left: 33.333%;
  margin-right: 33.333%;
}
@media (max-width: 767px) {
  .block-center.large,
  .block-center.medium,
  .block-center.small {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  }
}
@media (min-width: 992px) {
  .desktop-hidden {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .mobile-hidden {
    display: none !important;
  }
}

.btn {
  display: inline-block;
  width: auto;
  height: 30px;
  padding: 5px;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  background: 0 0;
}

.btn-form {
    margin-top: 20px;
    margin-bottom:0px;
}

.input-file-form {
  display:none;

}

.label-file-form {
padding-top:12px;
margin-top:18px;
height: 40px;
}

.btn-options {
    margin-top: 10px;
    margin-bottom:0px;
}

.btn-icon {
  position: relative;
  border-radius: 50%;
  text-align: center;
}
.btn-icon__ripple {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.12);
}
.btn-icon__ripple.clicked {
  background-color: rgba(0, 0, 0, 0.12);
  height: 80px !important;
  width: 80px !important;
}
.btn-icon__ripple.leave {
  background-color: rgba(0, 0, 0, 0.12);
}
.btn-default {
  background-color: #E0E0E0;
  color: #616161;
}
.btn-danger {
  background-color: #FFCDD2;
  color: #C62828;
}
.btn-info {
  background-color: #BBDEFB;
  color: #1565C0;
}
.btn-success {
  background-color: #C8E6C9;
  color: #2E7D32;
}
.btn-warning {
  background-color: #FFE0B2;
  color: #EF6C00;
}
.btn:hover {
  cursor: pointer;
}
.btn-full {
  width: 100%;
}
.btn-lg {
  width: 80%;
}
.btn-md {
  width: 50%;
}
.btn-sm {
  width: 33%;
}
.btn-green {
  background-color: #19b589;
  color: #fff;
  border: solid 1px #19b589;
}
.btn-green:hover {
  background-color: #fff;
  color: #19b589;
  border: solid 1px #19b589;
}
.btn-green-alt {
  background-color: #fff;
  color: #19b589;
  border: solid 1px #19b589;
}
.btn-green-alt:hover {
  background-color: #19b589;
  color: #fff;
  border: 0;
}
.btn-blue {
  background-color: #2c96ff;
  color: #fff;
  border: solid 1px #2c96ff;
}
.btn-blue:hover {
  background-color: #fff;
  color: #2c96ff;
  border: solid 1px #2c96ff;
}
.btn-blue-alt {
  background-color: #fff;
  color: #2c96ff;
  border: solid 1px #2c96ff;
}
.btn-blue-alt:hover {
  background-color: #2c96ff;
  color: #fff;
  border: 0;
}
.btn-seaBlue {
  background-color: #3a5ec1;
  color: #fff;
  border: solid 1px #3a5ec1;
}
.btn-seaBlue:hover {
  background-color: #fff;
  color: #3a5ec1;
  border: solid 1px #3a5ec1;
}
.btn-seaBlue-alt {
  background-color: #fff;
  color: #3a5ec1;
  border: solid 1px #3a5ec1;
}
.btn-seaBlue-alt:hover {
  background-color: #3a5ec1;
  color: #fff;
  border: 0;
}
.btn-limeGreen {
  background-color: #9ad32d;
  color: #fff;
  border: solid 1px #9ad32d;
}
.btn-limeGreen:hover {
  background-color: #fff;
  color: #9ad32d;
  border: solid 1px #9ad32d;
}
.btn-limeGreen-alt {
  background-color: #fff;
  color: #9ad32d;
  border: solid 1px #9ad32d;
}
.btn-limeGreen-alt:hover {
  background-color: #9ad32d;
  color: #fff;
  border: 0;
}
.btn-yellow {
  background-color: #ffd00d;
  color: #fff;
  border: solid 1px #ffd00d;
}
.btn-yellow:hover {
  background-color: #fff;
  color: #ffd00d;
  border: solid 1px #ffd00d;
}
.btn-yellow-alt {
  background-color: #fff;
  color: #ffd00d;
  border: solid 1px #ffd00d;
}
.btn-yellow-alt:hover {
  background-color: #ffd00d;
  color: #fff;
  border: 0;
}
.btn-orange {
  background-color: #ff7929;
  color: #fff;
  border: solid 1px #ff7929;
}
.btn-orange:hover {
  background-color: #fff;
  color: #ff7929;
  border: solid 1px #ff7929;
}
.btn-orange-alt {
  background-color: #fff;
  color: #ff7929;
  border: solid 1px #ff7929;
}
.btn-orange-alt:hover {
  background-color: #ff7929;
  color: #fff;
  border: 0;
}
.btn-purple {
  background-color: #cb61e5;
  color: #fff;
  border: solid 1px #cb61e5;
}
.btn-purple:hover {
  background-color: #fff;
  color: #cb61e5;
  border: solid 1px #cb61e5;
}
.btn-purple-alt {
  background-color: #fff;
  color: #cb61e5;
  border: solid 1px #cb61e5;
}
.btn-purple-alt:hover {
  background-color: #cb61e5;
  color: #fff;
  border: 0;
}
.btn-deepPurple {
  background-color: #8058bf;
  color: #fff;
  border: solid 1px #8058bf;
}
.btn-deepPurple:hover {
  background-color: #fff;
  color: #8058bf;
  border: solid 1px #8058bf;
}
.btn-deepPurple-alt {
  background-color: #fff;
  color: #8058bf;
  border: solid 1px #8058bf;
}
.btn-deepPurple-alt:hover {
  background-color: #8058bf;
  color: #fff;
  border: 0;
}
.btn-red {
  background-color: #ff2151;
  color: #fff;
  border: solid 1px #ff2151;
}
.btn-red:hover {
  background-color: #fff;
  color: #ff2151 !important;
  border: solid 1px #ff2151;
}
.btn-red-alt {
  background-color: #fff;
  color: #ff2151;
  border: solid 1px #ff2151;
}
.btn-red-alt:hover {
  background-color: #ff2151;
  color: #fff;
  border: 0;
}
.breadcrumbs {
  margin:10px 5px 10px 0px;
  float: left;
  font-size:14px;
}
.breadcrumbs > ul {
  margin: 0;
  padding: 0;
}
.breadcrumbs > ul li {
  display: inline-block;
}
.breadcrumbs > ul li,
.breadcrumbs > ul li i {
  color: #fff;
}
.breadcrumbs > ul li i {
  position: relative;
  top: 2px;
  font-size: 16px;
}
.breadcrumbs > ul li:hover span {
  text-decoration: underline;
  cursor: pointer;
}
.index {
  margin: 0;
  padding: 40px;
  line-height: 30px;
}
.index li {
  display: block;
}
.lead {
  font-size: 14px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .xs-12 .icon-home {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .sm-6 .icon-home {
    margin-top: 40px;
    font-size: 80px;
  }
}
@media (min-width: 992px) {
  .md-6 .icon-home {
    font-size: 80px;
    margin-top: 70px;
  }
  .md-12 .icon-home {
    font-size: 70px;
  }
}
.modal-offCanvas {
  position: absolute;
  right: 0;
  z-index: 3;
  display: table;
  width: 350px;
  height: auto;
  padding: 10px 0 30px 0;
  background-color: #e0e0e0;
}
.modal-offCanvas.close {
  right: -100%;
}
.modal-offCanvas.close .modal-offCanvas__body {
  display: none;
  opacity: 0;
}
.modal-offCanvas.open {
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.5);
}
.modal-offCanvas.open .modal-offCanvas__body {
  opacity: 1;
}
.modal-offCanvas__btn {
  top: 0px;
  left: 20px;
  width: 40px;
  height: 40px;
  color: #fff;
  margin: 0 5px;
  text-align: center;
  float: right;
}
.open .modal-offCanvas__btn i {
  color: #424242;
}
.modal-offCanvas__btn:hover {
  cursor: pointer;
}
.modal-offCanvas__body,
.modal-offCanvas__header {
  width: 100%;
  height: auto;
  float: left;
  padding: 0 20px;
  width: 380px;
}
.modal-offCanvas__body {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}
.data-list .form__control[type=checkbox] + label::before {
  width: 14px;
  height: 14px;
}
.data-list span {
  font-size: 12px;
}
.accordion {
  border-bottom: solid 1px #424242;
}
.accordion,
.accordion * {
  transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
  -moz-transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
  -ms-transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
}
.accordion.accordion-open {
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
.accordion,
.accordion-group,
.accordion__header {
  width: 100%;
  height: auto;
  float: left;
}
.accordion__header {
  padding: 10px;
}
.accordion__header:hover {
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.accordion-open .accordion__header {
  background-color: #fff;
}
.accordion__body {
  display: none;
  width: 100%;
  float: left;
  height: 0;
}
.accordion__body img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  opacity: 0;
}
.accordion-open .accordion__body {
  display: block;
  min-height: 100px;
  height: auto;
  background-color: #fff;
}
.accordion-open .accordion__body img {
  opacity: 1;
}
.modal {
  position: fixed;
  left: 0;
  bottom: 100%;
  z-index: 1000;
  overflow-y: auto;
  display: none;
  height: 0;
  width: 100%;
  opacity: 0;
  background-color: #0063c5;
}
.modal.active {
  bottom: 0;
  display: block;
  height: 100%;
  opacity: 1;
}
.modal__bg {
  position: fixed;
  top: 100%;
  right: -25%;
  z-index: 1001;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #2c96ff;
  opacity: 0;
}
.modal__bg.active {
  top: 5%;
  width: 100%;
  height: 100%;
  opacity: 1;
}
.modal__container {
  position: absolute;
  top: 100%;
  left: calc(50% - 314px);
  z-index: 1002;
  width: 628px;
  height: auto;
  opacity: 0;
}
.modal__container.active {
  opacity: 1;
  top: 150px;
}
@media (max-width: 767px) {
  .modal__container.active {
    top: 3%;
    left: 5%;
    right: 5%;
    width: 90%;
  }
}
.modal__header,
.modal__body,
.modal__footer {
  width: 100%;
  height: auto;
  float: left;
  padding: 15px;
  opacity: 0;
}
.modal__header.active,
.modal__body.active,
.modal__footer.active {
  opacity: 1;
}
.modal__header {
  min-height: 75px;
  font-size: 24px;
  padding-top: 26px;
  border-bottom: solid 1px #E0E0E0;
}
.modal__body {
  min-height: 300px;
}
.modal__footer {
  min-height: 50px;
  border-top: solid 1px #E0E0E0;
}
.post-it {
  position: relative;
  margin: 5px auto;
  display: table;
  width: 100%;
  height: auto;
  transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
  -webkit-transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
  -moz-transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
  -ms-transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
  -o-transition: all 0.4s cubic-bezier(0, 0, 0, 1.19);
}
@media (min-width: 768px) {
  .post-it {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .post-it {
    padding: 30px;
  }
}
.post-it h3 {
  margin: 20px auto;
  font-family: 'Gotham-bold', sans-serif;
  font-size: 20px;
  letter-spacing: 3px;
}
.post-it p.lead {
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.post-it-index {
  display: block;
  height: 500px;
  overflow-y: auto;
}
.post-it-index ul {
  margin: 0;
  padding: 15px 0px 0px 50px;
  line-height: 30px;
  overflow-y: auto;
}
.post-it-index ul li {
  display: block;
}
@media (max-width: 991px) {
  .post-it-index {
    height: auto;
  }
}
.post-it-active,
.post-it:focus {
  box-shadow: 10px 10px 20px -10px rgba(0, 0, 0, 0.5);
}
.post-it-hover {
  position: relative;
  overflow: hidden;
  -ms-scroll-limit: 0 0 0 0;
}
.post-it-hover h2,
.post-it-hover h3,
.post-it-hover ul,
.post-it-hover li,
.post-it-hover a,
.post-it-hover p,
.post-it-hover i,
.post-it-hover .btn {
  position: relative;
  z-index: 4;
}
.post-it-hover .post-it__overlay {
  position: absolute;
  z-index: 3;
  display: block;
  background-color: #ffffff;
  border-radius: 50%;
}
.post-it-hover:hover {
  cursor: pointer;
}
.post-it-white {
  background-color: #fff;
}
.post-it-green {
  background-color: #19b589;
}
.post-it-green i {
  color: #0d5b45;
}
a.post-it-green,
.post-it-green a,
.post-it-green h3,
.post-it-green p {
  color: #fff;
}
.post-it-green:hover {
  background-color: #fff;
}
a.post-it-green:hover,
.post-it-green:hover a,
.post-it-green:hover h3,
.post-it-green:hover p {
  color: #19b589;
}
.post-it-green:hover .icon-home {
  color: #19b589 !important;
}
.post-it-blue {
  background-color: #2c96ff;
}
.post-it-blue i {
  color: #0063c5;
}
a.post-it-blue,
.post-it-blue a,
.post-it-blue h3,
.post-it-blue p {
  color: #fff;
}
.post-it-blue:hover {
  background-color: #fff;
}
a.post-it-blue:hover,
.post-it-blue:hover a,
.post-it-blue:hover h3,
.post-it-blue:hover p {
  color: #2c96ff;
}
.post-it-blue:hover .icon-home {
  color: #2c96ff !important;
}
.post-it-orange {
  background-color: #ff7929;
}
.post-it-orange i {
  color: #c24900;
}
a.post-it-orange,
.post-it-orange a,
.post-it-orange h3,
.post-it-orange p {
  color: #fff;
}
.post-it-orange:hover {
  background-color: #fff;
}
a.post-it-orange:hover,
.post-it-orange:hover a,
.post-it-orange:hover h3,
.post-it-orange:hover p {
  color: #ff7929;
}
.post-it-orange:hover .icon-home {
  color: #ff7929 !important;
}
.post-it-purple {
  background-color: #cb61e5;
}
.post-it-purple i {
  color: #a120c0;
}
a.post-it-purple,
.post-it-purple a,
.post-it-purple h3,
.post-it-purple p {
  color: #fff;
}
.post-it-purple:hover {
  background-color: #fff;
}
a.post-it-purple:hover,
.post-it-purple:hover a,
.post-it-purple:hover h3,
.post-it-purple:hover p {
  color: #cb61e5;
}
.post-it-purple:hover .icon-home {
  color: #cb61e5 !important;
}
.post-it-red {
  background-color: #ff2151;
}
.post-it-red i {
  color: #ba0028;
}
a.post-it-red,
.post-it-red a,
.post-it-red h3,
.post-it-red p {
  color: #fff;
}
.post-it-red:hover {
  background-color: #fff;
}
a.post-it-red:hover,
.post-it-red:hover a,
.post-it-red:hover h3,
.post-it-red:hover p {
  color: #ff2151;
}
.post-it-red:hover .icon-home {
  color: #ff2151 !important;
}
.post-it-group {
  margin-top: 25px;
}
.next-icon {
  position: absolute;
  right: 10px;
  font-size: 30px;
}
.table {
  width: 100%;
  height: auto;
  margin-top: 15px;
  margin-bottom: 30px;
}
.table img {
  max-width: 100%;
}
.table th {
  padding: 15px;
  border-bottom: solid 1px;
  font-weight: 100;
}
.table td {
  padding: 15px;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 991px) {
  .table-responsive {
    overflow-x: auto;
  }
}
.table-striped tr:nth-child(odd) td {
  background-color: #ECEFF1;
}
.table-striped tr:nth-child(odd) td {
  background-color: #fff;
}
.table-order {
  table-layout: fixed;
  border: solid 1px;
}
.table-order * {
  font-size: 12px;
}
.table-order th,
.table-order td {
  text-align: left;
  padding: 3px 15px;  
  width: auto;  
}
.table-order .order__title th {
  text-transform: uppercase;
}
.table-order .order__head th {
  background-color: #FAFAFA;
}
.table-order .order__body th,
.table-order .order__body td {
  border: 0 !important;
}


.table-order-purple {
  border-color: #cb61e5;
}
.table-order-purple th {
  color: #cb61e5 !important;
}
.table-order-purple .order__title th,
.table-order-purple .order__head th,
.table-order-purple .order__title td,
.table-order-purple .order__head td {
  border-color: #cb61e5;
}
.table-order-purple tr:last-child td {
  border-color: #cb61e5;
}


.table-order-orange {
  border-color: #ff7929;
}
.table-order-orange th {
  color: #ff7929 !important;
}
.table-order-orange .order__title th,
.table-order-orange .order__head th,
.table-order-orange .order__title td,
.table-order-orange .order__head td {
  border-color: #ff7929;
}
.table-order-orange tr:last-child td {
  border-color: #ff7929;
}

/****TABLE TRAN*/

.table-tran {
  table-layout: fixed;
  border: solid 1px;
}
.table-tran * {
  font-size: 12px;
}
.table-tran th,
.table-tran td {
  text-align: left;
  padding: 3px 15px;  
  
}
.table-tran .tran__title th {
  text-transform: uppercase;
}
.table-tran .tran__head th {
  background-color: #FAFAFA;
}
.table-tran .tran__body th,
.table-tran .tran__body td {
  border: 0 !important;
}


.table-tran-purple {
  border-color: #cb61e5;
}
.table-tran-purple th {
  color: #cb61e5 !important;
}
.table-tran-purple .tran__title th,
.table-tran-purple .tran__head th,
.table-tran-purple .tran__title td,
.table-tran-purple .tran__head td {
  border-color: #cb61e5;
}
.table-tran-purple tr:last-child td {
  border-color: #cb61e5;
}

/****END TABLE  TRAN*/


.table-order-blue {
  border-color: #2c96ff;
}
.table-order-blue th {
  color: #2c96ff !important;
}
.table-order-blue .order__title th,
.table-order-blue .order__head th,
.table-order-blue .order__title td,
.table-order-blue .order__head td {
  border-color: #2c96ff;
}
.table-order-blue tr:last-child td {
  border-color: #2c96ff;
}
/*raul***************************************/
.table-order-red {
  border-color: #ff2151;
}
.table-order-red th {
  color: #ff2151 !important;
}
.table-order-red .order__title th,
.table-order-red .order__head th,
.table-order-red .order__title td,
.table-order-red .order__head td {
  border-color: #ff2151;
}
.table-order-red tr:last-child td {
  border-color: #ff2151;
}
/*********************************************/
.table-single-order {
  border: solid 1px;
}
.table-single-order td,
.table-single-order th {
  padding: 5px 15px;
}
.table-single-order tr:nth-child(odd) td {
  background-color: #fff;
}
.table-single-order tr:nth-child(even) td {
  background-color: #F5F5F5;
}
.table-single-order * {
  font-size: 12px;
}
.form__group {
  margin: 10px auto;
  float: left;
  width: 100%;
}
.form__control {
  appearance: none;
  -moz-appearance: none;
  /* Firefox */
/*  -webkit-appearance: none;*/
  /* Safari and Chrome */
  height: 40px;
  width: 100%;
  padding: 0 10px;
  display: inline-block;
  border: solid 1px #BDBDBD;
}
.form__control[type="checkbox"] {
  display: none;
}
.form__control[type="checkbox"] + label {
  display: inline-block;
}
.form__control[type="checkbox"] + label::before {
  content: ' ';
  display: inline-block;
  height: 40px;
  width: 40px;
  border: solid 1px #424242;
}
.form__control[type="checkbox"] + label:hover::before {
  box-shadow: 0 0 10px #424242;
  cursor: pointer;
}
.form__control[type="checkbox"]:checked + label {
  display: inline-block;
}
.form__control[type="checkbox"]:checked + label::before {
  background-color: #424242;
}
.form__control[type="file"] {
  display: none;
}
.form__control[type="file"] + label {
  display: block;
  width: 100%;
  float: left;
}
.form__control[type="file"] + label::before {
  content: ' ';
  display: inline-block;
  height: 40px;
  width: 75%;
  border: solid 1px #BDBDBD;
  float: left;
}
.form__control[type="file"] + label::after {
  content: 'Abrir';
  display: inline-block;
  height: 40px;
  width: 25%;
  border: solid 1px #BDBDBD;
  padding: 9px;
  text-align: center;
  float: right;
}
.form__control[type="file"] + label:hover::before {
  cursor: pointer;
}
.form__control[type="file"]:checked + label {
  display: inline-block;
}
.form__control[type="file"]:checked + label::before {
  background-color: #424242;
}
.form label:not([for]) {
  display: block;
  margin-bottom:5px;
}


/*FormControl*/
.blueForm{
  color: #3a53c1;
  border-color:#3a53c1;
}

.redForm{
  color: #FF2151;
  border-color:#FF2151;
}

.redButtons{
    width: 100%;
    margin-top: 26px;
    height: 30px;
    background-color: #FF2151;
    color: #fff;
    border: none;
    font-size:12px
}

.selectedLightblue{
    background-color: #92acf3;
    color: #fff;
    font-size:12px;
}

.flexcroll{
    height:300px;
            overflow:auto;
           }
.flexcroll{
    scrollbar-face-color: #3a53c1;
    scrollbar-shadow-color: #FFFFFF;
    scrollbar-highlight-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-track-color: #FFFFFF;
    scrollbar-arrow-color: #FFFFFF;
}
    

.orangeForm{
  color: #ff7929;
  border-color:#ff7929;
}


.selectedOrange{
    border-color: #ff7929;
}

.descripcion-incidencia {
    height:100px;
}

.selectedLightorange{
    background-color: #ff7929;
    color: #fff;
    font-size:12px;
}

.no-mod {
    background-color:#EFEFEF;
}


.alert {
  position: fixed;
  z-index: 5000;
  top: -300px;
  left: calc(50% - 250px);
  width: 500px;
  padding: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
  box-shadow: 0 25px 55px 0 rgba(0, 0, 0, 0.21), 0 16px 28px 0 rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .alert {
    width: 90%;
    left: 5%;
  }
}
.alert-active {
  top: 300px;
  opacity: 1;
  filter: alpha(opacity=1);
}
.alert-go-home {
  opacity: 0;
  filter: alpha(opacity=0);
}
.alert-confirm {
  background-color: #fff;
}
.alert-danger {
  background-color: #FFCDD2;
  color: #C62828;
}
.alert-info {
  background-color: #BBDEFB;
  color: #1565C0;
}
.alert-success {
  background-color: #C8E6C9;
  color: #2E7D32;
}
.alert-warning {
  background-color: #FFE0B2;
  color: #EF6C00;
}
.alert__close {
  position: absolute;
  z-index: 1001;
  right: 15px;
  color: #797979;
}
.alert__close:hover {
  cursor: pointer;
}
.subnavbar-green {
  background-color: #19b589;
}
.subnavbar-green .subnavbar__menu ul li > span {
  background-color: #19b589;
  color: #fff;
  border-color: #fff;
}
.subnavbar-green .subnavbar__menu ul li > span:hover {
  background-color: #fff;
  color: #19b589 !important;
}
.subnavbar-green .subnavbar__menu ul li > i {
  color: #fff;
}
.subnavbar-green .subnavbar__menu ul li > i:hover {
  color: #19b589 !important;
}
.subnavbar-blue {
  background-color: #2c96ff;
}
.subnavbar-blue .subnavbar__menu ul li > span {
  background-color: #2c96ff;
  color: #fff;
  border-color: #fff;
}
.subnavbar-blue .subnavbar__menu ul li > span:hover {
  background-color: #fff;
  color: #2c96ff !important;
}
.subnavbar-blue .subnavbar__menu ul li > i {
  color: #fff;
}
.subnavbar-blue .subnavbar__menu ul li > i:hover {
  color: #2c96ff !important;
}
.subnavbar-orange {
  background-color: #ff7929;
}
.subnavbar-orange .subnavbar__menu ul li > span {
  background-color: #ff7929;
  color: #fff;
  border-color: #fff;
}
.subnavbar-orange .subnavbar__menu ul li > span:hover {
  background-color: #fff;
  color: #ff7929 !important;
}
.subnavbar-orange .subnavbar__menu ul li > i {
  color: #fff;
}
.subnavbar-orange .subnavbar__menu ul li > i:hover {
  color: #ff7929 !important;
}
.subnavbar-purple {
  background-color: #cb61e5;
}
.subnavbar-purple .subnavbar__menu ul li > span {
  background-color: #cb61e5;
  color: #fff;
  border-color: #fff;
}
.subnavbar-purple .subnavbar__menu ul li > span:hover {
  background-color: #fff;
  color: #cb61e5 !important;
}
.subnavbar-purple .subnavbar__menu ul li > i {
  color: #fff;
}
.subnavbar-purple .subnavbar__menu ul li > i:hover {
  color: #cb61e5 !important;
}
.subnavbar-red {
  background-color: #ff2151;
}
.subnavbar-red .subnavbar__menu ul li > span {
  background-color: #ff2151;
  color: #fff;
  border-color: #fff;
}
.subnavbar-red .subnavbar__menu ul li > span:hover {
  background-color: #fff;
  color: #ff2151 !important;
}
/*#opcionesSubMenu ul > li:hover{
    background-color: #fff;
    color: #ff2151 !important;
}
.subnavbar-red .subnavbar__menu ul li:hover {
  background-color: #fff;
  color: #ff2151 !important;*/
}
.subnavbar-red .subnavbar__menu ul li > i {
  color: #fff;
}
.subnavbar-red .subnavbar__menu ul li > i:hover {
  color: #ff2151 !important;
}
.wks-green .active {
  color: #19b589;
}
.wks-green .breadcrumbs {
  color: #19b589;
}
.wks-blue .active {
  color: #2c96ff;
}
.wks-blue .breadcrumbs {
  color: #2c96ff;
}
.wks-orange .active {
  color: #ff7929;
}
.wks-orange .breadcrumbs {
  color: #ff7929;
}
.wks-purple .active {
  color: #cb61e5;
}
.wks-purple .breadcrumbs {
  color: #cb61e5;
}
.wks-red .active {
  color: #ff2151;
}
.wks-red .breadcrumbs {
  color: #ff2151;
}
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://fonts.gstatic.com/s/materialicons/v17/2fcrYFNaTjcS6g4U3t-Y5UEw0lE80llgEseQY3FEmqw.woff2) format('woff2');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

/*Productos General CSS especificas ****************************/
/*#container {
        width:98%;
        margin-left: 20px;
        margin-right: 20px;
    }
    .subContainer{
        margin-top:-20px;

    }
    #bienvenidaProductos {
        margin-left:0px;
        color: #ff2151 !important;
        margin-top: 40px;
    }
    #bienvenidaProductos p {
        color: #ff2151 !important;
        font-size:larger;
        margin-left: 90px;
    }
    #bienvenidaProductos span {
        color: #ff2151 !important;
        font-size:medium;
    }

    .post-it-group{
        font-size: 14px;
    }
    .post-it-productos{
        margin-left: 50px !important;
    }
    .post-it-titulos{
        font-size: 22px !important;
        font-weight:bold;
        color: #ff2151;
        margin-left: 90px !important;
    }
    .material-icons-productos {
        margin-right: 100px !important;
        font-size: 30px !important;
        font-weight:bold;
        color: #ff2151;
    }
    .post-it-productos-contenedor{
        padding-top:70px !important;
    }
    .espacio-entre-post-it{
        margin-top:20px !important;
    }*/

/***************************************************************/
.reportTable5 th:nth-child(1),
.reportTable5 th:nth-child(5){
    width:20%;
}

.reportTable5 th:nth-child(2){
    width:30%;
}

.reportTable5 th:nth-child(3),
.reportTable5 th:nth-child(4){
    width:15%;
}


.reportTableUsuarios th:nth-child(2),
.reportTableUsuarios th:nth-child(3){
    width:30%;
}

.reportTableUsuarios th:nth-child(1){
    width:10%;
}

.reportTableUsuarios th:nth-child(4),
.reportTableUsuarios th:nth-child(5){
    width:10%;
}

.espacio-entre-post-it{ 
    margin-top:20px !important;
}

.reportTableShipping {
    width:auto;
}
.reportTableShipping th:nth-child(1){
    width:15%;
}
.reportTableShipping th:nth-child(2){
    width:35%;
}

.reportTableShipping th:nth-child(3),
.reportTableShipping th:nth-child(4),
.reportTableShipping th:nth-child(5),
.reportTableShipping th:nth-child(6),
.reportTableShipping th:nth-child(7) {
    text-align:right;
}

.reportTableShipping td:nth-child(3),
.reportTableShipping td:nth-child(4),
.reportTableShipping td:nth-child(5),
.reportTableShipping td:nth-child(6),
.reportTableShipping td:nth-child(7) {
    text-align:right;
}

#divMaquinas
{   
    -moz-column-width: 22.5em; /* Firefox */
    -webkit-column-width: 22.5em; /* webkit, Safari, Chrome */
    column-width: 25.5em;
}
/*remove standard list and bullet formatting from ul*/
#divMaquinas ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/* correct webkit/chrome uneven margin on the first column*/
#divMaquinas ul li:first-child
{
    margin-top:0px;
}


/*.reportTableShipping th:nth-child(1),
.reportTableShipping th:nth-child(5){
    width:20%;
}

.reportTableShipping th:nth-child(2){
    width:40%;
}

.reportTableShipping th:nth-child(3),
.reportTableShipping th:nth-child(4){
    width:15%;
}
.reportTableShipping th:nth-child(3),
.reportTableShipping th:nth-child(4),
.reportTableShipping th:nth-child(5) {
    text-align:right;
}

.reportTableShipping td:nth-child(3),
.reportTableShipping td:nth-child(4),
.reportTableShipping td:nth-child(5){
    text-align:right;
}*/

/*.isloading-overlay{
    background: rgba(0, 0, 0, 0.3) !important;
}*/


.titleClass{
    margin:22px;
}