@charset "UTF-8";
/*------------------------------------
| Se declaran las variables browser
| como variables globales para poder
| usarlas al llamar el mixin.
|
| @include keyframes(animacionTest) {
|   0% {
|     browsertransform: scale(0.3);
|     width: 100px;
|   } 10% {
|     browsertransform: scale(0.3);
|     width: 150px;
|   }
| }
|
| No interfiere con el resto de los
| parámetros si no se hace uso de la
| misma.
|-----------------------------------*/
/*! http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 | License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none; }

.colx1 {
  width: 10%; }

.colx2 {
  width: 20%; }

.colx3 {
  width: 30%; }

.colx4 {
  width: 40%; }

.colx5 {
  width: 50%; }

.colx8 {
  width: 80%; }

.max-w {
  max-width: 1280px;
  margin: 0px auto;
  position: relative; }

/*
** Global
*/
body {
  font-family: 'Tahoma', Arial, sans-serif; }

.popupsection {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
  pointer-events: none; }
  .popupsection .max-w {
    max-width: 620px; }

.popup-on {
  overflow: hidden; }
  .popup-on .block {
    overflow: hidden; }
  .popup-on .popupsection {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 1;
    pointer-events: auto; }

#webUp #webUpTo {
  /*
  ** IE Spinners
  */
  /*
  ** Header
  */
  /*
  ** Sección */
  /*
  ** Venecitas Modulos */
  /*
  ** Venecitas Modulos */
  /** APP fondos */
  /*
  ** Contacto
  */
  /*
  ** Loader
  */ }
  #webUp #webUpTo button, #webUp #webUpTo input, #webUp #webUpTo optgroup, #webUp #webUpTo select, #webUp #webUpTo textarea {
    font-size: 16px; }
  #webUp #webUpTo *, #webUp #webUpTo ::after, #webUp #webUpTo ::before {
    box-sizing: content-box; }
  #webUp #webUpTo .number-spin-btn-container {
    z-index: 5;
    position: absolute;
    opacity: 0.5;
    right: 4px;
    bottom: 4px;
    width: 16px; }
  #webUp #webUpTo .color-pastina {
    display: none; }
  #webUp #webUpTo .number-spin-btn {
    position: relative; }
    #webUp #webUpTo .number-spin-btn:hover {
      background-color: #bdbdbd; }
    #webUp #webUpTo .number-spin-btn:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      border-style: solid; }
  #webUp #webUpTo .number-spin-btn-up:before {
    border-width: 0px 4px 4px 4px;
    border-color: transparent transparent #3d3d3d transparent; }
  #webUp #webUpTo .number-spin-btn-down:before {
    border-width: 4px 4px 0px 4px;
    border-color: #3d3d3d transparent transparent transparent; }
  #webUp #webUpTo .main-inner {
    height: 100vh; }
  #webUp #webUpTo .main-header {
    height: 80px;
    background: grey; }
  #webUp #webUpTo .app-wrap {
    font-size: 0px;
    text-align: left;
    position: relative; }
  #webUp #webUpTo .vertical-halfpage {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0px;
    font-size: 10px;
    padding: 0px 30px 15px;
    box-sizing: border-box; }
  #webUp #webUpTo .halfpage-right {
    text-align: left;
    position: relative; }
    #webUp #webUpTo .halfpage-right:before {
      content: '';
      position: absolute;
      width: 1px;
      top: 0px;
      bottom: 25px;
      left: 0px;
      border-right: 1px solid #676767; }
  #webUp #webUpTo .halfright-wrap {
    max-width: 550px;
    margin: 0px auto; }
  #webUp #webUpTo .block {
    padding-top: 30px; }
  #webUp #webUpTo .modulos-wrap {
    max-width: 543.5px;
    margin: 0px auto;
    text-align: center; }
  #webUp #webUpTo .app-modulos-venecitas {
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #webUp #webUpTo .venecitas-modulo15x15, #webUp #webUpTo .guardas-modulo15x15 {
    font-size: 0; }
  #webUp #webUpTo .venecitas-modulo15x15 {
    padding: 0.5%; }
  #webUp #webUpTo .pop-animate {
    animation: popanimate 0.3s ease forwards; }
  #webUp #webUpTo .venecita-modulo, #webUp #webUpTo .guarda-modulo {
    width: 6.2%;
    margin-right: 0.5%;
    padding-bottom: 6.2%;
    background: #fbfbfb;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.5%;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
    #webUp #webUpTo .venecita-modulo img, #webUp #webUpTo .guarda-modulo img {
      display: block;
      width: 105%;
      height: auto;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1; }
    #webUp #webUpTo .venecita-modulo:nth-child(15n), #webUp #webUpTo .guarda-modulo:nth-child(15n) {
      margin-right: 0%; }
    #webUp #webUpTo .venecita-modulo:nth-last-child(-n+15), #webUp #webUpTo .guarda-modulo:nth-last-child(-n+15) {
      margin-bottom: 0px; }
  #webUp #webUpTo .guarda-modulo {
    width: 6.67%;
    padding-bottom: 6.67%;
    margin: 0px; }
  #webUp #webUpTo .venecitaTexturas-percent {
    position: relative;
    font-size: 0;
    display: inline-block;
    padding-top: 7px; }
  #webUp #webUpTo .lock-disabled {
    display: inline-block;
    opacity: 0;
    position: absolute;
    width: 160px;
    padding: 6px;
    bottom: 0%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    border-radius: 3px;
    background: white;
    font-size: 11px;
    line-height: 120%;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    transition: all 0.5s ease;
    pointer-events: none; }
  #webUp #webUpTo .lock-alert {
    opacity: 1;
    bottom: 100%;
    pointer-events: auto; }
  #webUp #webUpTo .app-selectorVenecitaTextura {
    font-size: 0px; }
  #webUp #webUpTo .venecitaTextura-item {
    display: inline-block;
    vertical-align: top; }
  #webUp #webUpTo .venecitaTexturas, #webUp #webUpTo .venecitaCurrent {
    display: inline-block;
    vertical-align: bottom; }
  #webUp #webUpTo .venecitaTextura-reemplazo {
    margin: 0px 3.5px 3.5px 0px; }
    #webUp #webUpTo .venecitaTextura-reemplazo.current img, #webUp #webUpTo .venecitaTextura-reemplazo:hover img {
      -webkit-transform: scale(0.85);
      -moz-transform: scale(0.85);
      -ms-transform: scale(0.85);
      -o-transform: scale(0.85);
      transform: scale(0.85);
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
    #webUp #webUpTo .venecitaTextura-reemplazo img {
      width: 27px;
      height: 27px;
      border-radius: 3px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
  #webUp #webUpTo .venecitaTextura-porcentaje {
    position: relative;
    width: 41px;
    padding: 4px; }
    #webUp #webUpTo .venecitaTextura-porcentaje:hover .img-porcentaje {
      opacity: 1; }
  #webUp #webUpTo .img-porcentaje, #webUp #webUpTo .input-porcentaje {
    transition: opacity 0.5s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #webUp #webUpTo .img-porcentaje {
    display: block;
    margin: 0px auto;
    width: 41px;
    height: 41px;
    border-radius: 4px 4px 0px 0px; }
  #webUp #webUpTo .input-porcentaje {
    display: block;
    width: 40px;
    height: auto;
    border: none;
    text-align: center;
    border-radius: 0px 0px 4px 4px;
    opacity: 0.5; }
    #webUp #webUpTo .input-porcentaje:focus {
      outline: none; }
  #webUp #webUpTo .lock-porcentaje {
    position: absolute;
    width: 15px;
    height: 0px;
    top: 4px;
    right: 4px;
    border-radius: 3px;
    border: none !important;
    cursor: pointer;
    background-image: url("../images/lock.svg");
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: center;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
    background-color: grey; }
    #webUp #webUpTo .lock-porcentaje:checked {
      background-color: black;
      height: 15px; }
    #webUp #webUpTo .lock-porcentaje:checked ~ .img-porcentaje {
      border-color: black; }
    #webUp #webUpTo .lock-porcentaje:checked ~ .input-porcentaje {
      background: black;
      color: white;
      font-weight: bold;
      pointer-events: none;
      width: 100%; }
      #webUp #webUpTo .lock-porcentaje:checked ~ .input-porcentaje::-webkit-outer-spin-button, #webUp #webUpTo .lock-porcentaje:checked ~ .input-porcentaje::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
  #webUp #webUpTo .textura-activa:hover .lock-porcentaje {
    height: 15px; }
  #webUp #webUpTo .textura-activa .img-porcentaje {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid white; }
  #webUp #webUpTo .textura-activa .img-porcentaje, #webUp #webUpTo .textura-activa .input-porcentaje {
    opacity: 1; }
  #webUp #webUpTo input[type=number]::-webkit-inner-spin-button,
  #webUp #webUpTo input[type=number]::-webkit-outer-spin-button {
    opacity: 1; }
  #webUp #webUpTo h2 {
    font-size: 20px;
    color: #404040;
    text-align: left;
    letter-spacing: -0.5px; }
  #webUp #webUpTo hr {
    background-color: #9f8240;
    height: 5px;
    margin-left: 0%;
    margin-right: 50%; }
  #webUp #webUpTo .light-line {
    background-color: #9f8240;
    height: 1px;
    margin-left: 0%;
    margin-right: 50%; }
  #webUp #webUpTo h3, #webUp #webUpTo p {
    font-size: 20px; }
  #webUp #webUpTo .main-buttom {
    margin-top: 20px;
    font-size: 0;
    text-align: left;
    padding-bottom: 10px;
    position: relative;
    z-index: 2; }
    #webUp #webUpTo .main-buttom .app-buttom {
      margin: 0px;
      padding: 6px 8px 6px 26px;
      position: relative;
      font-size: 15px;
      line-height: 15px;
      z-index: 1;
      border: none;
      letter-spacing: -0.5px;
      border-radius: 0px; }
      #webUp #webUpTo .main-buttom .app-buttom span {
        font-size: 15px;
        line-height: 15px; }
      #webUp #webUpTo .main-buttom .app-buttom:before {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        position: absolute;
        left: 4px;
        top: 4px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      #webUp #webUpTo .main-buttom .app-buttom:hover {
        background: transparent;
        color: black; }
    #webUp #webUpTo .main-buttom .app-mezclar {
      margin-right: 10px;
      border-right: 1px solid gray; }
      #webUp #webUpTo .main-buttom .app-mezclar:before {
        background: url("../images/twist.svg") no-repeat center center;
        background-size: 100% auto; }
    #webUp #webUpTo .main-buttom .app-enviar {
      color: white; }
      #webUp #webUpTo .main-buttom .app-enviar:after {
        content: '';
        display: block;
        position: absolute;
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        background: #03c980;
        z-index: -1;
        border-radius: 50px; }
      #webUp #webUpTo .main-buttom .app-enviar:before {
        background: url("../images/send.svg") no-repeat center center;
        background-size: 100% auto; }
      #webUp #webUpTo .main-buttom .app-enviar:hover:before {
        -webkit-transform: translate(1px, -2px);
        -moz-transform: translate(1px, -2px);
        -ms-transform: translate(1px, -2px);
        -o-transform: translate(1px, -2px);
        transform: translate(1px, -2px);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
  #webUp #webUpTo .detail-text {
    display: block;
    font-size: 14px;
    text-align: right;
    position: absolute;
    top: -4px;
    right: 0px;
    z-index: 2; }
    #webUp #webUpTo .detail-text strong {
      font-size: 16px;
      display: block;
      font-weight: 700; }
  #webUp #webUpTo .app-mezclar:hover:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  #webUp #webUpTo .app-buttom, #webUp #webUpTo .pintado-label, #webUp #webUpTo .venecita-fondo, #webUp #webUpTo .venecitaTextura-item, #webUp #webUpTo .titulos {
    cursor: pointer;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */ }
  #webUp #webUpTo .app-buttom, #webUp #webUpTo .pintado-label {
    display: inline-block;
    border-radius: 3px;
    transition: color 0.4s, border-color 0.4s; }
  #webUp #webUpTo .texture-color-wrap {
    position: relative; }
  #webUp #webUpTo .venecitaCurrent {
    position: absolute;
    top: 0px;
    left: 0px; }
    #webUp #webUpTo .venecitaCurrent:before {
      content: '';
      display: block;
      position: absolute;
      bottom: 5px;
      right: 5px;
      width: 12px;
      height: 30px;
      background: url("../images/trowel.svg") no-repeat center center;
      background-size: 100% auto; }
  #webUp #webUpTo .venecitaTexturas-selector {
    display: inline-block;
    font-size: 0px;
    padding-left: 65px; }
  #webUp #webUpTo .app-buttom {
    font-size: 12px;
    padding: 10px 25px;
    color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(0, 0, 0, 0.6);
    margin: 10px 4px 0px 0px; }
    #webUp #webUpTo .app-buttom:last-child {
      margin-right: 0px; }
    #webUp #webUpTo .app-buttom:hover {
      color: white;
      border-color: rgba(0, 0, 0, 0.6);
      background: rgba(0, 0, 0, 0.6); }
  #webUp #webUpTo .pintado-label {
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 10px 5px 26px;
    font-size: 10px;
    margin-bottom: 16px;
    color: rgba(0, 0, 0, 0.4);
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-radius: 13px;
    position: relative;
    z-index: 1; }
    #webUp #webUpTo .pintado-label:before {
      content: '';
      display: block;
      position: absolute;
      top: 5px;
      left: -2px;
      margin-left: 10px; }
    #webUp #webUpTo .pintado-label[for="individual"]:before {
      width: 10px;
      height: 10px;
      background: #9a9a9a; }
    #webUp #webUpTo .pintado-label:hover {
      color: white;
      border-color: rgba(0, 0, 0, 0.6);
      background: rgba(0, 0, 0, 0.6); }
    #webUp #webUpTo .pintado-label[for="grupal"] {
      margin-left: 10px; }
      #webUp #webUpTo .pintado-label[for="grupal"]:before {
        width: 10px;
        height: 10px;
        top: 6px;
        left: 0px;
        background: #9a9a9a; }
      #webUp #webUpTo .pintado-label[for="grupal"]:after {
        content: '';
        display: block;
        position: absolute;
        top: 4px;
        left: -2px;
        margin-left: 10px;
        width: 10px;
        height: 10px;
        background: #cdcdcd; }
  #webUp #webUpTo .pintado-input:checked + .pintado-label {
    color: white;
    border-color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.6); }
    #webUp #webUpTo .pintado-input:checked + .pintado-label[for="individual"]:before {
      animation: rotats 1s 0s ease infinite; }
    #webUp #webUpTo .pintado-input:checked + .pintado-label[for="grupal"]:before {
      animation: rotats 1s 0s ease infinite; }
    #webUp #webUpTo .pintado-input:checked + .pintado-label[for="grupal"]:after {
      animation: rotats 1s 0.3s ease infinite; }
  #webUp #webUpTo .venecitaCurrent {
    margin-right: 5px; }
    #webUp #webUpTo .venecitaCurrent img {
      width: 60px;
      border-radius: 4px; }
  #webUp #webUpTo p {
    font-size: 13px;
    text-align: left;
    color: gray;
    padding-top: 6px;
    padding-bottom: 10px;
    line-height: 13px; }
  #webUp #webUpTo .second-main-content {
    position: relative;
    margin: 10px 0px 30px;
    border-radius: 3px; }
  #webUp #webUpTo .guardas-selector {
    top: 0px; }
  #webUp #webUpTo .guarda-space {
    position: absolute;
    left: 82px;
    top: 0px; }
  #webUp #webUpTo .print-list {
    display: none; }
  #webUp #webUpTo .titulos {
    opacity: 1;
    display: inline-block;
    pointer-events: auto;
    cursor: pointer;
    font-size: 14px;
    background: #fbfbfb;
    padding: 12px 15px;
    border-radius: 6px 6px 0px 0px;
    transition: background 0.6s;
    cursor: pointer; }
    #webUp #webUpTo .titulos:hover {
      background: #f1f1f1; }
  #webUp #webUpTo .content-guardas {
    position: absolute;
    top: 37px;
    bottom: 0px;
    overflow-y: auto;
    overflow-x: hidden; }
    #webUp #webUpTo .content-guardas .p-percent {
      padding-left: 0px;
      padding-bottom: 10px; }
  #webUp #webUpTo .guardas-list {
    margin-left: 0px;
    font-size: 0px; }
  #webUp #webUpTo .guardas-item {
    display: inline-block;
    width: 49%;
    margin-bottom: 10px;
    vertical-align: top;
    padding-bottom: 14px;
    border-bottom: 1px solid gray; }
    #webUp #webUpTo .guardas-item:nth-child(2n) {
      margin-left: 2%; }
    #webUp #webUpTo .guardas-item .guardas-wrap {
      padding-bottom: 60%;
      overflow: hidden;
      position: relative;
      z-index: 1; }
    #webUp #webUpTo .guardas-item .guardas-modulo15x15 {
      position: absolute;
      top: 0px;
      left: 0px;
      right: 0px;
      z-index: 1; }
    #webUp #webUpTo .guardas-item:hover .guardas-modulo15x15 {
      opacity: 1; }
    #webUp #webUpTo .guardas-item .guarda-modulo {
      width: 6.6%;
      padding-bottom: 6.6%; }
  #webUp #webUpTo .guarda-activa .guardas-modulo15x15 {
    opacity: 1; }
  #webUp #webUpTo .guardas-modulo15x15 {
    opacity: 0.7;
    transition: opacity 0.5s ease; }
  #webUp #webUpTo .guarda-name {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
    padding-top: 0px;
    padding-bottom: 4px; }
  #webUp #webUpTo .app-content {
    opacity: 0;
    z-index: -1;
    background: #f1f1f1;
    padding: 12px;
    border-radius: 0px 6px 6px 6px; }
  #webUp #webUpTo .p-percent {
    padding: 0px 0px 0px 4px; }
  #webUp #webUpTo .pintado-input, #webUp #webUpTo .selection-input {
    display: none; }
  #webUp #webUpTo .selection-input:checked ~ .titulos {
    background: #f1f1f1; }
  #webUp #webUpTo .selection-input:checked ~ .app-content {
    opacity: 1;
    z-index: 1; }
  #webUp #webUpTo .linea-fondo {
    margin-bottom: 10px; }
  #webUp #webUpTo .venecitas-fondos {
    font-size: 0px; }
  #webUp #webUpTo .venecita-fondo {
    display: inline-block;
    position: relative;
    padding-bottom: 8px;
    font-size: 20px;
    min-width: 130px; }
    #webUp #webUpTo .venecita-fondo:hover .fondos-span {
      opacity: 1; }
  #webUp #webUpTo .fondo-activo .fondos-span {
    opacity: 1;
    border: 1px solid gray;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #webUp #webUpTo .fondo-activo .fondos-p {
    color: black;
    -webkit-transform: translateX(-2px);
    -moz-transform: translateX(-2px);
    -ms-transform: translateX(-2px);
    -o-transform: translateX(-2px);
    transform: translateX(-2px);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  #webUp #webUpTo .fondos-p, #webUp #webUpTo .fondos-span {
    vertical-align: middle;
    display: inline-block;
    padding: 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #webUp #webUpTo .fondos-p {
    vertical-align: middle; }
  #webUp #webUpTo .fondos-span {
    border-radius: 3px;
    width: 40px;
    height: 15px; }
  #webUp #webUpTo .popupsection {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1000000;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.9); }
    #webUp #webUpTo .popupsection .max-w {
      position: relative;
      z-index: 1; }
  #webUp #webUpTo .close {
    position: absolute;
    top: 20px;
    right: -30px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background-image: none;
    background: white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    transition: background 0.3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
    #webUp #webUpTo .close:before, #webUp #webUpTo .close:after {
      content: '';
      display: block;
      position: absolute;
      width: 1px;
      height: 24px;
      background: black;
      top: 7px;
      left: 17px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    #webUp #webUpTo .close:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
    #webUp #webUpTo .close:after {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%; }
    #webUp #webUpTo .close:hover {
      background: black; }
      #webUp #webUpTo .close:hover:before, #webUp #webUpTo .close:hover:after {
        background: white; }
      #webUp #webUpTo .close:hover:before {
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
      #webUp #webUpTo .close:hover:after {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        -webkit-transform-origin: 50% 50%;
        -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        -o-transform-origin: 50% 50%;
        transform-origin: 50% 50%; }
  #webUp #webUpTo input, #webUp #webUpTo label, #webUp #webUpTo textarea, #webUp #webUpTo button {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0%;
    -moz-border-radius: 0%;
    border-radius: 0%;
    outline: none;
    border: none;
    margin: 0px;
    padding: 0px; }
    #webUp #webUpTo input::-webkit-input-placeholder, #webUp #webUpTo input:-moz-placeholder, #webUp #webUpTo input::-moz-placeholder, #webUp #webUpTo input:-ms-input-placeholder, #webUp #webUpTo label::-webkit-input-placeholder, #webUp #webUpTo label:-moz-placeholder, #webUp #webUpTo label::-moz-placeholder, #webUp #webUpTo label:-ms-input-placeholder, #webUp #webUpTo textarea::-webkit-input-placeholder, #webUp #webUpTo textarea:-moz-placeholder, #webUp #webUpTo textarea::-moz-placeholder, #webUp #webUpTo textarea:-ms-input-placeholder, #webUp #webUpTo button::-webkit-input-placeholder, #webUp #webUpTo button:-moz-placeholder, #webUp #webUpTo button::-moz-placeholder, #webUp #webUpTo button:-ms-input-placeholder {
      color: #727277; }
  #webUp #webUpTo .form-cont {
    position: relative;
    z-index: 1; }
    #webUp #webUpTo .form-cont h4 {
      font-size: 26px;
      line-height: 1.1em;
      margin-bottom: 14px;
      letter-spacing: -1px; }
    #webUp #webUpTo .form-cont ul {
      padding-left: 0px;
      font-size: 0; }
      #webUp #webUpTo .form-cont ul li {
        margin-bottom: 8px; }
    #webUp #webUpTo .form-cont li:before {
      content: none;
      display: none; }
  #webUp #webUpTo .select-field {
    position: relative;
    z-index: 1; }
    #webUp #webUpTo .select-field:after {
      content: '';
      display: block;
      pointer-events: none;
      width: 10px;
      height: 10px;
      border-right: 2px solid black;
      border-bottom: 2px solid black;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transform-origin: 50% 50%;
      -moz-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
      -o-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      position: absolute;
      top: 20px;
      right: 10px; }
  #webUp #webUpTo .regular-field {
    position: relative;
    z-index: 1;
    width: 49%;
    display: inline-block;
    vertical-align: top; }
    #webUp #webUpTo .regular-field:nth-child(2n) {
      margin-left: 2%; }
    #webUp #webUpTo .regular-field label, #webUp #webUpTo .regular-field input, #webUp #webUpTo .regular-field textarea, #webUp #webUpTo .regular-field select, #webUp #webUpTo .regular-field option {
      display: block; }
    #webUp #webUpTo .regular-field label {
      font-size: 14px;
      line-height: 1em;
      margin-bottom: 4px;
      color: white; }
    #webUp #webUpTo .regular-field input, #webUp #webUpTo .regular-field textarea, #webUp #webUpTo .regular-field select, #webUp #webUpTo .regular-field option {
      border: 1px solid black;
      font-size: 14px;
      line-height: 1em;
      padding: 4px;
      width: 100%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  #webUp #webUpTo .suscribe-field label {
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 4px;
    font-weight: 700; }
  #webUp #webUpTo .textarea-field textarea {
    min-height: 78px;
    resize: vertical; }
  #webUp #webUpTo .captcha-field {
    width: 49%;
    margin-left: auto;
    margin-right: 0px; }
  #webUp #webUpTo .submit-field {
    text-align: right;
    padding-top: 20px; }
    #webUp #webUpTo .submit-field input {
      margin-right: 10px; }
    #webUp #webUpTo .submit-field input, #webUp #webUpTo .submit-field .button {
      font-size: 14px;
      padding: 6px 8px;
      display: inline-block;
      margin-left: auto;
      cursor: pointer;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      border: none;
      background: gray;
      color: white;
      border-radius: 14px; }
      #webUp #webUpTo .submit-field input:hover, #webUp #webUpTo .submit-field .button:hover {
        background: #03c980;
        color: white; }
    #webUp #webUpTo .submit-field .button {
      padding-left: 30px;
      position: relative;
      z-index: 1; }
      #webUp #webUpTo .submit-field .button:before {
        content: '';
        display: block;
        position: absolute;
        left: 8px;
        top: 5px;
        background: url("../images/print.svg") no-repeat center center;
        width: 16px;
        height: 16px;
        background-size: 100% auto; }
  #webUp #webUpTo .captcha-field {
    position: relative; }
    #webUp #webUpTo .captcha-field label.error {
      left: 0px;
      right: auto;
      top: 0px; }
      #webUp #webUpTo .captcha-field label.error:before {
        content: '';
        display: block;
        position: absolute;
        left: 0px;
        top: 0px;
        width: 300px;
        height: 74px;
        border: 1px solid red;
        pointer-events: none;
        z-index: 1; }
  #webUp #webUpTo label.error, #webUp #webUpTo .label-error-captcha-er {
    position: absolute;
    top: 4px;
    right: 0px;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 10px;
    background: red;
    color: white;
    display: block;
    padding: 4px 5px;
    font-weight: 600; }
  #webUp #webUpTo .newsletter-err {
    top: 100%;
    left: 0px;
    right: 0px; }
  #webUp #webUpTo textarea.error,
  #webUp #webUpTo input.error {
    border-color: red; }
  #webUp #webUpTo .loader {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 100;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  #webUp #webUpTo .dotloader {
    display: block;
    width: 6px;
    height: 6px;
    background: gray;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) translate(-15px, -15px) rotate(45deg);
    -moz-transform: translate(-50%, -50%) translate(-15px, -15px) rotate(45deg);
    -ms-transform: translate(-50%, -50%) translate(-15px, -15px) rotate(45deg);
    -o-transform: translate(-50%, -50%) translate(-15px, -15px) rotate(45deg);
    transform: translate(-50%, -50%) translate(-15px, -15px) rotate(45deg);
    -webkit-transform-origin: 18px 18px;
    -moz-transform-origin: 18px 18px;
    -ms-transform-origin: 18px 18px;
    -o-transform-origin: 18px 18px;
    transform-origin: 18px 18px;
    -webkit-animation: loading 2s 0s ease infinite;
    animation: loading 2s 0s ease infinite;
    -webkit-animation-play-state: paused;
    animation-play-state: paused; }
    #webUp #webUpTo .dotloader:nth-child(0) {
      animation-delay: 0s; }
    #webUp #webUpTo .dotloader:nth-child(1) {
      animation-delay: 0.1s; }
    #webUp #webUpTo .dotloader:nth-child(2) {
      animation-delay: 0.2s; }
    #webUp #webUpTo .dotloader:nth-child(3) {
      animation-delay: 0.3s; }
    #webUp #webUpTo .dotloader:nth-child(4) {
      animation-delay: 0.4s; }
  #webUp #webUpTo .loadingForm .form-cont form {
    opacity: 0.3;
    pointer-events: none; }
  #webUp #webUpTo .loadingForm .form-cont .loader {
    opacity: 1; }
    #webUp #webUpTo .loadingForm .form-cont .loader .dotloader {
      -webkit-animation-play-state: running;
      animation-play-state: running; }
  #webUp #webUpTo .successForm form {
    opacity: 0;
    pointer-events: none; }
  #webUp #webUpTo .successForm .msj-form {
    opacity: 1;
    pointer-events: auto; }
  #webUp #webUpTo .msj-form {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 1000;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    pointer-events: none; }
    #webUp #webUpTo .msj-form h3 {
      font-size: 26px;
      line-height: 28px;
      color: white;
      font-weight: 300;
      text-align: left; }
  #webUp #webUpTo .aligment-app-prev {
    margin: 0px auto; }
    #webUp #webUpTo .aligment-app-prev h2 {
      color: white;
      padding: 30px 0px 10px; }
  #webUp #webUpTo .app-previsualizar {
    margin: 0px auto;
    font-size: 0; }
    #webUp #webUpTo .app-previsualizar canvas {
      width: 50%;
      height: auto;
      display: inline-block;
      vertical-align: top; }
      #webUp #webUpTo .app-previsualizar canvas:first-child {
        margin-right: -0.1%; }
    #webUp #webUpTo .app-previsualizar .app-modulos {
      display: inline-block;
      vertical-align: top;
      width: 50%; }
      #webUp #webUpTo .app-previsualizar .app-modulos:first-child .venecitas-modulo15x15 {
        padding-right: 0.25%; }
      #webUp #webUpTo .app-previsualizar .app-modulos:last-child .venecitas-modulo15x15 {
        padding-left: 0.25%; }

@-webkit-keyframes popanimate {
  0% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes popanimate {
  0% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@-ms-keyframes popanimate {
  0% {
    -ms-transform: scale(1.1); }
  100% {
    -ms-transform: scale(1); } }
@-o-keyframes popanimate {
  0% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }
@keyframes popanimate {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes slideOp {
  0% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes slideOp {
  0% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@-ms-keyframes slideOp {
  0% {
    -ms-transform: scale(1.1); }
  100% {
    -ms-transform: scale(1); } }
@-o-keyframes slideOp {
  0% {
    -o-transform: scale(1.1); }
  100% {
    -o-transform: scale(1); } }
@keyframes slideOp {
  0% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
@-webkit-keyframes rotats {
  0%, 100% {
    -webkit-transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(1px); }
  75% {
    -webkit-transform: translateY(-1px); } }
@-moz-keyframes rotats {
  0%, 100% {
    -moz-transform: translateY(0px); }
  50% {
    -moz-transform: translateY(1px); }
  75% {
    -moz-transform: translateY(-1px); } }
@-ms-keyframes rotats {
  0%, 100% {
    -ms-transform: translateY(0px); }
  50% {
    -ms-transform: translateY(1px); }
  75% {
    -ms-transform: translateY(-1px); } }
@-o-keyframes rotats {
  0%, 100% {
    -o-transform: translateY(0px); }
  50% {
    -o-transform: translateY(1px); }
  75% {
    -o-transform: translateY(-1px); } }
@keyframes rotats {
  0%, 100% {
    transform: translateY(0px); }
  50% {
    transform: translateY(1px); }
  75% {
    transform: translateY(-1px); } }
@-webkit-keyframes loading {
  0% {
    -webkit-transform: translate(-50%, -50%) translate(-15px, -15px) rotate(45deg);
    -webkit-transform-origin: 18px 18px;
    opacity: 1; }
  50% {
    -webkit-transform: translate(-50%, -50%) translate(-15px, -15px) rotate(315deg);
    -webkit-transform-origin: 18px 18px;
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) translate(-15px, -15px) rotate(755deg);
    -webkit-transform-origin: 18px 18px;
    opacity: 0; } }
@-moz-keyframes loading {
  0% {
    -moz-transform: translate(-50%, -50%) translate(-15px, -15px) rotate(45deg);
    -moz-transform-origin: 18px 18px;
    opacity: 1; }
  50% {
    -moz-transform: translate(-50%, -50%) translate(-15px, -15px) rotate(315deg);
    -moz-transform-origin: 18px 18px;
    opacity: 1; }
  100% {
    -moz-transform: translate(-50%, -50%) translate(-15px, -15px) rotate(755deg);
    -moz-transform-origin: 18px 18px;
    opacity: 0; } }
@-ms-keyframes loading {
  0% {
    -ms-transform: translate(-50%, -50%) translate(-15px, -15px) rotate(45deg);
    -ms-transform-origin: 18px 18px;
    opacity: 1; }
  50% {
    -ms-transform: translate(-50%, -50%) translate(-15px, -15px) rotate(315deg);
    -ms-transform-origin: 18px 18px;
    opacity: 1; }
  100% {
    -ms-transform: translate(-50%, -50%) translate(-15px, -15px) rotate(755deg);
    -ms-transform-origin: 18px 18px;
    opacity: 0; } }
@-o-keyframes loading {
  0% {
    -o-transform: translate(-50%, -50%) translate(-15px, -15px) rotate(45deg);
    -o-transform-origin: 18px 18px;
    opacity: 1; }
  50% {
    -o-transform: translate(-50%, -50%) translate(-15px, -15px) rotate(315deg);
    -o-transform-origin: 18px 18px;
    opacity: 1; }
  100% {
    -o-transform: translate(-50%, -50%) translate(-15px, -15px) rotate(755deg);
    -o-transform-origin: 18px 18px;
    opacity: 0; } }
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) translate(-15px, -15px) rotate(45deg);
    transform-origin: 18px 18px;
    opacity: 1; }
  50% {
    transform: translate(-50%, -50%) translate(-15px, -15px) rotate(315deg);
    transform-origin: 18px 18px;
    opacity: 1; }
  100% {
    transform: translate(-50%, -50%) translate(-15px, -15px) rotate(755deg);
    transform-origin: 18px 18px;
    opacity: 0; } }
@media (max-width: 900px) {
  .vertical-halfpage {
    width: 100%; }

  .halfpage-right {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    padding: 30px 15px; } }
@media (max-width: 480px) {
  .detail-text {
    display: none; } }

/*# sourceMappingURL=style.css.map */
