@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&display=swap");
.secciones-2-columnas section, .grid-card {
  display: flex;
  justify-content: space-around;
  align-items: center; }

.formreser, .inscriform, .contactenos-hero {
  display: grid;
  grid-auto-flow: row;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-weight: bolder;
  font-style: italic; }

footer {
  background-color: #e9773e;
  background: linear-gradient(41deg, #e9773e 0%, wheat 48%); }

/* @import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap'); */
/*!-------------------RESET--------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

body {
  font-family: 'Open Sans', sans-serif; }

.link-registrarmetor {
  color: #ff5722; }

/*---------------Cambiar direccion Index , reserva y Torneo----------------*/
.elclub-index,
.torneo-index,
.academia-reservas,
.cuatroestaciones-torneos,
.coparg-torneos {
  flex-direction: row-reverse; }

/*---------------Portada -TODAS las paginas----------------*/
.seccion-portada {
  width: 100%;
  height: calc(100vh - 115px);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center; }
  .seccion-portada h1 {
    font-size: 80px;
    font-style: italic;
    font-family: 'Anton', sans-serif;
    color: #80c524;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.75); }

/*--------------- Boton Flotante hacia arriba----------------*/
.fixet {
  position: fixed;
  right: 50px;
  bottom: 50px; }
  .fixet a:hover i {
    color: #80c524;
    font-size: 40px; }
  .fixet a i {
    font-size: 50px;
    color: #ff5722;
    line-height: 50px;
    transition: all 0.4s; }

/*--------------- Estructura general Index/Reservas/Torneos----------------*/
.secciones-2-columnas section {
  width: 100%;
  height: 100%;
  color: black;
  padding: 30px; }
  .secciones-2-columnas section div {
    width: 50%;
    text-align: center;
    justify-content: center;
    font-size: 20px;
    float: left; }
    .secciones-2-columnas section div img {
      width: 80%;
      box-shadow: 10px 9px 16px -1px rgba(0, 0, 0, 0.75);
      -webkit-box-shadow: 10px 9px 16px -1px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: 10px 9px 16px -1px rgba(0, 0, 0, 0.75); }
  .secciones-2-columnas section div h2 {
    font-size: 40px; }
  .secciones-2-columnas section div p {
    font-size: 20px;
    margin: 2px;
    text-align: justify; }
  .secciones-2-columnas section div a {
    text-decoration: none;
    color: white;
    background-color: #4e4e4e;
    padding: 10px;
    font-size: 15px;
    border-radius: 15px;
    font-weight: bolder;
    transition: all 0.4s; }
    .secciones-2-columnas section div a:hover {
      color: #80c524;
      font-size: 16px; }

/*--------------- Estilo titulo y Botones Formularios Reserva y Torneo----------------*/
.tit-forms {
  font-size: 50px;
  font-style: italic;
  font-family: 'Anton', sans-serif;
  color: #80c524;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.75); }

.btn-forms {
  color: white;
  background-color: #4e4e4e;
  margin: 12px;
  padding: 10px;
  font-size: 15px;
  border-radius: 15px;
  font-weight: bolder;
  transition: all 0.4s; }
  .btn-forms:hover {
    color: #80c524; }

/*?------------------------------------Index-------------------------------*/
.hero {
  background-image: url("../img/cabecera-index.jpg"); }

/*?---------------Reservas----------------*/
.cabecera-reserva {
  background-image: url("../img/reservashero.jpg"); }

.video-nuestrascanchas iframe {
  width: 90%;
  height: 60vh; }

.formreser {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.5fr 1.5fr;
  gap: 0px 0px;
  grid-template-areas: "reserva-tit reserva-tit" "reserva-form reserva-form";
  width: 100%;
  text-align: center;
  background-image: url("../img/samuel-elias.jpg"); }

.reserva-tit {
  grid-area: reserva-tit; }

.reserva-form {
  grid-area: reserva-form;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  align-items: center;
  justify-content: center; }
  .reserva-form form label {
    text-shadow: 4px -2px 18px white; }

/*?--------------------------------Torneos----------------------------------------*/
.hero-torneos {
  background-image: url("../img/torneoshero.jpg"); }

.inscriform {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 0.5fr 1.5fr;
  gap: 0px 0px;
  grid-template-areas: "inscrip-tit inscrip-tit" "inscrip-form inscrip-form";
  width: 100%;
  text-align: center;
  background-image: url("../img/samuel-elias.jpg"); }

.inscrip-tit {
  grid-area: inscrip-tit; }

.inscrip-form {
  grid-area: inscrip-form;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  align-items: center;
  justify-content: center; }
  .inscrip-form form select {
    margin: 5px; }
  .inscrip-form form input {
    margin: 5px; }
  .inscrip-form form label {
    text-shadow: 4px -2px 18px white; }

/*?--------------------------------Tienda Online----------------------------------*/
.hero-tienda {
  background-image: url("../img/tienda-cabe.jpg"); }

.tit-prod {
  text-align: center;
  color: black;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.2);
  font-size: 30px;
  padding: 10px;
  margin-top: 10px; }

.grid-productos {
  width: 99%;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 2px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 450px;
  gap: 10px; }

.grid-item {
  position: relative; }

.prod-4 {
  grid-column: span 2; }

.grid-card {
  width: 99%;
  height: 99%;
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75); }
  .grid-card img {
    width: 280px;
    height: 50%;
    padding: 10px; }

.card-body {
  padding: 10px; }
  .card-body p {
    font-size: 14px;
    margin-bottom: 5px; }

/*?------------------------------------Contactenos----------------------------------*/
.contactenos-hero {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 0.5fr 2fr 0.5fr;
  gap: 0px 0px;
  grid-template-areas: "titulo-hero titulo-hero titulo-hero" "datos-contactenos datos-contactenos datos-contactenos" "escribanos-contactenos escribanos-contactenos escribanos-contactenos" "boton-contactenos boton-contactenos boton-contactenos";
  width: 100%;
  text-align: center;
  background-image: url("../img/samuel-elias.jpg"); }
  .contactenos-hero div h1 {
    font-size: 80px;
    font-style: italic;
    font-family: 'Anton', sans-serif;
    color: #80c524;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.75); }

.titulo-hero {
  grid-area: titulo-hero; }

.datos-contactenos {
  grid-area: datos-contactenos; }
  .datos-contactenos form div {
    display: flex;
    justify-content: center;
    align-items: center; }
    .datos-contactenos form div div label {
      color: whitesmoke;
      text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
      width: 50%; }
    .datos-contactenos form div div input {
      border-width: medium;
      border-color: white;
      font-family: 'Open Sans', sans-serif;
      font-size: medium;
      width: 100%; }

.escribanos-contactenos {
  grid-area: escribanos-contactenos; }

.boton-contactenos {
  grid-area: boton-contactenos;
  padding-top: 5px; }

.escribanos {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  background: transparent;
  backdrop-filter: blur(5px);
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  border-width: thick;
  border-color: white;
  width: 75%;
  height: 100%;
  margin: 2px; }

/*!----------------------------------------FOOTER-------------------------------*/
footer {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding: 10px 0px;
  margin-top: 50px; }
  footer div div div div {
    text-align: center;
    margin: 20px 0px; }
    footer div div div div ul {
      margin: 0px;
      padding: 0px; }
      footer div div div div ul li {
        list-style: none;
        text-align: center;
        display: inline-block; }
        footer div div div div ul li a {
          width: 50px;
          height: 50px;
          margin: 10px 5px;
          background-color: #4e4e4e;
          text-decoration: none;
          border-radius: 50%;
          display: block; }
          footer div div div div ul li a:hover i {
            color: #80c524;
            font-size: 28px; }
          footer div div div div ul li a i {
            cursor: pointer;
            color: white;
            line-height: 50px;
            font-size: 22px;
            transition: all 0.4s; }
  footer div div div p a {
    color: #ff5722; }

/*!------------------------------MEDIA QUERY------------------------------------*/
@media screen and (max-width: 1076px) {
  /*--------------- Estructura general Index/Reservas/Torneos----------------*/
  .secciones-2-columnas section div h2 {
    font-size: 30px;
    transition: all 0.4s; }
  .secciones-2-columnas section div p {
    font-size: 17px; }
  .secciones-2-columnas section img {
    width: 90vh; } }

@media screen and (max-width: 905px) {
  .elclub-index img {
    width: 80vh; }
  /*-------------Tienda--------------*/
  .grid-productos {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 400px; }
  .grid-item {
    grid-column: span 1;
    grid-row: span 1; }
  .prod-4 div img {
    width: 150px;
    height: 200px; } }

@media screen and (max-width: 859px) {
  /*-------------Contactenos--------------*/
  .contactenos-hero div h1 {
    font-size: 70px;
    transition: all 0.4s; }
  .contactenos-hero {
    grid-template-rows: 1fr 1fr 1.5fr 0.5fr; }
  .grupodatos-contactenos {
    display: flex;
    flex-direction: column; }
  .grupodatos-contactenos div {
    padding: 5px; }
  /*--------- Boton Flotante ---------*/
  .fixet {
    right: 20px;
    bottom: 20px; } }

@media screen and (max-width: 812px) {
  /*--------------- Estructura general Index/Reservas/Torneos----------------*/
  .secciones-2-columnas section {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.4s; }
  .secciones-2-columnas section div {
    width: 100%;
    height: 50%; }
  .secciones-2-columnas section img {
    width: 50%; }
  .secciones-2-columnas section div h2 {
    font-size: 25px;
    padding: 10px;
    transition: all 0.4s; }
  .secciones-2-columnas section div p {
    font-size: 16px;
    padding-bottom: 10px; }
  /*---------------Titulo Portada TODAS las paginas----------------*/
  .seccion-portada h1 {
    font-size: 55px;
    transition: all 0.4s; }
  /*---------------Estilo titulo Formularios Reserva y Torneo----------------*/
  .tit-forms {
    font-size: 40px; } }

@media screen and (max-width: 800px) {
  /*-------------Tienda--------------*/
  .hero-tienda {
    background-image: url("../img/tienda-cabe500a.jpg");
    background-position: center;
    transition: all 0.4s; }
  /*--------- Boton Flotante ---------*/
  .fixet i {
    font-size: 40px;
    transition: all 0.4s; }
  .fixet a:hover i {
    font-size: 30px; }
  /*-------------Tienda--------------*/
  .grid-productos {
    grid-template-columns: 1fr;
    grid-auto-rows: 400px; }
  .grid-item {
    grid-column: span 1;
    grid-row: span 1; } }

@media screen and (max-width: 761px) {
  /*---------------Titulo Portada TODAS las paginas----------------*/
  .seccion-portada {
    background-position: center; }
  /*-------------TIENDA ONLINE--------------*/
  .grid-productos {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 500px; }
  .grid-item {
    grid-column: span 1;
    grid-row: span 1; }
  .secciones-2-columnas section div h2 {
    padding: 30px; } }

@media screen and (max-width: 649px) {
  /*-------------INDEX--------------*/
  .hero {
    background-image: url("../img/cabecera-index2.jpg");
    background-position: center;
    transition: all 0.4s; }
  /*---------------Titulo Portada TODAS las paginas----------------*/
  .seccion-portada h1 {
    font-size: 50px;
    transition: all 0.4s; } }

@media screen and (max-width: 649px) {
  /*-------------TIENDA ONLINE--------------*/
  .hero-tienda {
    background-image: url("../img/tienda-cabe400a.jpg");
    background-attachment: local;
    transition: all 0.4s; }
  /*-------------Contactenos--------------*/
  .contactenos-hero {
    grid-template-rows: 0.5fr 1.5fr 1.5fr 0.5fr; }
  .contactenos-hero div h1 {
    font-size: 60px;
    transition: all 0.4s; }
  /*--------- Boton Flotante ---------*/
  .fixet i {
    font-size: 30px;
    transition: all 0.4s; }
  .fixet a:hover i {
    font-size: 20px; } }

@media (max-width: 576px) {
  .video-nuestrascanchas iframe {
    height: 50vh; }
  .formtst {
    display: block;
    justify-content: center;
    align-items: center; }
  footer .social-btn {
    width: 40px;
    height: 40px;
    margin: 5px; }
  footer .social-btn i {
    line-height: 40px;
    font-size: 18px; } }

@media screen and (max-width: 468px) {
  /*---------------Titulo Portada TODAS las paginas----------------*/
  .seccion-portada h1 {
    font-size: 40px;
    transition: all 0.4s; }
  /*-------------Tienda Online--------------*/
  .hero-tienda {
    background-image: url("../img/tienda-cabe200.jpg");
    background-attachment: local;
    transition: all 0.4s; }
  .prod-6 div img {
    height: 45%; }
  .video-nuestrascanchas iframe {
    height: 40vh; }
  /*--------- Boton Flotante ---------*/
  .fixet {
    position: fixed;
    right: 15px;
    bottom: 15px; } }
