
@media(max-width: 414px){

    body{ 
       margin: 0;
       margin-bottom: 13vh;
    }
    /* CONFIGURAÇÃO DO TOPO */
    .pedidoborda{
        display: flex;
        justify-content: center;
        align-items: center;

        border-top: 1px solid rgba(1, 150, 130, 0.3);
        border-radius: 10px 10px 0 0;
        border-bottom: 1px solid rgba(1, 150, 130, 0.3);
        height: 7.66vh;
        margin-top: 4vh;
    }
    .pedido{
        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-size: 4.2vw;
        line-height: 19px;
        letter-spacing: 0.0015em;
        color: black;
    }

    .pedido img{
        position: absolute;
        left: 7.5vw;
        margin-top: 0.5vh;
    }
    .imgPrato{
        text-align: center;
        margin-top: 2.38vh;
    }

    /* Titulo descritivo */
    .description{
        display: flex;
        justify-content: initial;
        font-family: Roboto;
        font-style: normal;
        font-size: 14px;
        letter-spacing: 0.001em;
        margin-left: 4.44vw;
        margin-top: 3vh;
    }
    /* Conteiners principais */
    .containerFim{
        background: #FFFFFF;
        border: 1px solid #C4C4C4;
        box-sizing: border-box;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
        border-radius: 10px;

        display: flex;
        justify-content: space-between;
        align-items: center;
 
        width: 91.11vw;
        height: 29px;
        padding: 4vw;
        margin-left: 4.44vw;
        margin-top: 1vh;
    }
    
    .box1{
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.001em;
        color: black;
    }
    .box2{
        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.001em;
        color: #019682;
    }
    .sectionPrice .box2{
        color: black;
    }
    .box3{
        font-family: Roboto;
        font-style: normal;
        font-weight: 900;
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0.001em;
        color: #019682;
    }
    /* CONFIGURAÇÃO DO PREÇO*/
    .sectionPrice{
        margin-top: 2vh;
    }
    .containerPrice{
        display: flex;
        justify-content: end;
        align-items: center;
        width: 91.11vw;
        height: 24px;
        margin-left: 4.44vw;
        padding-left: 4vw;
    }
    .containerPrice .box2{
        position: absolute;
        left: 76vw;
    }
    .containerFim .box3{
        position: absolute;
        left: 76vw;

        font-family: Roboto;
        font-style: normal;
        font-weight: 900;
        font-size: 14px;
        line-height: 14px;
        letter-spacing: 0.001em;
        color: #019682;
    }
    .containerFim .box5{
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0.001em;
        color: black;
        text-transform: uppercase;
    }
    /*Entrega*/
    .entrega{
        display: flex;
        margin-left: 4.44vw;
        align-items: center;
        width: 67.22vw;
    }

    .entrega .box1{
        margin-top: 3vh;
    }
    .entrega .box2{
        margin-top: 2vh;
        font-weight: 500;
        color:#656565;
    }
    .entrega .box2 p{
        margin: 0;
    }
   
    /* CONFIGURAÇÃO DO FOOTER */

    footer{
        position: fixed;
        bottom: 0px;
        height: 4vh;
        width:100%;
        background-color: #019682;
        display: flex;
        justify-content: center;
        text-align: center;
        align-items: center;
    }
    footer div{
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 10px;
        letter-spacing: 0.02em;
        color: #FFFFFF;
    }

    /* CSS PARA JAVASCRIPT */

    .selectedAddress{
        border: 1px solid #F16C33;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
        background-image: url('../../img/finishOrder/selected.png');
        background-repeat: no-repeat;
        background-position-x: 84vw;
        background-position-y: center;
    }
    
}
