/*
Theme Name: BlankSlate Child
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Template: blankslate
Text Domain: blankslate-child
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:14px;line-height: 23px;vertical-align:baseline}i,em{font-weight:inherit;color: inherit;font-size: inherit;}body{line-height:1;overflow-x:hidden;margin-top: 0;}body.sticky{padding-top:129px;}button{outline:0;background:none;border:none;}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;appearance:none;}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:80%}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:12px}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important}

*,
*:before, 
*:after {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color: #777777;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: all 200ms;
    font-weight: inherit;
    color: inherit;
}

main {
    overflow: hidden;
}

strong, b {
    color: inherit;
    font-weight: 700;
    font-size: inherit;
}

/* -- GLOBAL -- */

section[class^="section-"] {
    padding: 50px 0;
}

h2 {
    position: relative;
    font-size: 30px;
    line-height: 42px;
    color: #041C71;
    text-align: center;
    margin: 0 auto 60px;
    max-width: 450px;
    text-transform: uppercase;
}

h2:after {
    content: "";
    display: block;
    background: #041C71;
    width: 40px;
    height: 2px;
    margin: 10px auto 0;
}

h2.green {
    color: #21be7a;
}

h2.green:after {
    background: #21be7a;
}

h2 span {
    text-transform: none;
    display: block;
    margin: 5px 0 20px;
}

h2 p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;   
}

h3 {
    position: relative;
    font-size: 22px;
    line-height: 28px;
    color: #21be7a;
    text-align: center;
    margin: 0 auto 60px;
    max-width: 500px;
    text-transform: uppercase;
}

h3.white {
    color: #ffffff;
}

h3:after {
    content: "";
    display: block;
    background: #21be7a;
    width: 40px;
    height: 2px;
    margin: 10px auto 0;
}

h3.blue {
    font-size: 20px;
    color: #041C71;
    margin: 0px auto 35px;
}

h3.blue:after {
    content: none;
}

h3 p {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
}

h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #21be7a;
    margin: 40px 0;
    text-align: center;
    font-weight: 700;
}

/* FORMS */

textarea, 
input[type="text"], 
input[type="email"], 
input[type="tel"] {
    border: 1px solid #e6e8eb;
    background: #ffffff;
    border-radius: 5px;
    height: 40px;
    padding: 4px 15px;
    width: 100%;
    font-weight: 400;
    margin: 0 0 15px;
    font-size: 15px;
}

textarea {
    height: 150px;
    resize: none;
    padding: 15px 15px;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background: #ffffff;
    width: 21px;
    height: 21px;
    border-radius: 2px;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: 2px;
    position: relative;
    border: 4px solid #24ce7b;
    cursor: pointer;
}

input[type="checkbox"]:checked:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 22px;
    border-radius: 0;
    left: 1px;
    top: -12px;
    border-right: 5px solid #041c71;
    border-bottom: 5px solid #041c71;
    transform: rotate(45deg);
}

::-webkit-input-placeholder { 
    color: #006298;
}

:-ms-input-placeholder { 
    color: #006298;
}

::placeholder {
    color: #006298;
}

.italic::-webkit-input-placeholder {
    font-style: italic;
}

.italic:-moz-placeholder {
    font-style: italic;  
}

.italic::-moz-placeholder {
    font-style: italic;  
}

.italic:-ms-input-placeholder {  
    font-style: italic; 
}

.wpcf7-not-valid-tip {
    line-height: 10px;
    font-size: 11px;
    color: #d60000;
    position: absolute;
    bottom: 3px;
    right: 18px;
}

.textarea .wpcf7-not-valid-tip {
    bottom: 33px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
    float: none;
    background: #ffeeee;
    border: none;
    color: #f16940;
    border-radius: 5px;
    padding: 12px 25px;
    font-weight: 400;
    margin: 20px 0 0;
    text-align: center;
}

.wpcf7 form.sent .wpcf7-response-output {
    float: none;
    background: #e1f1e3;
    border: none;
    color: #009411;
    border-radius: 5px;
    padding: 12px 25px;
    font-weight: 400;
    margin: 20px 0 0;
    text-align: center;
}

span.wpcf7-list-item.first.last {
    margin: 0;
}

.btn.submit-form {
    float: right;
    padding: 13px 60px;
}

.recaptcha-form {
    float: left;
}


/* -- GRID -- */

.max-width {
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

.max-width.mini {
    max-width: 933px;
    width: 100%;
    margin: 0 auto;
}

.flex-grid {
    display: flex;
}

.flex-grid.horizontal {
    flex-direction: row;
}

.flex-grid.vertical {
    flex-direction: column;
}

.flex-grid.horizontal.valign-top {
    align-items: flex-start;
}

.flex-grid.horizontal.valign-center {
    align-items: center;
}

.flex-grid.horizontal.valign-bottom {
    align-items: flex-end;
}

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

/* -- BOTOES -- */

.btn {
    background: #041C71;
    font-weight: 600;
    border-radius: 45px;
    padding: 9px 24px;
    display: inline-block;
    color: #ffffff;
    cursor: pointer;
    border: none;
    font-size: 13px;
    transition: all 250ms ease-in-out;
}

.btn:hover {
    background-color: #011456;
    box-shadow: 0 2px 5px rgb(0 0 0 / 40%);
}

.btn.green {
    background: #00ce7c;
    color: #041c71;
}

.btn.green:hover {
    background: #00a965;
}

.btn.white {
    background: #EBEBEB;
    color: #041c71;
}

.btn.white:hover {
    background: #c9c2c2;
}

.btn.more {
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    padding: 15px 51px 15px 30px;
    font-weight: 700;
    line-height: 18px;
}

.btn.more:after {
    content: "+";
    position: absolute;
    font-size: 31px;
    color: inherit;
    top: 50%;
    right: 23px;
    transform: translateY(-50%);
}

/* -- CABECALHO -- */

header {
    position: relative;
    width: 100%;
    z-index: 100;
}

header.sticky {
    padding-bottom: 80px;
}

header .header-inner {
    position: absolute;
    padding-top: 45px;
    top: 0;
    left: 0;
    width: 100%;
}

header .header-inner .max-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header.no-thumb .header-inner {
    position: relative;
    height: 130px;
    background: #041c71;
}

header .header-inner:after {
    content: "";
    display: block;
    float: none;
    clear: both;
}

.start {
    position: relative;
    height: 69vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.start .max-width {
    height: 100%;
    position: relative;
}

.start-tagline {
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + 50px));
    font-size: 40px;
}

.start-tagline,
.start-tagline strong {
    white-space: break-spaces;
    font-size: 30px;
    line-height: 35px;
    color: white;
    text-shadow: 1px 1px 5px rgb(0 0 0 / 90%);
}

.start-tagline strong {
    font-weight: 400;
    color: #24ce7b;
    display: inline;
}

header .logo {
    width: 250px;
    transition: all 250ms;
}

header .upper-nav {
    display: flex;
    align-items: center;
}

header .upper-nav > a {
    font-size: 16px;
    color: #11d081;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 35px;
}

header .upper-nav a:hover {
    color: #0db161;
}

.main-nav {
    background: #041c71;
    position: relative;
    height: 80px;
    transition: all 250ms;
}

header.sticky .main-nav {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 7px #0009;
}

.main-nav .nav-mobile {
    display: none;
}

.main-nav .main-menu-container > ul {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.main-nav .main-menu-container ul li {
    padding: 0;
    margin: 0;
    transition: all 250ms;
    position: relative;
    height: 100%;
}

.main-nav .nav-bg {
    display: none;
}

.main-nav .main-menu-container ul li a {
    font-weight: 600;
    color: #24ce7b;
    transition: all 250ms;
    position: relative;
    text-transform: uppercase;
    font-size: 13px;
    display: flex;
    height: 100%;
    padding: 0 10px 0;
    align-items: center;
}

header .main-nav .main-menu-container ul li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: #24ce7b;
    left: 0;
    bottom: -4px;
    transform: scaleX(0);
    transform-origin: center;
    transition: all 250ms;
}

header .main-nav .main-menu-container ul li.active:after,
header .main-nav .main-menu-container ul li.current-menu-item:after,
header .main-nav .main-menu-container ul li:hover:after {
    transform: scaleX(1);
}

button.mobile-close-menu {
    display: none;
}

/* -- HOME -- */

.home-section-1 {
    background: #dcdee3;
    padding: 65px 0;
}

.home-topic-1 {
    width: 100%;
    padding: 0 15px;
}

.home-topic-1 img {
    display: block;
    height: 104px;
    margin: 0 auto 20px;
}

.home-topics-1 {
    margin: 0 -15px 65px;
}

.home-topic-1-desc {
    text-align: center;
}

.home-section-slider {
    position: relative;
    margin: 70px 0;
}

.home-slide {
    position: relative;
}

.home-slide img {
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

.home-section-slider:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 229px;
    left: 0;
    top: 51px;
    background: #002375;
}

.home-section-slider .lSAction > a {
    background: #fff;
    border-radius: 100%;
    opacity: 0;    
    width: 40px;
    height: 40px;
    transition: all 250ms;
}

.home-section-slider .lSAction > a:before {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 3px solid #072872;
    border-left: 3px solid #072872;
    display: block;
    margin: 15px 16px;
    transform: rotate(-45deg);
    transform-origin: center;
    border-radius: 2px;
}

.home-section-slider .lSAction > a.lSNext:before {
    transform: rotate(135deg);
    margin: 16px 14px;
}

.home-section-slider:hover .lSAction > a {
    opacity: 1;
}

.home-section-slider .lSAction > a:hover {
    background: #b0c8ff;
    transition: all 250ms;
}

.home-section-slider .lSAction > .lSPrev {
    left: 0;
}

.home-section-slider .lSAction > .lSNext {
    right: 0;
}

.home-section-slider:hover .lSAction > .lSPrev {
    left: 15px;
}

.home-section-slider:hover .lSAction > .lSNext {
    right: 15px;
}

.home-topics-2 {
    margin: 0 -15px;
    padding-bottom: 120px;
    position: relative;
}

.home-topics-2:after {
    content: "";
    position: absolute;
    background: #21be7a;
    width: 200px;
    height: 6px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.home-topic-2 {
    padding: 0 15px 45px;
    width: 100%;
}

.home-topic-2-desc {
    text-align: center;
    position: relative;
}

.home-topic-2-desc:after {
    content: "";
    position: absolute;
    background: #21be7a;
    width: 70px;
    height: 2px;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
}

.home-topic-2-desc p,
.home-topic-2-desc strong {    
    color: #041C71;
    font-size: 18px;
}

.home-section-3 {
    padding: 65px 0;
}

.home-topics-3 {
    margin: -10px -30px 0;
    padding-bottom: 120px;
    position: relative;
}

.home-topics-3:after {
    content: "";
    position: absolute;
    background: #21be7a;
    width: 200px;
    height: 6px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.home-topic-3 {
    width: 100%;
    padding: 0 30px;
}

.home-topic-3-img {
    background: #21be7a;
    height: 90px;
    border-radius: 35px 35px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-topic-3-tit {
    background: #041C71;
    height: 80px;
    border-radius: 0 0 35px 35px;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 25px;
    margin: 0 0 20px;
}

.home-topic-3-desc ul li {
    list-style: disc;
    color: #484848;
    margin: 0 0 2px 18px;
}

.home-map {
    background: url(images/mapa0.svg) no-repeat center;
    height: 567px;
    background-size: contain;
    align-items: center;
}

.square {
    width: 100%;
    height: 380px;
    display: flex;
    flex-wrap: wrap;
}

.square-content {
    background: #ccc;
    width: 100%;
    height: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
}

.square-content.down {
    align-self: flex-end;
}

.square-1 .square-content {
    background: #21be7a;
    border-radius: 25px 0 25px 25px;
}

.square-2 .square-content {
    background: #041c71;
    border-radius: 25px 25px 0 0;
}

.square-3 .square-content {
    background: #041c71;
    border-radius: 0 0 25px 25px;
}

.square-4 .square-content {
    background: #21be7a;
    border-radius: 25px 25px 0 0;
}

.square-4 .square-content.down {
    background: none;
    justify-content: flex-end;
    padding-bottom: 0;
}

.square-4 .square-content.down p,
.square-4 .square-content.down strong {
    color: #041c71;
    font-size: 28px;
    line-height: 29px;
}

.square-5 .square-content {
    background: #041c71;
    border-radius: 0 25px 25px 25px;
}

.square-content p  {
    color: #ffffff;
    text-align: center;
}

.square-1 .square-content p {
    font-weight: 700;
    color: #082E72;
}

p.square-text {
    font-size: 17px;
}

p.square-number {
    font-weight: 700;
    font-size: 28px;
    margin: 0 0 11px;
    line-height: 32px;
}

.home-map-footer {
    text-align: center;
    margin: 25px 0 0;
    margin-bottom: 75px;
}

.home-map-footer p {
    color: #082E72;
}

/* -- NOSSAS SOLUCOES -- */

section.solucoes-section-1 {
    margin-top: 65px;
}

.page-desc {
    max-width: 645px;
    margin: 0 auto 65px;
}

.solucao-title {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #041c71;
    width: 196px;
    flex:  0 0 auto;
    padding: 0 40px 0 5px;
}

.solucao-title .btn {
    margin-top: 15px;
    display:block;
    text-align: center;
}

div[class^='solucao-group'] {
    border-left: 2px solid #24ce7b;
    padding-left: 21px;
    padding-bottom: 45px;
}

div.solucao-group-4 {
    padding-bottom: 60px;
    margin-bottom: 55px;
    border-left: 2px solid transparent;
    position: relative;
}

div.solucao-group-4:after {
    content: "";
    position: absolute;
    background: #21be7a;
    width: 400px;
    height: 12px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.solucao-title:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #24ce7b;
    border-radius: 100%;
    left: -37px;
    top: -2px;
    z-index: 1;
    transform: scale(.65);
}

.solucao-title:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border: 2px solid #24ce7b;
    border-radius: 100%;
    left: -37px;
    top: -2px;
}

.solucao-data,
.solucao-topic-3 {
    width:  100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solucao-data-desc {
    position: relative;
    font-size: 16px;
    margin: 0px 0 25px;
    padding: 29px 40px;
    border-right: 1px solid #24ce7b;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.solucao-data-desc strong {
    color: #041b71;
}

.solucao-data-fonte {
    margin-top: 25px;
}

.solucao-topic-3:not(:last-child) .solucao-data-desc:before,
.solucao-data:not(:last-child) .solucao-data-desc:before {
    content: "";
    position: absolute;
    border-left: 9px solid #a5aec3;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    right: -6px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
}

.solucao-topic-3:not(:last-child) .solucao-data-desc:after,
.solucao-data:not(:last-child) .solucao-data-desc:after {
    content: "";
    position: absolute;
    width: 35px;
    height: 35px;
    background: #ffffff;
    border: 1px solid #a5aec3;
    border-radius: 100%;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: 0 0 0 4px #ffffff;
}

.solucao-topic-3:last-child .solucao-data-desc,
.solucao-data:last-child .solucao-data-desc {
    border-right: none;
}

.solucao-footer-text {
    margin-bottom: 25px;
}

.solucao-header-text ul li {
    color: #24ce7b;
    font-weight: 700;
    list-style: disc inside;
}

.solucao-header-text {
    margin-bottom: 45px
}

.solucao-topic {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
}

.solucao-topic-desc {
    margin: 25px 0 0;
    height: 100%;
    border-bottom: 1px solid #24ce7b;
    padding-bottom: 30px;
}

.solucao-topics {
    margin: 0 -20px 50px;
}

.solucao-link-footer-label {
    position: relative;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    margin: 0 auto 20px;
    max-width: 500px;
    text-transform: uppercase;
}

.solucao-link-footer {
    text-align: center;
    margin: 0 0 75px
}

.solucao-link-footer a {
    padding: 12px 70px
}

/* -- SETORES DE ATUACAO -- */

section.atuacao-section-1 {
    margin-top: 65px;
}

section.atuacao-section-1 .page-desc {
    position: relative;
    padding-bottom: 50px;
    margin: 0 auto 80px
}

section.atuacao-section-1 .page-desc:after {
    content: "";
    position: absolute;
    background: #21be7a;
    width: 300px;
    height: 4px;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
}

.setores {
    flex-wrap: wrap;
    margin: 0 -25px;
}

.setor {
    width: 50%;
    margin: 0 0 75px;
    padding: 0 25px 0;
}

.setor-title {
    color: #041c71;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 8px;
}

.setor-desc li {
    list-style: disc inside;
    color: #24ce7b;
    line-height: 21px;
}

.setor-text {
    padding-left: 35px;
}

.setor-link {
    margin-top: 18px;
}

.setor-link .btn {
    padding: 5px 15px;
    font-size: 12px;
}

/* -- CASES -- */

.case {
    margin-bottom: 95px;
}

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

.case img {
    margin-bottom: 25px;
    max-width: 100%;
}

.case h3 {
    font-size: 30px;
    line-height: normal;
    text-transform: uppercase;
    color: #24ce7b;
    text-align: left;
    max-width: none;
    margin: 0 0 15px;
}

.case h3:after {
    content: none;
}

/* -- SOBRE NOS -- */

.manifesto-section {
    background: #21be7a;
    padding: 40px 0;
}

.manifesto-section h2 {
    color: #ffffff;
}

.manifesto-section h2:after {
    background: #ffffff;
}

.manifesto-img {
    width: 50%;
    text-align: center;
}

.manifesto-img img {
    width: 280px;
}

.manifesto-desc {
    width: 50%;
}

.manifesto-desc p {
    color: #041c71;
    margin-bottom: 20px
}

.manifesto-desc p:last-child {
    color: #ffffff;
}

.manifesto-desc p b {
    color: #041c71;
    font-weight: 700;
}

video {
    width: 100%;
    position: relative;
}

.nossas-praticas {
    position: relative;
    padding-top: 70px;
    padding-bottom: 100px;
    margin-bottom: 60px;
}

.nossas-praticas:before {
    content: "";
    position: absolute;
    background: #041c71;
    width: 400px;
    height: 12px;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.nossas-praticas:after {
    content: "";
    position: absolute;
    background: #21be7a;
    width: 400px;
    height: 12px;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.sobre-nos-text p {
    margin-bottom: 15px;
}

ol {
  counter-reset: myOrderedListItemsCounter;
}

ol li {
    list-style-type: none;
    position: relative;
    padding-left: 40px;
    margin-bottom: 15px;
    padding-top: 3px;
}

ol li:before {
    position: absolute;
    counter-increment: myOrderedListItemsCounter;
    content: counter(myOrderedListItemsCounter);
    margin-right: .5em;
    background: #21be7a;
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    padding: 2px 0;
    left: 0;
    top: 0;
}

.certificacoes-links {
    display: flex;
    justify-content: center;
    position: relative;
    margin: 40px 0 60px;
}

.certificacoes-links:after {
    content: "";
    position: absolute;
    background: #21be7a;
    width: 100%;
    height: 2px;
    top: 106px;
}

.certificacao {
    width: 160px;
    margin: 0 45px;
}

.certificacao p {
    position: relative;
}

.certificacao p:before {
    content: "";
    position: absolute;
    border: 1px solid #ffffff;
    width: 80%;
    height: 70px;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 25px 25px 5px 5px;
}

.certificacao p {
    background: #041C71;
    text-align: center;
    height: 107px;
    width: 100%;
    color: #ffffff;
    border-radius: 40px 40px 0 0;
    padding: 42px 0 0;
}

.certificacao a {
    display: block;
    background: #041C71;
    width: 100%;
    text-align: center;
    color: #ffffff;
    height: 55px;
    border-radius: 0 0 20px 20px;
    padding: 15px 0 0;
}

.certificacao a:hover {
    background-color: #011456;
    box-shadow: 0 2px 5px rgb(0 0 0 / 40%);
}

.outra-certificacao h3 {
    text-align: left;
    max-width: none;
    margin: 40px auto 20px;
}

.outra-certificacao h3:after {
    content: none;
}

.outra-certificacao-texto p {
    margin-bottom: 17px;
}

.certificacoes {
    margin-bottom: 100px;
}

.membros {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px
}

.membro {
    width: 33.33%;
    margin: 0 0 20px
}

.membro p {
    font-size: 16px;
}

p.membro-cargo {
    font-weight: 700;
    color: #041C71;
}

.comite {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

.comite:after {
    content: "";
    position: absolute;
    background: #21be7a;
    width: 200px;
    height: 2px;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.codigo {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

.codigo:after {
    content: "";
    position: absolute;
    background: #21be7a;
    width: 200px;
    height: 2px;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.download {
    display: flex;
    margin: 40px 0 20px;
}

.download-chamada {
    width: 50%;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #21be7a;
    padding: 0 145px;
}

.download-btn {
    width: 50%;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #21be7a;
    padding: 0 145px;
}

.informacoes-denuncia-container {
    justify-content: space-between;
    padding: 0 205px;
    margin-bottom: 40px;
}

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

.info-denuncia p {
    font-weight: 700;
    color: #21be7a;
}

.canal_de_denuncia strong {
    color: #21be7a;
}

.canal_de_denuncia {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

.canal_de_denuncia:after {
    content: "";
    position: absolute;
    background: #21be7a;
    width: 200px;
    height: 2px;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.politica-anticorrupcao {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

.politica-anticorrupcao:after {
    content: "";
    position: absolute;
    background: #21be7a;
    width: 200px;
    height: 2px;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.privacidade {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 60px;
}

.privacidade:after {
    content: "";
    position: absolute;
    background: #21be7a;
    width: 400px;
    height: 12px;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
}

.anticorrupcao-info {
    display: flex;
    border-bottom: 2px solid #21be7a;
    margin: 40px 0 0;
    align-items: end;
}

.anticorrupcao-info-img {
    width: 190px;
    height: 160px;
    background: #041c71;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px 40px 0 0;
    margin: 0 100px -1px;
}

.anticorrupcao-info-texto p {
    color: #21be7a;
}

p.anticorrupcao-info-mail {
    padding: 20px 0 10px 60px;
    background: url(images/mail.png) no-repeat;
    background-position: left 9px top 17px;
    background-size: 39px;
}

p.anticorrupcao-info-phone {
    padding: 10px 0 15px 60px;
    background: url(images/phone.png) no-repeat;
    background-position: left 19px top 5px;
    background-size: 23px;
}

.privacidade-info {
    display: flex;
    border-bottom: 2px solid #21be7a;
    margin: 40px 0 0;
}

.privacidade-info-img {
    width: 190px;
    height: 160px;
    background: #041c71;
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px 40px 0 0;
    margin: 0 100px -1px;
}

.privacidade-info-texto p {
    color: #21be7a;
}

p.privacidade-info-mail {
    padding: 20px 0 10px 60px;
    background: url(images/mail.png) no-repeat;
    background-position: left 9px top 17px;
    background-size: 39px;
}

p.privacidade-info-phone {
    padding: 10px 0 15px 60px;
    background: url(images/phone.png) no-repeat;
    background-position: left 19px top 5px;
    background-size: 23px;
}

.anticorrupcao-footer {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.anticorrupcao-footer-texto {
    padding: 10px 0px;
}

a.anticorrupcao-footer-link {
    display: block;
    background: #041C71;
    text-align: center;
    color: #ffffff;
    height: 44px;
    border-radius: 0 0 20px 20px;
    padding: 10px 40px;
    margin-right: 20px;
    flex: 0 0 auto;
    margin-left: 16px;
}

.anticorrupcao-footer-link:hover {
    background-color: #011456;
    box-shadow: 0 2px 5px rgb(0 0 0 / 40%);
}

.privacidade-footer {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}

a.privacidade-footer-link {
    display: block;
    background: #041C71;
    text-align: center;
    color: #ffffff;
    height: 44px;
    border-radius: 0 0 20px 20px;
    padding: 10px 40px;
    margin-right: 20px;
}

.privacidade-footer-link:hover {
    background-color: #011456;
    box-shadow: 0 2px 5px rgb(0 0 0 / 40%);
}

.privacidade ol li {
    list-style: upper-roman inside;
    padding: 0;
}

.privacidade ol li:before {
    content: none;
    padding: 0;
}

/* -- BLOG -- */

.blog-start {    
    margin-top: 65px;
}

.destaque {
    min-height: 340px;
    background-size: cover;
    background-position: center;
    border-radius: 40px;
    position: relative;
}

.destaque a {display: block;height: 100%;min-height: 340px;position: relative;}

.destaque-inner {
    border-radius: 40px;
    padding: 60px 247px 0 90px;
    height: 100%;
    z-index: 1;
}

.destaque:before {
    content: "";
    background: #041C71;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: .47;
    border-radius: 40px;
    left: 0;
    top: 0;
    transition: all 250ms;
}

.destaques-container:hover .destaque:before {
    opacity: .7;
}

.destaque h3 {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: none;
    text-align: left;
    font-weight: 700;
    text-transform: none;
    font-size: 26px;
    line-height: 34px;
    margin: 0 0 29px;
}

.destaque h3:after {
    content: none;
}

.destaque-excerpt {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
}

.destaque-flag {
    background: #00CE7C;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 45px;
    color: #041C71;
    font-size: 18px;
    font-weight: 700;
    padding: 13px 42px 13px 25px;
    border-radius: 5px 0 0 5px;
}

.destaque .link-post_plus {
    position: absolute;
    width: 56px;
    height: 56px;
    right: 69px;
    bottom: 120px;
    transform: translate(25px, 0) rotate(90deg);
    opacity: 0;
    transition: all 250ms;
}

.destaques-container:hover .link-post_plus {
    position: absolute;
    width: 56px;
    height: 56px;
    right: 69px;
    bottom: 120px;
    transform: translate(0, 0) rotate(0);
    opacity: 1;
}

.link-post_plus:after {
    content: "";
    width: 100%;
    height: 4px;
    background: #00ce7c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
}

.link-post_plus:before {
    content: "";
    height: 100%;
    width: 4px;
    background: #00ce7c;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-radius: 2px;
}

.post .link-post_plus:after {
    height: 2px
}

.post .link-post_plus:before {
    width: 2px
}

.all-posts {
    margin-top: 85px;
}

.all-posts h2 {
    text-align: left;
    max-width: none;
    color: #21be7a;
    font-size: 22px;
    margin-bottom: 28px;
}

.all-posts h2:after {
    content: none;
}

.container-posts {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
}

.post {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.post a {
    display: flex;
    height: 100%;
    align-items: stretch;
}

.post-thumb {
    width: 210px;
    border-radius: 40px 0 0 40px;
    background-size: cover;
    background-position: center;
    flex: 0 0 auto;
}

.post-content {
    width: 100%;
    background: #F1F1F1;
    border-radius: 0 40px 40px 0;
    height: 100%;
    padding: 22px 27px 60px;
    position: relative;
    transition: all 250ms;
}

.post:hover .post-content {
    background: #e0e0e0;
}

.post-content h3 {
    text-align: left;
    text-transform: none;
    color: #041C71;
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    line-height: 24px;
    transition: all 250ms;
}

.post-content h3:after {
    content: none;
}

.post:hover h3 {
    color: #21be7a;
}

p.post-date {
    color: #21be7a;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.post-content .link-post_plus {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 33px;
    bottom: 28px;
    transform: translate(25px, 0) rotate(90deg);
    opacity: 0;
    transition: all 250ms;
}

.post:hover .link-post_plus {
    transform: translate(0, 0) rotate(0);
    opacity: 1;
}

.single-date {
    font-size: 17px;
    font-weight: 600;
    color: #21be7a;
    background: url(images/clock.svg) no-repeat;
    padding: 0 0 0 37px;
    line-height: 24px;
}

.single-meta {
    display: flex;
    align-items: center;
    margin: 25px 0 45px;
}

.single-meta > *  {
    width: 33.33%;
}

.single-author {
    display: flex;
    align-items: center;
    justify-content: center;
}

.author-img {
    width: 59px;
    height: 59px;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    border: 2px solid #00ce7c;
    
}

.single-author p {
    color: #21be7a;
    margin-left: 19px;
}

.single-cats ul {
    display: flex;
    justify-content: flex-end;
    color: #21be7a;
}

.single-cats ul li {
    margin-left: 25px
}

.single-cats ul a {
    font-weight: 600;
    color: #21be7a;
}

.single-thumb {
    height: 400px;
    border-radius: 40px 40px 0 0;
    background-size: cover;
    background-position: center;
}

.single-content {
    background: #F1F1F1;
    padding: 55px 90px;
    border-radius: 0 0 40px 40px;
    position: relative;
}

.single-content p {
    margin: 0 0 18px;
}

.posts-relacionados {
    background: #041c71;
    margin: -275px 0 0;
    padding: 355px 0 0;
}

#blog .lSSlideOuter .lSPager.lSpg > li a {
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #21be7a;
}

#blog .lSSlideOuter .lSPager.lSpg > li:hover a, #blog .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #21be7a;
}

#blog .lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 8px;
}

#blog .lSSlideOuter {
    position: relative;
}

#blog .lSSlideOuter .lSPager {
    bottom: 35px;
    position: absolute;
    width: 100%;
}

#blog-single .lSSlideOuter .lSPager.lSpg > li a {
    width: 15px;
    height: 15px;
    background: none;
    border: 1px solid #21be7a;
}

#blog-single .lSSlideOuter .lSPager.lSpg > li:hover a, 
#blog-single .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #21be7a;
}

#blog-single .lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 8px;
}

#blog-single .lSSlideOuter {
    position: relative;
}

#blog-single .lSSlideOuter .lSPager.lSpg {
    width: 100%;
    margin: 74px 0 115px !important;
}

.single-title h2 {
    font-size: 35px;
    max-width: none;
    line-height: 45px;
    padding: 0 0 30px;
    margin: -25px 0 15px;
    border-bottom: 2px solid #21be7a;
    font-weight: 300;
}

.single-title h2:after {
    content: none;
}

.social-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 45px 0 20px;
}

.social-share p {
    margin: 0 12px 0 0;
    color: #21be7a;
    font-weight: 600;
}

.social-share ul {
    display: flex;
    justify-content: flex-end;
}

.social-share ul li {
    margin-left: 15px
}

.social-share svg * {
    transition: all 250ms;
}

.facebook-share .facebook-bg,
.linkedin-share .linkedin-bg,
.twitter-share .twitter-bg,
.whatsapp-share .whatsapp-bg {
    fill: #f1f1f1;
}

.facebook-share:hover .facebook-bg,
.linkedin-share:hover .linkedin-bg,
.twitter-share:hover .twitter-bg,
.whatsapp-share:hover .whatsapp-bg {
    fill: #00ce7c;
}

.facebook-share:hover .facebook-icon,
.linkedin-share:hover .linkedin-icon,
.twitter-share:hover .twitter-icon,
.whatsapp-share:hover .whatsapp-icon {
    fill: #ffffff;
    stroke-width: .5;
}

.navigation.pagination {
    width: 100%;
}

.page-numbers {
    font-size: 22px;
    height: 29px;
    width: 30px;
    display: inline-block;
    text-align: center;
    margin: 0 7px;
    color: #041C71;
}

.page-numbers.current {
    font-weight: 700;
    border-bottom: 3px solid #21be7a;
}

.nav-links {
    display: flex;
    justify-content: center;
    margin: 30px 0 100px;
}

.next, .prev {
    color: #21be7a;
    font-weight: 600;
}

/* -- FOOTER -- */

footer {
    background: #00ce7c;
    margin: 0;
    padding-bottom: 15px;
}

.footer-nav:after {
    content: "";
    display: block;
    clear: both;
    float: none;
}

.footer-logo {
    float: left;
}

.footer-menu {
    float: right;
}

.footer-menu-container li:first-child {
    display: none;
}

.footer-menu-container li {
    display: inline-block;
    margin: 5px 0 0 50px;
}

.footer-menu-container li a {
    color: #082e72; 
    font-weight: 600;
    text-transform: uppercase;
}

.footer-up {
    padding: 55px 0;
}

.footer-telefone {
    text-align: right;
    color: #ffffff;
    margin: 0;
}

.footer-down {
    background: #ffffff;
    padding: 35px 0;
}

.footer-down .max-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-down .max-width > *{
    width: 33.33%;
}

.footer-nav.sem-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-nav.sem-menu .footer-endereco {
    flex: 1 0 auto;
}

.footer-nav.sem-menu .footer-endereco p {
    text-align: center;
    color: #ffffff;
}

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

.footer-privacidade a:hover {
    color: #21be7a;
}

.social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.social a {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-left: 18px;
}

.social .linkedin {
    width: 40px;
    height: 40px;
    margin-left: 18px;
}

.social .facebook {
    margin-left: 13px;
}

.social a svg {
    width: 100%;
    height: 100%;
}

.social .icon-logo {
    fill: #484848;
    transition: all 250ms;
}

.social .instagram:hover .icon-logo {
    fill: #21be7a;
}

.social .facebook:hover .icon-logo {
    fill: #21be7a;
}

.social .linkedin:hover .icon-logo {
    fill: #21be7a;
}

.cli-bar-message p {
    color: #ffffff;
    font-size: 19px;
    line-height: 45px;
    font-weight: 700;
}

.cli-bar-message {
    color: #ffffff;
}

.cli-bar-btn_container a {
    font-weight: 700;
    border-radius: 3px;
}

/* -- CONTATO -- */

.field-group {
    width: 50%;
    padding: 0 7px;
}

.contato-container {
    margin: 0 -7px;
}

.field-group .flex-grid span {
    margin: 0 7px;
}

.field-group .flex-grid {
    margin: 0 -7px;
}

.checkbox {
    padding: 13px 0;
}

.contato-informacoes p[class^="contato-info"] {
    width: 50%;
}

.contato-informacoes p.contato-info-mail {
    padding: 20px 0 10px 60px;
    background: url(images/mail.png) no-repeat;
    background-position: left 9px top 17px;
    background-size: 39px;
}

.contato-informacoes p.contato-info-phone {
    padding: 10px 0 15px 60px;
    background: url(images/phone.png) no-repeat;
    background-position: left 19px top 5px;
    background-size: 23px;
}

.contato-informacoes {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 50px 0;
    padding: 37px 0px 50px;
}

.address {
    margin: 30px 0 0;
}
section.solucoes-carreira {
    background: #21be7a;
    margin: 85px 0 0;
}

.carreira-img {
    margin-top: -40px;
    width: 50%;
    text-align: center;
}

.carreira-img img {
    max-width: 100%
}

.carreira-data {
    width: 50%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 20px;
}

.carreira-data h2 {
    margin-bottom: 40px;
}

.carreira-data p {
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 14px;
}

.carreira-data .btn {
    font-size: 16px;
    font-weight: 600;
    padding: 20px 50px;
    margin-top: 20px;
}

section.contato-inicio {
    margin-top: 65px;
}

.tippy-content {
    color: #fff;
}

.language {
	flex: 0 0 auto;
	margin-left: 25px;
	background: rgb(235 235 235 / .88);
	border-radius: 25px;
    height: 33px
}

.language.mobile {
	display: none;
}

.language ul {
	display: flex;
	align-items: center;
	height: 100%;
	padding-right: 9px;
}

.language ul li a {
	text-transform: uppercase;
	font-size: 12px;
	display: inline-block;
	padding: 0px 6px;
	color: #06126e;
}

.language ul li a:before {
	content: "";
	background: #ccc;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	margin-right: 7px;
	vertical-align: middle;
	margin-top: -1px;
}

.language ul li.current-lang a {
	opacity: 1;
	font-size: 0;
}

.language ul li a:hover {
	opacity: 1;
}

.language ul li.current-lang {
    background: #EBEBEB;
    height: 100%;
    border-radius: 25px;
    width: 48px;
    text-align: center;
    margin-right: 5px;
    order: 0 !important;
}

.language ul li.current-lang a:before {
	content: "";
	background: #ccc;
	display: inline-block;
	width: 19px;
	height: 19px;
	border-radius: 100%;
	margin-right: 0;
	vertical-align: middle;
}

.language ul li.lang-item-pt {
    order: 1;
}

.language ul li.lang-item-es {
    order: 3;
}

.language ul li.lang-item-en {
    order: 2;
}


.language ul li.lang-item-pt a:before {
	background: url(images/br.svg) no-repeat center;
    background-size: cover;
}

.language ul li.lang-item-es a:before {
	background: url(images/es.svg) no-repeat center;
    background-size: cover;
}

.language ul li.lang-item-en a:before {
	background: url(images/en.svg) no-repeat center;
    background-size: cover;
}

/* -- CAPITAL -- */

section.intro-capital-section {
    margin-top: 65px;
}

.page-desc.large {
    max-width: none;
    margin: 0 auto 65px;
}

.page-desc.large p {
	line-height: 26px;
	margin-bottom: 20px;
}

.page-desc.large strong {
	color: #11d081
}

.vantagens {
	display: flex;
	flex-wrap: wrap;
	margin: 50px 0;
}

.vantagem {
	width: 40%;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    position: relative;
}

.vantagem:not(:nth-child(3n), :last-child):before {
    content: "";
    width: 100%;
    height: 4px;
    background: #00d082;
    position: absolute;
    top: 40px
}

.vantagem:nth-child(3n) {
	width: 20%;
}

.vantagem:last-child {
	width: 100%;
	flex-direction: row;
	align-items: center;
}

.vantagem-texto {
	max-width: 160px;
}

.vantagem:last-child .vantagem-texto {
	max-width: 520px;
}

.vantagem-texto p {
	color: #041C71;
}

.vantagem-imagem {
	width: 86px;
    margin-bottom: 25px;
    position: relative;
}

.vantagem:last-child .vantagem-imagem {
    margin: 0 35px 0 0;
}

section.etapas-section {
	background: #041c71;
	padding: 90px 0 150px;
}

section.etapas-section h2 {
    max-width: 770px;
    margin: 0px auto 35px;
}

section.etapas-section h2:after {
	content: "";
	display: block;
	background: #fff;
	width: 383px;
	height: 1px;
	margin: 15px auto 0;
}

section.etapas-section h3:after {
	content: none;
}

.etapa {
	display: flex;
	gap: 90px;
	align-items: center;
}

.etapa-imagem {
	width: 221px;
}

.etapas {
	display: flex;
	flex-direction: column;
	gap: 90px;
	margin-top: 100px;
}

.etapa p {
	color: #ffffff;
	line-height: 26px;
	margin-bottom: 20px;
}

.etapa .etapa-title {
	color: #00d082;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 35px;
}

img.icone-rodape-capital-section {
	position: relative;
	top: -146px;
}

section.rodape-capital-section {
	position: relative;
	text-align: center;
	background-size: cover;
	padding: 100px 0;
	background-position: center bottom -315px;
}

section.rodape-capital-section:before {
	content: "";
	position: absolute;
	background: #5D5D5D;
	mix-blend-mode: multiply;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

section.rodape-capital-section h2 {
	max-width: none;
	margin-bottom: 40px;
}

section.rodape-capital-section h2:after {
	content: none;
}

.info-rodape-capital p {
	position: relative;
	color: #ffffff;
	font-size: 16px;
	line-height: 26px;
}

.info-rodape-capital p strong span {
	font-weight: inherit;
	font-size: inherit;
	color: #00ce7c;
	text-decoration: none !important;
}

/* -- DIGITAL -- */

section.intro-digital-section {
    margin-top: 65px;
}

section.intro-digital-section h3 {
	max-width: none;
	line-height: 32px;
	margin-top: -30px;
}

.digital-topicos {
	display: flex;
	gap: 30px;
	margin: 70px 0 100px;
}

.digital-topico {
	background: #00ce7c;
	border-radius: 20px;
	width: 33.33%;
	padding: 40px 42px 40px;
}

.digital-topico:nth-child(2) {
	background: #3a78de;
}

.digital-topico:nth-child(3) {
	background: #7030a0;
}

.digital-topico img {
    margin: 0 0 20px;
}

.digital-topico p {
    color: #ffffff;
}

.grafico-section {
	margin-bottom: 85px;
}

.grafico-container img {
    width: 100%;
}

.grafico-section figcaption {
	font-size: 0;
}

.digital-solucoes-section {
	position: relative;
	text-align: center;
	background-size: cover;
	background-position: center bottom;
}

.digital-solucoes-section:before {
	content: "";
	position: absolute;
	background: rgb(4 28 113 / .79);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.digital-solucoes-section h3 {
    max-width: 755px;
    line-height: 38px;
    font-weight: 300;
}

.digital-solucoes-section h3:after {
    content: none;
}

.digital-solucoes-section .max-width {
	position: relative;
	padding: 100px 0;
}

.digital-solucoes {
	position: absolute;
	background: #3a78de;
	top: -76px;
	border-radius: 33px;
	padding: 45px 40px;
	z-index: 10;
	width: 100%;
	display: none;
}

.digital-solucoes h2 {
	color: #ffffff;
	font-size: 22px;
	font-weight: 300;
	margin: 27px auto 59px;
}

.digital-solucoes h2:after {
	content: none;
}



.digital-solucoes-container {
	display: flex;
	flex-wrap: wrap;
}

.digital-solucao {
	width: 33.33%;
	padding: 0 35px 0;
	text-align: left;
	margin-bottom: 40px;
}

.digital-solucao-titulo {
	color: #ffffff;
	border-top: 2px solid #ffffff;
	padding: 18px 0 20px
}

.digital-solucao-texto p {
	color: #ffffff;
}

.close {
	position: absolute;
	right: 73px;
	top: 50px;
	width: 22px;
	height: 22px;
	cursor: pointer;
}

.close:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ffffff;
	color: inherit;
	top: 10px;
	right: 0;
	transform: rotate(45deg);
}

.close:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	background: #ffffff;
	color: inherit;
	top: 10px;
	right: 0;
	transform: rotate(-45deg);
}

.digital-mais-info-container {
	display: flex;
	gap: 30px;
	margin: 130px 0 40px;
}

.digital-mais-info {
	background: #3a78de;
	border-radius: 33px;
	width: 50%;
	padding: 64px 40px 40px;
	text-align: left;
	position: relative;
}

.digital-mais-info-imagem {
	background: #EBEBEB;
	border-radius: 100%;
	width: 86px;
	height: 86px;
	padding: 23px;
	position: absolute;
	top: -41px;
}

.digital-mais-info-imagem img{
	height: 100%;
    display: block;
    margin: 0 auto
}

.digital-mais-info-texto p{
    color: #ffffff;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 1px;
}

img.icone-rodape-digital-section {
	position: relative;
	top: -72px;
}

section.rodape-digital-section {
	position: relative;
	text-align: center;
	background-color: #041c71;
	padding: 30px 0 140px;
	background-position: left -40px top 55px;
	background-repeat: no-repeat;
}

section.rodape-digital-section h2 {
	max-width: none;
	margin-bottom: 20px;
}

section.rodape-digital-section h2:after {
	content: none;
}

.info-rodape-digital p {
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 42px;
}

.links-rodape-digital .btn {
	margin: 0 11px 20px;
}

@keyframes slideRight {
    from { 
        opacity: 0;
        transform: translate(90px, 0); 
    }
    to { 
        opacity: 1;
        transform: translate(0, 0); 
    }
}
