@media (orientation:portrait) {
    .logo-home{
        margin-top: 2%;
        max-height: 60px;
    }

    .logo-portada{
        margin-top: 6%;
        max-width: 80%;
    }

    .input-formulario{
        margin-bottom: 10px;
    }

    .foto-perfil{
        margin-top: 30px;
        max-height: 150px;
        max-width: 200px;
        min-width: 80px;
        min-height: 80px;
    }

    .online{
        color: #fff;
        background-color: #4CAF50;
        border: 2px solid #409543;
        margin-top: 20px;
        border-radius: 0px;
        font-size: 28px;
        font-family: 'Bree-Bold','XMYekanBold';
    }

    .offline{
        color: #fff;
        background-color: #bb160f;
        border: 2px solid #8a1712;
        margin-top: 15px;
        margin-bottom: 5px;
        border-radius: 0px;
        font-size: 28px;
        font-family: 'Bree-Bold','XMYekanBold';
    }

    .box-account {
        border: 1px solid #aea798;
        overflow: hidden;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        text-align: center;
        padding: 10px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 50px;
        background-color: rgba(255, 244, 220, 0.5);
    }

    .c100.big{
        font-size: 290px;
        margin-top: 10px;
        margin-bottom: 20px;
    }


    .circle-text, #googleMap {
        width: 245px;
        height: 245px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        float: none;
        margin: 0 auto;
        padding-top: 20px;
        position: absolute;
        left: 0;
        right: 0;
        top: 41px;
    }

    #googleMap{
        border: 1px solid grey;
    }

    #googleMap{
        overflow: hidden;
        z-index: 0;
    }

    .container-address-landscape{
        display: none
    }

    .aceptar-pedido{
        margin-top: 5px;
        color: #fff;
        background-color: #4CAF50;
        border: 2px solid #409543;
        line-height: 1.8;
    }

    .cancelar-push{
        color: #fff;
        background-color: #d13b3b;
        border: 2px solid #ab2b2b;
        line-height: 1.8;
    }

    .c100 {
        float: none;
        margin: 0 auto;
    }

    .landscape{
        display: none;
    }

    .contenedor-aceptar-portrait{
        position: absolute;
        bottom: 10px;

    }

    .pizza-recibida{
        padding: 2px;
        max-height: 200px;
        max-width: 200px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .navigatorbutton{
        background-color: #4a6ead;
        color: white;
        border: 1px solid rgba(255, 255, 255, 0);
        margin-top: 5px;
        margin-bottom: 5px;
        min-width: 180px;
        border-radius: 20px;
        box-shadow: inset 1px 1px 1px rgba(255,255,255,.7), inset 2px 0px 2px rgba(0,0,0,.1), 2px 2px 0px rgba(0,0,0,.1);
    }

    .delivery-info{
        color: #fff;
        background-color:#b30c0c;
        border-color: #862020;
        margin-top: 6px;
        margin-bottom: 2px;
        width: 99%;
        text-align: center;
        border-radius: 20px;
        box-shadow: inset 1px 1px 1px rgba(255,255,255,.7), inset 2px 0px 2px rgba(0,0,0,.1), 2px 2px 0px rgba(0,0,0,.1);

    }

    .delivery-incidence{
        color: #fff;
        background-color: #ec8b26;
        border-color: #cc6638;
        display: block;
        border-radius: 20px !important;
        box-shadow: inset 1px 1px 1px rgba(255,255,255,.7), inset 2px 0px 2px rgba(0,0,0,.1), 2px 2px 0px rgba(0,0,0,.1);
    }

    #map_online{
        min-height: 300px;
    }


    .tiempo-restante{
        display: block;
        font-size: 18px;
        /*margin: 8px;*/
    }


    @media (min-width: 481px) {
        .delivery-info{
            width: 60%;
        }

        .pickup-already{
            display: inline-block;
            width: 60%;
        }

        #map, #map_online {
            height: 50% !important;
            margin-bottom: 20px;
        }


        .foto-perfil {
            margin-top: 30px;
            max-height: 350px;
            max-width: 400px;
            min-width: 280px;
            min-height: 280px;
        }
    }
}
