﻿
/* TIPOGRAFY */
.h1, h1 {
    font-size: 3.5rem;
    line-height: 0.9;
}

.btn {
    border-radius: 30px;
    padding: .8rem 3rem .6rem;
    font-family: 'dinregularalternate';
    cursor: pointer;
    text-transform: uppercase;
}

.btn-download-app {
    width: 54px;
}

@media(min-width: 414px) {
    .btn-download-app {
        width: 200px;
    }
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem 1.4rem;
    line-height: 2;
}
    #bg-opacity {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
}
/* LANGUAGE */
.dropdown .dropdown-language .dropdown-menu {
    min-width: 66px;
}
.nav-lenguage{
    padding:0 10px;
}
.nav-lenguage li {
    padding: 20px 10px 20px 10px;
}
.nav-lenguage input[type="image"] {
    width: 30px;
}
    
/* SOCIAL */
.nav-social .la {
    color: #A0A4B4;
    font-size:22px;
}

/* BUTTONS */
.btn-danger {
    background-color: #d21d10;
    border-color: #d21d10;
}
.btn-dark {
    background-color: #404040;
    border-color: #404040;
}

#ucTopo_imgLogo{
    max-width:130px;
}

/* MAIN NAV */
.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
}
.navbar-nav.nav-main .dropdown-menu {
    max-width: 280px;
    min-width: 220px;
}

@media(max-width: 991px) {
    .navbar-nav.nav-main .dropdown-menu {
        border: none;
    }

    .navbar-nav .nav-item:hover .line {
        display: none;
    }
}

.navbar-nav .dropdown-item {
    font-family: 'Roboto', sans-serif;
    white-space: normal;
    border-left: 3px solid transparent;
}
    
.navbar-nav .nav-item .line {
    height: 2px;
    background: transparent;
    width: 45px;
    display: block;
    margin: 0 auto;
}

.dropdown-toggle::after {
    color: #B9BED1;
}
.nav .nav-item .la{
    font-size: 30px;
    color: #000;
}
.nav .nav-item span .la {
    font-size: 14px;
    color: #B9BED1;
}
    .nav.nav-user .nav-item {
        white-space: nowrap;
    }
.nav-tabs .nav-item .nav-link{
    border:0 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-link.active {
    border: 0 !important;
}
.nav.nav-user .nav-item span {
    color: #A0A4B4;
    font-family: 'Roboto', sans-serif;
    line-height: 18px;
    font-size: 12px;
    text-transform: uppercase;
}

.nav-item > span {
    padding-left: 5px;
}

.nav.nav-user.nav-tabs {
    border-bottom: 0;
    border-top: 0;
    border-right: 0;
    border-left: 1px solid #E3E8F0;
    padding: 24px 0;
}

.navbar i.la-angle-down {
    transform: rotate(180deg);
    transition: all 0.5s;
}

.navbar .collapsed i.la-angle-down {
    transform: rotate(0);
}

/* SEARCH */
#field-search {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    padding-top: 15%;
    opacity: 0;
    text-align: center;
    -webkit-transition: -webkit-transform .5s, opacity .5s, left 0s .5s;
    transition: transform .5s, opacity .5s, left 0s .5s;
    opacity: 1;
}
    #field-search .closebtn {
        position: absolute;
        top: 20px;
        right: 45px;
        font-size: 60px;
        cursor: pointer;
        color: white;
        cursor:pointer;
    }
#field-search.open {
    display: block;
    -webkit-transition: -webkit-transform .5s, opacity .5s, left 0s .5s;
    transition: transform .5s, opacity .5s, left 0s .5s;
}
    #field-search input[type="text"] {
        width: 100%;
        background: transparent;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid #ffff;
        color: #fff;
        font-size: 28px;
        font-weight: normal;
        height:60px;
    }
        #field-search input[type="text"]:focus{
            outline:none;
        }
        #field-search input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #fff;
            opacity: 1; /* Firefox */
        }

        #field-search input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #fff;
        }

        #field-search input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
            color: #fff;
        }
#search{
    cursor:pointer;
}
#search .la {
    font-size: 30px;
    color: #A0A4B4;
}
#search #label {
    padding: 35px 15px;
}

form {
    height: 100%;
}
input[type="image"]{
    outline: none;
}
.ui-dialog-contain {
  width: 92.5%;
  max-width: 500px;
  margin: 10% auto 15px auto;
  padding: 0;
  position: relative;
  top: -15px;
}

/* NAV SIDEBAR */
.sidenav {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 4;
    top: 0;
    right: -300px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
    .sidenav .title {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 15px;
        margin: 19px 20px;
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
    }
    .sidenav > ul {
        border-bottom: 1px solid #E3E8F0;
    }
    .sidenav > ul > li a {
        font-family: 'Roboto', sans-serif;
        padding: 20px;
        text-decoration: none;
        font-size: 16px;
        color: #000000;
        display: table-cell;
        transition: 0.3s;
        width:100%;
    }

    .sidenav > ul > li:hover .icon .la {
        color: #C4122E;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 14px;
        right: 20px;
        font-size: 30px;
        margin-left: 50px;
        color: #000;
    }
        .sidenav .closebtn:hover, .sidenav .closebtn:focus{
            text-decoration:none;
        }
        .sidenav > ul > li {
            border-top: 1px solid #E3E8F0;
        }
        .sidenav > ul > li .icon {
            padding-left: 20px;
            padding-right: 20px;
            border-right: 1px solid #E3E8F0;
            display: table-cell;
            width: 18%;
            text-align: center;
            background-color: #fff;
            vertical-align: middle;
        }
            .sidenav > ul > li .icon .la {
                font-size: 22px;
                color: #A0A4B4;
            }
.nav-lenguage, .nav-social {
    display: table-cell;
}
    .nav-lenguage li, .nav-social li {
        display: inline-block;
    }

#main {
    transition: margin-right.5s;
}

/* BANNER */
.content-banner h1 {
    font-size: 28px;
}


@media (min-width: 576px) {
    .jumbotron {
        padding: 1.2rem 2rem;
    }
    .files {
        padding-top: 50px;
    }
    h2 {
        font-size: 1.6rem;
    }
}

/* CARDS */
.cards .card {
    -webkit-box-shadow: 0px 9px 20px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 9px 20px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 9px 20px 0px rgba(50, 50, 50, 0.3);
    cursor: pointer;
    border: 1px solid #E3E8F0;
    border-radius: 8px;
}
.cards .card .card-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 8px 8px 0 0;
}
.cards .card .line {
    width: 30px;
    height: 2px;
    display: block;
    position: relative;
    top: -20px;
}
.cards .card h4 {
    margin: 11px 0;
}
.cards .card {
    padding-top: 85px;
    border: 0;
}

.cards .card .card-img-top {
    border-radius: 0 0 8px 8px;
    
}

.line {
    width: 20px;
    height: 40px;
    display: block;
    background-color: ##DBDEE8;
}
.vline {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #c7cbd2;
}
.subCategory h3 {
    position: relative;
    margin-bottom: 30px;
}


.subCategory .bottom-border {
    border-bottom: 1px solid #DBDEE8;
    padding-bottom: 20px;
    position: relative;
}

        .subCategory .bottom-border::after {
            border-top: 0.125rem solid #C4122E;
            bottom: -19px;
            display: inline-block;
            content: "";
            left: 0;
            position: absolute;
            transform: translateY(-1rem);
            width: 4.375rem;
        }

        .subCategory h3:after {
            display: inline-block;
            content: "";
            width: 4.375rem;
            transform: translateY(-1rem);
            position: absolute;
            bottom: -32px;
            left: 0;
        }

.market-intel-forms p {
    color: #A0A4B4;
    font-size: 14px;
}

.market-intel-forms .subtitle {
    font-family: 'dinregularalternate' !important;
}


/* SEARCH SUBCATEGORY */
.subCategory .search-container {
    border-color: #E3E8F0;
}
    .content-enviados .col-search .custom-file .custom-file-input,
    .content-enviados .col-search .search-field .custom-file-input,
    .subCategory .search-container .custom-file-input {
        background-color: #fff;
        border: 1px solid rgba(0,0,0,.125);
        border-radius: .45rem;
        height: calc(2.75rem + 2px);
        padding: .4rem 3rem .4rem 1.2rem;
        opacity: 1;
        position: relative;
    }
    .content-enviados .col-search .custom-file .custom-file-input{
        display: block;
    }

    .subCategory .search-container .search-file-label {
        background-color: red;
        border: 0;
        color: #fff;
        font-size: 22px;
        height: calc(2.55rem + 2px);
        left: auto;
        padding: 11px;
        position: absolute;
        right: 1px;
        top: 2px;
        z-index: 3;
    }

    .subCategory .search-container .search-file-label:hover {
        text-decoration: none;
    }

        .subCategory .list-group-item {
            background: transparent;
            border-top: 0;
            border-right: 0;
            border-left: 0;
            font-size: 12px;
            line-height: 14px;
            color: #000;
            border-radius: 0;
            padding: 20px;
        }

.content-enviados .search-field {
    position: relative;
}

.content-enviados .search-field input {
    height: auto !important;
    padding: 14px 10px !important;
}

.content-enviados .search-field .icon-wrap {
    background-color: #fff;
    border-left: 1px solid rgba(0,0,0,.125);
    border-radius: 0 .45rem .45rem 0;
    color: #d21d10;
    height: 95%;
    position: absolute;
    right: 4px;
    top: 1px;
    vertical-align: middle;
    text-align: center;
    width: 46px;
    z-index: 2;
}

    .content-enviados .search-field .icon-wrap i {
        font-size: 24px;
        padding: 8px;
    }

    .subCategory h6 {
        border-bottom: 0.01rem solid #c7cbd2;
        position: relative;
    }
    .subCategory h6:after {
        display: inline-block;
        content: "";
        border-top: 0.125rem solid #C4122E;
        width: 4.375rem;
        transform: translateY(-1rem);
        position: absolute;
        bottom: -16px;
        left: 0;
    }
.subCategory #divMateriais .material, .content-doc .material {
    cursor: pointer;
    border-radius: 8px !important;
    -webkit-box-shadow: 0px 5px 5px -2px rgba(160,164,180,1);
    -moz-box-shadow: 0px 5px 5px -2px rgba(160,164,180,1);
    box-shadow: 0px 5px 5px -2px rgba(160,164,180,1);
    background: #fff;
    border: 1px solid #E3E8F0;
}
    .subCategory #divMateriais .material img, .content-doc .material img[id*="imgMaterial"] {
        border: 2px solid #E3E8F0;
        border-radius: 8px;
    }
    .subCategory #divMateriais .material img {
        max-width: 90px;
    }
    .content-doc .material img[id*="imgMaterial"] {
        max-width: 200px;
    }
    .subCategory #divMateriais .material h5 {
        font-size: 14px;
        white-space: normal;
    }
    .content-doc .material .media-img {
        position:relative;
        height:100%;
    }
        .content-doc .material .media-img input[type="checkbox"] {
            position: absolute;
            top: 10px;
            left: 10px;
        }

/* SMILES */
.group-smile .la {
    font-size: 26px;
}

.group-smile .btn {
    padding: .3rem 1.1rem;
}

.group-smile .btn-success i,
.group-smile .btn-warning i,
.group-smile .btn-danger i
{
    color: #fff;
}

    /* FILES */
    .files {
    background-color: #F0F2F7;
    margin-top: -50px;
    padding-top: 100px;
    border-top: 1px solid rgba(185, 190, 209, 0.6);
    border-bottom: 1px solid rgba(185, 190, 209, 0.6);
}
    .files  h2 span {
        width: 40px;
        height: 2px;
        display: block;
        margin: 10px auto;
    }
    .files a:focus, .files a:hover{
        text-decoration:none;
    }
    .files .card {
        border-color: #E3E8F0;
        -webkit-box-shadow: 0px 9px 20px 0px rgba(50, 50, 50, 0.3);
        -moz-box-shadow: 0px 9px 20px 0px rgba(50, 50, 50, 0.3);
        box-shadow: 0px 9px 20px 0px rgba(50, 50, 50, 0.3);
        border-radius: 8px;
    }
        .files .card .thumb {
            height: 200px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }

        .files .card img {
            border-radius: 8px;
            /*margin: 8%;*/
            width: 84%;
        }
        .files .card h4 {
            border-bottom: 2px solid #E3E8F0;
            padding-bottom: 15px;
            padding: 0 20px 15px;
            text-transform: uppercase;
            color: #000;
        }
        .files .card h6 {
            color: #A0A4B4;
            font-family: 'Roboto', sans-serif;
            font-size: 14px;
            padding: 7px 20px;
        }
        .files .card h6 span {
            width: 30px;
            height: 2px;
            display: block;
            float: left;
            margin: 6px 10px 6px 0;
        }


/* FORMS - INTELIGÊNCIA DE MERCADO*/
.form-control-plaintext, .form-group label {
    text-transform: uppercase;
}
.form-group label {
    font-size: 11px;
}
.form-control, .form-control-plaintext {
    font-size: 13px;
    padding: .75rem;
}

#divMateriais h6 {
    border-bottom: 0;
    text-transform:uppercase;
}
    #divMateriais h6:after {
        border-top: 0;
    }
    select.form-control {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-repeat: no-repeat;
        background-size: 10px 10px;
        background-position: right 12px top 12px;
        height: auto !important;
        padding-right: 25px;
    }

select::-ms-expand {
    display: none;
}

.vdp-datepicker * {
    font-family: 'dinregularalternate';
}
.vdp-datepicker__calendar .cell{
    font-size:14px;
}
.vdp-datepicker__calendar header span {
    font-size: 16px;
}

/* Noticias Agricolas */
.news{
    border-bottom: 1px solid rgba(185, 190, 209, 0.6);
}
.news h1{font-size:38px; text-align:center;}
.news .line {
    width: 60px;
    height: 2px;
    background-color: #C4122E;
    margin: 0 auto;
}
.news .bg-row {
    background-color: #F3F5F8;
}
.news .bg-row .box-logo{
    display:table;
    margin:0 auto;
}
.news .bg-row .box-logo .linev-20 {
    width: 1px;
    height: 20px;
    background-color: #DBDEE8;
    float:left;
    margin:15px 20px 0 8px;
}
.news .bg-row .box-logo a {
    font-family: 'dinbold';
    font-size: 12px;
    margin-top: 15px;
    float: left;
    color: #A0A4B4;
}
.quotes h4,
.news h4{font-size:20px; text-transform:uppercase; margin-bottom:20px;}
.news .lineh-40 {
    width: 40px;
    height: 4px;
    background-color: #C4122E;
}
.news .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.quotes .card,
.news .card {
    border-color: #E3E8F0;
    -webkit-box-shadow: 0px 9px 20px 0px rgba(50, 50, 50, 0.3);
    -moz-box-shadow: 0px 9px 20px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 9px 20px 0px rgba(50, 50, 50, 0.3);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .news .card .thumb {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 250px;
    }

.news .card .card-body h4 {
    border-bottom: 2px solid #E3E8F0;
    padding: 15px 20px;
    text-transform: none;
    font-family: 'dinbold';
    font-size: 20px;
    letter-spacing:-1px;
    color: #000;
}
.news .card .card-body h6 {
    color: #A0A4B4;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 7px 20px;
    float: right;
}
.news .card .card-body a {
    float: left;
    padding: 7px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #C4122E;
}
.news .card .card-body a:hover, .news .card .card-body a:visited{color:#c4122e}
.news .card .card-body h6 span.line {
    width: 16px;
    height: 2px;
    display: block;
    float: left;
    margin: 7px 10px 6px 0;
}
.news .card.card-featured {
    border-top-right-radius: 8px;
    padding:20px;
}
.news .card.card-featured .card-img-top{
    max-width:162px;
    border-radius:6px;
    margin-right:15px;
    float:left;
}
.news .card.card-featured  a {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #C4122E;
}
.news .card.card-featured p {
    font-family: 'dinregularalternate';
    font-size: 17px;
    color: #000000;
    line-height: 22px;
}
.news .card.card-featured .line {
    width: 150px;
    height: 1px;
    background-color: #EFEFEF;
    float: right;
    margin-bottom: 11px;
}
.news .btn.btn-primary:hover,
.news .btn.btn-primary:visited,
.news .btn.btn-primary:active,
.news .btn.btn-primary {
    color: #fff;
    background-color: #C4122E;
    border-color: #C4122E;
    margin-top:30px;
}
.news .card.card-clipping{
    padding:20px 30px;
}
.news .card.card-mediacenter {
    padding: 18px 12px;
    margin-left: 15px;
}
.news .card.card-clipping a {
    font-family: 'dinregularalternate';
    font-size: 17px;
    color: #000000;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom:16px;
    margin-bottom:20px;
}

/* COTAÇÕES */
.quotes {
    background-color: #F3F5F8;
}
.quotes .line-title{
    width:125px;
    height:4px;
    background-color:#C4122E;
    margin:0 auto;
}
.quotes .card{padding:54px 0;}
.quotes .card table th, .quotes .card table td {
    padding: 0.75rem 1.75rem;
}
.quotes .card table th {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #000;
}
    .quotes .card table td {
        color: #000;
        font-family: 'Roboto', sans-serif;
        font-weight: 400;
        font-size: 15px;
        height: 70px;
    }
.quotes .card table th .th-title{
    border: 1px solid #dee2e6;
    padding: 5px 0;
    border-top: 0;
    margin-top: -14px;
    margin-bottom: 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-family: 'dinbold';
    font-size: 18px;
}
.quotes .card table th.no-border{border-top:none;}
    .quotes .card table td .btn {
        width:100%;
        border: 1px solid #C4122E;
        background-color: #C4122E;
        color: #fff;
        padding: 5px 0;
        border-top: 0;
        margin-top: -12px;
        margin-bottom: 15px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        font-family: 'dinregularalternate';
        font-size: 16px;
        text-decoration: none;
        display: block;
        outline:none;
    }
/* FOOTER */
footer {
    border-top: 1px solid #B9BED1;
}
.btn-store a {
    border: 2px solid #A0A4B4;
    border-radius: 26px;
    padding: 6px 30px;
    color: #A0A4B4;
}
    .btn-store a > span{
        line-height:12px;
    }
    footer h5 {
        font-family: 'dinregularalternate';
        letter-spacing: -1px;
    }
footer .small {
    font-size: 9px;
}
footer .la {
    font-size: 32px;
}
footer .line {
    width: 60px;
    height: 2px;
    background-color: #C4122E;
    display: block;
    margin: 10px auto 20px;
}
footer .container-fluid {
    border-top: 1px solid #B9BED1;
    color: #A0A4B4;
    font-size:12px;
}
footer .container-fluid a {
    color: #C4122E
}
    footer a .la {
        text-decoration: none !important;
    }

@media (max-width: 768px) {
    .nav-user {
        position: absolute;
        right: 15px;
        top: 0;
    }
    .search-box {
        position: absolute;
        left: 0;
        top: 0;
    }
    .nav.nav-user.nav-tabs {
        border-left: 0;
    }
    header > .navbar{}
    .news .card.card-featured .line {
        display:none;
    }
    .quotes .card table td .btn{padding: 5px 25px;}
}
@media (max-width: 414px) {
    .jumbotron {
        padding: 1rem 0;
        margin-bottom: 1rem;
    }
    .content-banner h1 {
        font-size: 22px;
        line-height: 28px;
    }
    .cards .card .card-body {
        padding: 1rem 0.6rem;
    }
    .cards .card .line {
        top: -16px;
    }
    .cards .card h4 {
        font-size: 14px;
        margin: 0;
    }
    .cards .card {
        padding-top: 50px;
    }
    footer h5 {
        font-size: 1rem;
    }
    footer .la {
        font-size: 26px;
    }
    .btn-store a {
        padding: 12px;
        border-radius: 50%;
    }
}
@media (max-width: 320px) {
    .news .card.card-featured .card-img-top {
        max-width: 130px;
    }
    .news .card.card-featured p {
        font-size: 15px;
        line-height: 18px;
    }
}

    *, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header {
        position: relative;
        height: 80px;
        border-bottom: 1px solid #d1d1d1;
    }

        .header .content-header {
            width: 980px;
            margin: 0 auto;
            position: relative;
        }

            .header .content-header .logo {
                float: left;
                padding: 0 16px 0 0;
                max-width: 155px;
            }

            .header .content-header ul.menu {
                padding-top: 25px;
                float: left;
                margin-left: -23px;
            }

            .header .content-header .left {
                width: 23%;
                padding-top: 28px;
                float: left;
            }

                .header .content-header .left span {
                    color: #fff;
                    font-size: 20px;
                    font-family: 'dinregularalternate';
                    letter-spacing: -1px;
                    float: left;
                    padding: 0 4px 0 0;
                }

                .header .content-header .left a {
                    color: #fff;
                    font-size: 14px;
                    font-family: 'dinregularalternate';
                    letter-spacing: -1px;
                    text-decoration: underline;
                }

    .content-header .drop-header .btn-default {
        color: #ffffff !important;
        background-color: #161616;
        border-color: #111111 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: none;
    }

    ul.menu li {
        float: left;
        margin-right: 15px !important;
        position: relative;
    }

        ul.menu li:first-child {
            margin-left: 0;
        }

        ul.menu li ul li:first-child {
            margin-right: 0;
        }

        ul.menu li.nodo {
            background: url(../imgs/arrow-11x6.png) no-repeat right 15px;
            padding: 0 15px 0 4px;
        }

        ul.menu li a {
            font-family: 'dinregularalternate';
            color: #fff;
            font-size: 15px;
            text-decoration: none;
            padding: 8px 0;
            display: table;
        }

    ul.menu ul {
        display: none;
        position: absolute;
        z-index: 23;
        padding-top: 5px;
        left: 0;
        padding: 0 10px;
        min-width: 227px;
    }

    ul.menu li:hover ul {
        display: block;
    }

    ul.menu li ul li {
        float: none;
        margin-right: 0 !important;
    }

    ul.menu ul li a {
        font-size: 14px;
        padding: 8px 0;
        width: 100%;
        color: #a9a9a9;
    }

        ul.menu ul li a:hover {
            color: #d21d10;
        }

    .content-header .drop-header {
        float: right;
        margin: 19px 0 0 0px;
    }

    content-header .drop-header .btn-default {
        color: #ffffff !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        outline: none;
    }

    .content-header .drop-header .dropdown-toggle.btn-default > img {
        margin-right: 8px !important;
    }

    .content-header .drop-header .dropdown-menu {
        right: 0 !important;
        min-width: 63px !important;
        border-radius: 0 !important;
        background-color: #161616 !important;
        border-top: none !important;
        border-left: 1px solid #111111 !important;
        border-right: 1px solid #111111 !important;
        border-bottom: 1px solid #111111 !important;
        margin: -2px 0 0;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        color: #7d7d7d !important;
    }

    .content-header .drop-header .btn {
        border-radius: 0 !important;
        padding: 9px 12px !important;
    }

    .content-header .drop-header .dropdown-menu > li > a {
        padding: 6px 11px !important;
        font-family: Verdana, Geneva, sans-serif;
        font-size: 11px;
        color: #7d7d7d;
    }

        .content-header .drop-header .dropdown-menu > li > a:hover > span {
            text-decoration: underline !important;
        }

        .content-header .drop-header .dropdown-menu > li > a > img {
            margin-right: 3px !important;
        }

    .content-internal-banner {
        position: relative;
        height: 160px;
    }

        .content-internal-banner div[id*="divBannerSuperior"] {
            z-index: 3;
            position: relative;
        }

        .content-internal-banner h1 {
            font-size: 2.125rem;
        }

    .img-cover {
        -o-object-fit: cover;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .bg-overlay-primary:after {
        content: " ";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(0,0,0,.6);
        z-index: 2;
    }

    /* Top Banner */
    .banner-comunicacao .content-banner {
        height: auto;
        width: 980px;
        margin: 0 auto;
        background: transparent;
        border: 0;
    }

        .banner-comunicacao .content-banner h1 {
            font-size: 50px;
            text-transform: uppercase;
            font-family: 'dinbold';
            letter-spacing: -1px;
            padding: 12px 0 0 40px;
            margin: 0 !important;
        }

    .banner-comunicacaoArgentina {
        height: 170px;
        float: left;
        width: 100%;
        margin-top: -1px;
    }

        .banner-comunicacaoArgentina .content-banner {
            height: auto;
            width: 980px;
            margin: 0 auto;
            background: transparent;
            border: 0;
        }

            .banner-comunicacaoArgentina .content-banner h1 {
                font-size: 50px;
                text-transform: uppercase;
                font-family: 'dinbold';
                letter-spacing: -1px;
                padding: 12px 0 0 40px;
                margin: 0 !important;
            }

    .content-banner .banner {
        padding: 0 30px 0 20px;
    }

    .bold {
        font-family: 'dinbold' !important;
    }

    .content-main .box-full {
        width: 313px;
        height: 483px;
        float: left;
        margin-bottom: 20px;
        margin-left: 0;
        position: relative;
        cursor: pointer;
    }

        .content-main .box-full + .box-full, .content-main .box-full + .box-full + .box-full {
            margin-left: 20px;
        }

    .content-main .box {
        width: 230px;
        height: 217px;
        float: left;
        margin-bottom: 20px;
        position: relative;
        cursor: pointer;
    }

    .content-main .box-full .overlay {
        width: 100%;
        height: 419px;
        position: absolute;
        z-index: 2;
        background-color: #404040;
        opacity: 0.4;
        filter: alpha(opacity=40); /* For IE8 and earlier */
    }

    .content-main .box-full .img-content {
        display: table;
        height: 210px;
        width: 100%;
        background-size: cover;
    }

    .content-main .box .overlay,
    .content-main .box-full .overlay {
        width: 100%;
        height: 420px;
        position: absolute;
        z-index: 2;
        opacity: 0.3;
        filter: alpha(opacity=40); /* For IE8 and earlier */
    }

    .content-main .box .overlay {
        height: 169px;
    }

    .content-main .box-full:hover .overlay {
        opacity: 0.0 !important;
        filter: alpha(opacity=0) !important;
        ; /* For IE8 and earlier */
    }

    .content-main .box:hover .overlay {
        opacity: 0.7 !important;
        filter: alpha(opacity=7) !important; /* For IE8 and earlier */
    }

    .content-main .box + .box,
    .content-main .box + .box + .box {
        margin-left: 20px;
    }

    .content-main .box-campanha .header-box,
    .content-main .box-full .header-box,
    .content-main .box .header-box,
    .content-main .box-full-width .header-box {
        cursor: pointer;
        display: table;
        width: 100%;
    }

    .content-main .box-full .header-box {
        height: 64px;
    }

    .content-main .box-campanha .header-box,
    .content-main .box .header-box,
    .content-main .box-full-width .header-box {
        height: 50px;
    }

    .content-main .box.nodo .header-box {
        cursor: default;
    }

    .content-main .box-campanha .header-box span,
    .content-main .box-full span,
    .content-main .box span,
    .content-main .box-full-width span {
        color: #fff;
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px;
        text-transform: uppercase;
    }

    .content-main .box-full span {
        font-size: 22px;
        line-height: 25px;
    }

    .content-main .box-campanha .header-box span,
    .content-main .box span,
    .content-main .box-full-width span {
        font-size: 20px;
        line-height: 23px;
    }

    .content-main .box-full .arrow,
    .content-main .box .arrow {
        width: 56px;
        height: 51px;
        background: #c82216 url(../imgs/arrow-14x23.png) no-repeat center 21px;
        margin-top: -10px;
        margin-right: -34px;
        display: table-cell;
    }

    .content-main .box-full .arrow {
        background-image: url(../imgs/arrow-14x23.png);
        background-repeat: no-repeat;
        background-position: center 21px;
    }

    .content-main .box .arrow {
        background: #c82216 url(../imgs/arrow-14x23.png) no-repeat center 15px;
    }

    /* Migalha */
    .migalha {
        font-size: 11px;
        border-bottom: 1px solid #E3E8F0;
    }

        .migalha span, .migalha a {
            color: #848484;
        }

        .migalha .current {
            text-decoration: none;
        }

    /* Cards Medias*/
    .content-medias .card {
        cursor: pointer;
        border-radius: 8px;
        -webkit-box-shadow: 0px 5px 5px -2px rgba(160,164,180,1);
        -moz-box-shadow: 0px 5px 5px -2px rgba(160,164,180,1);
        box-shadow: 0px 5px 5px -2px rgba(160,164,180,1);
    }

        .content-medias .card .btn {
            white-space: normal;
            font-family: 'Roboto', sans-serif;
            font-size: 12px;
            line-height: 14px;
            text-transform: uppercase;
            color: #000;
        }

        .content-medias .card:hover .btn, .content-medias .card:focus .btn {
            text-decoration: none;
            color: #C4122E;
        }

        .content-medias .card:hover .card-img, .content-medias .card:focus .card-img {
            background-color: #F5F6F9;
        }

            .content-medias .card:hover .card-img span, .content-medias .card:focus .card-img span {
                background-color: #FFFFFF;
            }

    .content-medias .card-img {
        display: table;
        border-radius: 0;
    }

        .content-medias .card-img img {
            max-width: 45px;
        }

        .content-medias .card-img span {
            border: 1px solid rgba(0,0,0,.125);
            border-radius: 8px;
            display: table-cell;
            vertical-align: middle;
            width: 100%;
            height: 110px;
        }

    .content-medias .card .card-body {
        border-top: 1px solid rgba(0,0,0,.125);
    }

    .content-medias .col-md-2 {
        margin-bottom: 25px
    }


    /* SUB CATEGORIA */
    .subCategory {
        background-color: #E3E8F0;
    }

    .btn-back {
        padding: 0 0 0 40px;
        background: #d21d10 url(../imgs/arrow-left-7x13.png) no-repeat 15px 12px;
        text-decoration: none;
        float: right;
        font-family: 'dinregularalternate';
    }

        .btn-back span {
            padding: 12px 19px;
            background: #efefef;
            font-size: 14px;
            color: #2f2f2f;
            float: right;
        }


    .content-medias ul li .icon-image {
        background: url(../imgs/icon-image.png) no-repeat center 48px;
    }

    .content-medias ul li .icon-folder {
        background: url(../imgs/icon-folder.png) no-repeat center 42px;
    }

    .content-medias ul li .icon-radio {
        background: url(../imgs/icon-radio.png) no-repeat center 42px;
    }

    .content-medias ul li .icon-video {
        background: url(../imgs/icon-video.png) no-repeat center 43px;
    }

    .content-medias ul li .icon-etc {
        background: url(../imgs/icon-etc.png) no-repeat center 64px;
    }

    .content-medias ul li .caption {
        color: #fff;
        font-size: 14px;
        font-family: 'dinregularalternate';
        text-align: center;
        height: 45px;
        text-decoration: none;
        width: 100%;
        display: table;
    }

        .content-medias ul li .caption span {
            display: table-cell;
            vertical-align: middle;
        }

    .content-medias ul li:first-child .caption {
        border-left: 0;
        margin-left: 0;
    }

    .content-medias ul li:hover .caption {
        background-color: #d21d10;
    }

        .content-medias ul li:hover .caption span {
            color: #fff;
        }

    .content-folders {
    }

            .content-folders table td {
                padding: 15px 10px;
                text-align: center;
            }

                .content-folders table td.active {
                    cursor: pointer;
                }

            .content-folders table tr:first-child td {
                border-top: 0 !important;
            }

            .content-folders table td a, .content-folders table td {
                color: #fff;
                text-decoration: none;
                font-family: 'dinregularalternate';
                font-size: 14px;
                line-height: 20px;
            }

        .content-folders .col-title h5, .content-truck .col-title h5, .content-enviados .col-title h5 {
            color: #fff;
            font-size: 22px;
            font-family: 'dinbold';
            margin: 19px 25px;
            text-align: left;
            text-transform: uppercase;
        }

        .content-folders .col-search,
        .content-enviados .col-search {
            vertical-align: middle;
        }

            .content-folders .col-search input[type="text"],
            .content-enviados .col-search input[type="text"] {
                background: #efefef;
                border: 0;
                color: #787878;
                font-family: 'dinregularalternate';
                font-size: 14px;
                height: 30px;
                outline: none;
            }

            .content-folders .col-search input[type="submit"],
            .content-enviados .col-search input[type="submit"] {
                border: 0;
                outline: none;
                cursor: pointer;
            }

    .content-truck table td {
        padding: 20px 20px;
    }

    .content-truck .thumb {
        border: 1px solid #929292;
        display: table;
        float: left;
        margin-right: 10px;
    }

        .content-truck .thumb img {
            width: 100px;
            margin: 2px;
            float: left;
        }

    .content-truck a {
        text-decoration: none;
        cursor: pointer;
    }

        .content-truck a:hover .thumb {
            border: 1px solid #e52012;
        }

        .content-truck a:hover .title {
            color: #e52012;
        }

    .content-truck .infos .title, .content-truck .infos p {
        font-size: 12px;
        line-height: 20px;
    }

    .content-truck .infos .title {
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }

    .content-truck .infos p {
        color: #bfbfbf;
    }

    .content-doc .tags {
        padding: 20px 0 10px;
        color: #787878;
        font-size: 12px;
    }

        .content-doc .tags span {
            font-weight: bold;
            padding-right: 5px;
        }

        .content-doc .tags a {
            color: #d21d10;
            padding-right: 4px;
        }

    .content-enviados {
        width: 100%;
        float: left;
        padding-top: 40px;
        padding-bottom: 40px;
    }
        .content-enviados .no-fixed{table-layout:inherit !important;}

        .content-enviados .pagination .disabled a {
            color: #B9B9B9 !important;
        }

        .content-enviados table td.col-three .btn {
            background-color: transparent !important;
            border-radius: 0;
            border: 1px solid #404040;
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
            color: #fff;
            cursor: pointer;
        }

        .content-enviados .btn-next {
            padding: 0 0 0 40px;
            background: #d21d10 url(../imgs/arrow-left-7x13.png) no-repeat 15px 15px;
            text-decoration: none;
            float: left;
            font-family: 'dinregularalternate';
            font-size: 14px;
            color: #2f2f2f;
            margin: 20px 0;
        }

            .content-enviados .btn-next span {
                padding: 12px 19px;
                background: #efefef;
                font-size: 1.0em;
                color: #2f2f2f;
                float: right;
            }

        .content-enviados .btn-prev {
            padding: 0 40px 0 0;
            background: #d21d10 url(../imgs/arrow-7x13.png) no-repeat 109px 15px;
            text-decoration: none;
            float: right;
            font-family: 'dinregularalternate';
            font-size: 14px;
            color: #2f2f2f;
            margin: 20px 0;
        }

            .content-enviados .btn-prev span {
                padding: 12px 19px;
                background: #efefef;
                font-size: 14px;
                color: #2f2f2f;
                float: left;
            }

        .content-enviados th {
            text-decoration: none;
            font-family: 'dinregularalternate';
            font-size: 14px;
            line-height: 20px;
        }

    /* Carrosel */
    .jcarousel-wrapper {
        padding: 25px 45px;
        margin: auto;
        float: left;
    }

    #updNovidades .jcarousel-wrapper {
        /*width: 980px !important;*/
        width: 645px !important;
        float: left;
    }

    .content-medias .jcarousel-wrapper {
        padding: 0 !important;
        width: 935px !important;
        margin: 0 0 0 24px;
    }

    .jcarousel-wrapper .carousel-caption {
        position: initial;
        float: left;
        padding: 0 0 0 10px !important
    }

    .content-main .jcarousel li:hover span {
        color: #e52012;
    }

    .content-main .jcarousel li:hover .thumb {
        border: 1px solid #e52012;
    }

    .content-main.content-home .caption {
        position: absolute;
        top: 65px;
        width: 100%;
        z-index: 2;
        display: none;
    }

        .content-main.content-home .caption span {
            text-transform: initial !important;
            font-size: 18px;
            font-family: 'dinregularalternate';
            margin: 0 10px;
            display: block;
            text-align: center;
        }

    .content-main.content-home .box img,
    .content-main.content-home .box-full img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .content-main.content-home .mask {
        overflow: hidden;
        position: relative;
    }

    .content-main.content-home .box .mask {
        width: 230px;
        height: 169px;
    }

    .content-main.content-home .box-full .mask {
        width: 313px;
        height: 420px;
    }

    .dropdown-menu li {
        text-align: center;
        margin: 10px 0;
        cursor: pointer;
    }

        .dropdown-menu li:hover span {
            color: #d21d10;
        }

        .dropdown-menu li input {
            width: 21px;
        }

    .change-box {
        width: 100%;
        text-align: right;
        padding-top: 5px;
    }

        .change-box span {
            font-family: 'dinregularalternate';
            font-size: 15px;
            display: block;
            padding-top: 2px;
        }

    .footer .right a {
        font-size: 12px;
        color: #fff;
        font-family: 'dinregularalternate';
        text-decoration: underline;
        line-height: 18px;
    }


    .selecionado {
        background-color: #d21d10 !important;
    }

    .spanSelecionado {
        color: #fff !important;
    }

    .content-main .box-campanha {
        width: 313px;
        height: 245px;
        float: left;
        margin-left: 20px;
        position: relative;
        cursor: pointer;
    }

    .content-main.content-home .box-campanha .header-box mask {
        width: 313px;
        height: 195px;
    }

    /* UPDATE PROGRESS */
    .bgLoading {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: 0.65;
        -moz-opacity: 0.65;
        filter: alpha(opacity=65);
        z-index: 999999;
    }

.iconeLoading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -15px 0 0 -104px;
    width: 208px;
    height: 30px;
    text-align: center;
    z-index: 999999;
}

.iconeLoading div {
    margin: 5px 0 0;
}    


/* Custom Gutters */

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .row.no-gutters > [class^="col-"],
    .row.no-gutters > [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

#divMateriais {
    border-left: 1px solid #DBDEE8;
}

#divMateriais h5 {
    font-family: 'Roboto';
}

.w-45 {
    width: 45%;
}

.btn-oculto {
    font-size: 12px;
    color: #C4122E;
    text-decoration: underline;
    position: absolute;
    bottom: 20px;
    right: 18px;
}

.btn-oculto svg {
    width: 12px;
    fill: #C4122E;
    margin-bottom: -2px;
    margin-right: 2px;
}

.subCategory #divMateriais .material, .content-doc .material {
    position: relative;
    height: 100%;
}​​​​​

.box-img {
     width: 40%;
     float: left;
     margin-right: 10px;
 }

.box-content {
    width: 55%;
}

.imgModalDownload {
    max-width: 200px;
    border: 2px solid #E3E8F0;
    border-radius: 8px;
    margin-left: 25px !important;
    /*width: 184px !important;
    height: 124px !important;*/
}

p.card-text {
    margin: 0;
}

.grdIdaMercado td {
    margin: 0;
    padding: 0;
}

#main-menu {
    align-items: center;
    justify-content: center;
}

.navbar-nav-scroll{
    width:100%
}
