@charset "UTF-8";



/*-------------------------------------------------------------------------
    Menu Digital 2025 - Estilos Personalizados
-------------------------------------------------------------------------*/

/* Geral */
body, html {
    font-family: 'Raleway', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #777;
    font-weight: 300;
    width: 100% !important;
    height: 100% !important;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

ul, ol {
    padding: 0;
    -webkit-padding: 0;
    -moz-padding: 0;
}

hr {
    height: 2px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #8eb640;
    margin: 0;
    margin-bottom: 40px;
    border: 0;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus, 
.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
    outline: none;
    outline-offset: none;
}

/* Header Section */
header .intro-text {
    padding-top: 250px;
    padding-bottom: 200px;
    text-align: center;
}

/* Portfolio Section */
#portfolio {
    padding: 0 0 120px 0;
}

#portfolio .section-title {
    background: #444 url(../img/gallery-bg.jpg) center center no-repeat fixed;
    background-size: cover;
    margin-bottom: 50px;
}

#portfolio .section-title h2 {
    color: #fff;
}

.portfolio-item {
    margin: 15px 0;
}

.portfolio-item .h-bg {
    overflow: hidden;
    position: relative;
}

.portfolio-item .h-bg:before {
    display: block;
    content: '';
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background: rgba(0, 0, 0, 0.2);
}

.h-bg .h-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
    padding: 30% 0 0 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.h-bg .h-text > h4 {
    opacity: 0;
    color: #fff;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
    font-size: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.h-bg:hover .h-text {
    opacity: 1;
}

.h-bg:hover .h-text > h4 {
    opacity: 1;
    -webkit-backface-visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

/* Elementos Personalizados */
.cameraprato {
    background: url("https://digitalmenu.com.br/padrao/images/camera-red.png");
    display: block;
    width: 24px;
    height: 24px;
    float: right;
}

.cameraprato2 {
    display: block;
    width: 80px;
    float: right;
}

input.form-contato, 
textarea.form-contato {
    width: 100%;
}

.bottom40 {
    margin-bottom: 40px;
}

.bottom20 {
    margin-bottom: 20px;
}

a.botaavaliacao {
    background: black;
    border: 0;
    width: 70%;
    height: 24px;
    display: block;
    clear: both;
    margin: 20px 0px;
    padding: 3px 4px 4px 4px;
}

.centraliza {
    text-align: center;
}

span.harmoniza {
    color: #b69a41;
    font-weight: bold;
}

/* Bandeiras */
#bandeiras {
    clear: both;
}

#bandeiras ul li {
    display: inline;
}

#bandeiras a {
    width: 24px;
    height: 24px;
    display: inline-block;
}

a.linguabr {
    background: url("../images/bandeiras/br.png") no-repeat center center;
}

a.linguauk {
    background: url("../images/bandeiras/uk.png") no-repeat center center;
}

a.linguade {
    background: url("../images/bandeiras/de.png") no-repeat center center;
}

a.linguaar {
    background: url("../images/bandeiras/ar.png") no-repeat center center;
}

a.linguacn {
    background: url("../images/bandeiras/cn.png") no-repeat center center;
}

a.linguako {
    background: url("../images/bandeiras/ko.png") no-repeat center center;
}

a.linguaru {
    background: url("../images/bandeiras/ru.png") no-repeat center center;
}

a.linguaes {
    background: url("../images/bandeiras/es.png") no-repeat center center;
}

a.linguafr {
    background: url("../images/bandeiras/fr.png") no-repeat center center;
}

a.linguael {
    background: url("../images/bandeiras/el.png") no-repeat center center;
}

a.linguanl {
    background: url("../images/bandeiras/nl.png") no-repeat center center;
}

a.linguait {
    background: url("../images/bandeiras/it.png") no-repeat center center;
}

a.linguajp {
    background: url("../images/bandeiras/jp.png") no-repeat center center;
}