@charset "UTF-8";
/* CSS Document */

* {
    list-style: none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 1023px) {
    #some-element {
        display: none;
    }

    #body_index {
        height: calc(100% + 120px);
    }

}

#some-element {
    height: 0px;
}

/*Tira a borada das imagens no IE*/
img {
    text-decoration: none;
    border: none;
}

a {
    color: #0000ee;
    font-family: "Segoe UI";
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
}

a:visited {
    color: #0000ee;
}

b {
    font-weight: bold;
}

/* ---------------------- PRINCIPAL ---------------------- */
.wrapper {
    height: auto;
    margin: 0 auto;
    width: 1024px;
}

#body_index {
    background: url(../image/background.jpg) repeat center center;
    background-repeat: repeat;
    background-position: center;
    margin: 0 auto;
    overflow-x: hidden;

}

#fundoCinza {
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    position: fixed;
    /*float: left;*/
    z-index: 501;
    top: 0;
    left: 0;
    display: none;
}

#modal {
    background-color: white;
    /* width: auto; */
    /* height: auto; */
    position: absolute;
    /* float: left; */
    z-index: 502;
    top: calc(50% - height);
    left: calc(50% - width);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: none;
}

#conteudoModal {
    width: calc(100% - 2 * 32px);
    height: 100%
}

#botaoFecharModal {
    float: right;
    top: 5px !important;
    right: 10px !important;
    position: relative;
    cursor: pointer;
    z-index: 503 !important;
}

#botaoFecharModal p {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
}

header {
    height: 130px;
    margin: 0;
    width: 1024px;
}

#navMenu {
    height: 105px;
    width: 1024px;
    margin: 25px 0 0 0;
    float: left;
    z-index: 500;
}

#divNavMenu {
    height: 105px;
    width: 100%;
    background-color: #F7FCFE;
    position: absolute;
    margin: 25px 0 0 0;
    padding: 0;
    float: left;
    -webkit-box-shadow: 0px 2px 8px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 8px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 8px rgba(50, 50, 50, 0.75);
    z-index: -1;
}

article {
    height: auto;
    width: 1024px;
    border: solid rgba(50, 50, 50, 0.0001) 1px;
}

#iframe_content {
    padding: 0;
    margin: -3px 0 0 70px;
    width: 930px;
    height: 600px;
    border: none;
}

#divContent {
    width: 100%;
    background-color: #F7FCFE;
    position: absolute;
    padding: 0;
    float: left;
    z-index: -10;
    height: 351px;
    margin: 330px 0 0 0;
    -webkit-box-shadow: 0px 2px 8px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 2px 8px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 2px 8px rgba(50, 50, 50, 0.75);
}

#conteudo_index {
    padding: 25px 39px 0 70px;
    margin: 0;
    width: 945px;
    height: 552px;
    border: none;
    overflow: hidden;
}

.divs_pages {
    padding: 0;
    margin: 0;
    width: 945px;
    height: auto;
    border: none;
    overflow: hidden;
    z-index: 200;
    display: none;
    position: absolute;
}

h2 {
    color: #4c5860;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: bolder;

}

h3 {
    color: #4c5860;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bolder;

}

h4 {
    color: #777474;
    font-family: Arial, Gadget, sans-serif;
    font-size: 16px;
    font-weight: lighter;
    line-height: 200%;
    padding-left: 20px;
}

h5 {
    color: rgb(0, 0, 0);
    font-family: Arial, Gadget, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: bold;
}

h6 {
    color: #0176C0;
    font-family: Arial, Gadget, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    line-height: 190%;
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    max-width: 100%;
}

table, th, td {
    border: solid 1px #D5D5D5;
    padding: 5px 15px;
    color: #4A4A4A;
    font-family: Arial, Gadget, sans-serif;
    font-size: 14px;
}

p {
    color: #a7a9ac;
    font-family: Arial, Gadget, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: lighter;
    line-height: 190%;
    text-align: justify;
}

footer {
    height: 75px;
    margin: 52px 0 0 77px;
    width: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FEFEFE;
    font-weight: normal;
    letter-spacing: 0.1pt;
    word-spacing: 1pt;
    line-height: 1.4;
    text-align: justify;
    position: relative;
}

.footerInit {
    margin-top: 0px;
}

.footer_img {
    position: absolute;
    bottom: 21px;
    right: 52px;
    height: 30%;
    opacity: 0.6;
}

.strokeMenu {
    width: 420px;
    height: 1px;
    background-color: #a8ad73;
    -webkit-box-shadow: 0 1px 1.5px rgba(38, 50, 54, 0.35);
    -moz-box-shadow: 0 1px 1.5px rgba(38, 50, 54, 0.35);
    box-shadow: 0 1px 1.5px rgba(38, 50, 54, 0.35);
    margin-top: -7px;
}

.titleWindow {
    margin-top: 6px;
    padding-bottom: 22px
}

address {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FEFEFE;
    font-weight: normal;
    letter-spacing: 0.1pt;
    word-spacing: -1.2pt;
    line-height: 1.4;
    text-align: justify;
    font-style: normal;
}

.branco_preto h5 {
    color: #FFF;
    font-family: Arial, Gadget, sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
    letter-spacing: -1px;
}

.preto_branco h5 {
    color: #000;
    font-family: Arial, Gadget, sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: bold;
    text-shadow: 1px 1px 4px rgba(256, 256, 256, 1);
    letter-spacing: -1px;
}

.superior_esquerdo {
    z-index: 1000;
    position: absolute;
    top: 30px;
    left: 50px;
}

.superior_direito {
    z-index: 1000;
    position: absolute;
    top: 30px;
    right: 50px;
}

.inferio_esquerdo {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    left: 50px;
}

.inferio_direito {
    z-index: 1000;
    position: absolute;
    bottom: 30px;
    right: 50px;
}

/** --------------------- TOPO SITE ------------------------ **/

#logotop {
    margin: 10px 0 0 70px;
    position: relative;
    width: 160px;
    height: 85px;
    z-index: 500;
}

/** --------------------- TOPO SITE ------------------------ **/

/** --------------------- HOME --------------------- **/

.image_slider {
    margin: 0;
    position: relative;
    width: 889px;
    height: 300px;
}

#bteste {
    position: relative;
    margin: -50px 100px 0 700px;
    width: 120px;
    height: 30px;
    z-index: 500;
    color: #000;
    font-family: "Segoe UI";
    font-size: 9px;
}

#painel_home {
    margin: 8px 0 0 5px;
    position: relative;
    width: 889px;
    height: 300px;
    -webkit-box-shadow: 0 0 7px rgba(50, 50, 50, 0.66);
    -moz-box-shadow: 0 0 7px rgba(50, 50, 50, 0.66);
    box-shadow: 0 0 7px rgba(50, 50, 50, 0.66);
}

#contentHome {
    padding: 0;
    margin: 0;
    position: relative;
    background-size: cover;
}

#contentHome p {
    position: relative;
    color: #4B4B4D;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    text-align: justify;
    letter-spacing: 0.2pt;
    word-spacing: -1pt;
    line-height: 1.5;
    text-indent: 35px;
    margin-bottom: -5px;
}

#texto_home {
    padding: 10px 0 0 5px;
    margin: 15px 0 0 0;
    float: left;
    width: 630px;
}

#img_home {
    padding: 23px 44px 0 5px;
    margin: 15px 0 0 0;
    float: right;

}

#download_botton {
    position: relative;
    width: 200px;
    height: 135px;
}

/** --------------------- EQUIPE ---------------------- **/

.strokeEquipe {
    width: 320px;
    height: 1px;
    background-color: #a8ad73;
    -webkit-box-shadow: 0 1px 1.5px rgba(38, 50, 54, 0.35);
    -moz-box-shadow: 0 1px 1.5px rgba(38, 50, 54, 0.35);
    box-shadow: 0 1px 1.5px rgba(38, 50, 54, 0.35);
    margin-top: -7px;
    margin-bottom: 10px;
}

#contentEquipe {
    width: 900px;
    margin-bottom: 20px;
}

.contentEquipeUl {
    width: 900px;
    height: auto;
    text-align: center;
    margin-top: 16px;
}

.contentEquipeLi {
    vertical-align: middle !important;
    width: calc(50% - 14px);
    display: inline-block;
    margin-bottom: 5px;
}

.first {
    margin-right: 23px;
}

#equipe_tecnica {
    width: 900px;
    height: auto;
}

#equipe_tecnica li {
    padding: 5px 0 10px 6px;
    margin: 10px 0 10px 35px;
    display: list-item;
    list-style: disc outside none;
}

#equipe_tecnica ul {
    margin: 10px 0;
}

#equipe_tecnica p {
    color: #000;
    font-size: 14px;
    margin-top: 6px;
    text-overflow: ellipsis;
}

.sociosMaxEscondida {
    display: none;
}

#contentEquipe p {
    color: #000;
    font-size: 14px;
    text-indent: 40px;
    margin-top: 6px;
    text-overflow: ellipsis;
}

#contentEquipe img {
    width: 80%;
    height: 188px;
    /*margin:10px;
    padding-left: 16px;*/
}

.modalSocio {
    width: 800px !important;
    height: auto !important;
    top: 10% !important;
    left: calc(50% - 400px) !important;
}

.modalSocioConteudo p {
    color: #000;
    font-size: 14px;
    text-indent: 27px;
}

.modalSocioConteudo img {
    width: 333px;
    height: 250px;
    margin: 0 0 8px 0;
}

.modalSocioConteudo .div_img_equipe {
    padding-right: 15px;

}

.modalSocioConteudo {
    padding: 32px 32px 25px 32px;
}

.saibaMaisSocio {
    text-align: end;
    font-size: 11px !important;
}

.div_img_equipe {
    float: left;
    padding-right: 29px;
    text-align: center;
}

.div_socio {
    height: 222px;
    cursor: pointer;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.65);
    box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.65);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 20px 18px 20px 10px;

}

.div_socio ul {
    /*width: calc(100% - 20px);
    height: calc(100% - 40px);*/
    list-style-type: none;
    text-align: center;
}

.div_socio li {
    width: 49%;
    height: 100%;
    vertical-align: baseline !important;
    display: inline-block;

}

.div_socio li ul li {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

/** --------------------- EMPRESA --------------------- **/
#backgroundEmpresa {
    position: absolute;
    z-index: 505;
    background-color: #F7FCFE;
    width: 552px;
    height: 300px;
}

.banner {
    float: Right;
    width: 4130px;
    height: 300px;
    padding-left: 25px;
    padding-right: 40px;
    position: absolute;
    overflow: hidden;
}

.banner img {
    height: 300px;
    width: 400px;
}

.singleEmpresa {
    display: none;
    position: relative;
    float: left;
    margin-right: 13px;
}

#contentEmpresa {
    padding: 5px 0 0 0;
    margin: 0;
    background-size: cover;
}

#contentEmpresa p {
    color: #385D8B;
    font-size: 14px;
    text-indent: 35px;
    margin-top: 10px;
    z-index: 506;
    position: relative;
}

.div_img_empresa {
    float: Right;
    padding-left: 20px;
    padding-bottom: 10px;
    width: 458px;
    height: auto;
}

.div_img_empresa img {
    width: 100%;
    margin: 10px;
}

/** --------------------- Serviço --------------------- **/

#contentServicos {
    padding: 20px 0 0 0;
    margin: 0;
    position: relative;
    background-size: cover;
}

#divBackgroudServico {
    position: absolute;
    z-index: 600;
    background-color: #F7FCFE;
    width: 422px;
    height: 160px;
}

#info_servicos {

    width: 350px;
    margin-left: 30px;
}

.texto_servico_escondido {
    display: none;
}

.item_class {
    margin: 3px 0 3px 0;
    list-style-type: disc;
    font-family: Arial, Gadget, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: lighter;
    line-height: 190%;
    text-align: left;
    color: #000;
    text-decoration: inherit;
    cursor: pointer;
}

.item_class p {
    margin: 3px 0 3px 0;
    list-style-type: disc;
    font-family: Arial, Gadget, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: 190%;
    text-align: left;
    color: #000;
    text-decoration: inherit;
    cursor: pointer;
}

.subitem_class {
    color: #000;
    display: none;
    margin-left: 20px;
    list-style-type: square;
    cursor: pointer;
}

.vazia {
    list-style-type: none;
}

.active_top {
    font-weight: bold;
    list-style-type: disc;
    display: list-item !important;
}

.active_top p {
    font-size: 14px;
    list-style-type: none;
    color: #00C;
    font-weight: bold;
}

.active_top li {
    display: list-item !important;
}

.active_sub {
    list-style-type: square;
    color: #00C;
    font-weight: bold;
}

#conteudo_servico {
    padding: 11px 0 0 20px;
    float: right;
    width: calc(100% - 440px);
}

#conteudo_servico p {
    color: #003;
    font-size: 15px;
    text-indent: 28px;
    line-height: 175%;
}

#conteudo_servico ul {
    height: 100px;
}

#conteudo_servico ul li {
    float: left;
    padding-right: 23px;
}

#conteudo_servico ul li img {
    height: 100px;
    width: auto;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 5px 5px rgba(50, 50, 50, 0.75);
}

.caixa_texto {
    margin-left: 20px;
    margin-top: 37px;
    padding: 14px 19px;
    background: #E8EEF3;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    width: 411px;
    /*-webkit-box-shadow: 0px -5px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px -5px 5px rgba(50, 50, 50, 0.75);
    box-shadow:         0px -5px 5px rgba(50, 50, 50, 0.75);*/
}

#serv01 {

}

.imageRow {
    width: 445px;
    height: 100px;
    z-index: 500;
    position: relative;
}

.imageRowEmpresa {
    width: 413px;
    height: 300px;
    z-index: 500;
    position: relative;
    float: right;
    margin: 16px 0 0 12px;
}

.imageRowFora {
    width: 445px;
    height: 100px;
    z-index: 500;
    position: relative;
}

.set {
    width: 7200px;
    height: 100px;
    padding-left: 25px;
    padding-right: 40px;
    position: absolute;
    overflow: hidden;
}

#setaEsquerda {
    position: relative;
    margin-top: 27px;
    float: left;
    z-index: 502;
}

#setaEsquerdaFora {
    position: relative;
    margin-left: -30px;
    float: left;
    z-index: 501;
    height: 100px;
    background-color: #F7FCFE;
}

.setas img {
    cursor: pointer;
}

.setas img:hover {
    cursor: pointer;
    filter: brightness(0.95);
    -webkit-filter: brightness(0.95);
    -moz-filter: brightness(0.95);
    -o-filter: brightness(0.95);
    -ms-filter: brightness(0.95);
}

#setaDireita {
    position: relative;
    margin-top: 27px;
    margin-left: 5px;
    margin-right: -13px;
    float: right;
    z-index: 502;
}

#setaDireitaFora {
    position: relative;
    margin-right: -66px;
    float: right;
    z-index: 501;
    height: 100px;
    background-color: #F7FCFE;
}

.single {
    position: relative;
    float: left;
    padding-right: 13px !important;
}

.single img {
    height: 100px;
    width: 133px;
}

#divImgEscondida {
    display: none;
}

#divImgModal {
    width: 100%;
    height: 100%;
    margin: 5px;
}

#divImgModal img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    position: absolute;
}

.modalServico {
    width: 800px !important;
    height: 530px !important;
    top: calc(50% - 265px) !important;
    left: calc(50% - 400px) !important;
}

/** --------------------- clientes --------------------- **/

#contentClientes {
    padding: 20px 0 0 0;
    margin: 0;
    position: relative;
}

.contentClientesUl {
    width: 945px;
    height: auto;
    text-align: center;
}

.contentClientesLi {
    vertical-align: middle !important;
    margin: 0 23px 23px 0;
    width: 150px;
    height: 109px;
    display: inline-block;
    -webkit-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.55);
    -moz-box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.55);
    box-shadow: 2px 2px 3px rgba(50, 50, 50, 0.55);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-top: 1px solid #EEF3F5;
    border-left: 1px solid #EEF3F5;
    background-color: #fff;
    text-align: center;
}

#contentClientes img {
    max-width: 150px;
    max-height: 109px;
}

/** --------------------- contato --------------------- **/
.content_contato {
    padding: 0;
    margin: 0;
    height: 360px;
}

#camposFaleConosco {
    float: left;
    padding: 10px 0 0 30px;
    margin: 0;
    width: 300px;
    color: #000000;
    font-family: Arial, Gadget, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: lighter;
    line-height: 190%;
    text-align: justify;
}

#camposContato {
    vertical-align: middle;
    float: right;
    padding: 0;
    margin: 0 33px 0 0;
    width: 550px;
    height: 260px;
}

.textfield-nome {
    width: 280px;
}

.texteArea-msg {
    width: 280px;
    height: 150px;
    resize: none;
}

#icone_contato {
    float: left;
    margin: 80px 0 0 10px;
    width: 145px;
}

.info_contato {
    padding: 20px 20px 0;
    margin: 0 0 0 180px;
    vertical-align: middle;
    height: 260px;
}

.info_contato p {
    color: #000000;
    font-family: "Segoe UI";
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 190%;
    text-align: justify;

}

.info_contato img {
    padding-left: 12px;
    width: 19px;
}

#map {
    padding: 0;
    margin: -116px 0 0 200px;
    width: 200px;
}

#map a {

}

/*--------------------- Evento ------------------------*/
.evento_ul {
    width: 100%;
    height: auto;
    text-align: left;
    color: #000000;
    font-family: Arial, Gadget, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    line-height: 142%;
}

.evento_li_img {
    vertical-align: middle !important;
    padding: 5px 10px;
    height: 85px;
    width: 85px;
    display: inline-block;
}

.evento_li_conteudo {
    vertical-align: middle !important;
    padding: 5px 10px;
    height: 85px;
    display: inline-block;
}

.evento_li_conteudo b {
    font-size: 14px;
}
