@charset "UTF-8";
* {
  outline: 0 !important; }

.ui-widget {
  font-family: "Hind", sans-serif; }

body {
  font-family: "Hind", sans-serif; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

p, small {
  overflow-wrap: break-word;
  word-wrap: break-word; }

small {
  padding-bottom: 1.5em; }

h2 {
  color: white;
  text-align: center;
  margin: 20px 0;
  position: relative;
  font-family: "Hind", sans-serif; }

header {
  background-color: #5fb4e2;
  position: relative;
  padding-top: 20px; }

header h2 {
  text-align: center;
  margin: 20px 0 10px;
  font-size: 55px;
  color: #ffffff; }

header h3 {
  text-align: center;
  margin: 0px 0 60px;
  font-size: 25px;
  color: #ffffff; }

.cabecera-ilustracion {
  position: relative; }

header nav {
  max-height: 82px;
  position: absolute;
  left: 10px;
  top: 0;
  z-index: 1; }

header nav #logo {
  width: 255px;
  height: 54px;
  display: block;
  margin-top: 0; }
  header nav #logo img {
    width: 255px;
    height: 54px; }

header nav ul {
  padding: 0;
  display: inline-block;
  float: right; }

header nav ul li {
  float: left;
  list-style: none;
  padding: 10px 55px;
  box-sizing: border-box;
  border-left: 1px solid #CDCCCC;
  margin: 20px 0; }

header nav ul li a {
  display: inline-block;
  color: #CDCCCC;
  text-transform: uppercase; }

header nav ul li a:hover {
  color: #CDCCCC; }

header .glyphicon-triangle-bottom {
  position: absolute;
  bottom: -44px;
  height: 62px;
  width: 62px;
  top: initial;
  font-size: 62px;
  left: 0;
  right: 0;
  color: #DD6663; }

section#Preguntas {
  background-color: #727272; }

.grafico-barras {
  width: 100%;
  height: 350px;
  margin: 25px 0; }

#accordion h3 {
  margin: 0;
  border-width: 0;
  border-radius: 0;
  background-color: #727272;
  font-size: 18px;
  color: #ffffff;
  font-family: "Hind", sans-serif; }

#accordion h3 .container {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px; }

#accordion h3 .numero {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 10px;
  font-size: 21px;
  height: 28px;
  width: 28px;
  padding: 4px;
  text-align: center; }

#accordion div {
  border: 0; }

#accordion div.ui-accordion-content {
  padding-top: 20px;
  padding-bottom: 20px; }

#accordion div.ui-accordion-content-active {
  background-color: transparent; }

#accordion h3 .glyphicon {
  float: right;
  background-color: white;
  text-align: center;
  display: block;
  height: 23px;
  width: 23px;
  box-sizing: border-box;
  border-radius: 50%;
  color: #727272;
  font-size: 18px;
  padding-left: 1px;
  padding-top: 2px; }

#accordion h3 .glyphicon-plus {
  padding-left: 1px; }

#accordion h3 .glyphicon-minus {
  padding-right: 2px; }

button {
  background-color: transparent;
  border: 2px solid #ffffff;
  padding: 10px;
  display: block;
  margin: 90px auto 30px;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: 400ms all ease;
  transition: 400ms all ease; }

.table td.nombre-principal {
  background: #439A9A; }

.button {
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  padding: 10px;
  display: inline-block;
  margin: 39px 0 10px 0;
  color: #ffffff;
  font-size: 27px;
  -webkit-transition: 400ms all ease;
  transition: 400ms all ease; }

/*
button:hover{
    color: #E1BB5E;
    background-color: #ffffff;
}*/
section#Preguntas {
  position: relative; }

section#Preguntas .glyphicon-menu-down {
  color: #ffffff;
  display: block;
  width: 35px;
  height: 35px;
  margin: 0 auto;
  font-size: 40px;
  margin-bottom: 20px; }

section#Preguntas .glyphicon-triangle-bottom {
  position: absolute;
  bottom: -44px;
  height: 62px;
  width: 62px;
  top: initial;
  font-size: 62px;
  left: 0;
  right: 0;
  color: #727272; }

section#Comentario {
  background-color: #5AAA9B; }

#lista-sucursales {
  margin-top: 2em; }
  #lista-sucursales h2 {
    color: #616161;
    text-transform: uppercase;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #616161;
    margin: 2em 0 2em; }

#sucursales-container {
  display: none; }

.sucursales {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.sucursal {
  width: 33.333333%;
  padding: 1em;
  box-sizing: border-box;
  margin-bottom: 0em;
  text-align: left; }
  .sucursal .ciudad {
    border-bottom: 1px solid #616161;
    margin-top: 0; }

label.error {
  display: none;
  color: white; }

footer {
  background-color: #edecec;
  padding-top: 6em;
  font-size: 100%;
  text-align: center;
  color: #616161; }
  footer .container {
    background-image: url("/infoydec/images/bicolor-bg.svg");
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: left bottom; }

#accordion h3.ui-accordion-header .container {
  padding-right: 30px;
  box-sizing: border-box;
  background-image: url("/infoydec/images/plus.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 24px 24px; }

#accordion h3.ui-accordion-header-active .container {
  background-image: url("/infoydec/images/minus.svg"); }

#logo-gobierno {
  width: 100px;
  float: right;
  margin-top: 20px; }

footer a {
  color: #616161; }

footer a:hover {
  color: black;
  text-decoration: underline; }

footer h3 {
  text-transform: uppercase;
  font-size: 120%;
  font-weight: 500; }

footer nav ul {
  padding: 0;
  margin: 0; }

footer nav ul li {
  width: 24.7%;
  display: inline-block;
  min-height: 20px; }

footer .container small {
  text-align: center;
  display: block;
  padding: 2em 0;
  font-size: 100%;
  font-family: 'Montserrat',sans-serif; }

#logo-footer {
  width: 249px;
  margin-top: 40px;
  margin-bottom: 2em; }

#footer-telefono {
  border-left: 1px solid #616161; }

#footer-email {
  border-left: 1px solid #616161;
  border-right: 1px solid #616161; }

.icon {
  display: block;
  width: auto;
  margin: 0 auto 10px;
  height: 40px; }

section#Mapa {
  background-color: #304354;
  padding-bottom: 65px; }

.contenedor-acordeon {
  background-color: #ffffff; }

.contenedor-acordeon h4 {
  text-transform: uppercase; 
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
  color: #828282; }

.contenedor-acordeon h4.otro_formato {
  text-transform: none; 
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
  color: #828282; }

.contenedor-acordeon p,
.contenedor-acordeon small {
  color: #727277; }

.flex-row {
  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; }

.flex-row small {
  padding-bottom: 3em; }

.contenedor-acordeon .contenedor-texto {
  padding: 2em;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.contenedor-texto a {
  color: #336666;
  text-decoration: underline; }
  .contenedor-texto a:hover {
    color: #77bbbb; }

.contenedor-texto-servicios a {
  color: #336666;
  text-decoration: underline; }
  .contenedor-texto-servicios a:hover {
    color: #08298a; }

.contenedor-texto div {
  margin: auto;
  text-align: justify; }

.linea-promedio:before {
  display: block;
  content: '';
  width: 3px;
  height: 40px;
  background: #7c6b06;
  margin-right: 10px;
  float: left;
  position: relative;
  bottom: 12px; }

.textos_pregunta {
  background: rgba(0, 0, 0, 0.02);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

ol {
  padding-left: 0; }

/*

Comentario del mes


*/
section#Comentario {
  color: #ffffff; }

section#Comentario h5 {
  text-align: center;
  font-size: 21px;
  margin: 45px 0; }

section#Comentario p {
  text-align: center;
  opacity: 0.7;
  margin-bottom: 45px; }

section#Comentario .franja-titulo {
  background-color: #569E90;
  color: #ffffff;
  padding: 20px 0; }

section#Comentario .franja-titulo .fecha {
  text-align: center;
  font-size: 32px; }

section#Comentario .franja-titulo .fecha .mes {
  font-weight: bold;
  margin-top: -6px;
  display: block;
  font-size: 20px; }

section#Comentario .franja-titulo h1 {
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  line-height: 33px; }

section#Comentario hr {
  border-top: 2px solid #83BFB4; }

hr.centrado {
  width: 40%; }

.buscador-noticias h5 {
  margin-bottom: 15px; }

.buscador-noticias form {
  width: 40%;
  display: block;
  margin: auto; }

.buscador-noticias form select {
  width: 45%;
  margin-right: 4%;
  background-color: #5AAA9B;
  border-color: #fff;
  padding: 2px;
  text-transform: uppercase; }

.buscador-noticias button {
  margin-top: 30px;
  padding: 4px 40px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border-width: 1px; }

.buscador-noticias button:hover {
  background-color: #ffffff;
  color: #5AAA9B; }

.buscador-noticias select#mes {
  margin-left: 4%;
  margin-right: 0; }

.buscador-afp form {
  display: block;
  margin: auto; }

#selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }

.buscador-afp form select {
  background-color: #304354;
  border-color: #ffffff;
  padding: 2px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 15px;
  max-width: 450px;
  min-width: 250px; }

.buscador-afp button {
  margin-top: 30px;
  padding: 4px 40px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  border-width: 1px; }

#cmdBuscarCM {
  background: #23afff; }

.buscador-afp button:hover {
  background-color: #ffffff;
  color: #1F3A53; }

#cmdBuscarCM:hover {
  background: #73ccff;
  color: white; }

.buscador-afp select#mes {
  margin-left: 4%;
  margin-right: 0; }

h2.mapa-titulo {
  color: #333333;
  font-size: 18px;
  margin: 20px 0;
  text-align: left; }

h2.mapa-titulo:before {
  display: none; }

#map_container {
  width: 90%;
  height: 0;
  padding-bottom: 0;
  margin: auto;
  position: relative; }

#map_container.active {
  padding-bottom: 50%; }

#map_canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.table {
  border: none;
  color: white;
  font-size: 85%;
  min-width: 500px; }

#tabla-calculadora.table {
  min-width: 0;
  margin-top: 1em; }
  #tabla-calculadora.table th, #tabla-calculadora.table tdÂ  {
    width: 33.33333%; }

  #tabla-calculadora.table td.data {
    text-align: right; }

#tabla-calculadora2.table {
  min-width: 0;
  margin-top: 1em; }
  #tabla-calculadora2.table th, #tabla-calculadora2.table tdÂ  {
    width: 33.33333%; }

  #tabla-calculadora2.table td.data {
    text-align: right; }

#tabla-calculadora3.table {
  min-width: 0;
  margin-top: 1em; }
  #tabla-calculadora3.table th, #tabla-calculadora3.table tdÂ  {
    width: 33.33333%; }

  #tabla-calculadora3.table td.data {
    text-align: right; }

#divGraficoC {
  box-shadow: inset 0px 6px 6px rgba(0, 0, 0, 0.2); }

#divGrafico2 {
  box-shadow: inset 0px 6px 6px rgba(0, 0, 0, 0.2); }

#divGrafico3 {
  box-shadow: inset 0px 6px 6px rgba(0, 0, 0, 0.2); }

.table td {
  background: #50A4A4; }

.table > tbody > tr > td {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

.table td:nth-child(odd) {
  /*background:#439A9A; */ }

div[id^="modal_grafico_"] button {
  margin: 10px auto; }
div[id^="modal_grafico_"] td.data {
  text-align: right;
  border-left: 1px solid rgba(255, 255, 255, 0.05); }
div[id^="modal_grafico_"] td, div[id^="modal_grafico_"] th {
  width: 20%; }

.modal-footer {
  padding: 10px; }

.table th {
  background: #336666;
  font-weight: normal; }

td.checks {
  text-align: center;
  vertical-align: middle; }

.ui-accordion .ui-accordion-content {
  padding-left: 0;
  padding-right: 0; }

/* Calculadora */
#formCalculadora {
  margin-bottom: 0; }

#formCalculadora2 {
  margin-bottom: 0; }

#formCalculadora3 {
  margin-bottom: 0; }

#calculadora {
  font-family: "Hind", sans-serif;
  width: 100%;
  background: #3F8280;
  border: 1px solid white;
  color: white; }
  #calculadora th {
    padding: 0.6em 0.4em;
    background: #336666; }
  #calculadora td {
    padding: 0.6em 0.4em;
    border: 1px solid white;
    border-collapse: collapse; }
  #calculadora input {
    border: none;
    color: #45775F;
    padding: 0.3em; }

#calculadora2 {
  font-family: "Hind", sans-serif;
  width: 100%;
  background: #3F8280;
  border: 1px solid white;
  color: white; }
  #calculadora2 th {
    padding: 0.6em 0.4em;
    background: #336666; }
  #calculadora2 td {
    padding: 0.6em 0.4em;
    border: 1px solid white;
    border-collapse: collapse; }
  #calculadora2 input {
    border: none;
    color: #45775F;
    padding: 0.3em; }

#calculadora3 {
  font-family: "Hind", sans-serif;
  width: 100%;
  background: #3F8280;
  border: 1px solid white;
  color: white; }
  #calculadora3 th {
    padding: 0.6em 0.4em;
    background: #336666; }
  #calculadora3 td {
    padding: 0.6em 0.4em;
    border: 1px solid white;
    border-collapse: collapse; }
  #calculadora3 input {
    border: none;
    color: #45775F;
    padding: 0.3em; }


h2.no_disponible {
  font-size: 160%;
  color: #444;
  padding-top: 2em;
  margin-bottom: 1em; }

p.no_disponible {
  text-align: center;
  padding-bottom: 3em;
  padding-top: 0;
  color: #888;
  margin-top: 0;
  font-size: 120%; }

#cmdCalcular {
  color: #45775F;
  font-family: "Hind", sans-serif;
  background: white;
  border: 2px solid #45775F;
  border-radius: 0.3em;
  font-weight: bold;
  margin: 1em auto;
  padding: 0.4em 0.6em 0.1em; }
  #cmdCalcular span {
    margin-right: 0.4em; }

select {
  color: black; }

.categoria-pensionado {
  background: #50A4A4;
  color: white;
  font-weight: bold;
  text-align: center; }

.calculos {
  background: #89B335;
  color: white; }

@media screen and (max-width: 600px) {
  #calculadora td.tabla_no_pensionado, #calculadora2 td.tabla_pensionado_no_cotizante, #calculadora3 td.tabla_pensionado_cotizante {
    display: none; } }

@media screen and (max-width: 600px) {
  #calculadora td.tabla_no_pensionado.visible, #calculadora2 td.tabla_pensionado_no_cotizante.visible, #calculadora td.tabla_pensionado_cotizante.visible {
    display: block; } }

.scroll-container {
  width: 100%;
  padding: 0.5em;
  display: block;
  background: -webkit-linear-gradient(0deg, white 20%, rgba(255, 255, 255, 0)), -webkit-linear-gradient(180deg, white 20%, rgba(255, 255, 255, 0)) 100% 0, -webkit-linear-gradient(0deg, #ccc 10%, rgba(255, 255, 255, 0)), -webkit-linear-gradient(180deg, #ccc 10%, rgba(255, 255, 255, 0)) 100% 0;
  background: -webkit-linear-gradient(left, white 20%, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, white 20%, rgba(255, 255, 255, 0)) 100% 0, -webkit-linear-gradient(left, #ccc 10%, rgba(255, 255, 255, 0)), -webkit-linear-gradient(right, #ccc 10%, rgba(255, 255, 255, 0)) 100% 0;
  background: linear-gradient(90deg, white 20%, rgba(255, 255, 255, 0)), linear-gradient(270deg, white 20%, rgba(255, 255, 255, 0)) 100% 0, linear-gradient(90deg, #ccc 10%, rgba(255, 255, 255, 0)), linear-gradient(270deg, #ccc 10%, rgba(255, 255, 255, 0)) 100% 0;
  background-repeat: no-repeat;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-attachment: local, local, scroll, scroll; }

#tabla-servicios-internet {
  min-width: 0;
  font-size: 95%; }

#tabla-opciones-pago-pension {
  min-width: 0;
  display: block; }

.mobile_row {
  display: none; }

@media screen and (max-width: 650px) {
  .desktop_row {
    display: none; }

  .mobile_row {
    display: table-row; }

  .checks, .checks2 {
    display: none; }

  .checks.visible, .checks2.visible {
    display: table-cell; } }
/* Tabs */
.etabs {
  min-width: 600px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.tab {
  display: inline-block;
  margin-right: 4px;
  zoom: 1;
  width: 20%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: #eee;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0; }

.tab a {
  color: white;
  font-size: 12px;
  line-height: 1.5em;
  display: block;
  padding: 10px 10px 5px;
  outline: none;
  background: #336666; }

.titulo-fondo {
  font-size: 14px; }

.tab a:hover {
  text-decoration: underline; }

.tab.active {
  background: #439A9A;
  padding-top: 6px;
  position: relative;
  top: 1px; }

.tab a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.tab a.active {
  font-weight: bold; }

.tab-container .tab-container2 .tab-container3 .tab-container4 .tab-container5{
  min-width: 800px; }

.tab-container .panel-container .tab-container2 .tab-container3 .tab-container4 .tab-container5{
  background: #fff;
  border: solid #666 1px;
  padding: 10px;
  -moz-border-radius: 0 4px 4px 4px;
  -webkit-border-radius: 0 4px 4px 4px; }

/* Modal */
.modal-header {
  background: #336666;
  color: white;
  border-radius: 3px; }

#tblCM {
  width: 90%;
  max-width: 40em;
  margin: 0 auto; }
  #tblCM td {
    padding: 0.2em 0.5em;
    border: 1px solid rgba(0, 0, 0, 0.1); }

#myModal button {
  margin-top: 10px; }

@media screen and (max-width: 1200px) {
  header nav {
    position: static;
    display: block;
    width: 100%; }
    header nav #logo {
      margin: 0 auto; }

  #logo-footer {
    width: 200px; } }
@media screen and (max-width: 1000px) {
  .contenedor-acordeon .contenedor-texto {
    padding: 30px 20px; }

  footer {
    padding-top: 1em; }
    footer .container {
      background-size: 100px; }

  #logo-gobierno {
    display: block;
    margin-left: auto;
    margin-right: auto;
    float: none; }

  #logo-footer {
    width: 90%;
    max-width: 250px;
    margin-top: 1em;
    margin-bottom: 3em; }

  .sucursales {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

  .sucursal {
    width: 33.333333333%; }

  #calculadora {
    font-size: 80%; }

  #calculadora2 {
    font-size: 80%; }
  
  #calculadora3 {
    font-size: 80%; }


  #footer-email, #footer-telefono {
    border: none; }

  .flex-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }
@media screen and (max-width: 800px) {
  header h2 {
    font-size: 40px;
    margin-bottom: 1em; } }

#selector_tabs {
  display: none; }

#selector_tabs2 {
  display: none; }

#selector_tabs3 {
  display: none; }

#selector_tabs4 {
  display: none; }

#selector_tabs5 {
  display: none; }

@media screen and (max-width: 660px) {
  .etabs {
    display: none; }

  #selector_tabs {
    display: block; } 
  
  #selector_tabs2 {
    display: block; } 
  
  #selector_tabs3 {
    display: block; } 
   
  #selector_tabs4 {
    display: block; } 
  
  #selector_tabs5 {
    display: block; } 
}

@media screen and (max-width: 640px) {
  .ui-accordion .ui-accordion-content {
    padding: 5px; }

  .container-fluid {
    padding-left: 0;
    padding-right: 0; } }
@media screen and (max-width: 600px) {
  #calculadora td {
    display: block;
    text-align: center; }
  #calculadora2 td {
    display: block;
    text-align: center; }
  #calculadora3 td {
    display: block;
    text-align: center; }

 }
@media screen and (max-width: 540px) {
  #conoce {
    padding-top: 10px;
    padding-bottom: 30px; }

  div[id^="modal_grafico_"] .table {
    min-width: 0; }

  div[id^="modal_grafico_"] tr {
    margin-bottom: 20px; }

  div[id^="modal_grafico_"] .table > tbody > tr > td {
    display: block;
    position: relative;
    min-height: 70px;
    box-sizing: border-box;
    padding-right: 10px;
    padding-left: 70%;
    width: 100%;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.05); }

  div[id^="modal_grafico_"] td:before {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    float: left;
    clear: both;
    top: 0px;
    left: 0px;
    bottom: 0;
    width: 70%;
    padding: 10px;
    background: #336666;
    text-align: center; }

  div[id^="modal_grafico_"] td:nth-of-type(1):before {
    content: "AFP"; }

  div[id^="modal_grafico_"] td:nth-of-type(2):before {
    content: "Rentabilidad Real Acumulada entre noviembre de 2011 y octubre de 2016"; }

  div[id^="modal_grafico_"] td:nth-of-type(3):before {
    content: "Rentabilidad Real Anualizada entre noviembre de 2011 y octubre de 2016"; }

  div[id^="modal_grafico_"] td:nth-of-type(4):before {
    content: "Monto en $ de la ganacia/pérdida de tu cotización"; }

  div[id^="modal_grafico_"] td:nth-of-type(5):before {
    content: "Diferencia en $ de la ganancia con respecto a la AFP menos rentable"; }

  #conoce .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  #bloque-conoce {
    padding: 10px 20px; }

  .sucursal {
    width: 50%; }

  div[id^="modal_grafico_"] th {
    display: none; } }
@media screen and (max-width: 360px) {
  .sucursales {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

  .sucursal {
    width: 100%; } }
/* Hack para IE10 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #accordion div.ui-accordion-content {
    padding-bottom: 40px; }

  .tab a {
    display: block; }

  .tab a span {
    display: block;
    clear: both; }

  .contenedor-acordeon .contenedor-texto {
    display: block; }

  .textos_pregunta {
    display: block; }

  .flex-row small {
    clear: both;
    padding-bottom: 10px;
    padding-top: 20px; }

  .simbologia {
    padding-top: 50px;
    padding-bottom: 20px;
    height: 100px;
    overflow: hidden; } }

section#Servicios {
  background-color: #5fb4e2;
  padding-bottom: 40px; }

.link_servicios {
  text-decoration:-moz-anchor-decoration;
  color: #08298A;
  font-size: 16px;
}

#cmdCalcular2 {
  color: #45775F;
  font-family: "Hind", sans-serif;
  background: white;
  border: 2px solid #45775F;
  border-radius: 0.3em;
  font-weight: bold;
  margin: 1em auto;
  padding: 0.4em 0.6em 0.1em; }
  #cmdCalcular2 span {
    margin-right: 0.4em; }

#cmdCalcular3 {
  color: #45775F;
  font-family: "Hind", sans-serif;
  background: white;
  border: 2px solid #45775F;
  border-radius: 0.3em;
  font-weight: bold;
  margin: 1em auto;
  padding: 0.4em 0.6em 0.1em; }
  #cmdCalcular3 span {
    margin-right: 0.4em; }

section#Herramientas {
  background-color: #727272;
  padding-bottom: 40px; 
}

#cmdCalcularRentabilidad {
  color: #45775F;
  font-family: "Hind", sans-serif;
  background: white;
  border: 2px solid #45775F;
  border-radius: 0.3em;
  font-weight: bold;
  margin: 1em auto;
  padding: 0.4em 0.6em 0.1em; }
#cmdCalcularRentabilidad span {
    margin-right: 0.4em; }

.cmdCalcularAPV {
  color: #45775F;
  font-family: "Hind", sans-serif;
  background: white;
  border: 2px solid #45775F;
  border-radius: 0.3em;
  font-weight: bold;
  margin: 1em auto;
  padding: 0.4em 0.6em 0.1em; }
  .cmdCalcularAPV span {
    margin-right: 0.4em; }

.tabla_ingreso {
  font-family: "Hind", sans-serif;
  width: 100%;
  background: #3F8280;
  border: 1px solid white;
  color: white; }
  .tabla_ingreso th {
    padding: 0.6em 0.4em;
    background: #336666; }
  .tabla_ingreso td {
    padding: 0.6em 0.4em;
    border: 1px solid white;
    border-collapse: collapse; }
  .tabla_ingreso input {
    border: none;
    color: #45775F;
    padding: 0.3em; }

.tabla-info.table {
  min-width: 0;
  margin-top: 1em; }
  .tabla-info.table th, .tabla-info.table td {
    width: 33.33333%; }

  .tabla-info.table td.data {
    text-align: right; }

a#toggle-sucursales {
	text-decoration: none;	
	
}

.mapa {
	/*position: fixed; 
	left: 50%; */
	margin-top: 30px;
	/*margin-left: -40%;*/
}

.texto-especial {
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #ffffff;
  color: #828282; 
}
/*# sourceMappingURL=estilos.css.map */
