.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  transform-style: preserve-3d;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  outline: none;
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  outline: none;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__slider {
  position: relative;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide--draggable > .splide__slider > .splide__track, .splide--draggable > .splide__track {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide--fade > .splide__slider > .splide__track > .splide__list, .splide--fade > .splide__track > .splide__list {
  display: block;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--fade > .splide__track > .splide__list > .splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

.splide--fade > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide--ttb.is-active > .splide__slider > .splide__track > .splide__list, .splide--ttb.is-active > .splide__track > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover {
  opacity: 0.9;
}

.splide__arrow:focus {
  outline: none;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus {
  outline: none;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide, .splide--nav > .splide__track > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide.is-active, .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide--nav > .splide__slider > .splide__track > .splide__list > .splide__slide:focus, .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
  outline: none;
}

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
  top: 1em;
}

.splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__slider > .splide__track > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide--ttb > .splide__pagination, .splide--ttb > .splide__slider > .splide__pagination {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@font-face {
  font-family: Roboto;
  font-weight: normal;
  font-style: normal;
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: Roboto;
  font-weight: 500;
  font-style: normal;
  src: url(../fonts/Roboto/Roboto-Medium.ttf);
}
@font-face {
  font-family: Roboto;
  font-weight: 700;
  font-style: normal;
  src: url(../fonts/Roboto/Roboto-bold.ttf);
}
@font-face {
  font-family: Roboto;
  font-weight: 900;
  font-style: normal;
  src: url(../fonts/Roboto/Roboto-black.ttf);
}
.sonda-color--primary {
  color: #005DFA !important;
}

.sonda-color--negative {
  color: #000000;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

* {
  font-family: Roboto;
}

.sonda-color--negative {
  color: black !important;
}

html.sr section {
  visibility: hidden;
}

.sonda-header--desktop {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sonda-header--desktop .nav-item a {
  font-size: 14px;
  color: #696964;
}
.sonda-header--desktop .dropdown-menu {
  overflow: hidden;
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
}
.sonda-header--desktop .dropdown-toggle {
  padding-bottom: 22px;
}
.sonda-header--desktop .dropdown-toggle::after {
  content: initial;
}
.sonda-header--desktop a[aria-expanded=true] {
  border-bottom: 6px solid #005DFA;
}
.sonda-header--desktop .sonda-dropdown-menu {
  background-color: #e2e2e2;
}
.sonda-header--desktop .sonda-dropdown-menu .item {
  padding-top: 12px;
  padding-bottom: 28px;
}
.sonda-header--desktop .sonda-dropdown-menu .line {
  height: 80%;
  margin-top: 40px;
  width: 1px;
  background-color: #005DFA;
  opacity: 0.5;
  margin-left: auto;
  margin-right: auto;
}
.sonda-header--desktop .sonda-dropdown-menu h3 {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  color: #000000;
  padding-bottom: 50px;
  position: relative;
}
.sonda-header--desktop .sonda-dropdown-menu p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-align: left;
  color: black;
}
.sonda-header--desktop .sonda-dropdown-menu .sonda-btn-black {
  background-color: black;
  color: white;
  font-size: 14px;
  font-style: normal;
  border-radius: 0px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.sonda-header--desktop .sonda-dropdown-menu ul li a {
  font-size: 16px;
  color: black;
}
.sonda-header--desktop .sonda-dropdown-menu ul li a:hover {
  color: #005DFA;
  text-decoration: none;
}
.sonda-header--desktop .sonda-dropdown-menu ul li a img {
  padding-left: 5px;
}
.sonda-header--desktop .sonda-dropdown-menu .sonda-blue {
  color: #14005B;
}
.sonda-header--desktop .sonda-header__news {
  padding-left: 30px;
  background-color: #666666;
}
.sonda-header--desktop .sonda-header__news .item {
  padding-bottom: 20px;
}
.sonda-header--desktop .sonda-header__news h3 {
  color: white;
}
.sonda-header--desktop .sonda-header__news h4 {
  color: white;
  font-size: 16px;
}
.sonda-header--desktop .sonda-header__news a {
  color: black;
  font-size: 11px;
  font-weight: 700;
}
.sonda-header--desktop .sonda-header__news a img {
  filter: brightness(0);
}
.sonda-header--desktop .sonda-header__refill {
  position: absolute;
  width: 330%;
  height: 100%;
  top: 0;
  right: -230%;
  background-color: #666666;
}
.sonda-header--desktop .tabcontent {
  transition: opacity 0.5s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.sonda-header--desktop .search {
  border: none;
  background-color: transparent;
}
.sonda-header--mobile {
  display: none;
}

@media screen and (max-width: 576px) {
  .sonda-header--desktop {
    display: none;
  }
  .sonda-header--mobile {
    display: block;
  }
}
.sonda-footer {
  background-color: #005DFA;
  padding-top: 107px;
  padding-bottom: 87px;
}
.sonda-footer a {
  color: #ffffff;
}
.sonda-footer p {
  font-size: 16px;
  color: #ffffff;
}
.sonda-footer span {
  color: #ffffff;
  font-size: 14px;
}
.sonda-footer .copyright {
  padding-bottom: 137px;
}
.sonda-footer ul li {
  padding-bottom: 20px;
}

.sonda-btn {
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 0px;
}
.sonda-btn--primary {
  background-color: #005DFA;
  color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
}
.sonda-btn--primary img {
  vertical-align: middle;
  padding-left: 16px;
}
.sonda-btn--negative {
  background-color: #000000;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
}
.sonda-btn--negative img {
  vertical-align: middle;
  padding-left: 16px;
}

.sonda-sticky-div-buttons {
  position: fixed;
  right: -106px;
  top: 322px;
  z-index: 100;
  transition: right 0.5s ease-out;
  transform: rotate(270deg);
}
.sonda-sticky-div-buttons .contact {
  padding: 18px;
  background-color: #002BC3;
  color: #ffffff;
  border-radius: 0px 10px 0px 0px;
  border: 0px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
}
.sonda-sticky-div-buttons .contact img {
  padding-left: 5px;
}
.sonda-sticky-div-buttons .location {
  background-color: #0079F4;
  padding: 20px;
  border: 0px;
}
.sonda-sticky-div-buttons .close {
  background-color: #120465;
  padding: 14px;
  border: 0px;
  opacity: 1;
  border-radius: 10px 0px 0px 0px;
}
.sonda-sticky-div-buttons.active {
  right: 231px;
  top: 322px;
}
.sonda-sticky-div-buttons.active .close img {
  transform: rotate(180deg);
}
.sonda-sticky-div-content {
  max-width: 338px;
  background-color: #0025A7;
  padding: 32px;
  opacity: 0;
  height: 0;
  transition: opacity 0.5s ease-out;
  margin-right: 45px;
  position: fixed;
  right: -46px;
  top: 218px;
  z-index: 99;
}
.sonda-sticky-div-content h4 {
  color: #ffffff;
  font-size: 22px;
}
.sonda-sticky-div-content form {
  background-color: #ffffff;
  padding: 16px;
}
.sonda-sticky-div-content form input {
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  font-size: 16px;
  color: #000000;
}
.sonda-sticky-div-content form input::placeholder {
  color: #000000;
}
.sonda-sticky-div-content form button {
  text-align: right;
  color: #005DFA;
  border: none;
  margin-left: auto;
  background-color: transparent;
  box-shadow: none;
  font-size: 16px;
  font-weight: 700;
}
.sonda-sticky-div-content.active {
  opacity: 1;
  height: auto;
}
.sonda-sticky-div-content-location {
  width: 338px;
  background-color: #0079F4;
  padding: 32px;
  opacity: 0;
  height: 0;
  transition: opacity 0.5s ease-out;
  margin-right: 45px;
  position: fixed;
  right: -46px;
  top: 218px;
  z-index: 99;
}
.sonda-sticky-div-content-location h4 {
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}
.sonda-sticky-div-content-location p {
  margin-bottom: 0px;
  font-size: 16px;
}
.sonda-sticky-div-content-location a {
  font-weight: 700;
}
.sonda-sticky-div-content-location .location-div {
  background-color: #ffffff;
  padding: 20px;
}
.sonda-sticky-div-content-location.active {
  opacity: 1;
  height: auto;
}
.sonda-sticky-div-content-location select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  font-weight: bold;
  font-size: 14px;
  background-color: #005DFA;
  background-image: url(../images/arrow-down-white.svg);
  background-repeat: no-repeat;
  background-position: 90%;
  border-radius: 5px;
  padding-left: 20px;
  padding-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
}

.sonda-search .modal-title {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 0em;
  text-align: left;
  color: #005DFA;
}
.sonda-search .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.sonda-search .modal-content {
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
}
.sonda-search .input-group {
  margin-top: 60px;
}
.sonda-search .input-group input {
  height: 60px;
  font-size: 25px;
  color: #000000;
  background-color: #F1FBFF;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.sonda-search small {
  font-size: 16px;
  color: #C4C4C4;
  margin-top: 0px;
}
.sonda-search .results {
  margin-top: 20px;
  max-height: 500px;
  overflow: scroll;
}
.sonda-search .item {
  padding-bottom: 40px;
}
.sonda-search .item h5 {
  font-size: 12px;
  font-weight: 700;
}
.sonda-search .item h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0em;
}
.sonda-search .item p {
  font-size: 16px;
  line-height: 22.5px;
}

.sonda-hero {
  padding-top: 85px;
  padding-bottom: 140px;
}
.sonda-hero-splide__item {
  /* [2] Transition property for smooth transformation of images */
  /* [3] Finally, transforming the image when container gets hovered */
}
.sonda-hero-splide__item h2 {
  font-weight: 900;
  font-size: 60px;
  line-height: 65.52px;
  color: #000000;
}
.sonda-hero-splide__item p {
  font-weight: 400;
  font-size: 21px;
  line-height: 111.68%;
}
.sonda-hero-splide__item .img-hover-zoom {
  height: 100%;
  /* [1.1] Set it as per your need */
  overflow: hidden;
  /* [1.2] Hide the overflowing of child elements */
}
.sonda-hero-splide__item .img-hover-zoom img {
  transition: transform 0.8s ease;
}
.sonda-hero-splide__item .img-hover-zoom:hover img {
  transform: scale(1.3);
}
.sonda-hero-splide .splide__arrow {
  top: 93%;
  background: none;
}
.sonda-hero-splide .splide__arrow img {
  width: 68px;
}
.sonda-hero-splide .splide__arrow--prev {
  left: 2%;
  right: initial;
}
.sonda-hero-splide .splide__arrow--next {
  left: 10%;
  right: initial;
}
.sonda-hero-splide .splide__pagination {
  left: -160px;
  bottom: 3%;
}
.sonda-hero-splide .splide__pagination__page {
  background: #000000;
}
.sonda-hero-splide .splide__pagination__page.is-active {
  background: none;
  transform: initial;
  background-image: url("../images/pagination-splide-active.svg");
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  height: 27px;
  width: 27px;
  margin-top: 7px;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .sonda-hero {
    padding-top: 36px;
  }
  .sonda-hero-splide__item h2 {
    font-size: 34px;
    line-height: 34.52px;
  }
  .sonda-hero-splide__item p {
    font-size: 16px;
    line-height: 22px;
  }
  .sonda-hero-splide .sonda-btn {
    margin-bottom: 20px;
  }
  .sonda-hero-splide .splide__arrow {
    top: 110%;
  }
  .sonda-hero-splide .splide__arrow img {
    width: 49px;
  }
  .sonda-hero-splide .splide__arrow--prev {
    left: 2%;
    right: initial;
  }
  .sonda-hero-splide .splide__arrow--next {
    left: 19%;
    right: initial;
  }
  .sonda-hero-splide .splide__pagination {
    display: none;
  }
}
.sonda-lider {
  background-color: #005DFA;
}
.sonda-lider-info {
  padding-top: 74px;
  padding-bottom: 40px;
}
.sonda-lider-info h3 {
  font-size: 42px;
  font-weight: 700;
  line-height: 46px;
  color: #ffffff;
}
.sonda-lider-info h4 {
  font-size: 30px;
  font-weight: 700;
  line-height: 33.5px;
  color: #ffffff;
}
.sonda-lider-info p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}
.sonda-lider__refill {
  background-image: url("../images/intersect.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  width: 110%;
  height: 163%;
  top: -97px;
  left: -141px;
}

.sonda-solutions {
  background-color: #E2E2E2;
  padding-top: 127px;
  padding-bottom: 140px;
  position: relative;
}
.sonda-solutions h2 {
  font-size: 42px;
  color: #000000;
  font-weight: 700;
  line-height: 46px;
  padding-bottom: 30px;
}
.sonda-solutions-splide .splide__arrow {
  top: 115%;
  background: none;
}
.sonda-solutions-splide .splide__arrow img {
  width: 68px;
}
.sonda-solutions-splide .splide__arrow--prev {
  right: 10%;
  left: initial;
}
.sonda-solutions-splide .splide__arrow--next {
  right: 2%;
  left: initial;
}
.sonda-solutions .nav-link {
  font-size: 25px;
  font-weight: 500;
  line-height: 27.92px;
  color: #000000;
  background-color: transparent;
  padding-bottom: 25px;
  padding-left: 0px;
}
.sonda-solutions .nav-link.active {
  color: #005DFA;
  background-color: transparent;
}
.sonda-solutions-card {
  background-color: #ffffff;
  padding-left: 42px;
  padding-right: 37px;
  padding-top: 36px;
  padding-bottom: 46px;
}
.sonda-solutions-card h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 27.92px;
}
.sonda-solutions-card p {
  font-size: 16px;
  line-height: 22.5px;
}
.sonda-solutions-card__link a {
  font-size: 15px;
  font-weight: 700;
  color: #005DFA;
}
.sonda-solutions-card .blue-arrow {
  vertical-align: initial !important;
  margin-left: 5px;
}
.sonda-solutions hr {
  background-color: #000000;
}

.sonda-links {
  background-color: #005DFA;
  padding-top: 59px;
  padding-bottom: 20px;
  overflow: hidden;
}
.sonda-links-right {
  display: flex;
  align-items: flex-end;
}
.sonda-links-item {
  position: relative;
  z-index: 1;
}
.sonda-links-item h4 {
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
}
.sonda-links-item p {
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
  color: #ffffff;
}
.sonda-links-item__soft {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 16px;
  color: #ffffff;
}
.sonda-links-left {
  position: relative;
}
.sonda-links .refill {
  position: absolute;
  height: 100%;
  width: 124%;
  left: -179px;
  top: 20px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url("../images/intersect-borderless.png");
}
.sonda-links .refill--right {
  left: 172px;
}
.sonda-links .refill-white-horizontal {
  position: absolute;
  height: 16px;
  width: 298%;
  top: 43%;
  left: -1126px;
  background-color: white;
}
.sonda-links .main-row {
  position: relative;
}
.sonda-links .refill-white-vertical {
  position: absolute;
  height: 129%;
  width: 16px;
  top: -17%;
  left: 49%;
  background-color: white;
}

.sonda-invest {
  padding-top: 128px;
  padding-bottom: 128px;
  /* [2] Transition property for smooth transformation of images */
  /* [3] Finally, transforming the image when container gets hovered */
}
.sonda-invest h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
  color: #000000;
}
.sonda-invest h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  color: #000000;
}
.sonda-invest a {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  color: #005DFA;
}
.sonda-invest .img-hover-zoom {
  height: 100%;
  /* [1.1] Set it as per your need */
  overflow: hidden;
  /* [1.2] Hide the overflowing of child elements */
}
.sonda-invest .img-hover-zoom img {
  transition: transform 0.8s ease;
}
.sonda-invest .img-hover-zoom:hover img {
  transform: scale(1.3);
}

@media screen and (max-width: 768px) {
  .sonda-invest {
    padding-top: 47px;
    padding-bottom: 37px;
  }
  .sonda-invest h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .sonda-invest h4 {
    font-size: 15px;
    line-height: 17px;
    font-weight: 400;
  }
}
.sonda-contact {
  background-color: #F1FBFF;
  padding-top: 92px;
  padding-bottom: 92px;
}
.sonda-contact h2 {
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 46px;
}
.sonda-contact-title {
  display: flex;
  flex-wrap: wrap;
}
.sonda-contact h4 {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.sonda-contact-form {
  padding-top: 72px;
  padding-bottom: 24px;
  padding-left: 60px;
  padding-right: 64px;
  background-color: #ffffff;
}
.sonda-contact-form input {
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0px;
  margin-bottom: 20px;
  padding-left: 0px;
  font-size: 16px;
  color: #000000;
}
.sonda-contact-form input::placeholder {
  color: #000000;
}
.sonda-contact-form textarea {
  border: 0;
  border-bottom: 1px solid;
  border-radius: 0px;
  padding-left: 0px;
  font-size: 16px;
  color: #000000;
}
.sonda-contact-form textarea::placeholder {
  color: #000000;
}
.sonda-contact-form small {
  padding-bottom: 20px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  color: #BCBCBC;
}

@media screen and (max-width: 768px) {
  .sonda-contact {
    padding-top: 64px;
  }
  .sonda-contact h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .sonda-contact h4 {
    font-size: 18px;
    font-weight: 400;
  }
  .sonda-contact-form {
    padding-top: 72px;
    padding-bottom: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*# sourceMappingURL=styles.css.map */

/*CSS DIEGO*/
/*INVERSIONISTAS*/

/* sonda banner */
.sonda-banner {
  position: relative;
}
.sonda-banner img.position-absolute {
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  z-index: -1;
}
.sonda-banner .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #005DFA;
}
.sonda-banner .breadcrumb-item.active {
  color: #005DFA;
}
.sonda-banner .breadcrumb-item a {
  color: white;
}
.sonda-banner h1 {
  font-size: 50px;
}

/* SONDA SUBMENU */
.sonda-submenu {
  background-color: #ededed;
}
.sonda-submenu .nav .nav-item + .nav-item {
  border-left: 1px solid #BCBCB8;
}
.sonda-submenu .nav .nav-item .nav-link {
  color: black;
}
.sonda-submenu .nav .nav-item .nav-link.active {
  color: #1F5DF5;
}

/* Content */
.sonda-invest__content .sonda-invest__box {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.sonda-invest__content .sonda-invest__box img.position-absolute {
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  z-index: -2;
}
.sonda-invest__content .sonda-invest__box::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #005DFA;
  position: absolute;
  bottom: -100%;
  left: -100%;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  border-radius: 0 100rem 0 0;
}
.sonda-invest__content .sonda-invest__box:hover::after {
  bottom: 0;
  left: 0;
  border-radius: 0;
}
.sonda-invest__content .sonda-invest__big-box {
  background-color: #005DFA;
  color: white;
  height: 100%;
}
.sonda-invest__content .sonda-invest__big-box .d-flex {
  margin-bottom: 1.5rem;
}
.sonda-invest__content .sonda-invest__big-box .d-flex span {
  font-size: 14px;
}
.sonda-invest__content .sonda-invest__big-box .d-flex button {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  font-size: 14px;
  padding: 8px 15px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.sonda-invest__content .sonda-invest__big-box .d-flex button:hover {
  background-color: white;
  color: #005DFA;
}
.sonda-invest__content .sonda-invest__big-box .text-center button {
  background-color: black;
  color: white;
  border: 1px solid black;
  font-size: 14px;
  padding: 8px 15px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.sonda-invest__content .sonda-invest__big-box .text-center button:hover {
  background-color: transparent;
  border-color: white;
}

/*# sourceMappingURL=styles-investors.css.map */

/*FIN INVERSIONISTAS*/

/*INNOVA*/

.sonda-navbar--blue{
    background-color: #005DFA;
    padding-top: 19px;
    padding-bottom: 19px;

    
}

.sonda-navbar--blue a{
    color: white;
    font-size: 14px;
    font-weight: 700;
    margin-right: 20px;
    
}

.sonda-banner--innova {
    position: relative;
}

.sonda-banner--innova .sonda-banner__title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Roboto;
    font-size: 50px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0em;
    text-align: center;
    color: white;
}

.sonda-content--centered{
    padding-top: 100px;
    padding-bottom: 100px;
}

.sonda-content-container{
    display: flex;
    justify-content: center;
    
}

.sonda-content__image{
    max-width: 600px;
}

.sonda-content__text{
    max-width: 500px;
}

.sonda-content__text-small{
    max-width: 348px;
}

.sonda-bg-grey{
    background-color: #E2E2E2;
}

.sonda-content-detail__container{
    border-left: 21px solid #00FFFF;
}

.sonda-text{
    padding-top: 80px;
    padding-bottom: 80px;
}

.sonda-text .sonda-link{
    text-decoration: underline;
    color: #1C4EFE;
    font-weight: 700;
    font-size: 15px;
}


.sonda-btn--black{
    border-radius: 50px;
    padding-left: 24px;
    padding-right: 24px;
    color: white;
    background-color: black;
    font-size: 16px;

}

.sonda-btn--black image{
    vertical-align: initial;
}

.sonda-social img{
    margin-bottom: 20px;
}

h2{
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .sonda-banner--innova img {
        object-fit: cover;
        height: 300px;
    }

    .sonda-banner--innova .sonda-banner__title{
        font-size: 30px;
    }

    .sonda-content__image{
        width: 100%;
      
    }

    .sonda-content__text{
        max-width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sonda-content--centered{
        padding-top: 0px;
    }

    .sonda-content.sonda-content-detail .container-fluid{
        padding-top: 20px;
    }

}
/*FIN INNOVA*/

/*FIN CSS DIEGO*/

/*CSS FABIAN*/
/*PLAN ESTRA - EVENTOS Y NOTICIAS - CONTACTO*/

/* Content */
.sonda-analysis {
  background-color: #f4f4f4;
}
.sonda-analysis table tbody th {
  border-top: none;
  font-size: 15px;
}
.sonda-analysis table tbody td {
  border-top: none;
  border-bottom: 1px solid #005DFA;
  color: #666666;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 15px;
}

.sonda-contact__boxes .sonda-contact__box {
  background-color: black;
}
.sonda-contact__boxes .sonda-contact__box p, .sonda-contact__boxes .sonda-contact__box span, .sonda-contact__boxes .sonda-contact__box a {
  color: white;
}
.sonda-contact__boxes .sonda-contact__box p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 0;
}
.sonda-contact__boxes .sonda-contact__box span {
  display: block;
  font-size: 12px;
}

.sonda-day {
  background-color: #f4f4f4;
}
.sonda-day h2 span {
  color: #005DFA;
}
.sonda-day .sonda-video__caption span {
  font-size: 12px;
  font-weight: 600;
}

.sonda-events-news .nav-tabs {
  border-color: black;
}
.sonda-events-news .nav-tabs .nav-link {
  color: black;
  margin-bottom: -1px;
  border: none;
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.8rem;
  margin-right: 2rem;
  position: relative;
}
.sonda-events-news .nav-tabs .nav-link.active::after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #005DFA;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sonda-events-news .sonda-filter {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid black;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
}
.sonda-events-news .tab-content .sonda-card__item .row {
  background-color: #E2E2E2;
  margin: 0px;
}
.sonda-events-news .tab-content .sonda-card__item .row .box-01 {
  padding: 1rem;
}
.sonda-events-news .tab-content .sonda-card__item .row .box-01 h4 {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  color: #000;
}
.sonda-events-news .tab-content .sonda-card__item .row .box-01 p.bajada {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #3D3D3D;
}
.sonda-events-news .tab-content .sonda-card__item .row .box-01 .encabezado {
  display: flex;
  justify-content: space-between;
}
.sonda-events-news .tab-content .sonda-card__item .row .box-01 .encabezado p {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
.sonda-events-news .tab-content .sonda-card__item .row .box-01 a {
  color: #1C4EFE;
  font-weight: 700;
  font-size: 15px;
  line-height: 24px;
  text-decoration: underline;
  margin-bottom: 100px;
}
.sonda-events-news .tab-content .sonda-card__item .row .box-02 {
  padding-right: 0px;
  padding-left: 0px;
  overflow: hidden;
}
.sonda-events-news .tab-content .sonda-card__item .row .box-02 img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.sonda-financy {
  background-color: #f4f4f4;
}
.sonda-financy .nav-tabs {
  border-color: black;
}
.sonda-financy .nav-tabs .nav-link {
  color: black;
  margin-bottom: -1px;
  border: none;
  border-radius: 0;
  background: transparent;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.8rem;
  margin-right: 2rem;
  position: relative;
}
.sonda-financy .nav-tabs .nav-link.active::after {
  content: "";
  width: 100%;
  height: 6px;
  background-color: #005DFA;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sonda-financy .table th, .sonda-financy .table td {
  border-top: 0;
  text-align: center;
}
.sonda-financy .table .th-title {
  padding-left: 0;
}
.sonda-financy .table .td-title {
  color: #666666;
  text-align: left;
  padding-left: 0;
}
.sonda-financy .table td {
  padding: 1rem 0.75rem;
}
.sonda-financy .table td .table__download a {
  font-weight: bold;
  color: #666666;
}
.sonda-financy .table td .table__download a img {
  vertical-align: -1px;
}
.sonda-financy .table td a {
  font-weight: bold;
  color: #666666;
}
.sonda-financy .accordion__item button {
  border: none;
  border-bottom: 1px solid black;
  border-radius: 0;
  color: #666666;
  font-weight: bold;
  padding: 1rem 1rem 1rem 0;
  text-decoration: none;
  position: relative;
}
.sonda-financy .accordion__item button:focus {
  box-shadow: none;
}
.sonda-financy .accordion__item button[aria-expanded=false] {
  border-color: black;
}
.sonda-financy .accordion__item button[aria-expanded=false] img {
  filter: grayscale(100);
  transform: rotate(180deg);
  opacity: 0.5;
}
.sonda-financy .accordion__item button[aria-expanded=true] {
  border-color: #005DFA;
}
.sonda-financy .accordion__item button img {
  position: absolute;
  right: 1rem;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.2s ease-in-out;
}
.sonda-financy .accordion__item .download-box {
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.sonda-financy .accordion__item .download-box p {
  color: #005DFA;
  margin-bottom: 0;
  width: 80%;
}
.sonda-financy .accordion__item .download-box a {
  color: #005DFA;
  font-weight: bold;
  text-align: right;
  text-decoration: none;
  width: 20%;
}
.sonda-financy .accordion__item .download-box a:hover {
  color: black;
}
.sonda-financy .accordion__item .download-box a:hover img {
  filter: grayscale(100) brightness(0);
}
.sonda-financy .accordion__item .download-box a img {
  vertical-align: -1px;
}
.sonda-financy .box-act-fin {
  position: relative;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
}
.sonda-financy .box-act-fin .icono {
  margin-bottom: 0.5rem;
}
.sonda-financy .box-act-fin figure {
  margin-bottom: 0px;
}
.sonda-financy .box-act-fin figure img {
  filter: brightness(0.7);
}
.sonda-financy .box-act-fin h2 {
  color: white;
  font-weight: 500;
  font-size: 25px;
  position: absolute;
  bottom: 5%;
  left: 5%;
}
.sonda-financy .box-act-fin h3 {
  color: #0091B2;
  font-weight: 700;
  font-size: 25px;
  color: #1F5DF5;
}
.sonda-financy .box-act-fin p {
  max-width: 13rem;
}
.sonda-financy .box-act-fin .texto-hover {
  position: absolute;
  top: 100%;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  color: white;
  padding: 1.2rem 1.5rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 2;
}
.sonda-financy .box-act-fin .texto-hover p {
  margin-bottom: 0;
}
.sonda-financy .box-act-fin .texto-hover .download-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.sonda-financy .box-act-fin .texto-hover .download-box a {
  font-weight: bold;
  text-decoration: none;
}
.sonda-financy .box-act-fin .texto-hover .download-box a img {
  vertical-align: -1px;
}
.sonda-financy .box-act-fin .texto-hover .download-box a:hover {
  color: white;
}
.sonda-financy .box-act-fin .texto-hover .download-box a:hover img {
  filter: grayscale(100) brightness(100);
}
.sonda-financy .box-act-fin:hover .texto-hover {
  top: 0;
  opacity: 1;
}
.sonda-financy .box-act-fin:hover h2 {
  display: none;
}
.sonda-financy .vida-sonda {
  position: relative;
}
.sonda-financy .vida-sonda .icon-arrow-sonda {
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  top: 5%;
  right: 5%;
  z-index: 9;
}
.sonda-financy .box-act-fin .icon-arrow-sonda.blue {
  display: none;
}
.sonda-financy .box-act-fin:hover .icon-arrow-sonda.white {
  display: none;
}
.sonda-financy .box-act-fin:hover .icon-arrow-sonda.blue {
  display: block;
}
.sonda-financy .box-act-fin:hover figure img {
  filter: brightness(1);
}

.sonda-invest__content .sonda-invest__box {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}
.sonda-invest__content .sonda-invest__box img.position-absolute {
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  z-index: -2;
}
.sonda-invest__content .sonda-invest__box::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #005DFA;
  position: absolute;
  bottom: -100%;
  left: -100%;
  z-index: -1;
  transition: all 0.2s ease-in-out;
  border-radius: 0 100rem 0 0;
}
.sonda-invest__content .sonda-invest__box:hover::after {
  bottom: 0;
  left: 0;
  border-radius: 0;
}
.sonda-invest__content .sonda-invest__big-box {
  background-color: #005DFA;
  color: white;
  height: 100%;
}
.sonda-invest__content .sonda-invest__big-box .d-flex {
  margin-bottom: 1.5rem;
}
.sonda-invest__content .sonda-invest__big-box .d-flex span {
  font-size: 14px;
}
.sonda-invest__content .sonda-invest__big-box .d-flex button {
  background-color: transparent;
  color: white;
  border: 1px solid white;
  font-size: 14px;
  padding: 8px 15px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.sonda-invest__content .sonda-invest__big-box .d-flex button:hover {
  background-color: white;
  color: #005DFA;
}
.sonda-invest__content .sonda-invest__big-box .text-center button {
  background-color: black;
  color: white;
  border: 1px solid black;
  font-size: 14px;
  padding: 8px 15px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
}
.sonda-invest__content .sonda-invest__big-box .text-center button:hover {
  background-color: transparent;
  border-color: white;
}

.sonda-related {
  background-color: #f4f4f4;
}
.sonda-related__box {
  background-color: white;
  height: 100%;
}
.sonda-related__box a {
  border: 1px solid #005DFA;
  color: #005DFA;
  display: block;
  font-size: 15px;
  font-weight: bold;
  width: max-content;
  padding: 5px 15px;
  text-decoration: none;
}
.sonda-related__box a:hover {
  color: white;
  background-color: #005DFA;
}
.sonda-related__box a:hover img {
  filter: grayscale(100) brightness(100);
}

.sonda-risks {
  background-color: black;
  color: white;
}
.sonda-risks h4 {
  font-size: 22px;
}
.sonda-risks__box {
  margin-bottom: 1rem;
}
.sonda-risks__box p {
  font-size: 15px;
}
.sonda-risks__box a {
  display: block;
  color: white;
  word-break: break-word;
}
.sonda-risks .d-flex button {
  background-color: #005DFA;
  color: white;
  border: 1px solid #005DFA;
  font-size: 14px;
  padding: 8px 20px;
  font-weight: bold;
  transition: all 0.2s ease-in-out;
  margin-bottom: 1rem;
}
.sonda-risks .d-flex button:hover {
  background-color: transparent;
  border-color: white;
}

.sonda-strategy h2 span {
  color: #005DFA;
}
.sonda-strategy .sonda-video {
  position: relative;
}
.sonda-strategy .sonda-video__ribbon {
  position: absolute;
  left: -66px;
  top: 40%;
}
.sonda-strategy .sonda-video__caption span {
  font-size: 12px;
  font-weight: 600;
}

.sonda-corp .carousel .carousel-item span {
  color: #494C4E;
  font-size: 1.375rem;
}

.sonda-corp .carousel .carousel-item p {
  color: #000000;
  font-size: 1.2rem;
}

.sonda-corp .carousel .carousel-control-prev,
.sonda-corp .carousel .carousel-control-next {
  color: #494C4E;
  opacity: 1;
  top: initial;
  bottom: -2rem;
}

.sonda-corp .carousel .carousel-control-prev i,
.sonda-corp .carousel .carousel-control-next i {
  border: 2px solid #494C4E;
  padding: 1rem;
  border-radius: 50%;
}

.sonda-corp .carousel .carousel-indicators {
  bottom: -7rem;
  margin-right: 10%;
  margin-left: 10%;
}

.sonda-corp .carousel .carousel-indicators::after {
  content: "";
  background-color: black;
  height: 1px;
  opacity: 1;
  position: absolute;
  width: 100%;
  bottom: 14px;
  left: 0;
  right: 0;
  margin: auto;
}

.sonda-corp .carousel .carousel-indicators li {
  position: relative;
  width: 82px;
  height: 82px;
  margin: 0 1rem;
}

.sonda-corp .carousel .carousel-indicators li::after {
  content: "";
  background-color: #005DFA;
  height: 6px;
  opacity: 0;
  position: absolute;
  width: 82px;
  bottom: 4px;
  left: 0;
  right: 0;
  margin: auto;
}

.sonda-corp .carousel .carousel-indicators li.active::after {
  opacity: 1;
}

.sonda-corp .carousel .carousel-indicators li .sonda-carousel__caption {
  display: block;
  left: 0;
  position: absolute;
  text-indent: -1rem;
  top: -2rem;
}

.sonda-corp .carousel .carousel-indicators li .sonda-carousel__caption-info {
  display: none;
  position: absolute;
  bottom: -45px;
  width: 190px;
  text-indent: 0;
  text-align: center;
  left: -65%;
  font-size: 12px;
}

.sonda-corp .carousel .carousel-indicators li.active .sonda-carousel__caption-info {
  display: block;
}

.sonda-corp .carousel .carousel-indicators li .sonda-carousel__caption figure {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.2s ease-in-out;
}

.sonda-corp .carousel .carousel-indicators li.active .sonda-carousel__caption figure {
  transform: scale(1.2);
}

.sonda-corp .carousel .carousel-indicators li .sonda-carousel__caption figure img {
  width: 140%;
  height: 100%;
  object-fit: cover;
}

.sonda-corp .carousel .carousel-item .sonda-carousel__info {
  background-color: #3d3d3d;
  height: 100%;
}

.sonda-corp .carousel .carousel-item .sonda-carousel__info p,
.sonda-corp .carousel .carousel-item .sonda-carousel__info h4 {
  color: #fff;
  padding: 0 2rem;
}

.sonda-corp .carousel .carousel-item .sonda-carousel__info p {
  font-size: 15px;
}

.sonda-corp .carousel .carousel-item figure {
  height: 100%;
}

.sonda-corp .carousel .carousel-item figure img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767.98px) {
  .sonda-analysis .table-scroll {
    overflow-x: scroll;
  }
  .sonda-analysis table tbody th, .sonda-analysis table tbody td {
    padding: 0.5rem;
  }
  .sonda-analysis table tbody th h4 {
    font-size: 16px;
  }

  .sonda-events-news .tab-content .sonda-card__item .box-02 {
    height: 30vh;
  }

  .sonda-financy .table-scroll {
    overflow-x: scroll;
  }
  .sonda-financy table tbody th, .sonda-financy table tbody td {
    padding: 0.5rem;
  }
  .sonda-financy table tbody th h4 {
    font-size: 16px;
  }
  .sonda-financy table tbody .td-empty {
    vertical-align: middle;
  }

  .sonda-submenu .nav .nav-item {
    width: 100%;
  }
  .sonda-submenu .nav .nav-item + .nav-item {
    border-left: none;
  }
}
@media screen and (min-width: 992px) {
  .sonda-analysis table tbody th, .sonda-analysis table tbody td {
    padding-left: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .sonda-financy #myTab {
    justify-content: space-between;
  }
}

/*# sourceMappingURL=styles-investors.css.map */

/*FIN CSS FABIAN*/

/*CSS CAMBIOS*/


.sonda-footer.v-2 {
   background-color: #000; 
}

.sonda-footer.v-2 .no-style {
    list-style: none;
    column-count: 3;
    padding-left: .5rem;
 }

 .sonda-footer.v-2 .lista-paises {
        border-bottom: 1px solid #fff;
 }

 .sonda-footer.v-2 .lista-paises ul {
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    color: #fff;
 }

 .sonda-footer.v-2 .lista-paises ul li:first-child {
    list-style: none;
 }

 .sonda-footer.v-2 .links-footer {
    margin-top: 3rem;
 }

 .sonda-footer.v-2 .links-footer ul {
    font-size: 13px;
    line-height: 22px;
    list-style: none;
    padding-left: 0px;
    display: flex;
    justify-content: space-between;
    color: #fff;
    
 }

 .sonda-contact.v-2 {
    background-color: #005DFA;
 }

 .sonda-contact.v-2 .sonda-contact-title__up {
    display: flex;
    align-items: center;
 }

 .sonda-contact.v-2 .sonda-contact-title__up h2 {
    color: #fff;
 }

 .sonda-invest.v-2 {
     background-color: #E2E2E2;
 }

 .sonda-invest.v-2 h2 {
    font-size: 36px;
    line-height: 42px;
}

.equipo.sonda-invest.v-2 {
    background-color: #fff;
    padding-top: 64px;
}

.equipo.sonda-invest.v-2 .title h2 {
    font-weight: 400;
    font-size: 32px;
    line-height: 46px;
    color: #000;
    margin-bottom: 3rem;
}

.sonda-solutions.v-2 .sonda-solutions-card .col-md-7 {
    height: 100%;
    overflow: hidden;
    padding-left: 0px;
    padding-left: 0px;
}

.sonda-solutions.v-2 .sonda-solutions-card:hover img {
    transform: scale(1.3);
  }


.sonda-solutions.v-2 .sonda-solutions-card .col-md-7 img {
    transition: transform 0.8s ease;
} 

.sonda-lider.v-2 .row .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
}

.sonda-lider.v-2 .row .col-md-6 .sonda-lider-info {
    background-color: #fff;
    display: flex;
    justify-content: center;
    
}

.sonda-lider.v-2 .row .col-md-6 .sonda-lider-info .cont {
    max-width: 500px;
    /* margin: 2rem 0rem; */
}

.sonda-lider.v-2 .row .col-md-6 .sonda-lider-info h3 {
    font-family: 'Roboto';
    font-size: 36px;
    line-height: 42px;
    color: #000;
}

.sonda-lider.v-2 .row .col-md-6 .sonda-lider-info p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.sonda-lider.v-2 .row .col-md-6 .sonda-lider-info.v-2 {
    background-color: #AFAFAF;
}

.sonda-lider.v-2 .row .col-md-6 .sonda-lider-info.v-2 .row {
    width: 61%;
}

.sonda-lider.v-2 .row .col-md-6 .sonda-lider-info.v-2 .row div[class^='col-'] {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.sonda-lider.v-2 .row .col-md-6 .sonda-lider-info.v-2 .row div[class^='col-'] h4 {
    text-transform: uppercase;
    font-weight: 600;
font-size: 36px;
line-height: 42px;
color: #005DFA;
}

.sonda-lider.v-2 .row .col-md-6 .sonda-lider-info.v-2 .row div[class^='col-'] p {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}

.sonda-lider.v-2 .row .col-md-6 .sonda-lider-info.v-2 .row div[class^='col-'] p:first-child {
    color: #393939;
}

.sonda-lider.v-2 .row .col-md-6 .sonda-lider-info.v-2 .row div[class^='col-'] p:last-child {
    color: #005DFA;
}

img.object {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1; 
}

.sonda-hero.v-2 {
    padding-top: 0px;
    padding-bottom: 0px;
}

.sonda-hero.v-2 .cont {
    padding: 0px;
}

.sonda-hero.v-2 .cont {
    padding: 0px;
}

.sonda-hero.v-2 .cont .texto {
    position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
text-align: center;
top: 40%;
bottom:0;
z-index: 2;
}

.sonda-hero.v-2 .cont .sonda-hero-splide__item .texto h2 {
    font-family: 'Roboto';
font-weight: 700;
font-size: 50px;
line-height: 60px;
color: #fff;
}

.sonda-hero.v-2 .cont .sonda-hero-splide__item .texto p {
    font-weight: 400;
font-size: 32px;
line-height: 46px;
color: #fff;
}

.sonda-hero.v-2 .cont .sonda-hero-splide__item .texto a {
    background-color: #fff;
    color: #005DFA;
    padding-left: 24px;
    padding-right: 24px;
    border-radius: 25px;
}

.sonda-hero.v-2 .splide__slide:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.1)),to(rgba(0,0,0,.5)));
    background: linear-gradient(to bottom,rgba(0,0,0,.1) 0,rgba(0,0,0,.5) 100%);
    z-index: 1;
}

@media screen and (max-width: 991px) {
  .sonda-hero.v-2 .splide__slide:before {
     background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.4)),to(rgba(0,0,0,.5)));
     background: linear-gradient(to bottom,rgba(0,0,0,.4) 0,rgba(0,0,0,.5) 100%); 
  }
}

.sonda-hero.v-2 .sonda-hero-splide .splide__arrow--prev {
    left: 4%;
}

.sonda-hero.v-2 .sonda-hero-splide .splide__arrow--next {
    left: 10%;
}

.sonda-hero.v-2 .sonda-hero-splide .splide__pagination {
    max-width: unset;
    left: unset;
    bottom: 3%;
}

.sonda-hero.v-2 .sonda-hero-splide .splide__pagination__page {
    background: #fff;
    width: 15px;
    height: 15px;
}

.sonda-hero.v-2 .sonda-hero-splide .splide__pagination__page.is-active {
    background: #005DFA;
    opacity: 1;
    margin-top: 3px;
}

.sonda-hero.v-2 .splide__arrow {
    opacity: 1;
}

/*.sonda-invest.v-2 .img-hover-zoom img {
    cursor: url("/ResourcePackages/Sonda/assets/images/descubre-mas.png"), auto;
}*/

.sonda-solutions.v-2 .splide__arrows {
    display: none;
}

.sonda-footer.v-2 .row-01 {
    margin-bottom: 2rem;
}

@media screen and (max-width: 991px) {
    .sonda-footer.v-2 .lista-paises ul {
        flex-direction: column;
        padding: 1.5rem;
        column-count: 2;
        display: block;
        margin: 0 auto;
        margin-top: 2rem;
    }

    .sonda-footer.v-2 .links-footer ul {
        flex-direction: column;
    }

    .sonda-footer.v-2 .lista-paises ul li:first-child {
        list-style: unset;
    }

    .sonda-footer.v-2 .box-02 {
        text-align: center;
    }

    .sonda-footer.v-2 .box-02 .separador {
        margin-bottom: 2rem;
    }

    .sonda-footer.v-2 .box-01 .box-img {
        display: flex;
        justify-content: center;
    }

    .sonda-footer.v-2 .no-style {
        column-count: 2;
        padding-left: 0rem;
        text-align: center;
    }

    .sonda-lider.v-2 .row .col-md-6 .sonda-lider-info {
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sonda-hero.v-2 .cont .texto  {
        position: relative;
        top: unset;
        padding-bottom: 4rem;
    }

    .sonda-hero.v-2 .cont .texto br  {
        display: none;
    }

    .sonda-hero.v-2 .cont .sonda-hero-splide__item .texto h2 {
        font-size: 36px;
        line-height: 36px;
        margin-top: 1.5rem;
    }

    .sonda-hero.v-2 .cont .sonda-hero-splide__item .texto p {
        font-size: 26px;
        line-height: 26px;
        margin-top: 1.5rem;
    }

    .sonda-hero.v-2 .cont .sonda-hero-splide__item .texto p br {
        display: none;
    }

    .sonda-hero.v-2 .cont .sonda-hero-splide__item .texto a {
        margin-top: 1rem;
    }

    .navbar-light .navbar-nav .nav-link:after {
        display: none;
    }

    .sonda-hero.v-2 .cont .texto {
        z-index: 99;
    }
  }

  @media screen and (max-width: 768px) {
    .sonda-hero.v-2 .sonda-hero-splide .splide__pagination {
        display: flex;
        justify-content: flex-start;
    }
  }

  /* cambios version 04 */

.sonda-hero.v-2 .cont .sonda-hero-splide__item .texto a:hover {
    background-color: #000;
}

.sonda-lider.v-2 .box-01 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sonda-lider-info {
    padding-top: 40px;
}

.sonda-lider-info.cifras {
    padding-top: 20px;
    padding-bottom: 20px;
}

.equipo.sonda-invest.v-2 {
    position: relative;

}

.equipo.sonda-invest.v-2 .d-rectangle {
    position: absolute;
    left: 0;
    top: 17%;
}

.sonda-hero.v-2 .franja {
    height: 10px;
    background-color: #E2E2E2;
}

  @media screen and (min-width: 992px) {

    /*.sonda-hero.v-2 .splide__slide {
        max-height: 700px;
    }*/

    .sonda-hero.v-2 .cont .texto {
        top: 20%;
    }

    .sonda-hero.v-2 .sonda-hero-splide .splide__pagination {
        left: -48%;
        bottom: 51%;
        right: unset;
        display: flex;
        flex-direction: column;
    }

    .sonda-solutions.v-2,
    .sonda-invest.v-2,
    .sonda-contact.v-2 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .equipo.sonda-invest.v-2 {
        padding-bottom: 70px;
    }
  }

  @media screen and (max-width: 991px) {
    .sonda-hero.v-2 .franja {
        display: none;
    }

    .sonda-hero.v-2 .splide__arrows {
        display: none;
    }

    .navbar .navbar-nav.ml-auto {
        padding-bottom: 1rem;
    }

    .equipo.sonda-invest.v-2 .d-rectangle {
        display: none;
    }

    .sonda-footer.v-2 .box-02 .child {
        flex-wrap: wrap;
        justify-content: center;
    }

    .sonda-footer.v-2 .box-02 .child {
        margin-top: 1.5rem;
    }

    .sonda-footer.v-2 .box-02 .child a {
        margin-bottom: 1rem;
    }
  }

  /* cambios adicionales hover navbar menu 09/05/2022 */

   .sonda-header .nav-item:hover > .dropdown-menu {
    display: block;
  }

  .dropdown > .dropdown-toggle:active {
    pointer-events: none;
  }

/*FIN CSS CAMBIOS*/


/*IMPLEMENTACION INTERIORES*/

/* EDICION 01 */
.banner-interior {
    position: relative;
    height: 22.75rem;
}

.banner-interior .container {
    height: 100%;
}

.banner-interior .img-banner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-interior .texto {
    position: relative;
    height: 100%;
    z-index: 2;
    width: 43.5rem;
    max-width: 100%;
}
.banner-interior .texto h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
}

.banner-interior .texto p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.banner-interior .texto .wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sonda-hero.not-rel .cont-title h2 {
    margin-bottom: 2rem;
}

.sonda-hero.not-rel .cont-title h2 {
    margin-bottom: 2rem;
}

.sonda-hero.not-rel .splide__slide .row {
   background-color: #E2E2E2;
   margin: 0px;
}

.sonda-hero.not-rel .splide__slide .box-01 {
    padding: 1rem;
   
 }

 .sonda-hero.not-rel .splide__slide .box-01 h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    color: #000;
 }

 .sonda-hero.not-rel .splide__slide .box-01 p.bajada {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #3D3D3D;
   
 }

 .sonda-hero.not-rel .splide__slide .box-01 .encabezado {
    display: flex;
    justify-content: space-between;
   
 }

 .sonda-hero.not-rel .splide__slide .box-01 .encabezado p {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
 }

 .sonda-hero.not-rel .splide__slide .box-02 {
    padding-right: 0px;
    padding-left: 0px;
    overflow: hidden; 
 }

 .sonda-hero.not-rel .splide__slide .box-02 img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
 }

 .sonda-hero.not-rel .splide__arrows {
    position: absolute;
    bottom: -25%;
    right: 0;
    min-width: 180px;
 }

 .sonda-hero.not-rel .splide__arrow {
    background: transparent; 
 }

 .sonda-hero.not-rel .splide__pagination {
    bottom: -25%;
    left: 0rem;
    right: unset;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
}

.sonda-hero.not-rel .splide__pagination__page.is-active {
    background: none;
    transform: initial;
    background-image: url(/ResourcePackages/Sonda/assets/images/pagination-splide-active.svg);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    height: 27px;
    width: 27px;
    margin-top: 7px;
    opacity: 1;
}

.sonda-hero.not-rel .splide__pagination__page {
    background: #000000;
}

.splide__arrows {
    opacity: 1;
 }

.splide__arrows button:disabled {
    opacity: .5;
 }


@media screen and (max-width: 991px) {

    .sonda-hero.interior {
        padding-bottom: 100px;
    }
    .sonda-hero.interior .img-hover-zoom img {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 768px) {

    .sonda-hero.not-rel .sonda-hero-splide__item .row .box-01 {
        order: 2;
    }

    .sonda-hero.not-rel .sonda-hero-splide__item .row .box-02 img {
        min-height: 80px;
        position: relative;
    }

    .sonda-hero.not-rel .splide__arrows {
        bottom: -15%;
    }

    .sonda-hero.not-rel .splide__pagination {
        bottom: -15%;
    }

    .sonda-hero.not-rel {
        padding-bottom: 160px;
    }
}

/* FIN EDICION 01 */

/* EDICION 02 */
.bread {
    position: absolute;
    left: 0;
    margin-top: 2rem;
    z-index: 9;
    width: 100%; 
}

.bread a {
    color: #fff;
    text-decoration: none;
}

.bread  span {
    color: #1F5DF5;
    text-decoration: none;
}

.sonda-hero.interior .img-hover-zoom {
   overflow: hidden;
}

.sonda-hero.interior .img-hover-zoom img {
    transition: transform 0.8s ease;
}

.sonda-hero.interior .img-hover-zoom:hover img {
    transform: scale(1.3);
}
/* FIN EDICION 02 */

/* EDICION 03 */

.sonda-hero.interior .box-01 {
    position: relative;
}

.sonda-hero.interior .box-01 .icon-n {
    position: absolute;
    right: 0;
    top: 10rem;
}

.sonda-hero.interior .box-02 {
    padding-left: 0px !important;
}

.consultoria .container .box-consultoria {
    max-width: 300px;
    min-height: 250px;
    background: #005DFA;
    color: #fff;
    padding: 1.5rem; 
    position: absolute;
    z-index: 9;
    margin-top: -7rem;
}

.consultoria .container .box-consultoria h2 {
    font-weight: 900;
    font-size: 22px;
    line-height: 26px; 
}

.consultoria .container .box-consultoria p {
    font-weight: 400;
    font-size: 16px;    
    line-height: 22px;
    padding-bottom: 1rem; 
}


.consultoria .container .cont-boxcon {
    display: flex;
    justify-content: flex-end;
}

.sonda-solutions-card.v-2 ul {
    list-style: none;
    margin: 2rem 0rem;
}

.sonda-solutions-card.v-2 ul li {
    position: relative;
    margin-bottom: .5rem;
}

.sonda-solutions-card.v-2 ul li:before {
    content: url(/images/default-source/default-album/icon-check.png?sfvrsn=36826227_1);
    position: absolute;
    left: -20px;
    top: 0px;
}

.sonda-solutions-card.v-2 h6 {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #005DFA;
    margin-bottom: 2rem;
}

.sonda-solutions-card.v-2 h6 span {
    color: #000;
}

.sonda-hero.interior .cont-iframe {
    height: 100%;
    box-shadow: 0px 2px 5px rgb(201 207 227);
}

@media screen and (min-width: 992px) {
    .sonda-hero.interior .box-01 {
        padding-right: 5.5rem;
    }
}

@media screen and (max-width: 991px) {
    .sonda-hero.interior .box-01 .icon-n {
        display: none;
    }

    .consultoria .container {
        margin: 0 !important;
        max-width: unset !important;
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .consultoria .container .box-consultoria {
        max-width: 100%;
        min-height: unset;
        position: relative;
        z-index: 1;
        margin-top: 0rem;
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .sonda-hero.interior .cont-iframe {
        height: 300px;
        padding: 0rem 1rem;
    }
}

/* FIN EDICION 03 */

/* EDICION 04 */
.banner-interior.talento {
    height: 30rem;
}

.banner-interior.talento .texto {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-interior.talento .texto .wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
    -ms-flex-direction: unset;
    flex-direction: column;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: center;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: center;
    width: 100%;
}

.sonda-lider.v-2 .row .col-md-6 .sonda-lider-info .cont.lider {
    max-width: 500px;
    transition: unset;
    overflow: unset;
    max-height: unset;
}

.sonda-lider.v-2.talento {
    background-color: transparent;
}

.sonda-lider.v-2.talento .box-01 {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}

.sonda-lider.v-2.talento .box-01 figure {
    width: 100%;
    margin-bottom: 0px;
}

.sonda-lider.v-2.talento .row .sonda-lider-info {
    align-items: center;
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
}

.sonda-lider.v-2.talento .row .sonda-lider-info h3 {
    font-family: 'Roboto';
    font-size: 36px;
    line-height: 42px;
    color: #000;
}

.sonda-lider.v-2.talento .row .sonda-lider-info p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.sonda-lider.v-2.talento .row .box-02 {
    padding-left: 0px;
    padding-right: 0px;
}

.sonda-lider.v-2.talento .row .sonda-lider-info .cont.lider {
    max-width: 500px;
    transition: unset;
    overflow: unset;
    max-height: unset;
}

.section-sonda {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
}

.section-sonda.gris {
    background-color: #E2E2E2;
}

.revisa .label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.sonda-talento .box-01 {
    display: flex;
    justify-content: flex-end;
}

.testimonios .box-01 img {
    border-radius: 100%;
    max-width: 80%;
} 

.testimonios .box-02 {
    padding: 0rem 2rem;
   display: flex;
   flex-direction: column;
   justify-content: center;
} 

.testimonios .box-02 h4 {
    margin-top: 2rem;
} 

.testimonios .box-02 p:first-child {
    position: relative;
    min-height: 130px;
} 

.testimonios .box-02 p:first-child:before {
    content: url(/images/default-source/default-album/comillas.png);
    position: absolute;
    left: 0px;
    top: -50px;
} 

.testimonios .splide__arrows {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 180px;
}

.testimonios .splide__arrow {
    background: transparent;
}

.testimonios .sonda-hero-splide__item .row{
    margin-bottom: 4rem;
}

.testimonios .splide__pagination {
    bottom: -5%;
    left: 0rem;
    right: unset;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
}

.testimonios .splide__pagination__page.is-active {
    background: none;
    transform: initial;
    background-image: url(/images/default-source/default-album/icon-active.png);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    height: 27px;
    width: 27px;
    margin-top: 7px;
    opacity: 1;
}

.testimonios .splide__pagination__page {
    background: #000000;
}

@media screen and (max-width: 991px) {
    .revisa .box-02 {
        margin-top: 3rem;
    }

    .revisa .box-02 .row h4 {
        margin-top: 1rem;
    }

    .sonda-lider.v-2.talento .row .sonda-lider-info {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .sonda-talento .row {
        padding-left: 2rem;
        padding-right: 2rem;
        padding-top: 30px;
        padding-bottom: 30px; 
    }

    .testimonios .sonda-hero-splide__item .box-01 figure {
        display: flex;
        justify-content: center;
        margin-bottom: 4rem;
    }
}

/* FIN EDICION 04 */

/* EDICION 05 */

.banner-interior.talento.carrera .wrap {
    align-items: flex-start;
}

.banner-interior.carrera .texto h1 {
    margin-bottom: 1rem;
}

.banner-interior.carrera .texto p {
max-width: 500px;
}

.consultoria.carrera .container .box-consultoria {
    background: #3D3D3D;
}

.consultoria.carrera .container .box-consultoria h2 {
    color: #005DFA;
}

.slider .sonda-hero-splide__item h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 42px;
}

.slider .sonda-hero-splide__item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.slider .splide__arrows {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 180px;
}

.slider .splide__arrow {
    background: transparent;
}

.slider .splide__pagination {
    bottom: -5%;
    left: 0rem;
    right: unset;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
}

.slider .splide__pagination__page.is-active {
    background: none;
    transform: initial;
    background-image: url(/images/default-source/default-album/icon-active.png);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    height: 27px;
    width: 27px;
    margin-top: 7px;
    opacity: 1;
}

.slider .sonda-hero-splide__item .row {
    margin-bottom: 3rem;
}

.sonda-lider.v-2.talento.carrera .splide__arrows {
    position: absolute;
    bottom: -10%;
    right: 5%;
    min-width: 180px;
}

.sonda-lider.v-2.talento.carrera .splide__arrow {
    background: transparent;
}

.sonda-lider.v-2.talento.carrera .splide__pagination {
    bottom: -15%;
    left: 5%;
    right: unset;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
}

.sonda-lider.v-2.talento.carrera .splide__pagination__page.is-active {
    background: none;
    transform: initial;
    background-image: url(/images/default-source/default-album/icon-active.png?sfvrsn=5a904253_1);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    height: 27px;
    width: 27px;
    margin-top: 7px;
    opacity: 1;
}

.sonda-lider.v-2.talento.carrera.carrusel .sonda-hero-splide__item .row {
    margin-bottom: 3rem;
    margin-right: 0px;
    margin-left: 0px;
}

.sonda-lider.v-2.talento.carrera.carrusel {
    margin-bottom: 140px;
}

.sonda-lider.v-2 .icon-n.pink {
    position: absolute;
    right: 0;
    top: 15rem;
}

.nav-carreras {
    padding: 1.2rem 0rem;
}

.nav-carreras.gris {
    background-color: #EDEDED;
}

.nav-carreras ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.nav-carreras li {
    margin: 0rem 1.3rem;
    position: relative;
}

.nav-carreras li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

.nav-carreras li:before {
    content: url(/images/default-source/default-album/sepa-gris-nav.png?sfvrsn=ed948432_1);
    position: absolute;
    left: -1.3rem;
    top: -7px;
}

.nav-carreras li:first-child:before {
    display: none;
}

.consultoria.carrera .container .box-consultoria {
    margin-top: -11rem;
}

@media screen and (min-width: 992px) {
    .sonda-lider.v-2.talento.carrera.carrusel .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
    }
    
}

@media screen and (max-width: 991px) {
    .sonda-lider.v-2.talento {
        margin-bottom: 2rem;
    }

    .sonda-lider.v-2 .icon-n.pink {
        display: none;
    }

    .consultoria.carrera .container .box-consultoria {
        margin-top: 0;
    }

    .nav-carreras ul {
        align-items: flex-start;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .nav-carreras li:first-child:before {
        display: block;
    } 
}

/* FIN EDICION 05 */

/* EDICION 06 */

.galeria-splide .splide__arrows {
    display: none;
}

.galeria-splide .splide__pagination {
    bottom: -15%;
    left: 5%;
    right: unset;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.galeria-splide .splide__pagination__page.is-active {
    background: none;
    transform: initial;
    background-image: url(/images/default-source/default-album/icon-active.png?sfvrsn=5a904253_1);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    height: 27px;
    width: 27px;
    margin-top: 7px;
    opacity: 1;
}

.to-industrias h2 {
    margin-bottom: 2rem;
}

.to-industrias .cont-links {
    display: flex;
}

.to-industrias .box {
    position: relative;
    padding: .5rem;
    background: red;
    margin: 0rem .2rem;
}

.to-industrias .box figure img {
    width: 100%;
}

.to-industrias .box p {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    color: #000;

}

.to-industrias .box p span {
    color: #1F5DF5;
}

.to-industrias .box:nth-child(even) {
    background: #1F5DF5;
}

.to-industrias .box:nth-child(even) p {
    color: #fff;
}

.to-industrias .box:nth-child(even) a {
    color: #fff;
}


.to-industrias .box:nth-child(even) p span {
    color: #000;
}

.to-industrias .box:nth-child(odd) {background: #fff}

.to-industrias .box figure {
    overflow: hidden;
}

.to-industrias .box img {
    transition: transform 0.8s ease;
}

.to-industrias .box img:hover {
    transform: scale(1.3);
}

.to-industrias .box a {
    text-decoration: none;
}

.to-industrias .box img.flecha-link {
    position: absolute;
    top: 6%;
    right: 12%;
    transform: none;
}

@media screen and (min-width: 220px) {
    .to-industrias .box {
        -ms-flex: 0 0 47.444444%;
        flex: 0 0 47.444444%;
        max-width: 47.444444%;
    }

    .to-industrias .cont-links {
        justify-content: space-between;
    }
}

@media screen and (min-width: 556px) {
    .to-industrias .box {
        -ms-flex: 0 0 48.444444%;
        flex: 0 0 48.444444%;
        max-width: 48.444444%;
    }

    .to-industrias .cont-links {
        justify-content: space-between;
    }
}

@media screen and (min-width: 992px) {
    .to-industrias .box {
        -ms-flex: 0 0 23.444444%;
        flex: 0 0 23.444444%;
        max-width: 23.444444%;
    }

    .to-industrias .cont-links {
        justify-content: space-between;
    }
}

@media screen and (min-width: 1200px) {
    .to-industrias .box {
        -ms-flex: 0 0 12.444444%;
        flex: 0 0 12.444444%;
        max-width: 12.444444%;
    }
}

@media screen and (max-width: 1200px) {
    .to-industrias .cont-links {
        flex-wrap: wrap;
    }

    .to-industrias .box {
    margin-bottom: 2rem;
    }
    
}
/* FIN EDICION 06 */

/* EDICION 07 */

.box-act-fin {
    
    position: relative;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 0 3px 2px rgb(0 0 0 / 10%);
    box-shadow: 0 0 3px 2px rgb(0 0 0 / 10%);
    margin-bottom: 1.5rem;
}

.box-act-fin .icono {
    margin-bottom: 0.5rem;
}

.box-act-fin figure  {
    margin-bottom: 0px;
}

.box-act-fin figure img  {
    filter: brightness(0.7);
}

.box-act-fin h2  {
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    position: absolute;
    bottom: 15%;
    left: 5%;
}

.box-act-fin h3 {
    color: #0091B2;
    font-weight: 500;
    font-size: 25px;
    color: #1F5DF5;
}

.box-act-fin p {
    max-width: 13rem;
}

.box-act-fin .texto-hover {
    position: absolute;
    top: 100%;
    opacity: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,.7);
    -webkit-linear-gradient(top, #fcfcfc 0%,#bababa 100%);
    color: #fff;
    padding: 1.2rem 1.5rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}

.box-act-fin:hover .texto-hover {
    top: 0;
    opacity: 1;
}

.box-act-fin:hover h2 {
    display: none;
}

.vida-sonda {
    position: relative;
}

.vida-sonda .icon-arrow-sonda {
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 5%;
    right: 5%;
    z-index: 9;
}

.box-act-fin .icon-arrow-sonda.blue {
    display: none;
}

.box-act-fin:hover .icon-arrow-sonda.white {
    display: none;
}

.box-act-fin:hover .icon-arrow-sonda.blue{
    display: block;
}

.box-act-fin:hover figure img  {
    filter: brightness(1);
}

@media screen and (max-width: 991px) {
    .box-act-fin .texto-hover {
        top: 0;
        opacity: 1;
    }
    
    .box-act-fin .icon-arrow-sonda.white {
        display: none;
    }

    .box-act-fin .icon-arrow-sonda.blue{
        display: block;
    }

    .box-act-fin h2 {
        display: none;
    }

    .box-act-fin figure img  {
        filter: brightness(1);
    }
    
}

.valores .box-valores {
    background-color: #fff;
    padding: 2rem;
    min-height: 350px;
    margin-bottom: 1.5rem;
}

.valores .box-valores h3 {
    font-weight: 500;
    font-size: 25px;
    color: #1F5DF5;
    min-height: 60px;
}

/* FIN EDICION 07 */

/* EDICION 08 */

.valores.carrusel .box-valores {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 1.5rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}

.valores.carrusel .box-valores figure {
    margin-top: 2rem;
}

.valores.carrusel .splide__arrows {
    display: none;
}

.valores.carrusel  .splide__pagination__page.is-active {
    background: none;
    transform: initial;
    background-image: url(/images/default-source/default-album/icon-active.png?sfvrsn=5a904253_1);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    height: 27px;
    width: 27px;
    margin-top: 7px;
    opacity: 1;
}

.valores.carrusel  .splide__pagination__page {
    background: #000000;
}

.valores.carrusel .splide__pagination {
    bottom: -8%;
    left: 0rem;
    right: unset;
    z-index: 1;

}

.equipo .box-perfil {
    display: flex;
    background-color: #fff;
    width: 100%;
    min-height: 180px;
}

.equipo .box-perfil .texto {
   padding: .5rem;
   width: 100%;
}

.equipo .box-perfil .box {
    position: relative;
    width: 70%;
    margin-bottom: 0px;
}

.equipo .box-perfil figure {
    
    margin-bottom: 0px;
}

.equipo .box-perfil figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.equipo .box-perfil .texto h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
 }

 .equipo .borde-blanco {
    border: 1px solid #fff;
 }

@media (min-width: 992px) {
    .valores.carrusel .box-valores.col-lg-4 {
        -ms-flex: 0 0 23.333333%;
        flex: 0 0 23.333333%;
        max-width: 23.333333%;
    }

    .equipo .container-fluid {
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .equipo .container-fluid {
        width: 95%;
    }
}

@media (min-width: 1500px) {
    .equipo .container-fluid {
        width: 90%;
    }
}

@media (max-width: 991px) {
    .equipo .box-perfil {
        max-width: 600px;
        margin: 0 auto;
    }
}

@media (max-width: 556px) {
    .equipo .box-perfil {
        max-width: unset;
        width: 100%;
    }

    .equipo .borde-blanco {
        border: none;
     }
}

.partners .box-partner {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    height: 100%;
    position: relative;
    min-height: 260px;
    background-color: #fff;
    padding-bottom: 2rem;

}

.partners .box-partner h4 {
    position: absolute;
    bottom: 3%;
    font-weight: 500;
    font-size: 25px;
    color: #1F5DF5;
}

.logo-partners .box-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-partners .box-logo figure img {
    width: 100%;
}


@media (min-width: 200px) {
    .logo-partners .box-logo {
        -ms-flex: 0 0 99.22222%;
        flex: 0 0 99.22222%;
        max-width: 99.22222%;
    }
}

@media (min-width: 556px) {
    .logo-partners .box-logo {
        -ms-flex: 0 0 49.22222%;
        flex: 0 0 49.22222%;
        max-width: 49.22222%;
    }
}

@media (min-width: 992px) {
    .logo-partners .box-logo {
        -ms-flex: 0 0 14.22222%;
        flex: 0 0 14.22222%;
        max-width: 14.22222%;
    }
}

.noticias-nosotros .box {
    margin-bottom: 1rem;
}

.noticias-nosotros .box .box-card .fecha {
    display: flex;
    justify-content: space-between;
}

.noticias-nosotros .box .box-card {
    background-color: #fff;
    padding: .7rem;
    width: 100%;
    
}

.noticias-nosotros .box .box-card figure {
    width: 100%;
}

.noticias-nosotros .box .box-card figure img {
    width: 100%;
}

.noticias-nosotros .box .box-card p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;  
}

.noticias-nosotros .box .box-card .fecha p {
    color: #666;
}

.noticias-nosotros .box .box-card h2 {
    font-weight: 600;
    font-size: 22px;
}

@media (min-width: 992px) {
    .noticias-nosotros .box {
        padding-right: 7px;
        padding-left: 7px;
    }
}

.galeria-splide-02 .splide__arrows {
    display: none;
}

.galeria-splide-02 .splide__pagination {
    bottom: -15%;
    left: 5%;
    right: unset;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.galeria-splide-02 .splide__pagination__page.is-active {
    background: none;
    transform: initial;
    background-image: url(/images/default-source/default-album/icon-active.png?sfvrsn=5a904253_1);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    height: 27px;
    width: 27px;
    margin-top: 7px;
    opacity: 1;
}

/* FIN EDICION 08 */


/* EDICION 09 */

.cont-iframe .video-modal-sonda {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}


.article__play {
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    /* transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%); */
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    overflow: hidden;
    background-color: transparent;
    border: 5px solid #fff;
    cursor: pointer;
    transition: 0.5s;
   
}

.article__play:hover {
    transform: scale(1.5);
}

.article__play span {
    color: #fff;
    font-size: 28px;
    transition: 0.2s;
}
/* FIN EDICION 09 */


/*FIN IMPLEMENTACION INTERIORES*/

/* EDICION 11 */
.slide-carrera-dos .box-02 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    transform: translateX(-100px);
}

.slide-carrera-dos .box-02 .child {
    background-color: #3D3D3D;
    color: #fff;
    padding: 1.5rem .5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.slide-carrera-dos .box-02 .child h2,
.slide-carrera-dos .box-02 .child p {
    width: 80%;
}

.slide-carrera-dos .box-02 .child h2 {
    font-weight: 400;
    font-size: 30px;
    line-height: 32px;
    color: #fff;
}

.slide-carrera-dos .box-02 .child p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;  
}


.slide-carrera-dos .btn-rounded.gris {
    width: 180px;
    background: #AFAFAF;
    color: #fff;
    padding: .8rem 3rem;
    border-radius: 50px;
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
}

.slide-carrera-dos .splide__arrows {
    position: absolute;
    bottom: -10%;
    right: 0;
    min-width: 160px;
}

.slide-carrera-dos .splide__arrow {
    background: transparent;
}

.section-sonda.slide-carrera-dos {
    padding-bottom: 100px;
}

.slide-carrera-dos .splide__pagination {
    bottom: -10%;
    left: 0rem;
    right: unset;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
}

.slide-carrera-dos .splide__pagination__page.is-active {
    background: none;
    transform: initial;
    background-image: url(/images/default-source/default-album/icon-active.png?sfvrsn=5a904253_1);
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    height: 27px;
    width: 27px;
    margin-top: 7px;
    opacity: 1;
}

.cultura-sonda .row .box {
    padding: .4rem;
    position: relative;
}

.cultura-sonda figure {
    padding: 0rem 0rem;
}

.cultura-sonda .box .texto {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 10%;
    right: 0;
    top: 40%;
    bottom:0;
    color: #fff;
}

.cultura-sonda .box .bajada {
    text-align: center;
    width: 90%;
    padding-bottom: 1rem;
}

.cultura-sonda .box .cont-btn {
    display: flex;
    justify-content: center;
}

.cultura-sonda .box .btn-rounded.cafe {
    background-color: #666666;
    color: #fff;
    margin: 0 auto;
    max-width: 180px;
}

.experiencia-carrera .encabezado {
    text-align: center;
}

.experiencia-carrera .encabezado h2 {
    font-weight: bold;
}

.experiencia-carrera .row  {
    position: relative;
    display: flex;
    justify-content:center;
   
}

.experiencia-carrera .row .box {
    position: relative;
    margin-top: 1rem;
}

.explora .row .box {
text-align: center;
}

.vacantes {
    background: #3D3D3D;
}

.vacantes .row .box {
    display: flex;
    justify-content: center;
    color: #fff;
}

.vacantes .row .box .cont-btn {
    margin-top: 1.5rem;
}

.vacantes .row .box .cont-btn .btn-rounded.gris {
    background: #E2E2E2;
    color: #000;
    width: auto;
}

.cifra-carrera .box h4 {
    color: #1F5DF5;
    font-weight: 700;
    font-size: 80px;
    line-height: 60px;
    text-align: center;
}

.cifra-carrera .box p {
    font-weight: bold;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
}

.carreras-testi-tabs .splide__arrows {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 160px;
}

.carreras-testi-tabs .splide__arrow {
    background: transparent;
}

.carreras-testi-tabs .section-sonda.testimonios {
    padding-bottom: 0px;
}

.section-sonda.carreras-testi-tabs {
    padding-bottom: 70px;
}


@media (max-width: 991px) {
    .slide-carrera-dos .box-02 {
        transform: translateX(0px);
    }

    .cultura-sonda .row .box {
        margin-bottom: 2rem;
    }

    .section-sonda.experiencia-carrera {
        padding-top: 0px;
    }
}


/* FIN EDICION 11 */


/* EDICION 12 */

/*.testimonios-splide ul.splide__pagination:nth-of-type(2) {
  display: none;
}*/

.slide-carrera-dos:before {
    content: url(/images/default-source/default-album/rectangle-798.png);
    position: absolute;
    left: 0;
    top: 5%;
} 

.sonda-hero.interior {
  position: relative;
}

.border-left-pink:before {
    content: url(/images/default-source/default-album/rectangle-798.png);
    position: absolute;
    left: 0;
    top: 5%;
} 

@media (max-width: 991px) {
    .slide-carrera-dos:before {
        display: none;
    }  

    .slide-carrera-dos {
        border-top: 1rem solid #E60975;
    }  

    .border-left-pink:before {
        display: none;
    }  

    .border-left-pink {
        border-top: 1rem solid #E60975;
    }  
 
}

/* FIN EDICION 12 */

/* EDICION 13 */
.bg-gris {
    background-color: #e2e2e2;
}

.container.bg-gris {
    padding: 0rem;
}

.cifras-acciones {

}

.cifras-acciones h3 {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
   font-weight: bold;

}

.cifras-acciones span {
   font-size: 15px;
   font-weight: bold;
}

.cifras-acciones p {
    margin-bottom: 0px;
}

.prev {
    position: relative;
    background-color: #007bff;
}

.triangle {
    
   
    width: 0;
height: 0;
right: 0;
border-style: solid;
border-width: 50px 0 50px 50px;
border-color: transparent transparent transparent #007bff;
}

.cifras-acciones .col-lg-2 {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.cifras-acciones .col-lg-1,
.cifras-acciones .col-lg-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cifras-acciones .row {
    margin-left: 0px;
    margin-right: 0px;
}

.cifras-acciones .btn-rounded {
    width: auto;
    padding: .9rem;
    background-color: #000;
    color: #fff;
    font-size: 14px;

}

.cifras-acciones .col-lg-2.prev {
    color: #fff;
}

.cifras-acciones .col-lg-2.prev p {
    margin-left: 1rem;
    font-weight: bold;
    padding-top: .5rem;
}

.cifras-acciones .barra:before {
    content: url(/images/default-source/default-album/barra-acciones.png?sfvrsn=ec7bce2b_1);
    position: absolute;
    left: 0;
    top: 20%;
}

.sonda-header .sonda-header--mobile .nav-item:hover > .dropdown-menu {
  display: none;
}

.sonda-header .sonda-header--mobile .nav-item .dropdown-menu.show {
  display: block;
}

.sonda-header--desktop.sonda-bg-white {
    position: fixed !important;
    width: 100%;
}



@media (min-width: 992px) {

.cifras-acciones .col-lg-2 {
        -ms-flex: 0 0 17%;
        flex: 0 0 17%;
        max-width: 17%;
}

.cifras-acciones .col-lg-3 {
        -ms-flex: 0 0 23.333333%;
        flex: 0 0 23.333333%;
        max-width: 23.333333%;
    }
  .cifras-acciones .col-lg-1 {
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
  }

  .cifras-acciones .col-lg-1.small {
    -ms-flex: 0 0 7%;
    flex: 0 0 7%;
    max-width: 7%;
  }
}

@media all and (max-width: 1200px) and (min-width: 992px) {
    .cifras-acciones .col-lg-3 {
        -ms-flex: 0 0 22.333333%;
        flex: 0 0 22.333333%;
        max-width: 22.333333%;
    }

    .cifras-acciones .btn-rounded {
        padding: 0.5rem;
        font-size: 12px;
    }
  }

@media (max-width: 991px) {
    .triangle.small {
        display: none;
    }

    .cifras-acciones .col-lg-2.prev p {
        text-align: center;
    }

    .cifras-acciones .col-lg-3,
    .cifras-acciones .col-lg-1 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .cifras-acciones .barra:before {
        content: url(/images/default-source/default-album/barra-acciones.png?sfvrsn=ec7bce2b_1);
        position: absolute;
        left: unset;
        top: unset;
        bottom: -20%;
        transform: rotate(90deg);
    }

    .prev:after {
        content: "";
        position: absolute;
        transition: all 0.3s ease-in;
    }

    .prev:after {
        bottom: -20px;
        left: calc(50% - 10px);
        border-top: 10px solid #007bff;
        border-bottom: 10px solid transparent;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
    }

    
}
/* FIN EDICION 13 */







