@import url('https://fonts.googleapis.com/css2?family=Fleur+De+Leah&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}
body {
    background-color: #ffffff;
    font-family: Poppins, san-serif;
}
img {
    max-width: 150px;
    width: 100%;
}

.nav-link {
    font-weight: 600;
    color: #000;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown>.dropdown-menu {
    background-color: #FFF;
    border: none;
    border-radius: 0;
}

.lni-layers-1 {
    font-size: 1.5rem;
}

.lni-cross-circle {
    font-size: 2rem;
}


@media (min-width:992px){
    .dropdown>.dropdown-menu {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        display: block;
        transition: all 0.1 ease-out;
    }

    .dropdown:hover>.dropdown-menu {
        padding: 20px 0;
        display: block;
        visibility: visible;
        opacity: 1;
        transition: all 0.3s ease-in-out;
    }

    .dropdown-item:hover {
        color: #FFF;
        background-color: #000;
    }
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    padding: 0 15px;
    font-family: "Poppins", sans-serif;
  
     
  
}

.Texto-principal{
    padding: 40px;
     font-family: "Poppins", sans-serif;
     color: hwb(0 0% 100%);
     text-shadow: 2px 2px 2px #8e7855;;
}

.logo-icon {
    max-width: 70px;
    width: 70%;
    border-radius: 35px;
}

.card{
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    margin: auto
}

.card-body{
    padding: 20px;
}

.card-img{
  margin: auto;
  padding: 10px;
  border-radius: 20px;
}

.card-title{
    font-weight: 600;
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: #63471a;
}

.card-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
}

.price{
  font-size: 1.2rem;
  font-weight: 600;
  color: #7d510c;
  margin: 10px;
  
}

.bottom{
  background-color: #f4d24a;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  text-decoration: none;

}

.footer {
  position: relative;
  width: 100%;
  background-color: black;
  min-height: 100px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  margin-top: 100px;
}

.menu-footer {
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  margin: 10px 0;
  flex: wrap;
}

.menu-elem {
  list-style: none;
}

.menu-icon {
  color: white;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  margin: 5px 10px;
  opacity: 0.75;
  transition: 0.3s;
  font-family: "Josefin Sans", sans-serif;
}

.menu-icon:hover {
  opacity: 1;
}

.store-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0;
}

.store-buttons img {
  width: 150px;
  height: auto;
}

.footer-text {
  color: white;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
}

/* Responsividad del footer */
@media (max-width: 768px) {
  .footer-text {
    font-size: 16px;
  }

  .store-buttons {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .footer-text {
    font-size: 14px;
  }

  .menu-footer {
    flex-direction: column;
    gap: 10px;
  }

  .menu-icon {
    font-size: 18px;
  }

  .store-buttons img {
    width: 120px;
  }
}


