* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap");

@import url("https://fonts.cdnfonts.com/css/codec-pro");

@import url("./font/brendan-regular-outline.ttf");

body {
  width: 100%;
  overflow-x: hidden;
}
/* top de la pagunina web */

.CabezeraPrinsipal {
  width: 100%;
  height: 700px;
  background: linear-gradient(
      to right,
      rgba(151, 151, 151, 0.267),
      rgba(0, 0, 0, 0.918)
    ),
    url("img/E3.jpg");
  background-repeat: no-repeat;
  background-size: 100% 700px;
  background-position: center;
  position: relative;
  padding: 3%;
}
.Bienvenida {
  margin-top: 5%;
  display: flex;
  align-items: center;
  height: 300px;
  justify-content: center;
  font-weight: 700;
  font-size: 300%;
  color: white;
  font-family: "Codec Pro", sans-serif;
}
.LogoBienvenida {
  width: 10%;
}
.button {
  padding: 0.7% 3%;
  width: 100px;
  background-color: white;
  color: #424242;
  border-radius: 0.3rem;
  text-align: center;
  font-size: 120%;
  font-weight: 500;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
}
.FilaBottones {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 12%;
  margin-left: auto;
  margin-right: auto;
}
.FilaBoton {
  background-color: rgba(23, 233, 16, 0.548);
  color: white;
  padding: 0.5% 2%;
  border-radius: 3rem;
  border: 2px solid #3d3d3d81;
  cursor: pointer;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
/* Acerca de nosotros de la paguina */
.AcercaDe {
  width: 100%;
  overflow: hidden;
  height: 900px;
  background-image: url("img/Acercade.jpg");
  background-repeat: no-repeat;
  background-size: calc(100%) calc(900px);
  background-position: top;
  display: inline-flex;
  justify-content: right;
  align-items: center;
  padding: 0 1%;
}
.Flotante {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: 50%;
  color: white;
  font-family: "Codec Pro", sans-serif;
}
.ContenidoFlotante {
  width: 60%;
}


.pClas {
  font-size: 300%;
  font-weight: 700px;
  color: rgb(16, 228, 16);
}
.BotonVerde {
  margin-top: 5%;
  padding: 3%;
  width: 154px;
  text-align: center;
  background-color: rgb(12, 177, 12);
  cursor: pointer;
}
/* Seccion de torneos de la paguina */
.Torneos {
  width: 100%;
  overflow: hidden;
  height: 900px;
  background-image: url("img/Torneos.jpg");
  background-repeat: no-repeat;
  background-size: calc(100%) calc(900px);
  background-position: top;
  display: inline-flex;
  justify-content: center;
}
.CosaVerde {
  font-family: "Poppins", sans-serif;
  width: 100%;
  overflow: hidden;
  height: 900px;
  background-image: url("img/CosaVerde.png");
  background-repeat: no-repeat;
  background-size: calc(100%) calc(900px);
  background-position: top;
  display: flex;
  align-items: end;
  justify-content: right;
  padding: 3%;
}

/* Seccion de club de la paguina */
.LetrasClub {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  font-size: 50px;
}
.imgClub {
  width: 70%;
}
.ClubFondo {
  width: 100%;
  overflow: hidden;
  height: 900px;
  background-image: url("img/ClubFondo.jpg");
  background-repeat: no-repeat;
  background-size: calc(100%) calc(900px);
  background-position: top;
  display: inline-flex;
  justify-content: center;
  padding: 2%;
  font-family: "Codec Pro", sans-serif;
}
/* Baner de fondo sigenos*/
.BannerSiguenos {
  width: 100%;
  overflow: hidden;
  height: 900px;
  background-image: url("img/fondoleyenda.jpg");
  background-repeat: no-repeat;
  background-size: calc(100%) calc(900px);
  background-position: top;
  padding: 3%;
  font-family: "Poppins", sans-serif;
}
.Brendan {
  color: white;
  font-family: "Codec Pro", sans-serif;
}
.textoSiguenos {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(900px - 52px);
}
.Tsiguenos {
  font-size: calc(60px - 20px);
  color: white;
}
.ImgsRedes {
  width: 100px;
}
/* Apartado paguina web Banner contactanos */
.BannerContactanos {
  width: 100%;
  overflow: hidden;
  height: 900px;
  background-image: url("img/Contacto.jpg");
  background-repeat: no-repeat;
  background-size: calc(100%) calc(900px);
  background-position: top;
  padding: 3%;
  font-family: "Poppins", sans-serif;
}
.TexContactos {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: 100%;
  height: 900px;
  font-size: 50px;
}
.Galeria{/*Grid*/
  background-color: #424242;
  width: 100vw;
  overflow: auto;
  display: flex;
  padding: 1%;
  align-items: center;
  gap: 1%;

}
.ItemCard{
  width: 25%;
  height: 400px;
}

/* Responsive Desing */
@media (max-width: 800px) {
  /* top de la paguina web */
  .CabezeraPrinsipal {
    background-position: center;
    background-size: 100vw 300px;
    height: 300px;
  }
  .FilaBottones {
    margin-top: 10%;
  }
  .Bienvenida {
    margin-top: 3%;
    height: 100px;
    font-size: 150%;
  }
  .LogoBienvenida {
    width: 20%;
  }
  /* Acerca de */
  .AcercaDe {
    height: 300px;
    background-size: 100vw 300px;
  }
  .Flotante {
    float: right;
    width: 50%;
    font-size: 50%;
  }
  .BotonVerde {
    width: 100%;
  }
  /* Seccion de torneos */
  .Torneos,
  .CosaVerde {
    height: 300px;
    background-size: 100vw 300px;
  }
  .CosaVerde {
    background-image: url("img/CosaVerde.png");
  }
  /* Seccion de Club */
  .ClubFondo {
    height: calc(300px);
    background-size: 100vw calc(300px);
  }
  .LetrasClub {
    font-size: 15px;
  }
  .imgClub {
    width: 50%;
  }
  /* Seccion de siguenos */
  .BannerSiguenos {
    height: 350px;
    background-size: calc(100%) calc(350px);
  }
  .textoSiguenos {
    height: calc(350px - 52px);
  }
  .Tsiguenos {
    font-size: 15px;
  }
  .ImgsRedes {
    width: 35px;
  }
  /* seccion de contactonos */
  .BannerContactanos {
    height: 300px;
    background-size: calc(100%) calc(300px);
  }
  .TexContactos {
    width: 60%;
    height: 300px;
    font-size: 20px;
  }
  .ItemCard{
    width: 100%;
  
  }
}

/* scroll general de la pagina */
body {
  scrollbar-color: rgba(0, 0, 0, 0.5) rgba(0, 0, 0, 0);
  scrollbar-width: thin;
}
body::-webkit-scrollbar {
  -webkit-appearance: none;
  background-color: #e3e7e9;
}

body::-webkit-scrollbar:vertical {
  width: 10px;
}

body::-webkit-scrollbar-button:increment,
body::-webkit-scrollbar-button {
  display: none;
}

body::-webkit-scrollbar:horizontal {
  height: 10px;
}

body::-webkit-scrollbar-thumb {
  background-color: #797979;
  border-radius: 20px;
  /* border: 2px solid #f1f2f3; */
}

body::-webkit-scrollbar-track {
  border-radius: 10px;
}
