@import url('https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps:wght@400;700&display=swap');

.font-1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.font-2 {
    font-family: 'Oleo Script Swash Caps';
}

.cb {
    color: #f9b31f !important;
}


/* Menu */

.navbar {
    position: fixed;
    width: 100%;
    z-index: 999;
}

#navbarSupportedContent>ul>li {
    font-size: 14px !important;
}

#navbarSupportedContent>ul>li.nav-item.dropdown>ul>li {
    font-size: 14px !important;
}

#navbarSupportedContent>ul>li.nav-item.dropdown>ul {
    background: #f9b31f !important
}

#navbarSupportedContent>ul>li.nav-item.dropdown>ul>li:hover a,
#navbarSupportedContent>ul>li :hover {
    background-color: #2977c2 !important;
    color: #f9b31f !important;
    transition: 0.5s;
    border-radius: 5px !important;
}

#navbarSupportedContent>ul>li.nav-item.dropdown>ul>li>a {
    color: white;
}

.navbar-light .navbar-toggler,
.navbar-light .navbar-toggler:focus {
    border: none !important;
    box-shadow: none !important;
}

.precio {
    border: 2px dashed #f9b31f;
    border-spacing: 1px;
    padding: 2px 5px;
}

.btn-pedido {
    background-color: #f9b31f;
    color: white;
    width: 250px;
    padding: 10px 10px;
    text-decoration: none;
    border: 2px solid #f9b31f;
}

.btn-pedido:hover {
    color: white;
    background: transparent;
    border: 2px solid #f9b31f;
}

body {
    /* background-image: url('../images/image.webp'); */
    background: white !important;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* background-color: #2977c2; */
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.ftitulo {
    font-family: 'bello';
    font-size: 50px;
    color: #f9b31f !important;
}

.fitem {
    font-family: 'coolvetica';
    letter-spacing: 1.2px;
    font-size: 25px;
}


/* Carta */

.card {
    border: none;
    border-radius: 10px;
}

.card-body {
    background-color: #2977c2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

body>div.container-fluid.h-100>div.row.mt-5.animate__animated.animate__fadeInUp>div>div>div>div>img {
    border-top-right-radius: 10px !important;
    border-top-left-radius: 10px !important;
}

.etiqueta {
    position: absolute;
    top: 4px;
    right: -30px;
    width: 110px;
    background-color: #f9b31f;
    border-radius: 10px;
    z-index: 9999;
    padding: 5px 10px;
}

.btn-agregar {
    position: absolute !important;
    top: 35px !important;
    right: 35px !important;
    z-index: 9999;
    padding: 10px 10px;
    border-radius: 100%;
}

.boton-contacto {
    background: #f9b31f;
    padding: 20px;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
}

@media (max-width:750px) {
    #etiquetas-mobile {
        display: block !important;
    }

    #etiquetas-desktop,
    .etiqueta {
        display: none !important;
    }

    #navbarSupportedContent>ul {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
}