
/* MODAL */
  .modal > .content {
    width: 50%;
    min-height: 100%;
    max-height: 65%;
    position: relative;
    top: 10%;
    margin: 0 auto;
    padding: 20px;
    background: transparent;
    z-index: 2;
    overflow: auto;
}

.modal > .content > .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 40px;
    z-index: 3;
    color: #fff;
}

@media only screen and (max-width: 768px){
.modal > .content {
    width: 100%;
    min-height: 100%;
    max-height: 100%;
}

}
/* END MODAL */


/* FONTS */
@font-face {
    font-family: Nexa-Bold;
    src: url('../fonts/Nexa-Bold.ttf')
}

@font-face {
    font-family: NexaBlack;
    src: url('../fonts/NexaBlack.ttf')
}

@font-face {
    font-family: NexaLight;
    src: url('../fonts/Nexa-Light.ttf')
}

@font-face {
    font-family: NexaThin;
    src: url('../fonts/NexaThin.ttf')
}


.fontzero {
    line-height: 0!important;
    padding: 0!important;
    margin: 0!important;
    font-size: 0!important;
}
/* END FONTS */


/* BACKTOP */
i.icon-up-thin.colour {
    color: #000000;
    font-size: 25px;
    font-weight: bold;
}

#backtop {
    position: fixed;
    border: 1px solid #000000;
    background-color: rgba(255,255,255,0.6);
    bottom: 25px;
    right: 25px;
    font-weight: bold;
    margin: 0;
    padding: 11px 0px 0px 9px;
    width: 50px;
    height: 50px;
    z-index: 999999;
    border-radius: 100%;
}

#backtop:hover {
    background: transparent;
    border: 1px solid #111;
}
/* END BACKTOP */


/* MENU */
.pretty.navbar {
    background-image: none;
    background-size: 0%;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, color-stop(0%, #fff), color-stop(0%, #fff));
    background-image: -moz-linear-gradient(#fff, #fff);
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: none;
    -moz-box-shadow: inset 0 0px 0px #fff, 0 0px 0px rgba(0, 0, 0, 0.0) !important;
    -webkit-box-shadow: inset 0 0px 0px #fff, 0 0px 0px rgba(0, 0, 0, 0.0) !important;
    box-shadow: inset 0 0px 0px #fff, 0 0px 0px rgba(0, 0, 0, 0.0) !important;
    z-index: 1000;
}

.gumby-no-touch .navbar ul li:hover > a, .gumby-touch .navbar ul li.active > a {
    position: relative;
    background: transparent;
    z-index: 1000;
    border: 1px solid #fffefe;
    color: #fffefe;
}

.navbar ul li > a.active {
    border: 1px solid #fffefe;
    color: #fffefe;
}

.navbar {
    width: 100%;
    min-height: 80px;
    display: block;
    margin-bottom: 0px;
    background: #000000;
    position: relative;
}

.navbar .logo {
    display: inline-block;
    margin: 10px 2.12766% 0 0;
    padding: 0;
    height: 80px;
    line-height: 80px;
}

.navbar ul {
    margin-top: 20px;
}

.navbar .logo a {
    height: 70px;
    line-height: 70px;
}

.navbar ul li > a {
    display: block;
    padding: 0px 12px;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
    color: #999999;
    text-shadow: none;
    height: 58px;
    font-family: Nexalight;
    line-height: 58px;
    font-size: 14px;
}
/* END MENU */

/* BG SOMOS */

.bg_somos {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 40px;
}

.somos-content {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
}

.somos-content h1 {
    color: #000000;
    font-weight: 100;
    text-align: center;
    padding-top: 20px;
    line-height: 1em;
    font-family: NexaThin;
    padding-bottom: 20px;
}

.somos-content p {
    color: #7f7f7f;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.4em;
    text-align: justify;
    font-family: NexaLight;
    font-weight: 100;
}
/* END BG SOMOS */


/* BG EQUIPE */
.bg_equipe {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 40px;
}

.equipe-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.equipe-content figure {
    margin-top: 0px;
}

.equipe-content .row {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.equipe-content h1 {
    color: #000000;
    font-weight: 100;
    text-align: left;
    padding-top: 0px;
    line-height: 1em;
    font-family: NexaThin;
    padding-bottom: 20px;
}

.equipe-content p {
    color: #7f7f7f;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.4em;
    text-align: justify;
    font-family: NexaLight;
    font-weight: 100;
}

.medium.primary.btn.btn_conheca {
    background: transparent;
    border: 1px solid #000;
    justify-content: center;
    width: auto;
    height: 50px;
}

.medium.primary.btn.btn_conheca a {
    color: #000;
    text-transform: uppercase;
    font-family: NexaLight;
    padding: 8px 18px;
    font-size: 15px;
    font-weight: 600;
}

.medium.primary.btn.btn_conheca:hover {
    background-color: #111;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.medium.primary.btn.btn_conheca a:hover{
    color: #fff;
}
/* END BG EQUIPE */


/* BG AREAS */
.bg_areas {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 40px;
}

.areas-content {
    padding-top: 40px;
    padding-bottom: 0;
    text-align: right;
}

.five.columns.bg_trabalhistas {
    background: url(../img/bg_areas.jpg) no-repeat center;
    height: 875px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.icons-content .row .two.columns {
    margin-bottom: 40px;
}

.icons-content {
    text-align: center;
}

.icons-content h2 {
    color: #fff;
    float: right;
    text-align: right;
    line-height: 40px;
    font-family: NexaThin;
    padding-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.areas-content p {
    color: #7f7f7f;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 1.4em;
    text-align: justify;
    font-family: NexaLight;
    font-weight: 100;
}

.areas-content h1 {
    color: #000000;
    font-weight: 100;
    text-align: left;
    padding-top: 0;
    line-height: 1em;
    font-family: NexaThin;
    padding-bottom: 20px;
}

.areas-content .row {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

/* END BG AREAS */


/* BG CONTATO */
.bg_contato {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 40px;
}

.contato-content {
    padding-top: 80px;
    padding-bottom: 40px;
}

.contato-content h1 {
    color: #000000;
    font-weight: 100;
    text-align: left;
    padding-top: 90px;
    line-height: 1em;
    font-family: NexaThin;
    padding-bottom: 20px;
}

.contato-content .row {
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.contato-content a {
    color: #000000;
    font-size: 21px;
    font-family: NexaLight;
}

.contato-content a > p {
    color: #000000;
    font-size: 21px;
    font-family: NexaLight;
    margin-bottom: 40px;
    line-height: 2em;
}

.contato-content a:hover > p {
    font-weight: 900;
}

.contato-content h3 {
    color: #000000;
    font-size: 25px;
    padding-top: 20px;
    padding-bottom: 0px;
    line-height: 1.4em;
    text-align: left;
    font-family: NexaLight;
    font-weight: 100;
}

.contato-content h5 a:hover {
    color: #111;
}

.contato-content h3:hover {
    font-weight: 900;
}

.contato-content h4 {
    color: #ffff;
    font-size: 25px;
    padding-top: 0px;
    padding-bottom: 20px;
    line-height: 1.4em;
    text-align: left;
    font-family: NexaLight;
    font-weight: 100;
}


.contato-content p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4em;
    text-align: left;
    font-family: NexaLight;
    font-weight: 100;
}

.contato-content .ball {
    border-radius: 100%;
    border: 2px solid #231f20;
    padding: 20px;
    width: 5px;
    color: #231f20;
    font-size: 20px;
    height: 5px;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.five.columns.bg_forms {
    background: url(../img/bg_contato.png) no-repeat center;
    height: 878px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}


/* form starting stylings ------------------------------- */
.group           { position:relative; margin-bottom:45px; }
label {
    color: #fff;
    font-family: NexaThin;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
}
input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    background: transparent;
    width: 100%;
    font-family: NexaLight;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff;
}

input:focus         { outline:none; }

input:valid { border-bottom: 1px solid #fff;}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}
.bar:before, .bar:after     {
  content:'';
  height:2px;
  width:0;
  bottom:1px; 
  position:absolute;
  background:#fff; 
  transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

input:valid ~ .bar:before, input:valid ~ .bar:after{
  background: #fff !important;
}

/* HIGHLIGHTER ================================== */
.highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  transition:0.2s ease all;
  opacity:0.5;
}

/* active state -------------------------------------------- */
input:focus ~ label, input.used ~ label         {
  top:-20px;
  font-size:14px;
  color:#fff;
}


input:valid ~ label , input:valid.used ~ label{
  color: #fff;
}

input:focus ~ .bar:before {
  width:50%;
}
input:focus ~ .bar:after {
  width:50%;
}

input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
}

input:valid ~ .hightlight {
    -webkit-animation:validHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from { background:#fff; }
  to    { width:0; background:transparent; }
}

@-webkit-keyframes validHighlighter {
    from { background:#fff !important; }
  to    { width:0; background:transparent; }
}

.form-element {
  position: relative;
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.form-element-hint {
  font-weight: 400;
  font-size: 0.6875rem;
  color: #fff;
  display: block;
}

.form-element-bar {
  position: relative;
  height: 1px;
  background: #fff;
  display: block;
}

.form-element-bar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  height: 2px;
  display: block;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  will-change: transform;
}

.form-element-label {
    position: absolute;
    top: 0.75rem;
    line-height: 1.5rem;
    pointer-events: none;
    font-family: NexaThin;
    padding-left: 0.125rem;
    z-index: 1;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    transition: color 0.28s linear, opacity 0.28s linear, -webkit-transform 0.28s ease;
    transition: transform 0.28s ease, color 0.28s linear, opacity 0.28s linear;
    transition: transform 0.28s ease, color 0.28s linear, opacity 0.28s linear, -webkit-transform 0.28s ease;
    will-change: transform, color, opacity;
}

.form-element-field {
    outline: none;
    height: 1.5rem;
    display: block;
    background: none;
    padding: 0.125rem 0.125rem 0.0625rem;
    font-size: 18px;
    border: 0 solid transparent;
    line-height: 1.5;
    width: 100%;
    color: #fff;
    font-family: NexaLight;
    box-shadow: none;
    opacity: 0.001;
    will-change: opacity;
}

.form-element-field:-ms-input-placeholder {
  color: #fff;
  transform: scale(0.9);
  transform-origin: left top;
}

.form-element-field::-webkit-input-placeholder {
  color: #fff;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.form-element-field::-ms-input-placeholder {
  color: #fff;
  transform: scale(0.9);
  transform-origin: left top;
}

.form-element-field::placeholder {
  color: #fff;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.form-element-field:focus ~ .form-element-bar::after {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}

.form-element-field:focus ~ .form-element-label {
  color: #fff;
}

.form-element-field.-hasvalue,
.form-element-field:focus {
  opacity: 1;
}

.form-element-field.-hasvalue ~ .form-element-label,
.form-element-field:focus ~ .form-element-label {
  -webkit-transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.9);
          transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.9);
  cursor: pointer;
  pointer-events: auto;
}

.form-has-error .form-element-label.form-element-label,
.form-has-error .form-element-hint {
  color: #fff;
}

.form-has-error .form-element-bar,
.form-has-error .form-element-bar::after {
  background: #fff;
}

.form-is-success .form-element-label.form-element-label,
.form-is-success .form-element-hint {
  color: #fff;
}

.form-is-success .form-element-bar::after {
  background: #fff;
}

input.form-element-field:not(:placeholder-shown),
textarea.form-element-field:not(:placeholder-shown) {
  opacity: 1;
}

input.form-element-field:not(:placeholder-shown) ~ .form-element-label,
textarea.form-element-field:not(:placeholder-shown) ~ .form-element-label {
  -webkit-transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.9);
          transform: translateY(-100%) translateY(-0.5em) translateY(-2px) scale(0.9);
  cursor: pointer;
  pointer-events: auto;
}

textarea.form-element-field {
  height: auto;
  min-height: 3rem;
}

select.form-element-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form-select-placeholder {
  color: #fff;
  display: none;
}

.form-select .form-element-bar::before {
  content: "";
  position: absolute;
  height: 0.5em;
  width: 0.5em;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  display: block;
  right: 0.5em;
  bottom: 0;
  transition: -webkit-transform 0.28s ease;
  transition: transform 0.28s ease;
  transition: transform 0.28s ease, -webkit-transform 0.28s ease;
  -webkit-transform: translateY(-100%) rotateX(0deg) rotate(45deg);
          transform: translateY(-100%) rotateX(0deg) rotate(45deg);
  will-change: transform;
}

.form-select select:focus ~ .form-element-bar::before {
  -webkit-transform: translateY(-50%) rotateX(180deg) rotate(45deg);
          transform: translateY(-50%) rotateX(180deg) rotate(45deg);
}

.form-element-field[type="number"] {
  -moz-appearance: textfield;
}

.form-element-field[type="number"]::-webkit-outer-spin-button,
.form-element-field[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.medium.primary.btn.btn_enviar {
    background: transparent;
    border: 1px solid #fff;
    justify-content: center;
    width: auto;
    height: 50px;
}

.medium.primary.btn.btn_enviar a {
    color: #fff;
    text-transform: uppercase;
    font-family: NexaThin;
    padding: 6px 18px;
    font-size: 15px;
    font-weight: 100;
}

.medium.primary.btn.btn_enviar:hover {
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.medium.primary.btn.btn_enviar a:hover {
    color: #111;
    font-weight: bolder;
}
/* END BG CONTATO */


/* BG PAG INFORMAÇÕES */

.bg_informacoes {
    background: url(../img/bg_informacoes.jpg) no-repeat center;
    width: 100%;
    height: 635px;
}

.bg_informacao h2 {
    color: #000000;
    font-size: 23px;
    font-weight: 100;
    text-align: left;
    padding-top: 0;
    line-height: 1em;
    font-family: Nexa-Bold;
    padding-bottom: 30px;
}

#accordion p {
    text-align: justify;
    margin-bottom: 20px;
    font-weight: 300;
    color: #979797;
}

.informacoes-content {
    padding-top: 100px;
    text-align: center;
}

.bg_informacao {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 40px;
}

.informcao-content h1 {
    color: #000000;
    font-weight: 100;
    text-align: center;
    padding-top: 0;
    line-height: 1em;
    font-family: Nexa-Bold;
    padding-bottom: 30px;
}

.informcao-content p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 60px;
    line-height: 1.4em;
    text-align: center;
    font-family: NexaLight;
    font-weight: 600;
}

figure.photo_mp {
    float: left;
    margin-right: 60px;
}
/* END BG PAG INFORMAÇÕES */


/* BG PAG QUEM SOMOS */


.bg_pag_somos {
    background: url(../img/bg_somos_or.jpg) no-repeat center;
    width: 100%;
    height: 636px;
}

.somos-pag-content {
    padding-top: 100px;
    text-align: center;
}

.medium.primary.btn.btn_saiba {
    background: transparent;
    border: 1px solid #000;
    justify-content: center;
    width: auto;
    height: 50px;
    margin-top: 40px;
    float: left;
}


.medium.primary.btn.btn_saiba a {
    color: #000;
    text-transform: uppercase;
    font-family: NexaLight;
    padding: 8px 18px;
    font-size: 15px;
    font-weight: 600;
}

.medium.primary.btn.btn_saiba:hover {
    background-color: #111;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.medium.primary.btn.btn_saiba a:hover {
    color: #fff;
}

.content-sobre h1 {
    color: #000000;
    font-weight: 100;
    text-align: center;
    padding-top: 20px;
    line-height: 1em;
    font-family: NexaThin;
    padding-bottom: 20px;
}

.sobre-or {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 40px;
}


.content-sobre h2 {
    color: #000000;
    margin-bottom: 0px;
    line-height: 1.4em;
    font-size: 20px;
    text-align: justify;
    font-family: NexaLight;
    font-weight: 600;
}

.content-sobre p {
    color: #7f7f7f;
    font-family: NexaThin;
    margin-top: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.4em;
}
/* END BG PAG QUEM SOMOS */


/* BG FOOTER */
.bg_footer {
    background: url(../img/bg_footer.jpg) no-repeat right #b8b7bc;
    width: 100%;
    height: 358px;
}

.footer-content a p {
    text-align: right;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.4em;
    font-family: NexaLight;
    font-weight: 100;
    text-transform: uppercase;
}

.footer-content a:hover p {
    color: #111;
    font-weight: 900;
}

.footer-content h6 {
    color: #777777;
    font-size: 13px;
    padding-bottom: 0;
    padding-top: 10px;
    line-height: 1.4em;
    font-family: NexaLight;
    font-weight: 100;
    text-transform: initial;
    text-align: right;
}

.footer-content figure {
    margin-top: 20px;
    float: right;
    margin-bottom: 0px;
}
/* END BG FOOTER */


/*BG PAG EQUIPE */
.bg_pag_equipe {
    width: 100%;
    background: url(../img/bg_equipe.jpg) no-repeat center;
    height: 632px;
}

.equipe-pag-content {
    text-align: center;
    padding-top: 100px;
}

.about_equipe {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 40px;
}

.image.circle {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50%;
    border-radius: 50% !important;
    overflow: hidden;
    width: 250px;
    height: 250px;
}

.content-equipe h1 {
    color: #000000;
    font-weight: 100;
    text-align: center;
    padding-top: 0px;
    line-height: 1em;
    font-family: NexaThin;
    padding-bottom: 0;
}

.content-equipe p {
    color: #7f7f7f;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4em;
    text-align: center;
    font-family: NexaThin;
    font-weight: 600;
}

.content-equipe h4 {
    color: #000000;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    line-height: 1em;
    font-family: NexaBlack;
    padding-bottom: 10px;
}


.content-equipe figure {
    margin-top: 40px;
}
/* END BG PAG EQUIPE */


/* BG MOBILE */
@media only screen and (max-width: 768px){
.navbar ul {
    position: absolute;
    display: block;
    width: 100% !important;
    height: 0;
    max-height: 0;
    top: 89px;
    left: 0;
    overflow: hidden;
    text-align: center;
    background: #000000;
}

.navbar ul {
    margin-top: 0;
}

.pretty.navbar a.toggle {
    border: 0px solid #fff;
    background-image: none;
    background-size: 0%;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, color-stop(0%, #fff), color-stop(0%, #fff));
    background-image: -moz-linear-gradient(#fff, #fff);
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
    -moz-box-shadow: inset 0 0px 0px #fff, inset 0 0px 0px #ffff, inset 0px 0 0px #fff, inset 0px 0 0px #fff, 0 0px 0px #fff;
    -webkit-box-shadow: inset 0 0px 0px #fff, inset 0 0px 0px #fff, inset 0px 0 0px #fff, inset 0px 0 0px #fff, 0 0px 0px #fff;
    box-shadow: inset 0 0px 0px #fff, inset 0 0px 0px #fff, inset 0px 0 0px #fff, inset 0px 0 0px #fff, 0 0px 0px #fff;
}

.navbar a.toggle {
    top: 18%;
    right: 4%;
    width: 46px;
    position: absolute;
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #000000;
    height: 40px;
    line-height: 38px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 30px;
    font-size: 1.875rem;
}

.pretty.navbar a.toggle:active, .pretty.navbar a.toggle.active {
    background-image: none;
    background-size: 0%;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, color-stop(0%, #fff), color-stop(0%, #fff));
    background-image: -moz-linear-gradient(#fff, #fff);
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
    -moz-box-shadow: 0 0px 0px #fff;
    -webkit-box-shadow: 0 0px 0px #fff;
    box-shadow: 0 0px 0px #fff;
}

.navbar a.toggle:active, .navbar a.toggle.active {
    background: #000000;
}

.navbar a.toggle:hover {
    background: #000000;
}

.pretty.navbar a.toggle:hover {
    background-image: none;
    background-size: 0%;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 0%, color-stop(0%, #fff), color-stop(0%, #fff));
    background-image: -moz-linear-gradient(#fff, #fff);
    background-image: -webkit-linear-gradient(#fff, #fff);
    background-image: linear-gradient(#fff, #fff);
}

.navbar .logo a img {
    max-height: 100%;
}

.bg_somos {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 10px;
}

.somos-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg_areas {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 10px;
}

.bg_equipe {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 10px;
}

.equipe-content .row {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

.equipe-content h1 {
    color: #000000;
    font-weight: 100;
    text-align: center;
    padding-top: 0px;
    line-height: 1em;
    font-family: NexaThin;
    padding-bottom: 20px;
}

.areas-content h1 {
    color: #000000;
    font-weight: 100;
    text-align: center;
    padding-top: 0px;
    line-height: 1em;
    font-family: NexaThin;
    padding-bottom: 20px;
}

.areas-content .row {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

.bg_footer {
    background: #b8b7bc;
    width: 100%;
    height: auto;
    padding: 10px;
}

.five.columns.bg_trabalhistas {
    background: #000;
    height: auto;
    margin-top: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.icons-content h2 {
    color: #fff;
    float: none;
    text-align: center;
    line-height: 40px;
    font-family: NexaThin;
    padding-bottom: 20px;
    font-size: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.five.columns.bg_forms {
    background: #000;
    height: auto;
    margin-top: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
}

.contato-content h4 {
    color: #ffff;
    font-size: 25px;
    padding-top: 0px;
    padding-bottom: 20px;
    line-height: 1.4em;
    text-align: center;
    font-family: NexaLight;
    font-weight: 100;
}

.contato-content .row {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.bg_contato {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 10px;
}

.contato-content h1 {
    color: #000000;
    font-weight: 100;
    text-align: center;
    padding-top: 40px;
    line-height: 1em;
    font-family: NexaThin;
    padding-bottom: 20px;
}

.contato-content a > p {
    color: #000000;
    font-size: 21px;
    font-family: NexaLight;
    margin-bottom: 0px;
    line-height: 2em;
    text-align: center;
}

.contato-content h3 {
    color: #000000;
    font-size: 25px;
    padding-bottom: 0px;
    line-height: 1.4em;
    text-align: center;
    font-family: NexaLight;
    font-weight: 100;
}

.contato-content p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.4em;
    text-align: center;
    font-family: NexaLight;
    font-weight: 100;
}

.footer-content a p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0px;
    line-height: 1.4em;
    font-family: NexaLight;
    font-weight: 100;
    text-transform: uppercase;
}

.footer-content h6 {
    color: #777777;
    font-size: 14px;
    padding-bottom: 0;
    padding-top: 40px;
    line-height: 1.4em;
    font-family: NexaLight;
    font-weight: 100;
    text-transform: initial;
    text-align: center;
}

.footer-content figure {
    margin-top: 20px;
    float: none;
    margin-bottom: 20px;
    text-align: center;
}

.equipe-content figure {
    margin-bottom: 40px;
}

.equipe-content {
    padding-bottom: 40px;
    padding-top: 0;
}


.areas-content {
    padding-bottom: 0;
    padding-top: 0;
}


.contato-content {
    padding-bottom: 40px;
    padding-top: 0;
}

.footer-content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.contato-content fieldset {
    margin-top: 40px;
    text-align: center;
}

.sobre-or {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 10px;
}

.bg_pag_somos {
    background: url(../img/bg_somos_or.jpg) no-repeat center;
    width: 100%;
    height: auto;
}

.bg_pag_equipe {
    width: 100%;
    background: url(../img/bg_equipe.jpg) no-repeat center;
    height: auto;
}

.about_equipe {
    background: #fff;
    width: 100%;
    height: auto;
    padding: 10px;
}

.content-equipe {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.content-equipe p {
    color: #7f7f7f;
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4em;
    text-align: center;
    font-family: NexaLight;
    font-weight: 500;
}

.content-equipe h4 {
    color: #000000;
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
    line-height: 1em;
    font-family: NexaBlack;
    padding-bottom: 10px;
}

.medium.primary.btn.btn_enviar {
    width: 100%;
}

.medium.primary.btn.btn_conheca {
    width: 100%;
}


.medium.primary.btn.btn_saiba a {
    color: #000;
    text-transform: uppercase;
    font-family: NexaLight;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 600;
}

.medium.primary.btn.btn_saiba {
    width: 100%;
    margin-bottom: 100px;
}


.bg_informacao {
    padding: 10px;
}


figure.photo_mp {
    float: none;
    margin-right: 0px;
    display: none;
}

.bg_informacoes {
    background: url(../img/bg_informacoes.jpg) no-repeat center;
    width: 100%;
    height: auto;
}

.informcao-content {
    padding-top: 40px;
}
}

/* END BG MOBILE */


@media (max-width: 767px)
{
	.mobile-mt20{ margin-top: 20px;}
	.only-desktop {display: none !important;}
}

@media (min-width: 768px)
{
	.mobile-mt20{ margin-top: 20px;}
	.only-mobile {display: none !important;}
	
	.bg_atendimentobrasil h1 {font-size: 3.25rem !important;}
}

.atendimentobrasil{
	    background: #fff;
    width: 100%;
    height: auto;
    padding: 40px;
}

.btn-fixado-atendimento{
 border: 3px solid #000;
    border-radius: 50px;
    color: #000;
    background-color: #fff;
    padding: 15px 35px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s;
	position: fixed;
	left: 40px;
	bottom: 40px;
	z-index: 1000;
}

.btn-fixado-atendimento:hover{
    background-color: #000;
    color: #fff;
	}

.btn-fixado-atendimento:after {
    content:'\f025';
    font-family: FontAwesome;
    padding-left: 10px;
}

