#principal{
color: #F8F7F3;
margin: 20px;
padding: 0px;
}

#logo{
    width: 50px;
    height: auto;
    margin-right: 30px;
}

#boton_inicio{
color: #b42822;
border: #b42822 solid 1px;
margin-right: 10PX;
margin-left: 20PX;
transition: 0.3s ease-in-out;
}

#boton_inicio:hover{
    background-color: #b42822;
    color: whitesmoke;
}

a.nav-link:hover{
    color: #b42822;
    text-decoration: underline;
    font-weight: bold;
    display: flex;
}

a.nav-link{
    margin: 0 20px;
}

#FAQ, #contacto, #tienda, #nosotros{
    display: none;
}


#menu-faq, #menu-tienda, #menu-nosotros, #menu-contacto{
    display: flex;
}

#menu-faq:hover #FAQ{
    display: flex;
    width: 40px;
    height: auto;
}

#menu-contacto:hover #contacto{
    display: flex;
    width: 40px;
    height: auto;
}


#menu-nosotros:hover #nosotros{
    display: flex;
    width: 40px;
    height: auto;
}

#menu-tienda:hover #tienda{
    display: flex;
    width: 40px;
    height: auto;
}

.d-block{
    width: 100%;
    height: 100%;
    max-height: 500px;
    object-fit: cover;
}

footer {
    background-color: #222;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: small;
  }
  
  #text-footer {
    margin-bottom: 8px;
  }                                                                       

#menu{
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #F8F7F3;
}

img.card-img-top{
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 250px;
}

#jugo_1:hover{
    border: rgb(1, 77, 1) solid 2px;
    color: rgb(1, 77, 1);
}

#jugo_1:hover #boton1{
    background-color:  rgb(1, 77, 1);
}

#jugo_2:hover{
    border:  rgb(153, 1, 1) solid 2px;
    color: rgb(153, 1, 1);
}

#jugo_2:hover #boton2{
    background-color:  rgb(153, 1, 1);;
}

#jugo_3:hover{
    border: rgb(44, 0, 102) solid 2px;
    color: rgb(44, 0, 102);
}

#jugo_3:hover #boton3{
    background-color:  rgb(44, 0, 102);
}

#titulo, #titulo-2{
    text-align: center;
    margin-bottom: 48px;
    color: #b42822  ;
}

#boton1_container,#boton2_container,#boton3_container{
    text-align: center;
    align-items: center;
    font-weight: bold;
    transition: background-color 0.3s ease-in-out;
}

#img1, #img2, #img3{
    height: 100%;
    width: 100%;
    max-height: 400px;
    border-radius: 20px;
    margin: 0px;
    object-fit: cover;
    object-position: center;
}

#container1{
    background-color: #af5855;
    margin: 10px 0 10px 0;
    border-radius: 20px;
}

#container1_img{
    margin: 0px;
    padding: 0px;
    object-fit: cover;
}

#container1_text{
    color: whitesmoke;
}

#container2{
    background-color: #fff565;
    margin: 10px 0 10px 0;
    border-radius: 20px;
}

#container2_img{
    margin: 0px;
    padding: 0px;
}

#container3{
    background-color: #b1db80;
    margin: 10px 0 10px 0;
    border-radius: 20px;
}

#container3_img{
    margin: 0px;
    padding: 0px;
}

#container3_text, #container2_text, #container1_text{
    padding: 80px;
    font-size: large;
}

@media (max-width: 768px) {
    #container1, #container2, #container3 {
        flex-direction: column;
        text-align: center;
    }

    #container1_img img, #container2_img img, #container3_img img {
        border-radius: 15px 15px 0 0; 
        max-width: 100%;
    }

    #container3_text, #container2_text, #container1_text {
        padding: 20px !important;
    }

    .card {
        margin-bottom: 30px;
    }

    .carousel-item img {
        height: 250px;
        object-fit: cover;
    }
}

#body{
    background-color: #F8F7F3;
    object-fit:cover;
    background-position: center;
    font-family: 'Quicksand', sans-serif;
}
  
h1, h2, h3, .btn, nav, footer {
    font-family: 'Quicksand', sans-serif;
}
  
.card {
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s ease-in-out;
}

.card:hover {
    transform: scale(1.02);
}

.carousel-inner img {
    border-radius: 20px;
}

