*{
    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;
}
@font-face {
    font-family: "ArialRoundedMTBold";
    src:url("../fonts/ArialRoundedMTBold.otf") format("otf"),
        url("../fonts/ArialRoundedMTBold.ttf") format("truetype"),
        url("../fonts/ArialRoundedMTBold.woff") format("woff"),
        url("../fonts/ArialRoundedMTBold.woff2") format("woff2");
}
@font-face {
    font-family: "MerriweatherSans";
    src:url("../fonts/MerriweatherSans.otf") format("otf"),
        url("../fonts/MerriweatherSans.ttf") format("truetype"),
        url("../fonts/MerriweatherSans.woff") format("woff"),
        url("../fonts/MerriweatherSans.woff2") format("woff2");
}
@font-face {
    font-family: "Roboto";
    src:url("../fonts/Roboto.otf") format("otf"),
        url("../fonts/Roboto.ttf") format("truetype"),
        url("../fonts/Roboto.woff") format("woff"),
        url("../fonts/Roboto.woff2") format("woff2");
}
@font-face {
    font-family: "Roboto-Light";
    src:url("../fonts/Roboto-Light.otf") format("otf"),
        url("../fonts/Roboto-Light.ttf") format("truetype"),
        url("../fonts/Roboto-Light.woff") format("woff"),
        url("../fonts/Roboto-Light.woff2") format("woff2");
}
/* 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;
}
.white{
	color: #fff !important;
}
.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;
}

.consultoria-fundo{
	background-color: #2C394A;
    width: 80%;
    height: 100%;
    position: absolute;
    border-bottom-right-radius: 250px;
    border-top-right-radius: 40px;
}

.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: 20px;
    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;
}

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

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

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


/* HEADER PADRAO */
.header-padrao {
    font-family: 'MerriweatherSans';
    font-style: italic;
	font-weight: 700;
    /* font-size: 45px; */
    font-size: 40px;
    line-height: 57px;
    letter-spacing: 0.05em;
    color: #0141C1;
    text-transform: uppercase;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 61px;
}
.header-padrao::before {
    content: '';
    height: 3px;
    margin-right: 64px;
    background: -moz-linear-gradient(left,  rgba(1,65,193,1) 0%, rgba(1,65,193,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(1,65,193,1) 0%,rgba(1,65,193,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(1,65,193,1) 0%,rgba(1,65,193,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0141c1', endColorstr='#000141c1',GradientType=1 ); /* IE6-9 */
    flex: 1 0 20px;
}
.header-padrao::after {
    content: '';
    height: 3px;
    margin-left: 64px;
    background: -moz-linear-gradient(left,  rgba(1,65,193,0) 0%, rgba(1,65,193,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(1,65,193,0) 0%,rgba(1,65,193,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(1,65,193,0) 0%,rgba(1,65,193,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000141c1', endColorstr='#0141c1',GradientType=1 ); /* IE6-9 */
    flex: 1 0 20px;
}
.header-titulo{
	font-family: 'Roboto';
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    color: #8E8E8E;
    margin-bottom: 43px;
}

/* PAGINACAO */
.paginacao {
    padding-top: 50px;
    padding-bottom: 50px;
}
.paginacao ul {
    margin: 0;
}
.paginacao li {
    display: inline-block;
    vertical-align: middle;
}
.paginacao li:first-child {
    margin-right: 13px;
}
.paginacao li:last-child {
    margin-left: 13px;
}
.paginacao .paginacao-busca {
    font-family: "MerriweatherSans";
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    color: #D9D9D9;
    padding: 3px 8px;
    transition: all 0.3s;
}
.paginacao .borda-selecionada,
.paginacao .paginacao-busca:hover {
    color: #0141C1;
}
.paginacao .paginacao-icone {
    border-radius: 8px;
    border: solid 1px #0141C1;
    background-color: #0141C1;
    color: #FFFFFF;
    font-size: 20px;
    padding: 2.5px 10px;
}
.paginacao .paginacao-icone:hover {
    background-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
}

.font-weight600{	
    font-weight: 600;
}
.laranja{
	color: #F79E5A;
}

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

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

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

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

@media (max-width: 1199px) {
    .header-padrao {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .header-padrao {
        font-size: 36px;
        margin-bottom: 20px;
    }
}
@media (max-width: 767px) {
    .header-titulo {
        font-size: 18px;
    }
    .header-padrao {
		font-size: 24px;
	}
}


/* --------------------------------- HEADER --------------------------------- */
.container-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    border-bottom: solid 1px transparent;
    transition: all 0.5s;
}
.menu-linha-info {
    text-align: right;
    padding-top: 37px;
    padding-bottom: 20px;
    margin-top: 0;
    position: relative;
    z-index: 2;
    transition: all 0.3s;
}
.menu-info {
    padding-right: 31px;
}
.menu-info:last-child {
    padding-right: 0;
}
.menu-info img {
    height: 20px;
    margin-right: 18px;
}
.menu-info a {
    font-family: "MerriweatherSans";
    font-style: italic;
    font-weight: 700;
    /* font-size: 16px; */
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #8B8B8B;
    transition: all 0.3s;
}
.menu-info a:hover {
    color: #0141C1;
}
.menu-info,
.menu-info img,
.menu-info a {
    display: inline-block;
    vertical-align: middle;
}
.container-header .menu-linha {
    /* background-color: #2C394A; */
    background-color: transparent;
    transition: all 0.3s;
}
.navbar {
    width: 100%;
}
.navbar .nav-menu {
    height: 80px;
    position: relative;
    background-color: #FFFFFF;
    border-radius: 8px;
    transition: all 0.5s;
    margin-top: -29px;
}
.nav-brand {
    position: relative;
}
.nav-brand a {
    padding-top: 0;
    padding-bottom: 0;
}
.nav-brand img {
    /* height: 50px; */
    height: 80px;
    position: relative;
    transition: all 0.5s;
    color: #fff;
}
#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: #006230;
    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: #006230;
    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 39px;
    position: relative;
    /* margin: 0 15px; */
}
.menu-item .ativo .menu-item-link, .menu-item .menu-item-link:hover {
    color: #313131;
}
.menu-item-link {
    font-family: "MerriweatherSans";
    font-style: italic;
    font-weight: 700;
    /* font-size: 15px; */
    font-size: 12px;
    color: #0141C1;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.5s;
    /* text-transform: capitalize; */
}

.div-rede-header {
    display: inline-block;
    vertical-align: middle;
}
.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-info {
    margin-top: -87px;
}
.container-header.fixo .menu-linha {
    background-color: #FFFFFF;
    height: 85px;
    -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-menu {
    height: 69px;
    margin-top: 0;
}

.container-header.fixo .nav-brand img {
    height: 30px;
}
.container-header.fixo .navbar .nav-menu {
    position: relative;
}
.container-header.fixo .menu-item-link {
    /* color: #ffffff; */
}
.container-header.fixo .nav-brand img {
    height: 45px;
    position: relative;
    transition: all 0.5s;
    margin-top: 10px;
	filter: sepia(0);
}


.index-1{
	z-index: 1;
}

.index-9{
	z-index: 9;
}


@media (min-width: 992px) {
    .menu-linha-info {
        display: block;
    }

    .menu-item {
        border-left: solid 1.5px #E7E7E7;
        height: 56.5px;
        display: flex;
        align-items: center;
    }
    .menu-item:first-child {
        border-color: transparent;
    }

    .menu-item:nth-last-child(3) {
        padding-right: 0;
        margin-right: 0;
    }
}
@media (min-width: 992px) AND (max-width: 1399px) {
    
}
@media (min-width: 992px) AND (max-width: 1199px) {
    /* .navbar .nav-menu {
        height: 58px;
    } */
    .nav-brand img {
        height: 50px;
    }
    .menu-item {
        padding: 0 35px;
    }
}
@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;
	} */

    .menu-linha-info {
        display: none;
    }
    .navbar .nav-menu {
        margin-top: 0;
    }

    .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.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);
    } */
    .navbar .nav-menu {
		height: 69px;
	}
    .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: #0141C1;
    }
    .nav-menu .menu-item-link {
        padding: 18px 15px;
        width: 100%;
        color: #fff;
    }
    .menu-item::after {
        display: none;
    }
    
    .container-header.fixo div#navbarSupportedContent {
        top: 53px;
    }

    .container-header.fixo .menu-linha {
        height: 85px;
    }
    .container-header.fixo .nav-menu {
        /* margin-top: 16px; */
    }
    .container-header.fixo .nav-brand img {
        height: 54px;
        margin-top: 0;
    }
}
@media (max-width: 575px) {
    
}
@media (max-width: 350px) {
    .nav-brand img {
        height: 45px;
    }
}


/* ---------------------------------- HOME ---------------------------------- */
.home {
    padding-top: 150px;
}

.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: #ffffff;
    width: 10px;
    height: 10px;
}
.rsNavItem.rsBullet.rsNavSelected {
    color: #0141C1;
    text-decoration: underline;
}
.rsNavItem.rsBullet.rsNavSelected span {
    background-color: #0141C1;
}
.rsContent .rsImg {
    margin-top: 0 !important;
}
.rsMinW .rsGCaption {
    background: none;
    font-family: "MerriweatherSans";
    font-weight: 700;
    font-size: 55px;
    letter-spacing: 0.02em;
    bottom: 31%;
    left: 50%;
    transform: translateX(-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-produto {
    padding-top: 98px;
    padding-bottom: 56px;
}
.container-home-produto-ctg ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 134px;
    text-align: center;
}
.home-produto-ctg-temp {
    display: inline-block;
    vertical-align: middle;
    font-family: "MerriweatherSans";
    font-style: italic;
    font-weight: 400;
    /* font-size: 24px; */
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #C1C1C1;
    border-radius: 5px;
    padding: 9.5px 79.84px;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: all .3s;
}
.home-produto-ctg-temp:hover,
.home-produto-ctg-temp.ativo {
    color: #FFFFFF;
    background-color: #0141C1;
}
[class*="prod-home-item-"] {
    display: none;
}
.home-produto-mostrar {
    display: block;
}
.prod-home-item {
    max-width: 350px;
    margin: auto;
    position: relative;
    transition: all 0.3s;
}
.prod-home-item:hover {
    box-shadow: 0 0 10px 0 #202428;
}
.produto-home-img {
    font-size: 0;
}
.produto-home-img img {
    opacity: 0;
}
.produto-home-txt {
    background: #282828; /* Old browsers */
    background: -moz-linear-gradient(left,  #282828 0%, #7f7f7f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #282828 0%,#7f7f7f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #282828 0%,#7f7f7f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#7f7f7f',GradientType=1 ); /* IE6-9 */
    width: 100%;
    padding: 10px;
    transition: all 0.3s;
}
.prod-home-item:hover .produto-home-txt {
    margin-top: -15px;
    padding-bottom: 25px;
}
.produto-home-titulo {
    font-family: "ArialRoundedMTBold";
    height: 52px;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFFFFF;
    padding-top: 10px;
    transition: all 0.3s;
}
.produto-home-ano-modelo {
    font-family: "MerriweatherSans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFFFFF;
    padding-top: 10px;
    transition: all 0.3s;
}
.produto-home-valor {
    font-family: "MerriweatherSans";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFFFFF;
    padding-top: 20px;
    transition: all 0.3s;
}
.produto-home-mais {
    font-family: "MerriweatherSans";
    font-style: italic;
    font-weight: 400;
    /* font-size: 24px; */
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: right;
    color: #0141C1;
    padding-top: 22px;
}
.produto-home-risca {
    height: 1px;
    margin-top: 27px;
    background: -moz-linear-gradient(left,  rgba(49,49,49,0) 0%, rgba(49,49,49,1) 50%, rgba(49,49,49,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(49,49,49,0) 0%,rgba(49,49,49,1) 50%,rgba(49,49,49,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(49,49,49,0) 0%,rgba(49,49,49,1) 50%,rgba(49,49,49,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00313131', endColorstr='#00313131',GradientType=1 ); /* IE6-9 */
}


.container-home-inst {
    padding-top: 56px;
    padding-bottom: 127px;
}
.container-home-inst .header-padrao {
    display: block;
    text-align: left;
    text-transform: none;
    margin-bottom: 33px;
}
.container-home-inst .header-padrao::before,
.container-home-inst .header-padrao::after {
    margin-left: 0;
    margin-right: 0;
}
.home-inst-desc {
    /* font-family: "Roboto"; */
    font-family: "Roboto-Light";
    font-weight: 400;
    /* font-size: 20px; */
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #666666;
    position: relative;
    text-align: justify;
    /* margin-bottom: 43px; */
    margin-bottom: 32px;
}
.btn-padrao {
    text-align: right;
}
.btn-padrao-todos {
    display: inline-block;
    font-family: "MerriweatherSans";
    font-style: italic;
    font-weight: 400;
    /* font-size: 24px; */
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #0141C1;
    transition: all 0.3s;
}
.btn-padrao-todos:hover {
    color: #313131;
}
.inst-home-img img {
    max-width: 820px;
}



btn {
	cursor: pointer;
}

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

.container-home-contato {
    padding-top: 180px;
}

.div-img-principal-blog{
	overflow: hidden;
	height: 450px;
}

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

.div-img-principal-blog img{
    height: 100%;
    max-width: fit-content;
    max-width: -moz-fit-content;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-insta {
    margin-top: 110px;
    margin-bottom: 30px;
}


@media (min-width: 1451px) AND (max-width: 1680px) {
    .rsMinW .rsGCaption {
        font-size: 45px;
    }
}
@media (min-width: 1251px) AND (max-width: 1450px) {
    .rsMinW .rsGCaption {
        font-size: 39px;
    }
}
@media (min-width: 1200px) AND (max-width: 1250px) {
    .rsMinW .rsGCaption {
        font-size: 37px;
    }
}
@media (max-width: 1199px) {
    
}
@media (min-width: 992px) AND (max-width: 1199px) {
    .rsMinW .rsGCaption {
        font-size: 30px;
    }
}
@media (min-width: 576px) {
    .home-banner-container-txt,
    .home-banner-txt {
        max-width: 540px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 768px) {
    .home-banner-container-txt,
    .home-banner-txt {
        max-width: 720px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 992px) {
    .home-banner-mobile {
        display: none;
    }
    .home-banner-container-txt,
    .home-banner-txt {
        max-width: 960px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 1200px) {
    .home-banner-container-txt,
    .home-banner-txt {
        max-width: 1110px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 1199px) {
    .servico-home-item {
        max-width: 300px;
    }
}
@media (min-width: 768px) AND (max-width: 991px) {
    .prod-home-item {
        max-width: 330px;
    }
}
@media (max-width: 991px) {
    .home {
        padding-top: 85px;
    }
    .home-banner-mobile {
        display: block;
    }
    .container-home-mapa iframe {
        height: 400px;
    }

    .container-home-produto {
        padding-top: 40px;
    }
    .container-home-produto-ctg ul {
        margin-bottom: 20px;
    }

    .container-home-inst .header-padrao {
        text-align: center;
    }
    .btn-padrao {
        text-align: center;
    }
    .container-home-inst .btn-padrao {
        padding-bottom: 20px;
    }
    .home-inst-img {
        text-align: center;
    }

    .home-banner {
        display: none;
    }
    .home-banner-container-txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding-right: 15px;
        padding-left: 15px;
        width: 100%;
    }
    .home-banner-titulo {
        max-width: 100%;
        font-size: 24px;
    }

}
@media (max-width: 767px) {
    .btn-padrao-todos a {
        font-size: 18px;
        line-height: normal;
    }

    .container-home-servico .header-titulo,
    .container-lista-servico .header-titulo {
        font-size: 24px;
        line-height: normal;
    }
    .container-home-servico .header-padrao,
    .container-lista-servico .header-padrao {
        font-size: 18px;
        line-height: normal;
    }

    .servico-home-item {
        margin-bottom: 30px;
    }
    .btn-padrao-todos.btn-home-servico {
        padding-top: 20px;
    }

    .home-banner-titulo {
        font-size: 24px;
        line-height: normal;
    }

    .container-home-parceiro .header-titulo,
    .container-parceiro .header-titulo {
        font-size: 24px;
        line-height: normal;
    }

    .container-home-obra .header-padrao {
        font-size: 24px;
        line-height: normal;
    }

    .servico-home-item {
        max-width: 350px;
    }
}
@media (max-width: 575px) {
    .container-home-mapa iframe {
        height: 300px;
    }
    
    .slide-parceiro img {
        max-width: 146px;
        margin: auto;
    }

    .container-home-servico .header-titulo::before,
    .container-lista-servico .header-titulo::before {
        margin-right: 25px;
    }
    .container-home-servico .header-titulo::after,
    .container-lista-servico .header-titulo::after {
        margin-left: 25px;
    }

    .home-banner-titulo {
        font-size: 16px;
        line-height: normal;
    }
    .home-banner-descricao {
        font-size: 14px;
        line-height: normal;
    }
}

/* ----------------------------- INSTITUCIONAL ----------------------------- */
.container-institucional {
    padding-top: 98px;
    padding-bottom: 56px;
}
.container-institucional .header-padrao {
    display: block;
    text-align: left;
    text-transform: none;
    margin-bottom: 33px;
}
.container-institucional .header-padrao::before,
.container-institucional .header-padrao::after {
    margin-left: 0;
    margin-right: 0;
}
.inst-desc {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #666666;
    position: relative;
    text-align: justify;
    margin-bottom: 43px;
}

.inst-linha-mvv {
    padding-top: 165px;
    margin-bottom: 195px;
    overflow: hidden;
}
.inst-linha-mvv .header-padrao {
    font-size: 55px;
    line-height: 67px;
    color: #484848;
    font-weight: 500;
    position: relative;
    border-left: none;
    padding-left: 0;
}
.inst-linha-mvv .header-padrao img {
    position: absolute;
    top: -69px;
    left: -52px;
}
.inst-mvv-desc {
    font-family: "Roboto";
    font-weight: 400;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.05em;
    color: #666666;
}
.inst-risca {
    position: absolute;
    right: 0;
    top: 105px;
}
.inst-mvv-img {
    margin-top: 40px;
}


@media (min-width: 992px) {
    .fundo-cobre-banner {
        position: relative;
        margin-top: -160px;
        padding: 80px;
        z-index: 35;
    }
    
    .pad-l-lg-11 {
        padding-bottom: 11px;
    }
    .pad-r-lg-11 {
        padding-right: 11px;
    }
}
@media (min-width: 1200px) {
    .fundo-cobre-banner {
        position: relative;
        margin-top: -220px;
        padding: 110px;
        z-index: 35;
    }
}

@media (max-width: 1199px) {
    .inst-titulo {
        font-size: 54px;
    }
    .inst-subtitulo {
        font-size: 68px;
    }
    .inst-desc {
        margin-top: 20px;
        /* height: 63px; */
    }
    .inst-fundo-roxo-branco {
        margin-top: -60px;
    }
    .inst-vid-titulo {
        font-size: 50px;
    }
}
@media (max-width: 991px) {
    .container-institucional {
        padding-top: 40px;
    }

    .cont-inst-txt {
        position: relative;
        transform: none;
        left: inherit;
        top: inherit;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .inst-desc {
        height: auto;
        margin-bottom: 30px;
    }

    .inst-fundo-roxo-branco {
        display: none;
    }

    .inst-linha-top {
        padding-bottom: 30px;
    }

    .inst-linha-mvv {
        padding-top: 10px;
        margin-bottom: 40px;
    }
    .inst-linha-mvv .header-padrao {
        margin-top: 75px;
    }
    .inst-linha-mvv .header-padrao img {
        left: -15px;
    }
    
}
@media (max-width: 767px) {
    .inst-titulo {
        font-size: 50px;
    }
    .inst-subtitulo {
        font-size: 60px;
    }
	.servico-titulo {
		top: 100px;
		width: 100%;
		margin-left: -15px;
	}
	
    .cont-inst .header-padrao {
        font-size: 24px;
    }
    .inst-desc {
        font-size: 16px;
    }

    .inst-linha-mvv .header-padrao img {
        max-width: 50px;
        top: -20px;
    }
    .inst-linha-mvv .header-padrao {
        font-size: 24px;
    }
    .inst-mvv-desc {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .inst-titulo {
        font-size: 40px;
    }
    .inst-subtitulo {
        font-size: 44px;
    }
}

/* -------------------------------- PRODUTO -------------------------------- */
.container-produto-lista {
    padding-top: 104px;
    padding-bottom: 56px;
}
.container-produto-lista .header-padrao {
    margin-bottom: 128px;
}

.produto-lista-aside-titulo {
    font-family: "MerriweatherSans";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    /* line-height: 30px; */
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #0141C1;
    padding-top: 58px;
}
.produto-lista-aside-titulo:first-child {
    padding-top: 0;
}
.produto-lista-aside-item {
    padding-top: 31px;
}
.produto-lista-aside-item a {
    font-family: "MerriweatherSans";
    font-style: italic;
    font-weight: 400;
    font-size: 24px;
    /* line-height: 30px; */
    letter-spacing: 0.05em;
    color: #808080;
    transition: all 0.3s;
}
.produto-lista-aside-item a.ativo,
.produto-lista-aside-item a:hover {
    color: #0141C1;
}

.prod-lista-item {
    margin-bottom: 27px;
}
.prod-lista-item:hover {
    box-shadow: 0 0 10px 0 #202428;
}
.produto-lista-img {
    font-size: 0;
}
.produto-lista-img img {
    opacity: 0;
}
.produto-lista-txt {
    background: #282828;
    background: -moz-linear-gradient(left, #282828 0%, #7f7f7f 100%);
    background: -webkit-linear-gradient(left, #282828 0%,#7f7f7f 100%);
    background: linear-gradient(to right, #282828 0%,#7f7f7f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#282828', endColorstr='#7f7f7f',GradientType=1 );
    width: 100%;
    padding: 10px;
    transition: all 0.3s;
}
.prod-lista-item:hover .produto-lista-txt {
    margin-top: -15px;
    padding-bottom: 25px;
}
.produto-lista-titulo {
    font-family: "ArialRoundedMTBold";
    font-size: 16px;
    height: 64px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFFFFF;
    padding-top: 10px;
}
.produto-lista-ano-modelo {
    font-family: "MerriweatherSans";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 20px; */
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFFFFF;
    padding-top: 10px;
}
.produto-lista-valor {
    font-family: "MerriweatherSans";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    /* line-height: 30px; */
    letter-spacing: 0.05em;
    text-align: center;
    color: #FFFFFF;
    padding-top: 20px;
}
.produto-lista-mais {
    font-family: "MerriweatherSans";
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    /* line-height: 30px; */
    letter-spacing: 0.05em;
    text-align: right;
    color: #0141C1;
    padding-top: 22px;
}
.produto-lista-risca {
    height: 1px;
    margin-top: 27px;
    background: -moz-linear-gradient(left,  rgba(49,49,49,0) 0%, rgba(49,49,49,1) 50%, rgba(49,49,49,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(49,49,49,0) 0%,rgba(49,49,49,1) 50%,rgba(49,49,49,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(49,49,49,0) 0%,rgba(49,49,49,1) 50%,rgba(49,49,49,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00313131', endColorstr='#00313131',GradientType=1 ); /* IE6-9 */
}
.prod-lista-item a:hover .produto-lista-ano-modelo span,
.prod-lista-item a:hover .produto-lista-cor span,
.prod-lista-item a:hover .produto-lista-valor span {
    color: #0141C1;
}


.container-produto {
    padding-top: 104px;
    padding-bottom: 56px;
}
.container-produto .header-padrao {
    display: block;
    text-align: left;
    text-transform: none;
}
.container-produto .header-padrao::before,
.container-produto .header-padrao::after {
    margin-left: 0;
    margin-right: 0;
}
.produto-conteudo-titulo {
    font-family: "MerriweatherSans";
    font-style: normal;
    font-weight: 700;
    /* font-size: 24px; */
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #313131;
}
.produto-conteudo-desc {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    /* font-size: 20px; */
    font-size: 18px;
    letter-spacing: 0.05em;
    color: #666666;
    padding-top: 10px;
    padding-bottom: 40px;
}
.produto-img-interna {
    padding-bottom: 30px;
}
/* .btn-orcamento {
    display: inline-block;
} */
.btn-orcamento-interno {
    display: inline-block;
    border: solid 1px #0141C1;
    background-color: #0141C1;
    color: #FFFFFF;
    border-radius: 5px;
    font-family: "MerriweatherSans";
    font-style: italic;
    font-weight: 400;
    /* font-size: 24px; */
    font-size: 20px;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 9.5px 79.84px;
}
.produto-titulo-galeria {
    font-family: "MerriweatherSans";
    font-style: normal;
    font-weight: 700;
    /* font-size: 30px; */
    font-size: 24px;
    letter-spacing: 0.05em;
    text-align: center;
    color: #0141C1;
    padding-top: 50px;
    padding-bottom: 30px;
}
.produto-galeria-img {
    overflow: hidden;
}
.produto-galeria-img img {
    transition: all 0.3s;
}
.produto-galeria-img a:hover img {
    transform: scale(1.1);
}

.container-produto-mais .btn-padrao {
    padding-top: 20px;
    text-align: center;
}



@media (min-width: 992px) AND (max-width: 1199px) {
    .produto-lista-titulo {
        font-size: 16px;
    }
    .produto-lista-ano-modelo,
    .produto-lista-cor {
        font-size: 14px;
    }
    .produto-lista-valor {
        font-size: 16px;
    }

    .prod-home-item {
        max-width: 290px;
    }
}
@media (max-width: 1299px) {
    
}
@media (max-width: 1199px) {
    
}
@media (max-width: 991px) {
    .container-produto-lista {
        padding-top: 40px;
    }

    .container-produto-lista .header-padrao {
        margin-bottom: 30px;
    }
    .produto-lista-aside-titulo {
        font-size: 20px;
    }
    .produto-lista-aside-item a {
        font-size: 18px;
    }

    .container-produto {
        padding-top: 40px;
    }
    .produto-conteudo-titulo {
        text-align: center;
    }
    .produto-conteudo-desc {
        text-align: center;
    }
    .produto-img-interna {
        text-align: center;
    }
    .btn-orcamento {
        text-align: center;
    }

}
@media (max-width: 767px) {

    .produto-filtro {
        width: 100%;
        font-family: "MerriweatherSans";
        font-style: normal;
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0.05em;
        text-align: center;
        color: #FFFFFF;
        background-color: #0141C1;
        border-radius: 5px;
        border: none;
        margin-bottom: 10px;
        padding: 5px 0;
    }
    .produto-filtro:focus {
        outline: none;
    }
    .collapse-filtro {
        padding-bottom: 15px;
    }
    .collapse-filtro a {
        font-family: "MerriweatherSans";
        font-style: italic;
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.05em;
        color: #808080;
    }
    .collapse-filtro.ativo a {
        color: #0141C1;
    }

    .produto-conteudo-titulo {
        font-size: 18px;
    }
    .produto-conteudo-desc {
        font-size: 18px;
    }

    .produto-titulo-galeria {
        font-size: 24px;
    }
}
@media (max-width: 575px) {
    
}

/* ---------------------------------- ORÇAMENTO ---------------------------------- */
.container-orcamento {
    padding-top: 104px;
    padding-bottom: 56px;
}

.orcamento-produto {
    font-family: "MerriweatherSans";
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    /* line-height: 30px; */
    letter-spacing: 0.05em;
    color: #313131;
    padding-bottom: 15px;
}
.orcamento-produto span {
    color: #0141C1;
}

@media (max-width: 991px) {
    .container-orcamento {
        padding-top: 40px;
    }
}
@media (max-width: 767px) {
    
}

/* ---------------------------------- 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: "Roboto";
    display: inline-block;
    background-color: #ffb800;
    color: #d80000;
    font-size: 18px;
    padding: 5px 20px;
    margin-bottom: 10px;
}
.blog-banner-titulo {
    font-family: "Roboto";
    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: "Roboto";
    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: "Roboto";
    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: "Roboto";
    font-size: 36px;
    color: #fff;
}
.blog-box-2-ler {
    border: solid 1px #fed04c;
    font-family: "Roboto";
    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: "Roboto";
    font-size: 18px;
    color: #ffd766;
    margin-top: 25px;
    padding-left: 10px;
    padding-right: 10px;
}
.blog-box-titulo {
    font-family: "Roboto";
    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: "Roboto";
    font-size: 18px;
    color: #ffb800;
    text-align: center;
    text-transform: uppercase;
    background-color: #e60000;
    padding: 10px;
    margin-top: 34px;
}
.blog-data {
    font-family: "Roboto";
    font-size: 18px;
    color: #d80000;
    background-color: #fed04c;
    display: inline-block;
    margin-top: 25px;
    padding: 5px 30px;
}
.blog-titulo {
    font-family: "Roboto";
    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 -------------------------------- */
.container-contato {
    padding-top: 104px;
    padding-bottom: 56px;
}

.form-row {
    padding-top: 27px;
    font-size: 0;
}
.form-contato {
    padding-top: 30px;
}
.form-contato .form-item {
    padding: 8px 0;
}
.form-group {
    margin-bottom: 18px;
}

select.form-control {
    height: 47px !important;
}
.form-control {
    display: block;
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 13px;
    width: 100%;
    padding: 12.75px 1rem;
    /* line-height: 1.5; */
    color: #8E8E8E;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-background-clip: border-box;
    border: 1px solid rgba(113, 113, 113, 0.5);
    border-radius: 5.2459px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-esquerda {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 7px;
}
.form-direita {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
}

.btn-form-contato {
    width: 100%;
    padding: 6px 40px;
    border: 1px solid #0141C1;
    border-radius: 5.2459px;
    background-color: #0141C1;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 37px;
    /* letter-spacing: 0.08em; */
    /* text-transform: uppercase; */
    cursor: pointer;
    /* float: right; */
    transition: all .3s;
}
.btn-form-contato:hover {
    border: 1px solid #0141C1;
    background-color: #b1cbff;
    color: #0141C1;
}

.endereco-linha {
    padding-bottom: 82px;
}
.container-contato .header-padrao {
    display: block;
    text-align: left;
    text-transform: none;
    margin-bottom: 33px;
}
.container-contato .header-padrao::before,
.container-contato .header-padrao::after {
    margin-left: 0;
    margin-right: 0;
}
.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 (min-width: 992px) {
    .form-row {
        /* padding-right: 45px; */
    }
}

@media (max-width: 1199px) {
    
}
@media (max-width: 991px) {
    .container-contato {
        padding-top: 40px;
    }

    .form-row {
        padding-top: 0;
    }

    .container-home-contato .header-padrao {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .container-home-contato .header-padrao {
        font-size: 24px;
        line-height: normal;
    }
    /* .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%);
}

.dados{
	color: #2C394A !important;
}
/* --------------------------------- FOOTER --------------------------------- */
.container-rodape{
    background-color: #003199;
}


.rodape-conteudo .container {
    padding-top: 48px;
    padding-bottom: 51px;
    /* border-top: 1px solid #656576; */
}
.logo-cliente img {
    margin-top: 15px;
}
.rodape-txt {
    /* font-family: 'Roboto'; */
    font-family: 'Roboto-Light';
    font-weight: 400;
    /* font-size: 20px; */
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.05em;
    color: #fff;
    padding-top: 24px;
}
.rodape-rede {
    padding-top: 27px;
}

.rodape-header {
    font-family: "MerriweatherSans";
    font-weight: 400;
    /* font-size: 22x; */
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 15px;
    margin-top: 15px;
}
.rodape-menu-item,
.rodape-menu-item a {
    /* font-family: 'Roboto'; */
    font-family: 'Roboto-Light';
    font-weight: 400;
    /* font-size: 18px; */
    font-size: 16px;
    line-height: 21px;    
    color: #ffffff;
    transition: all 0.3s;
}
.rodape-menu-item a:hover {
    color: #000;
}
.rodape-menu-item {
    padding-bottom: 16px;
}
.rodape-menu-item:last-child {
    padding-bottom: 0;
}
.rodape-menu-item-link.rodape-fone {
    padding-bottom: 7px;
}

.rodape-menu,
.rodape-servico {
    margin-left: 0;
    list-style: none;
}
.rodape-menu .rodape-menu-item {
    padding-bottom: 13px;
}
.rodape-servico .rodape-menu-item {
    padding-bottom: 16px;
}

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

.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;
    }
    .logo-cliente img {
        max-width: 430px;
    }
    .rodape-txt {
        text-align: center;
    }
    .rodape-rede {
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .rodape-header {
        padding-top: 30px;
        text-align: center;
    }
    .rodape-menu-item {
        text-align: center;
    }
    
    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;
	}
	
    .logo-cliente img {
        max-width: 100%;
    }
	
	.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%;
    }
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #40e0d0;
}