@import url("https://fonts.googleapis.com/css2?family=Bitcount+Grid+Double:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.titulosn {
  text-align: center;
}

.equipotrabajo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  font-family: "Super Sunkissed", sans-serif;
}

.imgequipo {
  width: 20vw;
  height: auto;
  transition: transform 0.3s ease;
}
.imgequipo:hover {
  transform: scale(1.4);
}

.mapa {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}

.seccionnosotros {
  padding: 0 40px;
  margin-bottom: 20px;
}
.seccionnosotros p {
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: center;
}
.seccionnosotros strong {
  color: blueviolet;
}

.row .col-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.row .col-3 img {
  width: 250px;
  height: 250px;
  object-fit: cover;
  margin-bottom: 10px;
}

.row .col-3 button {
  width: 100px;
}

.secciontienda {
  padding: 0 20px;
}
.secciontienda p {
  margin-bottom: 15px;
  line-height: 1.5;
  text-align: center;
}

.juegosindex {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 20px;
}

.contenedorimgind {
  position: relative;
  width: 50vw;
  overflow: hidden;
  cursor: pointer;
}
.contenedorimgind img {
  width: 100%;
  height: auto;
  display: block;
}
.contenedorimgind .descripcion {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  text-align: center;
  padding: 20px;
  transition: bottom 0.4s ease;
}
.contenedorimgind.activo .descripcion {
  bottom: 0;
}

@media (max-width: 435px) {
  .contenedorimgind {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .contenedorimgind .descripcion {
    position: relative;
    bottom: auto;
    background: rgba(0, 0, 0, 0.7);
    padding: 10px;
    transition: none;
  }
}
/* HEADER */
header .logocentrado {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}
header .logo {
  width: 20vw;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  width: 250px;
  animation: rebote 2s infinite;
}
header nav {
  font-family: "Bellavoir", sans-serif;
  font-size: medium;
}
header .navegacion {
  position: fixed;
  top: 50px;
  right: 50px;
  height: auto;
  width: auto;
  font-size: larger;
}
header .paginaactual {
  color: rgb(21, 226, 117);
}
@keyframes rebote {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-20px);
  }
}
@media (max-width: 430px) {
  header {
    height: auto;
  }
  header h1 {
    display: none;
  }
  header .navegacion {
    padding: 10px;
  }
}

.galeriajuegos {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
}
.galeriajuegos img:hover {
  transform: scale(1.05);
}

.gridgaleria {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  max-width: 1000px;
  width: 100%;
  padding: 10px;
  position: relative;
}

.mas {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
}

.titulojuego {
  font-family: "Yoster", sans-serif;
  font-size: larger;
  color: rgb(21, 226, 117);
}

/* FOOTER */
footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

/*Derechos reservados*/
.dr {
  color: rgb(21, 226, 117);
  font-size: large;
  font-family: yoster;
}

.redsocial {
  margin: 0 10px;
}

.gallery {
  width: 20vw;
  height: auto;
}

.titulocontacto {
  text-align: center;
}

.contformulario {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.formulariogrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 800px;
  width: 100%;
  padding: 20px;
  border: 1px solid #ccc;
  background-color: rgb(21, 226, 117);
  border-radius: 8px;
}
.formulariogrid form {
  grid-column: span 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.faqs {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}
.faqs h3 {
  margin-bottom: 0.3rem;
}
.faqs p {
  margin-bottom: 1rem;
}

@font-face {
  font-family: "Yoster";
  src: url("../Images/yoster.ttf");
}
@font-face {
  font-family: "Super Sunkissed";
  src: url("../images/kgperfect.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Bellavoir";
  src: url("../images/Bellavoir.otf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
p, h2, h3 {
  font-family: "Super Sunkissed", sans-serif;
}

h2, h3 {
  text-align: center;
}

body {
  background-image: url("../images/bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
}

p {
  color: rgb(31, 12, 77);
}

h1 {
  color: rgb(21, 226, 117);
  font-family: "Yoster", sans-serif;
}

h2 {
  color: rgb(65, 176, 180);
}

h3 {
  color: blueviolet;
}

li {
  list-style: none;
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

.tituloindex {
  display: flex;
  color: rgb(65, 176, 180);
  align-items: center;
  justify-content: center;
  font-size: xx-large;
}

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