*{
    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, body {
    width: 100%;
    height: 100%;
}
iframe{
    width: 100%;
    min-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;
}

.Muli-Black{
	font-family: "Muli-Black";
}
.Muli-Regular{
	font-family: "Muli-Regular";
}


.pdg-15{
	padding: 15px 0;
}
.pdg-30{
	padding: 30px 0;
}

.pdg-0 {
    padding-left: 0px;
    padding-right: 0px;
}
.mrg-0 {
    margin-left: 0px;
    margin-right: 0px;
}


.mrg-0 {
    margin-left: 0px;
    margin-right: 0px;
}
.mrg-10{margin: 10px 0;}
.mrg-bt-15{
	margin-bottom: 15px;
}

.mrg-bt-30{
	margin-bottom: 30px;
}

.mrg-bt-45{
	margin-bottom: 45px;
}

.mrg-bt-60{
	margin-bottom: 60px !important;
}
.mrg-tp-15{
	margin-top: 15px;
}

.mrg-tp-30{
	margin-top: 30px;
}

.mrg-tp-45{
	margin-top: 45px;
}

.mrg-tp-60{
	margin-top: 60px;
}

.pdg-0 {
    padding-left: 0px;
    padding-right: 0px;
}

.pdg-15{
	padding: 15px;
}

button:focus{
	outline: 0;
	box-shadow: 0 0 0;
}

.pst-fixed{
	position: fixed;
}
.pst-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.pst-cent{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.owl-carousel {
	display: none;
	width: 100%;
	z-index: 1;
	margin: 0;
}
.owl-prev {
    position: absolute;
    transform: translate(-50%,-50%);
    z-index: 999;
    margin: 35px 10px 0 0 !important;
}
.owl-next {
    position: absolute;
    margin: 35px 0px 0 10px !important;
    transform: translate(50%,-50%);
    z-index: 999;
}
        .owl-prev img, .owl-next img {
            width: 10px;
        }
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 13px 16px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    border: solid 1px #354278;
    left: 90%;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #FFF;
    text-decoration: none;
}
.div-item-owl-carousel {
    height: 150px;
}
		
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    background-color: transparent;
    opacity: 0.5;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
}

.regular img{
    height: 140px;
    width: auto;
}
.regular .slick-slide{
    margin:0px 3px;
}
.regular img{
    height: 140px;
    width: auto;
    position: relative;
    /*transform: translateX(-50%,-50%);*/
    transform: translateX(-50%);
    left: 50%;
    /*top: 50%;*/
}
.regular img:hover{
    cursor: pointer;
}
.box-galeria{
    height: 360px;
}
.slider-for img{
    height: 360px;
    width: auto;
    position: relative;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}

.titulo-pg{
	font-size: 32px;
    color: #354278 !important;
    font-family: "Muli-Black";
    text-transform: uppercase;
}
.descricao-pg{
	font-size: 18px;
    text-align: justify;
    color: #606060 !important;
    line-height: 25px;
    font-family: "Muli-Regular";
}
.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;
}
/*RODAPÉ*/
.titulo-rodape{
	font-size: 1.2rem;
    color: #17b4e9;
    font-family: "Muli-Black";
    margin-bottom: 15px;
}

/* PRINCIPAL DA SEÇÃO */
.titulo-secao-principal {
    font-size: 24px;
    text-align: center;
    color: #61766d;
    border-bottom: solid 0px #9ded11;
    font-family: "Muli-Regular";
    text-transform: uppercase;
}
.titulo2-secao {
    text-align: center;
    font-size: 32px;
    color: #354278;
    font-family: "Muli-Black";
    text-transform: uppercase;
}
.descricao-secao {
    font-size: 18px;
    text-align: center;
    color: #606060;
    line-height: 25px;
    font-family: "Muli-Regular";
}


.quem-somos-home{
	color: #fff!important;
}
.link-saibamais{
	position: relative;
    left: 50%;
    transform: translateX(-50%);
}
.btn-saibamais {
    background-color: #0d204d;
    color: #fff;
    padding: 15px 30px;
    font-size: 14px;
    font-family: "Muli-Regular";
    transition: all .3s;
    border-radius: 0;
}
.btn-saibamais2 {
    background-color: #0d204d;
    color: #fff;
    padding: 15px 90px;
    font-size: 14px;
    font-family: "Muli-Regular";
    transition: all .3s;
    border-radius: 0;
    margin-top: 30px;
}

.btn-saibamais:hover, .btn-saibamais2:hover{
	background-color: #3da3dd;
	transition: all .3s;
	border-radius: 5px;
}
button:focus{
	outline: 0;
}

.quem-somos-home .titulo2-secao {
    color: #ffffff; 
	text-transform: uppercase;
}

.quem-somos-home .titulo-secao-principal, .quem-somos-home .descricao-secao {
    color: #ffffff;
}

.container-home-clientes{
	background-color: #f2f2f2;
}

/* 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;
}

.logo-byte {
    
}
.logo-byte img {
    height: 55px;
    padding: 15px 0;
}
.bg-byte{
	background-color: #1b2e5a;
}
.text-logo {
    position: relative;
    bottom: 22px;
    color: #fff;
    margin-right: 10px;
    font-weight: bold;
    font-size: 12px;
}

.div-titulo-produtos .titulo-secao-principal{
	font-size: 20px;
    text-align: left;
    color: #354278;
    font-family: "Muli-SemiBold";
}
.div-titulo-produtos .descricao-secao-principal{
	font-size: 14px;
    text-align: left;
    color: #606060;
    font-family: "Muli-SemiBold";
}
.div-titulo-produtos .link-principal{
	font-size: 14px;
    text-align: left;
    color: #354278;
    font-family: "Muli-Black";
}

/* 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;
}

body::-webkit-scrollbar{width: 5px;}
body::-webkit-scrollbar-track{background: #f1f1f1;}
body::-webkit-scrollbar-thumb{background: #ffba00;}

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: "Muli-Light";
}


/* HEADER PADRAO */
.header-padrao {
    font-family: "LondrinaSolid-Regular";
    font-size: 76.71px;
}


/* 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: #1b2e5a;
    padding: 3px 8px;
    background-color: #ffffff;
    transition: all 0.5s;
}
.paginacao .borda-selecionada, .paginacao .paginacao-busca:hover {
    background-color: #1b2e5a;
    color: #ffffff;
}

.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: 150px;
    width: 100%;
}

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

.img-cliente{
	transition: all .3s;
	filter: grayscale(100%);
}
.img-cliente:hover {
    transition: all .3s;
    filter: grayscale(0%);
    opacity: 1!important;
}

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

/*HISTORIA*/
.container-home-hist {
    background-color: #354278;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    height: 650px;
}
.div-historia{
	position: relative;
    top: 50%;
    transform: translateY(0%);
}

/*PRODUTOS*/

.div-img-produto {
	/*height: 500px;*/
    background-color: #1b2e5a;
}
.div-img-produto img, .link-principal img {
    display: block;
    width: 100%;
    background-color: #1b2e5a;
    opacity: 0.5;
    transition: all .2s;
    top: 0!important;
    transform: translateY(0%)!important;
}
.div-img-produto:hover img, .link-principal img {
    opacity: 1;
	transition: all .2s;
}

.div-img-produto-interno {
    height: 300px;
    overflow: hidden;
}
.saiba-2{
	font-size: 14px;
    color: #354278;
    font-family: "Muli-Black";
}




/*PARCEIROS*/
.div-img-cliente {
    height: 240px;
    background-color: #fff;
}


/*Noticias*/
.div-img-noticia {
    height: 400px;
    overflow: hidden;
}
.div-img-noticia2{
	height: 200px;
    overflow: hidden;
}
/*.div-img-noticia .img-noticia, .div-img-noticia2 .img-noticia {
    width: 100%;
}*/
.div-noticia .link-principal {
    font-size: 14px;
    text-align: left;
    color: #354278;
    font-family: "Muli-Black";
    float: right;
    border: 1px solid #354278;
    padding: 10px 30px;
    transition: all .3s;
}
.div-noticia:hover .link-principal{
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
-moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.75);
}



.img-noticia {
    display: block!important;
    width: 100%!important;
    background-color: #1b2e5a!important;
    opacity: 0.5!important;
    transition: all .2s!important;
    top: 0!important;
    transform: translateY(0%)!important;
}
.img-noticia:hover img {
    opacity: 1!important;
    transition: all .2s!important;
}

/* --------------------------------- HEADER --------------------------------- */
.container-header {
    position: fixed;
    background-color: #1b2e5a;
    top: 0;
    left: 0;
    z-index: 50;
    border-bottom: solid 1px transparent;
    transition: all 0.5s;
}
.container-header .menu-linha {
    background-color: #fff;
    transition: all 0.3s;
}
.navbar {
    width: 100%;
}
.navbar .nav-menu {
    height: 73px;
    position: relative;
    transition: all 0.5s;
}
.nav-brand {
    position: relative;
    height: 100%;
}
.nav-brand a {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}
.nav-brand img {
    height: 145px;
    position: relative;
    top: 0;
    transform: translateY(0);
    transition: all 0.5s;
    background-color: #fff;
    padding: 15px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#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;
}

/* HEADER PADRAO */
.header-padrao {
    font-family: 'Maven Pro', sans-serif;
    font-size: 76.71px;
}

.div-social-lateral {
    top: 50%;
    right: 0px;
    background-color: #1b3982;
    padding: 6px 15px;
    transform: translateY(-50%);
    z-index: 9999;
}
.div-rede-lateral {
    margin: 10px 0 2px 0;
    border-bottom: solid 1px #172983;
    padding: 0 10px 15px 10px;
}
.border-null {
    border-bottom: solid 0 #9ded11;
}
.borda-rede-lateral{
    border-bottom: solid 1px #9ded11;
    float: left;
    width: 40px;
    position: relative;
	margin: 0 25px;
}
.div-rede-lateral a img{	
	transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .5s;
}
.div-rede-lateral:hover a img{
	transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: all .5s;
}


.placeholder-header{
	width: 30px;
    float: left;
}
.local-home{
	float: left;
    margin: 5px 10px;
    color: #fff;
}
.rede-social {
    width: 25px;
    position: relative;
    top: 5px;
}
.borda-topo {
    border-left: solid 1px #9ded11;
    float: left;
    height: 40px;
    top: -5px;
    position: relative;
	margin: 0 25px;
}

.div-rede-topo {
    margin: 0 0 0 8px;
}
.div-rede-topo a img{	
	transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all .5s;
}
.div-rede-topo:hover a img{
	transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: all .5s;
}
.div-rede-topo .rede-social {
    width: 35px;
    position: relative;
    top: 5px;
}
.navbar-toggler {
    border-color: #e60000;
    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: #e60000;
    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 15px;
    position: relative;
}
.menu-item:last-child {
    padding-right: 0;
}
.menu-item .menu-item-link:hover {
    border-bottom: 3px solid;
}
.menu-item .ativo .menu-item-link {
        color: #354278;
    font-family: "Muli-Black";
}
.menu-item-link {
    display: inline-block;
    font-size: 15px;
    color: #354278;
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.5s;
    border-bottom: 3px solid #fff;
    padding-bottom: 5px;
}

.container-header.fixo {
    border-color: #fff;
    top: 0;
}
.container-header.fixo .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);
}
.container-header.fixo .nav-brand img {
    height: 100px;
}
.container-header.fixo .navbar .nav-menu {
    height: 44px;
}

@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) {
    .fundo-opacidade {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,0.8);
		background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%);
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0.8)));
		background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%);
		background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%);
		background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%);
		background: radial-gradient(ellipse at center, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.8) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );
        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: 44px;
    }
    .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 0px;
}
.rsNavItem.rsBullet {
    font-size: 17px;
    color: #fff;
    cursor: pointer;
}

.rsNavItem.rsBullet.rsNavSelected {
    color: #d80000;
    text-decoration: underline;
}
.rsNavItem.rsBullet.rsNavSelected span {
    background-color: #3ca3dd;
    color: #354278;
}
.rsContent .rsImg {
    margin-top: 0 !important;
    max-height: 100%;
}

.rsMinW .rsBullet span {
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 0;
    background: #CCC;
    background: rgba(255,255,255,0.5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.rsNavItem.rsBullet span {
    background-color: #354278;
    width: 10px;
    height: 10px;
    color: #fff;
	border-radius: 50%;
}


/* 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;
}


.container-home-inst {
    background-color: #354278;
}
.inst-home-desc { 
    font-size: 14px;
    color: #fff;
    position: relative;
}
.border-r-2{
	border-right: solid 2px #5778ff;
}

.container-home-prod .header-padrao {
    text-align: center;
    color: #ffba00;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.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: 26px;
    color: #fff;
    padding-left: 15px;
}
.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-inst-img img {
        width: 130px;
    }
    .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;
    }
}
@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;
}

.bt{
	background-color: #00b4eb;	
    padding: 15px 60px;
}
@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;
    }
}
@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 ---------------------------------- */
.juhnuin {
    font-family: "Muli-Black";
    font-size: 34px;
    color: #282828;
    padding-top: 50px;
    margin-left: 15px;
}
.liglig {
    font-size: 18px;
    font-family: "Muli-Regular";
    color: #282828;
    margin-left: 15px;
}


.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;
}

.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;
}*/



/* PÁGINA INTERNA - CONTATO */

.bgPgContato {
    width: 100%;
    /*height: 930px;
     background-image: url('../img/bg-contato.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; */
}

.bgPgContato ._tContato {
    width: 100%;
    display: inline-block;
    font-family: "Muli-Regular";
    font-size: 24px;
    color: #fff;
    margin-top: 120px;
}

.bgPgContato .subTContato {
    width: 100%;
    display: inline-block;
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    font-family: "Muli-Regular";
}

.bgPgContato .form-control {
    background: transparent;
}

.bgPgContato .btnFormContato {
    font-family: "Muli-Regular";
    font-size: 14px;
    color: #0d204d;
    text-transform: uppercase;
    padding: 12px 65px;
    background: transparent;
    margin-top: 40px;
    border: 1px solid #0d204d;
    transition: all 0.6s;
}

.bgPgContato .btnFormContato:hover {
    box-shadow: 4px 4px 6px -3px rgb(0, 0, 0);
}

.bgPgContato form {
    padding-right: 30px;
}

.bgPgContato .fontEmai {
   font-family: "Muli-Regular" !important;
}

.bgPgContato .horarioAtendimento {
    display: inline-block;
    width: 100%;
    margin-top: 50px;
}

.bgPgContato .horarioAtendimento .t_atendimento {
    display: inline-block;
    width: 100%;
    
	font-family: "Muli-Black";
    font-size: 18px;
    color: #354278;
}

.bgPgContato .horarioAtendimento .diasHorasAtendimento {
    display: inline-block;
    width: 100%;
    font-family: "Muli-Regular";
    font-size: 18px;
    color: #354278;
}

.bgPgContato form input,
.bgPgContato form textarea {
    font-family: "Muli-Regular";
    font-size: 18px;
    color: #000 !important;
}

.bgPgContato .descPgContato {
    font-family: "Muli-Regular";
    font-size: 18px;
    color: #000;
    margin-top: 35px;
    margin-bottom: 35px;
}

.bgPgContato .descPgContato a:hover {
    text-decoration: none;
}

.bgPgContato .saibamaisModal {
    font-family: "Muli-Block";
    color: #fff;
}

.bgPgContato .dadosContato {
    display: flex;
    align-items: center;
    height: 60px;
}

.bgPgContato .dadosContato svg {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}

.contentDContato a {
    color: #354278;
}

.contentDContato a:hover {
    text-decoration: none;
}

.bgPgContato .contentDContato {
    font-family: "Muli-Regular";
    font-size: 18px;
    color: #354278;
}

.bgPgContato .contentDContato span {
    font-family: "Muli-Regular";
    font-size: 18px;
    color: #354278;
    text-transform: uppercase;
}

.bgPgContato .dadosContato svg path {
    fill: #354278;
}

.cool-b4-form .btn {
    border-radius: 0;
}

.cool-b4-form .form-group {
    position: relative;
    padding-top: 40px;
    margin-bottom: 0;
    /* If there's only 1 input make it full height */
}

.cool-b4-form .form-group:first-child:last-child {
    height: 100%;
}

.cool-b4-form .form-group:first-child:last-child .form-control {
    height: 100%;
}

.cool-b4-form .form-group textarea {
    resize: none;
}

.cool-b4-form .form-group .input-highlight {
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    display: block;
    bottom: 0;
    -webkit-transition: width 0.4s ease;
    transition: width 0.4s ease;
}

.cool-b4-form .form-group label {
    font-family: "Muli-Regular";
    font-size: 14px;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 25px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #354278 !important;
}

.cool-b4-form .form-group .form-control {
    border-radius: 0;
    border-width: 0 0 1px 0;
    border-color: #0d204d;
}

.cool-b4-form .form-group .form-control:focus,
.cool-b4-form .form-group .form-control.hasValue {
    /* box-shadow: none; */
    border-color: #000;
}

.cool-b4-form .form-group .form-control:focus~.input-highlight,
.cool-b4-form .form-group .form-control.hasValue~.input-highlight {
    width: 100%;
}

.cool-b4-form .form-group .form-control:focus~label,
.cool-b4-form .form-group .form-control.hasValue~label {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    top: 0;
    left: 0;
}


/* FIM PÁGINA INTERNA - CONTATO */


@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;
    }
}


/* --------------------------------- FOOTER --------------------------------- */
.rodape-news {
    background-color: #ffe9ae;
    height: 229px;
    margin-top: 80px;
}
.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: 19.31px;
    color: #fff;
    background-color: #ffba00;
    border: solid 1px #ffba00;
    border-radius: 5px;
    width: 100%;
    padding: 18.5px 65px 18.5px 18.5px;
}
.news-input input:-ms-input-placeholder {color: #fff;}
.news-input input:-moz-placeholder {color: #fff;}
.news-input input::-moz-placeholder {color: #fff;}
.news-input input::-webkit-input-placeholder {color: #fff;}
.news-botao {
    position: absolute;
    top: 0;
    right: 0;
}
.news-botao button {
    font-size: 20px;
    color: #fff;
    background-color: #ffba00;
    border: solid 1px #ffba00;
    border-radius: 5px;
    padding: 18px;
    cursor: pointer;
    transition: all 0.5s;
}
.news-botao button:hover {
    color: #ffba00;
    background-color: #fff;
}

.rodape-conteudo {
    margin-top: 35px;
}
.logo-cliente img {
    width: 175px;
}

.rodape-header {
    font-family: "LondrinaSolid-Regular";
    font-size: 20px;
    color: #d80000;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.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: 16px;
    color: #838a8c;
    transition: all 0.5s;
}
.rodape-menu-item-link a:hover, .rodape-menu-produto-link a:hover {
    color: #838a8c;
}
.rodape-menu-item-link .ddd {
    font-size: 18px;
    color: #838a8c;
    transition: all 0.5s;
    margin-right: 15px;
}
.rodape-menu-item-link .numero{
	font-size: 32px;
    color: #838a8c;
}
.rodape-menu-item-link .fone{
	font-size: 22px;
    color: #838a8c;
}
.enderecox{
	font-family: "Muli-Regular";
    font-size: 14px;
    color: #838a8c;
}

.rodape-tel-txt {
    font-size: 22px;
    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;
}


.rodape-menu-item-link-produto{transition: all .3s}
.rodape-menu-item-link-produto:hover:before{content: '-'}
.copy {
    font-size: 11px;
    color: #8e8a93;
    padding-top: 1em;
    padding-bottom: 1em;
    position: relative;
}
.logo-cliente-rodape img {
    width: 185px;
}
.opacity-0{
	opacity: 0;
}
.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;
}
.threednoticia {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    transition: all 0.6s;
}
.threednoticia:hover {
    /* -webkit-box-shadow: 4px 4px 6px -3px rgba(0,0,0,0.75); */
    -moz-box-shadow: 4px 4px 6px -3px rgba(0,0,0,0.75);
    /* box-shadow: 4px 4px 6px -3px rgba(0,0,0,0.75); */
    transform: translateX(-3px);
    transition: all 0.6s;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2) !important;
}

.botao-noticia-saiba-mais{
    cursor: pointer !important;
    width: 116px;
    height: 40px;
    background-color: #eeeeee;
    border: none;
    color: #000;
    text-transform: uppercase;
        font-family: "Muli-Regular";
    font-size: 12px;
    transition: 0.6s;
}
a > div.botao-noticia-saiba-mais:hover{
    cursor: pointer !important;
    width: 220px;
    height: 40px;
    background-color: #fff;
    border: none;
    color: #B54D4B;
    border: solid 1px;
    border-color: #B54D4B;
    text-transform: uppercase;
        font-family: "Muli-Regular";
    font-size: 18px;
    transition: 0.6s;
}
.fonte-tiulo-lista-noticia {
    color: #282828;
    font-family: "Muli-Black";
    font-size: 16px;
}
.fonte-date-noticia{
    color: #000;
        font-family: "Muli-Regular";
    font-size: 14px;
}
.fonte-conteudo-lista-noticia {
    color: #282828;
    font-family: "Muli-Regular";
    font-size: 14px;
    padding: 0 10px;
}
.blog-geral .titulotipico:hover .threednoticia{
    /* -webkit-box-shadow: 4px 4px 6px -3px rgba(0,0,0,0.75); */
    -moz-box-shadow: 4px 4px 6px -3px rgba(0,0,0,0.75);
    /* box-shadow: 4px 4px 6px -3px rgba(0,0,0,0.75); */
    transform: translateX(-3px);
    transition: all 0.6s;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2) !important;
}
.blog-geral .titulotipico{
    font-size: 17px;
    font-family: 'NexaBold';
    position: absolute;
    padding-bottom: 14px;
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 14px;
    bottom: 0;
    text-align: center;
    opacity: 0.8;
    width: 100%;
}
.blog-geral{
    text-decoration: none;
    margin-bottom: 50px;
}
.clinica-para-voce{
    padding: 0px;
    line-height: 46px;
    padding-top: 60px;
    font-size: 24px;
    font-family: 'NexaBold';
    color: #abb9c4;
    letter-spacing: 2px;
}
.titutiu-blog{
    font-size: 40px; 
    color: #022b4e; 
    font-family: 'NexaLight'; 
    text-align: center; 
    padding-top: 60px;
}
.bar-blog{
    width: 52px;
    height: 3px;
    background-color: #00e4ff;
    position: absolute;
    transform: translateX(-50%)translateY(-6px);
    left: 50%;
}
.botao-hohom{
    width: 215px;
    height: 56px;
    border: none;
    background-color: #00e4ff;
    color: #fff;
    font-family: 'NexaBold';
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 63px;
    transition: all 0.6s;
}
.botao-hohom:hover{
    width: 215px;
    height: 56px;
    border: solid 1px #00e4ff;
    background-color: #fff;
    color: #00e4ff;
    cursor: pointer;
    font-family: 'NexaBold';
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 63px;
    transition: all 0.6s;
}

@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;*/
    }
	.row-resp{
		margin-left: 0;
		margin-right: 0;
	}
}
@media (max-width: 767px) {
    .rodape-header {
        margin-top: 20px;
    }
    .copy {
        padding-bottom: 1em;
    }
    .logo-byte {
        padding-bottom: 3em;
    }
}
@media (max-width: 575px) {
	.div-social-lateral {
		display: none;
	}
    .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%;
        padding-left: 0;
    }
    .rodape-news {
        margin-top: 90px;
    }
	.owl-theme .owl-nav [class*=owl-] {

		left: 0 !important;
		position: relative;
	}
	.div-historia {
		position: relative!important;
		top: 20%!important;
		transform: translateY(0%)!important;
	}
	.espaco-top {
		height: 90px;
	}
}
