textarea:focus,
input:focus,
button:focus {
  outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.parsley-errors-list{
  list-style-type: none;
  padding-left: 10px;
}
.parsley-custom-error-message{
  color: red;
  font-family: 'openSansBold';
  font-size: 12px;
}
input.parsley-error{
  border: red 1px solid !important;
}
.navbar {
  padding: 0; 
}
.form-imss {
  text-align: left;
  margin: 2% 10%;
  width: 100%;
}
.imss-section {
  width: 50%;
}
.imss-center {
  text-align: center;
}
.imss-right {
  text-align: right;
}
.imss-left {
  text-align: left;
}
.imss-h1{
  display: block;
  margin: 10px auto;
  font-family: RobotoSlabRegular;
  font-size: 44px;
}
.imss-h2 {
  font-size: 62px;
  font-family: 'openSansRegular';
  color: white;
  padding: 4% 15%;
}
.imss-h3 {
  font-size: 43px;
  color: white !important;
  font-family: OpenSansRegular;
  margin-top: 10%;
}
.imss-h3-green{
  font-family: OpenSansSemibold;
  font-size: 38px;
  color: #00a99d;
  margin-top: 8%;
}
.imss-title-result{
  font-family: OpenSansRegular;
  color: white;
  font-size: 18px;
  padding: 8px 0px;
}
.imss-h4-detail{
  font-family: OpenSansRegular;
  color: #4d4d4d;
  font-size: 22px;
  padding: 1% 10%;
}
.imss-h4 {
  font-size: 22px;
  font-family: OpenSansRegular;
  color: #333333;
}
.icon-money{
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 200px;
  text-align: center;
}
.imss-h5 {
  background-color: #33475b;
  font-size: 24px;
}
.imss-icon-back{
  color: #f7931e;
  font-size: 21px;
  cursor: pointer;
  float: right;
  text-align: right;
  margin-top: 15px;
}
[class^="iconsminds-"]:before, [class*=" iconsminds-"]:before {
  font-weight: bold;
}
.imss-icon-back > a{
  color: #f7931e;
  font-size: 21px;
  cursor: pointer;
  float: right;
  text-align: right;
  text-decoration: underline;
  font-family: 'openSansRegular';
  padding-right: 15px;
}
.bg-gray-imss{
  background-color: #cccccc;
  margin: 10px 32px;
}
.bg-gray-title {
  background: #b3b3b3;
}
.bg-orange-title {
  background: #f7931e;
}
.bg-orange-imss{
  background-color: #ffba76;
  margin: 10px 32px;
}
.imms-p-result{
  padding: 20px;
}
.imms-p-result > span{
  color: white;
  font-size: 60px;
  font-family: DigitalBoldItalic;
}
.imss-white {
  color: #ffffff;
}
.imss-blue {
  color: #33475b;
}
.imss-orange {
  color: #ff7a59;
  position: relative;
}
.imss-green {
  color: #00a99d;
  position: relative;
}
.imss-bg-blue {
  background-color: #33475b;
  padding: 20px 5%;
}
.imss-bg-white {
  background-color: white;
}
.imss-bg-orange {
  background-color: #f7931e;
}
.imss-bg-gray {
  background-color: #f2f2f2;
  padding: 10px 0px;
}
.input-group-text {
  background-color: #f5f8fa;
}
.imss-txt-no {
  color: white;
  background-color: #33475b;
  padding: 7px 12px;
}
.imss-mini-txt {
  font-size: 16px;
  padding-left: 70px;
}
.nav-link-imss{
  font-family: RobotoSlabLight;
  font-size: 22px;
  color: white;
}
.nav-item-imss{
  margin-right: 15px;
}
.no-gutter.row,
.no-gutter.container,
.no-gutter.container-fluid{
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 0;
}

.no-gutter>[class^="col-"]{
  padding-left: 0;
  padding-right: 0;
}
.bg-img-imss{
  background: url(../img/imagen_verde.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.hide-element {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.imss-inpt-anio {
  background-color: #f5f8fa !important;
  font-size: 22px;
  border-radius: 18px !important;
  width: 100px;
  text-align: center;
  color: #33475b !important;
  border: 1px solid #d2dce6 !important;
  padding: 0 !important;
}
.imss-margin-35{
  margin-bottom: 10px;
}

.imss-margin-52{
  margin-left: 52px !important;
}
.imss-inpt-email {
  background-color: #f5f8fa !important;
  font-size: 22px;
  border-radius: 18px !important;
  width: 40%;
  text-align: center;
  color: #33475b !important;
  border: 1px solid #d2dce6 !important;
  padding: 0 !important;
}
.imss-inpt-date {
    background-color: #f5f8fa !important;
    font-size: 22px;
    border-radius: 4px !important;
    text-align: center;
    color: #33475b !important;
    border: 1px solid #d2dce6 !important;
    padding: 0px 20px 0 0;
}
.imss-group-inpt {
  margin: 10px 0px;
}
.imss-flex{
	display: flex;
}
.imss-group-date{
  margin-top: 10px;
  margin-left: 80px;
  position: relative;
}
.imss-group-date > i{
  position: absolute;
  top: 7px;
  left: 238px;
  font-size: 20px;
}
.custom-switch {
  display: inline;
}
.custom-switch-btn {
  top: 5px;
}
.custom-switch-input:checked + .custom-switch-btn {
  background: #008c7e;
  border: 1px solid #008c7e;
}
.custom-switch p {
  display: inline;
  padding-left: 10px;
  font-size: 14px;
}
.imss-btn {
  font-size: 24px;
  color: white;
  background-color: #f7931e;
  border: none;
  border-radius: 30px;
  margin: 15px 0;
  padding: 6px 18px;
  font-family: 'OpenSansBold';
}
.imss-span {
  font-size: 24px;
}
.imss-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 0 !important;
}
.imss-bg-bluel {
  background-color: #cbd6e2;
  height: 220px;
}
#pensionMensual,
#pensionInversion {
  font-size: 48px;
  font-weight: bold;
  margin-top: 35px;
}

.imss-small-text{
  position: absolute;
  bottom: 0;
  font-size: 16px;
  margin: 0 26%;
}
.imss-margin-10{
  margin-top: 5px;
}


/*Estilos para range input*/
input[type="range"] {
  -webkit-appearance: none;
  margin: 10px 0;
  width: 60%;
  float: left;
}
input[type="range"]:focus {
  outline: none;
}
input[type="range"]::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #cbd6e2;
  border-radius: 5px;
  border: 0px solid #000101;
}
input[type="range"]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 20px;
  background: #008c7e;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -3.6px;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #cbd6e2;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  background: #cbd6e2;
  border-radius: 25px;
  border: 0px solid #000101;
}
input[type="range"]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #008c7e;
  cursor: pointer;
}
input[type="range"]::-ms-track {
  width: 100%;
  height: 12.8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 39px 0;
  color: transparent;
}
input[type="range"]::-ms-fill-lower {
  background: #cbd6e2;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type="range"]::-ms-fill-upper {
  background: #cbd6e2;
  border: 0px solid #000101;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
}
input[type="range"]::-ms-thumb {
  box-shadow: 0px 0px 0px #000000, 0px 0px 0px #0d0d0d;
  border: 0px solid #000000;
  height: 20px;
  width: 39px;
  border-radius: 7px;
  background: #008c7e;
  cursor: pointer;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #cbd6e2;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #cbd6e2;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .imss-group-date, .imss-margin-10 {
    margin-bottom: 15px;
}
.form-imss {
  margin: 5% 0%;
}
.imss-section {
  width: 100%;
}
.imss-h2 {
  font-size: 22px;
}
.imss-h3 {
  font-size: 15px;
}
.imss-h4 {
  font-size: 15px;
}
.imss-margin-52 {
  margin-left: 3px !important;
}
.imss-mini-txt {
  font-size: 12px;
  position: relative;
  top: -14px;
  padding-left: 50px;
}
.imss-inpt-email {
  width: 65%;
}
.imss-group-date {
  margin-top: 27px;
  margin-left: 0px;
}
.imss-inpt-anio {
  font-size: 20px;
  width: 80px;
}
.imss-inpt-date {
  font-size: 20px;
}
input[type="date" i]::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.imss-small-text {
  margin: 0 7% 0% 3%;
}
input[type="range"] {
  width: 100%;
}
.custom-switch p {
  font-size: 12px;
}
.imss-h1 {
  text-align: center;
}
.icon-money {
  display: none;
}
.imss-group-date > i {
  top: 6px;
  left: 160px;
}
.parsley-errors-list {
  padding-left: 15px;
}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .imss-group-date, .imss-margin-10 {
    margin-bottom: 15px;
}
.imss-section {
  width: 100%;
}
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
.imss-group-date, .imss-margin-10 {
  margin-bottom: 0px;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .imss-section {
    width: 80%;
}
}