@import 'https://fonts.googleapis.com/css?family=Lato:100,400';

* {
    padding: 0;
}

* html {
    color: rgba(0, 0, 0, 0.87)
}

/*politica*/
.cookieConsentContainer{z-index: 999; width: 350px; min-height: 20px; box-sizing: border-box; padding: 10px 10px 10px 10px; background: #1d2124; overflow: hidden; position: fixed; bottom: 30px; left: 30px; display: none; text-align:center;}
.cookieConsentContainer .cookieDesc p { width: 100%; margin:0; padding:0; color:#fff; font-size:13px; line-height:20px; display:block}
.cookieConsentContainer .cookieDesc a{color:#fff;text-decoration:underline; text-align: center;}
.cookieConsentContainer .cookieButton a{
    display:inline-block; color:#fff; font-size:14px; margin-top:14px; background: #3e9b67; box-sizing:border-box; padding:6px 50px; text-align:center; transition:background .3s}
.cookieConsentContainer .cookieButton a:hover{cursor:pointer;background:#3e9b67; color:#000}
.cookieButton{text-align: center;}


@media (max-width:980px){.cookieConsentContainer{bottom:0!important;left:0!important;width:100%!important}}




body {
    margin: 0;
    font-family: 'Lato', sans-serif;
    color: rgba(0, 0, 0, 0.87)
}

.center {
    max-width: 75%;
    margin: 0 auto;
}

header {
    height: 100vh;
}

/* nav */

nav {
    background: rgba(0, 93, 50, 0.75);
    height: 150px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999999;
    border-bottom: 1px solid #fff;
    color: #fff;
    -webkit-transition: height .3s ease-in, background-color .3s ease-in;
    transition: height .3s ease-in, background-color .3s ease-in;
    height: 125px;
    text-align: center;
    padding-top: 15px;
}

.menu {
    margin: 0 auto;
}

.menu li:last-child {
    padding-right: 0;
}

.menu a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.border {
    border: 1px solid #ccc;
}

img.border {
    margin-right: 15px;
    margin-bottom: 15px;
}



nav .menu li:not(:last-child)::after {
    content: '\f111';
    color: red;
    font-size: 5px;
    position: absolute;
    bottom: 7px;
    right: -2px;
    line-height: 0;
    font-family: 'FontAwesome';
}

nav .menu li {
    display: inline-block;
    padding: 2px 6px;
    position: relative;
}

nav .menu li:last-child {
    padding-right: : 0
}


nav .menu li a::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-transition: all .4s ease-in;
    transition: all .4s ease-in;
}

nav .menu li:not(:last-child)::after {
    content: '\f111';
    font-family: 'FontAwesome';
    color: red;
    font-size: 5px;
    position: absolute;
    bottom: 7px;
    right: -4px;
    line-height: 0px;
}

nav .menu li.active {
    background-color: transparent;
}

nav .menu li .conte {
    position: absolute;
    left: 0;
    text-align: left;
    width: auto;
    height: auto;
    padding-top: 30px;
    opacity: 0;
    visibility: hidden;
}

nav .menu li ul {
    background-color: rgba(0, 0, 0, 0.51);
    background-color: rgba(0, 93, 50, 0.75);
    border: 1px solid #fff;
    padding: 14px 22px 8px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

nav .menu li ul::before {
    content: '';
    width: 2px;
    height: 0;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    top: 4px;
    left: 25px;
}

nav .menu li ul li {
    padding: 0 14px 0 14px;
    position: relative;
    display: block;
    white-space: nowrap;
}

nav .menu li ul li a {
    line-height: 28px;
    padding-bottom: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .1s linear 0s;
    transition: all .1s linear 0s;
}

nav .menu li ul li a::before {
    width: 0 !important;
    bottom: 2px;
}

nav .menu li ul li:hover {
    padding: 0 0 0 24px;
    display: block;
}

nav .menu li ul li:hover a::before {
    width: 100% !important;
    bottom: 2px;
}

nav .menu li ul li:not(:last-child)::after,
nav .menu li ul li:last-child::after {
    display: none;
}

nav .menu li ul li::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: red;
    border-radius: 100%;
    left: 0;
    right: initial;
    top: 0px;
    bottom: 0;
    margin: auto;
    color: #585857;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: red;
    z-index: 1;
}

nav .menu li:hover {
    display: inline-block;
    position: relative;
}

nav .menu li:hover a::before {
    width: 100%;
}

nav .menu li:hover .conte {
    opacity: 1;
    visibility: visible;
}

nav .menu li:hover ul {
    opacity: 1;
    visibility: visible;
}

nav .menu li:hover ul::before {
    height: -webkit-calc(100% - 30px);
    height: calc(100% - 30px);
    -webkit-transition: height .4s linear;
    transition: height .4s linear;
}

nav .menu li:hover ul li {
    padding: 0 0 0 28px;
}

nav .menu li:hover ul li:nth-of-type(1) {
    -webkit-transition: all .3s linear .1s;
    transition: all .3s linear .1s;
}

nav .menu li:hover ul li:nth-of-type(2) {
    -webkit-transition: all .3s linear .16s;
    transition: all .3s linear .16s;
}

nav .menu li:hover ul li:nth-of-type(3) {
    -webkit-transition: all .3s linear .22s;
    transition: all .3s linear .22s;
}

nav .menu li:hover ul li:nth-of-type(4) {
    -webkit-transition: all .3s linear .28s;
    transition: all .3s linear .28s;
}

nav .menu li:hover ul li:nth-of-type(5) {
    -webkit-transition: all .3s linear .34s;
    transition: all .3s linear .34s;
}

nav .menu li:hover ul li:nth-of-type(6) {
    -webkit-transition: all .3s linear .40s;
    transition: all .3s linear .40s;
}

nav .menu li:hover ul li:nth-of-type(7) {
    -webkit-transition: all .3s linear .46s;
    transition: all .3s linear .46s;
}

nav .menu li:hover ul li:nth-of-type(8) {
    -webkit-transition: all .3s linear .52s;
    transition: all .3s linear .52s;
}

nav .menu li:hover ul li:nth-of-type(9) {
    -webkit-transition: all .3s linear .58s;
    transition: all .3s linear .58s;
}

nav .menu li:hover ul li:nth-of-type(10) {
    -webkit-transition: all .3s linear .64s;
    transition: all .3s linear .64s;
}

nav .menu li:hover ul li a {
    opacity: 1;
    visibility: visible;
}

nav .menu li:hover ul li:nth-of-type(1) a {
    -webkit-transition: all .3s linear .1s;
    transition: all .3s linear .1s;
}

nav .menu li:hover ul li:nth-of-type(2) a {
    -webkit-transition: all .3s linear .16s;
    transition: all .3s linear .16s;
}

nav .menu li:hover ul li:nth-of-type(3) a {
    -webkit-transition: all .3s linear .22s;
    transition: all .3s linear .22s;
}

nav .menu li:hover ul li:nth-of-type(4) a {
    -webkit-transition: all .3s linear .28s;
    transition: all .3s linear .28s;
}

nav .menu li:hover ul li:nth-of-type(5) a {
    -webkit-transition: all .3s linear .34s;
    transition: all .3s linear .34s;
}

nav .menu li:hover ul li:nth-of-type(6) a {
    -webkit-transition: all .3s linear .40s;
    transition: all .3s linear .40s;
}

nav .menu li:hover ul li:nth-of-type(7) a {
    -webkit-transition: all .3s linear .46s;
    transition: all .3s linear .46s;
}

nav .menu li:hover ul li:nth-of-type(8) a {
    -webkit-transition: all .3s linear .52s;
    transition: all .3s linear .52s;
}

nav .menu li:hover ul li:nth-of-type(9) a {
    -webkit-transition: all .3s linear .58s;
    transition: all .3s linear .58s;
}

nav .menu li:hover ul li:nth-of-type(10) a {
    -webkit-transition: all .3s linear .64s;
    transition: all .3s linear .58s;
}

nav .menu a {
    font-size: .8em;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    font-family: 'Lato', sans-serif
}

nav .center {
    padding-top: 50px;
}


.menu {
    width: 70%;
    margin: 0;
    padding: 0;
    float: right;
    margin-top: 0px;
}

.logo {
    float: left;
    margin-left: -160px;
    background-image: url(../img/logo-w.png);
    width: 40%;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    margin-top: -20px;
}

.logo h1 {
    color: transparent;
}

.affix .menu li ul {
    background-color: rgba(255, 255, 255, 0.51);
}

nav.affix .menu li .conte ul::before,
#page nav .menu li .conte ul::before {
    background-color: rgba(0, 93, 50, 0.5);
}

nav.affix .menu li a::before {
    background-color: rgba(0, 93, 50, 0.5);
}

nav.affix .menu li .conte ul {
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

nav.affix .center {
    padding-top: 0;
    height: 0
}


@media (min-width: 1024px) {
    .affix {
        box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
        background-color: rgba(255, 255, 255, 0.95);
        height: 80px;
        -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
    }

    .affix .logo {
        top: 10px;
        position: relative;
        width: 22%;
        margin: 0;
        padding-top: 10px;
        background-image: url(../img/logo.png);
        float: left;
        height: 40px
    }

    .affix .menu {
        float: right;
        width: 77%;
        margin-top: 20px;
    }

    .affix .menu a {
        color: #005d32;
    }

    .affix .logo.logo-en {
        width: 21.5%;
    }

    .affix .menu.ingles {
        width: 78.5%;
    }

    .affix .logo.logo-es {
        width: 18%;
        padding-top: 0;
    }

    .affix .menu.espanhol {
        width: 82%;
    }

}




/**** lang ****/

.lang {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #eee;
    padding: 3px 7px;
    width: 110px;
    z-index: 999999;
    -webkit-box-shadow: 0px 13px 16px -13px rgba(0, 0, 0, 0.57);
    -moz-box-shadow: 0px 13px 16px -13px rgba(0, 0, 0, 0.57);
    box-shadow: 0px 13px 16px -13px rgba(0, 0, 0, 0.57);
}

.lang span {
    position: relative;
    top: -7px;
    left: 10px;
    font-size: 12px;
}

.lang span i {
    position: relative;
    left: 8px;
}

.header-lang {
    padding-top: 10px;
    cursor: pointer;
}

.body-lang {
    background-color: #eee;
    width: 110px;
    padding: 15px 0;
    font-size: 14px;
}

.body-lang a {
    color: #282828;
    padding-bottom: 10px;
    display: block;
}

.body-lang a:last-child {
    padding-bottom: 0px
}

.body-lang a:hover {
    color: rgba(0, 93, 50, 1);
}

.body-lang a:hover img {
    opacity: 0.7;
}





.area-cliente {
    width: 230px;
    color: #fff;
    background: #005221;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
    text-align: center;
}

.area-cliente a {
    color: #fff;
    font-size: .8em;
}

.area-cliente i:first-child {
    margin-right: 10px;
}

.area-cliente i:last-child {
    margin-left: 10px;
}


/* nav */



.equipe {
    padding: 100px 0;
}

.body-equipe {
    width: 62%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 60px;
}

.body-equipe h3 {
    color: #005221;
    width: 160px;
    font-size: 1em;
    margin: 0 auto;
    font-family: 'Sansation', 'Lato', sans-serif;
    background: #fff;
    margin-top: -12px;
}

.nossa-equipe p {
    padding: 25px 0;
}

.barra {
    background: #b3b2b2;
    height: 2px;
    width: 100%;
}

.nossa-equipe {
    border: 1px solid #005221;
    margin-bottom: 12px;
}

.btn-modal {
    border: 1px solid #005221;
    color: #005221;
    float: left;
    padding: 12px 0;
    width: calc(50% - 8px);
    display: block
}

.btn-i {
    font-size: 13px;
    text-align: center;
    margin-right: 5px;
    width: calc(45% - 8px);
    padding: 12px 10px;
}

.body-equipe a:last-child {
    margin-left: 12px;
}

.body-equipe a {
    position: relative;
    z-index: 1;
}

.equipe img {
    position: relative;
    z-index: 1;
}


.modal {
    z-index: 3;
    max-width: 70%;
    height: 500px;
    overflow: hidden;
    overflow-x: hidden;
    border-radius: 0
}

.modal a.close-modal {
    z-index: 9999;
    top: 5px;
    right: 5px;
}





/**/


.area-de-atuacao {
    text-align: center;
}

.title h2 {
    text-transform: uppercase;
    font-family: 'Sansation', 'Lato', sans-serif;
    font-size: 1.4em;
    display: inline-block;
    border: 1px solid #005d32;
    color: #005d32;
    padding: 14px 40px;
    margin-bottom: 8px;
}

.title p {
    font-size: .8em;
    color: #005d32;
}

.body-atuacao {
    margin-top: -3px;
    background: #005221;
    width: 42.5%;
    padding: 135px 0;
    font-weight: 100;
}

.body-atuacao div {
    border: 1px solid #fff;
    max-width: 300px;
    padding: 2.2em 0;
    font-size: .9em;
    line-height: 1.3em;
    color: #fff;
    margin: 0 auto;
}

.body-atuacao p {
    opacity: .7;
}

.body-atuacao div h2 {
    margin-bottom: 20px;
    font-family: 'Sansation', 'Lato', sans-serif;
    font-size: 1.3em
}

.itens-atuacao {
    background: #0c5a2b;
    width: 57.5%;
    padding: 97.4px 0;
    margin-top: -3px;
}

.itens-atuacao ul {
    float: left;
    width: 35%;
}

.itens-atuacao ul:first-child {
    margin: 0 15px 0 40px;
}

.itens-atuacao ul li {
    border: 1px solid #fff;
    width: 100%;
    list-style: none;
    padding: 15px 0;
    margin-bottom: 1em;
    font-size: .6em;
    color: #fff;
}


.area-de-atuacao .col {
    height: 300px;
    width: 31.5%;
    margin-right: 30px;
    margin-top: 50px;
}

.area-de-atuacao .col:last-child {
    margin-right: 0;
}


.center.button2 {
    padding-bottom: 50px;
    width: 100%;
}

.area-de-atuacao .col .row {
    margin-bottom: 1em;
}

/**/

.clientes {
    background-color: #005d32;
    padding: 50px 0;
    text-align: center
}

.clientes h2,
.clientes p {
    color: #fff;
}

.clientes .title {
    margin-bottom: 14px;
}

.clientes .title h2 {
    border-color: #fff;
}

.clientes ul {
    width: 100%;
    margin: 50px 0;
    cursor: pointer
}

.clientes ul li {
    float: left;
    list-style: none;
    width: 26%;
    border: 1px solid rgba(255, 255, 255, 0.6);
    color: #fff;
    margin-right: 120px;
    display: table;
    height: 260px;
    font-family: 'Sansation', 'Lato', sans-serif;
    font-size: 1.4em
}

.local {
    font-size: .8em;
    opacity: 0.5;
}

.clientes ul li div {
    vertical-align: middle;
    display: table-cell;
}

.clientes ul li:nth-child(3) {
    margin-right: 0;
}

.clientes ul li a.valign-wrapper {
    display: block;
}

.clientes .banim {
    color: rgba(255, 255, 255, 0.6);
}

.clientes .banim:hover {
    color: #fff;
}

.clientes .banim::before,
.clientes .banim::after {
    border-color: #fff;
}

.clientes .row {
    padding-top: 30px;
}

.clientes .read-more.banim {
    cursor: pointer;
}

/**/

.midias {
    padding: 50px 0;
}

.midias .title {
    margin-bottom: 50px;
}

.midias article {
    float: left;
    width: 31%;
    margin-right: 20px;
    margin-bottom: 30px;
}

.midias article:nth-child(3n + 1) {
    margin-right: 0;
}

.midias article .body {
    text-align: left;
    width: 100%;
    border: 1px solid #969696;
    margin-bottom: 20px;
}

.midias article .body div {
    padding: 0px 30px 26px 30px;
    margin-top: -20px;
}

.midias article .body div.clear {
    padding: 0;
}

.ribbon {
    background-image: url(../img/ribbons.png);
    position: relative;
    left: -5px;
    top: 15px;
    height: 50px;
    background-repeat: no-repeat;
}


.midias article time {
    font-size: 0.9;
    color: #5e5d5d;
    font-style: italic;
    height: 40px;
    display: block;
    float: left;
    margin-right: 5px;
    font-size: .8em;
    position: relative;
    top: 3px;
}

.midias article span {
    color: #005221;
    font-size: .8em
}

.midias article h5 {
    color: #5e5d5d;
    font-size: .9em;
    min-height: 70px;
    display: block;
}

.midias article .buttom a {
    width: 100%;
}

.buttom .read-more {
    padding: 14px 0;
}


.container .banim {
    cursor: default;
}

.area-de-atuacao-back {
    background: #f8f8f8;
    margin-top: 50px;
}

.area-de-atuacao-back .col .row a {
    cursor: default;
}


.noticias h2 {
    margin-bottom: 30px;
}

.noticias p {
    margin-bottom: 15px;
}

/**/

footer {
    padding: 50px 0 20px 0;
    background: url(../img/footer.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height: 300px;
    color: #fff;
}

footer .center {
    max-width: 80em
}

footer .col {
    height: 300px;
}

footer .col ul li {
    font-size: .8em;
}

footer .col:nth-child(1) {
    width: 19%;
    margin-right: 10px;
}

footer .col:nth-child(2) {
    width: 39.2%;
    margin-right: 10px;
    letter-spacing: 1.4px;
}

footer .col:nth-child(3) {
    width: 40%;
}


footer .col:nth-child(2) .site b {
    font-size: 1.5em;
}



footer h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Sansation', 'Lato', sans-serif;
    text-align: center;
    border: 1px solid #fff;
    padding: 12px 12px;
    font-size: 1.1em;
    min-height: 25px
}

footer a {
    color: #fff;
}

footer li {
    list-style: none;
}

footer .col:nth-child(1) ul {
    margin-left: 16px;
    padding-top: 1em;
    position: relative;
}

footer .col:nth-child(1) ul::before {
    content: '';
    width: 1px;
    height: -webkit-calc(100% - 12px);
    height: calc(100% - 12px);
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
}

footer .col:nth-child(1) ul li {
    padding-left: 16px;
    position: relative;
    line-height: 2em;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

footer .col:nth-child(1) ul li::before {
    content: '\f111';
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 8px;
    position: absolute;
    left: -3px;
}

footer .col:nth-child(1) ul li:hover {
    padding-left: 20px;
}

footer .col:nth-child(1) ul li:hover::before {
    color: red;
}

footer .col:nth-child(2) address {
    display: block;
    padding-left: 1em;
    line-height: 1.6em;
    padding-top: 1em;
    font-style: normal;
    font-size: 13px;
}

footer .col:nth-child(2) span {
    padding-left: 1em;
    line-height: 1.6em;
    font-size: 13px;
}

footer .col:nth-child(3) {
    text-align: center;
}

footer .col:nth-child(3) i {
    font-size: 2.4em;
    margin: 20px 0;
    margin-right: 16px;
}

footer .col:nth-child(3) a:nth-child(5) i {
    margin-right: 0;
}

footer form span {
    font-size: 13px;
}

footer form input[type=text],
footer form input[type=email] {
    border: 1px solid #fff;
    float: left;
    width: 44%;
    padding: 8px 8px 8px 1em;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    margin-bottom: 8px;
    margin-top: 10px;
    color: #fff;
}

footer form input[type=email] {
    margin-left: 8px;
}

footer form input[type="submit"] {
    border: 1px solid #fff;
    float: right;
    padding: 8px 2em 8px 2em;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    color: #fff;
    cursor: pointer
}

.about {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 12px;
}

.about .copyright {
    color: rgba(255, 255, 255, 0.6);
    float: left;
    font-size: .7em;
}

.about .virtude {
    float: right;
    font-size: .7em;
}

.about .virtude a {
    color: rgba(255, 255, 255, 0.6);
}

.footer .container .virtude img {
    width: auto;
}

/************** INTERNAS ****************/



.float-left {
    float: left;
}

.nossa-equipe {
    border: 1px solid #005221;
}


.escritorio {
    background: url(../img/static-banner/escritorio.jpg);
    background-size: cover;
    background-position: center center;
    height: 445px;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    margin-top: 96px;
}

.area-de-atuacao-b {
    background: url(../img/static-banner/areas-de-atuacao.jpg);
    background-size: cover;
    background-position: center center;
    height: 445px;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    margin-top: 96px;
}

.tecnologia {
    background: url(../img/static-banner/tecnologia.jpg);
    background-size: cover;
    background-position: center center;
    height: 445px;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    margin-top: 96px;
}

.parceiros-b {
    background: url(../img/static-banner/parceiros.jpg);
    background-size: cover;
    background-position: center center;
    height: 445px;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    margin-top: 96px;
}

.links-uteis-b {
    background: url(../img/static-banner/links-uteis.jpg);
    background-size: cover;
    background-position: center center;
    height: 445px;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    margin-top: 96px;
}

.informativo-artigo {
    background: url(../img/static-banner/informativos-e-artigos.jpg);
    background-size: cover;
    background-position: center center;
    height: 445px;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    margin-top: 96px;
}

.premios-e-eventos {
    background: url(../img/static-banner/premios-5.jpg);
    background-size: cover;
    background-position: center center;
    height: 445px;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    margin-top: 96px;
}

.midia-b {
    background: url(../img/static-banner/midia-e-imprensa.jpg);
    background-size: cover;
    background-position: center center;
    height: 445px;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    margin-top: 96px;
}

.clientes-b {
    background: url(../img/static-banner/clientes.jpg);
    background-size: cover;
    background-position: center center;
    height: 445px;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    margin-top: 96px;
}

.contato-b {
    background: url(../img/static-banner/contato.jpg);
    background-size: cover;
    background-position: center center;
    height: 445px;
    background-repeat: no-repeat;
    display: table;
    width: 100%;
    margin-top: 96px;
}



.body-banner {
    display: table-cell;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 20px;
}

.body-banner div {
    width: 500px;
    background: rgba(0, 93, 50, 0.75);
    border: 1px solid #fff;
    font-weight: 100;
    margin: 0 auto;
    padding: 22px;
    font-family: 'Lato', sans-serif;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1)
}

.conteudo {
    padding: 50px 0;
}

.body-escritorio {
    width: 49%;
    text-align: justify;
    margin-right: 100px;
    padding-top: 50px;
}

.img-escritorio {
    width: 40%;
}

.img-escritorio img {
  

    height: auto;
    position: relative;
	margin-bottom: 16px
}

.img-escritorio a {
    margin-top: -4px;
}

.title2 {
    border-bottom: 1px solid #005221;
    margin-top: 50px;
    color: #005221;
    font-family: 'Sansation', 'Lato', sans-serif;
    padding-bottom: 8px;
    margin-bottom: 20px;
}


.verde {
    color: #005221;
}


.interna header {
    height: auto;
}

.body-container {
    line-height: 1.5em;
    text-align: justify;
}

.conteudo iframe {
    margin: 30px 0
}

.visao,
.valores {
    background: rgba(0, 93, 50, 0.95);
    padding: 50px 0;
    color: #fff;
    line-height: 1.5em;
    font-size: 1em
}

.missao {
    background: #005221;
    padding: 50px 0;
    color: #fff;
    line-height: 1.5em;
    font-size: 1em
}

.visao .col:first-child,
.valores .col:first-child,
.missao .col:first-child {
    width: 20%;
}

.visao .col,
.valores .col,
.missao .col {
    width: 74%;
    margin-right: 30px;
    font-weight: 100;
}

.visao h2,
.valores h2,
.missao h2 {
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    width: 85%;
    padding: 16px;
    font-size: 1.3em;
    font-weight: 500
}

.valores li {
    display: block;
    border: 1px solid #fff;
    width: 28%;
    margin-bottom: 16px;
    margin-right: 16px;
    text-align: center;
    padding: 12px;
    float: left;
    font-size: .9em;
}

.interna-footer .visao,
.interna-footer .valores {
    background: #fff;
    color: rgba(0, 93, 50, 0.95)
}

.interna-footer .valores li {
    display: block;
    border: 1px solid rgba(0, 93, 50, 0.95);
}

.interna-footer .visao h2,
.interna-footer .valores h2 {
    color: rgba(0, 93, 50, 0.95);
    border: 1px solid rgba(0, 93, 50, 0.95);
}







.trabalhe-conosco h3 {
    color: #005d32;
    font-size: 1.3em;
    font-family: 'Sansation', 'Lato', sans-serif;
    margin-bottom: 1em;
}

.trabalhe-conosco {
    text-align: center;
}

.trabalhe-conosco form {
    margin-top: 50px;
}

.trabalhe-conosco form .col {
    text-align: left;
    width: 50%;
}

.trabalhe-conosco form textarea {
    width: 98.7%;
    height: 180px;
    margin: 20px 0;
    padding: 12px 8px;
    border: 1px solid #585857;
    color: #AAAAAA;
    font-size: .8em;
    font-family: 'Lato', sans-serif;
}

.trabalhe-conosco form .col input {
    border: 1px solid #585857;
    padding: 10px 8px
}

.trabalhe-conosco form .col input:focus,
.trabalhe-conosco form textarea:focus {
    outline: none;
}

.trabalhe-conosco form .col:nth-child(1) input {
    width: 93%;
}

.trabalhe-conosco form .col:nth-child(2) input {
    width: 97.2%;
}

.trabalhe-conosco form .col.file {
    font-size: 12px;
    font-weight: bold;
}

.trabalhe-conosco form .col input[type=file] {
    width: 93%;
    border: 0;
    padding: 8px 8px;
}

.trabalhe-conosco form .col input[type=submit] {
    width: 100.5%;
    padding: 10px 8px;
    background-color: transparent;
    cursor: pointer
}

.trabalhe-conosco form .col input[type=submit]:hover {
    background-color: #585857;
    color: #fff;
}



.modal {
    background: #fff;
}

.ui-widget-header {
    background-color: transparent;
}

.ui-dialog .ui-dialog-content {
    overflow: hidden;
}

.ui-dialog .ui-dialog-content {
    padding: 0;
}

.ui-dialog {
    border-bottom: 25px solid #005d32;
    border-top: 25px solid #005d32
}


/**** boletim ****/

.conteudo #boletins {
    margin-left: 30px;
    width: 98%;
}

.conteudo #boletins li {
    list-style: none;
    width: 30.5%;
    margin-right: 30px;
    height: auto;
    float: left;
    margin-bottom: 30px;
}


.conteudo #boletins {
    margin-top: 30px;
}



.conteudo .boletim .body-boletim {
    border: 1px solid #969696;
    color: #969696;
    padding: 26px 30px;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.body-boletim time {
    font-style: italic;
}

.body-boletim b {
    color: #005d32;
    font-weight: normal;
    font-size: .9em;
}

.body-boletim h2 {
    font-size: .9em;
    color: #5e5d5d;
    height: 70px;
    margin-top: 40px;
    line-height: normal;
    text-transform: uppercase;
}

.body-boletim p {
    font-size: .9em;
}

.body-boletim p::after {
    content: '...';
}

.conteudo .boletim .buttom a {
    width: 100%;
    text-align: center;
}

.botao-boletim {
    padding: 0 0 100px 0;
}


.botao-boletim a {
    display: block;
    float: left;
    border: 1px solid #969696;
    color: #969696;
    margin-bottom: 10px;
    width: 24.1%;
    text-align: center;
    padding: 15px 0;
    margin-right: 10px;
    font-weight: bold;
    font-size: .8em;
}

.botao-boletim a:nth-child(4n) {
    margin-right: 0;
}

.botao-boletim a:hover {
    background: #969696;
    color: #fff;
}

.botao-boletim-hover {
    background: #969696;
    color: #fff;
}

.botao-informativo {
    text-transform: uppercase;
}

.botao-informativo a {
    font-weight: normal;
}




body.boletim-eletronico {
    width: 85%;
    margin: 0 auto;
}

body.boletim-eletronico header {
    height: auto;
    padding-top: 30px;
}

body.boletim-eletronico header h2 {
    font-size: 40px;
    color: #1b3623;
    border-bottom: 1px solid #005d32;
}

body.boletim-eletronico h2 {
    color: #005d32;
    font-size: 1.3em
}

body.boletim-eletronico .conteudo {
    font-size: 0.9em;
    color: #131313;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #EAEAEA;
    margin-bottom: 50px;
}

body.boletim-eletronico img {
    width: 300px;
}

body.boletim-eletronico footer {
    background-image: none;
    padding: 0;
    width: 100%;
    margin: 0 auto;
}

body.boletim-eletronico .col:first-child {
    width: 60%;
    text-align: left;
}

body.boletim-eletronico .col:last-child {
    width: 30%;
    margin: 0;
    text-align: right
}

body.boletim-eletronico footer i {
    color: #fff;
    background: #005d32;
    padding: 15px 0;
    width: 50px;
    text-align: center;
    border-radius: 50%;
}

/**** parceiros ****/


.parceiros {
    text-align: center;
    margin-top: 30px;
}

.parceiros a {
    width: 225px;
    height: 112px;
    margin-bottom: 15px;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #ccc;
    cursor: default;
}

.parceiros a:hover {
    border: 1px solid #005d32;
}


/**** midia & imprensa ****/

.filters-midia {
    background-color: #969696;
    cursor: pointer;
    width: 250px;
    color: #fff;
    list-style: none;
    padding: 15px 0;
    text-align: center;
    font-weight: bold
}

.midia-i .col:first-child {
    width: 30%;
    margin-right: 20px;
}

.midia-i .col:first-child img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.midia-i .col {
    width: 68.2%;
    color: #969696
}


.buttons {
    text-align: center;
}

.buttons .button {
    display: inline-block;
    margin-top: 25px;
    color: #000;
    padding: 12px 48px;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: .7em;
    border: 1px solid #000;
    opacity: .6;
    background-color: transparent;
    -webkit-transition: opacity .2s linear .1s, background-color .2s ease-in 0s;
    transition: opacity .2s linear .1s, background-color .2s ease-in 0s;
}

.buttons .button:hover {
    opacity: 1;
    -webkit-transition: opacity .2s linear, background-color .2s ease-in .1s;
    transition: opacity .2s linear, background-color .2s ease-in .1s;
    color: #005d32;
    border-color: #005d32;
}


/**** clientes ****/

.clientes-i {
    text-align: center;
}

.conteudo h5,
.col-area2 h5 {
    margin-bottom: 20px;
    color: #005d32;
    font-size: 1.1em;
    font-family: 'Sansation', 'Lato', sans-serif;
}

.clientes-i a {
    width: 18.5%;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #9c9b9b;
    color: #585857;
    padding-top: 50px;
    min-height: 100px;
    display: block;
    font-size: 1.2em;
    font-family: 'Sansation', 'Lato', sans-serif;
    text-align: center;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: center center;
    display: table-cell;
    vertical-align: middle;
}

.clientes-i a:hover {
    border: 1px solid #005d32;
}

.clientes-i a span {
    font-size: .6em;
    opacity: .5;
    font-weight: normal;
}

.clientes-i a span::before {
    content: '(';
}

.clientes-i a span::after {
    content: ')';
}

.clientes-logo {
    padding: 30px 0;
}

.clientes-logo a {
    float: left;
}

/**** contato ****/

.contato-i form {
    height: 300px;
    margin: 0 auto;
    margin-top: 30px;
    width: 90%;
    text-align: left;
}

.contato-i form .col {
    width: 48.5%;
}

.contato-i form .col:first-child {
    margin-right: 22px;
}

.contato-i form input {
    border: 1px solid #585857;
    margin-bottom: 1.4em;
    padding: 8px 8px;
    width: 97%;
}

.contato-i form textarea {
    width: 98.5%;
    border: 1px solid #585857;
    padding-left: 8px;
    padding-top: 8px;
    height: 100px;
    color: #C3C3C3;
}

.contato-i form input[type=submit] {
    background: #585857;
    color: #fff;
    border: 0;
    float: right;
    width: 300px;
    text-align: center;
    margin-right: 5px;
    margin-top: 25px;
    padding: 8px 0;
    cursor: pointer
}


#map-canvas {
    height: 700px;
}

/**** premios e eventos ****/

.premio {
    padding: 50px 0;
    height: auto;
    border-bottom: 1px solid #005d32;
}

.img-premio {
    width: 20%;
}

.body-premio {
    width: 78.2%;
    line-height: 20px;
    font-size: 14px;
}

.premio .col:first-child {
    margin-right: 20px;
}


.btn {
    border: 1px solid #fff;
    float: right;
    color: #fff;
    padding: 12px 16px;
    font-size: .7em;
    opacity: .6
}

.btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-transition: opacity .2s linear, background-color .2s ease-in .1s;
    transition: opacity .2s linear, background-color .2s ease-in .1s;
}


.btn-galeria {
    padding: 50px 0;
    width: 530px
}

.btn-galeria .col a {
    width: 250px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    display: block;
    background-color: #005d32;
    border-radius: 5px;
}

.btn-galeria .col:first-child {
    margin-right: 30px;
}

h2.gal {
    color: #005d32
}



.galeria-i img {
    width: 16.4485%;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.galeria-i img:nth-child(6n) {
    margin-right: 0;
}

/**** periodico bimestral ****/

.periodico .col {
    width: 32.15%;
}


.estante {
    background-image: url(../img/periodico-bimestral/estante.png);
    width: 100%;
    background-size: 100%;
    background-position: bottom;
    margin-top: 100px;
}

.estante div {
    position: relative;
    top: -80px;
    left: 35px
}

.estante img {
    margin-left: 15px;
    width: 103px;
    transition: all .2s ease-in-out;
}

.estante img:hover {
    transform: scale(1.1);
}

.periodico .col-001 {
    width: 37%;
    height: 900px;
    margin-right: 30px;
}

.periodico .col-002 {
    width: 60%;
}








/**** tecnologia ****/

.title-area {
    cursor: pointer;
    color: #005d32;
    border-bottom: 1px solid #005d32;
    padding: 20px 0;
}

.title-area i {
    padding-right: 1em;
}

.body-area {
    padding: 30px;
}




/** area do cliente **/

.area-cliente-i .col-01 {
    width: 25%;
}

.area-cliente-i .col-02 {
    width: 70%;
    margin-left: 50px;
}

.area-cliente-i .col h2 {
    margin-bottom: 40px;
}

.area-cliente-i .col-01 li {
    list-style: none;
    color: #333;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}

.area-cliente-i .col-01 li a {
    color: #282828;
    font-size: 12px;
}



/**** area de atuação ****/


.col-area.col-ingles {
    height: 750px;
}

.col-area {
    height: 650px;
}

.col-area {
    width: 32%;
    margin-right: 40px;
    background: #fff;
    margin-top: 130px;
}

.interna .col-area2 {
    width: 64%;
    padding-top: 50px;
}

.col-area2 h5.text-center {
    margin-bottom: 60px;
}

.col-area2 li {
    margin-bottom: 15px;
}

.botoes-area {
    width: 300px;
    margin-top: -20px;
    float: right;
    margin-right: 20px;
}

.botoes-area li {
    list-style: none;
}

.botoes-area li a {
    display: block;
    color: #fff;
    font-size: .75em;
    border: 1px solid #fff;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 0;
    width: 86%;
    background: #005d32;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    text-transform: uppercase;
}

.botoes-area li a.ativo {
    background: #fff;
    color: #005d32;
    border: 1px solid #005d32;
    width: 100%;
    padding: 20px 0;
}

.hide-div {
    width: 85%;
    margin-left: 20px;
}

.hide-div h5 {
    text-transform: uppercase;
}





/* outros */

a {
    text-decoration: none;
    color: #039be5
}

.clear {
    clear: both;
}

.text-left {
    text-align: left;
}

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

.text-right {
    text-align: right;
}

.text-justify {
    text-align: justify;
}

.row {
    width: 100%;
}

.col {
    float: left;
}

.right20 {
    margin-right: 20px;
}

.responsive {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.selo {
    float: left;
    margin-top: -150px
}


.selo30 {
    position: fixed;
    z-index: 99999;
    top: 85%;
    right: 0;
}

.conteudo h3 {
    font-family: 'Sansation', 'Lato', sans-serif;
    font-size: 1.1em;
    color: #005221;
    margin-bottom: 1em;
}


/* slider */

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: table;
}

.swiper-slide:nth-child(1) {
    background: url(../plugins/slider/img/slide01.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-slide:nth-child(2) {
    background: url(../plugins/slider/img/slide02.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-slide:nth-child(3) {
    background: url(../plugins/slider/img/slide03.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.swiper-slide:nth-child(4) {
    background: url(../plugins/slider/img/slide04.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}





.overlay {
    background: rgba(0, 93, 50, 0.75);
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 1;
    top: 0;
}

.swiper-pagination {
    position: absolute;
    z-index: 2;
    width: 8px;
    text-align: center;
    margin: auto 0;
    right: 150px;
    pointer-events: all;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 140px;
}

.swiper-pagination span {
    display: block;
    margin-bottom: 6px;
    background-color: #fff;
    opacity: 1;
    position: relative;
    width: 9px;
    height: 9px;
}

.swiper-pagination span:not(:last-child)::after {
    content: '';
    position: absolute;
    display: block;
    top: 8px;
    width: 1px;
    height: 8px;
    background-color: #fff;
    left: 4px;
    z-index: -1;
}

.swiper-pagination span:last-child {
    margin-bottom: 0;
}

.swiper-pagination span.swiper-pagination-bullet-active {
    background-color: red;
}

.swiper-slide .cell {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center;
    pointer-events: none;
}

.swiper-slide .cell .text {
    background-color: rgba(0, 93, 50, 0.75);
    display: inline-block;
    border: 1px solid #fff;
    padding: 12px;
    max-width: 640px;
    pointer-events: none;
    width: 100%;
    color: #fff;
    font-size: .8em;
    line-height: 1.5em;
    font-family: 'Lato', sans-serif;
    font-weight: 100;
}

.swiper-slide .cell .text strong {}

/** botao **/

.valign-wrapper {
    display: block;
    -webkit-box-shadow: inset 0 0 0 1px rgba(127, 127, 127, 0.4);
    box-shadow: inset 0 0 0 1px rgba(127, 127, 127, 0.4);
    color: #7f7f7f;
    text-transform: uppercase;
    padding: 20px 0;
    width: 100%
}

.valign-wrapper:hover {
    color: #005d32;
    -webkit-transition: all .4s ease-in .5s;
    transition: all .4s ease-in .5s;
}

.valign-wrapper span {
    margin: auto;
}

.banim {
    position: relative;
}

.banim::before,
.banim::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 1px solid #005d32;
    opacity: 0;
}

.banim::before {
    top: 0;
    left: 0;
    border-left-width: 0;
    border-bottom-width: 0;
}

.banim::after {
    right: 0;
    bottom: 0;
    border-right-width: 0;
    border-top-width: 0;
}

.banim:hover {
    color: #005d32;
    -webkit-transition: all .4s ease-in .5s;
    transition: all .4s ease-in .5s;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
}

.banim:hover::before,
.banim:hover::after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.banim:hover::before {
    -webkit-transition: width .2s linear 0s, height .1s linear .2s, opacity .0s ease-in .0s;
    transition: width .2s linear 0s, height .1s linear .2s, opacity .0s ease-in .0s;
}

.banim:hover::after {
    -webkit-transition: width .2s linear .3s, height .1s linear .5s, opacity .0s ease-in 0.3s;
    transition: width .2s linear .3s, height .1s linear .5s, opacity .0s ease-in 0.3s;
}

.banim.square::before,
.banim.square::after {
    border-color: #fff;
}

.banim.square:hover::before {
    -webkit-transition: width .2s linear 0s, height .2s linear .2s, opacity .0s ease-in .0s;
    transition: width .2s linear 0s, height .2s linear .2s, opacity .0s ease-in .0s;
}

.banim.square:hover::after {
    -webkit-transition: width .2s linear .4s, height .2s linear .6s, opacity .0s ease-in 0.4s;
    transition: width .2s linear .4s, height .2s linear .6s, opacity .0s ease-in 0.4s;
}

.read-more {
    text-transform: uppercase;
    background: #00772f;
    color: #fff;
    padding: 7px 30px;
    display: inline-block;
    font-size: .9em;
    position: relative;
}

.veja-mais {
    color: #000;
    padding: 12px 48px;
    font-size: .7em;
    border: 1px solid #000;
    border: 1px solid #000;
    opacity: .6;
}

.veja-mais:hover {
    opacity: 1;
    -webkit-transition: opacity .2s linear, background-color .2s ease-in .1s;
    transition: opacity .2s linear, background-color .2s ease-in .1s;
    color: #005221;
    border-color: #005221;
}

@font-face {
    font-family: 'Sansation';
    src: url("../fonts/Sansation_Bold.ttf");
}



#menu-icon {
    display: hidden;
    width: 40px;
    height: 40px;
    background: url(http://projetosegundachance.org.br/img/menu-icon.png) center;
}

a:hover#menu-icon {}

.br-mobile,
.mobile,
.area-do-cliente {
    display: none;
}


.div-link {
    margin: 0 auto;
    width: 96%;
}

.links-uteis .link {
    width: 200px;
    height: 250px;
    display: block;
    font-size: 12px;
    text-align: left;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.links-uteis div:nth-child(6n) {
    margin-right: 0;
}

.links-uteis a {
    color: #333;
}

.links-uteis a img {
    margin-bottom: 10px;
    border: 1px solid #ccc;
}

.responsive {
    max-width: 100%;
    width: 100%
}


@media (min-width: 100em) {
    .center {
        max-width: 70%;
        margin: 0 auto;
    }

    .affix .logo {}

    nav .menu a {
        font-size: .8em;
    }

    nav .menu li {
        padding: 0 12px;
    }

    .swiper-container-vertical > .swiper-pagination-bullets {
        right: 323px;
    }

    .itens-atuacao ul li {
        font-size: .9em;
    }

    .body-atuacao {
        padding: 159px 0;
    }

    .midias article {
        width: 32%;
    }

    .logo {
        width: 30%;
    }

    .menu {
        width: 67%;
    }

    .swiper-slide .cell .text {
        font-size: 1.3em;
    }

    nav {
        height: 162px
    }

    .menu {
        margin-top: 8px;
    }

    .itens-atuacao {
        padding: 100px 0;
    }

}

/* 1600px */


@media (max-width: 1023px) {


    nav .center {
        padding-top: 0
    }

    .equipe.center .float-left {
        width: 100%;
        padding-top: 30px;
    }

    .equipe.center img {
        max-width: 100%;
        width: 100%;
        border-bottom: 1px solid #333
    }

    .swiper-container {}

    .desktop {
        display: none;
    }


    nav {
        height: 65px;
    }

    .swiper-slide {
        width: 100%;
    }

    .cell {
        width: 80%;
        margin: 0 auto;
    }

    .swiper-slide .cell .text {
        max-width: 70%;
        border: none;
        font-size: 1em
    }

    #mainNav {
        width: 100%;
    }

    #mainNav .center {}

    #menu-icon {
        display: inline-block;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    header {
        width: 100%;
        height: 500px;
    }

    .logo {
        max-height: 45px;
        background-position: left center;
        width: 85%
    }

    .swiper-container-vertical > .swiper-pagination-bullets {
        right: 20px;
    }


    .menu {
        display: none;
        background: rgba(0, 93, 50, 1);
        padding: 10px 0;
        width: 60%;
        text-align: center;
        position: absolute;
        top: 30px;
        right: 15px;
    }

    nav .menu li {
        float: none;
        width: 100%;
        text-align: center;
        padding: 5px 0;
        font-weight: bold;
    }

    nav .menu li:not(:last-child)::after {
        content: '';
    }

    nav .menu li ul {
        display: none;
    }

    nav .menu li:hover {
        padding: 5px 0;
    }

    .all-equipe {
        display: none;
    }

    .conceito {
        width: 100%;
    }

    .conceito img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .barra {
        display: none;
    }

    .equipe .lista::before,
    .equipe .lista li::before {
        background-color: transparent;
    }

    .body-equipe {
        margin-left: 0;
        padding-bottom: 30px
    }

    .equipe .lista {
        padding: 0em 2%;
    }

    .area-de-atuacao .float-left {
        width: 100%
    }

    .all-equipe,
    .conceito {
        height: auto;
    }

    .equipe .row.text-right {
        padding-top: 25px;
        text-align: center;
    }

    .equipe {
        padding: 0px 0;
    }

    .area-de-atuacao .col {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .area-de-atuacao .col:nth-child(2) {
        margin-top: 50px;
    }

    .area-de-atuacao .col .row {
        margin: 0 auto;
        width: 98%;
        margin-bottom: 0.5em;
    }

    .center.button2 .row.text-right {
        text-align: center;
        padding-top: 30px;
    }

    .clientes ul li {
        width: 100%;
        border: none;
        height: auto;
        margin-bottom: 10px;
    }

    .clientes .banim {
        color: #fff;
        opacity: 1;
    }

    .clientes p.txt {
        width: 70%;
        margin: 0 auto;
    }

    .body-escritorio {
        width: 100%
    }

    .img-escritorio {
        width: 100%
    }

    .btn-i {
        width: calc(40% - 8px)
    }

    .clientes ul {
        margin: 40px 0 20px;
    }

    .clientes .row.text-right {
        text-align: center;
        padding-top: 30px;
    }

    .midias article {
        width: 100%;
        margin-bottom: 30px;
    }

    .midias article .body {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .midias article .buttom a {
        width: 90%;
    }

    .midias article h5 {
        min-height: 80px;
    }

    footer .col {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
        text-align: center;
    }

    footer .col:nth-child(1) ul li::before {
        content: '';
    }

    footer .col:nth-child(1) ul::before {
        background-color: transparent;
    }

    footer .col:nth-child(1),
    footer .col:nth-child(2),
    footer .col:nth-child(3) {
        width: 100%;
    }

    footer .col:nth-child(1) ul li {
        width: 86%;
    }

    footer h2 {
        width: 86%;
        margin: 0 auto;
    }

    footer form input[type=text],
    footer form input[type=email] {
        width: 95%;
        float: none;
        padding: 13px 0px 13px 1em;
        margin: 0 auto;
        margin-top: 10px;
    }

    footer form input[type=email] {
        margin-bottom: 15px;
    }

    footer form {
        width: 86%;
        margin: 0 auto;
    }

    .br-mobile,
    .mobile {
        display: inline;
    }

    .about {
        text-align: center;
    }

    .about .virtude {
        float: none;
        padding-top: 40px;
    }

    .body img {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .area-do-cliente {
        background: #fff;
        padding: 15px 0;
        width: 100%;
        z-index: 999;
        position: fixed;
        bottom: 0;
        display: inline;
        font-size: 16px;
        color: #005d32;
        font-weight: bold
    }

    .area-do-cliente i {
        margin-left: 15px;
        margin-right: 10px;
    }

    .area-do-cliente i:last-child {
        position: relative;
        left: 120px;
        color: #C3C3C3;
    }

    .conteudo {
        width: 90%;
    }

    .conteudo iframe {
        max-width: 90%;
    }

    .center {
        width: 90%;
    }

    .visao .col:first-child,
    .valores .col:first-child,
    .missao .col:first-child {
        width: 100%;
        margin-bottom: 20px;
    }

    .visao .col,
    .valores .col,
    .missao .col {
        width: 100%;
    }

    .valores li {
        width: 90%;
        float: left;
    }

    .trabalhe-conosco form .col {
        width: 100%;
    }


    textarea {
        width: 98%;
    }

    .trabalhe-conosco form .col:nth-child(1) input {
        width: 98%;
        margin-bottom: 5px;
    }

    .trabalhe-conosco form .col:nth-child(2) input {
        width: 98%;
    }

    .trabalhe-conosco form .col input[type=submit] {
        margin-top: 25px;
    }

    .responsive-m {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .botao-boletim a {
        width: 100%;
    }

    .conteudo #boletins {
        margin-left: 0px;
        width: 100%;
    }

    .conteudo #boletins li {
        width: 100%;
    }


    .col-area {
        width: 100%;
        height: auto;
        padding-bottom: 30px;
    }

    .interna .col-area2 {
        width: 100%;
        text-align: center;
    }

    .interna .col-area2 li {
        list-style: none;
    }

    .body-banner div {
        width: 60%;
    }

    .contato-b,
    .clientes-b,
    .midia-b,
    .premios-e-eventos,
    .informativo-artigo,
    .tecnologia,
    .area-de-atuacao,
    .quem-somos,
    .parceiros-b {
        margin-top: 0;
    }

    .periodico .col {
        width: 100%;
    }

    .premios-e-eventos {
        background-position: left;
    }

    .col.body-premio.text-left,
    .col.body-premio.text-right {
        text-align: center;
    }

    .col.body-premio,
    .col.img-premio {
        width: 100%;
    }

    .col.img-premio {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .clientes-i a {
        width: 100%;
    }

    .contato-i form .col {
        width: 100%;
    }

    .contato-i form textarea {
        width: 100%;
    }


    .area-cliente {
        display: none;
    }


    .btn-galeria {
        padding: 50px 0;
        width: 100%
    }

    .btn-galeria .col {
        width: 100%;
        text-align: center;
    }


    .btn-galeria .col a {
        width: 90%;
        margin: 0 auto;
        color: #fff;
        text-align: center;
        border-radius: 0px;
        margin-bottom: 5px;
    }

    .btn-galeria .col:first-child {
        margin-right: 30px;
    }


    .galeria-i img {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 5px;
    }


    /** area do cliente **/

    .area-cliente-i .col-01 {
        width: 100%;
        margin-bottom: 40px
    }

    .area-cliente-i .col-02 {
        width: 100%;
        margin-left: 0px;
    }

    .area-cliente-i .col img {
        max-width: 100%;
        width: 100%;
        height: auto
    }



    .selo img {
        width: 140px;
    }

    .lang {
        position: fixed;
        top: 0px;
        text-align: center;
        right: 0px;
        padding: 6px 0 0;
        height: 35px;
        width: 100%;
        box-shadow: none;
    }

    .body-lang {
        width: 110%;
        text-align: center;
    }

    #mainNav {}

    nav {
        margin-top: 35px;
    }


}









.blocker {
    z-index: 9999999
}
