*{
    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 {
    zoom: 1;
    word-wrap: break-word;
    word-break: normal;
    overflow-x: hidden;
}

@media print {
    body {
        -webkit-print-color-adjust: exact !important;   
        color-adjust: exact !important;                 
        print-color-adjust: exact !important; 
    }
}
@media (max-width: 1400px) {
    body {
        zoom: 0.9;
    }
}
em { 
    margin: 0; 
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
strong, b {
    font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
html,iframe, body {
    width: 100%;
    height: 100%;
}
a:visited, a:link {
    color: black;
    text-decoration: auto;
}
a:hover {
    text-decoration: auto;
    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;
}
#videos .display-align, #podcast .display-align, #cursos .display-align, #revista .display-align, #artigos .display-align, #produto .display-align, #areaRestrita .display-align{
    flex-wrap: wrap;
}
#podcast .display-align {
    justify-content: space-around;
}
.cursor-pointer{cursor: pointer;}
.outline-none{outline: none !important;}
.border-none{border: none !important;}
.background-full {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    transition: all 1s;
}

.slick-initialized {
    visibility: visible;
}
.slick-initialized .slick-slide {
    float: none;
    display: inline-block;
    vertical-align: middle;
}
.slick-initialized .slick-slide {
    outline: none;
}

/* GERAL */
.branco {color: #fff !important;}
.preto {color: #000 !important;}
.verde {color: #99ba00 !important;}
.vermelho {color: #f9593a !important;}

.bg-branco {background-color: #fff;}
.bg-amarelo {background-color: #ffff00;}
.bg-cinza {background-color: #f3f1f3;}

.font-0 {font-size: 0;}

.overlay {
    display: none;
    position: fixed;
    width: 100%; 
    height: 100%;
    left: 100%;
    background: rgba(14, 14, 14, 0.7);
    overflow: hidden; 
    z-index: 1050;
}


/*MODAL*/
.modal {
    top: -30px !important;
}
.modal-dialog {
    margin-top: 0;
}
.modal-content {
    float: left;
    width: 100%;
    top: 20em;
}
.modal-body {
    float: left;
    width: 100%;
    text-align: justify;
}
.modal-body .display-align {
    justify-content: space-between;
}

.insta-ref {
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
}

.conteudo-site {
    max-width: 100%;
    transition: all ease-in-out 0.2s;
}

.pst-center{
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 1380px) {
    #cadastro-modal .modal-content {
        top: 13em!important;
    }

    .modal-open .modal {
        height: 37em!important;
        margin-top: 4em!important;
    }
}

body::-webkit-scrollbar{width: 5px; height: 5px;}
body::-webkit-scrollbar-track{background: #f1f1f1;}
body::-webkit-scrollbar-thumb{background: #002060;}

body {
    /* Only IE */
    /* Only FireFox */
    /* 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: 'Open Sans', system-ui, Arial;
}


/* HEADER PADRAO */
.header-padrao, #email .destaque .header-padrao h2 {
    font-family: 'Open Sans', system-ui, Arial;
    font-size: 30px;
    color: #002060;
    font-weight: 600;
    margin-bottom: 33px;
}
.header-titulo {
	font-family: 'Open Sans', system-ui, Arial;
    font-size: 18px;
    color: #002060;
	font-weight: 600;
}
.pesquisa {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
}
.navbar-collapse {
    justify-content: center;
}

@media (max-width: 768px) {
    .anuncio-busca, .img-noticia {
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 1199px) {
    .header-padrao {
        font-size: 36px;
    }
}
@media (max-width: 768px) {
    .header-padrao {
		font-size: 30px;
	}
}


/* --------------------------------- HEADER --------------------------------- */
.container-header {    
    top: 0;
    left: 0;
    z-index: 50;
    border-bottom: solid 1px transparent;
    transition: all ease 1s;
}
.container-header .menu-linha {     
    background-color: #fff; 
    height: 200px;
}
.container-header .menu-linha-login {     
    background-color: #002060; 
    height: 55px;
}
.navbar {
    width: 100%;
}
.navbar .nav-menu {
    height: 65px;
    position: relative;
    transition: all 0.5s;
}
.nav-brand {
    position: relative;
}
.nav-menu.buscar {
    top: 5px;
    right: 64px;
}
.nav-brand a {
    padding-top: 0;
    padding-bottom: 0;
}
.nav-brand img {
    height: 60px;
    position: relative;
    transition: all 0.5s;
    margin-top: 5px;
    color: #fff;
}
.navbar-input input{    
    margin-left: -230px;
}
#btn-menu-none {
    position: absolute;
    right: 0px;
    width: 37px;
    height: 29px;
    background: transparent;
    border: transparent;
    outline: none;
    display: none;    
}
.a-sair {
    cursor: pointer;
    display: flex;
    border: none;
    background: none;
}
.a-sair img {
    display: flex;
}
.a-sair:hover img {
    filter: drop-shadow(2px 4px 6px black);
}
.a-sair:focus {
    outline: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    z-index: 12;
}
#btn-menu-none.mostrar {
    display: block;    
}
.navbar-toggler {
    border-color: none;
    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: #002060;
    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 {
    position: relative;
    margin: 0;
}
.menu-item.login {
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-responsivo.menu-item.login {
    display: none;
}
.menu-item:last-child {
    padding-right: 0;
}
.menu-item-link {
    font-size: 12px;
    font-weight: 600;
    font-family: "Open-Sans",sans-serif;
    cursor: pointer;
    transition: all 0.5s;
}
.menu-item .ativo .menu-item-link, .menu-item .img-fluid:hover , .menu-item .menu-item-link:active, .noselect-menu:hover span svg path, .menu-items:hover .menu-item-link {
    color: #002060 !important;
    fill: #002060 !important;
}
.selected-menu .menu-item-link, .selected-menu span svg path{
    color: #002060!important;
    fill: #002060;
}
.noselect-menu .menu-item-link, .noselect-menu span svg path{
    color: #A7A7A7!important;
    fill: #A7A7A7;
    transition: all 0.5s;
}
.menu-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.menu-items span{
    width: 20%;
    margin: 0 auto;
    margin-top: 10px;
}
.menu-item-link.menu {
    font-size: 13px;
    color: #A7A7A7;
    font-weight: 600;
    font-family: "Open-Sans",sans-serif;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
}
.rf-destaque-menu {
    width: 7em;
    transition: all ease 0.5s;
}
.principal-destaque.desktop {
    display: block;
}
.principal-destaque.mobile {
    display: none;
}
.owl-item .rf-destaque-menu {
    width: auto;
}
.owl-carousel .owl-item .menu-items img {
    padding-top: 10px;
    width: 20%!important;
}
.barra-lateral {
    border-left: 1px solid #A7A7A7;
    height: 3.5em;
    position: absolute;
}
.menu-item-login {
    display: flex;
}
.menu-linha-login .container{
    padding: 0!important;
}
.menu-item-img{
    object-fit: contain;
}
.div-rede-header {
    display: inline-block;
    vertical-align: middle;
    transition: all ease 0.5s;
}
.div-rede-header img{
	transition: all .3s;
    margin: 20px 10px 0;
}
.div-rede-header img:hover{
	transform: scale(1.2);
}
.balao .seta {
    margin: 0px 0 0 -39px;
}
.div-rede-header:hover .balao .seta.facebook {
    margin: 50px 0 0 -40px;
}
.div-rede-header:hover .balao .seta.instagram {
    margin: 50px 0 0 -43px;
}
.div-rede-header:hover .balao .seta.linkedin {
    margin: 50px 0 0 -34px;
}
.div-rede-header:hover .balao .seta {
    margin: 50px 0 0 -40px;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #5477BB;
    transition: all ease 0.3s;
    left: 0;
    position: relative;
    transform: translateX(-70%);
}
.div-rede-header:hover .balao a{
    display: flex;
    align-items: center;
    /*margin: 15% 15%;*/
}
.div-rede-header:hover .balao .text-balao{
    margin: 15% 6%;
    left: 20%;
    transform: translateX(-15%);
}
.div-rede-header:hover .balao {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #002060;    
    width: 5em;
    border-radius: 5%;
    margin: 0 auto;
    transition: all ease 0.6s;
}
.img-rede-footer {
    width: 30px;
    margin-right: 10px;
}

@media (min-width: 1024px) {
    .banner-vertical.fixo {
        position: sticky;
        width: 100%;
        top: 0;
        right: 0;
    }
}
@media (max-width: 768px) {
    .menu-item .ativo .menu-item-link, .menu-item .img-fluid:hover , .menu-item .menu-item-link:active, .noselect-menu:hover span svg path, .menu-items:hover .menu-item-link {
        color: #002060 !important;
        fill: #002060 !important;
    }
    .selected-menu .menu-item-link, .selected-menu span svg path{
        color: #002060!important;
        fill: #002060;
    }
    .noselect-menu .menu-item-link, .noselect-menu span svg path{
        color: #fff!important;
        fill: #fff;
        transition: all 0.5s;
    }
    .menu-item-login {
        flex-direction: column;
    }
    .logado-mobile {
        text-align: center;
        padding-bottom: 80px;
    }
}
@media (max-width: 520px) {
    .principal-destaque.desktop {
        display: none;
    }
    .principal-destaque.mobile {
        display: block;
    }
}

.container-header a img{
    display: none;
}
.container-header .login-txt{
    display: flex;
}
.container-header .navbar-expand-lg .navbar-collapse {
    margin-top: -10px;
}
.container-header.fixo {
    position: fixed;
    width: 100%;
    top: 0;
}
.container-header.fixo a img{
    display: inline;
}
.container-header.fixo .login-txt{
    display: none;
}
.container-header.fixo .menu-item-img{
    margin-right: 20px;
}
.container-header.fixo .navbar-expand-lg .navbar-collapse {
    margin-top: -38px;
}
.container-header.fixo .menu-linha {
    height: 70px;
}
.container-header.fixo .menu-linha {
    opacity: 0;
}
.container-header.fixo .menu-linha-login {
    opacity: 1;
    position:initial;
}
.container-header .nav-menu {
    height: 60px;
    display: flex;
    justify-content: center;
}
.container-header .nav-menu.buscar {
    padding-left: 0px;
    margin-top: 10px!important;
    margin-left: -35px!important;
}
.container-header .nav-menu-login {
    height: 0px;
}
.container-header.fixo .nav-menu {
    height: 0px;
}

.container-header.fixo .nav-brand img {
    height: 30px;
}
.container-header.fixo .navbar .nav-menu {
    position: relative;
}
.container-header.fixo .menu-item-link {
    color: #ffffff;
    font-size: 14px;
}
.container-header.fixo .nav-brand img {
    height: 50px;
    position: relative;
    transition: all 0.5s;
    margin-top: 0px;
	filter: sepia(0);
}

.btn-avaliar {
    cursor: pointer;
    font-size: 12px;
    padding: 0.8em 7em;
    border-radius: 10px;
    background: #002060;
    color: #fff;
    border: 1px solid #002060;
    text-transform: uppercase;
    transition: all ease 0.5s;
}

.btn-avaliar:hover {
    border: 1px solid #002060;
    background-color: transparent;
    color: #002060;
}

.img-rede-header {
    width: 32px;
    margin-left: 10px;
    border-radius: 50%;
}

@media (max-width: 965px) {
    .nav-menu.buscar {
        left: 111px;
        right: 0;
    }
}

@media (max-width: 768px) {
    .header .navbar {
        padding: 0;
    }
    .navbar .nav-menu {
        padding-top: 20px;
    }
    .rf-destaque-menu {
        width: 20em;
        border-right: none;
    }
    .nav-menu.buscar {
        right: 0px;
        justify-content: center;
        margin-left: 47%!important;
    }
    .menu-items {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
    }
    .menu-items span{
        width: 25px;
        margin: 0px;
        margin-top: 10px;
    }
    .menu-responsivo.menu-item.login {
        display: flex;
        justify-content: center;
        align-items: center;
        top: 0px;
    }
    .menu-item-login .btn-form-contato {
        background-color: #ffffff;
    }
}

/*
@media only screen and (-webkit-min-device-pixel-ratio: 4) {
    .nav-menu.buscar {
        margin-left: 100px!important;
    }
}
*/

@media (max-width: 767px) {
    .nav-menu.buscar {
        justify-content: center;
        margin-left: auto!important;
    }
    .servico-home-item {
        max-width: 480px!important;
        height: 290px!important;
    }
    .rf-destaque-txt {
        height: 4.5em!important;
        align-items: center!important;
    }
}

@media (max-width: 520px) {
    .rf-destaque-txt {
        height: 5.5em!important;
    }
}

@media (max-width: 320px) {
    .nav-menu.buscar {
        margin-left: -60px!important;
    }
    .navbar-input input {
        margin-left: 0px;
    }
}

@media (max-width: 290px) {
    .nav-menu.buscar {
        margin-left: -85px!important;
    }
}

@media (max-width: 260px) {
    .nav-menu.buscar {
        margin-left: -100px!important;
    }
}

.index-1{
	z-index: 1;
}

.index-9{
	z-index: 9;
}

@media (min-width: 992px) AND (max-width: 1199px) {
    .menu-item-link {
        font-size: 12px;
    }
}
@media (max-width: 991.98px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 991px) {
    .container-header .menu-linha-login {     
        display: none;
    }
    .fundo-opacidade {
        z-index: 10;
        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: -95px;
        width: 100%;
        height: 100vh;
        overflow-y: auto;
        max-height: calc(100vh - 50px);
        z-index: 11;
    }
    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: auto; 
    }
    .container-header {
        top: 0;
    }
    .container-header .menu-linha{
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.5);
    }
    .nav-brand img {
        height: 54px;
    }
    .navbar-nav {
        margin: 0;
        padding-top: 11px;
    }
    .menu-item {
        padding: 0;
        top: 30px;
    }
    .menu-item li {
        position: relative;
    }
    .menu-item a {
        font-size: 18px;
    }
    .nav-menu .menu-item-link {
        padding: 18px 15px;
        width: 100%;
        color: #fff;
    }
    .menu-item::after {
        display: none;
    }
    
    .container-header.fixo div#navbarSupportedContent {
        top: 53px;
    }
}
@media (max-width: 520px) {
    .menu-item {
        padding: 0 10px;
    }
}
@media (max-width: 350px) {
    .nav-brand img {
        height: 45px;
    }
    .menu-item {
        padding: 0;
    }
}


/* ---------------------------------- HOME ---------------------------------- */
@media (max-width: 768px) {
    .home .inst-linha-mvv {
        margin: 40px 0;
    }
    .home .banner-institucional {
        margin: 0!important;
    }
}

.rsMinW .rsBullets {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    line-height: normal;
}
.rsMinW .rsBullet span {
    border-radius: 0px;
}
.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: #5477BB;
    text-decoration: underline;
}
.rsNavItem.rsBullet.rsNavSelected span {
    background-color: #5477BB;
}
.rsContent .rsImg {
    margin-top: 0 !important;
}
.rsMinW .rsGCaption {
    background: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    /* font-size: 65px; */
    font-size: 50px;
    top: 45%;
    left: 75%;
    transform: translateX(-50%);
}
.banner-institucional.rsMinW .rsGCaption {
    background: none;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    /* font-size: 65px; */
    font-size: 50px;
    top: 55%;
    left: 25%;
    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;
}

.linha-home-inst {
    position: relative;
    padding-top: 131px;
    padding-bottom: 131px;
}
.linha-commodities {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 131px;
}
.linha-home-servicos {
    padding-bottom: 131px;
}

.inst-home-desc, .inst-home-desc p, .inst-home-desc div, .inst-home-desc div.x_elementToProof, .inst-home-desc ol, .inst-home-desc ul {
    font-family: 'Open Sans', system-ui, Arial;
    color: #212529;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.inst-home-desc ol, .inst-home-desc ul {
    margin-left: 50px;
}

.inst-home-desc.topicos, .inst-home-desc.topicos p{
    font-size: 14px;
    line-height: 28px;
    text-align: center!important;
    margin: 0 15px 0 30px;
    margin-bottom: 110px;
}
.btn-center {
    display:flex;
    justify-content: center;
}
.btn-padrao-todos img {
    margin-left: 10px;
    margin-bottom: 3px;
}
.inst-home-img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
}
.inst-home-img img {
    max-width: 650px;
}


.home-servico-destaque-img {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container-home-servico-conteudo {
    padding-top: 89px;
}

.card {
    width: 100%;
    border-radius: 0;
    height: 9em;
    border: none;
    overflow: hidden;
}
.card-home {
    width: 100%;
    border-radius: 0;
    height: 21.9em;
    border: none;
    overflow: hidden;
}
.card-home.ultimas-pub {
    height: 9.9em;
}

.capa-interna {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: all ease 0.5s;
}

#video:hover .capa-interna, #destaqueHome .box-conteudo .card-home:hover .capa-interna {
    transform: scale(1.10);
}

.servico-home-item, .item {
    overflow: hidden;
    position: relative;
    font-size: 0;
    z-index: 9;
}
.box-conteudo .servico-home-item.four-itens img {
    height: 100%;
}
.box-conteudo .servico-home-item img, .box-conteudo .item img {
    transition: all ease 0.5s;
}
.box-conteudo:hover .servico-home-item {
    overflow: hidden;
    box-shadow: 0px 0px 13px 3px rgb(0 0 0 / 35%);
}
.box-conteudo:hover .servico-home-item img, .box-conteudo:hover .item img {
    transform: scale(1.1);
    z-index: 10;
}
.servico-home-sombra {
    position: absolute;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.25) 45%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 45%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0.25) 45%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}
.servico-home-img {
    overflow: hidden;
}
.servico-home-txt {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
}
.destaque-home-txt {
    position: absolute;
    bottom: 0;
    right: 0;
}
.destaque-home-txt.cima {
    bottom: 122px;
}
.destaque-home-txt.baixo {
    bottom: 87px;
}
.destaque-principal {
    position: absolute;
    bottom: 0;
    left: 0;
}
.destaque-principal.sub2{
    left: 115px;
} 

@media (max-width: 768px) {
    .card {
        height: auto;
    }
    #video .card {
        height: 12em;
    }
}
@media (max-width: 520px) {
    .destaque-home-txt.cima {
        bottom: 220px;
    }
    .destaque-home-txt.baixo {
        bottom: 180px;
    }
    .card-home.ultimas-pub {
        height: 14em;
    }
    #video .card {
        height: 14em;
    }
}
@media (max-width: 320px) {
    .destaque-home-txt.cima {
        bottom: 150px;
    }
    .destaque-home-txt.baixo {
        bottom: 115px;
    }
}

.servico-home-linha {
    background-color: transparent;
    width: 190.21px;
}
.servico-home-titulo {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Open Sans', system-ui, Arial;    
    padding: 15px 15px;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
}
.destaque-home-titulo {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Open Sans', system-ui, Arial;
    padding: 3px 15px;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
    text-align: center;
    border-radius: 3px;
}
.destaque-principal .destaque-home-titulo {
    background-color: rgb(0, 32, 96);
}

.servico-home-item:hover .servico-home-titulo {
    background-color: rgba(0, 65, 1, 0.70);
}
.servico-home-descricao {
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Open Sans', system-ui, Arial;
    line-height: 24px;
    text-align: justify;
    margin-top: 15px;
    transition: all 0.5s;
}
.servico-home-descricao-mais {
    font-family: 'Open Sans', system-ui, Arial;
    color: #ffffff;
    font-weight: 400;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    margin-top: 15px;
    transition: all 0.5s;
}
.servico-home-descricao-mais img {
    margin-left: 10px;
    margin-bottom: 3px;
}
.btn-padrao-todos.btn-home-servico {
    text-align: right;
    padding-top: 63px;
}

.espaco-servico-lista {
    padding-top: 93px;
}
.container-servico-mais {
    padding-top: 76px;
    padding-bottom: 57px;
}
.inst-linha-mvv .header-titulo {
    color: #002060;
    font-size: 16px;
}

.container-home-curso {
    background: -moz-linear-gradient(top,  rgba(47,47,57,0.54) -27.79%, rgba(47,47,57,1) 44.93%, rgba(47,47,57,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(47,47,57,0.54) -27.79%,rgba(47,47,57,1) 44.93%,rgba(47,47,57,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(47,47,57,0.54) -27.79%,rgba(47,47,57,1) 44.93%,rgba(47,47,57,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a2f2f39', endColorstr='#2f2f39',GradientType=0 ); /* IE6-9 */
    padding-top: 187px;
    padding-bottom: 238px;
    position: relative;
}
.container-home-curso .header-titulo {
    color: #FFFFFF;
    padding-bottom: 9px;
}
.container-home-curso .header-padrao {
    color: #FFFFFF;
    text-transform: uppercase;
    padding-bottom: 22px;
}
.curso-home-descricao {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    padding-bottom: 97px;
}
.container-home-curso .btn-padrao-todos a {
    color: #FFFFFF;
}
.home-curso-img {
    position: absolute;
    top: 197px;
    right: 0;
}
.home-curso-logo {
    position: absolute;
    left: 0;
    bottom: -20px;
}



.container-home-parceiro {
    padding-top: 101px;
    padding-bottom: 224px;
}
.slide-parceiro {
    padding-left: 54px;
    padding-right: 54px;
}
.slide-parceiro img {
    transition: all 0.5s;
}
.slide-parceiro a:hover img {
    transform: scale(1.1);
}

.home-banner,
.home-banner-mobile {
    width: 100%;
    position: relative;
    font-size: 0;
    text-align: center;
}
.banner-mob .rsContent .img-benner-mob {
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.home-banner-container-txt {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.home-banner-txt {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1110px;
}
.home-banner-titulo {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: 700;
    font-size: 38px;
    line-height: 160%;
    max-width: 38%;
    padding-bottom: 21px;
    text-align: left;
}
.home-banner-descricao {
    font-family: "Montserrat", sans-serif;
    color: #ffffff;
    font-weight: 500;
    font-size: 18px;
    line-height: 160%;
    text-align: left;
}

btn {
	cursor: pointer;
}

.container-home-tributo img {
    width: 100%;
}

.container-home-mapa iframe {
    height: 450px;
}
.container-home-spacing {
    padding: 30px 0;
}
.container-home-info {
    padding: 30px 0;
    background-color: #FBFBFB;
}
.container-home-info form {
    padding-bottom: 107px;
}
.container-home-noticias {
    padding-top: 30px;
    background-color: #fff;
}
.home-contato-img {
    position: absolute;
    right: -19px;
    /*bottom: 0;*/
    font-size: 0;
}

#formContato {
    padding: 60px 0;
}


.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;
}
.redes-header {
    font-family: "LondrinaSolid-Regular";
    font-size: 60px;
    color: #ffba00;
    text-transform: uppercase;
    line-height: 1em;
}
.redes-header-2 {
    font-family: "LondrinaSolid-Regular";
    font-size: 74px;
    color: #e60000;
    text-transform: uppercase;
    line-height: 1em;
}
.redes-lista {
    margin-top: 50px;
}
.redes-lista ul {
    list-style: none;
    margin-left: 0;
}
.redes-lista li {
    padding: 5px;
}
.rede-icone {
    font-size: 0;
    height: 41px;
    width: 41px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.rede-icone svg {
    height: 41px;
    width: auto;
}
.redes-lista li a {
    font-family: "LondrinaSolid-Regular";
    font-size: 26px;
    color: #838a8c;
    vertical-align: middle;
    transition: all 0.5s;
}
.redes-lista li a:hover {
    color: #ffba00;
}
.insta-widget iframe {
    height: 726px;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 1451px) AND (max-width: 1680px) {
    .rsMinW .rsGCaption {
        font-size: 45px;
    }
    
    .inst-home-img img {
        max-width: 700px;
    }
}
@media (min-width: 1251px) AND (max-width: 1450px) {
    .rsMinW .rsGCaption {
        font-size: 39px;
    }

    .inst-home-img img {
        max-width: 650px;
    }
}
@media (min-width: 1200px) AND (max-width: 1250px) {
    .rsMinW .rsGCaption {
        font-size: 37px;
    }

    .inst-home-img img {
        max-width: 550px;
    }
}
@media (max-width: 1199px) {
    .inst-home-img {
        max-width: 100%;
    }
    .inst-home-img img {
        max-width: 100%;
    }

    .home-curso-img {
        max-width: 45%;
    }
}
@media (max-width: 1024px) {
    .inst-home-desc.topicos, .inst-home-desc.topicos p{
        margin: 0 0px 35px 15px;
    }
}
@media (max-width: 990px) {
    #podcast .inst-home-desc {
        display: flex;
        justify-content: center;
    }

    .descricao-form-modal .inst-home-desc p img, #descricao .inst-home-desc p img {
        max-width: 100%!important;
        height: auto!important;
    }
}
@media (max-width: 320px) {
    .inst-home-desc.topicos, .inst-home-desc.topicos p {
        margin: 35px 0px;
    }
    .inst-home-desc, .inst-home-desc p {
        font-size: 14px;
    }
}
@media (min-width: 992px) AND (max-width: 1199px) {
    .rsMinW .rsGCaption {
        font-size: 30px;
        bottom: 165px;
    }

    .home-banner-titulo {
        font-size: 24px;
        line-height: 120%;
    }
    .home-banner-descricao {
        font-size: 16px;
    }
}
@media (min-width: 576px) {
    .home-banner-container-txt,
    .home-banner-txt {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .home-banner-container-txt,
    .home-banner-txt {
        max-width: 720px;
    }
    .home-contato-img {
        position: relative;
        transform: none;
        top: 0;
        text-align: center;
        max-width: 100%;
        padding-top: 40px;
    }
}
@media (min-width: 992px) {
    .home-banner-mobile {
        display: none;
    }
    .home-banner-container-txt,
    .home-banner-txt {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .home-banner-container-txt,
    .home-banner-txt {
        max-width: 1110px;
    }
}

@media (max-width: 1199px) {
    .servico-home-item {
        max-width: 440px;
    }
}
@media (max-width: 991px) {
    .home-banner-mobile {
        display: block;
    }
    .container-home-mapa iframe {
        height: 400px;
    }

    .home-servico-destaque-branco {
        padding-top: 100px;
    }

    .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 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .container-home-servico-conteudo {
        padding-top: 20px;
    }
    .servico-home-linha {
        width: 170px;
    }

    .container-home-parceiro {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .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;
    }

    .container-home-curso {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .home-curso-img {
        display: block;
        max-width: 100%;
        width: 100%;
        text-align: center;
        position: relative;
        top: auto;
        right: auto;
        padding-bottom: 20px;
    }
    .home-curso-img img {
        max-width: 45%;
    }
    .curso-home-descricao {
        padding-bottom: 50px;
    }

    .container-home-info {
        padding-top: 40px;
    }
    .container-home-info form {
        padding-bottom: 30px;
    }
    .home-contato-img {
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
        padding-bottom: 20px;
        right: 0px;
    }
    .home-contato-img img {
        max-width: 100%;
    }

    .espaco-servico-lista {
        padding-top: 10px;
    }
}
@media (max-width: 768px) {
    .footer-center {
        text-align: center;
    }
    .redes-header {
        font-size: 50px;
    }
    .redes-header-2 {
        font-size: 60px;
    }
	.btn-padrao-todos:hover {
		width: 100%;
	}

    .btn-padrao-todos a {
        font-size: 18px;
    }

    .servico-home-item {
        margin-bottom: 30px;
    }
    .btn-padrao-todos.btn-home-servico {
        padding-top: 20px;
    }

    .home-curso-img img {
        max-width: 100%;
    }

    .servico-home-item {
        max-width: 350px;
    }
}
@media (max-width: 575px) {
    .home-prod-linha li button {
        font-size: 26px;
    }
    .home-prod-linha {
        height: 480px;
    }
    .container-home-mapa iframe {
        height: 300px;
    }
    .redes-header {
        font-size: 40px;
    }
    .redes-header-2 {
        font-size: 50px;
    }
    .insta-widget iframe {
        min-width: 285px !important;
    }

    .slide-parceiro img {
        max-width: 146px;
        margin: auto;
    }
}
@media (max-width: 520px) {
    .servico-home-item {
        height: 255px!important;
        max-width: 100%!important;
        margin-bottom: 30px;
    }
    .owl-item .servico-home-item {
        margin-bottom: 0px!important;
        max-width: 100%!important;
    }
    .rf-destaque-txt.principal {
        margin-bottom: 30px!important;
    }
    .servico-home-item.principal {
        margin-top: 30px!important;
    }
}
@media (max-width: 375px) {
    .servico-home-item {
        height: 205px!important;
    }
}
@media (max-width: 320px) {
    .servico-home-item {
        height: 195px!important;
    }
}


/* ----------------------------- INSTITUCIONAL ----------------------------- */
hr {
    margin-bottom: 0;
}
hr.nav-linha-cor{
    width: 94.8%;
    margin-bottom: 0.5rem;
    background-color: #002060;
    position: relative;
}
hr.nav-linha-responsivel{
    display: none;
}
.inst-linha-cor-branco {
    background-color: #FFFFFF;
}
.inst-desc {
    font-family: 'Montserrat', sans-serif;
    /* font-size: 32px; */
    font-size: 20px;
    color: #BBBBBB;
    /* line-height: 39px; */
    position: relative;
    padding-right: 32px;
}
.marg-b-5 {
    margin-bottom: 5px;
}
.marg-b-29 {
    margin-bottom: 29px;
}
.aspas-invert {
    transform: scaleX(-1);
    position: absolute;
    right: 0;
    bottom: 15px;
}
.home-inst-img {
    border-radius: 15px;
    overflow: hidden;
}
.inst-linha-mvv {
    padding-top: 75px;
    padding-bottom: 75px;
}
#principal .header-padrao {
    font-size: 40px;
    line-height: 67px;
    color: #002060;
    font-weight: 500;
    position: relative;
}
#principal .header-titulo, #principal .header-titulo a {
    color: #121416;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
}
#videos .header-titulo, #areaRestrita .header-titulo {
    font-weight: 500;
}
.inst-linha-mvv .header-padrao.topicos {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
    margin-top: 40%;
}
.inst-linha-mvv .header-padrao img {
    position: absolute;
    top: -69px;
    left: -52px;
}
.inst-mvv-desc {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
}
.inst-risca {
    position: absolute;
    right: 0;
    top: 105px;
}
.inst-txt-info {
    margin-top: 90px;
}
.inst-txt-info .header-titulo,
.inst-txt-info .inst-home-desc {
    color: #FFFFFF;
}

@media (max-width: 1199px) {
    .inst-titulo {
        font-size: 54px;
    }
    .inst-subtitulo {
        font-size: 68px;
    }
    .inst-desc {
        margin-top: 20px;
        /* height: 63px; */
    }
    .inst-vid-titulo {
        font-size: 50px;
    }
}
@media (min-width: 992px) {
    .pad-l-lg-11 {
        padding-bottom: 11px;
    }
    .pad-r-lg-11 {
        padding-right: 11px;
    }
}
@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-linha-top {
        padding-bottom: 30px;
    }

    .inst-linha-mvv {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    .inst-linha-mvv .header-titulo {
        margin-top: 30px;
    }
    .inst-linha-mvv .header-padrao img {
        left: -15px;
    }    

    .inst-txt-info .header-titulo {
        margin-top: 30px;
    }
    .inst-txt-info .header-padrao {
        margin-top: 20px;
    }
    
}
@media (max-width: 768px) {
    .header hr.nav-linha-cor{
        display: none;
    }
    hr.nav-linha-responsivel{
        display: flex;
        width: 80%;
        position: relative;
        top: -35px;
        background-color: #fff;
    }
    .inst-titulo {
        font-size: 50px;
    }
    .inst-subtitulo {
        font-size: 60px;
    }
	.servico-titulo {
		top: 100px;
		width: 100%;
		margin-left: -15px;
	}
    .inst-home-desc.topicos {
        margin: 0;
    }
    .barra-lateral {
        display: none;
    }
	
    .cont-inst .header-padrao {
        font-size: 24px;
    }
    .inst-desc {
        font-size: 16px;
    }

    .inst-linha-mvv .header-padrao img {
        max-width: 50px;
        top: -20px;
    }
    .inst-txt-info .header-titulo {
        font-size: 18px;
        line-height: normal;
    }
    .inst-linha-mvv .header-padrao {
        font-size: 24px;
        line-height: normal;
    }
    .inst-mvv-desc {
        font-size: 16px;
    }
}
@media (max-width: 575px) {
    .inst-titulo {
        font-size: 40px;
    }
    .inst-subtitulo {
        font-size: 44px;
    }
}

/* -------------------------------- PRODUTO -------------------------------- */
.curso-destaque-img {
    position: relative;
    margin-top: -72px;
    z-index: 40;
    border-radius: 15px;
    overflow: hidden;
}
.curso-destaque-titulo {
    font-family: 'Montserrat', sans-serif;
    /* font-size: 45px; */
    font-size: 33px;
    font-weight: 500;
    /* line-height: 55px; */
    text-transform: uppercase;
    color: #212529;
    padding-top: 59px;
}
.curso-destaque-objetivo {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #212529;
    padding-top: 67px;
    padding-bottom: 64px;
}

.container-lista-curso .servico-home-item {
    margin-top: 54px;
    margin-bottom: 54px;
}
.curso-titulo {
    font-family: 'Montserrat', sans-serif;
    font-size: 58.3796px;
    font-weight: 500;
    line-height: 71px;
    color: #FFFFFF;
    text-align: center;
    text-transform: uppercase;
    /* padding-top: 67px; */
    padding-bottom: 33px;
}

@media (max-width: 1299px) {
    
}
@media (max-width: 1199px) {
    .curso-destaque-titulo {
        font-size: 26px;
    }
    .curso-titulo {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .container-lista-curso .header-padrao {
        padding-bottom: 0;
        padding-top: 30px;
    }

    .container-lista-curso .servico-home-item {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .curso-destaque-titulo {
        padding-top: 30px;
    }

    .curso-titulo {
        padding-top: 30px;
    }
    .curso-box-video-alinhamento {
        padding-top: 0;
    }
    .container-curso-conteudo {
        padding-top: 30px;
    }
    .curso-descricao {
        padding-bottom: 30px;
    }
    .curso-img-interna {
        text-align: center;
    }
}
@media (max-width: 767px) {
    .container-lista-curso .header-padrao {
        font-size: 24px;
        text-align: center;
    }

    .servico-home-titulo {
        font-size: 22px;
    }
    .servico-home-descricao-mais {
        font-size: 18px;
    }

    .curso-destaque-titulo {
        font-size: 24px;
    }

    .curso-titulo {
        font-size: 24px;
    }
    .curso-carga {
        font-size: 20px;
    }

    .container-curso-conteudo .header-padrao {
        font-size: 24px;
    }

    .container-curso-investimento .header-padrao {
        font-size: 24px;
    }

    .curso-investimento-header {
        font-size: 20px;
    }
    .curso-investimento-titulo {
        font-size: 24px;
        line-height: normal;
    }
}
@media (max-width: 520px) {
    .servico-home-titulo {
        font-size: 15px;
    }
}

/* ---------------------------------- 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;
    }
}


/* -------------------------------- LINK UTEIS -------------------------------- */
.container-link-util {
    padding-top: 93px;
    padding-bottom: 93px;
}
.container-link-util .header-padrao {
    font-weight: 500;
    font-size: 45px;
    line-height: 55px;
    color: #592A51;
    padding-bottom: 32px;
}

.link-item {
    padding-bottom: 20px;
}
.link-item a {
    font-family: 'Open Sans' ,'Montserrat', sans-serif;
    font-size: 16px;
    color: #212529;
    position: relative;
    transition: all 0.3s;
}
.link-item a:hover {
    color: #063608;
}

@media (max-width: 991px) {
    .container-link-util {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .container-link-util .header-padrao {
        padding-bottom: 0px;
    }
}
@media (max-width: 767px) {
    .container-link-util .header-padrao {
        font-size: 24px;
    }
}

/* -------------------------------- CONTATO -------------------------------- */
.contato-linha-branca {
    padding-top: 66px;
    padding-bottom: 40px;
}

.form-contato {
    padding-top: 30px;
}
.form-contato .form-item {
    padding: 8px 0;
}
.form-group {
    margin-bottom: 18px;
}
@media (max-width: 768px) {
    .form-group {
        width: 100%;
    }
}

.form-contato .form-item label {
    position: absolute;
    top: 29px;
    left: 13px;
    cursor: text;
    font-size: 18px;
    color: #ffba00;
    -webkit-transition: 0.2s ease-out;
    -moz-transition: 0.2s ease-out;
    -o-transition: 0.2s ease-out;
    -ms-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
}
.form-contato .form-item label.ativo {
    transform: translateY(-15px);
    font-size: 12px;
}
.form-contato input,
.form-contato textarea {
    width: 100%;
    font-size: 18px;
    color: #ffba00;
    border: solid 2px #ffba00;
    padding: 19px 20px 19px 10px;
    background-color: #fff;
}
.form-contato input:focus,
.form-contato textarea:focus {
    border-color: #2C394A;
}
.form-contato textarea {
    resize: none;
    overflow: hidden;
}
.form-contato .form-item :-ms-input-placeholder {color: #808080;}
.form-contato .form-item :-moz-placeholder {color: #808080;}
.form-contato .form-item ::-moz-placeholder {color: #808080;}
.form-contato .form-item ::-webkit-input-placeholder {color: #808080;}
.form-contato .icone-obrigatorio {
    position: absolute;
    right: -6px;
    top: 27px;
}
.form-contato .icone-check,
.form-contato .icone-asterisk {
    position: relative;
    z-index: 1;
    font-size: 7px;
}
.form-contato .icone-asterisk {
    right: 12px;
}
.form-contato input ~ .icone-obrigatorio .icone-check,
.form-contato input.active ~ .icone-obrigatorio .icone-asterisk,
.form-contato textarea ~ .icone-obrigatorio .icone-check,
.form-contato textarea.active ~ .icone-obrigatorio .icone-asterisk {
    visibility: hidden !important;
}
.form-contato input ~ .icone-obrigatorio .icone-asterisk,
.form-contato input.active ~ .icone-obrigatorio .icone-check,
.form-contato textarea ~ .icone-obrigatorio .icone-asterisk,
.form-contato textarea.active ~ .icone-obrigatorio .icone-check {
    visibility: visible !important;
}
.form-contato .botao {
    padding: 0;
    padding-top: 11px;
    text-align: left;
}

.form-control {
    font-family: 'Poppins', sans-serif;
    display: block;
    font-weight: 300;
    width: 100%;
    padding: 7px 1rem;
    font-size: 13px;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    -webkit-background-clip: border-box;   
    border: 1px solid #BDBDBD;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-control:focus {
    border-color: #002060;
    box-shadow: none;
}

.form-control[readonly] {
    color: #000;
}

.btn-form-contato {
    /* width: 100%; */    
    font-size: 15px;
    padding: 5px 50px;
    border-radius: 4px;
    font-family: 'Open Sans' ,sans-serif;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    border: 2px solid #002060;
    background-color: transparent;
    color: #0E1B45;
    transition: all ease 0.5s;
    float: left;
}
.btn-form-contato:is(:hover, :focus) {    
    border: 2px solid #0E1B45;    
    background-color: #0E1B45;
    outline: none;
    color: #fff;
}
@media (max-width: 768px) {
    .contato .btn-form-contato, .links .btn-form-contato {
        margin-top: 20px;
    }

    .top-mobile.contato-fale {
        margin-top: 40px;
    }
    .bottom-mobile.contato-trabalhe {
        margin-bottom: 40px;
    }
}

.container-header .btn-form-contato {
    padding: 3px 30px; 
    border: 1px solid #fff;
    cursor: pointer;    
    background-color: transparent;
    color: #fff;
    text-transform: none;
}
.container-header .btn-form-contato:hover {
    padding: 3px 30px; 
    border: 1px solid #fff;
    color: #fff;
    background-color: #0E1B45;
    border: 1px solid #0E1B45; 
}

.container-header .modal-footer .btn-form-contato {
    padding: 5px 30px; 
    background-color: #0E1B45;
}

.btn-form-contato a{
    color: #0E1B45;
}
.btn-form-contato:hover a{    
    color: #fff;
}

.endereco-linha {
    padding-bottom: 82px;
}
.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-fone-mail {
    padding-bottom: 32px;
}
.endereco-fone-mail a {
    font-size: 24px;
    color: #848484;
}
.endereco-fone-mail a:hover {
    text-decoration: underline !important;
}
.institucional-btn {
    display: flex;
    justify-content: center;
    margin: 0;
}

.noticias-btn {
    display: flex;
    justify-content: end;
}

.noticias-btn a {
    color: #002060;
    font-weight: 600;
    transition: all ease 0.5s;
}

.noticias-btn:hover a {
    color: #004101;
}

@media (max-width: 991px) {
    .form-row {
        padding-top: 0;
    }
    .contato-fale {
        margin-top: 4em;
    }
    .contato-trabalhe {
        margin-bottom: 4em;
    }
    .btn-form-contato {
        padding: 4px 30px;
    }
}
@media (max-width: 768px) {
    .btn-form-contato.servicos {
        margin: 0 30%;
    }
    .btn-form-contato.contato {
        margin: 0 35%;
    }
    .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;
    }
}
@media (max-width: 520px) {
    .noticias-btn {
        margin-top: 2em!important;
        margin-bottom: 2em!important;
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .institucional-btn, .servicos-btn, .segmento-btn, .contato-btn {
        display: flex;
        justify-content: center;
        margin: 0;
    }
    .btn-form-contato.servicos {
        margin: 0;
    }
    .btn-form-contato, .btn-form-contato, .btn-form-contato.contato, .segmento-btn {
        width: 100%;
        text-align: center;
        margin: 0;
    }
}

/* ---------------------------------- MAPA ---------------------------------- */
.container-mapa iframe {
    height: 400px;
}
.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: #002060;
}
.logo-footer {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.rodape-conteudo .row {
    display: flex;
    justify-content: center;
} 

.rodape-conteudo .container {
    padding-top: 15px;
    padding-bottom: 50px;
    border-top: 1px solid #002060;
}
.logo-cliente img {
    width: 80%;
    margin-top: 15px;
    padding-bottom: 70px;
}
.rodape-txt, .rodape-txt a {
    font-family: 'Open Sans' ,sans-serif;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
}
.rodape-rede {   
    padding-top: 40px;
}
.social-footer {
    display: flex;
    justify-content: center;
    position: absolute;
    right: 0;
    margin-top: 6em;
}
.rodape-header {
    font-family: 'Open Sans', system-ui, Arial;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.1px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    margin-top: 15px;
}

.rodape-menu-item,
.rodape-menu-item a {
    font-family: 'Open Sans', system-ui, Arial;
    list-style: none;
    display: flex;
    margin: 0 5px;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #fff;
    transition: all 0.8s;
}
.rodape-menu-item .selected-menu a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
.rodape-menu-item a:hover {
    color: #fff;
}
.rodape-menu-item {
    padding-bottom: 70px;
}
.rodape-menu-item:last-child {
    padding-bottom: 0;
}

.rodape-menu,
.rodape-servico {
    display: flex;
    justify-content: center;
    margin-left: 0;
    list-style: none;
    flex-wrap: wrap;
}


@media(max-width: 1024px) {
    .social-footer {
        position: relative;
        margin-top: 2em;
    }
}
@media(max-width: 768px) {
    .destaque-menu-item.destaque {
        display: none;
    }
    .social-footer {
        margin-top: 4em;
    }
    .social-footer .rodape-txt{
        display: none;
    }
    .rodape-menu-item {
        padding-bottom: 15px;
    }
}
@media (max-width: 520px) {
    .rodape-menu,
    .rodape-servico {
        display: grid;
        text-align: center;
    }
    .rodape-menu-item {
        padding-bottom: 5px;
        justify-content: center;
    }
    .social-footer {
        position: relative;
        margin-top: 10px;
    }
}

.destaque-menu-item .rodape-menu .rodape-menu-item li{
    padding: 10px 20px;
}
.rodape-menu .rodape-menu-item li{
    padding: 10px 1px;
}

.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) {
    .rodape-conteudo .container {
        text-align: center;
    }
    .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;
    }
    
    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;
    }
}
.hidden-desk{
	display: none !important;
}
.hidden-mob{
	display: block !important;
}
@media (max-width: 768px) {
    .nav-menu .menu-item-link{
        text-transform: uppercase;
        width: 100%;
        justify-content: center;
	}
    .nav-menu .menu-item-link.img-header{
        width: 20%;
	}
    .menu-item-li {
        margin-right: 0px;
        margin-bottom: 30px;
    }
	
    .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-conteudo .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .logo-cliente img {
        margin-top: 40px;
    }
    .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%;
    }
}


/*GALLERY*/

.gallery {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(4, 5vw);
    grid-gap: 15px;
}
.gallery__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*CAROUSEL*/
.owl-carousel .owl-item img{
    display: block;
    width: 100%;
    /*height: 170px;*/
    max-height: 360px;
}

.owl-dots {
    display: none!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    display: none!important;   
}
.owl-nav{
    z-index: 5;
    display: flex;
    justify-content: space-between;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
    z-index: 5;
}
.owl-theme .owl-nav [class*=owl-] {
    background: transparent;
    padding: 0px 0px;
}
.owl-theme .owl-nav [class*=owl-] img{
    transition: all ease 0.5s;
    border-radius: 50%;
}
.owl-theme .owl-nav [class*=owl-] img:hover {    
    box-shadow: 1px 1px 5px 1px rgba(31,54,106, 0.5);
    transform: scaleX(1.05);
    transform: scaleY(1.05);
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.owl-theme .owl-nav {
    position: absolute;
    margin: -15em 0 0 64.5em!important;
}
.navbar-nav .owl-theme .owl-nav {
    z-index: 0;
    width: 105%;
    margin: -3.8em 0 0 -50px!important;
}
.owl-carousel .owl-stage-outer {
    z-index: 6;
}

@media (max-width: 1024px) {
    .owl-theme .owl-nav {
        margin: -15.5em 0 0 51.4em!important;
    }
    .owl-carousel .owl-item img{
        max-height: 304px;
    }
}
@media (max-width: 768px) {
    .owl-theme .owl-nav {
        margin: -15.5em 0 0 36.4em!important;
    }
    .owl-carousel .owl-item img{
        max-height: 460px;
    }
    .navbar-nav .owl-carousel .owl-item {
        width: 20em!important;
        float: inherit!important;
    }
    .navbar-nav .owl-theme .owl-nav {
        display: none;
    }
    .inst-home-desc.topicos, .inst-home-desc.topicos p {
        margin-bottom: 25px;
    }
    .inst-linha-mvv .header-padrao.topicos {
        margin-top: 10%;
    }
}
@media (max-width: 520px) {
    .owl-theme .owl-nav {
        position: relative;
        bottom: 0;
        right: 50%;
        margin: 30px 0 -4.3em 0!important;
        transform: translateX(50%);
    }
    .owl-carousel .owl-item img{
        max-height: 267px;
        height: 260px;
    }
}
@media (max-width: 375px) {
    .owl-carousel .owl-item img{
        max-height: 204px;
    }
}
@media (max-width: 320px) {
    .owl-carousel .owl-item img{
        max-height: 196px;
    }
}


/* PAGINACAO */
.paginacao {
    font-family: 'Open Sans', system-ui, Arial;
}
.paginacao ul {
    margin: 0;
}
.paginacao li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.paginacao .paginacao-busca {
    font-size: 17px;
    /*width: 30px;
    height: 40px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    margin: 10px;
    color: #002060;
    transition: all 0.5s;
}

.paginacao .paginacao-busca:hover, .paginacao .borda-selecionada {
    color: #002060;
    transform: scale(1.20);
}
.paginacao .paginacao-busca input, .paginacao .borda-selecionada input{
    width: 2.5em;
    text-align: center; 
    padding: 0px;
    border: 1px solid #002060;
    border-radius: 4px;
    background: #e9ebedbd;
    color: #002060;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.ulcardapio {
    display: flex;
    justify-content: center;
}
.paginacao-icon svg{
    margin-top: 3px;
    width: 15px;
    height: 15px;
}

.paginacao-left .paginacao-icon svg{
    transform: rotateY(180deg);
}

.paginacao-icon svg:hover{
    fill: #fff;
}

#interna-segmento.container .row{
    justify-content: flex-end;
}

@media (max-width: 768px) {
    .paginacao .paginacao-busca {
        width: 40px;
        height: 40px;
    }
    .col-lg-12.no-padding {
        padding-left: 0px;
        padding-right: 0px;
    }    
}
@media (max-width: 520px) {
    .paginacao .paginacao-busca {
        width: 30px;
        height: 35px;
    }
}
@media (max-width: 375px) {
    .paginacao .paginacao-busca {
        width: 25px;
        font-size: 15px;
    }
}
@media (max-width: 320px) {
    .paginacao .paginacao-busca {
        width: 18px;
        font-size: 13px;
    }
}


/*
DESTAQUE*/
li {
    font-family: 'Open Sans', system-ui, Arial;
}
.destaque {
    border-bottom: 1px solid #E1E1E1;
}


.destaque-menu-item,
.destaque-menu-item a {
    font-family: 'Open Sans', system-ui, Arial;
    list-style: none;
    display: flex;
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.2px;
    color: #B2B2B2;
    transition: all 0.8s;
}
.destaque-menu-item a:hover {
    color: #002060;
}

.rf-pg-destaque {    
    padding: 20px 0;
    transition: all ease 0.5s;
}
.rf-destaque-txt {
    display: flex;
    align-items: flex-start;
    height: 3.5em;
    border-left: 2px solid #002060;
    padding: 0 15px;
    transition: all ease 0.5s;
}
.rf-destaque-txt a {
    color: #656565;
    font-weight: 600;
    transition: all ease 0.5s;
}
.rf-destaque-txt:hover a{
    color: #002060;
}
.rf-pg-destaque:hover,.rf-pg-destaque:active, .rf-pg-destaque.selected {
    border-bottom: 1px solid #002060;
    cursor: pointer;
}
.destaque-menu-item-link {
    margin: 0 20px;
}
.rf-pg-destaque:hover .destaque-menu-item-link a, .rf-pg-destaque:hover .destaque-menu-item-link, .rf-pg-destaque.selected .destaque-menu-item-link a, .rf-pg-destaque.selected .destaque-menu-item-link {
    color: #002060;
}

/*TRIBUTÁRIA*/
.rf-pg-destaque {
    display: flex;
    align-items: center;
}

.destaque-menu-item-link {
    border: 2px solid transparent;
    margin: 0 15px;
    padding: 10px 0;
}

.rf-pg-destaque.btn-destaque .destaque-menu-item-link span {
    color: #fff;
}

.rf-pg-destaque.btn-destaque .destaque-menu-item-link {
    color: #fff;
    background: #b2b2b2;
    border: 2px solid #b2b2b2;
    border-radius: 4px; 
    padding: 10px;
}    

.rf-pg-destaque.btn-destaque:hover .destaque-menu-item-link {
    border: 2px solid #002060;
}

.btn-destaque .destaque-menu-item-link:active, .btn-destaque .destaque-menu-item-link.selected, .btn-destaque.rf-pg-destaque.selected .destaque-menu-item-link {
    background: #002060;
    border: 2px solid #002060;
}

.rf-pg-destaque.btn-destaque:hover .destaque-menu-item-link, .rf-pg-destaque.btn-destaque:hover .destaque-menu-item-link span {
    background: transparent; 
    color: #002060;
}

@media (max-width: 906px) {
    .destaque-menu-item a {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .rf-pg-destaque {    
        padding: 5px 0;
    }
    #accordion .card-body .rf-pg-destaque {    
        list-style: none;
    }
    .rf-destaque-txt a {
        font-size: 12px;
    }
}


/*DIVISÃO CONTEÚDOS*/
.shadow-conteudo {
    background-color: #FBFBFB;
    box-shadow: 0px 0px 20px 1px #00000052;
}

/*INFO NO TEXTO*/
.info-txt {
    color: #002060;
    font-size: 12px;
    padding: 0 5px;
}

/*ACCORDION*/
#accordion {
    display: none;
}

[data-toggle="collapse"] i:before {  
    content: "\f068";
}
  
[data-toggle="collapse"].collapsed i:before {
    content: "\f067";
}

.card-header{
    margin-bottom: 8px;
}
.accordion-title{
    position: relative;
    display: block;
    padding:8px 0 8px 50px;
    background: #002060;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: left;
    transition: all .4s ease-in-out; 
}
.accordion-title i{
    position: absolute;
    width: 40px;
    height: 100%;
    left: 0;
    top: 0;
    color: #fff;
    background: radial-gradient(rgba(#213744, .8), #213744);
    text-align: center;
    border-right: 1px solid transparent;
}
.accordion-title:hover{
    padding-left: 60px;
    background: #002060;
    color: #fff;
    text-decoration: none;
}
.accordion-title:hover i{
    border-right: 1px solid #fff;
}

.accordion-body{
    padding: 40px 55px;
}
.accordion-body ul{
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.accordion-body li{
    padding-left: 1.2rem;
    text-indent: -1.2rem;
}
.accordion-body:before{
    content: \f10a;
    padding-right: 5px;
    font-family: "Flaticon";
    font-size: 16px;
    font-style: normal;
    color: #002060;
}

@media (max-width: 768px) {
    #accordion {
        display: block;
    }

    #accordion .rf-pg-link-util {
        padding: 5px 20px;
    }
}

/*ACCORDION (perguntas frequentes)*/
.card-body {
    padding: 10px 60px;
}

.listaUser button {
    width: 95%; 
    text-decoration: none!important;
}

@media (max-width: 1024px) {
    .listaUser button {
        width: 80%; 
    }
}
@media (max-width: 520px) {
    .card-body {
        padding: 10px 15px;
    }
}


/*INSTITUCIONAL*/
.produtos {
    box-shadow: 0px 4px 10px 0px #b3939359;
    padding: 40px;
    height: 90%;
    max-height: 90%;
    transition: all ease 0.5s;
}
.produtos:hover {
    transform: scale(1.03);
    box-shadow: 0px 4px 10px 0px #74666688;
    cursor: pointer;
}
.produtos .img-fluid {
    max-width: 40%;
}
.inst-home-produtos {
    font-size: 18px;
    color: #212529;
    font-weight: 600;
    position: relative;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    line-height: 20px;
    margin-bottom: 25px;
    text-align: center;
}

@media (max-width: 768px) {
    .produtos {
        padding: 25px;
    }
}

@media (max-width: 520px) {
    .produtos {
        padding: 80px;
    }
}

@media (max-width: 320px) {
    .produtos {
        padding: 50px;
    }
}

/*Clientes*/
.clientes .header-titulo {
    font-weight: 500;
}

/*CURSOS*/
.rsCaption {
    font-weight: 500;
    width: 100%;
    margin-left: 210px;
    margin-top: -100px;
}

.descricao-form-modal .header-titulo, #descricao .header-titulo {
    color: #121416;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 0px;
}
.descricao-form-modal .header-titulo a, #descricao .header-titulo a {
    background: #002060;
    border: 1px solid #002060;
    border-radius: 10px;
    padding: 3px 15px;
    color: #fff;
    transition: all ease 0.5s;
}
.descricao-form-modal .header-titulo a:hover, #descricao .header-titulo a:hover {
    background: transparent;
    border: 1px solid #002060;
    border-radius: 10px;
    padding: 3px 15px;
    color: #002060;
}
#video .header-titulo, #areaRestrita .header-titulo {
    color: #121416;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}
.descricao-form-modal .header-titulo .palavra-busca,#descricao .header-titulo .palavra-busca {
    color: #121416;
    font-size: 18px;
    font-weight: 200;
    font-style: italic;
    text-decoration: underline;
}

#video .header-titulo, #areaRestrita .header-titulo {
    font-size: 13px;
    font-weight: 700;
}
#principal .header-titulo {
    color: #656565;
    font-size: 30px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 50px;
}
#subtitulo .header-titulo {
    font-size: 25px;
    font-weight: 600;
    width: 100%;
    margin-bottom: 20px;
}
.descricao-form-modal .inst-home-produtos ,#descricao .inst-home-produtos, #video .inst-home-produtos, #podcast .inst-home-produtos, #areaRestrita .inst-home-produtos, #subtitulo .inst-home-produtos, .inst-home-desc {
    font-family: "Open Sans", sans-serif;
    color: #212529;
    font-size: 13px;    
    font-weight: 400;
    position: relative;
    line-height: 20px;
    text-align: justify;
}

.inst-home-desc a {
    font-family: "Open Sans", sans-serif;
    color: #002060;
    font-size: 16px;    
    text-decoration: underline;
    position: relative;
    text-align: justify;
}

.box-conteudo .inst-home-desc a {
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

@media (max-width: 520px) {
    #principal .header-titulo {
        font-size: 30px;
    }
    .descricao-form-modal .header-titulo,#descricao .header-titulo, #video .header-titulo {
        font-size: 18px;
    }
}
@media (max-width: 375px) {
    #principal .header-titulo {
        font-size: 25px;
    }
}
@media (max-width: 320px) {
    #principal .header-titulo {
        font-size: 20px;
    }
    #subtitulo .inst-home-produtos, .inst-home-desc {
        font-size: 12px;   
    }
    .descricao-form-modal .header-titulo,#descricao .header-titulo, #video .header-titulo {
        font-size: 15px;
    }
}

/*VIDEOS*/

.videos {
    transition: all ease 0.5s;
}

.cursos:hover, .videos:hover {
    transform: scale(1.1);
}

.publicacao#sem-foto-interna-istitucional {
    width: 45em;
}

@media (min-width: 430px) AND (max-width: 765px) {
    #video #video {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}


/*PODCAST*/

#podcast .videos {
    margin-bottom: 4em;
}

#podcast .pod_item img {
    width: 50em;
}

@media (max-width: 330px) {
    #podcast .inst-home-produtos {
        display: flex;
    }
}


/*NOTICIAS*/

#noticia-foto {
    display: flex;
    justify-content: center;
}
#noticia-foto a .item img{    
    padding-top: 30px;
    width: 45em;
}

#compartilhar {
    display: flex;
    justify-content: space-between;
}
#compartilhar .item img {
    margin: 0 10px;
}

.post-noticia .inst-home-produtos{
    margin-left: 10px;
}
.post-noticia.display-align{
    justify-content: flex-start;
}

@media (max-width: 520px) {
    #compartilhar .item img {
        margin: 0 5px;
    }
}

/*VIDEO*/
#institucional .youtube iframe{
    width: 100%;
} 

.youtube iframe{
    width: 45em;
    height: 30em;
}

.inst-home-desc p iframe {
    width: 51.7em!important;
    height: 30em!important;
}

@media (max-width: 520px) {
    .youtube iframe{
        height: 20em;
    }
}
@media (max-width: 320px) {
    .youtube iframe{
        width: 16em;
        height: 15em;
    }
}

/*CHECKBOX*/

.switch .inst-home-produtos {
    padding-left: 0.5rem;
}

.switch .switch-wrapper {
    display: inline-block;
    width: 60px;
    height: 34px;
    position: relative;
}
.switch .switch-wrapper .switch-button {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 40px;
    background-color: #BFBFBF;
}

.switch .switch-wrapper .switch-button::before {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    left: 4px;
    bottom: 4px;
    border-radius: 50%;
    transition: all ease 0.4s;
    background-color: #002060;
    cursor: pointer;
}

.switch .switch-wrapper input:checked + .switch-button {
    background-color: #002060;
}
.switch .switch-wrapper input:checked + .switch-button::before {
    transform: translateX(20px);
    background-color: #fff;
}

/*ÁREA RESTRITA*/

.listaUser {
    border-radius: 10px;
    box-shadow: 0px 9px 7px 0px #c1b1b199;
    margin-bottom: 2em;
    transition: all ease 0.5s;
}

.listaUser:hover {
    transform: scale(1.01);
    box-shadow: 0px 9px 7px 0px #c1b1b1;
}

.listaUser .conteudo.display-align {
    justify-content: space-between;
}

.select2-container .select2-selection--single {
    height: 36px!important;
}

.form-group.select-grupo .select2-container {
    width: 100%!important;
}

.form-group.select-grupo .select2-container--default .select2-selection--multiple {
    padding: 7px 40px 10px 10px;
}

.swal2-popup .select2-container .select2-selection--single {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 4px;
}

.input-group-append .select2-container .select2-selection--single {
    border-left: none;
    border-radius: 0 4px 4px 0;
}

@media (max-width: 1024px) {
    .listaUser .conteudo.display-align {
        justify-content: inherit;
    }
    
    .input-group.busca {
        width: 30px;
        left: 1.5em;
    }
}
@media (max-width: 768px) {
    .input-group.busca {
        width: 100%;
        left: 0;
    }
}
@media (max-width: 520px) {
    .listaUser  {
        padding: 20px;
    }
}

/*AVALIAÇÃO*/
.input-avaliacao {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .input-avaliacao:after {
    content: "";
    clear: both;
  }
  
  .radio {
    box-sizing: border-box;
    float: left;
    height: 35px;
    position: relative;
    width: 35px;
  }
  
  .radio + .radio {
    margin-left: 25px;
  }
  
  .radio label {
    background: #002060 no-repeat center center;
    border: 1px solid #002060;
    border-radius: 100%;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    white-space: nowrap;
  }
  
  .radio label span {
    z-index: 1;
  }
  .radio label input[type=radio] {
    all: unset;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all ease 0.3s;
  }
  .radio label input[type=radio]:checked {
    background-color: #fff;
    border-radius: 100%;
  }
  .radio label input[type=radio]:checked + span{
    color: #002060;
  }


/*ÚLTIMOS*/
.ultimos {
    transition: all ease 1s;
}

.ultimos:hover {
    transform: scale(1.05);
}

/*CONSULTOR*/

@media (max-width: 520px) {
    .consultor .item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .consultor img {
        width: 10em;
    }
}

/*ROTEIRO*/
@media (max-width: 768px) {
    .roteiro-imagem {
        display: flex;
        align-items: center;
    }
}


/*CAROUSEL*/
.login-txt {
    font-family: 'Open Sans' ,sans-serif;
    color: #fff;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    margin-bottom: 0!important;
    font-size: 15px;
    padding: 0 10px;
    font-weight: 400;
    letter-spacing: 0.2px;
}


/*BOLETIM EMAIL*/
#email .p-20 {
    padding: 20px;
}
#email .fundo-pontilhado {
    background: radial-gradient(rgb(245, 245, 245), #E8EBEB);
    -webkit-background-image: -webkit-repeating-radial-gradient(rgb(245, 245, 245), #E8EBEB);
    -moz-background-image: -moz-radial-gradient(rgb(245, 245, 245), #E8EBEB);
    -o-background-image: -o-radial-gradient(rgb(245, 245, 245), #E8EBEB);

    background-size: 5px 5px;
    -webkit-background-size: 5px 5px;
    -moz-background-size: 5px 5px;
    -o-background-size: 5px 5px;
}
#email .fundo-principal {
    background-color: #002060;
}
#email .fundo-secundario {
    width: 100%;
    background: rgb(56,86,41);
    background: linear-gradient(90deg, rgba(56,86,41,1) 0%, rgba(117,192,122,1) 79%, rgba(117,192,122,0) 100%);
}
#email .fundo-cinza {
    background-color: #f4f5f6;
}
#email .sub {
    transition: all ease 0.3s;
}
#email .data {
    color: #a09e9e;
}

#email .destaque h1 {
    text-align: center;
    color: #002060;
    font-size: 20px;
    margin-left: 30px;
    transition: all ease 0.5s;
}
#email .destaque h1 span{
    font-size: 15px;
}

#email .destaque h1:hover {
    color: #195c96;
}

#email .info {
    display: flex;
}
#email .info span {
    color: #2a75bb;
}
#email .destaque .conteudo {
    margin-top: 10px;
    padding: 10px 0 20px 0;
    transition: all ease 0.8s;
}
#email .box-conteudo {
    transition: all ease 0.3s;
}
#email .box-conteudo:hover .conteudo {
    box-shadow: rgba(0, 32, 96, 0.4) 0px 5px, rgba(0, 32, 96, 0.3) 0px 10px;
    border-radius: 5px;
}
#email .info .categoria {
    padding: 0 10px;
    color: #557797;
    margin: 0 0 0 20px;
    border-radius: 5px;
    background-color: #d9e9f7;
    transition: all ease 0.5s;
}
#email .info .categoria:hover {
    color: #008acc;
}

#email .destaque {
    border: none;
}

#email .destaque .conteudo h2, #email .gmInfo h2 {
    font-size: 20px;
    font-weight: bold;
    color: #195c96;
}
#email .destaque .conteudo p {
    font-size: 15px;
    margin: 10px 0;
    color: #a09e9e;
}

#email .btn:not(:disabled):not(.disabled) {
    cursor: auto;
}
#email .btn {
    display: flex;
    justify-content: center;
}
#email .btn a {
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #002060;
    background-color: #002060;
    transition: all ease 0.5s;
}
#email .btn a:hover {
    color: #002060;
    background-color: transparent;
    border: 1px solid #002060;
}

#email .rodape {
    color: #002060;
    padding: 10px 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f4f5f6;
}

#email .barra-azul {
    width: 100%;
    height: 25px;
    background-color: #002060;
}

#email .display-align .agenda-fiscal {
    display: flex;
    align-items: center;
}

.erromsg{
    color: #f30;
}