
@media(max-width: 414px){

    body{
        
        margin-top: 4vh;

        margin-left: -1%;
        margin-right:-1%;
    }
    body > div{
        border: #1BA1B4;
        border-style: solid;
        border-block-end-style: none;
        border-width: thin;
        border-radius: 16px;
        margin-left: 0%;
    }
    body > div > div{
        margin-top: 6%;
        display: flex;
        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.0015em;
        color: rgba(0, 0, 0, 0.87);
    }
    body > div > div > img{
        margin-left: 6%;
        margin-right: 2%;
        margin-top: 1%;
        width: 4vw;
        height: 1.5vh;
       
    }

    .containerOrdem{
        display: contents;
    }

    .boxOrdem{
        margin-top: 4%;
        margin-left: 6%;

        font-family: Roboto;
        font-style: normal;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0.0015em;
        color: rgba(0, 0, 0, 0.87);
    }
    .boxOption{
        display: flex;
    }
    .boxOption ul {
        list-style-type: none;
        width: 30%;
    }
    .boxOption li{
        font-size: 14px;
        margin-top: 10%;
        text-align: center;
        align-items: center;
        display: flex;
    }
    .boxOption ul li img{
        margin-right: 6%;
        margin-top: 1%;
        text-align: center;
    }
    .boxOption2{
        display: flex;
    }
    .boxOption2 ul {
        list-style-type: none;
        width: 30%;
        margin-left: -6%;
    }
    .boxOption2 li{
        font-size: 14px;
        margin-top: 10%;
        text-align: center;
        align-items: center;
        display: flex;
    }
    .boxOption2 ul li img{
        margin-right: 6%;
        margin-top: 1%;
        text-align: center;
    }
    .boxOption2 button{
        background: #019682;
        border-radius: 30px;
        border: none;
        width: 34vw;
        height: 4vh;
        margin-left: 2vw;

        font-family: Roboto;
        font-style: normal;
        font-weight: 100;
        font-size: 14px;
        letter-spacing: 0.001em;
        color: #FFFFFF;
    }
    footer{

        bottom: 0;
        width: 100vw;
        margin-right:-10vw;
        position: fixed;

        text-align: center;
        align-items: center;
        align-content: center;

        padding-right: 10%;
        padding-top: 4%;

        border: #1BA1B4;
        border-style: solid;
        border-block-end-style: none;
        border-width: thin;
    }
    footer > div {
        margin-bottom: 4%;
    }
    footer > div > a > button{
        background: #F16C33;
        border-radius: 30px;
        border: none;
        width: 44vw;
        height: 6vh;

        font-family: Roboto;
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 16px;
        letter-spacing: 0.0125em;

        color: white;
        text-align: center;
        align-items: center;
        text-transform: uppercase;

    }
}
