.sliderWrap1 .card__content hr {
  width: 100%;
}

.weAreTimeline .timeline .line:after,
.timeline .line:after {
  opacity: 0;
}

.weAreTimeline .timeline .line:first-child::after,
.timeline .line:first-child::after {
  top: 0;
  opacity: 1;
  background: #fff;
  height: 51%;
  width: 4px;
  z-index: 2;
}


.ultime-line::after {
  bottom: -10px !important;
  opacity: 1 !important;
  background: #fff !important;
  height: 51% !important;
  width: 4px !important;
  z-index: 2 !important;
  top: inherit !important;
}

.line-dashed,
.line-dashed-2 {
  overflow: hidden;
  bottom: 200px;
  z-index: 1;
  position: absolute;
  background-image: linear-gradient(to bottom, #8fa1af 40%, rgba(255, 255, 255, 0) 20%);
  background-position: left;
  background-size: 2px 19px;
  background-repeat: repeat-y;
  top: 100px;
  width: 3px;
  left: calc(50% - 1px);
}

.line-dashed-2 {
  bottom: 0;
}

.timeline .line.blue::before {
  box-shadow: 0px 0px 0px 15px rgb(202, 245, 255);
  animation-name: example;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes example {
  from {
    box-shadow: 0px 0px 0px 15px rgb(202, 245, 255);
  }

  to {
    box-shadow: 0px 0px 0px 14px rgb(220, 248, 255);
  }
}


.svg-animated {
  width: 100%;
}

.region-content .single__image {
  width: 300px;
  height: 300px;
  float: left;
  margin: 0 30px 20px 0;
}

.region-content .single__image img {
  height: 100%;
  object-fit: cover;
}


.region-content .drupal-content ol,
.region-content .drupal-content ul {
  display: table;
}

.p-custom {
  padding: 70px 0 160px;
}

.name {
  position: absolute;
  bottom: 0;
  right: -270px;
  color: #fff;
  text-align: left;
}

.name h3 {
  font-weight: bold;
  font-size: 18px;
  line-height: 0.8;
}

.slider__links__item__point:before {
  display: none;
}

.slider__links__item {
  margin-left: 30px;
  padding: 10px 20px 10px 20px;
}

.slider__links__item:first-child {
  margin-left: 0;
  font-size: 1.325rem;
}

.slider__links__item:nth-child(2) .slider__links__item__point:after {
  opacity: 0;
}


.numbers__item__title {
  letter-spacing: -1px;
}

.numbers__item__title strong {
  font-size: 3rem;
}


.assets__info__table__full ul {
  padding-left: 19px;
  list-style: none;
}

.assets__info__table__full ul li {
  margin-bottom: 5px;
  position: relative;
}

.assets__info__table__full ul li:last-child {
  margin-bottom: 0;
}

.assets__info__table__full ul li a {
  text-decoration: none;
}

.assets__info__table__full ul li::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  top: 0;
  bottom: 0;
  left: -15px;
  margin: auto;
  background-color: #48afc9;
}

.assets__info__table .millions {
  min-width: 175px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


/*tooltip*/
.assets__info__table .tooltip-info {
  margin-left: 9px;
  position: relative;
}

.assets__info__table .info {
  cursor: pointer;
  display: block;
}

.assets__info__table .tooltip-date {
  position: absolute;
  background: #768692;
  width: 184px;
  height: 40px;
  padding: 10px;
  border-radius: 5px;
  left: 50%;
  transform: translate(-50%);
  top: -50px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: all .2s;
}

.assets__info__table .tooltip-date::before {
  background-color: #768692;
  content: "";
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 0;
  height: 10px;
  width: 10px;
  transform: rotate(135deg);
  border-left: 0;
  border-bottom: 0;
  transition: ease .3s;
  pointer-events: none;
  margin: auto;
}

.assets__info__table .info:hover+.tooltip-date {
  opacity: 1;
  top: -54px;
}

.assets__info__table .tooltip-date p {
  font-size: 13px;
  text-align: center;
  margin: 0;
}

/*end tooltip*/

.assets__info__table .arrow-down {
  min-width: 60px;
}

.assets__info__table .text-note {
  font-size: 12px;
  color: #768692;
  margin-left: 19px;
}


/*new style table*/
.assetsTable .assets__info {
  box-shadow: 15px 15px 20px 0 rgba(200, 203, 204, .3);
}

.assetsTable__title {
  overflow: hidden;
  border-radius: 8px;

}

.assetsTable__title thead {
  background-color: transparent;
  color: var(--white);
  border-radius: 8px 0 0;
  border: 0;
}

.assetsTable__title thead th {
  background-color: var(--gray);
  font-size: 15px;
  text-align: left;
  padding: 13px 30px;
  line-height: 1.3;
}

.assetsTable__title thead th:first-child {
  background-color: transparent;
}

.assetsTable__title thead th:nth-child(2) {
  border-radius: 8px 0 0;
}

.assetsTable__title tbody {
  border: 0;
}

.assetsTable__title tbody tr {
  border-color: transparent;
  background: var(--black);
}

.assetsTable__title tbody tr:first-child {
  display: contents;
}

.assetsTable__title tbody th {
  border: 0;
  height: 170px;
  background-color: var(--black);
  border-bottom: 1px solid var(--gray);
  padding: 30px 35px;
  width: 210px;
  min-width: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.assetsTable__title tbody tr:first-child th {
  border-radius: 8px 0 0;
}



.assetsTable__title tbody th .h3 {
  color: var(--white);
}

.assetsTable__title tbody th .link--chevron {
  color: var(--primary-blue);
  font-weight: 600;
}

.assetsTable__title tbody td {
  background-color: var(--white);
  border-bottom: 1px solid var(--lightCreamBrown);
  min-width: 170px;
  text-align: center;
}

.assetsTable__title tbody tr td:nth-child(2n+2) {
  background-color: #f5f6f8;
}

.assetsTable__legal {
  text-align: right;
  font-size: 13px;
  color: var(--lightBrown);
}


/*New slider-home */

/* header */
.cabecera_slider_noticias.images-header {
  max-height: initial;
  display: block;
  background-image: none !important;
}

.cabecera_slider_noticias.images-header::after {
  display: none;
}

.cabecera_slider_noticias .header {
  margin-bottom: 0;
  background-color: #fff;
}

.cabecera_slider_noticias .header .openNavs .icon-bar {
  background-color: #54565A;
}

.cabecera_slider_noticias .header .openNavs.open .icon-bar {
  background-color: #fff;
}

.cabecera_slider_noticias .header .openNavs.open .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.business_investment_management .cabecera_slider_noticias .secondaryNav__item {
  color: #161618;
}

.business_investment_management .cabecera_slider_noticias .secondaryNav .dropdown-toggle::after {
  border: 1px solid #161618;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
}

.businessBar {
  background-color: #161618;
}

/* slider */
.items-slider-container {
  background-image: url('../images/bg-hero.png');
  background-position: center;
  background-size: cover;
  position: relative;
}

.items-slider-container::before {
  content: '';
  position: absolute;
  height: 198px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to bottom, rgba(79, 95, 111, 0), #303d46);

}

.items-slider-container .slick-slide:focus {
  outline: none;
}

.two-sliders {
  height: 100%;
  min-height: calc(100vh - 126px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.slider-nav-down {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}

.slider-nav-down .slider-nav {
  width: 87%;
}

.slider-nav-down .slider-nav .item {
  display: flex;
  min-height: 96px;
  margin-right: 50px;
  align-items: center;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all .6s;
  opacity: .6;
}

.slider-nav-down .slider-nav .item.slick-current,
.slider-nav-down .slider-nav .item:hover {
  opacity: 1;
}

.slider-nav-down .slider-nav .item img {
  width: 77px;
  height: 76px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  margin-right: 18px;
}

.slider-nav-down .slider-nav .item p {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0;
}

.two-sliders .slider-for {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0;
}

.two-sliders .slider-for .item-informations-container {
  max-width: 830px;
  color: #fff;
}

.two-sliders .slider-for .item-informations-container h2 {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.96px;
   font-family:"SURA sans";
  margin-bottom: 25px;
}

.two-sliders .slider-for .item-informations-container h2:after {
  background-color: #b7b09c;
  content: '';
  display: block;
  height: 4px;
  width: 50px;
  border-radius: 2px;
  margin-top: 30px;
}



.two-sliders .slider-for .item-informations-container p {
  font-size: 26px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
}

.btn-slider .btn {
  border: 2px solid var(--white);
  color: var(--white);
}

.btn-slider .btn:hover {
  border: 2px solid var(--white);
  background-color: var(--white);
  color: #161618 !important;
}

/* progress bar */
.slider-progress {
  width: 100%;
  height: 4px;
  position: absolute;
  /* background: #fff; */
  bottom: 0;
}

.slider-progress .progress {
  width: 0%;
  height: 4px;
  background-color: #5A646E;
}
