@keyframes horizontal-oscillation {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(10px);
  }
  40% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}
.oscillate1 {
  animation: horizontal-oscillation calc(0.2s + 0.8s) ease infinite;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

.oscillate2 {
  animation: horizontal-oscillation calc(0.2s + 0.8s) ease infinite;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

.what-we-do {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  background-color: #ffffff;
}
.what-we-do .servicios {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  align-self: stretch;
  background: linear-gradient(180deg, rgb(250, 255, 255) 0%, rgb(240, 254, 253) 100%);
}
.what-we-do .servicios .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 8em;
  gap: 90px;
  background: linear-gradient(270deg, rgb(58, 128, 191) 0%, rgb(67, 136, 199) 100%);
}
.what-we-do .servicios .left .servicio {
  color: white;
  display: flex;
  flex-direction: column;
  gap: calc(72px * var(--scale));
  padding-top: 0px;
  padding-right: calc(124px * var(--scale));
  padding-bottom: calc(10vh * var(--scale));
  padding-left: calc(124px * var(--scale));
  transition: all 0.3s ease-in-out;
}
.what-we-do .servicios .left .servicio:first-child {
  padding-top: 0px !important;
}
.what-we-do .servicios .left .servicio.active {
  background: linear-gradient(to left, #3573ab, transparent);
}
@media (max-width: 991.98px) {
  .what-we-do .servicios .left .servicio {
    padding: 0px;
  }
}
.what-we-do .servicios .left .servicio .main {
  display: flex;
  align-items: flex-end;
  gap: 58px;
  position: relative;
  align-self: stretch;
  width: 100%;
}
@media (max-width: 991.98px) {
  .what-we-do .servicios .left .servicio .main {
    font-size: 1.1em;
    overflow-x: hidden;
  }
}
.what-we-do .servicios .left .servicio .main .service-image {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom-left-radius: 12px;
  overflow: hidden;
  height: 100%;
  min-height: 35vh;
}
@media (max-width: 991.98px) {
  .what-we-do .servicios .left .servicio .main .service-image {
    width: 100%;
    border-radius: 0px;
    height: 20vh;
    min-height: initial;
  }
}
.what-we-do .servicios .left .servicio .main .service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, #083b67 0%, #0086ff 100%);
  opacity: 0.5;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
}
.what-we-do .servicios .left .servicio .main .service-image img {
  width: 100%;
  height: 100%;
  position: relative;
  align-self: stretch;
  object-fit: cover;
  display: block;
  z-index: 0;
}
.what-we-do .servicios .left .servicio .main .service-description {
  padding-top: calc(5em * var(--scale));
  padding-bottom: calc(5em * var(--scale));
}
@media (max-width: 991.98px) {
  .what-we-do .servicios .left .servicio .main .service-description {
    padding-top: 0em;
  }
}
.what-we-do .servicios .left .servicio .main .service-description .service-title {
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 1em;
  font-size: 2em;
}
.what-we-do .servicios .left .servicio .main .service-description .service-text {
  font-weight: 300;
  font-size: 1.3em;
  line-height: 1.3em;
}
.what-we-do .servicios .left .servicio .main .service-description .service-cta {
  display: inline-flex;
  margin-top: 2em;
}
.what-we-do .servicios .left .servicio .main .service-description .service-cta .cta-btn {
  padding: calc(16px * var(--scale)) calc(30px * var(--scale)) !important;
  font-size: 1em !important;
}
.what-we-do .servicios .left .servicio .main .service-description .service-cta .cta-btn:hover {
  padding: calc(16px * var(--scale)) calc(36px * var(--scale)) !important;
}
.what-we-do .servicios .left .servicio .levels {
  display: flex;
  align-items: flex-start;
  gap: 62px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}
.what-we-do .servicios .left .servicio .levels .intro {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
  position: relative;
}
@media (max-width: 991.98px) {
  .what-we-do .servicios .left .servicio .levels .intro {
    flex-direction: row;
    align-items: center;
  }
}
.what-we-do .servicios .left .servicio .levels .intro .ai-photo {
  width: 5vw;
  height: 5vw;
  border: solid 1px #81ffff;
  border-radius: 20%;
}
@media (max-width: 991.98px) {
  .what-we-do .servicios .left .servicio .levels .intro .ai-photo {
    width: 15vw;
    height: 15vw;
    border-radius: 0 20% 20% 0;
  }
}
.what-we-do .servicios .left .servicio .levels .intro .promo {
  color: #a4fff4;
  font-weight: 300;
  font-size: 1.2em;
  text-align: right;
  line-height: 1.5em;
  text-transform: uppercase;
}
.what-we-do .servicios .left .servicio .levels .intro .promo .phrase {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .what-we-do .servicios .left .servicio .levels .intro .promo .phrase {
    flex-direction: row;
    line-height: 1.2em;
  }
}
.what-we-do .servicios .left .servicio .levels .intro .promo .strong {
  font-weight: 800;
  font-size: 1.6em;
  margin-bottom: 10px;
}
.what-we-do .servicios .left .servicio .levels .types {
  display: flex;
  align-items: flex-start;
  color: #bbffff;
  font-size: 0.9em;
}
@media (max-width: 991.98px) {
  .what-we-do .servicios .left .servicio .levels .types {
    font-size: 1.1em;
  }
}
.what-we-do .servicios .left .servicio .levels .types .title {
  display: inline-flex;
  gap: 13px;
  align-items: center;
}
.what-we-do .servicios .left .servicio .levels .types .title .icon {
  width: 36px;
  height: 36px;
  background-color: #81ffff;
  color: #3f85c3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.what-we-do .servicios .left .servicio .levels .types .title .text {
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1em;
  white-space: nowrap;
  margin-bottom: 0px;
}
.what-we-do .servicios .left .servicio .levels .types .description {
  line-height: 1.3em;
  font-size: 1.2em;
}
.what-we-do .servicios .left .servicio .levels .types .ai {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.what-we-do .servicios .left .servicio .levels .types .human {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}
.what-we-do .servicios .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  position: relative;
  align-self: stretch;
  overflow: visible;
}
@media (max-width: 991.98px) {
  .what-we-do .servicios .right {
    position: absolute;
  }
}
.what-we-do .servicios .right::-webkit-scrollbar {
  width: 0;
  display: none;
}
.what-we-do .servicios .right .fixed-menu {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 0 0 auto;
  height: 100vh;
  padding-top: 7em;
}
@media (max-width: 991.98px) {
  .what-we-do .servicios .right .fixed-menu {
    position: fixed;
    top: 0;
    height: 100vh;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 0 0 auto;
    outline: 3px dashed red;
    transition: left 0.4s ease;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2901960784);
  }
  .what-we-do .servicios .right .fixed-menu .shifter {
    left: 98%;
    background-color: white;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: flex-end;
    margin-top: 0em;
    position: absolute;
    border-right: 11px solid #4c97da;
    border-left: 11px solid #4c97da;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.4392156863);
  }
  .what-we-do .servicios .right .fixed-menu .shifter .menu-toggle {
    display: block;
    position: absolute;
    top: 25%;
    left: -1.8em;
    transform: translateY(-50%);
    background: #7cc1ff;
    color: white;
    border: none;
    padding: 0.5em 1.5em 0.5em 0.6em;
    border-radius: 0 25px 25px 0;
    font-size: 1.25em;
    cursor: pointer;
    z-index: 1001;
  }
}
.what-we-do .servicios .right .fixed-menu .services .grid {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .what-we-do .servicios .right .fixed-menu .services .grid {
    gap: 2px;
  }
}
.what-we-do .servicios .right .fixed-menu .services .grid a {
  color: rgb(73, 73, 73);
  font-weight: 100;
  text-transform: uppercase;
  padding: 2px 10px;
  font-size: 1.1em;
  position: relative;
  display: inline-block;
  overflow: visible;
  z-index: 1;
}
.what-we-do .servicios .right .fixed-menu .services .grid a.active {
  color: white;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
  background-color: #a5d6ff;
}
.what-we-do .servicios .right .fixed-menu .services .grid a.active:hover {
  background-color: transparent;
}
.what-we-do .servicios .right .fixed-menu .services .grid a.active::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50px;
  height: 100%;
  width: calc(100% + 40px);
  background-color: #a5d6ff;
  z-index: -2;
}
@media (max-width: 991.98px) {
  .what-we-do .servicios .right .fixed-menu .services .grid a.active::before {
    content: none !important;
    display: none;
  }
}
.what-we-do .servicios .right .fixed-menu .services .grid a.active::after {
  content: "\f05a";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
  background-color: #7cc1ff;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .what-we-do .servicios .right .fixed-menu .services .grid a.active::after {
    content: none !important;
    display: none;
  }
}
.what-we-do .servicios .right .fixed-menu .services .grid a:hover {
  background-color: #e1f7ff;
}
.what-we-do .servicios .right .fixed-menu .extra-links {
  text-transform: uppercase;
  width: 100%;
  font-weight: 300;
  display: flex;
  gap: 10px;
  font-size: 1.6em;
  flex-direction: column;
  position: relative;
}
@media (max-width: 991.98px) {
  .what-we-do .servicios .right .fixed-menu .extra-links {
    font-size: 1.3em;
    gap: 0px;
    left: 0em;
  }
}
.what-we-do .servicios .right .fixed-menu .extra-links a {
  position: relative;
  padding-top: calc(12px * var(--scale));
  padding-right: calc(20px * var(--scale));
  padding-bottom: calc(12px * var(--scale));
  padding-left: calc(20px * var(--scale));
  left: -0.5em;
  color: white;
  transition: all 0.2s ease;
}
@media (min-width: 768px) {
  .what-we-do .servicios .right .fixed-menu .extra-links a:hover {
    left: -0.6em;
  }
}
@media (max-width: 991.98px) {
  .what-we-do .servicios .right .fixed-menu .extra-links a {
    position: relative;
    left: -10px;
    padding: 8px 30px;
  }
}
.what-we-do .servicios .right .fixed-menu .extra-links a.technology-levels-link {
  background-color: #f29453;
}
.what-we-do .servicios .right .fixed-menu .extra-links a.technology-levels-link:hover {
  background-color: #ff9600;
}
.what-we-do .servicios .right .fixed-menu .extra-links a.sectors-link {
  background-color: #73b4c3;
}
.what-we-do .servicios .right .fixed-menu .extra-links a.sectors-link:hover {
  background-color: #63c4da;
}
.what-we-do {
  /* TECHNOLOGY LEVELS */
}
.what-we-do .technology-levels {
  position: relative;
  background: linear-gradient(160deg, #f28518 0%, #e47c15 100%);
  align-self: stretch;
  overflow: hidden;
}
.what-we-do .technology-levels .left {
  background-color: #ff8e1c;
}
.what-we-do .technology-levels .left .stepper {
  position: absolute;
  right: -3.5em;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1439.98px) {
  .what-we-do .technology-levels .left .stepper {
    right: -2em;
  }
}
@media (max-width: 1919.98px) {
  .what-we-do .technology-levels .left .stepper {
    right: -2em;
  }
}
.what-we-do .technology-levels .left .stepper {
  right: -2em;
}
@media (min-width: 1920px) {
  .what-we-do .technology-levels .left .stepper {
    right: -3.5em;
  }
}
.what-we-do .technology-levels .left .stepper .step {
  background-color: #ff8e1c;
  color: #ffbb77;
  width: 2.5em;
  height: 2.5em;
  margin: calc(22px * var(--scale)) 0;
  font-size: 2.5em;
  border-radius: 50%;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1439.98px) {
  .what-we-do .technology-levels .left .stepper .step {
    font-size: 2.2em;
  }
}
@media (max-width: 1919.98px) {
  .what-we-do .technology-levels .left .stepper .step {
    font-size: 2.2em;
  }
}
.what-we-do .technology-levels .left .stepper .step {
  font-size: 7.2em;
}
@media (min-width: 1920px) {
  .what-we-do .technology-levels .left .stepper .step {
    font-size: 2.5em;
  }
}
.what-we-do .technology-levels .left .stepper .step:hover {
  background-color: #ffa03f;
  color: #ffdcb9;
}
.what-we-do .technology-levels .left .stepper .step.active {
  background-color: white;
  color: #ff8e1c;
}
.what-we-do .technology-levels .right {
  padding: 8vh 0vw;
}
@media (max-width: 991.98px) {
  .what-we-do .technology-levels .right {
    padding: 8vh 0vw;
  }
}
.what-we-do .technology-levels .right .technology-title {
  padding-left: 7vw !important;
  padding-right: 7vw !important;
}
.what-we-do .technology-levels .right .technology-title h2 {
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.8em;
}
.what-we-do .technology-levels .right .technology-title h2 .small-text {
  font-size: 1.3em;
  display: block;
}
.what-we-do .technology-levels .right .technology-title h2 .big-text {
  font-size: 2.8em;
}
.what-we-do .technology-levels .right .technology-title .lead {
  font-weight: 300;
  font-size: 1.8em;
  line-height: 1em;
}
.what-we-do .technology-levels .right .level {
  padding-left: 7vw !important;
  padding-right: 7vw !important;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 991.98px) {
  .what-we-do .technology-levels .right .level {
    padding-left: 0vw !important;
    padding-right: 0vw !important;
  }
}
.what-we-do .technology-levels .right .level .send-us-highlight {
  background: linear-gradient(to bottom, #ff9933, #ffa041);
  border: 1px solid #ffa64e;
  padding: 1.5em 1.5em 1.5em 6em;
  border-radius: 4px;
  font-size: 0.9em;
  margin-top: 3em;
  position: relative;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.0588235294);
}
.what-we-do .technology-levels .right .level .send-us-highlight::after {
  content: "\f15c";
  font-family: "Font Awesome 6 Free";
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 0.4em;
  height: 100%;
  display: flex;
  color: #ffb96f;
  font-size: 4em;
  align-items: center;
}
.what-we-do .technology-levels .right .level .send-us-highlight a {
  background-color: rgba(255, 255, 255, 0.8);
  color: orange;
  padding: 0em 0.6em;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.9em;
  border-radius: 4px;
  display: inline-flex;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.what-we-do .technology-levels .right .level .send-us-highlight a:hover {
  background-color: rgb(255, 255, 255);
  padding: 0.1em 1em;
}
.what-we-do .technology-levels .right .level.active {
  background: linear-gradient(to right, #e1770e, transparent);
}
.what-we-do .technology-levels .right .level .level-title {
  text-transform: uppercase;
  font-size: 1.2em;
}
.what-we-do .technology-levels .right .level .level-title h3 {
  font-size: 2em;
}
@media (max-width: 991.98px) {
  .what-we-do .technology-levels .right .level .level-title h3 {
    padding: 1em 1em 1em 0em;
    font-size: 1.8em;
    display: flex;
    flex-direction: column;
    line-height: 1em;
  }
}
@media (max-width: 991.98px) {
  .what-we-do .technology-levels .right .level .level-title h3 i {
    font-size: 1.2em;
    margin-bottom: 0.3em;
  }
}
@media (max-width: 991.98px) {
  .what-we-do .technology-levels .right .level .level-title {
    background-color: #da6e00;
    width: 100%;
    margin-bottom: 2em;
    display: flex;
    align-items: center;
  }
}
.what-we-do .technology-levels .right .level .level-title .number-mobile {
  background-color: white;
  color: #f08418;
  padding: 0em 0.4em;
  font-size: 1.2em;
  border-radius: 0em 0em 0.5em 0em;
  font-weight: 700;
  align-self: stretch;
  align-items: center;
  position: relative;
  transition: all 0.4s ease-in-out;
  left: -50px;
}
.what-we-do .technology-levels .right .level .level-title .number-mobile.active {
  left: 0px;
}
@media (max-width: 991.98px) {
  .what-we-do .technology-levels .right .level .level-title .number-mobile {
    font-size: 2em;
  }
}
.what-we-do .technology-levels .right .level .level-content {
  font-size: 1.2em;
}
@media (max-width: 991.98px) {
  .what-we-do .technology-levels .right .level .level-content {
    font-size: 1.3em;
  }
}
.what-we-do .technology-levels .right .level .level-content .content {
  font-weight: 300;
  line-height: 1.3em;
}
.what-we-do .technology-levels .right .level .level-content .content .subtext {
  font-size: 0.9em;
  line-height: 1.2em;
}
.what-we-do .technology-levels .right .level .level-content .pros .row {
  flex-direction: column;
}
@media (max-width: 991.98px) {
  .what-we-do .technology-levels .right .level .level-content .pros .row {
    flex-direction: row;
  }
}
.what-we-do .technology-levels .right .level .level-content .pros .row .pro {
  line-height: 1em;
}
@media (max-width: 991.98px) {
  .what-we-do .technology-levels .right .level .level-content .pros .row .pro {
    flex: 0 0 auto;
  }
}
.what-we-do .technology-levels .right .level .level-content .pros .row .pro .pro-title {
  font-size: 1em;
}
.what-we-do .technology-levels .right .level .level-content .pros .row .pro .icon-circle {
  width: 3em;
  height: 3em;
  padding: 1em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  background-color: #da6e00;
  color: #ffb969;
}
@media (max-width: 991.98px) {
  .what-we-do .technology-levels .right .level .level-content .pros .row .pro .icon-circle {
    font-size: 1.2rem;
  }
}
@media (max-width: 1439.98px) {
  .what-we-do .technology-levels .right .level .level-content .pros .row .pro .icon-circle {
    font-size: 1rem;
  }
}
@media (max-width: 1919.98px) {
  .what-we-do .technology-levels .right .level .level-content .pros .row .pro .icon-circle {
    font-size: 1rem;
  }
}
.what-we-do .technology-levels .right .level .level-content .pros .row .pro .icon-circle {
  font-size: 1rem;
}
@media (min-width: 1920px) {
  .what-we-do .technology-levels .right .level .level-content .pros .row .pro .icon-circle {
    font-size: 1.2em;
  }
}
.what-we-do .technology-levels .right .level .extra-content .image {
  align-self: stretch;
  display: flex;
  border-top-left-radius: 0px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 6px;
  overflow: hidden;
}
.what-we-do .technology-levels .right .level .extra-content .image img {
  object-fit: cover;
}
.what-we-do .technology-levels .right .level .extra-content .text-content {
  font-weight: 300;
  font-size: 1.2em;
}
.what-we-do .technology-levels .right .level .extra-content .text-content .human-title {
  font-weight: 300;
  text-transform: uppercase;
}
.what-we-do .technology-levels .right .level .extra-content .text-content .human-title .small-text {
  font-size: 1em;
}
.what-we-do .technology-levels .right .level .extra-content .text-content .human-title .big-text {
  font-size: 1.3em;
}
.what-we-do .technology-levels .right .level .extra-content .text-content .info-box {
  position: relative;
}
.what-we-do .technology-levels .right .level .extra-content .text-content .info-box .human-benefit-title {
  font-size: 1em;
}
.what-we-do .technology-levels .right .level .extra-content .text-content .info-box .rotated-label {
  color: #ffab56;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .what-we-do .technology-levels .right .level .extra-content .text-content .info-box .rotated-label {
    writing-mode: initial;
    transform: rotate(0deg);
    position: initial;
  }
}
@media (max-width: 1439.98px) {
  .what-we-do .technology-levels .right .level .extra-content .text-content .info-box .rotated-label {
    font-size: 1.6rem;
  }
}
@media (max-width: 1919.98px) {
  .what-we-do .technology-levels .right .level .extra-content .text-content .info-box .rotated-label {
    font-size: 1.6rem;
  }
}
.what-we-do .technology-levels .right .level .extra-content .text-content .info-box .rotated-label {
  font-size: 1.6rem;
}
@media (min-width: 1920px) {
  .what-we-do .technology-levels .right .level .extra-content .text-content .info-box .rotated-label {
    font-size: 1.8em;
  }
}

.corner-triangle-up {
  position: relative;
  z-index: 910;
}
.corner-triangle-up .triangle {
  position: absolute;
  top: 2.3em;
  right: 0;
  width: 0;
  height: 0;
  z-index: 2;
}
.corner-triangle-up.to-servicios .triangle {
  border-top: 14em solid #3b81c0;
  border-left: 14em solid transparent;
}
@media (max-width: 991.98px) {
  .corner-triangle-up.to-servicios .triangle {
    border-top: 8em solid #3b81c0;
    border-left: 8em solid transparent;
  }
}
.corner-triangle-up.to-levels .triangle {
  border-top: 14em solid #e57c15;
  border-left: 14em solid transparent;
}
@media (max-width: 991.98px) {
  .corner-triangle-up.to-levels .triangle {
    border-top: 8em solid #e57c15;
    border-left: 8em solid transparent;
  }
}
.corner-triangle-up .link {
  position: absolute;
  z-index: 50;
  right: 0;
  padding: 1rem;
  font-size: 3em;
  width: 3em;
  height: 4em;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .corner-triangle-up .link {
    font-size: 2.5em;
    width: 2em;
    height: 2em;
  }
}
.corner-triangle-up .link a {
  color: white;
}

/* TOOLTIP */
.tooltip {
  background-color: transparent;
}
.tooltip .tooltip-inner {
  background-color: #4f7d87;
  color: #8ac1ce;
  font-size: 0.8em;
  padding: 3px 6px;
  border-radius: 0px;
  border: none;
  box-shadow: none;
}
.tooltip .tooltip-arrow {
  border-color: #4f7d87;
}