body {
  font-family: "Lunasima", sans-serif;
}

.visible {
  transform: translateX(0);
}

.next {
  transform: translateX(100%);
}

.navi li {
  margin-left: 10px;
  padding: 10px;
  color: black;
}

.navi li a {
  color: #fff;
  font-family: "Lunasima", sans-serif;
  font-size: 1.1rem;
}

.inicio a {
  border-bottom: 2px solid #f4e409;
  color: #f4e409;
}

.productos div p {
  margin-top: 5px;
  margin-left: 7px;
  margin: unset;
}
footer {
  margin-top: 100px;
  background-color: #003f88;
  color: white;
  flex-wrap: wrap;
}

.subfooter {
  padding-top: 10px;
  background-color: #00296b;
  padding-bottom: 10px;
  text-align: center;
  color: white;
  border-top: 1px solid white;
  font-family: "Lunasima", sans-serif;
}

.center_footer {
  display: flex;
  margin: 0 auto;
  width: 800px;
}

.section1 {
  padding: 25px 0;
  display: grid;
  width: 400px;
  text-align: left;
  border-right: 1.5px solid white;
}
.section2 {
  padding: 25px 0;
  text-align: left;
  display: grid;
  margin-left: 120px;
  margin-top: 30px;
  font-family: "Lunasima", sans-serif;
}
.section2 h6 {
  color: white;
  font-family: "Lunasima", sans-serif;
}
.section1 img {
  margin-top: 15px;
}
.facebook {
  color: #00296b;
}

.instagram {
  color: rgba(193, 3, 196, 0.818);
}
.whatsapp {
  color: rgb(3 196 3);
  font-size: 22px;
  text-decoration: none;
}

.toggle-menu {
  width: 40px;
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  font-size: 2rem;
  cursor: pointer;
  color: #fff;
  display: none;
}
.Input {
  display: none;
}
.carousel-item img {
  max-height: 650px;
}

.flex-item {
  flex-basis: 25px;
  flex-grow: 2;
  padding: 5px;
  margin-bottom: 0;
  margin-left: 35px;
  max-width: 18%;
  height: 350px;
  box-sizing: border-box;
  display: none;
  background-color: #fff;
}

.visible1 {
  display: block;
}
.productos div p {
  font-size: 1.1rem;
  font-family: "Lunasima", sans-serif;
  padding: 10px;
}

.productos div img {
  height: 60%;
  width: 100%;
}

.productos {
  display: flex;
  margin-bottom: 80px;
  margin: 0 auto;
  padding-top: 10px;
  resize: both;
  margin-top: 80px;
}

.productos div button {
  background-color: #ffdd00;
  width: 80%;
  padding-top: 1px;
  font-family: "Roboto Condensed", sans-serif;
  border: none;
  color: #000;
  margin-top:25px;
}

.productos button:hover {
  background-color: #0a2239;
}
.til {
  margin-top: 0.75rem;
  font-family: "Lunasima", sans-serif;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 50px;
  display: block;
  position: absolute;
  margin-top: -50px;
  font-size: 1.5rem;
}
#next-btn {
  position: absolute;
  display: block;
  margin-left: -85px;
  margin-top: 130px;
  font-size: 2.8rem;
  cursor: pointer;
  z-index: 5;
}
#next-btn2 {
  position: absolute;
  display: block;
  margin-left: -85px;
  margin-top: 130px;
  font-size: 2.8rem;
  cursor: pointer;
  z-index: 5;
}
#next-btn3 {
  position: absolute;
  display: block;
  margin-left: -85px;
  margin-top: 130px;
  font-size: 2.8rem;
  cursor: pointer;
  z-index: 5;
}

.prev-btn {
  margin-left: 35px;
  position: absolute;
  margin-top: 125px;
  font-size: 2.8rem;
  cursor: pointer;
  z-index: 5;
  
}


@media (max-width: 1410px) {
  .productos {
    max-width: 1020px;
  }
  .productos img {
    height: 100%;
    width: 100%;
  }
  .productos div p {
    font-size: 0.9rem;
    padding: 0;
    margin: unset;
    height:50px;
  }

  .flex-item {
    height: 300px;
    margin-bottom: 25px;
  }
  .flex-item button {
    margin-top: 5px;
  }
  .flex-item p {
    margin-bottom: 0;
    height: 116px;
  }
  #next-btn {
    position: absolute;
    display: block;
    margin-left: -55px;
    margin-top: 130px;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 5;
  }
  #next-btn2 {
    position: absolute;
    display: block;
    margin-left: -55px;
    margin-top: 130px;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 5;
  }
  #next-btn3 {
    position: absolute;
    display: block;
    margin-left: -55px;
    margin-top: 130px;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 5;
  }
  .prev-btn {
    margin-left: 15px;
    position: absolute;
    margin-top: 130px;
    font-size: 2.5rem;
    cursor: pointer;
    z-index: 5;
  }
}
@media (max-width: 820px) {
  .productos {
    max-width: 700px;

    gap: 25;
  }
  .flex-item {
    height: 200px;
    margin: 0;
    width: 150px;
    margin-left: 50px;
  }
  .productos div a {
    margin-top: 40px;
  }

  .productos p {
    display: none;
  }
  .ultimo {
    display: none;
  }
  #next-btn {
    display: none;
  }
  #next-btn2 {
    display: none;
  }
  #next-btn3 {
    display: none;
  }
  .prev-btn {
    display: none;
  }
  .center_footer {
    display: block;
  }
  .center_footer {
    width: 350px;
  }
  .section1 {
    width: 300px;
    border-right: none;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 15px;
    margin-right: 3px;
  }
  .section2 {
    border-top: 1px solid white;
    margin-top: 10px;
    padding: 5px 2px;
    margin: 1px;
    text-align: center;
  }
}

@media (max-width: 450px) {
  .productos {
    width: 350px;

    gap: 25;
  }
  .flex-item {
    height: 150px;
    margin: 0;
    width: 150px;
    margin-left: 30px;
  }

  .center_footer {
    display: block;
  }
  .center_footer {
    width: 350px;
  }
  .productos div button {
    width: 80%;
    font-size: 0.9rem;
  }
  .productos div img {
    height: 50%;
    width: 100%;
  }
  .productos div button {
    margin-top: 20px;
    width: 72px;
  }

  .section2 {
    margin: 25px;
  }
  .subfooter {
    font-size: 0.9rem;
  }
  #next-btn {
    display: none;
  }

  #prev-btn {
    display: none;
  }

  #next-btn2 {
    display: none;
  }

  #prev-btn2 {
    display: none;
  }
  #next-btn3 {
    display: none;
  }

  #prev-btn3 {
    display: none;
  }
  .ultimo {
    display: none;
  }
  .anultimo {
    display: none;
  }
  .section1 {
    width: 300px;
    border-right: none;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
    margin-bottom: 15px;
    margin-right: 3px;
  }
  .section2 {
    border-top: 1px solid white;
    margin-top: 10px;
    padding: 5px 2px;
    margin: 1px;
    text-align: center;
  }
  .redes1 {
    display: none;
  }
  .cont {
    display: none;
  }
  .card-body img {
    margin-left: -35px;
  }
}
