* {
  margin: 0;
  padding: 0;
  font-family: Georgia, 'Times New Roman', Times, serif;

}

.btn-wsp{
  text-decoration: none;
  width: 60px;
  height: 60px;
  border-radius:50%;
  background-color: #20ba5a;
  display: flex;
  justify-content: center;
  align-items: center;
  position:fixed;
  bottom:25px;
  right:25px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index:100;
  transition: all 300ms ease;
}
.btn-wsp:hover{
  background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
  .btn-wsp{
      width:50px;
      height:50px;
      line-height: 66px;
}
}


.btn-carrito{
  text-decoration: none;
  width: 60px;
  height: 60px;
  border-radius:50%;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  position:fixed;
  bottom:100px;
  right:25px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.3);
  z-index:100;
  transition: all 300ms ease;
}
.btn-carrito:hover{
  background: #f0f0f0;
}
@media only screen and (min-width:320px) and (max-width:768px){
  .btn-carrito{
      width:50px;
      height:50px;
      line-height: 66px;
}
}



.body {
  border-color: black;
}


/* inicio cards */

.corazon{
font-size: 22px;
transition: color 0.3s;
}

.corazon-rojo{
  color: red;
}

.corazon:hover{
  color: red;
}

.card-body .btn-success {
  border-radius: 5px;
  background-color: #263e3e;
  border-color: none;

}

.card-body .btn-success:hover {
  background-color: #ff8b66;
  color: #263e3e;
  font-weight: 600;
  border: none;
  font-size: 15px;
}

.card .card-title {
  font-weight: 550;
  font-size: 17px;
  color: rgba(255, 126, 33, 1);
  letter-spacing: 1px;
}

.cards-hovC:hover {
  transition: 1.5s;
  transform: scale(1.05);
}


.precioOrig {
  padding-left: 25%;
  /* margin-bottom: 10%; */
  font-size: 1.5rem;
  font-weight: 400;
  color: #263e3e;
}

.tituloCat {
  justify-content: center;
  display: flex;
  margin-bottom: 5%;
  margin-top: 5%;


}

/* fin cards*/

/* inicio estylos principal*/


.colorFondo {
  background-color: #ededed;
}

.categoriFil a {
  text-decoration: none;
  color: black;
}

.cuadroPre {
  display: flex;
  margin-top: 0%
}

.min {
  font-weight: 600;
  border: none;
  font-size: 15px;
  display: flex;
  width: 90%;
}

/* final estylos principal*/



/* inicio estylo navbar*/


nav {
  background-color: black;
  overflow: hidden;
}


nav a {
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

nav form {
  display: flex;
  align-items: end;
  margin-top: 8px;
  margin-right: 16px;
  justify-content: center;
}

nav form {
  display: flex;
  align-items: end;
  margin-top: 8px;
  margin-right: 16px;
  justify-content: center;
}
nav forma {
  display: flex;
  margin-top: 8px;
  margin-right: 16px;
}

nav input[type="text"] {
  padding: 6px;
  border-radius: 4px;
  border: none;
}

nav button[type="submit"] {
  padding: 6px 12px;
  border-radius: 4px;
  border: none;
  background-color: #ddd;
  margin-left: -5px;
}

nav button[type="submit"]:hover {
  background-color: #bbb;
  cursor: pointer;
}

.highlight {
  background-color: yellow;
}

.logonav {
  height: 70px;
  border-radius: 10px 10px 10px;
}

.loginnav {
  border-radius: 80%;
  height: 40px;
  color: rgb(255, 255, 255);
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 2px;
  margin-top: 12px;
}

.susnav {
  border-radius: 80%;
  height: 40px;
  color: black;

}

.login {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* fin estylo navbar*/




/* inicio estylos footer*/

footer {
  font-family: Georgia, "Times New Roman", Times, serif;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  background-color: rgba(27, 27, 27, 1);
  margin: 0;

}


  .logoFooter {
    margin-top: 3rem;
    width: 35%;
    height: 60%;
    border-radius: 10%;
  
  
  }



.row {
  display: flex;
  align-items: center;
  justify-content: center;
}

.iconfooter {
  margin-right: 20px;
}
/* fin estylos footer*/

/* stylo filtro */

.tituloIniBi{
 margin-bottom: 10%;
}

.filtro {
  gap: 10px;
  padding: 0%;
}

.tituFil.tituSub {
  margin-bottom:0px;
  font-weight: bolder;
}

.filtro-container {
  margin-top: 5%;

}

.tituSube {
  margin-top: 5%;
}

.botonFil {
  margin-top: 2%;
  border-radius: 5px;
  background-color: #263e3e;
  border-color: #263e3e;
  color: white;
  height: 80%;
  font-weight: 600;
  font-size: 15px;
}
.selB{
  margin-top: 0%;
  border-radius: 5px;
  background-color: #263e3e;
  border-color: #263e3e;
  color: white;
  height: 80%;
  font-weight: 600;
  font-size: 15px;
  

}

.botonLimpiar{
  font-weight: 600;
  color: white;
  background-color: #263e3e;
  font-size: 15px;
  width: 50%;
  margin-top: 20px;
  margin-right: 150px;
  margin-bottom: 10px;
  border-radius: 5px;
  border-color: #263e3e;
}

/* stylo de mensaje no encontramos producto*/

#bicicletas-container {
  
  margin-top: 30px;
  font-size: x-large;
  color: #263e3e;
  
}
/* fin stylo filtro */


.btn-wsp{
  position:fixed;
  bottom:20px;
  right:25px;
  color: black;
  border-radius:30px;
  text-align:center;
  justify-content: center;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index:100;
  transition: all 300ms ease;
}
.btn-wsp:hover{
  background: #20ba5a;
}
@media only screen and (min-width:320px) and (max-width:768px){
  .btn-wsp{
      width:63px;
      height:63px;
      line-height: 66px;
}
}


.btn-carrito{
  position:fixed;
  
  bottom:93px;
  right:25px;
  color:black;
  border-radius:30px;
  text-align:center;
  justify-content: center;
  box-shadow: 0px 1px 10px rgba(0,0,0,0.3);
  z-index:100;
  transition: all 300ms ease;
}
.btn-carrito:hover{
  background: #f0f0f0;
}
@media only screen and (min-width:320px) and (max-width:768px){
  .btn-carrito{
      width:63px;
      height:63px;
      line-height: 66px;
}
}