/*Preloader*/
#page-preloader {
  background: #FFFFFF;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  transition: .4s all ease-out;
  width: 100%;
  height: 100%;
}
#page-preloader .spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -45px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  box-sizing: border-box;
  text-align: center;
  z-index: 0;
  text-transform: uppercase;
  -o-text-transform: uppercase;
  -ms-text-transform: uppercase;
  -webkit-text-transform: uppercase;
  -moz-text-transform: uppercase;
}
#page-preloader .spinner:before, #page-preloader .spinner:after {
  opacity: 0;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  content: "\0020";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 60px;
  border-color: #8594a0;
  border-style: solid;
}
#page-preloader .spinner:after {
  z-index: 1;
  animation: cssload-gogoloader 2.3s infinite 1.15s;
  -o-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -ms-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -webkit-animation: cssload-gogoloader 2.3s infinite 1.15s;
  -moz-animation: cssload-gogoloader 2.3s infinite 1.15s;
}
#page-preloader .spinner:before {
  z-index: 2;
  animation: cssload-gogoloader 2.3s infinite;
  -o-animation: cssload-gogoloader 2.3s infinite;
  -ms-animation: cssload-gogoloader 2.3s infinite;
  -webkit-animation: cssload-gogoloader 2.3s infinite;
  -moz-animation: cssload-gogoloader 2.3s infinite;
}

@keyframes cssload-gogoloader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes cssload-gogoloader {
  0% {
    -o-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes cssload-gogoloader {
  0% {
    -ms-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes cssload-gogoloader {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes cssload-gogoloader {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
/*Fin Preloader*/
body, html {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'termina', sans-serif;
  font-weight: 300;
  color: #1c1d20;
  height: 100%;
}

body {
  background-image: url(../images/Background_General.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
body.filter div.container {
  width: fit-content;
  height: 100%;
  min-height: 550px;
  margin: 0 auto;
  position: relative;
}
body.filter div.container a.btn-to-home {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 4;
}
body.filter div.container a.btn-to-home img {
  width: 40px;
}
body.filter div.container img {
  height: 100%;
  width: auto;
}
@media (max-width: 767px) {
  body.filter div.container img {
    width: 100%;
    height: auto;
  }
}
body.filter div.container #files {
  display: none;
}
body.filter div.container #photoGallery {
  display: none;
  width: 100%;
  height: auto;
  margin: auto;
}
body.filter div.container .flipped {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.filter div.container div.controls-image {
  display: none;
  position: absolute;
  top: 45px;
  right: 0;
  z-index: 3;
  padding: 1rem;
  width: 102px;
  text-align: center;
}
body.filter div.container div.controls-image a {
  color: #1c1d20;
  display: inline-block;
  margin: 0px;
  text-decoration: none;
}
body.filter div.container div.controls-image a.move-up, body.filter div.container div.controls-image a.move-down {
  display: block;
}
body.filter div.container div.controls-image a.close img {
  width: 26px;
}
body.filter div.container div.controls-image a img {
  width: 32px;
}
body.filter div.container div.controls-image div.move {
  position: relative;
}
body.filter div.container div.controls-image div.zoom {
  position: relative;
}
body.filter div.container div.controls-image div.zoom a {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
body.filter div.container div.controls-image div.zoom a.zoom-in {
  top: -35px;
}
body.filter div.container div.controls-image div.zoom a img {
  width: 28px;
}
body.filter div.container ul.btns-filters {
  position: absolute;
  bottom: 2%;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.filter div.container ul.btns-filters li {
  display: inline-block;
  padding: 0;
  width: 17%;
}
body.filter div.container ul.btns-filters li img {
  width: 90%;
  height: auto;
}
body.filter div.container ul.btns-actions {
  position: absolute;
  bottom: 12%;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.filter div.container ul.btns-actions li {
  display: inline-block;
  padding: 0;
  width: 32%;
}
body.filter div.container ul.btns-actions li:nth-child(2) img {
  margin-bottom: 15%;
}
body.filter div.container ul.btns-actions li a {
  display: block;
}
body.filter div.container ul.btns-actions li img {
  width: 40%;
  height: auto;
}
body img {
  border: 0;
}
body div.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #FFFFFF;
  z-index: 10;
  display: none;
  overflow-y: auto;
}
body div.overlay a {
  margin: 1rem;
  display: block;
}
body div.overlay a.closet-popup img {
  width: 25px;
}
body div.overlay a.download {
  margin: 1rem auto;
  width: fit-content;
}
body div.overlay div.content div {
  text-align: center;
  line-height: 0;
}
body div.overlay div.content img {
  width: 80%;
  margin: 0 auto;
  max-width: 767px;
}
body div.overlay div.contentButtons {
  background-image: url(../images/UI_footer.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% 100%;
  text-align: center;
  margin: 0 auto;
  width: 80%;
  padding: 1rem 0;
}
body div.overlay div.contentButtons a {
  display: inline-block;
  margin: 0 auto;
}
body div.overlay div.contentButtons a img {
  width: 100px;
}

.border {
  outline: 1px solid red;
}

body.filter div.home {
  background-image: url(../images/home/HOME_Fondo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: left top;
  width: 100%;
  min-height: 100%;
}
body.filter div.home img {
  width: 100%;
}
body.filter div.home div.copy {
  width: 100%;
}
body.filter div.home div.copy p {
  color: #0e1077;
  text-align: center;
  padding: 0 2%;
  font-weight: 600;
}
@media (max-width: 1366px) {
  body.filter div.home div.copy p {
    font-size: .8rem;
  }
}
body.filter div.home .btns {
  position: relative;
  width: 100%;
  top: 50%;
}
body.filter div.home .btns a {
  display: block;
  margin: 2% 20% 0 auto;
}
body.filter div.home .btns a:nth-child(1) {
  width: 62%;
}
body.filter div.home .btns a:nth-child(2) {
  width: 71%;
}
body.filter div.home .btns a:nth-child(3) {
  width: 65%;
}

body.filter.filter-1 {
  overflow: hidden;
}
body.filter.filter-1 section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
body.filter.filter-1 section div.container {
  max-width: 495px;
  width: 100%;
}
body.filter.filter-1 section div.container video {
  width: 100%;
  position: absolute;
  top: 0;
}
body.filter.filter-1 section div.container canvas {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  display: none;
}
body.filter.filter-1 section div.container div.capture-area {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  overflow: hidden;
}
body.filter.filter-1 section div.container div.capture-area img.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
body.filter.filter-1 section div.container img.message {
  width: 96%;
  height: auto;
  position: absolute;
  z-index: 3;
  left: 2%;
  top: 47%;
}
body.filter.filter-1 section div.container ul.btns-change-mask {
  position: absolute;
  top: 55%;
  width: 100%;
  left: 0;
  text-align: center;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
}
body.filter.filter-1 section div.container ul.btns-change-mask li {
  display: inline-block;
  width: 8%;
  padding: 0 2%;
}
body.filter.filter-1 section div.container ul.btns-change-mask li img {
  width: 100%;
  height: auto;
}

body.filter.filter-2 {
  overflow: hidden;
}
body.filter.filter-2 section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
body.filter.filter-2 section div.container {
  max-width: 495px;
  width: 100%;
}
body.filter.filter-2 section div.container video {
  width: 0%;
  top: 0;
  height: 0%;
  display: none;
}
body.filter.filter-2 section div.container canvas {
  border: 0px none;
  background-color: black;
  display: block;
  margin: auto;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
body.filter.filter-2 section div.container div.capture-area {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
}
body.filter.filter-2 section div.container ul.btns-actions li:nth-child(2) img {
  margin-bottom: 0%;
}

body.filter.filter-3 {
  overflow: hidden;
}
body.filter.filter-3 section {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
body.filter.filter-3 section div.container {
  max-width: 495px;
  width: 100%;
}
body.filter.filter-3 section div.container video {
  width: 100%;
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
body.filter.filter-3 section div.container canvas {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
  display: none;
  object-fit: cover;
  height: 100%;
  object-position: center;
}
body.filter.filter-3 section div.container .saySuavitel {
  position: absolute;
  width: 100%;
  z-index: 4;
}
body.filter.filter-3 section div.container #lottie {
  position: absolute;
  z-index: 2;
}
body.filter.filter-3 section div.container div.capture-area {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  overflow: hidden;
}
body.filter.filter-3 section div.container div.capture-area img.mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

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