/*********************************************
*
* Copyright ©Menzatyx 2023. All Rights Reserved
* Developer: Quelopande (mitraductor.tk)
* Fonts: https://fonts.google.com
* Waves and other SVG: https://app.haikei.app/
*
*********************************************/
*{
    margin: 0;
    box-sizing: border-box;
}
body{
  margin-left: -10px;
}
.index .hero{
  margin-right: 60px;
  margin-left: 12%;
  height: 45vh;
}
.index .hero h2{
  font-size: 50px;
  color: #ffffff;
  margin-bottom: 20px;
  margin-top: -50px;
}
a{ text-decoration: none;
}
.index .hero a{
  border-radius: 14px;
  padding-top: 9px;
  padding-bottom: 9px;
  color: white;
  width: 250px;
  margin-top: 20px;
  margin-left: 2%;
}
.index .hero .abtn{
  display: flex;
  flex-wrap: wrap;
}
.index .hero a{
  justify-content: center;
  display: flex;
  background: var(--background);
  box-shadow: 0 6px 0 var(--shadow);
}
.index .hero a:active{
  box-shadow: 0 0 0 0 var(--shadow);
  transition: all 0.07s;
}
.index .hero .btnM{
  --background: #00693d;
  --shadow: #318600;
}
.index .hero .btnF{
  --background: #a43700;
  --shadow:#ff5e00;
}
.index .hero .btnB{
  --background: #3445ff;
  --shadow: #6f7bff;
}
.index .hero .btnW{
  --background: rgb(143, 0, 0);
  --shadow: #fb3c3c;
}
.index .hero .container{
  border-radius: 7px;
  padding-top: 2%;
  padding-bottom: 2%;
  margin-bottom: 2%;
  margin-top: 18%;
}
.index .new{
  background-color: var(--background-page);
  border-radius: 10px;
  margin-left: 4%;
  margin-right: 2%;
  padding-bottom: 30px;
}
.index .new .about{
  padding-top: 100px;
  padding-bottom: 50px;
  margin-bottom: -14px;
}
.index .new .content{
  color: #ffffff;
  background-color: var(--background-primary);
  width: 80%;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
}
.index .new .about .content p{
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.index .new .about .content a{
  color: #a8c7fa;
  font-weight: 500;
  text-decoration: none;
}
.index .new .about .content a:hover{
  text-decoration: underline;
}
.index .new .all{
  margin-top: -10px;
  text-align: center;
}
.index .new .all .btn{
  text-align: center;
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
  width: 150px;
  color: white;
  text-decoration: none;
  padding: 10px;
  border: solid white;
  border-radius: 10px;
}
.index .new .all .btn:hover{
  color: black;
  background-color: white;
  transition: all 0.5s ease;
}
.index .new .all .btn:hover i{
  color: rgb(21, 0, 255);
  transition: all 0.5s ease;
}
.container{
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
/* Containers */
.all .head {
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #18181b;
  color: #fff;
  padding: 10px;
  margin-top: -30px;
  overflow-x: visible;
}
.all .tags {
  font-family:  'Montserrat', sans-serif;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 20px;
}
.all .tag {
  margin-bottom: 10px;
  color: #fff;
  text-decoration: none;
  margin-right: 10px;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: #555555;
  transition-duration: 0.4s;
  letter-spacing: 0.6px;
}
.all .tag:hover{
  background-color:#00a606; 
  border-radius: 10px; 
  padding-left: 20px; 
  padding-right: 20px; 
  transition-duration: 0.4s; 
}
.all .tag#target:hover{
  cursor: no-drop;
  border-radius: 10px; 
  padding-left: 20px; 
  padding-right: 20px; 
  background-color: #555555;
  transition-duration: 0.4s; 
}
.all input{
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 15px;
  background-color: #555555;
  border-radius: 5px;
  width: 100%;
  padding: 6px;
  font-family: 'Montserrat', sans-serif;
  border: 0;
}
.all input:focus{
  background-color: #848484;
  color: #ffffff;

  border: none;
  outline: none;
}
.all input:hover{
  background-color: #848484;
}
.all input::placeholder{
  color: #ffffff;
  font-size: 15px;
}
.all .containers{
  display: grid;
  font-weight: 500;
  grid-template-columns: repeat(auto-fit, minmax(230px, 407px));
  justify-content: space-around;
  margin-top: 1.9%;
}
.all .container{
  color: #fff;
  text-decoration: none;
  border: solid 1px var(--border-primary);
  background-color: var(--background-primary);
  display: flex;
  border-radius: 10px;
  flex-direction: column;
  white-space: nowrap;
  text-align: center;
  margin-top: 6%;
  height: 400px;
}
.all .container:hover{
  cursor: pointer;
  transform: translateY(-10px);
  transition: 0.5s all;
  box-shadow: 1px 10px 20px #111113;
}
.all img{
  border-radius: 10px 10px 0 0;
}
.all .container img{
  width: 100%;
	height: 65%;
  margin-bottom: 20px;
	object-fit: cover;
  border-radius: 10px;
}
.all .container:hover img{
  filter: brightness(70%);
}
.all h1{
  font-size: 145%;
}
.all .download:hover,
.all .download:focus {
  box-shadow: inset 0 -3.25em 0 0 var(--hover);
}
.all .more:hover,
.all .more:focus {
  box-shadow: inset 9em 0 0 0 var(--hover);
}
.all .download{
  background-color: #4242ff;
  --color: #ffffff;
  --hover: #2929a4;
  font-family: 'Montserrat', sans-serif;
}
.all .more{
  background-color: #eeeeee;
  --color: #3c3c3c;
  --hover: #c3c3c3;
  font-weight: 300;
}
.all button {
  background-color: var(--hover);
  color: #fff;
  background: none;
  border: none;
  border-radius: 2px solid;
  font: inherit;
  line-height: 1;
  margin: 0.5em;
  padding: 1em 2em;
  border-radius: 7px;
  color: var(--color);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.all .ad1{
  height: auto !important;
  border: solid 1px var(--ad);
}
.all .ad1 p{
  background-color: var(--ad);
  border-radius: 7px;
  width: 80px;
  font-size: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
}
.all .ad1 div{
  display: flex;
  flex-direction: column;
  margin-left: 10%;
  margin-top: 10%;
}
/* Adaptadores */
@media (min-width: 836px) {
    div.computer-vr{visibility: visible;}
    div.mobile-vr{visibility: hidden;}
    .dropdown-content{position: absolute;}
}
@media (max-width: 837px) {
    div.computer-vr{visibility: hidden;}
    div.mobile-vr{visibility: visible;}
    .hero .container{margin-top: 50%;}
    .index .hero{height: 50vh; margin-top: 200px;}
    .index .hero h3{  font-size: 140%;}
    .all .containers{display: flex; flex-wrap: wrap;}
    .all .container{margin-left:5%; margin-right: 5%;margin-top: 10%;width: 90%; min-width: none; max-width: none;   height: 350px;}
    #bottom{flex-wrap: wrap;}
    .index .hero h2{font-size: 30px;}
    .index .hero{margin-right: 10%;margin-left: 10%;}
    .index .hero a{width: 100%;}
}
@media (max-width: 537px) {
  .index .hero h2{
    font-size: 25px;
  }
 .index .hero .abtn{
    margin-bottom: 20vh;
  }
}