#content .tableRentabilidadValoresCuota {
  position: relative;
  width: 100%;
}

#content .tableRentabilidadValoresCuota .columna1 {
  width: 20%;
}

#content .tableRentabilidadValoresCuota .columna2 {
  width: 20%;
}

#content .tableRentabilidadValoresCuota .columna3 {
  width: 30%;
}

#content .tableRentabilidadValoresCuota .columna4 {
  width: 15%;
}

#content .tableRentabilidadValoresCuota .columna5 {
  width: 15%;
}

#content .tableRentabilidadValoresCuota .columna15 {
  width: 15%;
}

#content .tableRentabilidadValoresCuota .columna25 {
  width: 25%;
}

#content .tableRentabilidadValoresCuota .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0px;
  border-radius: 3px;
  background-color: #184371;
  padding: 20px;
  color: #fff;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}

#content .tableRentabilidadValoresCuota .header .columna {
  text-align: center;
}

#content .tableRentabilidadValoresCuota .header .columna span {
  display: block;
  font-family: "Gotham-Book", sans-serif;
  font-size: 10px;
}

#content .tableRentabilidadValoresCuota .tableRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
  color: #184371;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #B2B5B8;
  border-left: 1px solid #B2B5B8;
  border-right: 1px solid #B2B5B8;
  margin-bottom: 0px;
}

#content .tableRentabilidadValoresCuota .tableRow .columna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px;
  border-right: 1px solid #B2B5B8;
}

#content .tableRentabilidadValoresCuota .tableRow .columna.columna:last-child {
  border-right: none;
}

#content .tableRentabilidadValoresCuota .tableRow .columna.columna2 .donut {
  float: left;
  width: 150px;
}

#content .tableRentabilidadValoresCuota .tableRow .columna.columna2 ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#content .tableRentabilidadValoresCuota .tableRow .columna.columna2 ul li.rv {
  color: #ffa409;
}

#content .tableRentabilidadValoresCuota .tableRow .columna.columna2 ul li.rf {
  color: #184371;
}

#content .tableRentabilidadValoresCuota .tableRow .columna.columna4 img {
  width: 44px;
  height: 43px;
}

#content .tableRentabilidadValoresCuota .tableRow .columna.columna5 .btn-pill {
  padding: 10px 30px;
  background-color: #ffa409;
  color: #fff;
}

#content .tableRentabilidadValoresCuota .smallFont {
  font-family: "Gotham-Medium", sans-serif;
  font-size: 11px;
}

#content .tableRentabilidadValoresCuotaMobile {
  position: relative;
  width: 100%;
}

#content .tableRentabilidadValoresCuotaMobile .columna1 {
  width: 50%;
}

#content .tableRentabilidadValoresCuotaMobile .columna2 {
  width: 50%;
}

#content .tableRentabilidadValoresCuotaMobile .header {
  color: #fff;
  padding: 20px;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0px;
  border-radius: 3px;
  font-family: "Gotham-Medium", sans-serif;
  text-transform: uppercase;
  background-color: #184371;
}

#content .tableRentabilidadValoresCuotaMobile .header span {
  display: block;
  width: 100%;
  font-family: "Gotham-Book", sans-serif;
  font-size: 10px;
}

#content .tableRentabilidadValoresCuotaMobile .tableRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
  width: 100%;
  height: 80px;
  color: #184371;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

#content .tableRentabilidadValoresCuotaMobile .tableRow .columna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0px;
  border-left: 1px solid #ccc;
}

#content .tableRentabilidadValoresCuotaMobile .tableRow .columna.columna:last-child {
  border-right: 1px solid #ccc;
}

@media only screen and (max-width: 767px) {
  #content .tableRentabilidadValoresCuotaMobile .tableRow .columna.columna1 {
    font-size: 14px;
  }
}

#content .tableRentabilidadValoresCuotaMobile .tableRow .columna.columna2 .donut {
  float: left;
}

#content .tableRentabilidadValoresCuotaMobile .tableRow .columna.columna2 ul {
  float: right;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  #content .tableRentabilidadValoresCuotaMobile .tableRow .columna.columna2 ul li {
    font-size: 12px;
  }
}

#content .tableRentabilidadValoresCuotaMobile .tableRow .columna.columna2 ul li.rv {
  color: #ffa409;
}

#content .tableRentabilidadValoresCuotaMobile .tableRow .columna.columna2 ul li.rf {
  color: #184371;
}

#content .tableRentabilidadValoresCuotaMobile .tableRow .columna.columna2 img {
  height: 43px;
  width: 43px;
}

#content .tableRentabilidadValoresCuotaMobile .tableRow .columna.columna2 .btn-pill {
  padding: 10px 30px;
  background-color: #ffa409;
  color: #fff;
}



#content .row {
  margin-bottom: 30px;
}

#content .row.noMargin {
  margin: 0px;
}

#content .row.noMargin .row {
  margin: 0px;
}

#content img {
  width: 100%;
}

#content h2 {
  color: #184371;
  font-family: "Gotham-Book", sans-serif;
  font-size: 36px;
}

@media only screen and (max-width: 768px) {
  #content h2 {
    margin-bottom: 20px;
    font-size: 20px;
  }
}

#content h2.center {
  text-align: center;
}

#content p,
#content div.fullText {
  color: #9A9A9A;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
}

#content p a:link,
#content p a:visited,
#content p a:active,
#content div.fullText a:link,
#content div.fullText a:visited,
#content div.fullText a:active {
  color: #26AB66;
  text-decoration: none;
}

#content p a.btn-pill:link ,
#content p a.btn-pill:visited,
#content p a.btn-pill:active,
#content div.fullText a.btn-pill:link,
#content div.fullText a.btn-pill:visited,
#content div.fullText a.btn-pill:active{
  color: #fff;
  text-decoration: none;
}

#content p a.btn-pill:hover,
#content div.fullText a.btn-pill:hover{
  background-color: #184371
}

#content p .highlight,
#content div.fullText .highlight {
  color: #ffa409;
}

#content p.set14,
#content div.fullText.set14 {
  font-size: 14px !important;
}

#content p.set14 p,
#content div.fullText.set14 p {
  font-size: 14px !important;
}

#content p .boton a:link,
#content p .boton a:visited,
#content p .boton a:active,
#content div.fullText .boton a:link,
#content div.fullText .boton a:visited,
#content div.fullText .boton a:active {
  color: white !important;
  text-decoration: none;
}

#content ul,
#content ol {
  padding-left: 15px;
  list-style-position: outside;
}

#content ul li,
#content ol li {
  margin-bottom: 5px;
  padding-left: 20px;
  color: #9A9A9A;
  font-family: "Gotham-Book", sans-serif;
  font-size: 16px;
}

#content ul li a,
#content ol li a {
  color: #26AB66;
  text-decoration: none;
}

#content ol {
  padding-left: 40px;
}

#content table th {
  background-color: #184371;
  color: #fff;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 15px;
  text-align: center;
  vertical-align: middle;
}

#content table th span {
  font-size: 12px;
  color: white;
  font-family: "Gotham-Book", sans-serif;
}

#content table th small {
  font-size: 12px;
  color: white;
  font-family: "Gotham-Book", sans-serif;
}

#content table td {
  padding: 20px;
  color: #666;
  font-size: 14px;
}

#content table.mobileTable th {
  min-width: 0;
  font-size: 14px;
}

#content table.mobileTable td {
  font-size: 12px;
  vertical-align: middle;
}

#content table.mobileTable td.col1 {
  width: 80px;
  padding: 10px;
  text-align: center;
}

#content table.mobileTable td.col1 strong {
  font-size: 10px;
}

#content .footerTabla {
  margin-top: -10px;
  font-size: 12px;
  background-color: #d8d8d8;
  padding: 15px;
}

#content .infografia {
  margin: 20px 0;
  border-radius: 10px;
  width: 100%;
  background-color: grey;
}

#content .boton {
  text-align: right;
}

@media only screen and (max-width: 768px) {
  #content .boton {
    text-align: center;
  }
}

#content .boton .btn-pill {
  margin: 20px 0 40px 0;
  background-color: #ffa409;
  color: white;
  font-family: "Gotham-Medium", sans-serif;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  #content .boton .btn-pill {
    margin-bottom: 20px;
    border-radius: 50px;
    padding: 10px 20px;
  }
}

#content .boton .btn-pill small {
  text-transform: none;
  color: white;
  display: block;
}

#content .boton .btn-pill.big {
  border-radius: 40px;
  padding: 10px 30px;
}

@media only screen and (max-width: 480px) {
  #content .boton .btn-pill.big {
    padding: 10px 10px;
  }
}

@media only screen and (max-width: 768px) {
  #content .boton .btn-pill.big {
    margin-bottom: 20px;
    border-radius: 50px;
    padding: 20px 20px;
  }
}

#content .boton .btn-pill:hover {
  background-color: #184371;
}

@media only screen and (min-width: 768px) {
  #content .container .row .pageTitle {
    max-width: 65%;
    float: none;
    margin: 0 auto;
  }
  #content .container .row .pageTitle.max90 {
    max-width: 90%;
  }
}

@media only screen and (min-width: 768px) {
  #content .container .row .pageTitle.max100 {
    max-width: 100%;
  }
}




