/* add the imports here */ /* URI to check color names: chir.ag/projects/name-that-color/#F4F7FA
*/
/* Grey 04 */
/* Grey 05 */
/* Grey 06 */
/* Grey 07 */
/* Grey 08 */
/* COLORS CLASS */
.c-light-grey {
  color: #667587;
}

.c-green-brand {
  color: #9ac433;
}

.c-green-dark {
  color: #2C7A26;
}

.c-i-green-dark {
  color: #2C7A26 !important;
}

.color-i-white {
  color: #fff !important;
}

.color-black {
  color: black;
}

.color-i-heavy-dark-grey {
  color: #3F4A56 !important;
}

.color-darker-10-grey {
  color: #6D6F70;
}

.color-orange-ux {
  color: #f84717;
}

/* BACKGROUND CLASS */
.bg-i-white {
  background-color: #fff !important;
}

.bg-i-grey {
  background-color: #eceff4 !important;
}

.bg-cmd-logo {
  background-color: #3388ce;
}

.bnp-tooltip-white-alpha-dot-7 {
  background-color: rgba(255, 255, 255, 0.7);
  color: #fff;
}

.bnp-tooltip-grey {
  background-color: #bfcad6;
  color: #fff;
}

.bnp-tooltip-darker-grey {
  background-color: #6D6F70;
  color: #fff;
}

.bnp-tooltip-size-16 {
  width: 16px;
  height: 16px;
}

.bnp-tooltip-size-13 {
  width: 13px;
  height: 13px;
}

.bnp-tooltip-i {
  font-family: initial;
  transition: background 300ms linear;
  border-radius: 100%;
  padding: 0 5px;
  line-height: 12px;
  display: inline-block;
  cursor: pointer;
}

.bnp-info-icon-14 {
  width: 14px;
}

.bnp-tooltip {
  position: absolute;
  display: none;
  transition: all 200ms linear;
  color: black;
  z-index: 999;
  background: #fff;
  max-width: 300px;
  padding: 8px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 1px black;
  font-size: 12px;
  left: 0;
  right: 0;
}

.bnp-tooltip-center {
  position: absolute;
  left: 150px;
  display: none;
  transition: all 200ms linear;
  color: black;
  z-index: 999;
  background: #fff;
  max-width: 300px;
  padding: 8px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 1px black;
  font-size: 12px;
  right: 0;
}

.bnp-tooltip-right {
  position: absolute;
  left: 300px;
  display: none;
  transition: all 200ms linear;
  color: black;
  z-index: 999;
  background: #fff;
  max-width: 300px;
  padding: 8px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 1px black;
  font-size: 12px;
  right: 0;
}

.bnp-tooltip-i:hover + .bnp-tooltip, .bnp-tooltip-i:active + .bnp-tooltip, .bnp-tooltip-i:focus + .bnp-tooltip {
  display: block;
}

.bnp-tooltip-i:hover + .bnp-tooltip-center, .bnp-tooltip-i:active + .bnp-tooltip-center, .bnp-tooltip-i:focus + .bnp-tooltip-center {
  display: block;
}

.bnp-tooltip-i:hover + .bnp-tooltip-right, .bnp-tooltip-i:active + .bnp-tooltip-right, .bnp-tooltip-i:focus + .bnp-tooltip-right {
  display: block;
}

.portlet-title-default {
  display: none;
}

.cnt-simulador {
  position: relative;
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.single-simulator {
  min-height: 450px;
}

.cnt-simulador .dvImg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.cnt-simulador .capa-opaca {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #536069;
  opacity: 0.5;
}

.cnt-simulador .right-side {
  position: relative;
  padding: 6%;
  width: 54%;
  float: left;
}

.cnt-simulador .left-side {
  position: relative;
  padding: 6%;
  width: 46%;
  float: left;
}

.capa-azul-transparente {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: #2C7A26;
  opacity: 0.8;
}

.cnt-simulador .right-side p {
  margin-bottom: 10px;
}

.main-tit {
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
}

.text {
  color: #fff;
  font-family: BNPP Black;
  font-size: 18px;
}

.noUi-target {
  background-color: #CCE199;
  border-radius: 7px;
  border: none;
  box-shadow: none;
}

.example-val {
  color: #fff;
  float: right;
  font-size: 20px;
}

.min-value {
  margin-top: 10px;
  font-size: 15px;
  opacity: 0.7;
}

.max-value {
  float: right;
  margin-top: 10px;
  font-size: 15px;
  opacity: 0.7;
}

.cnt-proyectos ul {
  list-style: none;
  margin-bottom: 20px;
}

.cnt-proyectos li {
  padding: 8px;
  background: #9ac433;
  height: 90px;
  width: 90px;
  float: left;
  margin-right: 7px;
  margin-bottom: 7px;
  border-radius: 8px;
  cursor: pointer;
  color: #3f4a56;
  font-size: 11px;
  text-align: center;
  line-height: 11px;
  border: 2px solid #e1e1e2;
  display: none;
}

.cnt-proyectos li a {
  display: block;
  height: 100%;
  color: #3f4a56;
}

.cnt-proyectos li:nth-child(-n+3) {
  display: inline-block;
}

.add-button {
  border-radius: 50%;
  background: #9ac433;
  color: #2C7A26;
  height: 47px;
  display: inline-block;
  padding: 13px;
  font-size: 30px;
  width: 47px;
  border: 2px solid #e1e1e2;
  margin-top: 22px;
  cursor: pointer;
}

.cnt-proyectos.more-projects li {
  margin-bottom: 2.9rem;
  margin-right: 2.9rem;
  display: block;
  width: 13.9%;
  height: 120px;
}

.info-mensualidad {
  width: 173px;
  height: 173px;
  border-radius: 50%;
  background: #9ac433;
  text-align: center;
  padding: 10px;
}

.cnt-proyectos li svg {
  width: 24px;
  height: 24px;
  margin-bottom: 5px;
  margin-top: 10px;
}

.cnt-proyectos.more-projects li svg {
  margin-top: 30px;
}

.cnt-proyectos li svg path {
  fill: #3f4a56 !important;
}

.cnt-proyectos li.selected svg path,
.cnt-proyectos li:hover svg path {
  fill: #2C7A26 !important;
}

.cnt-proyectos li.selected,
.cnt-proyectos li:hover {
  border: 2px solid #2C7A26;
}

.add-button:hover {
  border: 2px solid #2C7A26;
}

.cnt-proyectos li.selected p,
.cnt-proyectos li:hover p {
  color: #2C7A26;
}

.bar-slider {
  position: relative;
}

.bar-slider span {
  display: inline-block;
}

.cnt-modalidad {
  display: inline-block;
  text-align: center;
  padding: 0px 24px;
}

.cnt-modalidad .mainCTA {
  margin-top: -25px;
}

.multi-simulator .whiteBg {
  background: #fff;
}
.multi-simulator .whiteBg .payms {
  line-height: 40px;
}
.multi-simulator .whiteBg small, .multi-simulator .whiteBg .small {
  color: #9ac433;
}
.multi-simulator .whiteBg * {
  color: #2C7A26;
}
.multi-simulator .whiteBg.bar-slider.input-on-slider .input-wrapper, .multi-simulator .whiteBg .input-wrapper {
  border: 1px solid #9ac433;
}

.img-circulos {
  opacity: 0.7;
  float: right;
  margin-top: -26px;
}

.info-mensualidad .tit {
  font-size: 12px;
  color: #536069;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.info-mensualidad .price {
  font-size: 28px;
  text-align: center;
  margin-bottom: 5px;
}

.info-mensualidad .price span {
  font-size: 16px;
}

.info-mensualidad .info {
  color: #464648;
  font-size: 11px;
  line-height: 15px;
  margin-top: 0;
}

.cnt-simulador .more-projects {
  background: #9ac433;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  z-index: 10000;
  width: 100vw;
  padding: 0;
  overflow: auto;
  transition-duration: 0.3s;
}

.cnt-simulador .more-projects.expand {
  height: 100vh;
  padding: 70px;
}

.cnt-simulador .more-projects-inside {
  cursor: pointer;
  display: block;
  float: right;
  height: 20px;
  margin: 0;
  position: relative;
  text-indent: -9999px;
  width: 20px;
}

.cnt-simulador .more-projects-inside:after,
.cnt-simulador .more-projects-inside:before {
  position: absolute;
  content: "";
  top: 6px;
  width: 20px;
  height: 3px;
  background-color: #b1b3b4;
  display: block;
  border-radius: 1px;
}

.cnt-simulador .more-projects-inside:before {
  transform: rotate(45deg);
}

.cnt-simulador .more-projects-inside:after {
  transform: rotate(-45deg);
}

.cnt-simulador .more-projects .tit {
  font-size: 22px;
  font-family: BNPP Black, sans-serif;
  letter-spacing: -0.42px;
  line-height: 26px;
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.flex-center {
  display: flex;
  justify-content: center;
}

.cnt-slider {
  float: left;
  width: 63%;
  position: relative;
}

.cnt-submit {
  float: left;
  width: 37%;
  position: relative;
  text-align: center;
}

.left-side .tit {
  color: #fff;
  font-family: "BNPP Black";
  font-size: 48px;
  letter-spacing: -1px;
  line-height: 44px;
  margin-bottom: 35px;
  position: relative;
}

.left-side .tit p {
  margin-top: 0;
}

.left-side .logo-seraquesi {
  margin-bottom: 15px;
  position: relative;
}

.left-side .info-prestamo {
  position: relative;
}

.left-side .info-prestamo p {
  color: #fff;
  font-family: BNPP;
  font-size: 16px;
  margin-bottom: 15px;
}

.left-side .info-prestamo span {
  color: #fff;
  font-family: BNPP;
  font-size: 16px;
}

.left-side .info-prestamo span.max-price {
  font-size: 44px;
  position: relative;
  margin: 0 5px;
  font-family: "BNPP Black";
  float: left;
  margin-bottom: 20px;
}

.left-side .info-prestamo .img-flecha-izq {
  width: 38px;
  height: 38px;
  background: url("../img/flecha-simulador-izq.png") no-repeat;
  float: left;
  background-size: 100%;
  margin-top: -8px;
  margin-bottom: 20px;
}

.left-side .info-prestamo .img-flecha-der {
  width: 38px;
  height: 38px;
  background: url("../img/flecha-simulador-der.png") no-repeat;
  display: inline-block;
  background-size: 100%;
  float: left;
  margin-top: -8px;
  margin-right: 10px;
  margin-bottom: 20px;
}

.ante-tit {
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  position: relative;
  margin-bottom: 10px;
}

.product-title {
  color: #333;
}

.left-side .terminos-prestamo {
  color: #fff;
  margin-top: -8px;
  white-space: nowrap;
  float: left;
}

.left-side .terminos-prestamo span {
  display: block;
  font-size: 14px;
}

.left-side .terminos-prestamo .bigger {
  display: inline-block;
  font-size: 16px;
}

.single-simulator .bar-slider {
  float: left;
  width: 45%;
  margin-bottom: 0;
}

.single-simulator .bar-slider.meses {
  margin-left: 4%;
}

.single-simulator div.dvClaimBttmPP {
  padding: 24px 5.7% 13px 5.94%;
  position: absolute;
  bottom: 0;
  float: left;
  width: 100%;
  background-color: #9ac433;
}

.single-simulator div.dvClaimTopPP {
  position: relative;
  float: left;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 37px 5.7% 45px 5.94%;
}

.single-simulator div.dvClaimTopPP .tit {
  font: 48px/44px BNPP Black, BNPP, sans-serif;
  letter-spacing: -1px;
  margin-bottom: 27px;
  margin-top: 14px;
  color: #fff;
}

.single-simulator div.dvClaimTopPP .pDescrip {
  font-size: 18px;
  line-height: 26px;
  max-width: 453px;
  color: #fff;
}

.single-simulator div.dvClaimTopPP .ulMod0 {
  margin-top: 10px;
  color: #fff;
}

.single-simulator div.dvClaimTopPP .ulMod0 li {
  font-size: 18px;
  margin-top: 10px;
}

.single-simulator .ulMod0 li {
  background: url("../img/flecha-simulador-izq.png") 0 50% no-repeat;
  background-size: 10px 11px;
  display: block;
  list-style-type: none;
  padding: 0 15px;
}

.single-simulator .dvImg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}

.single-simulator .cnt-slider {
  width: 75%;
}

.single-simulator .cnt-submit {
  width: 25%;
}

.single-simulator .info-mensualidad {
  padding-top: 35px;
}

.single-simulator .info-mensualidad {
  margin: 0 auto;
}

.single-simulator .main-tit {
  color: #fff;
  font-family: BNPP;
  font-size: 20px;
  padding: 0;
}

.multi-simulator {
  padding: 0px;
}

.simulatorParentContainer {
  /*height: 500px;
  @media (min-width: 768px) and (max-width: 991px) {
      &.conso{
          height: 582px;
      }
      &.consoMulti{
          height: 632px;
      }
  }*/
  position: relative;
  padding: 16px 75px;
}

.multi-simulator div.dvClaimBttmPP {
  border-radius: 0px 0px 5px 5px;
  background-color: #9ac433;
}

.multi-simulator .main-tit {
  padding: 10px 24px;
  font-size: 20px;
  margin: 0;
}

.multi-simulator .sel-product {
  display: block;
}

.multi-simulator .input-on-slider .text,
.multi-simulator .payms .text,
.multi-simulator .sel-product .text {
  display: block;
  width: 55%;
  float: left;
  margin: 0;
  height: 40px;
}

.multi-simulator .input-w-slider .text {
  width: auto;
}
.multi-simulator .input-w-slider .text.slider {
  width: calc(100% - 170px - 24px);
  display: flex;
  position: absolute;
}

.multi-simulator.card-simulator .cnt-submit .input-w-slider .text {
  text-align: left;
  font-size: 18px;
}

.multi-simulator .whiteBg.input-on-slider .text {
  line-height: 40px;
}

.multi-simulator.card-simulator .whiteBg.input-on-slider .text {
  line-height: inherit;
}

.multi-simulator small, .multi-simulator .small {
  font-family: BNPP Black;
  font-size: 14px;
  color: #2C7A26;
  line-height: 18px;
}

.multi-simulator.card-simulator .cnt-slider .input-w-slider .text {
  text-align: left;
}

.multi-simulator .input-on-slider .text {
  width: calc(100% - 170px);
}

/*
.multi-simulator .whiteBg.input-on-slider .text {
    width: auto;
}
*/
.multi-simulator .sel-product .input-select-wrapper {
  background: #9ac433;
  display: block;
  width: 45%;
  float: right;
  margin: 0;
  height: 40px;
  border-radius: 5px;
}

.multi-simulator .sel-product select {
  display: block;
  margin: 0;
  padding: 8px 10px;
  height: 40px;
  font-size: 18px;
  font-family: BNPP;
  color: #2C7A26;
  background: #fff;
}

.multi-simulator .slider-wrapper {
  width: 170px;
  font-size: 0px;
  float: right;
  position: relative;
  /*
      position: absolute;
      right: 20px;
      top: 20px;
  */
}

.text.slider > div.noUi-target {
  display: inline-block;
  margin: 16px 8px;
  width: calc(100% - 64px);
}
.cnt-slider > div {
  padding: 16px 24px;
}
.cnt-slider > div:first-of-type {
  padding: 10px 24px 0px 24px;
  /*
  .slider-wrapper{
    top:10px;
  }
  */
}

#padding2 {
  padding: 12px 24px;
}

.consol-simulator .cnt-slider > div {
  padding: 10px 24px;
}
.consol-simulator .cnt-slider > div:first-of-type {
  padding: 20px 24px 10px 24px;
}
.consol-simulator .whiteBg.input-on-slider .text {
  width: auto;
  line-height: 40px;
}
.consol-simulator .whiteBg.input-on-slider #consoAdvantage {
  display: none;
  font-size: 12px;
  display: inline-flex;
  margin-left: 8px;
  position: absolute;
  transform: translate(0%, -50%);
  top: 50%;
  height: 30px;
}
.consol-simulator .whiteBg.input-on-slider #consoAdvantage img {
  width: 30px;
  height: 30px;
}
.consol-simulator .whiteBg.input-on-slider #consoAdvantage img * {
  fill: #9ac433;
}
.consol-simulator .whiteBg.input-on-slider #consoAdvantage * {
  font-family: BNPP;
  color: #2C7A26;
  line-height: 15px;
}
.consol-simulator .whiteBg.input-on-slider #consoAdvantage div {
  font-family: BNPP Light;
}

.multi-simulator.consol-simulator div.cnt-slider {
  margin-bottom: 20px;
}

.multi-simulator .bar-slider.input-on-slider .noUi-horizontal,
.multi-simulator .input-w-slider .input-out-of-slider {
  width: 30%;
  box-shadow: none;
  border: none;
}

#simulatorSubmitButton {
  cursor: pointer;
  width: 100%;
}

.multi-simulator.card-simulator .cnt-submit .input-w-slider .input-out-of-slider {
  background: none transparent;
  border: 1px solid #9ac433;
  height: 60px;
}

.multi-simulator .bar-slider.input-on-slider .slider-wrapper .noUi-target {
  padding: 0;
}

.multi-simulator .bar-slider.input-on-slider .slider-wrapper .noUi-horizontal {
  width: 100%;
  float: none;
  display: flex;
}

.multi-simulator .input-w-slider .input-out-of-slider .input-slider {
  border: medium none;
  direction: ltr;
  width: 100%;
  width: -moz-available;
  background-color: transparent;
  color: #8C9199;
}

.multi-simulator .bar-slider.input-on-slider .input-slider {
  border: none;
  padding: 14px 10px;
  font-size: 18px;
  font-family: BNPP Black;
  width: 100px;
  height: 40px;
  border-radius: 5px;
  background: #fff;
  text-align: right;
  color: #2C7A26;
}

/*
.multi-simulator .bar-slider.input-w-slider .input-slider {
  padding: 14px 10px;
  font-size: 18px;
  font-family: BNPP;
  color: #2C7A26;
  text-align: right;
}
*/
.bar-slider.input-w-slider {
  margin-bottom: 12px;
}

.multi-simulator.card-simulator .cnt-submit .bar-slider.input-w-slider p {
  color: #fff;
  padding: 2px 5px;
  text-align: center;
}

.multi-simulator.card-simulator .bar-slider.input-w-slider .input-slider.price {
  margin-top: 0;
  padding-top: 5px;
  font-size: 22px;
}

.multi-simulator .bar-slider.input-on-slider.meses .input-slider,
.multi-simulator .bar-slider.input-out-of-slider.meses .input-slider {
  text-align: left;
}

.multi-simulator.card-simulator .bar-slider.input-on-slider.meses .input-slider,
.multi-simulator.card-simulator .bar-slider.input-out-of-slider.meses .input-slider {
  text-align: right;
}

/*
.multi-simulator .bar-slider.input-w-slider.meses .input-slider {
  float: left;
  text-align: right;
  width: 49%;
}
*/
.multi-simulator.card-simulator .bar-slider.input-w-slider.meses .input-slider {
  width: 100%;
  width: -moz-available;
  padding-left: 35px;
  padding-right: 35px;
}

.multi-simulator .bar-slider.input-w-slider.meses .input-span {
  float: right;
  margin: 0;
  width: 49%;
  padding-top: 14px;
  color: #8C9199;
}

.multi-simulator div.cnt-slider {
  position: relative;
  float: left;
  width: 100%;
}

.multi-simulator div.cnt-submit {
  position: relative;
  width: 50%;
  float: right;
  padding: 0px 24px 0px 16px;
  margin-bottom: 20px;
}

.multi-simulator.card-simulator div.cnt-submit p.submit {
  text-align: center;
}

.multi-simulator.card-simulator div.cnt-submit p.submit a.mainCTA {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

.multi-simulator .cnt-modalidad {
  width: 50%;
  padding: 0 0 0 20px;
}

.multi-simulator .info-mensualidad {
  width: 100%;
  height: 33px;
  border-radius: 0;
  background: none transparent;
  text-align: center;
  padding: 10px 155px 10px 10px;
}

.multi-simulator .info-mensualidad {
  text-align: left;
  font-size: 18px;
  color: #fff;
  padding: 0;
}
.multi-simulator .info-mensualidad .infos {
  width: 60%;
  color: #fff;
  display: inline-block;
  font-family: BNPP Black;
}
.multi-simulator .info-mensualidad .infos:last-of-type {
  width: 100%;
}
.multi-simulator .info-mensualidad .infos .bnp-tooltip-i {
  font-family: initial;
  background-color: rgba(255, 255, 255, 0.7);
  transition: background 300ms linear;
  color: #a7cf00;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  font-size: 12px;
  padding: 0 5px;
  line-height: 14px;
  display: inline-block;
  cursor: pointer;
}
.multi-simulator .info-mensualidad .infos .bnp-tooltip-i:hover + .bnp-tooltip, .multi-simulator .info-mensualidad .infos .bnp-tooltip-i:focus + .bnp-tooltip, .multi-simulator .info-mensualidad .infos .bnp-tooltip-i:hover + .bnp-tooltip-center, .multi-simulator .info-mensualidad .infos .bnp-tooltip-i:focus + .bnp-tooltip-center, .multi-simulator .info-mensualidad .infos .bnp-tooltip-i:hover + .bnp-tooltip-right, .multi-simulator .info-mensualidad .infos .bnp-tooltip-i:focus + .bnp-tooltip-right {
  display: block;
}
.multi-simulator .info-mensualidad .infos .bnp-tooltip {
  position: absolute;
  display: none;
  transition: all 200ms linear;
  color: #3f4a56;
  z-index: 999;
  background: #fff;
  max-width: 300px;
  padding: 8px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 1px #3f4a56;
  font-size: 12px;
}
.multi-simulator .info-mensualidad .infos .bnp-tooltip-center {
  position: absolute;
  left: 150px;
  display: none;
  transition: all 200ms linear;
  color: black;
  z-index: 999;
  background: #fff;
  max-width: 300px;
  padding: 8px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 1px black;
  font-size: 12px;
  right: 0;
}
.multi-simulator .info-mensualidad .infos .bnp-tooltip-right {
  position: absolute;
  left: 300px;
  display: none;
  transition: all 200ms linear;
  color: black;
  z-index: 999;
  background: #fff;
  max-width: 300px;
  padding: 8px;
  border-radius: 3px;
  box-shadow: 1px 1px 4px 1px black;
  font-size: 12px;
  right: 0;
}

.termYearMonth {
  height: 0;
  text-align: center;
  width: 100px;
  font-size: 14px;
  font-family: BNPP Black;
  color: #2C7A26;
  margin-top: 4px;
}
@media screen and (max-width: 991px) {
  .termYearMonth {
    position: absolute;
    bottom: 8px;
    right: 12px;
    width: auto;
  }
}

.inputTerm {
  float: right;
}

.multi-simulator.card-simulator .cnt-submit {
  width: auto;
  margin-top: 20px;
}
.multi-simulator.card-simulator .cnt-modalidad {
  width: 49%;
  margin-top: 20px;
  padding-left: 22px;
}
.multi-simulator.card-simulator .cnt-modalidad .info-mensualidad .infos {
  width: auto;
}
.multi-simulator.card-simulator .cnt-modalidad .hidden-sm.hidden-xs {
  min-height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.inputUpperLabel {
  position: absolute;
  width: auto;
  left: 50%;
  transform: translate(-50%, -80%);
  top: 0;
  font-size: 12px;
}

/* Style the tab */
.tab {
  width: 100%;
  display: flex;
  background: none transparent;
}
.tab .tablinks {
  flex: 1;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 5px;
  height: 45px;
  margin-right: 1px;
  border-radius: 5px 5px 0px 0px;
  transition: 0.3s;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  color: #2C7A26;
  background-color: #cce199;
}
.tab .tablinks span {
  margin: 3px 0px;
  display: block;
}
.tab .tablinks:after {
  content: "";
  height: 2px;
  margin: auto;
  margin-top: -9px;
  background-color: #2C7A26;
  transition: all 200ms ease-out;
  width: 0px;
  display: block;
}
.tab .tablinks.active:after, .tab .tablinks:hover:after {
  width: 70%;
}
.tab .tablinks.active:hover:after {
  width: 60%;
}
.tab .tablinks.active {
  margin-top: 0px;
  height: 50px;
  line-height: 50px;
  font-family: BNPP;
  background-color: #9ac433;
}
.tab .tablinks:last-of-type {
  margin-right: 0px;
}

@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Style the tab content */
.tabcontent {
  display: none;
  -webkit-animation: fadeEffect 500ms;
  animation: fadeEffect 500ms;
}

.upButton, .downButton {
  cursor: pointer;
  z-index: 10;
  display: inline;
  padding: 10px;
  width: 40px;
  height: 40px;
}
.upButton.svg, .downButton.svg {
  width: 40px;
  height: 40px;
}
.upButton.svg *, .downButton.svg * {
  fill: #2C7A26;
}

.upButton {
  margin-right: -10px;
}

.slider .upButton, .slider .downButton {
  padding: 10px;
}

/*Simuladores e Resultado Simulação*/
.input-wrapper.months, .input-wrapper.euro {
  font-size: 0px;
  width: 100px;
  float: right;
  padding: 0px 10px;
  margin: 0px 30px 0px 0px;
  height: 40px;
  background-color: #fff;
  border-radius: 3px;
}

.input-wrapper.months input {
  margin: 0px;
  color: #2C7A26;
  font-family: BNPP Black;
  display: inline-block;
  position: absolute;
  width: 36px;
  padding: 10px 0px;
  font-size: 18px;
  background: none;
  box-shadow: none;
  text-align: right;
  overflow: hidden;
  line-height: 22px;
  border: none;
}

.input-wrapper.months:after, .input-wrapper.euro:after {
  content: attr(data-label);
  text-transform: uppercase;
  color: #2C7A26;
  font-family: BNPP Black;
  display: inline-block;
  width: 44px;
  padding: 10px 0px;
  font-size: 14px;
  overflow: hidden;
  float: right;
  line-height: 20px;
  text-align: right;
}

.input-wrapper.euro:after {
  width: 8px;
  font-size: 16px;
}

.input-wrapper.months:after {
  font-family: BNPP;
}

.flexContainerBetween.border {
  border: 1px solid #9ac433;
  border-radius: 3px;
}

.multi-simulator .bar-slider.input-on-slider .input-wrapper.euro .input-slider {
  width: 70px;
  height: 38px;
  line-height: 38px;
  padding: 1px 4px 0 0;
}

.downButton + .input-wrapper.euro {
  margin: 0px;
  float: none;
  display: inline-flex;
}

.simulatorContainer {
  padding: 0;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  width: 640px;
}
.simulatorContainer .portlet-boundary.loading-ajax-loader .ajax-loader .modal {
  height: calc(100% - 48px);
}
@media screen and (max-width: 991px) {
  .simulatorContainer {
    width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .simulatorContainer {
    left: 0;
    position: relative;
    margin: auto;
    right: 0;
  }
  .simulatorContainer .portlet-boundary.loading-ajax-loader .ajax-loader .modal {
    height: 100%;
  }
}

@media (max-width: 991px) {
  .simulatorParentContainer {
    padding: 24px 16px 24px 0px;
  }
  .simulatorParentContainer .tab .tablinks span {
    line-height: 16px;
    font-size: 14px;
    padding: 6px;
  }
  .simulatorParentContainer .tab .tablinks span.CLMobile {
    padding: 16px;
  }
  .simulatorParentContainer .multi-simulator div.cnt-modalidad, .simulatorParentContainer .multi-simulator div.cnt-submit {
    width: 100%;
    margin-bottom: 0px;
    padding: 0px 12px 8px 12px;
  }
  .simulatorParentContainer .multi-simulator .cnt-slider h2 {
    display: none;
  }
  .simulatorParentContainer .multi-simulator .cnt-slider .payms {
    line-height: inherit;
  }
  .simulatorParentContainer .multi-simulator .cnt-slider .input-w-slider {
    margin-bottom: 0px;
  }
  .simulatorParentContainer .multi-simulator .cnt-slider .input-w-slider .text.slider {
    margin-top: 0px;
    position: relative;
    width: calc(100% - 64px);
  }
  .simulatorParentContainer .multi-simulator .cnt-slider .input-w-slider .input-wrapper.months {
    width: auto;
    display: inline-block;
    float: right;
    margin: 0px;
  }
  .simulatorParentContainer .multi-simulator .cnt-slider .input-w-slider .input-wrapper.months input {
    display: block;
    position: relative;
    padding: 2px 0px 0px;
  }
  .simulatorParentContainer .multi-simulator .cnt-slider .input-w-slider .input-wrapper.months:after {
    position: relative;
    float: none;
    display: block;
    text-align: center;
    padding: 0px;
  }
  .simulatorParentContainer .multi-simulator .cnt-slider > div {
    padding: 8px 12px;
  }
  .simulatorParentContainer .multi-simulator .cnt-slider > div:first-of-type {
    padding-top: 12px;
  }
  .simulatorParentContainer .multi-simulator .cnt-slider > div > span.text, .simulatorParentContainer .multi-simulator .cnt-slider > div > div.form-group, .simulatorParentContainer .multi-simulator .cnt-slider > div div.slider-wrapper {
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    height: auto;
  }
  .simulatorParentContainer .multi-simulator .cnt-slider > div div.slider-wrapper > span {
    display: none;
  }
  .simulatorParentContainer .multi-simulator .cnt-slider .upButton {
    margin-right: 0px;
  }
  .simulatorParentContainer .multi-simulator .cnt-slider div.slider-wrapper {
    margin-top: 4px;
  }
  .simulatorParentContainer .multi-simulator .cnt-slider div.slider-wrapper .inputUpperLabel {
    display: none;
  }
  .simulatorParentContainer .multi-simulator .cnt-slider div.slider-wrapper > .noUi-horizontal {
    font-size: 0px;
    display: inline-flex;
    height: 40px;
  }
  .simulatorParentContainer .multi-simulator .cnt-slider div.slider-wrapper .input-wrapper {
    width: calc(100% - 80px);
    display: inline-block;
  }
  .simulatorParentContainer .multi-simulator .cnt-slider .input-wrapper.months, .simulatorParentContainer .multi-simulator .cnt-slider .input-wrapper.euro {
    margin: 0px;
  }
  .simulatorParentContainer .multi-simulator .cnt-slider .whiteBg #consoAdvantage {
    top: calc(50% + 9px);
    left: 0;
  }
  .simulatorParentContainer .multi-simulator .visible-sm.visible-xs.info-mensualidad {
    display: flex !important;
    flex-wrap: wrap;
    height: auto;
    margin-top: 16px;
  }
  .simulatorParentContainer .multi-simulator .visible-sm.visible-xs.info-mensualidad .infos {
    line-height: 20px;
    width: 49%;
    height: 18px;
  }
  .simulatorParentContainer .multi-simulator .visible-sm.visible-xs.info-mensualidad .infos.mtic {
    text-align: right;
    float: right;
  }
  .simulatorParentContainer .multi-simulator.card-simulator .cnt-submit, .simulatorParentContainer .multi-simulator.card-simulator .cnt-modalidad {
    margin-top: 0px;
  }
  .simulatorParentContainer .multi-simulator.card-simulator .cnt-submit {
    padding-top: 0px;
  }
  .simulatorParentContainer .multi-simulator.card-simulator .whiteBg .input-wrapper {
    text-align: center;
    width: 30%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 8px;
    top: 20px;
  }
}
#margin {
  margin-top: 0px;
}

.height {
  height: 9px;
}

@media (max-width: 767px) {
  .simulatorParentContainer {
    height: auto;
    padding: 0px 8px;
  }
}
@media (max-width: 767px) {
  .subText {
    text-align: center;
  }
}
@media (min-width: 767px) {
  .subText {
    width: 270px;
  }
}
@media screen and (max-width: 991px) {
  .subText {
    padding-top: 8px;
  }
}
.transparent-button {
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  border-radius: 3px;
}
.transparent-button:hover {
  border-color: #2C7A26;
  color: #2C7A26;
}
.transparent-button.selected {
  color: #fff;
  background-color: #2C7A26;
  border-color: #2C7A26;
}

.green-brand-outline-button {
  border: 1px solid #9ac433;
  color: #9ac433;
  background-color: transparent;
  border-radius: 3px;
}
.green-brand-outline-button.selected {
  color: #fff;
  background-color: #9ac433;
}

.simBtnDeg {
  width: 100px;
  height: 40px;
  font-family: BNPP;
  outline: none;
}
@media screen and (max-width: 991px) {
  .simBtnDeg {
    width: 47%;
  }
}

/* FONT */
.font-black-i {
  font-family: BNPP Black !important;
}

.font-black {
  font-family: BNPP Black;
}

.font-i-black {
  font-family: BNPP Black !important;
}

.font-bnp {
  font-family: BNPP;
}

.font-i-bnp {
  font-family: BNPP !important;
}

.font-light {
  font-family: BNPP Light;
}

.font-i-light {
  font-family: BNPP Light !important;
}

.f-f-i-initial {
  font-family: initial !important;
}

.f-s-0 {
  font-size: 0;
}

.f-s-12 {
  font-size: 12px;
}

.f-s-14 {
  font-size: 14px;
}

.f-s-i-14 {
  font-size: 14px !important;
}

.f-s-16 {
  font-size: 16px;
}

.f-s-i-16 {
  font-size: 16px !important;
}

.f-s-18 {
  font-size: 18px;
}

.f-s-i-18 {
  font-size: 18px !important;
}

.f-s-i-21 {
  font-size: 21px;
}

.f-s-i-22 {
  font-size: 22px !important;
}

.f-s-21 {
  font-size: 21px;
}

.f-s-22 {
  font-size: 22px;
}

.f-s-24 {
  font-size: 24px;
}

.f-s-i-24 {
  font-size: 24px !important;
}

@media screen and (max-width: 991px) {
  .fs-md-i-16 {
    font-size: 16px !important;
  }
}
/* LINE */
.lh-12 {
  line-height: 12px;
}

.lh-i-14 {
  line-height: 14px !important;
}

.lh-16 {
  line-height: 16px;
}

.lh-18 {
  line-height: 18px;
}

.lh-20 {
  line-height: 20px;
}

.lh-i-20 {
  line-height: 20px !important;
}

.lh-30 {
  line-height: 30px;
}

.lh-34 {
  line-height: 34px;
}

.lh-i-24 {
  line-height: 24px !important;
}

.lh-21 {
  line-height: 21px;
}

.lh-15 {
  line-height: 15px;
}

@media screen and (max-width: 991px) {
  .lh-md-i-16 {
    line-height: 16px !important;
  }
}
/* BORDERS */
.border-n {
  border: none;
}

.border-i-n {
  border: none !important;
}

.b-r-0 {
  border-radius: 0;
}

.b-r-3 {
  border-radius: 3px;
}

.b-r-4 {
  border-radius: 4px;
}

.b-r-i-3 {
  border-radius: 3px !important;
}

.bordered {
  border: 1px solid;
}

/* DISPLAYS */
.d-none {
  display: none;
}

.d-i-none {
  display: none !important;
}

.d-flex {
  display: flex;
}

.d-i-inline-flex {
  display: inline-flex !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.flex-align-center {
  align-items: center;
}

.d-flex-column {
  display: flex;
  flex-direction: column;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

@media screen and (max-width: 991px) {
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
.flex-grow {
  flex-grow: 1;
}

.flex-no-grow {
  flex-grow: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-no-shrink {
  flex-shrink: 0;
}

/*GRID 8*/
.row.grid-8 {
  margin-left: -4px;
  margin-right: -4px;
}
.row.grid-8 [class*=col-xs-],
.row.grid-8 [class*=col-sm-],
.row.grid-8 [class*=col-md-],
.row.grid-8 [class*=col-lg-] {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

@media (max-width: 767px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }
  .row [class*=col-xs-],
  .row [class*=col-sm-],
  .row [class*=col-md-],
  .row [class*=col-lg-] {
    padding-right: 8px !important;
    padding-left: 8px !important;
  }
}
/* SPACING */
.p-t-auto {
  padding-top: auto;
}

.p-t-4 {
  padding-top: 4px;
}

.p-t-8 {
  padding-top: 8px;
}

.p-t-16 {
  padding-top: 16px;
}

.p-t-24 {
  padding-top: 24px;
}

.p-t-32 {
  padding-top: 32px;
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-48 {
  padding-top: 48px;
}

.p-t-56 {
  padding-top: 56px;
}

.p-t-64 {
  padding-top: 64px;
}

.p-t-72 {
  padding-top: 72px;
}

.p-t-80 {
  padding-top: 80px;
}

.p-r-auto {
  padding-right: auto;
}

.p-r-4 {
  padding-right: 4px;
}

.p-r-8 {
  padding-right: 8px;
}

.p-r-16 {
  padding-right: 16px;
}

.p-r-24 {
  padding-right: 24px;
}

.p-r-32 {
  padding-right: 32px;
}

.p-r-40 {
  padding-right: 40px;
}

.p-r-48 {
  padding-right: 48px;
}

.p-r-56 {
  padding-right: 56px;
}

.p-r-64 {
  padding-right: 64px;
}

.p-r-72 {
  padding-right: 72px;
}

.p-r-80 {
  padding-right: 80px;
}

.p-b-auto {
  padding-bottom: auto;
}

.p-b-4 {
  padding-bottom: 4px;
}

.p-b-8 {
  padding-bottom: 8px;
}

.p-b-16 {
  padding-bottom: 16px;
}

.p-b-24 {
  padding-bottom: 24px;
}

.p-b-32 {
  padding-bottom: 32px;
}

.p-b-40 {
  padding-bottom: 40px;
}

.p-b-48 {
  padding-bottom: 48px;
}

.p-b-56 {
  padding-bottom: 56px;
}

.p-b-64 {
  padding-bottom: 64px;
}

.p-b-72 {
  padding-bottom: 72px;
}

.p-b-80 {
  padding-bottom: 80px;
}

.p-l-auto {
  padding-left: auto;
}

.p-l-4 {
  padding-left: 4px;
}

.p-l-8 {
  padding-left: 8px;
}

.p-l-16 {
  padding-left: 16px;
}

.p-l-24 {
  padding-left: 24px;
}

.p-l-32 {
  padding-left: 32px;
}

.p-l-40 {
  padding-left: 40px;
}

.p-l-48 {
  padding-left: 48px;
}

.p-l-56 {
  padding-left: 56px;
}

.p-l-64 {
  padding-left: 64px;
}

.p-l-72 {
  padding-left: 72px;
}

.p-l-80 {
  padding-left: 80px;
}

.p-auto {
  padding: auto;
}

.p-4 {
  padding: 4px;
}

.p-8 {
  padding: 8px;
}

.p-16 {
  padding: 16px;
}

.p-24 {
  padding: 24px;
}

.p-32 {
  padding: 32px;
}

.p-40 {
  padding: 40px;
}

.p-48 {
  padding: 48px;
}

.p-56 {
  padding: 56px;
}

.p-64 {
  padding: 64px;
}

.p-72 {
  padding: 72px;
}

.p-80 {
  padding: 80px;
}

.m-t-auto {
  margin-top: auto;
}

.m-t-4 {
  margin-top: 4px;
}

.m-t-8 {
  margin-top: 8px;
}

.m-t-16 {
  margin-top: 16px;
}

.m-t-24 {
  margin-top: 24px;
}

.m-t-32 {
  margin-top: 32px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-48 {
  margin-top: 48px;
}

.m-t-56 {
  margin-top: 56px;
}

.m-t-64 {
  margin-top: 64px;
}

.m-t-72 {
  margin-top: 72px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-r-auto {
  margin-right: auto;
}

.m-r-4 {
  margin-right: 4px;
}

.m-r-8 {
  margin-right: 8px;
}

.m-r-16 {
  margin-right: 16px;
}

.m-r-24 {
  margin-right: 24px;
}

.m-r-32 {
  margin-right: 32px;
}

.m-r-40 {
  margin-right: 40px;
}

.m-r-48 {
  margin-right: 48px;
}

.m-r-56 {
  margin-right: 56px;
}

.m-r-64 {
  margin-right: 64px;
}

.m-r-72 {
  margin-right: 72px;
}

.m-r-80 {
  margin-right: 80px;
}

.m-b-auto {
  margin-bottom: auto;
}

.m-b-4 {
  margin-bottom: 4px;
}

.m-b-8 {
  margin-bottom: 8px;
}

.m-b-16 {
  margin-bottom: 16px;
}

.m-b-24 {
  margin-bottom: 24px;
}

.m-b-32 {
  margin-bottom: 32px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-48 {
  margin-bottom: 48px;
}

.m-b-56 {
  margin-bottom: 56px;
}

.m-b-64 {
  margin-bottom: 64px;
}

.m-b-72 {
  margin-bottom: 72px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-l-auto {
  margin-left: auto;
}

.m-l-4 {
  margin-left: 4px;
}

.m-l-8 {
  margin-left: 8px;
}

.m-l-16 {
  margin-left: 16px;
}

.m-l-24 {
  margin-left: 24px;
}

.m-l-32 {
  margin-left: 32px;
}

.m-l-40 {
  margin-left: 40px;
}

.m-l-48 {
  margin-left: 48px;
}

.m-l-56 {
  margin-left: 56px;
}

.m-l-64 {
  margin-left: 64px;
}

.m-l-72 {
  margin-left: 72px;
}

.m-l-80 {
  margin-left: 80px;
}

.m-auto {
  margin: auto;
}

.m-4 {
  margin: 4px;
}

.m-8 {
  margin: 8px;
}

.m-16 {
  margin: 16px;
}

.m-24 {
  margin: 24px;
}

.m-32 {
  margin: 32px;
}

.m-40 {
  margin: 40px;
}

.m-48 {
  margin: 48px;
}

.m-56 {
  margin: 56px;
}

.m-64 {
  margin: 64px;
}

.m-72 {
  margin: 72px;
}

.m-80 {
  margin: 80px;
}

/* COLUMNS */
.cols-1 {
  width: 8.33%;
}

.cols-2 {
  width: 16.67%;
}

.cols-3 {
  width: 25%;
}

.cols-4 {
  width: 33.33%;
}

.cols-5 {
  width: 41.67%;
}

.cols-6 {
  width: 50%;
}

.cols-7 {
  width: 58.33%;
}

.cols-8 {
  width: 66.66%;
}

.cols-9 {
  width: 75%;
}

.cols-10 {
  width: 83.33%;
}

.cols-11 {
  width: 91.66%;
}

.cols-12 {
  width: 100%;
}

.cols-i-12 {
  width: 100% !important;
}

@media screen and (max-width: 991px) {
  .cols-md-i-12 {
    width: 100% !important;
  }
}
@media screen and (max-width: 480px) {
  .cols-xs-i-12 {
    width: 100% !important;
  }
}
.w-65 {
  width: 65%;
}

.w-35 {
  width: 35%;
}

.w-i-65 {
  width: 65% !important;
}

.w-i-35 {
  width: 35% !important;
}

.w-100 {
  width: 100%;
}

.w-11px {
  width: 11px;
}

.w-20px {
  width: 20px;
}

.w-24px {
  width: 24px;
}

.w-45px {
  width: 45px;
}

.vr.ctlm-vr {
  min-height: 70px;
  height: 100%;
  margin: 0 auto !important;
}

/* POSITIONING */
.positioning-relative {
  position: relative;
}

.positioning-i-relative {
  position: relative !important;
}

.positioning-absolute {
  position: absolute;
}

.position-fixed {
  position: fixed;
}

.position-center {
  display: block;
  margin: auto;
}

.positioning-table-center {
  display: table-cell;
  vertical-align: middle;
}

.position-flex-center {
  align-items: center;
  justify-content: space-around;
  -ms-flex-direction: column;
}

.positioning-i-table-center {
  display: table-cell !important;
  vertical-align: middle !important;
}

.center-text {
  text-align: center;
}

.center-i-text {
  text-align: center !important;
}

.algn-i-unset-text {
  text-align: unset !important;
}

.algn-left-text {
  text-align: left !important;
}

.algn-right-text {
  text-align: right;
}

.align-right {
  float: right;
  text-align: right;
  /* margin-right: 16px; */
}

.float-right {
  float: right;
}

.align-left {
  float: left;
  text-align: left;
  /* margin-left: 16px; */
}

.j-c-inherit {
  justify-content: inherit;
}

.j-c-space-evenly {
  justify-content: space-evenly;
}

.j-c-space-between {
  justify-content: space-between;
}

.j-c-space-around {
  justify-content: space-around;
}

.j-c-center {
  justify-content: center;
}

.v-a-middle {
  vertical-align: middle;
}

.r-0 {
  right: 0;
}

.b-24 {
  bottom: 24px;
}

.b-8 {
  bottom: 8px;
}

/* FLOAT */
.no-float {
  float: none;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

/* POSITIONING VERTICAL */
.center-block-vertically {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.down-50-perc {
  transform: translateY(50%);
}

/* Margins */
.mrg-auto {
  margin: auto;
}

.mrg-8 {
  margin: 8px;
}

@media screen and (max-width: 991px) {
  .mrg-md-4 {
    margin: 4px !important;
  }
  .mrg-md-b-16 {
    margin-bottom: 16px !important;
  }
  .mrg-md-i-0-4-8-0 {
    margin: 0px 4px 8px 0px !important;
  }
}
.mrg-l-auto {
  margin-left: auto;
}

.mrg-left-8 {
  margin-left: 8px;
}

.mrg-l-0 {
  margin-left: 0;
}

.mrg-l-i-0 {
  margin-left: 0 !important;
}

.mrg-l-8 {
  margin-left: 8px;
}

.mrg-l-20 {
  margin-left: 20px;
}

.mrg-l-30 {
  margin-left: 30px;
}

.mrg-l-i-30 {
  margin-left: 30px !important;
}

.mrg-l-58 {
  margin-left: 58px;
}

.mrg-l-200 {
  margin-left: 200px;
}

.mrg-r-auto {
  margin-right: auto;
}

.mrg-r-2 {
  margin-right: 2px;
}

.mrg-r-4 {
  margin-right: 4px;
}

.mrg-r-8 {
  margin-right: 8px;
}

.mrg-r-i-8 {
  margin-right: 8px !important;
}

.mrg-r-20 {
  margin-right: 20px;
}

.mrg-r-30 {
  margin-right: 30px;
}

.mrg-r-200 {
  margin-right: 200px;
}

.mrg-t-8 {
  margin-top: 8px;
}

.mrg-t-10 {
  margin-top: 10px;
}

.mrg-t-16 {
  margin-top: 16px;
}

.mrg-t-i-16 {
  margin-top: 16px !important;
}

.mrg-t-20 {
  margin-top: 20px;
}

.mrg-t-24 {
  margin-top: 24px;
}

.mrg-t-i-24 {
  margin-top: 24px !important;
}

.mrg-t-24-n {
  margin-top: -24px;
}

.mrg-t-40 {
  margin-top: 40px;
}

.mrg-b-i-0 {
  margin-bottom: 0 !important;
}

.mrg-b-4 {
  margin-bottom: 4px;
}

.mrg-b-i-4 {
  margin-bottom: 4px !important;
}

.mrg-b-8 {
  margin-bottom: 8px;
}

.mrg-b-i-8 {
  margin-bottom: 8px !important;
}

.mrg-b-12 {
  margin-bottom: 12px;
}

.mrg-b-i-12 {
  margin-bottom: 12px !important;
}

.mrg-b-16 {
  margin-bottom: 16px;
}

.mrg-b-i-16 {
  margin-bottom: 16px !important;
}

.mrg-b-22 {
  margin-bottom: 22px;
}

.mrg-b-24 {
  margin-bottom: 24px;
}

.mrg-b-30 {
  margin-bottom: 30px;
}

.mrg-b-40 {
  margin-bottom: 40px;
}

.stdard-top-mrg {
  margin-top: 16px;
}

.common-mrg {
  margin: 0px 16px 16px 0px;
}

.common-mrg-total {
  margin: 16px;
}

.mrg-total-10 {
  margin: 10px;
}

.no-margin {
  margin: 0 !important;
}

.mrg-0 {
  margin: 0;
}

/* Paddings */
.no-padd-i {
  padding: 0 !important;
}

.no-padd {
  padding: 0;
}

.no-padd-l {
  padding-left: 0;
}

.padd-8 {
  padding: 8px;
}

.padd-32 {
  padding: 32px;
}

@media screen and (max-width: 991px) {
  .padd-md-8 {
    padding: 8px;
  }
}
.padd-i-8 {
  padding: 8px !important;
}

.padd-10 {
  padding: 10px;
}

.padd-16 {
  padding: 16px;
}

.padd-i-16 {
  padding: 16px !important;
}

.padd-24 {
  padding: 24px;
}

.padd-b-i-0 {
  padding-bottom: 0px !important;
}

.padd-b-1 {
  padding-bottom: 1px;
}

.padd-b-5 {
  padding-bottom: 5px;
}

.padd-b-8 {
  padding-bottom: 8px;
}

.padd-b-i-8 {
  padding-bottom: 8px !important;
}

.padd-b-9 {
  padding-bottom: 9px;
}

.padd-b-10 {
  padding-bottom: 10px;
}

.padd-b-16 {
  padding-bottom: 10px;
}

.padd-b-i-16 {
  padding-bottom: 16px !important;
}

.padd-b-20 {
  padding-bottom: 20px;
}

.padd-b-24 {
  padding-bottom: 24px;
}

.padd-b-32 {
  padding-bottom: 32px;
}

.padd-t-5 {
  padding-top: 5px;
}

.padd-t-6 {
  padding-top: 6px;
}

.padd-t-8 {
  padding-top: 8px;
}

.padd-t-i-8 {
  padding-top: 8px !important;
}

.padd-t-10 {
  padding-top: 10px;
}

.padd-t-16 {
  padding-top: 16px;
}

.padd-t-i-16 {
  padding-top: 16px !important;
}

.padd-t-19 {
  padding-top: 19px;
}

.padd-t-20 {
  padding-top: 20px;
}

.padd-t-22 {
  padding-top: 22px;
}

.padd-t-24 {
  padding-top: 24px;
}

.padd-t-25 {
  padding-top: 25px;
}

.padd-t-i-25 {
  padding-top: 25px !important;
}

.padd-t-26 {
  padding-top: 26px;
}

.padd-t-28 {
  padding-top: 28px;
}

.padd-t-29 {
  padding-top: 29px;
}

.padd-t-32 {
  padding-top: 32px;
}

.padd-t-i-32 {
  padding-top: 32px !important;
}

.stdard-top-padd {
  padding-top: 10px;
}

.stdard-top-padd-16 {
  padding-top: 16px;
}

.padd-l-0 {
  padding-left: 0px;
}

.padd-l-4 {
  padding-left: 4px;
}

.padd-l-8 {
  padding-left: 8px;
}

.padd-l-16 {
  padding-left: 16px;
}

.padd-l-16 {
  padding-left: 16px;
}

.padd-l-24 {
  padding-left: 24px;
}

.padd-l-28 {
  padding-left: 28px;
}

.padd-l-32 {
  padding-left: 32px;
}

.padd-r-0 {
  padding-right: 0px;
}

.padd-r-8 {
  padding-right: 8px;
}

.padd-r-10 {
  padding-right: 10px;
}

.padd-r-16 {
  padding-right: 16px;
}

.padd-r-24 {
  padding-right: 24px;
}

.padd-r-32 {
  padding-right: 32px;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.top-0 {
  top: 0;
}

/* Z-INDEX */
.z-100 {
  z-index: 100;
}

.z-150 {
  z-index: 150 !important;
}

.z-200 {
  z-index: 200;
}

/* Colors - fonts and backgrounds */
.background-n {
  background: none;
}

.background-blue {
  background-color: #1991EB;
}

.background-white {
  background-color: #fff;
}

.background-yellow {
  background-color: #EBB107;
}

.background-green {
  background-color: #9ac433;
}

.background-grey {
  background-color: #8091A5;
}

.white-color {
  color: #fff;
}

.box-portrait-color-filled {
  margin: 0px 16px 8px 16px;
}

.no-box-shadow {
  box-shadow: none;
}

/* HEIGHT */
.h-i-100 {
  height: 100% !important;
}

.h-11px {
  height: 11px;
}

.h-16px {
  height: 16px;
}

.w-16px {
  width: 16px;
}

.w-18px {
  width: 18px;
}

.h-20px {
  height: 20px;
}

.h-24px {
  height: 24px;
}

.h-30px {
  height: 30px;
}

.h-40px {
  height: 40px;
}

.h-45px {
  height: 45px;
}

.h-56px {
  height: 56px;
}

.m-h-570px {
  max-height: 570px;
}

.m-h-400px {
  max-height: 400px;
}

/* WIDTH - responsive */
@media screen and (max-width: 468px) {
  .m-w-328-xs {
    margin: 4px 0 4px 0 !important;
  }
}

@media screen and (min-width: 469px) {
  .m-w-200-not-xs {
    margin: 8px;
    max-width: 200px;
  }
}

/* WIDTH */
.m-w-200 {
  max-width: 200px;
}

.m-w-240 {
  max-width: 240px;
}

.m-w-328 {
  max-width: 328px;
}

.m-w-330 {
  max-width: 330px;
}

.m-w-480 {
  max-width: 480px;
}

.m-w-i-960px {
  max-width: 960px !important;
}

@media screen and (min-width: 768px) {
  .m-w-i-calc-16px {
    max-width: calc(100% - 16px) !important;
  }
}
/* ACTIONS and ANIMATIONS */
.clickable {
  cursor: pointer;
}

.clickable-all {
  cursor: pointer;
  pointer-events: all;
}

/** End of Position and alignment **/
/** OVERFLOW **/
.o-hidden {
  overflow: hidden;
}

.o-y-scroll {
  overflow-y: scroll;
}

.o-hidden {
  overflow: hidden;
}

/*Transitions*/
.transition-all-ease-500 {
  transition: all 0.5s ease;
}

/* TEXT COLORS */
.blue-text {
  color: #1991EB;
}

.yellow-text {
  color: #EBB107;
}

.green-text {
  color: #9ac433;
}

.red-text {
  color: #f84717;
}

.error-red-text {
  color: #EE151D;
}

.darker-green-text {
  color: #2C7A26;
}

.dark-green-text {
  color: #2C7A26;
}

.white-text {
  color: #fff;
}

.grey-text {
  color: #8091a5;
}

.darker-10-grey-text {
  color: #6D6F70;
}

.modal-grey-text {
  color: #667587;
}

.regular-black-text {
  color: black;
}

/* TEXT WEIGHT */
.common-bold {
  font-weight: 600;
}

.light-bold {
  font-weight: 500;
}

.boldTxt {
  font-weight: 500;
}

.f-w-n {
  font-weight: normal;
}

.section-item {
  padding-bottom: 8px;
}

/* Text truncate */
.text-truncate {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* TEXT SIZE */
.text-size-11 {
  font-size: 11px;
}

.text-size-12 {
  font-size: 12px;
}

.text-size-14 {
  font-size: 14px;
  line-height: 20px;
}

.text-size-16 {
  font-size: 16px;
}

.text-size-20 {
  font-size: 20px;
}

.text-size-24 {
  font-size: 24px;
}

.text-size-27 {
  font-size: 27px;
}

.box-title-12 {
  font-weight: 600;
  font-size: 12px;
  margin: 0;
}

.box-title-14-weight-500 {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
}

.box-title-24 {
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}

.subText {
  font-size: 14px;
  color: #2C7A26;
  font-family: BNPP Light;
  line-height: 18px;
  margin: auto;
}

.textTaxa {
  color: #FFFFFF;
  font-size: 12px;
  font-family: BNPP Light;
  font-weight: bold;
  padding-left: 18px;
  text-align: left;
}

.textTaxa2 {
  color: #FFFFFF;
  font-size: 12px;
  font-family: BNPP Light;
  font-weight: bold;
  text-align: left;
}

.hidden-sm.hidden-xs.textTaxa {
  color: #FFFFFF;
  font-size: 12px;
  font-family: BNPP Light;
  font-weight: bold;
  padding: 0px;
  padding-left: 18px;
}

#text {
  line-height: 22px;
  height: 22px;
}

.alignSelfTop {
  align-self: end;
  padding-top: 8px;
  padding-bottom: 18px;
}