@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html {
    position: relative;
    min-height: 100%;
}
body {
    background:#f4f4f4 url(../images/bg.jpg) no-repeat right top;
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}
body > .container {
    padding: 60px 15px 0;
}
ul,
li {
    list-style-type: none;
}
a,
img,
a:hover {
    text-decoration: none;
    outline: none;
}
img{
    max-width: 100%;
}
p{
    font-family: 'ubunturegular';
    line-height: 1.4rem;
    font-size: .75rem;
    margin-bottom: .5rem;
}

/* HEADER */

header{
    width: 100%;
    margin-bottom: 20px;
}
header > div{
    padding: 0 !important;
}
div#popup-mask {
    z-index: 9999 !important;
}
div#dialog,
div#popAlerta{
    z-index: 99999 !important;
}

/* HEADER - MOBILE */

.header-mobile{
    background: #0a4964;
    width: 100%;
    height: 80px;
    position: fixed;
    left: 0;
    top: -80px;
    opacity: 0;
    z-index: 999;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.header-mobile .logo{
    position: absolute;
    left: 10px;
    top: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.header-mobile .logo a{
    display: block;
}
.header-mobile .logo img{
    width: 150px;
}
.header-mobile .menu{
    position: absolute;
    right: 30px;
    top: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.header-mobile .menu .btn-menu{
    background: url(../images/menu-branco.svg) no-repeat;
    content: '';
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}

/* ASIDE */

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    padding-top: 0;
    z-index: 100;
    padding: 48px 0 0;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
aside.sidebar{
    background: #0b4a65 url(../images/aside.jpg) no-repeat bottom;
    width: 100%;
    max-width: 270px !important;
    border-radius: 0 60px 60px 0;
    -moz-border-radius: 0 60px 60px 0;
    -webkit-border-radius: 0 60px 60px 0;
    padding: 4% 2%;
}
.sidebar .logo-web{
    display: block;
    margin: 10px auto 60px;
    text-align: center;
}
.sidebar .logo-web a img{
    max-width: 165px;
}

/* NAV */

.nav .nav-item a{
    font-family: 'ubunturegular';
    color: #f9f9f9;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.nav .nav-item a:hover,
.nav .nav-item a:focus,
.nav .nav-item a:active{
    color: #8bc8e2;
    background: transparent;
}
.nav-pills .nav-link.active:hover{
    color: #FFF;
    background-image: linear-gradient(to right, #109ccf, #0fccd4);
}
.nav-pills .nav-link.active{
    color: #FFF;
    background-image: linear-gradient(to right, #109ccf, #0fccd4);
    border-radius: 15px 0 0 15px;
    width: 106.6%;
}
.dropdown-item.active{
    background: #ffffff !important;
    border-radius: 15px 0 0 15px;
    color: #138bb4 !important;
    width: 100%;
    padding: 10px 15px 8px;
    margin-left: 16px;
    line-height: 15px;
}
.dropdown-item.active:hover{
    color: #138bb4 !important;
}
.nav-pills .show>.nav-link{
    background: transparent;
    color: #fff;
}
.dropdown-menu.show{
    background: transparent;
    position: relative !important;
    border: 0 !important;
    transform: inherit !important;
    padding-top: 0;
    margin-top: 0;
}
.dropdown-item{
    font-family: 'ubunturegular';
    font-size: 11px !important;
    color: #c6f2ff !important;
    white-space: normal;
    padding: 5px 30px;
}
.dropdown-menu .dropdown-menu{
    padding: 5px 30px;
}
.dropdown-item:hover{
    background: transparent;
    color: #ffffff !important;
}

/* CONTENT */

main{
    padding: 20px 0 20px 280px;
}
main header div.justify-content-between:last-of-type {
    justify-content: flex-end !important;
}
main header div.justify-content-between:first-of-type {
    justify-content: space-between!important;
}
.container-fluid{
    padding-top: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

/* FONTS */

@font-face {
    font-family: 'ubuntubold';
    src: url('../fonts/ubuntu-bold-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubuntulight';
    src: url('../fonts/ubuntu-light-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/ubuntu-regular-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: "chivo-bold";
    src: url("../fonts/chivo-bold-webfont.woff2?v=1.0.0") format("woff2"), 
         url("../fonts/chivo-bold-webfont.woff?v=1.0.0") format("woff");
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "chivo-regular";
    src: url("../fonts/chivo-regular-webfont.woff2?v=1.0.0") format("woff2"), 
         url("../fonts/chivo-regular-webfont.woff?v=1.0.0") format("woff");
    font-weight: normal;
    font-style: normal; 
}
@font-face {
    font-family: "chivo-black";
    src: url("../fonts/chivo-black-webfont.woff2?v=1.0.0") format("woff2"), 
         url("../fonts/chivo-black-webfont.woff?v=1.0.0") format("woff");
    font-weight: normal;
    font-style: normal; 
}

/* TITLES */

/* .title {
    float: left;
    width: auto;
} */
.title {
    float: left;
    width: 80%;
}
.title h1{
    font-size: 1.9rem;
    font-family: "chivo-black";
    text-transform: uppercase;
    background: -webkit-linear-gradient(285deg, #007c96, #004360 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}

/* ÍNDICES */

.indices{
    background: #ffffff;
    width: auto;
    height: auto;
    padding: 20px 25px;
    -webkit-box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 0px solid #000000;
}
.indices.bg{
    background: #ffffff url(../images/bg-card-indices.jpg) no-repeat right;
    margin-bottom: 20px;
}
.indices .indice{
    margin-right: 40px;
}
.indices .indice:last-child{
    margin-right: 0;
}
.indices.bg .indice:last-child{
    margin-bottom: 0;
}
.indices .indice p{
    margin-bottom: 0;
}
.indices .indice .nome{
    font-family: "chivo-black";
    text-transform: uppercase;
    font-size: 16px;
    color: #0ac0bc;
}
.indices .indice:nth-child(2) .nome{
    color: #0fa4b8;
}
.indices .indice:nth-child(3) .nome{
    color: #1483b3;
}
.indices .indice .valor{
    font-size: 16px;
    color: #393939;
    margin-right: 20px;
}
.indices .indice .info{
    font-size: 14px;
    color: #a0a0a0;
}

/* ÍNDICES - MODELO 2 */

.indices.option2{
    background:#ffffff url(../images/bg-card-indices.jpg) no-repeat right;
    margin-bottom: 20px;
}
.indices.option2 .indice{
    margin-right: 0;
    margin-bottom: 20px;
}
.indices.option2 .indice:last-child{
    margin-bottom: 0;
}

/* IDIOMA */

.language {
    width: 20%;
    float: right;
    text-align: right;
    height: 34px;
    margin-left: auto;
}
/* .language{
    width: auto;
} */
.language a{
    color: #0cb5bb;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.language a img{
    margin: -3px 10px 0 0;
}
.language a:hover{
    color: #0b4a65;
}

/* ACTION */

.actions{
    width: auto;
    padding: 0;
    margin-bottom: 20px;
}
.actions .btn.btn-primary.download.verde{
    background: #26a137;
}
.actions .btn.btn-primary.download{
    background: #007a95;
    font-size: 12px;
    font-family: "chivo-bold";
    text-transform: uppercase;
    border: 0;
    color: #ffffff;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    padding: 10px 40px 10px 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    position: relative;
}
.actions .btn.btn-primary.download::after{
    content: '';
    background: url(../images/icon-download.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    right: 14px;
    top: 11px;
}
.actions .btn.btn-primary.download.verde::after{
    background: url(../images/icon-download-verde.svg);
}
.actions .btn.btn-primary.download:hover{
    background: #005163;
}
.actions .btn.btn-primary.download.verde:hover{
    background: #04470d;
}

/* BREADCRUMB */

.content-breadcrumb{
    padding: 0;
    margin-left: auto;
}
.content-breadcrumb .breadcrumb{
    background: #ffffff;
    width: auto;
    height: auto;
    padding: 6px 25px 5px;
    -webkit-box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 0px solid #000000;
    margin-bottom: 0;
}
.content-breadcrumb .breadcrumb .breadcrumb-item:first-child{
    margin: 0;
}
.content-breadcrumb .breadcrumb .breadcrumb-item:first-child::before{
    display: none;
}
.content-breadcrumb .breadcrumb .breadcrumb-item {
    position: relative;
    margin:0 0 0 25px;
}
.content-breadcrumb .breadcrumb .breadcrumb-item a{
    color: #777777;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.content-breadcrumb .breadcrumb .breadcrumb-item a:hover{
    color: #0ac0bc;
}
.content-breadcrumb .breadcrumb .breadcrumb-item:last-child{
    margin-right: 0;
}
.content-breadcrumb .breadcrumb .breadcrumb-item.active::before, 
.content-breadcrumb .breadcrumb .breadcrumb-item::before{
    content: '';
    width: 4px;
    height: 4px;
    background: #777777;
    position: absolute;
    left: -11px;
    top: 12px;
    border-radius: 50%;
    padding: 0;
}
.content-breadcrumb .breadcrumb .breadcrumb-item.active:last-of-type a{
    color: #0ac0bc;
    font-size: 12px;
    font-family: "chivo-black";
    text-transform: uppercase;
    line-height: 29px;
}

/* TERMO BUSCA */

.termo-busca {
    padding: 0;
    text-align: left;
    align-items: center !important;
    /* min-height: 38px; */
}
.eng header .termo-busca:before{
    content: 'Filter by:';
}
header .termo-busca:before {
    content: 'Filtrando por:';
    color: #ababab;
    padding-right: 15px;
    display: inline-block;
    font-size: 12px;
}
section .termo-busca h3{
    color: #363636;
    font-family: "chivo-black";
    margin-right: 10px;
}
section .termo-busca h3, section .termo-busca a, section .termo-busca p{
    font-family: "chivo-regular";
    font-size: 12px;
    color: #6b6b6b;
    margin-bottom: 0;
    line-height: 16px;
}
section .termo-busca a{
    color: #007a95;
}
section .termo-busca a:hover{
    color: #005163;
}

.termo-busca p{
    font-family: "chivo-regular";
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 0;
}
.termo-busca p span{
    font-family: "chivo-black";
    color: #0ac0bc;
}

/* SWITCH */

.switch{
    width: 100%;
    max-width: 220px;
    -webkit-box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    background-color: #ffffff;
    padding: 0;
    border: 0;
}
.switch a{
    font-size: 12px;
    text-transform: uppercase;
    color: #6b6b6b;
    font-family: "chivo-bold";
    padding: 10px 16px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.switch a:hover{
    color: #007a95;
}
.switch a.active{
    display: block;
    background: #007a95;
    color: #fff;
    border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    -webkit-border-radius: 20px 20px 20px 20px;
}
.switch a.active:hover{
    color: #ffffff;
    background: #00404e;
}

/* FILTROS */

.filter{
    width: 100%;
    -webkit-box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    background-color: #ffffff;
    padding: 30px 20px 30px 35px;
    border: 0;
}
.filter .form-row{
    margin: 0;
    justify-content: flex-start !important;
}
.filter .form-row .justify-content-start {
    display: flex;
    width: 100%;
}
.filter .form-row > div .label {
    margin: 0 0 10px !important;
    padding: 0;
}
.filter .form-row .form-row > div {
    width: auto !important;
    max-width: initial !important;
    margin-bottom: 15px;
    margin-right: 20px !important;
    justify-content: flex-start !important;
    padding: 0;
}
.filter .form-row .form-row > div:last-of-type {
    width: 100% !important;
    flex: 100% !important;
    margin: 0 !important;
    display: flex;
    justify-content: flex-end !important;
}
.filter .form-row .form-row > div:last-of-type a{
    margin-left: 10px;
}
.filter form .label p{
    font-size: 1rem;
    font-family: "chivo-black";
    text-transform: uppercase;
    background: -webkit-linear-gradient(285deg, #007c96, #004360 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0;
}
.filter form img{
    height: 20px;
    margin: -1px 2px 0 7px;
}
.filter form select, .filter form input{
    font-size: 12px;
    color: #777777;
    padding-left: 7px !important;
    border: 1px solid #ced4da;
    border-radius: 5px;
    width: 100%;
}
select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.filter form a.bt-selecione-os-estados {
    font-size: 12px !important;
    display: block;
}
.filter form .btn.btn-primary{
    background: #004360;
    font-size: 10px;
    font-family: "chivo-bold";
    text-transform: uppercase;
    border: 0;
    color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding: 9px 25px 8px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    position: relative;
}
.filter form .btn.btn-primary:hover{
    background: #002738;
}

/* QUEM SOMOS */

.text-quem-somos{
    font-size: 1rem;
    font-family: "chivo-black";
    text-transform: uppercase;
    background: -webkit-linear-gradient(285deg, #007c96, #004360 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

/* CARDS */

.cards .link-empresas{
    color: #212529;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.cards .link-empresas:hover{
    color: #0ac0bc;
}
.cards h3.card-title {
    font-size: 18px;
    font-family: "chivo-black";
}
.cards h4.card-subtitle.mb-2.text-muted {
    margin-bottom: 0 !important;
    font-size: 14px;
}
.cards{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.cards .card{
    height: calc(100% - 20px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    background-color: #ffffff;
    margin-bottom: 20px;
    border: 0;
}
.cards .card .card-body .img-quem-somos {
    max-width: 250px;
    object-fit: contain;
    width: 30%;
    margin: 0 5%;
}
.cards .card .card-body.logos h3.card-title{
    margin-bottom: 0;
    width: 55%;
}
.cards .card .card-body.form form{
    margin: auto;
}
.cards .card .card-body.form input, .cards .card .card-body.form select{
    font-size: 12px;
    color: #777777;
}
.cards .card .card-body.form .bt-enviar, .cards .card .card-body .bt-enviar-eng {
    background: #004360;
    font-size: 10px;
    font-family: "chivo-bold";
    text-transform: uppercase;
    border: 0;
    color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding: 9px 25px 8px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    position: relative;
    width: auto;
    display: inline-block;
    float: right;
}
.cards .card .card-body.form .bt-enviar:hover, .cards .card .card-body .bt-enviar-eng:hover {
    background: #002738;
}
.cards .card .card-body{
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 25px;
    border-radius: 4px;
}
.cards .card .card-body .card-content{
    width: auto;
    max-width: 70%;
}
.cards .card .card-body.about .card-content{
    max-width: 100%;
}
.cards .card .card-body .card-content .card-title{
    font-size: 1.2rem;
    font-family: "chivo-bold";
    text-transform: uppercase;
    background: -webkit-linear-gradient(285deg, #007c96, #004360 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}
.cards .card .card-body .card-content .card-text {
    padding-bottom: 40px;
}
.cards .card .card-body .card-content .card-text p{
    color: #6b6b6b;
}
.cards .card .card-body .card-content.branco .card-text p{
    color: #ffffff;
}
.cards .card .about .card-body .card-content.branco .card-text p,
.cards .card .equipe .card-body .card-content.branco .card-text p{
    color: #dff5ff;
}
.cards .card.safra .card-body .card-content.branco .card-text p,
.cards .card.newsletter .card-body .card-content.branco .card-text p{
    color: #e1ffe5;
}
.cards .card .card-body .card-content.branco .card-title{
    color: #ffffff;
    background: transparent;
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: #fff;
}
.cards .card .card-body .buttons{
    position: absolute;
    bottom: 20px;
}
.cards .card.safra .card-body .buttons .btn.btn-primary{
    background: #076213;
}
.cards .card.safra .card-body .buttons .btn.btn-primary:hover{
    background: #04470d;
}
.cards .card .card-body .buttons .btn.btn-primary{
    background: #004360;
    font-size: .8rem;
    font-family: "chivo-bold";
    text-transform: uppercase;
    border: 0;
    color: #ffffff;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    padding: 10px 20px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.cards .card .card-body .buttons .btn.btn-primary:hover{
    background: #007590;
}

/* CARDS - BG */

.cards .card.safra{
    background: url(../images/bg-card-safra.jpg) no-repeat right;
}
.cards .card.producao{
    background:#ffffff url(../images/bg-card-producao.jpg) no-repeat right;
}
.cards .card.precos{
    background:#ffffff url(../images/bg-card-precos.jpg) no-repeat right;
}
.cards .card.consumo{
    background:#ffffff url(../images/bg-card-consumo.jpg) no-repeat right;
}
.cards .card.frota{
    background:#ffffff url(../images/bg-card-frota.jpg) no-repeat right;
}
.cards .card.exportacao-importacao{
    background:#ffffff url(../images/bg-card-exp-imp.jpg) no-repeat right;
}
.cards .card.newsletter{
    background:#2eb541 url(../images/bg-card-news.jpg) no-repeat right;
}
.cards .card.content-destaque{
    background: url(../images/bg-card-about.jpg) no-repeat left;
}
.cards .card .equipe{
    background: url(../images/bg-card-equipe.jpg) no-repeat bottom right;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    height: 100%;
    min-height: 200px;
}
.telegram {
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    box-shadow: none;
}
.cards .telegram .card.content-destaque{
    background:transparent;
    box-shadow: none;
}
.cards .telegram .card.content-destaque a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
}
.cards .telegram  .card.content-destaque a img{
   width: 100%;
   height: 100%;
   border-radius: 30px 30px 30px 30px;
   -moz-border-radius: 30px 30px 30px 30px;
   -webkit-border-radius: 30px 30px 30px 30px;
   object-fit: cover;
}
.cards .card.content-destaque .row{
    height: 100%;
}
/* CARDS - EXP & IMP */

.cards .card.exportacao-importacao .card-body .card-content{
    max-width: 100%;
}
.cards .card.exportacao-importacao .card-body .card-content .card-text{
    max-width: 75%;
}

/* CARDS - ABOUT */

.cards .card .about .card-body .card-content{
    max-width: 100%;
}
.cards .card .about .card-body .card-content .card-text{
    padding-bottom: 0;
}

/* CARDS - EQUIPE */

.cards .card .equipe .card-body .card-content .card-text{
    padding-bottom: 20px;
}

/* CARDS - NEWSLETTER */

.cards .card.newsletter form div{
    position: relative;
    margin-bottom: 2px;
}
.cards .card.newsletter form div .form-control {
    width: 100%;
    height: 40px;
    border-radius: 15px;
    border: 0;
    font-size: 14px;
    color: #12a326 !important;
    font-family: "chivo-bold";
}
.cards .card.newsletter form div button{
    background: #003107 !important;
    width: 46px;
    height: 46px;
    position: absolute;
    border: 0;
    top: -2px;
    right: 0;
    border-radius: 10px;
}
.cards .card.newsletter form div button:before{
    background: url(../images/btn-send.svg) no-repeat;
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 12px;
    right: 14px;
}
.cards .card.newsletter form div button:hover{
    background: #0e671a !important;
}
.cards .card.newsletter .card-body .card-content .card-text{
    padding-bottom: 20px;
}

/* CARD - BANNER */

.cards.content-banner .card.banner{
    background: url(../images/bg-card-banner.jpg) no-repeat right;
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
}
.cards.content-banner .card.banner .card-body .card-content{
    max-width: 80%;
}
.cards.content-banner .card.banner .card-body .card-content .card-text p{
    color: #fff;
    font-size: 22px;
    line-height: 26px;
    font-family: "chivo-regular";
    text-transform: uppercase;
}
.cards.content-banner .card.banner .card-body .card-content .card-text p strong{
    font-family: "chivo-black";
}
.cards.content-banner .card.banner .card-body a{
    position: relative;
    bottom: 0;
}

/* CARD - TEXT */

.cards .card.text .card-body .card-content{
    max-width: 100%;
}
.cards .card.text .card-body .card-content .card-text{
    padding-bottom: 0;
}

/* CONTENT - TABLE */

.content-table .table-responsive-xl {
    overflow-x: scroll;
}
.content-table{
    background-color: #ffffff;
    width: auto;
    height: auto;
    -webkit-box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 0px solid #000000;
    padding: 20px 25px;
    margin-bottom: 20px;
}
.content-table p{
    font-size: 12px;
    text-align: center;
    color: #6b6b6b;
}
.content-table .table{
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-collapse: separate;
    border-spacing: 10px;
    border: 0;
}
.content-table .table thead{
    background: #3ccfc7;
    color: #fff;
    font-size: 13px;
    font-family: "chivo-bold";
}
.content-table .table thead th{
    font-size: 12px;
    min-width: 150px;
    border: 0;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    padding: 10px;
    vertical-align: middle;
    text-align: right;
}
.content-table .table tbody tr{
    border: 1px solid #e0e0e0;
}
.content-table .table thead th:first-child,
.content-table .table tbody tr td:first-child{
    text-align: left;
}
.content-table .table tbody tr td{
    background: #fff;
    color: #393939;
    font-size: 11px;
    font-family: "ubunturegular";
    border: 1px solid #e0e0e0;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    padding: 8px 15px;
    vertical-align: middle;
    text-align: right;
}
.content-table .table tbody tr.destaque td{
    border: 0;
    background: #efefef;
}

/* CONTENT - PDF */

.content-pdf{
    background-color: transparent;
    width: auto;
    height: auto;
    -webkit-box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    box-shadow: 0px 36px 38px -44px rgba(0,0,0,0.13);
    border-radius: 30px 30px 30px 30px;
    -moz-border-radius: 30px 30px 30px 30px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border: 0px solid #000000;
    padding: 20px 25px;
    margin-bottom: 20px;
}
.content-pdf .title-section{
    margin-bottom: 20px;
}
.content-pdf .title-section h2{
    font-size: 16px;
    font-family: "chivo-black";
    text-transform: uppercase;
    background: -webkit-linear-gradient(285deg, #007c96, #004360 30%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 5px;
}
.content-pdf .pdf{
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}
.content-pdf .pdf iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* FOOTER  */

.footer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 280px;
}  
.footer > .container {
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.footer > .container p{
    margin-bottom: 0;
    color: #aeaeae;
    font-size: 12px;
}
.footer > .container .mwg{
    background: url(../images/mwg.svg) no-repeat center;
    display: block;
    width: 51px;
    height: 29px;
}

  

/* RESPONSIVE */
@media (max-width: 1200px) {


    /* FILTER */
    .filter .form-row .form-row > div {
        flex: 40%;
    }
    .filter form .form-row > div:nth-child(1) .label{
        margin-bottom: 10px;
        padding: 0;
    }
    .filter form .form-row > div:nth-child(2) {
        justify-content: start !important;
    }

    /* BREADCRUMB */

    .content-breadcrumb .breadcrumb .breadcrumb-item {
        margin: 0 0 0 10px;
    }
    .content-breadcrumb .breadcrumb .breadcrumb-item a{
        font-size: 10px;
    }
    .content-breadcrumb .breadcrumb .breadcrumb-item.active::before, .content-breadcrumb .breadcrumb .breadcrumb-item::before {
        width: 3px;
        height: 3px;
        left: -4px;
        top: 14px;
    }
    

    /* SWITCH */

    .switch a {
        padding: 10px 14px;
    }

    /* TERMOS */

    .content-termos{
        display: block !important;
    }
    .content-termos .termo-busca{
        order: 1;
        width: 100%;
        display: block !important;
        margin-bottom: 30px;
    }
    .content-termos .actions{
        order: 2;
        width: 100%;
        display: block !important;
    }

    /* ÍNDICES */

    .indices.bg{
        flex-direction: row !important;
    }

    /* CARDS - BANNER */

    .cards.content-banner .card.banner .card-body{
        padding: 30px;
    }
    .cards.content-banner .card.banner .card-body .card-content {
        max-width: 100%;
        text-align: center;
    }
    .cards.content-banner .card.banner .card-body .buttons {
        position: relative;
        bottom: 0;
    }
    .cards.content-banner .card.banner .card-body .card-content .card-text{
        padding-bottom: 10px;
    }

    /* CARD - NEWSLETTER */

    .cards .card.newsletter .card-body .card-content .card-text,
    .cards .card.equipe .card-body .card-content .card-text,
    .cards .card .about .card-body .card-content .card-text {
        padding-bottom: 0;
    }

}

@media (max-width: 992px) {

    main{
        padding-left: 0 !important;
    }
    /* HEADER */
    main header div.justify-content-between:first-of-type {
        flex-direction: column;
    }
    .language {
        width: 100%;
        text-align: right;
    }

    header > div{
        flex-direction: column;
    }
    header > div:nth-child(2){
        display: block !important;
    }

    /* HEADER - MOBILE */

    .header-mobile{
        top: 0;
        left: 0;
        opacity: 1;
    }
    .header-mobile .logo{
        top: 10px;
        opacity: 1;
    }
    .header-mobile .menu{
        top: 25px;
        opacity: 1;
    }

    /* SWITCH */

    .switch {
        width: auto;
    }

    /* ASIDE */

    aside.sidebar {
        background: #003a52;
        border-radius: 0;
        -webkit-box-shadow: 15px 1px 50px -35px rgba(0,0,0,0.5);
        -moz-box-shadow: 15px 1px 50px -35px rgba(0,0,0,0.5);
        box-shadow: 15px 1px 50px -35px rgba(0,0,0,0.5);
        padding-top: 100px;
        overflow-y: scroll;
        overflow-x: hidden;
    }
    .sidebar{
        left: -270px;
        -webkit-transition: left .3s ease,right .3s ease;
        transition: left .3s ease,right .3s
    }
    .sidebar-open{
        -webkit-transition: left .3s ease,right .3s ease;
        transition: left .3s ease,right .3s ease;
        left: 0;
    }
    .sidebar .logo-web{
        display: none;
    }

    /* IDIOMA */

    .language {
        order: 1;
        width: 100%;
        text-align: right;
        margin-bottom: 20px;
    }

    /* ÍNDICES */

    .indices{
        width: 100%;
        order: 2;
    }

    /* TITLE */

    .title{
        width: 100%;
        order: 2;
        text-align: center;
    }

    /* BREADCRUMB */

    .content-breadcrumb {
        width: 60%;
        float: right;
        padding: 0;
    }

    /* ACTION */

    .actions{
        width: 40%;
        float: left;
        padding-top: 9px;
    }

    /* CONTENT */

    .container-fluid{
        padding-top: 90px;
    }

    /* FOOTER */

    footer{
        padding-left: 0 !important;
    }


}

@media (max-width: 768px) {

    /* HEADER */

    header > div:nth-child(2) {
        display: flex !important;
    }
    
    /* ACTIONS */

    .actions {
        width: 100%;
        float: none;
        padding-top: 0;
        margin: 0 auto 40px;
        text-align: center;
        display: block !important;
        order: 2;
    }

    /* BREADCRUMB */

    .content-breadcrumb {
        width: 100%;
        float: none;
        padding: 0;
        margin: 0 auto 30px;
        display: block !important;
        order: 1;
    }

    /* ÍNDICES */

    .indices.bg{
        flex-direction: column !important;
    }

    /* SWITCH */

    .switch {
        width: auto;
        margin-bottom: 8px;
        order: 2;
    }

    /* TERMOS */

    .content-termos .termo-busca {
        text-align: center;
        margin-top: 10px;
    }

    /* CARDS */

    .cards .card.content-destaque{
        /* background: #004360; */
        height: auto;
    }
    .cards .card.card.content-destaque .about .card-body .card-content {
        max-width: 100%;
    }

}

@media (max-width: 600px) {

    /* BREADCRUMB */

    .content-breadcrumb .breadcrumb .breadcrumb-item {
        position: relative;
        margin: 0;
        padding: 0 20px;
        text-align: center !important;
        display: block;
        text-align: center;
        width: 100%;
        line-height: 29px;
    }
    .content-breadcrumb .breadcrumb .breadcrumb-item.active::before, .content-breadcrumb .breadcrumb .breadcrumb-item::before{
        display: none;
    }

    /* FILTER */

    .filter .form-row .form-row > div:last-of-type a {
        margin: 10px 0 0;
        width: 100%;
    }
    .filter form .form-row > div:nth-child(1) {
        display: block !important;
        text-align: center;
        width: 100%;
    }
    .filter form .form-row > div:nth-child(1) .label {
        margin: 10px 0 20px 0 !important;
        padding: 0 20px;
    }
    .filter form .form-row > div:nth-child(2) div {
        width: 100%;
        display: block !important;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 0 0 15px 0 !important;
        padding: 0 20px;
    }
    .filter form img{
        display: none;
    }

    /* TERMOS */

    .content-termos .termo-busca {
        text-align: center;
        margin: 10px 0 25px;
    }

    /* CARDS */

    .cards .card .card-body{
        padding: 20px;
    }

    /* FOOTER */

    .footer{
        position: relative;
    }
    .footer > .container{
        flex-direction: column;
    }
    .footer > .container p{
        text-align: center;
        margin-bottom: 20px;
    }

}

@media (max-width: 460px) {

    /* ACTION */

    .actions .btn.btn-primary.download {
        margin: 10px !important;
    }

    /* ÍNDICES */

    .indices{
        flex-direction: column !important;
    }
    .indices .indice {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .indices .indice:last-child{
        margin-bottom: 0;
    }

    .text-quem-somos {
        margin-bottom: 20px;
    }
    .cards .card .card-body .img-quem-somos {
        max-width: 170px;
    }
    .cards .card .card-body.logos h3.card-title {
        text-align: center;
        width: 100%;
    }
    .cards .card .card-body.logos{
        flex-direction: column !important;
        padding: 20px 20px 50px;
    }
}

@media (max-width: 350px) {

}

/* css antigo */
/*** POP-UPS ***/

.pop-seleciona-estado {
    width: 90%;
    height: 100%;
    max-width: 600px;
    display: flex;
    border: 0;
    padding: 40px 30px 25px;
    position: relative;
    background-color: #FFF;
    margin: auto;
}
.pop-seleciona-estado #frmEstados {
    width: 100%;
    float: left;
    height: 100%;
}
.pop-seleciona-estado div {
    width: 100%;
    height: auto;
    min-height: 50px;
    padding-bottom: 0;
    text-align: center;
    margin: auto;
    display: flex;
}
.pop-seleciona-estado div:last-of-type{
    flex-direction: column;
    margin-bottom: 20px;
}
.pop-seleciona-estado div p{
    width: 40px;
    float: left;
    padding: 0 10px !important;
    text-align: left;
}
.pop-seleciona-estado DIV P.todos strong,
.pop-seleciona-estado DIV P.rnn strong,
.pop-seleciona-estado DIV P.rcs strong{
    margin-left: 7px;
    top: -2px;
    position: relative;
}
.pop-seleciona-estado DIV P.todos,
.pop-seleciona-estado DIV P.rnn,
.pop-seleciona-estado DIV P.rcs{ 
    width:100%;
    text-align: left;
}
.pop-seleciona-estado div p strong {
    cursor: pointer;
    font-size: 12px;
    color: #777777;
    line-height: 20px;
}
.pop-seleciona-estado div p input {
    margin-right: 0;
    text-align: center;
    margin-bottom: 3px;
    cursor: pointer;
}
.pop-seleciona-estado .bt-fechar, .pop-seleciona-estado .bt-fechar-eng, .pop-swf .bt-fechar{ 
    width:32px; 
    height:32px; 
    float:left; 
    background:url(../images/close-modal.svg) no-repeat center; 
    text-indent:-999999px; 
    position:absolute; 
    right:9px; 
    top:-9px; 
    cursor:pointer; 
    filter: none;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.pop-seleciona-estado .bt-fechar:hover, .pop-seleciona-estado .bt-fechar-eng:hover, .pop-swf .bt-fechar:hover{
    filter: brightness(0.5);
}
.pop-seleciona-estado .bt-cancelar, .pop-seleciona-estado .bt-cancelar-eng, 
.pop-seleciona-estado .bt-prosseguir, .pop-seleciona-estado .bt-prosseguir-eng{
    background: #004360;
    font-size: 10px;
    font-family: "chivo-bold";
    text-transform: uppercase;
    border: 0;
    color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding: 9px 25px 8px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    position: relative;
    float: right;
    margin-left: 15px;
    cursor: pointer;
}
.pop-seleciona-estado .bt-cancelar:hover, .pop-seleciona-estado .bt-cancelar-eng:hover, 
.pop-seleciona-estado .bt-prosseguir:hover, .pop-seleciona-estado .bt-prosseguir-eng:hover{
    background: #002738;
    color: #ffffff;
}
/* .pop-seleciona-estado .bt-fechar-eng{background:url(img/bt-fecha-pop-seleciona-estado-eng.gif) no-repeat 0 0;}
.pop-seleciona-estado .bt-cancelar-eng{background:url(img/bt-cancelar-eng.gif) no-repeat 0 0;}
.pop-seleciona-estado .bt-prosseguir-eng{background:url(img/bt-prosseguir-eng.gif) no-repeat 0 0; } */


.pop-swf{ width:637px; float:left; border:2px solid #ebeff0; padding:32px; position:relative; background-color:#FFF; }
/* .pop-swf .bt-fechar{ width:72px; height:22px; float:left; background:url(img/bt-fecha-pop-seleciona-estado.gif) no-repeat 0 0; text-indent:-5000px; position:absolute; right:9px; top:-9px; } */

.pop-alerta {
    width: 100%;
    max-width: 350px;
    height: auto;
    float: left;
    display: block;
    border: 0;
    padding: 30px;
    position: relative;
    background-color: #FFF;
    text-align: center;
}
.pop-alerta P{font:normal normal 11px/14px tahoma; color:#4f4f4f; display:block;      width: auto;
    text-align: center;
    margin-bottom: 0px;}

.pop-alerta A.bt-ok{ 
    background: #004360;
    font-size: 10px;
    font-family: "chivo-bold";
    text-transform: uppercase;
    border: 0;
    color: #ffffff;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    padding: 9px 25px 8px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    position: relative;
    margin: 15px auto 0;
    cursor: pointer;
    display: inline-block;
}
.pop-alerta A.bt-ok:hover{
    background: #002738;
    color: #ffffff;
}