.container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card{
  background-color: rgba(20,25,55,1);
  //width: 21rem;
  margin: 1.25em;
  color: white;
  font-family: 'Montserrat', sans-serif;
}
.card_foot{
  //width: 21rem;
  padding: 0.5em;
  font-family: 'Montserrat', sans-serif;
}
.card header p{
    text-align: center;
    margin: 0 auto;
    display: block;
    font-size: 1.2em;
    font-weight: bold;
    line-height: normal;
}
.card-title{
  font-size: 1em;
  margin: 0 auto;
  text-align: center;
}
.slider.slider-horizontal {
  width: 100%; /*changed*/
  height: 20px;
}
#valor-capital{
  text-align:center;
  //margin: 0 auto;
  margin-left: 15%;
  margin-right: 15%;
}
#slidecontainer {
  border-radius: 5px;
  width: 100%;
}
/* Styling the slider background */
#ingreso-bruto {
-webkit-appearance: none;
background-color: grey;
outline: none;
height: 3px;
border-radius: 1px;
width:100%;
}
/* Styling the thumb */
#ingreso-bruto::-webkit-slider-thumb {
-webkit-appearance: none;
width: 20px;
height: 20px;
background: #078dd8;
border-radius: 50%;
cursor: -moz-grab;
cursor: -webkit-grab;
}

.slider-handle{
  background-color: #006B8D;
}

#main-response{
  background-color: #ffffff;
  border-radius: 8px;
  color: #006B8D;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.main{
  font-weight: bold;
  font-size: 1.8em;
  //margin-right:0em;
  text-align: center;
}
.main2{
  font-size: 0.8em;
  //margin-right:1.25em;
  width: 100%;
}
.main3{
  font-weight: bold;
  font-size: 0.8em;
  //margin-right:0em;
}
.paragraph{
  font-size: 13px;
}
#extra-response{
  font-size: 12px;
}

#final-legend{
  font-size: 0.8em;
  text-align: center;
}

#final-legend-pgp{
  padding: 2em;
  font-size: 0.6em;
  text-align: center;
}
.learn button{
  margin: 0 auto;
  display: block;
}

.ingresos input{
  width: 50%;
}
