* {
  margin: 0;
  padding: 0;
  font-family: 'Poppins';
  transition: all 0.3s ease
}

.boton-saber-mas {
  display: inline-block;
  text-decoration: none;
  border: 2px solid #ff0000;
  margin-top: 15px;
  transition: all 0.4s;
}
.text-sedes {
  text-align: start;
  padding: 10px;
}
.boton-saber-mas {
  color: #ff0000;
}
.boton-saber-mas:hover {
  background-color: #ff0000;
  color: white;
}
.menu a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 10px;
}
header {
  display: flex;
  align-items: stretch;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  flex-direction: column;
  align-content: center;
  padding: 10px 20px;
  background-color: #dc3545;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.menu-logo {
  width: 40px;
  height: auto;
}
.header-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.encabezado {
  padding: 10px 20px;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.contenedor-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
}
#banner {
  height: 80px; 
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(233, 103, 103, 0.1); 
  position: relative;
  text-align: center;

}
#banner .contenido-banner {
  color: #d62828; 
}
#banner .contenido-banner h3 {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#banner .contenido-banner h3 span {
  font-weight: 600;
}

#objetos {
  padding: 50px;
  display: grid;
  grid-template-columns: 600px 600px;
  gap: 30px;
  text-align: center;
  justify-content: center; 
}
#objetos img {
  padding: 50px;
  width: auto;
  height: 400px;
}
#objetos div {
  color: #4d4d5c;
  font-size: 20px;
  margin: 15px 0;
}

.page-product {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}

form input[type="text"],
form input[type="number"] {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 10px;
}
form input[type="submit"] {
  background-color: #d62828;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

#rutinass {
  display: flex;
  flex-direction: column;
}

.objetos-nosotros {
  padding: 10px;
  display: flex;
  justify-content: space-evenly;
  text-align: left;
}

#imagen-nosotros {
  width: 300px;
  height: auto;
  margin-right: 20px;
}

#texttt {
  background-color: #ff6666;
  padding: 20px 100px;
  color: black;
  display: block;
  align-items: center;
}
.text-rutinas {
  background-color: #ff6666;
  color: black;
}
#objetos-sedes {
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.contenedor-2 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 20px;
  max-width: fit-content;
  margin: 0 auto;
}

.product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.product-card img {
  width: 300px;
  height: 300px;
}

.contenedor h3 {
  color: #ff0000;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", sans-serif;
}

footer {
  background-color: #ff0000;
  color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  font-size: 14px;
  text-align: center;
}
html, body {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

body > footer {
  margin-top: auto;
}

.logo {
  height: 40px;
}

.tituloo {
  font-size: 20px;
  color: white;
  margin: 0;
}

.navbar-toggler-icon {
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.form-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.form-inline label {
  margin: 0 5px;
  white-space: nowrap;
}

.form-inline input[type="text"],
.form-inline input[type="number"] {
  margin: 0 5px;
  padding: 5px 10px;
  width: auto;
}

.form-inline input[type="submit"] {
  margin: 0 5px;
}

@media (max-width: 425px) {
  .dropdown {
    margin-top: 10px;
    width: 100%;
  }
  .dropdown .dropdown-toggle {
    width: 100%;
  }
  #banner {
    padding: 10px;
  }
  #banner::before {
    height: 80px;
  }
  #banner .contenido-banner h3 {
    padding: 10px;
    font-size: 20px;
    text-align: center;
  }
  #objetos {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }
  #objetos img {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .page-product {
    width: 100%;
    margin-bottom: 20px;
  }
  form {
    padding: 20px;
    font-size: 16px;
  }
  form input {
    width: 100%;
    margin: 5px 0;
    padding: 8px;
    box-sizing: border-box;
  }
  footer {
    text-align: center;
    padding: 10px;
  }
  .objetos-nosotros {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
  }
  #imagen-nosotros {
    width: 100%;
    height: auto;
    margin: 0;
  }
  #texto-nosotros {
    font-size: 16px;
    padding: 10px;
    text-align: start;
  }
  .contenedor-2 {
    grid-template-columns: 1fr;
    padding: 10px;
  }
  .product-card img {
    width: 100%;
    height: auto;
  }
  #texttt {
    padding: 15px;
  }
  #texttt h4 {
    font-size: 15px;
  }
  .card-img-top {
    height: auto;
    width: 100%;
  }
  .card {
    margin: 10px auto;
  }
  #objetos-sedes {
    flex-direction: column;
    padding: 20px;
    align-items: center;
    text-align: center;
  }
  #objetos-sedes iframe {
    width: 100% !important;
    height: 200px !important;
    margin-bottom: 10px;
  }
  #objetos-sedes p {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

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