@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,800,700,600);

@font-face {
  font-family: MyriadProSemibold;
  src: url("/_src/fonts/MYRIADPRO-SEMIBOLD.woff");
}

@font-face {
  font-family: MyriadProRegular;
  src: url("/_src/fonts/MYRIADPRO-REGULAR.woff");
}

body {
  min-width: 320px;
}

html,
body {
  padding: 0;
  margin: 0;
  height: 100%;
  min-height: 100%;
  font-family: "Open Sans",sans-serif;
  color: #4f5f6f;
  position: relative;
}

.main-wrapper {
  width: 100%;
  position: absolute;
  height: 100%;
}

#ref .color-primary {
  color: #59c2e6;
}

#ref .chart .color-primary {
  color: #59c2e6;
}

#ref .chart .color-secondary {
  color: #85d2ed;
}

.app {
  position: relative;
  width: 100%;
  padding-left: 260px;
  min-height: 100vh;
  margin: 0 auto;
  left: 0;
  background-color: #f8f8f8;
  box-shadow: 0 0 3px #ccc;
  transition: left .3s ease,padding-left .3s ease;
  overflow: hidden;
}

.app .content {
  padding: 79px 0px 90px 0px;
  max-width: 1435px;
  min-height: 100vh;
  margin: 60px 0px 0px 40px;
}

.app.blank {
  background-color: #667380;
}

.auth {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: #667380;
  overflow-x: hidden;
  overflow-y: auto;
}

.auth-container {
  width: 450px;
  min-height: 330px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.auth-container .auth-header {
  text-align: center;
  border-bottom: 1px solid #59c2e6;
}

.auth-container .auth-title {
  color: #97a4b1;
  padding: 20px;
  line-height: 30px;
  font-size: 26px;
  font-weight: 600;
  margin: 0;
}

.auth-container .auth-content {
  padding: 30px 50px;
  min-height: 260px;
}

.auth-container .forgot-btn {
  line-height: 28px;
}

.auth-container .checkbox label {
  padding: 0;
}

.auth-container .checkbox a {
  vertical-align: text-top;
}

.auth-container .checkbox span {
  color: #4f5f6f;
}

.error-card {
  width: 410px;
  min-height: 330px;
  margin: 60px auto;
}

.error-card .error-title {
  font-size: 150px;
  line-height: 150px;
  font-weight: 700;
  color: #252932;
  text-align: center;
  text-shadow: rgba(61,61,61,.3) .5px .5px,rgba(61,61,61,.2) 1px 1px,rgba(61,61,61,.3) 1.5px 1.5px;
}

.error-card .error-sub-title {
  font-weight: 100;
  text-align: center;
}

.error-card .error-container {
  text-align: center;
  visibility: hidden;
}

.error-card .error-container.visible {
  visibility: visible;
}

.error-card.global {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  margin: 0;
}

.error-card.global .error-title,
.error-card.global .error-sub-title,
.error-card.global .error-container {
  color: #fff;
}

.alert {
  background-image: none;
}

.alert.alert-primary {
  background-color: #59c2e6;
  border-color: #59c2e6;
  color: #fff;
}

.alert.alert-primary hr {
  border-top-color: #43bae3;
}

.alert.alert-primary .alert-link {
  color: #e6e6e6;
}

.alert.alert-success {
  background-color: #4bcf99;
  border-color: #4bcf99;
  color: #fff;
}

.alert.alert-success hr {
  border-top-color: #37ca8e;
}

.alert.alert-success .alert-link {
  color: #e6e6e6;
}

.alert.alert-info {
  background-color: #76d4f5;
  border-color: #76d4f5;
  color: #fff;
}

.alert.alert-info hr {
  border-top-color: #5ecdf3;
}

.alert.alert-info .alert-link {
  color: #e6e6e6;
}

.alert.alert-warning {
  background-color: #fe974b;
  border-color: #fe974b;
  color: #fff;
}

.alert.alert-warning hr {
  border-top-color: #fe8832;
}

.alert.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert.alert-danger {
  background-color: #f44;
  border-color: #f44;
  color: #fff;
}

.alert.alert-danger hr {
  border-top-color: #ff2b2b;
}

.alert.alert-danger .alert-link {
  color: #e6e6e6;
}

.alert.alert-inverse {
  background-color: #131e26;
  border-color: #131e26;
  color: #fff;
}

.alert.alert-inverse hr {
  border-top-color: #0b1115;
}

.alert.alert-inverse .alert-link {
  color: #e6e6e6;
}

.animated {
  animation-duration: .5s;
  animation-delay: .1s;
}

.btn {
  background-image: none;
  border-radius: 0;
  margin-bottom: 5px;
}

.btn.btn-primary {
  color: #fff;
  background-color: #59c2e6;
  border-color: #59c2e6;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus {
  color: #fff;
  background-color: #2db2df;
  border-color: #24aede;
}

.btn.btn-primary:active,
.btn.btn-primary.active {
  color: #fff;
  background-color: #2db2df;
  border-color: #24aede;
  background-image: none;
}

.open>.btn.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2db2df;
  border-color: #24aede;
  background-image: none;
}

.btn.btn-primary:active:hover,
.btn.btn-primary:active:focus,
.btn.btn-primary:active.focus {
  color: #fff;
  background-color: #1e9eca;
  border-color: #1982a6;
}

.btn.btn-primary.active:hover,
.btn.btn-primary.active:focus,
.btn.btn-primary.active.focus {
  color: #fff;
  background-color: #1e9eca;
  border-color: #1982a6;
}

.open>.btn.btn-primary.dropdown-toggle:hover,
.open>.btn.btn-primary.dropdown-toggle:focus,
.open>.btn.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #1e9eca;
  border-color: #1982a6;
}

.btn.btn-primary.disabled:focus,
.btn.btn-primary.disabled.focus {
  background-color: #59c2e6;
  border-color: #59c2e6;
}

.btn.btn-primary:disabled:focus,
.btn.btn-primary:disabled.focus {
  background-color: #59c2e6;
  border-color: #59c2e6;
}

.btn.btn-primary.disabled:hover,
.btn.btn-primary:disabled:hover {
  background-color: #59c2e6;
  border-color: #59c2e6;
}

.btn.btn-secondary {
  color: #4f5f6f;
  background-color: #fff;
  border-color: #d7dde4;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus {
  color: #4f5f6f;
  background-color: #e6e6e6;
  border-color: #b2becb;
}

.btn.btn-secondary:active,
.btn.btn-secondary.active {
  color: #4f5f6f;
  background-color: #e6e6e6;
  border-color: #b2becb;
  background-image: none;
}

.open>.btn.btn-secondary.dropdown-toggle {
  color: #4f5f6f;
  background-color: #e6e6e6;
  border-color: #b2becb;
  background-image: none;
}

.btn.btn-secondary:active:hover,
.btn.btn-secondary:active:focus,
.btn.btn-secondary:active.focus {
  color: #4f5f6f;
  background-color: #d4d4d4;
  border-color: #8b9cb1;
}

.btn.btn-secondary.active:hover,
.btn.btn-secondary.active:focus,
.btn.btn-secondary.active.focus {
  color: #4f5f6f;
  background-color: #d4d4d4;
  border-color: #8b9cb1;
}

.open>.btn.btn-secondary.dropdown-toggle:hover,
.open>.btn.btn-secondary.dropdown-toggle:focus,
.open>.btn.btn-secondary.dropdown-toggle.focus {
  color: #4f5f6f;
  background-color: #d4d4d4;
  border-color: #8b9cb1;
}

.btn.btn-secondary.disabled:focus,
.btn.btn-secondary.disabled.focus {
  background-color: #fff;
  border-color: #d7dde4;
}

.btn.btn-secondary:disabled:focus,
.btn.btn-secondary:disabled.focus {
  background-color: #fff;
  border-color: #d7dde4;
}

.btn.btn-secondary.disabled:hover,
.btn.btn-secondary:disabled:hover {
  background-color: #fff;
  border-color: #d7dde4;
}

.btn.btn-success {
  color: #fff;
  background-color: #4bcf99;
  border-color: #4bcf99;
}

.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success.focus {
  color: #fff;
  background-color: #31b680;
  border-color: #2eae7a;
}

.btn.btn-success:active,
.btn.btn-success.active {
  color: #fff;
  background-color: #31b680;
  border-color: #2eae7a;
  background-image: none;
}

.open>.btn.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #31b680;
  border-color: #2eae7a;
  background-image: none;
}

.btn.btn-success:active:hover,
.btn.btn-success:active:focus,
.btn.btn-success:active.focus {
  color: #fff;
  background-color: #299a6c;
  border-color: #217a55;
}

.btn.btn-success.active:hover,
.btn.btn-success.active:focus,
.btn.btn-success.active.focus {
  color: #fff;
  background-color: #299a6c;
  border-color: #217a55;
}

.open>.btn.btn-success.dropdown-toggle:hover,
.open>.btn.btn-success.dropdown-toggle:focus,
.open>.btn.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #299a6c;
  border-color: #217a55;
}

.btn.btn-success.disabled:focus,
.btn.btn-success.disabled.focus {
  background-color: #4bcf99;
  border-color: #4bcf99;
}

.btn.btn-success:disabled:focus,
.btn.btn-success:disabled.focus {
  background-color: #4bcf99;
  border-color: #4bcf99;
}

.btn.btn-success.disabled:hover,
.btn.btn-success:disabled:hover {
  background-color: #4bcf99;
  border-color: #4bcf99;
}

.btn.btn-info {
  color: #fff;
  background-color: #76d4f5;
  border-color: #76d4f5;
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info.focus {
  color: #fff;
  background-color: #46c5f2;
  border-color: #3dc2f1;
}

.btn.btn-info:active,
.btn.btn-info.active {
  color: #fff;
  background-color: #46c5f2;
  border-color: #3dc2f1;
  background-image: none;
}

.open>.btn.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #46c5f2;
  border-color: #3dc2f1;
  background-image: none;
}

.btn.btn-info:active:hover,
.btn.btn-info:active:focus,
.btn.btn-info:active.focus {
  color: #fff;
  background-color: #25bbef;
  border-color: #10a7db;
}

.btn.btn-info.active:hover,
.btn.btn-info.active:focus,
.btn.btn-info.active.focus {
  color: #fff;
  background-color: #25bbef;
  border-color: #10a7db;
}

.open>.btn.btn-info.dropdown-toggle:hover,
.open>.btn.btn-info.dropdown-toggle:focus,
.open>.btn.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #25bbef;
  border-color: #10a7db;
}

.btn.btn-info.disabled:focus,
.btn.btn-info.disabled.focus {
  background-color: #76d4f5;
  border-color: #76d4f5;
}

.btn.btn-info:disabled:focus,
.btn.btn-info:disabled.focus {
  background-color: #76d4f5;
  border-color: #76d4f5;
}

.btn.btn-info.disabled:hover,
.btn.btn-info:disabled:hover {
  background-color: #76d4f5;
  border-color: #76d4f5;
}

.btn.btn-warning {
  color: #fff;
  background-color: #fe974b;
  border-color: #fe974b;
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning.focus {
  color: #fff;
  background-color: #fe7a18;
  border-color: #fe740e;
}

.btn.btn-warning:active,
.btn.btn-warning.active {
  color: #fff;
  background-color: #fe7a18;
  border-color: #fe740e;
  background-image: none;
}

.open>.btn.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #fe7a18;
  border-color: #fe740e;
  background-image: none;
}

.btn.btn-warning:active:hover,
.btn.btn-warning:active:focus,
.btn.btn-warning:active.focus {
  color: #fff;
  background-color: #f16701;
  border-color: #c85601;
}

.btn.btn-warning.active:hover,
.btn.btn-warning.active:focus,
.btn.btn-warning.active.focus {
  color: #fff;
  background-color: #f16701;
  border-color: #c85601;
}

.open>.btn.btn-warning.dropdown-toggle:hover,
.open>.btn.btn-warning.dropdown-toggle:focus,
.open>.btn.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #f16701;
  border-color: #c85601;
}

.btn.btn-warning.disabled:focus,
.btn.btn-warning.disabled.focus {
  background-color: #fe974b;
  border-color: #fe974b;
}

.btn.btn-warning:disabled:focus,
.btn.btn-warning:disabled.focus {
  background-color: #fe974b;
  border-color: #fe974b;
}

.btn.btn-warning.disabled:hover,
.btn.btn-warning:disabled:hover {
  background-color: #fe974b;
  border-color: #fe974b;
}

.btn.btn-danger {
  color: #fff;
  background-color: #f44;
  border-color: #f44;
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger.focus {
  color: #fff;
  background-color: #f11;
  border-color: #ff0707;
}

.btn.btn-danger:active,
.btn.btn-danger.active {
  color: #fff;
  background-color: #f11;
  border-color: #ff0707;
  background-image: none;
}

.open>.btn.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f11;
  border-color: #ff0707;
  background-image: none;
}

.btn.btn-danger:active:hover,
.btn.btn-danger:active:focus,
.btn.btn-danger:active.focus {
  color: #fff;
  background-color: #ec0000;
  border-color: #c40000;
}

.btn.btn-danger.active:hover,
.btn.btn-danger.active:focus,
.btn.btn-danger.active.focus {
  color: #fff;
  background-color: #ec0000;
  border-color: #c40000;
}

.open>.btn.btn-danger.dropdown-toggle:hover,
.open>.btn.btn-danger.dropdown-toggle:focus,
.open>.btn.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ec0000;
  border-color: #c40000;
}

.btn.btn-danger.disabled:focus,
.btn.btn-danger.disabled.focus {
  background-color: #f44;
  border-color: #f44;
}

.btn.btn-danger:disabled:focus,
.btn.btn-danger:disabled.focus {
  background-color: #f44;
  border-color: #f44;
}

.btn.btn-danger.disabled:hover,
.btn.btn-danger:disabled:hover {
  background-color: #f44;
  border-color: #f44;
}

.btn.btn-primary-outline {
  color: #59c2e6;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #59c2e6;
}

.btn.btn-primary-outline:focus,
.btn.btn-primary-outline.focus,
.btn.btn-primary-outline:active,
.btn.btn-primary-outline.active {
  color: #fff;
  background-color: #59c2e6;
  border-color: #59c2e6;
}

.open>.btn.btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #59c2e6;
  border-color: #59c2e6;
}

.btn.btn-primary-outline:hover {
  color: #fff;
  background-color: #59c2e6;
  border-color: #59c2e6;
}

.btn.btn-primary-outline.disabled:focus,
.btn.btn-primary-outline.disabled.focus {
  border-color: #b2e3f3;
}

.btn.btn-primary-outline:disabled:focus,
.btn.btn-primary-outline:disabled.focus {
  border-color: #b2e3f3;
}

.btn.btn-primary-outline.disabled:hover,
.btn.btn-primary-outline:disabled:hover {
  border-color: #b2e3f3;
}

.btn.btn-secondary-outline {
  color: #d7dde4;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #d7dde4;
}

.btn.btn-secondary-outline:focus,
.btn.btn-secondary-outline.focus,
.btn.btn-secondary-outline:active,
.btn.btn-secondary-outline.active {
  color: #fff;
  background-color: #d7dde4;
  border-color: #d7dde4;
}

.open>.btn.btn-secondary-outline.dropdown-toggle {
  color: #fff;
  background-color: #d7dde4;
  border-color: #d7dde4;
}

.btn.btn-secondary-outline:hover {
  color: #fff;
  background-color: #d7dde4;
  border-color: #d7dde4;
}

.btn.btn-secondary-outline.disabled:focus,
.btn.btn-secondary-outline.disabled.focus {
  border-color: #fff;
}

.btn.btn-secondary-outline:disabled:focus,
.btn.btn-secondary-outline:disabled.focus {
  border-color: #fff;
}

.btn.btn-secondary-outline.disabled:hover,
.btn.btn-secondary-outline:disabled:hover {
  border-color: #fff;
}

.btn.btn-info-outline {
  color: #76d4f5;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #76d4f5;
}

.btn.btn-info-outline:focus,
.btn.btn-info-outline.focus,
.btn.btn-info-outline:active,
.btn.btn-info-outline.active {
  color: #fff;
  background-color: #76d4f5;
  border-color: #76d4f5;
}

.open>.btn.btn-info-outline.dropdown-toggle {
  color: #fff;
  background-color: #76d4f5;
  border-color: #76d4f5;
}

.btn.btn-info-outline:hover {
  color: #fff;
  background-color: #76d4f5;
  border-color: #76d4f5;
}

.btn.btn-info-outline.disabled:focus,
.btn.btn-info-outline.disabled.focus {
  border-color: #d5f2fc;
}

.btn.btn-info-outline:disabled:focus,
.btn.btn-info-outline:disabled.focus {
  border-color: #d5f2fc;
}

.btn.btn-info-outline.disabled:hover,
.btn.btn-info-outline:disabled:hover {
  border-color: #d5f2fc;
}

.btn.btn-success-outline {
  color: #4bcf99;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #4bcf99;
}

.btn.btn-success-outline:focus,
.btn.btn-success-outline.focus,
.btn.btn-success-outline:active,
.btn.btn-success-outline.active {
  color: #fff;
  background-color: #4bcf99;
  border-color: #4bcf99;
}

.open>.btn.btn-success-outline.dropdown-toggle {
  color: #fff;
  background-color: #4bcf99;
  border-color: #4bcf99;
}

.btn.btn-success-outline:hover {
  color: #fff;
  background-color: #4bcf99;
  border-color: #4bcf99;
}

.btn.btn-success-outline.disabled:focus,
.btn.btn-success-outline.disabled.focus {
  border-color: #9ce4c7;
}

.btn.btn-success-outline:disabled:focus,
.btn.btn-success-outline:disabled.focus {
  border-color: #9ce4c7;
}

.btn.btn-success-outline.disabled:hover,
.btn.btn-success-outline:disabled:hover {
  border-color: #9ce4c7;
}

.btn.btn-warning-outline {
  color: #fe974b;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #fe974b;
}

.btn.btn-warning-outline:focus,
.btn.btn-warning-outline.focus,
.btn.btn-warning-outline:active,
.btn.btn-warning-outline.active {
  color: #fff;
  background-color: #fe974b;
  border-color: #fe974b;
}

.open>.btn.btn-warning-outline.dropdown-toggle {
  color: #fff;
  background-color: #fe974b;
  border-color: #fe974b;
}

.btn.btn-warning-outline:hover {
  color: #fff;
  background-color: #fe974b;
  border-color: #fe974b;
}

.btn.btn-warning-outline.disabled:focus,
.btn.btn-warning-outline.disabled.focus {
  border-color: #ffd2b0;
}

.btn.btn-warning-outline:disabled:focus,
.btn.btn-warning-outline:disabled.focus {
  border-color: #ffd2b0;
}

.btn.btn-warning-outline.disabled:hover,
.btn.btn-warning-outline:disabled:hover {
  border-color: #ffd2b0;
}

.btn.btn-danger-outline {
  color: #f44;
  background-image: none;
  background-color: rgba(0,0,0,0);
  border-color: #f44;
}

.btn.btn-danger-outline:focus,
.btn.btn-danger-outline.focus,
.btn.btn-danger-outline:active,
.btn.btn-danger-outline.active {
  color: #fff;
  background-color: #f44;
  border-color: #f44;
}

.open>.btn.btn-danger-outline.dropdown-toggle {
  color: #fff;
  background-color: #f44;
  border-color: #f44;
}

.btn.btn-danger-outline:hover {
  color: #fff;
  background-color: #f44;
  border-color: #f44;
}

.btn.btn-danger-outline.disabled:focus,
.btn.btn-danger-outline.disabled.focus {
  border-color: #faa;
}

.btn.btn-danger-outline:disabled:focus,
.btn.btn-danger-outline:disabled.focus {
  border-color: #faa;
}

.btn.btn-danger-outline.disabled:hover,
.btn.btn-danger-outline:disabled:hover {
  border-color: #faa;
}

.btn.btn-pill-left:focus,
.btn.btn-pill-right:focus,
.btn.btn-oval:focus {
  outline: none;
  outline-offset: initial;
}

.btn.btn-pill-left {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.btn.btn-pill-right {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.btn.btn-oval {
  border-radius: 25px;
}

.btn.btn-link {
  text-decoration: none;
}

.btn strong {
  font-weight: 600;
}

.btn-group .dropdown-menu>li:last-child a:hover:before {
  height: 0px;
  transform: scaleX(0);
}

.card {
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(126,142,159,.1);
  margin-bottom: 10px;
  border-radius: 0;
  border: none;
}

.card .card {
  box-shadow: none;
}

.card .card-header {
  background-image: none;
  background-color: #fff;
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 0;
  border-radius: 0;
  min-height: 50px;
  border: none;
}

.card .card-header::after {
  content: "";
  display: table;
  clear: both;
}

.card .card-header.bordered {
  border-bottom: 1px solid #d7dde4;
}

.card .card-header.card-header-sm {
  min-height: 40px;
}

.card .card-header>span {
  vertical-align: middle;
}

.card .card-header .pull-right {
  margin-left: auto;
}

.card .card-header .header-block {
  padding: .5rem 15px;
}

.card .card-header .title {
  color: #4f5f6f;
  display: inline-flex;
}

.card .card-header .btn {
  margin: 0;
}

.card .card-header .nav-tabs {
  border-color: rgba(0,0,0,0);
  align-self: stretch;
  display: flex;
  position: relative;
  top: 1px;
}

.card .card-header .nav-tabs .nav-item {
  margin-left: 0;
  display: flex;
  align-self: stretch;
}

.card .card-header .nav-tabs .nav-item .nav-link {
  display: flex;
  align-self: stretch;
  align-items: center;
  color: #4f5f6f;
  opacity: .7;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0;
  font-size: 14px;
  border-top-width: 2px;
  border-bottom: 1px solid #d7dde4;
  text-decoration: none;
}

.card .card-header .nav-tabs .nav-item .nav-link.active {
  border-top-color: #59c2e6;
  border-bottom-color: rgba(0,0,0,0);
  opacity: 1;
}

.card .card-header .nav-tabs .nav-item .nav-link.active:hover,
.card .card-header .nav-tabs .nav-item .nav-link.active:focus {
  opacity: 1;
  background-color: #fff;
  border-color: #d7dde4 #d7dde4 rgba(0,0,0,0);
  border-top-color: #59c2e6;
}

.card .card-header .nav-tabs .nav-item .nav-link:hover,
.card .card-header .nav-tabs .nav-item .nav-link:focus {
  opacity: 1;
  background-color: rgba(0,0,0,0);
  border-color: rgba(0,0,0,0);
}

.card.card-default>.card-header {
  background-color: #fff;
  color: inherit;
}

.card.card-primary {
  border-color: #59c2e6;
}

.card.card-primary>.card-header {
  background-color: #59c2e6;
  border-color: #59c2e6;
}

.card.card-success>.card-header {
  background-color: #4bcf99;
}

.card.card-info>.card-header {
  background-color: #76d4f5;
}

.card.card-warning>.card-header {
  background-color: #fe974b;
}

.card.card-danger>.card-header {
  background-color: #f44;
}

.card.card-inverse>.card-header {
  background-color: #131e26;
}

.card .title-block,
.card .card-title-block {
  padding-bottom: 0;
  margin-bottom: 20px;
  border: none;
}

.card .title-block::after,
.card .card-title-block::after {
  content: "";
  display: table;
  clear: both;
}

.card .section,
.card .example,
.card .section.demo {
  margin-bottom: 20px;
}

.card-block {
  padding: 15px;
}

.card-block .tab-content {
  padding: 0;
  border-color: rgba(0,0,0,0);
}

.card-footer {
  background-color: #fafafa;
}

.easy-pie-chart {
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: #d7dde4;
  border-radius: 5px;
}

.dropdown-menu {
  float: left;
  box-shadow: 2px 3px 6px rgba(126,142,159,.1);
  border: 1px solid rgba(126,142,159,.1);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown-menu .dropdown-item {
  display: block;
  padding: 0px 15px;
  clear: both;
  font-weight: normal;
  color: #4f5f6f;
  white-space: nowrap;
  transition: none;
}

.dropdown-menu .dropdown-item i {
  margin-right: 2px;
}

.dropdown-menu .dropdown-item:hover {
  color: #59c2e6 !important;
  background: none;
  background-color: #f5f5f5;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.centralize-y {
  display: flex;
  align-items: center;
}

input,
textarea {
  outline: none;
}

.form-group .row {
  margin-left: -10px;
  margin-right: -10px;
}

.form-group .row [class^=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.form-group.has-error span.has-error {
  color: #f44;
  font-size: 13px;
  display: block !important;
}

.form-group.has-error .form-control-feedback {
  color: #f44;
}

.form-group.has-warning span.has-warning {
  color: #fe974b;
  font-size: 13px;
  display: block !important;
}

.form-group.has-warning .form-control-feedback {
  color: #fe974b;
}

.form-group.has-success span.has-success {
  color: #4bcf99;
  font-size: 13px;
  display: block !important;
}

.form-group.has-success .form-control-feedback {
  color: #4bcf99;
}

.input-group {
  margin-bottom: 10px;
}

.input-group .form-control {
  padding-left: 5px;
}

.input-group span.input-group-addon {
  font-style: italic;
  border: none;
  border-radius: 0;
  border: none;
  background-color: #d7dde4;
  transition: background-color ease-in-out 15s,color ease-in-out .15s;
}

.input-group span.input-group-addon.focus {
  background-color: #59c2e6;
  color: #fff;
}

label,
.control-label {
  font-weight: 600;
}

.form-control.underlined {
  padding-left: 0;
  padding-right: 0;
  border-radius: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #d7dde4;
}

.form-control.underlined.indented {
  padding: .375rem .75rem;
}

.has-error .form-control.underlined:focus,
.has-warning .form-control.underlined:focus,
.has-success .form-control.underlined:focus,
.form-control.underlined:focus {
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #59c2e6;
}

.has-error .form-control.underlined {
  box-shadow: none;
  border-color: #f44;
}

.has-warning .form-control.underlined {
  box-shadow: none;
  border-color: #fe974b;
}

.has-success .form-control.underlined {
  box-shadow: none;
  border-color: #4bcf99;
}

.form-control.boxed {
  border-radius: 0;
  box-shadow: none;
}

.form-control.boxed:focus {
  border: 1px solid #59c2e6;
}

.radio,
.checkbox {
  display: none;
}

.radio+span,
.checkbox+span {
  padding: 0;
  padding-right: 10px;
}

.radio+span:before,
.checkbox+span:before {
  font-family: FontAwesome;
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 10px;
  color: #c8d0da;
}

.radio:checked+span:before,
.checkbox:checked+span:before {
  color: #59c2e6;
}

.radio:disabled+span:before,
.checkbox:disabled+span:before {
  opacity: .5;
  cursor: not-allowed;
}

.radio:checked:disabled+span:before {
  color: #c8d0da;
}

.checkbox:checked:disabled+span:before {
  color: #c8d0da;
}

.checkbox:checked+span:before {
  content: "";
}

.checkbox+span:before {
  content: "";
}

.checkbox.rounded+span:before {
  content: "";
}

.checkbox.rounded:checked+span:before {
  content: "";
}

.radio+span:before {
  content: "";
}

.radio:checked+span:before {
  content: "";
}

.radio.squared+span:before {
  content: "";
}

.radio.squared:checked+span:before {
  content: "";
}

.form-control::-webkit-input-placeholder {
  font-style: italic;
  color: #c8d0da;
}

.form-control:-moz-placeholder {
  font-style: italic;
  color: #d7dde4;
}

.form-control::-moz-placeholder {
  font-style: italic;
  color: #d7dde4;
}

.form-control:-ms-input-placeholder {
  font-style: italic;
  color: #d7dde4;
}

.images-container::after {
  content: "";
  display: table;
  clear: both;
}

.images-container .image-container {
  float: left;
  padding: 3px;
  margin-right: 10px;
  margin-bottom: 35px;
  position: relative;
  border: 1px solid #e6eaee;
  overflow: hidden;
}

.images-container .image-container.active {
  border-color: #59c2e6;
}

.images-container .image-container:hover .controls {
  bottom: 0;
  opacity: 1;
}

.images-container .controls {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  bottom: -35px;
  text-align: center;
  height: 35px;
  font-size: 24px;
  transition: bottom .2s ease,opacity .2s ease;
  background-color: #fff;
}

.images-container .controls::after {
  content: "";
  display: table;
  clear: both;
}

.images-container .controls .control-btn {
  display: inline-block;
  color: #4f5f6f;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  opacity: .5;
  transition: opacity .3s ease;
}

.images-container .controls .control-btn:hover {
  opacity: 1;
}

.images-container .controls .control-btn.move {
  cursor: move;
}

.images-container .controls .control-btn.star {
  color: #ffb300;
}

.images-container .controls .control-btn.star i:before {
  content: "";
}

.images-container .controls .control-btn.star.active i:before {
  content: "";
}

.images-container .controls .control-btn.remove {
  color: #f44;
}

.images-container .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 130px;
  height: 135px;
  line-height: 135px;
  text-align: center;
}

.images-container .image-container.main {
  border-color: #ffb300;
}

.images-container .image-container.new {
  opacity: .6;
  transition: opacity .3s ease;
  border-style: dashed;
  border: 1px #59c2e6 solid;
  color: #59c2e6;
}

.images-container .image-container.new .image {
  font-size: 2.5rem;
}

.images-container .image-container.new:hover {
  opacity: 1;
}

.item-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  line-height: 1.4rem;
  display: flex;
  flex-flow: column nowrap;
}

.item-list.striped>li {
  border-bottom: 1px solid #e9edf0;
}

.item-list.striped>li:nth-child(2n+1) {
  background-color: #fcfcfd;
}

.item-list.striped .item-list-footer {
  border-bottom: none;
}

.item-list .item {
  display: flex;
  flex-direction: column;
}

.item-list .item-row {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  min-width: 100%;
}

.item-list .item-row.nowrap {
  flex-wrap: nowrap;
}

.item-list .item-col {
  align-items: center;
  display: flex;
  padding: 10px 10px 10px 0;
  flex-basis: 0;
  flex-grow: 3;
  flex-shrink: 3;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
}

.item-list .item-col.fixed {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
}

.item-list .item-col.pull-left {
  margin-right: auto;
}

.item-list .item-col.pull-right {
  margin-left: auto;
}

.item-list .item-col>div {
  width: 100%;
}

.item-list .item-col:last-child {
  padding-right: 0;
}

.item-list .no-overflow {
  overflow: hidden;
}

.item-list .no-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.item-list .item-list-header .item-col.item-col-header span {
  color: #999;
  font-size: .8rem;
  font-weight: 700 !important;
}

.item-list .item-heading {
  font-size: .9rem;
  display: none;
  color: #666;
  font-weight: 700;
  padding-right: 10px;
}

.item-list .item-col.item-col-check {
  flex-basis: 30px;
}

.item-list .item-check {
  margin-bottom: 0;
}

.item-list .item-check .checkbox+span {
  padding-right: 0;
}

.item-list .item-check .checkbox+span:before {
  width: 20px;
}

.item-list .item-col.item-col-img {
  display: flex;
  flex-basis: 70px;
}

.item-list .item-col.item-col-img.xs {
  flex-basis: 40px;
}

.item-list .item-col.item-col-img.sm {
  flex-basis: 50px;
}

.item-list .item-col.item-col-img.lg {
  flex-basis: 100px;
}

.item-list .item-col.item-col-img.xl {
  flex-basis: 120px;
}

.item-list .item-col.item-col-img a {
  width: 100%;
}

.item-list .item-img {
  flex-grow: 1;
  align-self: stretch;
  background-color: #efefef;
  padding-bottom: 100%;
  width: 100%;
  height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.item-list .item-col.item-col-title a {
  display: block;
}

.item-list .item-title {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: 600;
}

.item-list .item-stats {
  height: 1.4rem;
}

.item-list .item-col.item-col-actions-dropdown {
  flex-basis: 40px;
  text-align: center;
  padding-left: 0 !important;
}

.item-list .item-actions-dropdown {
  position: relative;
  font-size: 1.1rem;
}

.item-list .item-actions-dropdown.active .item-actions-block {
  max-width: 120px;
}

.item-list .item-actions-dropdown.active .item-actions-toggle-btn {
  color: #59c2e6;
}

.item-list .item-actions-dropdown.active .item-actions-toggle-btn .active {
  display: block;
}

.item-list .item-actions-dropdown.active .item-actions-toggle-btn .inactive {
  display: none;
}

.item-list .item-actions-dropdown .item-actions-toggle-btn {
  color: #9ba8b5;
  font-size: 1.2rem;
  cursor: pointer;
  width: 100%;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
}

.item-list .item-actions-dropdown .item-actions-toggle-btn .active {
  display: none;
}

.item-list .item-actions-dropdown .item-actions-block {
  height: 30px;
  max-width: 0px;
  line-height: 30px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 100%;
  background-color: #d7dde4;
  border-radius: 3px;
  transition: all .15s ease-in-out;
}

.item-list .item-actions-dropdown .item-actions-block.direction-right {
  right: auto;
  left: 100%;
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list {
  padding: 0;
  list-style: none;
  white-space: nowrap;
  padding: 0 5px;
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list li {
  display: inline-block;
  padding: 0;
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list a {
  display: block;
  padding: 0 5px;
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list a.edit {
  color: #38424c;
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list a.check {
  color: #40b726;
}

.item-list .item-actions-dropdown .item-actions-block .item-actions-list a.remove {
  color: #db0e1e;
}

.card>.item-list .item>.item-row {
  padding: 0 15px;
}

.logo {
  display: inline-block;
  width: 100% !important;
  height: auto !important;
  vertical-align: middle;
  margin-right: 0px !important;
  position: relative;
  text-align: center;
}

.logo .l {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #59c2e6;
  position: absolute;
}

.logo .l.l1 {
  bottom: 0;
  left: 0;
}

.logo .l.l2 {
  width: 7px;
  height: 7px;
  bottom: 13px;
  left: 10px;
}

.logo .l.l3 {
  width: 7px;
  height: 7px;
  bottom: 4px;
  left: 17px;
}

.logo .l.l4 {
  bottom: 13px;
  left: 25px;
}

.logo .l.l5 {
  bottom: 0;
  left: 34px;
}

.modal-body.modal-tab-container {
  padding: 0;
}

.modal-body.modal-tab-container .modal-tabs {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  box-shadow: 0 0 2px rgba(0,0,0,.3);
}

.modal-body.modal-tab-container .modal-tabs .nav-link {
  padding: 10px 20px;
  border: none;
}

.modal-body.modal-tab-container .modal-tabs .nav-link:hover {
  color: #59c2e6;
  border-bottom: 2px solid #59c2e6;
}

.modal-body.modal-tab-container .modal-tabs .nav-link.active {
  color: #59c2e6;
  border-bottom: 2px solid #59c2e6;
  font-weight: 600;
}

a:not(.btn) {
  transition: color .13s;
  text-decoration: none;
  color: #59c2e6;
}

a:not(.btn):hover {
  text-decoration: inherit;
  color: #20a5d3;
}

a:not(.btn):hover:before {
  transform: scaleX(1);
}

a:not(.btn):focus {
  text-decoration: none;
}

span a {
  vertical-align: text-bottom;
}

[class^=nav] li>a,
[class*=" nav"] li>a {
  display: block;
}

[class^=nav] li>a:before,
[class*=" nav"] li>a:before {
  display: none;
}

.nav.nav-tabs-bordered {
  border-color: #59c2e6;
}

.nav.nav-tabs-bordered+.tab-content {
  border-style: solid;
  border-width: 0 1px 1px 1px;
  border-color: #59c2e6;
  padding: 10px 20px 0;
}

.nav.nav-tabs-bordered .nav-item .nav-link {
  text-decoration: none;
}

.nav.nav-tabs-bordered .nav-item .nav-link:hover {
  color: #fff;
  background-color: #59c2e6;
  border: 1px solid #59c2e6;
}

.nav.nav-tabs-bordered .nav-item .nav-link.active {
  border-color: #59c2e6;
  border-bottom-color: rgba(0,0,0,0);
}

.nav.nav-tabs-bordered .nav-item .nav-link.active:hover {
  background-color: #fff;
  color: inherit;
}

.nav.nav-pills+.tab-content {
  border: 0;
  padding: 5px;
}

.nav.nav-pills .nav-item .nav-link {
  text-decoration: none;
}

.nav.nav-pills .nav-item .nav-link:hover {
  color: #4f5f6f;
  background-color: rgba(0,0,0,0);
  border: 0;
}

.nav.nav-pills .nav-item .nav-link.active {
  border-color: #59c2e6;
  border-bottom-color: rgba(0,0,0,0);
  background-color: #59c2e6;
}

.nav.nav-pills .nav-item .nav-link.active:hover {
  background-color: #59c2e6;
  color: #fff;
}

#nprogress .bar {
  background: #59c2e6 !important;
}

#nprogress .bar .peg {
  box-shadow: 0 0 10px #59c2e6,0 0 5px #59c2e6;
}

#nprogress .spinner {
  top: 25px !important;
  right: 23px !important;
}

#nprogress .spinner .spinner-icon {
  border-top-color: #59c2e6 !important;
  border-left-color: #59c2e6 !important;
}

.pagination {
  margin-top: 0;
}

.pagination .page-item .page-link {
  color: #59c2e6;
}

.pagination .page-item.active .page-link {
  color: #fff;
  border-color: #59c2e6;
  background-color: #59c2e6;
}

.pagination .page-item.active .page-link:focus,
.pagination .page-item.active .page-link:hover {
  color: #fff;
  border-color: #59c2e6;
  background-color: #59c2e6;
}

.table label {
  margin-bottom: 0;
}

.table .checkbox+span {
  margin-bottom: 0;
}

.table .checkbox+span:before {
  line-height: 20px;
}

.row .col {
  padding-left: .9375rem;
  padding-right: .9375rem;
  float: left;
}

.row-sm {
  margin-left: -10px;
  margin-right: -10px;
}

.row-sm [class^=col] {
  padding-left: 10px;
  padding-right: 10px;
}

.title-block {
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d7dde4;
}

.title-block::after {
  content: "";
  display: table;
  clear: both;
}

.subtitle-block {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #e0e5ea;
}

.section {
  display: block;
  margin-bottom: 30px;
}

.section:last-of-type {
  margin-bottom: 0;
}

.box-placeholder {
  margin-bottom: 15px;
  padding: 20px;
  border: 1px dashed #ddd;
  background: #fafafa;
  color: #444;
  cursor: pointer;
}

.underline-animation {
  position: absolute;
  top: auto;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #59c2e6;
  content: "";
  transition: all .2s;
  backface-visibility: hidden;
  transform: scaleX(0);
}

.stat-chart {
  border-radius: 50%;
}

.stat {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  margin-right: 10px;
}

.stat .value {
  font-size: 20px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}

.stat .name {
  overflow: hidden;
  text-overflow: ellipsis;
}

.stat.lg .value {
  font-size: 26px;
  line-height: 28px;
}

.stat.lg .name {
  font-size: 16px;
}

.list-icon [class^=col] {
  cursor: pointer;
}

.list-icon [class^=col] em {
  font-size: 14px;
  width: 40px;
  vertical-align: middle;
  margin: 0;
  display: inline-block;
  text-align: center;
  transition: all 1s;
  line-height: 30px;
}

.list-icon [class^=col]:hover em {
  transform: scale(2, 2);
}

.well {
  background-image: none;
  background-color: #fff;
}

.jumbotron {
  background-image: none;
  background-color: #fff;
  padding: 15px 30px;
}

.jumbotron.jumbotron-fluid {
  padding-left: 0;
  padding-right: 0;
}

.rounded {
  border-radius: .25rem;
}

.rounded-l {
  border-radius: .3rem;
}

.rounded-s {
  border-radius: .2rem;
}

.jqstooltip {
  height: 25px !important;
  width: auto !important;
  border-radius: .2rem;
}

.title {
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 0;
}

.title.l {
  font-size: 1.6rem;
}

.title.s {
  font-size: 1.4rem;
}

.card .title {
  font-size: 1.1rem;
  color: #4f5f6f;
}

.title-description {
  margin: 0;
  font-size: .9rem;
  font-weight: normal;
  color: #7e8e9f;
}

.title-description.s {
  font-size: .8rem;
}

@media (max-width: 767px) {
  .title-description {
    display: none;
  }

  #header {
    display: none;
  }

  .quienes-somos .text h2 {
    margin: 0 auto;
  }

  .contact-information .container .contact-space {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.subtitle {
  font-size: 1.2rem;
  margin: 0;
  color: #7e8e9f;
}

.text-primary {
  color: #59c2e6;
}

.text-muted {
  color: #9ba8b5;
}

pre {
  padding: 0;
  border: none;
  background: none;
}

.flot-chart {
  display: block;
  height: 225px;
}

.flot-chart .flot-chart-content {
  width: 100%;
  height: 100%;
}

.flot-chart .flot-chart-pie-content {
  width: 225px;
  height: 225px;
  margin: auto;
}

.dashboard-page #dashboard-downloads-chart,
.dashboard-page #dashboard-visits-chart {
  height: 220px;
}

.dashboard-page .items .card-header .title {
  padding-right: 0px;
  margin-right: 5px;
}

.dashboard-page .items .card-header .search {
  margin: 0;
  vertical-align: middle;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.dashboard-page .items .card-header .search .search-input {
  border: none;
  background-color: inherit;
  color: #c2ccd6;
  width: 100px;
  transition: color .3s ease;
}

.dashboard-page .items .card-header .search .search-input::-webkit-input-placeholder {
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  color: #c2ccd6;
}

.dashboard-page .items .card-header .search .search-input:-moz-placeholder {
  -moz-transition: color .3s ease;
  transition: color .3s ease;
  color: #c2ccd6;
}

.dashboard-page .items .card-header .search .search-input::-moz-placeholder {
  -moz-transition: color .3s ease;
  transition: color .3s ease;
  color: #c2ccd6;
}

.dashboard-page .items .card-header .search .search-input:-ms-input-placeholder {
  -ms-transition: color .3s ease;
  transition: color .3s ease;
  color: #c2ccd6;
}

.dashboard-page .items .card-header .search .search-input:focus {
  color: #7e8e9f;
}

.dashboard-page .items .card-header .search .search-input:focus::-webkit-input-placeholder {
  color: #aab4c0;
}

.dashboard-page .items .card-header .search .search-input:focus:-moz-placeholder {
  color: #aab4c0;
}

.dashboard-page .items .card-header .search .search-input:focus::-moz-placeholder {
  color: #aab4c0;
}

.dashboard-page .items .card-header .search .search-input:focus:-ms-input-placeholder {
  color: #aab4c0;
}

.dashboard-page .items .card-header .search .search-input:focus+.search-icon {
  color: #7e8e9f;
}

.dashboard-page .items .card-header .search .search-icon {
  color: #c2ccd6;
  transition: color .3s ease;
  order: -1;
  padding-right: 6px;
}

.dashboard-page .items .card-header .pagination {
  display: inline-block;
  margin: 0;
}

.dashboard-page .items .item-list .item-col-title {
  flex-grow: 9;
}

.dashboard-page .items .item-list .item-col-date {
  text-align: right;
}

.dashboard-page .sales-breakdown .dashboard-sales-breakdown-chart {
  margin: 0 auto;
  max-width: 250px;
  max-height: 250px;
}

.dashboard-page #dashboard-sales-map .jqvmap-zoomin {
  background-color: #59c2e6;
  height: 20px;
  width: 20px;
  line-height: 14px;
}

.dashboard-page #dashboard-sales-map .jqvmap-zoomout {
  background-color: #59c2e6;
  height: 20px;
  width: 20px;
  line-height: 14px;
  top: 32px;
}

.dashboard-page .stats .card-block {
  padding-bottom: 0;
}

.dashboard-page .stats .stat-col {
  margin-bottom: 20px;
  float: left;
  white-space: nowrap;
  overflow: hidden;
}

.dashboard-page .stats .stat-icon {
  color: #59c2e6;
  display: inline-block;
  font-size: 26px;
  text-align: center;
  vertical-align: middle;
  width: 50px;
}

.dashboard-page .stats .stat-chart {
  margin-right: 5px;
  vertical-align: middle;
}

.dashboard-page .stats .stat {
  vertical-align: middle;
}

.dashboard-page .stats .stat-progress {
  height: 2px;
  margin: 5px 0;
  color: #59c2e6;
}

.dashboard-page .stats .stat-progress[value]::-webkit-progress-bar {
  background-color: #ddd;
}

.dashboard-page .stats .stat-progress[value]::-webkit-progress-value {
  background-color: #59c2e6;
}

.dashboard-page .stats .stat-progress[value]::-moz-progress-bar {
  background-color: #ddd;
}

.dashboard-page .tasks {
  display: flex;
  flex-direction: column;
  align-content: stretch;
}

.dashboard-page .tasks .title-block .title {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.dashboard-page .tasks label {
  width: 100%;
  margin-bottom: 0;
}

.dashboard-page .tasks label .checkbox:checked+span {
  text-decoration: line-through;
}

.dashboard-page .tasks label span {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.dashboard-page .tasks .tasks-block {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 0;
  margin-right: -5px;
}

.dashboard-page .tasks .item-list .item-col {
  padding-top: 5px;
  padding-bottom: 5px;
}

.items-list-page .title-search-block {
  position: relative;
}

.items-list-page .title-block .action {
  display: inline;
}

.items-list-page .title-block .action a {
  padding: 10px 15px;
}

.items-list-page .title-block .action a .icon {
  margin-right: 5px;
  text-align: center;
  width: 16px;
}

.items-list-page .items-search {
  position: absolute;
  margin-bottom: 15px;
  right: 0;
  top: 0;
}

.items-list-page .items-search .search-button {
  margin: 0;
}

.items-list-page .item-list .item-col.item-col-check {
  text-align: left;
}

.items-list-page .item-list .item-col.item-col-img {
  text-align: left;
  width: auto;
  text-align: center;
  flex-basis: 70px;
}

.items-list-page .item-list .item-col.item-col-title {
  text-align: left;
  margin-left: 0 !important;
  margin-right: auto;
  flex-basis: 0;
  flex-grow: 9;
}

.items-list-page .item-list .item-col.item-col-sales {
  text-align: right;
  font-weight: 600;
}

.items-list-page .item-list .item-col.item-col-stats {
  text-align: center;
}

.items-list-page .item-list .item-col.item-col-category {
  text-align: left;
  font-weight: 600;
}

.items-list-page .item-list .item-col.item-col-author {
  text-align: left;
  flex-grow: 4.5;
}

.items-list-page .item-list .item-col.item-col-date {
  text-align: right;
}

.table-flip-scroll table {
  width: 100%;
}

.wyswyg {
  border: 1px solid #d7dde4;
}

.wyswyg .ql-container {
  border-top: 1px solid #d7dde4;
}

.wyswyg .toolbar .btn {
  margin: 0;
}

.wyswyg .ql-container {
  font-size: 1rem;
}

.wyswyg .ql-container .ql-editor {
  min-height: 200px;
}

.footer-fixed .footer {
  position: fixed;
}

.footer .footer-block {
  vertical-align: middle;
  margin-left: 20px;
  margin-right: 20px;
}

.footer .footer-github-btn {
  vertical-align: middle;
}

.footer .author>ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .author>ul li {
  display: inline-block;
}

.footer .author>ul li:after {
  content: "|";
}

.footer .author>ul li:last-child:after {
  content: "";
}

.modal .modal-content {
  border-radius: 0;
}

.modal .modal-header {
  background-color: #59c2e6;
  color: #fff;
}

.modal .modal-footer .btn {
  margin-bottom: 0;
}

.open .sidebar .nav li a:focus {
  background-color: inherit;
}

.loaded .sidebar .nav ul {
  height: auto;
}

#modal-media .modal-body {
  min-height: 250px;
}

#modal-media .modal-tab-content {
  min-height: 300px;
}

#modal-media .images-container {
  padding: 15px;
  text-align: center;
}

#modal-media .images-container .image-container {
  margin: 0 auto 10px auto;
  cursor: pointer;
  transition: all .3s ease;
  display: inline-block;
  float: none;
}

#modal-media .images-container .image-container:hover,
#modal-media .images-container .image-container.active {
  border-color: rgba(89,194,230,.5);
}

#modal-media .upload-container {
  padding: 15px;
}

#modal-media .upload-container .dropzone {
  position: relative;
  border: 2px dashed #59c2e6;
  height: 270px;
}

#modal-media .upload-container .dropzone .dz-message-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

#modal-media .upload-container .dropzone .dz-message-block .dz-message {
  margin: 0;
  font-size: 24px;
  color: #59c2e6;
  width: 230px;
}

.customize {
  width: 100%;
  color: rgba(255,255,255,.5);
  padding: 5px 15px;
  text-align: center;
}

.customize .customize-header {
  margin-bottom: 10px;
}

#customize-menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 230px;
}

#customize-menu>li>a {
  background-color: #3a4651;
  border-top: 1px solid rgba(45,54,63,.5);
}

#customize-menu>li>a:hover {
  background-color: #2d363f;
}

#customize-menu>li.open>a {
  background-color: #2d363f;
}

#customize-menu .customize {
  width: 230px;
  color: rgba(255,255,255,.5);
  background-color: #2d363f;
  text-align: center;
  padding: 10px 15px;
  border-top: 2px solid #59c2e6;
}

#customize-menu .customize .customize-item {
  margin-bottom: 15px;
}

#customize-menu .customize .customize-item .customize-header {
  margin-bottom: 10px;
}

#customize-menu .customize .customize-item label {
  font-weight: 400;
}

#customize-menu .customize .customize-item label.title {
  font-size: 14px;
}

#customize-menu .customize .customize-item .radio+span {
  padding: 0;
  padding-left: 5px;
}

#customize-menu .customize .customize-item .radio+span:before {
  font-size: 17px;
  color: #546273;
  cursor: pointer;
}

#customize-menu .customize .customize-item .radio:checked+span:before {
  color: #59c2e6;
}

#customize-menu .customize .customize-item .customize-colors {
  list-style: none;
}

#customize-menu .customize .customize-item .customize-colors li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

#customize-menu .customize .customize-item .customize-colors li .color-item {
  display: block;
  height: 20px;
  width: 20px;
  border: 1px solid;
  cursor: pointer;
}

#customize-menu .customize .customize-item .customize-colors li .color-item.color-red {
  background-color: #fb494d;
  border-color: #fb494d;
}

#customize-menu .customize .customize-item .customize-colors li .color-item.color-orange {
  background-color: #fe7a0e;
  border-color: #fe7a0e;
}

#customize-menu .customize .customize-item .customize-colors li .color-item.color-green {
  background-color: #8cde33;
  border-color: #8cde33;
}

#customize-menu .customize .customize-item .customize-colors li .color-item.color-seagreen {
  background-color: #4bcf99;
  border-color: #4bcf99;
}

#customize-menu .customize .customize-item .customize-colors li .color-item.color-blue {
  background-color: #52bcd3;
  border-color: #52bcd3;
}

#customize-menu .customize .customize-item .customize-colors li .color-item.color-purple {
  background-color: #7867a7;
  border-color: #7867a7;
}

#customize-menu .customize .customize-item .customize-colors li .color-item.active {
  position: relative;
  font-family: FontAwesome;
  font-size: 17px;
  line-height: 17px;
}

#customize-menu .customize .customize-item .customize-colors li .color-item.active:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
}

h3.title span {
  display: inline-block;
  color: #59c2e6;
}

.ui-draggable .ui-dialog-titlebar {
  background-color: #59c2e6 !important;
  color: #fff !important;
}

.rd-mobilemenu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  text-align: left;
  transition: .3s all ease;
  z-index: 99;
}

.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
  transform: translateX(0);
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px !important;
  color: #fff;
  background: #1f1f1f;
  font-size: 14px;
  line-height: 20px;
  padding-left: 0 !important;
  overflow: auto;
  box-shadow: 5px 0 5px 0 rgba(0,0,0,.1);
  transform: translateX(-240px);
  transition: .3s ease;
  transition: .3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
  color: #fff;
  font-family: "Open Sans",sans-serif;
}

.rd-mobilemenu_ul a:hover {
  background: rgba(255,255,255,.35);
  text-decoration: none;
}

.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
  transition: .5s all ease;
  z-index: 1;
  background: rgba(0,0,0,.1);
}

.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: "";
}

.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #fff;
  color: #666;
}

.rd-mobilemenu_ul ul a {
  padding: 8px 25px 8px;
  padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}

.rd-mobilemenu_ul a.active {
  background: rgba(255,255,255,.35);
  text-decoration: none;
}

.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}

.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  transform: rotate(180deg);
}

.rd-mobilemenu_ul:after {
  content: "";
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  color: #000;
  box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
  z-index: 99;
  background-color: #fff;
}

.rd-mobilepanel:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  background-color: #000;
  height: 4px;
}

.rd-mobilepanel #logoMovil {
  top: 5px;
  margin: auto;
  left: auto;
  display: block;
  position: relative;
  width: 78px;
}

.rd-mobilepanel #logoMovil img {
  display: block;
  width: 100%;
  height: 100%;
}

.rd-mobilepanel_title {
  position: absolute;
  padding-top: 0;
  margin-top: 0;
  text-align: center;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
}

.rd-mobilepanel_toggle {
  position: absolute;
  border: none;
  background: none;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}

.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  transition: all .3s ease;
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  border-radius: 2px;
}

.rd-mobilepanel_toggle span:after {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: all .3s ease;
  top: 8px;
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  border-radius: 2px;
  transition-duration: .3s,.3s;
  transition-delay: .3s,0s;
  transition-property: top,transform;
}

.rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  transition: all .3s ease;
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  border-radius: 2px;
  transition-duration: .3s,.3s;
  transition-delay: .3s,0s;
  transition-property: top,transform;
}

.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: rgba(0,0,0,0);
}

.rd-mobilepanel_toggle.active span:before {
  top: 0;
  transition-delay: 0s,.3s;
  transform: rotate(45deg);
}

.rd-mobilepanel_toggle.active span:after {
  top: 0;
  transition-delay: 0s,.3s;
  transform: rotate(-45deg);
}

#header .top {
  position: relative;
}

#header .top #infoTop {
  background-color: #eee;
  box-shadow: 3px 2px 7px 0px rgba(0,0,0,.35);
  z-index: 2;
  height: 102px;
  position: relative;
  display: flex;
  align-items: center;
}

#header .top #infoTop .container {
  display: flex;
  height: 100%;
  justify-content: flex-end;
}

#header .top #infoTop .container .logo {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 7px;
  width: -moz-max-content !important;
  width: max-content !important;
}

#header .top #infoTop .container .logo:before {
  content: "";
  position: absolute;
  top: 0;
  right: -83px;
  width: 100vw;
  height: 100%;
  background-image: url("/_src/images/textures/texturelogo.png");
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.27));
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  z-index: 1;
}

#header .top #infoTop .container .logo a {
  z-index: 2;
  position: relative;
}

#header .top #infoTop .container .contact-info {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#header .top #infoTop .container .contact-info ul {
  list-style: none;
  display: flex;
  gap: 15px;
}

#header .top #infoTop .container .contact-info ul li a {
  display: flex;
  font-family: "Lato",sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #373737;
}

#header .top #infoTop .container .contact-info ul li a img {
  padding-right: 7px;
}

#header .top #infoTop .container .social-media {
  padding-left: 30px;
  display: flex;
  align-items: center;
}

#header .top #infoTop .container .social-media ul {
  display: flex;
  list-style: none;
  align-items: center;
  gap: 6px;
}

#header .top #menuHead #menu {
  background-color: #32cacd;
}

#header .top #menuHead #menu .container ul.sf-menu {
  justify-content: flex-end;
  display: flex;
  gap: 14px;
  margin-right: -28px;
}

#header .top #menuHead #menu .container ul.sf-menu li.active {
  background-color: #fff;
}

#header .top #menuHead #menu .container ul.sf-menu li.active a {
  color: #8bc0a2;
}

#header .top #menuHead #menu .container ul.sf-menu li a {
  padding: 29px 28px;
  display: flex;
  align-items: center;
  color: #fff;
  height: 100%;
  font-family: "Oswald",sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}

#header .top #menuHead #menu .container ul.sf-menu li a img {
  padding-right: 4px;
}

.splid {
  position: relative;
}

.splid .splide {
  margin-top: 60px;
}

.splid .splide .splide__track {
  z-index: 11;
}

.splid .splide .splide__track .splide__list .splide__slide {
  height: 200px;
  position: relative;
  margin-bottom: 23px !important;
}

.splid .splide .splide__track .splide__list .splide__slide:before {
  content: "";
  position: absolute;
  background-image: url("/_src/images/textures/shadow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 2;
  bottom: -14px;
  width: 100%;
  height: 23px;
}

.splid .splide .splide__track .splide__list .splide__slide .img-responsive {
  z-index: 2;
  position: relative;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}

.splid .splide .splide__pagination {
  bottom: 10px;
}

.title-section {
  position: relative;
}

.title-section:before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: #32cacd;
}

.title-section.shadow {
  position: relative;
  z-index: 2;
}

.title-section.shadow:after {
  content: "";
  position: absolute;
  background-image: url("/_src/images/textures/shadow.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 23px;
  z-index: 1;
  bottom: -13px;
}

.title-section.verde:before {
  background-color: #8bc0a2;
}

.title-section .container {
  z-index: 3;
}

.title-section .container h2 {
  text-align: center;
  font-family: "Montserrat",sans-serif;
  font-weight: normal;
  letter-spacing: .1px;
  padding: 15px 0;
  line-height: 47px;
  font-size: 20px;
}

.title-section .container h2.family2 {
  font-family: "MyriadProRegular",sans-serif;
}

.title-section .container h2.padding-2 {
  padding: 18px 0;
}

.title-section .container h2.size2 {
  font-size: 26px;
}

.title-section .container h2 .bold {
  font-weight: 700;
}

.title-section .container h2 .bold.bold2 {
  font-family: "MyriadProSemibold",sans-serif;
}

.title-section .container h2 .bold.bold2.size2 {
  font-size: 30px;
}

.title-section .container h2.color-white {
  color: #fff;
}

#footer .footer {
  background: #151515;
  padding: 50px 0;
  position: relative;
}

#footer .footer .container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

#footer .footer .container .logo-space {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}

#footer .footer .container .contact-space {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#footer .footer .container .contact-space .contact-column:nth-of-type(1) .title {
  padding: 9px 47px 5px 47px;
}

#footer .footer .container .contact-space .contact-column:nth-of-type(2) .title {
  padding: 9px 58px 5px 58px;
}

#footer .footer .container .contact-space .contact-column:nth-of-type(3) .title {
  padding: 9px 26px 5px 26px;
}

#footer .footer .container .contact-space .contact-column:last-of-type .links {
  flex-direction: row;
  gap: unset;
}

#footer .footer .container .contact-space .contact-column .title {
  font-family: "Oswald",sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #7ecaca;
  background: #232323;
  text-align: center;
  -webkit-clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 96% 100%, 0% 100%);
}

#footer .footer .container .contact-space .contact-column .links {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}

#footer .footer .container .contact-space .contact-column .links a {
  display: flex;
  font-family: "Lato",sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #fff;
}

#footer .footer .container .contact-space .contact-column .links a img {
  display: block;
  max-width: -moz-max-content;
  max-width: max-content;
  -o-object-fit: contain;
  object-fit: contain;
  padding-right: 10px;
}

#footer .contentCR {
  background: #8bc0a2;
  padding: 45.5px 0;
}

#footer .contentCR .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#footer .contentCR .container .tfooter {
  font-family: Arial,serif;
  font-size: 11px;
  line-height: 19px;
  color: #fff;
}

#footer .contentCR .container .logo-tecweb {
  display: flex;
  align-items: center;
  color: #fff;
  font-family: Arial,serif;
  font-size: 11px;
}

.modaljs-overlay {
  z-index: 50 !important;
}

.modaljs-modal,
.modaljs-modal-body {
  max-height: 75vh !important;
}

.modaljs-modal {
  background-color: rgba(0,0,0,0) !important;
}

.modaljs-modal,
.modaljs-modal-body {
  padding: 0 !important;
}

.modaljs-modal-title {
  display: none;
}

.modaljs-modal-body {
  border-bottom: 0 !important;
}

.modaljs-close-btn {
  display: none;
}

.modaljs-modal-button {
  display: none !important;
}

#vide-ytb {
  height: 70vh;
  width: 80vw;
}

#close-ytb {
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0);
  border: none;
  position: absolute;
  top: -60px;
  left: -25px;
}

.bienvenidos {
  background-image: url("/_src/images/textures/bannertexture.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  background-position: -45vw;
  margin-top: -23px;
}

.bienvenidos .container {
  display: flex;
  flex-direction: column;
}

.bienvenidos .container .text {
  font-family: "Montserrat",sans-serif;
  font-weight: 700;
  font-size: 25px;
  color: #8bc0a2;
  text-align: center;
  line-height: normal;
}

.bienvenidos .container .text .rst {
  font-weight: 900;
  line-height: normal;
  color: #32cacd;
  display: block;
  padding-top: 5px;
  font-size: 24px;
}

.bienvenidos .container .text p {
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  max-width: 430px;
  color: #505050;
  font-weight: normal;
  padding-top: 14px;
  line-height: 22px;
}

.bienvenidos .container .text p .bold {
  font-weight: 800;
  color: #0f3f86;
}

.bienvenidos .container .video {
  position: relative;
  margin-top: 50px;
}

.bienvenidos .container .video .video1 {
  top: 20px;
  z-index: 2;
  position: relative;
  width: 80%;
  left: 15px;
}

.bienvenidos .container .video .video1:before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  background-image: url("/_src/images/textures/borders1.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 160px;
  height: 160px;
  background-size: contain;
}

.bienvenidos .container .video .video1 .thumbyoutube {
  position: relative;
}

.bienvenidos .container .video .video1 .thumbyoutube:hover {
  cursor: pointer;
}

.bienvenidos .container .video .video1 .thumbyoutube:hover:after {
  transform: scale(1.1);
  transition: .5s;
}

.bienvenidos .container .video .video1 .thumbyoutube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(21,21,21,.8);
}

.bienvenidos .container .video .video1 .thumbyoutube:after {
  transition: .5s;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("/_src/images/icons/play.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 71px;
  width: 70px;
}

.bienvenidos .container .video .video1 img,
.bienvenidos .container .video .video1 iframe {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: unset;
  max-height: 364px;
}

.bienvenidos .container .video .video2 {
  position: absolute;
  z-index: 1;
  top: -20px;
  right: 15px;
  width: 70%;
}

.bienvenidos .container .video .video2:after {
  content: "";
  position: absolute;
  bottom: -28px;
  right: -21px;
  background-image: url("/_src/images/textures/borders2.png");
  width: 160px;
  height: 160px;
  z-index: 2;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.bienvenidos .container .video .video2 img {
  max-width: unset;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.nuestros-clientes {
  position: relative;
}

.nuestros-clientes:before {
  content: "";
  position: absolute;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: #fff;
}

.nuestros-clientes:after {
  content: "";
  position: absolute;
  background-image: url("/_src/images/textures/shadow.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 23px;
  z-index: 1;
  bottom: -13px;
}

.nuestros-clientes .clients-lista {
  z-index: 3;
  position: relative;
  margin: 0 auto;
  max-width: 1660px;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-row-gap: 10px;
  grid-column-gap: 20px;
  padding: 20px 30px;
  grid-template-columns: repeat(2, 1fr);
}

.nuestros-clientes .clients-lista .cliente {
  justify-self: center;
  align-self: center;
}

@media (max-width: 1199px) {
  .nuestros-clientes .clients-lista .cliente {
    padding: 20px;
  }
}

.home-examples {
  background-image: url("/_src/images/inicio/home-exampletexture.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 20px 30px;
}

.home-examples .container .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}

.home-examples .container .list .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-examples .container .list .item h3 {
  background-color: #000;
  color: #fff;
  font-family: "Oswald",sans-serif;
  font-weight: 300;
  width: 100%;
  text-align: center;
  padding: 16px 0;
  font-size: 40.28px;
}

.quienes-somos {
  margin-top: -23px;
  display: flex;
  padding: 50px 25px;
  flex-direction: column-reverse;
  position: relative;
}

.quienes-somos:after {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 23% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 23% 100%);
  width: 100%;
  max-width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #eef0f3;
  z-index: -1;
}

.quienes-somos .images {
  align-self: center;
  display: grid;
  grid-template-columns: 66% auto;
  grid-template-rows: auto auto;
  gap: 15px;
  grid-column: 1/3;
  position: relative;
  margin-top: 50px;
  max-width: 400px;
}

.quienes-somos .images:before {
  content: "";
  position: absolute;
  background-image: url("/_src/images/textures/empresa-c1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: -20px;
  top: -30px;
  width: 161px;
  height: 161px;
}

.quienes-somos .images:after {
  content: "";
  position: absolute;
  background-image: url("/_src/images/textures/empresa-c2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  right: -35px;
  bottom: -25px;
  width: 161px;
  height: 161px;
}

.quienes-somos .images:after {
  content: "";
  position: absolute;
}

.quienes-somos .images img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.quienes-somos .images img:nth-of-type(1) {
  grid-row: 1/3;
  grid-column: 1/2;
}

.quienes-somos .images img:nth-of-type(2) {
  grid-row: 1/1;
  grid-column: 2/3;
  align-self: start;
  justify-self: start;
}

.quienes-somos .images img:nth-of-type(3) {
  grid-row: 2/3;
  grid-column: 2/3;
  align-self: end;
  justify-self: end;
}

.quienes-somos .text {
  padding-top: 14px;
}

.quienes-somos .text h2 {
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  font-size: 22px;
  color: #8bc0a2;
  line-height: 39px;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  display: flex;
  gap: calc(10px + .5rem);
}

.quienes-somos .text h2:before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: -23px;
  background-image: url("/_src/images/quienes/text-adorno.png");
  width: 60px;
  height: 58px;
}

.quienes-somos .text h2 .bold {
  display: block;
  transform: translateX(-10px);
  padding-top: 10px;
  font-weight: 900;
  font-size: 27px;
  color: #32cacd;
  line-height: 25px;
}

.quienes-somos .text p {
  text-align: left;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 36px;
  color: #232325;
  padding-top: 44px;
  letter-spacing: -0.4px;
}

.quienes-somos .text p .blue {
  font-weight: 800;
  color: #0f3f86;
}

.mision-vision {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.mision-vision:before {
  content: "";
  background-image: url("/_src/images/textures/quienes-bgtexture.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
}

.mision-vision:after {
  position: absolute;
  content: "";
  background-image: url("/_src/images/textures/shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 23px;
  bottom: -14px;
  left: 0;
  z-index: 5;
}

.mision-vision .container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 6;
}

.mision-vision .container .mision,
.mision-vision .container .vision {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mision-vision .container .mision img,
.mision-vision .container .vision img {
  max-width: 120px;
  display: block;
}

.mision-vision .container .mision h3,
.mision-vision .container .vision h3 {
  font-family: "MyriadProSemibold",sans-serif;
  font-weight: 600;
  font-size: 25px;
  color: #fff;
  padding-top: 10px;
}

.mision-vision .container .mision p,
.mision-vision .container .vision p {
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  max-width: 445px;
  line-height: 36px;
  padding-top: 9px;
  letter-spacing: -0.3px;
}

.mision-vision .container .mision p .bold,
.mision-vision .container .vision p .bold {
  font-weight: 800;
}

.nuestra-infraestructura {
  position: relative;
  padding: 40px 0;
}

.nuestra-infraestructura:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 4;
  background-image: url("/_src/images/quienes/infraestructurabg.png");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 40vw;
  background-size: cover;
  top: 0;
  left: 0;
}

.nuestra-infraestructura:after {
  position: absolute;
  content: "";
  background-image: url("/_src/images/textures/shadow.png");
  width: 100%;
  height: 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  bottom: -14px;
  z-index: 3;
}

.nuestra-infraestructura .container {
  z-index: 5;
}

.nuestra-infraestructura .container h2 {
  font-family: "Source Sans 3",sans-serif;
  font-size: 23px;
  font-weight: normal;
  letter-spacing: -0.3px;
  max-width: -moz-max-content;
  max-width: max-content;
  position: relative;
  color: #fff;
  line-height: normal;
}

.nuestra-infraestructura .container h2 .adorno {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(45px);
  width: 100vw;
  min-width: 352px;
  height: 100px;
  background-color: #7ecaca;
}

.nuestra-infraestructura .container h2 .adorno-cuadro {
  z-index: 5;
  position: absolute;
  width: 58px;
  height: 60px;
  display: block;
  right: -58px;
  top: -15px;
  background-image: url("/_src/images/textures/borders4.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

.nuestra-infraestructura .container h2 .text {
  z-index: 3;
  position: relative;
}

.nuestra-infraestructura .container h2 .resaltar {
  color: #32cacd;
  position: relative;
}

.nuestra-infraestructura .container h2 .resaltar:before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: -1;
}

.nuestra-infraestructura .container .lists {
  margin-top: 25px;
  display: flex;
  padding-left: 4px;
  gap: 40px;
}

.nuestra-infraestructura .container .lists ul {
  list-style: none;
}

.nuestra-infraestructura .container .lists ul li {
  font-family: "Open Sans",sans-serif;
  color: #232325;
  font-size: 16px;
  line-height: 36px;
  display: flex;
  align-items: center;
  gap: 10px;
  letter-spacing: -0.4px;
}

.nuestra-infraestructura .container .lists ul li i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #32cacd;
}

.capacidad-productiva {
  position: relative;
}

.capacidad-productiva:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 81% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0%, 81% 100%, 0 100%);
  background-color: #eef0f3;
  height: 100%;
  width: 100%;
  max-width: 47%;
}

.capacidad-productiva ul {
  padding: 40px 45px;
  list-style: none;
  position: relative;
}

@media (max-width: 991px) {
  .capacidad-productiva ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}

.capacidad-productiva ul li {
  position: relative;
}

.capacidad-productiva ul li img {
  display: block;
  width: 100%;
}

.capacidad-productiva ul li .text {
  background-color: rgba(139,192,162,.85);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 65%;
  max-width: 572px;
  height: 33%;
  max-height: 32.6%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}

.nuestros-productos {
  padding: 30px 0;
}

.nuestros-productos h3 {
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  text-align: center;
  color: #8bc0a2;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto;
  position: relative;
  font-size: 20px;
}

.nuestros-productos h3:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -16px;
  width: 60px;
  height: 59px;
  background-image: url("/_src/images/productos/texture-title-productsright.png");
  background-position: left;
  background-repeat: no-repeat;
}

.nuestros-productos h3:after {
  content: "";
  position: absolute;
  background-image: url("/_src/images/productos/texture-title-productsleft.png");
  background-position: right;
  bottom: -11px;
  right: -16px;
  width: 60px;
  height: 58px;
}

.nuestros-productos h3 .bold {
  text-transform: uppercase;
  font-weight: 900;
  color: #32cacd;
  font-size: 25px;
}

.nuestros-productos p {
  font-weight: 700;
  font-family: "Open Sans",sans-serif;
  color: #232325;
  text-align: center;
  margin-top: 53px;
  max-width: 786px;
  margin-right: auto;
  margin-left: auto;
  line-height: 28px;
  font-size: 14px;
}

.nuestros-productos p .bold {
  font-weight: 800;
  color: #0f3f86;
}

.products-detail-content {
  position: relative;
  padding: 20px 15px;
}

.products-detail-content:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("/_src/images/productos/textureproducts.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.products-detail-content:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  background-image: url("/_src/images/textures/shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 23px;
}

.products-detail-content .list-images {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.products-detail-content .list-images .image {
  display: block;
  width: 100%;
}

.products-detail-content .productos-detalle {
  position: relative;
  z-index: 2;
  padding: 16px 0;
  width: 100%;
  background-color: rgba(0,0,0,.6);
  margin-top: 22px;
}

.products-detail-content .productos-detalle .container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.products-detail-content .productos-detalle .container ul {
  list-style: none;
}

.products-detail-content .productos-detalle .container ul:nth-of-type(1) {
  padding-top: 8px;
}

.products-detail-content .productos-detalle .container ul:nth-of-type(1) li {
  line-height: 35px;
}

.products-detail-content .productos-detalle .container ul li {
  display: flex;
  font-family: "Source Sans 3",sans-serif;
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  line-height: 47px;
  align-items: center;
}

.products-detail-content .productos-detalle .container ul li .dot {
  display: block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #aee000;
  margin-right: 10px;
}

.products-list {
  background-image: url("/_src/images/productos/grid-productstexture.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #eee;
  padding: 20px;
}

.products-list .container .products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.products-list .container .products .product {
  border-radius: 15px 0 0 0;
  background: #fff;
  height: 323px;
  display: grid;
  grid-template-rows: 1fr auto auto;
  align-items: center;
  position: relative;
}

.products-list .container .products .product:after {
  content: "";
  width: 64px;
  height: 39px;
  position: absolute;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%);
  background-color: #8bc0a2;
  top: 0;
  right: 0;
}

.products-list .container .products .product .image-card {
  justify-self: center;
}

.products-list .container .products .product .name {
  font-family: "Source Sans 3",sans-serif;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background-color: #8bc0a2;
  font-size: 16px;
  line-height: 41px;
  -webkit-clip-path: polygon(0 0, 74% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 74% 0, 100% 100%, 0% 100%);
}

.products-list .container .products .product a {
  text-align: center;
  font-family: "Open Sans",sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 38px;
  color: #fff;
  background-color: #091c3a;
}

.detalle-productos {
  background-image: url("/_src/images/detalle/detalle-texture.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #edecec;
  padding: 30px 0;
}

.detalle-productos .container .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("/_src/images/detalle/detalle-title.png");
  font-family: "Montserrat",sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: #fff;
  padding: 20px 70px 20px 55px;
}

.detalle-productos .container .title a {
  font-size: 22px;
  text-decoration: none;
  color: #fff;
}

.detalle-productos .container .title a .button {
  display: flex;
  align-items: center;
}

.detalle-productos .container .products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 45px 25px;
  padding: 40px 0;
  align-items: center;
  justify-content: center;
}

.detalle-productos .container .products .product {
  background-color: #fff;
  display: flex;
  height: 323px;
  border-radius: 15px 0 0 0;
  position: relative;
}

.detalle-productos .container .products .product:before {
  content: "";
  position: absolute;
  width: 63px;
  height: 39px;
  bottom: 0;
  left: 0;
  background-color: #8bc0a2;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%);
  clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%);
}

.detalle-productos .container .products .product:after {
  content: "";
  position: absolute;
  width: 63px;
  height: 39px;
  background-color: #8bc0a2;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 100% 100%);
}

.detalle-productos .container .products .product img {
  display: block;
  -o-object-fit: none;
  object-fit: none;
}

.section-contact {
  padding: 30px 0;
  position: relative;
}

.section-contact:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}

.section-contact:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -14px;
  background-image: url("/_src/images/textures/shadow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 23px;
}

.section-contact .container {
  z-index: 2;
}

.section-contact .form-message h2 {
  font-family: "Poppins",sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}

.section-contact .form-message h2 .bold {
  font-weight: 700;
}

.section-contact #frmContacto {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px 10px;
  padding: 35px 0;
}

.section-contact #frmContacto .col .form-group {
  margin-bottom: 0;
}

.section-contact #frmContacto .col .form-group textarea {
  padding: 22px 12px 50px 12px;
}

.section-contact #frmContacto .col .form-group input {
  padding: 36.5px 12px;
}

.section-contact #frmContacto .col .form-group input,
.section-contact #frmContacto .col .form-group textarea {
  font-size: 11px;
  color: #616161;
  font-style: normal;
  font-family: "Montserrat",sans-serif;
  font-weight: 400;
  box-shadow: none;
  border-radius: 0;
  border: none;
  background-color: #ebebeb;
}

.section-contact #frmContacto .col .form-group input::-moz-placeholder,
.section-contact #frmContacto .col .form-group textarea::-moz-placeholder {
  font-style: normal;
  font-family: "Montserrat",sans-serif;
  font-weight: 400;
  color: #616161;
}

.section-contact #frmContacto .col .form-group input::placeholder,
.section-contact #frmContacto .col .form-group textarea::placeholder {
  font-style: normal;
  font-family: "Montserrat",sans-serif;
  font-weight: 400;
  color: #616161;
}

.section-contact #frmContacto .col:nth-of-type(4) {
  grid-column: 1/-1;
}

.section-contact #frmContacto .center-captcha,
.section-contact #frmContacto .form-buttons {
  grid-column: 1/-1;
  justify-self: center;
}

.section-contact #frmContacto .center-captcha.form-buttons input,
.section-contact #frmContacto .form-buttons.form-buttons input {
  font-family: Arial,serif;
  line-height: 30px;
  font-size: 17px;
  font-weight: 700;
  background-color: #103a80;
  padding: 6px 35px;
  border-radius: 5px;
  color: #fff;
}

.contact-information {
  background-image: url("/_src/images/contacto/contacto.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 30px 0;
}

.contact-information .container .contact-space {
  padding-left: 0px;
}

.contact-information .container .contact-space h2 {
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 39px;
  color: #103a80;
  position: relative;
  max-width: -moz-max-content;
  max-width: max-content;
  padding-right: 5px;
}

.contact-information .container .contact-space h2:nth-of-type(1):after {
  content: "";
  position: absolute;
  bottom: -11px;
  right: -8px;
  background-image: url("/_src/images/contacto/contacto-texture.png");
  background-position: right;
  background-size: contain;
  width: 82px;
  height: 41px;
}

.contact-information .container .contact-space h2:nth-of-type(2) {
  margin-top: 20px;
  margin-bottom: 25px;
}

.contact-information .container .contact-space h2:nth-of-type(2):after {
  content: "";
  position: absolute;
  bottom: -12px;
  right: -17px;
  background-image: url("/_src/images/contacto/contacto-texture2.png");
  background-position: right;
  background-size: contain;
  width: 83px;
  height: 43px;
}

.contact-information .container .contact-space h3 {
  color: #103a80;
  font-family: "Open Sans",sans-serif;
  font-weight: 700;
  font-size: 17px;
}

.contact-information .container .contact-space h3:nth-of-type(1) {
  margin-top: 31px;
}

.contact-information .container .contact-space h3:nth-of-type(2) {
  margin-top: 12px;
}

.contact-information .container .contact-space ul {
  list-style: none;
}

.contact-information .container .contact-space ul:nth-of-type(1) {
  display: flex;
  flex-direction: column;
  margin-top: 7px;
}

.contact-information .container .contact-space ul:nth-of-type(2) {
  margin-top: 4px;
}

.contact-information .container .contact-space ul:nth-of-type(3) {
  display: flex;
  padding-left: 16px;
  gap: 14px;
}

.contact-information .container .contact-space ul a {
  color: #103a80;
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.contact-information .container .contact-space ul a img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  padding-right: 10px;
}

.contact-information .container .contact-space ul a img.no-padding {
  padding: 0;
}


a#toTop {
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 37px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #8bc0a2;
  -moz-box-shadow: 0 0 3px 2px #FFF;
  -ms-box-shadow: 0 0 3px 2px #FFF;
  -o-box-shadow: 0 0 3px 2px #FFF;
  -webkit-box-shadow: 0 0 3px 2px #FFF;
  box-shadow: 0 0 3px 2px #FFF;
  left: 40px;
  bottom: 90px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 20;
  padding: 30px 0 0 30px;
}

a#toTop::before {
  display: block;
  content: "‹";
  transform: rotate(90deg);
  font-size: 50px;
  text-align: center;
  position: absolute;
  left: 7px;
  top: 2px;
  width: 100%;

}
