@media screen and (min-width:0px) and (max-width:320px){
    .seccion_maquina{
        width: 100%;
        height: auto;
        display: flex;
        height: auto;
        flex-direction: column;
        overflow: hidden;
        background-color: #42220A;
        align-items: center;
    }
    .titulo_maquina{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nombre_maquina{
        font-size:1.5em
    }
    .cont_img_titulo{
        width: 15em;
        height: auto;
    }
    .cont_img_titulo img{
        width: 100%;
    }
    .cont_img_nombre{
        height: auto;
        width: auto;
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .cont_img_nombre .cont_img{
        width: 12em;
    }
    /*-----------*/
    .cont_maquina_cafe_min_vending{
        width: 100%;
        display: flex;
        flex-direction: column;
        height: auto;
        color: black;
    }
    .cont_img_especificaciones{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-height: fit-content;
    }
    

    .cont_bebidas_especificaciones{
        display: flex;
        flex-direction: column;
        gap: 1em;
        width: 100%;
        height: auto;
    }
    .cont_bebidas,.cont_bebidas_2{
        width: 100%;
        display: flex;
        border-radius: 0px;
    }
    .cont_beb{
        width: 100%;
        height: auto;
    }
    .cont_bebida,.cont_bebida_2{
    padding: 0.5em;
    background-color: #eeb61a;
   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3em;
    max-height: fit-content;
    margin-left:0px;
    margin-right: 0px;
    width: 100%;

    }
    .cont_img_bebida{
        width: 3.5em;
        text-align: center;
        justify-items: center;
    }
    .cont_img_bebida img{
        width: 100%;
    }
    .cont_especificaciones{
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        gap: 1em;
        justify-content: center;
    }
    .cont_especificaciones p{
        font-size: 1em;
    }
}
@media screen and (min-width:321px) and (max-width:425px) {
    .seccion_maquina{
        width: 100%;
        height: auto;
        display: flex;
        height: auto;
        flex-direction: column;
        overflow: hidden;
        background-color: #42220A;
                align-items: center;

    }
    .titulo_maquina{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nombre_maquina{
        font-size:1.5em
    }
    .cont_img_titulo{
        width: 15em;
        height: auto;
    }
    .cont_img_titulo img{
        width: 100%;
    }
    .cont_img_nombre{
        height: auto;
        width: auto;
        margin-top: 2em;
        margin-bottom: 2em;
    }
     .cont_img_nombre .cont_img{
        width: 13em;
    }
    /*-----------*/
    .cont_maquina_cafe_min_vending{
        width: 100%;
        display: flex;
        flex-direction: column;
        height: auto;
        color: black;
    }
    .cont_img_especificaciones{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-height: fit-content;
    }
   
   
    .cont_bebidas_especificaciones{
        display: flex;
        flex-direction: column;
        gap: 1em;
        width: 100%;
        height: auto;
    }
    .cont_bebidas,.cont_bebidas_2{
        width: 100%;
        display: flex;
        border-radius: 0px;
    }
    .cont_beb{
        width: 100%;
        height: auto;
    }
    .cont_bebida,.cont_bebida_2{
    padding: 0.5em;
    background-color: #eeb61a;
   display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3em;
    max-height: fit-content;
    margin-left:0px;
    margin-right: 0px;
    width: 100%;

    }
    .cont_img_bebida{
        width: 4em;
        text-align: center;
        justify-items: center;
    }
    .cont_img_bebida img{
        width: 100%;
    }
    .cont_especificaciones{
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        gap: 1em;
        justify-content: center;
    }
    .cont_especificaciones p{
        font-size: 1em;
    }
}
@media (min-width:426px) and (max-width:768px) {
    .seccion_maquina{
        width: 100%;
        height: auto;
        display: flex;
        height: auto;
        flex-direction: column;
        overflow: hidden;
        background-color: #42220A;
        align-items: center;
    }
    .titulo_maquina{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .nombre_maquina{
        font-size:1.5em
    }
    .cont_img_titulo{
        width: 15em;
        height: auto;
    }
    .cont_img_titulo img{
        width: 100%;
    }
    /*-----------*/
    .cont_maquina_cafe_min_vending{
        width: 100%;
        display: flex;
        flex-direction: column;
        height: auto;
        color: black;
    }
    .cont_img_especificaciones{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        max-height: fit-content;
    }
    .cont_img_nombre{
        height: auto;
        width: auto;
        margin-top: 2em;
        margin-bottom: 2em;
    }
    .cont_img_nombre .cont_img{
        width: 15em;
    }

    .cont_bebidas_especificaciones{
        display: flex;
        flex-direction: column;
        gap: 1em;
        width: 100%;
        height: auto;
    }
    .cont_bebidas,.cont_bebidas_2{
        width: 100%;
        display: flex;
        border-radius: 0px;
    }
    .cont_beb{
        width: 100%;
        height: auto;
    }
    .cont_bebida,.cont_bebida_2{
    padding: 0.5em;
    background-color: #eeb61a;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 3em;
    max-height: fit-content;
    margin-left:0px;
    margin-right: 0px;
    width: 100%;

    }
    .cont_img_bebida{
        width: 4em;
        text-align: center;
        justify-items: center;
    }
    .cont_img_bebida img{
        width: 100%;
    }
    
    .cont_especificaciones{
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        gap: 1em;
        justify-content: center;
    }

    .cont_especificaciones p{
        font-size: 1.1em;
    }
   
}