@import "https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=STIX+Two+Text:ital,wght@0,400..700;1,400..700&display=swap";
.ff-stix {
  font-family: "STIX Two Text", serif;
}
.text-red {
  color: #e3001b !important;
}
.bg-red {
  background-color: #e3001b;
}
.border-red {
  border: 1px solid #e3001b;
}
.btn-red {
  background-color: #e3001b;
  color: #fff;
}
.btn-red:hover {
  background-color: #970012;
  color: #fff;
}
.btn-outline-red {
  border-color: #e3001b;
  background-color: transparent;
  color: #e3001b;
}
.btn-outline-red:hover {
  background-color: #970012;
  color: #fff;
}
.text-blue {
  color: #0d4695 !important;
}
.bg-blue {
  background-color: #0d4695;
}
.border-blue {
  border: 1px solid #0d4695;
}
.btn-blue {
  background-color: #0d4695;
  color: #fff;
}
.btn-blue:hover {
  background-color: #07254f;
  color: #fff;
}
.btn-outline-blue {
  border-color: #0d4695;
  background-color: transparent;
  color: #0d4695;
}
.btn-outline-blue:hover {
  background-color: #07254f;
  color: #fff;
}
.text-blue-dark {
  color: #12243e !important;
}
.bg-blue-dark {
  background-color: #12243e;
}
.border-blue-dark {
  border: 1px solid #12243e;
}
.btn-blue-dark {
  background-color: #12243e;
  color: #fff;
}
.btn-blue-dark:hover {
  background-color: #010203;
  color: #fff;
}
.btn-outline-blue-dark {
  border-color: #12243e;
  background-color: transparent;
  color: #12243e;
}
.btn-outline-blue-dark:hover {
  background-color: #010203;
  color: #fff;
}
.text-purple {
  color: #494273 !important;
}
.bg-purple {
  background-color: #494273;
}
.border-purple {
  border: 1px solid #494273;
}
.btn-purple {
  background-color: #494273;
  color: #fff;
}
.btn-purple:hover {
  background-color: #2a2642;
  color: #fff;
}
.btn-outline-purple {
  border-color: #494273;
  background-color: transparent;
  color: #494273;
}
.btn-outline-purple:hover {
  background-color: #2a2642;
  color: #fff;
}
.text-purple-light {
  color: #756baa !important;
}
.bg-purple-light {
  background-color: #756baa;
}
.border-purple-light {
  border: 1px solid #756baa;
}
.btn-purple-light {
  background-color: #756baa;
  color: #fff;
}
.btn-purple-light:hover {
  background-color: #52497f;
  color: #fff;
}
.btn-outline-purple-light {
  border-color: #756baa;
  background-color: transparent;
  color: #756baa;
}
.btn-outline-purple-light:hover {
  background-color: #52497f;
  color: #fff;
}
.text-beige {
  color: #fffff0 !important;
}
.bg-beige {
  background-color: #fffff0;
}
.border-beige {
  border: 1px solid #fffff0;
}
.btn-beige {
  background-color: #fffff0;
  color: #fff;
}
.btn-beige:hover {
  background-color: #ffffa4;
  color: #fff;
}
.btn-outline-beige {
  border-color: #fffff0;
  background-color: transparent;
  color: #fffff0;
}
.btn-outline-beige:hover {
  background-color: #ffffa4;
  color: #fff;
}
.text-green {
  color: #28a745 !important;
}
.bg-green {
  background-color: #28a745;
}
.border-green {
  border: 1px solid #28a745;
}
.btn-green {
  background-color: #28a745;
  color: #fff;
}
.btn-green:hover {
  background-color: #19692c;
  color: #fff;
}
.btn-outline-green {
  border-color: #28a745;
  background-color: transparent;
  color: #28a745;
}
.btn-outline-green:hover {
  background-color: #19692c;
  color: #fff;
}
.op-0 {
  opacity: 0;
}
.text-gray-0 {
  color: #fff;
}
.bg-gray-0 {
  background-color: #fff;
}
.op-5 {
  opacity: 0.05;
}
.text-gray-5 {
  color: #f2f2f2;
}
.bg-gray-5 {
  background-color: #f2f2f2;
}
.op-10 {
  opacity: 0.1;
}
.text-gray-10 {
  color: #e6e6e6;
}
.bg-gray-10 {
  background-color: #e6e6e6;
}
.op-15 {
  opacity: 0.15;
}
.text-gray-15 {
  color: #d9d9d9;
}
.bg-gray-15 {
  background-color: #d9d9d9;
}
.op-20 {
  opacity: 0.2;
}
.text-gray-20 {
  color: #ccc;
}
.bg-gray-20 {
  background-color: #ccc;
}
.op-25 {
  opacity: 0.25;
}
.text-gray-25 {
  color: #bfbfbf;
}
.bg-gray-25 {
  background-color: #bfbfbf;
}
.op-30 {
  opacity: 0.3;
}
.text-gray-30 {
  color: #b3b3b3;
}
.bg-gray-30 {
  background-color: #b3b3b3;
}
.op-35 {
  opacity: 0.35;
}
.text-gray-35 {
  color: #a6a6a6;
}
.bg-gray-35 {
  background-color: #a6a6a6;
}
.op-40 {
  opacity: 0.4;
}
.text-gray-40 {
  color: #999;
}
.bg-gray-40 {
  background-color: #999;
}
.op-45 {
  opacity: 0.45;
}
.text-gray-45 {
  color: #8c8c8c;
}
.bg-gray-45 {
  background-color: #8c8c8c;
}
.op-50 {
  opacity: 0.5;
}
.text-gray-50 {
  color: #808080;
}
.bg-gray-50 {
  background-color: #808080;
}
.op-55 {
  opacity: 0.55;
}
.text-gray-55 {
  color: #737373;
}
.bg-gray-55 {
  background-color: #737373;
}
.op-60 {
  opacity: 0.6;
}
.text-gray-60 {
  color: #666;
}
.bg-gray-60 {
  background-color: #666;
}
.op-65 {
  opacity: 0.65;
}
.text-gray-65 {
  color: #595959;
}
.bg-gray-65 {
  background-color: #595959;
}
.op-70 {
  opacity: 0.7;
}
.text-gray-70 {
  color: #4d4d4d;
}
.bg-gray-70 {
  background-color: #4d4d4d;
}
.op-75 {
  opacity: 0.75;
}
.text-gray-75 {
  color: #404040;
}
.bg-gray-75 {
  background-color: #404040;
}
.op-80 {
  opacity: 0.8;
}
.text-gray-80 {
  color: #333;
}
.bg-gray-80 {
  background-color: #333;
}
.op-85 {
  opacity: 0.85;
}
.text-gray-85 {
  color: #262626;
}
.bg-gray-85 {
  background-color: #262626;
}
.op-90 {
  opacity: 0.9;
}
.text-gray-90 {
  color: #1a1a1a;
}
.bg-gray-90 {
  background-color: #1a1a1a;
}
.op-95 {
  opacity: 0.95;
}
.text-gray-95 {
  color: #0d0d0d;
}
.bg-gray-95 {
  background-color: #0d0d0d;
}
.op-100 {
  opacity: 1;
}
.text-gray-100 {
  color: #000;
}
.bg-gray-100 {
  background-color: #000;
}
.well {
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  padding: 8px 10px;
}
.overprint-absolute,
.overprint-fixed {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
.overprint-fixed {
  position: fixed;
}
.overprint-absolute {
  position: absolute;
}
.clickable {
  cursor: pointer;
}
.ui-effects-transfer {
  background-color: #800000;
  border: 2px dotted #000;
  z-index: 50;
}
.multiply {
  mix-blend-mode: multiply;
}
#scrollUp {
  bottom: 0px;
  right: 10px;
  padding: 5px 10px;
  background: #000;
  color: #fff;
}
#scrollUp i {
  font-size: 30px;
}
.wow.fadeIn,
.wow.fadeInDown,
.wow.fadeInLeft,
.wow.fadeInRight,
.wow.fadeInUp {
  opacity: 0;
}
.bullet:after {
  content: "•";
  margin: 0 4px;
}
.bg-pattern {
  background-image: url("../assets/background-pattern.png");
  background-repeat: repeat;
  background-size: auto;
}
.thumb-cover {
  background-size: cover;
  background-position: center center;
}
.thumb-contain {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.required {
  background-color: rgba(255, 0, 0, 0.025) !important;
  border: 1px solid #f00 !important;
}
#loading {
  background-color: rgba(255, 255, 255, 0.9);
  height: 100%;
  visibility: hidden;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 400ms ease-out;
  width: 100%;
  z-index: 99999;
}
#loading .loading-wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}
#loading .loading-wrapper .loading-content {
  text-align: center;
  transform: translateY(-50px);
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
#loading .loading-wrapper .loading-content .loading-text {
  margin-top: 16px;
  font-size: 9pt;
}
#loading.active {
  visibility: visible;
  opacity: 1;
}
#loading.active .loading-wrapper .loading-content {
  transform: translateY(0);
}
.blank-page {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100vh;
  min-height: 480px;
  text-align: center;
}
.blank-page .logo {
  max-width: 320px;
}
.blank-page .bg {
  height: 100%;
  opacity: 0.25;
  filter: grayscale(100%);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.ui-sortable-placeholder {
  background-color: #e6e6e6;
  border: 1px solid #d9d9d9;
  visibility: visible !important;
}
.ui-sortable-helper {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  width: 100%;
}
.onoffswitch {
  position: relative;
  width: 54px;
  -webkit-user-select: none;
  user-select: none;
}
.onoffswitch .onoffswitch-checkbox {
  display: none;
}
.onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label {
  border: 2px solid #28a745;
}
.onoffswitch
  .onoffswitch-checkbox:checked
  + .onoffswitch-label
  .onoffswitch-inner {
  margin-left: 0;
}
.onoffswitch
  .onoffswitch-checkbox:checked
  + .onoffswitch-label
  .onoffswitch-switch {
  right: 1px;
}
.onoffswitch .onoffswitch-label {
  overflow: hidden;
  cursor: pointer;
  border: 2px solid #ccc;
  border-radius: 20px;
  width: 100%;
  position: relative;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
  display: block;
  width: 200%;
  height: 20px;
  margin-left: -100%;
  transition: margin 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.onoffswitch .onoffswitch-label .onoffswitch-inner:before {
  background-color: #28a745;
  border-radius: 0;
  content: "SI";
  color: #fff;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner:after {
  background-color: #ccc;
  color: #666;
  content: "NO";
  text-align: right;
}
.onoffswitch .onoffswitch-label .onoffswitch-inner:after,
.onoffswitch .onoffswitch-label .onoffswitch-inner:before {
  box-sizing: border-box;
  display: block;
  float: left;
  font-size: 0.775rem;
  font-weight: bold;
  height: 20px;
  line-height: 1.15rem;
  padding: 0 6px 0 12px;
  width: 50%;
}
.onoffswitch .onoffswitch-label .onoffswitch-switch {
  background-color: #fff;
  border-radius: 100%;
  bottom: 0;
  display: block;
  margin: 0;
  position: absolute;
  right: 29px;
  top: 0;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
  width: 20px;
}
.cke_contents {
  padding: 18px !important;
}
.ck-editor__editable {
  min-height: 280px;
  padding: 0 !important;
}
.ck-editor__editable p {
  padding: 10px;
  margin: 0;
}
.system-queries {
  background-color: #f2f2f2;
  bottom: 0;
  height: 420px;
  left: 0;
  overflow: auto;
  position: fixed;
  width: 100%;
  z-index: 100000;
}
.btn-group-xs > .btn,
.btn-xs {
  padding: 0.25rem 0.4rem;
  font-size: 0.8rem;
  line-height: 0.5;
  border-radius: 0.2rem;
}
.btn-group-xs > .btn span,
.btn-xs span {
  font-size: 0.8rem;
}
.btn-custom.white {
  border: none;
  color: #000;
}
.btn-custom.white:hover {
  color: #fff;
}
.btn-custom.white:before {
  background: linear-gradient(to left, #fff 0, #fff 45%, #000 55%, #000 100%);
}
.btn-custom.outline {
  border: 1px solid #fff;
  color: #fff;
}
.btn-custom.outline:hover {
  color: #fff;
  border: 1px solid #000;
}
.btn-custom.outline:before {
  background: linear-gradient(
    to left,
    transparent 0,
    transparent 45%,
    #000 55%,
    #000 100%
  );
}
.btn-custom.outline-black {
  border: 1px solid #000;
  color: #000;
}
.btn-custom.outline-black:hover {
  color: #fff;
}
.btn-custom.outline-black:before {
  background: linear-gradient(
    to left,
    transparent 0,
    transparent 45%,
    #000 55%,
    #000 100%
  );
}
.btn-custom {
  border-radius: 1.75rem;
  padding: 0.875rem 2.5rem;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  font-size: 1.125rem;
  z-index: 1;
}
.btn-custom:hover:before {
  transform: translateX(0);
}
.btn-custom:before {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  transform: translateX(-54%);
  transition: all 0.5s ease;
  top: 0;
  width: 230%;
  z-index: -1;
}
.image-reveal-bottom {
  transition: -webkit-clip-path 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition:
    clip-path 2s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-clip-path 2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}
.image-reveal-left {
  transition: -webkit-clip-path 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition:
    clip-path 2s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-clip-path 2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.image-reveal-top {
  transition: -webkit-clip-path 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition:
    clip-path 2s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-clip-path 2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
.image-reveal-right {
  transition: -webkit-clip-path 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 2s cubic-bezier(0.23, 1, 0.32, 1);
  transition:
    clip-path 2s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-clip-path 2s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.image-reveal-bottom.animated,
.image-reveal-left.animated,
.image-reveal-right.animated,
.image-reveal-top.animated {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.image-hide-bottom,
.image-hide-left,
.image-hide-right,
.image-hide-top {
  transition: -webkit-clip-path 3s cubic-bezier(0.23, 1, 0.32, 1);
  transition: clip-path 3s cubic-bezier(0.23, 1, 0.32, 1);
  transition:
    clip-path 3s cubic-bezier(0.23, 1, 0.32, 1),
    -webkit-clip-path 3s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.image-hide-bottom.animated {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}
.image-hide-left.animated {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
}
.image-hide-top.animated {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}
.image-hide-right.animated {
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
}
.bounce-infinite {
  animation-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  animation-name: bounceInfinite;
  animation-iteration-count: infinite;
  animation-duration: 3s;
}
@keyframes scrollX {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes bounceInfinite {
  0%,
  to {
    transform: translate3d(0, 0, 0);
  }
  25% {
    transform: translate3d(0, 10px, 0);
  }
  40% {
    transform: translate3d(0, -2px, 0);
  }
  60% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes revealLeft {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}
body {
  font-family: "Raleway", sans-serif;
  smoothing: antialiased;
  overflow-x: hidden;
}
footer,
section {
  position: relative;
}
footer .container,
section .container {
  position: relative;
  max-width: 1600px;
}
footer .container-med,
section .container-med {
  max-width: 1280px;
}
a {
  text-decoration: none;
  transition: color 400ms ease-out;
}
a:focus,
a:hover {
  text-decoration: none;
}
.section-header {
  align-items: flex-end;
  background-color: #000;
  display: flex;
  padding: 40px 0;
  height: 100vh;
  min-height: 280px;
}
.section-header .bg:before {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.section-header .caption {
  position: relative;
  color: #fff;
}
.section-header-half {
  height: 50vh;
}
.section-header-tiny {
  height: 280px;
  padding: 0;
}
.gral-section {
  padding: 50px 0;
}
.not-found {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: 80vh;
  text-align: center;
}
.not-found .bg {
  filter: grayscale(100%);
}
.not-found .bg:before {
  background-color: rgba(38, 38, 38, 0.9);
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
.pace .pace-progress {
  background: #eb7a55;
  height: 2px;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pace-inactive {
  display: none;
}
.socials .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.socials .icons .icon {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 46px;
  justify-content: center;
  margin: 0 4px;
  transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
  width: 46px;
}
.socials .icons .icon i {
  color: #fff;
  font-size: 14pt;
  transition: color 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.socials .icons .icon:focus,
.socials .icons .icon:hover {
  border-color: #ccc;
  transform: translateY(-2px);
}
.socials .icons .icon:focus i,
.socials .icons .icon:hover i {
  color: #ccc;
}
.contact .map {
  background-color: #f2f2f2;
  height: 350px;
}
.videodetector {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videodetector iframe {
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  top: 0;
}
.videodetector .remove-videodetector {
  display: none;
}
header.header {
  color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 101;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
header.header .container-fluid .header-wrapper,
header.header .container .header-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
header.header .container-fluid .header-wrapper .logo-wrapper,
header.header .container .header-wrapper .logo-wrapper {
  position: relative;
  padding: 1.925rem 0;
}
header.header .container-fluid .header-wrapper .logo-wrapper img.logo,
header.header .container .header-wrapper .logo-wrapper img.logo {
  max-width: 154px;
  transition: all 300ms ease-out;
  width: 100%;
}
header.header .container-fluid .header-wrapper nav,
header.header .container .header-wrapper nav {
  display: flex;
  align-items: center;
  position: relative;
}
header.header .container-fluid .header-wrapper nav .menu,
header.header .container .header-wrapper nav .menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
header.header .container-fluid .header-wrapper nav .menu li,
header.header .container .header-wrapper nav .menu li {
  display: block;
  margin: 0 0.5rem;
}
header.header .container-fluid .header-wrapper nav .menu li a:not(.btn),
header.header .container .header-wrapper nav .menu li a:not(.btn) {
  display: block;
  color: #fff;
  padding: 0 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  text-decoration: none;
  line-height: 1;
  position: relative;
}
header.header
  .container-fluid
  .header-wrapper
  nav
  .menu
  li
  a:not(.btn):hover:after,
header.header .container .header-wrapper nav .menu li a:not(.btn):hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
header.header .container-fluid .header-wrapper nav .menu li a:not(.btn):after,
header.header .container .header-wrapper nav .menu li a:not(.btn):after {
  content: "";
  height: 2px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  bottom: -4px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
header.header .container-fluid .header-wrapper nav .menu li.active a:not(.btn),
header.header .container .header-wrapper nav .menu li.active a:not(.btn) {
  color: #938bbd;
}
header.header .container-fluid .header-wrapper nav .menu li.close,
header.header .container .header-wrapper nav .menu li.close {
  display: none;
  opacity: 1;
  text-shadow: none;
  color: #fff;
}
header.header .container-fluid .header-wrapper nav .menu li.highlight,
header.header .container .header-wrapper nav .menu li.highlight {
  border: 1px solid #fff;
  border-radius: 1.5rem;
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 1rem;
  min-width: 150px;
}
header.header .container-fluid .header-wrapper nav .menu li.highlight.orange,
header.header .container .header-wrapper nav .menu li.highlight.orange {
  background-color: $orange_3;
  border: none;
}
header.header .container-fluid .header-wrapper nav .mobile-icon,
header.header .container .header-wrapper nav .mobile-icon {
  display: none;
  padding: 10px 0;
}
header.header .container-fluid .header-wrapper nav .mobile-icon i,
header.header .container .header-wrapper nav .mobile-icon i {
  font-size: 1.5rem;
}
@media screen and (max-width: 991px) {
  header.header .container-fluid .header-wrapper nav .menu,
  header.header .container .header-wrapper nav .menu {
    align-items: center;
    background-color: rgba(0, 0, 0, 0.95);
    justify-content: center;
    flex-direction: column;
    visibility: hidden;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    text-align: center;
    transition: all 400ms cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateY(-100%);
    top: 0;
    width: 100%;
    z-index: 20;
  }
  header.header .container-fluid .header-wrapper nav .menu li,
  header.header .container .header-wrapper nav .menu li {
    width: 100%;
  }
  header.header .container-fluid .header-wrapper nav .menu li a:not(.btn),
  header.header .container .header-wrapper nav .menu li a:not(.btn) {
    padding: 16px 0;
    font-size: 1.25rem;
  }
  header.header .container-fluid .header-wrapper nav .menu li a.btn,
  header.header .container .header-wrapper nav .menu li a.btn {
    padding: 0.25rem 1rem;
    margin: 0.65rem;
  }
  header.header .container-fluid .header-wrapper nav .menu li.close,
  header.header .container .header-wrapper nav .menu li.close {
    display: block;
    position: absolute;
    text-align: right;
    top: 0;
    padding: 16px;
    right: 0;
  }
  header.header .container-fluid .header-wrapper nav .menu.active,
  header.header .container .header-wrapper nav .menu.active {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  header.header .container-fluid .header-wrapper nav .mobile-icon,
  header.header .container .header-wrapper nav .mobile-icon {
    display: block;
  }
}
@media screen and (max-width: 597px) {
  header.header .container-fluid .header-wrapper .logo img,
  header.header .container .header-wrapper .logo img {
    max-width: 200px;
  }
}
header.header.scroll {
  background-color: $orange_4;
  background-color: #000;
  position: fixed;
}
header.header.scroll .container-fluid .header-wrapper .logo-wrapper,
header.header.scroll .container .header-wrapper .logo-wrapper {
  padding: 6px 0;
}
header.header.scroll .container-fluid .header-wrapper .logo-wrapper img.logo,
header.header.scroll .container .header-wrapper .logo-wrapper img.logo {
  max-width: 90px;
}
header.header.scroll .container-fluid .header-wrapper nav .menu li a,
header.header.scroll .container .header-wrapper nav .menu li a {
  font-size: 0.875rem;
}
header.header.scroll .container-fluid .header-wrapper nav .menu li a.btn,
header.header.scroll .container .header-wrapper nav .menu li a.btn {
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
}
header.header.scroll .container-fluid .header-wrapper nav .menu li.highlight,
header.header.scroll .container .header-wrapper nav .menu li.highlight {
  padding: 0.625rem;
  min-width: auto;
}
.header-spacer {
  height: 0;
}
.header-spacer.scroll {
  height: 56px;
}
footer.footer {
  background-color: #000;
  color: #fff;
  padding: 2rem 0;
}
footer.footer .logo-socials {
  padding: 2rem 0;
  border-bottom: 1px solid #1a1a1a;
}
footer.footer .footer-nav {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}
footer.footer .footer-nav li {
  display: block;
  margin-left: 1.5rem;
}
footer.footer .footer-nav li a {
  color: #877fb6;
}
footer.footer .footer-nav li a:hover {
  color: #fff;
}
footer.footer .socials .icons {
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  footer.footer {
    padding: 1rem 0;
    text-align: center;
  }
  footer.footer .footer-nav {
    flex-wrap: wrap;
    justify-content: center;
    margin: 1rem 0;
  }
  footer.footer .footer-nav li a {
    font-size: 9pt;
  }
  footer.footer .socials .icons {
    margin-top: 1rem;
    justify-content: center;
  }
}
.copyright {
  background-color: #000;
  padding: 2rem 0;
  font-size: 9pt;
  color: #808080;
  border-top: 1px solid #1a1a1a;
}
.copyright .terms-menu {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.copyright .terms-menu li {
  display: block;
  margin-left: 1.5rem;
}
.copyright .terms-menu li a {
  color: #808080;
}
@media screen and (max-width: 991px) {
  .copyright {
    text-align: center;
  }
  .copyright .terms-menu {
    margin-top: 0.5rem;
    justify-content: center;
  }
}
.floating-whatsapp {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 60px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  z-index: 100;
  transition: all 0.3s ease;
  align-items: center;
  display: flex;
  justify-content: center;
}
.floating-whatsapp:hover {
  background-color: #128c7e;
  transform: scale(1.1);
}
.floating-whatsapp .icon {
  text-decoration: none;
  color: #fff;
  font-size: 27pt;
  transform: translateY(1px);
}
.pop-video {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1090;
  transform: translateY(-100%);
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
  align-items: center;
  display: flex;
  justify-content: center;
}
.pop-video .pop-background {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
}
.pop-video .pop-content {
  background-color: rgba(255, 255, 255, 0.425);
  width: 100%;
  max-width: 980px;
  position: relative;
  transition: all 1200ms cubic-bezier(0.23, 1, 0.32, 1);
  transform: translateY(-100px);
}
.pop-video .pop-content iframe {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.pop-video .pop-content .pop-close {
  color: #fff;
  position: absolute;
  cursor: pointer;
  top: -1.5rem;
  right: -1.5rem;
  transition: all 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.pop-video .pop-content .pop-close:hover {
  transform: rotate3d(0, 0, 1, 90deg) translateY(3px);
}
.pop-video .pop-content .pop-close i {
  font-size: 22pt;
}
.pop-video.active {
  transform: translateY(0);
}
.pop-video.active .pop-content {
  transform: translateY(0);
}
.banner-video {
  height: 100vh;
  min-height: 580px;
  color: #fff;
  background-color: #fffff0;
  position: relative;
}
.banner-video .background-image {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.banner-video .background-image.fixed {
  background-attachment: fixed;
}
.banner-video video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner-video .over {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-color: #201d32;
  opacity: 0.35;
}
.banner-video .container {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-video .content {
  position: relative;
  max-width: 620px;
  transform: translateY(40%);
}
.banner-video .content .line {
  border-top: 5px solid #756baa;
  max-width: 100px;
  margin: 1rem 0;
}
.banner-video .content .buttons .btn {
  margin: 0 0.225rem;
}
.banner-video .content .subtitle {
  color: #877fb6;
  font-weight: 600;
}
.banner-video .content .title {
  font-weight: 500;
  font-size: 32pt;
  line-height: 1;
}
.banner-video .content .caption {
  margin: 2rem 0;
  font-size: 16pt;
  line-height: 1.15;
}
.banner-video .container.bottom {
  align-items: flex-end;
}
.banner-video .container.bottom .content {
  transform: translateY(-80px);
}
.banner-video .container.right {
  justify-content: flex-end;
}
@media screen and (max-width: 991px) {
  .banner-video {
    height: 80vh;
  }
  .banner-video .container.bottom {
    align-items: center;
  }
  .banner-video .content {
    transform: translateY(50px) !important;
  }
  .banner-video .content .title {
    font-size: 22pt;
  }
  .banner-video .content .caption {
    font-size: 13pt;
  }
  .banner-video .content .buttons .btn {
    min-width: 280px;
  }
}
.banner-video.round-bottom-right {
  overflow: hidden;
}
.banner-video.round-bottom-right .over,
.banner-video.round-bottom-right video {
  border-bottom-right-radius: 200pt;
}
@media screen and (max-width: 991px) {
  .banner-video.round-bottom-right .over,
  .banner-video.round-bottom-right video {
    border-bottom-right-radius: 100pt;
  }
}
.banner-image {
  background-color: #1a1a1a;
  height: 25vh;
  min-height: 480px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.banner-image .background {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.banner-image .content {
  position: relative;
  max-width: 720px;
  transform: translateY(-50%);
}
.banner-image .content .buttons .btn {
  margin: 0 0.225rem;
}
.banner-image .content .subtitle {
  color: #494273;
}
.banner-image .content .title {
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
}
.banner-image .content .caption {
  margin: 2rem 0;
  font-size: 1.5rem;
  line-height: 1.15;
}
.banner-image .content .line {
  border-top: 5px solid #756baa;
  max-width: 100px;
  margin: 1rem 0;
}
@media screen and (max-width: 991px) {
  .banner-image {
    min-height: 300px;
  }
}
.banner-section {
  position: relative;
  padding: 15rem 0;
  color: #fff;
}
.banner-section .background {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-attachment: fixed;
}
.banner-section .container {
  position: relative;
  text-align: center;
}
.banner-section .subtitle {
  color: #756baa;
  font-size: 16pt;
  font-weight: 500;
}
.banner-section .title {
  font-size: 32pt;
  font-weight: 600;
  margin: 2.5rem auto;
  line-height: 1.05;
  max-width: 920px;
}
@media screen and (max-width: 991px) {
  .banner-section {
    padding: 4rem 0;
  }
  .banner-section .title {
    font-size: 22pt;
  }
}
.block-image-text {
  align-items: center;
  color: #4d4d4d;
  display: flex;
  flex-wrap: wrap;
  padding: 5rem 0;
  position: relative;
}
.block-image-text .background {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.block-image-text .background.up {
  height: 480px;
}
.block-image-text .background.down {
  top: auto;
  bottom: 0;
  height: 480px;
}
.block-image-text .image-wrapper {
  position: relative;
}
.block-image-text .image-wrapper .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.block-image-text .image-wrapper .image.floating-top {
  margin-top: -5rem;
}
.block-image-text .image-wrapper .image.floating-top-max {
  margin-top: -10rem;
}
.block-image-text .image-wrapper .image.rounded-bottom-left {
  border-bottom-left-radius: 200pt;
}
.block-image-text .image-wrapper .image.rounded-bottom-right {
  border-bottom-right-radius: 200pt;
}
.block-image-text .image-wrapper .image.rounded-top-left {
  border-top-left-radius: 200pt;
}
.block-image-text .image-wrapper.floating-bottom-max {
  transform: translateY(250px);
  z-index: 1;
}
.block-image-text .content {
  padding: 0 8rem 0 8rem;
  position: relative;
}
.block-image-text .content .line {
  border-top: 4px solid #756baa;
  max-width: 100px;
  margin: 1rem 0;
}
.block-image-text .content .subtitle {
  color: #756baa;
  font-weight: 600;
  font-size: 16pt;
}
.block-image-text .content .title {
  font-size: 30pt;
  font-weight: 500;
  line-height: 1.15;
  color: #000;
  margin: 1rem 0;
}
.block-image-text .content .title.bold {
  font-weight: 600;
}
.block-image-text .content .caption {
  font-size: 13pt;
  font-weight: 500;
  margin: 2rem 0;
  line-height: 1.75;
}
.block-image-text .content .buttons {
  padding: 0;
  margin: 0;
}
.block-image-text .content .buttons li {
  display: block;
  margin: 1rem 0;
}
.block-image-text .content .buttons li a {
  display: flex;
  align-items: center;
  color: #fff;
}
.block-image-text .content .buttons li a:hover .arrow {
  background-color: #494273;
  color: #fff;
}
.block-image-text .content .buttons li a:hover span {
  color: #494273;
}
.block-image-text .content .buttons li a .arrow {
  background-color: #999;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  margin-right: 0.625rem;
  height: 26px;
  width: 26px;
  transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
}
.block-image-text .content .buttons li a .arrow i {
  font-size: 9pt;
}
.block-image-text .content .buttons li a span {
  transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 991px) {
  .block-image-text {
    flex-wrap: wrap;
    padding: 1rem;
  }
  .block-image-text .image-wrapper {
    width: 100%;
    order: 1;
  }
  .block-image-text .image-wrapper .image.floating-top,
  .block-image-text .image-wrapper .image.floating-top-max {
    margin: 0;
  }
  .block-image-text .image-wrapper .image.rounded-bottom-left {
    border-bottom-left-radius: 50pt;
  }
  .block-image-text .image-wrapper .image.rounded-bottom-right {
    border-bottom-right-radius: 50pt;
  }
  .block-image-text .image-wrapper .image.rounded-top-left {
    border-top-left-radius: 50pt;
  }
  .block-image-text .image-wrapper.floating-bottom-max {
    transform: translateY(0);
  }
  .block-image-text .content {
    order: 2;
    padding: 1rem !important;
    width: 100%;
  }
  .block-image-text .content .title {
    font-size: 22pt;
    margin-bottom: 0;
  }
  .block-image-text .content .caption {
    font-size: 13pt;
    line-height: 1.425;
    margin: 0 0 2rem 0;
  }
  .block-image-text .content .btn {
    width: 100%;
  }
}
.block-image-text.reverse .content {
  padding: 0 0 0 10rem;
}
.block-image-text.big .content .title {
  font-size: 3rem;
}
.block-image-text.big .content .caption {
  font-size: 1.625rem;
}
.block-image-text.black {
  background-color: #000;
  color: #fff;
}
.home-news {
  padding: 4rem 0;
  position: relative;
  background-color: #fffff0;
}
.home-news .background {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}
.home-news .post-highlight {
  max-width: 460px;
}
.home-news .post-highlight .title {
  font-size: 32pt;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 2rem;
}
.home-news .post-highlight .date {
  font-size: 14pt;
  color: #494273;
  font-weight: 500;
}
.home-news .post-highlight .caption {
  font-size: 20pt;
  margin: 1rem 0 4rem 0;
  line-height: 1.25;
}
.home-news .news-list {
  padding: 2rem;
  margin: 0;
}
.home-news .news-list .post-item {
  display: block;
  margin: 2rem 0;
  max-width: 460px;
}
.home-news .news-list .post-item .date {
  font-weight: 600;
  color: #494273;
}
.home-news .news-list .post-item .caption {
  font-size: 14pt;
}
@media screen and (max-width: 991px) {
  .home-news {
    padding: 2rem 0;
  }
  .home-news .post-highlight .title {
    font-size: 26pt;
  }
  .home-news .post-highlight .caption {
    font-size: 16pt;
  }
  .home-news .news-list {
    padding: 0;
  }
}
.blog {
  padding: 4rem 0;
}
.blog .subtitle {
  color: #756baa;
  font-weight: 500;
}
.blog .title {
  color: #000;
  font-weight: 500;
  font-size: 32pt;
  line-height: 1.15;
}
.blog .blog-card {
  padding: 4rem 4rem 0 0;
}
.blog .blog-card .card-image {
  border-radius: 10pt;
  overflow: hidden;
  position: relative;
}
.blog .blog-card .card-image .image {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
}
.blog .blog-card .card-body {
  padding: 1rem 0;
}
.blog .blog-card .card-body .card-title {
  font-size: 18pt;
  line-height: 1;
  color: #494273;
  font-weight: 700;
}
.blog .blog-card .card-body .caption {
  line-height: 1.25;
  font-weight: 500;
  margin-top: 1rem;
}
.blog .blog-card .card-footer .read-more {
  display: flex;
  align-items: center;
}
.blog .blog-card .card-footer .read-more:hover .icon {
  transform: translateX(5px);
}
.blog .blog-card .card-footer .read-more .icon {
  background-color: #756baa;
  color: #fff;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  height: 26px;
  width: 26px;
  margin-right: 1rem;
  transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
}
.blog .blog-card .card-footer .read-more span {
  color: #756baa;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .blog {
    padding: 2rem 0;
  }
  .blog .title {
    font-size: 22pt;
    margin-bottom: 1rem;
  }
  .blog .btn {
    width: 100%;
  }
  .blog .blog-card {
    padding: 1rem;
  }
}
.blog-details {
  background-color: #fffff0;
  padding: 4rem 0;
}
.blog-details .container .subtitle {
  font-size: 14pt;
  font-weight: 500;
  color: #756baa;
}
.blog-details .container .title {
  color: #000;
  font-size: 32pt;
  font-weight: 600;
  line-height: 1.05;
}
.blog-details .container .caption {
  font-size: 20pt;
  color: #494273;
  line-height: 1.15;
  margin: 2rem 0;
}
@media screen and (max-width: 991px) {
  .blog-details {
    padding: 1rem;
  }
  .blog-details .container .title {
    font-size: 22pt;
  }
  .blog-details .container .caption {
    font-size: 16pt;
    margin: 1rem 0;
  }
}
.nuestros-valores {
  padding: 5rem 0;
}
.nuestros-valores .main-title {
  font-family: "STIX Two Text", serif;
  font-size: 30pt;
  font-weight: 300;
  line-height: 1.15;
  margin: 1rem 0;
  color: #756baa;
  font-weight: 600;
}
.nuestros-valores .module {
  margin: 2rem 0;
  padding: 1rem 3rem 1rem 0;
}
.nuestros-valores .module .title {
  font-size: 18pt;
  font-weight: 600;
  line-height: 1.15;
  margin: 1rem 0;
  color: #494273;
  font-weight: 600;
}
.nuestros-valores .module .line {
  border-top: 4px solid #756baa;
  max-width: 100px;
  margin: 1rem 0;
}
@media screen and (max-width: 991px) {
  .nuestros-valores {
    padding: 1rem 0;
  }
  .nuestros-valores .module {
    margin: 0;
    padding: 1rem;
  }
}
.history {
  padding: 5rem 0;
  position: relative;
  background-color: #fffff0;
}
.history .background {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  border-bottom-right-radius: 200pt;
}
.history .container,
.history .container-fluid {
  position: relative;
}
.history .section-subtitle {
  font-size: 16pt;
  font-weight: 300;
  line-height: 1.15;
  margin: 1rem 0;
  color: #fff;
  font-weight: 600;
}
.history .section-title {
  font-size: 30pt;
  font-weight: 300;
  font-family: "STIX Two Text", serif;
  line-height: 1.15;
  margin: 1rem 0;
  color: #756baa;
  font-weight: 600;
}
.history .carousel-years .year {
  font-family: "STIX Two Text", serif;
  font-size: 106pt;
  font-weight: 300;
  line-height: 1.15;
  margin: 1rem 0;
  color: #666;
  font-weight: 300;
  cursor: pointer;
  padding-right: 6rem;
  min-width: 320px;
  min-height: 164px;
}
.history .carousel-years .year.active {
  color: #fff;
}
.history .timeline {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.history .timeline .line {
  position: absolute;
  width: 100%;
  border: 1px solid #756baa;
}
.history .timeline .dot {
  width: 14px;
  height: 14px;
  background-color: #756baa;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  position: relative;
}
.history .timeline .dot:after {
  content: "";
  position: absolute;
  left: -9px;
  top: -9px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin: 0;
  transition: all 0.9s cubic-bezier(0.23, 1, 0.32, 1);
  transform: scale(0.5);
}
.history .timeline .dot.active:after {
  border: 1px solid #756baa;
  transform: scale(1);
}
.history .carousel-captions .caption {
  font-size: 16pt;
  font-weight: 300;
  line-height: 1.15;
  margin: 3rem 0;
  max-width: 480px;
  color: #fff;
  font-weight: 600;
}
.history .arrows {
  position: relative;
  display: flex;
}
.history .arrows .arrow {
  align-items: center;
  display: flex;
  justify-content: center;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #756baa;
  cursor: pointer;
}
.history .arrows .arrow:hover {
  background-color: #494273;
}
.history .arrows .arrow i {
  color: #fff;
}
.history .arrows .arrow.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.history .arrows .arrow.disabled:hover {
  background-color: #756baa;
}
.history .arrows .arrow.left {
  margin-right: 1rem;
}
.history .block-image-text {
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  .history {
    padding: 1rem 0;
  }
  .history .background {
    border-bottom-right-radius: 0;
  }
}
.clients {
  background-color: #fffff0;
  padding: 8rem 0 5rem 0;
}
.clients .title {
  font-size: 16pt;
  font-weight: 300;
  line-height: 1.15;
  margin: 1rem 0;
  color: #756baa;
  font-weight: 600;
}
.clients .clients-carousel .owl-stage-outer .owl-stage {
  display: flex;
}
.clients .clients-carousel .owl-stage-outer .owl-stage .owl-item {
  margin-right: 60px;
}
.clients .clients-carousel .client img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: invert(0.5);
  transition: filter 0.3s ease;
}
@media screen and (max-width: 991px) {
  .clients {
    padding: 1rem 0;
  }
  .clients .clients-carousel .owl-stage-outer .owl-stage .owl-item {
    margin-right: 10px;
  }
}
.contact-form {
  padding: 5rem 0;
  color: #fff;
}
.contact-form .background {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-position: center 0;
}
.contact-form .subtitle {
  color: #756baa;
  font-size: 18pt;
  font-weight: 600;
}
.contact-form .title {
  font-size: 32pt;
}
@media screen and (max-width: 991px) {
  .contact-form {
    padding: 1rem 0;
  }
  .contact-form .title {
    font-size: 22pt;
    line-height: 1.25;
  }
}
.contact {
  margin-top: -12rem;
  padding-top: 7rem;
}
@media screen and (max-width: 991px) {
  .contact {
    padding-top: 1rem;
    margin-top: 0;
  }
}
.contact-map {
  padding: 0;
  height: 450px;
}
.contact-map iframe {
  margin: 0;
}
.products {
  padding: 5rem 0;
  color: #fff;
}
.products .background {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-position: center bottom;
}
.products .container {
  position: relative;
}
.products .container .row {
  margin-top: -8rem;
}
.products .section-title {
  position: relative;
  font-size: 32pt;
  line-height: 1.15;
  font-weight: 600;
}
.products .section-subtitle {
  color: #756baa;
  font-weight: 600;
  position: relative;
  font-size: 16pt;
}
.products .products-spacer {
  margin: 8rem 0;
}
@media screen and (max-width: 991px) {
  .products {
    padding: 1rem 0;
  }
  .products .container .row {
    margin: 0;
  }
  .products .section-title {
    font-size: 26pt;
  }
  .products .products-spacer {
    margin: 0;
  }
}
.product-module {
  position: relative;
  overflow: hidden;
  display: block;
  transition: all 900ms cubic-bezier(0.23, 1, 0.32, 1);
}
.product-module:hover {
  transform: translateY(10px);
}
.product-module:hover .image {
  transform: scale3d(1.1, 1.1, 1);
}
.product-module .image {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.product-module .content {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  padding: 1.5rem;
}
.product-module .content .title {
  font-size: 22pt;
  font-weight: 600;
}
.product-module .content .subtitle {
  font-size: 16pt;
  line-height: 1.15;
}
@media screen and (max-width: 991px) {
  .product-module {
    margin-bottom: 1rem;
  }
}
.faqs {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.faqs .faq-module .faq-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-content: center;
  padding: 2rem 0;
}
.faqs .faq-module .faq-header:hover {
  opacity: 0.75;
}
.faqs .faq-module .faq-header .faq-title {
  font-size: 24pt;
  line-height: 1;
}
.faqs .faq-module .faq-header i {
  transform: translateY(4px);
  font-size: 22pt;
}
.faqs .faq-module .faq-body .faq-content {
  padding: 1rem 0;
}
.faqs .faq-module:not(:last-of-type) {
  border-bottom: 1px solid;
}
@media screen and (max-width: 991px) {
  .faqs .faq-module .faq-header {
    padding: 1rem 0;
  }
  .faqs .faq-module .faq-header .faq-title {
    font-size: 18pt;
  }
}
.about-hardlock {
  background-image: linear-gradient(to bottom, #12243e, #494273);
  color: #fff;
}
.about-hardlock .title {
  font-weight: 600 !important;
}
.hardlock-overview {
  background-color: #fffff0;
  padding: 4rem 0 12rem 0;
}
.hardlock-overview .subtitle {
  font-size: 16pt;
  font-weight: 500;
  color: #494273;
}
.hardlock-overview .title {
  font-size: 32pt;
  max-width: 780px;
  line-height: 1.15;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .hardlock-overview {
    padding: 1rem 0;
  }
  .hardlock-overview .title {
    font-size: 22pt;
  }
}
.hardlock-mobile {
  background-image: radial-gradient(circle, #0d4695, #12243e);
}
.hardlock-mobile .image {
  margin-top: -8rem;
}
.hardlock-mobile .subtitle {
  color: #756baa;
  font-weight: 500;
  margin-bottom: 1rem;
  font-weight: 22pt;
}
.hardlock-mobile .title {
  color: #fff;
  font-size: 28pt;
  margin-bottom: 4rem;
  font-weight: 600;
  line-height: 1.15;
}
@media screen and (max-width: 991px) {
  .hardlock-mobile {
    padding: 1rem 0 0 0;
  }
  .hardlock-mobile .title {
    font-size: 20pt;
  }
  .hardlock-mobile .content {
    order: 1;
  }
  .hardlock-mobile .btn {
    width: 100%;
  }
  .hardlock-mobile .image {
    order: 2;
    margin-top: 1rem;
  }
  .hardlock-mobile .image img {
    height: 380px;
  }
}
.hardlock-why {
  background-color: #fffff0;
}
.hardlock-why .main-block {
  padding: 5rem 0 12rem 0;
}
.hardlock-why .main-block .title {
  font-size: 28pt;
  font-weight: 600;
  line-height: 1.15;
}
.hardlock-why .main-block .subtitle {
  font-size: 14pt;
  font-weight: 500;
  color: #494273;
}
.hardlock-why .block-info {
  background-image: radial-gradient(circle at center bottom, #0d4695, #12243e);
  color: #fff;
  padding: 5rem 0;
}
.hardlock-why .block-info .image.rounded-bottom-right {
  border-bottom-right-radius: 100pt;
  overflow: hidden;
  margin-top: -12rem;
}
.hardlock-why .block-info .items {
  margin: 0;
  padding: 0;
}
.hardlock-why .block-info .items .item {
  display: flex;
  align-items: center;
  margin: 1.5rem 0;
  font-size: 15pt;
  font-weight: 600;
}
.hardlock-why .block-info .items .item .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  background-color: #666;
  height: 26px;
  width: 26px;
  min-width: 26px;
  border-radius: 50%;
  margin-right: 1rem;
}
.hardlock-why .block-info .items .item .icon i {
  font-size: 10pt;
}
@media screen and (max-width: 991px) {
  .hardlock-why {
    padding: 0;
  }
  .hardlock-why .main-block {
    padding: 1rem;
  }
  .hardlock-why .main-block .title {
    font-size: 20pt;
  }
  .hardlock-why .block-info {
    padding: 1rem;
  }
  .hardlock-why .block-info .image.rounded-bottom-right {
    border-bottom-right-radius: 50pt;
    overflow: hidden;
    margin-top: 0rem;
  }
}
.hardlock-clients-header {
  padding-bottom: 12rem;
}
.hardlock-clients-header .content .title {
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .hardlock-clients-header {
    padding-bottom: 0;
  }
}
.hardlock-clients {
  background-color: #12243e;
  color: #fff;
  padding: 5rem 0 0 0;
}
.hardlock-clients .subtitle {
  color: #756baa;
  font-size: 16pt;
  font-weight: 500;
}
.hardlock-clients .title {
  font-size: 32pt;
  font-weight: 500;
}
.hardlock-clients .caption {
  font-size: 20pt;
  color: #756baa;
  margin: 2rem 0;
}
.hardlock-clients .paragraph {
  font-size: 16pt;
}
.hardlock-clients .image {
  background-size: cover;
  background-position: center;
}
.hardlock-clients .buttons {
  margin: -15rem 0 10rem 0;
}
.hardlock-clients .buttons .button-image {
  cursor: pointer;
  margin-bottom: 1rem;
}
.hardlock-clients .buttons .button-image:hover .btn-image {
  transform: scale3d(1.025, 1.025, 1);
}
.hardlock-clients .buttons .button-image .btn-image {
  background-size: cover;
  background-position: center;
  margin-bottom: 1rem;
  transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hardlock-clients .buttons .button-image .btn-name {
  font-size: 18pt;
  line-height: 1.15;
}
@media screen and (max-width: 991px) {
  .hardlock-clients {
    padding: 1rem;
  }
  .hardlock-clients .title {
    font-size: 22pt;
    line-height: 1.25;
  }
  .hardlock-clients .caption {
    line-height: 1.25;
    margin: 0.725rem 0;
  }
  .hardlock-clients .paragraph {
    line-height: 1.425;
    font-size: 13pt;
    margin-bottom: 1rem;
  }
  .hardlock-clients .buttons {
    margin: 0;
  }
  .hardlock-clients .buttons .button-image .btn-name {
    font-size: 10pt;
  }
}
.product-features {
  background-image: radial-gradient(circle, #0d4695, #12243e);
  padding: 3rem 0;
  position: relative;
}
.product-features .background {
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background-position: center bottom;
  background-attachment: fixed;
}
.product-features .container,
.product-features .container-fluid {
  position: relative;
}
.product-features .feature {
  color: #fff;
  padding: 2rem 4rem 0 0;
  margin-bottom: 2rem;
}
.product-features .feature .title {
  font-size: 17pt;
  font-weight: 600;
  line-height: 1.15;
}
.product-features .feature .caption {
  font-size: 14pt;
}
.product-features .feature .line {
  border-top: 4px solid #756baa;
  max-width: 100px;
  margin: 0.825rem 0;
}
@media screen and (max-width: 991px) {
  .product-features {
    padding: 1rem;
  }
  .product-features .feature {
    padding: 1rem;
    margin: 1rem 0 0 0;
  }
}
.faqs-section {
  padding: 5rem;
  background-color: #fffff0;
}
.faqs-section .subtitle {
  font-size: 16pt;
}
.faqs-section .title {
  font-size: 32pt;
  line-height: 1.15;
  margin-bottom: 1rem;
}
.faqs-section .caption {
  font-size: 13pt;
}
.faqs-section .caption a {
  color: #494273;
}
.faqs-section .faqs .faq-module .faq-header .faq-title {
  font-size: 18pt;
  color: #12243e;
}
@media screen and (max-width: 991px) {
  .faqs-section {
    padding: 1rem;
  }
  .faqs-section .title {
    font-size: 22pt;
  }
  .faqs-section .faqs .faq-module .faq-header .faq-title {
    font-size: 14pt;
  }
}
/*# sourceMappingURL=site.css.map */

/* INICIO CSS AGREGADO */

.product-features .feature .title_agregado {
  font-size: 20pt;
  font-weight: 600;
  line-height: 0.5;
  color: #756bab;
}

/* FIN CSS AGREGADO */
