* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Manrope", sans-serif;
  background-color: whitesmoke;
  min-height: 100vh;
  margin: 0px;
}

.text-deco {
  text-align: center;
}

li {
  list-style: none;
}

.container img {
  width: 1100px;
  height: 800px;
  border: 3px solid rgb(107, 80, 45);
}

h1 {
  margin-bottom: 30px;
}

p {
  font-size: 18px;
}

header {
  background-color: rgb(231, 222, 214);
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  font-size: 17px;
}
header li a:hover {
  background-color: rgba(100, 93, 92, 0.267);
  border-bottom: 1px solid rgb(180, 180, 180);
}

.sesion {
  margin-right: 70px;
}

header .btn {
  color: rgb(228, 212, 202);
  font-weight: 500;
  background-color: rgb(88, 40, 20);
  border-color: beige;
}
header .btn:hover {
  background-color: rgb(116, 31, 6);
  border-color: beige;
}

.navact {
  background-color: #7F675B;
  border-radius: 3px;
}

.nav-link {
  margin: 5px 5px 0px 5px;
}

.me-auto {
  margin-left: 60px;
}

footer {
  background-color: #725D68;
  color: white;
  padding: 5px 0px 2px 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.borderf {
  border: 0;
  border-top: 2px solid black;
  width: 80vw;
}

footer div ul {
  display: flex;
  gap: 50px;
  justify-content: center;
}

footer div p {
  display: flex;
  justify-content: center;
  font-family: "Times New Roman", Times, serif;
}

ul li a img {
  border: none;
  width: 40px;
  height: 40px;
  margin-top: 5px;
}

ul li a {
  display: flex;
  justify-content: center;
}

ul li p {
  margin-top: 4px;
}

#ig {
  width: 50px;
  height: 50px;
  margin: 0;
}

.borderin {
  width: 70%;
  margin: 30px auto;
}

.main-background {
  background: linear-gradient(rgb(241, 241, 241) 0% 35%, rgb(230, 190, 166));
}

.active {
  margin: 0;
  padding: 0;
}

.carousel-control-prev, .carousel-control-next {
  width: 50%;
}

.container img {
  width: 650px;
  max-height: 690px;
}

@media (max-width: 1700px) {
  .carousel-control-next, .carousel-control-prev {
    width: 20%;
  }
}
@media (max-width: 1200px) {
  .container img {
    width: 350px;
    height: 500px;
  }
  .carousel-control-next, .carousel-control-prev {
    width: 40%;
  }
}
@media (max-width: 800px) {
  .container img {
    width: 250px;
    height: 400px;
  }
}
@media (max-width: 520px) {
  .container img {
    width: 250px;
    height: 300px;
  }
  .carru-index {
    flex-direction: column;
    align-items: center;
  }
}
.main-h1 {
  animation-name: h1-index;
  animation-iteration-count: inherit;
  animation-duration: 2s;
  animation-timing-function: ease;
  text-align: center;
}

@keyframes h1-index {
  from {
    transform: translate(0px, -40px);
  }
  to {
    transform: translate(0px, 0px);
  }
}
.main-h2 {
  font-size: 27px;
}

.text-deco div p {
  font-size: 19px;
}

.text-deco p::first-letter {
  font-size: 30px;
  font-weight: bold;
  color: rgb(128, 36, 0);
}

.text-deco h4 {
  font-size: 20px;
  background-color: rgb(255, 216, 190);
  width: fit-content;
  margin: 0px auto 10px auto;
  border-radius: 5px;
}

.carru-index {
  display: flex;
  padding-left: 20px;
  margin-bottom: 30px;
  align-items: center;
}

.bordercat {
  margin: 50px 0px 50px 0px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 40px;
}

main h1 {
  margin-top: 100px;
}

.bordercat div {
  margin: auto;
}

.bordercat div img {
  height: 350px;
  width: 450px;
  border-radius: 5px;
}

.colorcard {
  background-color: rgb(179, 125, 71);
  height: fit-content;
  box-shadow: 0 0 5px rgba(59, 35, 4, 0.582);
}
.colorcard:hover {
  transform: scale(1.03);
  transition-property: transform;
  transition-duration: 0.1s;
  transition-timing-function: ease;
}

.modal-color {
  background-color: rgb(121, 105, 89);
  border-radius: 10px;
  color: white;
  font-weight: bold;
}

.modal-color p {
  text-align: center;
}

.text-modal p {
  font-size: x-large;
  color: rgb(255, 242, 229);
}

.text-modal li {
  list-style: decimal;
}

.colorcard:hover {
  background-color: rgba(165, 60, 8, 0.795);
  color: white;
  box-shadow: 0 0 5px rgba(59, 35, 4, 0.582);
}

.card-cat {
  width: 28.2rem;
}

@media (max-width: 520px) {
  .bordercat {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .bordercat div img {
    width: 300px;
    height: 250px;
  }
  .card-cat {
    width: 19rem;
  }
  .bordercat div a {
    height: 240px;
  }
}
.aboutus {
  margin-bottom: 50px;
  background-color: rgb(240, 240, 240);
}

.container div div p::first-letter {
  font-size: 30px;
  color: rgb(5, 145, 24);
  font-weight: bold;
}

div h3:first-child {
  font-size: 25px;
  background-color: rgba(145, 89, 5, 0.616);
  width: fit-content;
  margin: 0px auto 10px auto;
}

.cafelove {
  margin-left: 300px;
}

@media (max-width: 1000px) {
  .cafelove {
    margin-left: 200px;
  }
}
@media (max-width: 700px) {
  .cafelove {
    margin-left: 120px;
  }
}
.borderab {
  border-top: 2px solid rgb(0, 0, 0);
  border-bottom: 2px solid rgb(0, 0, 0);
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  background-image: url(../img/muralcafe.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

.colortext {
  color: rgb(167, 86, 5);
}

.novedad {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 20px;
  margin: 100px 0px 100px 100px;
}

@media (max-width: 1000px) {
  .novedad {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.card-title {
  font-size: 23px;
  font-weight: 500;
}

.card img {
  width: auto;
}

.borderco {
  border-left: 2px solid rgb(255, 255, 255);
  border-right: 2px solid rgb(255, 255, 255);
  background-color: rgb(255, 253, 251);
  font-size: larger;
  min-height: 100vh;
  margin-left: 150px;
  margin-right: 150px;
}

.flexco {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

form div label {
  margin-left: 10px;
}

.contact-box {
  border: 2px solid rgba(194, 189, 189, 0.363);
  padding: 0px 20px 60px 20px;
}

@media (max-width: 520px) {
  .borderco {
    background-color: rgb(255, 253, 251);
    margin-left: 0px;
    margin-right: 0px;
  }
  footer div ul {
    display: flex;
    flex-direction: column;
  }
}

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