<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* GENERIC */
.grisFondo {
  background-color: var(--grisfondo);
  padding-top: 4rem;
  padding-bottom: 7rem;
}

.grisOscuroFondo {
  background-color: #E0E0E9;
}

.naranjaFondo {
  background-color: var(--naranja);
}

.noMarTop {
  margin-top: 0;
}

.noMarTop {
  padding-top: 0;
}

/* CONTENT */
.ctaMenuBtn {
  text-align: center;
  background-color: #F2902A;
  color: #fff;
  border-radius: 50px;
  line-height: 1.1em;
  padding: 0 5px;
  margin: 0 20px;
}

.hero-claim p {
  display: block;
  margin: auto;
  width: auto;
  font-size: 1.5em;
  line-height: 1.35em !important;
}

.searchInputWrpr {
  display: inline-block;
  position: relative;
  width: 620px;
  height: 80px;
  margin-top: 30px;
  text-align: center;
}

.heroSearch .gfw-text-input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 495px;
  min-width: 495px;
  padding-left: 50px;
  margin-top: 0;
  border-radius: 30px 0 0 30px;
  background-image: url('../img/icono-busqueda.png');
  background-size: auto 25px;
  background-repeat: no-repeat;
  background-position: 15px center;
}

.heroSearch .gfw-btn-1 {
  display: block;
  position: absolute;
  top: 0;
  left: 500px;
  width: 120px;
  margin-top: 0;
  border-radius: 0 30px 30px 0;
  padding: 17px 0;
}

section.flapper {
  transform: translate(-50%, -125%);
}

section.rubros.container.pad&gt;center {
  display: inline-block;
  width: 100%;
  margin: 20px auto 80px;
}

section.how.pad.noMarTop.grisFondo {
  padding-top: 50px;
}

.kpis {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.kpisWrpr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  width: calc(100% - 80px);
  max-width: 1024px;
  margin-bottom: 0;
  margin-top: 0;
}

.kpis .kpisWrpr .kpiItem {
  display: block;
  width: 180px;
  margin: 40px 0;
  text-align: center;
  color: #FFFFFF;
}

.kpis .kpisWrpr .kpiItem img {
  display: block;
  width: 120px;
  margin: 0 auto;
  text-align: center;
  color: #FFFFFF;
}

.kpis .kpisWrpr .kpiItem strong {
  display: inline-block;
  width: 180px;
  margin: 0;
  line-height: 1em;
  text-align: center;
  color: #FFFFFF;
  font-size: 1.6em;
}

.kpis .kpisWrpr .kpiItem strong:after {
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  margin: 15px auto;
  text-align: center;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.descubre {
  /* display: flex;
    flex-direction: row;
    justify-content: center; */
}

.descargaAppRow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}

.descargaAppRow&gt;div {
  display: block;
  width: 40%;
  max-width: 517px;
  margin: 40px 0;
}


@media only screen and (max-width: 912px) {
  .descargaAppRow {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }

  .descargaAppRow h2.descubreTitle {
    font-size: 1.5rem;
    padding-bottom: 3rem;
    line-height: 1.2em !important;
  }

  .descargaAppRow&gt;div {
    display: block;
    width: calc(100% - 40px);
    max-width: inherit;
    margin: 40px 0;
  }
}

.descargaAppRow&gt;div:first-of-type {
  text-align: center;
}

.descargaAppRow&gt;div:first-of-type img {
  display: inline-block;
  height: auto;
  margin: 0;
}

.descargaAppRow&gt;div:last-of-type&gt;p {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  margin: 30px 0 0;
}

.descargaAppRow&gt;div:last-of-type&gt;p.smallerTxt {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  margin: 30px 0 0;
}

.descargaAppRow&gt;div:last-of-type&gt;span&gt;a {
  display: inline-block;
  margin-right: 15px;
}

.descargaAppRow&gt;div:last-of-type&gt;span&gt;a&gt;img {
  display: inline-block;
  width: auto;
  height: 35px;
  margin: 40px 0;
}

@media only screen and (max-width: 320px) {
	.descargaAppRow&gt;div {
    display: block;
    width: 100%!important;
    max-width: 517px;
    margin: 0;
  }
}


/* WEB APP */
.gfw-selector {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 390px;
  border: solid 1px #a8a8a8;
  border-radius: 30px;
  padding: 10px 20px;
  text-align: left;
  background-color: #FFF;
  cursor: pointer;
}

.gfw-selector span {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
  margin: 0;
  color: #a8a8a8;
}

.gfw-selector .gfw-svg, .gfw-selector svg {
  display: block;
  position: absolute;
  right: 20px;
  top: 17px;
  width: 18px;
  height: auto;
  margin-top: 7px;
  transform: rotate(0);
  transition: transform 300ms linear;
}

.gfw-selector .gfw-svg path, .gfw-selector svg path {
  fill: #f27524 !important;
}

.gfw-selector.active, .gfw-selector.set, .gfw-selector:focus, .gfw-selector:hover {
  border: solid 1px #f27524;
}

.gfw-selector.disabled {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  border: solid 1px #a8a8a8;
  opacity: 0.5;
  cursor: default;
}

.gfw-selector.set {
  border: solid 1px #f27524;
}

.gfw-selector.set span {
  color: #828282;
}

.gfw-selector ul {
  display: block;
  width: 100%;
  height: 0;
  min-height: 0;
  max-height: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  transition: min-height 300ms linear, max-height 300ms linear, opacity 300ms linear;
}

.gfw-selector ul li {
  display: inline-block;
  width: 100%;
  padding: 5px;
  margin: 0;
  border-top: solid 1px #efeff4;
  background-color: #FFF;
}

.gfw-selector ul li:last-of-type {
  padding: 5px 5px 0;
}

.gfw-selector ul li:hover {
  background-color: #fdeee5;
}

.gfw-selector.active {
  z-index: 2;
  left: 0;
  top: 0;
}

.gfw-selector.active .gfw-svg, .gfw-selector.active svg {
  transform: rotate(180deg);
}

.gfw-selector.active ul {
  display: block;
  width: 100%;
  height: inherit;
  min-height: 65px;
  max-height: 290px;
  overflow-y: auto;
  scroll-behavior: smooth;
  opacity: 1;
}

.gfw-webapp-selectors {
  display: block;
  position: relative;
  text-align: left;
  margin-bottom: 20px;
}

.gfw-webapp-selectors .gfw-selector {
  width: 100%;;
}

.gfw-text-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 390px;
  border: solid 1px #a8a8a8;
  border-radius: 30px;
  padding: 14px 20px;
  text-align: left;
  background-color: #FFF;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #828282;
}

.gfw-text-input.with-foot-note {
  margin: 0 0 15px;
}

.gfw-text-input.disabled:hover {
  border: solid 1px #a8a8a8;
}

.gfw-text-input.with-icon {
  width: calc(100% - 70px);
  padding: 14px 20px 14px 50px;
  background-repeat: no-repeat;
  background-position: 13px 13px;
  background-size: 27px auto;
}

.gfw-text-input.with-icon.right {
  padding: 14px 50px 14px 20px;
  background-position: calc(100% - 13px) 13px;
}

.gfw-text-input.with-icon.edit {
  background-image: url("/assets/icon-edicion.png");
}

.gfw-text-input.with-icon.location {
  background-image: url("/assets/icon-ubicacion.png");
}

.gfw-text-input.minimal {
  border: none;
  border-bottom: solid 1px #a8a8a8;
  border-radius: 0;
  padding-left: 0 !important;
}

@media only screen and (max-width: 1023px) {
  .gfw-text-input {
    width: calc(100% - 45px);
  }
}

.gfw-btn-1 {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 430px;
  border: solid 1px #f27524;
  border-radius: 30px;
  padding: 13px 20px;
  text-align: left;
  color: #FFF;
  background-color: #f27524;
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2;
  transform: scale(1);
  cursor: pointer;
  transition: all 300ms linear;
}

.gfw-btn-1:hover {
  transform: scale(0.97);
}

.gfw-btn-1.inverted {
  background-color: #FFF;
  color: #f27524;
}

.gfw-btn-1.inverted.blue {
  border: solid 1px #0A4182;
  background-color: transparent;
  color: #0A4182;
}

.gfw-btn-1 .gfw-svg, .gfw-btn-1 svg {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: auto;
  height: 20px;
  transform: translate(-50%, -50%);
}

.gfw-btn-1.facebook {
  background-color: #34589D;
  border: solid 1px #34589D;
}

.gfw-btn-1.facebook .gfw-svg, .gfw-btn-1.facebook svg {
  display: block;
  width: 30px;
  height: auto;
  right: inherit;
  left: 30px;
}

.gfw-btn-1.facebook img.token {
  display: inline-block;
  width: auto;
  height: 14px;
  transform: scale(1.3) !important;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a8a8a8;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a8a8a8;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a8a8a8;
}

.catHeroWrpr {
  max-width:900px;
}

.catHeroWrpr p {
  margin: 10px auto;
  font-weight: 300;
  font-size: .9rem;
}

@media only screen and (max-width: 912px) {
  .catHeroWrpr {
    margin-bottom: 20px;
  }
}

.catHeroWrpr .gfw-btn-1 {
  width: inherit;
  margin: 10px auto 0;
  background-color: var(--azul);
}

.faqsList div:nth-child(n+4){
  display: none;
}

.ver-faqs {
  text-align: left;
}
.btn-ver-faqs {
  font-size: 1.0rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
  outline: none;
  background-color: transparent;
}
.ver-faqs.icon-flecha::after {
  font-family: 'icons';
  content: '\e81b';
  margin: 0 auto;
  margin-bottom: -10px;
  font-size: 1rem;
  color: var(--naranja);
}
.ver-faqs.icon-flecha-arriba::before {
  font-family: 'icons';
  content: '\e81c';
  margin: 0 auto;
  margin-bottom: -10px;
  font-size: 1rem;
  color: var(--naranja);
}

.faqsHeroWrpr p {
  margin: 10px auto;
  font-weight: 300;
}
.faqsTitle {
  width: 100%;
  border-bottom: solid 1px #cecece;
    margin-bottom: 50px;
    text-align: center;
    font-size: 2.3rem;
    font-weight: 300;
    line-height: 2;
    color: #f27524;
    padding-bottom: 20px;
}
.faqsTitle.left {
    text-align: left;
}

.container-leg {
    width: 100%;
    max-width: 75rem;
    margin: 0 auto;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.faqWrpr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  max-width: 1200px;
}
.faqsItem {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 30%;
  margin-left: 3%;
  margin-bottom: 80px;
}
.faqsItem.detail {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 65%;
  margin-bottom: 80px;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
	.faqsItem {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: calc(100% - 20px);
    margin-bottom: 80px;
    margin-left: 20px;
    margin-right: 20px;
  }
  .faqsItem.detail {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: calc(100% - 20px);
    margin-bottom: 80px;
    margin-left: 20px;
  }
}

.faqIcon {
  display: block;
  width: 75px;
}
.faqIcon img {
  display: block;
  width: 70px;
  height: auto;
}
.faqText {
  display: block;
  width: calc(100% - 20px);
  margin-left: 20px;
}
.faqsTheme {
  display: block;
  min-height: 60px;
  padding: 15px 0 0 0;
  margin-bottom: 10px;
}
.faqsTheme h3 {
  display: inline-block;
  font-size: 24px;
  line-height: 1.2em;
}

.theFaq {
  display: inline-block;
  margin-bottom: 20px;
  width:calc(100% - 20px);
}
.theFaq span {
  display: inline-block;
  cursor: pointer;
}
.theFaq span:hover, .theFaq.active {
  font-weight: bold !important;
}


.theFaq p {
  display: none;
  width: 100%;
  overflow-wrap:break-word;
  /*height: 1px;
  min-height: 1px;
  max-height: 1px;*/
  overflow: hidden;
  /*opacity: 0;*/
  font-weight: 400;
  -webkit-transition: max-height 750ms linear, min-height 750ms linear, opacity 750ms linear;
  -moz-transition: max-height 750ms linear, min-height 750ms linear, opacity 750ms linear;
  -o-transition: max-height 750ms linear, min-height 750ms linear, opacity 750ms linear;
  transition: max-height 750ms linear, min-height 750ms linear, opacity 750ms linear;
}

.theFaq.active p {
  display: block;
  width: 100%;
  height: auto;
  max-height: 200px;
  max-height: 500px;
  overflow: hidden;
  opacity: 1;
}

.faqsVerMas {
  font-weight: bold;
}
.faqsVerMas img {
  display: inline-block;
  width: 15px;
  height: auto;
}
.faqsVolver {
  font-weight: bold;
}
.faqsVolver img {
  display: inline-block;
  width: 7px;
  height: auto;
}


/* ADAPTED */
.gfw-webapp-selectors {
  display: grid;
  grid-template-columns: 125px 1fr;
  grid-gap: 10px;
}

@media (max-width: 599px) {
  .gfw-webapp-selectors {
    grid-template-columns: 1fr;
  }
}

.gfw-webapp-selectors .gfw-selector {
  width: 125px !important;
  max-width: 125px !important;
}

.gfw-selector span {
  width: 100px;
  height: auto;
}

.gfw-selector svg {
  top: 14px
}

.gfw-selector img {
  display: inline-block;
  width: 20px;
  height: auto;
  margin: 0;
}

.gfw-webapp-selectors .gfw-text-input {
  border-radius: 30px 0 0 30px;
}

.gfw-webapp-selectors .gfw-btn-1 {
  width: 120px;
  border-radius: 0 30px 30px 0;
}

.header_overlay.with-image{
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.gfw-lightbox {
  display: none;
    z-index: 9999!important;
}

.text_home {
  top: 300px!important;
}
h2 {
    line-height: 1.1em;
    margin-bottom: 20px;
}

@media only screen and (max-width: 52rem) {

  html, body {
    width: 100vw!important;
    overflow: hidden!important;
    overflow-y: auto!important;
  }

  .text_home {
    position: absolute!important;
    top: 250px!important;
    left: 50%!important;
    transform: translate(-50%,-50%)!important;
    width: 100%!important;
  }
	.heroSearch .gfw-text-input {
    left: 7px!important;
    width: calc(100vw - 140px)!important;
    min-width: calc(100vw - 140px)!important;
  }
  .heroSearch .gfw-btn-1 {
    left: calc(100vw - 130px)!important;
    width: 120px!important;
    margin-top: 2px!important;
  }
  .hero-claim p {
    width: calc(100% - 50px)!important;
    font-size: 1.3em!important;
  }

  section.flapper {
    top: 550px;
    transform: translate(-50%, -50%)!important;
    width: calc(100vw - 20px)!important;
    max-width: calc(100vw - 20px)!important;
    padding-left: 0!important;
    padding-right: 0!important;
  }
  section.flapper .flapper {
    font-size: 38px;
    width: calc(100vw - 20px)!important;
    max-width: calc(100vw - 20px)!important;
    text-align: center;
  }
}
@media only screen and (max-width: 52rem) {
	.title-rubro {
    margin-left: auto!important;
    margin-right: auto!important;
  }
}


@media only screen and (max-width: 52rem) {
  body &gt; section, body &gt; main {
    width: 100vw!important;
    min-width: 100vw!important;
    max-width: 100vw!important;
    overflow-x: hidden!important;
  }
  header{
    width: 100vw!important;
  }
  .menu {
    width: 100vw!important;
  }
  .menu-list__item a {
    padding-left: 20px!important;
  }
  .searchInputWrpr {
    width: 100% !important;
    max-width: 100vw!important;
    min-width: 0vw!important;
  }
}
@media only screen and (max-width: 768px) {
	.submenu a.active-sub::before {
    left: -12px!important;
  }
}


@media (max-width: 52rem) {
  .rubros-list {
      grid-column-gap: 10px;
      padding: 0;
      margin-bottom: 40px;
  }
  .rubro {
    text-align: center!important;
  }
  .rubro img {
    width: 100%;
  }
  .gfw-selector {
      padding: 10px 10px;
  }
  .gfw-selector .gfw-svg, .gfw-selector svg {
      right: 10px;
  }
}


@media (max-width: 320px) {
  .rubros-list {
      grid-column-gap: 10px;
      padding: 0;
      margin-bottom: 40px;
  }
  .rubro {
    text-align: center!important;
  }
  .rubro img {
    width: 100%;
  }

  .phoneInputWrpr .gfw-selector {
    width: 95px !important;
    max-width: calc(100% - 45px) !important;
    margin-left: 0px!important;
  }
  .gfw-selector {
      padding: 10px 10px;
  }
  .gfw-selector .gfw-svg, .gfw-selector svg {
      right: 10px;
  }
}


/* 20191216-0045 */
/*IE FIX */
html, body {
  width: 100vw!important;
  max-width: 100vw!important;
  overflow-x: hidden!important;
}
.ciudades {
  width: 100vw!important;
  min-height: 330px!important;
  overflow: hidden!important;
  text-align: center!important;
}
.ciudad {
    display: inline-block!important;
    position: relative!important;
    width: 1060px!important;

}
.ciudad div {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 200px!important;
    margin: 0;
    padding: 0;
}
.ciudad div img{
    display: inline-block;
    position: relative;
    text-align: center;
}
@media only screen and (max-width: 52rem) {
	.ciudades {
    width: 100vw!important;
    min-height: 330px!important;
  }
  .ciudad {
      width: 100%!important;

  }
  .ciudad div {
      width: 100%!important;
      margin: 0 0 20px 0;
  }
  .ciudad div img{
      margin-bottom: 20px;
  }

  /* smartbanner fix */
  /* .smartbanner {
    display: block!important;
    position: absolute!important;
    width: 100%!important;
    height: 285px!important;
    padding-bottom: 285px!important;
    background-color: red!important;
  } */
  .text_home {
      position: relative!important;
      top: 140px!important;
      /* left: 50%!important; */
      /* transform: translate(-50%,-50%)!important; */
      width: 100%!important;
  }

  /* Espacios de Saul */
  .rubros.container.pad {
    margin-top: 8rem!important;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
  }
  section.rubros.container.pad&gt;center {
    display: inline-block!important;
    width: 100%!important;
    margin: 20px auto 50px!important;
  }
  .kpis .kpisWrpr .kpiItem {
    margin: 20px 0!important;
  }
  section.how.pad.noMarTop.grisFondo {
    padding-top: 30px!important;
    padding-bottom: 50px!important;
    margin-bottom: 40px!important;
  }
  .descubre.pad h2 {
    margin-bottom: 0!important;
  }
  .descargaAppRow &gt; div {
    padding-top: 20px!important;
    margin-top: 0!important;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
  }
  .descargaAppRow &gt; div:nth-of-type(2) {
    padding-top: 0!important;
    margin-top: 0!important;
  }
  .descargaAppRow &gt; div:nth-of-type(2) p:nth-of-type(1) {
    padding-top: 0!important;
    margin-top: 0!important;
  }
  .descargaAppRow &gt; div:nth-of-type(2) span a img {
    margin-top: 20px!important;
    margin-bottom: 20px!important;
  }
  section.blog {
    margin-top: 20px!important;
    padding-top: 30px!important;
    padding-bottom: 20px!important;
  }
  section.blog .title_blog {
    padding-bottom: 20px!important;
  }
  section.testimonios.grisOscuroFondo {
    padding-top: 30px!important;
    padding-bottom: 30px!important;
  }
  section.testimonios.grisOscuroFondo .container h2 {
    padding-bottom: 0!important;
  }
  .testimonios_content.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 0!important;
  }
  .testimonios_content .slick-dots {
      bottom: -20px!important;
      left: 0;
  }
  @media (max-width: 832px) {
    .testimonios_content .slick-dots {
      bottom: -50px !important;
  }
}
  .ciudades.container.container-ciudad {
    margin-top: 0!important;
    padding-top: 30px!important;
    margin-bottom: 0!important;
    padding-bottom: 20px!important;
  }
}</pre></body></html>