@import "fonts.css";
@import "push.css";
@import "colors.css";

.turk {
  color: var(--turk);
}
.primary {
  color: var(--primary-base);
}
.txtuper {
  text-transform: uppercase;
}

h1 {
  font-family: "Prudential Modern Bold", Sans-serif;
  font-size: 40px;
  margin-bottom: 0;
}

* {
  font-family: "Open Sans", Sans-serif;
}

ul {
  padding-inline-start: 0;
  margin-block-end: 0;
}

.badge {
  color: var(--blue-dark);
  height: 24px;
  font-size: 12px !important;
  border-radius: var(--round-sm);
  -webkit-border-radius: var(--round-sm);
  -moz-border-radius: var(--round-sm);
  -ms-border-radius: var(--round-sm);
  -o-border-radius: var(--round-sm);
}
.btn {
  border-radius: var(--round-xl);
  -webkit-border-radius: var(--round-xl);
  -moz-border-radius: var(--round-xl);
  -ms-border-radius: var(--round-xl);
  -o-border-radius: var(--round-xl);
  font-size: 14px;
  font-family: "Open Sans Semi", Sans-serif;
}

.listafondos .btn {
  height: 36px;
}

/*
    CINTA
*/
#banda {
  overflow: hidden;
  width: 89%;
}
.cinta {
  height: 60px;
  /* width: 2300px; */
  color: var(--blue-dark);
  font-family: OpenSans;
  font-size: 13px;
}

.cinta li {
  border-right: 1px solid var(--gray-dark-40);
  list-style-type: none;
  padding: 2px 0;
}

.cinta li > div {
  margin: 0 2rem;
}

.cinta li > div,
.caja li > div {
  display: flex;
}

.cinta .nombre,
.cinta .valor,
.cinta .var {
  padding: 0 1rem;
  font-family: "Open Sans", Sans-serif;
}

.nombre {
  font-weight: bold;
  width: max-content;
}
.sube {
  color: var(--green);
}
.baja {
  color: var(--red);
}

.vfondos {
  top: 13px;
  width: 10%;
}

.bksube {
  color: white;
  background: var(--green);
  padding: 1px 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.bkbaja {
  color: white;
  background: var(--red);
  padding: 1px 5px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.neutro {
  color: var(--neutro);
}

/*
    CAJA
*/

.caja {
  width: 277px;
}
.caja li {
  list-style-type: none;
}

.topCaja {
  align-items: center;
  background-image: url("https://prudentialagf.cl/wp-content/uploads/2023/05/FondoPrudentialAGF-FondosMutuos-APVCHILE.jpg");
  background-position: center center;
  background-size: cover;
  display: flex;
  height: 64px;
  width: 100%;
  padding: 19px 19px 19px 19px;
  border-radius: 16px 0px 0px 0px;
  -webkit-border-radius: 16px 0px 0px 0px;
  -moz-border-radius: 16px 0px 0px 0px;
  -ms-border-radius: 16px 0px 0px 0px;
  -o-border-radius: 16px 0px 0px 0px;
}

p {
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
  color: var(--gray-dark-60);
  font-weight: 500;
  line-height: 1.4em;
  margin-block-end: 0em;
}

.listafondos p {
  font-family: "Open Sans Semi", Sans-serif;
  font-size: 14px;
  color: var(--gris);
}

h3 {
  color: var(--blue-dark);
  font-family: "Prudential Modern Bold", Sans-serif;
  font-size: 24px;
}

h4 {
  color: var(--blue-dark);
  font-family: "Open Sans Bold", Sans-serif;
  font-size: 16px;
  margin-block-start: 0;
  margin-block-end: 0;
}

h5 {
  color: var(--blue-dark);
  font-family: "Open Sans Bold", Sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.2px;
  margin-block-start: 0;
  margin-block-end: 0;
  line-height: 1.6;
}

h6 {
  color: var(--gris);
  font-size: 20px;
  font-weight: 600;
  font-family: "Open Sans", Sans-serif;
  margin-block-start: 0;
  margin-block-end: 0;
}

hr {
  /* border: 0px; */
  height: 1px; /* le asignamos una altura */
  background-color: var(--gris);
  width: 100%;
}

.caja ul {
  padding: 0 0.5rem;
}
.caja h4 {
  padding: 0.55rem 0;
}
.caja ul li {
  border-bottom: 1px solid var(--blue-dark);
  line-height: 32px;
}
.caja ul li:first-child {
  border-bottom: none;
}
.caja .nombre,
.caja .valor,
.caja .var {
  padding: 0;
  font-family: "Open Sans", Sans-serif;
}

.caja .nombre {
  font-size: 14px;
  width: 46%;
  align-items: center;
  display: flex;
}
.caja .valor,
.caja .var {
  font-size: 13px;
  width: 27%;
  text-align: right;
  padding: 0 0.3rem;
}

/* .flag {
  height: 25px;
  width: 25px;
  overflow: hidden;
  border-radius: var(--round-xl);
} */
.flag img {
  /* width: 140%;
  margin-left: -18%;
  height: inherit; */

  width: 30px;
  height: 27px;
  /* margin-left: 0%; */
  border-radius: 50%;
}

.headcajafondo {
  display: flex;
  align-items: center;
}

/*
    FONDO MUTUO
*/

.ifondo a {
  color: var(--blue-dark);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.badge-borde {
  border: 1px solid var(--blue-dark);
  color: var(--blue-dark);
}
.fmtitle {
  width: 100%;
}
.fmtitle h6 {
  width: inherit;
}
.line {
  border-bottom: 1px solid var(--blue-dark);
  width: 100%;
}

label {
  color: var(--blue-dark);
  font-size: 12px;
}
.title_indicadores {
  color: var(--blue-dark);
  font-size: 12px;
}

.chart {
  width: 100%;
  min-height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* Ajusta esto segÃºn tus necesidades */
}

.btn-primary {
  background: var(--primary-base);
}
.text-bg-info {
  background: var(--turk);
  color: white !important;
}

.dropdown-toggle {
  border: 1px solid var(--primary-base);
}
.filter-option-inner-inner {
  color: var(--primary-base);
}

.dropdown-toggle::after {
  color: white;
}

.btn:hover {
  background: var(--primary-base);
  color: white;
}

.icon-link {
  font-size: 18px;
  font-family: "Open Sans Semi", Sans-serif;
  text-decoration: none;
}

.listafondos .icon-link {
  font-size: 14px;
}

.btn-link {
  color: var(--primary-base);
}

.vlcuota {
  font-size: 18px;
  font-family: "Open Sans Bold", Sans-serif;
}

.bootstrap-select {
  width: auto !important;
  min-width: 140px !important;
}
.dropdown-toggle::after {
  color: var(--primary-base);
}

/*
DETALLE FONDO
*/
.rectangle {
  height: 78px;
  width: auto;
  background-image: url(../images/wave.svg);
  background-size: cover;
  padding: 10px;
}

.rectangle h6 {
  color: white;
}
.vcuota {
  color: var(--blue-dark);
  font-family: "Open Sans Bold", Sans-serif;
  font-size: 24px;
}

.fondoesp .nav-link {
  color: white;
}

.fondoesp ul.nav {
  background: var(--blue-dark);
  border-radius: var(--round-xl);
  -webkit-border-radius: var(--round-xl);
  -moz-border-radius: var(--round-xl);
  -ms-border-radius: var(--round-xl);
  -o-border-radius: var(--round-xl);
}
.navbar-nav {
  flex-direction: unset;
}

.nav-link.active,
.navbar-nav .nav-link.show {
  background: var(--primary-base);
  color: white;
  border-radius: var(--round-xl);
  -webkit-border-radius: var(--round-xl);
  -moz-border-radius: var(--round-xl);
  -ms-border-radius: var(--round-xl);
  -o-border-radius: var(--round-xl);
}
/* .nav-link {padding: 0.2rem 0} */
.nav-item a {
  font-size: 16px;
  font-family: "Prudential Modern Bold", Sans-serif;
  padding: 0.7rem 1rem !important;
}

input,
.form-control,
.input-group-text {
  border: none;
}

.input-group {
  border: 1px solid var(--gris-soft);
  border-radius: var(--round-md);
  -webkit-border-radius: var(--round-md);
  -moz-border-radius: var(--round-md);
  -ms-border-radius: var(--round-md);
  -o-border-radius: var(--round-md);
}
.form-control,
.input-group-text {
  background: none;
}

.input-group i {
  color: var(--primary-base);
}

.form-control {
  font-size: 13px;
  padding: 0;
}
.nav,
.input-group {
  height: 40px;
  width: 180px;
}

.fondotitulo {
  background: var(--primary-base);
  padding: 0.5rem 1rem;
}

.subtitulo {
  font-size: 16px;
  font-family: "Open Sans Semi", Sans-serif;
  color: var(--blue-dark);
}

/*
  SCROLL
  MENÃš HORIZONTAL
*/

.fondo .item .nav-link {
  color: var(--blue-dark);
  font-size: 16px;
  font-family: "Open Sans", Sans-serif;
  padding: 1rem 0;
}

.fondo .item .nav-link.active {
  background: none;
  border-bottom: 3px solid var(--primary-base);
  border-radius: 0;
  color: var(--primary-base);
}

.menu-wrapper {
  position: relative;
  /* max-width: 500px; */
  /*height: 100px; hide the scroll bar*/
  overflow-x: hidden;
  overflow-y: hidden;
}

.menu-wrapper .item:first-child {
  padding-left: 0;
}

.menu {
  /* height: 120px; hide the scroll bar */
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}
.item {
  display: inline-block;
  /* width: 100px;
  height: 100%; */
  padding: 0.2em 1.5em;
}

.paddle {
  background: white;
  border: none;
  bottom: 0;
  padding: 1rem;
  position: absolute;
  top: 0;
}

.paddle:hover {
  cursor: pointer;
}

.left-paddle {
  left: 0;
}
.right-paddle {
  /* display: none; */
  right: 0;
}
.hidden {
  display: none !important;
}

/*
ACCORDION
*/

.accordion-button:not(.collapsed) {
  background-color: transparent;
}

.accordion {
  --bs-accordion-border-color: none;
}

.form-check-input {
  border: 2px solid var(--blue-dark);
}
.form-check-input[type="checkbox"] {
  border-radius: 0;
}
.form-check label {
  color: var(--gris);
  font-size: 16px;
  font-family: "Open Sans Semi", Sans-serif;
}

.bdr-t {
  border-top: 1px solid var(--gris-soft);
}
.bdr-r {
  border-right: 1px solid var(--gris-soft);
}
.bdr-b {
  padding-left: 48px;
  padding-right: 12px;
  border-bottom: 1px solid var(--gris-soft);
}

.bg-body-tertiary {
  background-color: transparent !important;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: white;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.nav-link {
  font-size: 14px;
}

.listafondos .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  line-height: 33px;
  padding: 0.1rem 0.8rem;
  border-radius: var(--round-xl);
}

.block {
  border-radius: 30px;
  box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.25);
  margin: 1.2rem 0;
  padding: 20px;
}
.block .btn:hover {
  background: none;
  color: var(--blue-dark);
}
.block .nav-link svg {
  height: 14px;
  vertical-align: bottom;
}
/* .block .btn:hover{background: none; color:var(--blue-dark)} */
.block .nav-link svg {
  height: 14px;
  vertical-align: bottom;
}

.new-yellow {
  background: var(--new-yellow);
  border: 1px solid var(--gris);
}

.rose {
  background: var(--rosex);
  border: 1px solid var(--rose-dark);
}
.risk {
  background: #fff0ac;
  border: 1px solid #ff9900;
  color: #7a571a;
}
.cash {
  background: #deebd8;
  border: 1px solid #8bb876;
  color: #3d672b;
}
.type {
  background: #cce1fd;
  border: 1px solid #92c2ff;
  color: #0051b5;
}

.soft-blue {
  background: var(--ultra-soft-blue);
  border: 1px solid var(--gris);
}

.btn-link:hover {
  background: none;
  color: var(--blue-dark);
}

fieldset.scheduler-border {
  border: 1px groove #ddd !important;
  padding: 0 0.4em 0.4em 0.4em !important;
}

legend {
  float: unset !important;
  font-family: "Open Sans Semi", Sans-serif;
  font-size: 12px;
}

.blue-block {
  background: var(--primary-base);
  margin-top: -130px;
  min-height: 234px;
  z-index: -1;
}
.blue-block span,
.blue-block p {
  color: white;
}
.blue-block span {
  font-size: 15px;
  margin-bottom: 0.5rem;
}
.blue-block p {
  font-size: 18px;
  font-family: "Open Sans", Sans-serif;
}
.blue-block .row {
  padding-top: 7rem;
  padding-bottom: 3rem;
}

.bck-w {
  background: white;
  margin-top: 2rem;
}
.bck-w hr {
  width: 40%;
  margin: 0.2rem;
  opacity: 1;
}
.bck-w p {
  font-size: 20px;
  font-family: "Open Sans Semi", Sans-serif;
  color: var(--blue-dark);
}
.bck-w span {
  font-size: 15px;
  font-family: "Open Sans", Sans-serif;
  color: var(--blue-dark);
}

.tag {
  background: white;
  bottom: -10px;
  color: var(--gray-dark-40);
  font-size: 12px;
  padding: 0.2rem 0.5rem;
  position: relative;
  left: 10px;
  z-index: 1;
}

.block-soft {
  background: var(--blue-light);
  border-radius: var(--round-xl);
  padding: 1rem 0.7rem;
}
.big-var {
  background: white;
  border-radius: var(--round-xl);
  font-size: 32px;
  padding: 1rem 0.7rem;
  text-align: center;
}
.big-var span {
  font-family: "Prudential Modern Bold", Sans-serif;
}

.txt-md {
  font-size: 18px;
}

.bootstrap-select.df .dropdown-toggle {
  background: var(--primary-base);
  border: none;
}
.bootstrap-select.df .dropdown-toggle::after {
  color: white;
}
.bootstrap-select.df .filter-option-inner-inner {
  color: white;
}

.money {
  font-family: "Open Sans Bold", Sans-serif !important;
  font-size: 25px !important;
}

.detallefondo h5 {
  font-family: "Open Sans Bold", Sans-serif;
  font-size: 30px;
}

.detallefondo h6 {
  color: var(--blue-dark);
  font-family: "Open Sans", Sans-serif;
  font-size: 18px;
}

.navbar.df {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav.df .nav-link.active {
  background: none;
  color: var(--primary-base);
  border-bottom: 1px solid var(--primary-base);
  border-radius: 0;
}

.navbar-nav.df .nav-link {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar.df .container-fluid {
  padding-left: 0;
}

.docs {
  background: var(--primary-darkest);
  color: white;
}
.docs h3,
.docs h4 {
  color: white;
}
.docs h4 {
  font-family: "Open Sans", Sans-serif;
}
.docs a {
  color: white;
  text-decoration: none;
  line-height: 1rem;
  margin-bottom: 1rem;
}
.docs svg {
  margin-right: 0.7rem;
}

.modal h6 {
  color: var(--primary-base);
}
.modal h5 {
  font-size: 25px;
}
.modal svg {
  color: var(--primary-base);
  width: 20px;
  height: 20px;
}
.modal-body {
  max-height: calc(80vh - 150px);
  overflow-y: auto;
}

.detallefondo .navbar.navbar-expand-lg.bg-body-tertiary .container-fluid {
  padding-left: 0;
}

.mheight {
  height: 350px;
}

.txt-chart {
  color: var(--black) !important;
  margin-top: 15%;
  width: auto;
  margin-left: 35%;
}

.txt-chart2 {
  color: var(--black) !important;
  width: auto;
}

.bootstrap-select > .dropdown-toggle:focus,
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.sidebarContainer {
  position: fixed;
  width: inherit;
  height: 100vh;
  left: 0;
  padding: 0 12px;
  border-right: 1px solid var(--gris-soft);
  background-color: var(--white) !important;
  z-index: 1;
}

.rentHeaderBar {
  position: fixed;
  width: inherit;
  top: 0;
  right: 0;
  background-color: var(--white) !important;
  z-index: 1;
}

.fondosContainer {
  margin-top: 54px;
}

.toggle {
  display: none;
  width: 33px;
  height: fit-content;
  text-align: center;
  padding: 3px 0;
  border: 1px solid var(--primary-base);
  border-radius: 6px;
  color: var(--primary-base);
  margin-right: 16px;
  cursor: pointer;
}

.toggle .fa-filter {
  display: inline;
}

.toggle .fa-xmark {
  display: none;
}

.accept {
  display: none;
}

.ffmm_data {
  margin-left: calc(3rem - 12px);
}

@media (max-width: 768px) {
  .bdr-r {
    border-right: none;
  }
  .blue-block .bdr-r {
    border-right: none;
  }
  /* .blue-block .row .col-12{border-bottom:1px solid var(--gris-soft)} */
  .vfondos {
    width: 24%;
  }
  #banda {
    width: 76%;
  }
  .txt-chart {
    margin-top: unset;
  }
  .txt-chart2 {
    margin-top: unset;
  }
  .modal-dialog {
    margin: 1.5rem;
  }
  .modal-body {
    max-height: calc(80vh - 220px);
  }

  .fondosContainer {
    margin-top: 78px;
  }

  .sidebarContainer {
    top: 78px !important;
  }

  .subtitulo {
    text-align: right;
    margin-right: 0;
  }
}

@media (max-width: 992px) {
  .blue-block {
    margin-top: -90px;
    padding-top: 30px;
  }
  .blue-block .row {
    padding-top: 3rem;
  }
  .mheight {
    height: auto;
  }

  /* .sidebarContainer,
  .rentHeaderBar {
    position: relative;
  } */

  .bdr-b {
    padding-left: 12px;
  }

  .toggle {
    display: block;
  }

  .toggle.active .fa-filter {
    display: none;
  }

  .toggle.active .fa-xmark {
    display: inline;
  }

  .accept {
    display: block;
  }

  .sidebarContainer {
    top: 54px;
    left: -358px;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    transition: 0.4s ease;
    -webkit-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.75);
  }

  .sidebarContainer.active {
    left: 0;
  }

  .ffmm_data {
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .right-paddle {
    display: block;
  }
}

@media (max-width: 1400px) {
  .nav,
  .input-group {
    width: 130px;
  }
}

.customize-tools {
  position: relative;
  top: -34px
}
.customize-tools [hidden] {
  display: none;
}
.controls {
  text-align: center;
}
.controls li {
  display: block;
  position: absolute;
  top: 50%;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  padding: 0 15px;
  cursor: pointer;
  transition: background 0.3s;
  background: white;
  z-index: 10;
}
.controls li img {
  display: inline-block;
  vertical-align: middle;
  height: 20px;
}
.controls .prev {
  left: 0;
}
.controls .next {
  right: 0;
}
.controls li:hover {
  background: #f2f2f2;
}

.tns-controls {
  text-align: center;
  margin-bottom: 10px;
}
.tns-controls [aria-controls] {
  font-size: 15px;
  margin: 0 5px;
  padding: 0 1em;
  height: 2.5em;
  color: #000;
  background: #66ccff;
  border-radius: 3px;
  border: 0;
}
.lt-ie9 .tns-controls > [aria-controls] {
  line-height: 2.5em;
}
[data-action] {
  display: block;
  margin: 10px auto;
  font-size: 17px;
  min-width: 3em;
  text-align: center;
  background: transparent;
  border: 0;
}
.tns-controls [disabled] {
  color: #999999;
  background: #b3b3b3;
  cursor: not-allowed !important;
}
.tns-nav {
  text-align: center;
  margin: 10px 0;
}
.tns-nav > [aria-controls] {
  width: 9px;
  height: 9px;
  padding: 0;
  margin: 0 5px;
  border-radius: 50%;
  background: #ddd;
  border: 0;
}
.tns-nav > .tns-nav-active {
  background: #999;
}
