@import url(https://p.typekit.net/p.css?s=1&k=cfh5aqf&ht=tk&f=9739.9740.9741.9742&a=2667730&app=typekit&e=css);@import url(//db.onlinewebfonts.com/c/31267e36af6f8dac65a56e78345e945e?family=NeueHaasUnicaW1G-Regular);@charset "UTF-8";

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


footer,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul {
  margin-top: 0;
  margin-bottom: 1rem;
}


ul ul {
  margin-bottom: 0;
}

b {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}


code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

button,
[type=button],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

template {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.container,
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  
  .container {
    max-width: 1140px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.col-lg-5,
.col-lg-3,
.col-md,
.col-md-3,
.col-sm-10,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col,
.col-12,
.col-11,
.col-10,
.col-4,
.col-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

@media (min-width: 576px) {

  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media (min-width: 992px) {

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}


.btn:disabled {
  opacity: 0.65;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}


.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.fade {
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

.input-group > .form-control {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control {
  margin-left: -1px;
}

.input-group > .form-control:focus {
  z-index: 3;
}

.input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group:not(.has-validation) > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend {
  display: flex;
}

.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}


.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.show {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}


.card-img-top {
  flex-shrink: 0;
  width: 100%;
}


.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

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

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}


.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-flush {
  border-radius: 0;
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  transform: none;
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-white {
  background-color: #fff !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-block {
    display: block !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-column {
  flex-direction: column !important;
}

.justify-content-center {
  justify-content: center !important;
}

.align-items-center {
  align-items: center !important;
}

@media (min-width: 576px) {

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }
}

.float-right {
  float: right !important;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.w-auto {
  width: auto !important;
}

.h-100 {
  height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}


.my-0 {
  margin-top: 0 !important;
}


.mx-0 {
  margin-right: 0 !important;
}


.my-0 {
  margin-bottom: 0 !important;
}


.mx-0 {
  margin-left: 0 !important;
}


.mx-1 {
  margin-right: 0.25rem !important;
}


.mx-1 {
  margin-left: 0.25rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}


.my-3 {
  margin-top: 1rem !important;
}


.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}


.mx-3 {
  margin-left: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}


.mx-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}


.mx-5 {
  margin-left: 3rem !important;
}

.mb-6 {
  margin-bottom: 4.5rem !important;
}

.mb-8 {
  margin-bottom: 7.5rem !important;
}

.mb-10 {
  margin-bottom: 10.5rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}


.px-0 {
  padding-left: 0 !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}


.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}


.px-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}


.px-5 {
  padding-left: 3rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}


.mx-auto {
  margin-right: auto !important;
}


.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-10 {
    margin-bottom: 10.5rem !important;
  }

  
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  
  .mx-sm-auto {
    margin-right: auto !important;
  }

  
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-10 {
    margin-bottom: 10.5rem !important;
  }

  
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-10 {
    margin-bottom: 10.5rem !important;
  }

  
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  
  .mx-lg-auto {
    margin-right: auto !important;
  }

  
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

.font-weight-normal {
  font-weight: 400 !important;
}

.text-white {
  color: #fff !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

* {
  font-family: "interface";
}


a.card-link {
  font: normal normal bold 15px/21px InterFace;
  letter-spacing: -0.26px;
  color: #000000;
}

/*Lineas punteadas*/

.gk-secctions img {
  width: 149px;
  height: 149px;
  border-radius: 10px;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .gk-secctions img {
    width: 81px;
    height: 81px;
  }
}

.gk-secctions h3 {
  font: normal normal bold 15px/18px InterFace;
  letter-spacing: 1.05px;
  color: #6E9E3F;
  text-transform: uppercase;
  opacity: 1;
}

.gk-secctions p {
  font: normal normal normal 15px/19px InterFace;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.gk-secctions .image-col {
  max-width: 150px;
}

.gk-secctions a {
  font: normal normal bold 15px/21px InterFace;
  letter-spacing: -0.26px;
  color: #6E9E3F;
  opacity: 1;
}

.bg-grupak {
  background: #6E9E3F;
  color: white;
}

.bg-grupak a {
  color: white;
}

.first-nav {
  height: 30px !important;
  background: #6E9E3F 0% 0% no-repeat padding-box !important;
  border-radius: 10px 10px 0px 0px;
}

.second-nav {
  height: 70px !important;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 10px 10px;
}

.image-nav {
  width: 140px;
  height: 45px;
}

.image-nav.desktop {
  width: 150px;
  height: 50px;
}

.btn-rounded {
  border-radius: 41px;
}

.container-navbar {
  width: 95% !important;
  padding: 0px !important;
}

@media only screen and (max-width: 600px) {
  .container-navbar {
    width: 100% !important;
  }

  .container-navbar .navbar-toggler {
    border: 0px;
  }

  .container-navbar .fa-bars {
    color: #6E9E3F;
  }

  .container-navbar nav {
    border-radius: 0px 0px 10px 10px;
  }

  .container-navbar .first-nav {
    border-radius: 0px 0px 10px 10px;
    min-height: 60px;
    margin-top: -10px;
  }

  .container-navbar a {
    font-size: 10px;
  }

  .container-navbar .anchor-image {
    position: absolute;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0;
    right: 0;
    top: 5px;
    text-align: center;
  }

  .container-navbar .navbar {
    min-height: 54px;
  }
}

.smart-scroll {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.scrolled-down {
  transform: translateY(-100%);
  transition: all 0.3s ease-in-out;
}

.scrolled-up {
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.navbar-toggler {
  z-index: 9999999999999;
}

.anchor-image {
  z-index: 0;
}

#ModalProveedores .modal-dialog {
  max-width: 100%;
  margin: 0;
}

#ModalProveedores .modal-dialog button {
  outline: none;
  float: left;
}

#ModalProveedores .modal-dialog button img {
  height: 25px;
  width: 25px;
  background: transparent;
  border-radius: none;
  box-shadow: none;
}

#ModalProveedores .modal-dialog .modal-proveedores {
  margin-top: 8%;
}

#ModalProveedores .modal-dialog .modal-proveedores .title--modal {
  color: #6E9E3F;
  font-size: 60px;
  font-weight: 700;
  border-bottom: 1px solid #e4e4e4;
  line-height: 80px;
  width: 90%;
  margin-bottom: 25px;
}

@media only screen and (max-width: 600px) {
  #ModalProveedores .modal-dialog .modal-proveedores .title--modal {
    line-height: 45px;
  }
}

#ModalProveedores .modal-dialog .modal-proveedores .contenido-modal {
  width: 95%;
  letter-spacing: 0.4px;
}

#ModalProveedores .modal-dialog .modal-proveedores .contenido-modal {
  width: 95%;
  letter-spacing: 0.4px;
}

#ModalProveedores .modal-dialog .modal-proveedores .subtitulo-modal {
  color: #6E9E3F;
  font-size: 20px !important;
  letter-spacing: 0.4px;
  font-weight: 700;
  margin-bottom: 8px;
}

#ModalProveedores .modal-dialog .modal-proveedores .text-naranja {
  text-transform: uppercase;
  color: #F77B32;
  margin: 0;
  margin-bottom: -25px;
  font-size: 35px;
  letter-spacing: 0.9px;
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  #ModalProveedores .modal-dialog .modal-proveedores .text-naranja {
    margin-bottom: 0px;
  }
}

footer {
  color: white;
  width: 70% !important;
  margin: auto;
}

@media only screen and (max-width: 600px) {
  footer {
    width: 100% !important;
  }
}

footer .border-footer {
  border-bottom: 1px solid white;
  opacity: 0.4;
}

footer h5 {
  font: normal normal bold 15px/18px Interface;
  letter-spacing: -0.21px;
  color: #FFFFFF;
  opacity: 1;
}

footer a {
  font: normal normal 600 10px/12px Interface;
  letter-spacing: 0px;
  color: #FFFFFF;
}

footer img {
  width: 150px;
}

footer .social-media {
  width: 20px !important;
  height: 20px !important;
}

footer span {
  font: normal normal normal 11px/16px Interface;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

footer .privacidad a {
  font: normal normal normal 11px/16px Interface;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

footer .derechos_reservados {
  font: normal normal normal 11px/16px Interface;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

footer .aviso-priv {
  border-right: 1px solid;
  border-left: 1px solid;
}

footer .newsletter h2 {
  font: normal normal bold 15px/18px InterFace;
  letter-spacing: -0.21px;
  color: #FFFFFF;
}

footer .newsletter p {
  font: normal normal normal 12px/24px InterFace;
  letter-spacing: 0px;
  text-transform: capitalize;
  color: #FFFFFF;
}

footer .newsletter form input {
  background: transparent;
  font: normal normal normal 13px/24px InterFace;
  letter-spacing: 0px;
  color: #9ebed7;
  border-radius: 0px;
}

footer .newsletter form input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.34;
}

footer .newsletter form input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.34;
}

footer .newsletter form input::placeholder {
  color: #FFFFFF;
  opacity: 0.34;
}

footer .newsletter form .input-group {
  border-bottom: 1px solid #9ebed7 !important;
}

footer .newsletter form .input-group-text {
  color: #FFFFFF;
  background-color: transparent;
}

.pre-footer {
  background: #A6BF6F 0% 0% no-repeat padding-box;
  opacity: 1;
  height: 54px;
}

.pre-footer a {
  font: normal normal 300 13px/21px InterFace;
  letter-spacing: 0px;
  color: #FFFFFF;
  opacity: 1;
}

.align-text-center {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.footer-container {
  background: #6E9E3F;
}

.footer-container a {
  font-size: 12px;
  letter-spacing: 0.8px;
}

.footer-container a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .lead {
    line-height: 1;
  }
}

.sustentabilidad h2 {
  font: normal normal bold 40px/41px InterFace;
  letter-spacing: -0.68px;
  color: #6E9E3F;
  opacity: 1;
}

.sustentabilidad h4 {
  font: normal normal normal 20px/25px InterFace;
  letter-spacing: 0px;
  color: #444444;
  opacity: 1;
}

.sustentabilidad h5 {
  font: normal normal bold 47px/23px InterFace;
  letter-spacing: -0.8px;
  color: #6E9E3F;
  opacity: 1;
}

.sustentabilidad p {
  font: normal normal normal 17px/23px InterFace;
  letter-spacing: -0.29px;
  color: #000000;
  opacity: 1;
}

.sustentabilidad a {
  font: normal normal bold 15px/21px InterFace;
  letter-spacing: -0.26px;
  color: #6E9E3F;
  opacity: 1;
}

.sustentabilidad .col {
  width: 205px !important;
  max-width: 205px !important;
}

.sustentabilidad img {
  width: 136px;
  height: 136px;
}

.contact-us h3 {
  font: normal normal bold 32px/20px InterFace;
  letter-spacing: -0.54px;
  color: #6E9E3F;
  opacity: 1;
}

.contact-us p {
  font: normal normal normal 16px/21px InterFace;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.contact-us a {
  font: normal normal bold 12px/17px InterFace;
  letter-spacing: -0.2px;
  color: #6E9E3F;
  opacity: 1;
}

.contact-us img {
  width: 103px;
  height: 103px;
}

.jumbotron-home {
  background: transparent !important;
}

.social-media img {
  background: #FFFFFF;
  width: 23px;
  height: 23px;
  border-radius: 0px;
}

.container-navbar {
  position: relative;
}

.bullet {
  height: 8px;
  width: 8px;
  background: #F77B32;
  -webkit-clip-path: circle(50% at 50% 50%);
  clip-path: circle(50% at 50% 50%);
  display: inline-block;
  margin-bottom: 2px;
  margin-right: 3px;
}

.politica-sustentable img {
  height: 300px;
  width: 300px;
  border-radius: 10px;
  box-shadow: -20px -20px 0px 0px #6E9E3F;
}

.politica-sustentable h3 {
  font: normal normal bold 40px/41px InterFace;
  letter-spacing: -0.68px;
  color: #6E9E3F;
  opacity: 1;
}

.politica-sustentable p {
  font: normal normal normal 16px/23px InterFace;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.politica-sustentable a {
  font: normal normal bold 15px/21px InterFace;
  letter-spacing: -0.26px;
  color: #000000;
  opacity: 1;
  cursor: pointer;
}

@media only screen and (max-width: 600px) {
  .politica-sustentable img {
    height: 239px;
    width: 239px;
    box-shadow: -20px -20px 0px 0px #6E9E3F;
  }
}

.sustentabilidad-ciclo-vida img {
  width: 355px !important;
  height: 355px !important;
  opacity: 1;
}

.sustentabilidad-ciclo-vida h3 {
  font: normal normal bold 40px/41px InterFace;
  letter-spacing: -0.68px;
  color: #6E9E3F;
  opacity: 1;
}

.sustentabilidad-ciclo-vida p {
  font: normal normal normal 16px/23px InterFace;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.sustentabilidad-ciclo-vida a {
  font: normal normal bold 15px/21px InterFace;
  letter-spacing: -0.26px;
  color: #000000;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .sustentabilidad-ciclo-vida img {
    width: 250px !important;
    height: 250px !important;
  }
}

.objetivos img {
  height: 200px;
  width: 100%;
  background: #5D5D5D;
}

.objetivos h3 {
  font: normal normal bold 40px/41px InterFace;
  letter-spacing: -0.68px;
  color: #6E9E3F;
  opacity: 1;
}

.objetivos h4 {
  font: normal normal normal 16px/23px InterFace;
  letter-spacing: 0px;
  color: #000000;
}

.mejores-practicas img {
  width: 500px;
}

.mejores-practicas h3 {
  font: normal normal bold 40px/41px InterFace;
  letter-spacing: -0.68px;
  color: #6E9E3F;
  opacity: 1;
}

.mejores-practicas p {
  font: normal normal normal 16px/23px InterFace;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .mejores-practicas img {
    width: 300px !important;
  }
}

.acciones-sustentables img {
  width: 502px;
  height: 91px;
  background: #5D5D5D;
  border-radius: 10px;
  opacity: 1;
  -o-object-fit: none;
     object-fit: none;
}

.acciones-sustentables h3 {
  font: normal normal bold 35px/41px InterFace;
  letter-spacing: -0.59px;
  color: #6E9E3F;
}

.acciones-sustentables p {
  font: normal normal normal 16px/23px InterFace;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.productos-sustentables h3 {
  font: normal normal bold 35px/41px InterFace;
  letter-spacing: -0.59px;
  color: #6E9E3F;
  opacity: 1;
}

.productos-sustentables p {
  font: normal normal normal 16px/23px InterFace;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.productos-sustentables img {
  height: 300px;
  width: 300px;
  border-radius: 10px;
  box-shadow: -20px -20px 0px 0px #6E9E3F;
}

@media only screen and (max-width: 600px) {
  .productos-sustentables img {
    box-shadow: -20px -20px 0px 0px #6E9E3F;
  }
}

.productos-sustentables a {
  font: normal normal bold 15px/21px InterFace;
  letter-spacing: -0.26px;
  color: #000000;
  opacity: 1;
  cursor: pointer;
}

.sustentable-cifras h3 {
  font: normal normal bold 35px/41px InterFace;
  letter-spacing: -0.59px;
  color: #6E9E3F;
  opacity: 1;
}

.sustentable-cifras p {
  font: normal normal normal 16px/23px InterFace;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.sustentable-cifras img {
  width: 191px;
  height: 191px;
  background: #5D5D5D;
  border-radius: 10px;
  opacity: 1;
}

.compromisos h3 {
  font: normal normal bold 35px/41px InterFace;
  letter-spacing: -0.59px;
  color: #6E9E3F;
  opacity: 1;
}

.compromisos p {
  font: normal normal normal 16px/23px InterFace;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.compromisos img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  opacity: 1;
}

.innovacion {
  background: url("/images/lamina_carton_reciclado.png");
  height: 573px !important;
  border-radius: 10px;
  padding: 0;
  position: relative;
}

.innovacion .jumbotron-title {
  font: normal normal bold 15px/18px InterFace;
  letter-spacing: 1.05px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.innovacion .jumbotron-paragrah {
  font: normal normal bold 64px/59px InterFace;
  letter-spacing: -1.09px;
  color: #FFFFFF;
}

@media only screen and (max-width: 600px) {
  .innovacion {
    border-radius: 0px 0px 10px 10px !important;
    height: 739px !important;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .innovacion .jumbotron-title {
    font-size: 15px;
  }

  .innovacion .jumbotron-paragrah {
    font-size: 35px;
    line-height: 1.1;
  }
}

.quienes_somos img {
  height: 300px;
  width: 300px;
  background: #5D5D5D;
  border-radius: 10px;
  box-shadow: -20px -20px 0px 0px #6E9E3F;
}

@media only screen and (max-width: 600px) {
  .quienes_somos img {
    height: 239px;
    width: 239px;
  }
}

.quienes_somos h3 {
  font: normal normal bold 35px/41px InterFace;
  letter-spacing: -0.59px;
  color: #6E9E3F;
  opacity: 1;
}

.quienes_somos p {
  font: normal normal normal 16px/23px InterFace;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.quienes_somos a {
  font: normal normal bold 15px/21px InterFace;
  letter-spacing: -0.26px;
  color: #000000;
  opacity: 1;
}

.nuestros-valores h3 {
  font: normal normal bold 35px/41px InterFace;
  letter-spacing: -0.59px;
  color: #6E9E3F;
  opacity: 1;
}

.nuestros-valores p {
  font: normal normal normal 16px/23px InterFace;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.nuestros-valores img {
  width: 140px;
  background: #FFFFFF;
  border-radius: 10px;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .nuestros-valores img {
    width: 100px;
  }
}

.contacto {
  height: 600px;
  position: relative;
}

.contacto h3 {
  font: normal normal bold 67px/48px InterFace;
  letter-spacing: -1.14px;
  color: #FFFFFF;
}

.contacto p {
  font: normal normal normal 18px/21px InterFace;
  letter-spacing: -0.31px;
  color: #FFFFFF;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .contacto {
    height: 100%;
  }

  .contacto h3 {
    font-size: 44px;
  }

  .contacto p {
    font-size: 16px;
  }
}

.proveedor {
  position: relative;
}

.proveedor h3 {
  font: normal normal bold 67px/48px InterFace;
  letter-spacing: -1.14px;
  color: #FFFFFF;
}

.proveedor p {
  font: normal normal normal 18px/21px InterFace;
  letter-spacing: -0.31px;
  color: #FFFFFF;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .proveedor {
    height: 100%;
  }

  .proveedor h3 {
    font-size: 44px;
  }

  .proveedor p {
    font-size: 16px;
  }
}

.careers-bg {
  background: url("/images/grupak_careers_hero3.png");
  height: 573px !important;
  border-radius: 10px;
  padding: 0;
}

.careers-bg .bg-back-blck {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 0 15px;
}

.careers-bg .jumbotron-title {
  font: normal normal bold 15px/18px InterFace;
  letter-spacing: 1.05px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
}

.careers-bg .jumbotron-paragrah {
  font: normal normal bold 51px/51px InterFace;
  letter-spacing: -0.87px;
  color: #FFFFFF;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .careers-bg {
    border-radius: 0px 0px 10px 10px !important;
    height: 739px !important;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .careers-bg .jumbotron-title {
    font-size: 15px;
  }

  .careers-bg .jumbotron-paragrah {
    font-size: 35px;
  }
}

.btn-careers {
  background: #6E9E3F;
}

.beneficios-equipo img {
  width: 59px !important;
  height: 59px !important;
  opacity: 1;
}

.beneficios-equipo h3 {
  font: normal normal bold 40px/41px InterFace;
  letter-spacing: -0.68px;
  color: #6E9E3F;
  opacity: 1;
}

.beneficios-equipo h4 {
  font: normal normal normal 16px/23px InterFace;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.beneficios-equipo h5 {
  font: normal normal bold 21px/21px InterFace;
  letter-spacing: -0.36px;
  color: #6E9E3F;
  opacity: 1;
}

.beneficios-equipo p {
  font: normal normal normal 16px/23px InterFace;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.beneficios-equipo a {
  font: normal normal bold 15px/21px InterFace;
  letter-spacing: -0.26px;
  color: #000000;
  opacity: 1;
}

.objetivos img {
  height: 200px;
  width: 100%;
  background: #5D5D5D;
}

.objetivos h3 {
  font: normal normal bold 40px/41px InterFace;
  letter-spacing: -0.68px;
  color: #6E9E3F;
  opacity: 1;
}

.objetivos h4 {
  font: normal normal normal 16px/23px InterFace;
  letter-spacing: 0px;
  color: #000000;
}

.colaboradores h3 {
  font: normal normal bold 35px/38px InterFace;
  letter-spacing: -0.59px;
  color: #6E9E3F;
}

.colaboradores p {
  font: normal normal normal 16px/23px InterFace;
  letter-spacing: 0px;
  color: #000000;
}

.colaboradores img {
  width: 299px;
  height: 299px;
  border-radius: 10px;
  border-radius: 10px;
  box-shadow: -20px -20px 0px 0px #6E9E3F;
}

@media only screen and (max-width: 600px) {
  .colaboradores img {
    height: 239px;
    width: 239px;
    box-shadow: -20px -20px 0px 0px #6E9E3F;
  }
}

.colaboradores a {
  color: #6E9E3F;
  cursor: pointer;
}

.mejores-practicas img {
  width: 500px;
}

.mejores-practicas h3 {
  font: normal normal bold 40px/41px InterFace;
  letter-spacing: -0.68px;
  color: #6E9E3F;
  opacity: 1;
}

.mejores-practicas p {
  font: normal normal normal 16px/23px InterFace;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.nuestros-valores h3 {
  font: normal normal bold 35px/41px InterFace;
  letter-spacing: -0.59px;
  color: #6E9E3F;
  opacity: 1;
}

.nuestros-valores p {
  font: normal normal normal 16px/23px InterFace;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
}

.nuestros-valores img {
  width: 140px;
  background: #FFFFFF;
  border-radius: 10px;
  opacity: 1;
}

@media only screen and (max-width: 600px) {
  .nuestros-valores img {
    width: 100px;
  }
}

.modal-cotizacion h5 {
  font: normal normal bold 26px/32px InterFace;
  letter-spacing: 0px;
  color: #FFFFFF;
}

.modal-cotizacion .modal-content {
  border-radius: 15px;
}

.modal-cotizacion .modal-header {
  background: #6E9E3F;
  border-radius: 10px;
  opacity: 1;
  height: 100px;
}

@media only screen and (max-width: 600px) {
  .modal-cotizacion .modal-header {
    height: 200px;
  }
}

.modal-cotizacion .modal-body {
  max-height: 500px;
}

.modal-cotizacion .modal-body form h2 {
  font: normal normal bold 18px/36px InterFace;
  letter-spacing: 0px;
  color: #000000;
}

.modal-galeria .modal-body h2 {
  font: normal normal bold 22px/41px InterFace;
  letter-spacing: -0.37px;
  color: #000000;
}

.modal-galeria .modal-body h3 {
  font: normal normal normal 15px/23px InterFace;
  letter-spacing: 0px;
  color: #000000;
}

.modal-casos-estudio .modal-content h2 {
  font: normal normal bold 26px/32px InterFace;
  letter-spacing: 0px;
  color: #515151;
}

.modal-casos-estudio .modal-content h3 {
  font: normal normal normal 17px/26px InterFace;
  letter-spacing: 0px;
  color: #515151;
}

.modal-casos-estudio .modal-content img {
  width: 697px;
  height: 313px;
  background: #5D5D5D;
  border-radius: 10px;
}

@media only screen and (max-width: 600px) {
  .modal-casos-estudio .modal-content img {
    width: 357px;
    height: 162px;
  }
}

.modal-manuales .modal-content h2 {
  font: normal normal bold 26px/32px InterFace;
  letter-spacing: 0px;
  color: #515151;
}

.modal-manuales .modal-content h3 {
  font: normal normal normal 17px/26px InterFace;
  letter-spacing: 0px;
  color: #515151;
}

.modal-manuales .modal-content img {
  width: 697px;
  height: 313px;
  background: #5D5D5D;
  border-radius: 15px;
}

@media only screen and (max-width: 600px) {
  .modal-manuales .modal-content img {
    width: 357px;
    height: 162px;
  }
}

.modal-webinar-resultado-registro .modal-content {
  border-radius: 20px;
}

.modal-webinar-resultado-registro .modal-content h2 {
  font: normal normal bold 23px/35px InterFace;
  letter-spacing: 0px;
  color: #000000;
}

.modal-webinar-resultado-registro .modal-content h3 {
  font: normal normal normal 18px/28px InterFace;
  letter-spacing: 0px;
  color: #515151;
}

.modal-webinar-resultado-registro .modal-content p {
  font: normal normal normal 18px/30px InterFace;
  letter-spacing: 0px;
  color: #515151;
}

.modal-webinar .modal-content h2 {
  font: normal normal bold 26px/32px InterFace;
  letter-spacing: 0px;
  color: #515151;
}

.modal-webinar .modal-content h3 {
  font: normal normal normal 17px/26px InterFace;
  letter-spacing: 0px;
  color: #515151;
}

.modal-webinar .modal-content img {
  width: 697px;
  height: 313px;
  background: #5D5D5D;
  border-radius: 15px;
}

@media only screen and (max-width: 600px) {
  .modal-webinar .modal-content img {
    width: 357px;
    height: 162px;
  }
}

.modal-registro .modal-content h2 {
  font: normal normal bold 26px/32px InterFace;
  letter-spacing: 0px;
  color: #515151;
}

.modal-registro .modal-content h3 {
  font: normal normal normal 17px/26px InterFace;
  letter-spacing: 0px;
  color: #515151;
}

.modal-registro .modal-content img {
  width: 697px;
  height: 313px;
  background: #5D5D5D;
  border-radius: 15px;
}

@media only screen and (max-width: 600px) {
  .modal-registro .modal-content img {
    width: 357px;
    height: 162px;
  }
}

.modal-registro-webinar .modal-content h2 {
  font: normal normal bold 26px/32px InterFace;
  letter-spacing: 0px;
  color: #515151;
}

.modal-registro-webinar .modal-content h3 {
  font: normal normal normal 17px/26px InterFace;
  letter-spacing: 0px;
  color: #515151;
}

.modal-registro-webinar .modal-content img {
  width: 697px;
  height: 313px;
  background: #5D5D5D;
  border-radius: 15px;
}

@media only screen and (max-width: 600px) {
  .modal-registro-webinar .modal-content img {
    width: 357px;
    height: 162px;
  }
}

.modal-ingresar .modal-content h2 {
  font: normal normal bold 26px/32px InterFace;
  letter-spacing: 0px;
  color: #515151;
}

.modal-ingresar .modal-content h3 {
  font: normal normal normal 17px/26px InterFace;
  letter-spacing: 0px;
  color: #515151;
}

.modal-ingresar .modal-content img {
  width: 697px;
  height: 313px;
  background: #5D5D5D;
  border-radius: 15px;
}

@media only screen and (max-width: 600px) {
  .modal-ingresar .modal-content img {
    width: 357px;
    height: 162px;
  }
}

.modal-newsletter .modal-content {
  border-radius: 15px;
}

.modal-newsletter .modal-content h2 {
  font: normal normal bold 26px/32px InterFace;
  letter-spacing: 0px;
  color: #515151;
}

.modal-newsletter .modal-content h3 {
  font: normal normal normal 17px/26px InterFace;
  letter-spacing: 0px;
  color: #515151;
}

@media only screen and (max-width: 600px) {
  .modal-newsletter .modal-content img {
    width: 357px;
    height: 162px;
  }
}

.img-arrow {
  width: 18px !important;
  height: 18px !important;
  border: none !important;
  box-shadow: 0px 0px 0px 0px !important;
}

@font-face {
  font-family: "interface";
  src: url("https://use.typekit.net/af/2837a6/00000000000000003b9ae112/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/2837a6/00000000000000003b9ae112/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/2837a6/00000000000000003b9ae112/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "interface";
  src: url("https://use.typekit.net/af/233853/00000000000000003b9ae113/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/233853/00000000000000003b9ae113/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/233853/00000000000000003b9ae113/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "interface";
  src: url("https://use.typekit.net/af/8882b8/00000000000000003b9ae115/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/8882b8/00000000000000003b9ae115/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/8882b8/00000000000000003b9ae115/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-display: swap;
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "interface";
  src: url("https://use.typekit.net/af/dd4de0/00000000000000003b9ae114/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/dd4de0/00000000000000003b9ae114/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/dd4de0/00000000000000003b9ae114/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
  font-display: swap;
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "Neue Haas Unica W1G";
  src: url("//db.onlinewebfonts.com/t/31267e36af6f8dac65a56e78345e945e.eot");
  src: url("//db.onlinewebfonts.com/t/31267e36af6f8dac65a56e78345e945e.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/31267e36af6f8dac65a56e78345e945e.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/31267e36af6f8dac65a56e78345e945e.woff") format("woff"), url("//db.onlinewebfonts.com/t/31267e36af6f8dac65a56e78345e945e.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/31267e36af6f8dac65a56e78345e945e.svg#NeueHaasUnicaW1G-Regular") format("svg");
}

