h1,
h2,
h3,
h4,
h5,
h6,
.text-balance {
  text-wrap: balance;
}

.sx-hero-container {
  position: relative;
}
@media (max-width: 850px) {
  .sx-hero-container {
    height: 640px !important;
    padding-bottom: 0;
  }
}
@media (min-width: 851px) {
  .sx-hero-container {
    height: 0;
    padding-bottom: 62%;
  }
}
@media (min-width: 1250px) {
  .sx-hero-container {
    height: 774px !important;
    padding-bottom: 0;
  }
}

.sx-anchor {
  display: block;
  position: absolute;
  top: -100px;
}

.sx-hero-slides {
  left: 0;
  top: 0;
  position: absolute !important;
  width: 100% !important;
  height: 100% !important;
}

.sx-hero-content,
.sx-hero-slides,
.sx-hero-slides li {
  padding: 0;
  margin: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

#sx-slide-list-element,
#sx-slide-pause {
  display: none !important;
  top: 0;
  position: absolute;
  overflow: hidden;
  width: 0 !important;
  height: 0 !important;
}
#sx-slide-list-element > *,
#sx-slide-pause > * {
  display: none !important;
}

#sx-slide-next,
#sx-slide-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #0D1A58;
  font-size: 40px;
  z-index: 10;
}

.sx-width-100 {
  width: 100% !important;
}

.sx-back-image-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
  z-index: 0;
}
.sx-back-image-1 > div {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 9000px;
}
.sx-back-image-1 img {
  top: 0;
  right: 0;
  position: absolute;
  height: 100%;
  width: auto;
  display: block;
}

.sx-slide-list,
.sx-slide-active {
  display: none;
}

#sx-slide-next {
  right: 10px;
}

#sx-slide-prev {
  left: 10px;
}

.sx-slider-content::before {
  content: "";
  display: block;
  background: rgb(5, 148, 232);
  background: linear-gradient(180deg, rgb(5, 148, 232) 0%, rgba(0, 212, 255, 0) 100%);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 150px;
}

.sx-click-area {
  position: absolute;
  width: 100%;
  height: 100%;
}

.sx-services-list {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  font-size: 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
}
.sx-services-list li,
.sx-services-list a {
  font-size: 0.7rem !important;
  display: inline-block;
}
.sx-services-list li {
  margin: 0 0.4em 0.4em 0 !important;
}
.sx-services-list a {
  color: white;
  text-decoration: none;
  padding: 0.15em 0.7em !important;
  background-color: #2743B2;
  border-radius: 0.5em;
}
.sx-services-list a:hover {
  background-color: #42BAFF;
}

.sx-ico-corner-box .content-box h5 {
  color: #122A4D;
}
.sx-ico-corner-box .content-box div {
  color: #184792;
}

.team-thumb:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #2743B2;
  opacity: 0.3;
  transition: all 0.5s ease;
}
.team-thumb img {
  transition: all 0.5s ease;
}
.team-thumb:hover:after {
  opacity: 0;
}
.team-thumb:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.flip-box {
  width: 100%;
  height: 570px;
  perspective: 1000px;
  position: relative;
  z-index: 0;
  font-size: 16px;
  line-height: 1.4em;
}
.flip-box .flip-box-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}
.flip-box .flip-box-front,
.flip-box .flip-box-back {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.flip-box .flip-box-back {
  transform: rotateY(180deg);
}
body:not(.sx-touch) .flip-box:hover {
  z-index: 2;
}
body:not(.sx-touch) .flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box .sx-flip-box-icon {
  position: absolute;
  bottom: 60px;
  right: 50%;
  transform: translateX(50%);
  width: 200px;
  height: 200px;
}
.flip-box .flip-box-front,
.flip-box .flip-box-back {
  padding: 1.5em;
}
.flip-box .sx-preheading,
.flip-box h4,
.flip-box h5,
.flip-box p {
  text-align: center;
}
.flip-box .sx-preheading,
.flip-box h4 {
  font-weight: 800;
  text-transform: uppercase;
}
.flip-box .sx-preheading {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}
.flip-box h4 {
  font-size: 1.2em;
  padding-bottom: 0.8em;
}
.flip-box h5 {
  text-align: center;
  font-size: 1em;
  padding-bottom: 0.5em;
}
.flip-box li {
  padding-bottom: 0.5em;
}
.flip-box .sx-icon-back {
  position: absolute;
  color: white;
  opacity: 0.3;
  right: -0.2em;
  top: -0.2em;
  font-size: 15em;
  z-index: 0;
}
.flip-box .flip-box-front {
  background: rgb(127, 139, 183);
  background: linear-gradient(180deg, rgb(127, 139, 183) 0%, rgb(92, 103, 146) 100%);
}
.flip-box .flip-box-front,
.flip-box .flip-box-front .sx-preheading,
.flip-box .flip-box-front h4,
.flip-box .flip-box-front h5 {
  color: white;
}
.flip-box .flip-box-back {
  background: rgb(77, 108, 217);
  background: linear-gradient(180deg, rgb(77, 108, 217) 0%, rgb(34, 61, 162) 100%);
}
.flip-box .flip-box-back,
.flip-box .flip-box-back .sx-preheading,
.flip-box .flip-box-back h4,
.flip-box .flip-box-back h5 {
  color: white;
}
@media (min-width: 1200px) {
  .flip-box {
    height: 0;
    padding-bottom: 90%;
    font-size: 19px;
  }
  .flip-box .sx-flip-box-side {
    width: 50%;
  }
  .flip-box .sx-flip-box-icon {
    transform: none;
    right: -1em;
    bottom: 50px;
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 460px) {
  .flip-box {
    font-size: 14px;
  }
}
body.sx-touch .flip-box.sx-active {
  z-index: 2;
}
body.sx-touch .flip-box.sx-active .flip-box-inner {
  transform: rotateY(180deg);
}

.sx-flip-next,
.sx-toggle-flip-box {
  position: absolute;
  bottom: 1.5em;
  padding: 0.5em 1em;
  background-color: #42BAFF;
  color: white !important;
  font-size: 0.9em;
  text-transform: uppercase;
}
.sx-flip-next.sx-left,
.sx-toggle-flip-box.sx-left {
  left: 1.5em;
}
.sx-flip-next.sx-right,
.sx-toggle-flip-box.sx-right {
  right: 1.5em;
}

.sx-toggle-flip-box {
  display: none;
}

body.sx-touch .sx-toggle-flip-box {
  display: block;
}

@media (max-width: 991px) {
  .sx-max-container {
    max-width: 460px;
    margin: 0 auto;
  }
}
.icon-box-s2.bg1::before {
  background-image: url(../images/protocolos.webp);
}

.icon-box-s2.bg2::before {
  background-image: url(../images/optimizacion.webp);
}

.icon-box-s2.bg3::before {
  background-image: url(../images/ui-ux.webp);
}

.sync {
  transition: all 0.5s ease;
}

th.sx-sdx-col {
  background-color: #2743B2;
}

td.sx-sdx-col {
  background-color: rgba(39, 67, 178, 0.2);
  color: #2743B2;
  min-width: 200px;
}
td.sx-sdx-col i::before {
  font-size: 35px;
}

.sx-centered-cells {
  color: #787878;
}
.sx-centered-cells.table-striped tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 58, 148, 0.05);
}
.sx-centered-cells tbody td,
.sx-centered-cells thead th {
  text-align: center;
}
.sx-centered-cells th {
  color: #00166D;
}
.sx-centered-cells thead {
  font-size: 23px;
}
.sx-centered-cells th,
.sx-centered-cells td {
  vertical-align: middle;
  max-width: 170px;
}
.sx-centered-cells tr > th {
  max-width: 300px;
}
.sx-centered-cells tbody tr > th {
  font-size: 18px;
}
.sx-centered-cells .sx-header-tint {
  background: rgba(0, 0, 0, 0.4);
  color: white;
}

.sx-rounded-corners {
  border-radius: 20px;
}

h5 {
  font-size: 18px;
}

.services-v3 {
  padding-bottom: 120px;
}

.project_filters li {
  margin-right: 5px;
  margin-left: 5px;
}
.project_filters li:last-child {
  margin-right: 0;
}
.project_filters li:first-child {
  margin-left: 0;
}
.project_filters li a {
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding: 7px 10px;
  background-color: #839DD8;
  color: white;
  border-radius: 5px;
}
.project_filters li a:hover, .project_filters li a.selected {
  background-color: #2743B2;
  color: white;
}
.project_filters li a:hover:after, .project_filters li a.selected:after {
  display: none;
}

.projects-style-1 .projects-box {
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.14);
}
.projects-style-1 .projects-box:hover .portfolio-info {
  background: rgba(12, 41, 53, 0.155555);
}

.sx-intro-img {
  border-radius: 30px;
  -webkit-box-shadow: 0px 30px 80px 10px rgba(13, 32, 102, 0.3);
  box-shadow: 0px 30px 80px 10px rgba(13, 32, 102, 0.3);
}

.sx-intro-img-black {
  border-radius: 30px;
  -webkit-box-shadow: 0px 30px 80px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 30px 80px 10px rgba(0, 0, 0, 0.3);
}

[class^=sx-img-overlay-],
[class*=" sx-img-overlay-"] {
  position: relative;
  overflow: hidden;
}
[class^=sx-img-overlay-] img,
[class*=" sx-img-overlay-"] img {
  display: block;
  width: 100%;
}
[class^=sx-img-overlay-]::after,
[class*=" sx-img-overlay-"]::after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  transition: all 0.5s ease;
}
[class^=sx-img-overlay-]:hover::after,
[class*=" sx-img-overlay-"]:hover::after {
  opacity: 0;
  transition: all 0.5s ease;
}

.sx-img-overlay-light-purple::after {
  background: linear-gradient(0deg, rgba(75, 109, 194, 0.6) 0%, rgba(75, 109, 194, 0.3) 20%, rgba(75, 109, 194, 0.3) 100%);
}

.sx-img-overlay-light-aqua::after {
  background: linear-gradient(0deg, rgba(83, 163, 203, 0.6) 0%, rgba(83, 163, 203, 0.3) 20%, rgba(83, 163, 203, 0.3) 100%);
}

.sx-img-overlay-blue::after {
  background: linear-gradient(0deg, rgba(39, 67, 179, 0.6) 0%, rgba(39, 67, 179, 0.3) 20%, rgba(39, 67, 179, 0.3) 100%);
}

.sx-img-overlay-black::after {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0.3) 100%);
}

.sx-img-overlay-white::after {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 20%, rgba(255, 255, 255, 0.3) 100%);
}

[class^=sx-side-back-],
[class*=" sx-side-back-"] {
  margin-top: 0;
  margin-bottom: 0;
  padding: 27px 0 27px 0;
  position: relative;
  font-family: "Poppins", Sans-serif;
  color: white;
}
[class^=sx-side-back-] h2,
[class^=sx-side-back-] p,
[class*=" sx-side-back-"] h2,
[class*=" sx-side-back-"] p {
  color: white;
}
[class^=sx-side-back-] h2,
[class*=" sx-side-back-"] h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 44px;
  margin-top: 17px;
  margin-bottom: 22px;
}
[class^=sx-side-back-] p,
[class*=" sx-side-back-"] p {
  font-size: 18px;
  font-weight: 400;
}
[class^=sx-side-back-]::before,
[class*=" sx-side-back-"]::before {
  content: "";
  border-radius: 20px;
  display: block;
  position: absolute;
  height: 100%;
  width: calc(100% - 95px);
  right: 0;
  top: 0;
  color: white;
}
[class^=sx-side-back-] .sx-side-title,
[class*=" sx-side-back-"] .sx-side-title {
  margin-left: 30px;
  margin-right: 60px;
}
[class^=sx-side-back-].sx-side-left::before,
[class*=" sx-side-back-"].sx-side-left::before {
  right: auto;
  left: 0;
}
[class^=sx-side-back-].sx-side-left .sx-side-title,
[class*=" sx-side-back-"].sx-side-left .sx-side-title {
  margin-left: 60px;
  margin-right: 30px;
}
@media (max-width: 992px) {
  [class^=sx-side-back-]::before,
  [class*=" sx-side-back-"]::before {
    width: auto;
    left: 40px !important;
    right: 40px !important;
  }
  [class^=sx-side-back-] .sx-side-title,
  [class*=" sx-side-back-"] .sx-side-title {
    margin-left: 90px !important;
    margin-right: 90px !important;
  }
  [class^=sx-side-back-] .sx-side-title h2,
  [class^=sx-side-back-] .sx-side-title p,
  [class*=" sx-side-back-"] .sx-side-title h2,
  [class*=" sx-side-back-"] .sx-side-title p {
    text-align: center;
  }
}

.sx-side-back-1::before {
  background: rgb(102, 131, 231);
  background: linear-gradient(90deg, rgb(102, 131, 231) 0%, rgb(1, 31, 138) 100%);
}

.sx-side-back-2,
.sx-side-back-2 h2,
.sx-side-back-2 p,
.sx-side-back-2 ul {
  color: #263C79;
}
.sx-side-back-2::before {
  background: rgb(190, 203, 255);
  background: linear-gradient(90deg, rgb(190, 203, 255) 0%, rgb(141, 161, 240) 100%);
}

.ot-image-box .overlay {
  background: rgba(39, 67, 179, 0.7);
}
.ot-image-box:hover .overlay {
  background: rgba(39, 67, 179, 0.4);
}

.icon-box-s2.i9 {
  border-radius: 30px;
}
.icon-box-s2.i9, .icon-box-s2.i9:hover {
  background: rgb(85, 133, 219) !important;
  background: linear-gradient(0deg, rgb(85, 133, 219) 0%, rgb(20, 57, 153) 100%) !important;
}

.icon-box-s2.i9 .icon-main {
  color: #8CC9FF;
}

.icon-box-s2.i9::before {
  background-color: transparent;
  background-image: linear-gradient(50deg, #4C55E0 0%, #DD54FF 100%);
}

.main-navigation ul li ul {
  width: auto !important;
}

.serv-box .content-box ul {
  list-style: square;
  text-transform: none;
  font-weight: 400;
  padding-left: 20px;
}
.serv-box .content-box ul li {
  padding: 0;
}

.section-consultation {
  padding-top: 45px;
  padding-bottom: 45px;
}
.section-consultation h2 {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .section-consultation h2 {
    font-size: 32px;
    line-height: 42px;
  }
}

.sx-light {
  display: none;
}

.mobile_nav {
  background-color: transparent !important;
}
.mobile_nav li,
.mobile_nav li a {
  border-bottom: transparent 0px !important;
}

.page-header {
  position: relative;
  overflow: hidden;
  background-image: none;
  background-color: transparent;
}
.page-header .sx-hero-background {
  z-index: -1;
}

.sx-transparent-header .site-header,
.sx-transparent-header .header_mobile {
  background-color: transparent !important;
  border-bottom: none;
  box-shadow: none;
}
.sx-transparent-header .site-header.active,
.sx-transparent-header .header_mobile.active {
  background-color: white !important;
}
.sx-transparent-header .header_mobile.active .mobile_logo .sx-light {
  display: none;
}
.sx-transparent-header .header_mobile.active .mobile_logo .sx-dark {
  display: block;
}
.sx-transparent-header .octf-main-header:not(.is-stuck) .site-logo .sx-light {
  display: block;
}
.sx-transparent-header .octf-main-header:not(.is-stuck) .site-logo .sx-dark {
  display: none;
}
.sx-transparent-header .octf-main-header:not(.is-stuck) .menu > li > a {
  color: #FFFFFF !important;
}
.sx-transparent-header .octf-main-header:not(.is-stuck) ul > li.menu-item-has-children > a::after {
  color: white;
}
@media (min-width: 1025px) {
  .sx-transparent-header .site-content:not(.sx-is-stuck) {
    margin-top: -103px !important;
  }
}
@media (max-width: 1024px) {
  .sx-transparent-header .site-content {
    margin-top: -95px !important;
  }
  .sx-transparent-header .mobile_logo .sx-light {
    display: block;
  }
  .sx-transparent-header .mobile_logo .sx-dark {
    display: none;
  }
  .sx-transparent-header #mmenu_toggle:not(.active) button, .sx-transparent-header #mmenu_toggle:not(.active) button::before, .sx-transparent-header #mmenu_toggle:not(.active) button::after {
    background-color: #FFFFFF;
  }
}

.nav-home-1.tparrows {
  background-color: #4275AB;
  padding: 0;
}
.nav-home-1.tparrows, .nav-home-1.tparrows::before {
  font-size: 18px !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 36px;
}
.nav-home-1.tparrows:hover {
  background-color: #002759;
}
.nav-home-1.tparrows:hover, .nav-home-1.tparrows:hover::before {
  color: white;
}
@media (max-width: 850px) {
  .nav-home-1.tparrows {
    background-color: white;
  }
  .nav-home-1.tparrows, .nav-home-1.tparrows::before {
    color: #002759 !important;
  }
  .nav-home-1.tparrows:hover {
    background-color: #002759;
  }
  .nav-home-1.tparrows:hover, .nav-home-1.tparrows:hover::before {
    color: white !important;
  }
}

.tp-bullets {
  display: none !important;
}

.sx-hero-menu-padding {
  position: absolute;
  width: 100%;
  top: 102px;
}
@media (max-width: 1024px) {
  .sx-hero-menu-padding {
    top: 65px;
  }
}

.sx-text-gradient {
  background: -webkit-linear-gradient(#000b9b, #7885cf);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sx-hero-text h1,
.sx-hero-text h2 {
  font-weight: bold;
  font-size: 4.5vw;
  color: #fff;
  line-height: 1em;
  padding-top: 0;
}
.sx-hero-text .sx-list-code {
  font-size: 2vw;
  padding-top: 6vw;
}

.sx-list-code {
  font-size: 27px;
  font-family: "JetBrains Mono", monospace;
  line-height: 1.5em;
}
.sx-list-code,
.sx-list-code li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sx-list-code li::before {
  content: "_";
}

.sx-hero-clip-continuidad {
  clip-path: url("#sxclip6");
}

.sx-hero-clip-virtualizacion {
  clip-path: url("#sxclip3");
}

.sx-hero-clip-infraestructura {
  clip-path: url("#sxclip4");
}

.sx-hero-clip-servicios {
  clip-path: url("#sxclip2");
}

.sx-hero-clip-llave {
  clip-path: url("#sxclip1");
}

@media (max-width: 850px) {
  [class^=sx-hero-clip-],
  [class*=" sx-hero-clip-"] {
    clip-path: none !important;
    height: 100% !important;
    max-height: none !important;
  }
}
[class^=sx-hero-background-mesh-gradient],
[class*=" sx-hero-background-mesh-gradient"] {
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.sx-hero-background-mesh-gradient {
  background-image: url("../images/gradients.png");
}

.sx-hero-background-mesh-gradient-dark {
  background-image: url("../images/gradients-2.webp");
}

.sx-hero-background-lines {
  background-image: url("../images/lines.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.page-header [class^=sx-hero-background-mesh-gradient],
.page-header [class*=" sx-hero-background-mesh-gradient"],
.sx-active [class^=sx-hero-background-mesh-gradient],
.sx-active [class*=" sx-hero-background-mesh-gradient"] {
  animation: sx-alpha-1 30s ease infinite;
}
.page-header .sx-hero-background-lines,
.sx-active .sx-hero-background-lines {
  animation: sx-alpha-2 20s ease infinite;
}
.page-header .sx-hero-background-gradient,
.sx-active .sx-hero-background-gradient {
  animation: sx-gradient-1 15s ease infinite;
}
.page-header .sx-hero-background-gradient-dark,
.sx-active .sx-hero-background-gradient-dark {
  animation: sx-gradient-1 15s ease infinite;
}
.page-header .sx-hero-background-gradient-pink,
.sx-active .sx-hero-background-gradient-pink {
  animation: sx-gradient-1 15s ease infinite;
}

.sx-white-text {
  color: white !important;
}

.sx-hero-background-gradient {
  background: linear-gradient(-45deg, #acabdb, #2643b2, #5ac4e1, #262876);
  background-size: 400% 400%;
}

.sx-hero-background-gradient-dark {
  background: linear-gradient(-45deg, #2259a2, #10237b, #5e5ae1, #0b0e76);
  background-size: 400% 400%;
}

.sx-hero-background-gradient-pink {
  background: linear-gradient(-45deg, #e09894, #4d3daf, #586ec9, #6e4e88);
  background-size: 400% 400%;
}

.sx-hero-background-size, .sx-hero-background {
  width: 160vw;
  height: 54vw;
}

.sx-hero-background {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

@media (min-width: 1250px) {
  .sx-hero-background-size, .sx-hero-background {
    max-width: 1922px;
    max-height: 650px;
  }
  .sx-hero-background {
    max-width: 1993px;
    max-height: 674.316px;
  }
}
@media (max-width: 850px) {
  .sx-hero-clip {
    clip-path: none !important;
    height: 100%;
    max-height: none !important;
  }
  .sx-hero-background-size, .sx-hero-background {
    max-width: 1922px;
    max-height: 650px;
  }
  .sx-hero-background {
    max-width: 1922px;
    max-height: 650px;
  }
}
.sx-hero-title {
  position: absolute;
  width: 100%;
  top: 50px;
}
.sx-hero-title h1,
.sx-hero-title h2 {
  font-weight: 700;
  text-align: center;
  color: white;
  font-size: 4.7vw;
}

@media (min-width: 1250px) {
  .sx-hero-title h1,
  .sx-hero-title h2 {
    font-size: 56.4px;
  }
}
@media (max-width: 850px) {
  .sx-hero-title {
    top: 20px;
  }
  .sx-hero-title h1,
  .sx-hero-title h2 {
    font-size: 30px;
    width: 300px;
    margin: 0 auto;
  }
}
.sx-hero-2-diagram-container {
  width: 100%;
  height: 10px;
}

.sx-hero-2-diagram {
  position: relative;
  max-width: 1124px;
  width: 90%;
  left: 50%;
  transform: translateX(-50%);
  top: 24vw;
}

@media (max-width: 850px) {
  .sx-hero-2-diagram {
    left: 50%;
    transform: translateX(-50%);
    top: 140px;
  }
}
@media (min-width: 1250px) {
  .sx-hero-2-diagram {
    top: 300px;
  }
}
.sx-hero-ico-2-image,
.sx-hero-ico-1-image {
  position: absolute;
}
.sx-hero-ico-2-image img,
.sx-hero-ico-1-image img {
  width: 100%;
  transition: all 0.5s ease;
}
.sx-hero-ico-2-image:hover img,
.sx-hero-ico-1-image:hover img {
  transition: all 0.5s ease;
  margin-top: -8%;
}
.sx-hero-ico-2-image .sx-icon-title,
.sx-hero-ico-1-image .sx-icon-title {
  font-family: "JetBrains Mono", monospace;
  line-height: 1.5em;
  width: 100%;
  text-align: center;
  font-size: 1.8vw;
  left: 0;
  color: #223da2;
}
@media (max-width: 850px) {
  .sx-hero-ico-2-image .sx-icon-title,
  .sx-hero-ico-1-image .sx-icon-title {
    color: white;
  }
}

.sx-hero-ico-1-image {
  width: 19.24%;
}
.sx-hero-ico-1-image:nth-child(1) {
  left: 0;
}
.sx-hero-ico-1-image:nth-child(2) {
  left: 26.92%;
}
.sx-hero-ico-1-image:nth-child(3) {
  left: 53.84%;
}
.sx-hero-ico-1-image:nth-child(4) {
  left: 80.76%;
}

.sx-hero-ico-1-image .sx-icon-title {
  top: -7vw;
  font-size: 1.8vw;
}

@media (min-width: 1250px) {
  .sx-hero-ico-1-image .sx-icon-title {
    top: -85.5px;
    font-size: 22.5px;
  }
}
@media (max-width: 850px) {
  .sx-hero-ico-1-image {
    width: 100px;
  }
  .sx-hero-ico-1-image .sx-icon-title {
    width: 120px;
    margin-left: -10px;
    top: -40.5px;
    font-size: 10.8px;
  }
  .sx-hero-ico-1-image:nth-child(1) {
    top: 0;
    left: 0;
  }
  .sx-hero-ico-1-image:nth-child(2) {
    top: 0;
    left: 150px;
  }
  .sx-hero-ico-1-image:nth-child(3) {
    top: 190px;
    left: 0;
  }
  .sx-hero-ico-1-image:nth-child(4) {
    top: 190px;
    left: 150px;
  }
  .sx-hero-4-icons {
    width: 250px;
  }
}
.sx-hero-ico-2-image {
  width: 16.5%;
}
.sx-hero-ico-2-image:nth-child(1) {
  left: 0;
}
.sx-hero-ico-2-image:nth-child(2) {
  left: 20.875%;
  top: 12vw;
}
.sx-hero-ico-2-image:nth-child(3) {
  left: 41.75%;
}
.sx-hero-ico-2-image:nth-child(4) {
  left: 62.625%;
  top: 12vw;
}
.sx-hero-ico-2-image:nth-child(5) {
  left: 83.5%;
}

.sx-hero-ico-2-image .sx-icon-title {
  top: -5.5vw;
  font-size: 1.5vw;
}

.sx-hero-5-icons {
  top: 19vw;
}

@media (min-width: 1250px) {
  .sx-hero-ico-2-image .sx-icon-title {
    top: -68.56px;
    font-size: 18.71px;
  }
  .sx-hero-ico-2-image:nth-child(2), .sx-hero-ico-2-image:nth-child(4) {
    top: 150px;
  }
  .sx-hero-5-icons {
    top: 237px;
  }
}
@media (max-width: 850px) {
  .sx-hero-ico-2-image {
    width: 100px;
  }
  .sx-hero-ico-2-image .sx-icon-title {
    width: 120px;
    margin-left: -10px;
    top: -40.5px;
    font-size: 10.8px;
  }
  .sx-hero-ico-2-image:nth-child(1) {
    top: 0;
    left: 0;
  }
  .sx-hero-ico-2-image:nth-child(2) {
    top: 0;
    left: 220px;
  }
  .sx-hero-ico-2-image:nth-child(3) {
    top: 95px;
    left: 110px;
  }
  .sx-hero-ico-2-image:nth-child(4) {
    top: 190px;
    left: 0;
  }
  .sx-hero-ico-2-image:nth-child(5) {
    top: 190px;
    left: 220px;
  }
  .sx-hero-5-icons {
    top: 160px;
    width: 320px;
  }
}
.sx-hero-3-diagram {
  width: 45.5vw;
  left: 50vw;
  position: relative;
  top: 5vw;
}
.sx-hero-3-diagram > * {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}

.sx-text-paragraph {
  color: white;
  font-family: "JetBrains Mono", monospace;
  line-height: 1.5em;
  font-size: 1.8vw;
}

.sx-text-bullets {
  color: white;
  font-family: "JetBrains Mono", monospace;
  line-height: 1.5em;
  font-size: 1.3vw;
  padding-top: 3vw;
}

.sx-virtualizacion-logos {
  padding-top: 3vw;
}

.sx-hero-text.sx-hero-text-3 {
  width: 30.6vw;
}
.sx-hero-text.sx-hero-text-3 h1,
.sx-hero-text.sx-hero-text-3 h2 {
  font-size: 30px;
}

@media (min-width: 1250px) {
  .sx-hero-3-diagram {
    width: 568px;
    top: 63px;
  }
  .sx-text-paragraph {
    font-size: 22.5px;
  }
  .sx-text-bullets {
    font-size: 16px;
    padding-top: 37px;
  }
  .sx-virtualizacion-logos {
    padding-top: 37px;
  }
  .sx-virtualizacion-logos {
    max-width: 250px;
  }
  .sx-hero-text.sx-hero-text-3 {
    width: 382px;
  }
  .sx-hero-text.sx-hero-text-3 h1,
  .sx-hero-text.sx-hero-text-3 h2 {
    font-size: 30px;
  }
}
@media (max-width: 850px) {
  .sx-hero-3-diagram {
    transform: translateX(-50%);
    width: 260px;
    top: 39px;
  }
  .sx-text-paragraph {
    font-size: 12px;
    padding-top: 20px;
    width: 300px;
    margin: 0 auto;
  }
  .sx-text-bullets {
    font-size: 10px;
    padding-top: 20px;
    width: 300px;
    margin: 0 auto;
  }
  .sx-virtualizacion-logos {
    padding-top: 20px;
    width: 300px;
    margin: 0 auto;
  }
  .sx-virtualizacion-logos-proxmox {
    width: 200px;
  }
  .sx-hero-text.sx-hero-text-3 {
    top: 326px;
    width: 100%;
  }
  .sx-hero-text.sx-hero-text-3 h1,
  .sx-hero-text.sx-hero-text-3 h2 {
    font-size: 18px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
  }
}
.sx-hero-text {
  left: 10vw;
  position: absolute;
  top: 5vw;
}
.sx-hero-text h1,
.sx-hero-text h2 {
  font-size: 4.5vw;
}
.sx-hero-text .sx-list-code {
  font-size: 2vw;
  padding-top: 6vw;
}

.sx-hero-1-diagram-container {
  position: absolute;
  left: 35vw;
  width: 60vw;
  top: 3vw;
}

@media (min-width: 1250px) {
  .sx-hero-text {
    left: 50%;
    margin-left: -501px;
    top: 62.42px;
  }
  .sx-hero-text h1,
  .sx-hero-text h2 {
    font-size: 56.12px;
  }
  .sx-hero-text .sx-list-code {
    font-size: 24.9px;
    padding-top: 74.9px;
  }
  .sx-hero-1-diagram-container {
    left: 50%;
    margin-left: -191px;
    width: 750px;
    top: 37.45px;
  }
}
@media (max-width: 850px) {
  .sx-hero-text {
    left: auto;
    top: 330px;
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .sx-hero-text h1,
  .sx-hero-text h2 {
    font-size: 30px;
    text-align: center;
  }
  .sx-hero-text .sx-list-code {
    background: transparent;
    -webkit-background-clip: inherit;
    background-clip: inherit;
    -webkit-text-fill-color: white;
    color: white;
    font-size: 24.9px;
    padding-top: 0;
    list-style: none;
    font-size: 14px;
    text-align: center;
  }
  .sx-hero-text .sx-list-code li {
    display: inline;
  }
  .sx-hero-1-diagram-container {
    left: 50%;
    margin-left: 0;
    transform: translateX(-50%);
    width: 370px;
    top: 10px;
  }
}
.sx-icon-title {
  font-family: "JetBrains Mono", monospace;
  line-height: 1.5em;
  color: white;
  font-size: 10px;
  line-height: 10px;
  position: absolute;
  width: 100px;
}

.sx-icon-title-left {
  left: 7%;
  bottom: 14%;
  transform: translateX(-100%);
  text-align: right;
}

.sx-icon-title-right {
  text-align: left;
  left: 95%;
  bottom: 14%;
}

.sx-icon-title-top {
  text-align: left;
  left: 93%;
  top: 20%;
}

.sx-icon-title-bottom {
  text-align: left;
  left: 103%;
  top: 28%;
}

.sx-hero-1-back {
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 14.5%;
  pointer-events: none;
}
.sx-hero-1-back img {
  width: 100%;
  height: auto;
}

.sx-hero-1-diagram {
  position: absolute;
  width: 100%;
  padding-bottom: 84.2%;
  height: 0;
}
.sx-hero-1-diagram a {
  position: absolute;
  width: 26.7%;
  height: 36.4%;
}
.sx-hero-1-diagram a img {
  width: 100%;
}
.sx-hero-1-diagram .sx-hero-1-image.sx-1,
.sx-hero-1-diagram .sx-hero-1-image.sx-3 {
  left: 36%;
}
.sx-hero-1-diagram .sx-hero-1-image.sx-2,
.sx-hero-1-diagram .sx-hero-1-image.sx-4 {
  top: 31.5%;
}
.sx-hero-1-diagram .sx-hero-1-image.sx-2 {
  right: 0;
}
.sx-hero-1-diagram .sx-hero-1-image.sx-3 {
  bottom: 0;
}

.sx-hero-1-image img {
  width: 100%;
  transition: all 0.5s ease;
}
.sx-hero-1-image:hover img {
  transition: all 0.5s ease;
  margin-top: -8%;
}

.sx-slider-content {
  height: 100%;
  position: relative;
  background-color: white;
}

.sx-full-background-element, [class^=sx-hero-background-mesh-gradient],
[class*=" sx-hero-background-mesh-gradient"], .sx-hero-background-lines, .sx-hero-background-gradient, .sx-hero-background-gradient-dark, .sx-hero-background-gradient-pink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sx-svg-clips {
  position: absolute;
  left: -99999px;
}

@keyframes sx-gradient-1 {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes sx-alpha-1 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  40% {
    opacity: 0.8;
  }
  75% {
    opacity: 0.6;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sx-alpha-2 {
  0% {
    opacity: 0.2;
  }
  25% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  75% {
    opacity: 0.7;
  }
  100% {
    opacity: 0.2;
  }
}
.sx-bordered-list {
  color: white;
  font-size: 16px;
}
.sx-bordered-list,
.sx-bordered-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sx-bordered-list li {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  height: 60px;
  border-width: 1px;
  border-style: solid;
  margin-top: -1px;
  line-height: 1.3em;
  border-radius: 20px;
}
.sx-bordered-list li span {
  display: block;
  padding: 0 20px;
}
.sx-bordered-list li:first-child {
  margin-top: 0;
}
.sx-bordered-list li:nth-child(odd) {
  border-image: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) 1;
}
.sx-bordered-list li:nth-child(even) {
  border-image: linear-gradient(to left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%) 1;
}

.sx-table-scroll {
  overflow: scroll;
  margin: 0 15px;
}

@media (max-width: 600px) {
  .page-header .page-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .ot-heading h2 {
    font-size: 23px;
    line-height: 30px;
  }
  .cta-section-i9 {
    margin-bottom: 140px;
    padding: 40px;
  }
  .cta-section-i9 p {
    font-size: 20px;
    line-height: 30px;
  }
  .font-i9 {
    line-height: 30px;
    font-size: 24px;
  }
  .team-top-title {
    font-size: 30px;
    line-height: 33px;
  }
  .icon-box-s2.i9 .content-box h5 {
    font-size: 20px;
    line-height: 30px;
  }
  [class^=sx-side-back-] .sx-side-title,
  [class*=" sx-side-back-"] .sx-side-title {
    margin-right: 60px !important;
    margin-left: 60px !important;
  }
  [class^=sx-side-back-] .sx-side-title h2,
  [class*=" sx-side-back-"] .sx-side-title h2 {
    font-size: 20px;
    line-height: 24px;
  }
  .sx-centered-cells tbody tr > th {
    font-size: 14px;
    min-width: 100px;
    width: 100px;
  }
  th.sx-sdx-col,
  td.sx-sdx-col {
    min-width: 100px;
    width: 100px;
  }
  th.sx-sdx-col img,
  td.sx-sdx-col img {
    width: 100px !important;
  }
  .sx-centered-cells thead {
    font-size: 18px;
  }
}
.sx-table-rounded {
  background-color: #13276b;
  border-radius: 6px;
  border-spacing: 6px;
  border-collapse: separate;
  border: 3px solid #13276b;
}
.sx-table-rounded th,
.sx-table-rounded td {
  border: 0;
  color: white;
  padding: 0;
  line-height: 1.2em;
  height: 2.4em;
}
.sx-table-rounded th {
  font-weight: bold;
}
.sx-table-rounded td {
  font-weight: normal;
  border-radius: 6px;
  background-color: #324da0;
  text-align: center;
}
.sx-table-rounded.sx-aqua {
  background-color: #40b0ce;
  border-color: #40b0ce;
}
.sx-table-rounded.sx-aqua td {
  background-color: #0e94bd;
}

.sx-title-details {
  padding-bottom: 10px;
}
.sx-title-details .sx-proxmox-badge {
  width: 180px;
  filter: drop-shadow(0px 0px 5px #FFFFFF);
}

.sx-list-badges {
  line-height: 1em;
  padding: 20px 0;
  margin-bottom: 0 !important;
}
.sx-list-badges li {
  color: white;
  padding-bottom: 10px;
  font-size: 1.3em;
  line-height: 1.1em;
}
.sx-list-badges li:last-child {
  padding-bottom: 0;
}
.sx-list-badges span {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 10px;
  background-color: #354ba1;
}

@media (max-width: 992px) {
  .page-header-2,
  .page-header-2 .sx-hero-background {
    height: 400px;
  }
  .sx-list-badges {
    padding: 20px 0;
  }
  .sx-list-badges li {
    font-size: 1em;
    line-height: 1.1em;
  }
  .sx-title-details .sx-proxmox-badge {
    width: 150px;
  }
}
.sx-small-list li {
  font-size: 0.9em;
  line-height: 1.6em;
}

.sx-up {
  position: relative;
  z-index: 1;
}

.sx-text-big {
  font-size: 1.7em;
  line-height: 1.5em;
  text-wrap: balance;
}

.sx-text-medium {
  font-size: 1.3em;
  line-height: 1.1em;
  text-wrap: balance;
}

.sx-gradient-blue {
  background: #34419E;
  background: linear-gradient(143deg, rgb(52, 65, 158) 0%, rgb(15, 24, 92) 100%);
}

.sx-gradient-gray {
  background: #252727;
  background: linear-gradient(319deg, rgb(37, 39, 39) 0%, rgb(81, 84, 84) 100%);
}

.sx-gradient-orange {
  background: #d6762c;
  background: #D6762C;
  background: linear-gradient(180deg, rgb(214, 118, 44) 0%, rgb(255, 154, 77) 100%);
}

.sx-gradient-gray-white {
  background: #636363;
  background: linear-gradient(180deg, rgb(99, 99, 99) 0%, rgb(232, 232, 232) 100%);
}

.sx-gradient-orange-dark {
  background: #4A1500;
  background: linear-gradient(171deg, rgb(74, 21, 0) 0%, rgb(225, 110, 1) 100%);
}

.sx-background-blue-servers {
  background-color: #556aa8;
  background-image: url(../images/background-servers.webp);
  background-size: cover;
  background-position: 50% 50%;
}

.sx-gradient-light-blue {
  background: #7279E8;
  background: linear-gradient(146deg, rgb(114, 121, 232) 0%, rgb(78, 87, 197) 100%);
}

.sx-small-logo {
  width: 30%;
}

.sx-medium-logo {
  width: 47%;
}

.sx-big-logo {
  width: 70%;
}

@media (max-width: 991px) {
  .sx-small-logo {
    width: 250px;
  }
  .sx-medium-logo {
    width: 250px;
  }
  .sx-wide-logo,
  .sx-big-logo {
    width: 250px;
  }
}
.sx-square-icon {
  width: 100px;
  height: 100px;
}

.sx-bucket {
  border-radius: 20px;
}
.sx-bucket h3,
.sx-bucket h4,
.sx-bucket h5,
.sx-bucket h6 {
  color: white;
}
.sx-bucket p {
  font-size: 17px;
  line-height: 24.5px;
}

.sx-bucket-orange {
  background-color: #d6762c;
}
.sx-bucket-orange,
.sx-bucket-orange h3,
.sx-bucket-orange h4,
.sx-bucket-orange h5,
.sx-bucket-orange h6 {
  color: white;
}

.sx-bucket-blue {
  background-color: #3141a6;
}
.sx-bucket-blue,
.sx-bucket-blue h3,
.sx-bucket-blue h4,
.sx-bucket-blue h5,
.sx-bucket-blue h6 {
  color: white;
}

.sx-bucket-dark-blue {
  background-color: #1e2877;
}
.sx-bucket-dark-blue,
.sx-bucket-dark-blue h3,
.sx-bucket-dark-blue h4,
.sx-bucket-dark-blue h5,
.sx-bucket-dark-blue h6 {
  color: white;
}

.sx-header-badges {
  font-size: 0;
}
.sx-header-badges img {
  height: auto;
}
@media (max-width: 991px) {
  .sx-header-badges img {
    width: 100px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .sx-header-badges {
    display: flex;
  }
  .sx-header-badges img {
    width: 150px;
    margin-left: 15px;
  }
}

.sx-medium-text-bucket {
  font-size: 18px;
}

.sx-numeralia {
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto;
}
.sx-numeralia li {
  text-align: center;
  vertical-align: top;
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  color: white;
  display: inline-block;
  margin-right: 60px;
}
.sx-numeralia li:last-child {
  margin-right: 0;
}
.sx-numeralia span {
  line-height: 1.2em;
  display: block;
}
.sx-numeralia .sx-numero {
  font-size: 60px;
}
.sx-numeralia .sx-descripcion {
  font-size: 23px;
}
@media (max-width: 991px) {
  .sx-numeralia li {
    margin-right: 30px;
  }
  .sx-numeralia .sx-numero {
    font-size: 30px;
  }
  .sx-numeralia .sx-descripcion {
    font-size: 12px;
  }
}

.sx-displace-bottom {
  transform: translateY(50%);
}

.sx-watermark-container {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.sx-watermark-image {
  position: absolute;
  left: 50%;
  height: 80%;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

@media (min-width: 991px) {
  .sx-zero-height {
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
  }
  .sx-zero-height > div {
    transform: translateY(-50%);
    position: relative;
    z-index: 1;
  }
}

.sx-image-col {
  height: 100%;
  background-size: cover;
}
@media (max-width: 992px) {
  .sx-image-col {
    min-height: 770px;
  }
}
@media (max-width: 767px) {
  .sx-image-col {
    min-height: 470px;
  }
}

.sx-accordion .card {
  border-radius: 10px !important;
  overflow: hidden;
  border: none !important;
  margin-bottom: 10px;
}
.sx-accordion .card-body {
  background-color: #dfdfdf;
  border: none;
  line-height: 1.4em;
  padding: 10px 10px 20px 10px;
  color: black;
}
.sx-accordion .card-header {
  background-color: #272828;
  padding: 0;
}
.sx-accordion .card-header,
.sx-accordion .card-header button {
  color: white;
  font-weight: 800;
  font-size: 1em;
}
.sx-accordion .card-header button {
  padding: 10px !important;
  width: 100%;
  border: 0;
  display: block;
  border-radius: 0;
}
.sx-accordion .card-header button:hover, .sx-accordion .card-header button:focus {
  background-color: #676767;
  text-decoration: none;
}

.sx-icon-list h5 {
  font-size: 16px;
}
.sx-icon-list .content-box {
  min-height: 45px;
}

.sx-shadow {
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.2);
}

.page-header-small {
  min-height: 150px;
}
@media (max-width: 992px) {
  .page-header-small {
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

section {
  position: relative;
}

.sx-band-scroll > * {
  gap: 8px;
  min-width: 110%;
}
.sx-band-scroll > *:first-child {
  padding-bottom: 8px;
}

.sx-full-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.sx-absolute-fill {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sx-white-logo {
  min-width: 246px;
  height: auto;
}

.sx-button-icon {
  text-transform: none;
  background-color: #2d42ac;
  color: white !important;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 10px;
}
.sx-button-icon, .sx-button-icon:before,
.sx-button-icon i,
.sx-button-icon i:before {
  font-size: 1em;
}

/*# sourceMappingURL=main-sdx.css.map */
