@charset "UTF-8";

/*
Theme Name: Multiplan RI
Author: MZiQ
Author URI: http://mziq.com/
Description: MZiQ CMS Theme for Multiplan RI website.
Version: 1.0
License: GNU General Public License v2 or later

One and only theme for IR Website for Multiplan RI 
*/

@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,200i,300,300i,400,400i,600,600i,700,700i,900,900i);
html,
body {
    margin: 0px;
    padding: 0px;
}

body {
    position: relative;
    min-height: 100vh;
    /*padding-bottom: 74px;*/
    font-family: 'Source Sans Pro', sans-serif;
}

body.home {
    min-height: initial;
    overflow: hidden;
}

body.home header {
    background-color: rgba(255, 255, 255, 0.75);
    position: fixed;
    z-index: 10;
    width: 100%;
}

body.home header .main-menu {
    background-color: rgba(43, 43, 43, 0.60);
}

body.home header .topo-header {
    margin-bottom: 0;
    margin-top: 20px;
}

@media (max-width:992px) {
    body.interna main {
        margin-top: 155px;
    }
    body.home header {
        background-color: rgba(255, 255, 255, 0.75);
    }
    body.home header .topo-header {
        margin-bottom: 20px;
    }
    body header .main-menu {
        background-color: rgba(31, 31, 31, 0.85)!important;
        overflow-y: scroll;
        height: 80vh;
        padding-bottom: 105px;
    }
}

p,
li,
td {
    color: rgb(102, 102, 102);
}

th {
    background: #C4151c;
    color: #fff;
}


/* Botão Fechar Menu */

#btn-close-menu,
#btn-open-menu {
    display: none;
}

.topo-header {
    /* display: flex; */
    margin-bottom: 15px;
    margin-top: 15px;
}


/* .logo p{
     padding: 21px 0px 0px 10px;
}
 */

header .texto-right-logo {
    color: #c4151c;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 17px;
}


/* COTAÇÃO HOVER */


/* header #cotacao-hover{
     display: none !important;
     position: relative;
}

header cotacao-borda:hover #cotacao-hover{
     display: block !important;
}  */


/* FIM COTACAÇÃO HOVER */

a:hover {
    opacity: .5;
}

.lista-menu .menu-li-borda {
    padding: 0px 20px;
    border-right-color: rgb(155, 155, 155);
    border-right-style: solid;
    border-right-width: 2px;
}


/* Menu Principal */

header .logo>div {
    display: flex;
}

header .logo p {
    font-size: 14px;
    margin-top: 24px;
    margin-left: 5px;
}

.main-menu {
    background-color: rgb(67, 73, 78);
    z-index: 10;
}

.main-menu>div>ul>li>a {
    border-left: solid 1px #acacac;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
}

#menu-item-153 a {
    border-left: solid 0;
}

#menu-item-340 a {
    border-left: solid 0;
}


/* MODAL COTAÇÃO */

header .cotacao {
    position: relative;
}

header #cotacao {
    position: relative;
}

header #cotacao:hover #modal-cotacao {
    display: block;
}


/*header #cotacao #cotacao-top {
    width: 100%;
}*/

header #cotacao .cotacao-borda {
    border: solid 1px black;
    width: 100%;
    font-size: 0;
    position: relative;
    padding: 5px 5px 5px 5px;
}

header #cotacao .cotacao-borda::before {
    content: '+';
    right: 8px;
    position: absolute;
    font-size: 25px;
    top: -3px;
    font-weight: 900;
    color: #dc3545!important;
}

header #cotacao .cotacao-borda div {
    display: inline-block;
    width: 100%;
}

header #cotacao .cotacao-borda div+div {
    margin-left: 4%;
}

header #cotacao .cotacao-borda span {
    font-weight: bold;
    font-size: 16px;
    padding: 0 11px 0 5px;
}

header #cotacao .cotacao-borda span:nth-of-type(3) {
    padding-right: 23px;
}


/*header #cotacao .cotacao-borda span + span {
    margin-left: 5px; 
}*/

header #modal-cotacao {
    display: none;
    position: absolute;
    background-image: linear-gradient(26deg, #c4151c 0%, #680e12 100%);
    top: 100%;
    color: #fff;
    z-index: 2;
    width: 100%;
    padding: 15px 0 15px 0;
    margin: 0 10px;
    border-radius: 15px;
    left: -7px;
    top: 5px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

header #modal-cotacao p {
    color: #fff;
    margin-bottom: 0px;
}

header #modal-cotacao p.up {
    color: #18a218;
    font-weight: bold;
}

header #modal-cotacao p.down {
    color: #ff0000;
    font-weight: bold;
}

header #modal-cotacao .modal-cotacao-left p:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
}

header #modal-cotacao .modal-cotacao-left p:nth-child(2) {
    font-size: 1.4em;
    font-weight: 200;
    font-family: 'Source Sans Pro', sans-serif;
}

header #modal-cotacao .modal-cotacao-right p:nth-child(1) {
    font-size: 14px;
    font-weight: 600;
}

header #modal-cotacao .modal-cotacao-right p:nth-child(2) {
    font-size: 1.4em;
    font-weight: 200;
    font-family: 'Source Sans Pro', sans-serif;
}

header #modal-cotacao .modal-cotacao-left p:nth-child(4) {
    font-family: 'Source Sans Pro', sans-serif;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.24px;
    margin-top: 15px;
    font-size: 12px;
}

header .modal-cotacao-left {
    font-size: 1em;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}


/* tabela de arquivos */

.arquivos h2 {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 7px 15px;
    background: #c4151c;
    color: #fff !important;
    font-size: 16px!important;
    float: left;
    width: 100%;
    font-weight: 900;
    border-radius: 10px;
}

.table-arquivos tr {
    /*border: 1px solid rgba(0,0,0,.125);*/
}

.list-group {
    margin-top: 0;
    width: 100%;
}

.list-group img {
    margin-right: 10px;
}

.list-group .list-group .link {
    text-align: left;
}

.list-group th,
.list-group .tabelatt {
    text-align: left;
    color: #fff;
    font-weight: 600;
    padding: 8px 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    border-right: 0 solid #fff;
    background-color: rgb(0, 174, 239);
    font-size: 15px;
}

td.icone a {
    border-width: 0!important;
}

.list-group td,
.list-group .tabelatx,
.list-group td p {
    padding: 10px 15px;
    color: #4c4c4e;
    /* text-align: left; */
    font-size: 14px;
}

.list-group td table {
    border-radius: 0!important;
    border-spacing: 0;
}

.list-group td td {
    border: 1px solid #fff;
}

.list-group td p {
    padding: 5px 0;
}

.list-group td.link {
    width: 100%;
}

.list-group tr:nth-of-type(odd) td {
    background-color: rgb(242, 242, 242);
}


/*FIM MODAL COTAÇÃO */

@media (min-width: 992px) {
    /* Menu Teste - Aprovado 31-01 */
    header .lista-menu {
        display: flex;
        justify-content: space-evenly;
        list-style: none;
        padding-left: 0px;
        margin-bottom: 0px;
        /* padding-top: 18px;
         padding-bottom: 18px;
         */
    }
    .lista-menu .nav-item>a {
        border-right: rgba(189, 189, 189, 0.747) solid 1px;
        padding: 5px 0;
        margin: 10px 0px;
    }
    header .lista-menu li .item-menu-borda {
        border-right-color: rgb(155, 155, 155);
        border-right-style: solid;
        border-right-width: 1px;
        height: 100px;
        padding: 20px 12px;
    }
    header .lista-menu a {
        color: #ffffff;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 15px;
        font-weight: 700;
        padding: 10px 0;
        /* Text style for "Home" */
        letter-spacing: 0.15px;
        /* border-right-color:rgb(155, 155, 155);
         border-right-style: solid;
         border-right-width: 1px;
         margin: 0;
         */
    }
    /* SUB-MENU */
    header .lista-menu li {
        flex-direction: column;
        display: flex;
        justify-content: center;
        position: relative;
        font-size: 13px;
        list-style: none;
        width: 100%;
        text-align: center;
        /* padding: 8px 0;
         */
        /* border-right-color:rgb(128, 128, 128);
         border-right-style: solid;
         border-right-width: 1px;
         */
    }
    header .lista-menu li a {
        text-decoration: none;
        color: #fff;
    }
    header .lista-menu .sub-menu {
        position: absolute;
        background-color: #c4151c;
        opacity: 0.88;
        top: 100%;
        width: 100%;
        height: 30em;
        padding-left: 0;
        z-index: 2;
        /* display: flex;
         flex-direction: column;
         */
        text-align: left;
        display: none;
        left: 0;
        border-right-color: rgba(43, 43, 43, 0.219);
        border-right-style: solid;
        border-right-width: 1px;
    }
    header .lista-menu:hover .sub-menu {
        display: block;
    }
    header .lista-menu .sub-menu li {
        /* padding: 10px 5px;
         */
        display: block;
        width: 100%;
        text-align: left;
    }
    header .lista-menu .sub-menu li .sub-menu {
        position: relative;
        height: initial;
        padding-left: 30px;
    }
    header .lista-menu .sub-menu li .sub-menu a {
        padding: 5px;
    }
    header .sub-menu li:hover {
        background-color: #830408;
    }
    header .sub-menu li a {
        font-size: 13px;
        font-family: 'open sans';
        font-weight: 300;
        text-align: left;
        display: inline-block;
        padding: 8px;
        margin-left: 5px;
    }
    header .sub-menu li a:hover {
        text-decoration: none;
    }
    footer {
        background-color: #c4151c;
        color: #fff;
        left: 0;
        padding: 6px 0;
        position: absolute;
        /*bottom: 0;*/
        width: 100%;
        height: auto;
        /* height: 46%;
         */
    }
    footer a {
        color: #fff!important;
        text-decoration: none!important;
    }
}

@media (max-width: 992px) {
    /* HEADER */
    #btn-open-menu {
        position: fixed;
        display: block;
        top: 10px;
        right: 15px;
        background-color: #c4151c !important;
        height: 5px;
        width: 30px;
        margin: 6px 0 3px 0;
    }
    #btn-open-menu::before {
        content: '';
        display: block;
        width: 30px;
        height: 5px;
        background-color: #c4151c;
        margin: 10px 0 3px 0;
    }
    #btn-open-menu::after {
        content: '';
        display: block;
        width: 30px;
        height: 5px;
        background-color: #c4151c;
        margin: 5px 0 0px 0;
    }
    #btn-close-menu {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 999;
        color: #fff;
        height: 30px;
        width: 30px;
    }
    /* #menu-primary-menu{
         position: absolute;
         transition: all 1s;
         right: -500px;
    }
     */
    header .logo p {
        padding: 0px;
    }
    header .cotacao-borda div {
        width: 50%;
    }
    header .link-idioma {
        display: none;
    }
    /* SOBRE */
    .timeline .slider .bl-dados,
    .slider .bl-txt {
        width: 100%;
    }
    /* TIMELINE */
    .slider .slick-prev {
        left: 54px;
        top: 60px;
    }
    .slider .slick-next {
        right: 54px;
        top: 60px;
    }
    /* RODAPE */
    .bg-footer .row div:nth-child(2) {
        text-align: center !important;
    }
    header .main-menu {
        display: none;
    }
    header .main-menu.active {
        display: block;
    }
    header .bg-menu {
        background-color: #43494e;
        position: fixed;
        top: 0;
        width: 100%;
        max-width: 400px;
        height: 100%;
        z-index: 99;
        transition: all 0.8s;
    }
    header .lista-menu {
        display: block;
        margin-bottom: 0;
    }
    header .lista-menu .sub-menu li>a {
        color: #fff !important;
        font-size: 15px;
        font-weight: 500;
    }
    header .lista-menu>li a {
        color: #fff !important;
        font-size: 20px;
        border-left: 0!important;
        font-weight: bold;
    }
    .interna main .container img {
        max-width: 100%;
        height: auto;
    }
}

.menu-home {
    display: none;
}

.megamenu:hover .menu-home {
    display: block;
}

header .t:hover .menu-contato {
    margin: 0 auto;
}

header .link-idioma {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

header .link-idioma * {
    margin-bottom: 0;
}


/* BANNER PRINCIPAL */

.bg-home {
    position: relative;
    top: 5px;
    margin-top: -5px;
    height: calc(100vh - 69px);
}

.admin-bar .bg-home {
    height: calc(100vh - 101px);
}

.bg-home:before {
    content: "";
    background-image: url('./img/bg_video.gif');
    position: absolute;
    z-index: 0;
    background-color: #00000080;
    width: 100%;
    height: 100%;
    opacity: 0.2;
}

.bg-home span {
    color: #fff;
}

.bg-banner .teste {
    position: absolute;
    bottom: 0px;
}

.bg-home .icone-index {
    position: relative;
    bottom: 100px;
    background-color: rgba(0, 0, 0, 0.61);
    color: #fff;
    font-size: 1.5em;
}

.bg-home-icones {
    background-color: rgba(0, 0, 0, 0.452);
    position: relative;
    margin-top: -176px;
}

.bg-home-icones .flex {
    display: flex;
    justify-content: space-around;
    padding: 37px 0;
}

.bg-home-icones .home-icones {
    display: flex;
    border-bottom: solid 1px #fff;
    padding-bottom: 20px;
    align-items: center;
    width: 100%;
    margin: 0 20px;
}

.bg-home-icones .flex p {
    color: #fff;
    font-size: 25px;
}

.bg-home-icones .home-icones img {
    padding-right: 15px;
}

.bg-home #background {
    height: 93vh;
    object-fit: fill;
}

@media (max-width: 992px) {
    .bg-home #background {
        object-fit: cover;
        height: 60vh!important;
    }
}


/* ICONES */

.bg-icones {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background: rgba(43, 43, 43, 0.60);
    padding: 25px 50px 30px 50px;
}

.bg-icones .icones {
    display: flex;
    border-bottom: solid 1px #fff;
    justify-content: space-around;
    margin: 0 45px;
    padding: 20px 0;
}

.bg-icones .icones a {
    display: flex;
    min-width: 185px;
    justify-content: space-around;
    align-items: center;
}

.bg-icones .icones p {
    font-size: 1.125em;
    padding-left: 20px;
    margin-bottom: 0;
    color: white;
}

.bg-icones a:hover {
    text-decoration: none;
}

@media (max-width: 992px) {
    .bg-icones .icones {
        margin: 0!important;
        padding: 12px 0!important;
    }
    .bg-icones .icones a {
        position: relative;
    }
    .bg-icones .icones img {
        width: 30px;
        position: absolute;
        left: 10px;
    }
    .bg-icones .icones p {
        padding-left: 55px;
        width: 100%;
        font-size: 13px!important;
    }
    .bg-icones .icones p br {
        display: none;
    }
}


/* FIM BANNER PRINCIPAL */


/* Página Interna */

.bg-pagina-interna {
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 182px;
}

.bg-pagina-interna img {
    /* background: url('img/imagem_topo.png') center center no-repeat;
     background-size: cover;
     height: 183px;*/
    width: 100%;
}

.pagina-interna-column-center h3 {
    color: #2b2b2b;
    font-size: 2em;
    font-weight: 500;
    font-family: 'open sans';
    color: rgb(102, 102, 102);
}

.pagina-interna-column-center {
    padding-bottom: 100px;
}


/* SOBRE - TIMELINE */

.slider .item {
    display: inline-block;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slider .bl-txt,
.slider .bl-dados {
    width: 50%;
    padding: 30px;
    height: 600px;
    position: relative;
    float: left;
    text-align: center;
}

.slider .bl-txt {
    background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 992px) {
    .slider .bl-txt {
        overflow-y: auto;
    }
}

@media (max-width: 425px) {
    .slider .bl-dados {
        width: 100%;
        align-items: center !important;
    }
}

.slider .bl-dados {
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}


/* SETA DO SLIDE */

.slider-for .slick-next:before {
    display: none;
}

.slider-for .slick-prev:before {
    display: none;
}


/* Banner Coluna Direita */

.slider .bl-dados-flex {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.slider .bl-dados ul {
    list-style: none;
    opacity: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    padding-left: 0;
    margin-top: -12px;
    font-size: 0.9em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px #cc2828;
    background: url(img/circle.png);
    flex-direction: column;
}

.slider .bl-dados ul:hover {
    transform: scale(1.1);
}


/* animacao timeline */

.slick-current .bl-dados ul {
    opacity: 1;
}

.slick-current .bl-dados ul:nth-of-type(1) {
    transition: opacity 0.8s ease 1s;
}

.slick-current .bl-dados ul:nth-of-type(2) {
    transition: opacity 0.8s ease 1.5s;
}

.slick-current .bl-dados ul:nth-of-type(3) {
    transition: opacity 0.8s ease 2s;
}

.slider .bl-dados ul li {
    max-width: 103px;
    font-size: 1.3em;
    line-height: 1.15em;
    color: transparent!important;
    text-shadow: 0 0 30px #fff;
    text-align: center;
}

.slider .bl-dados ul li.counter {
    font-weight: bold;
}

.slider .bl-dados ul li.number-2 {
    font-size: 1.2em;
    max-width: 200px;
}

.slick-current .bl-dados ul li {
    text-shadow: 0 0 0px #fff;
}

.slick-current .bl-dados ul:nth-of-type(1) li {
    transition: text-shadow 0.8s ease 1.2s;
}

.slick-current .bl-dados ul:nth-of-type(2) li {
    transition: text-shadow 0.8s ease 1.7s;
}

.slick-current .bl-dados ul:nth-of-type(3) li {
    transition: text-shadow 0.8s ease 2.2s;
}


/* end animacao */

.slider .bl-dados ul li.counter.number-0:after {
    content: ' m²';
}

#lang-en .slider .bl-dados ul li.counter.number-0:after {
    content: ' sq.m';
}

.bl-dados ul li p {
    max-width: 130px;
    font-size: 1.5em;
    color: white;
}

.bl-dados ul:nth-child(2) {
    padding: 20px 0 !important;
}

.slick-dotted {
    padding: 20px 0;
}

.slider-nav div p {
    font-weight: bold;
    font-size: 25px;
    outline: none !important;
    cursor: pointer;
    text-align: center;
}

.slider-nav .slick-arrow {
    z-index: 10;
}

.slider-nav div {
    outline: none !important;
}

.slider-nav div.slick-current p {
    color: #c4151c !important;
}

.slick-prev,
.slick-next {
    top: 43% !important;
}


/* _FIM SOBRE - TIMELINE_ */


/* ACCORDION */


/* #accordion .card{
     border-radius: 40px;
     background-color: #777 !important;
     color: #fff;
     margin: 10px 0;
}
 #accordion button{
     text-decoration: none;
}
 #accordion .btn-link{
     color: #fff !important;
}
 #accordion .card-header {
     border-bottom: 0px solid rgba(0,0,0,.125);
}
 .wrap {
     width: 100%;
     margin: 20px auto;
}
 .wrap .accordion {
     border: 1px solid #2b2b2b;
     border-radius: 28px;
     background-color: #2b2b2b;
     color: #fff;
     padding: 5px 10px 7px 10px;
}
 .accordion .menu-head {
     background-color: #2b2b2b;
     color: #fff;
     padding: 5px 10px;
     overflow: hidden;
     zoom: 1;
     position: relative;
     cursor: pointer;
     border-radius: 25px;
}
 .menu-head h3 {
     float: left;
     margin-top: 5px;
     margin-bottom: 5px;
}
 .menu-head .plus-minus {
     float: right;
     font-size: 16px;
     position: absolute;
     top: 10px;
     right: 10px;
}
 .accordion .data {
     padding: 5px 10px;
     display: none;
}
 */


/* ---- END ACCORDION ---- */


/* Fim Página Interna */


/* Footer */

footer {
    background-color: #c4151c;
    color: #fff;
    padding: 30px 0 20px 0;
}

footer p {
    color: white;
    font-size: 13px;
    margin: 0;
}

footer ul {
    list-style: none;
    margin: 0;
}

footer ul li {
    display: inline-block;
}

footer ul li a {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
}

footer ul li a:hover {
    color: white;
}


/* MEDIA QUERIE */


/* MOBILE */

@media only screen and (max-width: 576px) {
    /* HEADER */
    .bg-menu {
        overflow-y: scroll;
    }
    /* ADICIONA CLASS NO BOTAO MENU */
    .open-menu {
        right: -15px;
    }
    .open-menu i::before {
        color: #680e12 !important;
        background-color: #680e12 !important;
    }
    header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.9);
    }
    header .logo p {
        padding: 0px;
        width: 100%;
    }
    header .cotacao-borda div {
        width: 50%;
        margin: 0 auto;
    }

    header .lista-menu {
        padding: 5px 20px;
    }
    header .lista-menu li {
        list-style: none;
        padding: 5px 0;
    }
    /* SOBRE */
    .timeline .slider .bl-dados,
    .slider .bl-txt {
        width: 100%;
    }
    /* TIMELINE */
    .slider .slick-prev {
        left: 54px;
        top: 60px;
    }
    .slider .slick-next {
        right: 54px;
        top: 60px;
    }
    /* RODAPE */
    .bg-footer .row div:nth-child(2) {
        text-align: center !important;
    }
    footer {
        background-color: #c4151c;
        color: #fff;
        padding: 15px 0;
        /* height: 46%;
        margin-top: 42px; */
    }
    @media (max-width: 992px) {
        .bg-footer ul {
            padding-top: 15px;
        }
        .bg-footer li {
            margin-right: 3px;
        }
        .bg-footer li a {
            color: #fff!important;
            text-transform: none!important;
            text-decoration: none!important
        }
        .bg-pagina-interna {
            background-size: auto!important;
        }
        footer {
            background-color: rgba(117, 31, 35, 0.95);
        }
    }
    footer .lista-footer {
        max-width: 100%;
        text-align: center;
    }
}

@media (max-width: 1140px) {
    header #cotacao .cotacao-borda span {
        display: block;
        margin-left: 0!important;
    }
    header #cotacao .cotacao-borda::before {
        top: 11px;
    }
}

@media (max-width: 992px) {
    header #cotacao .cotacao-borda span {
        display: inline-block;
    }
    header #cotacao .cotacao-borda span+span {
        margin-left: 5px !important
    }
    header #cotacao .cotacao-borda::before {
        top: -1px;
    }
    .bg-home .bg-icones {
        position: inherit;
        bottom: 6px;
        flex-direction: column;
        align-items: center;
        background-color: #751f23;
    }
    .bg-home .bg-icones .icones {
        display: flex;
        justify-content: flex-start;
    }
    .bg-icones .icones .icone {
        padding: 20px 0;
    }
    .bg-icones .d-flex {
        flex-direction: column;
    }
    footer {
        padding: 20px 0px;
    }
    footer p {
        text-align: center;
    }
}


/* @media(min-width: 768px) and (max-width: 1023px){
     header .topo-header > .topo_column_left{
         flex: 1;
    }
     header .topo-header > div {
         padding: 0;
         justify-content: center;
    }
    /* ICONES HOME */


/* .bg-icones .icones {
         display: flex;
         border-bottom: solid 1px #fff;
         width: 100%;
         align-items: center;
         justify-content: flex-start;
         margin: 0 13px 
    }
     header .col-sm {
         padding-left: 0px !important;
    }
}
 */


/* Accordion */

#accordion .accordion_item {
    margin-bottom: 10px;
}

#accordion .accordion_item .accordion_header {
    background: #c4151c;
    padding: 12px 10px;
    padding-right: 40px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 10px;
    position: relative;
}


/* mais e menos do faq*/

#accordion .accordion_item .accordion_header:before {
    position: absolute;
    right: 30px;
    content: '+';
    color: #fff;
    font-weight: 900;
}

#accordion .accordion_item .accordion_header.active:before {
    position: absolute;
    content: '-';
    right: 30px;
    font-size: 25px;
    color: #fff;
    font-weight: 900;
    margin-top: -7px;
}

#accordion .accordion_item .accordion_header span {
    margin-left: 15px;
    color: white;
    font-size: 16px;
    line-height: 17px;
    font-weight: 900;
}

#accordion .accordion_item .accordion_header.active {
    background: #c4151c;
}

#accordion .accordion_item .accordion_content {
    padding: 0 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

#accordion .accordion_item .accordion_content p,
#accordion .accordion_item .accordion_content li {
    font-size: 16px;
    margin: 15px 0px;
    color: #666;
}

#accordion {
    color: #666;
}

.hidden {
    display: none;
}

.show {
    display: block;
    animation: slideDown 0.5s both;
}

.accordion_content.table-responsive.hidden.show a {
    color: darkred;
}

.accordion_content.table-responsive.hidden.show a:hover {
    color: darkred;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
    }
}

.page-title h2 {
    font-size: 32px;
    line-height: 38px;
    color: #666;
    font-weight: bold;
}

section.post {
    padding: 30px;
}

section.post h3,
section.post h2 {
    font-size: 23px;
    line-height: 38px;
    color: #666;
}


/* titulos na pagina de ratings */

.accordion_content.table-responsive.hidden.show h3 {
    color: #fff;
}

.slick-slide {
    height: auto !important;
}

.contact-page form input,
.contact-page form textarea {
    border: 1px solid rgba(67, 73, 78, .5);
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
    padding: 5px;
    color: #666;
}

.contact-page form ::-webkit-input-placeholder,
.contact-page form ::-moz-placeholder,
.contact-page form :-ms-input-placeholder,
.contact-page form :-moz-placeholder {
    /* Chrome/Opera/Safari */
    color: #666;
    font-size: 16px;
    letter-spacing: 0.21px;
}

.contact-page .btn {
    margin-top: 10px;
}

.contact-page .box-sucesso {
    background-color: #43494e;
    border-radius: 10px;
    padding: 20px 0;
    text-align: center;
    color: white;
    display: none;
}

#fm_conteudo form {
    /*margin-bottom: 30px;*/
}

#fm_conteudo table {
    margin-bottom: 0;
}

#fm_conteudo table {
    vertical-align: middle !important;
}

#fm_conteudo table thead {
    text-align: center;
}

#fm_conteudo table thead tr th {
    font-size: 17px;
}

#fm_conteudo table tr td {
    border-top: 1px solid #d9d9d9;
}

#fm_conteudo table tr td.data {
    width: 10%;
}

#fm_conteudo table tr td.icone {
    width: 5%;
    padding: 8px;
}

#fm_conteudo table tr td.tabelatx.linkI {
    width: 85%;
}

#fm_conteudo table tr td.link {
    text-decoration: underline;
}

#fm_conteudo table tr td a {
    color: #666;
    font-size: 1.1rem;
}

#fm_conteudo table tr td.link a:hover {
    color: #666;
}

#mziqEvents .datepicker .prev {
    float: left;
}

#mziqEvents .datepicker .next {
    float: right;
}

#mziqEvents #eventos-futuros tbody td:last-child {
    text-align: center;
}

#mziqEvents #eventos-futuros tbody td:last-child img {
    max-width: 38px !important;
    display: inline-block;
    margin-right: 15px;
}


/* body {
     margin: 0;
     background: #fff;
     -webkit-font-smoothing: antialiased;
}
 */


/* body, input, button, textarea, select {
     font-size: 13px;
     color: #444;
     outline-style: none;
}
 */


/* calendar & datepicker */

#content>h1:first-child {
    display: none;
}

.datepicker {
    position: relative;
    z-index: 0;
    display: table;
    width: 100%;
    margin: 0 auto;
}

.home .datepicker .nav-event {
    position: absolute;
    bottom: 6px;
    background: url(img/icones/prev-horizontal.png) no-repeat center 0;
    text-indent: -9000px;
    width: 30px;
    height: 27px;
    cursor: pointer;
    z-index: 9;
}

.interna .datepicker .nav-event {
    position: absolute;
    top: 11px;
    background: url(img/icones/prev-horizontal.png) no-repeat center 0;
    text-indent: -9000px;
    width: 30px;
    height: 27px;
    cursor: pointer;
    z-index: 9;
}

.datepicker .nav-event.prev {
    left: 10px;
}

.datepicker .nav-event.next {
    background-image: url(img/icones/next-horizontal.png);
    right: 10px;
}

.datepicker .ui-datepicker-header {
    width: 100%;
    top: 0;
    height: 100%;
}

.datepicker .ui-datepicker-header h2 {
    text-align: center;
    display: none;
}

.interna #content h2.quarter-name {
    display: none;
}

.datepicker .ui-datepicker-header .ui-datepicker-prev,
.datepicker .ui-datepicker-header .ui-datepicker-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 21px;
    margin-top: -10px;
    display: none;
}

.datepicker .ui-datepicker-header .ui-datepicker-prev {
    /*background: url(../img/interna_arrow_left.png);
    */
    left: -30px;
}

.datepicker .ui-datepicker-header .ui-datepicker-next {
    /*background: url(../img/interna_arrow_right.png);
    */
    right: -30px;
}

.datepicker .ui-datepicker-header .ui-datepicker-prev span,
.datepicker .ui-datepicker-header .ui-datepicker-next span {
    display: none;
}

#data .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    margin-right: 5px;
    text-transform: uppercase;
}

.datepicker .ui-datepicker-header .ui-datepicker-title {
    background: #f9f9f9;
    /* border-bottom: 1px solid #f9f9f9;
     */
    color: #666;
    font-size: 22px;
    padding: 10px 0;
    margin: 0;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}

.home .datepicker .ui-datepicker-header .ui-datepicker-title {
    margin: 0;
    background: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.datepicker .ui-datepicker-unselectable {
    padding: 0!important;
    text-align: center;
    height: 35px;
}

.datepicker .ui-datepicker-inline {
    border-collapse: separate;
    display: table !important;
    margin: 0 auto;
    width: 100%!important;
    min-height: 310px;
    padding: 0;
}

.home .datepicker .ui-datepicker-inline {
    padding: 0;
    min-height: 200px;
    padding-bottom: 40px;
}

.home .datepicker {
    padding: 0;
    max-width: 350px;
    margin: 0 auto;
}

.datepicker .ui-datepicker-group {
    display: table-cell;
    vertical-align: top;
    padding: 0 12px 0;
    position: relative;
    width: 33.3%;
}

.datepicker table,
.ui-datepicker-group table.ui-datepicker-calendar {
    width: 100%;
    border-collapse: collapse;
    position: relative;
    z-index: 1;
    margin-top: 0!important;
    margin-bottom: 20px;
}

.datepicker table tr {
    padding: 0;
    float: none;
    border: 0;
}

.datepicker table thead th {
    padding: 5px 0;
    text-align: center;
}

.datepicker table thead th span {
    margin-left: 10px;
    color: #fff!important;
}

.datepicker table thead th:first-child {
    text-align: center!important;
}


/* .datepicker table thead th {
    font-weight: normal;
    border-right: 1px solid #ffffff;
}
 */

.datepicker table thead .datepicker-switch {
    border: 1px solid #94795D;
    padding: 6px 0;
    font-size: 18px;
    background: #94795D;
    text-align: center;
    color: #FFF;
    font: normal 15px/25px;
}


/* .datepicker table thead th {
    padding: 11px 0!important;
    text-align: center!important;
    background: #476da6;
}
 */


/* .datepicker table thead th:first-child {
    border-left: none;
    border-left: 1px solid #f2f2f2;
}
 */

.datepicker table tbody td {
    width: 14.3%;
    cursor: default;
}

.datepicker table tbody td {
    height: 27px;
    opacity: 1!important;
    filter: alpha(opacity=100)!important;
}

.datepicker table tbody td span {
    color: #000;
    display: block;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    min-width: 20px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 0;
}

.datepicker table tbody td.ui-datepicker-week-end span {
    color: #000;
}

.datepicker table tbody td.has-event,
.datepicker table tbody td.has-event span {
    color: #fff!important;
}

.datepicker table tbody td.has-event.divulgacao-de-resultado,
.legenda_item .cor-01 {
    background-color: #476da6!important;
    opacity: 1;
    filter: Alpha(Opacity=50);
}

.datepicker table tbody td.has-event.webcast,
.legenda_item .cor-02 {
    background-color: #002168!important;
}

.datepicker table tbody td.has-event.mais-de-um-evento,
.legenda_item .cor-03 {
    background-color: #00adee!important;
}

.datepicker table tbody td.has-event.conferencias,
.legenda_item .cor-04 {
    background-color: #ffca07!important;
}

.datepicker table tbody td.has-event.outros-eventos,
.legenda_item .cor-05 {
    background-color: #a7a7a7!important;
}

.datepicker .datepicker-days table tbody td.empty span {
    background: none;
}

.calendar-popover li {
    margin-top: 9px;
}

.calendar-popover li:first-child {
    margin-top: 0;
}

.download-calendar {
    border: 1px solid;
    border-radius: 5px;
    padding: 5px;
    transition: 0.3s
}

.download-calendar:hover {
    background-color: #C4151c;
    color: white !important;
    text-decoration: none;
}

.ui-tooltip,
.arrow:after {
    background: #fff;
    border: 1px solid #e6e6e6;
}

.ui-tooltip {
    position: absolute;
    z-index: 9999;
    max-width: 300px;
    color: #2A2222;
    box-shadow: 0 0 7px #a8a8a8;
    padding: 0;
}

.ui-tooltip h5 {
    color: #476da6;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px;
    font-size: 13px;
    background: #f9f9f9;
    margin: 0;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

.arrow.top {
    top: -16px;
    bottom: auto;
}

.arrow.left {
    left: 20%;
}

.arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px black;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow.top:after {
    bottom: -20px;
    top: auto;
}

.ui-tooltip ul {
    padding: 0;
    margin-bottom: 0;
}

.ui-tooltip ul li {
    list-style: none;
    padding: 8px 10px;
    border-top: 1px solid #e6e6e6;
    font-size: 13px;
}

.ui-helper-hidden-accessible {
    display: none
}

.lista_eventos {
    color: #FF0000;
    width: 100%;
    border-top: 1px dashed #D0D0D0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lista_eventos a,
.lista_eventos a:hover {
    text-decoration: none;
    color: #FF0000;
}

.CAL_Proximo_Evento {
    width: 100%;
}

.CAL_Proximo_Evento_Esquerda_Topo {
    background-image: url("/images/bg_left.gif");
    background-repeat: repeat-y;
    background-position: left;
}

.CAL_Proximo_Evento_Direita_Topo {
    background-image: url("/images/bg_right.gif");
    background-repeat: repeat-y;
    background-position: right;
}

.CAL_Proximo_Evento_Rodape {
    background-image: url("/images/bg_bot.gif");
}

.CAL_Eventos,
.CAL_proximo_evento_div {
    display: table;
}

.CAL_Proximo_Evento a,
.CAL_Eventos a {
    font-family: Arial, Tahoma, Arial;
    color: #2A2222;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    background: #94795D;
    display: block;
    width: 32px;
    height: 32px;
}


/*.CAL_Proximo_Evento a:hover, .CAL_Eventos a:hover {
     color: #2A2222;
     font-size: 10px;
     text-decoration: none;
}
*/

.CAL_Eventos .line {
    width: 100%;
    background-image: url("/images/linha_dupla.gif");
    background-repeat: repeat-x;
    margin-top: 10px;
    margin-left: -15px;
    margin-right: 15px;
    font-size: 1px;
    height: 20px;
}

.CAL_titulo {
    font-size: 14px;
    font-weight: bold;
    color: #003366;
}

#proximo_evento_link {
    font-size: 11px;
    text-decoration: none;
}

#proximo_evento_link:hover {
    font-size: 11px;
    text-decoration: none;
}

#proximo_evento_link:visited {
    font-size: 11px;
    text-decoration: none;
}

.box_evento {
    padding-left: 15px;
}

.legenda_eventos {
    display: none;
    border: 1px solid #e1e1e1;
    width: 180px;
    white-space: nowrap;
    padding: 5px;
    display: none;
    position: absolute;
    background: #FFFFFF;
}

.legenda_eventos table td {
    white-space: nowrap;
}

.rodape_calendario {
    text-align: left;
}

.btn_legenda {
    text-align: left;
}

.btn_legenda .label {
    font-family: Arial, Tahoma, Arial;
    color: #0054A6;
    font-size: 10px;
    text-decoration: none;
}

#legenda_eventos {
    width: 100%;
    margin: 5px auto;
}

.legenda_texto {
    font: normal 20px/26px;
}

.legenda_item {
    margin: 5px 15px 5px 0;
    /* float: left; */
    position: relative;
    display: inline-block;
}

.legenda_item .label {
    color: rgb(78, 54, 41);
    font: normal 15px/17px;
    padding: 5px 0 5px 22px;
    font-size: 16px;
}

.legenda_item .cor {
    float: left;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 10px;
}

.legenda_fecha {
    text-align: right;
    cursor: pointer;
    font-weight: bold;
}

.conteudo-agenda-interna #main {
    padding: 0 !important;
}

#WzTtDiV {
    z-index: 999999999 !important;
}

.fn-calendar-load-past-events {
    margin-top: 20px;
}

.todo-conteudo-evento {
    display: table-row;
    vertical-align: middle;
    height: 45px;
}

.todo-conteudo-evento .CAL_data,
.todo-conteudo-evento .imagem-calendario,
.todo-conteudo-evento .nome-evento-agenda {
    color: #000;
    padding: 0px 5px;
    font: normal 17px/19px;
    display: table-cell;
    vertical-align: middle;
    min-height: 50px;
}

.todo-conteudo-evento .nome-evento-agenda {
    padding-left: 15px;
}

.CAL_data {
    margin-right: 10px;
    min-width: 150px;
}


/*.hora_evento {
     margin-left: 10px;
}
 */

.CAL_local {
    font-size: 14px;
    line-height: 16px;
}

#proximo_evento_data,
#hora_proximo_evento,
#proximo_evento_link,
#proximo_evento_local {
    color: #000;
}

#proximo_evento_titulo,
.CAL_TITULO_DO_EVENTO {
    font-size: 14px;
    font-weight: bold;
}

.interna #content h2#prox_eventos,
.interna #content h2.eventos_passados {
    margin: 20px 0;
}

.seta_topo a {
    padding: 0 0 0 7px;
    font-size: 11px;
    color: #747474 !important;
    text-decoration: none !important;
}

.seta_topo {
    background: url("/images/top.png") no-repeat 604px center;
    margin: 24px 0 6px 0;
    text-align: right;
}

.box_calendario_evento_corporativo {
    padding: 2px;
    text-align: center;
    margin: 0 auto;
}

.box_calendario_evento_corporativo img {
    float: left;
    margin: 0;
}

.box_calendario_evento_corporativo a {
    text-decoration: none;
    line-height: 25px;
}

.box_calendario_evento_corporativo .glyphicon-calendar:before {
    display: none;
}

.box_calendario_evento_corporativo .glyphicon-calendar {
    background: url('/images/glyphicons_045_calendar.png') no-repeat;
    background-color: #94795D;
    float: left;
    height: 24px;
    width: 23px;
    position: relative;
    left: 95px;
}

.bloco-calendar {
    width: 620px;
    margin: 0 auto;
}

.iframe-calendario {
    width: 90%;
    margin: 0 auto;
}

.bg-top-favoritos {
    top: 4px;
}

.attachments {
    margin-left: 9px;
    margin-top: 5px;
}

#content .attachments a {
    font-size: 11px;
    line-height: 22px;
    color: #4D8E4A;
}

.attachments img {
    float: left;
    margin-right: 4px;
}

.datepicker .datepicker-header .prev,
.datepicker .datepicker-header .next {
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    #div_calendar .ui-datepicker-group {
        width: 50%;
    }
    #div_calendar .ui-datepicker-group-last {
        display: none;
    }
}

@media (max-width: 680px) {
    #div_calendar .ui-datepicker-group {
        width: 100%;
    }
    #div_calendar .ui-datepicker-group-middle {
        display: none;
    }
}

@media (max-width: 540px) {
    .datepicker .ui-datepicker-inline {
        padding: 0;
    }
    .datepicker .nav-event {
        z-index: 9;
        /* top: 19px;
         */
        width: 45px;
    }
    .datepicker .nav-event.prev {
        left: 0;
    }
    .datepicker .nav-event.next {
        right: 0;
    }
    .datepicker .nav-event:hover {
        background-position: center 0;
    }
    #legenda_eventos {
        padding: 0 2px;
    }
}

#loading {
    width: 100%;
}

#loading div {
    margin: 25px auto;
    border: 5px solid #666;
    border-top: 5px solid black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

form#lAnoLink {
    max-width: 130px;
}

#data .data_header {
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 7px 15px;
    background: #c4151c;
    color: #fff !important;
    font-size: 16px!important;
    float: left;
    width: 100%;
    font-weight: 900;
    border-radius: 10px;
}

#data span {
    margin-right: 10px;
    font-size: .9rem;
    color: #666;
}

#data a {
    color: #666;
    font-size: 1.1rem;
}

input[type="submit"].enviar,
input[type="submit"].submit {
    background: #43494e;
    color: white;
    font-weight: bold;
}

input[type="submit"].enviar:hover,
input[type="submit"].submit:hover {
    background: white;
    color: #43494e;
}

input[type="reset"].reset {
    background: rgba(67, 73, 78, 0.30);
    color: white;
    border: 1px solid transparent;
}

input[type="reset"].reset:hover {
    background: rgba(67, 73, 78, 1);
}

.logo a {
    display: contents;
}

.logo a:hover {
    text-decoration: none;
}

@media (max-width: 425px) {
    .logo {
        text-align: center;
    }
    .logo img {
        display: block;
        margin: 0 auto;
    }
    .texto-right-logo {
        margin: 10px 0 !important;
    }
    header #cotacao {
        justify-content: center;
    }
}

.link-idioma a {
    color: black;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 992px) {
    header .link-idioma {
        justify-content: center;
        padding-left: 45px;
    }
    .link-idioma a {
        font-size: 12px;
    }
    header .fa-search:before {
        margin-left: 10px;
    }
    header #cotacao .cotacao-borda span {
        display: initial;
    }
    header #cotacao .cotacao-borda:before {
        top: 0;
        right: 2px;
    }
}

.link-idioma a.active {
    color: #C4151c;
    font-weight: bold;
}

.link-idioma ul {
    list-style: none;
    padding-left: 5px;
}

.list-group .list-group-item {
    border-left-width: 0;
    border-right-width: 0;
}

.list-group .list-group-item span {
    font-size: 16px!important;
    color: #666!important;
}

.list-group .list-group-item img {
    padding: 0 15px;
}

.list-group .list-group-item a {
    font-size: 17.5px!important;
    color: #666!important;
}

#lang-en:after {
    content: ' | ';
    color: rgb(102, 102, 102);
}

.quotes .stickers li div.variation.down:before,
.quotes .stickers li div.variation.up:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
    font-size: 2rem
}

.quotes .stickers {
    list-style: none;
    padding-left: 0
}

.quotes .stickers li div.ticker,
.quotes .stickers li.history-chart-buttons,
.quotes .stickers li.ticker-BBAS3,
.quotes .stickers li.ticker-IBOV {
    display: none
}

.quotes .stickers li div.variation.up:before {
    content: "\f0de";
    color: green
}

.quotes .stickers li div.variation.down:before {
    content: "\f0dd";
    color: red
}

.quotes .stickers li .price {
    font-size: 2.5rem;
    font-weight: 700;
    margin-right: 20px
}

.quotes p {
    color: #fff
}

.quotes p.delay {
    font-size: 14px;
    font-style: italic
}

.table thead th {
    color: #fff;
    /* border-radius: 5px; */
}

.table thead th:first-child {
    border-radius: 10px 0px 0px 10px;
}

.table thead th:last-child {
    border-radius: 0 10px 10px 0;
}

.table a {
    color: rgb(102, 102, 102);
    text-decoration: underline;
}

@media (max-width: 992px) {
    .table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}

.destaque tbody td:last-child {
    background: #D3D3D3;
    font-weight: bold;
}

#charts .loading-content {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    background: #fff;
    z-index: 1;
}

.inativo {
    display: none;
}

section #timeline {
    padding: 30px;
}

.timeline-data {
    color: white;
    position: absolute;
    bottom: 10px;
}

.bl-txt h3 {
    color: #c4151c;
}

.table-align {
    display: flex;
    justify-content: flex-end;
}

p.infos {
    text-align: right;
    color: #fff;
    padding: 10px 0px;
}

.table-dados thead th {
    text-align: inherit;
    background: #000;
    color: #fff;
}

.table-dados tr td {
    padding: 7px;
    color: #fff;
    background: #000;
}

.text-to-right {
    text-align: right!important;
    background: linear-gradient(to bottom, #6C0E13 0%, #cc2828 100%);
    background-origin: border-box;
    border-spacing: 1px;
    border: 1px solid transparent;
    border-collapse: separate;
    opacity: .7;
}

table {
    width: 100%;
    border-spacing: 0;
    margin: 15px 0;
}

table thead tr td {
    padding: 15px;
    border-bottom: 1px solid #4e4e4d;
    color: #4e4e4d;
    background: #fff;
}

table tbody tr th {
    padding: 15px;
    border-bottom: 1px solid #4e4e4d;
    border-top: 1px solid #4e4e4d;
}

.conteudo table th,
.conteudo table tabelatt {
    background: #9e2603;
    color: #fff;
    padding: 8px 0;
    font-size: 13px
}

table tr td,
table tr .tabelatx {
    padding: 10px 15px;
    border-bottom: 0;
    background: #fff;
}

table tr td:not(:first-child),
table tr .tabelatx:not(:first-child) {
    border-left: 0;
}

table tr td.data,
table tr td.icone,
table tr .tabelatx.data,
table tr .tabelatx.icone {
    text-align: center;
    width: 130px;
}

table tr td.data.icone,
table tr td.icone.icone,
table tr .tabelatx.data.icone,
table tr .tabelatx.icone.icone {
    width: 60px;
}

table tr td.data.off,
table tr td.icone.off,
table tr .tabelatx.data.off,
table tr .tabelatx.icone.off {
    opacity: 0.4;
}

table tr td .cur,
table tr .tabelatx .cur {
    position: relative;
    cursor: pointer;
    text-decoration: underline;
    color: #C4151C;
    font-weight: 600;
}

table tr td .cur,
table tr .tabelatx .cur:hover {
    color: #C4151C;
}

table tr td .cur span,
table tr .tabelatx .cur span {
    position: absolute;
    left: 0;
    top: -4px;
    width: 25px;
    height: 25px;
    text-align: center;
    background: #f1f1f1;
    color: #000;
}

table tr td .cur span:before,
table tr .tabelatx .cur span:before {
    content: "+";
    font-size: 20px;
    position: relative;
    top: 0;
    font-weight: bold;
}

table tr td .cur.active span:before,
table tr .tabelatx .cur.active span:before {
    content: "-";
    top: 0;
}

table tr.curriculo {
    display: none;
}

table tr.curriculo.ativo {
    display: block;
}

table tr.curriculo td {
    background: #fdfdfd;
}

table tr.curriculo td p {
    padding: 0;
    margin: 0;
}

.overflow {
    float: left;
    width: 100%;
    overflow: auto;
    position: relative;
}

.arconix-faq-term-title,
.arconix-faq-term-description {
    display: none;
}

.arconix-faq-wrap {
    padding: 0;
    border: 0;
    margin: 0;
}

.arconix-faq-wrap+br {
    display: none;
}

.arconix-faq-wrap .arconix-faq-title {
    display: block;
    border-radius: 5px;
    position: relative;
    background: none;
    padding: 15px 40px 15px 15px;
    background-color: #fff;
    border-color: #ddd;
    border: none;
    border-bottom: 1px #c7c7c7 solid;
    background-color: #C4151C;
    font-size: 16px;
    color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.arconix-faq-wrap .arconix-faq-title:hover,
.arconix-faq-wrap .arconix-faq-title.faq-open {
    background-color: #C4151C;
    color: #fff;
    text-decoration: none;
}

.arconix-faq-wrap .arconix-faq-title:hover:before,
.arconix-faq-wrap .arconix-faq-title.faq-open:before {
    color: #fff;
}

.arconix-faq-wrap .arconix-faq-title.faq-open:before {
    position: absolute;
    right: 30px;
    content: '+';
    color: #fff;
    ;
}

.arconix-faq-wrap .arconix-faq-title:before {
    position: absolute;
    right: 30px;
    content: '+';
    color: #fff;
}

.arconix-faq-wrap .arconix-faq-content {
    padding: 5px 15px 15px 15px;
    margin-left: 0;
    float: left;
    width: 100%;
    background-color: #fdfdfd;
    border: 1px solid transparent;
    border-bottom: 1px #c7c7c7 solid;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.search-results .breadcrumb {
    display: none;
}

.arconix-faq-wrap {
    background: transparent !important;
    border: none !important;
}


/* pagina de ratings */

#post-1409 tr {
    border-bottom: 1px solid #d5d5d5;
}

#tableChart .tbPrices .tbPrices__title,
.btn-change-chart-period.active,
.btn-change-chart-type.active {
    background-color: #c4151c!important;
}

.interna main a,
.contact-page a {
    color: #666;
    text-decoration: underline;
}

#search {
    float: right;
}

#search.ativo .close-busca {
    display: block;
}

#search.ativo:before {
    content: "";
    background: #000;
    opacity: 0.99;
    filter: alpha(opacity=85);
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: 0.35s;
    -moz-transition: 0.35s;
    -ms-transition: 0.35s;
    -o-transition: 0.35s;
    transition: 0.35s;
    z-index: 15;
}

#search .close-busca {
    display: none;
    cursor: pointer;
    position: fixed;
    right: 15px;
    width: 50px;
    height: 50px;
    top: 15px;
    background: url(img/close-icon.png) no-repeat center;
    z-index: 15;
}

#search form {
    display: none;
    position: fixed;
    width: 100%;
    max-width: 768px;
    height: 68px;
    left: 50%;
    top: 50%;
    margin: -50px 0 0 -384px;
    z-index: 15;
}

#search form fieldset {
    border: 0;
}

#search form input {
    background-color: transparent;
    color: #fff;
    font-size: 30px;
    padding: 0;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-right: 110px;
    width: 100%;
    font-weight: 100;
    border: 0;
    line-height: 66px;
    text-transform: uppercase;
    border-bottom: 2px solid #fff;
}

#search form input:focus {
    outline: none;
}

#search form input::-webkit-input-placeholder {
    color: #fff;
}

#search form input::-moz-input-placeholder {
    color: #fff;
}

#search form input::-ms-input-placeholder {
    color: #fff;
}

#search form input::-o-input-placeholder {
    color: #fff;
}

#search form input::input-placeholder {
    color: #fff;
}

#search form button {
    border: 0;
    cursor: pointer;
    padding: 0;
    position: absolute;
    background-image: url(img/search-icon-white.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: center;
    right: 0;
    top: 0;
    height: 100%;
    width: 55px;
}

#popup-mobile {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(34, 34, 34, 0.4);
  }
  @media (max-width: 767px) {
    #popup-mobile {
      display: block;
    }
  }
  #popup-mobile .last-updated {
    display: none;
  }
  #popup-mobile .header {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    top: 0 !important;
  }
  #popup-mobile .box-msg {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 390px;
    z-index: 9999;
    padding: 20px;
    color: #fff;
    border-radius: 15px;
    background-color: rgba(58, 58, 58, 0.95);
    box-shadow: 10px 15px 35px rgba(0, 0, 0, 0.7);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #popup-mobile .box-msg::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  @media (max-width: 767px) {
    #popup-mobile .box-msg {
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
    }
  }
  #popup-mobile .box-msg .close {
    position: absolute;
    right: 17px;
    top: 22px;
    width: 25px;
    height: 30px;
    padding: 0 5px;
    color: #fff;
    font-size: 32px;
    font-family: arial, sans-serif;
    text-align: center;
    overflow: hidden;
    line-height: 1em;
    font-style: normal;
    cursor: pointer;
    z-index: 9;
}
  #popup-mobile .box-msg .close:hover {
    opacity: 0.8;
  }
  #popup-mobile .box-msg .close::before {
    content: "\0078";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  #popup-mobile .box-msg #main-popup {
    padding-top: 0px !important;
  }
  #popup-mobile .box-msg h2 {
    color: white;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.2em;
    letter-spacing: 0 !important;
    margin: 5px 0 20px;
    color: #333;
    font-family: "preonBold";
  }
  #popup-mobile .box-msg h3 {
    color: #c4151c;
    position: relative;
    font-family: 700;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0 !important;
    margin: 5px 0 15px;
  }
  #popup-mobile .box-msg h4 {
    margin: 15px 0;
  }
  #popup-mobile .box-msg p {
    color: #fff;
    font-size: 14px;
    line-height: 1.4em;
    margin: 10px 0;
  }
  #popup-mobile .box-msg table {
    width: 100%;
    margin: 0;
    border-width: 0 !important;
  }
  #popup-mobile .box-msg table td {
    padding: 10px 3px 5px !important;
    vertical-align: top;
    position: relative;
    border-color: transparent !important;
    background-color: transparent !important;
    font-size: 13px;
    line-height: 1.7em;
  }

#popup-mobile .box-msg table td:nth-of-type(1)::after {
    position: absolute;
    content: "";
    width: 1px;
    background-color: #c4151c;
    height: 130px;
    top: 50%;
    right: 0;
    margin-top: -48px;
}

  #popup-mobile .box-msg table td h3 {
    color: #c4151c;
    font-size: 15px;
    text-transform: uppercase;
    line-break: 1.1em;
    margin-bottom: 0px;
  }

  #popup-mobile .box-msg table td h3::before {
    display: none;
  }
  #popup-mobile .box-msg table td p {
    font-size: 13px;
    line-height: 1.7em;
    padding: 5px 0;
    font-weight: 400;
  }
  #popup-mobile .box-msg table td h4 {
    color: white;
    font-size: 14px;
    margin: 15px 0 5px;
    padding: 5px 15px;
    text-align: center;
    background-color: white;
    border-radius: 4px;
    color: #fff;
    width: 200px;
  }
  #popup-mobile .box-msg table td a {
    color: #c4151c;
    font-weight: 700;
  }

@media (max-width: 979px) {
    #search form {
        width: 100%;
        max-width: 100%;
        left: 0;
        margin-left: 0;
    }
    #search form input {
        font-size: 32px;
        padding-left: 15px;
    }
}

.search #data {
    width: 100%;
}

.table th {
    font-size: 16px;
    border-top-width: 0!important;
    border-bottom-width: 0!important;
}

.table tr:nth-of-type(1) td {
    border-top-width: 0!important;
}

a.download-calendar {
    border-width: 0;
    color: #C4151c!important;
    background-color: transparent!important;
    text-decoration: none!important;
    font-weight: 500;
}

a.download-calendar:hover {
    color: #C4151c!important;
    text-decoration: underline!important;
}

.conteudo_interno table th {
    background: #c4151c;
    padding: 6px 15px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}


/* POPUP HOME */

#popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: rgba(34, 34, 34, 0.5);
}

@media (max-width: 992px) {
    #popup {
        display: none;
    }
}

#popup .box-msg {
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 490px;
    z-index: 9999;
    padding: 20px;
    color: #fff;
    border-radius: 15px;
    background-color: rgba(58, 58, 58, 0.95);
    box-shadow: 10px 15px 35px rgba(0, 0, 0, 0.7);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

@media (max-width: 992px) {
    #popup .box-msg {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 767px;
        width: 100%;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

#popup .box-msg .close {
    position: absolute;
    right: 17px;
    top: 22px;
    width: 25px;
    height: 30px;
    padding: 0 5px;
    color: #fff;
    font-size: 32px;
    font-family: arial, sans-serif;
    text-align: center;
    overflow: hidden;
    line-height: 1em;
    font-style: normal;
    cursor: pointer;
    z-index: 9;
}

#popup .box-msg .close:hover {
    opacity: 0.8;
}

#popup .box-msg h2 {
    color: #c4151c;
    font-family: 700;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 1.2em;
    letter-spacing: 0 !important;
    margin: 5px 0 20px;
}

#popup .box-msg h3 {
    color: #c4151c;
    position: relative;
    font-family: 700;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0 !important;
    margin: 5px 0 15px;
}

#popup .box-msg p {
    color: #fff;
    font-size: 14px;
    line-height: 1.4em;
    margin: 10px 0;
}

#popup .box-msg table {
    width: 100%;
    border-width: 0 !important;
}

#popup .box-msg table td {
    padding: 10px 20px 5px !important;
    vertical-align: top;
    position: relative;
    border-color: transparent !important;
    background-color: transparent !important;
    font-size: 13px;
    line-height: 1.7em;
}

#popup .box-msg table td:nth-of-type(1)::after {
    position: absolute;
    content: "";
    width: 1px;
    background-color: #c4151c;
    height: 130px;
    top: 50%;
    right: 0;
    margin-top: -48px;
}

#popup .box-msg table td h3 {
    color: #c4151c;
    font-size: 15px;
    text-transform: uppercase;
    line-break: 1.1em;
    margin-bottom: 0px;
}

#popup .box-msg table td h3::before {
    display: none;
}

#popup .box-msg table td p {
    font-size: 13px;
    line-height: 1.7em;
    padding: 5px 0;
    font-weight: 400;
}

#popup .box-msg table td h4 {
    color: #c4151c;
    font-size: 14px;
    margin: 15px 0 5px;
    padding: 5px 15px;
    text-align: center;
    font-family: 400;
    background-color: #c4151c;
    border-radius: 4px;
    color: #fff;
    width: 200px;
}

#popup .box-msg table td a {
    color: #c4151c;
    font-weight: 700;
}

.ico-search {
    cursor: pointer;
}

@media (max-width: 992px) and (min-width: 1170px) {
    body.home {
        width: 135%!important;
    }
}

@media (max-width: 768px) {
    .page-id-15 p {
        width: 100% !important;
    }
}

@media (max-width: 767px) {
    .mobile-idioma {
        display: block;
        width: 100%;
    }
    .desktop-idioma {
        display: none!important;
    }
}


@media (min-width: 768px) {
    .mobile-idioma {
        display: none;
    }
    .desktop-idioma {
        display: block;
    }
}