@import url("fonts.css");

html, body{
    font-size: 16px;
    font-family: avenir;
}
.regular{
    font-family: avenir;
}
.bold{
    font-family: avenir-bold;
}
a, a:visited, a:hover{
  color: inherit;
  text-decoration: none;
}
@media (max-width: 576px) { 
    
}
@media (min-width: 576px) { 

}

@media (min-width: 768px) { 
    
}

@media (min-width: 992px) {
    
}
.nav-item.button{
    padding-right: 2rem !important;
    background: #2e62ac;
    padding-left: 2rem !important;
    border-radius: 6px;
}
.nav-item.button a{
    color: #fff !important
}

.nav-item.buttonborder{
  padding-right: 2rem !important;
  background:  #fff;
  padding-left: 2rem !important;
  border-radius: 10px;
  border: 1px solid #2e62ac;
}
.nav-item.buttonborder a{
  color: #2e62ac !important
}

.nav-item{
    margin-left: 20px;
}
.nav-link{
  color: #27265d !important;
  cursor: pointer;
}
.text-azul{
  color: #2e62ac;
}
.bg-azul{
  background: #2e62ac;
}
.text-verde{
  color: #d5ff5c;
}
.bg-verde{
  background: #d5ff5c;
}
.botonazul{
    padding-right: 3.5rem !important;
    background: #2e62ac;
    padding-left: 3.5rem !important;
    border-radius: 6px;
    padding: 18px 22px 17px;
    color: #fff;
    font-size: large;
}
.botonrosa{
    padding-right: 3.5rem !important;
    background: #ee99aa;
    padding-left: 3.5rem !important;
    border-radius: 50px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    color: #27265d;
    font-size: large;
}
.botonblanco{
  flex-grow: 0;
  padding: 18px 18.3px 17px 18.3px;
  border-radius: 6px;
  background-color: #fff;
  flex-grow: 0;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2e62ac;
  width: 200px;
  display: block;

}
.seccion{
    /*background-color: #fff;*/
}
.list-group-item {
    background-color: transparent !important;
    border-width: 0 !important;
}

.icon {
    display: inline-block;
    font-size: 35px;
    vertical-align: middle;
}

.text{
    display: inline-block;
    vertical-align: middle;
}
/* input[type="range"] {
    -webkit-appearance: none;
    overflow: hidden;
    margin-right: 15px;
    width: 100%;
    height: 10px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    background-color: #e5e5e5;
}
  
input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background: #fff;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
}
input[type='range']::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
    color: #13bba4;
    margin-top: -1px;
  }






  
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
      overflow: hidden;
      width: 100%;
      -webkit-appearance: none;
      background-color: #e5e5e5;
    }
    
    input[type='range']::-webkit-slider-runnable-track {
      height: 30px;
      -webkit-appearance: none;
      color: #13bba4;
      margin-top: -1px;
    }
    
    input[type='range']::-webkit-slider-thumb {
      width: 10px;
      -webkit-appearance: none;
      height: 10px;
      cursor: ew-resize;
      background: #434343;
      box-shadow: -300px 0 0 300px #2e62ac;
    }

}
input[type="range"]::-moz-range-progress {
  background-color: #2e62ac; 
}
input[type="range"]::-moz-range-track {  
  background-color: #e5e5e5;
}
input[type="range"]::-ms-fill-lower {
  background-color: #2e62ac; 
}
input[type="range"]::-ms-fill-upper {  
  background-color: #e5e5e5;
}
 */


 input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #fff;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #fff;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #fff;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}



 input[type=range] {
  height: 25px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #2e62ac;
  border-radius: 1px;
  border: 0px solid #000000;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #2e62ac;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #2e62ac;
  border-radius: 1px;
  border: 0px solid #000000;
}

input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #2e62ac;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #2e62ac;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}

input[type=range]:focus::-ms-fill-lower {
  background: #2e62ac;
}
input[type=range]:focus::-ms-fill-upper {
  background: #2e62ac;
}
#rangenumber, #rangenumber2, #rangenumberresidual{
  padding: 0.375rem 0.75rem;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.purplecard{
  background-color: #2e62ac;
  padding: 35px 50px;
  color: #fff;
  border-radius: 20px;
}
.icon-container{
  text-align: center;
  border: 2px solid #ccc;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  padding: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.arrow {
  max-width: 20em;
  height: 3px * 2;
  margin: 1em auto;
  border: 0;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(
      #ccc 3px - 3px / 3,
      #ccc 3px - 3px / 3,
      #ccc 3px + 3px / 3,
      #ccc 3px + 3px / 3
  );
}

.arrow:before,
.arrow:after {
  content: "";
  position: absolute;
}

.arrow:before {
  margin: 3px 0;
  transform: rotate(45deg);
  box-shadow: 0 0 0 3px #ccc,
              0 0 0 3px + 3px / 3 #ccc,
              0 0 0 3px + 3px / 3 * 2 #ccc,
              0 0 0 3px + 3px / 3 * 3 #ccc,
              0 0 0 3px + 3px / 3 * 4 #ccc,
              0 0 0 3px + 3px / 3 * 5 #ccc;
}

.arrow:after {
  right: -3px;
  border: 3px solid;
  border-color: #ccc #ccc #ccc #ccc;
}
ion-icon {
  pointer-events: none;
}

/* ==========================================================================
   Checkbox & Radio
   ========================================================================== */
   .checkbox,
   .radio,
   .checkbox-slide,
   .checkbox-toggle,
   .checkbox-bird,
   .checkbox-detailed {
     position: relative;
     margin-bottom: .75rem;
   }
   .checkbox input,
   .radio input,
   .checkbox-slide input,
   .checkbox-toggle input,
   .checkbox-bird input,
   .checkbox-detailed input {
     position: absolute;
     margin: 5px;
   }
   .checkbox input + label,
   .radio input + label,
   .checkbox-slide input + label,
   .checkbox-toggle input + label,
   .checkbox-bird input + label,
   .checkbox-detailed input + label {
     position: relative;
     display: inline-block;
     font-size: 1rem;
     min-height: 18px;
     line-height: 18px;
     cursor: pointer;
   }
   .checkbox input:disabled + label,
   .radio input:disabled + label,
   .checkbox-slide input:disabled + label,
   .checkbox-toggle input:disabled + label,
   .checkbox-bird input:disabled + label,
   .checkbox-detailed input:disabled + label {
     cursor: not-allowed;
     color: #8e9fa7;
   }
   .checkbox,
   .radio {
     cursor: default;
   }
   .checkbox input + label,
   .radio input + label {
     z-index: 2;
     padding: 0 0 0 24px;
   }
   .checkbox input + label:before,
   .radio input + label:before,
   .checkbox input + label:after,
   .radio input + label:after {
     content: '';
     display: block;
     position: absolute;
     left: 0;
     top: 0;
   }
   .checkbox input + label:before,
   .radio input + label:before {
     width: 16px;
     height: 16px;
     background: #fff;
     border: solid 1px #c5d6de;
   }
   .checkbox input + label:hover:before,
   .radio input + label:hover:before {
     background-color: #d9f2ff;
     border-color: #00a8ff;
   }
   .checkbox input[type="checkbox"] + label:after,
   .radio input[type="checkbox"] + label:after {
     display: inline-block;
     width: 16px;
     height: 16px;
     font-family: "startui" !important;
     font-style: normal !important;
     font-weight: normal !important;
     font-variant: normal !important;
     text-transform: none !important;
     speak: none;
     line-height: inherit;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     vertical-align: middle;
     position: relative;
     top: -0.15em;
     position: absolute;
     text-align: center;
     top: 0;
     font-size: 11px;
     line-height: 16px;
   }
   .checkbox input[type="checkbox"] + label:before,
   .radio input[type="checkbox"] + label:before {
     -webkit-border-radius: 2px;
             border-radius: 2px;
   }
   .checkbox input[type="radio"] + label:before,
   .radio input[type="radio"] + label:before {
     -webkit-border-radius: 50%;
             border-radius: 50%;
   }
   .checkbox input:checked + label:before,
   .radio input:checked + label:before {
     border-color: #00a8ff;
   }
   .checkbox input[type="checkbox"]:checked + label:after,
   .radio input[type="checkbox"]:checked + label:after {
     content: "\22";
   }
   .checkbox input[type="radio"]:checked + label:after,
   .radio input[type="radio"]:checked + label:after {
     width: 8px;
     height: 8px;
     background: #343434;
     -webkit-border-radius: 50%;
             border-radius: 50%;
     left: 4px;
     top: 4px;
   }
   .checkbox input:disabled + label:before,
   .radio input:disabled + label:before {
     background-color: #eceff4;
     border-color: #dbe4eb;
   }
   .checkbox input[type="checkbox"]:disabled + label:after,
   .radio input[type="checkbox"]:disabled + label:after {
     color: rgba(52, 52, 52, 0.4);
   }
   .checkbox input[type="radio"]:disabled + label:after,
   .radio input[type="radio"]:disabled + label:after {
     background-color: rgba(52, 52, 52, 0.4);
   }
   .checkbox.checkbox-only,
   .radio.checkbox-only {
     padding: 0;
     width: 16px;
     height: 16px;
     margin: 0;
   }
   .checkbox-slide input + label {
     padding: 0 0 0 52px;
   }
   .checkbox-slide input + label:before,
   .checkbox-slide input + label:after {
     content: '';
     display: block;
     position: absolute;
     left: 0;
     top: 0;
   }
   .checkbox-slide input + label:before {
     left: 1px;
     top: 7px;
     width: 42px;
     height: 4px;
     -webkit-border-radius: 25rem;
             border-radius: 25rem;
     background: #929faa;
     -webkit-transition: background .4s ease;
     transition: background .4s ease;
   }
   .checkbox-slide input + label:after {
     width: 20px;
     height: 20px;
     top: -1px;
     border: solid 1px #c5d6de;
     -webkit-border-radius: 50%;
             border-radius: 50%;
     -webkit-transition: left .4s ease;
     transition: left .4s ease;
     background: #ffffff;
     background: -webkit-linear-gradient(top, #ffffff 0%, #e4f6ff 100%);
     background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4f6ff));
     background: linear-gradient(to bottom, #ffffff 0%, #e4f6ff 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4f6ff', GradientType=0);
   }
   .checkbox-slide input + label:hover:after {
     border-color: #00a8ff;
   }
   .checkbox-slide input:checked + label:before {
     background-color: #343434;
   }
   .checkbox-slide input:checked + label:after {
     left: 24px;
   }
   .checkbox-slide input:disabled + label:before {
     background-color: #c6d6df;
   }
   .checkbox-slide input:disabled + label:after {
     background: #fcfefe;
     border-color: #c5d6de;
     background: -webkit-linear-gradient(top, #fcfefe 0%, #edf2f5 100%);
     background: -webkit-gradient(linear, left top, left bottom, from(#fcfefe), to(#edf2f5));
     background: linear-gradient(to bottom, #fcfefe 0%, #edf2f5 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfefe', endColorstr='#edf2f5', GradientType=0);
   }
   .checkbox-toggle input + label {
     padding: 0 0 0 52px;
   }
   .checkbox-toggle input + label:before,
   .checkbox-toggle input + label:after {
     content: '';
     display: block;
     -webkit-border-radius: 25rem;
             border-radius: 25rem;
     position: absolute;
     left: 0;
     top: -1px;
     height: 20px;
   }
   .checkbox-toggle input + label:before {
     width: 43px;
     background: #929faa;
     -webkit-transition: background .4s ease;
     transition: background .4s ease;
   }
   .checkbox-toggle input + label:after {
     width: 20px;
     border: solid 1px #929faa;
     -webkit-transition: left .4s ease;
     transition: left .4s ease;
     background: #ffffff;
     background: -webkit-linear-gradient(top, #ffffff 0%, #eef4f7 100%);
     background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eef4f7));
     background: linear-gradient(to bottom, #ffffff 0%, #eef4f7 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eef4f7', GradientType=0);
   }
   .checkbox-toggle input + label:hover:after {
     border-color: #00a8ff;
     background: #ffffff;
     background: -webkit-linear-gradient(top, #ffffff 0%, #e9f8ff 100%);
     background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9f8ff));
     background: linear-gradient(to bottom, #ffffff 0%, #e9f8ff 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9f8ff', GradientType=0);
   }
   .checkbox-toggle input:checked + label:before {
     background-color: #00a8ff;
   }
   .checkbox-toggle input:checked + label:after {
     left: 23px;
     border-color: #00a8ff;
     background: #ffffff;
     background: -webkit-linear-gradient(top, #ffffff 0%, #e9f8ff 100%);
     background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9f8ff));
     background: linear-gradient(to bottom, #ffffff 0%, #e9f8ff 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9f8ff', GradientType=0);
   }
   .checkbox-toggle input:disabled + label:before {
     background-color: #dbe4eb;
   }
   .checkbox-toggle input:disabled + label:after {
     border-color: #dbe4eb;
     background: #ffffff;
     background: -webkit-linear-gradient(top, #ffffff 0%, #eef4f7 100%);
     background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eef4f7));
     background: linear-gradient(to bottom, #ffffff 0%, #eef4f7 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eef4f7', GradientType=0);
   }
   .checkbox-toggle.-large {
     margin-top: 15px;
   }
   .checkbox-toggle.-large input + label {
     padding: 0 0 0 69px;
     position: relative;
   }
   .checkbox-toggle.-large input + label:before,
   .checkbox-toggle.-large input + label:after {
     -webkit-border-radius: 35rem;
             border-radius: 35rem;
     height: 30px;
     position: absolute;
     top: -6px;
   }
   .checkbox-toggle.-large input + label:before {
     width: 60px;
   }
   .checkbox-toggle.-large input + label:after {
     width: 30px;
   }
   .checkbox-toggle.-large input:checked + label:after {
     left: 30px;
   }
   .checkbox-toggle.-extra-large {
     margin-top: 27px;
   }
   .checkbox-toggle.-extra-large input + label {
     padding: 0 0 0 89px;
     position: relative;
   }
   .checkbox-toggle.-extra-large input + label:before,
   .checkbox-toggle.-extra-large input + label:after {
     -webkit-border-radius: 45rem;
             border-radius: 45rem;
     height: 40px;
     position: absolute;
     top: -12px;
   }
   .checkbox-toggle.-extra-large input + label:before {
     width: 80px;
   }
   .checkbox-toggle.-extra-large input + label:after {
     width: 40px;
   }
   .checkbox-toggle.-extra-large input:checked + label:after {
     left: 40px;
   }
   .checkbox-bird input + label {
     display: block;
     min-width: 20px;
     height: 20px;
     line-height: 20px;
     padding: 0 0 0 28px;
     position: relative;
   }
   .checkbox-bird input + label:before {
     font-family: "startui" !important;
     font-style: normal !important;
     font-weight: normal !important;
     font-variant: normal !important;
     text-transform: none !important;
     speak: none;
     line-height: inherit;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     vertical-align: middle;
     position: relative;
     top: -0.15em;
     content: "\55";
     color: rgba(173, 183, 190, 0.7);
     font-size: 1.125rem /*18/16*/;
     position: absolute;
     left: 0;
     top: 0;
     display: block;
     width: 20px;
     height: 20px;
   }
   .checkbox-bird input:checked + label:before {
     color: #00a8ff;
   }
   .checkbox-bird.grey input:checked + label:before {
     color: #6b7a85;
   }
   .checkbox-bird.green input:checked + label:before {
     color: #46c35f;
   }
   .checkbox-bird.purple input:checked + label:before {
     color: #ac6bec;
   }
   .checkbox-bird.orange input:checked + label:before {
     color: #f29824;
   }
   .checkbox-bird.red input:checked + label:before {
     color: #fa424a;
   }
   .checkbox-detailed {
     display: inline-block;
     vertical-align: top;
     margin: 0 12px 12px 0;
   }
   .checkbox-detailed input + label {
     width: 200px;
     height: 84px;
     border: solid 1px #d8e2e7;
     -webkit-border-radius: 5px;
             border-radius: 5px;
     padding: 0 10px 0 50px;
     line-height: 1.4;
   }
   .checkbox-detailed input + label:before {
     content: '';
     display: block;
     width: 12px;
     height: 12px;
     border: solid 1px #c5d6de;
     position: absolute;
     left: 19px;
     top: 50%;
     margin-top: -6px;
     -webkit-border-radius: 50%;
             border-radius: 50%;
   }
   .checkbox-detailed input:checked + label {
     background-color: #e4f6fe;
     border-color: #00a8ff;
   }
   .checkbox-detailed input:checked + label:before {
     border-color: #00a8ff;
     background-color: #00a8ff;
   }
   .checkbox-detailed .checkbox-detailed-tbl {
     display: table;
     width: 100%;
     height: 100%;
   }
   .checkbox-detailed .checkbox-detailed-cell {
     display: table-cell;
     vertical-align: middle;
     padding: 5px 0;
   }
   .checkbox-detailed .checkbox-detailed-title {
     font-weight: 600;
     display: block;
   }
   .cuadroborde{
    background-color: #2e62ac;
    border: 1px solid #2e62ac;
    
    padding: 40px 20px 20px 20px;
    text-align: center;
    margin: 20px 0;
    min-height: 161px;
    color: #fff
   }
   .cuadroborde:hover{
    background-color: #fff;
    border: 1px solid #000;
    text-align: center;
    margin: 20px 0;
    min-height: 161px;
    color: #000
   }

   .cot-active{
      background-color: #2e62ac;
      text-align: center;
      padding: 15px 0;
      color: #fff
   }
   .cot-active a{
    border-bottom: 3px solid #2e62ac;
    padding-bottom: 15px;
   }
   .cot-inactive{
      background-color: #e5e5e5;
      text-align: center;
      padding: 15px 0;
      cursor: pointer;
   }
   .cot-inactive a{
    color: rgba(0, 0, 0, 0.5);
   }
   .bg-claro{
    background-color: #f1f5fa;
    padding: 25px;
   }

   .active-link{
    border-bottom-width: 2px;
    border-bottom-color: #2e62ac;
    border-bottom-style: solid;
   }