/* Hoja de estilos Tienda */

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

@import url("https://fonts.googleapis.com/css2?family=Anton&family=Lexend:wght@100..900&display=swap");

h1 {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 50px;
  padding-top: 50px;
  padding-bottom: 20px;
  color: white;
}

h2 {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 25px;
  color: white;
  text-align: center;
}


/* barra de navegación */

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

.navbar {
  text-align: center;
  background-color: #007D2F !important;
}

nav img {
  height: 110px;
  position: fixed;
  top: 15px;
}

a.nav-link {
  color: white !important;
  text-decoration: none;
  padding: 10px 10px;
  margin-left: 50px;
  text-transform: uppercase;
  transition: all .5s ease;
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
}


/* productos */

.productos {
  text-align: center;
  background-image: url(../images/fondoproductos.jpeg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: white;
  padding-bottom: 1px;
}

.reng {
  background-color: #21887fb2;
  margin: 100px 0;
  text-align: center;
  align-items: center;
}

.reng img {
  width: 50%;
  margin: -5%;
}

.botonform {
  width: 30% !important;
  margin-top: 10px !important;
}

.productos p {
  font-family: "Lexend", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  text-align: center;
}

/* footer */

footer {
    background-color: #21887F;
    vertical-align: middle;
}

.derechos-reservados {
    color: white;
    padding: 20px;
    text-align: right;
}

.bi {
  font-size: 24px ;
  margin: 0px 10px;
}


.lsder p {
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: white;
  text-align: center;
  margin-top: 20px;
  margin-left: 20px;
}

/* Formularios */

.modal-header, .modal-footer {
  border-color: #007D2F !important;
}

.modal-content {
  background-color: #007d2f !important;
}

.modal-footer {
  background-color: #007d2f !important;
}

.sin-espacio-footer {
  --bs-gutter-x: 0rem !important;
}


/* media queries */
@media (max-width: 991.98px) {
  .reng {
    padding-bottom: 60px;
  }
  .reng img {
    width: 300px;
    margin: -20px;
  }
  .botonform {
    width: 150px !important;
    margin-top: 5px !important;
  }
  h2 {
  margin-top: 55px;
  }
}