@import url("https://fonts.googleapis.com/css?family=Righteous:400,600,700|Titillium+Web:400,600,700|Rubik:400,500,700");

/*
    Type Style U-PayWeb
*/

video {
  width: 100%;
  height: auto;
}

button,
a {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #333333;
  font-family: "Titillium Web", "Rubik", sans-serif;
}

input[type="submit"]:focus,
button:focus,
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
  color: #ffffff;
}

img {
  max-width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  line-height: 1.3em;
  font-weight: 700;
  color: #00444d;
  font-family: "Titillium Web", "Josefin Sans", sans-serif;
}

p.intro-compania {
  font-family: "Titillium Web", "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  padding-top: 15px;
  padding-left: 25px;
}

h2.title-compania {
  font-family: "Righteous", "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 44.39px;
  font-style: normal;
  color: #ffffff;
  padding-top: 15px;
  padding-left: 25px;
  z-index: -1;
}

h3.title-timeline {
  font-family: "Titillium Web", "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 55px;
  font-style: normal;
  color: #ffffff;
  margin: auto;
  padding: auto;
  text-align: center;
}

p.text-timeline {
  width: 200px;
  font-family: "Titillium Web", "Josefin Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  font-style: normal;
  color: #ffffff;
  margin: auto;
  padding: auto;
  text-align: center;
}

.title-text-align {
  text-align: left;
}

img.circle-web-right {
  float: right;
  position: absolute;
  margin-top: 100px;
}

img.circle-web-left {
  float: left;
  position: absolute;
  padding-top: 575px;
}

button.btn-upay {
  width: 250px;
  height: 40px;
  color: #fff;
  background: linear-gradient(0deg, #44b3e7, #44b3e7);
  border-color: #000;
  border-radius: 11px;
  font-family: "Titillium Web", "Josefin Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 24.34px;
  font-size: 16px;
}

button.btn-upay-mini {
  width: 98px;
  height: 40px;
  color: #fff;
  background: linear-gradient(0deg, #44b3e7, #44b3e7);
  border-color: #000;
  border-radius: 11px;
  font-family: "Titillium Web", "Josefin Sans", sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 24.34px;
  font-size: 16px;
}

ul.products-home {
  font-family: "Titillium Web", "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  text-decoration: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

ul.products-card {
  margin: 0;
  padding: 0;
  height: auto;
}

.product-card li {
  font-family: "Titillium Web", "Josefin Sans", sans-serif;
  display: inline-flexbox;
  float: left;
  width: 225px;
  min-height: 450px;
  background: #252525;
  box-shadow: -1px 0px 14px rgba(0, 0, 0, 0);
  border-radius: 20px;
  text-align: left;
  padding: 8px 18px;
  margin: 10px 17px;
  color: #ffffff;
  font-style: regular;
  font-size: 14px;
  list-style: none;
}

.product-card li h3 {
  font-family: "Titillium Web", "Josefin Sans", sans-serif;
  color: #ffffff;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  margin: 10px 0;
}

.product-card li p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}

.product-card a {
  color: #44b3e7;
  font-family: "Titillium Web", "Josefin Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin-top: 60px;
}

.block {
  position: relative;
  margin: 50px 20px 0;
  width: 294px;
  height: 294px;
  background: linear-gradient(0deg, #000, #272727);
}

.block:before,
.block:after {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  background: linear-gradient(
    95deg,
    #fb9303,
    #ff3d2f,
    #23aef2,
    #01bda2,
    #85bd43
  );
  background-size: 400%;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  z-index: -1;
  animation: steam 30s linear infinite;
  border-radius: 20px;
  display: block;
}

@keyframes steam {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.block:after {
  filter: blur(0px);
}

hr {
  width: 100%;
  display: block;
  height: 2px;
  border: 0;
  border-top: 1px solid #515151;
  margin-top: 50px;
  padding: 0;
}

.super-title {
  position: absolute;
  width: 31px;
  height: 0px;
  border: 1px solid #ffffff;
  margin: 14px;
}

ul.certificaciones-compania {
  text-decoration: none;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

ul.certificaciones-compania li {
  margin: 0;
  padding: 30px 0 0 4px;
  display: inline-block;
  padding-right: 2px;
  vertical-align: bottom;
}

ul.certificaciones-compania li.nuevo {
  margin: 0;
  padding: 30px 0 0 4px;
  display: inline-block;
  padding-right: 2px;
  vertical-align: bottom;
  width: 23%;
  height: auto;
}

ul.certificaciones-compania li.nuevo-microsoft {
  margin: 0;
  padding: 30px 0 0 4px;
  display: inline-block;
  padding-right: 2px;
  vertical-align: bottom;
  width: 13%;
  height: auto;
}

.background-client {
  position: relative;
  /* background-image: url("../assets/background/background-cliente.svg"); */
  display: inline-flexbox;
  width: 100%;
  height: auto;
  margin: auto;
  padding: auto;
  -webkit-background-size: 100% 100%; /* Safari 3.0 */
  -moz-background-size: 100% 100%; /* Gecko 1.9.2 (Firefox 3.6) */
  -o-background-size: 100% 100%; /* Opera 9.5 */
  background-size: 100% 100%; /* Gecko 2.0 (Firefox 4.0) and other CSS3-compliant browsers */
}

html,
body {
  height: 100%;
  background: #000000;
}

body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8em;
  font-family: "Titillium Web", "Rubik", sans-serif;
  opacity: 0;
}

.footer {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.footer .logo-upayprocessing-footer {
  max-width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin: 70px auto;
}
