*{
    box-sizing: border-box;
}
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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,
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;
}
ol, ul {margin-left: 18px;}
body {
    word-wrap: break-word;
    word-break: normal;
    overflow-x: hidden;
}
em { 
    margin: 0; 
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
strong, b {
    font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
html,iframe, body {
    width: 100%;
    height: 100%;
}
a:visited, a:link {
    color: black;
    text-decoration: none !important;
}
a:hover {
    text-decoration: none !important;
    color: black;
}
.sucesso {
    border: solid 1px #005937;
    color: #005937;
    background: #b9d6cb;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.erro {
    border: solid 1px #b73541;
    color: #b73541;
    background: #ffbfc5;
    border-radius: 5px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.full {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.pdg-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.pdg-tp-60{
	padding-top: 60px;
}
.mrg-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.mrg-bt-30{
	margin-bottom: 30px;
}
.mrg-bt-60{
	margin-bottom: 60px;
}

.pst-center{
	position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.height-full{height: 100%;}
.section{white-space: pre;}
.pos-rel{position: relative;}
.pos-abs{position: absolute;}
.pos-fix{position: fixed;}
.overflow-hidden{overflow: hidden;}
.display-none{display: none !important;}
.display-align {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cursor-pointer{cursor: pointer;}
.outline-none{outline: none !important;}
.border-none{border: none !important;}
.background-full {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all 1s;
}

.slick-initialized {
    visibility: visible;
}
.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.slick-initialized .slick-slide {
    outline: none;
}

/* GERAL */
.branco {color: #fff !important;}
.preto {color: #000 !important;}
.verde {color: #99ba00 !important;}
.vermelho {color: #f9593a !important;}

.bg-branco {background-color: #fff;}
.bg-amarelo {background-color: #ffff00;}
.bg-cinza {background-color: #f3f1f3;}

.font-0 {font-size: 0;}

.overlay {
    display: none;
    position: fixed;
    width: 100%; 
    height: 100%;
    left: 100%;
    background: rgba(14, 14, 14, 0.7);
    overflow: hidden; 
    z-index: 1050;
}

.modal {
    top: -30px !important;
}
.modal-dialog {
    margin-top: 0;
}
.modal-content {
    float: left;
    width: 100%;
    top: 90px;
}
.modal-body {
    float: left;
    width: 100%;
    text-align: justify;
}

.insta-ref {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

/* ARROWS DO SLICK */
.slick-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background-color: transparent;
    border-radius: 50%;
    font-size: 0;
}
.slick-arrow img {
    height: 15px;
    width: auto;
}
.slick-prev {
    left: 0px;
    -moz-transform: scaleX(-1) translateY(-50%);
    -o-transform: scaleX(-1) translateY(-50%);
    -webkit-transform: scaleX(-1) translateY(-50%);
    transform: scaleX(-1) translateY(-50%);
}
.slick-next {
    right: 0px;
}
.slick-disabled {
    opacity: 0.2;
    cursor: default;
}

.fundo-opacidade {
    position: fixed;
    z-index: 47;
    height: 110%;
    width: 100%;
    background: rgba(0,0,0,0.9);
    top: 0;
    left: -100%;
    transition: all 0.3s;
}

.conteudo-site {
    max-width: 100%;
    transition: all ease-in-out 0.2s;
}

.texto-orcamento{
	color: #7E7E7E;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
}

body::-webkit-scrollbar{width: 7px;}
body::-webkit-scrollbar-track{background: #f1f1f1;}
body::-webkit-scrollbar-thumb{background: #F58724;}

body {
    /*scrollbar-width: 5px;*/
    /*scrollbar-color: rebeccapurple green;*/
    /*background-color: #000;*/
    
    /*-ms-scrollbar-base-color: black;*/
}
body {
    /* Only IE */
    scrollbar-face-color: green; scrollbar-shadow-color: red; scrollbar-highlight-color: red;
    /* Only FireFox */
    scrollbar-color: green red;
    /* View Scrollbar */
    overflow-y: scroll;overflow-x: hidden;
    
    -moz-appearance: none !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
        
    scrollbar-track-color: black;
    
    font-family: 'Montserrat', sans-serif;
}


/* HEADER PADRAO */
.header-padrao {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color: #F58724;
    margin-bottom: 30px;
}
/* PAGINACAO */
.paginacao {
    padding-top: 50px;
    padding-bottom: 50px;
}
.paginacao ul {
    margin: 0;
}
.paginacao li {
    display: inline-block;
    vertical-align: middle;
}
.paginacao .paginacao-busca {
    font-size: 17px;
    color: #000;
    padding: 3px 8px;
    background-color: #fff;
    transition: all 0.5s;
}
.paginacao .borda-selecionada,
.paginacao .paginacao-busca:hover {
    background-color: #ffff00;
    color: #8e8a93;
}

.efeito-hover {
    transition: all 0.3s;
}
.efeito-hover:hover {
    transform: translate(-3px, -3px);
    -webkit-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 3px 2px rgba(0,0,0,0.3);
}
.efeito-hover:active {
    transform: scale(0.98)!important;
    -webkit-transform: scale(0.98)!important
}

/* SWAL */
.swal2-popup {
    font-family: "LondrinaSolid-Light" !important;
}

#conteudo-site {
    transition: 0.5s filter linear;
}
#conteudo-site.blur-3 {
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.espaco-top {
    height: 88px;
    width: 100%;
}

#poke {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    display: none;
}

@media (max-width: 991px) {
    .espaco-top {
        height: 60px;
    }
}
@media (max-width: 767px) {
    .header-padrao {
		font-size: 22px;
	}

	
}

.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
    background: #FAFAFA;
    color: #F58724;
}

/* --------------------------------- HEADER --------------------------------- */
.container-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    border-bottom: solid 1px transparent;
    transition: all 0.5s;
}
.container-header .menu-linha {
    background-color: #424242;
    transition: all 0.3s;
}
.navbar {
    width: 100%;
}
.navbar .nav-menu {
    height: 73px;
    position: relative;
    transition: all 0.5s;
}
.nav-brand {
    position: relative;
}
.nav-brand a {
    padding-top: 0;
    padding-bottom: 0;
}
.nav-brand img {
    height: 60px;
    position: relative;
    transition: all 0.5s;
    margin-top: 3px;
}
#btn-menu-none {
    position: absolute;
    right: 0px;
    width: 37px;
    height: 29px;
    z-index: 1;
    background: transparent;
    border: transparent;
    outline: none;
    display: none;
}
#btn-menu-none.mostrar {
    display: block;
}
.navbar-toggler {
    border-color: #1882a6;
    outline: none;
    padding: 2px 8px;
}
.navbar-toggler.collapsed .icon-top {
    transform: rotate(0);
}
.navbar-toggler.collapsed .icon-mid {
    opacity: 1;
}
.navbar-toggler.collapsed .icon-bot {
    transform: rotate(0);
}
.navbar-toggler:focus {
    outline: none;
}
.icon-bar {
    width: 19px;
    height: 1px;
    background-color: #178fb6;
    margin: 5px 0;
    transition: all 0.5s;
}
.navbar-toggler .icon-top {
    transform: rotate(-45deg) translate(-5px, 5px);
}
.navbar-toggler .icon-mid {
    opacity: 0;
}
.navbar-toggler .icon-bot {
    transform: rotate(45deg) translate(-3px, -4px);
}

.container-header .nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.menu-item {
    padding: 0 10px;
    position: relative;
}
.menu-item:last-child {
    padding-right: 0;
}
.menu-item .ativo .menu-item-link, .menu-item .menu-item-link:hover {
    color: #F58724 !important;
}
.menu-item-link {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    font-family: "Montserrat",sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.5s;
    text-transform: capitalize;
}

.div-rede-header img{
	transition: all .3s;
}
.div-rede-header img:hover{
	transform: scale(1.2);
}
.img-rede-footer {
    width: 38px;
    margin-right: 10px;
    border-radius: 50%;
}

.container-header.fixo {
    top: 0;
}
/*.container-header.fixo .menu-linha {
    background: #fff;
}*/

.container-header.fixo .nav-brand img {
    height: 30px;
}
.container-header.fixo .navbar .nav-menu {
    position: relative;
    /*top: 50%;
    transform: translateY(-60%);*/
}
/*.container-header.fixo .menu-item-link {
    color: #7E7E7E;
}*/
.container-header.fixo .nav-brand img {
    height: 45px;
    position: relative;
    transition: all 0.5s;
    margin-top: 10px;
}

.btn-loja {
    background-color: #635E8E;
    padding: 10px 40px;
    border-radius: 35px;
    color: #fff !important;
    margin-left: 12px;
}
.btn-loja:hover {
    background-color: #635E8E;
}

.img-rede-header {
    width: 32px;
    margin-left: 10px;
    border-radius: 50%;
}
@media (min-width: 992px) AND (max-width: 1399px) {
    
}
@media (min-width: 992px) AND (max-width: 1199px) {
/*    .navbar .nav-menu {
        height: 58px;
    }*/
}
@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 991px) {
	.rsOverflow {
		width: 100%;
		height: 100% !important;
	}
	.royalSlider {
		height: 750px !important;
	}
    .fundo-opacidade {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.8);
        transform: translateY(-100%);
        transition: all 0.3s;
    }
    .fundo-opacidade.shown {
        transform: translateY(0);
    }
    div#navbarSupportedContent {
        position: absolute;
        left: 0;
        top: 91px;
        width: 100%;
        overflow-y: auto;
        max-height: calc(100vh - 95px);
    }
    .container-header {
        top: 0;
    }
    .container-header .menu-linha{
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    }
    .navbar .nav-menu {
		height: 85px;
	}
    .nav-brand img {
        height: 54px;
    }
    .navbar-nav {
        margin: 0;
        padding-top: 11px;
    }
    .menu-item {
        padding: 0;
    }
    .menu-item li {
        position: relative;
    }
    .menu-item a {
        font-size: 18px;
    }
    .menu-item .ativo .menu-item-link,
    .menu-item .menu-item-link:hover {
        color: #ffc23c;
    }
    .nav-menu .menu-item-link {
        padding: 18px 15px;
        width: 100%;
        color: #fff;
    }
    .menu-item::after {
        display: none;
    }
    
    .container-header.fixo div#navbarSupportedContent {
        top: 53px;
    }
}
@media (max-width: 575px) {
    
}


/* ---------------------------------- HOME ---------------------------------- */
.rsMinW .rsBullets {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    line-height: normal;
}
.rsMinW .rsBullet {
    margin: 0 10px;
}
.rsNavItem.rsBullet {
    font-size: 17px;
    color: #fff;
    cursor: pointer;
}
.rsNavItem.rsBullet span {
    background-color: #ffba00;
    width: 10px;
    height: 10px;
}
.rsNavItem.rsBullet.rsNavSelected {
    color: #d80000;
    text-decoration: underline;
}
.rsNavItem.rsBullet.rsNavSelected span {
    background-color: #d80000;
}
.rsContent .rsImg {
    margin-top: 0 !important;
}

/* BANNER EM VIDEO */
.banner-video {
    position: relative;
    width: 100%;
    font-size: 0;
}
.banner-video-play {
    position: relative;
    width: 100%;
    height: 100%;
}
.banner-video-som {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background-color: #e94f1c;
    font-size: 0;
    z-index: 5;
    padding: 5px;
    cursor: pointer;
}
.banner-video-som svg {
    width: 15px;
    height: 15px;
}

.sub-sobre{
	color: #808080;
	font-weight: 500;
    font-size: 18px;
}

.container-home-inst {
    margin-top: 100px;
    margin-bottom: 20px;
}
.inst-home-desc {
    font-size: 15px;
    color: #838a8c;
    position: relative;
    font-family: "Montserrat", sans-serif;
    line-height: 28px;
}

.btn-saiba-mais-home {
    color: #ffffff !important;
    font-size: 15px;
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
    background-color: #424242;
    padding: 15px 60px;
    border-radius: 5px;
}

.container-home-prod {
    padding-bottom: 60px;
}

.font-servicos{
	color: #F58724;
    font-size: 20px;
    font-weight: 700;
    padding: 0 15px;
}
.font-servicos-descricao{
	font-size: 12px;
    color: #808080;
    line-height: 20px;
    padding: 15px;
}
.div-img-servico{
	height: 234px;
    overflow: hidden;
}
.bg-servico{
	border: solid 1px #FAFAFA;
    border-radius: 10px;
    overflow: hidden;
    background-color: #FAFAFA;
}
.home-prod-fundo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home-prod-linha {
    position: relative;
    min-height: 612px;
}
.home-prod-linha ul {
    list-style: none;
    margin-left: 0;
    margin-top: 40px;
}
.home-prod-linha li {
    padding: 10px 0;
}
.home-prod-linha li button {
    font-family: "LondrinaSolid-Regular";
    font-size: 35.5px;
    color: #adadad;
    text-transform: uppercase;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all 0.5s;
}
.home-prod-linha li button:hover,
.home-prod-linha li button[aria-expanded="true"] {
    color: #ffba00;
}
.prod-home-sabor {
    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 15px;
    color: #7E7E7E;
    opacity: 1;
    transition: all .3s;
	font-family: "Montserrat", sans-serif;
}

.btn-padrao-todos {
    width: 30%;
    cursor: pointer;
    padding: 12px;
    border: solid 1px #424242;
    background-color: #424242;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px;
    transition: all .3s;
    color: #fff;
    font-weight: 400;
}
.btn-padrao-todos:hover {
    background-color: #ffffff;
    color: #424242;
    border-radius: 10px;
}

.servico-titulo {
    position: absolute;
    top: 128px;
    width: 240px;
}
.servico-titulo2 {
    position: absolute;
    top: 128px;
    width: 100%;
}
.servico-titulo .prod-home-sabor, .servico-titulo2 .prod-home-sabor {
    font-size: 18px;
    color: #fff;
    opacity: 1;
    transition: all .3s;
    font-family: "Montserrat", sans-serif;
    height: 74px;
    font-weight: 600;
}

.div-img-produto {
    height: 300px;
    margin-bottom: 15px;
    padding: 30px;
    background-color: #F4F4F4;
}

.descricao-produto {
    height: 70px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: #7E7E7E;
    margin-bottom: 45px;
}

.img-blog{
	overflow:hidden;
	height: 246px;
	border-radius: 10px;
}
.descricao-blog {
    height: 70px;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: #7E7E7E;
    margin-bottom: 45px;
    line-height: 20px;
}

.sub-perguntas{
	font-size: 12px;
    color: #7E7E7E;
	font-weight: 600;
}
.btn-perguntas, .btn-perguntas:hover, .btn-perguntas:focus{
	padding: 0;
    color: #424242;
    font-size: 17px;
	text-decoration: none;
}
.btn-perguntas-descricao {
    color: #7E7E7E;
    font-size: 14px;
    text-decoration: none;
    line-height: 22px;
    padding: 10px 0;
}

.div-perguntas {
    border: 0;
    border-bottom: 1px solid #7A7A7A;
    border-radius: 0;
    margin-bottom: 15px;
}

.perguntas-item{
	padding: 5px 0px;
    background: #fff;
    border: 0;
}

.div-depoimento {
    height: 370px;
    background-color: #424242;
    padding: 75px 30px;
    color: #fff;
    border-radius: 30px;
}

.titulo-depoimento{
	font-size: 25px;
}
.descricao-depoimento{
    font-size: 13px;
    font-weight: 200;
    line-height: 25px;
    margin-top: 15px;
}



.btn-2{
	border:1px solid #F58724;
	background-color: transparent;
	color: #000;
	border-radius: 10px;
	padding: 10px 30px;
}
.btn-2:hover{
	border:1px solid #F58724;
	background-color: #F58724;
	color: #000;
	border-radius: 10px;
	padding: 10px 30px;
}





btn {
	cursor: pointer;
}

.btn-quero-comprar {
    width: 100%;
    cursor: pointer;
    padding: 11px;
    border: 1px solid #178FB6;
    background-color: #178FB6;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s;
}
.div-produtos:hover .btn-quero-comprar{
    background-color: #fff;
    color: #178FB6;
}


.prod-home-mais a {
    font-size: 18px;
    color: #a20708;
}


.container-home-mapa iframe {
    height: 604px;
}

.home-insta {
    margin-top: 110px;
    margin-bottom: 30px;
}
.redes-header {
    font-family: "LondrinaSolid-Regular";
    font-size: 60px;
    color: #ffba00;
    text-transform: uppercase;
    line-height: 1em;
}
.redes-header-2 {
    font-family: "LondrinaSolid-Regular";
    font-size: 74px;
    color: #e60000;
    text-transform: uppercase;
    line-height: 1em;
}
.redes-lista {
    margin-top: 50px;
}
.redes-lista ul {
    list-style: none;
    margin-left: 0;
}
.redes-lista li {
    padding: 5px;
}
.rede-icone {
    font-size: 0;
    height: 41px;
    width: 41px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.rede-icone svg {
    height: 41px;
    width: auto;
}
.redes-lista li a {
    font-family: "LondrinaSolid-Regular";
    font-size: 26px;
    color: #838a8c;
    vertical-align: middle;
    transition: all 0.5s;
}
.redes-lista li a:hover {
    color: #ffba00;
}
.insta-widget iframe {
    height: 726px;
    margin-left: auto !important;
    margin-right: auto !important;
}


@media (min-width: 992px) AND (max-width: 1199px) {
    
}
@media (max-width: 991px) {
    .container-home-inst {
        margin-top: 20px;
    }
    .home-inst-img {
        text-align: center;
    }
    .home-insta {
        margin-top: 40px;
    }
    .redes-lista {
        margin-top: 30px;
    }
    .container-home-mapa iframe {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .redes-header {
        font-size: 50px;
    }
    .redes-header-2 {
        font-size: 60px;
    }
	.btn-padrao-todos:hover {
		width: 100%;
	}
}
@media (max-width: 575px) {
    .home-prod-linha li button {
        font-size: 26px;
    }
    .home-prod-linha {
        height: 480px;
    }
    .container-home-mapa iframe {
        height: 300px;
    }
    .redes-header {
        font-size: 40px;
    }
    .redes-header-2 {
        font-size: 50px;
    }
    .insta-widget iframe {
        min-width: 285px !important;
    }
}

/* ----------------------------- INSTITUCIONAL ----------------------------- */
.cont-inst-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.inst-titulo {
    font-family: "LondrinaSolid-Regular";
    font-size: 60px;
    color: #ffba00;
    text-transform: uppercase;
    line-height: 1em;
}
.inst-subtitulo {
    font-family: "LondrinaSolid-Regular";
    font-size: 78.46px;
    color: #da182c;
    text-transform: uppercase;
    line-height: 1em;
}
.inst-desc {
    font-size: 18px;
    color: #848484;
    margin-top: 53px;
    height: 84px;
    overflow-y: auto;
    padding-right: 30px;
}

.container-inst-top > .row:nth-child(odd) {
    background-color: #fff;
}
.container-inst-top > .row:nth-child(even) {
    background-color: #fff7e0;
}
.container-inst-top > .row:nth-child(odd) .inst-top-txt,
.container-inst-top > .row:nth-child(even) .inst-top-img {
    order: 2;
}
.container-inst-top > .row:nth-child(odd) .inst-top-img,
.container-inst-top > .row:nth-child(even) .inst-top-txt {
    order: 1;
}
.container-inst-top > .row:nth-child(even) .inst-top-img {
    text-align: left;
}
.container-inst-top > .row:nth-child(odd) .inst-top-img,
.container-inst-top > .row:nth-child(even) .inst-top-txt {
    text-align: right;
}
.container-inst-top .inst-top-txt,
.container-inst-top .inst-top-img {
    padding-top: 10px;
    padding-bottom: 10px;
}
.container-inst-top .inst-top-txt div {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #6c6c6c;
}

.container-inst-vid .row {
    position: relative;
}
.inst-vid-fundo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inst-vid-txt {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.inst-vid-titulo {
    font-family: "LondrinaSolid-Regular";
    font-size: 62.39px;
    color: #ffba00;
    text-transform: uppercase;
    line-height: 1em;
}
.inst-vid-desc {
    font-size: 18px;
    color: #fff;
    margin-top: 37px;
}
.inst-vid-img {
    text-align: center;
    font-size: 0;
    padding-top: 30px;
    padding-bottom: 30px;
}
.inst-vid-img svg {
    height: 40px;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}
.inst-vid-img a:hover svg {
    height: 50px;
    width: auto;
}


@media (max-width: 1199px) {
    .inst-titulo {
        font-size: 54px;
    }
    .inst-subtitulo {
        font-size: 68px;
    }
    .inst-desc {
        margin-top: 20px;
        height: 63px;
    }
    .inst-vid-titulo {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .cont-inst-txt {
        position: relative;
        transform: none;
        left: inherit;
        top: inherit;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .inst-desc {
        height: auto;
    }
    .container-inst-top .inst-top-img {
        padding-top: 20px;
    }
    .container-inst-top .inst-top-txt {
        padding-bottom: 20px;
    }
    .container-inst-top > .row:nth-child(odd) .inst-top-img,
    .container-inst-top > .row:nth-child(even) .inst-top-img {
        order: 1;
    }
    .container-inst-top > .row:nth-child(odd) .inst-top-txt,
    .container-inst-top > .row:nth-child(even) .inst-top-txt {
        order: 2;
    }
    .container-inst-top > .row:nth-child(odd) .inst-top-img,
    .container-inst-top > .row:nth-child(even) .inst-top-img,
    .container-inst-top > .row:nth-child(odd) .inst-top-txt,
    .container-inst-top > .row:nth-child(even) .inst-top-txt {
        text-align: center;
    }
    .container-inst-top .inst-top-txt ul {
        margin-left: 0;
        list-style: none;
    }
    .container-inst-top .inst-top-img img {
        height: 150px;
    }
    .inst-vid-titulo {
        font-size: 40px;
    }
    .inst-vid-txt {
        padding-top: 20px;
    }
}
@media (max-width: 767px) {
    .inst-titulo {
        font-size: 50px;
    }
    .inst-subtitulo {
        font-size: 60px;
    }
	.servico-titulo {
		top: 100px;
		width: 100%;
		margin-left: -15px;
	}
	
	.servico-titulo2 .prod-home-sabor {
		font-size: 24px;
		height: 74px;
	}
	.servico-titulo2 .prod-home-sabor {
		padding-left: 0;
	}
	
	
}
@media (max-width: 575px) {
    .inst-titulo {
        font-size: 40px;
    }
    .inst-subtitulo {
        font-size: 44px;
    }
}

/* -------------------------------- PRODUTO -------------------------------- */
.produto-header-linha {
    margin-top: 105px;
    margin-bottom: 35px;
}
.produto-txt-header {
    font-family: "LondrinaSolid-Regular";
    font-size: 60px;
    color: #ffba00;
    text-transform: uppercase;
    line-height: 1em;
}
.produto-txt-subtitulo {
    font-family: "LondrinaSolid-Regular";
    font-size: 78.46px;
    color: #cc111a;
    text-transform: uppercase;
    line-height: 1em;
}

.lista-produto-item {
    margin-bottom: 155px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
}
.lista-produto-img {
    height: 350px;
    text-align: center;
}
.lista-produto-img img {
    max-height: 100%;
}
.lista-produto-titulo {
    font-family: "LondrinaSolid-Regular";
    font-size: 40px;
    color: #ffba00;
    text-align: center;
    text-transform: uppercase;
    height: 92px;
    overflow: hidden;
    margin-top: 22px;
}
.lista-produto-desc {
    font-size: 18px;
    color: #848484;
    text-align: center;
    height: 84px;
    overflow: hidden;
    margin-top: 25px;
}
.lista-produto-topico {
    position: relative;
    margin-top: 15px;
}
.lista-produto-topico-btn {
    font-family: "LondrinaSolid-Regular";
    font-size: 18px;
    color: #ffb800;
    background-color: #e60000;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    border: solid 1px #e60000;
    outline: none;
    width: 100%;
    cursor: pointer;
    transition: all 0.5s;
}
.lista-produto-topico-btn:hover {
    color: #e60000;
    border-color: #ffb800;
    background-color: #ffb800;
}
.lista-produto-topico-btn i {
    margin-left: 10px;
    transition: all 0.5s;
}
.lista-produto-topico-btn[aria-expanded="true"] i {
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}
.lista-produto-topico-btn:focus {
    outline: none;
}
.lista-prod-top {
    margin-left: 0;
    list-style: none;
    position: absolute;
    top: 54px;
    left: 0;
    width: 100%;
    z-index: 2;
}
.lista-prod-top-item {
    font-family: "LondrinaSolid-Regular";
    font-size: 18px;
    color: #ffb800;
    background-color: #e60000;
    text-align: center;
    text-transform: uppercase;
    padding: 15px;
    border: solid 1px #e60000;
    outline: none;
    width: 100%;
}

.prod-chamada-fundo {
    padding-top: 15px;
    padding-bottom: 15px;
}
.prod-chamada-txt {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.prod-chamada-titulo {
    font-family: "LondrinaSolid-Regular";
    font-size: 60px;
    color: #ffba00;
    text-transform: uppercase;
    line-height: 1em;
}
.prod-chamada-subtitulo {
    font-family: "LondrinaSolid-Regular";
    font-size: 74px;
    color: #e60000;
    text-transform: uppercase;
    line-height: 1em;
}
.prod-chamada-desc {
    font-size: 18px;
    color: #848484;
    margin-top: 10px;
}
.prod-chamada-mais {
    display: inline-block;
    margin-top: 10px;
}
.btn-prod-chamada-mais {
    font-family: "LondrinaSolid-Regular";
    font-size: 18px;
    color: #ffb800;
    text-align: center;
    text-transform: uppercase;
    background-color: #e60000;
    padding: 16px 30px;
}
.prod-chamada-img {
    background-color: #fff;
}
.prod-chamada-img img {
    transform: rotate(5deg);
}


@media (max-width: 1299px) {
    
}
@media (max-width: 1199px) {
    .lista-produto-titulo {
        font-size: 46px;
        height: 108px;
    }
}
@media (max-width: 991px) {
    .prod-chamada-titulo {
        font-size: 50px;
    }
    .prod-chamada-subtitulo {
        font-size: 60px;
    }
    .prod-chamada-img {
        margin-top: 50px;
    }
    .produto-txt-header {
        font-size: 50px;
    }
    .produto-txt-subtitulo {
        font-size: 60px;
    }
    .produto-header-linha {
        margin-top: 40px;
    }
    .lista-produto-titulo {
        font-size: 40px;
        height: 92px;
    }
    .lista-produto-item {
        margin-bottom: 50px;
    }
}
@media (max-width: 767px) {
    .lista-produto-titulo {
        height: auto;
    }
    .lista-produto-desc {
        height: auto;
    }
}
@media (max-width: 575px) {
    .produto-txt-header {
        font-size: 30px;
    }
    .produto-txt-subtitulo {
        font-size: 38px;
    }
    .prod-chamada-titulo {
        font-size: 32px;
    }
    .prod-chamada-subtitulo {
        font-size: 38px;
    }
}

/* -------------------------------- FRANQUIA -------------------------------- */
.franquia-linha-banner {
    position: relative;
    height: 426px;
}
.franquia-fundo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.franquia-banner-select {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.franquia-header {
    font-family: "LondrinaSolid-Regular";
    font-size: 62.39px;
    color: #ffba00;
    text-transform: uppercase;
}
.combo-estado {
    width: 368px;
    outline: none;
    border: solid 2px #ffba00;
    color: #ffba00;
    background-color: #15191d;
    margin-top: 55px;
}
.combo-estado:focus {
    outline: none;
    box-shadow: none;
    border-color: #ffba00;
    color: #ffba00;
    background-color: #15191d;
}

.container-franquia {
    padding-bottom: 50px;
}
#brazil-map {
    display: flex;
}
.franquia {
    margin-top: 2em;
}
.franquia-ball {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background-color: #d80000;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.franquia-dado {
    display: inline-block;
    width: calc(100% - 30px);
    word-wrap: break-word;
    font-size: 18px;
    padding-left: 15px;
}
.franquia-item {
    padding-bottom: .2em;
    color: #848484;
    margin-bottom: 4px;
}
.franquia-cidade {
    font-family: "LondrinaSolid-Regular";
    font-size: 36px;
    color: #f4a74c;
}
.franquia-rede-item {
    font-size: 0;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}
.franquia-rede-item:last-child {
    margin-right: 0;
}
.franquia-rede-item svg {
    height: 42px;
    width: auto;
    background-color: #ffba00;
    transition: all 0.5s;
}
.franquia-rede-item svg:hover {
    background-color: #d80000;
}
.franquia-rede-item svg path,
.franquia-rede-item svg rect,
.franquia-rede-item svg circle,
.franquia-rede-item svg polygon {
    transition: all 0.5s;
}
.franquia-rede-item svg:not(:hover) path,
.franquia-rede-item svg:not(:hover) rect,
.franquia-rede-item svg:not(:hover) circle,
.franquia-rede-item svg:not(:hover) polygon {
    fill: #d80000;
}

.container-franquia.chamada {
    padding-bottom: 0;
}
.container-franquia.chamada .row {
    position: relative;
    padding-top: 87px;
    padding-bottom: 87px;
}
.franquia-chamada-fundo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.franquia-chamada-interesse {
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.franquia-chamada-header {
    font-family: "LondrinaSolid-Regular";
    font-size: 62.39px;
    color: #ffb800;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
}
.franquia-chamada-botao {
    text-align: center;
    margin-top: 33px;
}
.btn-chamada-franquia {
    font-family: "LondrinaSolid-Regular";
    font-size: 18px;
    color: #ffb800;
    text-align: center;
    text-transform: uppercase;
    background-color: #a70a0a;
    display: inline-block;
    padding: 15px 50px;
}

@media (max-width: 1199px) {
    .franquia-chamada-header {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .container-franquia.chamada .row {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .franquia-chamada-header {
        font-size: 40px;
    }
    .franquia-header {
        font-size: 50px;
    }
    .container-franquia {
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    
}
@media (max-width: 575px) {
    .combo-estado {
        width: auto;
    }
}


/* ---------------------------------- BLOG ---------------------------------- */
.blog-header {
    margin-top: 80px;
    font-size: 62px;
    color: #fed04c;
    text-transform: uppercase;
}
.blog-banner-box {
    background-color: rgba(0,0,0,0.7);
    padding: 50px 30px;
    margin-top: 170px;
    margin-bottom: 60px;
}
.blog-banner-data {
    font-family: "LondrinaSolid-Regular";
    display: inline-block;
    background-color: #ffb800;
    color: #d80000;
    font-size: 18px;
    padding: 5px 20px;
    margin-bottom: 10px;
}
.blog-banner-titulo {
    font-family: "LondrinaSolid-Regular";
    font-size: 36px;
    color: #fff;
}
.blog-banner-desc {
    font-size: 18px;
    color: #fff;
    margin-top: 10px;
}
.blog-banner-ler {
    margin-top: 15px;
    display: inline-block;
}
.btn-blog-banner {
    font-family: "LondrinaSolid-Regular";
    font-size: 18px;
    color: #ffb800;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 30px;
    background-color: #e60000;
    transition: all 0.5s;
}
.blog-banner:hover .btn-blog-banner {
    background-color: #ffb800;
    color: #e60000;
}
.blog-linha-2 {
    padding-top: 47px;
    padding-bottom: 79px;
}
.blog-header-2 {
    font-family: "LondrinaSolid-Regular";
    font-size: 36px;
    color: #e60000;
    margin-bottom: 37px;
}
.blog-box-2-fundo {
    background-color: rgba(0,0,0,0.7);
    padding: 30px 80px;
}
.blog-box-2-titulo {
    font-family: "LondrinaSolid-Regular";
    font-size: 36px;
    color: #fff;
}
.blog-box-2-ler {
    border: solid 1px #fed04c;
    font-family: "LondrinaSolid-Regular";
    font-size: 18px;
    color: #fed04c;
    text-align: center;
    text-transform: uppercase;
    padding: 12px;
    margin-top: 10px;
}
.blog-linha-3 {
    padding-top: 63px;
    padding-bottom: 52px;
}
.blog-box-img {
    height: 291px;
}
.blog-box-data {
    font-family: "LondrinaSolid-Regular";
    font-size: 18px;
    color: #ffd766;
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.blog-box-titulo {
    font-family: "LondrinaSolid-Regular";
    font-size: 36px;
    color: #848484;
    margin-top: 12px;
    height: 84px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
.blog-box-desc {
    font-size: 18px;
    color: #949494;
    margin-top: 15px;
    height: 42px;
    overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}
.blog-box-ler {
    font-family: "LondrinaSolid-Regular";
    font-size: 18px;
    color: #ffb800;
    text-align: center;
    text-transform: uppercase;
    background-color: #e60000;
    padding: 10px;
    margin-top: 34px;
}
.blog-data {
    font-family: "LondrinaSolid-Regular";
    font-size: 18px;
    color: #d80000;
    background-color: #fed04c;
    display: inline-block;
    margin-top: 25px;
    padding: 5px 30px;
}
.blog-titulo {
    font-family: "LondrinaSolid-Regular";
    font-size: 36px;
    color: #848484;
    margin-top: 60px;
}
.blog-descricao {
    font-size: 18px;
    color: #848484;
    margin-top: 30px;
    margin-bottom: 60px;
}


@media (max-width: 1199px) {
    
}
@media (max-width: 991px) {
    .espaco-menor {
        margin-top: 20px;
    }
    .blog-titulo {
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .blog-box-img {
        height: 190px;
    }
    .blog-box-titulo {
        font-size: 24px;
        height: 56px;
    }
}
@media (max-width: 575px) {
    .blog-header {
        font-size: 50px;
        margin-top: 40px;
    }
    .blog-banner-box {
        margin-top: 40px;
    }
    .blog-linha-2 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .blog-box-2-fundo {
        padding: 30px 20px;
    }
    .blog-box-2-titulo {
        font-size: 30px;
    }
    .blog-linha-3 {
        padding-top: 40px;
    }
    .espaco-blog-linha-3 {
        padding-bottom: 40px;
    }
    .blog-titulo {
        font-size: 26px;
        margin-top: 20px;
    }
}


/* -------------------------------- CONTATO -------------------------------- */
.contato-linha {
    position: relative;
    padding-top: 66px;
    padding-bottom: 40px;
}
.contato-banner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.contato-titulo {
    font-family: "LondrinaSolid-Regular";
    font-size: 60px;
    color: #ffba00;
    text-transform: uppercase;
    line-height: 1em;
}
.contato-subtitulo {
    font-family: "LondrinaSolid-Regular";
    font-size: 77px;
    color: #e61d32;
    text-transform: uppercase;
    line-height: 1em;
}
.contato-descricao {
    font-size: 18px;
    color: #848484;
    padding-top: 50px;
}

.form-contato {
    padding-top: 30px;
}
.form-contato .form-item {
    padding: 8px 0;
}
.form-contato .form-item label {
    position: absolute;
    top: 29px;
    left: 13px;
    cursor: text;
    font-size: 18px;
    color: #ffba00;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.form-contato .form-item label.ativo {
    transform: translateY(-15px);
    font-size: 12px;
}
.form-contato input,
.form-contato textarea {
    width: 100%;
    font-size: 18px;
    color: #ffba00;
    border: solid 2px #ffba00;
    padding: 19px 20px 19px 10px;
    background-color: #fff;
}
.form-contato input:focus,
.form-contato textarea:focus {
    border-color: #ffd04d;
}
.form-contato textarea {
    resize: none;
    overflow: hidden;
}
.form-contato .form-item :-ms-input-placeholder {color: #808080;}
.form-contato .form-item :-moz-placeholder {color: #808080;}
.form-contato .form-item ::-moz-placeholder {color: #808080;}
.form-contato .form-item ::-webkit-input-placeholder {color: #808080;}
.form-contato .icone-obrigatorio {
    position: absolute;
    right: -6px;
    top: 27px;
}
.form-contato .icone-check,
.form-contato .icone-asterisk {
    position: relative;
    z-index: 1;
    font-size: 7px;
}
.form-contato .icone-asterisk {
    right: 12px;
}
.form-contato input ~ .icone-obrigatorio .icone-check,
.form-contato input.active ~ .icone-obrigatorio .icone-asterisk,
.form-contato textarea ~ .icone-obrigatorio .icone-check,
.form-contato textarea.active ~ .icone-obrigatorio .icone-asterisk {
    visibility: hidden !important;
}
.form-contato input ~ .icone-obrigatorio .icone-asterisk,
.form-contato input.active ~ .icone-obrigatorio .icone-check,
.form-contato textarea ~ .icone-obrigatorio .icone-asterisk,
.form-contato textarea.active ~ .icone-obrigatorio .icone-check {
    visibility: visible !important;
}
.form-contato .botao {
    padding: 0;
    padding-top: 11px;
    text-align: left;
}
.form-contato .botao .btn-contato {
    background-color: #e60000;
    border: solid 1px #e60000;
    font-family: "LondrinaSolid-Regular";
    font-size: 18px;
    color: #ffb800;
    text-transform: uppercase;
    padding: 18px 63.3px;
    cursor: pointer;
    transition: all 0.5s;
}
.form-contato .botao .btn-contato:hover {
    background-color: #ffb800;
    border: solid 1px #ffb800;
    color: #e60000;
}

.form-control {
    display: block;
    font-weight: 300;
    width: 100%;
    padding: 7px 1rem;
    font-size: 14px;
    line-height: 1.5;
    color: #8d939a;
    background-color: #fff;
    background-clip: padding-box;
    font-family: 'Montserrat';
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btnFormContato{
	width: 100%;
    padding: 11px;
    border: 1px solid #178FB6;
    background-color: #178FB6;
    color: #fff;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    transition: all .3s;
}
.btnFormContato:hover{
    border: 1px solid #178FB6;
    background-color: #fff;
    color: #178FB6;
}

.endereco-linha {
    padding-bottom: 82px;
}
.container-contato .header-padrao {
    color: #ffba00;
    text-transform: uppercase;
}
.endereco-ball {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    background-color: #d80000;
    border: solid 1px #ffb623;
    border-radius: 50%;
}
.endereco-cidade {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 24px);
    font-family: "LondrinaSolid-Regular";
    font-size: 36px;
    color: #f4a74c;
    letter-spacing: 2px;
    padding-left: 20px;
}
.endereco-endereco {
    padding-left: 44px;
    font-size: 18px;
    color: #848484;
    margin-top: 6px;
}
.endereco-midia {
    padding-left: 44px;
    padding-top: 20px;
}
.endereco-midia-item {
    display: inline-block;
    vertical-align: middle;
    padding-right: 25px;
}
.endereco-midia-item:last-child {
    padding-right: 0;
}
.endereco-midia-item svg {
    height: 42px;
    width: auto;
    background-color: #ffba00;
    transition: all 0.5s;
}
.endereco-midia-item svg:hover {
    background-color: #d80000;
}
.endereco-midia-item svg path,
.endereco-midia-item svg rect,
.endereco-midia-item svg circle,
.endereco-midia-item svg polygon {
    transition: all 0.5s;
}
.endereco-midia-item svg:not(:hover) path,
.endereco-midia-item svg:not(:hover) rect,
.endereco-midia-item svg:not(:hover) circle,
.endereco-midia-item svg:not(:hover) polygon {
    fill: #d80000;
}
.endereco-fone-mail {
    padding-bottom: 32px;
}
.endereco-fone-mail a {
    font-size: 24px;
    color: #848484;
}
.endereco-fone-mail a:hover {
    text-decoration: underline !important;
}
.endereco-fone-mail svg {
    height: 42px;
    width: auto;
    background-color: #ffba00;
    vertical-align: middle;
    margin-right: 10px;
}
.endereco-fone-mail svg path,
.endereco-fone-mail svg rect,
.endereco-fone-mail svg circle,
.endereco-fone-mail svg polygon {
    fill: #d80000;
}
/*.endereco-fone-mail svg:hover {
    background-color: #d80000;
}
.endereco-fone-mail svg path,
.endereco-fone-mail svg rect,
.endereco-fone-mail svg circle,
.endereco-fone-mail svg polygon {
    transition: all 0.5s;
}
.endereco-fone-mail svg:not(:hover) path,
.endereco-fone-mail svg:not(:hover) rect,
.endereco-fone-mail svg:not(:hover) circle,
.endereco-fone-mail svg:not(:hover) polygon {
    fill: #d80000;
}*/

@media (max-width: 1199px) {
    
}
@media (max-width: 991px) {
    
}
@media (max-width: 767px) {
    .contato-titulo {
        font-size: 50px;
    }
    .contato-subtitulo {
        font-size: 60px;
    }
    .endereco-fone-mail {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .endereco-linha {
        padding-bottom: 40px;
    }
}
@media (max-width: 575px) {
    .contato-linha {
        padding-top: 40px;
    }
    .contato-titulo {
        font-size: 32px;
    }
    .contato-subtitulo {
        font-size: 38px;
    }
    .contato-descricao {
        padding-top: 40px;
    }
}


/* ---------------------------------- MAPA ---------------------------------- */
.container-mapa iframe {
    height: 598px;
}
.container-mapa .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
    .container-mapa iframe {
        height: 500px;
    }
}
@media (max-width: 991px) {
    .container-mapa iframe {
        height: 400px;
    }
    .container-mapa .container {
        position: relative;
        left: inherit;
        top: inherit;
        transform: none;
    }
}
@media (max-width: 575px) {
    .container-mapa iframe {
        height: 300px;
    }
}

.dadosContato{
	position: relative;
    top: 45%;
    transform: translateY(-50%);
}


/* --------------------------------- FOOTER --------------------------------- */
.rodape-news {
    background-color: #424242;
    height: 280px;
}
.news-img {
    position: relative;
    height: 100%;
}
.news-img img {
    position: absolute;
    bottom: 0;
}
.conteudo-news {
    font-size: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.news-titulo {
    font-family: "LondrinaSolid-Regular";
    font-size: 50.52px;
    color: #d80000;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
.conteudo-news form {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 249px);
    padding-left: 20px;
    position: relative;
}
.news-input input {
    font-size: 14px;
    color: #828282;
    background-color: #ffffff;
    border: solid 1px #424242;
    border-radius: 10px;
    width: 100%;
    padding: 11px;
    font-family: 'Montserrat' ,sans-serif;
}
.news-input input:-ms-input-placeholder {color: #828282;}
.news-input input:-moz-placeholder {color: #828282;}
.news-input input::-moz-placeholder {color: #828282;}
.news-input input::-webkit-input-placeholder {color: #828282;}
.news-botao {
    top: 0;
    right: 0;
}
.news-botao button {
    font-size: 15px;
    color: #fff;
    background-color: transparent;
    border: solid 1px #f58724;
    border-radius: 0;
    padding: 10px;
    cursor: pointer;
    transition: all 0.5s;
    font-family: 'Montserrat';
    font-weight: 600;
}
.news-botao button:hover {
    color: #f58724;
    background-color: #fff;
}



.rodape-conteudo {
    padding: 60px 0;
}
.logo-cliente {
	font-family: 'Montserrat' ,sans-serif;
    color: #808080; 
    font-size: 14px;
}
.logo-cliente img {
    margin-top: 15px;
}

.rodape-header {
    font-family: "Montserrat",sans-serif;
    font-size: 20px;
    color: #f58724;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 500;
}
.rodape-menu,
.rodape-menu-produto {
    margin-left: 0;
    list-style: none;
}
.rodape-menu-item,
.rodape-menu-produto {
    padding-bottom: 5px;
}
.rodape-menu-item:last-child,
.rodape-menu-produto:last-child {
    padding-bottom: 0;
}
.rodape-menu-item-link a,
.rodape-menu-item-link a, .rodape-menu-produto-link a {
    font-size: 15px;
    color: #838a8c;
    transition: all 0.5s;
    font-family: 'MONTSERRAT' ,sans-serif;
    font-weight: 400;
}
.rodape-menu-item-link a:hover, .rodape-menu-produto-link a:hover {
    color: #ff880b;
}

.rodape-tel-txt {
    font-size: 18px;
    color: #838a8c;
}
.rodape-tel-numero a {
    font-family: "LondrinaSolid-Regular";
    font-size: 34.3px;
    color: #d80000;
    transition: all 0.5s;
}
.rodape-tel-numero a:hover {
    color: #ffba00;
}

.copy {
    font-size: 11px;
    color: #8e8a93;
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
}
.logo-byte {
    padding-bottom: 1em;
}
.logo-byte img {
    height: 25px;
}

@media (min-width: 992px) AND (max-width: 1199px) {
    footer .menu-item-link {
        font-size: 12px;
    }
}
@media (max-width: 991px) {
    .news-img img {
        height: 140px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .logo-cliente {
        text-align: center;
        margin-bottom: 30px;
    }
    
    footer .menu-item {
        display: block;
        text-align: center;
        padding: 10px 0;
    }
    .rodape-rede-tel {
        margin-top: 30px;
    }
    .redes-icone,
    .rodape-tel {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .rodape-tel {
        margin-top: 20px;
    }
    .copy {
        padding-bottom: 3em;
    }
}
@media (max-width: 991px) {
    .container-rodape {
        /*padding-bottom: 4em;*/
    }
}
.hidden-desk{
	display: none !important;
}
.hidden-mob{
	display: block !important;
}
@media (max-width: 767px) {
	.nav-menu .menu-item-link {
		text-align: center;
	}
	.btn-loja {
		background-color: transparent;
		color: #fff !important;
		text-align: center;
	}
	
	.btn-padrao-todos {
		width: 100%;
	}
	.div-img-produto {
		height: 100%;
	}
	
    .rodape-header {
        margin-top: 20px;
    }
    .copy {
        padding-bottom: 1em;
    }
    .logo-byte {
        padding-bottom: 3em;
    }
	.hidden-desk{
		display: block !important;
	}
	.hidden-mob{
		display: none !important;
	}
}
@media (max-width: 575px) {
    .rodape-orcamento, .rodape-especialista {
        width: 100%;
    }
    .rodape-col-botao {
        padding-top: 40px;
    }
    .rodape-orcamento {
        padding-right: 0;
        padding-bottom: 20px;
    }
    .news-titulo {
        display: block;
    }
    .conteudo-news form {
        display: block;
        width: 100%;
    }
}

