.interna-header {
    background-color: #035151;
    position: fixed;
    width: 100%;
    z-index: 0948;
    box-shadow: 1px 1px 9px 0px #a4a1a1;
}
.no-padding {
    padding: 0px !important;
}
.interna-header .menu { 
    border-bottom: none;
    padding: 0px;
}
.experiencia h2 {
    color: #035151;
    font-size: 29px;
    font-family: 'Arapey';
}
.experiencia p strong {
    background-color: #39E2B0;
    font-weight: normal;
    padding: 3px 9px;
}

.experiencia p{
    color: #505050;
    font-family: 'Arimo';
    line-height: 34px;
}
.introdutorio h6 {
    color: #035151;
    font-family: 'Arapey';
    font-size: 30px;
}
.sec1 h2 {
    font-size: 30px;
    margin-top: 50px;
}
.sec1 p {
    color: white;
    font-size: 14px;
    line-height: 17px;
}
.introdutorio p {
    color: #505050;
    font-family: 'Arimo';
    line-height: 34px;
}
.header-slide {
    height: 100vh;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
}
.header-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(189, 7, 7, 0); /* Inicialmente sem cor ou transparente */
    transition: background 0.3s ease;
    z-index: 1;
}
/* Quando o mouse passa sobre os itens do menu */
.menu-item:hover ~ .header-slide::before {
    background: rgba(0, 0, 0, 0.5); /* Aplica transparência de 50% */
}

/* Certifique-se de que o conteúdo da header-slide fique acima do pseudo-elemento */
.header-slide * {
    position: relative;
    z-index: 2;
}

.logo-branco img{
    width: 370px;
}
.menu {
    border-bottom: 2px solid white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 114px;
    font-family: "Arimo", sans-serif;
    padding: 0px 63px;
}

.nav ul {
    display: flex;
}

.nav ul li {
    list-style: none;
}
.menuM a {
    /* background-color: red; */
    padding: 47px 14px;
    color: white;
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}
.nav ul li a:hover {
    border-bottom: 10px solid #FE6E5B;
}

.interna-header .nav ul li a:hover {
    border-bottom: 10px solid #FE6E5B;
    color: white;
}

.logo-branco img {
    width: 249px;
}

.container.interna {
    padding-top: 110px;
}


/* Esconde o mega menu inicialmente */
.mega-menu {
    background-color: #035151;
    height: 310px;
   
    width: 1110px;
    display: none;
    position: absolute;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    top: 76px;
    z-index: 1000;
    border-top: 2px solid white;
}

.body-menu {
    display: flex;
    flex-direction: column;
    border-left: 2px solid white;
    margin-left: 120px;
    padding-left: 22px;
    padding-bottom: 22px;
    height: 241px;
}
.body-menu h1 {
    font-family: "Arapey", serif;
    color: white;
    font-size: 60px;
    margin-top: 13px !important;
}
.body-menu-itens {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    padding-top: 24px;
    align-items: flex-start;
    height: 200px;
    flex-wrap: wrap;
}
.body-menu-itens a img {
    margin-right: 8px;
    height: 10px;
}
.body-menu-itens a {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-weight: bold;
    color: #C3C3C3;
    margin-bottom: 13px;
    display: flex;
    flex-direction: row;
    align-items: center;
    min-width: 100px;
    flex-wrap: nowrap;
    justify-content: flex-start;
    text-transform: none;
}
.body-menu-itens a:hover {
    border: none !important;
    color: white;
}

.interna-header .en .mega-menu-pessoas {
    left: -696px !important;
}

.interna-header .en .mega-menu-atuacao {
    left: -855px !important;
}

.interna-header .pt .mega-menu-pessoas {
    left: -681px !important;
}

.interna-header .pt .mega-menu-atuacao {
    left: -871px !important;
}
/* Posição específica para cada mega menu */
.en .mega-menu-pessoas {
    left: -633px;
}
.mega-menu-pessoas {
    left: -619px;
    
}
.list-contents div#nav-tabContent {
    border-bottom: 1px solid #FE6E5B;
}
.mega-menu-escritorio {
    left:  -773px; /* Ajuste conforme necessário */
}
.en .mega-menu-atuacao {
    left: -790px/* Ajuste conforme necessário */;
}
.mega-menu-atuacao {
    left: -807px/* Ajuste conforme necessário */
}

/* Exibe o mega menu ao passar o mouse sobre o item correspondente */
.menu-item:hover .mega-menu {
    display: block;
}

/* Estilizações adicionais para o menu */
.menu {
    position: relative;
}

.menu-item {
    position: relative;
}

.mega-menu h1 {
    margin: 0;
}

.disclaimer {
    background-color: #FE6E5B;
    text-align: center;
    padding: 8px;
    color: white;
    font-family: "Arimo", sans-serif;
}

.disclaimer a:hover {
    background-color: #a7574d4d;
}

.disclaimer a {
    color: white;
    padding: 12px;
    font-size: 14px;
    text-decoration: none;
}
.col-footer {
    width: 16%;
    min-height: 200px;
}
.col-footer span {
    text-transform: uppercase;
    border-bottom: 1px solid #505050;
    width: 100%;
    display: block;
    margin-bottom: 18px;
    color: #505050;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Arimo';
}
.assinatura-body {
    padding: 26px 10px;
    color: #505050;
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.assinatura-body img {
    height: 39px;
}
.itens-footer {
    min-height: 450px;
    background-color: #EFEFEF;
    padding: 44px 0px;
}
.body-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.footer-item {
    display: flex;
    flex-direction: column;
}
.footer-item a:hover {
    color: #FE6E5B;
    text-decoration: underline;
}
.footer-item a {
    color: #505050;
    text-decoration: none;
    font-size: 14px;
    margin-bottom: 13px;
}



.box_ultimas {
    display: flex;
    background-color: red;
    width: 100%;
}

.modal-header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background-color: #EFEFEF;
}
.modal-header span {
    font-size: 13px;
    font-family: 'Arimo';
    font-weight: bold;
    color: #505050;
}
button.close {
    margin: 0px !important;
    font-size: 14px;
}
.close span {
    color: #FE6E5B;
    font-weight: bold;
    font-size: 15px;
    border: 1px solid gray;
    border-radius: 100px;
    padding: 0px 3px;
    margin-left: 7px;
}
.modal-body p {
    color: #505050;
    font-family: 'Arimo';
    font-size: 14px;
}

.content-area1 {
    padding: 70px 0px;
}
.content-area1 {
    padding: 70px 0px;
}
.txt-area1 h1 {
    font-family: 'Arapey';
    color: #035151;
    font-size: 59px;
    line-height: 52px;
}
.txt-area1 p {
    border-top: 1px solid #FE6E5B;
    font-family: 'Arimo';
    color: #505050;
    font-size: 16px;
    width: 46%;
    float: left;
    margin-top: 18px;
    margin-left: 27%;
}
.txt-area1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
img.roll {
    position: absolute;
    z-index: 100;
    height: 38px;
    right: 50%;
    bottom: 0;
    margin-bottom: 30px;
}

.quem_somos {
    background-color: #c3c3c326;
    min-height: 500px;
    background-image: url(../img/barra.svg);
    background-repeat: no-repeat;
    background-size: 40px;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    justify-content: center;
}
#tabs1 button {
    color: #035151;
    font-family: 'Arimo';
    text-transform: uppercase;
    font-size: 12px;
    padding: 16px;
}
div#tabs1 {
    padding-top: 40px;
    padding-bottom: 40px;
}
#tabs1 button.active {
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 4px solid #39E2B0;
}

#tabs1 button:hover {
    border-color: transparent;
    border-bottom: 4px solid #39e2b094;
    background-color: #80808014;
}
.quem-somos-tab {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: space-around;
    padding-top: 50px;
}
.quem-somos-tab .area {
    width: 30%;
    padding: 2px;
}
#tabs1 p {
    color: #505050;
    line-height: 34px;
}
.area h2 {
    color: #035151;
    font-family: 'Arapey';
    border-bottom: 1px solid #035151;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.hidden {
    opacity: 0 !important;
}

.dei {
    background-color: #035151;
    min-height: 350px;
    width: 100%;
}

.content-2 {
    background-color: white;
    width: 100%;
    min-height: 500px;
    padding: 127px !important;
}

.content-1 span {
    color: #FE6E5B;
    font-family: 'Arimo';
    font-weight: bold;
    font-size: 14px;
    width: 70%;
    display: block;
    margin-top: 40px;
}

.content-1 h2 {
    font-family: 'Arapey';
    color: white;
    font-size: 42px;
    padding-bottom: 20px;
    line-height: 44px;
    padding-top: 23px;
}

.content-1 p {
    color: white;
    font-family: 'Arimo';
    line-height: 34px;
}

.content-1 hr {
    border: 2px solid #fe6e5b !important;
    width: 70%;
    opacity: 1;
}
.pills h3 {
    font-family: 'Arapey';
    color: #035151;
}
.content-2 a {
    color: #035151;
    text-transform: uppercase;
    font-family: 'Arimo';
    font-weight: bold;
    font-size: 12px;
}

.pills {
    margin-bottom: 60px;
    
}

img.vrg {
    position: absolute;
    z-index: 9;
    height: 500px;
    margin-top: 450px;
    left: -71px;
}
img.vrg2 {
    position: absolute;
    z-index: 9;
    height: 500px;
    margin-top: 360px;
    left: -191px;
}

.carre-ta {
    background-color: #035151;
    padding: 64px !important;
}

.carre-ta h2 {
    font-family: 'Arapey';
    color: white;
    font-size: 63px;
}

.carre-ta span {
    font-family: 'Arapey';
    color: white;
    font-size: 23px;
    margin-left: 60px;
    display: block;
}
img.vrg-car {
    position: absolute;
    height: 100px;
    top: -31px;
    left: -31px;
}

.carre-de p {
    color: #035151;
    font-family: 'Arimo';
    font-size: 20px;
    margin: 79px;
    border-top: 2px solid #FE6E5B;
    padding-top: 10px;
}
.parte a {
    color: #035151;
    font-family: 'Arimo';
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    border: 1px solid;
    padding: 3px 14px;
    border-radius: 10px;
}

.parte {
    background-color: #EFEFEF;
    padding: 60px 32px;
    margin: 100px 0px;
    text-align: center;
}
.parte h2 {
    font-family: 'Arapey';
    color: #035151;
}

#carreira button {
    background-color: white;
    border-bottom: 1px solid #39E2B0 !important;
    border: white;
}

#carreira button {
    background-color: white;
    border-bottom: 1px solid #39E2B0 !important;
    border: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 10px;
    color: #495057;
}

#carreira button.active {
    color: #39E2B0;
}

#carreira button:hover {
    color: #0f7959;
}

#carreira .nav-tabs {
    border-bottom: 1px solid #39E2B0;
}
.fx-1 {
    margin: auto;

}
#carreira h2 {
    color: #505050;
    font-family: 'Arapey';
    padding: 0px 70px;
}

.area1x {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 73px 0px;
}

img.arotab {
    height: 400px;
    position: absolute;
    left: -100px;
}
#carreira h1 {
    font-family: 'Arapey';
    margin-bottom: 70px;
    color:#035151;
}
.list-pessoas {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box_ultimas {
    display: flex;
    background-color: #035151;
    width: 30%;
    flex-direction: column;
    margin-bottom: 60px;

}
.box-content {
    padding: 30px;
}
.box-content h2 {
    font-family: Arapey;
    color: white;
    font-size: 35px;
    display: inline-block;

    white-space: nowrap;
  overflow-wrap: break-word;
  word-break: break-all;
  width: 100%;
}

.box-content h2::first-line {
    white-space: normal; /* Permite a quebra após a primeira palavra */
}
.titi-in {
    font-family: 'Arapey';
    font-size: 56px;
    color: #035151;
    padding: 71px 0px;
    padding-bottom: 20px;
}

.cities {
    border-top: 1px solid #39E2B0;
    padding-top: 8px;
    margin-right: 40px;
    margin-bottom: 30px;
}
.cities span {
    color:#39E2B0;
    font-weight: bold;
}
.p-email {
    color: white;
    font-size: 14px;
    display: block;
}

#mobile {
    display: none;
}

.side {
    background-color: #035151;
}

.experiencia.a1  p strong {
    background-color: transparent;
    padding: 0px;
    font-weight: bold;
} 
.pessoa-view-content {
    margin-top: 70px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.carres {
    display: flex;
}
.side2 {
    margin-left: 60px;
    padding-bottom: 100px;
}

.conectse {
    background-color: #39E2B0;
    text-align: center;
    padding: 22px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.view-pessoas1 {
    background-image: url(/img/aros.png);
    background-repeat: no-repeat;
    background-position: top;
    background-position-x: 0px;
}
.conectse a {
    border: 1px solid #035151;
    padding: 4px 15px;
    border-radius: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    width: 46%;
    color: #035151;
}

.conectse a img {
    margin-right: 2px;
    height: 20px;
}

.rdt { 
    display: flex;
}

.content-1 {
    padding-bottom: 100px;
}


.area-de-atuacao {
    padding-top: 156px;
}

.setor-header {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-bottom: 50px;
}


.setor-header span {
    font-family: 'Arapey';
    color: tomato;
    font-size: 21px;
}

.setor-header h1 {
    font-family: 'Arapey';
    color: #035151;
    text-transform: uppercase;
    font-size: 56px;
}

.setor-header p {
    color: #505050;
    margin: 0px 10%;
    line-height: 30px;
    border-top: 2px solid #FE6E5B;
    margin-top: 47px;
    padding-top: 21px;
}

img.virg-setor {
    position: absolute;
    height: 83px;
    left: -78px;
}
.list-pessoas-setor {
    padding-bottom: 150px;
    padding-top: 100px;
}

.list-pessoas-setor h3 {
    color: #035151;
    font-family: 'Arapey';
    border-bottom: 1px solid #0351512e;
    margin-bottom: 40px;
}

.advd {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}


.box-adsvs {
    width: 23%;
    margin-right: 28px;
    margin-bottom: 40px;
}

.box-adsvs:nth-child(4n) {
    margin-right: 0px;
}


.box-adsvs img {
    width: 100%;
    border-bottom: 7px solid #39E2B0;
}

.advs-contet h2 {
    color: #035151;
    font-family: 'Arapey';
    font-size: 20px;
    margin-top: 11px;
}

.advs-contet h2 br {
    display: none;
}
.content2 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.content2 p {
    color: #505050;
    line-height: 30px;
    margin-top: 47px;
    padding-top: 21px;
    width: 60%;
    margin-left: 60px;
}

.txt-content2 {
    display: flex;
    align-items: center;
    height: auto;
}


.nosso-olhar {
    background-color: #035151;
    padding-bottom: 100px;
}
.olhar-top {
    display: flex;
    flex-direction: row;
}

.nosso-olhar h3 {
    color: white;
    font-family: 'Arapey';
    font-size: 70px;
    margin-top: 40px;
    text-transform: uppercase;

}
.olhar-top p {
    color: white;
    font-family: 'Arapey';
    font-size: 24px;
}
img.olhar-barra {
    position: absolute;
    height: 90px;
    top: 170px;
    left: 5px;
}

img.olhar-virg {
    position: absolute;
    top: 396px;
    height: 260px;
    right: 0px;
}

.olhar-txt p {
    color: white;
    font-family: 'Arimo';
    width: 72%;
    margin: auto;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 32px;
}

.list-contents {
    padding: 75px 0px;
}





.list-contents .nav-tabs {
    border-bottom: 1px solid #FE6E5B;
}

.list-contents button.nav-link1 {
    background-color: white;
    border: 0px;
    color: #505050;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 6px;
    border-bottom: 3px solid white;
    margin: 0px 14px;
}

.list-contents button.nav-link1:hover {
    border-bottom: 3px solid #b05a4f;
}

.list-contents button.nav-link1.active {
    border-bottom: 3px solid #FE6E5B;
}

.list-contents ul li {
    list-style: none;
    color: #505050;
    font-family: 'Arimo';
    margin-top: 14px;
}

.list-contents ul li::before {
    content: '→';
    /* position: absolute; */
    left: 0;
    color: #FE6E5B;
    font-size: 16px;
    margin-right: 8px;
}


.drop-contet {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.drop-contet .columnZ {
    width: 40%;
    margin: 4px;
}


.exp-destk {
    width: 90%;
    margin: auto;
    padding: 80px 0px;
    color: #505050;
    font-family: 'Arimo';
    padding-bottom: 0px;
}

.exp-destk h3 {
    font-family: 'Arapey';
}

.content-exp-destk p strong {
    color: #035151;
    border-bottom: 1px solid #03515136;
    width: 100%;
    display: block;
    margin-top: 25px;
}

.content-exp-destk p strong::before {
    content: '→';
    /* position: absolute; */
    left: 0;
    color: #FE6E5B;
    font-size: 16px;
    margin-right: 8px;
}

.area-pratica {
    display: flex;
}


img.img-destak {
    height: 76%;
}


.coluna-pratica {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.coluna-pratica h3 {
    font-family: 'Arapey';
    font-size: 70px;
    color: #035151;
}
.coluna-pratica p {
    color: #035151;
    font-family: 'Arapey';
    font-size: 24px;
    margin-left: 8px;
}
img.virgxa {
    position: absolute;
    width: 50%;
    top: 342px;
}
img.virg5 {
    position: absolute;
    height: 330px;
    left: -140px;
}


.txt-pratica1 hr {
    border: 1px solid #035151;
}
.tag-pratica span {
    font-family: 'Arimo';
    color: #505050bd;
    font-size: 14px;
    border-left: 1px solid #505050bd;
    padding: 1px 11px;
    line-height: 50px;
}

.acord-energy .card-header {
    background-color: #035151;
    border-radius: 0px;
    border: 0px;
}

.acord-energy .card h5 button {
    font-family: 'Arapey';
    font-size: 30px;
    color: white;
}
.our-take {
    display: flex;
}

img.virgz {
    position: absolute;
    margin-top: 159px;
    margin-left: -15px;
}

img.carrossel-energia-img {
    max-width: 20vw; 
    min-height: 50vh;
}


.our-take h3 {
    color: #035151;
    font-family: 'Arapey';
    font-size: 100px;
    line-height: 94px;
    margin-left: 60px;
}

.p-take p {
    color: #035151;
    margin-left: 70px;
    width: 80%;
    font-size: 19px;
    margin-top: 41px;
}

.nosso-olhar-txt-2-sub {
    color: #035151;
    /* margin-left: 70px; */
    width: 80%;
    font-size: 19px;
    margin-top: 41px;
    margin: auto;
}

form#PessoaSociosForm {
    display: flex;
}
input#PessoaSearch {
    border: 0px;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px;
    margin-bottom: 30px;
    font-family: 'Arapey';
    font-size: 19px;
}
button.btn.btn-primary {
    background-color: #035151;
    height: 34px;
    margin-left: 20px;
    margin-top: 12px;
    border: 0px;
}

#aba-pratica button.active {
    background-color: transparent;
    border: 1px solid transparent;
    border-bottom: 4px solid #39E2B0;
}

#aba-pratica button {
    color: #035151;
    font-family: 'Arimo';
    text-transform: uppercase;
    font-size: 12px;
    padding: 16px;
}

#aba-pratica button:hover {
    border-color: transparent;
    border-bottom: 4px solid #39e2b094;
    background-color: #80808014;
}
#aba-pratica h2 {
    color: #035151;
    font-family: 'Arapey';
    padding-top: 20px;
    margin-bottom: 30px;
    font-size: 36px;
    border-bottom: 5px solid #39E2B0;
    display: inline;
}

#aba-pratica .tab-content>.active {
    background-color: #39e2b029 !important;
    padding: 43px 110px !important;
}
.txt2a {
    color: #035151;
    font-family: 'Arapey';
    font-size: 20px;
    margin-top: 30px;
}
.desc-pret {
    margin-left: 100px;
    margin-top: 30px;
}

.desc-pret h3 {
    color: #035151;
    font-family: 'Arapey';
}

.desc-pret p {
    color: #035151;
    line-height: 33px;
}

.desc-fig {
    position: absolute;
    width: 140px;
    margin-left: -130px;
    transform: rotate(318deg);
}
.letras {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.letras a {
    border: 0px;
    color: #035151;
    font-weight: 800;
}

.btn-selected {
    border: 1px solid #035151 !important;
}
.relacs {
    display: flex;
    margin-top: 30px;
}
.relacs span {
    border-left: 0px !important;
    padding: 0px;
    line-height: normal;
}

form#PessoaBuscaForm {
    display: flex;
}

.busca-home {
    background-color: #035151;
}

.area-busca-home {
    display: flex;
    align-items: center;
}

.aref {
    display: flex;
    flex-direction: column;
}

.form-home {
    width: 60%;
    padding: 53px 40px;
}

.text-form-home {
    width: 40%;
    color:white;
}

.text-form-home p {
    border-top: 1px solid #FE6E5B;
    width: 60%;
    margin-left: 60px;
    margin-top: 10px;
    padding-top: 10px;
    font-size: 14px;
}


.aref label {
    color: white;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
}
.aref input, .aref select {
    border: 0px;
    border-radius: 0;
    background-color: transparent;
    border-bottom: 1px solid #FE6E5B;
    font-size: 13px;
    padding: 0px;
    color: white;
}
.text-form-home h3 {
    font-family: 'Arapey';
    font-size: 32px;
}
@media (max-width: 767.98px) { 

    .area-busca-home {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .text-form-home {
        width: 86%;
        color: white;
        padding-top: 40px;
    }

    .text-form-home p {
        border-top: 1px solid #FE6E5B;
        width: 80%;
        margin-left: 0px;
        margin-top: 10px;
        padding-top: 10px;
        font-size: 14px;
    }

    .form-home {
        width: 100%;
        padding: 44px 20px;
    }
    .relacs {
        display: flex;
        margin-top: 30px;
        flex-direction: column;
    }
    .letras {
        display:none;
    }

    #aba-pratica .tab-content>.active {
        padding: 23px 25px !important;
    }


    .nosso-olhar-txt-2-sub {
        color: #035151;
        /* margin-left: 70px; */
        width: 100%;
    }
    .our-take {
        display: flex;
        flex-direction: column;
    }

    .our-take h3 {
        color: #035151;
        font-family: 'Arapey';
        font-size: 56px;
        line-height: 47px;
        margin-left: 0px;
        margin-top: 20px;
    }
    .imgz7 {
        width: 100%;
    }
    .p-take p {
        color: #035151;
        margin-left: 0px;
        width: 100%;
        font-size: 19px;
        margin-top: 41px;
    }
    .coluna-pratica h3 {
        font-size: 50px;
    }

    .coluna-pratica p {

        margin-left: 0px;

    }

    img.img-destak {
        display: none;
    }

    .coluna-pratica.col-lg-7 {
        display: none;
    }

    .area-pratica {
        display: flex;
        flex-direction: column;
    }

    div#smob {
        position: absolute;
        margin-top: 12px;
    }

    #mobile {
        display: flex;
        background-color: red;
        width: 100%;
        height: auto;
    }
    a.logo-branco {
        margin-top: 61px;
    }
    .menu {
        display: flex;
        flex-direction: column;
        padding: 0px;
    }
   footer { 
    display: block !important;
   }

   .disclaimer {
    display: none;
   }
 
   .body-footer {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.col-footer {
    width: 100%;
    min-height: 110px;
    text-align: center;
    margin-bottom: 50px;
}

.assinatura-body {

    display: flex;
    flex-direction: column;}
    

   /* Estilo geral para esconder o menu e o botão */
   #MenuMob {
    display: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    background-color: #035151;
    position: absolute;
    top: 114px;
    left: 0;
    width: 100%;
    height: auto;
    flex-direction: column;
    align-items: center;
}
.assinatura-body img {
    height: 39px;
    margin-bottom: 40px;
}
#menu-toggle {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    color: white;
    position: absolute;
    top: 10px;
    right: 3px;
    z-index: 100;
}
.menu-item {
    width: 100%;

    font-family: 'Arimo';
    font-weight: bold;
    font-size: 11px;
}
/* Estilo dos itens do menu */
.menu-item a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 15px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #39E2B0;
    text-transform: uppercase;
}

/* Submenu oculto por padrão */
.submenu {
    display: none;
    background-color: #444444c9;
    padding: 0px;
}

/* Estilo dos itens do submenu */
.submenu li a {
    padding: 9px 0px;
    color: white;
    font-size: 11px;
    border-bottom: 1px solid #39E2B0;
    text-align: center;
}
.submenu li {
    list-style: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.menu-item a:hover {
    color: white;
}
   
.img-area1 {
    display: none;
}

.txt-area1 h1 {
    font-size: 46px;
    line-height: 47px;
}

.txt-area1 p {
    font-size: 16px;
    width: 77%;
    float: left;
    margin-top: 18px;
    margin-left: 0px;
}

.vrg {
    display: none;
}

.area1 {
    background-image: url(/img/virgm.png) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: right;
}

.quem-somos-tab {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: space-around;
    padding-top: 9px;
}
.quem-somos-tab .area {
    width: 100%;
    padding: 2px;
    padding-left: 40px;
}
ul#myTab {
    margin-left: 40px;
}

.rdt {
    display: flex;
    flex-direction: column;
}

img.vrg2 {
    position: absolute;
    z-index: 9;
    height: 500px;
    margin-top: 360px;
    left: -151px;

 }
 .content-2 {
    background-color: white;
    width: 100%;
    min-height: 500px;
    padding: 36px !important;
}

.list-pessoas {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box_ultimas {
    display: flex;
    background-color: #035151;
    width: 100%;
}

.carres {
    display: flex;
    flex-direction: column;
}
.carre-ta {
    background-color: #035151;
    padding: 40px !important;
    width: 100% !important;
}


.carre-ta span {
    font-family: 'Arapey';
    color: white;
    font-size: 19px;
    margin-left: 0px;
    display: block;
}
.carre-de p {
    color: #035151;
    font-family: 'Arimo';
    font-size: 20px;
    margin: 0px;
    border-top: 0px;
    padding-top: 10px;
}

.area1x .col-lg-6 {
    display: none;
}
#carreira h2 {
    color: #505050;
    font-family: 'Arapey';
    padding: 0px;
}
.pessoa-view-content {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.side2 {
    margin-left: 0px;
    padding-bottom: 100px;
    width: 100%;
    overflow: hidden;
}

.setor-header {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-bottom: 50px;
}
.setor-header p {
    margin: 0px 0%;
}
.figura-full img {
    width: 100%;
}
.content2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.content2 img {
    display: none;
}
.content2 p {
    color: #505050;
    line-height: 30px;
    margin-top: 47px;
    padding-top: 43px;
    width: 85%;
    margin: auto;
}
.olhar-top {
    display: flex;
    flex-direction: column;
}
img.figp {
    width: 100%;
}
img.olhar-virg {

    display: none;
}
.nosso-olhar h3 {

    font-size: 47px;
}
.drop-contet {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.drop-contet .columnZ {
    width: 100%;
    /* margin: 4px; */
}

.box-adsvs {
    width: 45%;
    margin-right: 26px;
}

.box-adsvs:nth-child(4n) {
    margin-right:inherit;
}

.box-adsvs:nth-child(2n) {
    margin-right:0px;
}
.txt-content2 {
    padding-bottom: 46px;
}
.nosso-olhar {
    padding-bottom: 0px;
}
.list-contents {
    padding: 49px 0px;
    padding-bottom: 0px;
}

.list-pessoas-setor {
    padding-bottom: 37px;
    padding-top: 50px;
}

}