@font-face {
  font-family: "Helvetica Neue LT Pro Bold";
  src: url("../../fonts/HelveticaNeue/HelveticaNeueLTPro-Bd.otf") format("opentype");
}
@font-face {
  font-family: "Helvetica Neue LT Pro Roman";
  src: url("../../fonts/HelveticaNeue/HelveticaNeueLTPro-Roman.otf") format("opentype");
}
body, html {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue LT Pro Roman", sans-serif;
  line-height: 1.5;
  color: #6C6C71;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue LT Pro Bold", sans-serif;
  font-weight: 700;
  color: #036646;
  margin: 0;
}

h1 {
  font-size: 40px;
}
@media (max-width: 1199px) {
  h1 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 20px;
  }
}

h2 {
  font-size: 35px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 18px;
  }
}

h3 {
  font-size: 28px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 16px;
  }
}

h4 {
  font-size: 24px;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 14px;
  }
}

h5 {
  font-size: 20px;
}
@media (max-width: 1199px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  h5 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  h5 {
    font-size: 12px;
  }
}

h6 {
  font-size: 18px;
}
@media (max-width: 1199px) {
  h6 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  h6 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 12px;
  }
}
@media (max-width: 575px) {
  h6 {
    font-size: 10px;
  }
}

p {
  margin: 0;
}

a {
  color: #6C6C71;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #535357;
}

@media (min-width: 1800px) {
  .container {
    max-width: 1224px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1224px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1224px;
  }
}

.icon {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.icon.icon-menu-toggle {
  background-image: url(../img/icon-menu-toggle.svg);
  width: 40px;
  height: 28px;
}
.icon.icon-btn-go-white {
  background-image: url(../img/icon-btn-go-white.svg);
  width: 9px;
  height: 14px;
}
.icon.icon-oferta-categoria {
  background-image: url(../img/ofertas/icon-oferta-categoria.svg);
  width: 19px;
  height: 14px;
}
.icon.icon-oferta-schedule {
  background-image: url(../img/ofertas/icon-oferta-schedule.svg);
  width: 19px;
  height: 14px;
}
.icon.icon-oferta-share {
  background-image: url(../img/ofertas/icon-oferta-share.svg);
  width: 19px;
  height: 14px;
}
.icon.icon-close-white {
  background-image: url(../img/icon-close-white.svg);
  width: 20px;
  height: 21px;
}
.icon.icon-beneficios-belleza {
  background-image: url(../img/icon-beneficios-belleza.svg);
  width: 60px;
  height: 100%;
}
.icon.icon-beneficios-restaurant {
  background-image: url(../img/icon-beneficios-restaurant.svg);
  width: 60px;
  height: 100%;
}
.icon.icon-beneficios-servicios {
  background-image: url(../img/icon-beneficios-servicios.svg);
  width: 60px;
  height: 100%;
}
.icon.icon-beneficios-vehiculos {
  background-image: url(../img/icon-beneficios-vehiculos.svg);
  width: 60px;
  height: 100%;
}

.form-control,
.form-select {
  min-height: 44px;
  background-color: #eee;
  border-color: #eee;
  font-size: 16px;
  font-family: "Helvetica Neue LT Pro Roman", sans-serif;
  font-weight: 400;
  color: #6C6C71;
}
.form-control:focus,
.form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #036646;
  background-color: #eee;
}

.form-label {
  font-size: 16px;
  font-family: "Helvetica Neue LT Pro Roman", sans-serif;
  font-weight: 400;
  color: #036646;
  margin-bottom: 5px;
}

.card.card-oferta {
  border-radius: 0;
  border-color: #ddd;
  position: relative;
  z-index: 1;
  margin: 0 auto 60px;
  height: calc(100% - 60px);
}
@media (max-width: 575px) {
  .card.card-oferta {
    max-width: 360px;
    margin: 0 auto 60px;
  }
}
.card.card-oferta .card-image {
  overflow: hidden;
  height: 380px;
  background-color: #F7D548;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
}
.card.card-oferta .card-image .card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card.card-oferta .card-image .card-logo {
  width: 100%;
  max-width: 250px;
  height: 250px;
  padding: 20px;
  background-color: #fff;
  border: 0;
  z-index: 2;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card.card-oferta .card-image .card-logo img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card.card-oferta .card-body {
  padding: 2rem 1.5rem;
  min-height: 278px;
}
@media (max-width: 1199px) {
  .card.card-oferta .card-body {
    min-height: 258px;
  }
}
@media (max-width: 991px) {
  .card.card-oferta .card-body {
    min-height: 238px;
  }
}
@media (max-width: 767px) {
  .card.card-oferta .card-body {
    min-height: 218px;
    letter-spacing: 0;
  }
}
@media (max-width: 575px) {
  .card.card-oferta .card-body {
    min-height: 198px;
  }
}
.card.card-oferta .card-body .card-title {
  font-size: 30px;
  font-weight: 700;
  font-family: "Helvetica Neue LT Pro Bold", sans-serif;
  line-height: 1;
  letter-spacing: -1px;
  color: #036646;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .card.card-oferta .card-body .card-title {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .card.card-oferta .card-body .card-title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .card.card-oferta .card-body .card-title {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.card.card-oferta .card-body .card-text {
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue LT Pro Roman", sans-serif;
  color: #6C6C71;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .card.card-oferta .card-body .card-text {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .card.card-oferta .card-body .card-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .card.card-oferta .card-body .card-text {
    font-size: 12px;
  }
}
.card.card-oferta .card-body .card-subtitle h4 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Helvetica Neue LT Pro Bold", sans-serif;
  line-height: 1;
  letter-spacing: -1px;
  color: #333333;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .card.card-oferta .card-body .card-subtitle h4 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .card.card-oferta .card-body .card-subtitle h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .card.card-oferta .card-body .card-subtitle h4 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.card.card-oferta .card-body .card-subtitle p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue LT Pro Roman", sans-serif;
  color: #6C6C71;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .card.card-oferta .card-body .card-subtitle p {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .card.card-oferta .card-body .card-subtitle p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .card.card-oferta .card-body .card-subtitle p {
    font-size: 12px;
  }
}
.card.card-oferta .card-body .card-details .card-details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.card.card-oferta .card-body .card-details .card-details-item i, .card.card-oferta .card-body .card-details .card-details-item span {
  color: #036646 !important;
}
.card.card-oferta .card-body .card-details .card-details-item span:nth-child(1) {
  width: 30px;
  min-width: 30px;
  max-width: 30px;
}
.card.card-oferta .card-body .card-details .card-details-item span:nth-child(2) {
  font-size: 14px;
  font-weight: 400;
  font-family: "Helvetica Neue LT Pro Roman", sans-serif;
  color: #6C6C71;
}
@media (max-width: 1199px) {
  .card.card-oferta .card-body .card-details .card-details-item span:nth-child(2) {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .card.card-oferta .card-body .card-details .card-details-item span:nth-child(2) {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .card.card-oferta .card-body .card-details .card-details-item span:nth-child(2) {
    font-size: 11px;
  }
}
.card.card-oferta .card-footer {
  border-top: 1px solid #036646;
  background-color: #036646;
  font-size: 20px;
  font-weight: 700;
  font-family: "Helvetica Neue LT Pro Bold", sans-serif;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 62px;
}
@media (max-width: 1199px) {
  .card.card-oferta .card-footer {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .card.card-oferta .card-footer {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .card.card-oferta .card-footer {
    font-size: 14px;
  }
}
.card.card-oferta .card-footer span {
  border-bottom: 1px;
}
.card.card-oferta .card-footer i {
  margin: 0 10px;
}
.card.card-oferta .card-footer:last-child {
  border-radius: 0 0 0 0;
}
.card.card-oferta:hover .card-image .card-img-top {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.card.card-oferta:hover .card-body .card-title {
  color: #023424;
}
.card.card-oferta:hover .card-footer {
  background-color: #023424;
}

.sidebar {
  height: 100vh;
  width: 300px;
  background-color: #f1f2f3;
  position: fixed;
  -webkit-transform: translate3d(100vw, 0, 0);
          transform: translate3d(100vw, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  visibility: hidden;
  padding-top: 60px;
}
.sidebar.open {
  -webkit-transform: translate3d(calc(100vw - 0px), 0, 0) !important;
          transform: translate3d(calc(100vw - 0px), 0, 0) !important;
  visibility: visible;
  -webkit-box-shadow: -10px 10px 25px -15px rgb(153, 153, 153);
          box-shadow: -10px 10px 25px -15px rgb(153, 153, 153);
}
.sidebar h4 {
  margin: 15px 15px 30px;
}
.sidebar .sidebar-menu {
  list-style: none;
}
.sidebar .sidebar-menu li {
  display: block;
  width: 100%;
}
.sidebar .sidebar-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 10px 0;
}
.sidebar .sidebar-menu li a i {
  width: 25px;
  margin-right: 5px;
}
.sidebar .sidebar-menu li a span {
  line-height: 1;
}
.sidebar .sidebar-menu li a:hover {
  color: #036646;
}

.main {
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main .section-header {
  padding: 43px 0;
  background-color: #036646;
}
@media (max-width: 1199px) {
  .main .section-header {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .main .section-header {
    padding: 20px 0;
  }
}
.main .section-header .header-title {
  text-align: center;
  padding: 30px 15px;
}
.main .section-header .header-title h1 {
  color: #fff;
}
@media (max-width: 767px) {
  .main .section-header .header-title {
    padding: 15px 15px;
  }
}
.main .section-header .header-brand-beneficios,
.main .section-header .header-brand-banco {
  width: 317px;
  height: 134px;
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1199px) {
  .main .section-header .header-brand-beneficios,
  .main .section-header .header-brand-banco {
    width: 217px;
    height: 92px;
  }
}
@media (max-width: 991px) {
  .main .section-header .header-brand-beneficios,
  .main .section-header .header-brand-banco {
    width: 167px;
    height: 72px;
    padding: 30px 15px;
  }
}
@media (max-width: 575px) {
  .main .section-header .header-brand-beneficios,
  .main .section-header .header-brand-banco {
    width: 117px;
    height: 52px;
  }
}
.main .section-header .header-brand-beneficios {
  background-color: #036646;
  border-top-right-radius: 65px;
  border-bottom-right-radius: 65px;
}
@media (max-width: 767px) {
  .main .section-header .header-brand-beneficios {
    margin-left: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 65px;
    border-bottom-left-radius: 65px;
  }
}
.main .section-header .header-brand-banco {
  background-color: #fff;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
}
@media (max-width: 767px) {
  .main .section-header .header-brand-banco {
    margin-right: auto;
    border-top-right-radius: 65px;
    border-bottom-right-radius: 65px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) {
  .main .section-header .col-brand-beneficios {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .main .section-header .col-brand-banco {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .main .section-header .col-title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.main .section-filters {
  padding: 30px 0 40px;
}
@media (max-width: 767px) {
  .main .section-filters {
    padding: 15px 0 20px;
  }
  .main .section-filters .row-filters {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.main .section-filters .form-control[name=name] {
  width: 240px;
}
@media (max-width: 767px) {
  .main .section-filters .form-control[name=name] {
    width: 100%;
  }
}
.main .section-filters .form-select[name=order],
.main .section-filters .form-select[name=zone] {
  width: 174px;
}
@media (max-width: 767px) {
  .main .section-filters .form-select[name=order],
  .main .section-filters .form-select[name=zone] {
    width: 100%;
  }
}
.main .section-filters .sidebar-toggle {
  font-size: 32px;
  font-weight: 700;
  font-family: "Helvetica Neue LT Pro Bold", sans-serif;
  color: #036646;
}
@media (max-width: 1199px) {
  .main .section-filters .sidebar-toggle {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .main .section-filters .sidebar-toggle {
    font-size: 24px;
  }
  .main .section-filters .sidebar-toggle span {
    display: none;
  }
}
@media (max-width: 767px) {
  .main .section-filters .sidebar-toggle {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .main .section-filters .sidebar-toggle {
    font-size: 18px;
  }
}
.main .section-filters .sidebar-toggle span {
  margin-right: 10px;
}
.main .section-content {
  padding: 90px 0 90px;
  background: #f2f4f8;
}
.main .section-footer {
  min-height: 416px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #036646;
}
.main .section-footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main .section-footer .social .social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  width: 60px;
  height: 60px;
  background-color: #fff;
  font-size: 30px;
  color: #036646;
  margin: 5px 10px;
}
.main .section-footer .social .social-item:hover {
  background-color: #FFD400;
  color: #fff;
}
.main .section-footer .copyright {
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue LT Pro Roman", sans-serif;
  color: #fff;
  text-align: center;
}
@media (max-width: 1199px) {
  .main .section-footer .copyright {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .main .section-footer .copyright {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .main .section-footer .copyright {
    font-size: 10px;
  }
}
.main .section-footer .copyright a {
  color: #fff;
}
.main .section-footer .copyright a:hover {
  color: #FFD400;
}
.main.slide {
  position: fixed;
  -webkit-transform: translate3d(-300px, 0, 0) !important;
          transform: translate3d(-300px, 0, 0) !important;
}

.modal .modal-content {
  border-radius: 0;
}
.modal .modal-body {
  padding: 2rem;
}
.modal .modal-body .modal-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
}
@media (max-width: 1199px) {
  .modal .modal-body .modal-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modal .modal-body .modal-top .modal-image {
  width: 100%;
  max-width: 335px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F7D548;
  padding: 30px;
}
.modal .modal-body .modal-top .modal-image .modal-logo {
  width: 235px;
  height: 235px;
  padding: 20px;
  background-color: #fff;
  border: 0;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .modal .modal-body .modal-top .modal-image .modal-logo {
    height: auto;
  }
}
.modal .modal-body .modal-top .modal-image .modal-logo img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1199px) {
  .modal .modal-body .modal-top .modal-image {
    margin-bottom: 15px;
  }
}
.modal .modal-body .modal-top .modal-info {
  padding: 0 35px;
  font-size: 17px;
  font-weight: 400;
  font-family: "Helvetica Neue LT Pro Roman", sans-serif;
  color: #6C6C71;
  line-height: 1.5;
  width: 100%;
  max-width: calc(100% - 335px);
}
@media (max-width: 1199px) {
  .modal .modal-body .modal-top .modal-info {
    font-size: 16px;
    max-width: 100%;
    padding: 0 0;
  }
}
@media (max-width: 991px) {
  .modal .modal-body .modal-top .modal-info {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .modal .modal-body .modal-top .modal-info {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .modal .modal-body .modal-top .modal-info {
    font-size: 12px;
  }
}
.modal .modal-body .modal-top .modal-info p {
  margin-bottom: 10px;
}
.modal .modal-body .modal-top .modal-info .modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .modal .modal-body .modal-top .modal-info .modal-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal .modal-body .modal-top .modal-info .modal-title .modal-logo {
  width: 138px;
  height: 138px;
  padding: 16.5px;
  background-color: #fff;
  border: 2px solid #ddd;
}
@media (max-width: 991px) {
  .modal .modal-body .modal-top .modal-info .modal-title .modal-logo {
    height: auto;
    margin-bottom: 15px;
  }
}
.modal .modal-body .modal-top .modal-info .modal-title .modal-logo img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal .modal-body .modal-top .modal-info .modal-title h3 {
  font-size: 35px;
  font-weight: 700;
  font-family: "Helvetica Neue LT Pro Bold", sans-serif;
  line-height: 1;
  letter-spacing: -1px;
  color: #036646;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .modal .modal-body .modal-top .modal-info .modal-title h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .modal .modal-body .modal-top .modal-info .modal-title h3 {
    font-size: 24px;
    padding: 0 0;
  }
}
@media (max-width: 767px) {
  .modal .modal-body .modal-top .modal-info .modal-title h3 {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.modal .modal-body .modal-top .modal-info .modal-details .modal-details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 7.5px 0;
}
.modal .modal-body .modal-top .modal-info .modal-details .modal-details-item span i {
  color: #036646;
}
.modal .modal-body .modal-top .modal-info .modal-details .modal-details-item span:nth-child(1) {
  width: 30px;
}
.modal .modal-body .modal-top .modal-info .modal-details .modal-details-item span:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue LT Pro Roman", sans-serif;
  color: #6C6C71;
  line-height: 1;
}
@media (max-width: 1199px) {
  .modal .modal-body .modal-top .modal-info .modal-details .modal-details-item span:nth-child(2) {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .modal .modal-body .modal-top .modal-info .modal-details .modal-details-item span:nth-child(2) {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .modal .modal-body .modal-top .modal-info .modal-details .modal-details-item span:nth-child(2) {
    font-size: 11px;
  }
}
.modal .modal-body .modal-top .modal-info .modal-details .modal-details-item .share {
  margin: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.modal .modal-body .modal-top .modal-info .modal-details .modal-details-item .share .share-item {
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #eee;
  font-size: 14px;
  color: #036646;
  margin: 0 5px;
}
.modal .modal-body .modal-top .modal-info .modal-details .modal-details-item .share .share-item:hover {
  background-color: #036646;
  color: #fff;
}
.modal .modal-body .modal-top .modal-info .modal-details .modal-details-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 7.5px 0;
}
.modal .modal-body .modal-top .modal-info .modal-details .modal-details-store a {
  max-width: 40px;
  margin: 0 10px;
}
.modal .modal-body .modal-top .modal-info .modal-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal .modal-body .modal-top .modal-info .modal-details-wrapper .modal-qr {
  max-width: 165px;
}
@media (max-width: 767px) {
  .modal .modal-body .modal-top .modal-info .modal-details-wrapper .modal-qr {
    display: none;
  }
}
.modal .modal-body .modal-top .modal-info .modal-details-wrapper .modal-qr small {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1200px) {
  .modal .modal-body .modal-top.modal-xl {
    max-width: 1000px;
  }
}
.modal .modal-body .modal-bottom {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .modal .modal-body .modal-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.modal .modal-body .modal-bottom .modal-location {
  width: 100%;
  max-width: 335px;
  padding: 0 2rem 0 0;
  font-size: 19px;
  font-weight: 400;
  font-family: "Helvetica Neue LT Pro Roman", sans-serif;
  color: #6C6C71;
}
@media (max-width: 1199px) {
  .modal .modal-body .modal-bottom .modal-location {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .modal .modal-body .modal-bottom .modal-location {
    font-size: 16px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .modal .modal-body .modal-bottom .modal-location {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .modal .modal-body .modal-bottom .modal-location {
    font-size: 12px;
  }
}
.modal .modal-body .modal-bottom .modal-location h4 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Helvetica Neue LT Pro Bold", sans-serif;
  color: #036646;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .modal .modal-body .modal-bottom .modal-location h4 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .modal .modal-body .modal-bottom .modal-location h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .modal .modal-body .modal-bottom .modal-location h4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .modal .modal-body .modal-bottom .modal-location h4 {
    font-size: 16px;
  }
}
.modal .modal-body .modal-bottom .modal-location p {
  margin-bottom: 30px;
}
.modal .modal-body .modal-bottom .modal-map {
  width: 100%;
  height: 309px;
  max-width: calc(100% - 335px);
  overflow: hidden;
  border: 1px solid #eee;
}
@media (max-width: 991px) {
  .modal .modal-body .modal-bottom .modal-map {
    max-width: 100%;
  }
}
.modal .modal-body .modal-bottom .modal-map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}
.modal .modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: #036646;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.education {
  --bg-color: #ffd861;
  --bg-color-light: #ffeeba;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(255, 215, 97, 0.48);
}

.credentialing {
  --bg-color: #B8F9D3;
  --bg-color-light: #e2fced;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(184, 249, 211, 0.48);
}

.wallet {
  --bg-color: #CEB2FC;
  --bg-color-light: #F0E7FF;
  --text-color-hover: #fff;
  --box-shadow-color: rgba(206, 178, 252, 0.48);
}

.human-resources {
  --bg-color: #DCE9FF;
  --bg-color-light: #f1f7ff;
  --text-color-hover: #4C5656;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.card-category {
  width: 100%;
  height: 321px;
  border-top-right-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: none;
  padding: 0 30px;
  text-align: center;
}
.card-category:hover {
  -webkit-box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color);
          box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11), 0 24px 46px var(--box-shadow-color);
}
.card-category:hover .overlay {
  -webkit-transform: scale(8) translateZ(0);
          transform: scale(8) translateZ(0);
}
.card-category:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}
.card-category:hover .circle:after {
  background: var(--bg-color-light);
}
.card-category:hover p {
  color: var(--text-color-hover);
}
.card-category:active {
  -webkit-transform: scale(1) translateZ(0);
          transform: scale(1) translateZ(0);
  -webkit-box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11), 0 15px 24px var(--box-shadow-color);
          box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11), 0 15px 24px var(--box-shadow-color);
}
.card-category p {
  font-size: 17px;
  line-height: 1.2;
  color: #4C5656;
  margin-top: 30px;
  z-index: 1000;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  display: block;
  width: 100%;
  height: 40px;
}
.card-category .circle {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bg-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.card-category .circle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: 5px;
  left: 5px;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.card-category .circle i {
  z-index: 10000;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  color: #036646;
}
.card-category .overlay {
  width: 118px;
  position: absolute;
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 70px;
  left: calc(50% - 59px);
  z-index: 0;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.ktmodal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(77, 77, 77, 0.7);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}
.ktmodal.show {
  visibility: visible;
  opacity: 1;
}
.ktmodal__content {
  border-radius: 0;
  position: relative;
  width: 1140px;
  max-width: 90%;
  background: #fff;
  padding: 1em 2em;
  padding: 2rem;
  overflow-y: auto;
  max-height: 90vh;
}
.ktmodal__content .modal-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 2rem;
  border-bottom: 1px solid #eee;
}
@media (max-width: 1199px) {
  .ktmodal__content .modal-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ktmodal__content .modal-top .modal-image {
  width: 100%;
  max-width: 335px;
}
@media (max-width: 1199px) {
  .ktmodal__content .modal-top .modal-image {
    margin-bottom: 15px;
  }
}
.ktmodal__content .modal-top .modal-image img {
  width: 100%;
  height: 100%;
  max-height: 465px;
  -o-object-fit: cover;
     object-fit: cover;
}
.ktmodal__content .modal-top .modal-info {
  padding: 0 35px;
  font-size: 17px;
  font-weight: 400;
  font-family: "Helvetica Neue LT Pro Roman", sans-serif;
  color: #6C6C71;
  line-height: 1.5;
  width: 100%;
  max-width: calc(100% - 335px);
}
@media (max-width: 1199px) {
  .ktmodal__content .modal-top .modal-info {
    font-size: 16px;
    max-width: 100%;
    padding: 0 0;
  }
}
@media (max-width: 991px) {
  .ktmodal__content .modal-top .modal-info {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .ktmodal__content .modal-top .modal-info {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .ktmodal__content .modal-top .modal-info {
    font-size: 12px;
  }
}
.ktmodal__content .modal-top .modal-info p {
  margin-bottom: 10px;
}
.ktmodal__content .modal-top .modal-info .modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .ktmodal__content .modal-top .modal-info .modal-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ktmodal__content .modal-top .modal-info .modal-title .modal-logo {
  width: 138px;
  height: 138px;
  padding: 16.5px;
  background-color: #fff;
  border: 2px solid #ddd;
}
@media (max-width: 991px) {
  .ktmodal__content .modal-top .modal-info .modal-title .modal-logo {
    height: auto;
    margin-bottom: 15px;
  }
}
.ktmodal__content .modal-top .modal-info .modal-title .modal-logo img {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.ktmodal__content .modal-top .modal-info .modal-title h3 {
  font-size: 35px;
  font-weight: 700;
  font-family: "Helvetica Neue LT Pro Bold", sans-serif;
  line-height: 1;
  letter-spacing: -1px;
  color: #036646;
  padding: 0 30px;
}
@media (max-width: 1199px) {
  .ktmodal__content .modal-top .modal-info .modal-title h3 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .ktmodal__content .modal-top .modal-info .modal-title h3 {
    font-size: 24px;
    padding: 0 0;
  }
}
@media (max-width: 767px) {
  .ktmodal__content .modal-top .modal-info .modal-title h3 {
    font-size: 20px;
    letter-spacing: 0;
  }
}
.ktmodal__content .modal-top .modal-info .modal-details .modal-details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 7.5px 0;
}
.ktmodal__content .modal-top .modal-info .modal-details .modal-details-item span i {
  color: #036646;
}
.ktmodal__content .modal-top .modal-info .modal-details .modal-details-item span:nth-child(1) {
  width: 30px;
}
.ktmodal__content .modal-top .modal-info .modal-details .modal-details-item span:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  font-family: "Helvetica Neue LT Pro Roman", sans-serif;
  color: #6C6C71;
  line-height: 1;
}
@media (max-width: 1199px) {
  .ktmodal__content .modal-top .modal-info .modal-details .modal-details-item span:nth-child(2) {
    font-size: 15px;
  }
}
@media (max-width: 991px) {
  .ktmodal__content .modal-top .modal-info .modal-details .modal-details-item span:nth-child(2) {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .ktmodal__content .modal-top .modal-info .modal-details .modal-details-item span:nth-child(2) {
    font-size: 11px;
  }
}
.ktmodal__content .modal-top .modal-info .modal-details .modal-details-item .share {
  margin: 0 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ktmodal__content .modal-top .modal-info .modal-details .modal-details-item .share .share-item {
  width: 27px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  background-color: #eee;
  font-size: 14px;
  color: #036646;
  margin: 0 5px;
}
.ktmodal__content .modal-top .modal-info .modal-details .modal-details-item .share .share-item:hover {
  background-color: #036646;
  color: #fff;
}
.ktmodal__content .modal-top .modal-info .modal-details .modal-details-store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 7.5px 0;
}
.ktmodal__content .modal-top .modal-info .modal-details .modal-details-store a {
  max-width: 40px;
  margin: 0 10px;
}
.ktmodal__content .modal-top .modal-info .modal-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ktmodal__content .modal-top .modal-info .modal-details-wrapper .modal-qr {
  max-width: 165px;
}
@media (max-width: 767px) {
  .ktmodal__content .modal-top .modal-info .modal-details-wrapper .modal-qr {
    display: none;
  }
}
.ktmodal__content .modal-top .modal-info .modal-details-wrapper .modal-qr small {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 1200px) {
  .ktmodal__content .modal-top.modal-xl {
    max-width: 1000px;
  }
}
.ktmodal__content .modal-bottom {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  .ktmodal__content .modal-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ktmodal__content .modal-bottom .modal-location {
  width: 100%;
  max-width: 335px;
  padding: 0 2rem 0 0;
  font-size: 19px;
  font-weight: 400;
  font-family: "Helvetica Neue LT Pro Roman", sans-serif;
  color: #6C6C71;
}
@media (max-width: 1199px) {
  .ktmodal__content .modal-bottom .modal-location {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .ktmodal__content .modal-bottom .modal-location {
    font-size: 16px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .ktmodal__content .modal-bottom .modal-location {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .ktmodal__content .modal-bottom .modal-location {
    font-size: 12px;
  }
}
.ktmodal__content .modal-bottom .modal-location h4 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Helvetica Neue LT Pro Bold", sans-serif;
  color: #036646;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .ktmodal__content .modal-bottom .modal-location h4 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .ktmodal__content .modal-bottom .modal-location h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .ktmodal__content .modal-bottom .modal-location h4 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .ktmodal__content .modal-bottom .modal-location h4 {
    font-size: 16px;
  }
}
.ktmodal__content .modal-bottom .modal-location p {
  margin-bottom: 30px;
}
.ktmodal__content .modal-bottom .modal-map {
  width: 100%;
  height: 309px;
  max-width: calc(100% - 335px);
  overflow: hidden;
  border: 1px solid #eee;
}
@media (max-width: 991px) {
  .ktmodal__content .modal-bottom .modal-map {
    max-width: 100%;
  }
}
.ktmodal__content .modal-bottom .modal-map iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
}

.wrapper-companies {
  text-align: center;
  color: #4C5656;
  line-height: 1.5;
  padding: 30px 15px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}