@font-face {
    font-family: 'Sonae';
    src: url('https://sushiemtuacasa.pt/fonts/SONA/EuclidFlex-Light.otf');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Sonae';
    src: url('https://sushiemtuacasa.pt/fonts/SONA/Sonae-Regular.otf');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Sonae';
    src: url('https://sushiemtuacasa.pt/fonts/SONA/Sonae-Bold.otf');
    font-weight: 600;
    font-style: normal;
}


a:hover,
a:active{
    text-decoration: none !important;  
}

body{
    padding: 0px;
    margin: 0px;
    background: black;
}
.login-entregas form{
    
    background: #000000b3;
    padding: 20px;
}

.mobile{
    width: 100%;
    max-width: 100%;
    margin: auto;
    position: relative;
    background-image: url('/fundo.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
.logo-entregas{
    text-align: center;
    top: 50px;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
}
.logo-entregas img{
    width: 100px;
}
.login-entregas{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 100%;
    width: 350px;
}

.removeLogo{
    top: 70px;
}

.removeLogo img{
    width: 70px;
}

.form-controla{
    text-align: left;
    font: normal normal bold 26px/31px Sonae;
    letter-spacing: 0px;
    color: #FFFFFF !important;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: lowercase;
    opacity: 1;
    border-radius: 0px;
    background: transparent;
    border: 0px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
    padding: 10px;
}
.form-controla::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
.form-controla:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #fff;
}
.form-controla::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}

.btn-controla{
    background: #fdbc97 0% 0% no-repeat padding-box;
    border-radius: 10px;
    border: 0px;
    padding: 10px;
    width: 196px;
    line-height: 48px;
    text-align: center;
    font: normal normal bold 26px/31px Sonae;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 0px 3px 6px #00000029;
    text-transform: lowercase;
}
.btn-controla.ativaEnviar{
    background: #FF8D4B 0% 0% no-repeat padding-box;
}

.titulo-entregas-nome{
        text-align: center;
    font: italic normal bold 50px/58px Sonae;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-shadow: 2px 2px 2px #00000029;
    text-transform: capitalize;
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 90%;
}

.homepage-entregas{

}

.not-home-entregas .mobile{
    background: #F8F7FF;
    padding-top: 48px;
}

.not-home-entregas header{
    background: #F9782B;
    box-shadow: 0px 5px 10px #00000029;
    opacity: 1;
    display: flow-root;
    height: 48px;
    z-index: 24;
    position: fixed;
    width: 414px;
    max-width: 100%;
    top: 0px;
}
.not-home-entregas header.preto{
    background: #000000;
}

.not-home-entregas header .mini-logo-entregas img{
    width: 44px;
    padding-top: 2px;
}
.not-home-entregas header .mini-logo-entregas {
    float: left;
    padding-left: 20px;
}
.not-home-entregas header .icon-comprar-entregas img{
    width: 25px;
    padding-top: 10px;
}

.not-home-entregas header .icon-comprar-entregas {
    float: right;
    padding-right: 20px;
}
.icon-comprar-entregas{
    cursor: pointer;
}

.menu-mobile-entregas,
.overlay-entregas{
    display: none;
    background: #00000070 0% 0% no-repeat padding-box;
    opacity: 0.45;
    filter: blur(22px);
    transition: .5s;
    opacity: 0;
}
.abre.menu-mobile-entregas,
.abre.overlay-entregas{
    transition: .5s;
    opacity: 1;
    display: block;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 21;
    top: 0;
}
.abre.overlay-entregas{
    z-index: 25;
}
.bloco-menus-entregas{
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 8px 7px #00000029;
    opacity: 1;
    transition: .5s;
    position: fixed;
    top: -100vh;
    width: 94%;
    margin-left: 3%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 30px 20px;
    text-align: center;
    z-index: 22;
}
.abre.bloco-menus-entregas{
    transition: .5s;
    top: 47px;
}

.bloco-menus-entregas ul{padding-left: 0px;list-style: none;}
.bloco-menus-entregas ul li{

}

.bloco-menus-entregas ul li a{

}

.btn-menu,.btn-menu:hover{background: #656565 0% 0% no-repeat padding-box;box-shadow: 0px 3px 6px #00000029;border-radius: 10px;opacity: 1;width: 100%;display: inline-block;height: 67px;line-height: 67px;margin-bottom: 20px;text-align: center;font: normal normal bold 24px/67px Sonae;letter-spacing: 0px;color: #FFFFFF;opacity: 1;}

.btn-menu-laranja,
.btn-menu-laranja:hover{
    background: #f9782b 0% 0% no-repeat padding-box;
}

.btn-menu-sair,.btn-menu-sair:hover{
    text-align: center;
    font: italic normal normal 22px/26px Sonae;
    letter-spacing: 0px;
    color: #000000;
    text-shadow: 0px 3px 6px #00000029;
    opacity: 1;
    margin-top: 20px;
    display: inline-block;
}

.btn-menu:active,
.btn-menu:target,
.btn-menu:focus,
.btn-menu:hover{
    background: #403e3e 0% 0% no-repeat padding-box !important;
}

.titulo-pop{
    text-align: center;
    font: italic normal normal 18px/21px Sonae;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 20px;
}

.width50{
    width: 45.2%;
    margin-left: 1%;
    margin-right: 1%;
    display: inline-block;
}

.overlay-aberto-entregas{
    position: absolute;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 2px 8px 7px #00000029;
    border-radius: 40px;
    opacity: 1;
    top: 50%;
    left: -100vw;
    transform: translate(-50%,-50%);
    padding: 28px;
    transition: .5s;
    width: 90%;
    z-index: 26;
}

.abre.overlay-aberto-entregas{
    transition: .5s;
    left:50%;

}


.bloco-entrega-caminho{cursor: pointer;background: #FFFFFF 0% 0% no-repeat padding-box;border-radius: 10px;opacity: 1;width: 96%;margin-left: 2%;margin-top: 12px;padding: 20px;position: relative;position: relative;}




.bloco-entrega-caminho:active,
.bloco-entrega-caminho:target,
.bloco-entrega-caminho:focus,
.bloco-entrega-caminho:hover2{
    background: #403e3e !important;
    color: white !important;
}

.bloco-entrega-caminho:active .linhaNome,
.bloco-entrega-caminho:target .linhaNome,
.bloco-entrega-caminho:focus .linhaNome,
.bloco-entrega-caminho:hover2 .linhaNome,
.bloco-entrega-caminho:active .linhaNome .nome,
.bloco-entrega-caminho:target .linhaNome .nome,
.bloco-entrega-caminho:focus .linhaNome .nome,
.bloco-entrega-caminho:hover2 .linhaNome .nome,
.bloco-entrega-caminho:active .linhaMorada,
.bloco-entrega-caminho:target .linhaMorada,
.bloco-entrega-caminho:focus .linhaMorada,
.bloco-entrega-caminho:hover2 .linhaMorada,
.bloco-entrega-caminho:active .linhaValor .valor-linha,
.bloco-entrega-caminho:target .linhaValor .valor-linha,
.bloco-entrega-caminho:focus .linhaValor .valor-linha,
.bloco-entrega-caminho:hover2 .linhaValor .valor-linha,
.bloco-entrega-caminho:active .horaChegada,
.bloco-entrega-caminho:target .horaChegada,
.bloco-entrega-caminho:focus .horaChegada,
.bloco-entrega-caminho:hover2 .horaChegada{
    color: white !important;
}

.bola{background: #fc4642 0% 0% no-repeat padding-box;opacity: 1;width: 26px;height: 26px;border-radius: 100%;margin-left: 0px;margin-right: 14px;display: inline-block;position: relative;vertical-align: top;/* margin-top: 22px; */position: absolute;top: 50%;transform: translateY(-50%);}
.bola-verde{background: #31BA96 0% 0% no-repeat padding-box;}
.bola-laranja{
    background: #ff9800;
}
.bola-vermelha{
    background: #fc4642 0% 0% no-repeat padding-box;
}

.dados-user{display: inline-block;width: calc(78% - 40px);padding-left: 50px;}

.linhaNome{text-align: left;font: normal normal normal 20px/24px Sonae;letter-spacing: 0px;color: #2A2D34;}

.linhaNome .nome{text-align: left;font: normal normal bold 22px/24px Sonae;letter-spacing: 0px;color: #2A2D34;}

.linhaMorada{text-align: left;font: normal normal normal 15px/16px Sonae;letter-spacing: 0px;color: #2A2D34;margin-top: 5px;}

.linhaValor{

}

.valor-linha{text-align: left;font: normal normal bold 25px/29px Sonae;letter-spacing: 0px;color: #2A2D34;opacity: 1;}

.icon-paga{font-size: 25px;padding-left: 20px;}

.dados-horas{    display: inline-block;
    width: 28%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;}

.horaChegada{/* text-align: left; */font: normal normal bold 24px/32px Sonae;letter-spacing: 0px;color: #2A2D34;opacity: 1;}

.horaPrevista{
    /* text-align: left; */
    font: normal normal normal 20px/23px Sonae;
    letter-spacing: 0px;
    color: #252830;
    opacity: 1;
    display: none;
}


#floating-panel {
  position: absolute;
  top: 10px;
  left: 25%;
  z-index: 25;
  background-color: #fff;
  padding: 5px;
  border: 1px solid #999;
  text-align: center;
  font-family: "Roboto", "sans-serif";
  line-height: 30px;
  padding-left: 10px;
}


.clicaMapaLoja{
    background: #DFE0DF 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    margin-bottom: 40px;
}
.text-inner{
    text-align: center;
    font: normal normal normal 18px/20px Sonae;
    letter-spacing: 0px;
    color: #FFFFFF;
    padding-bottom: 20px;
    padding-top: 20px;
}
.text-inner span{
    text-align: center;
    font: normal normal bold 25px/20px Sonae;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.elementos-estatisticas{padding: 15px;}
.estatisticas-nomes{margin-bottom: 20px;margin-top: 20px;}
.nome-estatistica{text-align: left;font: normal normal bold 30px/35px Sonae;letter-spacing: 0px;color: #2A2D34;opacity: 1;}


.nome-config{margin-top: 40px;text-align: left;font: normal normal bold 25px/25px Sonae;letter-spacing: 0px;color: #2A2D34;opacity: 1;}
.nome-config span{
    font: normal normal bold 16px/20px Sonae;
}

.dia-estatistica{text-align: right;font: italic normal normal 18px/21px Sonae;letter-spacing: 0px;color: #2A2D34;}
.dia-estatistica span{text-align: right;font: italic normal bold 20px/21px Sonae;letter-spacing: 0px;color: #2A2D34;}

.dia-desc{text-align: left;font: normal normal normal 18px/21px Sonae;letter-spacing: 0px;color: #2A2D34;font-style: normal !important;}
.dia-desc span{text-align: left;font: normal normal bold 20px/21px Sonae;letter-spacing: 0px;color: #2A2D34;padding-left: 5px;}


.bloco-branco{background: #FFFFFF 0% 0% no-repeat padding-box;border-radius: 10px;opacity: 1;margin-bottom: 10px;margin-top: 10px;text-align: center;padding: 17px;padding-bottom: 20px;height: 40px;position: relative;padding-top: 30px;padding-bottom: 30px;display: block;float: none;}
.titulo-bloco{text-align: center;font: italic normal normal 20px/35px Sonae;letter-spacing: 0px;color: #2A2D34;padding-bottom: 10px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.titulo-bloco span{
    font-weight: bold;
}
.num-bloco{text-align: center;font: italic normal bold 38px/49px Sonae;letter-spacing: 0px;color: #2A2D34;}

.num-bloco span{text-align: center;font: italic normal bold 27px/55px Sonae;letter-spacing: 0px;color: #252830;}

.bloco-laranja{background: #f9782b 0% 0% no-repeat padding-box;}
.bloco-laranja .titulo-bloco{color: #fff;}
.bloco-laranja .num-bloco{color: #fff;
    text-shadow: -1px 1px 3px #3333339c;
}

.bloco-laranja .num-bloco span{
    color: #fff;
}
#map {
  
    height: calc(100% - 50px);
}



.prende{
    position: sticky;
    left: 0px;
    width: 414px;
    max-width: 100%;
    /* transform: translateX(-50%); */
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    /* z-index: 5; */
    bottom: calc(0vh + 0px);
    z-index: 2;
}

.dentroMapa{
    transition: .5s;
    position: absolute;
    top: calc(100vh - 80px);
    left: 0px;
    width: 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 25px 25px 0px 0px;
    opacity: 1;
    height: 80px;
    overflow: hidden;
    }

.elementos-dentro-mapa{
    padding: 15px;
    /*transition: .5s;*/
}

.barra-load{
    display: none; 
    width: 350px;
    height: 10px;
    max-width: calc(100% - 190px);
    background: #ffffff4d;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 60px;
}
.preenche-barra{
        height: 10px;
    background: white;
    width: 1%;
    border-radius: 60px;
    transition: 1s;
}

.tempos-fatura{text-align: center;max-width: 80%;margin-left: 10%;}
.tempo-num{text-align: center;font: normal normal bold 30px/35px Sonae;letter-spacing: 0px;color: #2A2D34;opacity: 1;}
.km-tempo{text-align: center;font: normal normal bold 14px/16px Sonae;letter-spacing: 0px;opacity: 1;}
.ligar-cliente-fatura{position: absolute;top: 18px;right: 30px;}
.green{
    color: #31BA96;
}
.red{
 color: #fc4642;
}
.abrir-fatura{
        position: absolute;
    left: 30px;
    cursor: pointer;
    transition: .5s;
}
.abrir-fatura i,
.ligar-cliente-fatura i{

    text-shadow: 0px 6px 6px #00000029;
    font-size: 30px;
}
.ligar-cliente-fatura a{
    color: black;
}
.abre.dentroMapa{
    transition: .5s;
    top: 60px;
    overflow-y: scroll;
    height: calc(100vh - 60px);
    padding-bottom: 0px;
    position: fixed;
    width: 414px;
    left: 50%;
    transform: translateX(-50%);
    /* margin-left: 10px; */
    padding-bottom: 80px;
    max-width: 100%;
}

.abre.dentroMapa .abrir-fatura{
    transform: rotate(180deg);
    transition: .5s;
}

.mobileMap{
    overflow: hidden;
}


.todos-visiveis{
    padding-bottom: 30px;
}

.clicaMetodo{
    cursor: pointer;
}

.mudaMetodo{

    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.mudaMetodo.ativo i,
.mudaMetodo.ativo span{
    border: 2px solid #F9782B;
    padding: 7px;
}

.centerPoint,
.direcoesPoint{
    position: absolute;
    bottom: 80px;
    left: 3%;
    background: white;
    padding: 8px;
    border-radius: 100px;
    box-shadow: 0px 0px 8px 6px #33333347;
    cursor: pointer;
    z-index: 0;
}

.sol{

    float: left;
    padding-top: 5px;
}

.centerPoint img,
.direcoesPoint img{
    width: 25px;
    height: 25px;
}


.texto-vermelho{
 color: #fc4642;
}

.texto-verde{
     color: #31BA96;
}

#sidebar{
    direction: ltr;
    position: absolute;
    top: 40px;
    right: 100%;
    background: white;
    padding: 30px;
    height: calc(100% - 107px);
    overflow-y: scroll;
    padding-bottom: 80px;
    transition: .5s;
}

.abre#sidebar{
    right: 0%;
    transition: .5s;
}

.mapaIcon2 img{
    max-width: 65%;
}

.material-icons {
    color: white;
    font-size: 20px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.pinta-e {
    /* color: #3a3d55; */
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Sonae', sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.entregaEncomenda,
.entregaEncomenda:hover {
    position: relative;
    background-color: #f9782b !important;
    /* width: 400px; */
    /* height: 80px; */
    border: white;
    /* border-radius: 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://sushiemtuacasa.pt/img/setas.png) !important;
    background-position: center !important;
}

.slider-e {
    transition: width 0.3s, border-radius 0.3s, height 0.3s;
    position: absolute;
    left: 0px;
    background-color: #323232 !important;
    width: 55px;
    height: 67px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    z-index: 1;
}

.unlocked-e {
    transition: all 0.3s;
    width: inherit;
    left: 0 !important;
    height: inherit;
    border-radius: inherit;
    background: #656565 !important;
    text-align: center;
    font: normal normal bold 24px/67px Sonae;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.material-icons img{
   
    width: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.preenche-e,
.preenche-i{
    height: 67px;
    background-color: #323232 !important;
    width: 40px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px;
    pointer-events: none;
    z-index: 0;
}


.preenche-i{
    background-color: #656565 !important;
}
.preenche-e{
    background-color: #f9782b !important;
}

.interromper,
.interromper:hover {
    position: relative;
    background-color: #656565 !important;
    /* width: 400px; */
    /* height: 80px; */
    border: white;
    /* border-radius: 40px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-image: url(https://sushiemtuacasa.pt/img/setas.png) !important;
    background-position: center !important;
    width: calc(100% + 0px);
    /* margin-left: -5px;*/
}

.slider-i {
    transition: width 0.3s, border-radius 0.3s, height 0.3s;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #323232 !important;
    width: 55px;
    height: 67px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: transparent;
    z-index: 1;
}

.unlocked-i {
    transition: all 0.3s;
    width: inherit;
    left: 0 !important;
    height: inherit;
    border-radius: inherit;
    background: #f9782b !important;
    text-align: center;
    font: normal normal bold 24px/67px Sonae;
    letter-spacing: 0px;
    color: #FFFFFF;
}

.pintaMesmo{
    background-color: #323232 !important;
}
.pinta-i {
    /* color: #3a3d55; */
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Sonae', sans-serif;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}
.versao{
    position: fixed;
    bottom: 0px;
    left: 50%;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    transform: translateX(-50%);
    font-weight: bold;
}
.iconEsp{
    text-align: center;
}

.iconEsp img{
    height: 71px;
}
.home-config .bloco-branco{
    height: 70px;
}
.home-config .muda-config .titulo-bloco{
    font-weight: bold;
}

.muda-config{
    cursor: pointer;
}
.container{
    position: relative;
    width: 1280px;
    max-width: 98%;
    margin: auto;
}
.bloco-branco form input{
    padding: 10px;
}

button.bloco-laranja{
    color: white;
    padding: 10px;
    border-radius: 10px;
    border: none;
    height: 41px;
    width: 250px !important;
}
@media (orientation: landscape) and (max-width: 1000px) {
  body {
    transform: rotate(-90deg)
  }


    .mobile{    
        width: 100vh;
        max-width: 100vh;
        height: 100vw;
        margin-right: 0;
        position: relative;
    }
    .logo-entregas {
        position: absolute;
    }

    .bloco-menus-entregas {
        position: absolute;
        top: -200vh;
    }
    .not-home-entregas header {
        width: 100vh;
        max-width: 100vh;
    }
}

@media only screen and (max-width: 378px){
   .iconEsp img{
        height: 62px;
    } 
}



