/* Obrigatorio
   ----------------------------- */

/*@font-face {
    font-family: 'SohoGothicProBoldItalic';
    src: url('../fonts/SohoGothicPro-BoldItalic.otf') format('opentype');
}

@font-face {
    font-family: 'SohoGothicProLight';
    src: url('../fonts/SohoGothicPro-Light.otf') format('opentype');
}

@font-face {
    font-family: 'SohoGothicProMediumIt';
    src: url('../fonts/SohoGothicPro-MediumIt.otf') format('opentype');
}

@font-face {
    font-family: 'SohoGothicProMedium';
    src: url('../fonts/SohoGothicPro-Medium.otf') format('opentype');
}

@font-face {
    font-family: 'SohoGothicProThin';
    src: url('../fonts/SohoGothicPro-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'SohoGothicProRegular';
    src: url('../fonts/SohoGothicPro-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'SohoGothicProThinItalic';
    src: url('../fonts/SohoGothicPro-ThinItalic.otf') format('opentype');
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url('../fonts/Proxima-Nova-Semibold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}*/
@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,700,900');

img{
    max-width: 100%;
}

body{
    margin: 0px;
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Muli', sans-serif;
}


*{
    box-sizing: border-box;
    font-family: 'Muli', sans-serif;
}

h1{
    text-align: center;
    font-size: 4rem;
    line-height: 5rem;
    font-weight: 100;
    letter-spacing: 1px;
}

p{
    color: #1c1009;   
     font-size: 1.7rem;
     font-weight: 100;
}

a, a:active, a:visited, a:focus{
    color: #fd6500;
}

button:focus, a:focus {outline:0;}

a:hover{
     color: #fd6500;
    text-decoration: underline;
}

/* Obrigatorio
   ----------------------------- */

.containe-header{
    min-height: 100vh;
    width: 100%;
    background-size: cover;
}

.barra-superior{
    position: absolute;
    left: 0px;
        width: 100%;
    top: 0px;
        z-index: 2000;
}

.button{
    background: #fd6500;
    border: 1px solid white;
    padding: 20px 30px;
    text-align: center;
    text-transform: uppercase;
    color: white;
    font-weight: 100;
    cursor: pointer;
}

.button-fino{
        background: #fd6500;
    border: 1px solid white;
    padding: 15px 30px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: white;
    cursor: pointer;
}

.button:hover:enabled, .button-fino:hover:enabled{
     background: white;
     color: #fd6500;
}

.button-trans{
    background: transparent;
    color: white;
    cursor: pointer;
}

.button-trans:hover:enabled{
   background: white !important;
    color: black !important;
}


.button-cinza{
    border-color: #707070;
    color: #707070;
    background: transparent;
    cursor: pointer;
}

.button-cinza:hover:enabled{
    background: #707070;
    color: white;
}



.button-preto{
    border-color: #000;
    color: #fff;
    background: #000;
}

.button-preto:hover:enabled{
    background: #fff;
    color: #000;
}

.button-facebook{
    border-color: #4267b2;
    color: #fff;
    background: #4267b2;
    font-weight: bolder;
        letter-spacing: 1px;    display: inline-block;
    text-decoration: none !important;
}
}


.button-facebook:hover{
    background: #fff !important;
    color: #4267b2 !important;
}



.encomender{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 25%; 
}

.encomender .button, .encomendar-relativo .button{
   /* background: #101010 !important;
    color: white !important;
    font-size: 1.5rem !important;
    padding: 20px 10px !important;
    width: 100% !important;
    margin-top: 10px !important;
    border-color: rgb(35, 35, 35) !important;*/
    background: #101010;
    color: white;
    margin-top: 10px;
}


.btn-encomendar-especial{
background: white !important;
    color: black !important;font-size: 2rem;
}


.btn-encomendar-especial:hover:enabled{
    background: transparent !important;
    color: white !important;
}


.top-bar{
    width: 100%;
    display: inline-block;
}

.social, .logo, .menus{
        float: left;
    width: 33.333%;
}

.logo{
    text-align: center;
}

.logo img{
    max-width: 145px;
    /*box-shadow: 0px 0px 19px 10px rgba(0, 0, 0, .2);*/
    box-shadow: none;

}

.social{
    padding-left: 25px;
    padding-top: 50px;
}

.social a{
    color: #ffffff;
    text-decoration: none;
    width: 50px;
    padding: 8px 8px;
    display: inline-block;
    font-size: x-large;
    text-align: center;
}

.social a:hover{
    /*background: #ec6d00;
    padding: 8px;
    border-radius: 100%;*/
}


.menus{
        padding-right: 25px;
    padding-top: 50px;
    text-align: right;
}

.menus a{
 color: #ffffff;
    text-decoration: none;
    width: 50px;
    padding: 8px 13px;
    display: inline-block;
    font-size: x-large;
    text-align: center;
}

#menu img{
      margin-bottom: -4px;  
}

.relative{
    position: relative;
}

.centraAbsolute{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.quadrados{
      min-height: 80vh;
}

.imagemFundo {
  background-color: #f4f4f4;
   /* background-size: 80%;*/
   background-size:cover; 
    background-repeat: no-repeat;
    background-position: center center;
}

.imagemFundoTopCenter{
   background-color: black;
    /* background-size: 80%; */
    background-size: cover;
    background-repeat: no-repeat;
        background-position: bottom center;
}

.imagemFundoContain {
  background-color: #f4f4f4;
   /* background-size: 80%;*/
   background-size:80%; 
    background-repeat: no-repeat;
    background-position: center center;
}

.imagemFundoContainServicos{
  background-color: #000000;
   /* background-size: 80%;*/
   background-size:contain; 
    background-repeat: no-repeat;
    background-position: left center; 
}


.quadradosMiguel {
        min-height: 100%;
}

.logo-sobrenos{
    margin-top: 70px;
        margin-bottom: 70px;
}

.linhaBlock{
        display: -webkit-box;
}

.logo-sobre-nos{
      margin-bottom: 80px;
    margin-top: 80px;
    margin-left: -15px;
    margin-right: -15px;
    max-width: 110%;  
}

.texto-quadrado{
        position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
    font-size: 1.7rem;
    font-weight: 100;
}

.texto-quadrado p{
    /*font-weight: bolder;*/
}

.encomendar-relativo{
    text-align: center;    
    margin-top: 5vh;
}

.footer{
    background-color: #000000;
    color: white;
    padding: 25px;
    padding-bottom: 25%;
    background-image: url(/img/gastro-sushi-theme-background-08_1920px.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.titulo-footer{
        color: white;
    font-weight: bolder;
    text-transform: uppercase;
    font-size: 1.5rem;
    padding-top: 45px;
        margin-bottom: 20px;
            height: 70px;
}

.menuFooter ul{
    list-style: none;
    padding-left: 0px;
}

.menuFooter ul li a{
        color: white;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 1.6rem;
    line-height: 2.5rem;
    }

.social-footer a{
    background: #fff;
    color: #000;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    padding: 0px;
    margin-right: 5px;
    margin-bottom: 10px;
    border-radius: 100%;
    font-weight: bolder;
    font-size: 2.5rem;
    padding-top: 3px;
    }

.social-footer a:hover{
    background: #000;
    color: #fff;
}

.social-footer a:nth-child(2) {
    padding-top: 2px;
}

.modal{
    background: rgba(0, 0, 0, 0.9);
}

.itens-menu-principal{
        text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.menu-principal ul{
    list-style: none;
    padding-left: 0px;
}

.menu-principal ul li a{
        color: white;
    /*font-weight: bolder;*/
    text-transform: uppercase;
    font-size: 2.4rem;
    line-height: 4.5rem;
    margin-bottom: 10px;
    font-weight: 100;
        margin-left: -15px;
    }

.menu-principal ul li a:hover{
    text-decoration:none;
    opacity: .5;
}


.containe-header-sem-banner{
       height: 185px;
    background: #000;
}

.conteudoCMS{
       padding-top: 90px;
    padding-bottom: 90px;
}

.banner-sobreNos{
    margin-top: 40vh;
    padding-left: 40px;
}

.banner-servicos{
     margin-top: 20vh;
    padding-left: 40px;
}

.banner-servicos h1{
    color: white;
    font-size: 5rem;
    line-height: 9rem;
    letter-spacing: 3px;
    text-align: left;
}

.banner-sobreNos h1{
    color: white;
    font-size: 5rem;
    line-height: 9rem;
    letter-spacing: 3px;
    font-weight: 100;
}

.banner-sobreNos p, .banner-servicos p{
    color: white;
    font-size: 1.7rem;
    line-height: 2.7rem;
    letter-spacing: 0px;
    font-weight: 100;
}



.conteudoCMS h1{

    margin-bottom: 35px;
    font-weight: bolder;
}

h3, .titulo-peixe{
    text-align: center;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 2.2rem;
}

.peixes{
    text-align: center;
}

.fundoPreto{
    background: black;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
}

#cms .fundoPreto{
    text-align: left;
}

h3.dest-fundo-preto {
    text-align: left;
    font-size: 2.9rem;
    margin-top: 30px;
    padding: 10px 50px;
}

#cms h1{
    color: #eb6d00;
}

.sobre-nos .fundoPreto p{
    padding: 10px 50px;
}

.quadrados-titulo{
        color: #ffffff;
    font-size: 3.1rem;
    font-weight: bolder;
    margin-top: 80px;
    line-height: 6rem;
    letter-spacing: 3px;
}

.fundoLaranja{
    background-color: #fd6500;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 70%;
}

.fundoPreta{
     background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 70%;
}

.especial-parceiros{
        font-size: 3rem;
    text-align: justify;
    margin-bottom: 60px;
}

.logo-parceiros{
    text-align: center;    padding: 0 17%;


}

#produtos{
    background: #000;
}

.especial-produtos{
      /* filter: opacity(.5); */
}


.fundoPreto-produtos{
    background: #000;
    min-height: 90vh;    
    padding: 40px;
        margin-bottom: 50px;
}

.fundoCinza-produtos{
    background: #101010;
        min-height: 844px;  
    padding: 40px;
}

.ecra-prod{
    margin-top: 200px;
}

.mostra-cat a{
    color: white;
    margin-right: 22px;
    font-size: 1.7rem;
    margin-bottom: 15px;
    min-width: fit-content;
    text-decoration: none;
    display: inline-block;
}

.categorias-produtos{
  overflow-x: hidden;  
}

.mostra-cat{
   /* overflow-x: scroll;
    display: flex; */
}

.mostra-cat::-webkit-scrollbar {
  width: 5px;
  height:5px;
}

/* Track */
.mostra-cat::-webkit-scrollbar-track {
  background: #101010; 
}
 
/* Handle */
.mostra-cat::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.mostra-cat::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

.mostra-cat a:hover{
    color: #fd6500;
    text-decoration: none !important;
}

.mostra-cat a.ativo{
    color: #fd6500;
    text-decoration: none;
}

.item-produto{
    background: #101010;
    margin-top: 30px;
    padding: 5px 20px 10px;
}

.item-produto .nome-prod{
    color: white;
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
    height: 45px;
    font-weight: 700;
}

.item-produto .preco-prod{
        text-align: center;
    width: 100%;
    color: white;
    font-size: 2rem;
    font-weight: 100;
    margin-bottom: 10px;
}

.item-produto .desc-prod{
    margin-bottom: 10px;
    margin-top: 10px;
    color: white;
    font-size: 1.1rem;
    text-align: center;
        line-height: 30px;
}

.contador{
       color: white;
    margin-bottom: 15px;
    position: relative;
}

.menos-conta{
       position: absolute;
    border: 1px solid #464646;
    padding: 1px 7px 5px;
    font-size: 2rem;
    line-height: 2rem;
    cursor: pointer;
    left: 0px;
    top: 0px;
    z-index: 3;
        width: 28px;
    text-align: center;
} 

.mais-conta{
        position: absolute;
    border: 1px solid #464646;
    padding: 1px 7px 5px;
    font-size: 2rem;
    line-height: 2rem;
    cursor: pointer;
    right: 0px;
    top: 0px;
    z-index: 3;
        width: 28px;
    text-align: center;
} 

.numero-conta{
        display: inline-block;
    font-size: 1rem;
    width: 100%;
    text-align: center;
}

.numero-conta input{
    background: transparent;
    border: none;
    font-size: 2.5rem;
    text-indent: 10px;
    line-height: 1rem;
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 0;
}

.somatorio-titulo{
        color: white;
    margin-right: 22px;
    font-size: 1.8rem;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.somatorio-valor{
    color: white;
    margin-right: 22px;
    font-size: 2.8rem;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.somatorio-total{
    color: white;
    margin-right: 22px;
    font-size: 2.8rem;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    float: right;
}

.barra-prod{
        background: #484848;
    width: 100%;
    height: 1px;
    margin-top: 5px;
}

.soma-titulo{
        color: white;
    font-size: 1.2rem;
    text-align: left;
    text-transform: uppercase;
        margin-bottom: 2px;
}

.soma-preco{
       color: #848484;
    font-size: 1.1rem;
    text-align: left;
    text-transform: uppercase;
    padding-left: 0px;
    padding-bottom: 2px;
}

.com-imagem{
    display: inline-block;
    margin-top: 10px;
        width: 100%;
}

.soma-img, .soma-resto{
    width: 50%;
    float: left;
    padding-right: 10px;
}

.soma-resto{
    color: white;
    font-size: 2rem;
    /*margin-top: 40px;*/
        margin-top: 0px;
}

.soma-quantidade{
        display: inline-block;
    margin-left: 5px;
    font-weight: 100;
    margin-right: 5px;padding-top: 3px;
}

.soma-valor{
    /*float: right;
        font-weight: 100;*/
        width: 100%;
    font-weight: 100;
    margin-top: 5px;
}

button[disabled]{
    opacity: .5;
}

.content-modal-login{
   /* background-color: #f0f0f0;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 3% 6%;
    left: 50%;*/
    background-color: #f0f0f0;
    text-align: center;
    /*margin-top: 200px;*/
    margin-top: 10%;
    transform: translateX(-50%);
       padding: 25px 6%;
    left: 50%;
    margin-bottom: 200px;
}

.titulo-modal{
        margin-bottom: 35px;
    letter-spacing: 1.5px;
    color: black;
    font-size: 16pt;
}


.modal input, .modal select{
        width: 100%;
    margin-bottom: 20px;
    padding: 15px 30px;
    border: 1px solid #c6c6c6;
}

.modal input.col-md-6, .modal select.col-md-6{
       width: 46%;
    margin-left: 2%;
    margin-right: 2px;
    }

.modal .button-fino{
    margin-bottom: 20px;
        margin-right: 0px;
        font-size: 11pt;
}

.barra-preta-force{
    height: 20px;
    background-color: black;
    width: 132%;
    border: none;
    margin-left: -16%;
    margin-bottom: 20px;
}
/*.resto-texto-login{
    margin-bottom: 5px;
}*/

#recuperar{
    font-weight: normal;
    font-size: 13pt;
    margin-bottom: 25px;
    display: block;
    margin-top: 0px;
    text-transform: uppercase;
}

.resto-texto-login p{
      /*padding: 10px;*/
    text-align: center;
    font-size: 13pt;
    color: black; 
    margin-top: 0px;
    margin-bottom: 0px;
    margin-bottom: -5px;
}

.resto-texto p{
    font-size: 13pt;
    color: black;
}

.resto-texto a{

}

.resto-texto .imagem-modal{
        max-width: 29%;
    float: left;
    padding: 30px 30px 30px 0px;
}

.resto-texto .texto-modal{
        max-width: 69%;
    float: left;
    padding: 10px;
    text-align: left;
    font-size: 13pt;
    color: black;
}

#cp1{
        max-width: 50%;
    font-size: 15pt;
    color: black;
    font-weight: lighter;
    margin-top: 25px;
    float: left;
}

#inputdesligado{
    font-size: 2rem;
    color: black;
    font-weight: bold;
    margin-top: 25px;
    float: left;
    max-width: 10%;
    text-align: center;
    padding: 15px 10px;
    background: transparent;
    border: none;
}

#cp2{
       max-width: 40%;
     font-size: 15pt;
    color: black;
        font-weight: lighter;
    margin-top: 25px;
    float: left;
}


.modal-postal .resto-texto{
  display: inline-block;
    margin-bottom: 5px;
}

.close-modal {
    margin-top: -15px;
    margin-right: -45px;
    opacity: 1;
        font-weight: 100;
}

.alert div{
     position: relative;
    margin-left: 20px;
}

#exemplo{
    display: none;
}


.alert-success a{
    color: #3c763d;
    font-weight: bolder;
}

.alert-danger a{
    color: #a94442;
    font-weight: bolder;
}

.sobre-nos .containe-header{
        background-color: black;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;

}

b, strong{
        color: #eb6d00;
        font-weight: 300;
}

.recuperar-pass input{
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 30px;
    border: 1px solid #ccc;
}

.recuperar-pass .info, .modal .info{
    text-align: center;
}

.caixa-formulario{
        padding-top: 40px;
    padding-bottom: 40px;
}
.button-texto{
     font-size: 2rem;
    margin-bottom: 20px;
    cursor: pointer;
    font-weight: bolder;  
}

.mTitulo{
    padding: 15px 5px;
    border: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: bolder;
    background: #cccccc;
}
.mCol{
        padding: 15px 15px;
    border: 1px solid #ccc;
    text-transform: inherit;
    font-weight: lighter;
    font-size: 1.3rem;
    height: 55px;
    overflow: hidden;
}

.editarM{
    cursor: pointer;
    color: #eb6d00;
    font-size: 1.3rem;
}
.apagarM{
    cursor: pointer;
    color: #F44336;
    font-size: 1.5rem;
    display: none;
}

.mCol:last-child{
    margin-bottom: 20px;
}

.modal-resp-postal .respostaCP-texto{
    padding-top: 30px
}

.loja-texto{
   display: inline-block;
   width: 100%;
   margin-bottom: 20px;
}

.loja-titulo{
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 13pt;
}
.loja-loja{
    font-size: 13pt;
    text-transform: uppercase;
    font-weight: normal;
    color: #ec6e00;
    margin-top: 10px;
    margin-bottom: 20px;
}

.soma-produto{
    position: relative;
}

.close-produto{
    position: absolute;
    right: 10px;
    color: white;
    cursor: pointer;
    font-size: 10pt;
    top: -3px;
}

.geral-titulo-enc{
    color: white;
    margin-right: 22px;
        font-size: 2.2rem;
    margin: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #383838;
}

.titulo-enc{
    font-size: 2rem;
    text-align: left;
    color: #6f6f6f;
    font-weight: lighter;
    font-weight: 400;
}

.blocoEsqueda-checkout .titulo-enc{
    font-size: 1.5rem;
}

.desc-enc{
        color: white;
    font-size: 1.9rem;
}

.enc-morada .desc-enc, .enc-data-pop .desc-enc{
   font-size: 1.6rem; 
}

.button-cinza-nao-full{
     background: #333 !important;
    color: white !important;
    border:1px solid #333 !important;
}
.button-cinza-nao-full:hover:enabled{
    background: white !important;
    color: #333 !important;
}

.button-cinza{
    background: #333 !important;
    color: white !important;
    font-size: 1.3rem !important;
    padding: 10px !important;
    width: 100% !important;
    margin-top: 10px !important;
}

.button-cinza:hover:enabled{
    background: white !important;
    color: #333 !important;
}

.nome-prod-enc{
        color: white;
    font-size: 1.3rem;
    text-align: center;
    text-transform: uppercase;
    height: 45px;
    font-weight: 700;
}

.preco-prod-enc{
       text-align: center;
    width: 100%;
    color: white;
    font-size: 2rem;
    font-weight: 100;
    margin-bottom: 10px;
}

.item-produto-enc .img-prod{
   /*     border: 1px solid #383838;
    padding: 5px;*/
}

.quantidade-tot-enc{
    background: transparent;
    border: none;
    font-size: 2.5rem;
    text-indent: 10px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    color: white;
    font-weight: 100;
    padding: 10px;
}

.quantidade-tot-enc span{
   color: #7b7b7b;
    font-size: 1.3rem;
    padding-left: 5px;
}

.valor-tot-enc{
    padding: 0px 10px;
    /* color: white; */
    /* font-size: 2.3rem; */
    text-align: center;
    width: 100%;
    color: white;
    font-size: 2.3rem;
    
    font-weight: 100;
    margin-bottom: 10px;
}

.item-produto-enc{
    margin-bottom: 15px;
    background: #101010;
    margin-top: 30px;
    padding: 5px 20px 10px;
}

.item-check{
    padding: 10px 0px;
    color: white;
    font-size: 1.8rem;
    font-weight: normal;
}

input[type="checkbox"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  background: black;
  height: 20px;
  width: 20px;
  border: 1px solid white;
}
#encomendas input[type="checkbox"]{
    border-color: #484848 !important;
    height: 30px;
    width: 30px;
}


input[name="entregarcedo"]{
    margin-top: -3px !important;
        margin-right: 5px !important;
}

input[type="checkbox"]:checked {
  background: #000000;
}

input[type="checkbox"]:hover {
  filter: brightness(90%);
}

input[type="checkbox"]:disabled {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

input[type="checkbox"]:after {
  content: '';
  position: relative;
  left: 40%;
  top: 20%;
  width: 30%;
  height: 40%;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

input[type="checkbox"]:checked:after {
  display: block;
}

input[type="checkbox"]:disabled:after {
  border-color: #7b7b7b;
}

.check-modal{
    padding: 0px !important;
    float: left !important;
    margin-right: 10px !important;
    margin-top: 2px !important;
    background: #f0f0f0 !important;
    border-color: black !important;
}

.check-modal:after{
    border-color: black !important;
}


.titulo-home{
    font-size: 3.7rem;
    margin-bottom: 30px;
        font-weight: 100;
}

.preto{
    color: black;
}

.branco{
    color: white;
}

.titulo-home span{
    opacity: .7;
}

.nome-home{
    text-align: left;
}

.slick-dots {
    bottom: -20px;
}

.form-control{
    background: transparent;
    color: white;
    border-radius: 0;
    margin-bottom: 20px;
    border-color: white;
        padding: 20px 15px;
}

textarea.form-control{
    min-height: 200px;
}
select.form-control{
    color: white;
    line-height: 20px;
    padding: 6px 12px;
    height: 44px;
}

select.form-control option{
    color: black;
}


#contactos .form-control::placeholder, textarea[name="notas-encomendas"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

#contactos .form-control:-ms-input-placeholder, textarea[name="notas-encomendas"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

#contactos .form-control::-ms-input-placeholder, textarea[name="notas-encomendas"]::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
}

.right{
  text-align: right;
}

.lojas-contactos{
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
    color: #848484;
}

.lojas-contactos:hover{
     color: #fd6500;
}

.ativa-loja{
    color: #fd6500;
}

.info{
    display: none;    
    margin-top: 50px;
    margin-bottom: 150px;
}

.visible-loja{
    display: block;
}

.nome-contacto{
    color: #fd6500;
    margin-bottom: 15px;
    text-transform: uppercase;
}


.info-data span{
    font-weight: 700;
    color: #fd6500;
    text-transform: uppercase;
}
.data-encomenda{
        color: #fd6500;
    font-size: 1.2rem;
    cursor: pointer;
    margin-left: 0;
    margin-top: 10px;
    /*position: relative;
    z-index: 99999;*/
}
input[name="politicaprivacidade"] {
    background: #fd6500 !important;
}

input[name="politica"] {
       padding: 0;
    margin-bottom: 0;
}


.apolitica{
    margin-bottom: 20px;
    text-align: left;
}


.apolitica a{
    color: black;
    font-weight: 300;
    text-decoration: underline;
}
#encomendas .fundoPreto-produtos select, 
#encomendas .fundoPreto-produtos input[type="text"], 
#encomendas .fundoPreto-produtos input[type="number"]{
        width: 100%;
    background: black;
    border: 1px solid #fff;
    color: white;
    font-size: 1.9rem;
    padding: 1px 2px;
    border-color: #484848 !important;
}

#encomendas .fundoPreto-produtos select, 
#encomendas .fundoPreto-produtos input[type="text"], 
#encomendas .fundoPreto-produtos input[type="number"] {
     padding: 8px 9px;
}

#encomendas textarea{
    background: black;
    width: 100%;
    min-height: 100px;
    padding: 10px;
    color: white;
    border-color: #484848 !important;
}

.linhaValor{
        border-bottom: 1px solid #383838;
    border-top: 1px solid #383838;
    text-align: left;
}

.linhaValor h3{
    text-align: left !important;
}

.linhaValor .valortotal{
    color: white;
    font-size: 3.6rem;
}

.nome-loja-app{
       color: #fd6500;
    font-size: 3rem;
    margin-top: -20px;
    margin-bottom: 22px; 
}

.button-preto:active, .button-preto:visited, .button-preto:focus ,a.button-preto{
    color: white;
    text-decoration: none;
}

.banner-sobreNos h1{
    text-align: left;
}

.conteudoFinalSobreNos p{
    color: white;
}

.button-linha-preto{
    border-color: #000 !important;
    color: #000 !important;
    background: transparent !important;
}

.button-linha-preto:hover, .button-linha-preto:hover:enabled{
    border-color: #000 !important;
    color: #fff !important;
    background: #000 !important;
}

.apps-footer a:hover{
    text-decoration: none;
}

#produtos .containe-header {
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}

.tolerancia{
    display: none;
}

.bloqueia-altura{
    max-height: 60vh;
    overflow-y: scroll;
    width: 100%;
}

.bloqueia-altura::-webkit-scrollbar {
  width: 5px;
  height:5px;
}

/* Track */
.bloqueia-altura::-webkit-scrollbar-track {
  background: #101010; 
}
 
/* Handle */
.bloqueia-altura::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.bloqueia-altura::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

code{
        background: transparent;
    margin-bottom: 12px;
    display: block;
           color: #fd6500;
            font-family: inherit;
}


.combinacoes{
    margin-bottom: 10px;
    margin-top: 10px;
    color: white;
    font-size: 1.2rem;
    line-height: 30px;
    background: transparent;
    width: 100%;
    text-align: center;
    height: 30px;
    padding-left: 0px;
    text-align: center !important;
    text-align-last: center;
    -webkit-appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #fcfefc 50%), linear-gradient(135deg, #fcfefc 50%, transparent 50%), linear-gradient(to right, #ec6e14, #ec6e14);
    background-position: calc(100% - 12px) calc(1em + -1px), calc(100% - 7px) calc(1em + -1px), 100% 0;
    background-size: 5px 5px, 5px 5px, 2em 3em;
    background-repeat: no-repeat;
}

.combinacoes option{
    color: black;
}



.ajustaDireita{
    float: right;
    font-weight: 100;
}

.forceLaranja, .forceLaranja span{
        color: #ec6e14;
}

.editar-button{
        max-width: 20px;
    filter: invert(100%);
}

.titulosCategoriasApp{
    display: none;
}
@media screen and (max-width: 1440px) {

}

.but-trigger{
    position: relative;
    display: inline-block;
    top: -3px;
}

.modal {
       z-index: 999999;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    padding-right: 17px;
    box-sizing: content-box;
}

.dadosinsere input{
   margin-bottom: 17px;
        padding: 8px 9px !important;
    font-size: 1.5rem !important;
    border-color: rgb(35, 35, 35) !important;
}

.dadosinsere input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  font-size: 1.5rem !important;
  opacity: 1; /* Firefox */
}

.dadosinsere input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
  font-size: 1.5rem !important;
}

.dadosinsere input::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
  font-size: 1.5rem !important;
}

.textCheck{
        font-size: 1.5rem;
    text-transform: uppercase;
    float: right;
    padding-left: 7px;
    padding-top: 7px;
    max-width: calc(100% - 30px);
}

.contain-head{
    background-color: black;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.abreFechaCheckout{
    display: none;
    background: #ec6e14;
    width: 60px;
    height: 60px;
    position: fixed;
    border-radius: 100%;
    font-size: 3rem;
    color: white;
    text-align: center;
    line-height: 5.6rem;
    right: 0%;
    transform: translateX(-50%);
    bottom: 4%;
    z-index: 999;
    cursor: pointer;    
    font-weight: 100;
}
.abreFechaCheckout img{
    width: 30px;
}

.bola{
    position: absolute;
    background: white;
    color: #ec6e14;
    font-size: 1.2rem;
    padding: 0px;
    width: 25px;
    height: 26px;
    line-height: 2.5rem;
    text-align: center;
    border-radius: 100%;
    z-index: 9;
    right: 0; 
}

a.verTodasCats, .abreFechaCats{
    display: none;
    }

.bloqueio{
    height: 100vh;
    overflow: hidden;
    position: fixed; 
}

.processar{
    display: none;    
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(0, 0, 0, .92);
    height: 100vh;    
    z-index: 9999;

}

.bloco-processar{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
}

.img-processar{
    width: 100px;
}

.texto-processar{
        color: white;
    margin-top: 20px;
    font-size: 2rem;
}

.btn-page-checkout{
    background: #101010 !important;
    color: white !important;
    font-size: 1.5rem !important;
    padding: 20px 10px !important;
    width: 100% !important;
    margin-top: 10px !important;
    border-color: #464646 !important;
}

#contactos .containe-header-serviços{
    background: black;
}

#contactos .quadrados {
    min-height: 800px;
}

#account2{
    display: none;
}

.apps-footer img{
    max-width: 140px;
}

.boasvindas{
        color: white;
    font-size: 2rem;
    padding-right: 10px;
    padding-top: 10px;
}

.boasvindas span{
        color: #ec6e14;
}

.fixo-bottom-mobile{
    display: none;
}


.p-coupon{
    font-size: 2rem;
    text-align: left;
    color: #ffffff;
    font-weight: lighter;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
}

.p-coupon span{
    color: #ec6e14;
}

.button-coupon{
    margin-top: 0px !important;
    margin-bottom: 20px;
    line-height: 23px;   
}

.faqsContainer{
       padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;

}

.faqsContainer:first-child{
    padding-top: 50px;
}
.faqsContainer:last-child{
    padding-bottom: 50px;
}

#cms h2.faqsTitulo {
    color: #eb6d00;
    text-align: left;
        font-size: 3.5rem;
}

.apagaMesmo{
    display: none !important;
}

.vizinho-fundo{
    background: black;
}

.banner-vizinho{
        min-height: 79vh;
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
}


.vizinho-fundo .banner-sobreNos{
    margin-top: 0vh;
}

@keyframes fa-blink {
     0% { color: #fd6500; }
    50% { color: #fff; }
    100% { color: #fd6500; }
 }
a.fa-blink {
    /*color: #fd6500 !important;*/
    -webkit-animation: fa-blink 1s linear infinite;
    -moz-animation: fa-blink 1s linear infinite;
    -ms-animation: fa-blink 1s linear infinite;
    -o-animation: fa-blink 1s linear infinite;
    animation: fa-blink 1s linear infinite;
}

.desc-cat p{
    color: white;
    font-size: 1.3rem;
    margin-bottom: 0px;
    margin-top: 10px;
    text-align: center;
    padding-top: 20px;
}

#encomendas .finalizar-encomenda,
#produtos .btn-fazer-encomenda{
    background: #ec6d13 !important;
    border-color: #ec6d13 !important;
}

#encomendas .finalizar-encomenda:hover,
#produtos .btn-fazer-encomenda:hover{
    color: #fff !important;
}


#smartbanner.android {
    border-color: #ffffff !important;
    background: #ffffff !important;
    border-top: 0px solid #88B131 !important;
    box-shadow: none;
}
#smartbanner.android .sb-info {
    color: #000 !important;
    text-shadow: none !important;
    font-family: 'Muli', sans-serif !important;
}

#smartbanner.android .sb-info strong {
    color: #000 !important;
    box-shadow: none !important;
    font-family: 'Muli', sans-serif !important;
}
#smartbanner.android .sb-button span {
    background-color: #000000 !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#000000),to(#000000)) !important;
    background-image: -moz-linear-gradient(top,#000000,#000000) !important;
    color: #fff !important;
}

#smartbanner.android .sb-button {
    border: 0px solid #DDDCDC !important;
}

#smartbanner.no-icon .sb-icon {
    display: block !important;
    box-shadow: none !important;
    background: transparent !important;
}

@media screen and (max-width: 1280px or max-height: 1280px) {

}

@media screen and (max-width: 1024px) and (max-height: 840px) {
    #contactos .banner-servicos h1 {
        font-size: 3rem;
        line-height: 4rem;
        letter-spacing: 2px;
    }
}


@media screen and (min-width: 768px) {
    .abreFechaCheckout{
        display: none !important;
    }

}

@media screen and (max-width: 768px) {

    .close-modal {
        margin-top: 5px;
    margin-right: -5px;
    }
    .fundoPreto-produtos{
        min-height: auto;        
    }

    .titulosCategoriasApp{
        display: none !important;
    }
    .blocoEsqueda-checkout{
       margin-bottom: -40px;
    }

    .abreFechaCheckout{
        display: block !important;
    }
    .fundoCinza-produtos{
        position: fixed;
        top: 100vh;
        left: 0;
        height: 100vh;
        width: 100%;
        z-index: 9999;
        transition: .5s;
    }

    .fundoCinza-produtos-aberto{
        top: 0px;
        transition: .5s;
    }
    .fundoCinza-produtos-aberto .abreFechaCheckout{
        top: 22px !important;
        background: transparent !important;
        font-size: 20px !important;
        right: -12px !important;
    }
    .fundoCinza-produtos-aberto .bola{
        display: none;
    }
    .button {
        padding: 10px 20px;
    }
    .encomender .button, .encomendar-relativo .button {
        font-size: 1.5rem;
    }
    .bloqueia-altura {
        max-height: 57vh;
    }

    .categorias-produtos{
        overflow-x: unset;
        position: fixed;
        width: 100%;
        top: 0px;
        right: -100%;
        height: 100vh;
        background: black;
        z-index: 2141;
        transition: .5s;

    }
    /*.abreFechaCats{
        display: block;
        color: white;
        text-align: right;
        margin-bottom: -35px;
            font-size: 17px;
        position: absolute;
        z-index: 2;
        right: 30px;
        top: 20px;
    }*/

    /*.abreFechaCats-click{
        position: fixed;
        top: 25px;
        right: 25px;
        z-index: 2142;
    }*/




    /********  ANTES ******/
    /*.abreFechaCats {
        background: #101010;
        position: fixed;
        font-size: 3rem;
        color: white;
        text-align: center;
        line-height: 5.6rem;
        z-index: 999;
        cursor: pointer;
        display: block;
        color: white;
        text-align: right;
        margin-bottom: -35px;
        font-size: 14px;
        position: fixed;
        z-index: 2;
        left: 20px;
        bottom: 60px;
        padding-left: 10px;
        padding-right: 10px;
        z-index: 99;
    }

    .abreFechaCats-click {
        position: fixed;
        top: 25px;
        right: 25px;
        z-index: 2142;
        left: auto;
        bottom: auto;
        background: black;
        color: white;
        line-height: 3rem;
        border: 0px solid white;
        font-weight: 100;
    }

    .abreFechaCats-aberto{
        right: 0%; 
        transition: .5s;
    }*/

    .abreFechaCats {
        background: #2a2a2a;
        line-height: 5.6rem;
        cursor: pointer;
        display: block;
        color: white;
        margin-bottom: -35px;
        font-size: 17px;
        position: absolute;
        left: 0px;
        top: 0px;
        padding-left: 10px;
        padding-right: 0px;
        z-index: 99;
        width: 100%;
        text-align: center;
        bottom: auto;
    }

    .abreFechaCats-click {
        position: fixed;
        top: 25px !important;
        right: 25px;
        z-index: 2142;
        left: auto;
        bottom: auto;
        background: black;
        color: white;
        line-height: 3rem;
        border: 0px solid white;
        font-weight: 100;
        width: 30px;
        padding-left: 0;
    }

    .abreFechaCats-aberto{
        right: 0%; 
        transition: .5s;
    }

    .titulosCategoriasApp{
        text-align: center;
        padding-top: 40px;
        padding-bottom: 0px;
        font-size: 25px;
        float: left;
        width: 100%;
    }

    /*.abreFechaCheckout{
        top: 38px;
        background: white;
        right: 9px;
        display: block;
    }

    .abreFechaCheckout img {
        width: 30px;
        -webkit-filter: invert(100%);
        filter: invert(100%);
    }*/

    .verTodasCats{
        display: block;
    }

    

    .mostra-cat{
            overflow-x: unset;
    display: block;
    padding: 60px 40px;
    max-height: 85vh;
    overflow-y: scroll;
    }

    .mostra-cat a{
        display: block;
    }
   
    .content-modal-login {
        margin-top: 20%;
    }

    .banner-sobreNos {
        margin-top: 15vh;
    }

}

@media screen and (max-width: 670px) {
    .numero-conta input{
        padding-right: 10px;
    }
    .quadrados {
        /*padding-top: 100px;
        padding-bottom: 100px;*/
        padding-top: 50px;
        padding-bottom: 50px;
        display: inline-block;
    }
    #contactos .quadrados {
        min-height: 380px;
    }

    .quadradosMiguel{
        min-height: 50vh;
    }
    .texto-quadrado {
       position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        padding-left: 5%;
        max-width: 100%;
        padding-right: 5%;
    }

    .banner-servicos h1 {
        line-height: 5rem;
    }
    .imagemFundoContainServicos{
        background-size: cover;
    }

    .linhaBlock {
        display: block;
    }
     .saiMobile{
        display: none !important;
    }

   /* .social a, #menu, #account{
        display: none;
    }*/

    .btn-encomendar-especial{
        font-size: 2.5rem !important;
        padding: 13px 26px !important;
    }


    /*#account2, .carrinho{
        display: block;
            width: 50px;
    }
    .social, .menus{
        text-align: center;
    }
    .menus{
        padding-right: 0px;
    }
    .social{
            padding-left: 0px;
    }*/

    .banner-sobreNos {
        margin-top: 40vh;
        padding-left: 20px;
        padding-bottom: 40px;
    }


    .banner-sobreNos h1 {
        margin-bottom: 40px;
    }

    .banner-servicos {
        margin-top: 0vh;
        padding-bottom: 90px;
        padding-left: 20px;
        background: rgba(0, 0, 0, 0.5);
        padding-top: calc(20vh + 50px);
        min-height: 80vh;
    }

    .banner-servicos h1 {
        margin-bottom: 40px;
    }


    .bloco-footer-2 .titulo-footer{
        display: none;
    }
    .bloco-footer-2  ul{
        margin-top: -10px;
    }
    .footer {
        text-align: center;
    }

    .imagemFundoContainServicos{
           padding-top: 0px;
    padding-bottom: 0px; 
    }
}

@media screen and (max-width: 414px) {
    .containe-header {
        background-position: center;
    }
    .logo img {
        max-width: 100%;
    }
    .btn-encomendar-especial{
        font-size: 2.2rem !important;
    }
    /*.menus a, .social a {
        width: 35px;
        padding: 0px 5px;
    }*/

    .resto-texto-login p {
        font-size: 12pt;
        margin-bottom: 0px;
    }

    .menus {
        padding-right: 15px;
     }
     .social {
        padding-left: 15px;
        padding-top: 50px;
    }

    .menus a, .social a {
        width: 30px;
        padding: 8px 3px;
    }

    .sobre-nos .containe-header{
            background-position: top right;
    }
    .quadradosMiguel {
        min-height: 50vh;
    }
    .quadradosMiguel {
        min-height: 50vh;
        background-position: bottom center;
        background-size: cover;
    }

    #encomendas .encomendar-relativo{
            position: fixed;
    bottom: 20px;
    left: 0px;
    width: 100%;
    z-index: 999;
    padding: 0px;
    }



    #encomendas .encomendar-relativo .button {
        width: 50% !important;
        float: left;
        /*border: 0px !important;*/
        margin-right: 0%;
    }
    #encomendas .encomendar-relativo .button:nth-child(2) {
        margin-left: 0%;
        margin-right: 0%;

    }

    .fixo-bottom-mobile{
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 999;
        padding: 0px;
        display: block;
    }

    .fixo-bottom-mobile .button{
        width: 100% !important;
        float: left;
        /*border: 0px !important;*/
        margin-right: 0%;
        background: #eb6d00 !important;
    }

    .encomendar-relativo button[disabled]{
        opacity: 1;
        background: #2a2a2a !important;
}

    #encomendas .encomendar-relativo .finalizar-encomenda{
            background: #eb6d00 !important;}

    #encomendas .containe-header{
        background-position: top center !important;
        background-color: black;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .modal-data-enc label{
        text-align: left;
        font-size: 14px;
    }

    .menos-conta {
        font-size: 2rem;
        line-height: 3rem;
        width: 40px;
    }
     .mais-conta {
        font-size: 2rem;
        line-height: 3rem;
        width: 40px;
    }
    .numero-conta {
        line-height: 3rem;
    }
}

@media screen and (max-width: 375px) {
    .logo img {
        max-width: 100%;
    }

    /*.menus {
        padding-right: 2px;
        padding-top: 25px; 
    }

    .social {
           padding-left: 20px;
    padding-top: 25px;   }

    .menus a, .social a {
        width: 30px;
        padding: 0px 5px;
    }*/
}
   
@media screen and (max-width: 320px) {

}