@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #f0f0f0;
}

::-webkit-scrollbar
{
    width: 8px;
    height: 8px;
    background-color: #f0f0f0;
}

::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #cecece;
}

/* Corpo */

body, html {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  background-color: #f2f2f2;
  font-family: Poppins;
  font: 100% Poppins, sans-serif;
  scroll-behavior: smooth;
  text-decoration: none;
}

.container{
    width: 100%;
    height: auto;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    background-color: #fff;
    z-index:980;
}





/* Área adminstrativa */

#sessao_painel{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background-color: #fff;
}
#sessao_painel #topo{
    width: 100%;
    height: 50vh;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background-color: #f2f2f2;
}
#sessao_painel #imagem{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
    margin-top: -80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 999;
    background-color: transparent;
}
#sessao_painel form{
    width: 450px;
    height: auto;
    padding: 40px 20px 40px 20px;
    border-radius: 10px;
    border-style: solid;
    border-width: 1;
    border-color: #909090;
    background-color: #fff;
    z-index: 999;
}
#barra_login{
  width: 100%;
  height: auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
#barra_login #arroba{
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 25;
  right: 15;
  font-size: 14px;
  color: #868686;
  background-color: transparent;
}
#barra_login a{
  position: absolute;
  margin-top: 10px;
  right: 15;
}
#admin_painel{
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    position: relative;
    background-color: #fff;
}
#admin_painel #barra{
    height: 70px;
    width: calc(100% - 80px);
    padding-left: 40px;
    padding-right: 40px;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center;
    background-color: #fff;
    z-index: 998; 
    box-shadow: 0 0px 24px 0 rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0px 24px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0px 24px 0 rgba(0,0,0,.1);
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
#admin_painel #usuario{
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
}
#admin_painel #coluna{
    width: 350px;
    height: calc(100vh - 110px);
    margin-top: 70px;
    padding-top: 40px;
    padding-left: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #2b2d31;
}
.botao_painel{
    margin-top: 0px;
    margin-left: 12px;
    width: calc(100% - 0px);
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-width: 0px;
    border-style: solid;
    border-color: #b5b5b5;
    border-radius: 10px 0px 0px 10px;
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    color: #f7f7f7;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.botao_painel:hover, .painel_after{
    color: #2b2d31;
    background-color: #fff;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
#admin_painel #div{
    width: calc(100% + 40px);
    height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -40px;
    background-color: #909090;
}
#admin_painel #divisoria{
    width: 100%;
    height: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 40px;
    background-color: #dddddd;
}


#admin_painel .painel_sessao{
    width: 100%;
    height: calc(100vh - 140px);
    margin-top: 70px;
    padding-bottom: 70px;
    background-color: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    overflow-y: scroll;
}
.painel_sessao h4{
    margin-left: 60px;
}
.painel_sessao form{
    width: 100%;
    max-width: 850px;
    margin-left: 60px;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background-color: transparent;
}


#section_01, #section_02, #section_03, #section_04, #section_05, #section_06, #section_07, #section_08, #section_infos, #section_policy, #section_users, #section_home{
    width: 100%;
    display: none;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
#section_home{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}
.aba_usuario{
    height: 70px;
    position: relative;
    display: inline-block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    background-color: transparent;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.aba_usuario-content {
  display: none;
  position: absolute;
  top: 67;
  right: -40;
  background-color: #383838;
  border-radius: 5px;
  min-width: 160px;
  padding: 20px;
  z-index: 1;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.aba_usuario:hover .aba_usuario-content {
  display: block;
  opacity: 1;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#section_01_img_resposta,
#section_01_img_A_resposta,
#section_01_img_B_resposta,
#section_02_img_01_resposta,
#section_03_img_A_resposta,
#section_03_img_B_resposta,
#section_04_img_A_resposta,
#section_04_img_B_resposta,
#section_05_img_A_resposta,
#section_05_img_B_resposta,
#section_06_img_01_resposta,
#section_06_img_02_resposta,
#section_06_img_03_resposta,
#section_06_img_04_resposta {
    width: 250px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    color: #606060;
    word-wrap: break-word;
}

/* Edição de imagens */

#section_01_img_A_preview,
#section_01_img_B_preview,
#section_02_img_01_preview,
#section_03_img_A_preview,
#section_03_img_B_preview,
#section_05_img_A_preview,
#section_05_img_B_preview,
#section_04_img_A_preview,
#section_04_img_B_preview,
#section_06_img_01_preview,
#section_06_img_02_preview,
#section_06_img_03_preview,
#section_06_img_04_preview {

    width: 200px;
    height: 200px;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0,0,0,0);
    background-blend-mode: overlay;
    border-style: solid;
    border-color: rgba(0,0,0,.1);
    border-width: 1px;
    border-radius: 5px;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
#section_01_img_A_preview:hover,
#section_01_img_B_preview:hover,
#section_02_img_01_preview:hover,
#section_03_img_A_preview:hover,
#section_03_img_B_preview:hover,
#section_05_img_A_preview:hover,
#section_05_img_B_preview:hover,
#section_04_img_A_preview:hover,
#section_04_img_B_preview:hover,
#section_06_img_01_preview:hover,
#section_06_img_02_preview:hover,
#section_06_img_03_preview:hover,
#section_06_img_04_preview:hover {
    background-color: rgba(0,0,0,0.6);
    background-blend-mode: overlay;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}

#section_01_img_A_preview img,
#section_01_img_B_preview img,
#section_02_img_01_preview img,
#section_03_img_A_preview img,
#section_03_img_B_preview img,
#section_05_img_A_preview img,
#section_05_img_B_preview img,
#section_04_img_A_preview img,
#section_04_img_B_preview img,
#section_06_img_01_preview img,
#section_06_img_02_preview img,
#section_06_img_03_preview img,
#section_06_img_04_preview img {
    width: 100%;
    height: 100%;
    border-style: solid;
    border-radius: 5px;
    border-width: 0px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
}
#section_01_img_A_preview label,
#section_01_img_B_preview label,
#section_02_img_01_preview label,
#section_03_img_A_preview label,
#section_03_img_B_preview label,
#section_05_img_A_preview label,
#section_05_img_B_preview label,
#section_04_img_A_preview label,
#section_04_img_B_preview label,
#section_06_img_01_preview label,
#section_06_img_02_preview label,
#section_06_img_03_preview label,
#section_06_img_04_preview label {

    position: absolute;
    left: -5;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    border-style: solid;
    border-radius: 50%;
    border-width: 0px;
    font-family: Poppins;
    font-weight: 500;
    font-size: 14px;
    opacity: 0;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
#section_01_img_A_preview label:hover,
#section_01_img_B_preview label:hover,
#section_02_img_01_preview label:hover,
#section_03_img_A_preview label:hover,
#section_03_img_B_preview label:hover,
#section_05_img_A_preview label:hover,
#section_05_img_B_preview label:hover,
#section_04_img_A_preview label:hover,
#section_04_img_B_preview label:hover,
#section_06_img_01_preview label:hover,
#section_06_img_02_preview label:hover,
#section_06_img_03_preview label:hover,
#section_06_img_04_preview label:hover {
    fill: #fff;
    color: #fff;
    opacity: 1;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}

#section_01_img_A_preview_B,
#section_01_img_B_preview_B,
#section_02_img_01_preview_B,
#section_03_img_A_preview_B,
#section_03_img_B_preview_B,
#section_05_img_A_preview_B,
#section_05_img_B_preview_B,
#section_04_img_A_preview_B,
#section_04_img_B_preview_B,
#section_06_img_01_preview_B,
#section_06_img_02_preview_B,
#section_06_img_03_preview_B,
#section_06_img_04_preview_B {
    opacity: 0;
}





#painel_usuarios{
    width: 100%;
    max-width: 850px;
    height: auto;
    margin-left: 60px;
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background-color: transparent;
}
#table_usuarios{
  width: calc(100% - 10px);
  height: 500px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
  padding: 5px;
  overflow-y: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  font-weight: 500;
  font-family: Poppins;
  color: #303030;
  font-size: 10px;
  background-color: transparent;
}

#aviso, #adicionar_usuario, #update_usuario, #delete_usuario, #adicionar_area, #update_area, #delete_area, #adicionar_midia, #update_midia, #delete_midia, #adicionar_socio, #update_socio, #delete_socio, #adicionar_slide, #update_slide, #delete_slide{
    position: fixed;
    top:0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center; 
    display: none; 
    opacity: 0;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow: hidden;
    z-index:999;
    background-color: transparent;
}
#aviso-box{
    width: 500px;
    height: auto;
    max-width: 75%;
    max-height: 70vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
    border-width: 1;
    border-color: #909090;
    border-style: solid;
    padding: 40px 30px 20px 30px; 
    font-family: Poppins;
    font-size: 16px;
    text-align: center;
    color: #303030;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    z-index:999;
}
#aviso-box form{
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    background-color: transparent;
}
#aviso-box #area_rolagem{
  width: calc(100% - 20px);
  max-height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background-color: transparent;
  overflow-y: auto;
  padding: 10px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
}
#aviso-box strong{
  font-size: 14px;
  font-weight: 700;
}
#aviso-negatoscopio {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #000;
    filter:alpha(opacity=0.3);
    opacity: 0.3;
    -moz-opacity:0.3;
    -webkit-opacity:0.3;
    overflow: hidden;
    z-index:998;}

#aviso_box{ 
  width: 200px;
  height: auto;
  max-width: 75%;
  max-height: 70vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
  border-width: 1;
  border-color: #909090;
  border-style: solid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 0 0px 24px 0 rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0px 24px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 0px 24px 0 rgba(0,0,0,.2);
  background-color: #fff;
  z-index:999;
}
.aviso_fechar {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15;
  top: 15;
  background-image: url(https://bbmaadvogados.com/img/fechar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: red;
}
.aviso_fechar:hover, .aviso_fechar:focus {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1.0;
  -moz-opacity:1.0;
  -webkit-opacity:1.0;
}
#texto_aviso, #texto_deletar{
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-top: 20px;
    margin: 0;
    color: #606060;
    word-wrap: break-word;
}
.box_fechar {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15;
  top: 15;
  background-image: url(https://bbmaadvogados.com/img/fechar.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
}
.box_fechar:hover, .box_fechar:focus {
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 1.0;
  -moz-opacity:1.0;
  -webkit-opacity:1.0;
}
#area_item_sessao{
  width: calc(100% - 40px);
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background-color: transparent;
  padding: 20px 20px 20px 20px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  border-color: #dddddd;
}
#area_item_sessao #imagem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 220px;
    height: 180px;
    background-color: transparent;
}
#area_item_sessao #imagem img{
    width: 100%;
    height: 100%;
    border-style: solid;
    border-radius: 5px;
    border-width: 0px;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
}




section{
    width: 100%;
    height: auto;
    display: block;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s; 
}
#div_poligono_01{
    height: 0;
    width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -140;
    border-top: 140px solid transparent;
    border-right: 100vw solid #f2f2f2;
    background-color: transparent;
    z-index: 997;
}
#div_poligono_02{
    height: 0;
    width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-top: 140px solid transparent;
    border-right: 100vw solid #fff;
    background-color: #f2f2f2;
}
#div_poligono_03{
    height: 0;
    width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-top: 140px solid transparent;
    border-right: 100vw solid #f2f2f2;
    background-color: transparent;
}
@media screen and (max-width: 1100px)
{
    #div_poligono_01{
        border-top: 50px solid transparent;
        top: -50;
    }
    #div_poligono_02, #div_poligono_03{
        border-top: 50px solid transparent;
    }
}
#sessao_01_B{
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    margin: 0;
    padding: 0;
}
#barra_topo{
    width: 40%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    position: absolute;
    left: 0;
    top: 0;
    background-image: -webkit-gradient( linear, left bottom, left top, from(#323838), to(rgba(0,0,0,.0)));
    background-image: -o-linear-gradient( bottom, #323838, rgba(0,0,0,.0));
    background-image: linear-gradient( to top, #323838, rgba(0,0,0,.0));
    z-index: 977;
}
.slider {
  margin: 0 auto;
  min-width: 100%;
}
.slide_viewer {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.slide_group {
  height: 100%;
  position: relative;
  width: 100%;
}

.slide {
  display: none;
  height: 100%;
  position: absolute;
  width: 100%;

}
.slide #box_conteudo{
    height: 55vh;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
}

.slide #conteudo {
    height: 100%;
    width: 1350px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background-color: transparent;
    z-index: 978;
}
.slide #texto{
    width: 350px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    background-color: transparent;
}

.slide #banner{
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
}
.slide #banner img{
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}
.slide:first-child {
  display: block;
}
.slide_buttons {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
a.slide_btn {
  color: #474544;
  font-size: 42px;
  margin: 0 0.175em;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slide_btn.active, .slide_btn:hover {
  color: #428CC6;
  cursor: pointer;
}
.directional_nav {
  height: 22vh;
  width: 100%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  z-index: 979;
  background-color: transparent;
}
.slider #botoes{
    height: 100%;
    width: 1350px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background-color: transparent;
}
@media screen and (max-width: 1400px) /* Desktop pequeno */
{
    .slide #conteudo, .slider #botoes{
    width: calc(100% - 200px);
    }
    #barra_topo{
    width: 45%;
    }
}
@media screen and (max-width: 1040px) /* Desktop pequeno */
{
    .slide #conteudo, .slider #botoes{
    width: calc(100% - 120px);
    }
    #barra_topo{
    width: 50%;
    }
}
@media screen and (max-width: 860px) /* Mobile */
{
    .slide #box_conteudo{
      height: 65vh;
    }
    .directional_nav {
    height: 10vh;
    }
    .slide #conteudo, .slider #botoes{
    width: calc(100% - 80px);
    }
    #barra_topo{
    width: 100%;
    }

}
.previous_btn, .next_btn {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-color: transparent;
    border-style: solid;
    border-width: 1.8px;
    border-radius: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    fill: #fff;
    cursor: pointer;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
}
.previous_btn{
margin-right: 5px;
}
.previous_btn:hover, .next_btn:hover{
    border-color: #fff;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
}
#sessao_01{
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
}
#sessao_01 #conteudo {
    height: 55vh;
    width: 1500px;
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background-color: transparent;
    z-index: 999;
}
@media screen and (max-width: 1400px)
{
    #sessao_01 #conteudo {
    width: calc(100% - 200px);
    }
}

@media screen and (max-width: 1040px)
{
    #sessao_01 #conteudo {
    width: calc(100% - 120px);
    }
}
@media screen and (max-width: 760px)
{
    #sessao_01 #conteudo {
    width: calc(100% - 80px);
    }
}
#sessao_politica{
    height: auto;
    min-height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-bottom: 100px;
    padding-top: 90px;
    background-color: #f2f2f2;
}
#sessao_politica #titulo{
    width: calc(100% - 120px);
    height: auto;
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
    padding: 60px;
}
#sessao_politica #div{
  width: 100%;
  height: 1px;
  background-color: rgba(0,0,0,.2);
}
#sessao_politica #corpo{
    width: calc(100% - 120px);
    height: auto;
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
    padding: 60px;
}
@media screen and (max-width: 860px)
{
  #sessao_politica #titulo, #sessao_politica #corpo{
      padding-left: 40px;
      padding-right: 40px;
      width: calc(100% - 80px);
  }
}
#sessao_02{
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #f2f2f2;
}
#sessao_02 #div_vermelha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 2px;
  height: 160px;
  bottom: -240;
  z-index:981;
  background-color: #700d31;
}
#sessao_02 #conteudo {
    height: auto;
    width: 1280px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
}
#sessao_02 #texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 400px;
  height: auto;
  background-color: transparent;
}

#sessao_02 #imagem{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 560px;
  height: auto;
  background-color: transparent;

}
#sessao_02 #imagem img{
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-style: solid;
  border-width: 0px;
  border-radius: 10px;
  z-index:981;
}
#sessao_02 #imagem #shadow{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -15;
  right: -15;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 2px;
  border-radius: 10px;
  border-color: #700d31;
}
@media screen and (max-width: 1400px)
{
    #sessao_02 #conteudo {
    width: calc(100% - 200px);
    }
}
@media screen and (max-width: 1040px)
{
    #sessao_02 #conteudo {
    width: calc(100% - 120px);
    }
}
@media screen and (max-width: 1120px)
{
    #sessao_02 #imagem{
    width: 400px;
    }
}
@media screen and (max-width: 860px)
{
    #sessao_02 #conteudo {
    width: calc(100% - 80px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    }
    #sessao_02 #imagem, #sessao_02 #texto{
    width: 100%;
    }
}
#textoresumido{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#textocompleto{
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
#sessao_03{
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: transparent;
}
#sessao_03 #div_vermelha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 2px;
  height: calc(100% + 200px);
  top: -100;
  background-color: #700d31;
}

#sessao_03 #conteudo {
    height: auto;
    width: 1280px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
}

#sessao_03 #texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 60px;
  width: 300px;
  height: auto;
  background-color: transparent;
}
#sessao_03 #lista_areas{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: auto;
    height: auto;
    background-color: transparent;
}
.navigation-wrapper {
  position: relative;
  width: 660px;
  height: 540px;
  background-color: transparent;
}

[class^="number-slide"],
[class*=" number-slide"] {
  background: grey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 50px;
  color: #323838;
  font-weight: 500;
  height: 540px;
}

.number-slide1, .number-slide10, .number-slide19, .number-slide28, .number-slide37, .number-slide46 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background-color: transparent;
}
.navigation-wrapper #coluna{
    height: 200px;
    width: 100%;
    margin-bottom: -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
    background-color: transparent;
}
#area{
    width: 200px;
    height: 160px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-width: 0px;
    border-style: solid;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000;
}
#area img{
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    opacity: 0.6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-style: solid;
    border-radius: 10px;
    border-width: 0px;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
#area_img{
    opacity: 0.6;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
#area:hover #area_img{
    opacity: 0.9;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
#area #texto_area{
    width: calc(100% - 30px);
    height: 50%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    bottom: 15;
    left: 15;
    background-color: transparent;
    z-index: 999;
}

#areah2{
    position: absolute;
    bottom: 0;
    width: auto;
    font-weight: 500;
    color: #fff;
    text-align: left;
    font-size: 1rem;
    line-height: 150%;
    margin: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
#area:hover #areah2{
    border-color: #fff;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.dot {
  border: none;
  width: 10px;
  height: 10px;
  background: #c5c5c5;
  border-radius: 50%;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
}

.dot:focus {
  outline: none;
}

.dot--active {
  background: #000;
}

.arrow {
  width: 50px;
  height: 50px;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  fill: #54585a;
  cursor: pointer;
  background-color: transparent;
}

.arrow--left {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-color: #fff;
    border-style: solid;
    border-width: 1.8px;
    border-radius: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 5px;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
}

.arrow--right {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-color: #fff;
    border-style: solid;
    border-width: 1.8px;
    border-radius: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
}
.arrow--right:hover, .arrow--left:hover{
    border-color: #323838;
    -webkit-transition-duration: 0.4s;
         -o-transition-duration: 0.4s;
            transition-duration: 0.4s;
}
.arrow--disabled {
  fill: #929595;
}

#sessao_03 #botoes{
    width: 120px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    background-color: #fff; 
}
#sessao_03_B{
    display: none;
    width: 100%;
    margin-top: -60px;
}
#sessao_03_B #lista_areas_B{
    display: none;
    margin-bottom: -40px;
}
#sessao_03_B #quadrado{
  height: 320px;
  max-height: 320px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background-color: transparent;
}
#sessao_03_B #linha_01{
  min-width: 100%;
  min-height: calc(50% - 10px);
  max-height: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  position: relative;
  background-color: transparent;
}
#sessao_03_B #linha_02{
  min-width: 100%;
  min-height: calc(50% - 10px);
  max-height: calc(50% - 10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
  position: relative;
  background-color: transparent;
}
#sessao_03_B #area_B{
    width: 50%;
    max-width: calc(50% - 10px);
    height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-style: solid;
    border-radius: 10px;
    border-color: transparent;
    border-width: 0px;
    background-color: #000;
    cursor: pointer;
}
#sessao_03_B #area_B img{
    border-style: solid;
    border-width: 0px;
    border-radius: 10px;
    z-index:981;
    opacity: 0.6;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
#area_img_B{
    opacity: 0.6;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
#sessao_03_B #area_B:hover #area_img_B{
    opacity: 0.9;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
#sessao_03_B #texto_area{
    width: calc(100% - 30px);
    height: 50%;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    bottom: 15;
    left: 15;
    background-color: transparent;
    z-index: 999;
}
#sessao_03_B #area_B:hover #areah2{
    border-color: #fff;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
@media screen and (max-width: 1400px) 
{
    #sessao_03 #conteudo {
    width: calc(100% - 200px);
    }
}
@media screen and (max-width: 1224px)
{
    #sessao_03 #conteudo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    }
    #sessao_03 #texto {
    margin-left: 40px;
    width: calc(100% - 40px);
    max-width: 400px;
    }
    .navigation-wrapper, #sessao_03 #botoes{
    margin-left: 40px;
    }
}
@media screen and (max-width: 1040px)
{
    #sessao_03 #conteudo {
    width: calc(100% - 120px);
    }
}
@media screen and (max-width: 760px)
{
    #sessao_03 #lista_areas{
        display: none;
    }
    #sessao_03_B
    {
        display: block;
    }
    #sessao_03_B #lista_areas_B{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #sessao_03{
    padding-bottom: 0px;
    }
    #sessao_03 #conteudo{
    margin-bottom: -80px;
    }
    #sessao_03 #div_vermelha {
    height: calc(100% + 45px);
    top: -100;
    }
}
@media screen and (max-width: 860px)
{
    #sessao_03 #conteudo {
    width: calc(100% - 80px);
    }
}
#sessao_04{
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0px;
    padding-top: 100px;
    background-color: transparent;
}
#sessao_04 #conteudo {
    height: auto;
    width: 1280px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
}
#sessao_04 #conteudo a{
  text-decoration: none;
}
#sessao_04 #box_socios_oculto{
    width: 100%;
    height: 450px;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    float: left;
    background-color: transparent;
}
#sessao_04 .pp{
    padding-left: 20px;
    padding-right: 20px;
}
#sessao_04 #box_socios{
    width: 100%;
    max-width: 960px;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}
#sessao_04 #box{
    width: 225px;
    min-width: 225px;
    height: 430px;
    margin-top: 20px;
    margin-right: 30px;
    margin-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    border-style: solid;
    border-radius: 10px;
    border-color: transparent;
    border-width: 1px;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
#sessao_04 #box:hover{
    border-color: #909090;
    border-width: 1px;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}
#oculto{
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
    opacity: 0;
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}
#sessao_04 #box:hover #oculto{
    opacity: 1;
}
#oculto a{
  text-decoration: none;
}
#sessao_04 .icone{
  margin: 5px; 
  fill: #868686;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#sessao_04 .icone:hover{
  fill: #323838;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
#sessao_04 #foto{
    width: 100%;
    height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#sessao_04 img{
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-style: solid;
    border-radius: 10px;
    border-width: 0px;
}
#sessao_04 #div_vermelha_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 2px;
  height: 140px;
  top: -100;
  left: 0;
  background-color: #700d31;
}
#sessao_04 #div_vermelha_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 2px;
  height: calc(100% + 80px);
  right: 0;
  bottom: -100;
  background-color: #700d31;
}
@media screen and (max-width: 1400px) 
{
    #sessao_04 #conteudo {
    width: calc(100% - 200px);
    }
}
@media screen and (max-width: 1040px) 
{
  #sessao_04 #conteudo {
    width: calc(100% - 120px);
    }
}
@media screen and (max-width: 860px) 
{
    #sessao_04 #conteudo {
    width: calc(100% - 80px);
    }
    #sessao_04 h4{
    width: 200px;
    }
}
@media screen and (max-width: 768px) 
{
    #sessao_04 #div_vermelha_01 {
        display: none;
    }
}
#sessao_05{
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0px;
    padding-top: 100px;
    margin-bottom: -80px;
    background-color: #f2f2f2;
}

#sessao_05 #div_vermelha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 2px;
  height: 355px;
  top: -260;
  right: 0;
  z-index:981;
  background-color: #700d31;
}

#sessao_05 #conteudo {
    max-height: 150px;
    width: 1280px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
}
#sessao_05 #shadow_right{
  min-width: 150px;
  height: 494px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: -100;
  bottom: 8;
  pointer-events: none;
  z-index: 999;
  background: -webkit-gradient( linear, right top, left top, from(#f2f2f2), to(rgba(0,0,0,0)));
  background: -o-linear-gradient( right, #f2f2f2, rgba(0,0,0,0));
  background: linear-gradient( to left, #f2f2f2, rgba(0,0,0,0));
}
#sessao_05 #shadow_left{
  min-width: 150px;
  height: 494px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: -100;
  bottom: 8;
  pointer-events: none;
  z-index: 999;
  background: -webkit-gradient( linear, left top, right top, from(#f2f2f2), to(rgba(0,0,0,0)));
  background: -o-linear-gradient( left, #f2f2f2, rgba(0,0,0,0));
  background: linear-gradient( to right, #f2f2f2, rgba(0,0,0,0));
}

#sessao_05 #espaco{
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
#sessao_05 a{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-style: solid;
    border-radius: 10px;
    border-color: transparent;
    border-width: 1px;
    cursor: pointer;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}

#sessao_05 a:hover{
    border-color: #909090;
    border-width: 1px;
    -webkit-transition-duration: 0.5s;
         -o-transition-duration: 0.5s;
            transition-duration: 0.5s;
}


#sessao_05 #texto{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 30px);
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background-color: transparent;
}

#sessao_05 #imagem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: auto;
    background-color: transparent;
}
#sessao_05 #imagem img{
    border-style: solid;
    border-width: 0px;
    border-radius: 10px;
    z-index:981;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
}
#sessao_05 h4{
  width: 100%;
}
.carousel-section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}
.carousel-section .owl-carousel .owl-stage {
  padding-left: 0 !important;
  
}
.carousel-section .owl-carousel .owl-stage-outer {
  overflow: unset;
}
.carousel-section .owl-carousel .owl-nav .owl-next,
.carousel-section .owl-carousel .owl-nav .owl-prev {
  width: 50px;
  border: 1.8px solid transparent; /*borda dot */
  border-radius: 10px;
  height: 50px;
  font-size: 30px;
  color: #323838;
}
.carousel-section .owl-carousel .owl-nav .owl-next:focus,
.carousel-section .owl-carousel .owl-nav .owl-prev:focus {
  outline: 0;
}
.carousel-container {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  background-color: transparent;
}
@media screen and (max-width: 1400px)
{
    #sessao_05 #conteudo {
    width: calc(100% - 200px);
    }
    .carousel-container {
    width: calc(100% - 200px);
    }
}
@media screen and (max-width: 1040px)
{
  #sessao_05 #conteudo {
    width: calc(100% - 120px);
    }
    .carousel-container {
    width: calc(100% - 120px);
    }

}
@media screen and (max-width: 860px)
{
    #sessao_05{
    margin-bottom: -20px;
    }
  #sessao_05 #conteudo {
    width: calc(100% - 80px);
    }
    .carousel-container {
    width: calc(100% - 80px);

    }
}
.carousel-item {
  margin: 20px 0;
}
.carousel-item__card {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
}
#sessao_06{
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 100px;
    padding-top: 100px;
    background-color: #fff;
}
#sessao_06 #div_vermelha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 2px;
    height: 160px;
    bottom: -160;
    z-index: 999;
    background-color: #700d31;
}
#sessao_06 #conteudo {
    height: 900px;
    width: 1280px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
}
#sessao_06 #desktop{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#sessao_06 #coluna{
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
#sessao_06 #linha{
    height: 300px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#sessao_06 #imagem{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: transparent;
}
#sessao_06 img{
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index:981;
}

#sessao_06 #texto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 80px);
    max-width: 450px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-left: 40px;
    background-color: transparent;
}
#sessao_06_conteudo_B {
    height: auto;
    width: calc(100% - 0px);
    margin-top: 90px;
    margin-bottom: -200px;
    position: relative;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background-color: transparent;
}
#sessao_06_conteudo_B #texto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(100% - 80px);
    max-width: 450px;
    height: 100%;
    max-height: 220px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    margin-left: 40px;
    margin-bottom: -40px;
    background-color: transparent;
}
#sessao_06_conteudo_B #imagem_B{
    width: 100%;
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-style: solid;
    border-radius: 10px;
    border-color: transparent;
    border-width: 0px;
    background-color: transparent;
    cursor: pointer;
}
#sessao_06_conteudo_B #imagem_B img{
    border-style: solid;
    border-width: 0px;
    border-radius: 10px;
    z-index:981;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 1400px) 
{
    #sessao_06 #conteudo {
    width: calc(100% - 200px);
    }
    #sessao_06 #linha{
    height: 250px;
    }
}
@media screen and (max-width: 1040px)
{
    #sessao_06 #conteudo {
    width: calc(100% - 120px);
    height: 700px;
    }
}
@media screen and (max-width: 860px)
{
    #sessao_06 #conteudo {
    display: none;
    }
    #sessao_06_conteudo_B {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }
}
#sessao_07{
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0px;
    padding-top: 0px;
    background-color: transparent;
}
#sessao_07 #conteudo {
    height: 720px;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f2f2f2;
}
#sessao_07 #conteudo_mobile {
    height: auto;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 20px;
    padding-left: 200px;
    position: relative;
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f2f2f2;
    z-index: 1000;
}

#sessao_07 #subconteudo {
    height: auto;
    width: 1280px;
    margin: 0;
    padding: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
    pointer-events: none;
    z-index: 999;
}

#sessao_07 #div_vermelha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 2px;
  height: calc(100% + 380px);
  top: -120;
  background-color: #700d31;
  pointer-events: none;
  z-index: 999;
}
#sessao_07 #maps{
    width: 55%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background-color: transparent;
}
#sessao_07 #maps iframe{
    height: calc(100% + 40px);
    width: calc(100% + 50px);
    position: absolute;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 0;
}
#sessao_07 #maps #botao{
    height: 130px;
    width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    left: 10;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
    z-index: 997;
}
#sessao_07 #maps #correcao{
    height: 100%;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: -50;
    background-color: #f2f2f2;
    z-index: 997;
}
#sessao_07 #maps #sombra{
    width: 50%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    background-image: -webkit-gradient( linear, right top, left top, from(#f2f2f2), to(rgba(0,0,0,.0)));
    background-image: -o-linear-gradient( right, #f2f2f2, rgba(0,0,0,.0));
    background-image: linear-gradient( to left, #f2f2f2, rgba(0,0,0,.0));
    z-index: 997;
    pointer-events: none;
}

#sessao_07 #texto{
    width: calc(40% - 40px);
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 40px;
    margin-bottom: 40px;
    background-color: transparent;
    pointer-events: visible;
}
#sessao_07 a{
    max-width: 275px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    fill: #303030;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
}
#sessao_07 #oculto_top {
    width: 100%;
    height: 40px;
    position: absolute;
    top: -40;
    background-color: #fff;
    z-index: 998;
}
#sessao_07 #div_poligono_top {
    height: 0;
    width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    border-bottom: 140px solid transparent;
    border-left: 100vw solid #fff; 
    background-color: transparent;
    z-index: 998;
}
#sessao_07 #div_poligono_top_B {
    height: 0;
    width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 92;
    border-bottom: 50px solid transparent;
    border-left: 100vw solid #fff; 
    background-color: transparent;
    z-index: 998;
}
#sessao_07 #div_poligono_bottom {
    height: 0;
    width: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: 0;
    border-top: 140px solid transparent;
    border-right: 100vw solid #fff; 
    pointer-events: none;
    background-color: transparent;
    z-index: 998;
}
@media screen and (max-width: 1400px)
{
    #sessao_07 #subconteudo {
    width: calc(100% - 200px);
    }
}
@media screen and (max-width: 1100px)
{
    #sessao_07 #div_poligono_top {
    border-left: 100vw solid #f2f2f2;
    border-bottom: 50px solid transparent;
    }
    #sessao_07 #div_poligono_bottom {
    border-top: 50px solid transparent;
    }
    #sessao_07 #conteudo {
    height: 500px;
    }
    #sessao_07 #maps #sombra, #sessao_07 #maps #correcao{
    display: none;
    }
    #sessao_07 #maps{
    width: 100%;
    }
    #sessao_07 #maps iframe{
    height: calc(100% + 180px);
    }
    #sessao_07 #oculto_top {
    height: 180px;
    top: -180;
    }
    #sessao_07 #subconteudo {
    display: none;
    }
    #sessao_07 #conteudo_mobile{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }
    #sessao_07 #div_vermelha {
    height: calc(100% + 540px);
    top: -20;
    }
}

@media screen and (max-width: 1040px)
{
    #sessao_07 #conteudo_mobile{
    padding-left: 120;
    }
    #sessao_07 #div_poligono_top_B {
    left: 50;
    }
    #sessao_07 #texto{
    width: calc(100% - 120px);
    max-width: 450px;
    }
}

@media screen and (max-width: 860px)
{
    #sessao_07 #conteudo_mobile{
    padding-left: 80;
    }
    #sessao_07 #div_poligono_top_B {
    left: 40;
    }
}
#sessao_08{
    height: auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 100px;
    padding-top: 130px;
    background-color: transparent;
    z-index: 999;
}
#sessao_08 #div_vermelha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 2px;
  height: calc(100% + 100px);
  top: -120;
  background-color: #700d31;
}
#sessao_08 #conteudo {
  height: auto;
    width: 1280px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: transparent;
}
#sessao_08 #sub_conteudo {
    height: auto;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    background-color: transparent;
}
#sessao_08 #texto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 60px;
  width: 400px;
  height: auto;
  background-color: transparent;
}
#sessao_08 form{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
  margin-left: 60px;
  width: calc(100% - 60px);
  height: auto;
  background-color: transparent;
}
#sessao_08 form #div{
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
#sessao_08 #coluna{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: auto;
  background-color: transparent;
}
#sessao_08 #politica_A{ margin-top: 40px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
#sessao_08 #politica_B{ margin-top: 40px; display: none; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
@media screen and (max-width: 1400px)
{
    #sessao_08 #conteudo {
    width: calc(100% - 200px);
    }
    #sessao_08 #texto {
    margin-left: 40px;
    }
    #sessao_08 form{
    margin-left: 40px;
    width: calc(100% - 40px)
    }
}
@media screen and (max-width: 1040px)
{
    #sessao_08 #conteudo {
    width: calc(100% - 120px);
    }
}
@media screen and (max-width: 860px)
{
  #sessao_08 #conteudo {
    width: calc(100% - 80px);
    }
    #sessao_08 form{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    }
    #sessao_08 form #div{
    display: none;
    }
    #sessao_08 #politica_A{
    display: none;
    }
    #sessao_08 #politica_B{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    }
    #sessao_08 #texto {
    max-width: calc(100% - 40px);
    background-color: transparent;
    }
}
#div_texto{
  width: 40px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #700d31;
}
h1{
    line-height: 130%;
    font-weight: 400;
    font-size: 3rem;
    margin: 0;
    color: #323838;
}
@media screen and (max-width: 860px)
{
  h1{
    font-size: 2.5rem;
  }
}
h4{
    line-height: 130%;
    font-weight: 400;
    font-size: 2.4rem;
    margin: 0;
    color: #323838;
}
h3{
    font-weight: 400;
    font-size: 0.95rem;
    line-height: 180%;
    margin: 0;
    color: #fff;
    word-wrap: break-word;
}
h2{
    font-weight: 500;
    font-size: 1rem;
    line-height: 150%;
    margin: 0;
    color: #323838;
}
p{
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 180%;
    margin: 0;
    color: #303030;
    word-wrap: break-word;
}
.pp{
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 150%;
    margin: 0;
    color: #7c7c7c;
    text-align: center;
    word-wrap: break-word;
}
#resposta_span, #resposta_span_02{
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #606060;
    word-wrap: break-word;
}
#preloader {
    position:fixed;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center; 
    background-color:#fff;
    z-index: 1100;
    opacity:1;
    -webkit-transition: 0.5s 1s ease-out;
    -o-transition: 0.5s 1s ease-out;
    transition: 0.5s 1s ease-out;
}
#preloader-logo{
    opacity:1;
    -webkit-transition: 0.3s 0.7s ease-out;
    -o-transition: 0.3s 0.7s ease-out;
    transition: 0.3s 0.7s ease-out;
}
#spinner{
    width: 150px;
    height: 150px;
    border: 2px solid #fff;
    border-top:3px solid #323838;
    border-radius: 100%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right: 0;
    margin: auto;
    -webkit-animation: spin 1s infinite linear;
            animation: spin 1s infinite linear;
    opacity:1;
    -webkit-transition: 0.3s 0.7s ease-out;
    -o-transition: 0.3s 0.7s ease-out;
    transition: 0.3s 0.7s ease-out;
}
@-webkit-keyframes spin{
    from{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    to{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes spin{
    from{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
    to{-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
.ancora{
    position: relative;
    top: 50;
    width: 100%;
    height: 0px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000;
}
.ancora_02{
    position: relative;
    top: 0;
    width: 100%;
    height: 0px;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1000;

}
.mobilegeral, .mobilegeral_2 {
display: none;
}
.desktopgeral, .desktopgeral_2 {
display: none;
}

@media screen and (max-width: 768px)
{
    .desktopgeral{display: none;}
    .mobilegeral{display: -webkit-box;display: -ms-flexbox;display: flex;}
    .desktopgeral_2{display: none;}
    .mobilegeral_2{display: block;}
}
@media screen and (min-width: 769px)
{
    .mobilegeral{display: none;}
    .desktopgeral{display: -webkit-box;display: -ms-flexbox;display: flex;}
    .mobilegeral_2{display: none;}
    .desktopgeral_2{display: block;}
}
#nav{
    height: 70px;
    width: 100%;
    position: fixed;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    padding: 20px 0px 20px 0px;

    z-index: 999;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.nav_style{
    background-color: #ffffff;
    -webkit-box-shadow: 0 0px 24px 0 rgba(0,0,0,.1);
            box-shadow: 0 0px 24px 0 rgba(0,0,0,.1);
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}


.logo{
    margin-left: 100px;
    z-index: 999;
    width: 195.501px;
    height: 44.644px;
    background-repeat: no-repeat;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    cursor: pointer;
}
.logomobile{
    margin-left: 40px;
    z-index: 999;
    width: 195.501px;
    height: 44.644px;
    background-repeat: no-repeat;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    cursor: pointer;
}

.itens{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

    margin-top: 5px;

    right: 100;
    width: auto;
    background-color: transparent;
}
.itens li {
    list-style: none;
    margin-right: 60px;
   
    text-decoration: none;
    cursor: pointer;  
}
.itens li a {
    position: relative;    
    text-decoration: none;

    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
}
.itens_texto{
    font-weight: 500;
    font-size: 14px;
    color: #323838;
    text-decoration: none;

    -webkit-transition-duration: 0.3s;

         -o-transition-duration: 0.3s;

            transition-duration: 0.3s;
}

.item_animation{
    height: 2px;
    width: 0px;
    margin-top: 5px;
    border-radius: 50px;
    border-style: solid;
    border-width: 0px;
    background-color: #323838;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.itens_texto:hover .item_animation{
    width: 100%;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}


#menu_desktop .redessociais{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    right: 0;
    margin-right: 60px;
    width: 45px;
    background-color: transparent;
}
#menu_desktop .redessociais .icone{
    cursor: pointer; 
    fill: #fff;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
#menu_desktop .redessociais .icone:hover{
    fill: #ffd600;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.nav-links{
    position: absolute;
    right: 0px;
    height: 150vh;
    top: -20px;
    margin-right: 0px;
    background-color: #fff;
    -webkit-box-pack: normal;
        -ms-flex-pack: normal;
            justify-content: normal; 
    display: -webkit-box; 
    display: -ms-flexbox; 
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    width: 100%;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease-in;
    transition: -webkit-transform 0.3s ease-in;
    -o-transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in;
    transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.nav-links .redessociais{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; 
    width: 80px;
    background-color: transparent;
}
.nav-links .redessociais .icone{
    cursor: pointer; 
    fill: #fff;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.nav-links .redessociais .icone:hover{
    fill: #ffd600;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.nav-links li{

    list-style: none;
    margin-right: 0px;
    margin-left: 30px;
    opacity: 0;
    margin-top: 40px;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
}
.nav-links li a {
  position: relative;
  color: #fff;
  text-decoration: none;  
}
.nav-links a{

  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
.nav-links #linguagem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    width: auto;
    position: relative;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    background-color: transparent;
}



.nav-links .div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 1px;
  margin-top: 40px;
  margin-right: 40px;
  margin-left: 40px;
  background-color: #6d6d6d;
}
.nav-links .nav-social{
  margin-left: 50px;
  width: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; 
  -webkit-box-align: end; 
      -ms-flex-align: end; 
          align-items: flex-end;
  opacity: 0;
  margin-left: 40px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.burger{
    position: fixed;
    width: 80px;
    height: auto;
    right: 0;
    top: 12;

    /*margin-right: 20px;*/
    padding: 11px 8px 11px 8px;
    display: block;
    cursor: pointer;
    background-color: transparent;
    z-index: 999; 

    -webkit-transition-duration: 0.3s; 

         -o-transition-duration: 0.3s; 

            transition-duration: 0.3s;
}
.burger div{ 
    width: 18px;
    height: 2px;
    margin: 5px;
    border-radius: 50px;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.2s;
         -o-transition-delay: 0.2s;
            transition-delay: 0.2s;

    background-color: #323838;
}
.toggle .line1{-webkit-transform: rotate(-45deg) translate(-5px, 5px);-ms-transform: rotate(-45deg) translate(-5px, 5px);transform: rotate(-45deg) translate(-5px, 5px);}
.toggle .line2{opacity: 0;}
.toggle .line3{-webkit-transform: rotate(45deg) translate(-5px, -5px);-ms-transform: rotate(45deg) translate(-5px, -5px);transform: rotate(45deg) translate(-5px, -5px);}
@media screen and (max-width: 1400px)
{
    .logo{
    margin-left: 40px;
    }
    .itens{
        right: 40;
    }
}
@media screen and (max-width: 1230px)
{
    .logo{display: none;}
    .logomobile{display: -webkit-box;display: -ms-flexbox;display: flex;}
    .nav-links{width: 100%;}
    .nav-links li{margin-left: 40px; margin-top: 20px;}
    #menu_desktop{display: none;}

}
@media screen and (min-width: 1231px) /* desktop */
{
    .logo{display: -webkit-box;display: -ms-flexbox;display: flex;}
    .logomobile{display: none;}
    .burger{display: none;}
}

.nav-active{
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
}
@-webkit-keyframes navLinkFade{
    from{
        opacity: 0;
        -webkit-transform: translateX(20px);
                transform: translateX(20px);
    }
    to{
        opacity: 1;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
@keyframes navLinkFade{
    from{
        opacity: 0;
        -webkit-transform: translateX(20px);
                transform: translateX(20px);
    }
    to{
        opacity: 1;
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
#footer{
    width: 100%;
    height: 120px;
    padding: 60px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index:980;
    border-width: 1.8px 0px 1.8px 0px;
    border-style: solid;
    border-color: rgba(0,0,0,.2);
    background-color: transparent;
}
#footer .container{
    width: calc(100% - 120px);
    max-width: calc(1920px - 120px);
    height: 100%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; 
}
#footer .box{
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    white-space: nowrap;
    background-color: transparent;
    text-align: left;
    font-size: 14px;
    color: #707070;
    text-decoration: none;
}
#footer .box #a{
    margin-right: 60px;
}
#footer .box a{
    text-decoration: none;
    cursor: pointer;
    color: #707070;
    font-weight: 500;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
#footer .box a:hover{
    text-decoration: none;
    cursor: pointer;
    color: #323838;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
#footer .redessociais{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    background-color: transparent;
}
#footer .redessociais a{
  font-weight: 500;
  margin-right: 0px;
}
#footer .redessociais .icone{
    cursor: pointer; 
    fill: #707070;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
#footer .redessociais .icone:hover{
    fill: #323838;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
#footer_escandi{
    width: 100%;
    height: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index:980;
    background-color: #383838;
}
#footer_escandi a{
    font-size: 10px;
    color: #fff;
    text-decoration: none;
}
#footer_escandi font{

}
#footer_text{
    width: 100%;
    height: 40px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 10px;
    color: #707070;
    line-height: 150%;
    z-index:980;
    background-color: #fff;
}
#footer_text #text{
    width: calc(100% - 80px);
}
#footer #divs{
    height: 40px;
    width: 40px;
    display: none;
    background-color: transparent;
}

@media screen and (max-width: 1400px)
{
    #footer{
        height: auto;
    }
    #footer .container{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
    }
    #footer #divs{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (max-width: 860px)
{
    #footer .box{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }
    #footer .box #a{
        margin-right: 0px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 768px)
{
    #footer{
        height: auto;
        padding: 40px 40px 40px 40px;
    }
    #footer .container{
        width: calc(100% - 80px);
        margin-top: 20px;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; 
    }
    #footer .box{
        margin-bottom: 20px;
        margin-right: 0px;
        text-align: center;
    }
    #footer .redessociais{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

}
#button_01 {
    display: inline-block;
    position: relative;
    width:180px;
    height:50px;
    font-weight: 500;
    font-size: 15px;
    cursor:pointer;
    color:#2b3535;
    border-width: 1.8px;
    border-radius: 5px;
    border-style: solid;
    border-color: #2b3535;
    background-color: rgb(0, 0, 0, 0);
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    margin-top: 40px;
}
#button_01{
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#button_01:after {
  content: url("https://bbmaadvogados.com/img/next.png");
  position: absolute;
  opacity: 0;  
  top: 19px;
  right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#button_01:hover{
  padding-right: 55px;
  padding-left: 10px;
}

#button_01:hover:after {
  opacity: 1;
  right: 30px;
}
#button_02, #cadastro_enviar, #cadastro_update {
    display: inline-block;
    position: relative;
    width:100%;
    height:50px;
    font-weight: 500;
    font-size: 15px;
    cursor:pointer;
    color:#fff;
    border-width: 1.8px;
    border-radius: 5px;
    border-style: solid;
    border-color: #2b3535;
    background-color: #2b3535;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    margin-top: 40px;
}
#button_02, #cadastro_enviar, #cadastro_update{
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#button_02:after, #cadastro_enviar:after, #cadastro_update:after{
  content: url("https://bbmaadvogados.com/img/next.png");
  position: absolute;
  opacity: 0;  
  top: 19px;
  right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#button_02:hover, #cadastro_enviar:hover, #cadastro_update:hover{
  padding-right: 55px; 
  padding-left: 10px;
  color: #2b3535;
  background-color: transparent;
}
#button_02:hover:after, #cadastro_enviar:hover:after, #cadastro_update:hover:after {
  opacity: 1;
  right: 30px;
}
#button_03 {
    display: inline-block;
    position: relative;
    width:180px;
    height:25px;
    font-weight: 500;
    font-size: 15px;
    cursor:pointer;
    color:#2b3535;
    padding-left: 0px;
    border-width: 0px;
    border-radius: 5px;
    border-style: solid;
    border-color: #2b3535;
    background-color: rgb(0, 0, 0, 0);
    text-align: left;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
    margin-top: 40px;
}
#button_03{
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#button_03:after {
  content: url("https://bbmaadvogados.com/img/next.png");
  position: absolute;
  opacity: 0;  
  top: 8px;
  right: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#button_03:hover{
  padding-right: 0px;
  padding-left: 0px;
}

#button_03:hover:after {
  opacity: 1;
  right: 30px;
}
a{
  text-decoration: none;
  cursor: pointer;
}
label{
  width: 100%;
  font-size: 0.75rem;
  font-weight: 600;
  color: #54585a;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  top: 20;
  left: 8;
  text-align: left;
  z-index:982;
  background-color: #fff;
}
input {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  position: relative;
  border-style: solid;
  border-color: rgba(0,0,0,.2);
  border-width: 1px;
  border-radius: 5px;
  padding: 10px;
  font-size: 0.85rem;
  font-weight: 400;
  color: #868686;
  font-family: Poppins;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
textarea {
  width: 100%;
  height: 205px;
  margin-top: 10px;
  position: relative;
  border-style: solid;
  border-color: rgba(0,0,0,.2);
  border-width: 1px;
  border-radius: 5px;
  padding: 10px;
  padding-top: 15px;
  font-size: 0.85rem;
  font-weight: 400;
  color: #868686;
  font-family: Poppins;
  resize: none;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}


select {
  width: 100%;
  height: 50px;
  margin-top: 10px;
  position: relative;
  border-style: solid;
  border-color: rgba(0,0,0,.2);
  border-width: 1px;
  border-radius: 5px;
  padding: 10px;
  font-size: 0.85rem;
  font-weight: 400;
  color: #868686;
  font-family: Poppins;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
textarea:hover, input:hover, input:focus, select:hover, select:focus, #preview:hover {
  border-color: #323838;
  color: #323838;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background-color: #fff;
}
textarea:focus, input:focus, select:focus, button:focus {
    border-color: #909090;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    outline: 0;
    background-color: transparent;
}
input[type='date']
{
    display:block;
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    min-height: 1.2em;
}
input[type='file'] {
    display: none
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
.inputfile + label {
    width: calc(100% - 17px);
    height: 50px;
    margin-left: -7;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 10px;
    border-radius: 5px;
    border-color: rgba(0,0,0,.2);
    font-size: 0.85rem;
    font-weight: 400;
    font-family: Poppins;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
}
.no-js .inputfile + label {
    display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}
.inputfile + label * {
}
.inputfile + label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 10px;
}
.inputfile-2 + label {
    color: #868686;
    border: 1px solid currentColor;
}
.inputfile-2:focus + label,
.inputfile-2.has-focus + label,
.inputfile-2 + label:hover {
    color: #323838;
}