#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.linePrices {
height: 30px;
width: 100%;
position: absolute;
left: 0;
overflow: hidden;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
color: black;
background: #29ABE2;
bottom: 15px;
}

.linePrices .mover-1 {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: moveSlideshow 60s linear infinite;
  animation: moveSlideshow 60s linear infinite;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes moveSlideshow {
	100% {
		transform: translateX(-66.6666%);
	}
}

@keyframes moveSlideshow {
	100% {
		transform: translateX(-66.6666%);
	}
}

@keyframes rotate {from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}}
@-webkit-keyframes rotate {from {-webkit-transform: rotate(0deg);}
  to {-webkit-transform: rotate(360deg);}}


html{
  font-size: 16px;
  width: 100vw;
}
body{
  margin: 0;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden; 

}
a:link, a:hover, a:visited, a:active, a {
  text-decoration:none;
}
.container-fluid {
  margin: 0;
  border: none;
}
#header{
  background: #262624;
  height: 60px;
  position: fixed;
  z-index: 10;
}
.nav-bar {
  display: flex;
  height: 50px;
  list-style: none; 
  justify-content: start;
  padding-left: 10px;
  margin-top: 6px;
  border-left: 4px solid white;
}
.nav-bar a{
  text-decoration:none;
  color:white;
}
.motion{
  position: relative;
}
.motion:before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background: #0071BC;
  position: absolute;
  bottom: 0;
  transition: all 0.3s;
}
.motion:hover:before {
  width: 100%;
}
.motion:before {
  left: 0;
}
.nav-bar li{
  padding-left: 10px;
  margin-top: 13px;
  font-size: 1rem;
}
.logo{
  padding-left: 1em;
  height: 60px;
  width: auto; 
}
#buttons{
  display: flex;
  padding-left: 0;
  justify-content: flex-end;
  height:60px;
  position: relative;
  padding:10px;
}
#buttons figure{
  margin: 0px;
}
#buttons figure img {
  height: 40px;
  width: auto;
}
.bt-01{
  width: auto;
  padding: 5px 15px;
  display: block;
  background-color: transparent;
  color: white;
  font-size: 0.8rem;
  margin: 5px;
  border: 2px solid white;
  border-radius: 20px;
  border-color: white;
  font-weight: bold;
}
.bt-01:hover{
  cursor: pointer;
  border-color: #29ABE2;
}
.bt-01:active{
  background: #29ABE2;
}
#section-01 {
  height: 100vh;
  padding-top: 10%;
  padding-bottom: 20%; 
}
.ad{
  text-align: center;
}
.ad h1 {
  font-size: 5rem;
  font-weight: bold;
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
  width: auto; 
}
.bt-02 {
  position: relative;
  margin-top: 80px;
  margin: 80px auto;
  width: 200px;
  height: 50px;
  display: block;
  background: linear-gradient(to right, #29ABE2 , #0071BC);
  color: white;
  font-size: 1.2rem;
  border-radius: 25px;
  border-color: transparent;
  font-weight: bold;
  cursor: pointer;
}
.whit{
  padding-top: 3em; 
  background: #eeeeee;
  justify-content: center;
}
.afx {
  text-align: center;
  justify-content: center;
}
.afx h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 60px;
}
.whit p {
  font-size: 1rem;
}
.whit h4 {
  font-weight: bold;
  font-size: 1.5rem;
}
.icon{
  justify-content: center;
}
.icon div {
  width: auto;
  margin: 5em 2em 5em 2em; 
  text-align: center;
  margin-top: 50px;
}
.icon img {
  max-width: 30%;
  height: auto;
  width: auto/9;
}
#section-03{
  position: relative;
  padding: 0px;
  background: url('../img/quienesSomos.png');
}
.who{
  padding: 5em 20em;
  position: relative;
  z-index: 2;
  justify-content: center;
  text-align: center;
  color: white;
}
.who h2{
  font-weight: bold;
  font-size: 4rem;
  margin-bottom: 60px;
}
.who p {
  font-size: 1.5rem;
}
.loren{
  background: rgba(255, 255, 255, .6);
  height: auto;
  position: relative;
}
.loren h2 {
  font-size: 2.6rem;
  font-weight: bold;
}
.text{
  color: #012A3F;
  margin-top: 2em;
  margin-bottom: 2em;
  /* border-bottom: 4px solid #0071BC; */
}
.text h2:nth-of-type(2){
  font-size: 3.2em;
}
.text h2:nth-of-type(3){
  font-size: 3.8em;
}
.text p {
  font-size: 1.1rem;
}
.mone{
  display: flex;
  position: absolute;
  margin-top: 60px;
}
.mone img {
  position: relative;
  width: auto;
  height: 10em;
}
.mone2{
  display: none;
  padding: 60px;
}
.mone2 img {
  position: absolute;
  width: auto;
  height: 10em;
}
#btc2 {
  left: 150px;
  top: 200px;
}
#dash2 {
  left: 290px;
  top: 200px;
}
#eth2{
  left: 220px;
  top: 200px;
}
#ltc2{
  left: 360px;
  top: 200px;
}
#petro2{
  left: 425px;
  top: 200px;
}
#btc {
  left: 10em; 
}
#dash {
  left: 0;
}
#eth{
  left: 5em;
}
#ltc{
  left: -5em;
}
#petro{
  left: -10em;
}
#section-04{ 
  padding-top: 8em; 
  padding-bottom: 8em;
  background: #262624;
  height: 140%;
  text-align: center;
  color: white;
} 
#section-04 p{
  font-size: 2rem;
  padding: 0 10em;
}
#footer{
  background: #eeeeee;
  color: black;
  height: 100%;
}
#footer a{
  text-decoration:none;
  color:black;
}
.contacts {
  padding-top: 80px;
  padding-left: 10%;
  color: black;
}
.contacts ul{
  list-style: none;
  font-size: 1.5rem;
}
.contact{
  font-weight: bold;
  font-size: 2rem;
}
.phoneEmail {
  margin-bottom: 1em;
}
.phoneEmail a{
  display: list-item;
}
.contacts img{
  width: 15%;
  height: auto;
}
.tel{
  max-width: 100%;
  height: auto;
  width: auto/9;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.compu{
  max-width: 150%;
  height: auto;
  width: auto/9;
  position: absolute;
  left: inherit;
  bottom: 10%;
  z-index: 1;
}
.side {
  -webkit-animation: 5s rotate linear infinite;
  animation: 5s rotate linear infinite;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  z-index: 2;
}
#side-01{
  position: absolute;
  width: 40%;
  right: -20%;
  top: -5em;
}
#side-01 img{
  width: 60%;
  height: auto;
}
#side-02{
  position: absolute;
  width: 40%;
  left: -20%;
  bottom: 20%;
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
}
 #side-02 img{
  width: 60%;
  height: auto;
} 
.imes{
  width: auto;
  height: auto;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 2em;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .bt-01 {
  padding: 0 auto;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 2.4em;
  margin-left: 50px;
}
#main {
  display: none;
  transition: margin-left .5s;
  padding-top: 2em;
  color: #ffffff;
}
#main span{
  cursor: pointer;
  font-size: 2em;
}
#myVideo{
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100vw;
}
@media (max-width: 1000px){
  html{
    font-size: 14px;
  }
  .who{
    padding: 2em 5em;
  }
  .icon img {
    max-width: 40%;
    height: auto;
    width: auto/9;
  }
  #section-04 p {
    padding: 0 5em;
  }
}
@media (max-width: 768px) {
  html{
    font-size: 12px;
  }
  .ad{
    padding-top: 5em;
  }
  #header{
    background: #262624;
    height: 80px;
    position: fixed;
    z-index: 10;
  }
  .logo{
    padding-left: 1em;
    height: 80px;
    width: auto;
  }
  #nav{
    display: none;
    width: 0;
  }
  .mone{
    display: none;
  }
  .mone2{
    display: flex;
  }
  #main{
    display: initial;
    position: relative;
    text-align: end;
  }
  #buttons{
    display: none;
  }
  .bt-01{
    font-size: 1.5rem;
  }
  .tel{
    display: none;
  }
  .compu{
    display: none;
  }
  #section-04 p {
    padding: 0 2em;
  }
}
@media (max-width: 600px){
  .icon div {
    margin: 0;
  }
  .icon .ines img{
    width: 20%;
  }
  #btc2 {
    left: 80px;
    top: 200px;
  }
  #dash2 {
    left: 220px;
    top: 200px;
  }
  #eth2{
    left: 150px;
    top: 200px;
  }
  #ltc2{
    left: 285px;
    top: 200px;
  }
  #petro2{
    left: 350px;
    top: 200px;
  }
}
@media (max-width: 500px){
  #btc2 {
    left: 0px;
    top: 200px;
  }
  #dash2 {
    left: 110px;
    top: 200px;
  }
  #eth2{
    left: 55px;
    top: 200px;
  }
  #ltc2{
    left: 170px;
    top: 200px;
  }
  #petro2{
    left: 225px;
    top: 200px;
  }
}
@media (max-width: 320px){
  html{
    font-size: 9.5px;
  }
}