@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700");
body {
  font-family: 'Poppins', sans-serif;
  cursor: default;
}


html, body{
  background-color: #7500ff;
}


.h-head {
  z-index: 9;
  background-color: rgba(116, 12, 239, 0.5);
}

.h-head #logo {
  position: relative;
  top: -18px;
  width: 150px;
}

.h-head #logo2 {
  position: relative;
  top: -10px;
  width: 100px;
}

.header {
  z-index: 9;
  overflow: hidden;
  height: 60px;
  background-color: rgba(116, 12, 239, 0.5);
}

.bg-yellow {
  background-color: #feb039;
}

.menu {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu li {
  display: inline-block;
  margin-right: 15px;
}

.menu li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.menu li a:hover {
  color: #feb039;
}

.h-m-menu {
  display: block;
  list-style: none;
  z-index: 150;
}

.h-m-menu li:before {
  text-align: center;
  color: #740cef;
  content: ">";
  font-weight: 900;
  padding: 5px;
  padding-bottom: 1px;
  padding-top: 1px;
  border: 2px solid #feb039;
  background-color: #feb039;
  border-radius: 100px;
  margin-right: 10px;
}

.h-m-menu li {
  padding: 5px;
}

.h-m-menu a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}


.mobile-header {
  display: none;
}

.h-m-menu2 {
  display: inline;
  list-style: none;
  z-index: 150;
  padding: 0px !important;
}

.h-m-menu2 li:before {
  text-align: center;
  color: #740cef;
  font-weight: 900;
}

.h-m-menu2 ul {
  display: inline;
  padding: 0px !important;
}

.h-m-menu2 li {
  display: inline;
  padding-left: 15px;
  padding-right: 15px;
}

.h-m-menu2 a {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

@media only screen and (max-width: 768px) {
  .mobile-header {
    display: inline;
  }
}


.bg-stars {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/bg@2x.png");
  background-size: cover;
  z-index: 7 !important;
}

.content {
  position: relative;
  z-index: 8 !important;
}

.section {
  overflow: hidden !important;
}

h1 {
  font-weight: 600;
  font-size: 52px;
}

span {
  font-weight: 300;
  font-size: 32px;
}

h2 {
  font-size: 48px;
}

.mini-text {
  font-size: 18px;
}

.first-text {
  margin-top: 190px !important;
}

.mockup-gif {
  position: relative;
  width: 1129px;
  height: 410px;
}


table{
  margin-left:auto; 
  margin-right:auto;
}

.sociable-app-list{
  margin-left:auto; 
  margin-right:auto;
}

.mockup-gif .gif {
  position: absolute;
  width: 180px;
  left: 475px;
  top: 90px;
  height: 320px;
  background-image: url("../img/HolaVideoChat.png");
  background-size: cover;
}

.mobile-gif {
  margin: auto;
  position: relative;
  width: 150px;
  height: 1572px;
}

.mobile-gif .gif {
  position: absolute;
  width: 134px;
  left: 8px;
  top: 35px;
  height: 235px;
  background-image: url("../img/HolaVideoChat.png");
  background-size: cover;
}

.sss {
  border: 2px solid #feb039;
  border-radius: 10px;
  margin: 10px;
  position: relative;
  word-wrap: break-word;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #740cef;
}

.sss .collapse {
  position: relative;
  margin: 15px;
  border: 2px solid #740cef;
  border-radius: 15px;
  -webkit-box-shadow: 2px 2px 3px #440392;
          box-shadow: 2px 2px 3px #440392;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.sss-list-anchor {
  height: 40px;
  width: 40px;
  text-align: center;
  color: #740cef;
  font-weight: 300;
  padding: 9px;
  background-color: #feb039;
  border-radius: 100px;
  margin-right: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  float: right;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.border-right {
  border-right: solid #000 3px !important;
}

@media only screen and (min-width: 1152px) and (max-width: 1680px) {
  .bg-yellow {
    padding-top: 8px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1152px) {
  .mockup-gif {
    position: relative;
    width: 1129px;
    height: 410px;
    margin-left: -100px !important;
  }
  .bg-yellow {
    padding-top: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1020px) {
  h1 {
    font-weight: 600;
    font-size: 48px;
  }
  span {
    font-weight: 300;
    font-size: 28px;
  }
  .menu {
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .menu li {
    display: inline-block;
    margin-right: 15px;
  }
  .menu li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
  }
  .menu li a:hover {
    color: #feb039;
  }
  .h-head {
    z-index: 9;
    overflow: hidden;
    height: 60px;
    background-color: #740cef;
  }
  .h-head #logo {
    position: relative;
    top: 0px;
    width: 100px;
  }
  .h-head #logo2 {
    position: relative;
    top: -10px;
    width: 100px;
}
  .bg-yellow {
    padding-top: 8px;
  }
  .mockup-gif {
    position: relative;
    width: 750px;
    height: 410px;
    margin-left: -30px !important;
  }
  .mockup-gif .gif {
    position: absolute;
    width: 118px;
    left: 317px;
    top: 79px;
    height: 210px;
    background-image: url("../img/HolaVideoChat.png");
    background-size: cover;
  }
}

@media only screen and (min-width: 425px) and (max-width: 760px) {
  .h-head {
    z-index: 9;
    background-color: #740cef;
  }
  .mockup-gif {
    position: relative;
    width: 750px;
    height: 410px;
    margin-left: -175px;
  }
  .mockup-gif .gif {
    position: absolute;
    width: 118px;
    left: 317px;
    top: 79px;
    height: 210px;
    background-image: url("../img/HolaVideoChat.png");
    background-size: cover;
  }
}

@media only screen and (min-width: 320px) and (max-width: 420px) {
  .h-head {
    z-index: 9;
    background-color: #740cef;
  }
  h2 {
    font-size: 36px;
  }
  .mini-text {
    font-size: 16px;
  }
  .first-text {
    margin-top: 90px !important;
  }
  .mockup-gif {
    position: relative;
    width: 750px;
    height: 410px;
    margin-left: -80%;
  }
  .mockup-gif .gif {
    position: absolute;
    width: 118px;
    left: 317px;
    top: 79px;
    height: 210px;
    background-image: url("../img/HolaVideoChat.png");
    background-size: cover;
  }
  h1 {
    font-weight: 600;
    font-size: 36px;
  }
  span {
    font-weight: 300;
    font-size: 18px;
  }
}
/*# sourceMappingURL=style.css.map */


.grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 900px;
  margin-top: 1rem;
}


.privacy-table table, th, td {
	border: 1px solid;
	border-color: rgb(119, 119, 4);
  }