*{
    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: "Kanit";
    src:url("../fonts/Kanit-Regular.otf") format("otf"),
        url("../fonts/Kanit-Regular.ttf") format("truetype"),
        url("../fonts/Kanit-Regular.woff") format("woff"),
        url("../fonts/Kanit-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Montserrat";
    src:url("../fonts/Montserrat-Regular.otf") format("otf"),
        url("../fonts/Montserrat-Regular.ttf") format("truetype"),
        url("../fonts/Montserrat-Regular.woff") format("woff"),
        url("../fonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "Roboto";
    src:url("../fonts/Roboto-Regular.otf") format("otf"),
        url("../fonts/Roboto-Regular.ttf") format("truetype"),
        url("../fonts/Roboto-Regular.woff") format("woff"),
        url("../fonts/Roboto-Regular.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: 40px;
    width: auto;
}
.slick-prev {
    left: -30px;
    -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: -30px;
}
.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: "LondrinaSolid-Light";
}


/* HEADER PADRAO */
.header-padrao {
    font-family: "Montserrat";
	font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #808080;
    margin-bottom: 51px;
}
.header-titulo{
	font-family: "Montserrat";
    font-weight: 700;
    /* font-size: 55px; */
    font-size: 50px;
    line-height: 65px;
    color: #151456;
    margin-bottom: 50px;
}

/* PAGINACAO */
.paginacao {
    padding-top: 50px;
    padding-bottom: 50px;
}
.paginacao ul {
    margin: 0;
}
.paginacao li {
    display: inline-block;
    vertical-align: middle;
}
.paginacao .paginacao-busca {
    font-size: 17px;
    color: #000;
    padding: 3px 8px;
    background-color: #fff;
    transition: all 0.5s;
}
.paginacao .borda-selecionada,
.paginacao .paginacao-busca:hover {
    background-color: #ffff00;
    color: #8e8a93;
}

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

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

/* 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: 90px;
    width: 100%;
}

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

@media (max-width: 1199px) {
    .header-titulo {
        font-size: 36px;
        line-height: 46px;
    }
}
@media (max-width: 991px) {
    .header-padrao {
        /* font-size: 36px; */
        margin-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .header-padrao {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .header-titulo {
		font-size: 24px;
        line-height: normal;
        margin-bottom: 40px;
	}
}


/* --------------------------------- HEADER --------------------------------- */
.container-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    border-bottom: solid 1px transparent;
    transition: all 0.5s;
}

.container-header .menu-linha {
    background-color: #151456;
    /* background-color: transparent; */
    border-bottom: 3px solid #2e2e4b;
    transition: all 0.3s;
}
.navbar {
    width: 100%;
}
.navbar .nav-menu {
    height: 67px;
    position: relative;
    /* background-color: #FFFFFF; */
    /* border-radius: 8px; */
    transition: all 0.5s;
}
.nav-brand {
    position: relative;
}
.nav-brand a {
    padding-top: 0;
    padding-bottom: 0;
}
.nav-brand img {
    height: 70px;
    position: relative;
    transition: all 0.5s;
    margin-top: 0;
    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: #FFFFFF;
    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: #FFFFFF;
    margin: 5px 0;
    transition: all 0.5s;
}
.navbar-toggler .icon-top {
    transform: rotate(-45deg) translate(-5px, 5px);
}
.navbar-toggler .icon-mid {
    opacity: 0;
}
.navbar-toggler .icon-bot {
    transform: rotate(45deg) translate(-3px, -4px);
}

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

.menu-item {
    padding: 0 10px;
    position: relative;
    margin: 0 15px;
}
.menu-item .ativo .menu-item-link, .menu-item .menu-item-link:hover {
    /* font-weight: 700; */
    color: #808080 !important;
}
.menu-item-link {
    font-family: "Montserrat";
    font-weight: 500;
    /* font-size: 18px; */
    font-size: 15px;
    color: #FFFFFF;
    cursor: pointer;
    text-transform: uppercase;
    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 {
    background: #151456;
}
.container-header.fixo .nav-menu {
    height: 45px;
    margin-top: 0;
}
.container-header.fixo .navbar .nav-menu {
    position: relative;
}
.container-header.fixo .menu-item-link {
    /* color: #ffffff; */
}
.container-header.fixo .nav-brand img {
    height: 50px;
    position: relative;
    transition: all 0.5s;
    margin-top: 0;
}


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

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


@media (min-width: 992px) {
    .menu-item:last-child {
        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;
    }*/

    .menu-item-link {
        font-size: 15px;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 991px) {
	/* .rsOverflow {
		width: 100%;
		height: 100% !important;
	} */
	/* .royalSlider {
		height: 750px !important;
	} */

    .fundo-opacidade {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.8);
        transform: translateY(-100%);
        transition: all 0.3s;
    }
    .fundo-opacidade.shown {
        transform: translateY(0);
    }
    div#navbarSupportedContent {
        position: absolute;
        left: 0;
        top: 91px;
        width: 100%;
        overflow-y: auto;
        max-height: calc(100vh - 95px);
    }
    .container-header {
        top: 0;
    }
    .container-header.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: 85px; */
	}
    .nav-brand img {
        /* height: 54px; */
    }
    .navbar-nav {
        margin: 0;
        padding-top: 11px;
    }
    .menu-item {
        padding: 0;
    }
    .menu-item li {
        position: relative;
    }
    .menu-item a {
        font-size: 18px;
    }
    .menu-item .ativo .menu-item-link,
    .menu-item .menu-item-link:hover {
        color: #ffc23c;
    }
    .nav-menu .menu-item-link {
        padding: 18px 15px;
        width: 100%;
        color: #fff;
    }
    .menu-item::after {
        display: none;
    }
    
    .container-header.fixo div#navbarSupportedContent {
        top: 53px;
    }

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


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

.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: #151456;
    text-decoration: underline;
}
.rsNavItem.rsBullet.rsNavSelected span {
    background-color: #151456;
}
.rsContent .rsImg {
    margin-top: 0 !important;
}
.rsMinW .rsGCaption {
    background: none;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
}
.rsMinW .rsGCaption .banner-titulo {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 38px;
    max-width: 100%;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.rsMinW .rsGCaption .banner-subtitulo {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    max-width: 38%;
}

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

.home-inst-linha {
    border-top: 1.5px solid #592A51;
    position: relative;
    padding-top: 115px;
    padding-bottom: 58px;
    border-radius: 0px 0px 50px 50px;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.15);
}
.inst-home-desc {
    font-family: "Montserrat";
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: #7E7E7E;
    position: relative;
    text-align: justify;
    margin-bottom: 84px;
}
.btn-padrao-todos {
    background-color: #151456;
    border: 1px solid #151456;
    border-radius: 10px;
    display: inline-block;
    padding: 13.5px 92.57px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 15px;
    /* line-height: 18px; */
    color: #FFFFFF;
    transition: all 0.3s;
}
.btn-padrao-todos:hover {
    background-color: #FFFFFF;
    border-color: #151456;
    color: #151456;
}
.home-inst-img {
    position: relative;
    font-size: 0;
    border-radius: 20px;
    margin-top: -73px;
}
.home-inst-img img {
    max-width: 540px;
}


.container-home-servico {
    padding-top: 78px;
    padding-bottom: 141px;
}
.container-home-servico-conteudo {
    padding-top: 28px;
    padding-bottom: 27px;
}
.home-servico-item {
    position: relative;
    font-size: 0;
    max-width: 350px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 30px;
    transition: all .3s;
}
.home-servico-sombra {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgb(174,191,238);
    background: radial-gradient(circle, rgba(174,191,238,0) 45%, rgba(0,0,0,0.3561799719887955) 77%);
}
.home-servico-img {
    border-radius: 10px;
    transition: all .3s;
    overflow: hidden;
}
.home-servico-item:hover {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
}
.home-servico-img img {
    opacity: 0;
}
.home-servico-txt {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
}
.home-servico-titulo {
    font-family: "Kanit";
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.home-servico-risca {
    /* width: 150px; */
    width: 68%;
    margin: auto;
    height: 1px;
    background-color: #FFFFFF;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.home-servico-mais {
    font-family: "Kanit";
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    letter-spacing: 0.05em;
    padding-top: 3px;
    transition: all 0.3s;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.btn-home-servico {
    margin-top: 43px;
    text-align: center;
}


.container-home-video {
    background-color: #151456;
    padding-bottom: 16px;
}
.home-video {
    height: 487px;
    max-width: 850px;
    margin: auto;
}
.home-video iframe {
    position: relative;
    margin-top: -40px;
}


.container-home-cliente {
    padding-top: 96px;
    padding-bottom: 207px;
}
.container-home-cliente .header-padrao {
    margin-bottom: 18px;
}
.container-home-cliente-conteudo {
    padding-top: 28px;
}
.container-home-cliente .slide {
    padding-left: 24px;
    padding-right: 24px;
}
.slide-cliente {
    filter: grayscale(1);
    transition: all 0.3s;
}
.slide-cliente:hover {
    /* -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.25); */
    filter: grayscale(0);
}
.slide-parceiro img {
    transition: all 0.3s;
}
.slide-parceiro a:hover img {
    transform: scale(1.1);
}


.container-home-projeto {
    padding-top: 70px;
    padding-bottom: 106px;
    background: rgba(239,239,239,1);
    background: -moz-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(21,20,86,0.25) 50%, rgba(239,239,239,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(239,239,239,1)), color-stop(50%, rgba(21,20,86,0.25)), color-stop(100%, rgba(239,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(21,20,86,0.25) 50%, rgba(239,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(21,20,86,0.25) 50%, rgba(239,239,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(239,239,239,1) 0%, rgba(21,20,86,0.25) 50%, rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(239,239,239,1) 0%, rgba(21,20,86,0.25) 50%, rgba(239,239,239,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#efefef', GradientType=0 );
    /* background: linear-gradient(180deg, #EFEFEF 0%, rgba(21, 20, 86, 0) 91.91%); */
    border-bottom: solid 1px #c4c4c4;
}
.container-home-projeto .header-padrao {
    margin-bottom: 18px;
}
.container-home-projeto-conteudo {
    padding-top: 62px;
}
.home-projeto-item {
    position: relative;
    font-size: 0;
    max-width: 350px;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 30px;
    transition: all .3s;
}
.home-projeto-sombra {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background: rgb(174,191,238);
    background: radial-gradient(circle, rgba(174,191,238,0) 51%, rgba(0,0,0,0.7847514005602241) 89%);
}
.home-projeto-img {
    border-radius: 10px;
    transition: all .3s;
    overflow: hidden;
}
.home-projeto-item:hover {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.5);
}
.home-projeto-img img {
    opacity: 0;
}
.home-projeto-txt {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    text-align: center;
    transition: all 0.3s;
}
.home-projeto-titulo {
    font-family: "Kanit";
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.home-projeto-risca {
    /* width: 150px; */
    width: 68%;
    margin: auto;
    height: 1px;
    background-color: #FFFFFF;
}
.home-projeto-mais {
    font-family: "Kanit";
    font-style: italic;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #ffffff;
    letter-spacing: 0.05em;
    padding-top: 3px;
    transition: all 0.3s;
    text-shadow: black 0.1em 0.1em 0.2em;
}
.btn-home-projeto {
    margin-top: 76px;
    text-align: center;
}


btn {
	cursor: pointer;
}


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


.container-home-novidades {
    padding-top: 99px;
    padding-bottom: 100px;
    background-color: #151456;
}
.news-header {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 55px;
    line-height: 65px;
    color: #FFFFFF;
    padding-bottom: 38px;
}
.container-home-novidades form {
    font-size: 0;
}
.news-nome,
.news-email,
.news-cel,
.btn-form-news {
    display: inline-block;
    vertical-align: middle;
}
.news-nome,
.news-email,
.news-cel {
    padding-right: 30px;
    width: 28.8%;
}
.container-home-novidades input {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #3E3E3E;
    background: #FFFFFF;
    border: 1px solid #151456;
    border-radius: 10px;
    padding: 14px 16px;
    outline: none;
    width: 100%;
}
.btn-form-news {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    background-color: #151456;
    border: solid 1px #FFFFFF;
    border-radius: 10px;
    padding: 7px 30.07px;
    cursor: pointer;
    transition: all 0.3s;
}
.btn-form-news:hover {
    color: #151456;
    background-color: #FFFFFF;
}


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


@media (min-width: 1451px) AND (max-width: 1680px) {
    .rsMinW .rsGCaption .banner-titulo {
        font-size: 40px;
    }
    
    .inst-home-img img {
        max-width: 700px;
    }
}
@media (min-width: 1251px) AND (max-width: 1450px) {
    .rsMinW .rsGCaption .banner-titulo {
        font-size: 35px;
    }

    .inst-home-img img {
        max-width: 600px;
    }
}
@media (min-width: 1200px) AND (max-width: 1250px) {
    .rsMinW .rsGCaption .banner-titulo {
        font-size: 30px;
    }

    .inst-home-img img {
        max-width: 550px;
    }
}
@media (max-width: 1199px) {
    .inst-home-img {
        max-width: 47%;
    }
    .inst-home-img img {
        max-width: 100%;
    }

    .home-curso-img {
        max-width: 45%;
    }
}
@media (min-width: 992px) AND (max-width: 1199px) {
    .menu-item {
        margin: 0 6px;
    }

    .rsMinW .rsGCaption .banner-titulo {
        font-size: 20px;
        max-width: 60%;
    }
    .rsMinW .rsGCaption .banner-subtitulo {
        max-width: 80%;
    }

    .home-banner-titulo {
        font-size: 24px;
        line-height: 120%;
    }
    .home-banner-descricao {
        font-size: 16px;
    }

    .home-inst-img img {
        max-width: 100%;
    }

    .news-nome,
    .news-email,
    .news-cel {
        width: 27.95%;
    }
}
@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;
    }

    .news-header {
        font-size: 36px;
        line-height: 46px;
    }
}
@media (max-width: 991px) {
    .home {
        padding-top: 44px;
    }
    .home-banner-mobile {
        display: block;
    }
    .container-home-mapa iframe {
        height: 400px;
    }

    .home-inst-linha {
        padding-top: 40px;
    }
    .btn-home-inst {
        text-align: center;
    }
    .inst-home-desc {
        margin-bottom: 40px;
    }
    .home-inst-img {
        margin-top: 30px;
        text-align: center;
    }
    
    .linha-home-inst {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .inst-home-img-fundo-cima,
    .inst-home-img-fundo-baixo {
        margin: auto;
    }
    .inst-home-img {
        /* max-width: 47%; */
        position: relative;
        transform: none;
        top: 0;
        text-align: center;
        max-width: 100%;
        padding-top: 40px;
    }

    .container-home-servico .header-padrao,
    .container-lista-servico .header-padrao {
        margin-bottom: 40px;
    }
    .container-home-servico .header-titulo,
    .container-lista-servico .header-titulo {
        font-size: 36px;
    }
    .container-home-servico {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .container-home-servico-conteudo {
        padding-top: 20px;
    }
    .servico-home-linha {
        width: 170px;
    }
    .btn-home-servico {
        margin-top: 10px;
    }

    .container-home-cliente {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .container-home-projeto {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .container-home-projeto-conteudo {
        padding-top: 0;
    }
    .btn-home-projeto {
        margin-top: 10px;
    }

    .container-home-novidades {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .news-nome,
    .news-email,
    .news-cel {
        padding-right: 0;
        width: 100%;
        padding-bottom: 10px;
    }
    .btn-form-news {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .btn-padrao-todos a {
        font-size: 18px;
        line-height: normal;
    }

    .home-inst-img img {
        max-width: 100%;
    }

    .container-home-servico .header-padrao,
    .container-lista-servico .header-padrao {
        margin-bottom: 12px;
    }
    .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;
    }

    .news-header {
        font-size: 24px;
    }
    .btn-form-news {
        font-size: 15px;
    }
}
@media (max-width: 575px) {
    .container-home-mapa iframe {
        height: 300px;
    }
    
    .slide-parceiro img {
        max-width: 146px;
        margin: auto;
    }
}

/* ----------------------------- INSTITUCIONAL ----------------------------- */
.container-institucional {
    padding-top: 54px;
}
.inst-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: #7E7E7E;
    position: relative;
    padding-right: 32px;
}
.marg-b-5 {
    margin-bottom: 5px;
}
.marg-b-29 {
    margin-bottom: 29px;
}

.inst-linha-mvv {
    padding-top: 165px;
    padding-bottom: 195px;
}
.inst-linha-mvv .header-padrao {
    font-size: 40px;
    /* line-height: 67px; */
    color: #151456;
    font-weight: 700;
    position: relative;
    border-left: none;
    padding-left: 0;
}
.inst-mvv-desc {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #7E7E7E;
}
.inst-risca {
    position: absolute;
    right: 0;
    top: 105px;
    height: 150px;
}
.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-desc {
        margin-top: 20px;
    }
    .inst-linha-mvv .header-padrao {
        font-size: 36px;
        line-height: 46px;
    }
}
@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;
        margin-bottom: 30px;
    }

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

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

    .inst-linha-mvv {
        padding-top: 10px;
        padding-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;
    }
	
    .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;
    }
}

/* -------------------------------- SERVICO -------------------------------- */
.container-lista-servico {
    padding-top: 54px;
    padding-bottom: 60px;
}
.container-lista-servico .servico-home-item {
    margin-top: 54px;
    margin-bottom: 54px;
}
.container-lista-servico.container-mais-servico .servico-home-item {
    margin-top: 7px;
    margin-bottom: 7px;
}

.container-servico,
.container-projeto {
    padding-top: 54px;
    padding-bottom: 40px;
}

.servico-titulo {
    font-family: "Montserrat";
    font-size: 55px;
    font-weight: 500;
    color: #151456;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 33px;
}
.container-servico-conteudo,
.container-projeto-conteudo {
    padding-top: 50px;
}
.container-servico-conteudo .header-padrao,
.container-projeto-conteudo .header-padrao {
    font-size: 42px;
    line-height: 55px;
    color: #484848;
    border-left: none;
    padding-left: 0;
}
.servico-descricao {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #8B8B8B;
    padding-bottom: 108px;
}
.container-servico-conteudo .header-padrao,
.container-projeto-conteudo .header-padrao {
    margin-bottom: 23px;
}


.servico-titulo-galeria {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 42px;
    line-height: 55px;
    color: #484848;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.container-servico-conteudo .slick-size-3 .slide,
.container-projeto-conteudo .slick-size-3 .slide,
.container-servico-mais .slick-size-3 .slide,
.container-projeto-mais .slick-size-3 .slide {
    padding: 0 20px;
}
.container-servico-conteudo .slide .servico-galeria-img,
.container-projeto-conteudo .slide .projeto-galeria-img,
.container-servico-mais .slide .servico-galeria-img,
.container-projeto-mais .slide .projeto-galeria-img {
    overflow: hidden;
}
.container-servico-conteudo .slide img,
.container-projeto-conteudo .slide img,
.container-servico-mais .slide img,
.container-projeto-mais .slide img {
    transition: all .3s;
}
.container-servico-conteudo .servico-galeria-img a:hover img,
.container-projeto-conteudo .projeto-galeria-img a:hover img,
.container-servico-mais .servico-galeria-img a:hover img,
.container-projeto-mais .projeto-galeria-img a:hover img {
    transform: scale(1.1);
}
.servico-galeria-video {
    position: relative;
}
.servico-galeria-video .player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    transition: all 0.3s;
}
.servico-galeria-video a:hover .player {
    height: 70px;
}



@media (max-width: 1299px) {
    
}
@media (max-width: 1199px) {
    .servico-titulo {
        font-size: 36px;
        line-height: normal;
    }

    .container-servico-conteudo .header-padrao,
    .container-projeto-conteudo .header-padrao {
        font-size: 36px;
        line-height: normal;
    }

    .servico-titulo-galeria {
        font-size: 36px;
        line-height: normal;
    }
    .servico-titulo-galeria {
        font-size: 36px;
        line-height: normal;
    }
}
@media (max-width: 991px) {
    .container-lista-servico {
        padding-top: 30px;
    }

    .container-lista-servico .servico-home-item {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .container-servico,
    .container-projeto {
        padding-top: 30px;
    }

    .container-servico-conteudo,
    .container-obra-conteudo {
        padding-top: 5px;
    }

    .container-servico-conteudo .header-padrao,
    .container-obra-conteudo .header-padrao {
        font-size: 30px;
        line-height: normal;
    }
    .servico-descricao {
        padding-bottom: 40px;
    }
    .servico-img-interna {
        text-align: center;
    }
    .servico-titulo-galeria {
        font-size: 30px;
        line-height: normal;
    }
}
@media (max-width: 767px) {
    .container-lista-servico .header-padrao {
        font-size: 18px;
        line-height: normal;
        /* text-align: center; */
    }

    .servico-home-titulo {
        font-size: 22px;
    }
    .servico-home-descricao-mais {
        font-size: 18px;
    }

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

    .container-servico-conteudo,
    .container-projeto-conteudo {
        padding-top: 20px;
    }

    .container-servico-conteudo .header-padrao,
    .container-projeto-conteudo .header-padrao {
        font-size: 18px;
        line-height: normal;
    }

    .servico-descricao {
        font-size: 16px;
        line-height: normal;
        padding-bottom: 40px;
    }

    .servico-titulo-galeria {
        font-size: 18px;
        line-height: normal;
    }
}
@media (max-width: 575px) {
    
}

/* -------------------------------- CLIENTE -------------------------------- */
.linha-cliente-cor {
    padding-top: 54px;
    padding-bottom: 80px;
}

.container-cliente .header-titulo {
    /* color: #FFFFFF; */
}

.cliente-item {
    text-align: center;
    font-size: 0;
    margin: 0 auto 15px;
}
.cliente-item-logo {
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    padding: 30px;
    overflow: hidden;
    max-width: 250px;
    max-height: 250px;
    width: 100%;
    /* height: 100%; */
    display: inline-block;
    transition: all 0.3s;
}
a:hover .cliente-item-logo, .cliente-item-logo:hover{
    border-color: #151456;
    filter: grayscale(0);
}

@media (max-width: 1199px) {
    .cliente-item-logo {
        max-width: 210px;
        max-height: 210px;
    }
}
@media (max-width: 991px) {
    .linha-cliente-cor {
        padding-top: 30px;
    }

    .cliente-item-logo {
        /* max-width: 150px;
        max-height: 150px; */
    }
}
@media (max-width: 767px) {
    
}
@media (max-width: 575px) {
    
}


/* ---------------------------------- PROJETO ---------------------------------- */
.container-lista-projeto {
    padding-top: 54px;
}

.container-mais-projeto {
    padding-bottom: 40px;
}

.projeto-titulo {
    font-family: "Montserrat";
    font-size: 55px;
    font-weight: 500;
    color: #151456;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 33px;
}
.projeto-descricao {
    font-family: 'Montserrat';
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #8B8B8B;
    padding-bottom: 108px;
}

.projeto-titulo-galeria {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 42px;
    line-height: 55px;
    color: #484848;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.projeto-galeria-video {
    position: relative;
}
.projeto-galeria-video .player {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px;
    transition: all 0.3s;
}
.projeto-galeria-video a:hover .player {
    height: 70px;
}

.container-mais-projeto .projeto-home-item {
    max-width: 330px;
}

@media (max-width: 1199px) {
    .projeto-titulo {
        font-size: 36px;
        line-height: normal;
    }
    .projeto-titulo-galeria {
        font-size: 36px;
        line-height: normal;
    }
    .projeto-titulo-galeria {
        font-size: 36px;
        line-height: normal;
    }
}
@media (max-width: 991px) {
    .container-mais-projeto .header-titulo {
        font-size: 36px;
        line-height: normal;
        padding-bottom: 0;
        padding-top: 0;
    }

    .projeto-descricao {
        padding-bottom: 40px;
    }
    .projeto-img-interna {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .container-lista-projeto .header-padrao {
        font-size: 18px;
        line-height: normal;
        /* text-align: center; */
    }

    .projeto-home-titulo {
        font-size: 22px;
    }
    .projeto-home-descricao-mais {
        font-size: 18px;
    }

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

    .projeto-descricao {
        font-size: 16px;
        line-height: normal;
        padding-bottom: 40px;
    }

    .projeto-titulo-galeria {
        font-size: 18px;
        line-height: normal;
    }
}

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


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


/* -------------------------------- CONTATO -------------------------------- */
.container-home-contato {
    padding-top: 100px;
    padding-bottom: 100px;
}
.container-home-contato .header-padrao {
    margin-bottom: 9px;
}
.container-home-contato .header-titulo {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 0;
}
.home-contato-txt {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.container-home-contato form {
    /* padding-bottom: 107px; */
}
.form-row {
    /* padding-top: 27px; */
    font-size: 0;
}
.form-group {
    margin-bottom: 18px;
}

select.form-control {
    height: 48px !important;
}
.form-control {
    display: block;
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 15px;
    width: 100%;
    padding: 11.75px 1rem;
    /* line-height: 1.5; */
    color: #3E3E3E;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-background-clip: border-box;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    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 #151456;
    border-radius: 10px;
    background-color: #151456;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 32px;
    /* letter-spacing: 0.08em; */
    /* text-transform: uppercase; */
    cursor: pointer;
    /* float: right; */
    transition: all .3s;
}
.btn-form-contato:hover {
    border: 1px solid #151456;
    background-color: #FFFFFF;
    color: #151456;
}


@media (min-width: 992px) {
    .form-row {
        /* padding-right: 45px; */
    }
}

@media (max-width: 1199px) {
    .container-home-contato .header-titulo {
        font-size: 36px;
        line-height: 46px;
    }
}
@media (max-width: 991px) {
    .container-home-contato {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .home-contato-txt {
        top: inherit;
        transform: none;
        padding-bottom: 40px;
    }

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

    .container-home-contato .header-titulo {
        font-size: 36px;
    }
}
@media (max-width: 767px) {
    .container-home-contato .header-titulo {
        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: 600px;
}
.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: #FFFFFF;
}


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

.rodape-header {
    font-family: "Montserrat";
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    color: #2B3F6C;
    margin-bottom: 15px;
    margin-top: 15px;
}
.rodape-menu-item,
.rodape-menu-item a {
    font-family: "Montserrat";
    font-weight: 400;
    /* font-size: 16px; */
    font-size: 14px;
    line-height: 24px;
    color: #808080;
    transition: all 0.3s;
}
.rodape-menu-item a:hover {
    color: #2B3F6C;
}
.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: #3B3B3B;
    transition: all 0.5s;
}
.rodape-tel-numero a:hover {
    color: #3B3B3B;
}

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