@media (orientation:landscape) {
    .logo-home{
        margin-top: 10px;
        margin-bottom: 10px;
        max-height: 50px;
    }

    .logo-portada{
max-height: 196px;
    margin-bottom: -10px;
    max-width: 240px;
    margin-top: 15px;
    }

    .input-formulario{
        margin-bottom: 5px;
    }

    .online{
        color: #fff;
        background-color: #4CAF50;
        border: 2px solid #409543;
        margin-top: 5px;
        border-radius: 0px;
    }

    .offline{
        color: #fff;
        background-color: #bb160f;
        border: 2px solid #8a1712;
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 0px;
        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: 20px;
        background-color: rgba(255, 244, 220, 0.5);
        color: #a1243d;
    }

    .c100.big{
        font-size: 200px;
        margin-top: 5px;
    }


    .circle-text, #googleMap {
        width: 164px;
        height: 164px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        float: left;
        margin: 0 auto;
        padding-top: 20px;
        position: absolute;
        top: 37px;
    }

    #googleMap{
        border: 1px solid grey;
        left: 38px;
        position: fixed !important;
        top: 73px;
    }

    .container-address{
        display: none
    }

    .aceptar-pedido{
        color: #fff;
        background-color: #4CAF50;
        border: 2px solid #409543;
        margin-top: 5px;
        border-radius: 0;
    }

    .cancelar-push{
        color: #fff;
        background-color: #d13b3b;
        border: 2px solid #ab2b2b;
        margin-top: 5px;
        border-radius: 0;
    }

    .contenedor-cancelar-aceptar-landscape{
        bottom: 5px;
    }

    .c100 {
        float: left;
        margin-left: 20px;
    }

    .portrait{
        display: none;
    }


    .foto-perfil {
        margin-top: 10px;
        max-width:  310px;
        max-height: 110px;
        min-width: 80px;
        min-height: 80px;
    }

    .pizza-recibida{
        padding: 2px;
        max-height: 110px;
        max-width: 200px;
        margin-top: 10px;
    }

    .navigatorbutton{
        background-color: #404475;
        margin-top: 26px;
        color: white;
        border: 1px solid #404475;
        border-radius: 0px;
    }

    .delivery-info{
        color: #fff;
        background-color:#6b6a95;
        border-color: #6b6a95;
        margin-top: 10px;
        border-radius: 0px;
    }

    .delivery-incidence{
        color: #fff;
        background-color: #cc6638;
        border-color: #cc6638;
        display: block;
    }


    #googleMap1 {
        width: 164px;
        height: 164px;
        -moz-border-radius: 2%;
        -webkit-border-radius: 2%;
        border-radius: 2%;
        float: left;
        margin: 0 auto;
        padding-top: 20px;
        position: absolute;
        top: 37px;
    }

    #map_online{
        min-height: 140px;
    }

    .formulario-login{
        margin-top: -50px;
    }

    .tiempo-restante{
        font-size: 18px;
        /*margin: 8px;*/
    }

    .modal-dialog{
        margin: 80px;
        margin-top: 6px;
    }

    .modal-body{
        padding: 5px;
    }
}
