
@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;
    }
    /* CONFIGURAÇÃO DO MENU */
    body > div > ul{
        list-style-type: none;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
        padding: 0 0 0 0;
        padding-top: 1.5vh;
    }
    /* CONFIGURAÇÃO DO TEXTO DESCRIÇÃO */
    .description{
        display: flex;
        justify-content: center;
        font-family: Roboto;
        font-style: normal;
        font-size: 14px;
        letter-spacing: 0.001em;
        margin: 3.5vh;
    }
    /* CONFIGURAÇÃO DA SECTION */
    .containerList{
        background: #FFFFFF;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
        border-radius: 5px;
        height: 7vh;
        width: 91vw;
        margin-left: 4.44vw;
    }
    
    .containerData{
        background: #FFFFFF;
        border: 1px solid #C4C4C4;
        box-sizing: border-box;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24);
        border-radius: 10px;

        display: flex;
        justify-content: center;
        align-items: center;

        margin-top: 2vh;  
        width: 91.11vw;
        height: 35px;
        margin-left: 4.44vw;
    }
    .containerData .boximg1 img{
        width: 22px;
        height: 22px;
        margin-left: 10vw;

    } 
    .containerData .boximg2 img{
        width: 20px;
        height: 17px;
        margin-left: 10vw;

    } 
    .containerData .boximg3 img{
        width: 16px;
        height: 20px;
        margin-left: 10vw;
    } 
    .containerData .boximg1 {
        width: 22vw;
        margin-left: -26%;

    } 
    .containerData .boximg2 {
        width: 22vw;
        margin-left: -26%;
    } 
    .containerData .boximg3 {
        width: 22vw;
        margin-left: -26%;
    } 
    .containerData .box2{
        font-family: Roboto;
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.001em;
        color: black;
    }
    .box2 .money p{
        font-family: Roboto;
        font-style: normal;
        font-weight: 900;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.001em;
        color: #019682;
    }
    .containerData .box2 > div{
        font-family: Roboto;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: 0.001em;
        color: #656565;
        margin-top: -1vh;
    }
    /* CONFIGURAÇÃO DO BOTÃO */
    button{

        background-color: #F16C33;
        border-radius: 30px;
        border: none;

        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-size: 14px;
        letter-spacing: 0.0125em;
        color: rgba(255, 255, 255, 0.87);
        text-transform: uppercase;

        width: 52vw;
        height: 35px;
        top: 89vh;
        margin-left: 23.88vw;
        position: absolute;
    }
    /* 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;
    }
    
}
