/* stylelint-disable property-no-vendor-prefix */

/*
 * Globals
 */

/* Links */

/* @font-face {
  font-family: 'Montserrat', sans-serif;
    src: url('/fonts/Montserrat-Regular.ttf');
} */
* {
  font-family: "Montserrat", sans-serif;
}

a,
a:focus,
a:hover {
  color: #fff;
}

p {
  font-size: 1.2vw;
}

h4 {
  font-size: 1.6vw;
}

ul li,
ol li {
  font-size: 1.2vw;
}

/* Custom default button */

.btn-header {
  background-image: url("../images/btn-blue.svg") !important;
  color: white !important;
}

.btn-footer {
  position: relative;
  border: none;
  font-size: 0.9vw;
  margin-top: 3vh;
  padding: 1.4vh 1.2vw 1.4vh 1.2vw;
  bottom: 0.5vh;
}

.btn-default,
.btn-header {
  font-size: 16px;
}

.btn-default,
.btn-footer {
  background: url("../images/btn-blue.svg");
}
.btn-default,
.btn-header,
.btn-footer {
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  color: #666;
  font-weight: 500;
  line-height: 1;
}

.btn-default:hover,
.btn-header:hover {
  filter: brightness(0.9);
}

.cnt_fab .fab svg.email {
  width: 4.6vw;
  height: 4.6vw;
  top: 1.9vw;
  left: 0.95vw;
  position: relative;
}

.btn-default.send {
  padding: 10px 30px;
  font-size: 14px;
  margin-left: auto;
  color: #fff;
}

.btn-default span {
  vertical-align: middle;
}
.btn-circle {
  border-radius: 50%;
  padding: 6px 9px;
  height: 3vw;
  width: 3vw;
  background-color: #daeaff;
  border: none;
  color: #016fff;
}

.btn-circle span {
  margin-top: 0.56em;
  font-size: 1vw;
}

.bg-financiero {
  background-color: #00b7bf !important;
}
.bg-salud {
  background-color: #9138eb !important;
}
.bg-ecommerce {
  background-color: #db7519 !important;
}
.bg-logistica {
  background-color: #9cfd41 !important;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  font-family: "Montserrat Regular";
  /*   overflow-x: hidden; */
  scroll-behavior: smooth;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  padding-top: 80px;
  /* background-color: green; */
  width: 100%;
  min-height: 100vh;
}
.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.site-wrapper h2 {
  font-weight: bold;
  font-size: 4.6vw;
  line-height: 1;
}
.site-wrapper p {
  font-size: 1.2vw;
}
.site-wrapper p,
.site-wrapper h2 {
  color: #fff;
}
.title {
  padding-bottom: 30px;
  position: relative;
  z-index: 99;
}
.title h2 {
  color: #434343;
  font-size: 3.2vw;
  font-weight: bold;
  position: relative;
  z-index: 99;
  animation: textAnimate 1.2s;
  animation-timing-function: ease-in-out;
}
/* .title span{
  color: transparent;
  -webkit-text-stroke: 1px #016fff;
  font-weight: 800;
  font-size: 3.9vw;
} */

/* Padding for spacing */
.inner {
  padding: 20px 80px;
}

.nav-background {
  background-color: #fff;
  padding-bottom: 10px;
  box-shadow: 10px 10px 22px 0px rgba(59, 59, 59, 0.2);
  -webkit-box-shadow: 10px 10px 22px 0px rgba(59, 59, 59, 0.2);
}
/*
 * Header
 */
.masthead-brand,
.masthead-nav {
  padding-top: 20px;
}

.masthead-brand {
  margin-top: 10px;
  margin-bottom: 10px;
}

.masthead-nav > li {
  display: inline-block;
}
.masthead-nav > li + li {
  margin-left: 1vw;
}
.masthead-nav > li > a {
  padding-right: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  color: #666; /* IE8 proofing */
  border-bottom: 2px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
}
.masthead-nav > li > a:hover,
.masthead-nav > li > a:focus {
  background-color: transparent;
  border-bottom-color: rgba(0, 98, 255, 0.42);
  /* border-bottom-color: rgba(255, 255, 255, 0.25); */
}
.masthead-nav > .active > a,
.masthead-nav > .active > a:hover,
.masthead-nav > .active > a:focus {
  color: #666;
  border-bottom-color: #016fff;
}

.dropbtn {
  font-size: 16px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 310px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 10px;
  text-decoration: none;
  display: block;
}
.dropdown-content a.products {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 90px;
}

.dropdown-content a.products p {
  font-size: 1rem;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #d5d5d5;
}
.isologo-styles {
  display: none;
  width: 60px;
  top: 13px !important;
  left: 3% !important;
  z-index: 1005;
  position: fixed !important;
}

.logo-header {
  padding: 10px 0px 0px 0px;
  margin-left: -4px;
}

/* HEADING */
.heading {
  background-image: url("../images/bg-heading.png");
  background-size: 65vw;
  background-repeat: no-repeat;
  background-position: 90% center;
  background-position-y: -50px;
}
.heading h1 {
  margin-top: 40%;
  font-size: 3vw;
  color: #434343;
}

.heading h2,
.heading h1 {
  font-weight: bold;
}
.contact-us {
  background: rgb(131, 173, 235);
  background: linear-gradient(
    180deg,
    rgba(131, 173, 235, 0.8) 0%,
    rgba(181, 122, 255, 0.8) 100%
  );
  border-radius: 20px;
  padding: 20px;
}
.clients {
  margin-top: 50px;
  margin-bottom: 100px;
}
.clients h2 {
  font-weight: bold;
}
.clients .logos img {
  display: inline-block;
}
.clients .logos {
  display: flex;
  justify-content: space-between;
}
.select {
  position: relative;
}
.select__input {
  border: 0;
  margin: 0;
  font-size: 1rem;
  width: 94px;
  height: 48px;
  padding: 0.5rem 2rem 0.5rem 2.2rem;
  border-radius: 0.375em;
  transition: box-shadow 0.2s;
}

:root {
  /* --default variation only 👇 */
  --select-icon-size: 16px;
  --select-icon-margin: 1rem; /* icon right/left position */
  --select-text-icon-gap: 0.5rem; /* gap between text and icon */
}
.select__flag {
  display: inline-block;
  pointer-events: none;
  position: absolute;
  top: 35%;
  left: 10px;
  width: 20px;
  height: 15px;
  -webkit-box-shadow: 0px 0px 1px 0px #888;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("../images/flags.png");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 20px 0;
}
.select__value {
  position: absolute;
  background: #fff;
  left: 30px;
  top: 12px;
  width: 35px;
}

/* Argentina */
.select:has(option[value="+54"]:checked) .select__flag {
  height: 13px;
  background-position: -220px 0px;
}
/* Uruguay */
.select:has(option[value="+598"]:checked) .select__flag {
  background-position: -5263px 0px;
}
/* Brasil */
.select:has(option[value="+55"]:checked) .select__flag {
  background-position: -680px 0px;
}
/* Chile */
.select:has(option[value="+56"]:checked) .select__flag {
  background-position: -1005px 0px;
}
/* Colombia */
.select:has(option[value="+57"]:checked) .select__flag {
  background-position: -1071px 0px;
}
/* España */
.select:has(option[value="+34"]:checked) .select__flag {
  background-position: -1555px 0px;
}
/* Peru */
.select:has(option[value="+51"]:checked) .select__flag {
  background-position: -3921px 0px;
}
/* Mexico */
.select:has(option[value="+52"]:checked) .select__flag {
  height: 12px;
  background-position: -3556px 0px;
}
/* Estados Unidos */
.select:has(option[value="+1"]:checked) .select__flag {
  height: 11px;
  background-position: -5241px 0px;
}
/* Ecuador */
.select:has(option[value="+593"]:checked) .select__flag {
  background-position: -1445px 0px;
}
/* Paraguay */
.select:has(option[value="+595"]:checked) .select__flag {
  height: 11px;
  background-position: -4185px 0px;
}
/* Venezuela */
.select:has(option[value="+58"]:checked) .select__flag {
  background-position: -5346px 0px;
}
/* Bolivia */
.select:has(option[value="+591"]:checked) .select__flag {
  background-position: -636px 0px;
}

.form-bottom {
  padding-top: 100px;
  padding-bottom: 50px;
  background-image: url("../images/bg-form-bottom.png");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.form-bottom h2 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
h3 {
  font-size: 2.4vw;
  text-transform: uppercase;
  font-weight: bold;
  color: #434343;
}
/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255, 255, 255, 0.5);
}

.ui-widget-content {
  border: none !important;
}

.ui-widget-header {
  border: none;
  background-color: transparent;
  display: flex;
  list-style: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border-bottom: 2px solid #016fff;
  background-color: transparent;
  border-bottom-width: 2px;
  border-bottom: 2px solid green;
}

.ui-tabs .ui-tabs-nav li {
  border: none;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  filter: grayscale(1) opacity(0.4);
  background-color: transparent;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #016fff;
  border-bottom: 2px solid #016fff;
  padding-bottom: 15px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  filter: grayscale(0) !important;
}
.ui-state-default a,
.ui-state-default a:link {
  color: #c4c4c4;
}

.ui-tabs-tab
  .ui-corner-top
  .ui-state-default
  .ui-tab
  .ui-tabs-active
  .ui-state-active {
  filter: none !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  padding: 0.5em 0.2em;
}

/* TABS CONTACT */
section.contact-us {
  background-image: url("../images/bg-contact-us-new.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
.wrapper {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
.tabs-contact {
  position: relative;
  margin: 3rem 0;
  background: #1abc9c00;
  height: 600px;
}
.tabs-contact::before,
.tabs-contact::after {
  content: "";
  display: table;
}
.tabs-contact::after {
  clear: both;
}
.tab {
  float: left;
  width: 50%;
}
.tab-switch {
  display: none;
}

.label-form {
  display: block;
  font-size: 14px;
  margin: 10px 0px 4px 0px;
}

.input-form {
  border-radius: 5px;
  border: none;
  height: 40px;
  padding: 10px;
  width: 100%;
}
.input-form::placeholder {
  font-size: 13px;
}

textarea {
  border-radius: 5px;
  border: none;
}

.tab-label {
  position: relative;
  display: block;
  line-height: 2.75em;
  height: 3em;
  padding: 0 1.618em;
  background: #729cff;
  /* border-right: 0.125rem solid #f4f4f4; */
  color: #fff;
  cursor: pointer;
  top: 0;
  transition: all 0.25s;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}
.tab-label:hover {
  top: -0.25rem;
  transition: top 0.25s;
}
.tab-content_contact {
  /*   height: 12rem; */
  position: absolute;
  z-index: 1;
  top: 2.75em;
  left: 0;
  padding: 1.618rem;
  background: #035bda;
  color: white;
  opacity: 0;
  transition: all 0.35s;
  border-radius: 0px 0px 10px 10px;
}
.tab-switch:checked + .tab-label {
  background: #035bda;
  color: white;
  border-bottom: 0;
  /*  border-right: 0.125rem solid #fff; */
  transition: all 0.35s;
  z-index: 1;
  top: -0.0625rem;
}
.tab-switch:checked + label + .tab-content_contact {
  z-index: 2;
  opacity: 1;
  transition: all 0.15s;
}

.img-contact-us {
  width: 500px;
  margin-top: 150px;
  margin-left: 50px;
}

/* FOOTER */

.footer-bg {
  margin-top: 180px;
  display: flex;
  overflow: hidden;
  justify-content: center;
}
.footer-bg-img {
  width: 100%;
}
.footer ul {
  list-style: none;
}
.footer ul li a {
  text-decoration: none;
}
.divisor {
  background-image: url("../images/bg-footer.svg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4% 0;
  z-index: 4;
  position: relative;
  top: 35px;
}
.btn-social {
  margin-right: 10px;
}

.cnt_fab {
  display: block;
  position: fixed;
  right: 6.5vw;
  bottom: 20vh;
  z-index: 100;
}
.cnt_fab .fab {
  text-align: center;
  background-color: #016fff;
  border-radius: 50%;
  box-shadow: 0px 5px 20px 0px rgba(46, 46, 46, 0.5);
  width: 6vw;
  height: 6vw;
  display: block;
  position: absolute;
  left: -1vw;
  top: -1vh;
  overflow: hidden;
  cursor: pointer;
}
.cnt_fab .fab:hover {
  background-color: #0055c4;
}
.cnt_fab .fab:active {
  background-color: #016fff;
}
.cnt_fab .fab svg.open {
  width: 40px;
  height: 40px;
  top: 18px;
  left: 16px;
  position: relative;
}
.cnt_fab .fab svg.close {
  width: 20px;
  height: 20px;
  top: 20px;
  left: 20px;
  position: relative;
  float: none;
  opacity: 1;
}
.cnt_fab .fab.active {
  width: 60px;
  height: 60px;
}

.cnt_fab:not(.active) .close,
.cnt_fab.active .open {
  display: none;
}

.cnt_fab.active .close,
.cnt_fab:not(.active) .open {
  display: block;
}
.cnt_fab .fab_children {
  text-align: center;
  background-color: #016fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0px 5px 10px 0px rgba(46, 46, 46, 0.31);
  width: 50px;
  height: 50px;
  padding: 10px;
  display: block;
  cursor: pointer;
}
.cnt_fab .fab_children:hover {
  background-color: #0055c4;
}
.cnt_fab .fab_children:active {
  background-color: #016fff;
}
.cnt_fab .messenger {
  position: absolute;
  top: -80px;
  left: 50px;
}

.cnt_fab .phone {
  position: absolute;
  top: -46px;
  left: -46px;
}

.cnt_fab .mail {
  position: absolute;
  top: 50px;
  left: -80px;
}
.fab:not(.active) .close,
.fab.active .open {
  display: none;
}
.fab.active .close,
.fab:not(.active) .open {
  display: block;
}
*[class*="icon_"] {
  font-size: 0;
  text-align: center;
  font-style: italic;
  background-color: transparent;
  background-repeat: no-repeat;
  display: block;
  background-image: url(../images/sprite.svg);
  background-size: 200px;
  width: 40px;
  height: 40px;
}

.icon_facebook {
  background-position: -45px -580px;
}
.icon_instagram {
  background-position: -80px -580px;
}
.icon_linkedin {
  background-position: -120px -581px;
}
.icon_messenger {
  background-position: -125px -504px;
}
.icon_phone {
  background-position: -85px -504px;
}
.icon_mail {
  background-position: -43px -505px;
}

/* ENDS FOOTER */

/* PORTFOLIO */

.filter {
  width: auto;
  text-align: center;
  border-radius: 5em 2em 5em 2em !important;
  padding: 0.5em 1.7em;
  font-weight: 500;
  font-size: 1.3vw;
  border: none;
  color: #434343;
  margin: 0.4em;
}
.filter img {
  width: 1.8vw;
}

.filter:hover {
  background-color: #dae9fd;
}
.filterActive {
  background-color: #016fff;
  text-decoration: none;
  color: white;
}
.filterActive img {
  filter: brightness(0) invert(1);
}

.box-portfolio {
  max-height: 39vh;
  width: calc(33% - 10px);
  float: left;
  margin: 0.65vw 0.35vw;
  border-radius: 0.3em;
  padding: 0 14px;
}

h5 {
  font-size: 1.3vw;
}

.box-portfolio h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.box-portfolio-tags {
  margin-bottom: 12px;
}

.box-portfolio-tags .tag-portfolio img {
  width: 17px;
}

.box-portfolio .box-portfolio-tags .tag-portfolio {
  padding: 0.3em 0.9em;
  border-radius: 50px;
  font-size: 0.9vw;
  color: #ffffff;
  font-weight: 500;
  display: inline-block;
  margin-top: 0.5em;
  background-color: #bac1e9;
}

.box-portfolio img {
  width: 5vw;
}
.box-portfolio img.disney-logo,
.box-portfolio img.ocasa-logo,
.box-portfolio img.logo-investi,
.box-portfolio img.coelsa-logo {
  width: 5.8vw;
}
.box-portfolio img.hoteldo-logo,
.box-portfolio img.bestday-logo {
  width: 6vw;
}
.box-portfolio img.correroArg-logo {
  width: 7vw;
}
.box-portfolio img.cht-logo {
  width: 10vw;
  margin-left: -10px;
}
.logo-southern {
  width: 10vw !important;
  height: 5vh;
}

.box-portfolio .rubro {
  padding: 0.3em 0.6em 0.3em 1.6em;
  font-weight: 600;
  font-size: 0.8vw;
  color: white;
  border-radius: 0px 100px 100px 0px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
  z-index: 4;
}
.box-portfolio .rubro:nth-child(1) {
  padding: 0.3em 0.8em 0.3em 1.2em;
}
.box-portfolio .rubro:nth-child(2) {
  left: -10px;
  z-index: 1;
}
.box-portfolio .rubro:nth-child(3) {
  left: -20px;
  z-index: 0;
}

.cardheader {
  /* min-height: 10vh; */
  white-space: nowrap;
  margin-bottom: 20px;
}

.box-portfolio article {
  min-height: 30vh;
  display: flex;
  /* flex-direction: column; */
  border-radius: 1em;
  border: 1px solid rgb(184, 184, 184);
}
.tag {
  display: flex;
  align-items: center;
  float: right;
  color: #5d5d5d;
  padding: 0em 1em;
  font-size: 13px;
}
.tag img {
  width: 1.4vw;
}
.cnt_detail h4 {
  color: #016fff;
}

.separate-note-container {
  margin-top: 25vh;
}

.title-detail {
  position: relative;
}
.title-detail::after {
  content: "";
  width: 65vw;
  height: 52vh;
  background-image: url("../images/bg-title.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -13vw;
  top: -20vh;
}
.cnt_card {
  border: 1px solid #c1c1c1;
  border-radius: 1vw;
  position: relative;
  padding: 2vw;
  box-shadow: rgba(174, 174, 174, 0.5) 0px 0px 20px;
}

.cnt_detail h2 {
  font-size: 1.9vw;
}

.cnt_card span {
  position: absolute;
  bottom: -3vh;
  background: #fec600;
  padding: 0.6vw 1.2vw;
  border-radius: 0.8vw;
  font-weight: 600;
  color: #fff;
  font-size: 1.5vw;
}
.cnt_languages {
  display: flex;
  margin: 0;
}
.cnt_languages div {
  text-align: center;
}

.cnt_languages i {
  background-color: transparent;
  background-image: url("../images/sprite-languages.svg");
  background-repeat: no-repeat;
  display: inline-block;
  height: 50px;
  margin-right: 20px;
  background-size: 110px;
}

.cnt_languages .icon_csharp {
  background-position: center 5px;
  width: 30px;
}
.cnt_languages .icon_net {
  background-position: center -35px;
  width: 29px;
}
.cnt_languages .icon_netmvc {
  background-position: center -70px;
  width: 62px;
}
.cnt_languages .icon_vbnet {
  background-position: center -150px;
  width: 42px;
}
.cnt_languages .icon_aspnet {
  background-position: center -150px;
  width: 54px;
}
.cnt_languages .icon_webapi {
  background-position: center -190px;
  width: 49px;
}
.cnt_languages .icon_entityframework {
  background-position: center -230px;
  width: 63px;
}
.cnt_languages .icon_js {
  background-position: center -270px;
  width: 32px;
}
.cnt_languages .icon_angular {
  background-position: center -310px;
  width: 90px;
}
.cnt_languages .icon_typescript {
  background-position: center -345px;
  width: 63px;
}
.cnt_languages .icon_jquery {
  background-position: center -390px;
  width: 67px;
}
.cnt_languages .icon_spark {
  background-position: center -428px;
  width: 50px;
}
.cnt_languages .icon_phonegap {
  background-position: center -470px;
  width: 85px;
}
.cnt_languages .icon_xamarin {
  background-position: center -650px;
  width: 79px;
}
.cnt_languages .icon_sqlserver {
  background-position: center -540px;
  width: 92px;
}
.cnt_languages .icon_mysql {
  background-position: center -750px;
  width: 46px;
}
.cnt_languages .icon_mongodb {
  background-position: center -620px;
  width: 95px;
}
.cnt_languages .icon_elasticsearch {
  background-position: center -660px;
  width: 96px;
}
.cnt_languages .icon_couchbase {
  background-position: center -900px;
  width: 88px;
}
.cnt_languages .icon_hdinsight {
  background-position: center -741px;
  width: 86px;
}
.cnt_languages .icon_azure {
  background-position: center -780px;
  width: 48px;
}
.cnt_languages .icon_autofixture {
  background-position: center -815px;
  width: 110px;
}
.cnt_languages .icon_git {
  background-position: center -860px;
  width: 45px;
}
.cnt_languages .icon_html5 {
  background-position: center -900px;
  width: 58px;
}
.cnt_languages .icon_css3 {
  background-position: center -940px;
  width: 47px;
}
.cnt_languages .icon_sass {
  background-position: center -980px;
  width: 36px;
}
.cnt_languages .icon_umbraco {
  background-position: center -1020px;
  width: 81px;
}
.cnt_languages .icon_mulesoft {
  background-position: center -1050px;
  width: 83px;
}
.cnt_languages .icon_aspnetidentity {
  background-position: center -1090px;
  width: 54px;
}
.cnt_languages .icon_winforms {
  background-position: center -1130px;
  width: 65px;
}
.cnt_languages .icon_netwcf {
  background-position: center -1170px;
  width: 63px;
}
.cnt_languages .icon_netmsmq {
  background-position: center -1550px;
  width: 77px;
}
.cnt_languages .icon_analytics {
  background-position: center -1250px;
  width: 118px;
}
.cnt_languages .icon_jquerymobile {
  background-position: center -1650px;
  width: 71px;
}
.cnt_languages .icon_kibana {
  background-position: center -1327px;
  width: 67px;
}
.cnt_languages .icon_hive {
  background-position: center -1372px;
  width: 49px;
}
.cnt_languages .icon_hangfire {
  background-position: center -1800px;
  width: 80px;
}
.cnt_languages .icon_scala {
  background-position: center -1454px;
  width: 55px;
}
.cnt_languages .icon_moq {
  background-position: center -1485px;
  width: 39px;
}
.cnt_languages .icon_eventhubs {
  background-position: center -1526px;
  width: 97px;
}
.cnt_languages .icon_tableau {
  background-position: center -1563px;
  width: 106px;
}
.cnt_languages .icon_xunitnet {
  background-position: center -1600px;
  width: 63px;
}
.cnt_languages .icon_proget {
  background-position: center -1640px;
  width: 62px;
}
.cnt_languages .icon_signalr {
  background-position: center -1680px;
  width: 54px;
}
.cnt_languages .icon_sqlite {
  background-position: center -1720px;
  width: 61px;
}
.cnt_languages .icon_flutter {
  background-position: center -1760px;
  width: 61px;
}
/* ENDS PORTFOLIO */

/* MENU PARA MOBILE */
.mobile-nav {
  display: none;
}
.mobile-nav .menu {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: 80px;
  background: #fff;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.mobile-nav .isologo-styles {
  position: absolute;
  top: 14%;
  width: 60px;
  left: 4%;
}

.mobile-nav .hamburger {
  position: absolute;
  top: 45%;
  right: 8%;
  width: 30px;
  height: 2px;
  background: #69d2e7;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.mobile-nav .hamburger:after,
.mobile-nav .hamburger:before {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #69d2e7;
}

.mobile-nav .hamburger:before {
  top: -10px;
}

.mobile-nav .hamburger:after {
  bottom: -10px;
}

.mobile-nav input {
  display: none;
}

.mobile-nav input:checked + .menu {
  box-shadow: 0 0 0 100vw #fff, 0 0 0 100vh #fff;
  border-radius: 0;
}

.mobile-nav input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mobile-nav input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
}

.mobile-nav input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.mobile-nav input:checked + .menu + ul {
  opacity: 1;
  right: 30%;
}

.mobile-nav ul {
  z-index: 200;
  position: fixed;
  top: 30%;
  right: 130%;
  opacity: 0;
  -webkit-transition: 0.25s 0s ease-in-out;
  transition: 0.25s 0s ease-in-out;
  list-style: none;
  font-size: 22px;
}

.mobile-nav a {
  margin-bottom: 1em;
  display: block;
  color: #016fff;
  text-decoration: none;
}

/* Section Soluciones */
.card-solution {
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  height: 70%;
  width: 100%;
  padding: 1.7vw;
  background-color: #fff;
  box-shadow: 7px 10px 35px -11px rgba(28, 28, 28, 0.6);
  -webkit-box-shadow: 7px 10px 35px -11px rgba(28, 28, 28, 0.6);
  transition: all 0.4s ease-out;
  margin-top: 100px;
  position: relative;
}
.card-solution img {
  position: absolute;
  top: -59%;
  width: 100%;
  left: 0;
}
.card-solution .text {
  padding-top: 18%;
}
.card-solution .text h4 {
  font-size: 1.6vw;
  font-weight: bold;
  color: var(--color-gray-text);
}
/* End section soluciones */

/* ENDS MENU MOBILE */

@keyframes textAnimate {
  0% {
    opacity: 0;
    letter-spacing: 12px;
    margin-left: 10%;
  }
  50% {
    opacity: 1;
    margin-left: 0px;
  }
  100% {
    letter-spacing: normal;
  }
}

@keyframes textAnimate {
  0% {
    opacity: 0;
    letter-spacing: 12px;
    margin-left: 10%;
  }
  50% {
    opacity: 1;
    margin-left: 0px;
  }
  100% {
    letter-spacing: normal;
  }
}

/* scroll-sections */
.scroll-sections {
  position: fixed;
  z-index: 999;
  right: 50px;
  top: 33%;
}
.scroll-sections ul {
  list-style: none;
}
.scroll-sections ul li {
  margin-bottom: 15px;
}
.scroll-sections ul li a::after {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-color: #969696;
  border-radius: 50%;
  transition: 0.5s;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.393);
}
.scroll-sections ul li a.selected::after {
  background-color: #2883f9;
}

.logo-footer {
  height: 5vh;
}

.btn-social img {
  width: 2vw;
  margin-right: 0.3em;
}

@keyframes taadaa {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate {
  animation: taadaa 0.5s;
}

h1 > div {
  position: relative;
  margin: 0;
}
.split-parent {
  overflow: hidden;
}
.split-child {
  display: inline-block;
}
.text-heading {
  width: 900px;
}

.description_section {
  font-size: 1.2vw;
}

@media (max-width: 992px) {
  .cnt_fab .fab svg.email {
    width: 5.6vw;
    height: 5.6vw;
    top: 1.8vw;
    left: 1vw;
  }
  .clients-container {
    display: block;
  }
  .card-product {
    background-size: cover;
  }
  .card-product .row {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 390px) {
  .steps-in-desktop {
    display: none !important;
  }
  .ui-widget-header {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1270px) {
}

@media only screen and (max-width: 970px) {
  .card-solution .text {
    padding-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .card-solution .text h4 {
    font-size: 17px;
    font-weight: bold;
    color: var(--color-gray-text);
  }
  .cnt_lang {
    top: 37px !important;
    left: 50% !important;
    z-index: 1000 !important;
    position: fixed !important;
  }
  .masthead-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
}

@media only screen and (max-width: 575px) {
  .numbersMargin {
    margin-bottom: 0px;
    padding: 0px 26px;
  }
  .row {
    margin: 0 !important;
  }

  .title.flex.row.align-items-center.separate-container {
    padding-top: 50px;
  }

  .clients {
    margin-bottom: 0;
    padding: 0px 20px;
  }

  .card-solution .text h4 {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-gray-text);
  }

  .heading h1 {
    margin-top: 0%;
    font-size: 33px;
  }

  .steps-in-desktop {
    display: none !important;
  }
  .btn-footer {
    font-size: 14px;
    margin-top: 3vh;
    padding: 12px 30px;
    bottom: 0.5vh;
  }
  .cnt_fab .fab svg.email {
    width: 12vw;
    height: 12vw;
    top: 6.3vw;
    left: 2vw;
  }
  .separate-note-container {
    margin-top: 120px;
  }
  .title-detail::after {
    width: 100%;
    top: -5vh;
  }
  .separate-container {
    margin-top: 0 !important;
    padding-top: 150px;
  }
  .separate-container .arrow-back,
  .separate-note-container .arrow-back {
    font-size: 12px !important;
  }
  .separate-container p,
  .separate-note-container p {
    font-size: 13px !important;
  }
  .tag img {
    width: 2vw;
  }
  .tag {
    padding: 0.4em 1em;
    font-size: 12px;
  }
  h4 {
    font-size: 17px;
  }
  p {
    font-size: 13px;
  }
  ul li,
  ol li {
    font-size: 13px;
  }
  .mobile-nav ul li {
    font-size: 22px;
  }
  .separate-container .arrow-back {
    font-size: 15px !important;
  }
  .separate-container p {
    font-size: 16px !important;
  }
  .separate-container img {
    width: 300px !important;
  }

  .isologo-styles {
    display: block;
  }
  .filter {
    font-size: 3.3vw;
  }
  h5 {
    font-size: 4.3vw;
  }
  .filter img {
    width: 5vw;
  }

  .box-portfolio article {
    min-height: 25vh;
  }
  .box-portfolio .rubro {
    font-size: 3.2vw;
  }

  .box-portfolio img {
    width: 15vw;
    height: 5vh;
  }
  .box-portfolio img.disney-logo,
  .box-portfolio img.ocasa-logo,
  .box-portfolio img.logo-investi,
  .box-portfolio img.coelsa-logo,
  .box-portfolio img.hoteldo-logo,
  .box-portfolio img.bestday-logo {
    width: 16vw;
  }
  .logo-southern {
    width: 150px !important;
  }
  .box-portfolio .box-portfolio-tags .tag-portfolio {
    font-size: 3.2vw;
  }
  .mt-3 {
    margin-top: 2.4vh !important;
  }
  .mb-3 {
    margin-bottom: 2.4vh !important;
  }

  .px-3 {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }
  .px-4 {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
  }

  .btn-circle {
    height: 50px;
    width: 50px;
  }
  .btn-circle span {
    font-size: 19px;
    margin-top: 9px;
  }
  .cnt_fab {
    right: 22.5vw;
    bottom: 20vh;
    z-index: 100;
  }
  .cnt_fab .fab {
    width: 18vw;
    height: 18vw;
    left: -1vw;
    top: 7vh;
  }
  .cnt_fab .fab svg.open {
    width: 9vw;
    height: 9vw;
    top: 3.6vw;
    left: 3.5vw;
  }

  .section_number.small_number {
    width: 14vw;
    margin-bottom: 0px;
  }

  .section_number.big_number {
    width: 72px;
    margin-bottom: 2px;
  }
  .contact-us {
    margin-bottom: 0px;
  }
  .strats-alliances-display {
    display: block;
  }
  .client-slider,
  .technology-slide {
    padding-top: 15px;
  }
  .carousel-prev,
  .carousel-next {
    width: auto;
    height: auto;
  }
  .clients-carousel-container {
    max-width: 96%;
    bottom: 132px;
  }
  .slide img {
    width: 80px;
  }
  .card-product p {
    font-size: 16px;
  }
  .description_section {
    font-size: 16px;
  }
  section.products {
    padding-top: 400px;
    margin-top: 400px;
  }
  .how-work {
    display: block;
  }
  .how-work img {
    width: 100%;
  }
  .modal-dialog {
    max-width: 500px;
  }
  .divisor {
    text-align: center;
    padding: 136px 0px 80px 0;
    top: 0px;
  }
  .site-wrapper h2 {
    font-size: 50px;
  }
  .site-wrapper p {
    font-size: 12px;
  }
  .img-animated {
    width: 100%;
    margin-left: 0px;
  }
  .mobile-nav {
    display: block;
  }
  .title {
    margin-left: 0px;
  }
  .title h2 {
    font-size: 36px;
    margin-top: 10px;
    line-height: 1;
  }
  #tabs ul li a .tab-img {
    width: 50px;
  }

  .ui-tabs .ui-tabs-nav li {
    padding: 4px;
  }

  #tabs ul li a {
    padding: 2px;
  }
  .ui-widget {
    font-size: 0.76em;
  }
  .slidingTabs .tab {
    min-width: 320px;
  }
  .inside-tab-img {
    width: 60px;
  }
  .esquinero-tiempo {
    top: -113px;
    left: -54px;
  }
  .img-contact-us {
    width: 100%;
    margin-top: 10px;
    margin-left: 0px;
  }
  .footer-bg {
    margin-top: 580px;
  }
  .center-element {
    justify-content: center;
    margin-bottom: 20px;
  }

  .box-portfolio {
    width: 100%;
  }

  .blog-card {
    width: 300px;
    margin: 10px auto;
  }
  .text-history {
    width: 100%;
    display: block;
  }
  .img-history {
    width: 69%;
    left: -29%;
    top: -44px;
  }
  .tabs-about li button.nav-link {
    font-size: 12px;
    line-height: 1.4;
  }
  .masthead-nav {
    display: none;
  }
  .home-contact-us {
    position: relative !important;
  }
  section.contact-us {
    min-height: auto;
  }
  .card-1,
  .card-2,
  .card-3,
  .card-4,
  .card-5,
  .card-6,
  .card-7 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .cnt_lang {
    /* background-color: rgb(222, 222, 222); */
    top: 37px !important;
    left: 50% !important;
    z-index: 1000;
    position: fixed !important;
  }
  .scroll-sections {
    display: none;
  }
  .tabs-about {
    z-index: 97;
  }
  .bg-title::after {
    width: 100%;
  }
  .tabs-alliances .nav-item {
    width: 30%;
  }
  .btn-social img {
    width: 35px;
    margin-right: 0;
  }
  .heading {
    background-size: 125%;
    background-position-y: -30px;
    background-position-x: 200px;
  }
  h3 {
    font-size: 2rem !important;
  }
  .clients .logos img {
    width: 40%;
  }

  .card-solution {
    width: 300px;
    padding: 1.7vw;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .card-solution img {
    position: absolute;
    top: -41%;
    width: 223px;
    left: 38px;
  }

  .card-solution .text {
    padding-top: 63px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .card-solution .text h4 {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-gray-text);
  }
}

/* ------BTN LANG ---------*/

.cnt_lang {
  /* background-color: rgb(222, 222, 222); */
  border: 1px solid rgb(223, 223, 223);
  border-radius: 50px;
  height: auto;
  display: inline-flex;
  align-items: center;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 48%;
  left: 95.7%;
}
.cnt_lang > a {
  color: #8c8c8c;
  font-size: 0.875rem;
  margin: 2px;
  padding: 2px 10px 2px 8px;
  text-decoration: none;
}
.cnt_lang > a:hover {
  border-radius: 50px;
  background: #1a89f76e;
  transition: 0.2s all ease-in-out;
  color: white;
}

@keyframes hoverLang {
  0% {
    width: 0;
  }
  100% {
    width: 30px;
  }
}
.cnt_lang .active {
  font-size: 0.875rem;
  color: white;
  background-color: #4b99ff;
  border-radius: 50px;
}
.cnt_lang .active:hover:after {
  content: "";
  animation: none;
  background: #3fa7ff;
}
/* -------END BTN LANG------- */

/* ----MODAL CONTACT US------- */
.home-contact-us {
  position: absolute;
  right: 0;
}

.modal-header.modal-header-contact-us {
  border-bottom: none;
  justify-content: center;
  backdrop-filter: blur(8px);
  border-radius: 10px 10px 0px 0px;
}
.modal-content h4 {
  text-transform: uppercase;
  font-size: 18px;
  color: white;
}

.btn-close.btn-close-contact {
  filter: invert(1);
}

.nav-link {
  color: white;
}
.modal-content .modal-body {
  padding: 0px;
  padding-top: 0;
}
.cnt_inputs,
.cnt_select {
  position: relative;
  margin: 10px 0;
  white-space: normal !important;
}
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
}
.cnt_inputs input {
  color: #676767;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 7px;
  width: 100%;
  margin: 0;
  padding: 10px;
}
.cnt_inputs label,
.cnt_textareas label {
  font-size: 13px;
  transform-origin: 0 0;
  bottom: 0;
  color: #b0b0b0;
  left: 31px;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: 11px;
  width: 100%;
  text-align: left;
}
.cnt_inputs input:focus,
.cnt_textareas input:focus,
.cnt_inputs select:focus {
  border-color: #71acff;
  transition: 0.2s all ease;
}
.modal-content.modal-contact-us {
  background-color: transparent;
  border-radius: 15px;
  box-shadow: 1px 1px 8px #1e1e1e;
  border: 0px;
}

.modal-sw .modal-header {
  background: #ffd43a;
}
.modal-sw .modal-body {
  background: rgb(255, 212, 58, 0.1);
  padding: 40px 10px;
}
.cnt_inputs label > small {
  font-size: 75%;
}
.cnt_inputs > .line,
.cnt_textareas > .line {
  /*   background-color: #19e3b1; */
  opacity: 0;
  height: 2px;
  width: 100%;
  position: absolute;
  transform: scalex(calc(10 / 300));
}
.cnt_textareas {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  padding-bottom: 0;
}
.cnt_textareas textarea {
  color: #676767;
  border: none;
  border-bottom: 1px solid #dadada;
  width: 100%;
  padding: 8px;
  padding-top: 5px;
  margin: 0;
  resize: vertical;
}
input:required + label:before,
textarea:required + label:before {
  content: "*";
  color: red;
  margin-top: 2px;
  display: inline-block;
  position: relative;
  left: -10px;
  margin-right: -6px;
}
.cnt_btn {
  text-align: center;
}
.modal-content .modal-body .cnt_btn {
  padding-top: 30px;
  text-align: right;
}
.modal-content .modal-body .cnt_btn button {
  margin-left: auto;
  display: block;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #035bda;
  color: white;
}

.nav-tabs .nav-link {
  border: none;
  background-color: #71acff;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
}

.tabs-about.nav-tabs .nav-link.active {
  background-color: #016fff;
  color: #fff;
  border: none;
}

.cnt_file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 38px;
  margin: 0;
  margin-top: 0px;
  margin-top: 21px;
  padding: 8px;
  border: 1px dashed #dadada;
  cursor: pointer;
}
.cnt_file input {
  color: #676767;
  border: none;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  position: relative;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.cnt_file span.placeholder {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  color: #b0b0b0;
  display: inline-block;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
}
.cnt_file label {
  transform-origin: 0 0;
  bottom: 0;
  color: #b0b0b0;
  left: 0;
  right: 0;
  pointer-events: none;
  position: absolute;
  display: block;
  top: -24px;
  width: 100%;
  text-align: left;
  font-size: 13px;
}
.cnt_file label + .btn_outline_primary {
  transform-origin: 0 0;
  bottom: 0;
  right: 0;
  position: absolute;
  display: block;
  top: -24px;
  border-radius: 8px;
  border: 1px solid #7fbfff;
  min-width: 16px !important;
  height: 16px !important;
  padding: 0;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  color: #7fbfff;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
}

#input-products,
#input-products-modal {
  display: none;
}

.select-products {
  color: #676767;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 7px;
  width: 100%;
  margin: 0;
  padding: 10px;
  background-color: white;
  margin-top: 10px;
}

/* ENDS MODAL CONTACT */

.dropdown_animate {
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
.btn-carousel {
  width: 13px;
  padding: 2px;
  margin-bottom: 2px;
  filter: invert(0.4);
}
.btn-outline-light {
  background-color: rgb(255, 255, 255);
  border: none;
}

.slick-prev,
.slick-next {
  top: 62%;
  background-color: rgb(66, 66, 66) !important;
  border-radius: 50px;
  width: 33px;
  height: 33px;
}

.client-slider.slick-initialized.slick-slider img {
  padding: 7px;
}
.technology-slide.slick-initialized.slick-slider img {
  padding: 7px;
}

.slick-prev:hover,
.slick-next:hover {
  background-color: rgb(133, 133, 133);
  transition: 0.2s all ease-in-out;
}

.separate-container {
  margin-top: 13vh;
}

.separate-container .arrow-back,
.separate-note-container .arrow-back {
  font-size: 1vw;
  transform: rotate(180deg);
}

.separate-container p,
.separate-note-container p {
  font-size: 1.2vw;
}

.separate-container img {
  width: 28vw;
}

.mt-3 {
  margin-top: 2.4vh !important;
}

.mb-3 {
  margin-bottom: 2.4vh !important;
}

.px-4 {
  padding-left: 1.7vw !important;
  padding-right: 1.7vw !important;
}

.px-3 {
  padding-left: 1vw !important;
  padding-right: 1vw !important;
}

.cnt_btn button.btn_success {
  color: transparent;
  background-image: url("../images/sprite.svg");
  background-size: 200px;
  background-position: center -1008px; /* svg ratio on moz */
}

.cnt_btn button.btn_error {
  color: transparent;
  background-image: url("../images/sprite.svg");
  background-size: 200px;
  background-position: center -966px;
}

.cnt_btn button.btn_loading {
  color: transparent;
  border-radius: 50%;
  width: 42px;
  height: 42px;
  -webkit-animation: pulse-animation 2s infinite;
  animation: pulse-animation 2s infinite;
  background-image: url("../images/Isologo-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  padding: 0 !important;
}

@keyframes pulse-animation {
  0% {
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.5));
    transform: scale(1.13);
  }
  100% {
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5));
    transform: scale(1);
  }
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #035bda;
  color: white;
}
.msg-error {
  text-align: center;
  color: #fd2828;
  font-size: 0.8em;
  font-weight: 500;
  margin-top: 10px;
  background: #ef8787;
  padding: 10px;
  border-radius: 10px;
}
.msg-success {
  text-align: center;
  color: #1b7035;
  font-size: 0.8em;
  font-weight: 500;
  margin-top: 10px;
  background: #5ae584;
  padding: 10px;
  border-radius: 10px;
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
  .card-solution img {
    position: absolute;
    top: -47%;
    width: 80%;
    left: 23px;
  }

  .separate-note-container {
    margin-top: 120px;
  }
  .title-detail::after {
    width: 100%;
    top: -5vh;
  }
  .divisor {
    text-align: center;
    padding: 136px 0px 80px 0;
    top: 0px;
  }
  .center-element {
    justify-content: center;
    margin-bottom: 30px;
  }
  .separate-container p,
  .separate-note-container p {
    font-size: 2vw;
  }
  .tag img {
    width: 2vw;
  }
  .tag {
    padding: 0.4em 1em;
    font-size: 2.1vw;
  }
  h4 {
    font-size: 20px;
  }
  p {
    font-size: 13px;
  }
  ul li,
  ol li {
    font-size: 13px;
  }
  .box-portfolio {
    width: calc(50% - 10px);
  }
  .box-portfolio .rubro {
    font-size: 12px;
  }
  h5 {
    font-size: 13px;
  }
  .box-portfolio .box-portfolio-tags .tag-portfolio {
    font-size: 10px;
  }
  .btn-circle {
    height: 5vw;
    width: 5vw;
  }
  .btn-circle span {
    font-size: 10px;
  }
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  .site-wrapper-inner {
    vertical-align: middle; /* Start the vertical centering */
  }
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
  .mt-3 {
    margin-top: 2.4vh !important;
  }

  .mb-3 {
    margin-bottom: 2.4vh !important;
  }

  .px-4 {
    padding-left: 1.7vw !important;
    padding-right: 1.7vw !important;
  }

  .px-3 {
    padding-left: 1vw !important;
    padding-right: 1vw !important;
  }
  .box-portfolio article {
    min-height: 17vh;
  }
  .logo-southern {
    height: 2.5vh;
  }
  .box-portfolio img {
    width: 7vw;
  }
}

.numbersMargin {
  margin-bottom: 60px;
}
@media only screen and (max-width: 970px) {
  .numbersMargin {
    margin-bottom: 0px;
  }
  .cnt_lang {
    top: 37px !important;
    left: 50% !important;
    z-index: 1000 !important;
    position: fixed !important;
  }
  .masthead-nav {
    display: none;
  }
  .mobile-nav {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .box-portfolio .rubro:nth-child(3) {
    left: 0;
    display: block;
    width: 60%;
  }
  .clients .logos {
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
  .clients .logos img {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 82%;
  }
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  #tabs {
    position: relative;
    left: 10%;
    transform: scale(1.2);
    margin-left: 40px;
  }

  .esquinero-tiempo {
    top: -90px !important;
  }

  .clients-carousel-container {
    max-width: 90% !important;
  }

  .container-big {
    max-width: 80% !important;
  }
  .divisor {
    padding: 8% 0 !important;
    font-size: 1.2vw;
  }
  .modal-dialog {
    max-width: 33% !important;
    font-size: 1.1vw;
  }
  .img-contact-us {
    width: 100% !important;
  }
  .cnt_inputs label,
  .cnt_textareas label {
    font-size: 0.67vw !important;
  }
  .btn-default {
    font-size: 1vw !important;
    padding: 20px 70px !important;
  }
}

@media (min-width: 2668px) {
  .cover-heading {
    font-size: 4vw;
  }
  .cover-leyend {
    font-size: 1.2vw;
  }

  .logo-header {
    padding: 22px 0px 13px 0px;
  }
  .cnt_lang > a {
    border-radius: 30px;
  }
  .cover-heading {
    font-size: 4vw !important;
  }
  .cover-leyend {
    font-size: 1.2vw !important;
  }
  .img-animated {
    /*     margin-left: 500px; */
  }
  #tabs {
    position: relative !important;
    left: 40% !important;
    transform: scale(1.8) !important;
    margin-left: 40px !important;
  }
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .masthead-nav {
    float: right;
  }
  .masthead {
    position: fixed;
    z-index: 150;
    top: 0;
    left: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  .site-wrapper-inner {
    vertical-align: middle; /* Start the vertical centering */
  }
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}
@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }
}

@media (min-width: 1600px) {
  .card-product {
    padding: 3em 7em 3em 1em;
  }

  .logo-header {
    width: 10vw;
    padding: 12px 0px 3px 0px;
  }

  .esquinero-tiempo {
    top: -90px !important;
  }

  .clients-carousel-container {
    max-width: 90% !important;
  }

  .container-big {
    max-width: 80% !important;
  }
  .divisor {
    padding: 8% 0 !important;
    font-size: 1.2vw;
  }
  .modal-dialog {
    max-width: 33% !important;
    font-size: 1.1vw;
  }
  .img-contact-us {
    width: 100% !important;
  }
  .cnt_inputs label,
  .cnt_textareas label {
    /* font-size: .67vw; */
  }
  .btn-default {
    font-size: 1vw !important;
    padding: 0.8em 3em !important;
  }
  .card-industries .btn-default {
    font-size: 1.5em !important;
    padding: 13px 40px !important;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 2199px) {
  .form-bottom {
    background-position-y: 20vh;
    background-size: 60% !important;
  }
  .cnt_languages .md-languages {
    margin-left: 4em !important;
  }

  .cnt_languages .big-languages {
    margin-left: 7em !important;
  }
  .cnt_languages div {
    transform: scale(1.3);
    margin-left: 1.5em;
  }

  .fake-tab-container {
    margin-bottom: 3em;
  }
  .card-product {
    padding: 3em 7em 3em 1em;
  }
  .services-margin {
    margin: 10vh 0 0 0;
  }
  #g-recaptcha-commercial div,
  #g-recaptcha-hr div {
    transform: scale(1.1);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .cnt_lang > a {
    font-size: 0.9vw;
    margin: 0.2vw;
    padding: 2px 0.7vw 2px 0.7vw;
  }
  .cnt_lang .active {
  }
  .masthead-nav {
    padding-top: 1.7%;
  }
  .masthead-nav li a,
  .masthead-nav button,
  .masthead-nav .slideIn {
    font-size: 0.9vw;
  }
  .clients-carousel-container {
    bottom: 160px;
  }

  .py-4 {
    padding-top: 3em !important;
    padding-bottom: 3em !important;
  }
  .mt-1 {
    margin-top: 0.6em !important;
  }
  .blog-tag {
    font-size: 1em;
    padding: 0.3em 1em;
    border: 1px solid #8a8a8a;
    border-radius: 50px;
    margin-right: 2px;
  }
  h6 {
    font-size: 1.3em;
  }
  .pb-3 {
    padding-bottom: 1em !important;
  }
  .m-3 {
    margin: 1em !important;
  }
  .about-us {
    margin-bottom: 10em;
    padding-top: 20em;
  }
  .btn-default {
    font-size: 1.1vw !important;
  }
  #tabs {
    position: relative;
    left: 10%;
    transform: scale(1.2);
    margin-left: 40px;
  }
  .section {
    padding: 4em 0;
  }
  .tabs-about li button.nav-link {
    font-size: 1.5em;
  }
  .strats-alliances-display img {
    width: 25em !important;
    height: auto !important;
  }
  .strats-alliances-display .logos img {
    width: 8em !important;
    margin-right: 1em;
  }
}

@media only screen and (min-width: 2200px) and (max-width: 3567px) {
  .form-bottom {
    background-position-y: 20vh;
    background-size: 60% !important;
  }
  .cnt_languages .md-languages {
    margin-left: 9em !important;
  }
  .cnt_languages .big-languages {
    margin-left: 17em !important;
  }
  .cnt_languages div {
    transform: scale(1.7);
    margin-left: 3.7em;
  }
  .box-portfolio {
    max-height: 39vh;
    margin: 0.6vw 0.27vw;
  }
  .box-portfolio article {
    border-radius: 2.4em;
  }
  .fake-tab-container {
    margin-bottom: 4em;
  }
  .card-product {
    padding: 5em 10em 5em 1em;
  }
  .services-margin {
    margin: 12vh 0 0 0;
  }
  .tooltip {
    font-size: 1.5em;
  }
  .cnt_file label + .btn_outline_primary {
    top: -56px;
    font-size: 20px;
    min-width: 39px !important;
    height: 39px !important;
    border-radius: 50px;
  }
  h5 {
    font-size: 1.3vw;
  }
  #g-recaptcha-commercial div,
  #g-recaptcha-hr div {
    transform: scale(1.3);
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .cnt_lang > a {
    font-size: 0.9vw;
    margin: 0.2vw;
    padding: 2px 0.7vw 2px 0.7vw;
  }
  .cnt_lang .active {
    font-size: 0.9vw;
  }
  .masthead-nav {
    padding-top: 1.5%;
  }
  .masthead-nav li a,
  .masthead-nav button,
  .masthead-nav .slideIn {
    font-size: 0.9vw;
  }
  .clients-carousel-container {
    bottom: 200px;
  }

  .py-4 {
    padding-top: 6em !important;
    padding-bottom: 6em !important;
  }
  .mt-1 {
    margin-top: 0.6em !important;
  }
  .blog-tag {
    font-size: 1.5em;
    padding: 0.3em 1em;
    border: 1px solid #8a8a8a;
    border-radius: 50px;
    margin-right: 2px;
  }
  h6 {
    font-size: 1.9em;
  }
  .pb-3 {
    padding-bottom: 2em !important;
  }
  .m-3 {
    margin: 2em !important;
  }
  .about-us {
    margin-bottom: 10em;
    padding-top: 20em;
  }
  .btn-default {
    font-size: 1.1vw !important;
  }
  #tabs {
    position: relative;
    left: 37%;
    transform: scale(1.7);
    margin-left: 40px;
  }
  .section {
    padding: 7em 0;
  }
  .card-1,
  .card-2,
  .card-3,
  .card-4 {
    height: 30em;
  }
  .card-5,
  .card-6,
  .card-7 {
    height: 35em;
  }
  .card-6,
  .card-7 {
    margin-top: 0;
  }
  .card__front img {
    width: 25em;
  }
  .card-industries .logos img {
    width: 15em !important;
  }
  .card-industries .logos img.southern {
    width: 32em !important;
  }
  .card-industries img.small {
    width: 13em !important;
  }
  .card-industries h3,
  .card__back p {
    font-size: 2.2em;
  }
  .card__back .material-symbols-outlined {
    font-size: 1.4em;
  }
  .card__front .material-symbols-outlined {
    font-size: 0.7em;
  }
  .card__back .btn {
    font-size: 1.6em !important;
  }
  .card__front .btn {
    font-size: 3.2em;
  }
  .card-industries .ecommerce img {
    width: 75% !important;
    margin: 6% auto;
  }
  .card__front,
  .card__back {
    border-radius: 30px;
  }
  .title-card button {
    border-top-left-radius: 70%;
  }
  .tabs-about li button.nav-link,
  .text-history h3 {
    font-size: 2em;
  }
  .strats-alliances-display img {
    height: auto !important;
  }
  .how-work img,
  .strats-alliances-display img {
    width: 35em !important;
  }
  .strats-alliances-display .logos img {
    width: 12em !important;
    margin-right: 1em;
  }
  .technology-slider .slide img {
    width: 10em;
    max-height: 80px;
  }
}

@media only screen and (min-width: 3568px) and (max-width: 6000px) {
  .form-bottom {
    background-position-y: 20vh;
    background-size: 60% !important;
  }
  .cnt_languages .md-languages {
    margin-left: 32em !important;
  }
  .cnt_languages .big-languages {
    margin-left: 61em !important;
  }
  .cnt_languages div {
    transform: scale(3.5);
    margin-left: 15em;
    margin-top: 20px;
  }

  .box-portfolio {
    max-height: 39vh;
    margin: 0.6vw 0.24vw;
  }
  .box-portfolio article {
    border-radius: 3em;
  }
  .fake-tab-container {
    margin-bottom: 9em;
  }
  .services-margin {
    margin: 14vh 0 0 0;
  }
  .tooltip {
    font-size: 2.4em;
  }
  .cnt_file label + .btn_outline_primary {
    top: -66px;
    font-size: 27px;
    min-width: 53px !important;
    height: 49px !important;
    border-radius: 50px;
  }
  .mb-1 {
    margin-bottom: 40px !important;
  }
  .divisor {
    padding: 15% 0 !important;
  }
  h5 {
    font-size: 1.3vw;
  }
  #g-recaptcha-commercial div,
  #g-recaptcha-hr div {
    transform: scale(1.6);
    margin-top: 30px;
    margin-bottom: 80px;
  }

  .cnt_lang > a {
    font-size: 0.9vw;
    margin: 0.2vw;
    padding: 2px 0.7vw 2px 0.7vw;
  }
  .cnt_lang .active {
    font-size: 0.9vw;
  }
  .masthead-nav {
    padding-top: 1.3%;
  }
  .masthead-nav li a,
  .masthead-nav button,
  .masthead-nav .slideIn {
    font-size: 0.9vw;
  }
  .clients-carousel-container {
    bottom: 310px;
  }

  .py-4 {
    padding-top: 10em !important;
    padding-bottom: 10em !important;
  }
  .mt-1 {
    margin-top: 0.6em !important;
  }
  .blog-tag {
    font-size: 3em;
    padding: 0.3em 1em;
    border: 1px solid #8a8a8a;
    border-radius: 50px;
    margin-right: 2px;
  }
  h6 {
    font-size: 3em;
  }
  .pb-3 {
    padding-bottom: 3em !important;
  }
  .m-3 {
    margin: 3em !important;
  }
  .about-us {
    margin-bottom: 15em;
    padding-top: 20em;
  }
  .mt-5 {
    margin-top: 13em !important;
  }
  .btn-default {
    font-size: 1.1vw !important;
    margin-top: 40px;
  }
  .card-product {
    padding: 8em 17em 8em 1em;
  }
  #tabs {
    position: relative;
    left: 90%;
    transform: scale(2.8);
    margin-left: 40px;
  }
  .card-1,
  .card-2,
  .card-3,
  .card-4 {
    height: 45em;
  }
  .card-5,
  .card-6,
  .card-7 {
    height: 50em;
  }
  .card-6,
  .card-7 {
    margin-top: 0;
  }
  .card__front img {
    width: 34em;
  }
  .card-industries .logos img {
    width: 25em !important;
  }
  .card-industries .logos img.southern {
    width: 50em !important;
  }
  .card-industries img.small {
    width: 20em !important;
  }
  .card-industries h3,
  .card__back p {
    font-size: 4.2em;
  }
  .card__front .material-symbols-outlined {
    font-size: 2.2em;
  }
  .card__back .material-symbols-outlined {
    font-size: 2.4em;
  }
  .card__front .btn {
    font-size: 1.5em;
    padding: 25px;
  }
  .card-industries {
    margin: 30px;
  }
  .card-industries .ecommerce img {
    width: 75% !important;
    margin: 6% auto;
  }
  .card__front,
  .card__back {
    border-radius: 30px;
  }
  .card-industries .btn-default {
    padding: 30px 70px !important;
    font-size: 2.8em !important;
  }
  .title-card button {
    border-top-left-radius: 70%;
  }
  .tabs-about li button.nav-link,
  .text-history h3 {
    font-size: 3.2em;
  }
  .tabs-about li button.nav-link {
    border-radius: 90px 40px 90px 40px !important;
    width: 90%;
    margin: 0 auto;
  }
  .strats-alliances-display img {
    height: auto !important;
  }
  .how-work img,
  .strats-alliances-display img {
    width: 50em !important;
  }
  .strats-alliances-display .logos img {
    width: 17em !important;
    margin-right: 3em !important;
  }
  .technology-slider .slide img {
    width: 20em;
    max-height: 80px;
  }
}


.cardTriangleLeft{
  padding: 30px 25px 25px 32px;
  border-radius: 10px 70px 10px 10px;
  margin-left: 19px;
  background-color: rgba(255, 255, 255, 0.3);
  filter: drop-shadow(0px 4px 23px rgba(203, 203, 203, 0.742));
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.266);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  position: relative;
  

}

.cardTriangleRight{
  padding: 35px 30px 25px 40px;
  border-radius: 70px 10px 10px 10px;
  margin-right: 19px;
  background-color: rgba(255, 255, 255, 0.3);
  filter: drop-shadow(0px 4px 23px rgba(203, 203, 203, 0.742));
  box-shadow: 0px 4px 23px rgba(0, 0, 0, 0.266);
  backdrop-filter: blur(4.5px);
  position: relative;
}

.cardTriangleLeft::after {
  left: -30px;
  top: 45%;
  transform: rotate(90deg);
}
.cardTriangleRight::after {
  right: -29px;
  top: 45%;
  transform: rotate(270deg);
}

.cardTriangleLeft::after,
.cardTriangleRight::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid rgb(236, 236, 236);
  clear: both;
  filter: drop-shadow(0px 4px 23px rgba(66, 66, 66, 0.542));
}

/*---------------------------------------------------------------------------*/
/*Variables------------------------------------------------------------------*/
:root {
  /*Paleta de Colores--------------------------------------------------------*/
  --color-white: #fff;
  --color-secondary: #ffd43a;
  --color-hover-secondary: #f0be0c;
  --color-gray-text: #434343;
  --color-gray-button: #d9d9d9;
  --color-hover-gray-button: #b6b6b6;
  --color-cards-statistics-section: rgba(164, 178, 255, 0.22);
  /*Sombras y efectos--------------------------------------------------------*/
  --shadow-cards: 0px 0px 20px rgba(174, 174, 174, 0.5);
  --shadow-cards-statistics-section: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
  --blur-cards-white: blur(7.5px);
  --blur-cards-statistics-section: blur(12px);
}
/*Variables------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
/*Estilos Sección "¿En que podemos ayudarte?"--------------------------------*/
.section-title {
  text-transform: uppercase;
  font-weight: bold;
  color: var(--color-gray-text);
}
.categories-section__container {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  position: relative;
}

.categories__container {
  margin-bottom: 2rem;
}

.categories-button {
  background-color: var(--color-gray-button);
  width: auto;
  text-align: center;
  border-radius: 5rem 2rem;
  font-weight: 600;
  border: none;
  color: var(--color-gray-text);
  margin: 0 0.5rem;
}

.categories-button:hover {
  background-color: var(--color-hover-gray-button);
}

.categories-button.active {
  background-color: var(--color-secondary);
}

.categories-button.active:hover {
  background-color: var(--color-hover-secondary);
}

.categories-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  background-color: var(--color-white);
  box-shadow: var(--shadow-cards);
  backdrop-filter: var(--blur-cards-white);
  border-radius: 1rem;
  border-top-left-radius: 5.625rem;
  padding: 2.25rem 2.375rem 2.25rem 4.75rem;
}

.categories-graphic__container {
  position: relative;
}

.categories-graphic__element-brand {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
}

.categories-graphic__illustration-brand {
  width: 250px;
  height: 250px;
  position: static;
  bottom: 0px;
}
/*media queries category section start*/
@media screen and (min-width: 360px) {
  .categories-card h4 {
    font-size: 20px;
    font-weight: bold;
    color: var(--color-gray-text);
  }
  .section-title {
    /* margin-bottom: 1.25rem; */
    font-size: 1.125rem;
  }
  .categories-graphic__illustration-brand {
    height: 250px;
    width: 250px;
    display: none;
    margin-bottom: 0px;
  }

  .categories-graphic__container {
    margin-bottom: 0;
  }
  .categories-graphic__element-brand {
    position: absolute;
    right: 0px;
    top: 20%;
    width: 90%;
  }
  .categories-button {
    margin: 0.5rem 0.25rem;
    padding: 0.3125rem 1.125rem;
    font-size: 14px;
  }
  .categories__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    max-width: 375px;
  }
}
@media screen and (min-width: 576px) {
  .categories-card h4 {
    font-size: 17px;
    font-weight: bold;
    color: var(--color-gray-text);
  }
  .categories-graphic__element-brand {
    position: absolute;
    right: 0px;
    top: 20%;
    width: 90%;
  }
  .categories-button {
    margin: 0.5rem 0.25rem;
    padding: 0.35rem 2.25rem;
    font-size: 16px;
  }
  .categories__container {
    max-width: 450px;
  }
  .categories-graphic__illustration-brand {
    height: 350px;
    width: 350px;
  }
}

@media screen and (min-width: 768px) {
  .categories-graphic__container {
    margin-bottom: 0;
  }
  .categories-graphic__illustration-brand {
    position: absolute;
    display: block;
    height: 250px;
    width: 250px;
  }
  .categories-graphic__element-brand {
    position: absolute;
    right: 0px;
    top: 40%;
    width: 400px;
  }
  .categories__container {
    max-width: 450px;
  }
  .categories-card {
    min-height: 250px;
  }
}

@media screen and (min-width: 992px) {
  .categories-card h4 {
    font-size: 1.6vw;
    font-weight: bold;
    color: var(--color-gray-text);
  }
  .section-title {
    font-size: 2.4vw;
    /* margin-bottom: 1.25rem; */
  }
  .categories-graphic__element-brand {
    position: absolute;
    right: 0px;
    top: 30%;
    width: 450px;
  }
  .categories__container {
    max-width: 100%;
  }
  .categories-button {
    padding: 0.625rem 2.25rem;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1200px) {
  .categories-graphic__element-brand {
    position: absolute;
    right: 0px;
    top: 25%;
    width: 500px;
  }
}

@media screen and (min-width: 1400px) {
  .categories-graphic__element-brand {
    position: absolute;
    right: 0px;
    top: 0;
    width: 800px;
  }
  .categories-graphic__illustration-brand {
    height: 300px;
    width: 300px;
  }
}

@media screen and (min-width: 1600px) {
  .categories-graphic__illustration-brand {
    height: 350px;
    width: 350px;
  }
}

@media screen and (min-width: 1920px) {
  .categories-graphic__illustration-brand {
    height: 375px;
    width: 375px;
  }
  .categories-graphic__element-brand {
    position: absolute;
    right: 0px;
    top: 0;
    width: 950px;
  }
}

@media screen and (min-width: 2200px) {
  .categories-graphic__illustration-brand {
    height: 400px;
    width: 400px;
  }
}

/* @media screen and (min-width: 3568px) {
} */

/*media queries category section end*/

/*Estilos Sección "¿En que podemos ayudarte?"--------------------------------*/
/*---------------------------------------------------------------------------*/
/*Estilos Sección "ELIJA LA EXCELENCIA"--------------------------------------*/
.statistics__container {
  min-height: 1000px;
  background-image: url("../images/statistics-section/graphic-element-brand-statistics-section-background.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.first-ball,
.second-ball {
  width: 225px;
  height: 225px;
}

.first-ball {
  z-index: 1;
}
.second-ball {
  z-index: 1;
}
.third-ball {
  z-index: 1;
}
/*Animation ball*/
.statistics-ball {
  position: absolute;
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*Animation ball*/

.statistics-card {
  z-index: 2;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 100%;
  background-color: var(--color-cards-statistics-section);
  box-shadow: var(--shadow-cards-statistics-section);
  backdrop-filter: var(--blur-cards-statistics-section);
  border-radius: 5.125rem 1.125rem 1.125rem 1.125rem;
}
.statistics-card img {
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 100px;
  height: 100px;
}

.statistics-card h2 {
  color: var(--color-white);

  font-weight: 600;
  letter-spacing: 0.6px;
}

.statistics-card p {
  color: var(--color-white);
  margin-bottom: 0;
}

.statistics-character__container {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.statistics-character {
  z-index: 2;
}

.statistics-info__container {
  position: relative;
}
/*Media queries--------------------------------------------------------*/
@media screen and (min-width: 360px) {
  .statistics__container {
    padding-top: 150px;
    padding-bottom: 2.5rem;
    min-height: 800px;
  }
  .statistics-character__container {
    flex-direction: column;
    height: 350px;
    margin-right: 0;
  }
  .statistics-character {
    position: static;
    height: 350px;
    width: 350px;
  }
  .first-ball {
    width: 180px;
    height: 180px;
    top: 35px;
    left: calc(50% - 90px);
  }
  .second-ball {
    width: 180px;
    height: 180px;
    bottom: -45px;
    left: -45px;
  }

  .third-ball {
    right: -10px;
    bottom: 125px;
    width: 140px;
    height: 140px;
  }
  .statistics-card {
    min-height: 150px;
    max-width: 100%;
  }

  .statistics-card h2 {
    font-size: 40px;
  }
  .statistics-card img {
    top: -0.75rem;
    right: -0.75rem;
    width: 75px;
    height: 75px;
  }
}

@media screen and (min-width: 576px) {
  .statistics__container {
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 768px) {
  .statistics-card {
    max-width: 330px;
  }
}

@media screen and (min-width: 992px) {
  .statistics__container {
    padding-top: 250px;
  }
  .statistics-character__container {
    flex-direction: row;
    height: 100%;
    margin-right: 1rem;
  }
  .statistics-character {
    position: absolute;
    height: auto;
    width: 100%;
    max-width: 100%;
    top: 0px;
  }
  .first-ball {
    top: 0px;
    left: 170px;
  }
  .second-ball {
    bottom: -45px;
    left: -45px;
  }

  .third-ball {
    right: -60px;
    bottom: 165px;
    width: 160px;
    height: 160px;
  }
  .statistics-card {
    min-height: 175px;
  }
}

@media screen and (min-width: 1200px) {
  .statistics__container {
    padding-top: 300px;
    min-height: 1000px;
  }
  .statistics-card h2 {
    font-size: 60px;
  }
  .statistics-card img {
    top: -1rem;
    right: -1rem;
    width: 100px;
    height: 100px;
  }
}

/* @media screen and (min-width: 1400px) {
}

@media screen and (min-width: 1600px) {
}

@media screen and (min-width: 1920px) {
}

@media screen and (min-width: 2200px) {
}

@media screen and (min-width: 3568px) {
} */
/*Media queries--------------------------------------------------------*/
/*Estilos Sección "ELIJA LA EXCELENCIA"--------------------------------*/

.doing {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
  display: block;
  position: absolute;
  top: 0;
  text-align: center;

  width: 300px;
  color: #fff;
  padding: 5px 0px;
}

.will-fadeIn {
  display: block;
  width: 100%;  
  opacity: 0;
}

.will-fadeIn:nth-child(odd) {

}

.will-fadeIn:first-child {
  height: auto;

}

.fadeInRight {
  -webkit-animation: fadeInRight .5s ease .4s both;
  -moz-animation: fadeInRight .5s ease .4s both;
  -ms-animation: fadeInRight .5s ease .4s both;
  -o-animation: fadeInRight .5s ease .4s both;
  animation: fadeInRight .5s ease .4s both;
}

.fadeInLeft {
  -webkit-animation: fadeInLeft .5s ease .4s both;
  -moz-animation: fadeInLeft .5s ease .4s both;
  -ms-animation: fadeInLeft .5s ease .4s both;
  -o-animation: fadeInLeft .5s ease .4s both;
  animation: fadeInLeft .5s ease .4s both;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.showEffect{
  opacity: 0;
  transform: translateY(100px);
  transition: all .5s ease 0.25s;
}

  .showEffect.animate {
    opacity: 1;
    transform: translateY(0);
  }