html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
.block {
    display: block;
}

body {
    line-height: 1;
    font-family: "Montserrat", serif;
}

.post,
.page {
    margin: 0;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea:focus,
input:focus,
select:focus {
    outline: none;
}

.error::-webkit-input-placeholder {
    color: red !important;
}

.error::-moz-placeholder {
    color: red !important;
}

.error:-ms-input-placeholder {
    color: red !important;
}

.error::-ms-input-placeholder {
    color: red !important;
}

.error::placeholder,
.error {
    color: red !important;
}

a {
    text-decoration: none;
}

a:focus,
a:focus-visible {
    outline: none;
}

:root {
    --verde: #266C28;
    --laranja: #F39200;
    --preto: #000000;
    --branco: #ffffff;
    --chumbo: #1E1E1E;
    --preto-fonte: #282828;
}

.container {
    width: 90%;
    max-width: 1406px;
    margin: 0 auto;
}

html {
    scroll-behavior: smooth;
}

html::-webkit-scrollbar-track {
    background: var(--chumbo);
}

html::-webkit-scrollbar-thumb {
    background-color: var(--laranja);
    border-radius: 20px;
    border: 3px solid var(--chumbo);
}

html::-webkit-scrollbar {
    width: 11px;
    height: 7px;
}

::-webkit-scrollbar-track {
    background: var(--chumbo);
}

::-webkit-scrollbar-thumb {
    background-color: var(--laranja);
    border-radius: 20px;
    border: 2px solid var(--chumbo);
}

::-webkit-scrollbar {
    width: 11px;
    height: 7px;
}

.phone_hp {
    display: none !important;
}

.widget {
    margin: 0 !important;
}

.quebra-linha {
    display: block;
}

/*************** HEADER ****************/
#masthead .menu_mobile {
    display: none;
}

#masthead {
    position: absolute;
    background: #00000038;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    top: 0;
    width: 100%;
    z-index: 99;
    transition: .3s ease-in-out;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

#masthead .container-header {
    width: 95%;
    max-width: 1618px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 32px 0;
}

#masthead .container-header .dir,
#masthead .container-header .esq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#masthead .container-header .dir {
    align-items: stretch;
    gap: 1.04vw;
}

#masthead .container-header .esq .logo svg {
    width: 224px;
}

#masthead .container-header .esq .logo svg,
#masthead .container-header .esq .logo svg path {
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.overflow-hidden #masthead .container-header .esq .logo svg,
.overflow-hidden #masthead .container-header .esq .logo svg path {
    fill: var(--laranja);
}

#masthead .menu_header {
    display: flex;
    align-items: center;
    margin-right: 0.8vw;
}

#masthead .menu_header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.6vw;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

#masthead .menu_header.ativo .menu {
    gap: 2.5vw;
}

#masthead .menu_header .menu li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

#masthead .menu_header .menu li.tem-sub::after {
    content: '';
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(../../refeicao-transportada/geral/seta-menu.png);
    background-repeat: no-repeat;
    background-size: cover;
}

#masthead .menu_header .menu li a {
    color: var(--branco);
    padding: 10px 0;
    font-size: 0.833vw;
    font-weight: 500;
    line-height: 1.02vw;
    position: relative;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

#masthead .menu_header .menu li a:hover {
    text-shadow: #fff 0 1px 9px;
}

#masthead .container-header .btn-header {
    font-size: 0.8333vw;
    font-weight: 500;
    line-height: 1.1458vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    color: var(--branco);
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    align-items: center;
    user-select: none;
    overflow: hidden;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    padding: 19px 37px;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #00B14C, #004E21, #00B14C, #004E21);
}

#masthead .container-header .btn-header::before {
    content: '';
    display: block;
    width: 5.52vw;
    height: 2.55vw;
    background-image: url(../../refeicao-transportada/geral/folha-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    left: 0;
}

#masthead .container-header .btn-header:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}


#masthead .container-header .buscar {
    position: relative;
    width: 100%;
}

#masthead .container-header .enviar_btn {
    background: transparent;
    border: none;
    color: var(--branco);
    cursor: pointer;
    height: 58px;
    margin: 0;
    opacity: 0.85;
    padding: 0;
    position: absolute;
    right: 0px;
    top: 1px;
    width: 60px;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: center;
}

#masthead .container-header .pesquisar {
    font-family: "Montserrat", sans-serif;
    background: #00000026;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border: 1px solid #ffffff80;
    border-radius: 100px;
    color: var(--branco) !important;
    font-size: 14px;
    padding: 18.5px 15px;
    width: 58px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

#masthead .container-header .pesquisar::-webkit-input-placeholder {
    color: var(--branco) !important;
}

#masthead .container-header .pesquisar::-moz-placeholder {
    color: var(--branco) !important;
}

#masthead .container-header .pesquisar:-ms-input-placeholder {
    color: var(--branco) !important;
}

#masthead .container-header .pesquisar::-ms-input-placeholder {
    color: var(--branco) !important;
}

#masthead .container-header .pesquisar::placeholder {
    color: var(--branco) !important;
}


#masthead .container-header .pesquisar.ativo {
    width: 13.3125vw;
}

#menu-mobile {
    display: none;
}

#masthead .redes {
    background-color: #1E1E1E;
}

#masthead .redes .content {
    width: 95%;
    max-width: 1618px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0;
}

#masthead .redes .content div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    column-gap: 9px;
}

#masthead .redes .content .icone {
    display: block;
    width: 20.5px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

#masthead .redes .content .icone:hover {
    box-shadow: 0px 0px 13px 0px #9a19d2a3;
    filter: invert(1);
}

#masthead .redes .content .icone.icone-facebook {
    background-image: url(../../refeicao-transportada/geral/facebook-ico.svg);
}

#masthead .redes .content .icone.icone-instagram {
    background-image: url(../../refeicao-transportada/geral/instagram-ico.svg);
}

#masthead .redes .content .icone.icone-youtube {
    background-image: url(../../refeicao-transportada/geral/youtube-ico.svg);
}

#masthead .redes .content .icone.icone-linkedin {
    background-image: url(../../refeicao-transportada/geral/linkedin-ico.svg);
}

#masthead .redes .content p {
    font-size: 14px;
    font-weight: 700;
    line-height: 17.07px;
    color: var(--branco);
}

#masthead .redes .content p span {
    font-weight: 400;
}

/* header fixo*/
#masthead.header-fixo {
    position: fixed;
    top: 0;
    background-color: #F39200e6;
}

#masthead.header-fixo .container-header {
    padding: 5px 0;
}

#masthead.header-fixo .redes {
    display: none;
}

#masthead.header-fixo .container-header .esq .logo svg {
    width: 140px;
}

.overflow-hidden #masthead.header-fixo .container-header .esq .logo svg {
    width: 190px;
}

.overflow-hidden #masthead.header-fixo .container-header {
    padding: 20px 0;
}

/********** SUbMENUS HEADER ***********/
#masthead .menu_header .menu .sub-menu {
    background: var(--branco);
    width: 100%;
    margin: 0;
    border-left: 3px solid var(--laranja);
    position: absolute;
    top: 81px;
    overflow: hidden;
    transition: 0.8s ease-in-out;
    max-height: 0px;
    padding: 0px;
    -webkit-transition: 0.8s ease-in-out;
    -moz-transition: 0.8s ease-in-out;
    -ms-transition: 0.8s ease-in-out;
    -o-transition: 0.8s ease-in-out;
}

#masthead.header-fixo .menu_header .menu .sub-menu {
    top: 56px;
}

#masthead .menu_header .menu .menu-item:hover .sub-menu {
    max-height: 1000px;
}

#masthead .menu_header .menu .sub-menu li {
    margin: 5px 10px 0;
}

#masthead .menu_header .menu .sub-menu li a {
    color: var(--preto);
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    padding: 15px 13px;
    display: flex;
    align-items: center;
    gap: 12px;
}

#masthead .menu_header .menu .sub-menu li a:hover {
    color: var(--laranja);
}

#masthead .menu_header .menu .menu-quemsomos .sub-menu {
    width: 11.4583vw;
}

#masthead .menu_header .menu .menu-servicos .sub-menu {
    width: 31.458vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-end;
}

#masthead .menu_header .menu .menu-segmentos .sub-menu {
    width: 20.2604vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#masthead .menu_header .menu .menu-contato .sub-menu {
    width: 25.406vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#masthead .menu_header .menu .menu-servicos .sub-menu li,
#masthead .menu_header .menu .menu-segmentos .sub-menu li {
    width: calc(50% - 20px);
}

#masthead .menu_header .menu .menu-contato .sub-menu li:nth-child(even) {
    width: calc(55% - 20px);
}

#masthead .menu_header .menu .menu-contato .sub-menu li:nth-child(odd) {
    width: calc(45% - 20px);
}

#masthead .menu_header .menu .sub-menu li a::before {
    content: '';
    display: block;
    width: 26px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: inherit;
    background-position: left center;
    filter: grayscale(1) brightness(0);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-filter: grayscale(1) brightness(0);
}

#masthead .menu_header .menu .sub-menu li a:hover::before {
    filter: grayscale(0) brightness(1);
    -webkit-filter: grayscale(0) brightness(1);
}

#masthead .menu_header .menu .menu-quemsomos .sub-menu li:nth-child(1n) a::before {
    background-image: url(../../refeicao-transportada/geral/quemsomos-1.png);
}

#masthead .menu_header .menu .menu-quemsomos .sub-menu li:nth-child(2n) a::before {
    background-image: url(../../refeicao-transportada/geral/quemsomos-2.png);
}

#masthead .menu_header .menu .menu-quemsomos .sub-menu li:nth-child(3n) a::before {
    background-image: url(../../refeicao-transportada/geral/quemsomos-3.png);
}

#masthead .menu_header .menu .menu-servicos .sub-menu li:nth-child(1n) a::before {
    background-image: url(../../refeicao-transportada/geral/servicos-1.png);
}

#masthead .menu_header .menu .menu-servicos .sub-menu li:nth-child(2n) a::before {
    background-image: url(../../refeicao-transportada/geral/servicos-2.png);
}

#masthead .menu_header .menu .menu-servicos .sub-menu li:nth-child(3n) a::before {
    background-image: url(../../refeicao-transportada/geral/servicos-3.png);
    height: 28px;
}

#masthead .menu_header .menu .menu-servicos .sub-menu li:nth-child(4n) a::before {
    background-image: url(../../refeicao-transportada/geral/servicos-4.png);
    width: 28px;
    margin-left: -5px;
}

#masthead .menu_header .menu .menu-servicos .sub-menu li:nth-child(5n) a::before {
    background-image: url(../../refeicao-transportada/geral/servicos-5.png);
}

#masthead .menu_header .menu .menu-servicos .sub-menu li:nth-child(6n) a::before {
    background-image: url(../../refeicao-transportada/geral/servicos-6.png);
}

#masthead .menu_header .menu .menu-servicos .sub-menu li:nth-child(7n) a::before {
    background-image: url(../../refeicao-transportada/geral/servicos-7.png);
}

#masthead .menu_header .menu .menu-segmentos .sub-menu li:nth-child(1n) a::before {
    background-image: url(../../refeicao-transportada/geral/segmentos-1.png);
}

#masthead .menu_header .menu .menu-segmentos .sub-menu li:nth-child(2n) a::before {
    background-image: url(../../refeicao-transportada/geral/segmentos-2.png);
}

#masthead .menu_header .menu .menu-segmentos .sub-menu li:nth-child(3n) a::before {
    background-image: url(../../refeicao-transportada/geral/segmentos-3.png);
}

#masthead .menu_header .menu .menu-segmentos .sub-menu li:nth-child(4n) a::before {
    background-image: url(../../refeicao-transportada/geral/segmentos-4.png);
}

#masthead .menu_header .menu .menu-contato .sub-menu li:nth-child(1n) a::before {
    background-image: url(../../refeicao-transportada/geral/contato-1.png);
}

#masthead .menu_header .menu .menu-contato .sub-menu li:nth-child(2n) a::before {
    background-image: url(../../refeicao-transportada/geral/contato-2.png);
    width: 25px;
    height: 29px;
}

#masthead .menu_header .menu .menu-contato .sub-menu li:nth-child(3n) a::before {
    background-image: url(../../refeicao-transportada/geral/contato-3.png);
}

#masthead .menu_header .menu .menu-contato .sub-menu li:nth-child(4n) a::before {
    background-image: url(../../refeicao-transportada/geral/contato-4.png);
}

#masthead .menu_header .menu .menu-contato .sub-menu li:nth-child(5n) a::before {
    background-image: url(../../refeicao-transportada/geral/contato-5.png);
}

#masthead .voltarmbl {
    display: none;
}

/*********** BREADCRUMBS *************/
#breadcrumbs {
    width: 100%;
    background-color: var(--laranja);
    padding: 10px 0 12px;
}

#breadcrumbs .container a,
#breadcrumbs .container {
    text-decoration: none;
    color: var(--branco);
    font-size: 14px;
    position: relative;
    font-weight: 500;
    line-height: 20px;
}


#breadcrumbs .container {
    display: flex !important;
    align-items: center !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    column-gap: 0px !important;
}

#breadcrumbs .container .separador {
    color: var(--verde);
    margin: 0 3px;
}

#breadcrumbs .container svg {
    position: absolute;
    top: 4px;
    left: 0;
}

#breadcrumbs .container .principal {
    margin-left: 15px;
}

/********** FOOTER ***********/
#footer .bottom.assinatura {
    background-color: #1E1E1E;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 18.5px 2.1%;
}

#footer .assinatura .copyright {
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--branco);
    z-index: 1;
    position: relative;
}

#footer .assinatura .exent {
    z-index: 1;
    position: relative;
}

#footer .assinatura .copyright a {
    text-decoration: underline;
    color: var(--branco);
}

#footer {
    background-color: var(--branco);
    position: relative;
    background-image: url(../../refeicao-transportada/geral/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

#footer::before {
    content: '';
    display: block;
    width: 8.75vw;
    height: 42.395vw;
    background-image: url(../../refeicao-transportada/geral/footer-detalhe.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 58px;
}

#footer::after {
    content: '';
    display: block;
    width: 44px;
    height: 42px;
    background-image: url(../../refeicao-transportada/geral/footer-m.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 38px;
    bottom: 97px;
}

#footer .top.container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 127px;
    -webkit-column-gap: 7%;
    -moz-column-gap: 7%;
    column-gap: 7%;
    position: relative;
    z-index: 1;
    padding-top: 246px;
    justify-content: space-between;
}

#footer .top.container .box .topico-principal {
    color: var(--laranja);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    margin-bottom: 20px;
}


#footer .top.container .box-1 {
    width: 21%;
}

#footer .top.container .box-1 .logo {
    width: 100%;
    display: block;
    margin-bottom: 27px;
}

#footer .top.container .box-1 .logo svg {
    width: 100%;
}

#footer .top.container .box-1 .item-footer {
    color: var(--preto);
    font-size: 12px;
    line-height: 24px;
}

#footer .top.container .box-1 .item-footer span b {
    color: var(--preto) !important;
}

#footer .top.container .box-1 .endereco-box {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 35px;
}

#footer .top.container .box-1 .box-redes p {
    font-size: 14px;
    font-weight: 700;
    color: var(--laranja);
    margin-bottom: 19px;
}

#footer .top.container .box-1 .box-redes .redes div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 9px;
    -moz-column-gap: 9px;
    column-gap: 9px;
}

#footer .top.container .box-1 .box-redes .icone {
    display: block;
    width: 23px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

#footer .top.container .box-1 .box-redes .icone:hover {
    filter: grayscale(0.1)hue-rotate(38deg);
    -webkit-filter: grayscale(0.1)hue-rotate(38deg);
}

#footer .top.container .box-1 .box-redes .icone.icone-facebook {
    background-image: url(../../refeicao-transportada/geral/facebook-footer.svg);
}

#footer .top.container .box-1 .box-redes .icone.icone-instagram {
    background-image: url(../../refeicao-transportada/geral/instagram-footer.svg);
}

#footer .top.container .box-1 .box-redes .icone.icone-youtube {
    background-image: url(../../refeicao-transportada/geral/youtube-footer.svg);
}

#footer .top.container .box-1 .box-redes .icone.icone-linkedin {
    background-image: url(../../refeicao-transportada/geral/linkedin-footer.svg);
}


#footer .top.container .box li a {
    color: var(--preto);
    font-size: 14px;
    position: relative;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

#footer .top.container .box li a:hover {
    color: var(--laranja);
}

#footer .top.container .box li {
    position: relative;
    margin-bottom: 12px;
}

#footer .top.container .box li a::before {
    content: '•';
    color: var(--preto);
    margin-right: 6px;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

#footer .top.container .box li:hover a::before {
    color: var(--laranja);
}

#footer .top.container .box-4 {
    width: 23%;
    padding-right: 2.5%;
}

#footer .top.container .box.box-4 .topico-principal {
    color: var(--preto);
}

#footer .top.container .box-4 form {
    display: flex;
    flex-direction: column;
}

#footer .top.container .box-4 form button {
    width: 100%;
    height: 55px;
    text-decoration: none;
    border: none;
    text-align: left;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: var(--branco);
    text-transform: uppercase;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
    transition: 0.3s all;
    cursor: pointer;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #00B14C, #004E21, #00B14C, #004E21);
    position: relative;
}

#footer .top.container .box-4 form button::before {
    content: '';
    display: block;
    width: 5.52vw;
    height: 2.55vw;
    background-image: url(../../refeicao-transportada/geral/folha-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    left: 0;
}

#footer .top.container .box-4 form button:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#footer .top.container .box-4 form .box-input {
    margin-bottom: 24px;
    margin-top: 15px;
    position: relative;
}

#footer .top.container .box-4 form .box-input label {
    position: absolute;
    top: 18px;
    left: 17px;
    font-size: 14px;
    font-weight: 600;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
    color: #000000b6;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#footer .top.container .box-4 form .box-input label.subir {
    font-size: 9px;
    background-color: var(--laranja);
    padding: 2.5px 4px 3px;
    color: var(--branco);
    left: 12px;
    top: -9px;
    z-index: 1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#footer .top.container .box-4 form .box-input input {
    width: 100%;
    background-color: transparent;
    height: 51px;
    border: 2px solid var(--laranja);
    border-radius: 10px;
    color: var(--preto);
    border-radius: 0px;
    font-size: 14px;
    padding-left: 17px;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

#footer .top.container .box-4 .numero {
    color: var(--branco);
    font-size: 46px;
    font-weight: 900;
    line-height: 60px;
    letter-spacing: 2.3px;
}

#footer .top.container .box-4 .numero span {
    font-size: 22px;
    font-weight: 300;
}

#footer .top.container .box-3 {
    width: 12%;
}

#footer .top.container .box-2 {
    width: 13%;
}

#footer .footer-menu-top {
    margin-bottom: 2vw;
}

/****** footer fixo *******/
#footer-fixo {
    position: fixed;
    z-index: 99;
    left: 0;
    top: 15.625vw;
    background-color: var(--preto);
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
}

#footer-fixo .link-fixo {
    height: 55px;
    width: 63px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

#footer-fixo svg {
    scale: 0.75;
}

#footer-fixo .link-fixo:hover {
    background-color: var(--verde);
}

#footer-fixo .tel-fix {
    background: var(--verde);
    color: var(--branco);
    position: absolute;
    top: 0;
    left: -130px;
    width: 130px;
    height: 55px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 19px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    display: flex;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}


#footer-fixo .link-fixo.telefone-fixo:hover .tel-fix {
    left: 63px;
}

#footer-fixo .tel-fix .block {
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 0.7px;
}

#footer-fixo .telefone-mbl {
    display: none;
}

/*********** formulario ***********/
#form {
    position: relative;
    margin-bottom: -3.38vw;
}

#form .container {
    z-index: 1;
    position: relative;
    background: linear-gradient(89.1deg, #00B14C -45.83%, #004E21 103.42%);
    color: var(--branco);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 3.6083vw 3.125vw;
    overflow: hidden;
}

#form .container::before {
    content: '';
    display: block;
    width: 46%;
    height: 100%;
    background-image: url(../../refeicao-transportada/geral/form-detalhe.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
}

#form .esq {
    width: 45%;
}

#form .dir {
    width: 46%;
}

#form .titulo {
    font-size: 5vw;
    font-weight: 700;
    line-height: 4.791vw;
    margin-bottom: 1.5vw;
    margin-top: 0.5vw;
}

#form .texto {
    font-size: 0.8333vw;
    font-weight: 400;
    line-height: 1.25vw;
}

#form .texto b {
    font-weight: 700;
}

#form .dir .box-input {
    margin-bottom: 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    align-items: center;
    display: flex;
    gap: 6px;
}

#form .dir .box-input.box-check {
    margin-top: 30px;
    margin-bottom: 15px;
}

#form .dir .box-input .label-form {
    color: var(--preto);
    position: absolute;
    top: 18px;
    left: 15px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

#form .dir .box-input input,
#form .dir .box-input select,
#form .dir .box-input textarea {
    width: 100%;
    background-color: var(--branco);
    height: 50px;
    border: 1px solid var(--laranja);
    color: #282828;
    border-radius: 0px;
    font-size: 14px;
    padding-left: 15px;
    -webkit-transition: .2s all ease-in-out;
    -o-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

#form .dir .box-input textarea {
    resize: none;
    height: 97px;
    padding-top: 12px;
}

#form .dir .box-input input.ativo,
#form .dir .box-input select.ativo,
#form .dir .box-input textarea.ativo {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border: 2px solid #d7d7d7;
}

#form .dir .box-input .label-form.subir {
    font-size: 9px;
    background-color: var(--laranja);
    padding: 2.5px 4px 3px;
    color: var(--branco);
    left: 12px;
    top: -9px;
    z-index: 1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#form .dir .enviar {
    border: none;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 17px 1%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    display: block;
    transition: .5s all;
    color: var(--branco);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    cursor: pointer;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #FFCD83, #F39200, #FFCD83, #F39200);
    border-radius: 82px;
    -webkit-border-radius: 82px;
    -moz-border-radius: 82px;
    -ms-border-radius: 82px;
    -o-border-radius: 82px;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
}

#form .dir .enviar::before {
    content: '';
    display: block;
    width: 5.52vw;
    height: 2.031vw;
    background-image: url(../../refeicao-transportada/geral/folha-branca-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    left: 0;
}

#form .dir .enviar:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

#form .dir #sobre-chk {
    accent-color: var(--laranja);
    border: none;
    cursor: pointer;
    line-height: 0;
    margin: 0;
    width: 12px;
    height: 12px;
}

#form .dir .autorizo {
    font-size: 14px;
    margin-left: 5px;
    text-align: left;
    flex: 1;
}

#form .dir .obrigatorio {
    font-size: 12px;
    margin-top: 15px;
    opacity: .9;
}

/*********** PAGINACAO GERAL *************/
.pagination a.previouspostslink::before {
    content: url(../../refeicao-transportada/geral/seta-direita.png);
    position: relative;
    transform: scaleX(-1);
    top: 2px;
    left: 1px;
    width: 10px;
    height: 22px;
    filter: brightness(0) saturate(100%) invert(81%) sepia(100%) saturate(0%) hue-rotate(167deg) brightness(117%) contrast(101%);
    -webkit-filter: brightness(0) saturate(100%) invert(81%) sepia(100%) saturate(0%) hue-rotate(167deg) brightness(117%) contrast(101%);
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
}

.pagination a.nextpostslink::before {
    content: url(../../refeicao-transportada/geral/seta-direita.png);
    position: relative;
    top: 2px;
    left: 1px;
    width: 10px;
    height: 22px;
    filter: brightness(0) saturate(100%) invert(81%) sepia(100%) saturate(0%) hue-rotate(167deg) brightness(117%) contrast(101%);
}

.pagination .wp-pagenavi {
    display: flex;
    column-gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 10px;
    justify-content: center;
}

.pagination .pages,
.pagination .last,
.pagination .first {
    background-color: var(--verde);
    color: var(--branco);
    padding: 12px 30px;
    font-weight: 400;
    border-radius: 59px;
    text-decoration: none;
    border: none;
    font-weight: 600;
    border: 1px solid var(--verde);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}


.pagination a.page,
.pagination .extend,
.pagination .current,
.pagination a.nextpostslink,
.pagination .current,
.pagination a.previouspostslink {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-color: var(--verde);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    margin-bottom: 0;
    color: var(--branco);
    font-size: 18px;
    border: 1px solid var(--verde);
}

.pagination a.nextpostslink,
.pagination a.previouspostslink {
    color: transparent !important;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: var(--laranja) !important;
    background: var(--laranja);
}

.pagination .current {
    background: var(--laranja);
    color: #fff;
    border-color: var(--laranja) !important;
}


/* BUTAO VERDE PADRAO*/
.btn-verde {
    font-size: 0.8333vw;
    font-weight: 500;
    line-height: 1.1458vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: block;
    color: var(--branco) !important;
    position: relative;
    cursor: pointer;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    padding: 19px 37px;
    background-size: 300% 100%;
    background-image: linear-gradient(to right, #00B14C, #004E21, #00B14C, #004E21);
}

.btn-verde:hover {
    background-position: 100% 0;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-verde::before {
    content: '';
    display: block;
    width: 5.52vw;
    height: 2.55vw;
    background-image: url(../../refeicao-transportada/geral/folha-btn.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0px;
    left: 0;
}

@media screen and (max-width: 1680px) {

    #masthead .container-header .esq .logo svg {
        width: 14.468vw;
    }

    #masthead .container-header .btn-header {
        padding: 1.25vw 2.1vw;
        font-size: 14px;
        line-height: 18px;
    }

    #masthead .menu_header .menu li a {
        font-size: 14px;
        line-height: 18px;
    }

    #masthead .container-header .pesquisar,
    #masthead.header-fixo .container-header .pesquisar {
        padding: 1.0814vw 0.781vw;
        width: 3.4vw;
    }

    #masthead .menu_header .menu li a::before {
        bottom: -2.35vw;
    }

    #masthead .container-header .enviar_btn {
        height: 3.8vw;
        right: 0;
        top: 0;
        width: 3.5vw;
    }

    #masthead .container-header .pesquisar.ativo {
        width: 17.3125vw;
    }

    #masthead.header-fixo .container-header .esq .logo svg {
        width: 8.468vw;
    }

    #masthead .menu_header .menu .menu-quemsomos .sub-menu {
        width: 13.5vw;
    }

    #masthead .menu_header .menu .menu-segmentos .sub-menu {
        width: 24.2604vw;
    }

    #masthead .menu_header .menu .sub-menu li a {
        padding: 13px 9px;
    }

    #masthead .menu_header .menu .menu-contato .sub-menu {
        width: 16.406vw;
    }

    #masthead .menu_header .menu .menu-contato .sub-menu li:nth-child(even),
    #masthead .menu_header .menu .menu-contato .sub-menu li:nth-child(odd) {
        width: 100%;
    }
}

@media screen and (max-width: 1440px) {
    #masthead .menu_header .menu .menu-contato .sub-menu {
        width: 17.406vw;
    }

    #footer .top.container {
        -webkit-column-gap: 5%;
        -moz-column-gap: 5%;
        column-gap: 5%;
    }

    .btn-verde,
    #form .texto {
        font-size: 14px;
        line-height: 22px;
    }

    #footer::before {
        width: 4.75vw;
        height: 23.395vw;
    }

    #form .dir .enviar::before,
    #footer .top.container .box-4 form button::before {
        bottom: 2px;
        left: 2px;
    }

    #footer .top.container .box-2 {
        width: 16%;
    }

    #footer .top.container .box-3 {
        width: 14%;
    }

    #masthead .btn-login svg {
        height: 52px;
    }
}

@media screen and (max-width: 1366px) {
    #masthead .menu_header .menu {
        gap: 2vw;
    }

    #masthead .container-header .dir {
        gap: 0.85vw;
    }

    #masthead .container-header .pesquisar,
    #masthead.header-fixo .container-header .pesquisar {
        padding: 1.114vw 0.91vw;
        width: 3.6vw;
    }

    #footer-fixo .link-fixo {
        width: 55px;
    }

    #form .container::before {
        width: 48%;
    }

    #masthead .container-header {
        padding: 16px 0;
    }

    #masthead .menu_header .menu .sub-menu {
        top: 66px;
    }

    #masthead .menu_header .menu .menu-contato .sub-menu {
        width: 18.406vw;
    }

}

@media screen and (max-width: 1280px) {
    #footer .top.container {
        -webkit-column-gap: 2.8%;
        -moz-column-gap: 2.8%;
        column-gap: 2.8%;
        padding-top: 200px;
    }

    #footer .top.container .box-2 {
        width: 18%;
    }

    #footer .top.container .box-3 {
        width: 17%;
    }

    .btn-verde {
        padding: 15px 25px;
    }

    #masthead .container-header .pesquisar.ativo {
        width: 18.3125vw;
        font-size: 12px;
    }

    #masthead .menu_header .menu .sub-menu li a {
        padding: 13px 7px;
        font-size: 13px;
    }

    #masthead .menu_header .menu .sub-menu li a::before {
        scale: 0.9;
    }

    #masthead .btn-login svg {
        height: 46px;
    }
}

@media screen and (max-width: 1200px) {

    #masthead .container-header .btn-header,
    #masthead .menu_header .menu li a {
        font-size: 12.5px;
        line-height: 16px;
    }

    #masthead .menu_header .menu li.tem-sub::after {
        width: 10px;
        height: 5px;
    }

    #footer-fixo .link-fixo {
        width: 47px;
    }

    #footer-fixo svg {
        scale: 0.65;
    }

    #masthead .menu_header .menu .sub-menu li a {
        padding: 13px 1px;
        font-size: 12px;
        gap: 5px;
    }

    #masthead .menu_header .menu .sub-menu li a::before {
        scale: 0.8;
    }

    #masthead .menu_header .menu .menu-segmentos .sub-menu {
        width: 25.2604vw;
    }

    #masthead .menu_header .menu .menu-quemsomos .sub-menu {
        width: 15.5vw;
    }
}

/************ MOBILE *************/
@media screen and (max-width: 1024px) {
    .overflow-hidden {
        overflow: hidden;
    }

    #masthead .container-header .dir .search-header,
    #masthead .container-header .dir .btn-header,
    #masthead .menu_header {
        display: none;
    }

    #masthead .container-header .esq .logo svg {
        width: 190px;
    }

    #masthead .container-header {
        padding: 20px 0;
    }

    #masthead .menu_mobile {
        display: block;
    }

    .overflow-hidden #masthead .redes {
        display: none;
    }

    #masthead .btn-nav {
        background-color: transparent;
        border: none;
        cursor: pointer;
        padding: 9px 12px;
        z-index: 999;
    }

    #masthead .icon-bar {
        background-color: #fff;
        border-radius: 20px;
        display: block;
        height: 2px;
        margin: 6px 0;
        width: 32px;
    }

    #masthead .middle {
        margin: 0 auto;
    }

    #masthead .icon-bar {
        -o-transition: all .5s ease;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        z-index: 999999;
    }

    #masthead .animated_menu .icon-bar {
        background-color: var(--laranja);
        border-radius: 20px;
        z-index: 999999;
    }

    #masthead .animated_menu .top {
        -ms-transform: translateY(7px) rotateZ(45deg);
        -webkit-transform: translateY(7px) rotateZ(45deg);
        transform: translateY(7px) rotateZ(45deg);
    }

    #masthead .animated_menu .bottom {
        -ms-transform: translateY(-9px) rotateZ(-45deg);
        -webkit-transform: translateY(-9px) rotateZ(-45deg);
        transform: translateY(-9px) rotateZ(-45deg);
    }

    #masthead .animated_menu .middle {
        width: 0;
    }

    #masthead .container-header {
        z-index: 99;
        position: relative;
    }

    #menu-mobile {
        display: none;
        width: 100%;
        margin-left: 0%;
        height: 100vh;
        position: fixed;
        top: -100vh;
        left: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 9;
        background-color: var(--branco);
        padding-top: 100px;
    }

    @keyframes showNav {
        from {
            top: -100vh;
        }

        to {
            top: 0;
        }
    }

    @-webkit-keyframes showNav {
        from {
            top: -100vh;
        }

        to {
            top: 0;
        }
    }

    #masthead .showNav {
        -webkit-animation: showNav .5s ease forwards;
        animation: showNav .5s ease forwards;
        display: flex;
    }

    @keyframes hideNav {
        from {
            top: 0;
        }

        to {
            top: -100vh;
        }
    }

    @-webkit-keyframes hideNav {
        from {
            top: 0;
        }

        to {
            top: -100vh;
        }
    }

    #masthead .hideNav {
        -webkit-animation: hideNav .8s ease forwards;
        animation: hideNav .8s ease forwards;
    }

    #masthead .hideNav.hidden {
        animation: none;
        -webkit-animation: none;
    }

    #masthead.header-fixo .container-header .esq .logo svg {
        width: 120px;
    }

    #menu-mobile .container-dropdown nav a,
    #menu-mobile .container-dropdown .btn-orcamento {
        color: var(--preto);
        display: block;
        font-size: 16px;
        font-weight: 600;
        border: 1px solid #EEEEEE;
        background-color: #EEEEEE;
        position: relative;
        border-radius: 30px;
        margin-bottom: 15px;
        -webkit-transition: .2s all ease-in-out;
        -o-transition: .2s all ease-in-out;
        transition: .2s all ease-in-out;
        padding: 20px 30px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -ms-border-radius: 30px;
        -o-border-radius: 30px;
    }

    #menu-mobile .tem-sub a::before {
        content: url(../../refeicao-transportada/geral/seta-direita.png);
        position: absolute;
        right: 30px;
        top: 21px;
    }

    #menu-mobile .tem-sub .sub-menu a::before {
        content: none;
    }

    #menu-mobile .container-dropdown nav a::after,
    #menu-mobile .container-dropdown .btn-orcamento::after {
        content: '';
        display: block;
        width: 106px;
        height: 49px;
        opacity: 0.8;
        background-image: url(../../refeicao-transportada/geral/folha-btn.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        bottom: 0px;
        left: 0;
    }

    #menu-mobile .container-dropdown .btn-orcamento {
        color: var(--branco);
        background-color: var(--verde);
        border: 1px solid var(--verde);
        opacity: 1;
        text-align: center;
    }

    #menu-mobile .search-header {
        position: relative;
        width: 100%;
        margin-top: 50px;
    }

    #menu-mobile .pesquisar {
        font-family: "Montserrat", sans-serif;
        background: var(--branco);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        border: 1px solid #EEE;
        border-radius: 100px;
        color: var(--preto) !important;
        font-size: 16px;
        font-weight: 600;
        padding: 20px 30px;
        width: 100%;
        transition: .3s ease-in-out;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
        text-align: center;
        margin-bottom: 15px;
    }

    #menu-mobile .pesquisar::-webkit-input-placeholder {
        color: #000 !important;
    }

    #menu-mobile .pesquisar::-moz-placeholder {
        color: #000 !important;
    }

    #menu-mobile .pesquisar:-ms-input-placeholder {
        color: #000 !important;
    }

    #menu-mobile .pesquisar::-ms-input-placeholder {
        color: #000 !important;
    }

    #menu-mobile .pesquisar::placeholder {
        color: #000 !important;
    }

    #menu-mobile .enviar_btn {
        background: transparent;
        border: none;
        color: var(--cor-branco);
        cursor: pointer;
        height: 50px;
        margin: 0;
        opacity: 0.7;
        padding: 0;
        position: absolute;
        left: 30px;
        top: 9px;
        width: 40px;
        z-index: 1;
        filter: brightness(0);
    }

    #menu-mobile .container {
        padding: 35px 0 0;
        border-top: 1px solid var(--laranja);
        position: relative;
    }

    #menu-mobile .redes-mobile div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
        justify-content: center;
        margin-top: 40px;
    }

    #menu-mobile .redes-mobile .icone {
        display: block;
        width: 35px;
        height: 35px;
        background-size: contain;
        background-repeat: no-repeat;
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
        transition: .3s ease-in-out;
        -webkit-transition: .3s ease-in-out;
        -moz-transition: .3s ease-in-out;
        -ms-transition: .3s ease-in-out;
        -o-transition: .3s ease-in-out;
    }

    #menu-mobile .redes-mobile .icone:hover {
        filter: grayscale(0.1)hue-rotate(38deg);
        -webkit-filter: grayscale(0.1)hue-rotate(38deg);
    }

    #menu-mobile .redes-mobile .icone.icone-facebook {
        background-image: url(../../refeicao-transportada/geral/facebook-footer.svg);
    }

    #menu-mobile .redes-mobile .icone.icone-instagram {
        background-image: url(../../refeicao-transportada/geral/instagram-footer.svg);
    }

    #menu-mobile .redes-mobile .icone.icone-youtube {
        background-image: url(../../refeicao-transportada/geral/youtube-footer.svg);
    }

    #menu-mobile .redes-mobile .icone.icone-linkedin {
        background-image: url(../../refeicao-transportada/geral/linkedin-footer.svg);
    }

    /*SUBMENUS HEADER*/
    #menu-mobile .container .sub-menu {
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        margin: 0;
        background: #fff;
        z-index: 2;
        height: 100%;
        padding: 35px 0 0;
    }

    #menu-mobile .container .sub-menu.sub-menu-ativo {
        display: block;
    }

    #masthead .logo.logo-dstv {
        display: none;
    }

    #masthead .logo {
        display: block;
    }

    #masthead .voltarmbl {
        height: 63px;
        display: none;
        font-size: 16px;
        font-weight: 400;
        line-height: 22px;
        text-transform: uppercase;
        margin-left: 10px;
        align-items: center;
        gap: 10px;
    }

    #masthead .voltarmbl.voltar-dstv {
        display: flex;
    }

    #footer .top.container {
        flex-direction: column;
        align-items: flex-start;
        gap: 45px;
        padding: 100px 35px 60px;
    }

    #footer .top.container .box-3 {
        width: 283px;
    }

    #footer .bottom.assinatura {
        flex-direction: column;
        row-gap: 20px;
        padding: 40px 5% 40px;
    }

    #footer .assinatura .copyright {
        line-height: 16px;
        text-align: center;
    }

    #footer .top.container .box-1,
    #footer .top.container .box-2,
    #footer .top.container .box-3,
    #footer .top.container .box-4 {
        width: 100%;
    }

    #footer .top.container .box-1 .logo svg {
        width: 293px;
    }

    #footer .top.container .box-1 .endereco-box,
    #footer .top.container .box-1 .box-redes .redes div {
        align-items: flex-start;
    }

    #footer .top.container .box-1 .endereco-box {
        flex-direction: column;
    }

    #footer .top.container .box-1 {
        order: 1;
    }

    #footer .top.container .box-4 {
        order: 2;
        max-width: 283px;
    }

    #footer .top.container .box-2 {
        order: 3;
    }

    #footer .top.container .box-3 {
        order: 4;
    }

    #footer .footer-menu-top {
        margin-bottom: 60px;
    }

    #footer .top.container .box-4 .numero {
        font-size: 35px;
        line-height: 50px;
    }

    #footer::before {
        bottom: auto;
        top: 0;
    }

    #footer .top.container .box li,
    #footer .top.container .box .topico-principal {
        margin-bottom: 30px;
    }

    #footer::before {
        width: 172px;
        height: 861px;
        right: 0;
        left: auto;
        transform: scaleX(-1);
        top: auto;
        bottom: 300px;
    }

    #footer::after {
        bottom: 174px;
    }

    #footer-fixo {
        width: 100%;
        bottom: 0;
        top: auto;
        display: flex;
        justify-content: space-between;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
    }

    #footer-fixo .link-fixo {
        width: 25%;
        height: 55px;
    }

    #footer-fixo svg {
        scale: 1;
    }

    #footer-fixo .link-fixo.telefone-fixo {
        display: none;
    }

    #footer-fixo .telefone-mbl {
        display: flex;
    }

    .btn-verde,
    #form .texto {
        font-size: 16px;
        line-height: 24px;
    }

    #form::after {
        width: 53vw;
        height: 69vw;
    }

    #form {
        padding-top: 80px;
    }

    #form .container {
        flex-direction: column;
        gap: 50px;
        padding: 60px 33px;
    }

    #form .titulo {
        font-size: 69px;
        line-height: 89px;
        margin-bottom: 0px;
    }

    #form .esq,
    #form .dir {
        width: 100%;
    }

    #form .dir .enviar {
        font-size: 16px;
    }

    .btn-verde::before,
    #footer .top.container .box-4 form button::before {
        width: 101px;
        height: 42px;
    }

    #form .container::before {
        width: 96%;
        height: 50%;
        bottom: 13%;
    }

    #form .dir .enviar::before {
        width: 101px;
        height: 34px;
    }

    #breadcrumbs .container {
        flex-direction: row !important;
        row-gap: 0px !important;
    }

    #masthead .btn-login,
    #masthead .btn-login svg {
        height: 40px;
        width: 40px;
    }

    #masthead .container-header .dir {
        align-items: center;
    }
}

@media screen and (max-width: 600px) {
    #footer .top.container .box-4 .numero {
        font-size: 28px;
        line-height: 42px;
    }

    #form .titulo {
        font-size: 16vw;
        line-height: 20vw;
    }

    #footer .top.container {
        padding: 100px 0px 60px;
    }

    #footer .top.container .box-1 .logo svg {
        width: 66.59vw;
    }

    #footer::before {
        width: 151px;
        height: 750px;
    }

}

@media screen and (max-width: 430px) {

    .btn-verde,
    #form .texto {
        font-size: 14px;
    }

}

@media screen and (max-width: 380px) {

    #menu-mobile .container-dropdown .btn-orcamento,
    #menu-mobile .container-dropdown nav a {
        font-size: 14px;
    }

    #menu-mobile .enviar_btn {
        left: 4px;
    }

    #footer-fixo svg {
        scale: 0.85;
    }

    #form .titulo {
        font-size: 54px;
        line-height: 64px;
    }

    #form .container {
        padding: 60px 28px;
    }

    #footer::before {
        width: 139px;
        height: 687px;
    }

    #form .container {
        padding: 60px 20px;
    }

}

/*** Whatsapp ***/
.container-whatsapp .box-whatsapp {
    position: fixed;
    bottom: 60px;
    right: 20px;
    padding: 14px 19px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 100%;
}

.box-whatsapp svg {
    color: #fff;
    font-size: 52px;
}

.container-whatsapp .box-whatsapp .texto {
    display: none;
}

#whatsapp {
    width: 360px;
    max-width: 360px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999999;
}

#whatsapp #open_whatsapp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

#close_whatsapp {
    position: absolute;
    left: -13px;
    z-index: 99999;
    color: #fff;
    top: -13px;
    cursor: pointer;
    display: none;
    border: 1px solid var(--verde);
    border-radius: 15px;
    text-align: center;
    width: 26px;
    height: 26px;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--verde);
    ;
}

.header-whatsapp {
    background: #33d951;
    color: #fff;
    padding: 15px 10px 15px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.header-whatsapp:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
}

.header-whatsapp p {
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 16px;
    color: #fff !important;
    cursor: pointer;
}

#open_whatsapp svg {
    margin: 0 0 0 10px;
    font-size: 22px;
}

.formulario-whatsapp {
    padding: 0;
    background-color: #fbfbfb;
    color: #fff;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.formulario-whatsapp form {
    padding: 10px 0;
}

.formulario-whatsapp input,
.formulario-whatsapp select {
    width: 90%;
    padding: 12px;
    text-align: left;
    font-size: 16px;
    color: #333333 !important;
    text-decoration: none;
    position: relative;
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    border: none;
    border-radius: 0px;
    border-bottom: 1px solid #d0d0d0;
    background: transparent;
}

.formulario-whatsapp input:focus {
    outline: none;
}

.formulario-whatsapp .form-bt {
    width: 95%;
    text-align: center;
    color: #fff !important;
    border: none;
    text-decoration: none;
    background: #33d951;
    cursor: pointer;
    padding: 13px;
    line-height: 16px;
    font-size: 18px;
    border-radius: 25px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 20px auto 0px;
    display: block;
    font-weight: 500;
}

.formulario-whatsapp .form-bt:hover {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    -webkit-filter: brightness(1.05);
    filter: brightness(1.05);
    color: #ffffff;
}

.formulario-whatsapp .error::-webkit-input-placeholder {
    color: #FF0025;
}

.formulario-whatsapp .error {
    border: 0 !important;
    border-bottom: 1px solid red !important;
    color: red;
}

.formulario-whatsapp .phone_hp {
    display: none !important;
}

#whatsapp .status-form {
    text-align: center;
    font-size: 14px;
    margin: 20px 0 12px;
    padding: 0 5%;
    line-height: 20px;
    color: red;
}

#status_whatsapp.input-ok {
    color: green;
}

.input-ok {
    color: green !important;
}

#resposta-modal-whatsapp {
    position: fixed;
    top: 0;
    left: 0;
    background: #00000063;
    width: 100%;
    height: 100%;
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    line-height: normal;
    font-family: inherit;
}

#resposta-modal-whatsapp .content {
    max-width: 90%;
    background: #fff;
    position: relative;
    width: 466px;

}

#resposta-modal-whatsapp .content .topo {
    height: 50px;
    background-color: #4acd36;
    display: flex;
    align-items: center;
    color: #fff;
}

#resposta-modal-whatsapp .content .topo>div {
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 41px;
    height: 100%;
    background-color: #34ac22;
    padding: 5px 0 0 0;
}

#resposta-modal-whatsapp .content .topo .texto {
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    padding: 0 2%;
}

#resposta-modal-whatsapp .content .bottom {
    padding: 15px 28px;
}

#resposta-modal-whatsapp .content .bottom .texto {
    text-align: center;
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 3px;
}

#resposta-modal-whatsapp .content .bottom .sub {
    font-size: 12px;
    color: #868686;
    text-align: center;
    margin-bottom: 10px;

}

#resposta-modal-whatsapp .content .bottom .btn-wpp {
    height: 45px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4acd36;
    margin-bottom: 5px;
    text-decoration: none;
    transition: 0.2s all ease-in-out;
}

#resposta-modal-whatsapp .content .bottom .btn-wpp svg {
    color: #fff;
    margin: 0 0 0 8px;
    font-size: 25px;
}

#resposta-modal-whatsapp .content .bottom .btn-wpp:hover {
    filter: brightness(1.1);
    transition: 0.2s all ease-in-out;

}

#resposta-modal-whatsapp .content .bottom .btn-wpp img {
    max-width: 100%;
    max-height: 100%;
    width: 25px;
    height: auto;
    margin-right: 15px;
}

#resposta-modal-whatsapp .content .bottom .btn-wpp .texto {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

#resposta-modal-whatsapp .content .bottom .continuar {
    font-size: 16px;
    color: #000;
    text-decoration: underline;
    line-height: 32px;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    display: block;
    cursor: pointer;
}

#resposta-modal-whatsapp .content .fechar-modal {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    display: flex;
    width: 30px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 13px;
    height: 29px;
    position: absolute;
    top: -13px;
    right: -13px;
    padding: 0 0 0 2px;
    cursor: pointer;
    border-radius: 48px;
}

.modal-aberto {
    display: flex !important;
}

@media only screen and (max-width: 1024px) {
    #whatsapp {
        width: 100%;
        max-width: 100%;
        right: 0;
    }

    .formulario-whatsapp form {
        padding: 10px 0;
        background-color: #fff;
        z-index: 10;
        position: relative;
        width: 90%;
        margin: 0 auto;
    }

    #whatsapp.modalOpen {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background-color: initial;
    }

    #whatsapp.modalOpen .formulario-whatsapp {
        height: auto;
        z-index: 10;
        width: 90%;
        margin: 0 auto;
    }

    #whatsapp.modalOpen .header-whatsapp {
        position: relative;
        z-index: 10;
        width: 90%;
        margin: 0 auto;
    }

    #whatsapp.modalOpen #close_whatsapp {
        right: 0;
        top: -35px;
        left: initial;
    }

    #whatsapp.modalOpen .bgformulario {
        position: fixed;
        width: 100%;
        max-width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        bottom: 0;
        right: 0;
        z-index: 9;
    }
}

@media only screen and (max-width: 550px) {
    #resposta-modal-whatsapp .content .bottom .btn-wpp .texto {
        font-size: 15px;
    }

    #resposta-modal-whatsapp .content .bottom .continuar {
        font-size: 14px;
    }

    #resposta-modal-whatsapp .content .topo>div {
        font-size: 30px;
    }

    #resposta-modal-whatsapp .content .topo .texto {
        font-size: 15px;
    }

    .container-whatsapp .box-whatsapp {
        bottom: 10px;
        right: 20px;
    }

    .box-whatsapp svg {
        width: 48px;
    }
}

@media only screen and (max-width: 360px) {
    #resposta-modal-whatsapp .content .bottom .btn-wpp {
        height: auto;
        padding: 8px 5%;
    }

    #resposta-modal-whatsapp .content .fechar-modal {
        top: -22px;
    }
}