@charset "utf-8";
/* CSS Document */

/*HTML5*/
article,
aside,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

li {
    list-style: none;
}

.text-right {
    text-align: right !important;
}

.float-right {
    float: right !important;
}

.c-relative {
    position: relative;
}

.container-full {
    margin: 0 auto;
    width: 100%;
}

/* Termino do Reset */
.clear {
    clear: both
}

a:visited {
    color: gray;
}

a {
    text-decoration: none;
    color: gray;
}

a:hover {
    color: #f17920;
    text-decoration: none;
}

::-moz-selection {
    /* Code for Firefox */
    background: #ffb791;
}

::selection {
    background: #ffb791;
}

.bold {
    font-family: 'HelveticaBlkCond';
}

.filtragem input,
.filtragem select {
    width: 16% !important;
    margin: 0 4px !important;
}

.filtragem select {
    padding: 2px;
}

.filtragem input[type="submit"] {
    padding: 3px 0;
}

h3 {
    font-size: 28px;
    color: #333333;
}

body {
    font-family: 'HelveticaCond', sans-serif;
}

#geral {
    position: relative;
}

.owl-carousel {
    margin-top: 40px;
}

.center {
    width: 1080px;
    margin: 0 auto;
    position: relative;
}

.item {
    padding: 30px 0;
}

.vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
}

.vimeo-wrapper video {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a.logointer svg,
a.logo svg {
    width: 270px;
}

.preload {
    background-image: url('/img/preload.jpg');
    background-size: cover;
    z-index: -2;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.btn,
.btn-primary,
.btn:visited,
.btn-primary:visited {
    background-color: #f17920;
    color: #FFF;
    outline: none;
    box-shadow: none;
    border-color: #f17920;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.show>.btn-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle,
.btn:hover,
.btn-primary:hover,
.btn:focus,
.btn-primary:focus,
.btn:active,
.btn-primary:active {
    background-color: #ff8e3a;
    color: #FFF;
    outline: none;
    border-color: #f17920;
    box-shadow: none;
}

.cmp-modal::-webkit-scrollbar {
    display: none;
}

.cmp-tabs__content::-webkit-scrollbar {
    display: none;
}

.topo {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.top2 {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.tt {
    position: relative;
    margin-top: 10em;
}

.titulosection h3 {
    background-color: #f17920;
    color: #FFF;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    font-size: 2.2em;
    font-family: 'HelveticaBlkCond';

}

.titulosection h4 {
    font-family: 'HelveticaBoldCond';
    font-size: 1.5em;
    color: #f17920;
    text-align: center;
    text-transform: uppercase;
    display: table;
    margin: 0 auto;
    background-color: #FFF;
    padding: 8px;
    font-weight: bold;
}

.branco2 .titulosection h3 {
    background-color: transparent;
    border: 3px solid #f17920;
}

.operacaotitulo h5 {
    font-family: 'HelveticaLightCond';
    color: #FFF;
    font-size: 1.5em;
    text-transform: uppercase;
    float: left;
}

.operacaotitulo h5 b {
    font-family: 'HelveticaBlkCond';
}

.operacaotexto {
    clear: both;
    font-family: 'HelveticaCond';
    margin-top: 35px;
}

.desc {
    padding: 15px 0;
}

.idioma li {
    list-style: none;
    display: inline;
    margin: 0px;
    padding: 0px 10px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.idioma img {
    color: #FFF;
    height: 35px;
    width: 35px;
    background-color: #c1c1c1;
    padding: 3px;
    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
    vertical-align: middle;
}

.idioma a {
    text-decoration: none;
}

.idioma a:hover img {
    background-color: #FFF;
}

.idioma .divisor {
    border-left: 2px solid #c1c1c1;
    vertical-align: middle;
    padding: 0px 2px;
}

html[lang=en] .flag-en img {
    background-color: rgba(255, 255, 255, 1);
}

html[lang=pt] .flag-pt img {
    background-color: rgba(255, 255, 255, 1);
}

.flag-pt {}

.flag-en {}

.branco {
    background-color: #f8f8f8;
    padding-top: 85px;
    padding-bottom: 35px;
    position: relative;
}

.branco2 {
    height: 100vh;
    position: relative;
    padding-top: 65px;
}

.branco2.parallax-window {
    background-image: url('/img/home1.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.branco3 {
    background-color: #f2f2f2;
    padding-top: 65px;
    min-height: 100vh;
    padding-bottom: 65px;
}

.branco4 {
    background-color: #FFF;
    padding-top: 65px;
}

.operacaopanel {
    color: #FFF;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 25px;
}

.operacaoicone {
    background-color: #f17920;
    text-align: center;
    padding: 15px;
    width: 85%;
}

.progress {
    border-radius: 0px;
    height: 6px;
    margin-top: 35px;

    background-color: #d5d5d5;
}

.programacaopanel {
    background-color: #FFF;
    min-height: 50vh;
    -webkit-box-shadow: 0px 15px 24px 5px rgba(107, 107, 107, 0.25);
    -moz-box-shadow: 0px 15px 24px 5px rgba(107, 107, 107, 0.25);
    box-shadow: 0px 15px 24px 5px rgba(107, 107, 107, 0.25);
}

.programacaoheader {
    border-bottom: 5px solid #f17920;
    padding: 15px 30px;
}

.programacaoheader .titulo {
    text-transform: uppercase;
    font-family: 'HelveticaBoldCond';
}

.programacaoheader .icone {
    height: 25px;
}

.programacaoheader .icone img {
    height: 25px;
    width: auto !important;
}

.programacaoheader .icone i {
    color: #f17920;
    font-size: 25px;
}

.programacaostatus {
    text-align: center;
    padding: 20px 0;
}

.programacaostatus h6 {
    font-family: 'HelveticaBoldCond';
}

.table th {
    text-align: center;
    font-family: 'HelveticaBold';
}

.table td {
    border: 0px;
    text-align: center;
    font-family: 'HelveticaCond';
}

.tabledata,
.tablehora {
    color: #000000;
}

.tablecod {
    color: #f17920;
    text-transform: uppercase;
    font-family: 'HelveticaBold' !important;
    font-size: 13px;
    padding: 4px !important;
    vertical-align: middle !important;
    text-align: left !important;

}

.tableicone i {
    color: #000;
    line-height: 22px;
    font-size: 16px;
}

.cancelado .icone,
.concluido .icone,
.programado .icone {
    content: url('/img/ship.png');
}

.atracado .icone,
.operando .icone {
    content: url('/img/shipf.png');
}


.programado .icone {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.cancelado .progress-bar,
.progress-bar-cancelado {
    background-color: #975858;
    width: 100%;
}

.operando .progress-bar,
.progress-bar-operando {
    background-color: #f17920;
    width: 100%;
}

.programado .progress-bar,
.progress-bar-programado {
    background-color: #bebebe;
    width: 100%;
}

.concluido .progress-bar,
.atracado .progress-bar,
.progress-bar-atracado,
.progress-bar-concluido {
    background-color: #6e9758;
    width: 100%;
}

.selecionado td {
    background-color: #e4e4e4;
    color: #000;
}

.selecionado .tablehora {
    background-color: #ededed;
    color: #000;
}

.vermelho {
    background-color: #975858;
    width: 100%;
}

.verde {
    background-color: #6e9758;
}


.pad {
    padding: 0 60px;
    width: 100%;
    position: relative;
}

.endtel .endtel-title {
    font-family: 'HelveticaBoldCond';
    align-content: center;
}

.endtel .endtel-text {
    text-transform: uppercase;
}

.escuro {
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.escurofade {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+96&0.65+0,0+44 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0) 96%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0) 96%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0) 96%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.footer2 img,
.footer2 svg {
    display: block;
    margin: 0 auto;
}

.footer2 {
    margin: 20px 0 0 0;
}

.mapa {
    height: 50vh;
}

.mapa img {
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

.mapa svg {
    max-height: 100%;
    display: block;
    margin: 0 auto;
}

footer {
    background-image: url('/img/rodape.jpg');
    position: relative;
    padding: 35px 0 0 0;
    font-family: 'HelveticaRoman';
    font-size: 0.85em;
    color: #FFF;
}

footer a,
footer a:visited {
    text-decoration: none;
    color: #FFF;
    font-family: 'HelveticaRoman';
    font-size: 0.85em;
}

footer a:hover,
footer a:active,
footer a:focus {
    color: #f17920;
}

footer li {
    margin: 3px 0;
}

.pixelvivo {
    text-align: right;
}

.pixelvivo img {
    width: 200px;
    height: 100px;
}

.portaltitulo {
    color: #f17920;
    font-weight: bold;
    text-transform: uppercase;
}

.portal {
    width: 60vw;

    -webkit-box-shadow: 0px 10px 8px 0px rgba(166, 166, 166, .15);
    -moz-box-shadow: 0px 10px 8px 0px rgba(166, 166, 166, .15);
    box-shadow: 0px 10px 8px 0px rgba(166, 166, 166, .15);

    display: block;
    background-color: white;
    position: absolute;
    top: -40px;
    border-radius: 25px;

    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;

    padding: 15px 25px;
}


.form-group input,
.form-group select,
.form-group textarea {
    border: 0px;
    border-bottom: 3px solid #f17920;
    border-radius: 0px;
    margin: 10px 0;
    outline: 0;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: 0;
    box-shadow: none;
}

.form-group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-family: 'HelveticaCond';
    color: #222;
}

.form-group input::-moz-placeholder {
    /* Firefox 19+ */
    font-family: 'HelveticaCond';
    color: #222;
}

.form-group input:-ms-input-placeholder {
    /* IE 10+ */
    font-family: 'HelveticaCond';
    color: #222;
}

.form-group input:-moz-placeholder {
    /* Firefox 18- */
    font-family: 'HelveticaCond';
    color: #222;
}

.filtro select {
    margin: 0;
}

.filtro input {
    margin: 0;
    width: 100%;
}

.filtro .entrar {
    padding: 0px;
}


.legendasquare {
    color: #222222;
    font-family: 'HelveticaCond';
    font-size: 13px;
    font-weight: bold;
}

.legendasquare table {
    width: 100%;
}

.legendasquare td {
    text-align: left;
    padding: 5px;
}

.legendasquare .quadrado {
    height: 16px;
    width: 16px;

    float: left;
    margin-right: 8px;
}

.legendasquare td img {
    max-height: 22px;
    width: auto;
    margin-right: 6px;
}

.grua .num {
    /*position: absolute;*/
    top: 50%;
    margin-top: -10px;
    left: 50%;
    /*margin-left: 34px;*/
    color: #ff8e3a;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'HelveticaBlkCond';
}

.grua img {
    width: 100%;
    max-width: 60px;
}

.grua {
    padding: 0px;
}

.servinter {
    margin: 75px 0;
}

p {
    text-align: justify;
}

.sistemas h4 {
    color: #222222;
    font-family: 'HelveticaCond';
    font-size: 36px;
    text-transform: uppercase;
}

.sistemas h5 {
    color: #222222;
    font-family: 'HelveticaBlkCond';
    font-size: 36px;
    text-transform: uppercase;
}

.sistemas p {
    color: #222222;
    font-family: 'HelveticaCond';
    margin: 40px 0;
}

#sistemas ul,
#instalacoes ul {
    margin-left: 20px;
}

#sistemas ul li,
#instalacoes ul li {
    list-style: circle;
    list-style-position: inside;
}

.politica h4 {
    color: #222222;
    font-family: 'HelveticaCond';
    font-size: 36px;
    text-transform: uppercase;
}

.politica h5 {
    color: #222222;
    font-family: 'HelveticaBlkCond';
    font-size: 36px;
    text-transform: uppercase;
}

.politica p {
    color: #222222;
    font-family: 'HelveticaCond';
    margin: 40px 0;
}

.listcirculos {
    color: #222222;
    font-family: 'HelveticaCond';
}

.listcirculos li {
    text-align: justify;
    background-image: url('/img/lampada.png');
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 81px;
    padding-top: 18px;
    padding-bottom: 18px;
}

.back {
    vertical-align: middle;
    border-left: 6px solid #f17920;
    position: absolute;
    padding: 0 10px;
}

.back h4 {
    color: #222222;
    font-family: 'HelveticaCond';
    font-size: 36px;
    text-transform: uppercase;
}

.back h5 {
    color: #222222;
    font-family: 'HelveticaBlkCond';
    font-size: 36px;
    text-transform: uppercase;
}

.backcirculos {
    background-image: url('/img/infocirc.svg');
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    align-items: center;
}

.legendapanel h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}

.legendapanel span {
    font-size: 12px;
    margin-left: 34px;
    display: block;
}

.legendapanel {
    border-left: 34px solid #ed662e;
    background-color: #22a295;
    color: #dedbda;
    padding: 15px 50px 15px 15px;

    min-height: 273px;
}

.legendas ol {
    /*counter-reset: item;*/
    list-style-type: none;
}

.legendas li {
    display: block;
    margin-left: -30px;
    margin-top: 10px;
}

.legendas ol:first-child {
    counter-reset: mycounter;
}

.legendas ol li:before {
    counter-increment: mycounter;
    content: counter(mycounter) "  ";

    background: #ed662e;
    color: #fffee8;
    border-radius: 15px;
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-right: 10px;
    font-weight: bold;
    font-size: 16px;

}

.quatro {
    counter-increment: mycounter+4;
}

.oito {
    counter-increment: mycounter+8;
}

.doze {
    counter-increment: mycounter+12;
}

.padlados {
    padding: 0 8vw;
}

.table-title {
    background-color: #F9F9F9;
}


.mapainter h4,
.prointer h4 {
    font-family: 'HelveticaCond';
    color: #222222;
    font-size: 35px;
    text-transform: uppercase;
}

.mapainter h5,
.prointer h5 {
    font-family: 'HelveticaBoldCond';
    color: #222222;
    font-size: 45px;
    text-transform: uppercase;
}

.mapainter p {
    font-family: 'HelveticaCond';
    color: #222222;
    font-size: 14px;
}

.titulomissao {
    color: #000022;
    text-transform: uppercase;
    padding: 20px 30px;
    border-right: 6px solid #f17920;
    font-family: 'HelveticaBlkCond';
    float: right;
    margin-right: 25px;
}

.textomissao p,
.qualidades p {
    color: #222222;
    font-family: 'HelveticaCond';
    font-size: 15px;
    padding: 5px;
    margin-bottom: 50px;
}

.titulomissao h3 {
    font-size: 32px;
}

.menuzin,
.menuzin a {
    color: #FFF;
    font-size: 16px;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.titulointer {
    font-family: 'HelveticaCond';
    color: #FFF;
    text-transform: uppercase;
    margin-top: 2em;
    font-size: 3em;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.subtitulointer {
    font-family: 'HelveticaBoldCond';
    color: #FFF;
    text-transform: uppercase;
    font-size: 3.8em;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.5);
}

.squareinter {
    background-color: #FFF;
    color: #222222;
    padding: 45px;
    text-align: justify;
    margin-top: 175px;
}

.squareinter p {
    color: #222;
    font-family: 'HelveticaCond';
    font-size: 16px;
    font-weight: normal;

}

.missao,
.interior,
.legendas,
.cinza {
    margin: 75px 0;
}

.panelservi {
    background-color: #f9f9f9;
    height: 100%;
    padding: 40px;
}

.panelservi p {
    font-family: 'HelveticaCond';
    color: #222;
    margin: 20px 0;

}

.panelservi h5,
.panelservi h6 {
    float: left;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 90px;
}

.panelservi h5 {
    font-family: 'HelveticaLightCond';
}

.panelservi h5 span {
    font-family: 'HelveticaBlkCond';
    font-weight: bold;
}

.baixar {
    text-align: center;
    margin: 50px 0;
}

.titulobaixar {
    font-size: 26px;
}

.titulobaixar span {
    font-family: 'HelveticaLightCond';
    text-transform: uppercase;
    color: #000022;

}

.titulobaixar b {
    font-family: 'HelveticaBlkCond';
    font-weight: normal;
    text-transform: uppercase;
    color: #000022;

}

.botaobaixar {
    padding: 10px 25px;
    background-color: #f17920;
    border-radius: 2px;
    color: #FFF;
    outline: none;
    border: 0px;
    text-align: center;
    display: table;
    margin: 0 auto;
    text-transform: uppercase;
    margin: 10px auto;

}

.botaobaixar i,
.botaobaixar a {
    color: #FFF;
    font-size: 22px;
}



/******  samuel     **********/
.carreira {
    margin: 75px 0;
    background: #fff;
    padding: 15px;
}

.carreira .titulo h3 {
    vertical-align: middle;
    height: 60px;
    font-weight: bold;
}

.carreira .titulo h3 img {
    height: 100%;
}

.carreira .texto {
    padding: 20px 7px;
    text-align: justify;
}

.curriculo {
    margin: 75px 0;
    background: #fff;
    padding: 15px;
}

.curriculo .botao {
    background: #f17920;
    padding: 32px;
    text-align: right;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    display: block;
}

.curriculo .botao i {
    vertical-align: middle;
}

.curriculo .botao .rotulo {
    display: inline-block;
    margin-left: 9px;
}

/******  samuel     **********/

.cinza {
    margin-bottom: 0px;
    padding: 40px 0;
}

.cinza h4 {
    color: #222222;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 15px;
    font-family: 'HelveticaCond';

}

.cinza p {
    font-family: 'HelveticaCond';
    font-size: 16px;
}

.galeriainter {
    background-color: #FFF;
    padding: 20px;
}

.galeriainter img {
    width: 100%;
}

.mapainter {
    background-image: url('/img/mapazoom.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    min-height: 60vh;
    margin: 75px 0;
}

.mapainter .maps {
    height: 520px;
    width: 100%;
    display: block;
}

.interna {
    background-color: white;
    background-image: url('/img/int.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 100vh;
}

.interna .idioma,
.interna .idioma a {
    color: #f17920;
    font-weight: bold;
}

.cinza {
    background-color: #f8f8f8;
}

.plantabaixa {
    background-image: url('/img/plantabaixa.svg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 100vh;
    padding: 0;
    margin: 0;


}

.menu_tablist i {
    font-size: 26px;
    color: #f17920;
}



.bgverde {
    background-color: #6e9758;
}

.bgcinza {
    background-color: #bebebe;
}

.bglaranja {
    background-color: #f17921;
}

.bgred {
    background-color: #c43737;
}

.progvslrow {
    position: relative;
    justify-content: center;
    width: 100%;
    margin: 0px;
}

.progvslarrowleft {
    position: absolute;
    cursor: pointer;
    top: 55%;
    z-index: 9;
    left: 0px;
}

.progvslcontent {
    width: 90%;
}

.progvslarrowright {
    position: absolute;
    top: 55%;
    cursor: pointer;
    text-align-last: end;
    z-index: 9;
    right: 0;
    width: 25%;
}

.programacaotable {
    background-color: #f9f9f9;
    margin-bottom: 60px;
    min-height: 500px;
    position: relative;
}

.programacaotable table {
    border: none;
    border-collapse: collapse;
    width: 100%;
}

.programacaotable table tr {
    height: 160px;
}

.programacaotable table tr:first-child {
    height: auto;
}

.programacaotable table td {
    border: 8px solid #3d71ab;
    background-color: #517fb4;
    padding: 10px;
    position: relative;
    /*outline: 1px solid #4b7bb1;*/
}

.programacaotable .vazio {
    background-color: #3d71ab;
}

.programacaotable .header th {
    background-color: #f9f9f9;
    color: #222222;
    padding: 10px;
    text-align: center;
}

.programacaotable .header th:first-child {
    background-color: #f4f4f4;
}

.programacaotable table td:first-child {
    border-left: none;
    border-bottom: none;
    border-top: none;
    background-color: #f4f4f4;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    outline: none;
}

.programacaotable table td:first-child img {
    display: table-cell;
    margin: 0 auto;
}

.programacaotable table td:last-child {
    border-right: none;
}

.programacaotable .progress {
    margin-top: 0px;
}

.horaprogresso {
    font-size: 12px;
}

.progresso {
    padding: 0px 5px 10px 5px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.iconeficha {
    float: left;
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: table;
}

.iconeficha img {
    height: 50px;
    width: 60px;
}

.dadosficha {
    /*float: right;*/
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    display: table;
}

.dadosficha li {
    font-size: 12px;
}

.ficha h5 {
    font-family: 'HelveticaBoldCond';
    margin: 0px 7px 5px 7px;
    font-size: 16px;
    display: table;
    float: left;
}

.ficha {
    color: #FFF;
    display: table;
    width: 100%;
}

.myficha {
    z-index: 4;
    position: absolute;
    background-color: #7db4c3;
    width: 240px;
    height: 150px;
    margin-left: 0%;
    margin-top: 0;
    border: 2px solid #3d71ab;
}

.myficha:hover {
    z-index: 100;
}

.contagem {
    height: 0px !important;
    width: 0px !important;
}

.contagem td {
    visibility: hidden;
    padding: 0px !important;
}


.owl-nav {
    position: initial;
    z-index: 5;
}

.owl-prev {
    position: absolute;
    left: -48px;
    top: 32vh;
}

.owl-next {
    position: absolute;
    right: -48px;
    top: 32vh;
}

nav .panel-collapse {
    overflow: hidden;
}

nav .panel-collapse[aria-expanded=true] {
    display: block;
}

nav .panel-collapse[aria-expanded=false] {
    display: block;
}

html[lang='pt'] .hide-en {
    display: none;
}

html[lang='en'] .hide-pt {
    display: none;
}

.titulos {
    font-size: 30px;
}

.titulos span {
    font-family: 'HelveticaLightCond';
    text-transform: uppercase;
    color: #000022;

}

.titulos b {
    font-family: 'HelveticaBlkCond';
    font-weight: normal;
    text-transform: uppercase;
    color: #000022;

}

.alert {
    background-color: #f9f9f9;
    border: solid 1px #f4f4f4;
    color: #222222;
    padding: 20px;
    margin: 10px 0px 10px 0px;
}

.alert-cx {
    padding: 20px;
    margin: 10px 0px 10px 0px;
}


body.carreira .squareinter {
    background-color: #FFF;
    color: #222222;
    padding: 40px 25px;
    text-align: right;
    margin-top: 175px;
}

body.carreira .squareinter h3 {
    text-align: left;
    font-size: 227%;
    font-weight: bold;
    color: #000;
    font-family: 'HelveticaBlkCond';
    text-align: justify;

}

body.carreira .squareinter p {
    padding: 7px;
    font-size: 100%;
    text-align: justify;
    font-weight: normal;
    margin: 5px 0;
    padding: 0;
}

.colsistemas {
    margin: 10px 0;
}

.colsistemas p {
    color: #222222;
    font-family: 'HelveticaCond';
    font-size: 15px;
    padding: 0px;
    margin: 7px 7px 7px 0;
}

.colsistemas h6 {
    font-family: 'HelveticaBlkCond';
    color: #222;
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.colsistemas h6 span {
    font-weight: normal;
    font-family: 'HelveticaCond';
    font-size: 12px;
    display: block;
}

.missao h6 {
    font-family: 'HelveticaBlkCond';
    color: #222;
    font-weight: normal;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.missao h6 span {
    font-family: 'HelveticaCond';
    color: #222;
    font-size: 16px;
    display: block;
    text-transform: none;
}

.qualidades {
    margin: 20px 0;
}

.qualidades p {
    padding: 15px 5px;
}

.iconesistemas {
    background-color: #f58634;
    text-align: center;
    color: #FFF;
    width: 100%;
    padding: 15px;
    margin: 3px 0;

}

.iconesistemas img {
    width: 100%;
    height: 35px;
}

.sistemas {
    margin: 20px 0;
}

.servititulo h5,
.servititulo h6 {
    line-height: normal;
}

td .badge {
    text-align: center;
    line-height: 1.2 !important;
    margin: auto;
    vertical-align: middle;
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #2196f3;
    border-radius: 2px;
}

.badge-group1 {
    background: #cb5901;
}

.badge-group2 {
    background: #ff9900;
}

.badge-group3 {
    background: #ffcc00;
    color: #212529;
}

.badge-group4 {
    background: #ffff00;
    color: #212529;
}

.badge-group-geral {
    background: #1eea10;
}


.tabelaprogramacao2 th {
    padding: 5px;
    color: #fff;
    background: #c8651a;
    font-size: 12px;
    vertical-align: middle;
}

.tabelaprogramacao2 td {
    color: #f17920;
    padding: 5px;
    background: #f3f3f3;
    font-size: 12px;
}

.tabelaprogramacao2 td.branco {
    color: #fff;
}

.tabelaprogramacao2 .tituloboxcenter {
    background: #f8ac33;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    width: 50px;
}

.tabelaprogramacao2 .labelboxcenter {
    text-align: center
}

.tabelaprogramacao2 a.mesleft {
    background: url(/img/seta-esq-preta-hover.png) no-repeat;
    width: 100px;
    height: 42px;
    float: left;
    line-height: 40px;
    padding-left: 48px;
    color: #000;
    opacity: 0.5
}

.tabelaprogramacao2 a.mesright {
    background: url(/img/seta-dir-preta-hover.png) no-repeat right;
    width: 100px;
    height: 42px;
    float: left;
    line-height: 40px;
    padding-right: 48px;
    color: #000;
    opacity: 0.5
}

.tabelaprogramacao2 a.mesleft:hover,
a.mesright:hover {
    opacity: 1
}

.tabelaprogramacao2 .labelcampo {
    float: left;
    margin: 12px 5px 0 5px;
}

.tabelaprogramacao2 td a.meses {
    color: #000;
}

.tabelaprogramacao2 td.concluido {
    background: #f17920;
    color: #fff;
    opacity: 0.7;
    text-align: center;
    vertical-align: middle;
    width: 90px;
}

.tabelaprogramacao2 td.programado {
    background: #333;
    color: #fff;
    opacity: 0.7;
    text-align: center;
    vertical-align: middle;
    width: 90px;
}

.tabelaprogramacao2 td.cancelado {
    background: #FF0000;
    color: #fff;
    opacity: 0.7;
    text-align: center;
    vertical-align: middle;
    width: 90px;
}

.tabelaprogramacao2 td.atracado {
    color: #fff;
    background: #339999;
    text-align: center;
    vertical-align: middle;
    width: 90px;
}

.tabelaprogramacao2 td.operando {
    color: #fff;
    background: #f17920;
    text-align: center;
    vertical-align: middle;
    width: 90px;
}

/* ==========================================================================
TERMINA TABELA
========================================================================== */

/* ==========================================================================
TABELA AGENDAMENTO EXPO VAZIOS
========================================================================== */
.tabelaprogramacao2 .agendaexpovazio th {
    padding: 5px;
    color: #fff;
    background: #c8651a;
    font-size: 12px;
    text-align: center;
}

.tabelaprogramacao2 .agendaexpovazio td {
    color: #000000;
    padding: 8px;
    background: #f3f3f3;
    font-size: 12px
}

.tabelaprogramacao2 .agendaexpovazio #nome {
    padding: 10px 10px 10px 10px;
    font-size: 14px;
    width: 35%;
    margin: 0;
    border: solid 1px #c2c2c2;
    outline: none
}

.tabelaprogramacao2 .agendaexpovazio #btenviar {
    width: 150px;
}

.tabelaprogramacao2 #msg h2 {
    font-size: 18px;
    text-align: center;
}




.vid-info {
    position: absolute;
    top: 0;
    right: 0;
    width: 33%;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    padding: 1rem;
    font-family: Avenir, Helvetica, sans-serif;
}

.vid-info h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.2;
}

.vid-info a {
    display: block;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    transition: .6s background;
    border-bottom: none;
    margin: 1rem auto;
    text-align: center;
}


#graphProgNavios {
    width: 100%;
    height: 100%;
    overflow: auto;
    display: table;
}

.dataHead {
    background-color: #f9f9f9;
    color: #222222;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

.customContainer {
    overflow: hidden;
}

.sidebyside {
    float: left;
}

#infoPopover {
    width: 55px;
    height: 45px;
}

#infoPopover:hover {
    cursor: pointer;
}

.popover {
    max-width: 290px;
    width: 290px;
    height: 200px;
    background-color: #517fb4;
    padding: 0;
    bottom: 0;
}

#comunicadoModal {
    margin: auto;
}

#comunicadoModal a {
    color: #2196f3;
}

#comunicadoModal a:hover {
    color: #e47425;
}

.modal .modal-body {
    padding: 0 26px 26px;
}

.verticalDash {
    height: 33.333333333333333333333333333333%;
    position: absolute;
    background-color: #3d71ab;
    margin-left: 0;
    margin-top: 0;
    border-right: dotted 1.5px white;
    border-bottom: solid 1.5px #517fb4;
}

.fakeVerticalDash {
    height: 33.333333333333333333333333333333%;
    position: absolute;
    background-color: #3d71ab;
    margin-left: 0;
    margin-top: 0;
    border-bottom: solid 1.5px #517fb4;
}

/* COOKIES */

.cookie-settings-box.hide {
    display: none !important;
    transition: 3s !important;
    opacity: 0 !important;
}

.cookie-settings-box {
    position: sticky !important;
    z-index: 10;
    width: 370px;
    height: 240px;
    max-height: 500px;
    margin: 5px 0px 10px 10px;
    bottom: 2rem;
    padding: 20px 20px 20px;
    border: 1px solid #fe6f01;
    overflow-y: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.20);
    background-color: #fff;
    animation: go-back 2s;
}

@keyframes go-back {
    from {
        transform: translateY(600px);
    }

    to {
        transform: translateX(0);
    }
}

.cookie-settings-title {
    font-size: 18px;
    font-weight: bold;
    padding-right: 115px;
    margin-left: 15px;
}

.cookie-settings-msg {
    font-size: 15px;
    width: 300px;
    height: 70px;
    margin-bottom: 40px;
    margin-left: 15px;
}

a.cookie-settings-pol-priv {
    color: #fe6f01;
}

.btn-css:hover, a.cookie-settings-pol-priv:hover {
    opacity: 0.7;
}

.cookie-settings-btn {
    background-color: #fe6f01;
    width: 300px;
    height: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    cursor: pointer;
    border-radius: 2px;
    margin-left: 15px;
}

.cookie-settings-btn .btn-cookies {
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
}

.m-r-7 {
    margin-right: 7px !important; 
}

.font-weight-bold {
    font-weight: 700 !important;
}

/* COMUNICADOS */

/*  COMUNICADOS: Botão + Contador */

.comunicado-floating-btn {
    position: absolute;
    display: flex;
    align-items: center;
    bottom: 45px;
    right: 30px;
    background: #f17920;
    color: white !important;
    padding: 12px 12px;
    cursor: pointer;
    font-size: 16px;
    z-index: 50;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    gap: 10px;
}

.badge-count {
    position: absolute;
    top: -11px;
    right: -7px;
    background: #ffffff;
    color: #f17920;
    padding: 2px 3px;
    width: 25px;
    height: 25px;
    text-align: center;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-envelope {
    display: flex;
    align-items: center;
}

/* COMUNICADOS: Lista */

.comunicados {
    margin: 50px;
    scroll-behavior: smooth;
}

@media (max-width: 768px) {
    .comunicados {
        margin: 0px;
    }
}

/* COMUNICADOS: Título e navegação */

.com-title-prev-next {
    display: flex;
    justify-content: center;
    align-items: center;
}

.com-title-prev-next span {
    color: #bcbcbc;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    font-size: 40px;
}

.com-title-prev-next span:hover {
    color: #747474;
}

/* COMUNICADOS: Elementos */

.comunicado-wrapper {
    width: 100%;
    max-width: 80vw;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px;
}

@media (max-width: 768px) {
  .comunicado-wrapper { max-width: 98vw; }
}

.comunicado-wrapper::-webkit-scrollbar {
    height: 0; 
    width: 0;
    display: none;
}

#comunicadoItems {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.comunicado-card {
    flex: 0 0 70%;
    box-sizing: border-box;
    padding: 24px;
    box-shadow: 0px 0px 10px 5px #6b6b6b40;
    max-width: fit-content;
}

@media (max-width: 768px) {
  .comunicado-card {
    flex: 0 0 100%;
    padding: 15px;
    margin-right: 0;
    width: 90vw;
  }
}

.comunicado-title {
    display: inline-flex;
    margin-bottom: 20px;
    border-bottom: solid 3px #f17920;
    font-weight: 600;
    font-size: 18px;
    overflow-wrap: anywhere;
}

.comunicado-content {
    max-height: 70vh;
    overflow-y: overlay;
}

.comunicado-image {
    width: 200px;
    margin-right: 20px;
    margin-bottom: 15px;
    float: left;
}

@media (max-width: 768px) {
  .comunicado-image {
    display: none;
  }
}

.comunicado-text {
    text-align: justify;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.comunicado-text img {
    max-width: 40vw;
}

@media (max-width: 768px) {
    .comunicado-text img {
        max-width: 90vw;
    }
}

/* COMUNICADOS: SimpleBar */

.simplebar-track.simplebar-horizontal {
  top: 0;
  bottom: auto;
  height: 10px;
  background: #e5e5e5;
  border-radius: 50px;
}

.simplebar-scrollbar:before {
  background: #f17920 !important;
  border-radius: 50px;
  opacity: 1 !important;
}

.comunicado-wrapper .simplebar-content {
  padding-bottom: 16px !important;
}

.comunicado-wrapper *:focus {
    outline: none !important;
    box-shadow: none !important;
}

.comunicado-wrapper * {
    -webkit-tap-highlight-color: transparent;
}