header nav.navbar .client-access-menu {
  display: block;
  float: left;
  margin: 0 55px;
  position: relative;
}
header nav.navbar .client-access-menu::after {
  content: "";
  display: block;
  height: 10px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
header nav.navbar .client-access-toggle {
  background: transparent;
  cursor: pointer;
  display: block;
  font-family: Manrope, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  padding: 5px 20px;
  border: 1px solid #2843a1;
  border-radius: 3px;
  color: #2843a1;
  transition: background 0.3s, color 0.3s;
}
header nav.navbar .client-access-menu:hover .client-access-toggle,
header nav.navbar .client-access-menu:focus-within .client-access-toggle {
  color: #fff !important;
  background: #2843a1;
}
header nav.navbar .client-access-dropdown {
  background: #fff;
  box-shadow: 0 14px 35px rgba(40, 67, 161, 0.18);
  left: 0;
  min-width: 260px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: calc(100% + 10px);
  transition: opacity 0.2s, transform 0.2s;
  transform: translateY(8px);
  z-index: 20;
}
header nav.navbar .client-access-dropdown a {
  color: #2843a1;
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  padding: 12px 16px;
  text-decoration: none;
  white-space: nowrap;
}
header nav.navbar .client-access-dropdown a:hover {
  background: #f2f2f2;
  text-decoration: none;
}
header nav.navbar .client-access-menu:hover .client-access-dropdown,
header nav.navbar .client-access-menu:focus-within .client-access-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.menu-fondos {
  padding-top: 40px;
}
.menu-fondos .row {
  flex-wrap: nowrap;
}
.menu-fondos .row > .col-2:first-child {
  flex: 0 0 8%;
  max-width: 8%;
}
.menu-fondos .row > .col-2:not(:first-child) {
  flex: 1 1 0;
  max-width: none;
}
.menu-fondos .row > .col-8.menu-fondos-delta-group {
  flex: 0 0 77%;
  max-width: 77%;
}
.menu-fondos .row > .col-2.menu-fondos-galileo-column {
  border-left: 1px solid rgba(40, 67, 161, 0.22);
  flex: 0 0 15%;
  max-width: 15%;
  padding-left: 24px;
}
.menu-fondos .menu-fondos-group-title {
  margin-bottom: 20px;
}
.menu-fondos .menu-fondos-delta-columns {
  flex-wrap: nowrap;
  margin-left: -15px;
  margin-right: -15px;
}
.menu-fondos .menu-fondos-delta-columns > .menu-fondos-column {
  flex: 0 0 20%;
  max-width: 20%;
  padding-left: 15px;
  padding-right: 15px;
}

body.home header h1.logo a,
header.purple-menu h1.logo a {
  width: 289px;
  height: 58px;
}

header h1.logo a,
header.purple-menu h1.logo a,
body.home header.on-scroll h1.logo a {
  background-image: url("../../../delta/assets/images/general/delta-galileo-logo-blue.png");
}

body.home header h1.logo a,
.header-mobile h1.logo a {
  background-image: url("../../../delta/assets/images/general/delta-galileo-logo-white.png");
}

header.purple-menu nav.navbar .client-access-toggle,
body.home header.on-scroll nav.navbar .client-access-toggle {
  color: #2843a1 !important;
}

body.home header nav.navbar .client-access-toggle {
  color: #fff;
}

header.purple-menu nav.navbar .client-access-menu:hover .client-access-toggle,
header.purple-menu nav.navbar .client-access-menu:focus-within .client-access-toggle,
body.home header.on-scroll nav.navbar .client-access-menu:hover .client-access-toggle,
body.home header.on-scroll nav.navbar .client-access-menu:focus-within .client-access-toggle {
  color: #fff !important;
  background: #2843a1;
}

.header-mobile .client-access-menu {
  position: relative;
}
.header-mobile .client-access-menu::after {
  content: "";
  display: block;
  height: 8px;
  left: 0;
  position: absolute;
  top: 100%;
  width: 100%;
}
.header-mobile .client-access-toggle {
  background: transparent;
  cursor: pointer;
  font: inherit;
}
.header-mobile .client-access-dropdown {
  background: #fff;
  box-shadow: 0 14px 35px rgba(40, 67, 161, 0.18);
  min-width: 260px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s, transform 0.2s;
  transform: translateY(8px);
  z-index: 20;
}
.header-mobile .client-access-dropdown a {
  color: #2843a1;
  display: block;
  font-family: Manrope, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  padding: 12px 16px;
  text-decoration: none;
  white-space: nowrap;
}
.header-mobile .client-access-dropdown a:hover {
  background: #f2f2f2;
  text-decoration: none;
}
.header-mobile .client-access-menu:hover .client-access-dropdown,
.header-mobile .client-access-menu:focus-within .client-access-dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

@media (max-width: 1390px) {
  header nav.navbar .client-access-menu {
    margin: 0 20px;
  }
}
@media (max-width: 1275px) {
  .header-mobile .client-access-menu {
    display: block;
    margin: 0 0 24px;
  }
  .header-mobile .client-access-toggle {
    display: inline-block;
    font-family: Manrope, sans-serif;
    font-weight: 300;
    font-size: 25px;
    line-height: 45px;
    padding: 0;
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    color: #fff;
  }
  .header-mobile .client-access-dropdown {
    background: transparent;
    box-shadow: none;
    display: block;
    left: auto;
    margin-top: 12px;
    min-width: 0;
    opacity: 1;
    pointer-events: auto;
    position: static;
    top: auto;
    transform: none;
    padding-left: 20px;
  }
  .header-mobile .client-access-dropdown a {
    color: #fff;
    font-size: 25px;
    line-height: 45px;
    padding: 0;
  }
  .header-mobile .client-access-dropdown a:hover {
    background: transparent;
  }
}
@media (max-width: 480px) {
  .header-mobile .client-access-dropdown {
    min-width: calc(100vw - 40px);
  }
  .header-mobile .client-access-dropdown a {
    white-space: normal;
  }
}
.fila1-1 {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
@media (max-width: 1199px) {
  .fila1-1 {
    display: none;
  }
}
.fila1-1 .galileo-logo {
  width: 178px;
  height: 51px;
}

body.home .section-row.section-1-home .home-hero-copy {
  display: grid;
  padding-top: 37vh;
  position: relative;
  justify-content: center;
}
body.home .section-row.section-1-home .home-hero-copy__item {
  grid-area: 1/1;
  margin: 0;
  padding-top: 0;
}
body.home .section-row.section-1-home .home-hero-copy--rotating .home-hero-copy__item--secondary {
  opacity: 0;
}
body.home .section-row.section-1-home .home-hero-copy--rotating .home-hero-copy__item--primary {
  animation: home-hero-copy-primary 10s ease-in-out infinite;
}
body.home .section-row.section-1-home .home-hero-copy--rotating .home-hero-copy__item--secondary {
  animation: home-hero-copy-secondary 10s ease-in-out infinite;
}

@keyframes home-hero-copy-primary {
  0%, 35% {
    opacity: 1;
  }
  45%, 88% {
    opacity: 0;
  }
  98%, 100% {
    opacity: 1;
  }
}
@keyframes home-hero-copy-secondary {
  0%, 45% {
    opacity: 0;
  }
  55%, 82% {
    opacity: 1;
  }
  92%, 100% {
    opacity: 0;
  }
}
body.single-fondos_de_inversion header {
  background: #fff;
}
body.single-fondos_de_inversion .main {
  padding: 60px 0 120px;
}
@media (max-width: 767px) {
  body.single-fondos_de_inversion .main {
    padding: 35px 0 80px;
  }
}
body.single-fondos_de_inversion .container-principal {
  max-width: 1150px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
@media (max-width: 767px) {
  body.single-fondos_de_inversion .container-principal {
    width: calc(100% - 30px);
  }
}
body.single-fondos_de_inversion .titulo h2 {
  color: #2843a1;
  font-family: "Telegraf";
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 35px;
}
@media (max-width: 576px) {
  body.single-fondos_de_inversion .titulo h2 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
  }
}
body.single-fondos_de_inversion .galileo-funds-table {
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-top: 1px solid #e2e2e2;
  border-collapse: collapse;
  color: #747474;
  font-family: "Manrope";
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 35px;
  width: 100%;
}
@media (max-width: 767px) {
  body.single-fondos_de_inversion .galileo-funds-table {
    min-width: 640px;
  }
}
body.single-fondos_de_inversion .galileo-funds-table thead {
  background-color: #fffffe;
  color: #2843a1;
}
body.single-fondos_de_inversion .galileo-funds-table tr {
  border-bottom: 1px solid #e2e2e2;
}
body.single-fondos_de_inversion .galileo-funds-table tbody tr:nth-child(odd) {
  background-color: #f0f2f4;
}
body.single-fondos_de_inversion .galileo-funds-table tbody tr:nth-child(even) {
  background-color: #fff;
}
body.single-fondos_de_inversion .galileo-funds-table th,
body.single-fondos_de_inversion .galileo-funds-table td {
  padding: 14px 18px;
  vertical-align: middle;
}
body.single-fondos_de_inversion .galileo-funds-table th {
  font-size: 13px;
  font-weight: 600;
  text-align: left;
}
body.single-fondos_de_inversion .galileo-funds-table a {
  border-bottom: 1px solid #2843a1;
  color: #2843a1;
  display: inline-block;
  font-family: "Telegraf";
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}
body.single-fondos_de_inversion .galileo-funds-table a:hover {
  border-bottom: 0;
  text-decoration: none;
}
@media (max-width: 767px) {
  body.single-fondos_de_inversion .uno {
    overflow-x: auto;
    width: 100%;
  }
}

body.nuestros-fondos .section-row.section-2 .accordion .accordion-item > .accordion-button,
body.our-funds .section-row.section-2 .accordion .accordion-item > .accordion-button {
  background: url("/wp-content/themes/delta/assets/images/fondos/fondos-mas.png") center center no-repeat;
  background-size: contain;
}
body.nuestros-fondos .section-row.section-2 .accordion .accordion-item > .fondos-list,
body.our-funds .section-row.section-2 .accordion .accordion-item > .fondos-list {
  box-sizing: content-box;
  width: 90%;
  margin: 0 auto;
}
body.nuestros-fondos .section-row.section-2 .accordion .accordion-item.open > .accordion-button,
body.our-funds .section-row.section-2 .accordion .accordion-item.open > .accordion-button {
  background-image: url("/wp-content/themes/delta/assets/images/fondos/ic-close-blue.png");
}
body.nuestros-fondos .section-row.section-2 .accordion .funds-group-item.open > .fondos-list,
body.our-funds .section-row.section-2 .accordion .funds-group-item.open > .fondos-list {
  padding: 25px 0 100px;
}
/*# sourceMappingURL=app.css.map */
