@charset "utf-8";
/* CSS Document */


* {
    padding: 0;
    margin: 0;
    font-family: "Arial";
    /*font-family: "Ubuntu Condensed", 'Arial', sans-serif;*/
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
    line-height: 22px;
}

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    height: 100%;
}

header {
    width: 100%;
    background-color: #DDDDDD;
    margin-top: 0;

}

i {
    font-family: "Arial";
    line-height: 1.2em !important;
}

#recebimento p,
#recebimento strong {
    line-height: 1.2em !important;
}

.alt p {
    line-height: 1.2em !important;
}

.brand {
    display: inline-block;
}

.brand h1 {

    /*font-weight: 700;*/
    font-family: "Arial", sans-serif;
    color: #0062b9;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
}

h3 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
}

h5 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

h6 {
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

.brand_name {
    width: 118px;
    height: 82;
    margin-left: -2px;
    float: left;
    overflow: hidden;
    padding-right: 7px;
}

header,
hgroup,
nav,
section,
footer,
article,
aside,
figure {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: top;
}

.brand_slogan {
    float: right;
    font: 12px/12px "Arial", sans-serif;
    margin-top: 43px;
    padding-left: 7px;
}

.info {
    float: right;
}

.info .fa {
    color: #028651;
    font: 14px/16px "FontAwesome";
    margin-left: 5px;
}

.info .fa a,
.info .fa span {
    font: 12px "Arial", sans-serif;
    color: #0062B9;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    text-decoration: none;
}

.info .fa h1 {
    font: 16px "Arial", sans-serif;
    font-weight: bold;
    color: #0062B9;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    text-decoration: none;
}

.info li {
    display: inline-block;
}

.info li+li {
    margin-left: 40px;
}

p,
ul {
    font-weight: 300;
    line-height: 14px;
}

ol,
ul {
    list-style: none;
}


.well {
    margin-top: 0;
    margin-bottom: 0px;
}

.container,
.container-fluid {
    width: 1170px;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 20px 0;
}



.menu {
    list-style: none;
    width: 100%;
    height: 70px;
    padding: 0px;
    list-style: none;
    text-align: left;
    position: absolute;
    background-color: #D8D8D8;
    border-bottom: solid 4px #E9ECEF;
    z-index: 1;
}

.dentro {
    width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    column-gap: 0;
}

.menu li {
    position: relative;
    float: left;
}

.menu li a {
    padding: 26px 23px;
    display: inline-block;

    /* visual do link */
    /*color: #028651;*/
    color: #32556e;
    text-decoration: none;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    font-size: 14px;

    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}


.menu li a:hover {
    padding: 26px 23px;
    color: #fff;
    /*background-color: #028651;*/
    background-color: #32556e;
}

.menu li ul {
    position: absolute;
    top: 70px;
    left: 0;
    /*background-color:#028651;*/
    background-color: #32556e;

    color: #FFF;
    display: none;
    padding: 10px;

    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
}

.menu li:hover ul,
.menu li.over ul {
    display: block;
}

.menu li ul li {
    display: block;
    width: 190px;
}

.sub li {
    position: relative;
    float: left;
}

.sub li a {
    padding: 0px 0px;
    display: inline-block;

    /* visual do link */
    color: #fff;
    text-decoration: none;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-size: 12px;
    border-bottom: dashed 1px;
    border-color: #02995C;
    width: 100%;

    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.sub li a:hover {
    padding: 0px 0px;
    color: #ccc;
    background-color: transparent;
}

.bt-topo {
    position: fixed;
    display: none;
    right: 16px;
    top: 600px;
    width: 70px;
    height: 70px;
    z-index: 999;
}

.menu-topo {
    position: fixed;
    display: none;
    width: 100%;
    height: 70px;
    z-index: 999;
}

.menu-oculto {
    list-style: none;
    width: 100%;
    height: 35px;
    padding: 0px;
    list-style: none;
    text-align: left;
    position: absolute;
    /*background-color: #028651;*/
    background-color: #32556e;
    /*color: #028651;*/

    border-bottom: 1px solid #ccc;

}

.menu-oculto li {
    position: relative;
    float: left;
}

.menu-oculto li a {
    min-width: 50px;
    padding: 8px 7px;
    display: inline-block;

    /* visual do link */
    color: #fff;
    text-decoration: none;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    font-size: 11px;

    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.menu-oculto li:nth-child(4) a {
    min-width: 150px;
}

.menu-oculto li:nth-child(5) a {
    min-width: 190px;
}

.menu-oculto li:nth-child(6) a {
    min-width: 90px;
}

.menu-oculto li:nth-child(7) a {
    min-width: 80px;
}

.menu-oculto li:nth-child(9) a {
    min-width: 95px;
}

.menu-oculto li a:hover {

    color: #DDDDDD;

}

.menu-oculto li ul {
    position: absolute;
    top: 35px;
    left: 0;
    background-color: #0062B9;
    color: #FFF;
    display: none;
    padding: 10px;

    box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.5);
}

.menu-oculto li:hover ul,
.menu li.over ul {
    display: block;
}

.menu-oculto li ul li {
    display: block;
    width: 190px;
}

.sub-oculto li {
    position: relative;
    float: left;
}

.sub-oculto li a {
    padding: 0px 0px;
    display: inline-block;

    /* visual do link */
    color: #fff;
    text-decoration: none;
    font-family: "Arial", sans-serif;
    text-transform: uppercase;
    text-align: left;
    font-size: 12px;
    border-bottom: dashed 1px;
    border-color: #0C75CB;
    width: 100%;

    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
}

.sub-oculto li a:hover {
    padding: 0px 0px;
    color: #ccc;
    background-color: transparent;
}



#container {
    width: 100%;
    height: auto;
}

#home {
    position: relative;
    width: 100%;
    height: 800px;
    background-image: url(../img/padrao/home.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

#historia,
#recebimento,
#informacoes,
#movimentacao,
#precos {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+47,d4d4d4+71,d4d4d4+100 */
    background: rgb(241, 241, 241);
    /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(241, 241, 241, 1) 47%, rgba(212, 212, 212, 1) 71%, rgba(212, 212, 212, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(241, 241, 241, 1) 47%, rgba(212, 212, 212, 1) 71%, rgba(212, 212, 212, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(241, 241, 241, 1) 47%, rgba(212, 212, 212, 1) 71%, rgba(212, 212, 212, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#d4d4d4', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    margin: 0 auto;
    border-bottom: 1px solid;
}

#historia,
#recebimento,
#movimentacao,
#informacoes,
#precos,
#links,
#como-chegar,
#contato,
#she {
    position: relative;
    min-height: 400px;
    color: #438ecf;
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    row-gap: 64px;
    align-items: center;
    justify-content: center;
}

#historia p {
    width: 70%;
    margin: 0 auto;
    line-height: 40px
}

#historia strong {
    font-weight: 700;
}

#recebimento p,
#movimentacao p,
#precos p,
#she p {
    width: 80%;
    margin: 0 auto;
    line-height: 40px;
    text-align: center;
}

#precos table {
    color: #FFF;
    background-color: #004B70;
    border: 3px solid #D2D2D2;
}

#movimentacao p {
    margin: 0 0 5px;
    color: #438ecf;
    /*color: #028651;*/
}

#movimentacao .movimentacao-table {
    display: flex;
    align-items: center;
    max-width: 76%;
    column-gap: 32px;
}

#movimentacao .movimentacao-table p {
    text-align: justify;
}

#movimentacao .movimentacao-table .table-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 120px;
    padding: 16px;
}

#movimentacao .movimentacao-table .table-wrap .title {
    background-color: #32556e;
    color: #fff;
    line-height: 1.2em;
    min-height: inherit;
    display: flex;
    align-items: center;
    min-width: 220px;
    padding: 16px;
}

#movimentacao .movimentacao-table .table-wrap .info {
    background-color: #fff;
    color: #000;
    text-align: center;
    min-height: inherit;
    display: flex;
    align-items: center;
    min-width: 160px;
    padding: 16px;
}

#movimentacao th {
    /*background-color: #018553;*/
    background-color: #32556e;
    color: #fff;
    line-height: 1.2em;
}

#movimentacao td {
    background-color: #fff;
    color: #000;
    text-align: center;
}

#movimentacao div {

    color: #000;
}

.bt-mais {
    position: relative;
    width: 118px;
    height: 118px;
    margin: -63px auto 0;
    z-index: 1;
}

#she {
    background-color: #004B70;
}

#she ul {
    max-width: 70%;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

#she ul li {
    list-style: disc !important;
}

#she ul li p {
    width: 100%;
    margin: 0;
    text-align: justify;
}

#contPreco {
    width: 1090px;
    height: 291px;
    margin: -13px auto 0;
    /*top: 255px;*/
    position: relative;
    /*background-color: #ccc;*/
}

#linkPreco {
    position: relative;
    width: 106px;
    height: 77px;
    background-color: transparent;
    top: 270px;
    left: 85px;
}

#recebimento {
    position: relative;
    /*height:783px;*/
    /*margin-top: 0px;*/
    /*background-image: url(../img/padrao/recebimento.jpg);*/
    /*background-position: center;*/
    /*background-repeat: no-repeat;*/
    margin: 0 auto;

}

#contRecebimento {
    width: 1090px;
    /*height: 783px;*/
    margin: 0 auto;
    top: 0px;
    position: relative;
    /*background-color: rgba(0,0,0,0.4)*/
}


#contRecebimento .bt-mais2 {
    position: relative;
    width: 118px;
    height: 118px;
    margin: 0 auto;
    top: 725px;
    z-index: 1;
}

#contRecebimento strong {
    font-weight: 700;
}

#embarque {
    position: relative;
    width: 100%;
    height: 783px;
    margin-top: 0px;
    /*background-image: url(../img/padrao/embarque.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
}

#armazenagem {
    position: relative;
    width: 100%;
    height: 783px;
    margin-top: 0px;
    /*background-image: url(../img/padrao/armazenagem.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
}

#contArmz {
    width: 1090px;
    height: 783px;
    margin: 0 auto;
    top: 0px;
    position: relative;
    /*background-color: rgba(0,0,0,0.4)*/
}

#contArmz .bt-mais3 {
    position: relative;
    width: 118px;
    height: 118px;
    margin: 0 auto;
    top: 724px;
    z-index: 1;
}

#gestao {
    position: relative;
    width: 100%;
    min-height: 280px;
    margin-top: 0px;
    /*background-image: url(../img/padrao/gestao.jpg);*/
    background-position: center;
    background-repeat: no-repeat;
}

#gestaoInterno {
    /*background-color: #028651;*/
    background-color: #32556e;
    margin: 0 auto;
    min-height: 280px;
}

#gestaoInterno H2 {
    font-family: "Arial";
    margin-left: 20px;
    margin-bottom: 20px;
    color: #fff;
}

#gestaoInterno p {
    font-family: "Arial";
    margin-left: 20px;
    color: #fff;
    line-height: 1em;
}

#como-chegar {
    position: relative;
    width: 100%;
    color: #32556e;
    border-bottom: 1px solid;
}

#contComochegar {
    width: 1090px;
    height: 612px;
    margin: 0 auto;
    top: 255px;
    position: relative;
    /*background-color: #ccc;*/
}

#mapa {
    position: relative;
    /*width: 515px;*/
    width: 1000px;
    margin-left: 0px;
}

#mapa img {
    max-width: 100%;
}

#links {
    background: #e3e3e3;
}

#contato {
    position: relative;
    width: 100%;
    background: #c3c3c3;
    color: #000;
}


#contato p {
    line-height: 1.5em;
}

#contato strong {
    line-height: 1.2em;
}

#contato #linkContato {
    position: relative;
    width: 199px;
    height: 18px;
    background-color: transparent;
    top: 50px;
    left: 446px;
    cursor: pointer;
}

#she {
    color: #fff;
}

#visao {
    position: relative;
    width: 100%;
    min-height: 240px;
    margin-top: 0px;
    background-image: url(../img/padrao/visao.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

#visao h1 {
    text-transform: uppercase;
    color: #fff;
    padding-top: 30px;
}

#visao p,
#visao strong {
    line-height: 1em;

}

#tbVisao,
#tbVisao a {
    padding: 90px 0 0 0%;
    color: #fff;
    /*text-decoration: none;*/
}

#ulPrincipios {
    padding-top: 170px;
    color: #fff;
    width: 75%;
    margin: 0 auto;
}

#ulPrincipios li {
    width: 45%;
    float: Left;
    margin: 0 2% 1% 0;
}

#ulPrincipios li:before {
    content: "";
    border-color: transparent #fff;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

#ulPrincipios p,
#ulPrincipios strong {
    line-height: 1em;
}

#principios-eticos {
    position: relative;
    width: 100%;
    height: 601px;
    margin-top: 0px;
    background-image: url(../img/padrao/principios-eticos.jpg);
    background-position: center;
    background-repeat: no-repeat;

}

#ulLinks {
    padding-top: 20px;
    color: #fff;
    width: 90%;
    margin: 0 auto;
}

#ulLinks li {
    width: 45%;
    float: left;
    margin: 0 5% 1% 0;
}

#contLinks {
    width: 1090px;
    height: 612px;
    margin: 0 auto;
    top: 550px;
    position: relative;
    /*background-color: rgba(0,0,0,0.4)*/
}

#linkAntaq {
    position: relative;
    width: 413px;
    height: 71px;
    background-color: transparent;
    top: 53px;
    left: 32px;
}

#linkPorto {
    position: relative;
    width: 389px;
    height: 71px;
    background-color: transparent;
    top: 82px;
    left: 37px;
}

#linkCapitania {
    position: relative;
    width: 366px;
    height: 71px;
    background-color: transparent;
    top: 116px;
    left: 71px;
}

#linkPrefeituraGuaruja {
    position: relative;
    width: 366px;
    height: 71px;
    background-color: transparent;
    top: -165px;
    left: 561px;
}

#linkInpe {
    position: relative;
    width: 365px;
    height: 71px;
    background-color: transparent;
    top: -122px;
    left: 633px;
}





footer {

    width: 100%;
    height: 118px;
    background-color: #E7EADA;
    z-index: 9999;
    /*background-image:url(../img/padrao/sobre-macaron.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	background-size: 100%;
	background-color:rgba(255,255,255,1.00);*/
}

#logo-footer {
    width: 98px;
    height: 83px;
    margin: 0 auto;
    margin-top: 0px;
    padding-top: 35px;
}

#redes ul {
    padding: 0px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
    width: 110px;
    height: 45px;
    padding-top: 10px;
}

#redes ul li {
    display: inline;
}

#redes ul li a {
    padding: 14px 3px;
    display: inline-block;

    /* visual do link */
    color: #5B4B40;
    text-decoration: none;
    font-family: 'Georgia';
    text-transform: uppercase;

}

#redes ul li a:hover {
    color: #AC998A;
}

#desenvolvedor {
    width: 41px;
    height: 30px;
    margin: 0 auto;
    padding-top: 40px;
}

#localizacao-mapa {
    margin: 0 auto;
    margin-top: 50px;
    width: 960px;
}

#endere {
    margin-left: 10px;
    text-align: left;
}

#endere span {

    font-weight: bold;
}

.clear {
    clear: both;
}

#localizacao {
    width: 485px;
    float: right;
    padding-left: 40px;
}

#localizacao img {
    float: right;

}

#localizacao em {
    font-size: 90%;
    color: #777;
}

#localizacao address {
    font-style: normal;
    line-height: 30px;
    text-align: right;
    margin-top: 20px;
    margin-right: 20px;
}

#localizacao address span {
    font-style: normal;
    font-weight: bold;
    line-height: 30px;
    text-align: right;
}

#localizacao strong {
    padding-top: 0px;
    padding-bottom: 5px;
    display: block;
    color: #444;
}


#contPrecos table {
    width: 640px;
    height: 112px;
    margin: 0 auto;
    margin-top: -3px;
    margin-bottom: 0px;
    position: relative;
    border-collapse: collapse;
    text-align: center;
    /*float: left;*/
}

#contPrecos table td,
th {
    border: 3px solid #EFEFEF;
    padding: 3px 35px 2px 32px;
}

#contPrecos table th {

    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #2E82FF;
    color: #fff;
}

#contPrecos table tr.alt td {
    color: #FFF;
    background-color: #004B70;
    border: 3px solid #D2D2D2;
}

#contPrecos {

    margin: 0 auto;
    position: relative;
    top: 0;
    width: 1090px;
}

#contPrecos h2 {
    margin: 0 auto 20px;
    width: 50%;
}

#contPrecos i {
    font-family: "Arial";
    text-decoration: italic;
}

.legenda {
    bottom: 0;
    left: 162px;
    margin: 0 auto;
    position: absolute;
    width: 1579px;
    background-color: rgba(255, 255, 255, 0.4);
    color: #fff;
    height: 25px;
}

.legenda p {
    font-family: "Arial", sans-serif;
    font-size: 14px;
    padding: 5px;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}