/*estilos del home*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "valorant";
  color: #FF4654;
}

@font-face {
  font-family: "valorant";
  src: url(./fuentes/Valorant\ Font.ttf);
}
html {
  background-color: black;
}

.logo-home {
  border-radius: 10px;
}

.background {
  background-color: black;
}

.section-home {
  background-color: black;
  padding-bottom: 200px;
  display: flex;
  flex-direction: row;
}

.imagen {
  position: relative;
  left: 20%;
  padding: 40px;
  width: 80%;
}

.info {
  padding-bottom: 50px;
  font-size: 120%;
}

.skins-home {
  margin: 0px;
  background-color: black;
  color: #FF4654;
  text-align: center;
}

.main-home {
  background-color: black;
}
.main-home h1 {
  font-size: 50px;
  padding: 60px;
  text-align: center;
  border-bottom: 1px solid;
}
.main-home h2 {
  padding-top: 20px;
  text-align: center;
}
.main-home p {
  border-bottom: 1px solid #FF4654;
}
.main-home .section-home {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.main-home .section-home div {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.main-home .section-home .imagen {
  width: 100%;
  position: relative;
  left: 10px;
  margin: 20px;
}
.main-home .section-home .sheriff {
  width: 90%;
}

.texto-footer {
  color: #FF4654;
}

.nav-link {
  border-radius: 5px;
}

.nav-link:hover {
  background-color: #FF4654;
  transition: 1s;
}

.nav-link:active {
  color: white;
  transition-duration: 0.2s;
}

.logo-home:hover {
  width: 65px;
  height: 65px;
  box-shadow: 0 0 5px 5px grey;
  transition-duration: 0.3s;
}

.dropdown-item:hover {
  background-color: #FF4654;
  transition-duration: 1s;
}

.imagen:hover {
  background-color: #FF4654;
  border-radius: 10px;
  transition-duration: 1s;
}

.bi-icon:hover {
  background-color: #FF4654;
  color: white;
  padding: 10px;
  border-radius: 5px;
  transition-duration: 0.3s;
}

/*estilos de vandal*/
.h1-vandal {
  color: #FF4654;
  text-align: center;
  border-bottom: solid white 1px;
  padding: 30px;
}

.main-vandal {
  display: flex;
  letter-spacing: 20px;
  text-align: center;
}

.vandal-kuronami {
  width: 500px;
  height: 200px;
  margin: 50px;
  background-image: url(https://dotesports.com/wp-content/uploads/2024/01/Kuronami_Vandal.png?w=640);
  background-size: 100%;
  box-shadow: 0 0 40px 0;
  border-radius: 10px;
}

.vandal-gaia {
  width: 500px;
  height: 200px;
  margin: 50px;
  background-image: url(https://dotesports.com/wp-content/uploads/2023/05/GaiaVandal.png?w=640);
  background-size: 100%;
  box-shadow: 0 0 40px 0;
  border-radius: 10px;
}

.vandal-primodium {
  width: 500px;
  height: 200px;
  margin: 50px;
  background-image: url(https://images.gamebanana.com/img/ss/mods/6631d2fd0e13c.jpg);
  background-size: 100%;
  box-shadow: 0 0 40px 0;
  border-radius: 10px;
}

.info-vandal {
  margin: 170px 0 0 0;
}

footer {
  border-top: 1px solid white;
  background-color: black;
}

/*estilos de phantom*/
.phantom-oni {
  width: 500px;
  height: 200px;
  margin: 50px;
  background-image: url(https://dotesports.com/wp-content/uploads/2023/08/Oni_Phantom.png?w=640);
  background-size: 100%;
  box-shadow: 0 0 40px 0;
  border-radius: 10px;
  background-position: 5px;
}

.phantom-recon {
  width: 500px;
  height: 200px;
  margin: 50px;
  background-image: url(https://valorantstrike.com/wp-content/uploads/2021/08/Valorant-Recon-Collection-Phantom-HD.jpg);
  background-size: 100%;
  box-shadow: 0 0 40px 0;
  border-radius: 10px;
  background-position: 5px;
}

.phantom-entertainment {
  width: 500px;
  height: 200px;
  margin: 50px;
  background-image: url(https://valorantstrike.com/wp-content/uploads/Valorant-Radiant-Entertainment-System-Collection-Phantom-HD.jpg);
  background-size: 100%;
  box-shadow: 0 0 40px 0;
  border-radius: 10px;
}

/*estilos de operator*/
.operator-ion {
  width: 500px;
  height: 200px;
  margin: 50px;
  background-image: url(https://dotesports.com/wp-content/uploads/2023/05/Ion-Operator-1.jpg?w=640);
  background-size: 100%;
  box-shadow: 0 0 40px 0;
  border-radius: 10px;
  background-position: 5px;
}

.operator-origin {
  width: 500px;
  height: 200px;
  margin: 50px;
  background-image: url(https://valorantstrike.com/wp-content/uploads/2021/06/Valorant-Origin-Collection-Operator-HD.jpg);
  background-size: 100%;
  box-shadow: 0 0 40px 0;
  border-radius: 10px;
}

.operator-reaver {
  width: 500px;
  height: 200px;
  margin: 50px;
  background-image: url(https://fbi.cults3d.com/uploaders/21595173/illustration-file/6ebf839e-78f3-45e6-833f-82cd00b6a4aa/reaver-operator-white-ingame_orig.jpg);
  background-size: 100%;
  box-shadow: 0 0 40px 0;
  border-radius: 10px;
  background-position: 5px;
}

/*estilos de sheriff*/
.sheriff-arcane {
  width: 500px;
  height: 200px;
  margin: 50px;
  background-image: url(https://playerassist.com/wp-content/uploads/2023/09/image-150-8.jpg);
  background-size: 140%;
  box-shadow: 0 0 40px 0;
  border-radius: 10px;
  background-position: center;
}

.sheriff-nf {
  width: 500px;
  height: 200px;
  margin: 50px;
  background-image: url(https://dotesports.com/wp-content/uploads/2023/08/Neo_Frontier_Sheriff.png?w=640);
  background-size: 100%;
  box-shadow: 0 0 40px 0;
  border-radius: 10px;
  background-position: 5px;
}

.sheriff-kuronami {
  width: 500px;
  height: 200px;
  margin: 50px;
  background-image: url(https://www.sirknightj.com/blog/wp-content/uploads/2024/04/Kuronami-Sheriff.png);
  background-size: 90%;
  box-shadow: 0 0 40px 0;
  border-radius: 10px;
}

/*estilos de cuchillo*/
header {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5137254902), transparent);
}

.section-cuchillo {
  display: flex;
  width: 100%;
  height: 430px;
}

.section-cuchillo img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0px;
  flex-grow: 1;
  object-fit: cover;
  opacity: 0.8;
  transition: 0.5s ease;
}

.section-cuchillo img:hover {
  cursor: crosshair;
  width: 300px;
  opacity: 1;
  filter: contrast(120%);
}

/*estilos de info*/
.body-info {
  background-color: black;
}

.main-info {
  padding: 30px;
}
.main-info h1 {
  text-align: center;
  font-size: 50px;
  border-bottom: 1px solid white;
}
.main-info ol {
  padding: 40px 10px 40px 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  font-size: 20px;
}
.main-info h2 {
  font-size: 40px;
}

.a-text {
  color: rgba(214, 201, 201, 0.808);
}

.a-text:hover {
  padding: 5px;
  color: white;
  background-color: #FF4654;
  border-radius: 5px;
  transition-duration: 0.2s;
  text-decoration: none;
}

/*mediaqueries*/
@media (max-width: 1000px) {
  .info-vandal {
    display: none;
  }
  .main-vandal {
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .main-vandal {
    justify-content: center;
  }
  .info-vandal {
    display: none;
  }
  .vandal-kuronami {
    width: 300px;
    height: 100px;
    letter-spacing: normal;
  }
  .vandal-gaia {
    width: 300px;
    height: 100px;
    letter-spacing: normal;
  }
  .vandal-primodium {
    width: 300px;
    height: 100px;
    letter-spacing: normal;
  }
  .phantom-oni {
    width: 300px;
    height: 100px;
    letter-spacing: normal;
  }
  .phantom-recon {
    width: 300px;
    height: 100px;
    letter-spacing: normal;
  }
  .phantom-entertainment {
    width: 300px;
    height: 100px;
    letter-spacing: normal;
    background-position: 5px;
  }
  .operator-ion {
    width: 300px;
    height: 100px;
    letter-spacing: normal;
  }
  .operator-origin {
    width: 300px;
    height: 100px;
    letter-spacing: normal;
    background-position: 3px;
  }
  .operator-reaver {
    width: 300px;
    height: 100px;
    letter-spacing: normal;
  }
  .sheriff-arcane {
    width: 300px;
    height: 100px;
    letter-spacing: normal;
  }
  .sheriff-nf {
    width: 300px;
    height: 100px;
    letter-spacing: normal;
  }
  .sheriff-kuronami {
    width: 300px;
    height: 100px;
    letter-spacing: normal;
  }
}
/*estilos de aportes*/
.aportes {
  background: radial-gradient(#FF4654, black);
  height: 100vh;
  color: #FF4654;
}
.aportes .formulario {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 250px;
  background: white;
  border-radius: 10px;
  background-image: url(https://i.redd.it/iyaacpwpwfr41.png);
}
.aportes .formulario h1 {
  text-align: center;
  padding: 0 0 20px 0;
  border-bottom: 1px solid silver;
}
.aportes .username {
  padding: 10px 0 10px 10px;
}
.aportes .iniciar {
  padding: 0 0 10px 10px;
}
.aportes .registrarse {
  padding: 0 0 10px 10px;
}
.aportes .volver {
  padding: 0 0 10px 10px;
}

.iniciar input:hover {
  background-color: black;
  color: white;
  transition-duration: 0.5s;
}

.username input:focus {
  height: 30px;
}

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