/*
	Theme Name: Meta
	Version: 1.0.0
	Author: Ivoire
	Author URI: http://ivoire.com.br
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/


@import url('https://fonts.googleapis.com/css2?family=Sora:wght@300;400;500;600;700;800&display=swap');

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
	overflow-x: hidden !important;
}
body {
	font:300 11px/1.4 'Sora', Helvetica, Arial, sans-serif;
	color: #122870;
	overflow-x: hidden !important;
}
/*body>div {
	overflow-x:hidden;
}*/
/* clear */
.clear:before,
.clear:after {
  content:' ';
  display:table;
}

.clear:after {
  clear:both;
}
.clear {
  *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#122870;
	text-decoration:none;
}
a:hover {
	color:#122870;
	text-decoration: none;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, h2, h3, h4, h5, h6{
	margin-bottom: 0;
}
.d-grid{
	display: grid;
}
p strong{
	font-weight: 800;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.mobile{
	display: block;
}
.desktop{
	display: none;
}

header{
	position: absolute;
	z-index: 10;
	width: 100%;
	padding: 15px;
}
h1 img{
	max-width: 125px;
	height: auto;
	margin-top: 20px;
	margin-left: 10px;
}
.nav{
	position: fixed;
	width: 100%;
	height: 100%;
	background: #0056a8; /* Old browsers */
	background: -moz-linear-gradient(top,  #0056a8 0%, #122870 50%, #122870 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #0056a8 0%,#122870 50%,#122870 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #0056a8 0%,#122870 50%,#122870 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0056a8', endColorstr='#122870',GradientType=0 ); /* IE6-9 */
	background-size: cover;
	top: 0;
	left: 0;
	z-index: 11;
	overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
	padding-top: 150px;
}
.nav .navbar-nav{
	padding: 0 10px;
	position: relative;
}
.hide{
	display: none;
}
.fixed-position{
	overflow: hidden;
}
.menu{
	position: relative;
}
.menu-container{
	position: fixed;
	right: 15px;
	z-index: 20 !important;
	top: 15px;
}
.menu-language{
	position: absolute;
	display: none;
	right: -110px;
	top: 25px;
}
.menu-language ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.menu-language .sub-menu{
	display: none;
	margin-top: 20px;
	background: #ffffff;
	padding: 7px 0;
	position: absolute;
	transform: translateX(-50%);
  left: 50%;
}
.menu-language .sub-menu.open{
	display: block;
}
.menu-language .sub-menu li a{
	font-size: 10px;
	line-height: 17px;
	color: #001131;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 600;
}
.menu-language .sub-menu .current_page_item:before,
.menu-language .sub-menu li:hover:before{
	content: '';
	background: #0056A8;
	width: 7px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.menu-language .sub-menu .current_page_item a,
.menu-language .sub-menu li a:hover{
	color: #0056A8;
}
.menu-language .sub-menu li{
	padding: 7px 15px;
	position: relative;
}
.menu-language ul li.menu-item-has-children> a{
	font-size: 13px;
	line-height: 17px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	font-weight: 600;
	padding: 0 15px 0 0;
	background: url("img/arrow_white_up.png") no-repeat right center;
	background-size: 10px 5px;
	text-shadow: 1px 1px 4px rgb(150, 150, 150);
}
.menu .menu-title{
	position: absolute;
	left: -75px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 200;
}
.menu-title h4{
	display: none;
	font-weight: 600;
	font-size: 13px;
	line-height: 17px;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-shadow: 1px 1px 4px rgb(150, 150, 150);
}
.menu-icon{
	background: url("img/menu_close.jpg") no-repeat;
	background-size: cover;
	width: 64px;
	height: 64px;
	cursor: pointer;
}
.nav .menu{
	top: -100px;
}
.menu-icon.open{
	background: url("img/menu_open.jpg") no-repeat;
	background-size: cover;
	width: 64px;
	height: 64px;
}
.menu-icon.open:hover{
	background-position: 0 -64px;
}
.menu-txt{
	width: 65px;
	height: 65px;
	background: #001131;
	padding: 12px 11px 16px;
	position: absolute;
	top: 80px;
	z-index: 10;
	cursor: pointer;
}
body[data-language=es] .menu-txt{
	padding: 12px 5px 10px;
}
body[data-language=fr] .menu-txt{
	padding: 22px 5px 22px;
}
body[data-language=es] .menu-txt h3,
body[data-language=fr] .menu-txt h3{
	font-size: 9px;
}
.menu-txt:hover{
	background: #0056A8;
}
.menu-open .menu-txt,
.menu-open h4{
	display: none;
}
.menu-txt h3{
	font-weight: 600;
	font-size: 8px;
	line-height: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline-block;
	margin-bottom: 0;
}
.menu-txt h3:after{
	content: '';
	background: url("img/menu_txt_icon.png") no-repeat;
	margin-left: 5px;
	position: absolute;
	width: 2px;
	height: 12px;
	background-position: -3px 2px;
}
.menu-txt:hover h3:after{
	content: '';
	background: url("img/menu_txt_icon.png") no-repeat;
	width: 8px;
	height: 16px;
	background-position: -1px -18px;
}
.nav li{
	display:block;
	position: relative;
	padding: 0 0 0 20px;
	margin-bottom: 25px;
}
.nav li:before{
	content: '';
	background: url("img/bullets_menu.png") no-repeat;
	width: 8px;
	height: 14px;
	position: absolute;
	left: 0;
	top: 12px;
}
.nav li.current_page_item:before,
.nav li:hover:before{
	background-position: 0 -15px;
}
.nav li.current_page_item a,
.nav li:hover a:not(.dropdown-item){
	font-weight: 800;
}
.nav a{
	font-size: 25px;
	line-height: 32px;
	color: #ffffff;
}
.nav .dropdown-toggle::after{
	border: 0;
}
.nav .dropdown-menu{
	background: #001131;
  top: 0;
  display: none;
  width: 123%;
  left: -45px;
  position: relative;
}
.nav .dropdown-menu a{
	font-size: 24px;
	line-height: 30px;
	padding: 30px 40px;
	display: block;
	word-break: break-word;
  white-space: pre-line;
}
.nav .dropdown-menu li{
	padding-left: 0;
	margin-bottom: 0;
}
.nav .dropdown-menu li:before{
	background: none;
}
.nav .dropdown-menu li:hover:before{
	background: #56C5C9;
	width: 7px;
	height: 70%;
	top: 50%;
	transform: translateY(-50%);
}
.nav .dropdown-menu a:hover{
	background: #001F49;
	color: #ffffff;
	font-weight: 800;
}
.menu-item-has-children .dropdown-menu.show{
	display: block;
}
.menu-logo{
	position: absolute;
	top: 35px;
	left: 25px;
}
.menu-logo img{
	width: 65%;
	height: auto;
}
.menu-content{
	position: relative;
}
.menu-content p{
	font-size: 25px;
	line-height: 32px;
	color: #ffffff;
	padding: 10px 0;
}
.bt, .menu-content p a{
	background: url("img/arrow_blue_right.png") transparent no-repeat right 25px top 19px !important;
	padding: 19px 55px 17px 25px !important;
	font-weight: 800;
	font-size: 13px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	border: 3px solid #FFFFFF;
	border-radius: 40px;
	display: inline-block;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
}
.menu-content p a{
	background-position: right 25px top 25px !important
}
.bt:hover, .menu-content p a:hover{
	background-position: right 25px top -26px !important;
	background-color: #56C5C9 !important;
	border-color: #56C5C9;
	color: #122870;
}
.menu-content p a{
	margin-top: 30px;
	background-position: right 25px top 24px !important;
}
nav .menu-content p a:hover{
	background-position: right 25px top -21px !important;
}
.el_menu_01{
	background: url("img/el_menu_01.png") no-repeat;
	width: 141px;
	height: 305px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	z-index: 0;
}
.el_menu_02{
	background: url("img/el_menu_02.png") no-repeat;
	width: 278px;
	height: 283px;
	position: absolute;
	bottom: 0;
	right: 0;
	background-size: cover;
	z-index: 1;
	display: none;
}


.title h2{
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
	color: #ffffff;
}
.title p {
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
}
.loading{
	width: 114px;
	height: 114px;
	background: url("img/loading.gif") no-repeat;
	background-size: cover;
	display: none;
}
.slick-arrow{
  position: absolute;
  top: -30px;
  margin-top: -15px;
  background: url("img/slider_arrows.png") no-repeat;
  width: 16px;
  height: 28px;
  text-indent: -9999px;
  z-index: 10;
  border: 0;
}
.slick-arrow:focus {
  outline: none;
  box-shadow: none;
}
.slick-prev{
  right: 40px;
  background-position: 0 -28px;
}
.slick-next{
  right: 0;
  background-position: -16px -28px;
}
video {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
#breadcrumbs{
	margin-bottom: 50px;
}
#breadcrumbs span span:first-child a{
	background: url("img/ico_home.png") no-repeat;
	background-size: cover;
	text-indent: -9999px;
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	top: -2px;
}
#breadcrumbs span span a{
	text-indent: 0;
	background: none;
	width: auto;
	height: auto;
  color: #122870;
  top: 0;
  font-weight: 400;
}
#breadcrumbs span span a, #breadcrumbs span span span{
	font-size: 14px;
	line-height: 17px;
}
#breadcrumbs .bread-arrow{
	background: url("img/bread_arrow.png") no-repeat;
	width: 7px;
	height: 11px;
	display: inline-block;
	position: relative;
	top: 2px;
	margin: 0 10px;
}
.destaque{
	background-size: cover !important;
	padding: 170px 0;
	background-position: center center !important;
	height: 520px;
	position: relative;
}
.destaque .high-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	margin: 0 15px;
}
.destaque .title-tag{
	font-size: 10px;
	line-height: 13px;
	color: #ffffff;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
	background: #0056A8;
	padding: 8px 20px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
.destaque .title{
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 10px;
}
.destaque h2{
  font-size: 40px;
  line-height: 55px;
	color: #ffffff;
	font-weight: 800;
}
.destaque h3{
	font-weight: 300;
	margin-top: 10px;
}
.destaque h3,
.destaque h4,
.destaque .subtitle{
	font-size: 23px;
	line-height: 28px;
	color: #ffffff;
}
.destaque h4 strong{
	font-size: 23px;
	line-height: 28px;
	font-weight: 800;
}
.destaque h4 strong em{
	font-size: 41px;
	color: #56C5C9;
	font-style: normal;
	position:relative;
	margin-right: 5px;
	top: 5px;
}
body.solucoes-template-default .destaque h2{
	font-size: 18px !important;
	line-height: 22px !important;
	color: #ffffff;
	font-weight: 300;
}
.destaque h2 p{
	margin-bottom: 0;
}
.intro{
	position: relative;
	padding: 30px 0 60px;
}
.intro h2{
	font-weight: 800;
	font-size: 40px;
  line-height: 55px;
  margin-bottom: 50px;
}
.intro h3{
	font-size: 23px;
	line-height: 33px;
	font-weight: 300;
	margin-bottom: 20px;
}
.intro h3 strong{
	font-weight: 800;
}
.intro p{
	font-size: 17px;
	line-height: 24px;
}
.intro p:last-child{
	margin-bottom: 0
}
.intro ul{
	list-style-type: none;
	padding: 0;
}
.intro li{
	background: url("img/bullet_intro.png") no-repeat left top;
	padding: 6px 0 30px 40px;
	font-size: 17px;
	line-height: 21px;
}
.intro li:first-child{
	background-position: 0 -6px;
	padding-top: 0;
}
.intro li:last-child{
	padding-bottom: 0;
}
.intro li strong{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: 800;
}

.banner-contact{
	background-size: cover !important;
	padding: 85px 0;
	color: #ffffff;
}
.banner-contact h2{
	font-weight: 800;
	font-size: 35px;
	line-height: 44px;
	margin-bottom: 60px;
}
.banner-contact h3 p{
	font-size: 23px;
	line-height: 28px;
	margin-bottom: 30px;
}
.banner-contact .bt{
	width: 100%;
	font-size: 20px;
	background-position: right 25px top 25px !important
}
.element-card{
	background: #122870;
	height: 320px;
	padding: 45px 35px;
	position: relative;
  margin-bottom: 20px;
  cursor: pointer;
}
.element-card.open{
	background: #56C5C9;
}
.element-card.open .align-items-center{
	align-items: start !important;
}
.element-card .back,
.element-card.open .front{
	display: none;
}
.element-card .front,
.element-card.open .back{
	display: block
}
.element-card .front h3{
	color: #ffffff;
	font-size: 23px;
	line-height: 30px;
	font-weight: 800;
	text-align: center;
}
.element-card .plus{
	width: 21px;
	height: 21px;
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	background: url("img/ico_plus.png") no-repeat;
}
.element-card .back .plus{
	background-position:  0 -21px;
}
.element-card .back ul{
	padding: 0;
}
.element-card .back ul li{
	font-size: 13px;
	line-height: 20px;
	background: url(img/bullet.png) no-repeat left top 3px;
  padding: 3px 0px 3px 30px;
  list-style: none;
  margin: 0 0 10px;
  color: #122870;
  font-weight: 300;
}

.modal-contact .modal-dialog{
	width: 382px;
	transform: translateY(-50%) !important;
  top: 50%;
  margin-top: 0;
  margin-bottom: 0;
}
.modal-contact .modal-content{
	background: #122870;
	width: 382px;
	height: 382px;
}
.modal-contact .modal-header{
	border: 0;
	position: absolute;
  top: -35px;
  width: 100%;
}
.modal-contact .modal-header .close{
	text-shadow: none;
	font-size: 13px;
	line-height: 15px;
	color: #ffffff;
	text-transform: uppercase;
	opacity: 1;
	position: relative;
	padding-right: 30px;
}
.modal-contact .modal-header .close:after{
	width: 22px;
	height: 22px;
	content: '';
	position: absolute;
	background: url("img/close.png") no-repeat;
	background-size: cover;
	right: 0;
	top: 4px;
}
.modal-contact .modal-body .container-body{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	padding: 50px;
}
.modal-contact .modal-body .container-body img{
	margin-bottom: 33px;
	width: 43px;
	height: auto;
}
.modal-contact .modal-body .container-body h3{
	color: #ffffff;
	font-size: 34px;
	line-height: 42px;
	font-weight: 800;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
.page-title{
	background: url(img/bg_title_page.jpg) no-repeat;
	padding: 130px 0;
	margin-bottom: 65px;
}
.page-title h1{
	font-size: 40px;
	line-height: 50px;
	color: #ffffff;
	font-weight: 800;
}
.page-content p{
	font-size: 17px;
	line-height: 25px;
	margin-bottom: 30px;
}
.page-content h4{
	font-size: 21px;
	line-height: 24px;
	font-weight: 700;
	margin: 30px 0;
}
.page-content a{
	font-weight: 700;
	text-decoration: none;
}
.page-content{
	margin-bottom: 185px
}


/*------------------------------------*\
    404
\*------------------------------------*/
.error404 .title{
	background: url("img/bg_404.jpg") no-repeat center top;
	background-size: cover;
	height: 200px;
}
.error404 article{
	padding: 120px 0;
}
.error404 article h1{
	font-size: 40px;
	line-height: 34px;
	font-weight: 800;
	margin-bottom: 10px;
}
.error404 article h2{
	font-size: 40px;
	line-height: 34px;
	font-weight: 400;	
	margin-bottom: 105px;
}
.error404 article p{
	font-size: 23px;
	line-height: 30px;
	margin-bottom: 80px;
}
.error404 article a{
	color: #122870 !important;
	background: url("img/arrow_back.png") no-repeat left center !important;
	padding: 10px 0 10px 50px !important;
	border-radius: 0;
}
.error404 article a:hover{
	background-position: left center !important;
	background-color: #ffffff !important;
	border-radius: 0;
	border-color: #ffffff !important;
}
/*------------------------------------*\
    BANNER
\*------------------------------------*/
#banner_home, #banner_home .slide{
	position: relative;
	height: 600px;
}
#banner_home .slide .container, #banner_home .slide .row{
	height: 100% !important;
}
#banner_home .slide{
	background-position: right -285px center !important;
	background-size: cover !important;
}
#banner_home .slide:before, #banner_home .slide:after {
  box-sizing: border-box;
  content: " ";
  position: absolute;
  top:0;
  display: block;
  width: 50%;
  height: 100%;
  border-bottom: 20px solid #ffffff;
}
#banner_home .slide:before {
  left: 0;
  border-right: 20px solid transparent;
  border-left: 0;
}
#banner_home .slide:after {
  right: 0;
  border-left: 20px solid transparent;
  border-right: 0;
}
section .down{
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	z-index: 10;
	text-transform: uppercase;
	min-width: 275px;
	margin: 0;
}
section .down:after{
	content: '';
	width: 7px;
	height: 7px;
	background: #56C5C9;
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 100%;
}
.slide-content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}
.slide-content h2{
	font-weight: 800;
	font-size: 32px;
	line-height: 42px;
	color: #FFFFFF;
	padding-right: 50px;
	margin-bottom: 45px;
	position: relative;
}
.slide-content h3{
	font-size: 25px;
	line-height: 32px;
	color: #FFFFFF;
	margin-bottom: 50px;
	display: none;
}
.slide-content h2 p img{
	position: absolute;
	right: 0;
	margin: 0;
	bottom: 0;
	transform: translate(50%, -15px);
	display: none
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
  padding: 0;
  list-style-type: none;
  position: absolute;
  bottom: 80px;
  width: 100%;
}
.slick-dots li {
  margin: 0 13px 0 0;
}
.slick-dots li:last-child{
	margin: 0;
}
.slick-dots button {
  display: inline-block;
  border: none;
  background: rgba(255, 255, 255, 0.2);
  text-indent: -9999px;
  width: 22px;
  height: 5px;
	border-radius: 0 !important;
}
.slick-dots li.slick-active button {
  background-color: #ffffff;
}
.el_01{
	background: url("img/el_01.png") no-repeat;
	width: 431px;
	height: 510px;
	position: absolute;
	bottom: -217px;
	right: 0;
	background-size: cover;
	z-index: 1;
}
.el_slider{
	background: url("img/el_destaque_mobile.png") no-repeat;
	width: 167px;
	height: 396px;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	z-index: 1;
}
.drag{
	font-size: 14px;
	line-height: 34px;
	color: #0056A8;
	display: table;
	margin: 50px auto 0;
	position: relative;
}
.drag:after{
	position: absolute;
	right: -25px;
	content: '\27F6';
}
.drag:before{
	position: absolute;
	left: -25px;
	content: '\27F5';
}
.drag-up:before{
	content: '';
}
.drag-up:after{
	content: '\27F5';
	transform: rotate(90deg);
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity:0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  to {
    opacity:1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@-moz-keyframes fadeInLeft {
  from {
    opacity:0;
    -webkit-transform: translatex(-10px);
    -moz-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px);
  }
  to {
    opacity:1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity:0;
    -webkit-transform: translatex(-100px);
    -moz-transform: translatex(-100px);
    -o-transform: translatex(-100px);
    transform: translatex(-100px);
  }
  to {
    opacity:1;
    -webkit-transform: translatex(0);
    -moz-transform: translatex(0);
    -o-transform: translatex(0);
    transform: translatex(0);
  }
}
.in-left {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -o-animation-duration:.5s;
  animation-delay: .5s;
}
.in-left.item-02 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-duration:1s;
  animation-delay: 1s;
}
.in-left.item-03 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-duration:1.5s;
  animation-delay: 1.5s;
}
/*------------------------------------*\
    HOME
\*------------------------------------*/
#about_home{
	background-position: top right !important;
	background-repeat: no-repeat !important;
	position: relative;
	padding: 60px 0 0;
}
.img_about{
	background-size: auto 100% !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
  width: 100%;
  height: auto;
  position: relative;
  right: 0;
  top: 0;
}
#about_home h2{
	font-weight: 800;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 25px;
	padding-right: 40px;
}
#about_home p{
	font-weight: 300;
	font-size: 20px;
	line-height: 34px;
	padding-right: 40px;
}
#about_home strong{
	font-weight: 700;
	color: #0056A8;
	margin-bottom: 70px;
	display: inline-block;
}
#journey_home{
	background: #122870;
	padding: 120px 35px 120px 0;
	position: relative;
	color: #ffffff;
}
#journey_home ul{
	padding: 0;
	margin-top: 50px;
	list-style-type: none;
}
#journey_home:before, #journey_home:after {
  box-sizing: border-box;
  content: " ";
  position: absolute;
  top:0;
  display: block;
  width: 50%;
  height: 100%;
  border-bottom: 20px solid #001131;
}
#journey_home:before {
  left: 0;
  border-right: 20px solid transparent;
  border-left: 0;
}
#journey_home:after {
  right: 0;
  border-left: 20px solid transparent;
  border-right: 0;
}
#journey_home .title h2{
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 15px;
	padding-right: 40px;
}
#journey_home .title h3{
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
	padding-right: 40px;
}
#journey_home .icon-container{
	background: url("img/white_line.png") no-repeat center top;
	width: 100%;
	position: relative;
}
#journey_home .icon-container img{
	width: 100%;
	height: auto;
}
#journey_home li:first-child .icon-container{
	padding: 25px 0;
}
#journey_home li:first-child .text-container{
	padding: 15px 0 0;
}
#journey_home li:last-child .icon-container:after,
#journey_home li:first-child .icon-container:after{
	content: '';
	width: 10px;
	height: 10px;
	background: #ffffff;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-radius: 100%;
}
#journey_home li:first-child .icon-container:after{
	bottom: auto;
	top: 0;
}
.text-container{
	margin: 20px 0;
}
.text-container h3{
	font-weight: 800;
	font-size: 30px;
	line-height: 37px;
	margin-bottom: 10px;
}
.text-container p{
	font-weight: 300;
	font-size: 20px;
	line-height: 25px;
}
.text-container p:last-child{
	margin-bottom: 0;
}
#solutions_home{
	background: #001131;
	padding: 50px 0;
	position: relative;
	color: #FFFFFF;
}
#solutions_home .title p{
	color: #ffffff;
	margin-top: 30px;
	padding: 0 30px;
}
.carousel-solutions{
	margin-top: 60px;
}
.carousel-solutions .slick-slide{
  margin: 0 27px;
}
.carousel-solutions .slick-list{
  margin: 0 -27px;
}
.solution{
	background: #0056A8;
	height: 320px;
	position: relative;
	padding: 20px;
	border-bottom: solid 10px #56C5C9;
	transition: all 0.5s ease;
	cursor: pointer;
	margin-bottom: 30px;
}
.solution:hover:after,
.carousel-solutions .active .solution:after{
  width:70%;
}
.carousel-solutions .slide span{
	width: 45px;
	height: 21px;
	background-size: 100% auto;
	background: url("img/triangle_up_white.png");
	position: relative;
	bottom: 0;
	left: 20%;
	display: none;
}
.solution>div{
	display: grid;
}
.solution h3{
	font-weight: 800;
	font-size: 28px;
	line-height: 36px;
	text-align: center;
	transition: width 0.5s ease-in-out;
	cursor: pointer;
}
.container-solution{
	background: #ffffff;
	position: relative;
	padding: 45px 25px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 60px 15px 0;
	display: none;
	min-height: 50%;
	opacity: 0;
}
.container-solution .loading{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.container-solution span{
	background: #DEE9F4;
	font-size: 14px;
	line-height: 18px;
	color: #122870;
	display:inline-block;
	padding: 5px 8px;
	text-transform: uppercase;
	margin-bottom: 35px;
	font-weight: 400;
}
.container-solution ul {
  padding: 0 85px 0 0;
}
.container-solution li,
.container-solution li span{
	font-size: 18px;
	line-height: 28px;
	background: url(img/bullet_mobile.png) no-repeat left center;
  padding: 3px 0px 3px 35px;
  list-style: none;
  margin: 0 0 20px;
  color: #333333;
  font-weight: 300;
}
.container-solution h4{
	font-size: 32px;
	line-height: 40px;
	font-weight: 800;
	margin-bottom: 25px;
	color: #122870;
}
.container-solution p,
.container-solution span{
	font-size: 20px;
	line-height: 34px;
	color: #333333;
	margin-bottom: 0;
}
.content-excerpt{
	position: relative;
}
.container-solution.loaded .content-excerpt:after{
	content: '';
	height: 2px;
	background: #122870;
	width: 95%;
	left: 50%;
	transform: translateX(-50%);
	bottom: -25px;
	position: absolute;
}
.content-excerpt .bt,
.scenario .bt{
	border-color: #122870;
	color: #122870;
	margin-top: 45px;
	padding: 19px 60px 18px 25px !important;
	background-position: right 25px top 20px !important;
}
.scenario .bt{
	width: 100%;
}
.content-excerpt .bt:hover{
	border-color: #122870 !important;
	background-color: #122870 !important;
	color: #ffffff !important;
	background-position: right 25px top 20px !important;
}
.container-solution .back,
.initiative-container .back{
	background: url("img/arrow_blue_left.png") no-repeat;
	display: inline-block;
	padding-left: 50px;
	font-size: 14px;
	line-height: 34px;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.el_02{
	background: url("img/el_02.png") no-repeat;
	width: 412px;
	height: 511px;
	position: absolute;
	bottom: -219px;
	right: 0;
	background-size: cover;
	z-index: 1;
}
#future_home{
	background-color: #0056A8;
	background-position: right -300px center !important;
	background-size: cover !important;
	position: relative;
	padding: 80px 0 110px;
	color: #ffffff;
}
#future_home:before, #future_home:after {
  box-sizing: border-box;
  content: " ";
  position: absolute;
  top:0;
  display: block;
  width: 50%;
  height: 100%;
  border-bottom: 20px solid #ffffff;
}
#future_home:before {
  left: 0;
  border-right: 20px solid transparent;
  border-left: 0;
}
#future_home:after {
  right: 0;
  border-left: 20px solid transparent;
  border-right: 0;
}
#future_home h2{
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	margin-bottom: 55px;
}
#future_home p{
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 90px;
}
#future_home strong{
	font-weight: 800;
}
#future_home .bt{
	margin: 0 auto;
  min-width: 310px;
  display: table;
}
#clients_home{
	position: relative;
	padding: 60px 0;
}
#clients_home .slick-slide img {
	display: inline-block; 
}
#clients_home .slick-dots{
	bottom: -25px;
}
#clients_home .slick-dots li.slick-active button{
	background: #122870;
}
#clients_home .slick-dots button{
	background: rgba(18, 40, 112, 0.25);
}
#clients_home h2{
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
	color: #122870;
	margin-bottom: 25px;
}
#clients_home p{
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  color: #122870
}
#clients_home .slick-prev {
  background-position: 0 0;
}
#clients_home .slick-next {
  background-position: -16px 0;
}
.clients-carousel .icon{
	height: 85px;
	position: relative;
}
.clients-carousel .icon img{
	height: auto;
	max-width: 95%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#cases_home{
	background:#001131;
	padding: 70px 0 120px;
	position: relative;
}
#cases_home:before, #cases_home:after {
  box-sizing: border-box;
  content: " ";
  position: absolute;
  top:0;
  display: block;
  width: 50%;
  height: 100%;
  border-bottom: 20px solid #ffffff;
  z-index: -1;
}
#cases_home:before {
  left: 0;
  border-right: 20px solid transparent;
  border-left: 0;
}
#cases_home:after {
  right: 0;
  border-left: 20px solid transparent;
  border-right: 0;
}
#cases_home h2{
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
	margin-bottom: 50px;
}
#cases_home .bt{
	display: table;
	margin: 20px auto 0;
}
#cases_home .case .arrow span{
	display: none;
}
#cases_home .drag{
	color: #ffffff;
	margin-top: 20px;
}
#partners_home{
	position: relative;
	background: #F5F8FB;
	padding: 70px 0;
}
#partners_home h2{
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
	color: #122870;
	margin-bottom: 30px;
	text-align: left !important;
}
#partners_home p{
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
  color: #122870;
  margin-bottom: 70px;
  text-align: left !important;
}
#partners_home .partner-carousel .slick-dots{
	bottom: 40%;
}
#partners_home .partner-carousel .slick-dots li button{
	background: rgba(18, 40, 112, 0.25);;
}
#partners_home .partner-carousel .slick-dots .slick-active button{
	background: #122870;
}
#partners_home .partner-carousel .back{
	padding: 0 30px;
}
#partners_home .partner-carousel .back h3 p{
	font-size: 18px;
	line-height: 27px;
	text-align: center !important;
	margin-bottom: 0;
}
#partners_home .drag {
  margin: 0 auto;
}
.partner{
	height: 260px;
	width: 100%;
	background: #ffffff;
	display: grid;
	margin-bottom: 40px;
	cursor: pointer;
}
.partner .front img{
	margin: 0 auto;
}
.partner .open{
	display: block;
}
.partner-open{
	padding: 30px 80px;
}
#partners_home .partner .back h3 p{
	text-align: center;
	font-size: 23px;
	line-height: 28px;
	margin-bottom: 0;
	color: #ffffff;
}
.el_03{
	background: url("img/el_03.png") no-repeat;
	width: 355px;
	height: 415px;
	position: absolute;
	bottom: -242px;
	right: 0;
	background-size: cover;
	z-index: 1;
}
#innovation_home{
	position: relative;
	background: #0056A8;
	padding: 45px 0 170px;
	color: #ffffff;
}
#innovation_home:after {
	content: '';
  background: url("img/blue_arrow_down_section.png") center bottom no-repeat;
  position: absolute;
	width: 100%;
	height: 20px;
	bottom: -20px;
}
#innovation_home a{
	color: #ffffff;
}
#innovation_home h2{
	font-size: 32px;
	line-height: 41px;
	font-weight: 800;
	margin-bottom: 45px;
}
#innovation_home p{
  font-weight: 300;
  font-size: 20px;
  line-height: 34px;
}
#innovation_home strong{
	font-weight: 800;
}
.bar{
	width: 100%;
	height: 8px;
	background: #ffffff;
	display: inline-block;
	position: relative;
	margin: 45px 0;
}
.bar:before{
	content: '';
	position: absolute;
	height: 8px;
	width: 40%;
	left: 0;
	background: #56C5C9;
}
#innovation_home .coluna2 img{
	max-width: 50%;
	height: auto;
	margin: 0 0 20px 0;
}
#innovation_home .coluna2 p{
	font-size: 17px;
	line-height: 24px;
	text-align: center;
}
#innovation_home .down{
	bottom: 20px;
}
#numbers_home{
	padding: 50px 0;
	background-size: cover !important;
	background-position: right -475px center !important;
	color: #ffffff;
}
#numbers_home h2{
	font-size: 30px;
	line-height: 37px;
	margin-bottom: 40px;
}
#numbers_home h2 strong{
	font-weight: 800;
}
#numbers_home img{
	margin: 0 20px 0 0;
	height: auto;
	max-width: 50%;
}
#numbers_home .bullet{
	margin-bottom: 30px;
}
#numbers_home .bullet h3{
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: 8px;
}
#numbers_home .bullet p{
	font-size: 16px;
	line-height: 20px;
}
#numbers_home .box{
	padding: 10px 25px;
	height: 300px;
	position: relative;
	margin-bottom: 25px;
}
#numbers_home .box h3{
	font-size: 32px;
	line-height: 40px;
	font-weight: 800;
	margin-bottom: 30px;
}
#numbers_home .box .bt{
  padding: 19px 55px 18px 25px !important;
	font-size: 12px;
}
#numbers_home .box-01{
	background: #56C5C9;
}
#numbers_home .box-01 h3,
#numbers_home .box-01 .bt{
	color: #122870;
}
#numbers_home .box-01 .bt{
	border-color: #122870;
	background-position: right 25px top -28px !important
}
#numbers_home .box-01:hover,
#numbers_home .box-02:hover{
	background: #ffffff;
}
#numbers_home .box-01:hover .bt{
	background-color: #0056A8 !important;
	background-position: right 25px top 20px !important;
	border-color: #0056A8;
	color: #ffffff;
}
#numbers_home .box-02{
	background: #0056A8;
}
#numbers_home .box-02:hover h3{
	color: #122870;
}
#numbers_home .box-02:hover .bt{
	background-color: #56C5C9 !important;
	border-color: #56C5C9;
	background-position: right 25px top -25px !important;
	color: #122870;
}
#contact_home{
	position: relative;
	background: #0056A8;
	padding: 65px 0 0;
	color: #ffffff;
}
#contact_home h2{
	font-weight: 300;
	font-size: 30px;
	line-height: 37px;
	margin-bottom: 40px;
}
#contact_home h2 strong{
	font-weight: 800;
}
#contact_home p{
	font-weight: 300;
	font-size: 24px;
	line-height: 30px;
}
.img_contact{
	background-size: auto 100% !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
  width: 590px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
#contact_home .bt{
	width: 100%;
	margin-bottom: 90px;
}
#blog_home{
	padding: 75px 0;
}
#blog_home h2{
	font-weight: 400;
	font-size: 40px;
	line-height: 50px;
	margin-bottom: 50px;
	color: #122870;
}
#blog_home h2 strong{
	font-weight: 700;
	display: block;
}
#blog_home .related-thumb{
	height: 310px;
}
#blog_home .related-thumb h4{
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	top: auto;
	transform: translateY(0);
}
#blog_home .related-thumb .content{
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
#blog_home .related-thumb .meta-tags,
#blog_home .related-thumb p,
#blog_home .related-thumb .bt{
	display: none;
}
#instagram_home{
	padding: 75px 0;
}
#instagram_home h3{
	font-size: 24px;
	line-height: 30px;
}
#instagram_home h2 a{
	font-size: 40px;
	line-height: 50px;
	color: #122870;
	font-weight: 800;
}
#instagram_home h2 a span{
	color: #56C5C9;
}
#instagram_home .insta-widget{
	margin-top: 20px;
}
#instagram_home .drag {
  margin: 20px auto 0;
}
#newsletter_home{
	background: #0056A8 !important;
}
#newsletter_home .newsletter-container{
	padding: 65px 25px;
}
.newsletter-container h2{
	font-size: 32px;
	line-height: 34px;
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 30px;
}
.newsletter-container p{
	margin-bottom: 0;
}
.newsletter-container form{
	position: relative;
}
.newsletter-container input[type=email]{
	background: transparent;
	color: #ffffff;
	font-size: 12px;
	line-height: 14px;
	border-color: #ffffff;
}
.newsletter-container ::-webkit-input-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
}
.newsletter-container ::-moz-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
}
.newsletter-container :-ms-input-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
}
.newsletter-container :-moz-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
}
.newsletter-container input[type=submit]{
	position: absolute;
	right: 0;
	border: 0;
	max-width: 260px;
	margin-top: 0;
	top: 1px;
	background: url("img/arrow_blue_right.png") transparent no-repeat right 25px top -20px !important;
	padding: 27px 40px 24px 25px;
	font-weight: 800;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: inline-block;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  text-indent: -9999px;
  width: 35px;
  background-color: #56C5C9 !important;
}
.newsletter-container input[type=submit].focus,
.newsletter-container .wpcf7-form.invalid input[type=submit],
.newsletter-container .wpcf7-form.sent input[type=submit],
.newsletter-container .wpcf7-form.submitting input[type=submit],
.newsletter-container .wpcf7-form.resetting input[type=submit]{
	color: #122870;
}
.newsletter-container .ajax-loader{
	position: absolute;
	top: 20px;
	right: 200px;
	margin-top: 0;
}
.wpcf7-not-valid-tip,
.wpcf7-response-output{
	display: none !important;
}
.newsletter-container .wpcf7-form.invalid input[type=email]{
	background-position: right 215px top 15px !important;
}
.newsletter-container .wpcf7-form.sent input[type=email]{
	background-position: right 215px top -43px !important;
}
/*------------------------------------*\
    INSTITUCIONAL
\*------------------------------------*/
#institucional h2{
	font-size: 30px;
	line-height: 37px;
}
#institucional_highlight h2,
#institucional_highlight h2 span{
	color: #ffffff;
	font-weight: 300;
}
#institucional_highlight h2 span{
	font-weight: 800;
}
#institucional_purpose{
	background: #122870;
	padding: 65px 0 0;
	position: relative;
	color: #ffffff;
}
#institucional_purpose ul{
	list-style-type: none;
	padding: 0;
}
#institucional_purpose h2{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 40px;
}
#institucional_purpose h3{
	color: #ffffff;
	font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 40px;
}
#institucional_purpose h3 strong{
	font-weight: 800;
}
#institucional_purpose p{
	font-size: 17px;
  line-height: 24px;
  position: relative;
}
#institucional_purpose .boxes{
	margin-top: 50px;
}
#institucional_purpose .box_01{
	background: #0056A8;
	padding: 30px 30px 50px;
}
#institucional_purpose .box_01 h3{
	position: relative;
}
#institucional_purpose .box_01 p:after{
	position: absolute;
	width: 80%;
	height: 2px;
	background: #56C5C9; 
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
}
#institucional_purpose .box_02{
	padding: 50px 15px 10px;
}
#institucional_purpose .box_02 p{
	margin-bottom: 20px;
}
#institucional_purpose .box_02 p:last-child{
	margin: 0;
}
.quote{
	background-size: cover !important;
	background-position: center center !important;
	margin-top: 90px;
	padding: 140px 0;
	position: relative;
}
.quote blockquote{
	margin-bottom: 25px;
}
.quote blockquote p{
	font-size: 25px !important;
	line-height: 34px !important;	
}
.quote blockquote::before,
.quote blockquote::after{
	position: absolute;
	font-weight: 800;
	font-size: 80px;
	color: #56C5C9;
	line-height: 0;
}
.quote blockquote::before{
	content: '“';
	left: 0;
}
.quote blockquote::after{
	content: '”';
	right: 0;
	bottom: 0;
}
.quote blockquote strong{
	font-weight: 800;
}
.quote h4{
	font-size: 11px;
	line-height: 14px;
	font-weight: 300;
}
.el_04{
	background: url("img/el_04.png") no-repeat;
	width: 200px;
	height: 342px;
	position: absolute;
	bottom: -166px;
	right: 0;
	background-size: cover;
	z-index: 1;
}
.quote .el_04{
	bottom: auto;
	top: -178px;
}
#institucional #institucional_values{
	background: #001131;
	padding: 80px 0;
	color: #ffffff;
}
#institucional_values h2{
	font-weight: 800;
	margin-bottom: 30px;
	position: relative;
}
#institucional_values h2:after{
	position: absolute;
	content: '';
	background: url("img/ico_setadupla.png") no-repeat;
	width: 93px;
	height: 99px;
	background-size: cover;
	top: 50%;
	right: -32%;
	transform: translateY(-50%);
	display: none;
}
#institucional_values p{
	font-size: 23px;
	line-height: 30px;
}
#institucional_values .value{
	margin-bottom: 20px;
	text-align: center;
}
#institucional_values .value:first-child{
	margin-top: 80px;
}
#institucional_values .value .icon {
  width: 67px;
  height: 67px;
  position: relative;
  margin: 0 auto 20px;
}
#institucional_values .value .icon img {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  max-width: 100%;
}
#institucional_values .value h3 p{
	font-size: 20px;
	line-height: 34px;
}
#institucional_values .container-title{
	border: solid 4px #ffffff;
	padding: 50px 35px;
	position: relative;
}
#institucional_values .container-title:after{
	content: '';
	background: url("img/ico_setadupla_down.png") no-repeat;
	width: 99px;
	height: 93px;
	background-size: cover;
	position: absolute;
	bottom: -48px;
	left: 50%;
	transform: translateX(-50%);
}
#institucional_values .drag{
	color: #ffffff;
	margin: 20px auto 0;
}
#institucional #institucional_timeline{
	padding: 65px 0 140px;
}
#institucional_timeline h2{
	font-weight: 800;
	margin-bottom: 130px;
  font-size: 36px;
  line-height: 47px;
  text-align: left !important;
}
#institucional_timeline .slick-vertical .slick-slide{
	border: 0;
}
#institucional_timeline .d-grid{
	display: block;
}
#institucional_timeline .drag{
	color: #122870;
	font-weight: 400;
	display: table;
	margin: 0 auto;
	position: relative;
	top: 27px;
}
.timeline{
	padding: 30px 0;
}
.timeline .year{
	position: relative;
	transition: all 0.5s ease;
	cursor: pointer;
	text-align: left !important;
	padding: 0 80px 20px 60px;
}
.timeline .year h3{
	background: #0056A8;
	display: inline-block;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 800;
	padding: 10px 20px;
	position: relative;
	margin-bottom: 20px;
}
.timeline .year h3:after{
	width: 0; 
	border-top: 10px solid transparent;
  border-bottom: 10px solid transparent; 
  border-right:10px solid #0056A8; 
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -10px;
  left: 0;
  margin-left: -9px;
}
#institucional_timeline .line{
	height: 100%;
	width: 3px;
	background: #122870;
	top: 0;
	left: 41px;
	position: absolute;
}
.timeline .year h3:before{
	content: '';
	position: absolute;
	width: 14px;
	height: 14px;
	background: #ffffff;
	border: solid 2px #56c5c9;
	border-radius: 100%;
	left: -33px;
	top: 50%;
	margin-left: -7px;
	margin-top: -7px;
	z-index: 10;
}
.timeline .year ul{
	padding: 0 0 0 15px;
	margin: 0;
}
.timeline .year p,
.timeline .year ul li{
	text-align: left;
	font-size: 16px;
	line-height: 26px;
}
.timeline .slick-arrow{
	background: url("img/arrow_timeline.png") no-repeat #ffffff;
	width: 56px;
	height: 56px;
	border: solid 2px #122870;
	border-radius: 100%;
}
.timeline .slick-prev{
	top: -55px;
  left: 0;
  right: auto;
  background-position: 15px -23px;
}
.timeline .slick-next{
	top: initial;
  left: 0;
  bottom: -70px;
  background-position: -20px -20px;
}
#institucional #institucional_where{
	padding: 70px 0 300px;
	background-size: cover !important;
	background-position: right center !important;
	position: relative;
	color: #ffffff;
}
#institucional_where h2{
	font-size: 28px !important;
	line-height: 34px !important;
	font-weight: 300;
	margin-bottom: 30px;
}
#institucional_where h3{
	font-size: 37px;
	line-height: 50px;
}
#institucional_where .who-content{
	position: absolute;
	width: 100%;
	transform: translateY(10%);
	left: 0;
}
#institucional_where .who-content .who{
	background: #122870;
	padding: 50px 20px 105px 20px;
	margin: 0 15px;
	text-align: center;
}
#institucional_where .who-content h2{
	color: #122870;
	background: #56C5C9;
	display: inline-block;
	margin-bottom: 0;
	padding: 20px 40px;
	font-weight: 800;
	width: 100%;
	text-align: center;
	font-size: 23px !important;
}
#institucional_where .who-content .who h3{
	font-size: 30px;
	line-height: 42px;
	font-weight: 300;
}
#institucional_where .who-content .who h3 strong{
	font-weight: 800;
	font-size: 40px;
	line-height: 50px;
	display:block;
	margin: 20px 0;
}
#institucional_where .who .arrow_down{
	background: url("img/arrow_who_down.png") no-repeat;
	background-size: cover;
	width: 85px;
	height: 80px;
	display: inline-block;
	margin: 50px 0;
}
#institucional #institucional_team{
	padding: 395px 0 40px;
	position: relative;
}
#institucional_team .filters button{
	background: transparent;
	border: 0;
	font-size: 14px;
	line-height: 17px;
	color: #122870;
	font-weight: 800;
	text-transform: uppercase;
	padding: 0;
	margin: 0 30px;
	position: relative;
	letter-spacing: 0.1em;
}
#institucional_team .filters button:focus{
  outline: none;
  box-shadow: none;
}
#institucional_team .filters button.is-checked{
	color: #56C5C9;
}
#institucional_team .filters button.is-checked:after{
	content: '';
	width: 100%;
	bottom: -5px;
	left: 0;
	position: absolute;
	height: 3px;
	background: #56C5C9;
}
#institucional_team .team-member-content{
	background-size: cover !important;
	background-position: center top !important;
	height: 500px;
	padding: 20px;
	position: relative;
  transition: background 0.3s;
  margin-bottom: 20px;
}
#institucional_team .team-member-content .back,
#institucional_team .team-member-content.open .front,
#institucional_team .team-member-content.open .mask{
	display: none;
}
#institucional_team .team-member-content .front,
#institucional_team .team-member-content .mask,
#institucional_team .team-member-content.open .back{
	display: block
}
#institucional_team .team-member-content.open{
	background: #F5F8FB !important;
}
#institucional_team .team-member-content .mask{
	background: url("img/team_filter.png") no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
}
#institucional_team .team-member-content:hover .mask{
	opacity: 0;
}
#institucional_team .team-member-content .back p{
	font-size: 16px;
	line-height: 22px; 
}
#institucional_team .filters button.is-checked:after{
	height: 5px;
}
#institucional_team .container-team{
	position: relative;
	z-index: 1;
}
#institucional_team .team-member-content h3{
	font-size: 17px;
	line-height: 22px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
}
#institucional_team .team-member-content h4{
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
	text-align: center;
}
#institucional_team .team-member-content .social{
	margin-top: 30px;
}
#institucional_team .team-member-content .social a i{
	font-size: 26px;
	color: #ffffff;
	margin-top: 3px;
}
#institucional_team .team-member-content .social a:hover i{
	color: #56C5C9;
}
#institucional_team .team-member-content .back .social a i{
	color: #122870;
}
#institucional_team .team-member-content .back .social a:hover i{
	color: #56C5C9;
}
#institucional_team .team-member-content .plus{
	float: right;
	background: url("img/team_plus.png") no-repeat 10px 10px;
	border: solid 1px #ffffff;
	width: 34px;
	height: 34px;
	cursor: pointer;
}
#institucional_team .team-member-content .social .plus:hover{
	background-position: -20px 10px !important;
	background-color: #56C5C9;
	border-color: #56C5C9;
}
#institucional_team .team-member-content .back .social{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
}
#institucional_team .team-member-content .back .plus{
	border-color: #122870;
	background-position: -20px -14px;
}
#institucional_team .team-member-content .back .plus:hover{
	background-color: #56C5C9;
	border-color: #56C5C9;
	background-position: -20px -14px !important;
}
#institucional_team .loading{
	margin: 0 auto;
}
#institucional_team .filters button{
	font-size: 20px;
	line-height: 24px;
	margin: 35px 0;
	display: block;
	text-align: left;
}
#institucional_team .members{
	margin-top: 30px;
}
#institucional_team .drag{
	margin-top: 20px;
	font-weight: 500;
	color: #122870;
}
.el_05{
	background: url("img/el_05.png") no-repeat;
	width: 327px;
	height: 433px;
	position: absolute;
	bottom: -179px;
	left: 0;
	background-size: cover;
	z-index: -1;
}
#institucional #institucional_local{
	padding: 50px 0 0;
	background-repeat: no-repeat !important;
	position: relative;
}
#institucional_local .el_05{
	top: 0;
	bottom: auto;
	z-index: 1;
  background-position: left bottom;
  height: 179px;
}
#institucional_local .map-image{
	height: 790px;
	width: 900px;
	margin: 0 auto;
	background: url("img/map.png") no-repeat;
	background-size: cover;
}
#institucional_local .map-image-mobile{
	height: 323px;
	width: 100%;
	background: url("img/map_mobile.png") no-repeat;
	background-size: auto 100%;
}
#institucional_local h2{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 30px;
	font-size: 40px;
	line-height: 50px;
	text-align: left !important;
}
#institucional_local p{
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	margin-bottom: 50px;
	text-align: left !important;
}
#institucional_local .map{
	position: relative;
	margin-top: 100px;
}
#institucional_local .location{
	background: #ffffff;
	position: absolute;
	width: 300px;
	text-align: left;
	padding: 45px 50px;
}
#institucional_local .location:after{
	width: 0; 
  height: 0; 
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;   
  border-right:14px solid #ffffff; 
  content: '';
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}
#institucional_local .location h3{
	font-size: 22px;
	line-height: 28px;
	color: #0657a2;
	font-weight: 800;
	margin-bottom: 15px;
}
#institucional_local .location p{
	margin-bottom: 20px;
}
#institucional_local .location p,
#institucional_local .location ul li,
#institucional_local .location h4{
	font-size: 13px;
	line-height: 15px;
	color: #122870
}
#institucional_local .location p:last-child{
	margin-bottom: 0;
}
#institucional_local .location h4{
	text-transform: uppercase;
	font-weight: 800;
}
#institucional_local .location ul{
	padding: 0;
	margin: 0;
	margin-left: 20px;
	list-style-type: none;
}
#institucional_local .location.brasil{
	right: 40px;
	bottom: 25px;
}
#institucional_local .location.eua{
	top: 252px;
	left: 65px;
}
#institucional_local .pin.eua .location:after{
	border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #ffffff;
  border-right: 0;
  left: auto;
  right: -14px;
}
#institucional_local .location.canada{
	right: 318px;
	top: 55px;
}
#institucional_local .pin{
	width: 44px;
	height: 63px;
	background: url("img/pin.png") no-repeat;
	background-size: cover;
	position: absolute;
}
#institucional_local .pin.brasil{
	top: 559px;
  right: 410px;
}
#institucional_local .pin.brasil .location{
	position: absolute;
	transform: translate(108px, -47%);
	top: 50%;
}
#institucional_local .pin.eua{
	top: 249px;
  left: 486px;
}
#institucional_local .pin.eua .location{
  left: -324px;
  top: 50%;
  transform: translate(0, -37%);
}
#institucional_local .pin.canada{
  left: 546px;
  top: 138px;
}
#institucional_local .pin.canada .location{
	left: 79px;
  top: 50%;
  transform: translateY(-37%);
}
#institucional_local #countries{
	margin-top: 30px;
}
#institucional_local #countries button:first-child{
	margin-top: 0;
}
#institucional_local .state-btn{
	margin: 0 0 20px 0;
}
#institucional_local #states-brasil,
#institucional_local #states-eua,
#institucional_local #states-canada{
	margin-top: -15px;
}
#institucional_local .state-no-drop{
	color: #122870;
	margin-bottom: 20px;
}
#institucional_local .state-content p, 
#institucional_local .state-no-drop p{
	margin-bottom: 20px;
}

#institucional #institucional_initiatives{
	padding: 40px 0 50px;
	position: relative;
}
#institucional_initiatives h2{
	font-weight: 800;
}
.initiatives{
	position: relative;
	margin-top: 40px;
}
.initiatives .initiative{
	height: 470px;
	background: #122870;
  padding: 85px 40px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 50px;
}
.initiatives .initiative:after{
	content: '';
	width: 45px;
	height: 21px;
	background-size: 100% auto;
  background: url(img/triangle_up_white.png);
  position: absolute;
  top: 264px;
  left: 35%;
  display: none;
}
.initiative-container.open,
.initiative.open:after,
.init.open{
	display:block;
}
.initiative-container .init{
	display: none;
}
.initiative-container .init img{
	margin-left: -30px
}
.initiatives .initiative:hover,
.initiatives .initiative.open{
	background: #56C5C9;
}
.initiatives .initiative h3{
	font-size: 30px;
	line-height: 46px;
	color: #ffffff;
	font-weight: 800;
}
.initiatives .initiative:hover h3,
.initiatives .initiative.open h3{
	color: #122870;
}
.initiatives .initiative .icon{
	width: 90px;
	height: 90px;
	position: relative;
	margin: 0 auto 40px;
}
.initiatives .initiative .icon img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 100%;
	width: auto;
}
.initiatives .initiative .ico-hover,
.initiatives .initiative:hover .ico,
.initiatives .initiative.open .ico{
	display: none;
}
.initiatives .initiative:hover .ico-hover,
.initiatives .initiative .ico,
.initiatives .initiative.open .ico-hover{
	display: block;
}
.initiatives .initiative .plus{
	width: 21px;
	height: 21px;
	position: absolute;
	bottom: 35px;
	left: 50%;
	transform: translateX(-50%);
	background: url("img/ico_plus.png") no-repeat;
}
.initiatives .initiative:hover .plus{
	background-position: -21px 0;
}
.initiatives .initiative.open:hover .plus{
	background-position: 0 -21px;
}
.initiative-container{
	position: absolute;
	background: #FFFFFF;
	width: 100%;
	left: 0;
	top: 0;
	padding: 45px 25px;
	z-index: 1;
	display: none;
}
.initiative-container .back{
	margin-bottom: 50px;
}
.initiative-container .close{
	width: 32px;
	height: 32px;
	content: '';
	position: absolute;
	background: url("img/close.png") no-repeat;
	background-size: cover;
	right: 0;
	top: 4px;
	right: -35px;
  top: -50px;
	opacity: 1;
	cursor: pointer;
	display: none
}
.initiative-container .close:hover{
	opacity: 1 !important;
}
.initiative-container a{
	background: url("img/arrow_blue_right.png") transparent no-repeat right 25px top 34px !important;
	padding: 25px 70px 21px 0 !important;
	font-weight: 800;
	font-size: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #122870;
	display: inline-block;
}
.initiative-container p{
	font-size: 20px;
	line-height: 34px;
}
.initiative-container .init-01 p{
	padding-right: 20px;
}
#institucional #institucional_recognition{
	background: #0056A8;
	padding: 70px 0;
	position: relative;
	color: #ffffff;
}
#institucional_recognition h2{
	font-size: 34px;
	line-height: 47px;
	font-weight: 800;
	margin-bottom: 20px;
}
.recognition p{
	font-size: 20px;
	line-height: 34px;
	margin-bottom: 0;
}
.el_06{
	background: url("img/el_06.png") no-repeat;
	width: 335px;
	height: 439px;
	position: absolute;
	bottom: -249px;
	right: 0;
	background-size: cover;
	z-index: 0;
}
#institucional_come{
	background-position: right -295px center !important;
}

/*------------------------------------*\
    SOLUÇÕES
\*------------------------------------*/
#solution_highlight .high-content{
  position: absolute;
  top: 100%;
  transform: translateY(-50%);
}
#solucoes #breadcrumbs span span:nth-child(1),
#solucoes #breadcrumbs span span:nth-child(2){
	display: none;
}
#solucoes h2{
	font-size: 38px;
  line-height: 47px;
}
#solucoes h2 strong{
	font-weight: 800;
}
#solucoes .title-tag{
	background: #56C5C9;
	color: #122870;
}
#solution_results{
	padding: 70px 0 0;
	background: #0056A8;
	color: #ffffff;
}
#solution_results ul{
	list-style-type: none;
	padding: 0;
	margin-top: 50px;
}
#solution_results ul li:last-child .text-container{
	margin-bottom: 0;
}
#solution_results .drag{
	color: #ffffff;
	margin-top: 30px;
	margin-bottom: 30px;
}
#solution_results .link-automation a{
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
	padding: 0 50px;
	background: url("img/arrow_white.png") no-repeat right 60px bottom;
	background-size: 3%;
	text-decoration: underline;
	text-align: center;
	display: table;
	margin: 0 auto;
}
#solution_results .text-container{
	margin-bottom: 0;
}
#solution_results .text-container h3{
	margin-bottom: 15px;
	font-size: 24px;
	line-height: 30px;
}
#solution_results .boxes{
	margin-top: 50px;
	background: #0056a8;
	background: -moz-linear-gradient(top,  #0056a8 0%, #0056a8 10%, #001131 10%, #001131 100%);
	background: -webkit-linear-gradient(top,  #0056a8 0%,#0056a8 10%,#001131 10%,#001131 100%);
	background: linear-gradient(to bottom,  #0056a8 0%,#0056a8 10%,#001131 10%,#001131 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0056a8', endColorstr='#001131',GradientType=0 );
}
#solution_results .box{
	height: 100%;
	padding: 70px 25px;
}
#solution_results .box h3{
	font-size: 38px;
	line-height: 47px;
	font-weight: 800;
}
#solution_results .box .title{
	margin-bottom: 10px;
}
#solution_results .box p{
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 0;
}
#solution_results .box-01{
	background: #56C5C9;
	color: #122870;
}
#solution_results .box-02{
	background: #122870;
}
#solution_results .box-02 h3,
#solution_results .box-02 p{
	color: #ffffff;
}
#solution_goal{
	background: #001131;
	padding: 155px 0 90px;
	margin-top: -100px;
}
#solution_goal h2{
	font-size: 38px;
	line-height: 47px;
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 15px;
}
#solution_goal h3{
	font-size: 28px;
	line-height: 35px;
	color: #ffffff;
	margin-bottom: 50px;
}
#solution_goal h3 strong{
	font-weight: 800;
}
#solution_goal p{
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
}
#solution_goal .bg-filter{
	width: 100%;
	height: 100%;
	background: rgba(30,58,100,0.4);
	position: absolute;
	top: 0;
	left: 0;
}
#solution_roadmap{
	position: relative;
	padding: 90px 0 55px;
}
#solution_roadmap h2{
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	background: #0056A8;
	padding: 30px 10px;
	text-align: center;
	font-weight: 800;
	position: absolute;
	display: inline-block;
	top: -90px;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 290px;
}
#solution_roadmap h2:after{
	width: 0; 
  height: 0; 
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #0056A8;
  content: '';
  position: absolute;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
}
#solution_roadmap img{
	height: auto;
}
.el_07{
	background: url("img/el_m_07.png") no-repeat;
	width: 160px;
	height: 213px;
	position: absolute;
	bottom: -79px;
	left: 0;
	background-size: cover;
	z-index: 0;
}
#solution_kits{
	padding: 140px 0 50px;
	background: #122870;
}
#solution_kits p{
	font-size: 30px;
	line-height: 37px;
	color: #ffffff;
	margin-bottom: 90px;
}
#solution_kits p strong{
	font-weight: 800;
}
#solution_kits .kit{
	background: #ffffff;
	padding: 95px 20px;
	margin-bottom: 50px;
}
#solution_kits .n2, #solution_kits .n3{
	padding-bottom: 60px;
}
#solution_kits .kit h2{
	font-size: 40px;
	line-height: 50px;
	color: #122870;
	font-weight: 800;
	margin-bottom: 15px;
}
#solution_kits .kit p{
	font-size: 20px;
	line-height: 28px;
	color: #122870;
	margin-bottom: 0;
}
#solution_kits .kit h3{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 15px;
	font-weight: 700;
}
#solution_kits .kit h4{
	color: #ffffff;
	font-size: 32px;
	line-height: 32px;
	font-weight: 700;
}
#solution_kits .n1 h4{
	background: #0056A8;
	padding: 27px 22px;
	position: absolute;
	display: inline-block;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
}
#solution_kits .ns h4{
	background: none;
	border: solid 2px #122870;
	color: #122870;
	font-size: 18px;
	line-height: 32px;
	padding: 20px;
	position: relative;
	text-align: center;
	top: auto;
	left: 40px;
	margin-bottom: 20px;
}
#solution_kits .ns p{
	font-size: 18px;
	line-height: 22px;
}
#solution_kits .n0{
	margin-bottom: 35px;
}
#solution_kits .bar{
	background: #122870;
	right: auto;
	left: 0;
	width: 100%;
	min-height: 2px;
	max-height: 2px;
	margin: 30px 0;
}
#solution_kits .bar:before{
	background: none;
}
#solution_kits .n2 h4{
	background: #56C5C9;
	color: #122870;
	padding: 27px 22px;
	position: absolute;
	display: inline-block;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
}
#solution_kits .n3 h4{
	background: #AAE2E4;
	color: #122870;
	padding: 27px 22px;
	position: absolute;
	display: inline-block;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
}
#solution_kits .kit .text-container{
	position: relative;
	margin: 0;
}
#solution_value{
	padding: 75px 0;
}
#solution_value h2{
	font-weight: 800;
	margin-bottom: 25px;
	color: #ffffff;
}
#solution_value p{
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
	padding-right: 70px;
}
#solution_value .bt{
	margin-top: 45px;
}
#solution_benefits{
	background: #0056A8;
	padding: 75px 0;
	color: #ffffff;
}
#solution_benefits h2{
	margin-bottom: 40px;
	font-weight: 800;
}
#solution_benefits p{
	color: #ffffff;
	font-size: 20px;
	line-height: 25px;
}
#solution_benefits ul{
	list-style-type: none;
	padding: 0;
	display: inline-block;
  margin: 0 auto;
}
#solution_benefits li{
	margin-bottom: 40px
}
#solution_benefits li:last-child{
	margin-bottom: 0;
}
#solution_benefits .frame{
	border: solid 3px #ffffff;
  padding: 65px 25px;
  text-align: center;
  position: relative;
  margin-top: 55px;
}
#solution_benefits .frame .text-container{
	margin: 0;
}
#solution_benefits .frame .text-container p{
	font-size: 18px;
	line-height: 22px;
}
#solution_benefits .frame:before{
	content: '';
	background: url("img/ico_setadupla_02_down.png") no-repeat #0056A8;
	width: 78px;
	height: 66px;
	padding: 10px 0;
	position: absolute; 
	background-size: cover;
	left: 50%;
	top: 0%;
	transform: translate(-50%, -50%);
}
#solution_potentiate{
	padding: 65px 0;
	background: #ffffff;
	position: relative;
}
#solution_potentiate h2{
	font-weight: 800;
	margin-bottom: 25px;
}
#solution_potentiate p{
	font-size: 23px;
	line-height: 33px;
}
#solution_potentiate ul{
	padding: 0;
	list-style-type: none;
	margin-top: 50px;
}
#solution_potentiate li:last-child .text-container{
	margin: 0;
}
#solution_potentiate .text-container h3{
	color: #122870;
	font-size: 24px;
  line-height: 34px;
  margin-bottom: 25px;
  padding-left: 36px;
  position: relative;
}
#solution_potentiate .text-container h3:before{
	width: 21px;
	height: 21px;
	background: #56C5C9;
	border-radius: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
}
#solution_potentiate .text-container p{
	color: #122870;
	font-size: 18px;
	line-height: 26px;
}
#solution_potentiate .drag{
	margin-top: 40px;
}
#solution_potentiate .slick-dots li.slick-active button{
	background: #122870;
}
#solution_potentiate .slick-dots button{
	background: rgba(18, 40, 112, 0.25);
}
#solution_potentiate .slick-dots{
	bottom: -30px;
	z-index: 2;
}
.el_08{
	background: url("img/el_08.png") no-repeat;
	width: 245px;
	height: 449px;
	position: absolute;
	bottom: -195px;
	right: 0;
	background-size: cover;
	z-index: 0;
}
#solution_steps{
	background: #122870; /* Old browsers */
	background: -moz-linear-gradient(top,  #122870 0%, #122870 80%, #ffffff 80%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #122870 0%,#122870 80%,#ffffff 80%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #122870 0%,#122870 80%,#ffffff 80%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#122870', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	padding: 35px 0 20px;
	position: relative;
}
#solution_steps .drag{
	margin-top: 0;
	color: #ffffff;
}
#solution_steps .steps{
	margin-top: 50px;
	padding: 0;
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}
#solution_steps .steps li{
	background: url("img/white_line_02.png") no-repeat left center;
	cursor: pointer;
	padding-bottom: 31px;
	width: 100%;
}
#solution_steps .steps li span{
	display: table;
	margin: 0 auto;
	width: 82px;
	height: 82px;
	background: #0056A8;
	color: #ffffff;
	font-size: 40px;
	line-height: 41px;
	font-weight: 800;
	padding: 15px 0;
	text-align: center;
	border-radius: 100%;
	position: relative;
  border: 6px solid #122870;
}
#solution_steps .steps li.active span{
	line-height: 47px;
	background: #ffffff;
	color: #122870;
	position: relative;
	border: 3px solid #56C5C9;
  box-shadow: inset 0 0 0 6px #122870;
  position: relative;
}
#solution_steps .steps li.active span:after{
	content: '';
  width: 45px;
  height: 21px;
  background-size: 100% auto;
  background: url(img/triangle_up_white.png);
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
}
#solution_steps h2{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 15px;
	text-align: left !important;
}
#solution_steps p{
	font-size: 23px;
	line-height: 28px;
	color: #ffffff;
	text-align: left !important;
}
#solution_steps .step-container{
	padding: 50px 20px;
	background: #ffffff;
}
#solution_steps .step-container h3{
	font-size: 28px;
	line-height: 35px;
	font-weight: 800;
	margin-bottom: 15px;
}
#solution_steps .step-container h4{
	font-size: 23px;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 40px;
}
#solution_steps .step-container p{
	font-size: 17px;
	line-height: 21px;
	color: #122870;
	text-align: left !important;
}
#solution_steps .step-container p span{
	font-weight: 300 !important;
}
#solution_transform{
	background: #001131;
	padding: 80px 0;
	color: #ffffff;
}
#solution_transform h2{
	font-weight: 300;
	margin-bottom: 40px;
}
#solution_transform h2 strong{
	font-weight: 800;
}
#solution_transform .text-container{
  margin: 0;
}
#solution_transform .text-container p{
	margin-bottom: 0;
}
#solution_transform .item-01{
	border-bottom: solid 1px #ffffff;
	padding-bottom: 40px;
	margin-bottom: 40px;
}
#solution_transform .text-container h3{
	margin-bottom: 15px;
}
#solution_transform .icon-container{
	margin-bottom: 20px;
}
#solution_db{
	background: #0056A8;
	padding: 65px 0;
	color: #ffffff;
}
#solution_db h2{
	margin-bottom: 25px;
	font-weight: 300
}
#solution_db h2 strong{
	font-weight: 800;
}
#solution_db h3{
	font-size: 28px;
	line-height: 35px;
	margin-bottom: 40px;
	font-weight: 300;
}
#solution_db p{
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 40px;
}
#solution_db .graph{
	margin-top: 65px;
}
#solution_db .graph-01 div,
#solution_db .graph-02 div{
	width: 320px;
	height: 309px;
	background-repeat: no-repeat !important;
	background-size: auto 100% !important;
}
#solution_db .graph-01,
#solution_db .graph-02{
	position: relative;
	overflow-x: hidden;
}
#solution_db .graph-01 img,
#solution_db .graph-02 img{
	position: absolute;
	transform: scale(2);
	top: 25%;
	right: -50%;
}
#solution_db .graph-02 img{
	right: auto;
	left: -50%;
}

#solution_db .graph-02 div{
	background-position: right top !important
}
#solution_db .drag{
	color: #ffffff;
}
#solution_services{
	padding: 60px 0;
}
#solution_services .drag{
	margin-top: 20px;
	color: #122870;
}
#solution_services h2{
	font-weight: 800;
	margin-bottom: 65px;
	text-align: left;
}
#solution_benefits_sap{
	background: #0056A8;
	padding: 60px 0 30px;
  color: #ffffff;
}
#solution_benefits_sap .container-title{
  border: solid 4px #ffffff;
  padding: 45px 55px;
  margin-bottom: 20px;
}
#solution_benefits_sap h2{
  font-weight: 800;
  position: relative;
  font-size: 30px;
  line-height: 37px;
  text-align: center;
}
#solution_benefits_sap h2:after{
  position: absolute;
  content: '';
  background: url(img/ico_setadupla_02_down.png) no-repeat;
  width: 78px;
	height: 66px;
  background-size: cover;
  bottom: -75px;
  left: 50%;
  transform: translateX(-50%);
}
.benefit .icon{
  width: 65px;
  height: 62px;
  position: relative;
  margin: 0 0 25px;
}
.benefit .icon img{
	position: absolute;
	bottom: 0;
	left: 0;
	height: auto;
	max-width: 100%;
}
.benefit h3{
  font-size: 17px;
  line-height: 24px;
}
.benefit{
  margin: 30px 15px;
}
#solution_sap{
	background: #0056a8;
	background: -moz-linear-gradient(top,  #0056a8 0%, #0056a8 50%, #001131 50%, #001131 100%);
	background: -webkit-linear-gradient(top,  #0056a8 0%,#0056a8 50%,#001131 50%,#001131 100%);
	background: linear-gradient(to bottom,  #0056a8 0%,#0056a8 50%,#001131 50%,#001131 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0056a8', endColorstr='#001131',GradientType=0 );
}
.sap-content{
	background: #ffffff;
	padding: 40px 20px;
}
.sap-content h2{
	font-size: 26px;
	line-height: 33px;
	font-weight: 800;
	margin-bottom: 25px;
}
.sap-content p{
	font-size: 17px;
	line-height: 24px;
	color: #122870;
}
.sap-content .text-container{
	padding-right: 20px;
}
.sap-content img{
	margin-top: 40px;
}
.sap-img-container{
	position: relative;
}
.sap-img-container:before{
	content: '';
	width: 80%;
	height: 2px;
	background: #122870;
	position: absolute;
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}
#solution_sol_sap{
	background: #001131;
	padding: 60px 0;
}
#solution_sol_sap h2{
	color: #ffffff;
	font-weight: 800;
}
#solution_sol_sap .drag{
	color: #ffffff;
	margin-top: 20px;
}
.sap-solution-highlight{
	padding: 115px 45px;
	background: #56C5C9;
	margin-top: 65px;
	position: relative;
	margin-bottom: 40px;
	border-bottom: solid 10px #ffffff;
}
.sap-solution-highlight h3{
	font-size: 23px;
  line-height: 30px;
  font-weight: 800;
}
.sap-solution-highlight p{
	font-size: 17px;
	line-height: 24px;
}
.sap-solution-highlight:before{
	content: '';
	background: url("img/star_flag.jpg") no-repeat;
	background-size: cover;
	position: absolute;
	left: 45px;
	top: 0;
	width: 65px;
	height: 65px;
}
.sap-solution-highlight:after{
  position:absolute;
  top:100%;
  left:0%;
  width:90%;
  height:10px;
  background:#0056A8;
  display:block;
  content:'';
  transition: width 0.5s ease-in-out;
}
.sap-solution{
	background: #0056A8;
	height: 350px;
	padding: 35px 35px 55px;
}
.sap-solution h4{
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 20px;
	font-weight: 800;
}
.sap-solution.open{
	background: #ffffff;
	padding: 45px 40px;
}
.sap-solution p{
	font-size: 18px;
	line-height: 26px;
	color: #333333;
}
#solution_certificate_sap{
	background: #122870;
	padding: 70px 0;
	color: #ffffff;
}
#solution_certificate_sap h2{
	font-weight: 800;
	margin-bottom: 70px;
}
.certificate{
	padding: 0;
}
.certificate h3{
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 70px;
	font-weight: 800
}
.certificate p{
	font-size: 20px;
	line-height: 34px;
	padding: 0 40px;
}
#solution_certificate_sap .drag{
	color: #ffffff;
	margin-top: 20px;
}
.slider-certificate .slick-arrow,
.slider-partners-ac .slick-arrow{
	top: 50%;
	transform: translateY(-50%);
}
.slider-certificate .slick-prev,
.slider-partners-ac .slick-prev{
	background-position: 0 -57px;
	left: 0;
}
.slider-certificate .slick-next,
.slider-partners-ac .slick-next{
	background-position: -16px -57px;
	right: 0;
}
.slider-certificate .slick-disabled,
.slider-partners-ac .slick-disabled{
	opacity: 0.4;
}
.slider-certificate .slick-prev.slick-disabled,
.slider-partners-ac .slick-prev.slick-disabled{
	background-position: 0 -28px;
}
.slider-certificate .slick-next.slick-disabled,
.slider-partners-ac .slick-next.slick-disabled{
	background-position: -16px -28px;
}
.slider-certificate .slick-track,
.slider-partners-ac .slick-track{
	display: flex !important;
}
.slider-certificate .slick-slide,
.slider-partners-ac .slick-slide{
	height: inherit !important;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
#solution_recognition_sap{
	padding: 75px 0;
	position: relative;
}
#solution_recognition_sap h2{
	font-weight: 800;
	margin-bottom: 40px;
	font-size: 36px;
}
#solution_recognition_sap .row.vertical-divider > div[class^="col-"]{
	border-right: 1px solid #122870;
}
#solution_recognition_sap .row.vertical-divider div[class^="col-"]:first-child{
	border-left: none;
}
#solution_recognition_sap .row.vertical-divider div[class^="col-"]:last-child{
	border-right: none;
}
#solution_recognition_sap .item{
	padding: 0 30px;
	margin-bottom: 40px;
}
#solution_recognition_sap .item .icon{
  width: 100px;
  height: 90px;
  position: relative;
  margin: 0 auto 25px;
}
#solution_recognition_sap .item .icon img{
	position: absolute;
	bottom: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	max-width: 100%;
  height: auto;   
}
.el_09{
	background: url("img/el_09.png") no-repeat;
	width: 342px;
	height: 449px;
	position: absolute;
	bottom: -195px;
	right: 0;
	background-size: cover;
	z-index: 1;
}
#solution_meta_automation{
	padding: 60px 0;
	background: #122870;
	background-color: #122870;
	color: #ffffff;
}
#solution_meta_automation h2{
	font-weight: 800;
	margin-bottom: 15px;
}
#solution_meta_automation h3{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: 300;
}
#solution_meta_automation h3 strong{
	font-weight: 800;
}
#solution_meta_automation p,
#solution_meta_automation li{
	font-size: 17px;
	line-height: 24px;
}
#solution_meta_automation .boxes{
	margin-top: 50px;
}
#solution_meta_automation .box_01{
	background: #0056A8;
	padding: 30px 30px 50px;
}
#solution_meta_automation .box_01 h3{
	margin-bottom: 0;
	position: relative;
}
#solution_meta_automation .box_01 h3:after{
	position: absolute;
	width: 80%;
	height: 2px;
	background: #56C5C9; 
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	content: '';
}
#solution_meta_automation .box_02{
	padding: 50px 15px 10px;
}
#solution_meta_automation .box_02 p{
	margin-bottom: 20px;
}
#solution_meta_automation .box_02 p:last-child{
	margin: 0;
}
#solution_rpa{
	position: relative;
	padding: 75px 0 100px;
}
#solution_rpa h2{
	font-weight: 800;
	margin-bottom: 25px;
}
#solution_rpa p{
	font-size: 20px;
	line-height: 25px;
}
#solution_benefits_ac{
	padding: 70px 0 0;
	background: #0056A8; 
}
#solution_benefits_ac h2{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 65px;
}
#solution_benefits_ac .title-box{
	border-bottom: solid 1px #122870;
	margin-bottom: 20px;
}
#solution_benefits_ac .box-bpaas .title-box{
	border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
#solution_benefits_ac h3{
	margin-bottom: 30px;
	font-size: 38px;
	line-height: 47px;
	color: #122870;
	font-weight: 800;
}
#solution_benefits_ac .item{
	margin: 30px 0;	
}
.box-rpa{
	background: #56C5C9;
	padding: 55px 15px 45px;
	height: 100%;
}
.box-bpaas{
	background: #122870;
	padding: 55px 15px 45px;
	height: 100%;
}
#solution_benefits_ac .item h4{
	font-size: 20px;
	line-height: 34px;
}
#solution_benefits_ac .box-bpaas h3,
#solution_benefits_ac .box-bpaas h4{
	color: #ffffff;
}
.el_10{
	background: url("img/el_10.png") no-repeat;
	width: 304px;
	height: 405px;
	position: absolute;
	bottom: -173px;
	left: 0;
	background-size: cover;
	z-index: 0;
}
#solution_partners_ac{
	padding: 60px 0;
}
#solution_partners_ac h2{
	font-weight: 800;
	margin-bottom: 40px;
}
#solution_partners_ac .logo{
	margin-bottom: 30px;
}
#solution_partners_ac .txt p{
	margin-bottom: 0;
	font-size: 20px;
	line-height: 25px;
}
#solution_partners_ac .drag{
	color: #122870
}
.partner-ac{
  padding: 0 50px;
}
#solution_sol_ac{
	padding: 70px 0;
	background: #001131;
}
#solution_sol_ac h2{
	color: #ffffff;
	font-weight: 800;
	margin-bottom: 65px;
	text-align: left !important;
}
#solution_sol_ac .back-mobile{
	background: #ffffff;
	padding-top: 40px;
	padding-bottom: 50px;
	height: auto;
	max-height: 500px;
	top: 50%;
	transform: translateY(-50%);
}
#solution_sol_ac .drag{
	color: #ffffff;
	margin-top: 30px;
}
.back-mobile .close{
	background: url("img/arrow_blue_left.png") no-repeat;
	display: inline-block;
	padding-left: 50px;
	font-size: 14px;
	line-height: 34px;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	opacity: 1;
	float: none;
	margin-left: 10px;
	margin-bottom: 35px;
}
.back-mobile h4{
	font-size: 30px;
	line-height: 34px;
	font-weight: 800;
	margin-bottom: 40px
}
.slider-solutions-ac .element-card.open{
	background: #122870;
}
.slider-solutions-ac .element-card.open .front h3{
	color: #ffffff;
}
.slider-solutions-ac .element-card.open .front{
	display: block !important;
}
.slider-solutions-ac .element-card.open .container-ac-solution{
	align-items: center !important;
}
.ac-solution h4{
	font-weight: 800;
	font-size: 17px;
	line-height: 26px;
	margin-bottom: 20px;
}
.ac-solution p{
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0
}
.ac-solutions .back{
	position: absolute;
	z-index: 9999 !important;
	background: #ffffff;
	padding: 50px;
	width: 400px;
	display: none;
}
.ac-solutions .back[data-id=financeiro]{
	width: 700px;
}
.ac-solutions .back .close{
	width: 28px;
	height: 28px;
	content: '';
	position: absolute;
	background: url("img/close.png") no-repeat;
	background-size: cover;
	right: 10px;
	top: 10px;
	opacity: 1;
	cursor: pointer;
}
.ac-solutions .back .close:hover{
	opacity: 1;
}
.ac-solutions ul,
.back-mobile ul{
	padding: 0;
	margin: 0;
}
.ac-solutions ul.twoColumns{
  list-style: none;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-width: 50%;
  column-gap: 20px;
}
.ac-solutions ul li,
.back-mobile ul li{
	font-size: 13px;
	line-height: 20px;
	background: url(img/bullet.png) no-repeat left top 3px;
  padding: 3px 0px 3px 30px;
  list-style: none;
  margin: 0 0 10px;
  color: #122870;
  font-weight: 300;
}
.back-mobile ul li{
	font-size: 18px;
	line-height: 28px;
}
.ac-solutions .back h4{
	font-weight: 800;
	margin-bottom: 25px;
}
#talentos h2{
	font-size: 38px;
	line-height: 47px;
	font-weight: 800;
}
#talents_highlight{
	background-position: center left !important
}
#talents_highlight .high-content{
	transform: translateY(-40%);
}
#talents_intro h2{
	margin-bottom: 25px;
}
#talents_intro h3{
	margin-bottom: 60px;
}
#talents_intro h3:last-child{
	margin-bottom: 0;
}
#talents_intro p img{
	display: none
}
#talents_intro img{
	width: 100%;
	height: auto;
	margin-top: 70px;
}
#talents_community{
	background-size: cover !important;
	padding: 75px 0;
	color: #ffffff;
}
#talents_community h2{
	margin-bottom: 25px;
}
#talents_community h3{
	margin-bottom: 25px;
	font-weight: 300;
	font-size: 	24px;
	line-height: 30px;
}
#talents_community p{
	font-size: 20px;
	line-height: 25px;
	margin-bottom: 30px;
}
#talents_community p strong{
	font-weight: 800;
}
#talents_community p:last-child{
	margin-bottom: 0;
}
.box-telegram{
	background: #0056A8;
	padding: 20px;
	margin-top: 50px;
}
.box-telegram a{
	display: inline-block;
	padding-top: 20px;
	position: relative;
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
	font-weight: 700;
	color: #ffffff;
}
.box-telegram a:after{
	content: '';
	background: url("img/arrow_blue_diagonal.png") no-repeat;
	background-size: cover;
	width: 15px;
	height: 15px;
	position: absolute;
	right: -25px;
	bottom: 6px;
}
.box-telegram em{
	position: relative;
	font-style: normal;
}
.box-telegram em:after{
	content:'';
	background: url("img/logo-telegram.png") no-repeat;
	width: 40px;
	height: 40px;
	background-size: cover;
	position: absolute;
  right: -55px;
  top: -20px;
}
#talents_jobs{
	padding: 60px 0 0;
	position: relative;
	color: #ffffff;
	background: #0056A8;
}
#talents_jobs .drag{
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 10px;
}
#talents_jobs h2{
	font-weight: 800;
	margin-bottom: 20px;
}
#talents_jobs h2 strong{
	color: #56C5C9;
	margin-right: 10px;
	font-size: 50px;
}
.job{
	background: #ffffff;
	height: 100%;
	min-height: 550px;
	padding: 50px 25px;
	color: #122870;
}
.job h4{
	background: #122870;
	color: #ffffff;
	font-size: 18px;
	line-height: 22px;
	display: inline-block;
	padding: 10px 15px;
	text-transform: uppercase;
	position: relative;
	top: -35px;
	left: -10px;
}
.job h3{
	font-size: 32px;
	line-height: 40px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 20px;
}
.job p{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 0;
	text-align: center;
}
.job a{
	margin-top: 50px;
	color: #122870;
	border-color: #122870;
	font-size: 20px;
	display: table;
	margin: 50px auto 0;
	width: 285px;
}
body[data-language=es] .job a,
body[data-language=fr] .job a{
	padding: 16px 70px 16px 25px !important;
	background-position: right 25px top 25px !important;
}
body[data-language=es] .job a:hover,
body[data-language=fr] .job a:hover{
	background-position: right 25px top -20px !important;	
}
#talents_growing{
	padding: 60px 0;
	background-color: #122870;
	color: #ffffff;
}
#talents_growing img{
	width: 100%;
	height: auto;
}
#talents_growing h2{
	margin-bottom: 50px;
}
#talents_growing p{
	font-size: 20px;
	line-height: 25px;
}
#talents_growing .graph h3{
	font-size: 38px;
	line-height: 47px;
	position: relative;
	display: table;
	margin: 140px auto 20px;
	font-weight: 800;
	text-align: left !important;
	padding-left: 30px
}
#talents_growing .graph h3:before{
	content: '\2022';
	color: #56C5C9;
	left: 0;
	font-family: Arial;
	font-size: 60px;
	position: absolute;
	left: 0;
}
#talents_growing .graph p img{
	display: none;
}
#talents_awards{
	padding: 30px 0 60px;
}
#talents_awards .coluna-01 h3{
	background: #0056A8;
	display: inline-block;
	color: #ffffff;
	font-size: 22px;
	line-height: 30px;
	padding: 5px 10px;
	margin-bottom: 30px;
	font-weight: 800;
}
/*#talents_awards a{
	background: url("img/arrow_blue_right.png") transparent no-repeat right 25px top -24px !important;
	padding: 19px 70px 0 60px !important;
	font-weight: 800;
	font-size: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #122870;
	border-radius: 40px;
	display: table;
	margin: 0 auto;
}*/
#talents_awards .coluna-01,
#talents_awards .coluna-02{
	padding: 30px 0;
}
#talents_awards p img{
	max-width: 100%;
	height: auto;
}
#talents_awards .bar{
	width: 100%;
	height: 2px;
	background: #122870;
	right: auto;
	left: 0;
	display: none;
}
#talents_awards .coluna-02 img{
	margin-bottom: 80px;
}
#talents_awards .coluna-02 h3{
	font-size: 23px;
	line-height: 28px;
	font-weight: 300;
	padding-left: 30px;
	background: url(img/bullet.png) no-repeat left top 8px;
}
#talents_awards .coluna-02 h3 strong{
	font-weight: 800;
	font-size: 28px;
	line-height: 35px;
}
#talents_meta_academy{
	padding: 60px 0;
	background: #001131;
	position: relative;
}
#talents_meta_academy h3{
	font-size: 20px;
	line-height: 25px;
	color: #ffffff;
}
#talents_meta_academy .bar,
#talents_meta_academy .bar:before{
	height: 4px;
}
#talents_meta_academy .programs{
	margin-top: 50px;
}
.list-programs{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.list-programs li{
	background: url("img/arrow_blue_tabs.png") no-repeat #001131 right 20px top -10px;
	color: #ffffff;
	font-size: 24px;
	line-height: 34px;
	padding: 40px;
	width: 100%;
	border: solid 2px #56C5C9;
	margin-bottom: 40px;
	font-weight: 500;
	cursor: pointer;
}
.list-programs li:last-child{
	margin-bottom: 0;
}
.content-program,
.content-program-mobile{
	background: #ffffff;
	padding: 80px;
	height: 100%;
}
.content-program-mobile{
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	padding: 45px 0;
	z-index: 10;
	left: 0;
	height: auto;
}
.content-program-mobile .back{
	background: url("img/arrow_blue_left.png") no-repeat;
	display: inline-block;
	padding-left: 50px;
	font-size: 14px;
	line-height: 34px;
	font-weight: 300;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 45px;
	margin-left: 25px;
}
.content-program .img,
.content-program-mobile .img{
	margin: 0 auto 65px;
}
.content-program-mobile .img{
	margin-bottom: 45px;
}
.content-program h3,
.content-program-mobile h3{
	color: #122870 !important;
	font-size: 26px;
	line-height: 30px;
	font-weight: 800;
	margin-bottom: 25px;
}
#talents_meta_academy .content-program-mobile h3{
	font-size: 30px;
	line-height: 40px;
	padding: 0 25px;
	margin-bottom: 45px;
}
.content-program-mobile .content{
	padding: 0 25px;
}
.content-program .content p,
.content-program-mobile .content p{
	font-size: 17px;
	line-height: 24px;
	color: #333333;
	margin-bottom: 20px;
}
#talents_meta_academy .content-program-mobile .content p{
	font-size: 20px;
	line-height: 34px;
}
.content-program .content p:last-child,
.content-program-mobile .content p:last-child{
	margin-bottom: 0;
}
.content-program .content p strong,
.content-program-mobile .content p strong{
	color: #0056A8;
}
.content-program .loading,
.content-program-mobile .loading{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#talents_selection{
	padding: 60px 0;
	background: #0056A8;
	color: #ffffff;
}
#talents_selection h2{
	font-weight: 800;
	margin-bottom: 90px;
}
#talents_selection .step-container{
	position: relative;
}
#talents_selection .step-container.init{
	background: url("img/selecao_bg_01_m.png") no-repeat left bottom;	
	position: relative;
	min-height: 125px;
}
#talents_selection .step-container:before{
	content: '';
	width: 16px;
	height: 16px;
	background: #56C5C9;
	border: solid 3px #ffffff;
	border-radius: 100%;
	position: absolute;
	z-index: 1;
}
#talents_selection .step-container.two,
#talents_selection .step-container.four,
#talents_selection .step-container.six{
	background-size: auto 100% !important;
	background: url("img/selecao_bg_02_m.png") no-repeat right bottom;	
	position: relative;
	min-height: 176px;
}
#talents_selection .step-container.three,
#talents_selection .step-container.five{
	background-size: auto 100% !important;
	background: url("img/selecao_bg_03_m.png") no-repeat left top;	
	position: relative;
	min-height: 173px;
}
#talents_selection .step-container.end{
	background: url("img/selecao_bg_04_m.png") no-repeat left top;	
	top: -5px;
	position: relative;
	min-height: 275px;
	padding-top: 64px;
}
#talents_selection .step{
	bottom: 50%;
	transform: translateY(50%);
	position: absolute;
	display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
#talents_selection .step-01,
#talents_selection .step-02,
#talents_selection .step-03,
#talents_selection .step-04, 
#talents_selection .step-05,
#talents_selection .step-06{
	width: 95%;
	right: 0;
	padding: 0 15px;
}
#talents_selection .step .icon{
	background: #2971B6;
	height: 80px;
	position: relative;
	border-radius: 100%;
	margin-right: 25px;
	flex: 0 0 80px;
}
#talents_selection .step .icon img{
	max-width: 50%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
#talents_selection .step .txt{
	float: left;
	flex: 0 0 200px;
}
#talents_selection .step .txt h3{
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	max-width: 180px;
	position: relative;
}
#talents_selection .step .txt strong{
	display: none;
}
#talents_selection .step .txt h3:before{
	font-size: 27px;
	line-height: 22px;
	color: #ffffff;
	font-weight: 800;
	margin: 5px 0 10px;
	position: absolute;
	left: -15px;
}
#talents_selection .step-03 .txt{
	max-width: 320px;
}
#talents_selection .step-05 .txt{
	max-width: 135px;
}
#talents_selection .step-container.end h3{
	font-size: 40px;
	line-height: 50px;
	margin-top: 15px;
}
#talents_culture{
	padding: 0;
}
#talents_culture .items{
	margin-top: 50px;
}
#talents_culture h2{
	margin-bottom: 35px;
}
#talents_culture h3{
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 30px;
}
#talents_culture h3 strong{
	font-weight: 800
}
#talents_culture p{
	font-size: 20px;
	line-height: 24px;
}
#talents_culture .item h3{
	font-weight: 800;
	margin-bottom: 20px;
}
#talents_culture ul{
	padding: 0;
	margin: 0;
}
#talents_culture .item ul li{
	background: url(img/bullet.png) no-repeat left top 9px;
  padding: 3px 0px 3px 30px;
	font-size: 20px;
	line-height: 34px;
  list-style: none;
  margin: 0 0 10px;
  color: #122870;
  font-weight: 300;
}
#talents_culture .drag{
	color: #122870;
	margin-top: 20px;
	margin-bottom: 20px;
}
#talents_testimonial{
	padding: 45px 0 65px;
	background-position: top 140px right 140px !important;
	background-repeat: no-repeat !important;
	background-color: #F5F8FB !important;
}
#talents_testimonial h2{
	margin-bottom: 20px;
}
#talents_testimonial h2 strong{
	color: #56C5C9;
	margin-right: 10px;
}
#talents_testimonial h3{
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
}
.slider-testimonial{
	margin-top: 25px;
}
#talents_testimonial .slider-testimonial h3{
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	font-weight: 800;
	margin-bottom: 15px;
	margin-top: 40px;
}
#talents_testimonial .slider-testimonial p{
	font-size: 20px;
	line-height: 25px;
	text-align: center;
	font-weight: 300;
	padding: 0 15px;
}
#talents_testimonial .slick-dots{
	bottom: -45px;
}
#talents_testimonial .slick-dots li.slick-active button {
  background-color: #122870;
}
#talents_testimonial .slick-dots button {
  background: rgba(18, 40, 112, 0.2);
}
#talents_footer{
	padding: 40px 0;
	background: #f5f8fb;
	background: -moz-linear-gradient(top,  #f5f8fb 0%, #f5f8fb 60%, #001131 60%, #001131 100%);
	background: -webkit-linear-gradient(top,  #f5f8fb 0%,#f5f8fb 60%,#001131 60%,#001131 100%);
	background: linear-gradient(to bottom,  #f5f8fb 0%,#f5f8fb 60%,#001131 60%,#001131 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f8fb', endColorstr='#001131',GradientType=0 );
}
#talents_footer .box-01,
#talents_footer .box-02{
	padding: 60px 20px;
	position: relative;
}
#talents_footer .box-01{
	background: #56C5C9;
}
#talents_footer .box-02{
	background: #0056A8;
}
#talents_footer .box-01 h2,
#talents_footer .box-02 h2{
	font-size: 28px;
	line-height: 35px;
	font-weight: 800;
	color: #122870;
	margin-bottom: 40px;
}
#talents_footer .box-02 h2{
	color: #ffffff;
}
#talents_footer .box-01 .bt{
	border-color: #122870;
	background-position: right 30px top -25px !important;
	color: #122870;
	width: 195px;
}
#talents_footer .box-01 .bt:hover{
	background-position: right 30px top 20px !important;
	background-color: #122870 !important;
	color: #56C5C9 !important;
}
/*------------------------------------*\
    CONTATO
\*------------------------------------*/
#contact_highlight{
	background-position: center right -205px !important;
}
section.contact{
	padding: 60px 0;
}
section.contact h2{
	margin-bottom: 30px;
	text-align: left !important;
}
section.contact h2 br{
	display: none
}
section.contact .txt{
	margin-bottom: 50px;
}
section.contact .txt h3{
	font-size: 26px;
	line-height: 32px;
	font-weight: 800;
	margin-bottom: 15px;
}
section.contact .txt p{
	font-size: 13px;
	line-height: 16px;
}
section.contact .mobile .bt{
	border-color: #122870;
	color: #122870;
	font-size: 14px;
	width: 100%;
}
section.contact .banner-job{
	height: 100%;
	padding: 100px;
	background-size: cover !important;
}
section.contact .banner-job h3{
	font-size: 25px;
	line-height: 32px;
	color: #ffffff;
}
section.contact .banner-job h3 strong{
	display: block;
}
section.contact .banner-job .bt{
	font-size: 15px;
	display: table;
	margin: 50px auto 0;
	padding: 19px 65px 17px 25px !important;
}
body[data-language=es] section.contact .banner-job .bt{
	background-position: right 25px top 29px !important;
	padding: 16px 65px 16px 25px !important
}
body[data-language=es] section.contact .banner-job .bt:hover{
	background-position: right 25px top -17px !important;	
}
#contact{
	padding: 60px 0;	
}
#contact .local h2,
#contact .form h3{
	font-size: 28px;
	line-height: 35px;
	font-weight: 800;
	margin-bottom: 25px;
	color:#122870;
}
#contact .local h2{
	padding-right: 20px;
}
#contact .form h3{
	padding-right: 20px;
}
#contact .local h3{
	font-size: 23px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 40px;
}
#contact p{
	font-size: 13px;
	line-height: 16px;
	margin-top: -15px;
}
#contact form{
	margin-top: 30px;
}
#countries button:first-child{
	margin-top: 12px;
}
#countries button{
	color: #122870;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
	border: 0;
	width: 100%;
	margin-bottom: 15px;
	padding: 25px 30px;
	text-align: left;
	background: url("img/arrow_blue_tabs.png") #56C5C9 no-repeat right 20px top 28px;
}
#countries button:focus{
	outline: 0
}
#countries button.collapsed{
	color: #ffffff;
	background-color: #122870;
	background-position: right 20px top -31px;
}
#countries .state-btn{
	background: url("img/plus_tabs.png") no-repeat right 24px top -16px #ffffff;
	background-size: 17px;
	position: relative;
}
#institucional_local #countries .state-btn,
#institucional_local #countries .state-no-drop h3,
#institucional_local .state-no-drop{
	background: none;
	margin-bottom: 0;
}
#countries .state-btn:after{
	content: '';
	width: 90%;
	height: 1px;
	background: rgba(18, 40, 112, 0.15);;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	position: absolute;
	display: block;
}
#countries .state-btn.collapsed{
	background-color: #ffffff;
	background-position: right 24px top 26px;
	color: #122870;
}
#countries .state-btn.collapsed:after{
	display: none;
}
#contact .state-content,
#institucional_local .state-content{
	background: #ffffff;
	margin-top: -20px;
	padding: 25px 30px;
	margin-bottom: 20px;
}
#contact .state-content h4,
#contact .state-content p,
#contact .state-no-drop h3,
#contact .state-no-drop h4,
#contact .state-no-drop p,
#institucional_local .state-content h4,
#institucional_local .state-content p,
#institucional_local .state-no-drop h3,
#institucional_local .state-no-drop h4,
#institucional_local .state-no-drop p{
	font-size: 13px;
	line-height: 17px;
	color: #122870;
}
#contact .state-content h4,
#contact .state-content p strong,
#contact .state-no-drop h4,
#contact .state-no-drop h3,
#contact .state-no-drop p strong,
#institucional_local .state-content h4,
#institucional_local .state-content p strong,
#institucional_local .state-no-drop h4,
#institucional_local .state-no-drop h3,
#institucional_local .state-no-drop p strong{
	font-weight: 700
}
#contact .state-content h4,
#contact .state-no-drop h3,
#institucional_local .state-content h4,
#institucional_local .state-no-drop h3{
	margin-bottom: 20px;
}
#contact .state-no-drop,
#institucional_local .state-no-drop{
	background: #ffffff;
	margin-top: -20px;
	padding: 25px 30px;
}
#countries p{
	margin-top: 0;
}
#contact .state-no-drop h3{
  border-bottom: solid 1px rgba(18, 40, 112, 0.15);
  padding-bottom: 20px;
}
#contact .state-no-drop h3{
	margin-bottom: 20px;
}
#contact .city{
	margin-bottom: 30px;
}
/* Elementos mobile */
.el_m_01{
	background: url("img/el_m_01.png") no-repeat;
	width: 176px;
	height: 233px;
	position: absolute;
	bottom: -137px;
	right: 0;
	background-size: cover;
	z-index: 1;
}
/*------------------------------------*\
    FORM
\*------------------------------------*/
form label{
	display: block;
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
}
form input,
form textarea,
form select{
	border: solid 1px #122870;
	width: 100%;
	padding: 25px;
	font-size: 12px;
	line-height: 14px;
	color: #9fa7c0;
}
form select{
	background: url("img/select_icon.png") no-repeat;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	background-position: right 14px center;
	background-size: 14px;
}
form .form-group{
	margin-bottom: 25px;
}
form input[type="checkbox"] {
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 16px;
  float: left;
  margin: 0 15px 100px 0;
}
.solicite-seus-dados form input[type="checkbox"]{
	margin-bottom: 150px;
}
form input[type="checkbox"]:before {
  content: '';
  margin-right: 10px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #122870;
  border-radius: 0;
  top: 0;
  position: relative;
  left: 0;
}
form input[type="checkbox"]:checked:before {
  background: #ffffff;
  border-color: #122870;
}
form input[type="checkbox"]:disabled {
  color: #b8b8b8;
  cursor: auto;
}
form input[type="checkbox"]:disabled:before {
  box-shadow: none;
  background: #ddd;
}
form input[type="checkbox"]:checked:after {
  content: '';
  position: absolute;
  left: 4px;
  top: 4px;
  background: #122870;
  width: 8px;
  height: 8px;
}
form .wpcf7-acceptance .wpcf7-list-item{
	margin: 0;
}
form .wpcf7-acceptance .wpcf7-list-item-label{
	color: #9fa7c0;
	font-size: 12px;
	line-height: 14px;
	font-weight: 300;
}
form .wpcf7-acceptance .wpcf7-list-item-label a{
	color: #9fa7c0;
	text-decoration: underline;
}
form input.bt{
	border-color: #122870;
	color: #122870;
	margin-top: 45px;
	padding: 21px 60px 20px 25px !important;
	max-width: 235px;
	display: table;
	margin: 20px auto 0;
}
form input.bt:hover{
	border-color: #122870 !important;
	background-color: #122870 !important;
	color: #ffffff !important;
	background-position: right 25px top 19px !important;
}
::-webkit-input-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #9fa7c0;
}
::-moz-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #9fa7c0;
}
:-ms-input-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #9fa7c0;
}
:-moz-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #9fa7c0;
}
.wpcf7-form.invalid input[type=email], 
.wpcf7-form.sent input[type=email], 
.wpcf7-form.invalid input[type=text], 
.wpcf7-form.sent input[type=text]{
	background: url("img/error_success.png") no-repeat #ffffff right 15px top 15px !important;
	border-color: #FF0000;
}
.wpcf7-form.invalid textarea{
	background: url("img/error_message.png") no-repeat #ffffff right 15px top 15px !important;
	border-color: #FF0000;
}
.wpcf7-form.sent textarea{
	background: url("img/success_message.png") no-repeat #ffffff right 15px top 15px !important;
}
select.wpcf7-not-valid,
.d-flex.wpcf7-not-valid input{
	border-color: #FF0000 !important;
	color: #FF0000;
}
.d-flex.wpcf7-not-valid input[type=button]{
	color: transparent;
}
.wpcf7-form.submitting input[type=email],
.wpcf7-form.resetting input[type=email],
input[type=email]:focus,
.wpcf7-form.submitting input[type=text],
.wpcf7-form.resetting input[type=text],
input[type=text]:focus,
.wpcf7-form.submitting textarea,
.wpcf7-form.resetting textarea,
textarea:focus{
	background: #ffffff;
	color: #122870;
}
input[type=email]:focus::-webkit-input-placeholder,
.wpcf7-form.submitting input[type=email]::-webkit-input-placeholder,
.wpcf7-form.resetting input[type=email]::-webkit-input-placeholder,
.wpcf7-form.sent input[type=email]::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
.wpcf7-form.submitting input[type=text]::-webkit-input-placeholder,
.wpcf7-form.resetting input[type=text]::-webkit-input-placeholder,
.wpcf7-form.sent input[type=text]::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder,
.wpcf7-form.submitting textarea::-webkit-input-placeholder,
.wpcf7-form.resetting textarea::-webkit-input-placeholder,
.wpcf7-form.sent textarea::-webkit-input-placeholder{
	color: #122870;
}
input[type=email]:focus::-moz-placeholder,
.wpcf7-form.submitting input[type=email]::-moz-placeholder,
.wpcf7-form.resetting input[type=email]::-moz-placeholder,
.wpcf7-form.sent input[type=email]::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
.wpcf7-form.submitting input[type=text]::-moz-placeholder,
.wpcf7-form.resetting input[type=text]::-moz-placeholder,
.wpcf7-form.sent input[type=text]::-moz-placeholder,
textarea:focus::-moz-placeholder,
.wpcf7-form.submitting textarea::-moz-placeholder,
.wpcf7-form.resetting textarea::-moz-placeholder,
.wpcf7-form.sent textarea::-moz-placeholder{
	color: #122870;
}
input[type=email]:focus:-ms-input-placeholder,
.wpcf7-form.submitting input[type=email]:-ms-input-placeholder,
.wpcf7-form.resetting input[type=email]:-ms-input-placeholder,
.wpcf7-form.sent input[type=email]:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
.wpcf7-form.submitting input[type=text]:-ms-input-placeholder,
.wpcf7-form.resetting input[type=text]:-ms-input-placeholder,
.wpcf7-form.sent input[type=text]:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder,
.wpcf7-form.submitting textarea:-ms-input-placeholder,
.wpcf7-form.resetting textarea:-ms-input-placeholder,
.wpcf7-form.sent textarea:-ms-input-placeholder{
	color: #122870;
}
input[type=email]:focus:-moz-placeholder,
.wpcf7-form.submitting input[type=email]:-moz-placeholder,
.wpcf7-form.resetting input[type=email]:-moz-placeholder,
.wpcf7-form.sent input[type=email]:-moz-placeholder,
input[type=text]:focus:-moz-placeholder,
.wpcf7-form.submitting input[type=text]:-moz-placeholder,
.wpcf7-form.resetting input[type=text]:-moz-placeholder,
.wpcf7-form.sent input[type=text]:-moz-placeholder,
textarea:focus:-moz-placeholder,
.wpcf7-form.submitting textarea:-moz-placeholder,
.wpcf7-form.resetting textarea:-moz-placeholder,
.wpcf7-form.sent textarea:-moz-placeholder{
	color: #122870;
}
.wpcf7-form.invalid input[type=email]::-webkit-input-placeholder,
.wpcf7-form.invalid input[type=text]::-webkit-input-placeholder,
.wpcf7-form.invalid textarea::-webkit-input-placeholder{
	color: #FF0000;
}
.wpcf7-form.invalid input[type=email]::-moz-placeholder,
.wpcf7-form.invalid input[type=text]::-moz-placeholder,
.wpcf7-form.invalid textarea::-moz-placeholder{
	color: #FF0000;
}
.wpcf7-form.invalid input[type=email]:-ms-input-placeholder,
.wpcf7-form.invalid input[type=text]:-ms-input-placeholder,
.wpcf7-form.invalid textarea:-ms-input-placeholder,{
	color: #FF0000;
}
.wpcf7-form.invalid input[type=email]:-moz-placeholder,
.wpcf7-form.invalid input[type=text]:-moz-placeholder,
.wpcf7-form.invalid textarea:-moz-placeholder,{
	color: #FF0000;
}
.wpcf7-form.sent input[type=email],
.wpcf7-form.sent input[type=text],
.wpcf7-form.sent textarea,
.wpcf7-form.invalid input[type=email]:not(.wpcf7-not-valid),
.wpcf7-form.invalid input[type=text]:not(.wpcf7-not-valid),
.wpcf7-form.invalid textarea:not(.wpcf7-not-valid){
	background-position: right 15px top -44px !important;
	border-color: #56C5C9;;
}
.wpcf7-form.invalid textarea:not(.wpcf7-not-valid){
	background: url("img/success_message.png") no-repeat #ffffff right 15px top 15px !important;
}
.wpcf7-form.sent select,
.wpcf7-form.invalid select:not(.wpcf7-not-valid){
	border-color: #56C5C9;
	color: #9fa7c0;
}
.wpcf7-form .ajax-loader{
	display: table;
	margin: 10px auto 0;
}
.wpcf7-form.sent input[type=text].file-name,
.wpcf7-form.invalid input[type=text].file-name{
	background: #ffffff !important;
}

/*------------------------------------*\
    BLOG
\*------------------------------------*/
#blog_highlight{
	position: relative;
}
#blog_highlight .bt{
	margin-top: 20px;
}
.slider-blog{
	padding: 0;
}
.slider-blog .slide{
	height: 550px;
	background-size: cover !important;
	position: relative;
}
.slider-blog .content{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}
/*.slider-blog a{
	position: absolute;
	width:100%;
	height: 100%
}*/
#blog_list,
section#blog{
	margin: 65px 0 115px;
}
#blog_list .bar,
section#blog .bar{
	position: relative;
	width: 100%;
	height: 1px;
	top: 0;
	transform: translateY(0) !important;
	left: 0;
	right: auto;
	background: #122870;
}
#blog_list .bar:before,
section#blog .bar:before{
	display: none;
}
#cases_highlight .slick-dots{
	bottom: 50px;
}
#blog_highlight .slick-dots,
#events_highlight .slick-dots{
	bottom: -15px;
}
#blog_highlight .subtitle,
#cases_highlight .subtitle,
#events_highlight .subtitle,
#campaign_highlight .subtitle{
	font-size: 22px;
	font-weight: 300;
}
#blog_highlight .mask,
.slider-blog .mask,
#cases_highlight .mask,
#events_highlight .mask,
#campaign_highlight .mask{
	background: linear-gradient(270.02deg, rgba(0, 142, 244, 0.133) -6.57%, rgba(10, 117, 194, 0.581) 45.42%, rgba(22, 80, 177, 0.7) 70.58%, rgba(4, 31, 111, 0.7) 84.14%, rgba(2, 24, 87, 0.7) 95.1%);
	position:absolute;
	width:100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 0;
}
#blog_highlight .content,
#cases_highlight .content,
#events_highlight .content{
	position: relative;
	z-index: 1;
	top: 53%;
}
.single .post{
	margin-bottom: 0;
}
.post{
	margin-bottom: 90px;
}
.post img{
	height: auto;
}
.post a,
.post h1,
.post h2{
	color: #122870;
}
.post .thumbnail{
	margin-bottom: 30px;
}
.post .thumbnail,
.post .thumbnail img{
	width: 100%;
}
.post .meta-tags{
	margin-bottom: 10px;
}
.post .meta-tags a{
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	font-weight: 400;
}
.post h1{
	font-size: 23px;
	line-height: 30px;
	font-weight: 800;
	margin-bottom: 20px;
}
.post .date{
	display: block;
	font-weight: 400;
	margin-bottom: 35px;
}
.post h2{
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
}
.post .read-more{
	font-size: 20px;
	line-height: 16px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	display: inline-block;
	padding-right: 20px;
	margin-top: 30px;
	background: url("img/arrow_blue_right.png") no-repeat right top;
	padding-top: 2px;
}
.post .read-more:hover{
	background-position: right top -46px;	
}
.post .post-content{
	margin-bottom: 40px;
}
.post .post-content p{
	margin-bottom: 20px;
}
.post .post-content p,
.post .post-content span,
.post .post-content li{
	font-size: 20px;
	line-height: 28px;
	color: #333333;
}
.post #share{
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 35px;
	font-weight: 400;
}
.post #share span,
.post #share .jssocials-shares{
	display: inline-block;
}
.post #share .jssocials-shares{
	margin: 0 0 0 10px;
	transform: translateY(-25%);
}
.post #share .jssocials-share{
	margin-top: 0;
	margin-bottom: 0;
}
.post #share .jssocials-share-link{
	width: 29px;
	height: 29px;
	background: #122870;
	border-radius: 100%;
	position: relative;
}
.post #share .jssocials-share-link i{
	font-size: 16px;
	color: #ffffff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.post #share .jssocials-share-link i.fa-whatsapp,
.post #share .jssocials-share-link i.fa-linkedin{
	top: 46%;
}
.post #share .jssocials-share-link i.fa-twitter{
	top: 47%;
}
.post #share .jssocials-share-link .jssocials-share-label{
	display: none;
}
.pagination{
	margin: 0 auto;
	display: table;
}
.pagination .prev:before,
.pagination .next:before{
	content:'';
	width: 9px;
	height: 16px;
	background: url("img/prev_next.png") no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.pagination .next:before{
	background-position: -9px 0;
	left: auto;
	right: 0;
}
.pagination .prev{
	padding-left: 15px;
	margin-right: 10px;
}
.pagination .next{
	padding-right: 15px;
	margin-left: 10px;
}
.pagination .prev,
.pagination .next{
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #122870;
	position: relative;
	padding-top: 7px;
	padding-bottom: 7px;
}
.pagination .page-numbers:not(.prev):not(.next){
	border: solid 2px #122870;
	display: inline-block;
	width: 48px;
	padding: 13px 0;
	font-size: 16px;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	color: #122870;
	margin: 0 7px;
}
.pagination .page-numbers:not(.prev):not(.next):hover,
.pagination .page-numbers.current{
	background: #122870;
	color: #FFFFFF !important;
}
.pagination .page-numbers.dots{
	border: 0 !important;
}
.page-display{
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin: 30px 0;
}
.search{
	position: relative;
	margin-bottom: 65px;
}
.search input[type=search]{
	padding: 20px 20px 20px 65px;
	font-size: 13px;
	line-height: 15px;
	color: #122870;
	width: 100%;
	box-sizing: border-box;
}
.search .search-submit{
	background: url("img/ico_lupa.png") no-repeat;
	width: 28px;
	height: 28px;
	background-size: cover;
	border: 0;
	text-indent: -9999px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 13px;
}
.search ::-webkit-input-placeholder {
	font-size: 13px;
	line-height: 15px;
	color: #122870;
}
.search ::-moz-placeholder {
	font-size: 13px;
	line-height: 15px;
	color: #122870;
}
.search :-ms-input-placeholder {
	font-size: 13px;
	line-height: 15px;
	color: #122870;
}
.search :-moz-placeholder {
	font-size: 13px;
	line-height: 15px;
	color: #122870;
}
.widget_categories{
	margin-bottom: 65px;
}
.widget_categories h3,
.widget_tag_cloud h3,
#related h3{
	font-size: 32px;
	line-height: 40px;
	font-weight: 700;
}
.widget_categories ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.widget_categories li{
	border-bottom: 1px solid rgba(51, 51, 51, 0.15);
}
.widget_categories a{
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	margin: 25px 0;
	display: block;
}
.widget_tag_cloud h3{
	margin-bottom: 25px;
}
.widget_tag_cloud .tagcloud a{
	font-size: 12px !important;
	line-height: 16px;
	color: #0056A8;
	font-weight: 600;
	border: solid 2px #0056A8;
	padding: 10px 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block
}
.widget_tag_cloud .tagcloud a:hover{
	border-color: #0056A8;
	background: #0056A8;
	color: #ffffff;
}
.search-results h1,
.search-no-results h1,
.archive h1{
	font-size: 23px;
	line-height: 30px;
	font-weight: 800;
	margin-bottom: 60px;
}
.archive h1{
	margin-bottom: 40px;
}
.search-results h1 span,
.search-no-results h1 span{
	color: #c4c4c4;
}
.author #author-info{
	margin-bottom: 85px;
}
#author-info{
	border: solid 1px #122870;
	padding: 30px;
}
#author-info h3{
	font-size: 18px;
	line-height: 24px;
	font-weight: 800;
	margin-bottom: 10px;
}
#author-info p{
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}
.author-description{
	margin-top: 25px;
}
.author-avatar img{
	width: 100%;
	height: auto;
}
.tags{
	margin-top: 65px;
}
#related{
	margin-top: 120px;
}
#related h3{
	margin-bottom: 30px;
}
#related .drag{
	margin-top: 20px;
}
.related-thumb{
	width: 100%;
	height: 250px;
	background-size: auto 100% !important;
	background-position: center top !important;
}
.related-content{
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 75px;
	padding: 15px;
	background: rgba(18, 40, 112, 0.85);
}
.related-content h4{
	font-size: 10px;
	line-height: 12px;
	color: #ffffff;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.author h1{
	font-weight: 700;
	margin-bottom: 45px;
}
.author #author-info{
	border: 0;
	padding: 0
}

/*------------------------------------*\
    CASES
\*------------------------------------*/
#cases_highlight .bt{
	display: inline-block;
	position: relative;
	width: auto;
	height: auto;
	margin-top: 25px;
}
#cases .subtitle{
	font-weight: 300;
}
#cases_title{
	padding: 65px 0;
}
#cases_title h2{
	font-size: 38px;
	line-height: 47px;
	font-weight: 800;
	margin-bottom: 40px
}
#cases_title h3{
	font-size: 23px;
	line-height: 32px;
	font-weight: 300;
}
#cases_list{
	margin-bottom: 70px
}
#cases_list h3{
	font-size: 28px;
	line-height: 32px;
	font-weight: 800;
	margin-bottom: 40px;
}
#cases_list .loading{
	margin: 0 auto;
}
#cases_list .filters h4{
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	margin-bottom: 20px;
}
#cases_list .filters select{
	background: url("img/arrow_blue_tabs.png") no-repeat;
	-moz-appearance: none; 
	-webkit-appearance: none; 
	appearance: none;
	background-position: right -34px;
	background-size: 14px;
	border: 0;
	font-size: 12px;
	color: #122870;
	font-weight: 700;
	padding-right: 20px;
	/*max-width: 160px;*/
}
#cases_list .filter{
	float: left;
	margin: 0 2%;
	width: 34%;
}
#cases_list .filter-department{
	width: 19%;
}
#cases_list .filter-size{
	width: 47%;
}
#cases_list .filter:first-child{
	margin-left: 0;
}
#cases_list .filter:last-child{
	margin-right: 0
}
#cases_list .filters a{
	font-size: 12px;
	line-height: 14px;
	font-weight: 700;
	margin-bottom: 0;
	text-decoration: underline;
	position: relative;
	margin-right: 15px;
	top: -22px;
}
#cases_list .filters a:after{
	content: '';
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	background: url("img/clean_filters.png") no-repeat;
	width: 9px;
	height: 9px;
	background-size: cover;
}
#cases_list .case,
#cases_related .case,
#cases_home .case{
	margin: 10px 0;
	height: 360px;
	position: relative;
	padding: 20px 70px;
	background: #F5F8FB;
	border-bottom: solid 10px #56C5C9;
  transition: all 0.5s ease;
}
#cases_list .case:hover:after,
#cases_related .case:hover:after,
#cases_home .case:hover:after{
  width: 70%;
}
#cases_list .case:after,
#cases_related .case:after,
#cases_home .case:after{
  position: absolute;
  top: 100%;
  left: 0%;
  width: 20%;
  height: 10px;
  background: #0056A8;
  display: block;
  content: '';
  transition: width 0.5s ease-in-out;
}
#cases_list .case h3,
#cases_related .case h3,
#cases_home .case h3{
  font-weight: 800;
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  transition: width 0.5s ease-in-out;
  text-transform: uppercase;
  margin-bottom: 0;
}
#cases_list .case .content,
#cases_related .case .content,
#cases_home .case .content{
	text-align: center;
}
#cases_list .case .logo,
#cases_related .case .logo,
#cases_home .case .logo{
	margin-bottom: 30px;
	height: 70px;
	position: relative;
}
#cases_list .case .logo img,
#cases_related .case .logo img,
#cases_home .case .logo img{
	width: auto;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#cases_list .case hr,
#cases_related .case hr,
#cases_home .case hr{
	border-bottom: solid 1px #122870;
	width: 70%;
	margin: 10px auto;
}
#cases_list .case p,
#cases_related .case p,
#cases_home .case p{
	font-size: 13px;
	line-height: 14px;
	margin-bottom: 0;
}
#cases_list .case .arrow,
#cases_related .case .arrow,
#cases_home .case .arrow{
	background: url("img/arrow_darkblue_right.png") no-repeat;
	width: 20px;
	height: 20px;
	background-size: cover;
	margin: 35px auto 0;
}
#cases_list .pagination{
	margin-top: 130px;
}
#cases_about{
	padding: 65px 0;
}
#cases #breadcrumbs{
	margin-bottom: 50px;
}
#cases_about p{
	font-size: 23px;
	line-height: 30px;
	margin: 0 0 30px 0;
}
#cases .date{
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 25px;
}
#cases .data img{
	max-width: 200px;
	height: auto;
}
#cases .data .logo{
	margin-bottom: 30px
}
#cases .data ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#cases .data li{
	font-size: 17px;
	line-height: 30px;
	font-weight: 300;
	margin-bottom: 10px;
}
#cases .data li:last-child{
	margin-bottom: 0;
}
#cases .data li span{
	font-weight: 800;
}
#cases #data-info button{
	color: #122870;
	font-size: 20px;
	line-height: 22px;
	font-weight: 700;
	border: solid 1px #122870;
	width: 100%;
	margin-bottom: 15px;
	padding: 25px 30px;
	text-align: left;
	background: url("img/arrow_blue_tabs.png") #ffffff no-repeat right 20px top 28px;
}
#cases #data-info button:focus{
	outline: 0
}
#cases #data-info button.collapsed{
	color: #122870;
	background-color: #ffffff;
	background-position: right 20px top -31px;
}
#cases .divider{
	width: 2px;
	height: 90%;
	position: absolute;
	background: #122870;
	top: 50%;
	right: 50px;
	transform: translateY(-50%);
}
#cases_video{
	padding: 65px 0;
}
#cases_solution{
	padding: 65px 0;
}
#cases_solution h2{
	font-size: 40px;
	line-height: 34px;
	margin-bottom: 20px;
	font-weight: 800;
}
#cases_solution h3{
	font-size: 23px;
	line-height: 30px;
	margin-bottom: 40px;
	font-weight: 300;
}
#cases_solution p{
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 20px;
}
#cases_solution p:last-child{
	margin-bottom: 0;
}
#cases_solution img{
	margin-bottom: 40px;
}
#cases_solution img:last-child{
	margin-bottom: 0;
}
#cases_results{
	margin: 65px 0 35px 0;
	padding: 50px 0;
	background: #0056A8;
}
#cases_results h2{
	font-size: 40px;
	line-height: 47px;
	color: #ffffff;
	margin-bottom: 70px;
	text-align: left;
	font-weight: 800;
}
#cases_results .row.vertical-divider > div[class^="col-"]{
	border-right: 1px solid #ffffff;
}
#cases_results .row.vertical-divider div[class^="col-"]:first-child{
	border-left: none;
}
#cases_results .row.vertical-divider div[class^="col-"]:last-child{
	border-right: none;
}
#cases_results .item{
	text-align: left;
}
#cases_results .item h3{
	font-size: 40px;
	line-height: 47px;
	font-weight: 800;
	color: #56C5C9;
	margin-bottom: 20px;
}
#cases_results .item p{
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 300;
	margin-bottom: 0;
}
#cases_gallery{
	padding: 65px 0;
}
#cases_gallery h2{
	font-size: 40px;
	line-height: 47px;
	margin-bottom: 65px;
	font-weight: 800;
}
#cases_gallery .slick-slide img,
#campaign_gallery .slick-slide img{
  width: 100%;
}
#cases_tags{
	padding: 65px 0;
}
#cases_tags h2{
	font-size: 40px;
	line-height: 47px;
	margin-bottom: 20px;
	font-weight: 800;
}
#cases_tags a{
	font-size: 9px !important;
	line-height: 12px;
	color: #0056A8;
	font-weight: 600;
	border: solid 2px #0056A8;
	padding: 10px 15px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	cursor: default;
}
#cases_tags a:hover{
	border-color: #0056A8;
	background: #0056A8;
	color: #ffffff;
}
#cases_related{
	padding: 65px 0;
}
#cases_related h2{
	font-size: 40px;
	line-height: 47px;
	margin-bottom: 20px;
	font-weight: 800;
}

/*------------------------------------*\
    EVENTOS
\*------------------------------------*/
.eventos .pagination{
	margin-top: 30px;
}
#events_list{
	padding: 65px 0;
}
#events_list h3,
#past_events h3{
	font-size: 40px;
	line-height: 50px;
	font-weight: 800;
	margin-bottom: 60px;
}
.event{
	background: #F5F8FB;
	height: 100%;
}
.event .content{
	padding: 30px;
}
.event .thumbnail{
	height: 225px;
	background-position: center top !important;
	background-size: auto 100% !important;
	position: relative;
}
.event .thumbnail .title{
	position: absolute;
	background: rgba(18,40,112, .7);
	bottom: 0;
	left: 0;
	padding: 30px;
	width: 100%;
}
.event .thumbnail .title h2{
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	width: 100%;
}
.event .thumbnail .price{
	position: absolute;
	padding: 5px 10px;
	top: 0;
	transform: translateY(-50%);
	font-size: 14px;
	font-weight: 700;
}
.price.price-free{
	background: #56C5C9;
	color: #122870;
}
.price.price-price{
	background: #0056A8;;
	color: #ffffff;
}
.event h4{
	font-size: 16px;
	line-height: 20px;
	font-weight: 300;
	position: relative;
}
.event h4.organizer{
	margin-bottom: 20px;
}
.event h4.date,
.event h4.hour,
.event h4.local{
	padding-left: 25px;
}
.event h4.date:before,
.event h4.hour:before,
.event h4.local:before{
	content: '';
	width: 18px;
	height: 18px;
	background-size: cover !important;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);	
}
.event h4.date:before{
	background: url("img/ico_date.png") no-repeat;
}
.event h4.hour:before{
	background: url("img/ico_hour.png") no-repeat;
}
.event h4.local-online:before{
	background: url("img/ico_local_online.png") no-repeat;
}
.event h4.local-presential:before{
	background: url("img/ico_local_local.png") no-repeat;
}
.event h4.local{
	margin-top: 10px;
}
.event .info{
	position: absolute;
	background: #0056a8;
	z-index: 1;
	bottom: 0;
	width: 100%;
	left: 50%;
	transform: translate(-50%, 80%);
	padding: 30px;
	display: none;
}
.event .info:before{
	content: '';
	position: absolute;
	width: 45px;
  height: 21px;
  background-size: 100% auto;
  background: url(img/triangle_up_blue.png);
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.event .info h4{
	font-size: 17px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 20px;
}
.event .info p,
.event .info h1,
.event .info h2,
.event .info h3,
.event .info span,
.event .info pre{
	font-size: 13px;
	line-height: 19px;
	color: #ffffff;
}
.event .info .close{
	width: 32px;
	height: 32px;
	background: url("img/close_02.png");
	background-size: cover;
	position: absolute;
	text-indent: -99999px;
	float: none;
	opacity: 1;
	text-shadow: none;
	z-index: 1;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.event .info .close:hover{
	opacity: 1;
}
.event .more-info{
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
	margin-top: 40px;
	display: table;
}
.event .bt{
	margin-top: 20px;
	color: #122870;
	border-color: #122870;
	display: block;
}
.event .bt.not-info{
	margin-top: 56px;
}
.event .bt:hover{
	border-color: #56C5C9;	
}
#past_events{
	background: #F5F8FB;
	padding: 65px 0;
}
#past_events .drag{
	margin-top: 20px;
}
#past_events .thumbnail{
	width: 100%;
  height: 300px;
  position: relative;
  background-size: auto 100% !important;
  background-position: center top !important;
}
#past_events .content{
	position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  padding: 15px;
  background: rgba(18, 40, 112, 0.85);
}
#past_events .content h4{
	font-size: 17px;
  line-height: 21px;
  font-weight: 700;
  color: #ffffff;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#events_form{
	background: #0056A8;
}
#events_form .form-container{
	background: #0056A8;
	padding: 70px 0;
}
#events_form h3{
	font-size: 32px;
	line-height: 40px;
	color: #ffffff;
	margin-bottom: 45px;
	font-weight: 300;
}
#events_form h3 strong{
	font-weight: 800;
}
#events_form label{
	color: #ffffff;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 20px
}
#events_form input[type=text],
#events_form input[type=email]{
	background: #0056A8;
	border-color: #ffffff;
}
#events_form input[type=email]{
	padding-right: 120px;
}
#events_form ::-webkit-input-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
}
#events_form ::-moz-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
}
#events_form :-ms-input-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
}
#events_form :-moz-placeholder {
	font-size: 12px;
	line-height: 14px;
	color: #ffffff;
}
#events_form input[type=submit]{
	position: absolute;
  right: 15px;
  border: 0;
  max-width: 260px;
  margin-top: 0;
  top: 30px;
  background: url(img/arrow_blue_right.png) transparent no-repeat right 25px top -20px !important;
  padding: 28px 40px 25px 25px;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s;
  text-indent: -9999px;
  width: 35px;
  background-color: #56C5C9 !important;
}
#events_form input[type=submit].focus,
#events_form .wpcf7-form.invalid input[type=submit],
#events_form .wpcf7-form.sent input[type=submit],
#events_form .wpcf7-form.submitting input[type=submit],
#events_form .wpcf7-form.resetting input[type=submit]{
	color: #122870;
}
#events_form .ajax-loader{
	position: absolute;
	top: 20px;
	right: 200px;
	margin-top: 0;
}
#events_form .wpcf7-form.invalid input[type=email]{
	background-position: right 215px top 15px !important;
}
#events_form .wpcf7-form.sent input[type=email]{
	background-position: right 215px top -43px !important;
}
/*------------------------------------*\
	CAMPANHAS: ;
\*------------------------------------*/
#campaign_highlight .content{
	position: relative;
	z-index: 1;
}
#campaign_highlight{
	margin-bottom: 70px;
}
#campaign_block_02{
	background: #0056A8;
	padding: 130px 0;
	margin: 70px 0;
}
#campaign_block_02 h2,
#campaign_block_02 h3,
#campaign_block_02 h4,
#campaign_block_02 h5,
#campaign_block_02 h6,
#campaign_block_02 pre,
#campaign_block_02 span,
#campaign_block_02 p{
	color: #ffffff;
}
#campaign_block_01,
#campaign_block_03{
	padding: 70px 0;
}
#campaign_gallery{
	padding: 70px 0 130px 0;
}
#campaign_block_01 h2,
#campaign_block_02 h2,
#campaign_block_03 h2,
#campaign_gallery h2{
	font-size: 40px;
  line-height: 50px;
  font-weight: 800;
}
#campaign_gallery h2{
	text-align: center;
	margin-bottom: 50px;
}
#campaign_block_01 h3,
#campaign_block_02 h3,
#campaign_block_03 h3,
#campaign_block_01 h4,
#campaign_block_02 h4,
#campaign_block_03 h4,
#campaign_block_01 h5,
#campaign_block_02 h5,
#campaign_block_03 h5,
#campaign_block_01 h6,
#campaign_block_02 h6,
#campaign_block_03 h6{
	font-size: 24px;
	font-weight: 400;
	font-weight: 300;
}
#campaign_block_01 p,
#campaign_block_02 p,
#campaign_block_03 p,
#campaign_block_01 span,
#campaign_block_02 span,
#campaign_block_03 span,
#campaign_block_01 pre,
#campaign_block_02 pre,
#campaign_block_03 pre{
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
}
#campaign_block_01 form h3,
#campaign_block_02 form h3,
#campaign_block_03 form h3{
	font-weight: 700;
	margin-bottom: 20px;
}
#campaign_block_01 form p,
#campaign_block_02 form p,
#campaign_block_03 form p{
	font-size: 13px;
  line-height: 16px;
  font-weight: 300;
}
#campaign_block_01 form br,
#campaign_block_02 form br,
#campaign_block_03 form br{
	display: none;
}
#campaign_block_01 form label,
#campaign_block_02 form label,
#campaign_block_03 form label{
	margin: 10px 0;
}
#campaign_block_01 form label:first-child,
#campaign_block_02 form label:first-child,
#campaign_block_03 form label:first-child{
	margin-top: 30px;
}
#campaign_block_01 form textarea,
#campaign_block_02 form textarea,
#campaign_block_03 form textarea{
	height: 130px;
}
#campaign_block_01 form .wpcf7-acceptance .wpcf7-list-item-label,
#campaign_block_02 form .wpcf7-acceptance .wpcf7-list-item-label,
#campaign_block_03 form .wpcf7-acceptance .wpcf7-list-item-label{
	font-size: 12px;
  line-height: 14px;
  font-weight: 300;
}
#campaign_block_01 form .wpcf7-acceptance label,
#campaign_block_02 form .wpcf7-acceptance label,
#campaign_block_03 form .wpcf7-acceptance label{
	margin-top: 10px;
}
#campaign_block_01 form .wpcf7-acceptance input[type="checkbox"],
#campaign_block_02 form .wpcf7-acceptance input[type="checkbox"],
#campaign_block_03 form .wpcf7-acceptance input[type="checkbox"]{
	margin-bottom: 20px;
}
#campaign_gallery .slick-prev{
	background-position: 0 0;
}
#campaign_gallery .slick-next{
	background-position: -16px 0;
}
#campaign_gallery .slick-arrow{
	margin-top: -55px;
	margin-right: 150px;
}
#campaign_gallery .slick-dots{
	bottom: -60px;
}
#campaign_gallery .slick-dots li.slick-active button{
	background: #122870;
}
#campaign_gallery .slick-dots button{
	background: rgba(18, 40, 112, .2);
}
#campaign_gallery .photo{
	position: relative;
}
#campaign_gallery .photo .lupa{
	background: url("img/ico_lupa_2.png") center center no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	z-index: 1;
}
#campaign_block_01 img,
#campaign_block_02 img,
#campaign_block_03 img{
	height: auto;
}
/*------------------------------------*\
    FOOTER
\*------------------------------------*/
footer{
	background: #001131;
	padding: 70px 0;
}
footer .logo-footer{
	margin-bottom: 55px;
}
footer h3{
	font-size: 18px;
	line-height: 22px;
	color: #56C5C9;
	font-weight: 700;
	margin-bottom: 20px;
}
footer ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
footer ul li {
	margin-bottom: 15px;
}
footer ul li a{
	font-size: 14px;
	line-height: 22px;
	color: #ffffff;
}
footer ul li a:hover{
	color: #ffffff;
	font-weight: 800;
	text-decoration: none;
}
.footer-col-2, .footer-col-3{
	margin-bottom: 45px;
}
.zoom-social-icons-list--no-labels .zoom-social_icons-list__item{
	margin-top: 0 !important;
}
.zoom-social-icons-list--no-labels .zoom-social_icons-list__item:first-child{
	margin-left: 0 !important;
}
.copyright{
	background: #001131;
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
}
.copyright-col-1{
	text-align: center;
	border-bottom: solid 100px #000B24;
	padding-bottom: 25px;
}
.copyright-col-1 ul{
	margin: 0;
	padding: 0;
	display:inline-block;
	text-align: left;
	list-style-type: none;
}
.copyright-col-1 ul li{
	margin-bottom: 20px;
}
.copyright-col-2{
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.copyright-col-2 .widget_text.widget_custom_html{
	margin-left: 60px;
}
.copyright-col-3{
	margin: 20px 0;
}
.copyright a{
	color: #ffffff;
}
.copyright .cities{
	padding: 0 0 0 30px;
	list-style-type: none;
	color: #ffffff;	
	position: relative;
	margin: 0;
	display:inline-block;
	text-align: left;
}
.copyright .cities:before{
	content: '';
	position: absolute;
	background: url("img/ico_globe.png") no-repeat;
	background-size: cover;
	width: 17px;
	height: 17px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.copyright .cities li{
	margin-left: 10px;
	line-height: 12px;
}
.copyright .ivoire{
	position: relative;
	padding-right: 25px;
}
.copyright .ivoire:after{
	content: '';
	position: absolute;
	background: url("img/logo_ivoire.png") no-repeat;
	background-size: cover;
	width:15px;
	height: 12px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#wpcf7-f580-p581-o1 label{
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}
form .file-name {
  position: relative;
  overflow: hidden;
  line-height: 30px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 15px;
  vertical-align: middle;
  width: 170px;
  border: 1px solid #122870;
  border-right: 0;
  border-radius: 0;
  height: calc(2em + 0.75rem + 2px);
}
form .file-bt{
  background: url("img/icon_upload.png") no-repeat center center #ffffff;
  border: none;
  border-radius: 0;
  width: 45px;
  box-sizing: border-box;
  padding: 2px 10px;
  transition: all 0.6s;
  color: #fff;
  font-size: 12px;
  vertical-align: middle;
  font-weight: 700;
	border: 1px solid #122870;
	border-left: 0;
	color: transparent;
}
form .file {
  display: none;
}
#wpcf7-f580-p581-o1 .bt{
	max-width: 100%;
	padding-left: 30px !important;
	padding-right: 30px !important;
	background-position: right 90px top 19px !important;
	margin-top: 20px;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width: 376px){
	#talents_selection .mobile .step-container.two:before, 
	#talents_selection .mobile .step-container.four:before{
		right: 85px !important;
	}
}

@media only screen and (max-width:767px) {
	#solution_banner_contact{
		background-position: top right -350px !important;
	}
	.digital-business #solution_banner_contact{
		background-position: top right -525px !important
	}
	#solution_banner_contact h2{
		margin-bottom: 40px;
	}
	#solution_banner_contact h3 p{
		margin-bottom: 40px;
		font-size: 20px;
		line-height: 25px;
	}
	#solution_banner_contact .bt{
		font-size: 14px;
		background-position: right 25px top 20px !important;
	}
	#solution_services .services h3{
		font-size: 32px;
		line-height: 42px;
		font-weight: 800;
		margin-bottom: 20px;
	}
	.service.element-card{
		background: #56C5C9;
		height: 100%;
		min-height: 380px;
	}
	.sap-solution.element-card{
		background: #ffffff;
		height: 100%;
		min-height: 380px;
	}
	.service.element-card .container-team,
	.container-sap-solution{
		align-items: start !important;
	}
	.service.element-card .front,
	.service.element-card.open .front,
	.sap-solution.element-card .front,
	.sap-solution.element-card.open .front{
		display: none;
	}
	.service.element-card .back,
	.service.element-card.open .back,
	.sap-solution.element-card .back,
	.sap-solution.element-card.open .back{
		display: block;
	}
	.service.element-card .back ul li{
		font-size: 18px;
		line-height: 28px;
	}
	#solution_recognition_sap .item h3{
		font-size: 24px;
		line-height: 34px;
	}
	#solution_recognition_sap .el_05{
		z-index: 1;
		width: 196px;
		height: 300px;
		bottom: -124px;
	}
	.digital-operations-automation-center .intro h2{
		margin-bottom: 20px;
	}
	.digital-operations-automation-center .intro p{
		margin-bottom: 30px;
	}
	.intro .el_09{
		width: 210px;
		height: 360px;
		bottom: -157px;
		z-index: 0;
	}
	.digital-operations-automation-center .el_10{
		width: 177px;
		height: 237px;
		bottom: -101px;
	}
	#talents_intro{
		padding-bottom: 0;
	}
	#talents_jobs .el_07{
		display: none;
	}
	#talents_testimonial{
		background: #F5F8FB !important;
	}
	.bg-contact-mobile{
		background: #F5F8FB;
	}
	.step-container.two{
		top: -3px;
	}
	.step-container.three{
		top: -6px;
	}
	.step-container.four{
		top: -9px;
	}
	.step-container.five{
		top: -12px;
	}
	.step-container.six{
		top: -15px;
	}
	.step-container.end{
		top: -18px !important;
	}
	#talents_selection .step .txt h3{
		padding-left: 20px;
	}
	#talents_selection .step-01 h3:before{
		content: '1.';
	}
	#talents_selection .step-02 h3:before{
		content: '2.';
	}
	#talents_selection .step-03 h3:before{
		content: '3.';
	}
	#talents_selection .step-04 h3:before{
		content: '4.';
	}
	#talents_selection .step-05 h3:before{
		content: '5.';
	}
	#talents_selection .step-06 h3:before{
		content: '6.';
	}
	#talents_selection .step-container.init:before,
	#talents_selection .step-container.three:before,
	#talents_selection .step-container.five:before{
		bottom: -6px;
		left: 62px;
	}
	#talents_selection .step-container.two:before,
	#talents_selection .step-container.four:before{
		bottom: -6px;
		right: 62px;
	}
	#talents_selection .step-container.end:before{
		display: none;
	}
	#talents_selection .step-container.six:before{
		width: 25px;
		height: 25px;
		background: url("img/bullet-check.png") no-repeat center center #0056A8;
		border: solid 2px #ffffff;
		border-radius: 100%;
	  bottom: -13px;
	  right: 62px;
	  padding: 15px;
	  background-size: 50%;
	}
	#talents_selection .bt{
		margin-top: 30px;
		padding-right: 135px !important;
	}
	.fixed-position{
		overflow: hidden;
		position: fixed;
	}
	.menu-open .menu-container{
		z-index: 99999 !important;
	}
	.current-menu-item.menu-item-has-children a{
		position: relative;
	}
	.dropdown-menu .current-menu-item a:before{
		content: '';
		width: 12px;
		height: 85%;
		background: #56C5C9;
		top: 50%;
		transform: translateY(-50%);
		left: 5px;
		position: absolute;
	}
	.menu-content p a{
		margin-top: 10px;
	}
	#solution_steps .el_10{
		width: 125px;
		height: 174px;
		bottom: -74px;
	}
	.initiatives .col-12{
		position: static;
	}
	.single #blog_highlight .content,
	#cases_highlight .content{
		top: 50%;
		transform: translateY(-20%);
	}
	#cases_highlight .slick-dots{
		bottom: 0;
	}
	#events_form input[type=text]{
		margin-bottom: 30px;
	}
	#cases_solution p:last-of-type{
		margin-bottom: 50px;
	}
}
@media only screen and (min-width:320px) {

}
@media only screen and (min-width:375px) {
	#solution_db .graph-01 div,
	#solution_db .graph-02 div{
		width: 375px;
		height: 362px;
	}
}
@media only screen and (min-width:480px) {
	#solution_db .graph-01 div,
	#solution_db .graph-02 div{
		width: 480px;
		height: 463px;
	}
}
@media only screen and (min-width:768px) {
	.mobile{
		display: none;
	}
	.desktop{
		display: block;
	}
	.me-md-auto {
    margin-right: auto!important;
	}
	.mb-md-0 {
    margin-bottom: 0!important;
	}
	video {
	  height: 100vh;
	}
	h1 img{
		width: 80%;
		max-width: 100%;
		margin-top: 0;
		margin-left: 0;
	}
	header{
    padding: 50px;
	}
	.menu-language{
		right: 190px;
		top: 31px;
	}
	.menu-logo{
		top: 50px;
		left: 50px;
	}
	.menu-logo img{
		width: 80%;
	}
	.nav{
		overflow: hidden !important;
		z-index: 11;
		padding-top: 150px
	}
	.menu-content{
		padding-left: 50px;
	}
	.nav li{
		margin-bottom: 30px;
	}
	.nav .navbar-nav{
		padding: 0;
	}
	.nav .dropdown-menu{
		position: absolute;
		transform: translateX(60%);
	  top: 0;
	  left: auto;
	  display: none;
	  width: auto;
	}
	.nav .dropdown-menu a{
		font-size: 17px;
		line-height: 21px;
		padding: 30px 30px 30px 40px;
		display: block;
	  width: 300px;
	  word-break: break-word;
	  white-space: pre-line;
	}
	.col-menu-content{
		border-left: solid 2px #ffffff;
	}
	.menu-content{
		display: block;
	}
	.el_menu,
	.el_menu_02{
		display: block;
	}
	.el_menu_01{
		width: 119px;
		height: 283px;
	}
	.menu-icon.open {
		width: 77px;
		height: 77px;
	}
	.menu-icon.open:hover{
		background-position: 0 -77px;
	}
	.menu-icon {
		width: 77px;
		height: 77px;
	}
	.menu-container {
		right: 30px;
		top: auto;
	}
	.menu h4 {
		display: block;
	}
	.menu-txt {
		width: 77px;
		height: 77px;
		top: 109px;
	}
	.menu-txt h3 {
    font-size: 11px;
    line-height: 18px;
	}
	.menu-txt h3:after{
		height: 16px;
	}
	#banner_home .slide{
		background-position: center center !important;
	}
	.slide-content h2 p img{
		display: block;
	}
	.slide-content h2 {
    font-size: 51px;
    line-height: 64px;
    padding-right: 0;
    margin-bottom: 1rem;
	}
	.slide-content h3{
		display: block;
	}
	.bt, .menu-content p a{
		font-size: 16px;
		background: url("img/arrow_blue_right.png") transparent no-repeat right 25px top 19px !important;
		padding: 19px 70px 17px 25px !important;
	}
	.bt:hover, .menu-content p a:hover{
		background-position: right 25px top -26px !important;
	}
	.menu-content p a{
		background-position: right 25px top 25px !important;
	}
	.img_about{
		position: absolute;
		width: 585px;
  	height: 100%;
	}
	#banner_home .slide{
		height: 100% !important;
	}
	#banner_home, #banner_home .slide{
		height: 100vh !important;
	}
	#about_home {
    padding: 160px 0;
    margin-top: -20px;
	}
	#about_home h2{
		font-size: 64px;
		line-height: 72px;
		margin-bottom: 1.5rem;
		padding-right: 0
	}
	#about_home p{
		font-size: 28px;
	}
	#about_home strong{
		margin-bottom: 0
	}
	#about_home p{
		padding-right: 0;
	}
	#journey_home{
		padding-right: 0;
	}
	#journey_home .title h2 {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px;
	}
	#journey_home .title h3 {
    font-size: 56px;
    line-height: 66px;
	}
	#journey_home .icon-container {
    width: 71px;
    float: left;
	}
	.text-container h3 {
    font-size: 28px;
    line-height: 36px;
	}
	#journey_home li:first-child .text-container {
    padding: 25px 0 0;
	}
	#journey_home ul{
		margin-top: 0;
	}
	section .down{
		font-size: 13px;
		line-height: 16px;
		min-width: 0;
	}
	#solutions_home{
		padding: 135px 0;
	}
	.title h2 {
    font-size: 56px;
    line-height: 66px;
	}
	.title p {
	  font-size: 28px;
		padding: 0;
	}
	.carousel-solutions {
    margin-top: 110px;
	}
	.container-solution{
    position: relative;
    padding: 55px 75px;
    top: initial;
    left: initial;
    margin: 0;
    display: block;
    height: auto;
    opacity: 1;
	}
	.container-solution .row.vertical-divider > div[class^="col-"]{
		border-right: 1px solid #122870;
	}
	.container-solution .row.vertical-divider div[class^="col-"]:first-child{
		border-right: none;
	}
	.container-solution .row.vertical-divider div[class^="col-"]:last-child{
		border-left: none;
	}
	.carousel-solutions .active span{
		display: block;
	}
	.solution:hover,
	.carousel-solutions .active .solution{
		background: #ffffff;
	}
	.solution:after{
	  position:absolute;
	  top:100%;
	  left:0%;
	  width:0;
	  height:10px;
	  background:#0056A8;
	  display:block;
	  content:'';
	  transition: width 0.5s ease-in-out;
	}
	.solution:hover h3,
	.carousel-solutions .active .solution h3{
		color: #122870;
	}
	.content-excerpt{
		padding-left: 50px;
	}
	.container-solution h4{
		font-size: 28px;
		line-height: 36px;
	}
	.container-solution p,
	.container-solution span{
    font-size: 17px;
    line-height: 26px;
	}
	.container-solution span{
		font-size: 13px;
		line-height: 16px;
		margin-bottom: 40px;
	}
	.container-solution.loaded .content-excerpt:after{
		display: none;
	}
	.container-solution li,
	.container-solution li span{
		background: url(img/bullet.png) no-repeat left top 8px;
    font-size: 17px;
    line-height: 26px;
	}
	#future_home {
    background-position: center center !important;
    background-size: cover !important;
    padding: 210px 0;
	}
	#future_home h2 {
    font-size: 56px;
    line-height: 66px;
    padding-right: 0;
    margin-bottom: 30px;
	}
	#future_home p {
    font-size: 28px;
    padding-right: 0;
	}
	#future_home .bt{
		margin: 50px 0 0 0;
		min-width: 0;
		display: inline-block;
	}
	#future_home p {
    padding-bottom: 0;
	}
	#clients_home {
    padding: 165px 0;
	}
	#clients_home h2 {
    font-size: 56px;
    line-height: 66px;
    margin-bottom: 30px;
	}
	#clients_home p {
    font-size: 28px;
	}
	#clients_home .slick-dots{
		bottom: -50px;
	}
	#clients_home .el_11{
		background: url("img/el_11.png") no-repeat;
		width: 338px;
		height: 445px;
		position: absolute;
		bottom: -231px;
		left: 0;
		background-size: cover;
		z-index: 1;
	}
	#cases_home{
		padding: 150px 0;	
	}
	#cases_home h2 {
    font-size: 56px;
    line-height: 66px;
	}
	#cases_home .case .arrow span{
		display: none;
		font-size: 16px;
		font-weight: 800;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		text-decoration: underline;
	}
	#cases_home .case:hover .arrow{
		width: 180px;
		background-size: 20px 20px;
		background-position: right center
	}
	#cases_home .case:hover .arrow span{
		display: block;
	}
	#cases_home .bt{
		margin: 80px auto 0;
	}
	#partners_home {
    padding: 150px 0;
	}
	#partners_home h2 {
    font-size: 56px;
    line-height: 66px;
		text-align: center !important;
	}
	#partners_home p {
    font-size: 28px;
    text-align: center !important;
	}
	.partner{
		padding-left: 20px;
		padding-right: 20px;
	}
	.partner-open{
		background: #0056A8;
	}
	.partner .front,
	.partner .back{
		height: 100%;
		display: none;
	}
	.partner:hover{
		background: #0056A8
	}
	.partner:hover .front,
	.partner .back {
    display: none;
	}
	.partner:hover .back,
	.partner .front {
    display: block;
	}
	#innovation_home {
    padding: 170px 0;
	}
	#innovation_home h2 {
    font-size: 56px;
    line-height: 66px;
    margin-bottom: 30px;
	}
	#innovation_home p {
    font-size: 28px;
	}
	#innovation_home .coluna1 p {
    margin-right: 180px;
	}
	.bar{
		width: 6px;
		height: 95%;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%) !important;
		margin: 0;
	}
	.bar:before{
		height: 40%;
		width: 100%;		
	}
	#innovation_home .coluna2 {
    padding: 0 60px;
	}
	#innovation_home .coluna2 p{
		text-align: center;
	}
	#innovation_home .coluna2 img{
		max-width: 100%;
	}
	#numbers_home {
    padding: 140px 0;
    background-position: 0 0 !important;
	}
	#numbers_home h2 {
    font-size: 45px;
    line-height: 57px;
    margin-bottom: 0;
	}
	#numbers_home img{
		max-width: 100%;
	}
	#numbers_home .bullet{
		margin-bottom: 20px;
		padding: 0 80px 0 0;
	}
	#numbers_home .bullet h3{
		font-size: 26px;
		line-height: 32px;
		margin-bottom: 0;
	}
	#numbers_home .bullet p{
		font-size: 17px;
		line-height: 21px;
	}
	#numbers_home .box {
    padding: 10px 85px;
    height: 350px;
    margin-bottom: 0;
	}
	#numbers_home .box h3 {
    font-size: 30px;
    line-height: 37px;
	}
	#numbers_home .box .bt{
		font-size: 13px;
  	padding: 19px 60px 18px 25px !important;
	}
	#numbers_home .box-01 .bt{
  	background-position: right 25px top -25px !important;
	}
	#contact_home {
    padding: 190px 0;
	}
	#contact_home p {
    font-size: 28px;
    line-height: 34px;
	}
	#contact_home h2 {
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 65px;
	}
	#contact_home .bt{
		width: auto;
		margin-bottom: 0;
	}
	#blog_home{
		padding: 150px 0;	
	}
	#blog_home .related-thumb:hover .meta-tags,
	#blog_home .related-thumb:hover p,
	#blog_home .related-thumb:hover .bt{
		display: block;
	}
	#blog_home .related-thumb .content{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	#blog_home .related-thumb:hover .content{
		top: auto;
		bottom: 10px;
		transform: translateY(0);
	}
	#blog_home .related-thumb h4{
		top: auto;
		transform: translateY(0);
	}
	#blog_home .related-thumb:hover h4{
		margin-bottom: 15px
	}
	#blog_home .related-thumb p{
		font-size: 14px;
		line-height: 18px;
		color: #ffffff;
		padding-right: 15px;
	}
	#blog_home .related-thumb .meta-tags span{
		background: #ffffff;
		padding: 5px;
		display: inline-block;
		font-size: 11px;
		text-decoration: none;
		text-transform: uppercase;
	}
	#blog_home .related-thumb .related-content{
		transition: all 0.5s ease;
	}
	#blog_home .related-thumb:hover .related-content{
		height: 100%;
	}
	#blog_home .related-thumb .bt{
		border: 0;
		padding-left: 0 !important;
		padding-right: 50px !important;
		padding-top: 10px !important;
		font-size: 12px;
		background-position: right 25px top 10px !important;
	}
	#blog_home .related-thumb:hover .bt{
		display: table;
	}
	#blog_home .related-thumb .bt:hover{
		background-color: transparent !important;
		color: #ffffff;
		background-position: right 25px top 10px !important;
	}
	#blog_home .related
	#blog_home h2{
    font-size: 30px;
    line-height: 26px;
	}
	#blog_home h2 strong{
		font-size: 56px;
    line-height: 66px;
	}
	#instagram_home{
		padding: 140px 0;
	}
	#instagram_home h3 {
    font-size: 25px;
    line-height: 32px;
	}
	#instagram_home h2 a {
    font-size: 45px;
    line-height: 57px;
	}
	#newsletter_home{
		background: #ffffff;
		background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 50%, #001131 50%, #001131 100%) !important;
		background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 50%,#001131 50%,#001131 100%) !important;
		background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 50%,#001131 50%,#001131 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#001131',GradientType=0 );
	}
	#newsletter_home .newsletter-container {
		background: #0056A8;
    padding: 90px 70px;
	}
	.newsletter-container h2{
		font-size: 28px;
		line-height: 36px;
		margin-bottom: 0;
	}
	.newsletter-container input[type=submit]{
		text-indent: 0;
		width: auto;
		background-position: right 25px top 25px !important;
		background-color: transparent !important;
		padding: 27px 60px 22px 25px;
	}
	#breadcrumbs span span a, #breadcrumbs span span span{
		font-size: 10px;
		line-height: 12px;
	}
	#breadcrumbs span span a:first-child{
		width: 13px;
		height: 13px;
	}
	#institucional h2 {
    font-size: 40px;
    line-height: 55px;
	}
	.intro {
    padding: 65px 0 140px;
	}
	.intro h2{
		font-size: 30px;
	  line-height: 37px;
	  margin-bottom: 0;
	}
	.intro h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
	}
	.intro li strong{
		font-size: 23px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	#institucional_purpose{
		padding: 190px 0 0;
	}
	#institucional_purpose h2{
		margin-bottom: 0;
	}
	#institucional_purpose .box_01{
		padding: 85px 75px;
	}
	#institucional_purpose .box_01 p:after{
		width: 155px;
		height: 2px;
		bottom: 0;
		left: auto;
		transform: translateX(0);
		right: -40%;
		content: '';
	}
	#institucional_purpose .boxes{
		margin-top: 100px;
	}
	#institucional_purpose .box_02{
		border: solid 2px #ffffff;
		border-left: 0;
		padding: 75px 60px 75px 110px;
	}
	.el_03{

	}
	.el_04{
		width: 413px;
		height: 512px;
		bottom: -248px;
	}
	.quote blockquote::before,
	.quote blockquote::after{
		font-size: 144px;
	}
	.quote blockquote::before{
		content: '“';
		left: -70px;
	}
	.quote blockquote::after{
		content: '”';
		right: -70px;
		bottom: 0;
	}
	.quote .el_04{
		bottom: auto;
		top: -264px;
	}
	.text-container h3{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 0;
	}
	.text-container p{
		font-size: 17px;
		line-height: 26px;
	}
	#institucional #institucional_values{
		padding: 150px 0;
	}
	#institucional_values .container-title{
		padding: 100px 80px;
	}
	#institucional_values h2:after{
		display: block;
	}
	#institucional_values .container-title:after{
		display: none;
	}
	#institucional_values .value{
		padding-right: 34px;
		text-align: left;
	}
	#institucional_values .value:first-child{
		margin-top: 0;
	}
	#institucional_values .value .icon {
	  margin: 0 0 20px;
	}
	#institucional_values .value h3 p{
		font-size: 17px;
		line-height: 24px;
	}
	#institucional #institucional_timeline{
		padding: 140px 0 100px;
	}
	#institucional_timeline h2 {
		margin-bottom: 60px;
    font-size: 40px;
    line-height: 55px;
    text-align: center !important;
	}
	#institucional_timeline .d-grid{
		display: grid;
	}
	.timeline{
		padding: 0 30px;
	}
	.timeline .year{
		position: relative;
		transition: all 0.5s ease;
		cursor: pointer;
		margin-bottom: 30px;
		text-align: center !important;
		padding: 0;
	}
	.timeline .year .content-year{
		padding: 0 70px;
	}
	.timeline .year h3{
		font-size: 17px;
		line-height: 21px;
		margin-bottom: 0;
	}
	.timeline .year h3:after{
		width: 0; 
		height: 0; 
		border-bottom: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 7px solid #0056A8;
		content: '';
		position: absolute;
		top: initial;
		bottom: -7px;
	  left: 50%;
	  margin-left: -7px;
	  margin-top: 0;
	}
	#institucional_timeline .line{
		width: 100%;
		height: 3px;
		background: #122870;
		margin: 35px 0;
		position: relative;
		top: initial;
		left: initial;
	}
	.timeline .line:after{
		content: '';
		position: absolute;
		width: 14px;
		height: 14px;
		background: #ffffff;
		border: solid 2px #56c5c9;
		border-radius: 100%;
		left: 50%;
		top: 50%;
		margin-left: -7px;
		margin-top: -7px;
	}
	.timeline .year ul{
		padding: 0;
	}
	.timeline .year p,
	.timeline .year ul li{
		font-size: 12px;
		line-height: 18px;
	}
	.timeline .slick-arrow{
		background: url("img/arrow_timeline.png") no-repeat;
		width: 41px;
		height: 41px;
		border: solid 2px #122870;
		border-radius: 100%;
		top: 72px;
	}
	.timeline .slick-prev{
	  left: -20px;
	  right: auto;
	  background-position: 12px 10px;
	}
	.timeline .slick-next{
		left: initial;
	  right: -20px;
	  background-position: -29px 10px;
	  bottom: initial;
	}
	.timeline .year h3:before{
		display: none;
	}
	#institucional_team .filters{
		border: 2px solid #122870;
		width: 100%;
		padding: 30px 0;
		text-align:center;
		margin-bottom: 95px;
		display: flex;
		justify-content: center;
	}
	#institucional_team .filters button{
		margin: 0 25px;
	}
	#institucional #institucional_where{
		padding: 145px 0 300px;
	}
	#institucional_where h2{
		margin-bottom: 10px;
	}
	#institucional_where h3 {
    font-size: 40px;
    line-height: 55px;
	}
	#institucional_where .who{
		background: #122870;
		padding: 0 0 105px 0;
		position: absolute;
		width: 100%;
		transform: translateY(25%);
	}
	#institucional_where .who h2{
		color: #122870;
		background: #56C5C9;
		display: inline-block;
		margin-bottom: 50px;
		padding: 20px 40px;
		font-weight: 800;
		transform: translateY(-50%);
	}
	#institucional_where .who h3{
		font-size: 30px;
		line-height: 42px;
		font-weight: 300;
	}
	#institucional_where .who h3 strong{
		font-weight: 800;
	}
	#institucional_where .who .arrow{
		background: url("img/arrow_who.png") no-repeat;
		background-size: cover;
		width: 57px;
		height: 62px;
		display: inline-block;
	}
	#institucional_where .who-content h2{
		font-size: 23px !important;
	}
	#institucional #institucional_team{
		padding: 255px 0 160px;
	}
	#institucional_team .team-member-content .back p{
		font-size: 14px;
		line-height: 20px; 
	}
	#institucional_local h2{
		font-size: 30px;
    line-height: 37px;
    text-align: center !important;
	}
	#contact .state-no-drop{
		margin-bottom: 20px;
	}
	#contact .state-no-drop h4,
	#institucional_local .state-no-drop h4{
		margin-bottom: 20px;
	}
	#institucional #institucional_local{
		padding: 140px 0;
	}
	#institucional_local p{
		font-size: 28px;
		line-height: 35px;
		margin-bottom: 100px;
		text-align: center !important;
	}
	#institucional_local .location p{
		text-align: left !important;
	}
	#institucional #institucional_initiatives {
    padding: 140px 0;
	}
	.initiatives{
		margin-top: 65px;
	}
	.initiative-container{
		box-shadow: 0px 32px 40px rgba(0, 0, 0, 0.25);
		width: 90%;
		left: 50%;
		transform: translateX(-50%);
		top: 75%;
		padding: 65px;
		height: auto;
	}
	.init-01 .row > div[class^="col-"]{
		border-right: 1px solid #122870;
	}
	.init-01 .row div[class^="col-"]:first-child{
		border-right: none;
	}
	.init-01 .row div[class^="col-"]:last-child{
		border-left: none;
	}
	.initiative-container .close{
		display: block;
	}
	.initiative-container p{
		font-size: 17px;
		line-height: 24px;
	}
	.initiative-container a{
		background: url("img/arrow_blue_right.png") transparent no-repeat right 25px top 22px !important;
		padding: 19px 70px 0 0 !important;
		font-size: 16px;
		line-height: auto;
		display: inline-block;
	}
	.initiatives .initiative{
		height: 380px;
		margin-bottom: 0;
	}
	.initiatives .initiative .icon{
		width: 70px;
		height: 70px;
		margin: 0 auto 25px;
	}
	.initiatives .initiative h3{
		font-size: 23px;
		line-height: 33px;
	}
	.initiative-container .init img{
		margin-left: 0;
	}
	.recognition{
		padding: 0 40px;
		margin-bottom: 40px;
	}
	.recognition:last-child{
		margin-bottom: 0;
	}
	#institucional #institucional_recognition{
		padding: 145px 0;
	}
	#institucional_recognition h2{
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 0;
	}
	.recognition p{
		font-size: 17px;
    line-height: 24px;
	}
	#institucional_come{
		background-position: right center !important;
	}
	.banner-contact{
		padding: 140px 0;
	}
	.banner-contact h2 {
    padding: 0 20px 0 0;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 0;
	}
	.postid-46 .banner-contact h3 p{
		margin-bottom: 0;
	}
	.postid-46 .banner-contact h2{
		margin-bottom: 25px;
	}
	.banner-contact .bt{
		width: auto;
		font-size: 17px;
		background-position: right 25px top 21px !important
	}
	.banner-contact .bt:hover{
		background-position: right 25px top -24px !important
	}
	div .contact{
		padding: 140px;
	}
	div .contact h2{
		margin-bottom: 80px;
		text-align: center !important;
	}
	div .contact h2 br{
		display: block;
	}
	body.solucoes-template-default .destaque h2,
	body.cases-template-default .destaque h2{
		font-size: 23px !important;
		line-height: 28px !important;
	}
	.destaque .high-content{
		margin: 0;
	}
	#solution_highlight .high-content{
		top: 50%;
		transform: translateY(-50%);
		bottom: auto;
	}
	#solucoes #breadcrumbs span span:nth-child(1),
	#solucoes #breadcrumbs span span:nth-child(2){
		display: inline-block;
	}
	#breadcrumbs span span a{
	  font-weight: 300;
	}
	#solucoes h2{
		font-size: 40px;
	  line-height: 55px;
	}
	#solution_results{
		padding: 145px 0 0;
	}
	#solution_results ul{
		margin: 0;
	}
	#solution_results .text-container h3{
		font-size: 30px;
		line-height: 37px;
	}
	#solution_benefits .frame .text-container p{
		font-size: 16px;
		line-height: 21px;
	}
	#solution_results .text-container{
		margin: 20px 0;
		padding: 0 0 30px;
	}
	#solution_results .link-automation a{
		font-size: 13px;
		line-height: 15px;
		padding: 0;
		padding-right: 20px;
		background: url("img/arrow_white.png") no-repeat right center;
		background-size: 3%;
		text-decoration: underline;
		text-align: left;
		display: inline-block;
		margin: 0;
	}
	#solution_results .boxes{
		margin-top: 50px;
		background: #0056a8;
		background: -moz-linear-gradient(top,  #0056a8 0%, #0056a8 50%, #001131 50%, #001131 100%);
		background: -webkit-linear-gradient(top,  #0056a8 0%,#0056a8 50%,#001131 50%,#001131 100%);
		background: linear-gradient(to bottom,  #0056a8 0%,#0056a8 50%,#001131 50%,#001131 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0056a8', endColorstr='#001131',GradientType=0 );
	}
	#solution_results .box{
		height: 100%;
		padding: 80px;
	}
	#solution_results .box h3{
		font-size: 28px;
		line-height: 35px;
		font-weight: 800;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	#solution_results .box .title{
		min-height: 110px;
		margin-bottom: 40px;
		position: relative;
	}
	#solution_results .box p{
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 20px;
	}
	#solution_goal{
		background: #001131 !important;
		padding: 140px 0 160px 0;
		margin-top: 0;
	}
	#solution_goal h2{
		font-size: 45px;
		line-height: 57px;
	}
	#solution_goal h3{
		font-size: 34px;
		line-height: 48px;
		margin-bottom: 70px;
	}
	#solution_goal p{
		font-size: 17px;
		line-height: 24px;
	}
	#solution_roadmap h2{
		font-size: 23px;
		line-height: 28px;
		min-width: 0;
		padding: 30px;
		text-align: left;
		top: -185px;
		left: auto;
		transform: translateY(0);
	}
	.el_07{
		background: url("img/el_07.png") no-repeat;
		width: 304px;
		height: 405px;
		position: absolute;
		bottom: -151px;
		left: 0;
		background-size: cover;
		z-index: 0;
	}
	#solution_roadmap{
		padding: 140px 0;
	}
	#solution_kits{
		padding: 140px 0 100px;
	}
	#solution_kits p{
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 65px;
	}
	#solution_kits .kit h4{
		font-size: 23px;
		line-height: 23px;
	}
	#solution_kits .kit{
		padding: 65px 80px;
		margin-bottom: 40px;
	}
	#solution_kits .n2, #solution_kits .n3 {
    height: 100%;
    padding-top: 145px;
    padding-bottom: 80px;
	}
	#solution_kits .n1 h4{
		top: 0px;
		left: initial;
		transform: translateX(0);
	}
	#solution_kits .kit h2{
		font-size: 25px;
		line-height: 32px;
		margin-bottom: 10px;
	}
	#solution_kits .kit p{
		font-size: 17px;
		line-height: 21px;
	}
	#solution_kits .bar{
		right: auto;
		left: 50%;
		width: 2px;
		top: 0;
		min-height: 210px;
		max-height: 100%;
		margin: 0;
	}
	#solution_kits .ns h4{
		font-size: 13px;
		line-height: 23px;
		padding: 12px 0;
		width: 100%;
		top: 0;
		left: 0;
		margin-bottom: 0;
	}
	#solution_kits .kit h3{
		font-size: 18px;
		line-height: 21px;
		margin-bottom: 10px;
	}
	#solution_kits .ns p{
		font-size: 13px;
		line-height: 17px;
	}
	#solution_kits .n0 {
    margin-bottom: 50px;
	}
	#solution_kits .n2 h4{
		top: 0px;
		left: initial;
		transform:  translateX(0);
	}
	#solution_kits .kit .text-container{
		top: 50%;
		transform: translateY(-50%);
		margin-top: -20px;
	}
	#solution_kits .n3 h4{
		top: 0px;
		left: initial;
		transform: translateX(0);
	}
	#solution_value{
		background: #ffffff !important;
		padding: 140px 0;
	}
	#solution_value h2{
		color: #122870;
	}
	#solution_value p{
		font-size: 23px;
		line-height: 33px;
		color: #122870;
		padding-right: 0
	}
	#solution_value .bt{
		border-color: #122870;
		color: #122870;
	}
	#solution_value .bt:hover{
		border-color: #56C5C9;
	}
	#solution_benefits{
		padding: 140px 0;
	}
	#solution_benefits p{
		font-size: 23px;
		line-height: 33px;
	}
	#solution_benefits .frame{
	  padding: 80px 95px;
	  margin-top: 0;
	}
	#solution_benefits .frame:before{
		content: '';
		background: url("img/ico_setadupla_02.png") no-repeat #0056A8;
		width: 100px;
		height: 120px;
		padding: 10px 0;
		position: absolute; 
		background-size: cover;
		left: -65px;
		top: 50%;
		transform: translateY(-50%);
	}
	#solution_benefits li{
		margin-bottom: 90px
	}
	#solution_potentiate{
		padding: 150px 0;
		background: #ffffff;
		position: relative;
	}
	#solution_potentiate ul{
		margin-top: 0;
	}
	#solution_potentiate .icon-container{
		background: url("img/blue_line.png") no-repeat center top;
		width: 71px;
		float: left;
		position: relative;
	}
	#solution_potentiate .icon-container:after{
		width: 20px;
		height: 20px;
		position: absolute;
		background: #56C5C9;
		border-radius: 100%;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		content: '';
		outline-style: solid;
	  outline-color: #ffffff;
	  outline-width: 8px;
	}
	#solution_potentiate .text-container{
		margin: 0 0 30px 0;
		min-height: 140px
	}
	#solution_potentiate .text-container h3{
		padding-left: 0;
		margin-bottom: 10px;
		font-size: 18px;
  	line-height: 21px;
	}
	#solution_potentiate .text-container h3:before{
		display: none;
	}
	#solution_potentiate .text-container p{
		font-size: 13px;
		line-height: 18px;
	}
	.el_08{
		width: 342px;
		height: 449px;
		z-index: 1;
	}
	#solution_steps{
		padding: 140px 0;
		background: #122870 !important;
	}
	#solution_steps h2,
	#solution_steps p{
		text-align: center !important;
	}
	#solution_steps .steps li{
		width: 25%;
		background: url("img/white_line_02.png") no-repeat left center;
		cursor: pointer;
		padding-bottom: 0;
	}
	#solution_steps .steps li:last-child{
		width: 82px;
	}
	#solution_steps .steps li span{
		display: inline-block;
		margin: 0;
	}
	#solution_steps .step-container{
		margin-top: 22px;
		padding: 40px 85px;
	}
	#solution_steps .steps{
		margin-bottom: 1rem;
	}
	#solution_steps .step-container .step{
		display: none;
	}
	#solution_steps .step-container .step.open{
		display: block;
	}
	#solution_transform{
		padding: 170px 0;
	}
	#solution_transform h2{
		margin-bottom: 0;
	}
	#solution_transform .icon-container{
		margin-bottom: 0;
	}
	#solution_db{
		padding: 140px 0;
	}
	#solution_db h3{
		font-size: 23px;
		line-height: 28px;
	}
	#solution_db p{
		font-size: 17px;
		line-height: 21px;
		margin-bottom: 0
	}
	#solution_services{
		padding: 140px 0;
	}
	#solution_services h2{
		text-align: center;
	}
	.el_03{
		width: 459px;
		height: 511px;
		bottom: -299px;
	}
	#solution_benefits_sap{
		padding: 140px 0;
	}
	#solution_benefits_sap .container-title{
	  padding: 100px 80px;
	  height: 100%;
	  margin-bottom: 0;
	}
	#solution_benefits_sap h2:after{
	  background: url(img/ico_setadupla_02.png) no-repeat;
	  background-size: cover;
	  width: 100px;
		height: 120px;
	  top: 50%;
	  bottom: auto;
	  right: -45%;
	  left: auto;
	  transform: translate(0, -50%);
	}
	#solution_benefits_sap h2{
		font-size: 40px;
		line-height: 55px;
		text-align: left;
	}
	.benefit{
  	margin: 40px 0;
	  padding-right: 40px;
	}
	.sap-content{
		padding: 80px 0;
	}
	.sap-content h2{
		margin-bottom: 0;
	}
	.sap-content .row > div[class^="col-"]{
		border-right: 1px solid #122870;
	}
	.sap-content .row div[class^="col-"]:first-child{
		border-left: none;
	}
	.sap-content .row div[class^="col-"]:last-child{
		border-right: none;
	}
	.sap-content img{
		padding-left: 20px;
		margin-top: 0;
	}
	.sap-img-container:before{
		display: none;
	}
	.sap-solution{
		padding: 45px 70px;
	}
	.sap-solution h4{
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 25px;
	}
	.sap-solution p{
		font-size: 13px;
		line-height: 18px;
	}
	#solution_sol_sap{
		padding: 140px 0;
	}
	#solution_certificate_sap{
		padding: 140px 0;
	}
	.certificate{
		padding: 0 100px;
	}
	#solution_certificate_sap h2{
		margin-bottom: 0;
	}
	.certificate h3{
		font-size: 23px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.certificate p{
		font-size: 17px;
		line-height: 24px;
		padding: 0;
	}
	#solution_recognition_sap{
		padding: 140px 0;
	}
	#solution_recognition_sap h2{
		margin-bottom: 65px;
	}
	#solution_recognition_sap .item{
		margin-bottom: 0;
	}
	#solution_meta_automation {
    padding: 140px 0;
    background: #122870 !important;
	}
	#solution_meta_automation h3{
		font-size: 23px;
		line-height: 28px;
		margin-bottom: 50px;
	}
	#solution_meta_automation .box_01{
		padding: 85px 75px;
	}
	#solution_meta_automation .box_01 h3:after{
		width: 155px;
		height: 2px;
		bottom: 0;
		left: auto;
		transform: translateX(0);
		right: -40%;
		content: '';
	}
	#solution_meta_automation .boxes{
		margin-top: 100px;
	}
	#solution_meta_automation .box_02{
		border: solid 2px #ffffff;
		border-left: 0;
		padding: 75px 60px 75px 110px;
	}
	#solution_rpa{
		padding: 140px 0;
	}
	#solution_rpa p{
		font-size: 23px;
		line-height: 30px;
	}
	#solution_benefits_ac{
		padding: 140px 0;
	}
	.box-rpa{
		padding: 55px 75px 45px;
	}
	.box-bpaas{
		padding: 55px 75px 45px;
	}
	#solution_benefits_ac h3{
		font-size: 28px;
		line-height: 41px;
	}
	#solution_benefits_ac .item h4{
		font-size: 17px;
		line-height: 24px;
		padding-right: 40px;
	}
	#solution_partners_ac{
		padding: 140px 0;
	}
	#solution_partners_ac h2{
		margin-bottom: 0;
	}
	.partner-ac{
	  padding: 0 100px;
	}
	#solution_partners_ac .txt p{
		font-size: 17px;
		line-height: 24px;
	}
	#solution_sol_ac{
		padding: 140px 0;
	}
	#solution_sol_ac h2{
		text-align: center !important;
	}
	#talents_highlight{
		background-position: center center !important
	}
	#talents_intro p img{
		display: block;
		margin-bottom: 0;
		margin-top: 0;
	}
	#talents_community{
		padding: 140px 0;
	}
	#talentos h2{
		font-size: 40px;
		line-height: 50px;
	}
	#talents_community h3{
		margin-bottom: 45px;
		font-size: 	23px;
	}
	.box-telegram{
		padding: 70px 70px 60px;
		margin-top: 0;
	}
	.box-telegram a{
		padding-top: 110px;
		font-size: 13px;
		line-height: 23px;
	}
	#talents_community p{
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 30px;
	}
	#talents_jobs{
		padding: 140px 0;
	}
	#talents_jobs h2{
		margin-bottom: 70px;
	}
	#talents_jobs .el_07{
		width: 216px;
		height: 323px;
		bottom: -121px;
	}
	.job h3{
		font-size: 23px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.job{
		min-height: 420px;
		padding: 40px;
	}
	.job h4{
		background: #122870;
		color: #ffffff;
		font-size: 13px;
		line-height: 15px;
		top: -40px;
		left: -40px;
	}
	.job p{
		font-size: 13px;
		line-height: 20px;
		padding: 0 15px;
	}
	.job a{
		font-size: 13px;
		width: 240px;
		bottom: 50px;
		position: absolute;
		margin: 0;
		left: 50%;
		transform: translateX(-50%);
		display: inline-block;
	}
	#talents_growing{
		padding: 140px 0;
		background: #122870 !important;
	}
	#talents_growing p{
		font-size: 23px;
		line-height: 30px;
	}
	#talents_growing .graph h3{
		font-size: 28px;
		line-height: 35px;
		text-align: center !important;
		padding-left: 0;
	}
	#talents_growing .graph h3:before{
		font-family: Arial;
		font-size: 40px;
		left: -20px;
	}
	#talents_growing .graph p img{
		display: block;
	}
	#talents_awards{
		padding: 140px 0;
	}
	#talents_awards .coluna-01 h3{
		font-size: 15px;
		line-height: 21px;
	}
	#talents_awards p img{
		max-width: 70%;
		height: auto
	}
	/*#talents_awards a{
		background: url("img/arrow_blue_right.png") transparent no-repeat right 25px top -26px !important;
		font-size: 16px;
		display: inline-block;
		margin: 0;
		padding: 19px 70px 0 0 !important;
	}*/
	#talents_awards .bar{
		width: 2px;
		height: 95%;
		left: 3px;
		display: block;
	}
	#talents_awards .bar:before{
		background: #122870;
		display: block;
	}
	#talents_awards .coluna-02 img{
		margin-bottom: 0
	}
	#talents_meta_academy{
		padding: 140px 0;
	}
	#talents_meta_academy .bar,
	#talents_meta_academy .bar:before{
		height: 95%;
	}
	#talents_meta_academy .bar:before{
		height: 28%;
	}
	#talents_meta_academy h3{
		font-size: 23px;
		line-height: 33px;
	}
	#talents_meta_academy .programs{
		margin-top: 140px;
		position: static;
	}
	.list-programs li{
		background: url("img/arrow_blue_tabs.png") no-repeat #001131 right 20px top -13px;
		font-size: 17px;
		line-height: 24px;
	}
	.list-programs li.active{
		background-position: right 20px top 49px;
		color: #122870;
		background-color: #56C5C9;
		font-weight: 800;
	}
	#talents_selection{
		padding: 140px 0;
	}
	#talents_selection .step{
		display: block;
		top: 50%;
		transform: translateY(-50%);
		bottom: auto;
	}
	#talents_selection .step-01, 
	#talents_selection .step-04{
		width: 60%;
		left: 80px;
		padding: 0;
	}
	#talents_selection .step-02, 
	#talents_selection .step-05{
		width: 40%;
		right: 0;
		padding: 0;
	}
	#talents_selection .step-container:after{
		content: '';
		width: 16px;
		height: 16px;
		background: #56C5C9;
		border: solid 3px #ffffff;
		border-radius: 100%;
		position: absolute;
		z-index: 1;
	}
	#talents_selection .step-container.init{
		background: url("img/selecao_bg_01.png") no-repeat left bottom;	
		position: relative;
		min-height: 275px;
	}
	#talents_selection .step-container.two,
	#talents_selection .step-container.four{
		background-size: auto 100% !important;
		background: url("img/selecao_bg_02.png") no-repeat right bottom;	
		position: relative;
		top: -3px;
		min-height: 275px;
	}
	#talents_selection .step-container.three{
		background-size: auto 100% !important;
		background: url("img/selecao_bg_03.png") no-repeat left top;	
		position: relative;
		top: -5px;
		min-height: 275px;
	}
	#talents_selection .step-container.end{
		background: url("img/selecao_bg_04.png") no-repeat left top;	
		top: -10px;
		position: relative;
		min-height: 275px;
		padding-top: 140px;
	}
	#talents_selection .step-03,
	#talents_selection .step-06{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding: 0;
	}
	#talents_selection .step-container.four{
		top: -7px !important;
	}
	#talents_selection .step .txt{
		float: left;
		max-width: 200px;
	}
	#talents_selection .step-container.two .step .txt h3,
	#talents_selection .step-container.four .step .txt h3{
		max-width: 100%;
		min-width: 300px
	}
	#talents_selection .step .icon{
		width: 101px;
		height: 101px;
		position: relative;
		border-radius: 100%;
		float: left;
		margin-right: 25px;
	}
	#talents_selection .step .icon img{
		max-width: 50%;
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
	#talents_selection .step .txt strong{
		font-size: 34px;
		line-height: 24px;
		color: #ffffff;
		font-weight: 800;
		margin: 5px 0 10px;
		display: block;
		float: none;
	}
	#talents_selection .step-06 .txt{
		max-width: 430px;
	}
	#talents_selection .step-03{
		width: 50%;
	}
	#talents_selection .step-06{
		width: 70%;
	}
	#talents_selection .step .txt h3{
		font-size: 17px;
		line-height: 21px;
	}
	#talents_selection .step-container.init:before,
	#talents_selection .step-container.three:before{
		left: 123px;
		bottom: -5px;
	}
	#talents_selection .step-container.init:after,
	#talents_selection .step-container.three:after{
		right: 305px;
		bottom: -5px;
	}
	#talents_selection .step-container.two:before{
		left: 50%;
		bottom: -6px;
		margin-left: -115px;
	}
	#talents_selection .step-container.two:after,
	#talents_selection .step-container.four:after,
	#talents_selection .step-container.end:after,
	#talents_selection .step-container.end:before{
		display: none;
	}
	#talents_selection .step-container.four:before{
		width: 43px;
		height: 43px;
		background: url("img/bullet-check.png") no-repeat center center #0056A8;
		border: solid 2px #ffffff;
		border-radius: 100%;
	  bottom: -27px;
	  left: 50%;
	  margin-left: -130px;
	  padding: 22px;
	}
	#talents_selection .step-container.end h3{
		font-size: 28px;
		line-height: 35px;
		margin-top: 0;
	}
	#talents_culture{
		padding: 140px 0;
	}
	#talents_culture h3{
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 50px;
	}
	#talents_culture .item{
		padding: 30px 0 80px;
	}
	#talents_culture .items .row > div[class^="col-"]{
		border-bottom: 2px solid rgba(18, 40, 112, 0.1);
	}
	#talents_culture .items .row.none > div[class^="col-"]{
		border-bottom: 0;
	}
	#talents_culture .border{
		width: 2px;
		background: rgba(18, 40, 112, 0.1);
		height: 100%;
		margin: 0 auto;
	}
	#talents_culture ul li{
		background: url(img/bullet.png) no-repeat left top 3px;
		font-size: 13px;
		line-height: 20px;
	  margin: 0 0 10px;
	}
	#talents_testimonial{
		padding: 140px 0;
		background-position: top 140px right 140px !important;
		background-repeat: no-repeat !important;
		background-color: #F5F8FB !important;
	}
	#talents_testimonial h3{
		font-size: 28px;
		line-height: 35px;
		padding: 0 90px;
	}
	.slider-testimonial{
		margin-top: 65px;
	}
	#talents_testimonial .slider-testimonial p{
		font-size: 17px;
		line-height: 21px;
		padding: 0 75px;
	}
	#talents_testimonial .slider-testimonial h3{
		font-size: 17px;
		line-height: 21px;
	}
	#talents_testimonial .slick-dots{
		bottom: -65px;
	}
	#talents_footer .box-01,
	#talents_footer .box-02{
		height: 380px;
		padding: 60px 80px;
	}
	#talents_footer .title{
		height: 50%;
		position: absolute;
		width: 60%;
		left: 50%;
		transform: translateX(-50%);
	}
	#talents_footer .title h2{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
	#talents_footer .btn{
		position: absolute;
		bottom: 60px;
		left: 50%;
		transform: translateX(-50%);
		width: 390px;
	}
	#talents_footer .box-01 .bt{
		width: auto;
	}
	#talents_footer .box-01 h2,
	#talents_footer .box-02 h2{
		margin-bottom: 0;
	}
	#contact_highlight{
		background-position: center center !important;
	}
	#contact{
		padding: 140px 0;
		background: #ffffff;
		background: -moz-linear-gradient(left,  #ffffff 0%, #ffffff 50%, #f5f8fb 50%, #f5f8fb 100%);
		background: -webkit-linear-gradient(left,  #ffffff 0%,#ffffff 50%,#f5f8fb 50%,#f5f8fb 100%);
		background: linear-gradient(to right,  #ffffff 0%,#ffffff 50%,#f5f8fb 50%,#f5f8fb 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f8fb',GradientType=1 );
	}
	form input.bt{
		display: inline-block;
		margin: 0;
		max-width: 303px;
	}
	#contact .state-no-drop h3{
	  border-bottom: solid 1px rgba(18, 40, 112, 0.15);
	  padding-bottom: 20px;
	}
	#contact .state-no-drop h3{
		margin-bottom: 20px !important;
	}
	#contact .local h3{
		margin-bottom: 0;
	}
	.local{
		padding: 0;
	}
	.slider-blog .slide{
		height: 520px;
	}
	#blog_highlight .slick-dots,
	#events_highlight .slick-dots{
		bottom: 50px;
	}
	#blog_highlight .subtitle,
	#cases_highlight .subtitle,
	#events_highlight .subtitle{
		font-size: 23px;
	}
	#blog_highlight .content, #cases_highlight .content,
	#events_highlight .content{
		top: 50%;
		transform: translateY(-50%);
	}
	.post h2{
		font-size: 17px;
		line-height: 21px;
	}
	.post .meta-tags a{
		font-size: 10px;
		line-height: 13px;
	}
	.post .read-more{
		font-size: 14px;
		line-height: 17px;
		padding-top: 0;
	}
	.pagination .prev,
	.pagination .next{
		font-size: 13px;
		line-height: 14px;
	}
	.pagination .prev{
		margin-right: 30px;
	}
	.pagination .next{
		margin-left: 30px;
	}
	.page-display{
		font-size: 10px;
    line-height: 13px;
	}
	.pagination .page-numbers:not(.prev):not(.next){
		font-size: 12px;
		line-height: 14px;
		width: 34px;
		padding: 7px 0;
	}
	#blog_list .bar,
	section#blog .bar{
		width: 1px;
		height: 100%;
		background: rgba(51,51,51,.15);
	}
	.widget_categories h3, .widget_tag_cloud h3, #related h3{
		font-size: 23px;
    line-height: 28px;
	}
	.widget_categories a{
		font-size: 13px;
		line-height: 15px;
	}
	.widget_tag_cloud .tagcloud a{
		font-size: 9px !important;
		line-height: 12px;
	}
	.post .post-content p, .post .post-content span, .post .post-content li{
		font-size: 12px;
    line-height: 20px;
	}
	.post #share{
		font-size: 11px;
		line-height: 18px;
	}
	.author-description{
		margin-top: 0;
	}
	#author-info h3{
		font-size: 12px;
		line-height: 17px;
	}
	#author-info p{
		font-size: 12px;
		line-height: 17px;
	}
	#related h3{
    font-size: 23px;
    line-height: 30px;
	}
	/*.local{
		padding: 60px 0;
	}*/
	.event .thumbnail .price{
		font-size: 10px;
	}
	.event .thumbnail .title h2{
		font-size: 17px;
		line-height: 21px;
	}
	.event h4{
    font-size: 12px;
    line-height: 16px;
	}
	.event .more-info{
		font-size: 12px;
		line-height: 16px;
		display: inline-block;
		margin-top: 20px;
	}
	.event .bt{
		display: inline-block;
	}
	#events_form .form-container{
		padding: 80px 80px 60px 80px;
	}
	#events_form{
		background: #f5f8fb;
		background: -moz-linear-gradient(top,  #f5f8fb 0%, #f5f8fb 50%, #001131 50%, #001131 100%);
		background: -webkit-linear-gradient(top,  #f5f8fb 0%,#f5f8fb 50%,#001131 50%,#001131 100%);
		background: linear-gradient(to bottom,  #f5f8fb 0%,#f5f8fb 50%,#001131 50%,#001131 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f8fb', endColorstr='#001131',GradientType=0 );
	}
	#events_form h3{
		font-size: 25px;
		line-height: 32px;
		margin-bottom: 45px;
		text-align: center;
	}
	#events_form label{
		font-size: 12px;
    line-height: 14px;
	}
	#cases_title h2{
		font-size: 40px;
    line-height: 47px;
    margin-bottom: 0
	}
	#cases_list .filters{
		border: solid 2px #122870;
		padding: 30px;
		margin-bottom: 55px;
	}
	#cases_list .filter{
		width: 21%;
	}
	#cases_list .filter-size{
		width: 24%;
	}
	#cases_list .filters a{
		top: 0;
	}
	#cases_list .filters h4{
		margin-bottom: 0;
	}
	#cases .date{
		font-size: 10px;
		line-height: 13px;
	}
	#cases_about p{
		margin: 0;
	}
	#cases_solution h3{
		margin-bottom: 30px;
	}
	#cases_solution p{
		font-size: 17px;
		line-height: 24px;
	}
	#cases_results{
		padding: 140px 0;
	}
	#cases_results h2{
		text-align: center;
	}
	#cases_results .item{
		padding: 0 30px;
		text-align: center;
	}
	#cases_gallery .slick-slide,
	#campaign_gallery .slick-slide{
		margin: 0 15px;
	}
	footer {
    padding: 100px 0;
	}
	.footer-col-2, .footer-col-3{
		margin-bottom: 0;
	}
	footer ul li {
    margin-bottom: 10px;
	}
	footer ul li a{
		font-size: 12px;
		line-height: 16px;
	}
	footer h3 {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
	}
	.copyright {
    background: #000B24;
    padding: 40px 0 25px;
	}
	.copyright-col-1{
		text-align: left;
		border-bottom: 0;
		padding-bottom: 0;
	}
	.copyright-col-2{
		display: block;
		margin-bottom: 0;
	}
	.copyright-col-2 .widget_text.widget_custom_html{
		margin-left: 0;
	}
	.copyright .cities{
		text-align: center;
	}
	.copyright .cities:before{
		top: auto;
		transform: translateY(0);
	}
	.copyright .cities li,
	.copyright-col-1 li {
    display: inline-block;
    border-right: solid 1px #ffffff;
    padding-right: 10px;
    margin-left: 10px;
    line-height: 12px;
    margin-bottom: 0;
	}
	.copyright .cities li:first-child.
	.copyright-col-1 li:first-child {
    margin-left: 0;
	}
	.copyright .cities li:last-child,
	.copyright-col-1 li:last-child {
    border: 0;
	}
	.copyright-col-3{
		margin: 0;
	}
	#events_form input[type=submit]{
		text-indent: 0;
    width: auto;
    right: 5px;
    top: 23px;
    background-position: right 25px top 25px !important;
    background-color: transparent !important;
    padding: 27px 60px 22px 25px;
	}
	#campaign_block_01 h2,
	#campaign_block_02 h2,
	#campaign_block_03 h2{
		font-size: 40px;
	  line-height: 50px;
	  font-weight: 800;
	}
	#campaign_block_01 h3,
	#campaign_block_02 h3,
	#campaign_block_03 h3{
		font-size: 24px;
	}
	#campaign_block_01 p,
	#campaign_block_02 p,
	#campaign_block_03 p,
	#campaign_block_01 span,
	#campaign_block_02 span,
	#campaign_block_03 span{
		font-size: 17px;
		line-height: 24px;
	}
}
@media only screen and (min-width:768px) and (max-width:1440px) {
	.slide-content h2{
		font-size: 40px;
		line-height: 50px;
	}
	.slide-content h3{
		margin-bottom: 30px;
	}
	.slide-content h2 p img{
	    transform: translate(100%, -15px);
	}
	body[data-language=en] .slide-content h2 p img{
	    transform: translate(35%, 25px);
	}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {
	.img_about{
		width: 605px;
	}
}
@media only screen and (min-width:1440px) {
}
@media only screen and (min-width:1680px) {
	.img_about{
		width: 820px;
	}
	body[data-language=en] .slide-content h2 p img{
	    transform: translate(100%, -15px);
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
