<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* --------------------------------------- variables --------------------------------------- */
/* --------------------------------------- extends --------------------------------------- */
.pre-arrow, .roibot-lead::before, .sf-step-el legend span::before {
  position: absolute;
  top: -14px;
  left: -24px;
  display: block;
  content: "\00BB";
  font-size: 36px;
  color: #bbb;
  font-family: 'Yanone Kaffeesatz',Arial,sans-serif;
  font-weight: 300; }

/* --------------------------------------- bootstrap fixes --------------------------------------- */
.row {
  margin-left: 0 !important;
  margin-right: 0 !important; }

.calculator-header {
  position: relative; }
  .calculator-header .col-md-4 {
    float: left;
    height: 300px; }
  .calculator-header .col-md-8 {
    float: right;
    height: 300px; }

@media (max-width: 992px) {
  .calculator-header {
    position: relative; }
    .calculator-header .col-md-4 {
      float: none;
      height: auto; }
      .calculator-header .col-md-4.roibot-avatar img {
        position: relative;
        bottom: 0; }
    .calculator-header .col-md-8 {
      float: none;
      height: auto; } }
/* --------------------------------------- header basic --------------------------------------- */
.header-basic {
  width: 100%;
  background: #a8b117;
  padding: 15px; }
  .header-basic .preheader {
    max-width: 1110px;
    margin: 0 auto;
    overflow: hidden;
    position: relative; }
    .header-basic .preheader .preheader-left {
      float: left;
      margin-left: 25px;
      position: relative; }
      .header-basic .preheader .preheader-left a {
        color: #fff;
        font-size: 18px;
        font-weight: 300; }
        .header-basic .preheader .preheader-left a:hover {
          text-decoration: none;
          opacity: 0.8; }
        .header-basic .preheader .preheader-left a::before {
          font-family: 'Yanone Kaffeesatz',Arial,sans-serif;
          content: "\00AB";
          font-size: 30px;
          font-weight: 300;
          position: absolute;
          top: -10px;
          left: -20px; }
    .header-basic .preheader .preheader-right {
      float: right; }
      .header-basic .preheader .preheader-right a {
        color: #fff;
        padding: 7px 15px;
        display: inline-block;
        background: #2d3067;
        border-radius: 7px; }
        .header-basic .preheader .preheader-right a:hover {
          background: #1b45a9;
          text-decoration: none;
          opacity: 0.8; }

/* --------------------------------------- footer basic --------------------------------------- */
.footer-basic {
  width: 100%;
  background: #a8b117;
  padding: 30px; }
  .footer-basic .prefooter {
    max-width: 1110px;
    margin: 0 auto;
    overflow: hidden;
    position: relative; }
    .footer-basic .prefooter a {
      color: #fff;
      font-weight: 300;
      font-size: 14px; }
    .footer-basic .prefooter .prefooter-left {
      color: #fff;
      float: left; }
      .footer-basic .prefooter .prefooter-left a:hover {
        text-decoration: none;
        opacity: 0.8; }
    .footer-basic .prefooter .prefooter-right {
      float: right; }
      .footer-basic .prefooter .prefooter-right ul li {
        list-style: none;
        float: right;
        margin-left: 10px; }

/* --------------------------------------- roibot --------------------------------------- */
body {
  background: #a8b117; }

.container {
  background: #fff;
  width: 100%; }
  .container .site-index {
    margin: 0 auto;
    max-width: 1110px;
    padding: 15px 0; }

.calculator-header {
  margin-bottom: 45px;
  -webkit-box-shadow: 0px 14px 29px -20px rgba(0, 0, 0, 0.59);
  -moz-box-shadow: 0px 14px 29px -20px rgba(0, 0, 0, 0.59);
  box-shadow: 0px 14px 29px -20px rgba(0, 0, 0, 0.59); }

.roibot-avatar {
  height: 100%;
  position: relative; }
  .roibot-avatar img {
    position: relative;
    bottom: 0; }

/* --------------------------------------- jumbotron --------------------------------------- */
.jumbotron {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 100%;
  background: transparent; }
  .jumbotron .roibot-title {
    font-family: "Yanone Kaffeesatz", Arial, sans-serif;
    font-size: 48px;
    margin-bottom: 16px;
    font-weight: bold; }
    .jumbotron .roibot-title .roi {
      color: #8b9515; }
    .jumbotron .roibot-title .bot {
      color: #b6be0f; }
  .jumbotron .roibot-claim {
    display: table;
    margin-bottom: 32px;
    overflow: hidden;
    position: relative;
    min-width: 360px;
    left: -90px;
    -ms-transform: rotate(-2.5deg);
    /* IE 9 */
    -webkit-transform: rotate(-2.5deg);
    /* Safari */
    transform: rotate(-2.5deg); }
    .jumbotron .roibot-claim__calculator {
      height: 90px;
      width: 50px;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      background: #8b9515; }
      .jumbotron .roibot-claim__calculator img {
        margin: 0 auto;
        text-align: center;
        width: 30px;
        height: 30px; }
    .jumbotron .roibot-claim__text {
      height: 70px;
      display: table-cell;
      vertical-align: middle;
      background: #b6be0f;
      padding: 10px 20px; }
      .jumbotron .roibot-claim__text h1 {
        font-size: 36px;
        line-height: 32px;
        font-family: 'Yanone Kaffeesatz',Arial,sans-serif;
        color: #fff;
        margin: 0; }
        .jumbotron .roibot-claim__text h1 span {
          display: block; }
    .jumbotron .roibot-claim__shower {
      height: 90px;
      display: table-cell;
      vertical-align: middle;
      background: #fff;
      padding-left: 20px; }
      .jumbotron .roibot-claim__shower img {
        width: auto;
        height: 100%; }

.roibot-lead {
  max-width: 590px;
  font-size: 21px;
  font-weight: 300;
  position: relative; }

@media (max-width: 430px) {
  .footer-basic div {
    width: 100%;
    text-align: center;
    margin: 10px auto; }
    .footer-basic div ul {
      padding-left: 0px !important; }
      .footer-basic div ul li {
        float: none !important;
        display: inline-block; }

  .header-basic div {
    width: 100%; }
    .header-basic div.preheader-right {
      margin: 10px 0;
      text-align: center; }
      .header-basic div.preheader-right a {
        margin: 0 auto; }

  .jumbotron .roibot-claim {
    width: 120%;
    padding: 10px 0px;
    overflow: visible; } }
/* --------------------------------------- flechas de navegacion --------------------------------------- */
/* -- next -- */
.calculator-body .sf-t1 .sf-nav .sf-nav-step {
  color: #666;
  background: #ccc; }
  .calculator-body .sf-t1 .sf-nav .sf-nav-step::before {
    border-top-color: #bbb;
    border-bottom-color: #bbb; }
  .calculator-body .sf-t1 .sf-nav .sf-nav-step::after {
    border-left-color: #ccc; }
  .calculator-body .sf-t1 .sf-nav .sf-nav-step .sf-nav-number {
    background: #bbb; }

/* -- past -- */
.calculator-body .sf-t1 .sf-nav .sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled) {
  color: #fff;
  background: #949d03; }
  .calculator-body .sf-t1 .sf-nav .sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled)::before {
    border-top-color: #767f09;
    border-bottom-color: #767f09; }
  .calculator-body .sf-t1 .sf-nav .sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled)::after {
    border-left-color: #949d03; }
  .calculator-body .sf-t1 .sf-nav .sf-nav-mark-step:not(.sf-active):not(.sf-nav-step-disabled) .sf-nav-number {
    background: #767f09; }

/* -- active -- */
.calculator-body .sf-t1 .sf-nav .sf-active {
  background: #c6cf35; }
  .calculator-body .sf-t1 .sf-nav .sf-active::before {
    border-top-color: #a8b117;
    border-bottom-color: #a8b117; }
  .calculator-body .sf-t1 .sf-nav .sf-active::after {
    border-left-color: #c6cf35; }
  .calculator-body .sf-t1 .sf-nav .sf-active .sf-nav-number {
    background: #a8b117; }

/* -- hover -- */
.calculator-body .sf-t1.sf-nomob .sf-nav-top li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink),
.calculator-body .sf-t1.sf-nomob .sf-nav-bottom li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink) {
  background: #c6cf35; }
  .calculator-body .sf-t1.sf-nomob .sf-nav-top li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink)::before,
  .calculator-body .sf-t1.sf-nomob .sf-nav-bottom li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink)::before {
    border-top-color: #c6cf35;
    border-bottom-color: #c6cf35; }
  .calculator-body .sf-t1.sf-nomob .sf-nav-top li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink)::after,
  .calculator-body .sf-t1.sf-nomob .sf-nav-bottom li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink)::after {
    border-left-color: #c6cf35; }
  .calculator-body .sf-t1.sf-nomob .sf-nav-top li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink) .sf-nav-number,
  .calculator-body .sf-t1.sf-nomob .sf-nav-bottom li.sf-nav-link:hover:not(.sf-nav-step-disabled):not(.sf-nav-unlink) .sf-nav-number {
    background: #c6cf35; }

@media (max-width: 992px) {
  .calculator-body .sf-t1 .sf-nav-top .sf-nav-step:after,
  .calculator-body .sf-t1 .sf-nav-top.sf-btn:after,
  .calculator-body .sf-t1 .sf-nav-bottom .sf-nav-step:after,
  .calculator-body .sf-t1 .sf-nav-bottom.sf-btn:after,
  .calculator-body .sf-t1 .sf-nav-left .sf-nav-step:after,
  .calculator-body .sf-t1 .sf-nav-left.sf-btn:after,
  .calculator-body .sf-t1 .sf-nav-right .sf-nav-step:after,
  .calculator-body .sf-t1 .sf-nav-right.sf-btn:after,
  .calculator-body .sf-t1 .sf-btn .sf-nav-step:after,
  .calculator-body .sf-t1 .sf-btn.sf-btn:after {
    right: -28px; }
  .calculator-body .sf-t1 .sf-nav-top .sf-nav-step:first-child::after,
  .calculator-body .sf-t1 .sf-nav-top.sf-btn:first-child::after,
  .calculator-body .sf-t1 .sf-nav-bottom .sf-nav-step:first-child::after,
  .calculator-body .sf-t1 .sf-nav-bottom.sf-btn:first-child::after,
  .calculator-body .sf-t1 .sf-nav-left .sf-nav-step:first-child::after,
  .calculator-body .sf-t1 .sf-nav-left.sf-btn:first-child::after,
  .calculator-body .sf-t1 .sf-nav-right .sf-nav-step:first-child::after,
  .calculator-body .sf-t1 .sf-nav-right.sf-btn:first-child::after,
  .calculator-body .sf-t1 .sf-btn .sf-nav-step:first-child::after,
  .calculator-body .sf-t1 .sf-btn.sf-btn:first-child::after {
    right: -26px; } }
@media (max-width: 992px) {
  .sf-t1 .sf-nav-smmob.sf-nav-top .sf-nav .sf-nav-step:after,
  .sf-t1 .sf-nav-smmob.sf-nav-bottom .sf-nav .sf-nav-step:after {
    border-color: transparent transparent transparent #bbb; }

  .sf-t1 .sf-nav-smmob.sf-nav-top .sf-nav .sf-nav-step.sf-active:after,
  .sf-t1 .sf-nav-smmob.sf-nav-bottom .sf-nav .sf-nav-step.sf-active:after {
    border-color: transparent transparent transparent #a8b117; }

  .sf-t1 .sf-nav-smmob.sf-nav-top .sf-nav .sf-nav-step.sf-nav-mark-step:not(.sf-nav-step-disabled):after,
  .sf-t1 .sf-nav-smmob.sf-nav-bottom .sf-nav .sf-nav-step.sf-nav-mark-step:not(.sf-nav-step-disabled):after {
    border-color: transparent transparent transparent #767f09; } }
.sf-controls a::before {
  z-index: 1 !important; }
.sf-controls a::after {
  z-index: 1 !important; }

@media (max-width: 992px) {
  .sf-controls a::after {
    right: -26px !important; } }
.radio label {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  margin-right: 15px;
  font-size: 13px; }
.radio input[type=radio] {
  display: none; }
  .radio input[type=radio]:checked + label:before {
    content: "\2022";
    background-color: #c6cf35;
    color: #767f09;
    font-size: 30px;
    text-align: center;
    line-height: 18px; }
.radio label:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 1px;
  background-color: #aaa;
  box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.3), 0px 1px 0px 0px rgba(255, 255, 255, 0.8);
  border-radius: 8px; }

/* --------------------------------------- labels y legends --------------------------------------- */
.calculator-body label {
  display: inline; }

.sf-step-el {
  overflow: visible !important; }
  .sf-step-el legend {
    position: relative;
    color: #a8b117;
    text-transform: uppercase;
    font-family: "Yanone Kaffeesatz", Arial, sans-serif;
    font-size: 30px !important;
    margin-left: 24px; }
    .sf-step-el legend span {
      position: relative;
      display: block; }
      .sf-step-el legend span::before {
        top: -9px;
        left: -20px; }

/* --------------------------------------- tooltips --------------------------------------- */
.icon-a:hover {
  color: #a8b117; }

label:hover + .icon-a {
  color: #a8b117; }

.qtip-content {
  font-size: 16px;
  line-height: 18px;
  padding: 15px 15px;
  border: none;
  border-left: 5px solid #949d03;
  color: white;
  background-color: #a8b117;
  width: 350px; }

/*# sourceMappingURL=calculador.css.map */
</pre></body></html>