/*Mobile first vertical */
@media(max-width:575px){

    .satisfy-regular {
        font-family: "Satisfy", serif;
        font-weight: 400;
        font-style: normal;
    }

    .primerDiv{
        justify-items: center;
        background-image: url("MENU_INICIO_Def.jpg");
        background-size: cover;
        background-position: center;
        height: 40vh;
        overflow: hidden;
    }
    
    .descubre{
        font-family: 'Times New Roman', Times, serif;
        text-shadow: 2px 1px #aba4a0;
        color: #f5efeb;
        font-size: 15px;
    }
    
    .men{
        margin-top: 50px;
        text-shadow: 1px 1px black;
        color: #f5efeb;
        font-size: 70px;
    }
    
    body{
        background-color: #c8d9e6 !important;
    }
    
    .cafEspec{
        background-color: #F5EFEB;
        font-size: 20px;
        font-family: 'Times New Roman', Times, serif;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        padding: 10px 40px;
        color: #2f4155;
    }
    
    .bebEspec{
        background-color: #2f4155;
        font-size: 20px;
        font-family: 'Times New Roman', Times, serif;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        padding: 10px 40px;
        color: #F5EFEB;
    }
    
    .juntos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    
    .presentacion {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        border-radius: 10px;
        padding: 20px;
        width: 25%;
    }

    /*ESTILO*/
    .presentacionElse-style{
        border-radius: 10px;
    }

    /*DISEÑO*/
    .presentacionElse-design{
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        width: 50%;
    }

    /*COMPORTAMIENTO*/
    .presentacionElse.behavior{
        display: flex;
    }
    
    .nonagon {
        width: 100%;
        border-radius: 50%;
        margin-bottom: 15px;
    }
    
    .nomCafes {
        font-size: 10px;
        font-weight: bolder;
        margin-bottom: 10px;
        color: #2f4155;
        font-family: 'Times New Roman', Times, serif;
    }
    
    .precio {
        background-color: #F5EFEB;
        font-size: 25px;
        font-family: 'Times New Roman', Times, serif;
        border-radius: 50px;
        padding: 5px 20px;
        color: #2f4155;
        margin-top: 10px;
    }
    
    .precioBlue {
        background-color: #437783;
        font-size: 30px;
        font-family: 'Times New Roman', Times, serif;
        border-radius: 50px;
        padding: 5px 20px;
        color: #F5EFEB;
        margin-top: 10px;
    }
    
    .row{
        width: 100%;
    }
    
    .segundoDiv{
        width: 100%;
    }
    
    /*ESTILO*/
    .botonOpciones-style{
        border-radius: 100px;
        background-color: #f5efeb;
        color: #2f4155;
        border: none; 
        text-shadow: 2px 2px 5px black;
        font-size: 15px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /*Sombra*/
        font-family: 'Times New Roman', Times, serif;
    }

    /*DISEÑO*/
    .botonOpciones-design{
        padding: 15px 25px;
    }

    /*COMPORTAMIENTO*/
    .botonOpciones-behavior{
        cursor: pointer; 
        transition: background-color 0.3s, transform 0.3s; /*Transición*/
    }
    
    .bF{
        justify-content: center;
        display: flex;
    }

    .foot{
        /*display: flex !important;*/
        background-color: #c8d9e6;
        padding-top: 10px !important;
        padding-bottom: 10px;
        display: none;
    }

    .footPeque{
        background-color: #c8d9e6;
        padding-top: 10px !important;
        padding-bottom: 10px;
    }
    
    .izq{
        background-color: #2f4155;
        width: 42%;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        max-height: 700px;
        color: #f5efeb;
        height: 420px;
        display: none;
    }
    
    .textFormIzq{
        justify-content: center; 
        display: flex; 
        font-size: 30px;
        margin-top: 15px;
        margin-bottom: 10px;
        display: none;
    }
    
    .renBajos{
        font-family: 'Times New Roman', Times, serif;
        margin: 0px 15px;
        margin-top: 5px;
        margin-bottom: 7px;
        font-size: 10px;
    }
    
    .mb-3{
        width: 85% !important;
        margin: 0px 15px;
        border-radius: 100px !important;
        margin-top: 25px;
    }
    
    .cen{
        margin-top: 35px;
        justify-items: center;
        align-items: center;
        justify-content: center;
    }
    
    .nuestraInfo{
        margin: 30px 0px;
        font-family: 'Times New Roman', Times, serif;
        text-shadow: 1px 1px 1px black;
        font-size: 20px;
    }
    
    .line{
        border-top: 3px solid #2f4155;
        width: 85%;
    }
    
    /*DISEÑO*/
    .der-design{
        justify-content: space-around;
    }

    /*COMPORTAMIENTO*/
    .der-behavior{
        display: flex;
    }
    
    .iconosRedes{
        width: 10%;
    }

    .sobreNos{
        font-size: 25px;
    }

      /* BARRA DE NAVEGACIÓN */
.navbar {
    background-color: #c8d9e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    position: sticky; /* Hace que la barra se mantenga visible al hacer scroll */
    top: 0; /* Se mantiene pegada al tope de la página */
    z-index: 1000;
}

.search-bar {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    flex: 1;
    max-width: 300px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Añade sombra para mejor visibilidad */

}

.search-bar input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    padding: 5px;
    font-family: Arial, sans-serif;
}

.search-bar button {
    background: none;
    border: none;
    cursor: pointer;
}

.search-bar img {
    width: 20px;
    height: 20px;
}

/* Botón menú hamburguesa */
.menu-toggle {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #2f4155;
    display: block; /* Oculto por defecto */
}

/* Menú desplegable */

/* Estilo visual */
.nav-menu-style {
    background-color: #c8d9e6de;
    text-decoration: underline;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

/* Diseño y distribución */
.nav-menu-design {
    flex-direction: column;
    width: 60%;
}

/* Posicionamiento */
.nav-menu-position {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
}

/* Comportamiento */
.nav-menu-behavior {
    display: none; /* Oculto por defecto en móviles */
}

.nav-menu.active {
    display: flex; /* Visible cuando se activa */
}

.nav-links {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.nav-links li {
    margin: 10px 0;
}

.nav-links a {
    text-decoration: none;
    color: #2f4155;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
}

.nav-links a:hover {
    text-decoration: underline;
}

/* Triángulos decorativos */
.navbar::after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: repeating-linear-gradient(
        135deg,
        #c8d9e6 0%,
        #c8d9e6 15px,
        #2f4155 15px,
        #2f4155 30px
    );
}

.grandes{
    display: none !important;
}

.peques{
    position: sticky !important;
}
}


/*Tabletas */
@media (min-width:768px) and (max-width:992px){

    .satisfy-regular {
        font-family: "Satisfy", serif;
        font-weight: 400;
        font-style: normal;
    }

    .primerDiv{
        justify-items: center;
        background-image: url("MENU_INICIO_Def.jpg");
        background-size: cover;
        background-position: center;
        height: 60vh;
        overflow: hidden;
    }
    
    .descubre{
        font-family: 'Times New Roman', Times, serif;
        text-shadow: 2px 1px #aba4a0;
        color: #f5efeb;
        font-size: 30px;
    }
    
    .men{
        margin-top: 50px;
        text-shadow: 1px 1px black;
        color: #f5efeb;
        font-size: 130px;
    }
    
    body{
        background-color: #c8d9e6 !important;
    }
    
    .cafEspec{
        background-color: #F5EFEB;
        font-size: 30px;
        font-family: 'Times New Roman', Times, serif;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        padding: 10px 40px;
        color: #2f4155;
    }
    
    .bebEspec{
        background-color: #2f4155;
        font-size: 30px;
        font-family: 'Times New Roman', Times, serif;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        padding: 10px 40px;
        color: #F5EFEB;
    }
    
    .juntos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    
    /*ESTILO*/
    .presentacion-style{
        border-radius: 10px;
    }

    /*DISEÑO*/
    .presentacion-design{
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        width: 25%;
    }

    /*COMPORTAMIENTO*/
    .presentacion.behavior{
        display: flex;
    }
    
    .nonagon {
        width: 100%;
        border-radius: 50%;
        margin-bottom: 15px;
    }
    
    .nomCafes {
        font-size: 15px;
        font-weight: bolder;
        margin-bottom: 10px;
        color: #2f4155;
        font-family: 'Times New Roman', Times, serif;
    }
    
    .precio {
        background-color: #F5EFEB;
        font-size: 30px;
        font-family: 'Times New Roman', Times, serif;
        border-radius: 50px;
        padding: 5px 20px;
        color: #2f4155;
        margin-top: 10px;
    }
    
    .precioBlue {
        background-color: #437783;
        font-size: 30px;
        font-family: 'Times New Roman', Times, serif;
        border-radius: 50px;
        padding: 5px 20px;
        color: #F5EFEB;
        margin-top: 10px;
    }
    
    .row{
        width: 100%;
    }
    
    .segundoDiv{
        width: 100%;
    }
    
    /*ESTILO*/
    .botonOpciones-style{
        border-radius: 100px;
        background-color: #f5efeb;
        color: #2f4155;
        border: none; 
        text-shadow: 2px 2px 5px black;
        font-size: 25px;
        font-family: 'Times New Roman', Times, serif;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /*Sombra*/
    }

    /*DISEÑO*/
    .botonOpciones-design{
        padding: 15px 25px;
    }

    /*COMPORTAMIENTO*/
    .botonOpciones-behavior{
        cursor: pointer; 
        transition: background-color 0.3s, transform 0.3s; /*Transición*/
    }
    
    .bF{
        justify-content: center;
        display: flex;
    }

    .foot{
        display: flex !important;
        background-color: #c8d9e6;
        padding-top: 10px !important;
        padding-bottom: 10px;
        border-top: 2px solid black;
        margin-top: 20px;
    }

    /*ESTILO*/
    .izq-style{
        background-color: #2f4155;
        color: #f5efeb;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }

    /*DISEÑO*/
    .izq-design{
        max-height: 700px;
        height: 350px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        width: 45%;
    }
    
    .textFormIzq{
        justify-content: center; 
        display: flex; 
        font-size: 22px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    
    .renBajos{
        font-family: 'Times New Roman', Times, serif;
        margin: 0px 15px;
        margin-top: 5px;
        margin-bottom: 7px;
        font-size: 12px;
    }

    @media(min-width:820px){
        .renBajos{
            font-size: 13px;
        }

        .textFormIzq{
            font-size: 25px;
        }

        .izq{
            height: 360px;
        }

        .nav-links a{
            font-size: 9px !important;
        }
    }

    .mb-3{
        width: 80% !important;
        margin: 0px 15px;
        margin-top: 5px;
    }
    
    .cen{
        margin-top: 35px;
        justify-items: center;
        width: 40%;
    }
    
    .nuestraInfo{
        font-size: 22px;
        margin: 25px 0px;
        font-family: 'Times New Roman', Times, serif;
        text-shadow: 1px 1px 1px black;
    }
    
    .line{
        border-top: 3px solid #2f4155;
        width: 85%;
    }
    
    /*DISEÑO*/
    .der-design{
        width: 15%;
        flex-direction: row;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    /*COMPORTAMIENTO*/
    .der-behavior{
        display: flex;
    }
    
    .iconosRedes{
        width: 40%;
        margin-top: 20px;
    }

    .sobreNos{
        font-size: 27px;
    }


    /* BARRA DE NAVEGACIÓN */

.navbar {
    background-color: #c8d9e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    position: sticky; /* Hace que la barra se mantenga visible al hacer scroll */
    top: 0; /* Se mantiene pegada al tope de la página */
    z-index: 1000;
}

.search-bar {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    width: 300px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Añade sombra para mejor visibilidad */
}

.search-bar input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    padding: 5px;
    font-family: Arial, sans-serif;
}

.search-bar button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar img {
    width: 20px;
    height: 20px;
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin: 0 2px;
}

.nav-links a {
    text-decoration: none;
    color: #2f4155;
    font-size:7px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #1d2e3f; /* Cambia a un tono más oscuro al pasar el cursor */
    text-decoration: underline;
}

/* Triángulos decorativos */
.navbar::after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: repeating-linear-gradient(
        135deg,
        #c8d9e6 0%,
        #c8d9e6 15px,
        #2f4155 15px,
        #2f4155 30px
    );
}

    .grandes{
        position: sticky !important;
    }

    .footPeque{
        display: none;
    }
    
    .peques{
        display: none !important;
    }
}

/*Escritorios normales */
@media (min-width:992px){

    .satisfy-regular {
        font-family: "Satisfy", serif;
        font-weight: 400;
        font-style: normal;
    }

    .primerDiv{
        justify-items: center;
        background-image: url("MENU_INICIO_Def.jpg");
        background-size: cover;
        background-position: center;
        height: 70vh;
        overflow: hidden;
    }
    
    .descubre{
        font-family: 'Times New Roman', Times, serif;
        text-shadow: 2px 1px #aba4a0;
        color: #f5efeb;
        font-size: 40px;
    }
    
    .men{
        margin-top: 50px;
        text-shadow: 1px 1px black;
        color: #f5efeb;
        font-size: 150px;
    }
    
    body{
        background-color: #c8d9e6 !important;
    }
    
    .cafEspec{
        background-color: #F5EFEB;
        font-size: 40px;
        font-family: 'Times New Roman', Times, serif;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        padding: 10px 40px;
        color: #2f4155;
    }
    
    .bebEspec{
        background-color: #2f4155;
        font-size: 40px;
        font-family: 'Times New Roman', Times, serif;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        padding: 10px 40px;
        color: #F5EFEB;
    }
    
    .juntos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    
    /*ESTILO*/
    .presentacion-style{
        border-radius: 10px;
    }

    /*DISEÑO*/
    .presentacion-design{
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        width: 25%;
    }

    /*COMPORTAMIENTO*/
    .presentacion.behavior{
        display: flex;
    }
    
    .nonagon {
        width: 100%;
        border-radius: 50%;
        margin-bottom: 15px;
    }
    
    .nomCafes {
        font-size: 20px;
        font-weight: bolder;
        margin-bottom: 10px;
        color: #2f4155;
        font-family: 'Times New Roman', Times, serif;
    }
    
    .precio {
        background-color: #F5EFEB;
        font-size: 40px;
        font-family: 'Times New Roman', Times, serif;
        border-radius: 50px;
        padding: 5px 20px;
        color: #2f4155;
        margin-top: 10px;
    }
    
    .precioBlue {
        background-color: #437783;
        font-size: 40px;
        font-family: 'Times New Roman', Times, serif;
        border-radius: 50px;
        padding: 5px 20px;
        color: #F5EFEB;
        margin-top: 10px;
    }
    
    .row{
        width: 100%;
    }
    
    .segundoDiv{
        width: 100%;
    }
    
    /*ESTILO*/
    .botonOpciones-style{
        border-radius: 100px;
        background-color: #f5efeb;
        color: #2f4155;
        border: none; 
        text-shadow: 2px 2px 5px black;
        font-size: 30px;
        font-family: 'Times New Roman', Times, serif;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /*Sombra*/
    }

    /*DISEÑO*/
    .botonOpciones-design{
        padding: 15px 25px;
    }

    /*COMPORTAMIENTO*/
    .botonOpciones-behavior{
        cursor: pointer; 
        transition: background-color 0.3s, transform 0.3s; /*Transición*/
    }
    
    .botonOpciones:hover {
        transform: translateY(-2px);
        background-color: #2f4155;
        color: #F5EFEB;
    }
    
    .botonOpciones:active {
        transform: translateY(0);
    }
    
    .bF{
        justify-content: center;
        display: flex;
    }

    .foot{
        display: flex !important;
        background-color: #c8d9e6;
        padding-top: 10px !important;
        padding-bottom: 10px;
        border-top: 2px solid black;
        margin-top: 20px;
    }
    
    /*ESTILO*/
    .izq-style{
        background-color: #2f4155;
        color: #f5efeb;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }

    /*DISEÑO*/
    .izq-design{
        max-height: 700px;
        height: 420px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        width: 45%;
    }
    
    .textFormIzq{
        justify-content: center; 
        display: flex; 
        font-size: 30px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    
    .renBajos{
        font-family: 'Times New Roman', Times, serif;
        margin: 0px 15px;
        margin-top: 5px;
        margin-bottom: 7px;
        font-size: 15px;
    }
    
    .mb-3{
        width: 85% !important;
        margin: 0px 15px;
        border-radius: 100px !important;
        margin-top: 25px;
    }
    
    .cen{
        margin-top: 35px;
        justify-items: center;
        width: 40%;
    }
    
    .nuestraInfo{
        margin: 30px 0px;
        font-family: 'Times New Roman', Times, serif;
        text-shadow: 1px 1px 1px black;
        font-size: 25px;
    }
    
    .line{
        border-top: 3px solid #2f4155;
        width: 85%;
    }
    
    /*DISEÑO*/
    .der-design{
        width: 15%;
        flex-direction: row;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    /*COMPORTAMIENTO*/
    .der-behavior{
        display: flex;
    }
    
    .iconosRedes{
        width: 50%;
        margin-top: 15px;
    }

    .sobreNos{
        font-size: 40px;
    }

     /* BARRA DE NAVEGACIÓN */

.navbar {
    background-color: #c8d9e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    position: sticky; /* Hace que la barra se mantenga visible al hacer scroll */
    top: 0; /* Se mantiene pegada al tope de la página */
    z-index: 1000;
}

.search-bar {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    width: 300px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Añade sombra para mejor visibilidad */

}

.search-bar input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    padding: 5px;
    font-family: Arial, sans-serif;
}

.search-bar button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar img {
    width: 20px;
    height: 20px;
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin: 0 5px;
}

.nav-links a {
    text-decoration: none;
    color: #2f4155;
    font-size: 11px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    text-decoration: underline;
    color: #1d2e3f; /* Cambia a un tono más oscuro al pasar el cursor */    
}

/* Triángulos decorativos */
.navbar::after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: repeating-linear-gradient(
        135deg,
        #c8d9e6 0%,
        #c8d9e6 15px,
        #2f4155 15px,
        #2f4155 30px
    );
}

.grandes{
    position: sticky !important;
}


    .footPeque{
        display: none;
    }

    .peques{
        display: none !important;
    }
}

@media (min-width:1041px) and (max-width:1201px){
    
    .satisfy-regular {
        font-family: "Satisfy", serif;
        font-weight: 400;
        font-style: normal;
    }
    
    .primerDiv{
        justify-items: center;
        background-image: url("MENU_INICIO_Def.jpg");
        background-size: cover;
        background-position: center;
        height: 70vh;
        overflow: hidden;
    }
    
    .descubre{
        font-family: 'Times New Roman', Times, serif;
        text-shadow: 2px 1px #aba4a0;
        color: #f5efeb;
        font-size: 40px;
    }
    
    .men{
        margin-top: 50px;
        text-shadow: 1px 1px black;
        color: #f5efeb;
        font-size: 150px;
    }
    
    body{
        background-color: #c8d9e6 !important;
    }
    
    .cafEspec{
        background-color: #F5EFEB;
        font-size: 40px;
        font-family: 'Times New Roman', Times, serif;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        padding: 10px 40px;
        color: #2f4155;
    }
    
    .bebEspec{
        background-color: #2f4155;
        font-size: 40px;
        font-family: 'Times New Roman', Times, serif;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
        padding: 10px 40px;
        color: #F5EFEB;
    }
    
    .juntos {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }
    
    /*ESTILO*/
    .presentacion-style{
        border-radius: 10px;
    }

    /*DISEÑO*/
    .presentacion-design{
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 20px;
        width: 25%;
    }

    /*COMPORTAMIENTO*/
    .presentacion.behavior{
        display: flex;
    }
    
    .nonagon {
        width: 100%;
        border-radius: 50%;
        margin-bottom: 15px;
    }
    
    .nomCafes {
        font-size: 20px;
        font-weight: bolder;
        margin-bottom: 10px;
        color: #2f4155;
        font-family: 'Times New Roman', Times, serif;
    }
    
    .precio {
        background-color: #F5EFEB;
        font-size: 40px;
        font-family: 'Times New Roman', Times, serif;
        border-radius: 50px;
        padding: 5px 20px;
        color: #2f4155;
        margin-top: 10px;
    }
    
    .precioBlue {
        background-color: #437783;
        font-size: 40px;
        font-family: 'Times New Roman', Times, serif;
        border-radius: 50px;
        padding: 5px 20px;
        color: #F5EFEB;
        margin-top: 10px;
    }
    
    .row{
        width: 100%;
    }
    
    .segundoDiv{
        width: 100%;
    }
    
    /*ESTILO*/
    .botonOpciones-style{
        border-radius: 100px;
        background-color: #f5efeb;
        color: #2f4155;
        border: none; 
        text-shadow: 2px 2px 5px black;
        font-size: 30px;
        font-family: 'Times New Roman', Times, serif;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /*Sombra*/
    }

    /*DISEÑO*/
    .botonOpciones-design{
        padding: 15px 25px;
    }

    /*COMPORTAMIENTO*/
    .botonOpciones-behavior{
        cursor: pointer; 
        transition: background-color 0.3s, transform 0.3s; /*Transición*/
    }
    
    .botonOpciones:hover {
        transform: translateY(-2px);
        background-color: #2f4155;
        color: #F5EFEB;
    }
    
    .botonOpciones:active {
        transform: translateY(0);
    }
    
    .bF{
        justify-content: center;
        display: flex;
    }
    
    .foot{
        display: flex !important;
        background-color: #c8d9e6;
        padding-top: 10px !important;
        padding-bottom: 10px;
        border-top: 2px solid black;
        margin-top: 20px;
    }
    
    /*ESTILO*/
    .izq-style{
        background-color: #2f4155;
        color: #f5efeb;
        border-top-right-radius: 100px;
        border-bottom-right-radius: 100px;
    }

    /*DISEÑO*/
    .izq-design{
        max-height: 700px;
        height: 440px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-bottom: 10px;
        width: 45%;
    }
    
    .textFormIzq{
        justify-content: center; 
        display: flex; 
        font-size: 30px;
        margin-top: 15px;
        margin-bottom: 10px;
    }
    
    .renBajos{
        font-family: 'Times New Roman', Times, serif;
        margin: 0px 15px;
        margin-top: 5px;
        margin-bottom: 7px;
        font-size: 15px;
    }
    
    .mb-3{
        width: 85% !important;
        margin: 0px 15px;
        border-radius: 100px !important;
        margin-top: 30px;
    }
    
    .cen{
        margin-top: 35px;
        justify-items: center;
        width: 40%;
    }
    
    .nuestraInfo{
        margin: 30px 0px;
        font-family: 'Times New Roman', Times, serif;
        text-shadow: 1px 1px 1px black;
        font-size: 25px;
    }
    
    .line{
        border-top: 3px solid #2f4155;
        width: 85%;
    }

    .sobreNos{
        font-size: 45px;
    }
    
    /*DISEÑO*/
    .der-design{
        width: 15%;
        flex-direction: row;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    /*COMPORTAMIENTO*/
    .der-behavior{
        display: flex;
    }
    
    .iconosRedes{
        width: 45%;
        margin-top: 15px;
    }

      /* BARRA DE NAVEGACIÓN */

.navbar {
    background-color: #c8d9e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    position: sticky; /* Hace que la barra se mantenga visible al hacer scroll */
    top: 0; /* Se mantiene pegada al tope de la página */
    z-index: 1000;
}

.search-bar {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    width: 300px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Añade sombra para mejor visibilidad */
}

.search-bar input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    padding: 5px;
    font-family: Arial, sans-serif;
}

.search-bar button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar img {
    width: 20px;
    height: 20px;
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin: 0 5px;
}

.nav-links a {
    text-decoration: none;
    color: #2f4155;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #1d2e3f; /* Cambia a un tono más oscuro al pasar el cursor */
    text-decoration: underline;
}

/* Triángulos decorativos */
.navbar::after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: repeating-linear-gradient(
        135deg,
        #c8d9e6 0%,
        #c8d9e6 15px,
        #2f4155 15px,
        #2f4155 30px
    );
}

.grandes{
    position: sticky !important;
}


    .footPeque{
        display: none;
    }

    .peques{
        display: none !important;
    }

    @media (min-width:1137px){

        .renBajos{
            font-size: 18px !important;
        }

        .nav-links a{
            font-size: 14px !important;
        }
    }
}


@media (min-width:1200px) {

.satisfy-regular {
    font-family: "Satisfy", serif;
    font-weight: 400;
    font-style: normal;
}

.primerDiv{
    justify-items: center;
    background-image: url("MENU_INICIO_Def.jpg");
    background-size: cover;
    background-position: center;
    height: 70vh;
    overflow: hidden;
}

.descubre{
    font-family: 'Times New Roman', Times, serif;
    text-shadow: 2px 1px #aba4a0;
    color: #f5efeb;
    font-size: 40px;
}

.men{
    margin-top: 50px;
    text-shadow: 1px 1px black;
    color: #f5efeb;
    font-size: 150px;
}

body{
    background-color: #c8d9e6 !important;
}

.cafEspec{
    background-color: #F5EFEB;
    font-size: 40px;
    font-family: 'Times New Roman', Times, serif;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 10px 40px;
    color: #2f4155;
}

.bebEspec{
    background-color: #2f4155;
    font-size: 40px;
    font-family: 'Times New Roman', Times, serif;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    padding: 10px 40px;
    color: #F5EFEB;
}

.juntos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

/*ESTILO*/
.presentacion-style{
    border-radius: 10px;
}

/*DISEÑO*/
.presentacion-design{
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    width: 25%;
}

/*COMPORTAMIENTO*/
.presentacion.behavior{
    display: flex;
}

.nonagon {
    width: 100%;
    border-radius: 50%;
    margin-bottom: 15px;
}

.nomCafes {
    font-size: 20px;
    font-weight: bolder;
    margin-bottom: 10px;
    color: #2f4155;
    font-family: 'Times New Roman', Times, serif;
}

.precio {
    background-color: #F5EFEB;
    font-size: 40px;
    font-family: 'Times New Roman', Times, serif;
    border-radius: 50px;
    padding: 5px 20px;
    color: #2f4155;
    margin-top: 10px;
}

.precioBlue {
    background-color: #437783;
    font-size: 40px;
    font-family: 'Times New Roman', Times, serif;
    border-radius: 50px;
    padding: 5px 20px;
    color: #F5EFEB;
    margin-top: 10px;
}

.row{
    width: 100%;
}

.segundoDiv{
    width: 100%;
}

/*ESTILO*/
.botonOpciones-style{
    border-radius: 100px;
    background-color: #f5efeb;
    color: #2f4155;
    border: none; 
    text-shadow: 2px 2px 5px black;
    font-size: 30px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /*Sombra*/
    font-family: 'Times New Roman', Times, serif;
}

/*DISEÑO*/
.botonOpciones-design{
    padding: 15px 25px;
}

/*COMPORTAMIENTO*/
.botonOpciones-behavior{
    cursor: pointer; 
    transition: background-color 0.3s, transform 0.3s; /*Transición*/
}

.botonOpciones:hover {
    transform: translateY(-2px);
    background-color: #2f4155;
    color: #F5EFEB;
}

.botonOpciones:active {
    transform: translateY(0);
}

.bF{
    justify-content: center;
    display: flex;
}

.foot{
    display: flex !important;
    background-color: #c8d9e6;
    padding-top: 10px !important;
    padding-bottom: 10px;
    border-top: 2px solid black;
    margin-top: 20px;
}

/*ESTILO*/
.izq-style{
    background-color: #2f4155;
    color: #f5efeb;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

/*DISEÑO*/
.izq-design{
    max-height: 700px;
    height: 470px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    width: 45%;
}

.textFormIzq{
    justify-content: center; 
    display: flex; 
    font-size: 40px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.renBajos{
    font-family: 'Times New Roman', Times, serif;
    margin: 0px 15px;
    margin-top: 5px;
    margin-bottom: 7px;
    font-size: 18px;
}

.mb-3{
    width: 85% !important;
    margin: 0px 15px;
    border-radius: 100px !important;
    margin-top: 20px;
}

.cen{
    margin-top: 35px;
    justify-items: center;
    width: 40%;
}

.nuestraInfo{
    margin: 40px 0px;
    font-family: 'Times New Roman', Times, serif;
    text-shadow: 1px 1px 1px black;
    font-size: 25px;
}

.line{
    border-top: 3px solid #2f4155;
    width: 85%;
}

/*DISEÑO*/
.der-design{
    width: 15%;
    flex-direction: row;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

/*COMPORTAMIENTO*/
.der-behavior{
    display: flex;
}

.iconosRedes{
    width: 50%;
    margin-top: 10px;
}

.sobreNos{
    font-size: 45px;
}

/* BARRA DE NAVEGACIÓN */
.navbar {
    background-color: #c8d9e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    position: sticky; /* Hace que la barra se mantenga visible al hacer scroll */
    top: 0; /* Se mantiene pegada al tope de la página */
    z-index: 1000;
}

/* Barra de búsqueda */
.search-bar {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    width: 300px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Añade sombra para mejor visibilidad */
}

.search-bar input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 14px;
    padding: 5px;
    font-family: Arial, sans-serif;
}

.search-bar button {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search-bar img {
    width: 20px;
    height: 20px;
}

/* Enlaces de navegación */
.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav-links li {
    margin: 0 10px;
}

.nav-links a {
    text-decoration: none;
    color: #2f4155;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    text-transform: uppercase;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #1d2e3f; /* Cambia a un tono más oscuro al pasar el cursor */
    text-decoration: underline;
}

/* Triángulos decorativos */
.navbar::after {
    content: "";
    display: block;
    width: 100%;
    height: 30px;
    background: repeating-linear-gradient(
        135deg,
        #c8d9e6 0%,
        #c8d9e6 15px,
        #2f4155 15px,
        #2f4155 30px
    );
}

.grandes{
    position: sticky !important;
}


.footPeque{
    display: none;
}

.peques{
    display: none !important;
}

}
