@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

/*------------------------------------
| 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, caption,
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; }

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; }

/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel .owl-refresh .owl-item {
  display: none; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d; }

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto; }

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img {
  transform-style: preserve-3d; }

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1; }

body {
  font-family: 'Roboto', sans-serif;
  font-size: 0px; }

.section-block {
  position: relative;
  height: 100vh; }

.topbar {
  padding: 12px 20px;
  box-sizing: border-box; }

.half-top {
  display: inline-block;
  width: 50%; }

.half-top-right {
  text-align: right; }

.menu {
  display: inline-block; }

.item-menu {
  display: inline-block;
  margin-left: 15px; }
  .item-menu:first-child {
    margin-left: 0px; }

.link-menu {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #fff; }

.user-name {
  color: #fff;
  font-size: 22px;
  font-weight: 700; }

.wrap-section {
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-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%; }

.wrap-form {
  max-width: 340px;
  margin: 0px auto;
  border-radius: 10px;
  overflow: hidden;
  text-align: center; }

.header-form {
  padding: 12px;
  font-weight: 500;
  font-size: 18px; }

.form-reg {
  background: #ffffff;
  width: 100%;
  padding: 20px;
  box-sizing: border-box; }

.list-reg {
  position: relative; }

.item-reg {
  margin-top: 25px;
  text-align: left; }
  .item-reg:first-child {
    margin-top: 0px; }

.item-checkbox, .item-submit {
  display: inline-block; }

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

.label-reg {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 10px; }

.label-button, .label-checkbox {
  margin-bottom: 0px;
  vertical-align: middle; }

.text-reg, .password-reg, .tel-reg, .email-reg {
  width: 100%;
  padding: 6px 14px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  border: solid 1px #747474;
  border-radius: 6px; }

.password-reg:last-child {
  margin-top: 12px; }

.button-reg {
  width: 14px;
  height: 14px;
  padding: 3px;
  margin-left: 7px;
  line-height: 6px;
  font-size: 10px;
  font-weight: 500;
  color: #272727;
  border: 1px solid #272727;
  border-radius: 7px;
  background: white; }
  .button-reg:hover {
    width: auto; }

.submit-reg {
  display: inline-block;
  min-width: 115px;
  line-height: 9px;
  padding: 7px;
  box-sizing: border-box;
  border: none;
  border-radius: 12px;
  background: #0d24fa;
  color: #fff;
  font-size: 12px;
  font-weight: 500; }
  .submit-reg:hover {
    color: #000;
    background: #2bfcf7; }

.button-reg, .checkbox-reg, .submit-reg {
  vertical-align: middle; }

.credits {
  font-size: 12px;
  line-height: 17px;
  margin-top: 30px;
  color: #272727;
  word-break: break-all;
  text-align: center; }

.image-main {
  margin: 0px auto 41px; }

.section-home {
  background: #000; }

.image-main {
  width: 230px; }

.header-form-home {
  background: #0D24FA;
  color: #fff; }

.form-home .submit-reg {
  margin: 0px auto; }

.topbar-generator {
  background: #0D24FA;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 1000; }

.link-usuario {
  color: #000;
  background: #ffffff; }

.half-page {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  vertical-align: top; }

.half-page-left {
  background: rgba(39, 39, 39, 0.15);
  padding-top: 40px;
  box-sizing: border-box; }

.header-form-generator {
  background: #0d24fa;
  color: #ffffff; }

.form-generator {
  text-align: left; }

.item-generator.item-submit {
  position: absolute;
  right: 0px;
  bottom: 0px; }

.gallery-Generador {
  margin-top: 6px; }

.gallery-item {
  margin-right: 4px;
  position: relative; }
  .gallery-item input {
    position: absolute;
    z-index: 10;
    top: 4px;
    left: 4px; }
  .gallery-item:last-child {
    margin-right: 0px; }
  .gallery-item:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    border: 1px solid #fff;
    pointer-events: none; }
  .gallery-item:hover:after, .gallery-item.active:after {
    border-width: 3px; }

.gallery-item, .gallery-figure {
  display: inline-block; }

.section-register {
  background: #000; }

.topbar-register {
  background: #ffffff; }

.link-firma {
  background: #0D24FA; }

.header-form-register {
  background: #0D24FA;
  color: #ffffff; }

/*
**
*/
.hide-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  pointer-events: none;
  -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.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; }
  .hide-wrap.show {
    pointer-events: auto;
    -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; }

.new-img-cont {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-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%; }

.wrap-inner {
  padding: 20px;
  background: #f9f7f7;
  max-width: 400px;
  margin: 0px auto;
  position: relative; }

.close-upload {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: white;
  cursor: pointer; }
  .close-upload:before, .close-upload:after {
    content: '';
    display: block;
    width: 15px;
    height: 2px;
    background: black;
    position: absolute;
    top: 14px;
    left: 8px;
    -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; }
  .close-upload: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%; }
  .close-upload: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%; }
  .close-upload:hover: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%; }
  .close-upload:hover: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%; }

.column-firma {
  position: absolute;
  left: 30px;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-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%; }

.alert-block {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(39, 39, 39, 0.5);
  z-index: 100; }

.alert-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-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%; }

.alert-box {
  max-width: 214px;
  margin: 0px auto;
  background: #0D24FA;
  border-radius: 10px;
  overflow: hidden; }

.alert-loader {
  display: none;
  height: 36px;
  background: #ffffff; }

.alert-text {
  background: #fff;
  padding: 16px;
  text-align: center; }

.alert-title {
  font-size: 18px; }

.alert-info, .alert-link {
  font-size: 12px;
  margin-top: 12px;
  line-height: 13px; }

.alert-link {
  display: inline-block;
  min-width: 72px;
  padding: 4px 0px;
  font-weight: 600;
  background: #ffffff;
  border-radius: 10px; }

.add-user {
  padding-top: 100px;
  font-size: 20px;
  line-height: 20px;
  max-width: 960px;
  margin: 0px auto;
  text-align: center;
  font-weight: 300; }
  .add-user strong {
    font-weight: bolder;
    font-weight: 900; }

.progress {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #272727;
  color: #f9f7f7;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  padding: 10px;
  box-sizing: border-box; }

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