@charset "utf-8";
/* CSS Document

	*	CMA
	*	05/01/2018
	*	Author: Alexandre Mattos

*/
header,
section,
footer,
article,
figcaption,
hgroup,
figure,
details,
aside,
img,
nav,
time {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

input[type="search"],
input[type="submit"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 0;
    -webkit-border-radius: 0;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

a:active,
a:selected,
a:visited {
    border: none;
    outline: none;
}

html > object {
    display: none;
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPHA.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWw.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    src: local('Lato Bold'), local('Lato-Bold'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHA.ttf) format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 900;
    src: local('Lato Black'), local('Lato-Black'), url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh50XSwiPHA.ttf) format('truetype');
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: local('Lora Regular'), local('Lora-Regular'), url(https://fonts.gstatic.com/s/lora/v12/0QIvMX1D_JOuMwr7Jg.ttf) format('truetype');
}

@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 700;
    src: local('Lora Bold'), local('Lora-Bold'), url(https://fonts.gstatic.com/s/lora/v12/0QIgMX1D_JOuO7HeNtxunw.ttf) format('truetype');
}

.row-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    margin-left: -30px;
    margin-right: -30px;
}

.row-height .col-height {
    display: table-cell;
    float: none;
    height: 100%;
    position: relative;
    padding: 0 30px 0 30px;
}

.row-height .col-height:before {
    content: "";
    height: 70%;
    top: 35px;
    right: 0;
    background: #d6d6d6;
    width: 1px;
    display: block;
    position: absolute;
}

.row-height .col-height:last-child:before {
    display: none;
}

body {
    font-family: 'Lato', sans-serif;
}

.page {
    overflow: hidden;
}

#footer {
    /*
  background: #006ea3;
  color: #fff;
  padding: 60px 0 40px 0;
  */
}

/*
#footer .container .row:first-child:after {
  content: "";
  background: #338bb5;
  height: 1px;
  width: calc(100% - 28px);
  margin: 30px 14px;
  float: left;
}
*/
#footer h4 {
    font-family: 'Lora', sans-serif;
    line-height: 25px;
    font-weight: normal;
    font-size: 23px;
    color: #fff;
    display: block;
    position: relative;
    padding: 0 0 25px 0;
    margin: 0 0 30px 0;
}

#footer h4:before {
    content: "";
    width: 90px;
    height: 1px;
    display: block;
    background: #fff;
    position: absolute;
    top: 100%;
}

#footer h5 {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

#footer h6 {
    font-family: 'Lato', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

#footer h6 a:link,
#footer h6 a:visited {
    font-family: 'Lato', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

#footer p {
    font-family: 'Lato', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #c6c6c6;
    line-height: 22px;
}

#footer p a {
    color: #c6c6c6;
}

#footer ul {
    list-style: none;
    margin: 0;
}

#footer ul:not(.social) li a {
    display: block;
}

#footer ul:not(.social) li a:link,
#footer ul:not(.social) li a:visited {
    font-family: 'Lato', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #c6c6c6;
    line-height: 22px;
}

#footer ul:not(.social) li a:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    color: #c6c6c6;
    line-height: 14px;
    margin: 0 6px 0 0;
}

#footer ul.social li {
    float: left;
    width: 20%;
}

#footer ul.social li a:link,
#footer ul.social li a:visited {
    display: block;
    float: left;
    text-decoration: none;
}

#footer ul.social li a:link span,
#footer ul.social li a:visited span {
    display: none;
}

#footer ul.social li a:link:before,
#footer ul.social li a:visited:before {
    font: normal normal normal 12px/1 FontAwesome;
    color: #c6c6c6;
    line-height: 12px;
}

#footer ul.social li.linkedin a:link:before,
#footer ul.social li.linkedin a:visited:before {
    content: "\f0e1";
}

#footer ul.social li.facebook a:link:before,
#footer ul.social li.facebook a:visited:before {
    content: "\f09a";
}

#footer ul.social li.instagram a:link:before,
#footer ul.social li.instagram a:visited:before {
    content: "\f16d";
}

.SocialStrap {
    background-color: #8a8a8a;
    width: 100%;
    height: 60px;
    margin-bottom: 40px;
}

.SocialStrap span {
    display: block;
    float: left;
    font-family: 'Lato', sans-serif;
    font-size: 19px;
    color: #fff;
    margin-top: 16px;
    margin-right: 20px;
}

.SocialStrap b {
    color: #fff;
}

.SocialFooter {
    float: left;
    margin-top: 14px;
}

.SocialFooter a {
    margin: 0 10px;
    color: #fff;
}

.SocialFooter a:hover {
    color: #fff;
}

.SocialFooter a img {
    display: block;
    width: 30px;
    height: 30px;
}

.SocialFooter a i {
    color: #fff;
}

footer a:hover {
    text-decoration: none;
}

footer b {
    color: #0078b8;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

footer label {
    color: #454444;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

.PinFooter {
    width: 30px;
    height: 40px;
    float: left;
    margin-right: 15px;
}

.na-midia-home .data {
    width: 69px;
    padding: 14px 0 !important;
    position: absolute;
    right: -20px;
    top: 23px;
    font-weight: bold !important;
}

.na-midia-home h3 {
    margin: 0 0 10px 30px !important;
}

.na-midia-home p {
    margin: 0 0 0 30px !important;
    padding: 0 0 10px 0 !important;
}

.na-midia-home .btnNormal {
    padding: 5px 15px !important;
    margin-left: 30px;
}

#NaMidiaHome {
    padding: 60px 0;
}

#NaMidiaHome h3 {
    font-family: 'Lora', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #36414d;
    font-weight: 600;
    margin: 0 0 15px 0;
}

#NaMidiaHome p {
    font-family: 'Lora', sans-serif;
    color: #414241;
    font-size: 14px;
    margin-top: 10px;
}

#NaMidiaHome .btnNormal {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background: #56b1d1;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 10px 30px;
    display: block;
    float: left;
}

#NaMidiaHome .btnNormal:hover {
    background: #006ea3;
    text-decoration: none;
}

#PublicacoesHome {
    background-color: #f5f5f5;
    padding: 50px 0;
    margin-bottom: 50px;
}

#PublicacoesHome h3 {
    font-family: 'Lora', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #36414d;
    font-weight: 600;
    margin: 0 0 15px 0;
}

#PublicacoesHome p {
    font-family: 'Lora', sans-serif;
    color: #414241;
    font-size: 14px;
    margin-top: 10px;
}

#PublicacoesHome .btnNormal {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background: #56b1d1;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 10px 30px;
    display: block;
    float: left;
}

#PublicacoesHome .btnNormal:hover {
    background: #006ea3;
    text-decoration: none;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    footer b {
        font-size: 15px;
    }

    footer label {
        font-size: 15px;
    }

    #footer h4 {
        text-align: center;
    }

    #footer h4:before {
        content: "";
        width: 45px;
        height: 1px;
        display: block;
        background: #fff;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -22px;
    }

    #footer h5 {
        font-family: 'Lato', sans-serif;
        line-height: 20px;
        font-weight: normal;
        font-size: 18px;
        color: #fff;
        font-weight: 600;
        text-align: center;
    }

    #footer h6 {
        font-family: 'Lato', sans-serif;
        line-height: 18px;
        font-weight: normal;
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        text-align: center;
        margin: 40px 0 20px 0;
    }

    #footer h6 a:link,
    #footer h6 a:visited {
        font-family: 'Lato', sans-serif;
        line-height: 18px;
        font-weight: normal;
        font-size: 16px;
        color: #fff;
        font-weight: 600;
    }

    #footer p {
        font-family: 'Lato', sans-serif;
        line-height: 16px;
        font-weight: normal;
        font-size: 14px;
        color: #c6c6c6;
        line-height: 22px;
        text-align: center;
    }

    #footer ul:not(.social) li a {
        display: block;
        padding: 10px 0;
    }

    #footer ul:not(.social) li a:link,
    #footer ul:not(.social) li a:visited {
        font-family: 'Lato', sans-serif;
        line-height: 16px;
        font-weight: normal;
        font-size: 14px;
        color: #c6c6c6;
        line-height: 22px;
        text-align: center;
    }

    #footer ul:not(.social) li a:before {
        content: "";
        display: none;
    }

    #footer ul.social {
        width: 100%;
        display: block;
        float: left;
        text-align: center;
    }

    #footer ul.social li {
        display: inline-block;
        float: none;
    }

    #footer ul.social li a:link,
    #footer ul.social li a:visited {
        display: block;
        float: left;
        width: 100%;
        text-align: center;
        text-decoration: none;
    }

    #footer ul.social li a:link span,
    #footer ul.social li a:visited span {
        display: none;
    }

    #footer ul.social li a:link:before,
    #footer ul.social li a:visited:before {
        font: normal normal normal 16px/1 FontAwesome;
        color: #c6c6c6;
        line-height: 16px;
    }
}

.MenuFooter {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.MenuFooter li {
    display: inline-block;
    color: #fff;
}

.MenuFooter li a {
    color: #fff;
    padding: 0 5px;
}

.copy {
    padding: 10px;
    background-color: #0a75bc;
    margin-top: 40px;
}

.copy p {
    font-family: 'Lato', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding: 0;
}

.copy p.dev {
    font-family: 'Lato', sans-serif;
    line-height: 12px;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    text-align: right;
}

.copy p.dev a:link,
.copy p.dev a:visited {
    font-family: 'Lato', sans-serif;
    line-height: 12px;
    font-weight: normal;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .copy {
        padding: 10px;
        text-align: center;
    }

    footer .container .row .col-md-4 {
        margin-bottom: 30px;
    }

    .copy p.dev {
        font-family: 'Lato', sans-serif;
        line-height: 12px;
        font-weight: normal;
        font-size: 10px;
        color: #414241;
        text-align: center;
        margin: 20px 0;
    }

    .copy p.dev a:link,
    .copy p.dev a:visited {
        font-family: 'Lato', sans-serif;
        line-height: 12px;
        font-weight: normal;
        font-size: 10px;
        color: #414241;
        font-weight: 600;
    }
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .page.fixedMenu {
        padding-top: 80px;
    }

    #header {
        height: 80px;
        padding: 15px 0;
        background: rgba(255, 255, 255, 0.5);
        -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
        top: 0;
        margin-top: 0;
        -moz-transition: top 0.4s ease-in-out;
        -webkit-transition: top 0.4s ease-in-out;
        -o-transition: top 0.4s ease-in-out;
        transition: top 0.4s ease-in-out;
    }

    #header.fixedMenu {
        position: fixed;
        top: 80px;
        margin-top: -80px;
        left: 0;
        width: 100%;
        z-index: 100;
        background: #fff;
    }

    #header h1 {
        margin: 0;
        float: left;
        width: 30%;
        padding: 10px;
        height: 50px;
        overflow: hidden;
    }

    #header h1:before {
        display: none;
    }

    #header h1 a:link img,
    #header h1 a:visited img {
        display: block;
        max-width: 100%;
        height: auto;
        max-height: 100%;
    }

    #header .moreLinks {
        float: left;
        width: 70%;
        padding: 0 50px 0 0;
    }

    #header .moreLinks > ul {
        margin: 0;
        list-style: none;
    }

    #header .moreLinks > ul > li {
        float: left;
        width: 20%;
        height: 50px;
        background: #fff;
    }

    #header .moreLinks > ul > li > a {
        text-align: center;
    }

    #header .moreLinks > ul > li > a:link,
    #header .moreLinks > ul > li > a:visited {
        display: block;
        width: 100%;
        text-decoration: none;
    }

    #header .moreLinks > ul > li > a:link span,
    #header .moreLinks > ul > li > a:visited span {
        display: none;
    }

    #header .moreLinks > ul > li > a:link:before,
    #header .moreLinks > ul > li > a:visited:before {
        font: normal normal normal 16px/1 FontAwesome;
        color: #414241;
        line-height: 16px;
        line-height: 50px;
    }

    #header .moreLinks > ul > li.linkedin > a:link:before,
    #header .moreLinks > ul > li.linkedin > a:visited:before {
        content: "\f0e1";
    }

    #header .moreLinks > ul > li.facebook > a:link:before,
    #header .moreLinks > ul > li.facebook > a:visited:before {
        content: "\f09a";
    }

    #header .moreLinks > ul > li.instagram > a:link:before,
    #header .moreLinks > ul > li.instagram > a:visited:before {
        content: "\f16d";
    }

    #header .moreLinks > ul > li.search > a:link:before,
    #header .moreLinks > ul > li.search > a:visited:before {
        content: "\f002";
    }

    #header .moreLinks > ul > li.lang > a:link:before,
    #header .moreLinks > ul > li.lang > a:visited:before {
        content: "\f0d7";
    }

    #header .menu-anchor {
        position: absolute;
        top: 20px;
        right: 12px;
    }
}

@media only screen and (min-width: 992px) {
    .page.fixedMenuD {
        padding-top: 112px;
    }

    #header {
        -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.3);
        background: #fff;
        position: relative;
        z-index: 10;
        top: 0;
        margin-top: 0;
        -moz-transition: top 0.4s ease-in-out;
        -webkit-transition: top 0.4s ease-in-out;
        -o-transition: top 0.4s ease-in-out;
        transition: top 0.4s ease-in-out;
    }

    #header.fixedMenuD {
        position: fixed;
        top: 112px;
        margin-top: -112px;
        z-index: 100;
        left: 0;
        width: 100%;
        background: #fff;
    }

    #header h1 {
        float: left;
        width: 20%;
        margin: 0;
    }

    #header h1 a:link,
    #header h1 a:visited {
        width: 100%;
        max-width: 270px;
        padding: 14px;
        display: block;
        position: relative;
        height: 112px;
    }

    #header h1 a:link img,
    #header h1 a:visited img {
        width: 100%;
        height: auto;
        display: block;
        max-width: 100%;
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #header .moreLinks {
        float: left;
        width: 19%;
    }

    #header .moreLinks > ul {
        list-style: none;
    }

    #header .moreLinks > ul > li {
        float: left;
        display: block;
        width: calc(100% / 5);
    }

    #header .moreLinks > ul > li > a {
        text-align: center;
    }

    #header .moreLinks > ul > li > a:link,
    #header .moreLinks > ul > li > a:visited {
        height: 112px;
        width: 100%;
        display: block;
    }

    #header .moreLinks > ul > li > a:link span,
    #header .moreLinks > ul > li > a:visited span {
        display: none;
    }

    #header .moreLinks > ul > li.linkedin > a:link:before,
    #header .moreLinks > ul > li.linkedin > a:visited:before {
        font: normal normal normal 12px/1 FontAwesome;
        color: #414241;
        line-height: 12px;
        content: "\f0e1";
        /*line-height: 112px;*/
    }

    #header .moreLinks > ul > li.facebook > a:link:before,
    #header .moreLinks > ul > li.facebook > a:visited:before {
        font: normal normal normal 12px/1 FontAwesome;
        color: #414241;
        line-height: 12px;
        content: "\f09a";
        /*line-height: 112px;*/
    }

    #header .moreLinks > ul > li.instagram > a:link:before,
    #header .moreLinks > ul > li.instagram > a:visited:before {
        font: normal normal normal 12px/1 FontAwesome;
        color: #414241;
        line-height: 12px;
        content: "\f16d";
        /*line-height: 112px;*/
    }

    #header .moreLinks > ul > li.search > a:link:before,
    #header .moreLinks > ul > li.search > a:visited:before {
        font: normal normal normal 12px/1 FontAwesome;
        color: #414241;
        line-height: 12px;
        content: "\f002";
        /*line-height: 112px;*/
    }

    #header .moreLinks > ul > li.lang > a:link:before,
    #header .moreLinks > ul > li.lang > a:visited:before {
        font: normal normal normal 12px/1 FontAwesome;
        color: #414241;
        line-height: 12px;
        content: "\f0d7";
        /*line-height: 112px;*/
    }
}

@media only screen and (min-width: 1325px) {
    #header .moreLinks > ul > li > a {
        text-align: center;
    }

    #header .moreLinks > ul > li > a:link,
    #header .moreLinks > ul > li > a:visited {
        height: 112px;
        width: 100%;
        display: block;
    }

    #header .moreLinks > ul > li > a:link span,
    #header .moreLinks > ul > li > a:visited span {
        display: none;
    }

    #header .moreLinks > ul > li.linkedin {
        width: 10%;
    }

    #header .moreLinks > ul > li.linkedin > a:link:before,
    #header .moreLinks > ul > li.linkedin > a:visited:before {
        font: normal normal normal 12px/1 FontAwesome;
        color: #414241;
        line-height: 12px;
        content: "\f0e1";
        /*line-height: 112px;*/
    }

    #header .moreLinks > ul > li.facebook {
        width: 10%;
    }

    #header .moreLinks > ul > li.facebook > a:link:before,
    #header .moreLinks > ul > li.facebook > a:visited:before {
        font: normal normal normal 12px/1 FontAwesome;
        color: #414241;
        line-height: 12px;
        content: "\f09a";
        /*line-height: 112px;*/
    }

    #header .moreLinks > ul > li.instagram {
        width: 10%;
    }

    #header .moreLinks > ul > li.instagram > a:link:before,
    #header .moreLinks > ul > li.instagram > a:visited:before {
        font: normal normal normal 12px/1 FontAwesome;
        color: #414241;
        line-height: 12px;
        content: "\f16d";
        /*line-height: 112px;*/
    }

    #header .moreLinks > ul > li.search {
        width: 40%;
    }

    #header .moreLinks > ul > li.search > a:link:before,
    #header .moreLinks > ul > li.search > a:visited:before {
        font: normal normal normal 12px/1 FontAwesome;
        color: #414241;
        line-height: 12px;
        content: "\f002";
        /*line-height: 112px;*/
    }

    #header .moreLinks > ul > li.lang {
        width: 30%;
    }

    #header .moreLinks > ul > li.lang > a:link:before,
    #header .moreLinks > ul > li.lang > a:visited:before {
        font: normal normal normal 12px/1 FontAwesome;
        color: #414241;
        line-height: 12px;
        content: "\f0d7";
        /*line-height: 112px;*/
    }
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    #mainMenu .sub-menu {
        margin-left: 30px;
        font-size: 12px;
        text-transform: uppercase;
    }

    #mainMenu .sub-menu ul {
        margin-left: 30px
    }

    #mainMenu .sub-menu {
        color: #FFFFFF;
        list-style-type: none;
    }

    #mainMenu .sub-menu li {
        margin-bottom: 5px
    }

    #mainMenu .sub-menu li a {
        color: #FFFFFF;
    }

    #mainMenu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10;
        width: 250px;
        height: 100%;
        border-top: 7px solid #004f75;
        background: #006ea3;
        box-shadow: inset -5px 0 30px -10px rgba(0, 0, 0, 0.3);
        overflow-y: scroll;
    }

    #mainMenu > nav > ul {
        margin: 0;
    }

    #mainMenu > nav > ul > li > a:link,
    #mainMenu > nav > ul > li > a:visited {
        display: block;
        font-family: 'Lato', sans-serif;
        line-height: 18px;
        font-weight: normal;
        font-size: 16px;
        color: #fff;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid #006291;
        margin: 0;
        padding: 20px;
        color: #FFF;
        text-decoration: none;
    }

    #mainMenu > nav > ul > li.submenu > a {
        position: relative;
    }

    #mainMenu > nav > ul > li.submenu > a:before {
        content: "\f105";
        font: normal normal normal 22px/1 FontAwesome;
        color: #fff;
        line-height: 22px;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -11px;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    #mainMenu > nav > ul > li.submenu > a.active:before {
        -webkit-transform: rotate(90deg);
        /* Safari */
        -o-transform: rotate(90deg);
        /* Opera */
        -moz-transform: rotate(90deg);
        /* Firefox */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        /* Internet Explorer */
    }

    #mainMenu > nav > ul > li.submenu > ul {
        display: none;
    }

    #mainMenu > nav > ul > li.submenu > ul.active {
        display: block;
    }

    #mainMenu > nav > ul > li.submenu > ul > li > a:link,
    #mainMenu > nav > ul > li.submenu > ul > li > a:visited {
        background: #006293;
        color: #fff;
        display: block;
        width: 100%;
        padding: 20px 20px;
    }

    #mainMenu > nav > ul > li.submenu > ul > li.submenu > a {
        position: relative;
    }

    #mainMenu > nav > ul > li.submenu > ul > li.submenu > a:before {
        content: "\f105";
        font: normal normal normal 22px/1 FontAwesome;
        color: #fff;
        line-height: 22px;
        position: absolute;
        top: 50%;
        right: 20px;
        margin-top: -11px;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    #mainMenu > nav > ul > li.submenu > ul > li.submenu > a.active:before {
        -webkit-transform: rotate(90deg);
        /* Safari */
        -o-transform: rotate(90deg);
        /* Opera */
        -moz-transform: rotate(90deg);
        /* Firefox */
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        /* Internet Explorer */
    }

    #mainMenu > nav > ul > li.submenu > ul > li.submenu > ul {
        display: none;
        border-top: 1px solid #0f74a7;
        border-bottom: 1px solid #0f74a7;
    }

    #mainMenu > nav > ul > li.submenu > ul > li.submenu > ul.active {
        display: block;
    }

    #mainMenu > nav > ul > li.submenu > ul > li.submenu > ul > li > a:link,
    #mainMenu > nav > ul > li.submenu > ul > li.submenu > ul > li > a:visited {
        background: #006293;
        color: #fff;
        display: block;
        width: 100%;
        padding: 20px 40px;
    }

    .menu-anchor {
        width: 40px;
        height: 40px;
        display: inline-block;
        vertical-align: middle;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        text-align: center;
    }

    .menu-anchor:before {
        content: "\f0c9";
        display: block;
        font: normal normal normal 40px/1 FontAwesome;
        color: #006ea3;
        line-height: 40px;
    }

    #mainMenu {
        -webkit-transform: translateX(-250px);
        -moz-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
        transform: translateX(-250px);
        -webkit-transition: all .25s linear;
        -moz-transition: all .25s linear;
        -ms-transition: all .25s linear;
        transition: all .25s linear;
    }

    .menu-active .menu-anchor:before {
        content: "\f00d";
        color: #006ea3;
    }

    .menu-active #mainMenu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@media only screen and (min-width: 992px) {
    #mainMenu {
        width: 60%;
        float: left;
    }

    #mainMenu > nav > ul {
        list-style: none;
        margin: 0;
    }

    #mainMenu > nav > ul > li {
        width: calc(100% / 6);
        float: left;
        position: relative;
    }

    #mainMenu > nav > ul > li > a {
        display: block;
        height: 112px;
        text-align: center;
        position: relative;
    }

    #mainMenu > nav > ul > li > a > span {
        position: absolute;
        top: 50%;
        padding: 0 10px;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    #mainMenu > nav > ul > li > a:link,
    #mainMenu > nav > ul > li > a:visited {
        font-family: 'Lato', sans-serif;
        line-height: 14px;
        font-weight: normal;
        font-size: 12px;
        color: #414241;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 12px;
        text-decoration: none;
    }

    #mainMenu > nav > ul > li.active > a:link,
    #mainMenu > nav > ul > li.active > a:visited {
        background: #006ea3;
        font-family: 'Lato', sans-serif;
        line-height: 14px;
        font-weight: normal;
        font-size: 12px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 12px;
    }

    #mainMenu > nav > ul > li > ul {
        position: absolute;
        width: 100%;
        left: 0;
        list-style: none;
        display: none;
    }

    #mainMenu > nav > ul > li > ul > li {
        width: 120%;
        display: block;
        position: relative;
        border-bottom: 1px solid #f2f2f2;
        /* Let's get this party started */
        /* Track */
        /* Handle */
    }

    #mainMenu > nav > ul > li > ul > li:last-child {
        border-bottom: none;
    }

    #mainMenu > nav > ul > li > ul > li > a:link,
    #mainMenu > nav > ul > li > ul > li > a:visited {
        background: #fff;
        display: block;
        width: 100%;
        padding: 15px 20px;
        text-decoration: none;
        font-family: 'Lato', sans-serif;
        line-height: 14px;
        font-weight: normal;
        font-size: 12px;
        color: #414241;
        text-transform: uppercase;
    }

    #mainMenu > nav > ul > li > ul > li > a:hover {
        background: #006ea3;
        color: #fff;
    }

    #mainMenu > nav > ul > li > ul > li > ul {
        display: none;
        position: absolute;
        left: 100%;
        list-style: none;
        width: 150%;
        height: 500px;
        top: 0;
        overflow-y: scroll;
        overflow-x: hidden;
    }

    #mainMenu > nav > ul > li > ul > li > ul > li {
        border-bottom: 1px solid #0f74a7;
    }

    #mainMenu > nav > ul > li > ul > li > ul > li > a:link,
    #mainMenu > nav > ul > li > ul > li > ul > li > a:visited {
        background: #006ea3;
        display: block;
        width: 100%;
        padding: 15px 20px;
        text-decoration: none;
        font-family: 'Lato', sans-serif;
        line-height: 14px;
        font-weight: normal;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
    }

    #mainMenu > nav > ul > li > ul > li ::-webkit-scrollbar {
        width: 12px;
    }

    #mainMenu > nav > ul > li > ul > li ::-webkit-scrollbar-thumb {
        background: #fff;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
    }

    #mainMenu > nav > ul > li > ul > li ::-webkit-scrollbar-thumb:window-inactive {
        background: #1c3f60;
    }

    #mainMenu > nav > ul > li:hover > a:link,
    #mainMenu > nav > ul > li:hover > a:visited {
        background: #006ea3;
        font-family: 'Lato', sans-serif;
        line-height: 14px;
        font-weight: normal;
        font-size: 12px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        line-height: 12px;
        height: 112px;
    }

    #mainMenu > nav > ul > li:hover > ul {
        display: block;
    }

    #mainMenu > nav > ul > li:hover > ul > li:hover > a {
        background: #006ea3;
        color: #fff;
    }

    #mainMenu > nav > ul > li:hover > ul > li:hover > ul {
        display: block;
    }

    #mainMenu > nav > ul > li:hover > ul > li:hover > ul > li:hover > a {
        background: #006293;
        color: #fff;
    }
}

@media only screen and (min-width: 1325px) {
    #mainMenu {
        width: 61%;
        float: left;
    }

    #mainMenu > nav > ul {
        list-style: none;
        margin: 0;
    }

    #mainMenu > nav > ul > li {
        width: calc(88% / 6.5);
        float: left;
    }

    #mainMenu > nav > ul > li.active > a:link,
    #mainMenu > nav > ul > li.active > a:visited {
        background: #006ea3;
        font-family: 'Lato', sans-serif;
        line-height: 14px;
        font-weight: normal;
        font-size: 12px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        /*line-height: 112px;*/
    }

    #mainMenu > nav > ul > li:hover > a:link,
    #mainMenu > nav > ul > li:hover > a:visited {
        background: #006ea3;
        font-family: 'Lato', sans-serif;
        line-height: 14px;
        font-weight: normal;
        font-size: 12px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        /*line-height: 112px;*/
    }
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    html,
    body {
        overflow-x: hidden;
    }
}

.mapa {
    height: 400px;
    width: 100%;
}

.bcrumb {
    display: block;
    margin: 0 0 20px 0;
}

.bcrumb ul {
    list-style: none;
    margin: 0;
    overflow: hidden;
    width: 100%;
}

.bcrumb ul li {
    float: left;
    font-family: 'Lato', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #36414d;
}

.bcrumb ul li a:link,
.bcrumb ul li a:visited {
    font-family: 'Lato', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #36414d;
}

.bcrumb ul li a:after {
    content: "\f105";
    font: normal normal normal 12px/1 FontAwesome;
    color: #36414d;
    line-height: 12px;
    margin: 0 5px;
}

#conteudo {
    padding: 20px 0 0px 0;
}

#conteudo h1 {
    font-family: 'Lora', sans-serif;
    line-height: 26px;
    font-weight: normal;
    font-size: 24px;
    color: #006ea3;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 0 0 25px 0;
    margin: 30px 0 30px 0;
}

#conteudo h1:before {
    content: "";
    width: 45px;
    height: 1px;
    display: block;
    background: #006ea3;
    position: absolute;
    top: 100%;
}

#conteudo h1.center {
    text-align: center;
}

#conteudo h1.center:before {
    content: "";
    width: 45px;
    height: 1px;
    display: block;
    background: #006ea3;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -22px;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    h1 {
        text-align: center;
    }

    h1:before {
        content: "";
        width: 45px;
        height: 1px;
        display: block;
        background: #006ea3;
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -22px;
    }
}

h2 {
    font-family: 'Lora', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #36414d;
    font-weight: 600;
    margin: 30px 0;
}

p {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    line-height: 22px;
    margin: 0;
    padding: 0 0 20px 0;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    p {
    }
}

fieldset legend {
    display: none;
}

fieldset label {
    font-family: 'Lora', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    font-weight: 600;
    display: block;
    margin: 0 0 10px 0;
}

fieldset input[type="text"],
fieldset input[type="email"] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    padding: 12px;
    height: 42px;
}

fieldset select.form-control,
fieldset textarea.form-control {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    padding: 10px 10px 11px 10px;
}

fieldset select.form-control {
    height: 42px;
}

fieldset textarea.form-control {
    height: 208px;
}

fieldset textarea.form-control.msgMin {
    height: 126px;
}

fieldset button[type="submit"] {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background: #56b1d1;
    border: none;
    padding: 10px;
}

fieldset button[type="submit"].right {
    float: right;
}

fieldset .form-check {
    margin-bottom: 15px;
}

ul.menuEscritorios {
    list-style: none;
    overflow: hidden;
    margin: 0 0 40px 0;
}

ul.menuEscritorios li {
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

ul.menuEscritorios li a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 20px;
    display: block;
}

ul.menuEscritorios li a:link,
ul.menuEscritorios li a:visited {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    background: #fff;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

ul.menuEscritorios li a:hover {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background: #56b1d1;
}

ul.menuEscritorios li.active a:link,
ul.menuEscritorios li.active a:visited {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background: #56b1d1;
}

.tabMapa .regiao {
    display: none;
}

.tabMapa .regiao:first-child {
    display: block;
}

.tabMapa .regiao h2 {
    font-family: 'Lora', sans-serif;
    line-height: 26px;
    font-weight: normal;
    font-size: 24px;
    color: #006ea3;
    font-weight: 600;
    margin: 0;
}

.tabMapa .regiao h3 {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #36414d;
    font-weight: 600;
    margin: 25px 0 5px 0;
}

.tabMapa .regiao h3:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #b4b5b4;
    line-height: 14px;
    margin: 0 10px 0 0;
}

.tabMapa .regiao h3.endereco:before {
    content: "\f041";
}

.tabMapa .regiao h3.telefone:before {
    content: "\f095";
}

.tabMapa .regiao h3.fax:before {
    content: "\f1ac";
}

.tabMapa .regiao h3.email:before {
    content: "\f0e0";
}

.tabMapa .regiao p {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #36414d;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

.tabMapa .regiao ul.socialLinks {
    list-style: none;
    overflow: hidden;
    margin: 15px 0 0 0;
}

.tabMapa .regiao ul.socialLinks li {
    float: left;
    margin: 0 20px 0 0;
}

.tabMapa .regiao ul.socialLinks li a:link,
.tabMapa .regiao ul.socialLinks li a:visited {
    display: block;
    float: left;
    text-decoration: none;
}

.tabMapa .regiao ul.socialLinks li a:link span,
.tabMapa .regiao ul.socialLinks li a:visited span {
    display: none;
}

.tabMapa .regiao ul.socialLinks li a:link:before,
.tabMapa .regiao ul.socialLinks li a:visited:before {
    font: normal normal normal 12px/1 FontAwesome;
    color: #c6c6c6;
    line-height: 12px;
}

.tabMapa .regiao ul.socialLinks li.linkedin a:link:before,
.tabMapa .regiao ul.socialLinks li.linkedin a:visited:before {
    content: "\f0e1";
}

.tabMapa .regiao ul.socialLinks li.facebook a:link:before,
.tabMapa .regiao ul.socialLinks li.facebook a:visited:before {
    content: "\f09a";
}

.tabMapa .regiao ul.socialLinks li.instagram a:link:before,
.tabMapa .regiao ul.socialLinks li.instagram a:visited:before {
    content: "\f16d";
}

.tabMapa .regiao ul.socialLinks li.twitter a:link:before,
.tabMapa .regiao ul.socialLinks li.twitter a:visited:before {
    content: "\f099";
}

.tabMapa .regiao ul.socialLinks li.googleplus a:link:before,
.tabMapa .regiao ul.socialLinks li.googleplus a:visited:before {
    content: "\f0d5";
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .tabMapa .regiao h2,
    .tabMapa .regiao h3 {
        text-align: center;
    }

    .tabMapa .regiao ul.socialLinks {
        margin: 20px 0 40px 0;
    }

    .tabMapa .regiao ul.socialLinks li {
        width: 25%;
        margin: 0;
        text-align: center;
    }

    .tabMapa .regiao ul.socialLinks li a {
        text-align: center;
    }

    .tabMapa .regiao ul.socialLinks li a:link,
    .tabMapa .regiao ul.socialLinks li a:visited {
        display: inline-block;
        margin: 0 auto;
        float: none;
    }

    .tabMapa .regiao ul.socialLinks li a:link:before,
    .tabMapa .regiao ul.socialLinks li a:visited:before {
        font: normal normal normal 30px/1 FontAwesome;
        color: #c6c6c6;
        line-height: 30px;
    }
}

.faq ul {
    list-style: none;
}

.faq ul li {
    background: #f3f3f3;
    margin: 0 0 1px 0;
    padding: 30px 50px 30px 30px;
}

.faq ul li h2 {
    font-family: 'Lora', sans-serif;
    line-height: 17px;
    font-weight: normal;
    font-size: 15px;
    color: #36414d;
    font-weight: 600;
    margin: 0;
    display: block;
    position: relative;
    cursor: pointer;
}

.faq ul li h2:after {
    content: "\f105";
    font: normal normal normal 22px/1 FontAwesome;
    color: #414241;
    line-height: 22px;
    line-height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: -20px;
}

.faq ul li .boxTexto {
    margin: 30px 0 0 0;
    display: none;
}

.faq ul li .boxTexto p {
    font-style: italic;
    line-height: 20px;
}

.faq ul li .boxTexto p:last-child {
    padding: 0;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .faq ul li .boxTexto p {
        text-align: left;
    }
}

.gray {
    background: #f5f5f5;
}

ul.visao {
    list-style: none;
}

ul.visao li {
    margin: 0 0 5px 0;
}

.clientes {
    overflow: hidden;
}

.clientes .cliente {
    padding-top: 20px;
    padding-bottom: 20px;
}

.clientes .cliente img {
    display: block;
    max-width: 100%;
    height: auto;
}

.clientes .cliente h3 {
    font-family: 'Lora', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    font-weight: 600;
    margin: 10px 0;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .clientes .cliente h3 {
        text-align: left;
        margin: 0 0 10px;
    }

    .clientes .cliente p {
        text-align: left;
    }
}

.loadMore {
    text-align: center;
    padding: 20px 0;
    overflow: hidden;
}

.loadMore a {
    text-decoration: none;
}

.loadMore a.btnLoadMore:link,
.loadMore a.btnLoadMore:visited {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #56b1d1;
}

.loadMore a.btnLoadMore:after {
    content: "\f107";
    display: block;
    font: normal normal normal 20px/1 FontAwesome;
    color: #56b1d1;
    line-height: 20px;
}

.carrossel {
    margin: 0 0 60px 0;
    padding: 0;
}

.carrossel .owl-item {
    padding: 22px;
}

.carrossel .owl-controls .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: -60px;
    display: block;
    height: 100%;
    width: 40px;
}

.carrossel .owl-controls .owl-nav .owl-prev:before {
    content: "";
    background: url("../images/arrow-left-g.png") center center no-repeat;
    display: block;
    position: absolute;
    margin-top: -32px;
    top: 50%;
    left: 0;
    height: 65px;
    width: 33px;
}

.carrossel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: -60px;
    display: block;
    height: 100%;
    width: 40px;
}

.carrossel .owl-controls .owl-nav .owl-next:before {
    content: "";
    background: url("../images/arrow-right-g.png") center center no-repeat;
    display: block;
    position: absolute;
    margin-top: -32px;
    top: 50%;
    right: 0;
    height: 65px;
    width: 33px;
}

.carrossel .owl-controls .owl-dots {
    text-align: center;
    position: absolute;
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 10px 0 0 0;
}

.carrossel .owl-controls .owl-dots .owl-dot {
    width: 14px;
    height: 14px;
    border: 2px solid #b6b7b6;
    display: inline-block;
    margin: 0 4px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.carrossel .owl-controls .owl-dots .owl-dot.active {
    background: #56b1d1;
    border-color: #56b1d1;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .carrossel .owl-controls .owl-nav .owl-prev {
        left: -50px;
        width: 40px;
    }

    .carrossel .owl-controls .owl-nav .owl-next {
        right: -50px;
        width: 40px;
    }
}

.journalText {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -o-column-count: 2;
    text-align: justify;
    column-gap: 60px;
    -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
}

@media only screen and (max-width: 768px), only screen and (max-device-width: 768px) {
    .journalText {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -o-column-count: 1;
    }

    #NaMidiaHome .container .row .col-md-4 {
        margin-bottom: 30px;
        overflow: hidden;
    }

    #PublicacoesHome .container .row .col-md-4 {
        margin-bottom: 30px;
        overflow: hidden;
    }
}

.equipe {
    overflow: hidden;
}

.equipe .profissional {
    padding-bottom: 30px;
    padding-top: 30px;
    min-height: 300px;
}

.equipe .profissional img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.equipe .profissional h3 {
    margin: 0;
    font-family: 'Lora', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #414241;
    font-weight: 600;
}

.equipe .profissional p {
    padding: 0;
}

.equipe .profissional p:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #b4b5b4;
    line-height: 14px;
    margin: 0 10px 0 0;
    display: inline-block;
    width: 10px;
}

.equipe .profissional p.cargo {
    font-family: 'Lato', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #c6c6c6;
    margin: 0 0 15px 0;
}

.equipe .profissional p.telefone {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    margin: 0 0 10px 0;
}

.equipe .profissional p.telefone:before {
    content: "\f095";
}

.equipe .profissional p.email {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    margin: 0 0 10px 0;
}

.equipe .profissional p.email:before {
    content: "\f0e0";
}

.equipe .profissional p.pin {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    margin: 0 0 10px 0;
}

.equipe .profissional p.pin:before {
    content: "\f041";
}

.equipe .profissional a.saibaMais {
    display: block;
    padding: 9px 10px;
    float: left;
    text-decoration: none;
}

.equipe .profissional a.saibaMais:link,
.equipe .profissional a.saibaMais:visited {
    background: #56b1d1;
    color: #fff;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.equipe .profissional a.saibaMais:hover {
    background: #006ea3;
}


.box-profissional-2 h3 {
    margin: 0;
    font-family: 'Lora', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #414241;
    font-weight: 600;
}

.box-profissional-2 p {
    padding: 0;
}

.box-profissional-2 p:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #b4b5b4;
    line-height: 14px;
    margin: 0 10px 0 0;
    display: inline-block;
    width: 10px;
}

.box-profissional-2 p.cargo {
    font-family: 'Lato', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #c6c6c6;
    margin: 0 0 15px 0;
}

.box-profissional-2 p.telefone {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    margin: 0 0 10px 0;
}

.box-profissional-2 p.telefone:before {
    content: "\f095";
}

.box-profissional-2 p.email {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    margin: 0 0 10px 0;
}

.box-profissional-2 p.email:before {
    content: "\f0e0";
}

.box-profissional-2 p.pin {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    margin: 0 0 10px 0;
}

.box-profissional-2 p.pin:before {
    content: "\f041";
}

.box-profissional-2 a.saibaMais {
    display: block;
    padding: 9px 10px;
    float: left;
    text-decoration: none;
}

.box-profissional-2 a.saibaMais:link,
.box-profissional-2 a.saibaMais:visited {
    background: #56b1d1;
    color: #fff;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.box-profissional-2 a.saibaMais:hover {
    background: #006ea3;
}


@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .equipe .profissional p {
        text-align: left;
    }
}

.filtro {
    margin: 0 0 60px 0;
}

.filtro fieldset .form-group {
    position: relative;
}

.filtro fieldset .form-group button[type="submit"].btnSearch {
    position: absolute;
    top: 0;
    right: 0;
}

.filtro fieldset .form-group button[type="submit"].btnSearch:before {
    content: "\f002";
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    line-height: 14px;
    padding: 4px;
    display: block;
}

.filtro fieldset .form-group button[type="submit"].btnSearch span {
    display: none;
}

.filtro fieldset .form-group button[type="submit"].btnIr {
    display: block;
    width: 100% !important;
}

.informacoesDetalhe {
    background: #f5f5f5;
    position: relative;
    margin: 0 0 50px 0;
}

.informacoesDetalhe img {
    max-width: 100%;
    height: auto;
    display: block;
}

.informacoesDetalhe .infoDetalhe {
    padding: 16px;
    position: absolute;
    margin: 18% 0 0 0;
}

.informacoesDetalhe .infoDetalhe h3 {
    font-family: 'Lora', sans-serif;
    line-height: 26px;
    font-weight: normal;
    font-size: 24px;
    color: #006ea3;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 0;
    margin: 0;
}

.informacoesDetalhe .infoDetalhe h3:before {
    content: "";
    width: 45px;
    height: 1px;
    display: block;
    background: #006ea3;
    position: absolute;
    top: calc(100% + 30px);
}

.informacoesDetalhe .infoDetalhe p {
    padding: 0;
}

.informacoesDetalhe .infoDetalhe p:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #b4b5b4;
    line-height: 14px;
    margin: 0 10px 0 0;
    display: inline-block;
    width: 10px;
}

.informacoesDetalhe .infoDetalhe p.cargo {
    font-family: 'Lato', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #878787;
    margin: 0 0 30px 0;
}

.informacoesDetalhe .infoDetalhe p.telefone {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    margin: 0 0 10px 0;
}

.informacoesDetalhe .infoDetalhe p.telefone:before {
    content: "\f095";
}

.informacoesDetalhe .infoDetalhe p.email {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    margin: 0 0 10px 0;
}

.informacoesDetalhe .infoDetalhe p.email:before {
    content: "\f0e0";
}

.informacoesDetalhe .infoDetalhe p.pin {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    margin: 0 0 10px 0;
}

.informacoesDetalhe .infoDetalhe p.pin:before {
    content: "\f041";
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .informacoesDetalhe img {
        margin: 0 auto;
    }

    .informacoesDetalhe .infoDetalhe p {
        text-align: left;
    }

    .informacoesDetalhe .infoDetalhe p.cargo {
        text-align: left;
    }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .informacoesDetalhe .infoDetalhe {
        position: relative;
        margin: 10px 0 0 0;
    }

    .informacoesDetalhe .infoDetalhe h3 {
        text-align: center;
    }

    .informacoesDetalhe .infoDetalhe h3:before {
        left: 50%;
        margin-left: -22px;
    }

    .informacoesDetalhe .infoDetalhe p {
        text-align: center;
    }

    .informacoesDetalhe .infoDetalhe p.cargo {
        text-align: center;
    }
}

.voltar {
    margin: 20px 0 0 0;
}

.voltar a.btnNormal {
    display: block;
    padding: 10px 20px;
    float: left;
    text-decoration: none;
}

.voltar a.btnNormal:link,
.voltar a.btnNormal:visited {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background: #56b1d1;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.voltar a.btnNormal:hover {
    background: #006ea3;
}

.sideBar h3 {
    font-family: 'Lora', sans-serif;
    line-height: 26px;
    font-weight: normal;
    font-size: 24px;
    color: #006ea3;
    font-weight: 600;
    margin: 30px 0 25px 0;
    padding: 0;
}

.sideBar ul.postsRecentes {
    list-style: none;
    margin: 0 0 20px 0;
    overflow: hidden;
}

.sideBar ul.postsRecentes li {
    margin: 0 0 30px 0;
}

.sideBar ul.postsRecentes li a {
    display: block;
    overflow: hidden;
}

.sideBar ul.postsRecentes li a span.img img {
    display: block;
    width: 100%;
    height: auto;
}

.sideBar ul.postsRecentes li a span.text h4 {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #006ea3;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.sideBar ul.postsRecentes li a span.text p {
    font-family: 'Lato', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #878787;
    line-height: 20px;
    margin: 5px 0 0 0;
    padding: 0;
}

.sideBar ul.tags {
    list-style: none;
    overflow: hidden;
}

.sideBar ul.tags li {
    float: left;
    margin: 4px 4px 4px 0;
}

.sideBar ul.tags li a:link,
.sideBar ul.tags li a:visited {
    border: 2px solid #becad3;
    display: block;
    padding: 8px 10px;
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #006ea3;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
}

.sideBar ul.tags li a:hover {
    background: #56b1d1;
    color: #fff;
    border-color: #006ea3;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .sideBar {
        margin-top: 40px;
    }

    .sideBar h3 {
        text-align: center;
    }

    .sideBar ul.postsRecentes li a span.text p {
        text-align: left;
    }
}

.noticias ul {
    list-style: none;
}

.noticias ul li.noticia {
    overflow: hidden;
    padding: 30px 0 30px 0;
}

.noticias ul li.noticia h3 {
    font-family: 'Lora', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #36414d;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.noticias ul li.noticia p.data {
    font-family: 'Lato', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    background: #006ea3;
    padding: 0;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
}

.noticias ul li.noticia a.btnNormal {
    display: block;
    padding: 10px;
    float: left;
    text-decoration: none;
}

.noticias ul li.noticia a.btnNormal:link,
.noticias ul li.noticia a.btnNormal:visited {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background: #56b1d1;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.noticias ul li.noticia a.btnNormal:hover {
    background: #006ea3;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .noticias ul li.noticia p {
        text-align: left;
    }

    .pagNav {
        text-align: center;
    }
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 4px;
    width: 40px;
    height: 35px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    margin-left: -1px;
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    line-height: 24px;
    text-align: center;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
}

.pagination > li:first-child > a:before,
.pagination > li:first-child > span:before {
    content: "\f100";
    font: normal normal normal 14px/1 FontAwesome;
    color: #414241;
    line-height: 14px;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pagination > li:first-child > a:hover:before,
.pagination > li:first-child > span:hover:before {
    color: #fff;
}

.pagination > li:last-child > a:before,
.pagination > li:last-child > span:before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    color: #006ea3;
    line-height: 14px;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.pagination > li:last-child > a:hover:before,
.pagination > li:last-child > span:hover:before {
    color: #fff;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #56b1d1;
    border-color: #56b1d1;
}

.pagination > .disable > span,
.pagination > .disable > span:hover,
.pagination > .disable > span:focus,
.pagination > .disable > a,
.pagination > .disable > a:hover,
.pagination > .disable > a:focus {
    cursor: default;
    background: #fff;
    border-color: #e6e6e6;
}

.pagination > .disable > span:before,
.pagination > .disable > span:hover:before,
.pagination > .disable > span:focus:before,
.pagination > .disable > a:before,
.pagination > .disable > a:hover:before,
.pagination > .disable > a:focus:before {
    color: #414241 !important;
}

.detalhe img {
    display: block;
    width: 100%;
    height: auto;
}

.detalhe h1 {
    font-family: 'Lora', sans-serif !important;
    line-height: 20px !important;
    font-weight: normal !important;
    font-size: 18px !important;
    color: #414241 !important;
    font-weight: 600 !important;
    margin: 30px 0 0 0 !important;
    padding: 0 0 10px 0 !important;
}

.detalhe h1:before {
    display: none !important;
}

.detalhe h2 {
    padding: 5px 0;
    margin: 0;
}

.detalhe h2:before {
    display: none;
}

.detalhe p {
    line-height: 24px;
}

.detalhe p.cargo {
    font-family: 'Lato', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #878787;
}

.detalhe p.data {
    font-family: 'Lato', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #878787;
}

.detalhe h3 {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #006ea3;
    font-weight: 700;
}

.detalhe a.voltar,
.detalhe a.proxima {
    margin: 20px 20px 40px 0;
    display: block;
    padding: 10px 15px;
    float: left;
    text-decoration: none;
}

.detalhe a.voltar:link,
.detalhe a.proxima:link,
.detalhe a.voltar:visited,
.detalhe a.proxima:visited {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    background: #56b1d1;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.detalhe a.voltar:hover,
.detalhe a.proxima:hover {
    background: #006ea3;
}

.assessoriaInfo {
    padding: 0 0 30px 0;
}

.assessoriaInfo h3 {
    margin: 0 0 20px 0;
    font-family: 'Lato', sans-serif;
    line-height: 20px;
    font-weight: normal;
    font-size: 18px;
    color: #414241;
    font-weight: 600;
}

.assessoriaInfo p {
    padding: 0;
}

.assessoriaInfo p:before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #b4b5b4;
    line-height: 14px;
    margin: 0 10px 0 0;
    display: inline-block;
    width: 10px;
}

.assessoriaInfo p.telefone {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    margin: 0 0 10px 0;
}

.assessoriaInfo p.telefone:before {
    content: "\f095";
}

.assessoriaInfo p.email {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #414241;
    margin: 0 0 10px 0;
}

.assessoriaInfo p.email:before {
    content: "\f0e0";
}

.assessoriaInfo p strong {
    display: inline-block;
}

.assessoriaInfo p span {
    display: block;
    margin: 10px 0 20px 0;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .assessoriaInfo {
        margin-top: 40px;
    }

    .assessoriaInfo h3 {
        text-align: center;
    }
}

@media only screen and (min-width: 992px) {
    .banner {
        overflow: hidden;
        margin: -20px 0 0 0;
        position: relative;
        /*height: 500px;*/
    }

    .banner:after {
        content: "\f107";
        font: normal normal normal 50px/1 FontAwesome;
        color: #387DB8;
        line-height: 50px;
        position: absolute;
        bottom: -15px;
        left: 50%;
        margin-left: -15px;
    }

    .banner .item,
    .banner .owl-item {
        position: relative;
        overflow: hidden;
        width: 100%;
        background-repeat: no-repeat;
        background-attachment: absolute;
        background-position: center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .banner .item .center,
    .banner .owl-item .center {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 13;
        width: 100%;
        padding: 15px;
        width: 600px;
        text-align: center;
    }

    .banner .item .center h2,
    .banner .owl-item .center h2 {
        font-family: 'Lora', sans-serif;
        line-height: 52px;
        font-weight: normal;
        font-size: 50px;
        color: #fff;
        font-weight: 600;
        padding: 0;
        margin: 0 0 30px 0;
    }

    .banner .item .center p,
    .banner .owl-item .center p {
        font-family: 'Lato', sans-serif;
        line-height: 22px;
        font-weight: normal;
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        padding: 0;
        margin: 0 0 30px 0;
    }

    .banner .item .center a.btnNormal,
    .banner .owl-item .center a.btnNormal {
        display: inline-block;
        padding: 10px 20px;
        float: none;
        text-decoration: none;
    }

    .banner .item .center a.btnNormal:link,
    .banner .owl-item .center a.btnNormal:link,
    .banner .item .center a.btnNormal:visited,
    .banner .owl-item .center a.btnNormal:visited {
        font-family: 'Lato', sans-serif;
        line-height: 16px;
        font-weight: normal;
        font-size: 14px;
        color: #fff;
        background: #56b1d1;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .banner .item .center a.btnNormal:hover,
    .banner .owl-item .center a.btnNormal:hover {
        background: #006ea3;
    }

    .banner .owl-controls .owl-dots {
        position: relative;
        display: block;
        overflow: hidden;
        width: 100%;
        text-align: center;
        margin: 0;
        bottom: 100px;
    }

    .banner .owl-controls .owl-dots .owl-dot {
        width: 14px;
        height: 14px;
        border: 1px solid #fff;
        display: inline-block;
        margin: 0 4px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .banner .owl-controls .owl-dots .owl-dot.active {
        background: #56b1d1;
        border-color: #56b1d1;
    }
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .banner {
        margin: -20px 0 0 0;
        overflow: hidden;
    }

    .banner .item .center,
    .banner .owl-item .center {
        padding: 20px;
        position: relative;
        text-align: center;
    }

    .banner .item .center h2,
    .banner .owl-item .center h2 {
        font-family: 'Lora', sans-serif;
        line-height: 32px;
        font-weight: normal;
        font-size: 30px;
        color: #414241;
        font-weight: 600;
        text-align: center;
        display: block;
        margin: 0 0 20px 0;
    }

    .banner .item .center a.btnNormal,
    .banner .owl-item .center a.btnNormal {
        display: inline-block;
        padding: 10px 20px;
        float: none;
        text-decoration: none;
    }

    .banner .item .center a.btnNormal:link,
    .banner .owl-item .center a.btnNormal:link,
    .banner .item .center a.btnNormal:visited,
    .banner .owl-item .center a.btnNormal:visited {
        font-family: 'Lato', sans-serif;
        line-height: 16px;
        font-weight: normal;
        font-size: 14px;
        color: #fff;
        background: #56b1d1;
        -moz-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }

    .banner .item .center a.btnNormal:hover,
    .banner .owl-item .center a.btnNormal:hover {
        background: #006ea3;
    }
}

.atuacao {
    padding: 20px;
    text-align: center;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.atuacao a {
    text-decoration: none;
}

.atuacao a h3 {
    font-family: 'Lora', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #36414d;
    font-weight: 600;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.atuacao a i {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    font: normal normal normal 30px/1 FontAwesome;
    color: #006ea3;
    line-height: 30px;
    line-height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.atuacao a p {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.atuacao a span {
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.atuacao:hover {
    background: #006ea3;
    color: #fff;
}

.atuacao:hover a:link,
.atuacao:hover a:visited {
    color: #fff;
}

.atuacao:hover a:link p,
.atuacao:hover a:visited p,
.atuacao:hover a:link h3,
.atuacao:hover a:visited h3,
.atuacao:hover a:link span,
.atuacao:hover a:visited span {
    color: #fff;
}

.atuacao:hover a:link span,
.atuacao:hover a:visited span {
    text-decoration: underline;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

#areaDeAtuacao .cnt-ver-todos {
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 60px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

#areaDeAtuacao .cnt-ver-todos a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #56b1d1;
}

.carrosselReconhecimento .item {
    text-align: center;
}

.carrosselReconhecimento .item a {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: inline-block;
    width: auto;
}

#reconhecimento {
    padding: 50px 0;
}

#reconhecimento .cnt-ver-todos {
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 40px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

#reconhecimento .cnt-ver-todos a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #56b1d1;
}

#reconhecimento .carrossel .owl-controls .owl-dots {
    bottom: -60px;
}

.BoxRc {
    margin-bottom: 40px;
    position: relative;
}

.BoxRc img {
    border: 1px solid #cccccc;
    width: 100%;
    transition: .3s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE */
}

.BoxRc img:hover {
    -webkit-filter: none;
    filter: none;
}

.BoxRc a::after {
    content: "+";
    display: block;
    position: absolute;
    right: 13px;
    bottom: 0;
    background-color: #ccc;
    text-align: center;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    width: 29px;
    height: 29px;
    font-size: 20px;
    color: #fff;
}

.BoxRc a:hover::after {
    text-decoration: none;
    background-color: #56b1d1;
}

.BoxRc a[aria-expanded="true"]::after {
    background-color: #56b1d1;
}

.BoxRc a[aria-expanded="true"] img {
    -webkit-filter: none;
    filter: none;
    border-bottom: 3px solid #56b1d1;
}

#boxrc1,
#boxrc2,
#boxrc3,
#boxrc4,
#boxrc5,
#boxrc6,
#boxrc7 {
    position: absolute !important;
    background-color: #f5f5f5;
    z-index: 999;
    top: 192px;
    overflow: hidden;
    left: 0;

}

#conteudo .container .row:nth-child(3) {
    position: relative;
}

#conteudo .container .row:last-child {
    position: relative;
}

#Reconhecimentos {
    overflow-y: scroll;
}

#Reconhecimentos::-webkit-scrollbar {
    display: none;
}

.collapse span {
    color: #007bb8;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin-top: 30px;
    display: block;
    padding-left: 30px;
}

.collapse label {
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    padding-left: 30px;
}

.collapse p {
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #333333;
    padding-left: 30px;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    #ouvidoria h2 {
        text-align: center;
    }
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    #quemSomos {
        margin-bottom: 40px;
    }

    .row-height {
        display: block;
        margin: 0;
    }

    .row-height .col-height {
        width: 100%;
        display: block;
    }

    .row-height .col-height:before {
        display: none;
    }

    .row-height .col-height ul li {
        text-align: center;
    }

    .row-height .col-height h2 {
        text-align: center;
    }
}

.form-group {
    margin-bottom: 20px;
}

.form-group.has-error {
    position: relative;
}

.form-group.has-error p.msgerro {
    position: absolute;
    top: 100%;
    font-size: 10px;
    line-height: 14px;
}

.lang {
    position: relative;
}

.lang a:after {
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    margin: 0 10px 0 0;
    float: left;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -25px;
}

.lang a.ptbr:after {
    background: url("../images/flag-brasil.png");
}

.lang a.enus:after {
    background: url("../images/flag-estadosunidos.png");
}

.lang a.jp:after {
    background: url("../images/flag-japao.png");
}

.lang ul {
    list-style: none;
    position: absolute;
    background: #fff;
    width: 150px;
    right: 0px;
    border-top: 1px solid #ccc;
    display: none;
    z-index: 9;
}

.lang ul li {
    display: block;
    padding: 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid #ccc;
}

.lang ul li:before {
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    margin: 0 10px 0 0;
}

.lang ul li.ptbr:before {
    background: url("../images/flag-brasil.png");
}

.lang ul li.enus:before {
    background: url("../images/flag-estadosunidos.png");
}

.lang ul li.jp:before {
    background: url("../images/flag-japao.png");
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .lang ul {
        top: calc(100% + 15px);
    }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .lang a:before {
        display: none;
    }

    .lang a:after {
        margin: 0;
        margin-top: -6px;
        margin-left: -7px;
    }

    .lang ul {
        width: 150px;
    }

    .lang ul li {
        padding: 10px;
        text-align: center;
    }

    .lang ul li span {
        display: none;
    }

    .lang ul li:before {
        margin: 0;
    }
}

.interBanner {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(25, 25, 25, 0.9);
    height: 280px;
    width: 100%;
    display: block;
    margin: -20px 0 40px 0;
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .interBanner {
        height: 200px;
    }
}

@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {
    .interBanner {
        height: 410px;
    }
}

p.red {
    font-family: 'Lato', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: red;
    text-align: right;
    padding: 11px 0;
}

.section-mosaico-quemsomos {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 70px 0;
}

.section-mosaico-quemsomos .zera-padding {
    padding-left: 10px;
    padding-right: 0;
}

.section-mosaico-quemsomos .left-zero {
    padding-left: 0;
}

.section-mosaico-quemsomos .right-zero {
    padding-right: 0;
}

.section-mosaico-quemsomos h2 {
    font-family: 'Lato', sans-serif;
    font-size: 80px;
    font-weight: 900;
    color: #0075bf;
    padding: 0;
}

.section-mosaico-quemsomos h3 {
    font-family: 'Lato', sans-serif;
    font-size: 80px;
    font-weight: 400;
    color: #00bce4;
    padding: 0;
    border-bottom: 3px dashed #ccc;
}

.section-mosaico-quemsomos .box-m {
    display: table;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 256px;
    margin-bottom: 25px;
}

.section-mosaico-quemsomos .box-m .cnt-box {
    display: table-cell;
    vertical-align: middle;
}

.section-mosaico-quemsomos .box-g {
    display: block;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 718px;
    margin-bottom: 25px;
    padding: 0 10px;
}

.section-mosaico-quemsomos .box-g .cnt-box {
    padding-top: 20px;
}

.section-mosaico-quemsomos span.txt-a {
    font-family: 'Lato', sans-serif;
    font-size: 80px;
    font-weight: 900;
    color: #fff;
    line-height: 20px;
}

.section-mosaico-quemsomos span.txt-b {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

.section-mosaico-quemsomos span.txt-c {
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    font-weight: 800;
    color: #fff;
    line-height: 40px;
}

.section-mosaico-quemsomos span.txt-d {
    font-family: 'Lato', sans-serif;
    font-size: 60px;
    font-weight: 800;
    color: #fff;
    line-height: 40px;
}

.section-mosaico-quemsomos span.txt-e {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.section-mosaico-quemsomos span.txt-f {
    font-family: 'Lato', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
}

.section-mosaico-quemsomos span.txt-g {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 24px;
}

.section-mosaico-quemsomos .bx-azul {
    background: #007abc;
}

.section-mosaico-quemsomos .bx-azulclaro {
    background: #00bbe4;
}

.section-mosaico-quemsomos .bx-amarelo {
    background: #ffae31;
}

.section-mosaico-quemsomos .bx-laranja {
    background: #ff822d;
}

#quemSomosReconhecimento .carrossel .item p {
    text-align: center;
}

#quemSomosReconhecimento .owl-controls .owl-nav .owl-prev {
    top: -20px;
}

#quemSomosReconhecimento .owl-controls .owl-nav .owl-next {
    top: -20px;
}

#quemSomosReconhecimento .cnt-ver-todos {
    display: block;
    overflow: hidden;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 100;
}

#quemSomosReconhecimento .cnt-ver-todos a {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #007ab9;
    text-decoration: none;
}

#quemSomosReconhecimento .cnt-ver-todos a img {
    margin: 0 auto;
}

.clearfix {
    clear: both;
}

.interna-areas-atuacao {
    display: block;
    overflow: hidden;
}

.interna-areas-atuacao .box-profissional-0 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #f5f5f5;
    margin: 50px 0;
    padding: 50px 0;
    text-align: center;
}

.interna-areas-atuacao .box-profissional-0 h2 {
    font-family: 'Lora', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    margin: 0 0 10px 0;
}

.interna-areas-atuacao .box-profissional-0 h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #414241;
    line-height: 20px;
}

.interna-areas-atuacao .box-profissional-0 h3 a {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #414241;
}

.interna-areas-atuacao .box-profissional-1 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #f5f5f5;
    margin: 50px 0;
    padding: 50px 0;
}

.interna-areas-atuacao .box-profissional-1 h2 {
    font-family: 'Lora', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    margin: 0 0 10px 0;
}

.interna-areas-atuacao .box-profissional-1 h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #414241;
    line-height: 20px;
    height: 100px;
}

.interna-areas-atuacao .box-profissional-1 h3 a {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #414241;
}

.interna-areas-atuacao .box-profissional-1 h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    margin: 10px 0 5px 0;
}

.interna-areas-atuacao .box-profissional-1 p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #414241;
    line-height: 20px;
    height: auto;
}

.interna-areas-atuacao .box-profissional-1 p a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #414241;
}

.interna-areas-atuacao .box-profissional-1 .cnt-avatar {
    display: block;
    overflow: hidden;
    width: 265px;
    height: auto;
}

.interna-areas-atuacao .box-profissional-1 .cnt-avatar img {
    margin-left: -20px;
    width: auto;
    height: 226px;
}

.interna-areas-atuacao .box-profissional-2 {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #f5f5f5;
    margin: 50px 0;
    padding: 50px 0;
}

.interna-areas-atuacao .box-profissional-2 h2 {
    font-family: 'Lora', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    margin: 0 0 10px 0;
}

.interna-areas-atuacao .box-profissional-2 h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #414241;
    line-height: 20px;
    height: auto;
    margin-bottom: 20px;
}

.interna-areas-atuacao .box-profissional-2 h3 a {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #414241;
}

.interna-areas-atuacao .box-profissional-2 .cnt-avatar {
    display: block;
    overflow: hidden;
    width: 167px;
    height: auto;
}

.interna-areas-atuacao .box-profissional-2 .cnt-avatar img {
    margin-left: -60px;
    width: auto;
    height: 226px;
}

.interna-areas-atuacao .box-profissional-2 .cnt-resume {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 226px;
}

.interna-areas-atuacao .box-profissional-2 .cnt-resume h4 {
    display: block;
    overflow: hidden;
    position: absolute;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    margin: 0;
    bottom: 0;
}

.interna-areas-atuacao .box-profissional-2 .cnt-resume h4 p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #414241;
    height: auto;
    padding: 10px 0 0 0;
}

.interna-areas-atuacao .box-profissional-2 .cnt-resume h4 p a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #414241;
}

.interna-areas-atuacao .box-profissional-4mais {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    background: #f5f5f5;
    margin: 50px 0;
    padding: 50px 0;
}

.interna-areas-atuacao .box-profissional-4mais h2 {
    font-family: 'Lora', sans-serif;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    margin: 0 0 10px 0;
}

.interna-areas-atuacao .box-profissional-4mais h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #414241;
    line-height: 20px;
    height: auto;
    margin-bottom: 20px;
}

.interna-areas-atuacao .box-profissional-4mais h3 a {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #414241;
}

.interna-areas-atuacao .box-profissional-4mais .cnt-avatar {
    display: block;
    overflow: hidden;
    width: 167px;
    height: auto;
}

.interna-areas-atuacao .box-profissional-4mais .cnt-avatar img {
    margin-left: 0px;
    width: auto;
    height: 124px;
}

.interna-areas-atuacao .box-profissional-4mais .cnt-resume {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 124px;
}

.interna-areas-atuacao .box-profissional-4mais .cnt-resume h4 {
    display: block;
    overflow: hidden;
    position: absolute;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    padding: 0;
    margin: 0;
    bottom: 0;
}

.interna-areas-atuacao .box-profissional-4mais .cnt-resume h4 p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #414241;
    height: auto;
    padding: 10px 0 0 0;
}

.interna-areas-atuacao .box-profissional-4mais .cnt-resume h4 p a {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #414241;
}

.interna-areas-atuacao .box-profissional-4mais .separador {
    clear: both;
    margin-top: 40px;
}

.interna-areas-atuacao .cnt-icones-setor-economia {
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    padding: 50px 0;
}

.interna-areas-atuacao .cnt-icones-setor-economia .icone {
    display: table;
    overflow: hidden;
    text-align: center;
    width: 100%;
    height: 150px;
    background: #f1f1f1;
}

.interna-areas-atuacao .cnt-icones-setor-economia .icone .cnt-img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.interna-areas-atuacao .cnt-icones-setor-economia .icone .cnt-img img {
    margin: 0 auto;
}

.interna-areas-atuacao .cnt-icones-setor-economia .texto {
    display: table;
    overflow: hidden;
    text-align: left;
    width: 100%;
    height: 150px;
}

.interna-areas-atuacao .cnt-icones-setor-economia .texto .cnt-txt {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Lora', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #36414d;
}

.interna-areas-atuacao .cnt-icones-setor-economia .separador {
    clear: both;
    margin-top: 40px;
    height: 40px;
}

.interna-areas-atuacao .color-verde {
    color: #508d47;
}

.interna-areas-atuacao .color-roxo {
    color: #9d2996;
}

.interna-areas-atuacao .color-azul {
    color: #3a77ba;
}

.interna-areas-atuacao .color-dourado {
    color: #c97a2b;
}

.interna-areas-atuacao .color-lilas {
    color: #542075;
}

.interna-areas-atuacao .color-azulclaro {
    color: #91b2e8;
}

.cnt-ver-todos {
    display: block;
    overflow: hidden;
    bottom: 60px;
    width: 100%;
    text-align: center;
    z-index: 100;
    margin-bottom: 50px;
}

.cnt-ver-todos a {
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #007ab9;
}

.cnt-ver-todos img {
    margin: 0 auto;
}

.interna-equipe {
    display: block;
    overflow: hidden;
    padding-bottom: 50px;
}

.grafico-atuacao-global {
    display: block;
}

.grafico-atuacao-global h2 {
    font-family: 'Lato', sans-serif;
    line-height: 40px;
    font-weight: normal;
    font-size: 38px;
    color: #fff;
    line-height: 42px;
}

.grafico-atuacao-global h2 strong {
    font-weight: 900;
}

.grafico-atuacao-global h3 {
    font-family: 'Lato', sans-serif;
    line-height: 36px;
    font-weight: normal;
    font-size: 34px;
    color: #fff;
    font-weight: 700;
}

.grafico-atuacao-global h4 {
    font-family: 'Lato', sans-serif;
    line-height: 18px;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
}

.grafico-atuacao-global h5 {
    font-family: 'Lato', sans-serif;
    line-height: 24px;
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}

.grafico-atuacao-global p {
    font-family: 'Lato', sans-serif;
    line-height: 14px;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
    font-weight: 300;
}

.grafico-atuacao-global p strong {
    font-size: 12px;
    color: #ffffff;
}

.grafico-atuacao-global h6 {
    font-family: 'Lato', sans-serif;
    line-height: 16px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    font-weight: 300;
}

.grafico-atuacao-global .box-azul {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 20px;
    background: #007dbb;
    background: -moz-linear-gradient(-45deg, #007dbb 0%, #029cd4 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #007dbb), color-stop(100%, #029cd4));
    background: -webkit-linear-gradient(-45deg, #007dbb 0%, #029cd4 100%);
    background: -o-linear-gradient(-45deg, #007dbb 0%, #029cd4 100%);
    background: -ms-linear-gradient(-45deg, #007dbb 0%, #029cd4 100%);
    background: linear-gradient(135deg, #007dbb 0%, #029cd4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dbb', endColorstr='#029cd4', GradientType=1);
}

.grafico-atuacao-global .box-laranja {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 20px;
    background: #ff791f;
    background: -moz-linear-gradient(-45deg, #ff791f 0%, #ffb12b 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #ff791f), color-stop(100%, #ffb12b));
    background: -webkit-linear-gradient(-45deg, #ff791f 0%, #ffb12b 100%);
    background: -o-linear-gradient(-45deg, #ff791f 0%, #ffb12b 100%);
    background: -ms-linear-gradient(-45deg, #ff791f 0%, #ffb12b 100%);
    background: linear-gradient(135deg, #ff791f 0%, #ffb12b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff791f', endColorstr='#ffb12b', GradientType=1);
}

.grafico-atuacao-global .box-verde {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 20px;
    background: #009a2c;
    background: -moz-linear-gradient(-45deg, #009a2c 0%, #83c823 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #009a2c), color-stop(100%, #83c823));
    background: -webkit-linear-gradient(-45deg, #009a2c 0%, #83c823 100%);
    background: -o-linear-gradient(-45deg, #009a2c 0%, #83c823 100%);
    background: -ms-linear-gradient(-45deg, #009a2c 0%, #83c823 100%);
    background: linear-gradient(135deg, #009a2c 0%, #83c823 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#009a2c', endColorstr='#83c823', GradientType=1);
}


.mapa-atuacao-global {
    padding-top: 50px;
    padding-bottom: 50px;
}

.mapa-atuacao-global img {
    margin: 0 auto;
}

.owl-theme .owl-dots {
    text-align: right;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #56b1d1;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    border: 1px solid #56b1d1;
}


.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    background-color: #56b1d1;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 18px;
    height: 50px;
    width: 60px;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    align-items: center;
    justify-content: center;
    margin: 0;
    border-radius: 0;
}

.owl-carousel:hover .owl-nav button.owl-next,
.owl-carousel:hover .owl-nav button.owl-prev {
    opacity: 1;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    color: #fff;
    background-color: #56b1d1;
}

.owl-carousel .owl-nav button.owl-next {
    right: 0px;
    display: flex;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 0px;
    display: flex;
}

#conteudo .banner::after{
  color: #56b1d1;
}


/* ++++++++++++++++++++++++++++++++++++++++++ */
@media screen and (max-width: 1024px) {
    .section-mosaico-quemsomos h2 {
        text-align: center;
    }

    .section-mosaico-quemsomos h3 {
        text-align: center;
    }

    .section-mosaico-quemsomos .zera-padding {
        padding-left: 15px;
        padding-right: 15px;
    }

    .section-mosaico-quemsomos .left-zero {
        padding-left: 0px;
        padding-right: 0px;
    }

    .section-mosaico-quemsomos .right-zero {
        padding-left: 0px;
        padding-right: 0px;
    }

    .section-mosaico-quemsomos .box-g {
        height: auto;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 991px) {
    .interna-areas-atuacao .box-profissional-1 {
        text-align: center;
    }

    .interna-areas-atuacao .box-profissional-1 .cnt-avatar {
        width: 100%;
    }

    .interna-areas-atuacao .box-profissional-1 .cnt-avatar img {
        width: auto;
        height: auto;
        margin: 0 auto 30px auto;
    }

    .interna-areas-atuacao .box-profissional-2 .col-xs-3 {
        margin-bottom: 20px;
    }

    .interna-areas-atuacao .box-profissional-2 .col-xs-9 {
        margin-bottom: 20px;
    }

    .interna-areas-atuacao .box-profissional-2 .cnt-resume {
        text-align: left;
    }

    .interna-areas-atuacao .box-profissional-2 .cnt-resume h4 p {
        text-align: left;
    }

    .interna-areas-atuacao .box-profissional-4mais .col-xs-3 {
        margin-bottom: 20px;
    }

    .interna-areas-atuacao .box-profissional-4mais .col-xs-9 {
        margin-bottom: 20px;
    }

    .interna-areas-atuacao .box-profissional-4mais .cnt-avatar {
        width: 100%;
    }

    .interna-areas-atuacao .box-profissional-4mais .cnt-avatar img {
        width: 100%;
        height: auto;
    }

    .interna-areas-atuacao .box-profissional-4mais .cnt-resume {
        text-align: left;
    }

    .interna-areas-atuacao .box-profissional-4mais .cnt-resume h4 p {
        text-align: left;
    }

    .interna-areas-atuacao .box-profissional-4mais .separador {
        display: none;
    }

    .interna-areas-atuacao .cnt-icones-setor-economia .texto {
        text-align: center;
    }

    .grafico-atuacao-global .box-areas-atuacao-global,
    .grafico-atuacao-global .box-setores-globais {
        height: auto !important;
    }

}
