
@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans+Inline+One:ital@1&family=Chokokutai&family=Love+Ya+Like+A+Sister&family=Pacifico&family=Strait&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Strait&display=swap');

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

body{
    background-color: #591848;
    


}
.navbar  {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    background-color: #D9BAD1 !important;
    box-shadow: 0 0 7px 10px #401234;
}


.container-fluid .navbar-brand{
    font-family: "chokokutai", cursive;
    font-size: 30px;
    color: #3a2d37;
    text-shadow: 0 0 0 10px #591848;
    margin-left: 15px;

}
.collapse{
    font-family: 'Strait', sans-serif;
    font-size: 30px;
    text-decoration: none;
    color:  #591848;
    border: #D9BAD1 solid;
    background-color: #d9bad183;
    align-items: end;

}

.logo {
    margin-left: 5px;
    max-width: 5rem;
}
.nav-list {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    gap: 1rem;

}

.nav-list li a {
    font-family: 'Strait', sans-serif;
    font-size: 40px;
    text-decoration: none;
    color:  #591848;
}
main .slogan{
    margin-right: 10px;

}
main p{
    color: #D9BAD1;
    font-family: 'Strait', sans-serif;
    font-size: 45px;
    margin-left: 30px;
    text-align: left;
}
.material-symbols-outlined{
    margin-right: 40px;
    font-size: 40px;
    color: #401234;
    text-shadow: 0 0 0 50px ;
}
marquee .renglones{
    width: 100%;
    height: 25px;
    font-size: 10px;
    color: #da71be !important;
    font-family: 'Strait', sans-serif;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: space-evenly;
}
marquee li a{
    text-decoration: none; 
    font-size: 30px;
    color: #D9BAD1;
}
marquee ul{
    list-style: none;
}
span{
    text-shadow: #401234;
    
}


main{
    width: 80%;
    height: 500px;
    background-image: url(../img/cerveza.jpg);
    background-position:top;
    background-size: cover;
    margin: auto;
    margin-top: 40px;
    background-color:#401234;
    border-color: #da71be 2px;
    border-radius: 10px;   
}
article{
    width: 100%;
    
}
h2{
    margin-top: 50px;
    margin-bottom: 50px;
    text-align:center;
    font-family: 'Strait', sans-serif;
    font-size: 50px;
    color: #D9BAD1;

}
.row{
    margin: auto;
    margin-left: 20px;
    text-decoration: none; 
    /* display: flex;
    justify-content: space-evenly; */
}
.cardio{
    height: 360px;
    background-color: #D9BAD1;
    border-radius: 15px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 20px;
    box-shadow:   0 0 7px 10px  #401234;
}
.row :hover{
    transform: translate(-5%, -5%);
    transition: transform 0.4s;
}
.cardio img{
    height: 180px;
    background-color: #D9BAD1;
    border-radius: 15px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 20px;
    
}
.list-group {
    text-decoration: none; 
    list-style: none;
    font-family: 'Strait', sans-serif;
    color:#401234;

}
.comprar{
    padding: 5px;
    background-color: #401234;
    border-radius: 5px;
    border: none;
 
}
span{
    font-weight: 900;


}
a.ws{
    font-size: 20px;
    text-decoration: none;
 
}
.cardio-link{
    text-decoration: none;
    color: #D9BAD1;
    font-weight: 900;

}
h5{   
    color:#401234;
}
.descrip .ws{
    list-style: none;
    text-decoration: none;
}
.container-boton{
    /* background-color: green; */
    /* border: 1px solid #ffff; */
    position: fixed;
    z-index: 999;
    /* border-radius: 50%; */
    bottom: 20px;
    right: 25px;
    /* padding: 10px; */
    transition: ease 0.3s;
    animation: efecto 1.2 infinite;
    margin-bottom: 120px;

}
.container-boton:hover{
    transform: scale(1.1);
    transition: ease 0.3s;
}
.boton{
    width: 50px;
    transition: ease 1s;

}
@keyframes efecto{
    0%{
        box-shadow: 0 0 0 0 rgba(0,0,0, 0.85);
    }
    100%{
        box-shadow: 0 0 0 25px rgba(0,0,0, 0.85);
    }
}
.ws{
    /* width: 80px;
    height:80px ; */
    font-size: 60px;

}

footer {
    width: 100%;
    height: auto;
    background-color: #401234;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: 'Strait', sans-serif;
    color: #D9BAD1;
}
.redes{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 10px;
}
.redes .pedidos{
    width: 80;
    height: 50px;
    margin-top: 20px;
}
.redes .rappi{
    width: 70px;
    height: 40px;
    margin: 15px;
}
.redes .instagram{
    width: 90;
    height: 60px;
    margin-top: 20px;
    margin-left: 30px;
}

@media screen  {
    
}