body{
  background-color: #F9D195;
}

div.logo-content{
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

img.logo{
  width: 30%;
}

.navbar-nav{
  margin: 0 auto;
}

.navbar-nav li{
  background-color: white;
  border: 4px solid #99E3Ec;
  margin-right: 10px;
  padding: 0px 50px;
}

div.about img{
  transform: translateX(30px);
}

div.about p{
  background-color: #99E3EC;
  color: #947062;
  padding: 15px;
  font-family: sans-serif;
  font-size: 30px;
}

.image-content img{
  width: 95%;
}

.title-rounded{
  border-radius: 10px 0px;
  margin: 0 auto;
  margin-bottom: 50px;
  width: 70%;
}

.div-rounded{
  border-radius: 20px 0px;
  padding: 10px;
}

.img-content img{
  width: 100%;
  border: 4px solid white;
}

.img-content{
  width: 250px;
  margin: auto;
  margin-bottom: 30px;
}

a.btn-vermas{
  width: 150px;
  margin-top: 50px;
  font-size: 22px;
  border: 1px solid black;
}

#carouselExampleIndicators{
  width: 80%;
}

.info-footer li{
  list-style: none;
}

.tortas-content img{
  width: 350px;
  height: 232px;
  -o-object-fit: cover;
  object-fit: cover;
}

.tortas-content .image-content{
  text-align: center;
}

.tortas-content p{
  color: rgb(104,57,26);
}

.tortas-content a.btn{
  background-color: rgb(104,57,26);
  color: white;
}

.title-torta{
  color: #69BEC8;
  border-bottom: 3px solid #69BEC8;
}

.btn-vermas:hover{
  background-color:black;
  color: white;
}

.postres-content .bg-blue{
  background-color: #B5F3DA;
}

.postres-content .bg-pink{
  background-color: #EDCED2;
}

.postres-content a{
  background-color: rgb(104,57,26);
  color: white;
}

.postres-content .price{
  background-color: #F9D195;
  color: rgb(104,57,26);
  width: 100px;
}

.combos-content{
  background-color: #EDCED2;
}

.card{
  width: 700px;
  margin: auto;
}