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

/******************************

COLOR PALETTE




[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
	3.1 Header
		3.1.1 Logo
		3.1.2 Main Navigation
		3.1.3 Search
		3.1.4 Hamburger
	3.2 Hero Slider
	3.3 Next Section Scroll
4. Menu
5. Icon Boxes
6. Vertical Slider Section
7. Services
	7.1 Services Slider
8. Features
9. Call to action
10. Text Line
11. Newsletter
12. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900|Roboto:300,400,500,700,900');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

body
{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 2;
	font-weight: 400;
	background: #FFFFFF;
	color: #6e6e6e;
	animation: fadein 0.3s;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 1.86;
	font-weight: 400;
	/*color: #3a3b3c;*/
	color: #002761f7;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #dbdbdb;
	color: #044f7b;
}
p::selection
{
	background: #dbdbdb;
}
h1{font-size: 48px;}
h2{font-size: 24px;}
h3{font-size: 18px;}
h4{font-size: 14px;}
h5{font-size: 11px;}
h1, h2, h3, h4, h5, h6
{
	color: #044f7b;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	font-weight: 700;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
} 
:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
}
::input-placeholder
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #9988ba !important;
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.bez_1
{
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
}
.button
{
	display: inline-block;
	height: 54px;
	width: 145px;
	text-align: center;
	border: solid 2px #044f7b;
	background: transparent;
}
.button-slider{
	display: inline-block;
	height: 54px;
	width: 174px;
	text-align: center;
	border: solid 2px #FFF;
	background: transparent;
}
.button-slider:hover{
	border: solid 2px #FFF;
	background: #FFF;
}

.button-slider a
{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #FFF;
}
.button-slider a:hover{
	color: black!important;
}
.button a
{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #044f7b;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}

/*********************************
3. Home
*********************************/

.home
{
	width: 100%;
	height: 488px;
}
.home_background_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home_background
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_background_container:after {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .2;
	background-color: #000000;
}

/*********************************
3.1 Header
*********************************/
#logo-azul { display: none; }
.header
{
	top: 0;
	left: 0;
	width: 100%;
	height: 128px;
	background: #FFF;
	z-index: 11;
}
.header.scrolled
{
	position: fixed;
	opacity: 1;
	background: #FFF;
	box-shadow: 0 10px 15px rgba(0,0,0,.05);
}
.header.scrolled .hero_side_text_container{
	display: none!important;
}
/*.header.scrolled .main_nav ul li a:after{
position: absolute;
left: 0;
bottom: -40px;
content: "";
width: 100%;
height: 2px;
opacity: 0;
background: #044f7b;
}*/
.header.scrolled .main_nav ul li:hover a:after
{
	opacity: 1;
	transition: ease 0.4s;
	bottom: 0;
}
.header.scrolled #logo-branco{
	display: none;
}
.header.scrolled #logo-azul{
	display: block
}
.header.scrolled ul li a {
	color: #044f7b;
}
.header.scrolled .search_button svg path{ 
	fill: #044f7b;
}
.header .search_button svg path{ 
	fill: #044f7b;
}
/*********************************
3.1.1 Logo
*********************************/

.logo
{
	z-index: 9999;
	padding-left: 57px;
	flex-basis: 50%;
}
.logo a
{
	font-size: 36px;
	font-weight: 500;
	color: #fefefe;
	letter-spacing: 0.1em;
	line-height: 128px;
}
.logo a span
{
	font-weight: 800;
	color: #ff6b09;
	text-transform: uppercase;
}

/*********************************
3.1.2 Main Navigation
*********************************/

.main_nav
{
	flex-basis: 200%;
}
.main_nav ul
{
	display: inline-block;
	margin-right: 100px;
	-webkit-transform: translateY(-4px);
	-moz-transform: translateY(-4px);
	-ms-transform: translateY(-4px);
	-o-transform: translateY(-4px);
	transform: translateY(-4px);
}
.main_nav ul li
{
	display: inline-block;
	margin-right: 50px;
}
.main_nav ul li:last-child
{
	margin-right: 0px;
}
.main_nav ul li a
{	
	text-transform: uppercase;
	position: relative;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 40.51px;
	color: #044f7b;
}
/*.main_nav ul li a:after{
position: absolute;
left: 0;
bottom: -40px;
content: "";
width: 100%;
height: 2px;
opacity: 0;
background: #044f7b;
}*/
.main_nav ul li.active a
{
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 8px;
}
.main_nav ul li:hover a:after
{
	opacity: 1;
	transition: ease 0.4s;
	bottom: 0;
}
/*********************************
3.1.3 Search
*********************************/

.search
{
	display: inline-block;
	margin-right: 49px;
	width: 237px;
	height: 100%;
}
.search_content
{
	width: 100%;
	height: 100%;
}
.search_button
{
	width: 40px;
	height: 40px;
	background: transparent;
	cursor: pointer;
}
.search_button:active
{
	background: #FFF;
}
.search_form
{
	position: absolute;
	right: 0;
	top: 90px;
	width: 237px;
	height: 40px;
	visibility: hidden;
	opacity: 0;
}
.search_form.active
{
	top: 75px;
	visibility: visible;
	opacity: 1;
}
.search_input
{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	color: #1b0b32;
	padding-left: 20px;
	outline: none !important;
	border: none !important;
	box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
}

/*********************************
3.1.4 Hamburger
*********************************/

.hamburger_container
{
	display: none;
	cursor: pointer;
	margin-right: 40px;
	flex-basis: 40px;
	text-align: right;
}
.hamburger_container i
{
	font-size: 24px;
	padding: 10px;
	color: #05507c;
}
.hamburger_container:hover i
{
	color: #05507c;
}

/*********************************
3.2 Hero Slider
*********************************/

.hero_slider_container
{
	width: 100%;
	height: 100%;
	z-index: 9;
}
.hero_slider
{
	width: 100%;
	height: 100%;
}
.hero_slider_item
{
	height: 100%;
}
.item_1 span
{
	font-size: 24px;
	line-height: 1.5;
	font-weight: 500;
	color: #FFFFFF;
}
.item_1 span:first-child
{
	font-size: 24px;
	margin-bottom: 22px;
}
.item_1 span:nth-child(2)
{
	margin-bottom: 11px;
}
.item_1 span:nth-child(3)
{
	font-size: 60px;
	font-weight: 800;
	line-height: 1;
	letter-spacing: 0.1em;
	margin-bottom: 14px;
	margin-right: -0.1em;
}
.item_1 span:nth-child(4)
{
	font-size: 24px;
}
.hero_slider_nav
{
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.hero_slider_nav_left
{
	left: 50px;
}
.hero_slider_nav_right
{
	display: none;
	right: 50px;
}
.hero_slider_nav div
{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: transparent;
	cursor: pointer;
}
.hero_slider_nav div::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: #034f7b;
	border-radius: 50%;
	transform: scale(0);
	opacity: 0;
	z-index: -1;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hero_slider_nav div i
{
	font-size: 18px;
	color: #a2baff;
}
.hero_slider_nav div:hover::before
{
	opacity: 1;
	transform: scale(1);
}
.hero_slider_nav div:hover i
{
	color: #251343;
}
.hero_side_text_container
{
	position: absolute;
	top: 45px;
	right: 35px;
	/* Firefox */
	height: 400px;
	width: 310px;
	background: #FFF;
	z-index: 10;
	box-shadow: 0 10px 15px rgba(0,0,0,.05);
}
.hero_side_text
{
	width: 100%;
	padding: 10px 35px;
}
.hero_side_text h2
{
	display: block;
	font-size: 32px;
	font-weight: 800;
	color: #044f7b;
	text-align: center;
}
.hero_side_text p
{
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 2.25;
	color: black;
	text-align: justify;
	line-height: 24px;
}
.double_arrow_container
{
	width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    z-index: 10;
}

.double_arrow
{
	padding: 5px;
	transform: rotate(-90deg);
	cursor: pointer;
	margin-bottom: 45px;
	bottom: -10px;
}
.double_arrow i
{
	color: #044f7b;
}
.double_arrow i:first-child
{
	margin-right: -3px;
}
.double_arrow:hover i
{
	color: #d0d0d0;
}

/*********************************
3.3 Next Section Scroll
*********************************/

.next_section_scroll
{
	display: none;
	position: absolute;
	left: 50%;
	bottom: 40px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	cursor: pointer;
	z-index: 9;
	padding: 10px;
}
.next_section i
{
	display: block;
	color: #FFFFFF;
}
.next_section i:first-child
{
	margin-bottom: -4px;
}
.next_section_scroll:hover i
{
	color: #05507c;
}

/*********************************
4. Menu
*********************************/

.menu_container
{
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: #FFFFFF;
	z-index: 11;
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1);
}
.menu_container.active
{
	right: 0;
	opacity: 1;
	overflow: scroll;
}
.menu
{
	width: 100%;
	height: 100%;
}
.menu_close
{
	position: absolute;
	top: 50px;
	right: 30px;
	cursor: pointer;
}
.menu_close i
{
	font-size: 28px;
}
.menu_close:hover i
{
	color: #ff6b09;
}
.menu ul
{
	padding-top: 115px;
}
.menu ul li
{
	position: relative;
}
.menu ul li::after
{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #034d78;
	content: '';
}
.menu ul li.active a
{
	font-weight: 700;
}
.menu ul li a
{
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu ul li a:hover
{
	color: #034d78;
}
.ativo{
	background: #cef0fc!important;
}
/*********************************
5. Icon Boxes
*********************************/

.icon_boxes
{
	width: 100%;
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f1f4f9;
}
.icon_box_title
{
	padding-right: 50px;
	
}
.icon_box_title h1
{
	line-height: 1.25;
}
.icon_box_button
{	margin-bottom: 25px;
	bottom: 0;
    position: absolute;
}
.icon_box_button:hover
{
	background: #044f7b;
}
.icon_box_button:hover a
{
	color: #FFFFFF;
}
.icon_box_col
{
	padding-top: 21px;
}
.icon_box_col figure{
    width: 100%;
    justify-content: center;
    display: flex;
    top: -15px;
}
.icon_box_col figure img{
	width: 80px;
	height: 80px;
    z-index: 1;
}
.icon_box_item
{
	background: white;
	box-sizing: border-box;
    margin-bottom: 30px;
    height: 360px;
    padding: 10px 25px;
    padding-top: 25px;
    padding-bottom:  100px;
    -webkit-box-shadow: 0px 2px 69px #97A1B238;
    -moz-box-shadow: 0px 2px 69px #97A1B238;
    box-shadow: 0px 2px 69px #97A1B238;
    -webkit-border-radius: 18px;
}
.icon_box_item:last-child
{
	margin-bottom: 0px;
}
.icon_box_item h2
{
	margin-bottom: 21px;
	padding-top: 10px;
	text-align: center;
}
.icon_box_item p
{
	font-size: 14px;
	margin-bottom: 0px;
	text-align: center;
}

/*********************************
6. Vertical Slider Section
*********************************/

.v_slider_section
{
	padding-top: 80px;
	padding-bottom: 80px;
	background: #f1f4f9;
}
.v_slider_section_image
{
	
}
.empresa_hold_interna .v_slider_image{
position: relative;
}

.v_slider_image
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	/*box-shadow: 0px 45px 59px rgba(24, 29, 33, 0.23);*/
}
.v_slider_content
{
	
}
.v_slider_container
{
	
}
.v_slider
{
	
}
.v_slider_item
{
	border: none !important;
	color: #034f7b;
}
.v_slider_item strong
{
	color: #034d78!important;
}
.v_slider_item:focus
{
	outline: none !important;
	border: none !important;
}
.v_slider_item h1
{
	line-height: 52px;
}
.v_slider_item h1:last-of-type
{
	margin-bottom: 40px;
}
.person
{
	margin-top: 67px;
}
.person_image
{
	width: 44px;
	height: 44px;
}
.person_image img
{
	width: 100%;
}
.person_meta
{
	padding-left: 28px;
}
.person_name
{
	font-size: 15px;
	color: #044f7b;
	margin-top: -5px;
	margin-bottom: -6px;
}
.person_title
{
	font-size: 13px;
	color: #737373;
}
.v_slider .slick-dots
{
	position: absolute;
	top: 50%;
	right: -145px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.v_slider .slick-dots
{
	width: 18px;
}
.v_slider .slick-dots li
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
	height: 35px;
}
.v_slider .slick-dots li.slick-active
{
	
}
.v_slider .slick-dots li button
{
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	background: #dfdfdf;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.v_slider .slick-dots li button:focus,
.v_slider .slick-dots li button:active
{
	outline: none !important;
	border: none !important;
}
.v_slider .slick-dots li.slick-active button
{
	width: 18px;
	height: 18px;
	background: #044f7b;
}

/*********************************
7. Services
*********************************/

.services
{
	width: 100%;
	padding-top: 130px;
	padding-bottom: 184px;
}
.section_title{ 
	margin-bottom: 40px;
}
.section_title span
{
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #044f7b;
	margin-top: 29px;
}

/*********************************
7.1 Services Slider
*********************************/

.h_slider_container
{
	width: 100%;
}
.services_slider_container
{
	margin-top: 106px;
	width: 100%;
	height: 663px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.service_slider_outer
{
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 1920px;
	height: 663px;
}
.services_slider
{
	height: 663px;
}
.services_slider .owl-stage-outer
{
	padding-top: 20px;
	padding-bottom: 60px;
}
.services_slider .owl-stage
{
	right: 50px;
}
.services_slider .owl-item
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.services_slider .owl-item.center
{
	margin-left: 48px !important;
	margin-right: 115px !important;
}
.services_slider .owl-item.center .services_item_inner
{
	background: rgb(4,79,123);
    background: linear-gradient(90deg, rgba(4,79,123,1) 0%, rgba(42,120,166,1) 100%);
}

.owl-nav{
	display: flex;
	justify-content: space-between;
	top: calc(50% - 22px);
    position: absolute;
    width: 100%;
}

.owl-prev
{	margin-left: 35px;
	font-size: 0px;
	width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    background-image:url(../img/prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}

.owl-prev:hover
{	
    background: #f2f2f2;
    background-image:url(../img/prev.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}

.owl-next
{	margin-right: 380px;
	font-size: 0px;
	width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    background-image:url(../img/next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}

.owl-next:hover
{	
    background: #f2f2f2;
    background-image:url(../img/next.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
}
	
.services_item
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #FFFFFF;
}
.services_item_inner
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 475px;
	max-width: 100%;
	box-shadow: 0px 30px 59px rgba(24, 29, 33, 0.23);
	padding-left: 75px;
	padding-right: 60px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.services_slider .owl-item.active.center .services_item_inner
{
	width: 800px;
	height: 663px;
}
.service_item_content
{
	max-width: 100%;
}
.services_item_inner h2
{
	font-weight: 400;
	margin-bottom: 22px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.services_item_inner p
{
	line-height: 1.866;
	margin-bottom: 0px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.service_item_button
{
	position: absolute;
	bottom: -94px;
	left: 0;
	border-color: #FFFFFF;
	color: #FFFFFF;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.service_item_button a
{
	color: #FFFFFF;
}
.service_item_button:hover
{
	background: #FFFFFF;
}
.service_item_button:hover a
{
	color: #044f7b;
}
.services_slider .owl-item.center .services_item .services_item_inner h2
{
	color: #FFFFFF;
}
.services_slider .owl-item.center .services_item .services_item_inner p
{
	color: #FFFFFF;
}
.services_slider .owl-item.center .services_item .services_item_inner .service_item_button
{
	visibility: visible;
	opacity: 1;
}
.service_item_icon
{
	position: absolute;
	top: -70px;
	left: 0;
	width: 42px;
	height: 42px;
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}
.service_item_icon .icon
{
	font-size: 40px;
	line-height: 1;
	color: #044f7b;
}
.services_slider .owl-item.active.center .services_item_inner .service_item_icon .icon
{
	font-size: 50px;
	color: #FFF;
}
.services_slider .owl-item.center .services_item .services_item_inner .service_item_icon
{
	top: -102px;
}
.services_slider .owl-dots
{
	margin-top: 15px !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	left: 0 !important;
	position: absolute;
}
.services_slider.owl-theme .owl-dots .owl-dot span
{
	width: 11px !important;
	height: 11px !important;
	background: #dfdfdf;
}
.services_slider.owl-theme .owl-dots .owl-dot.active span
{
	width: 18px !important;
	height: 18px !important;
	background: #044f7b;
}
.services_slider_nav
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: calc((100% - 80px) / 2);
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
}
.services_slider_nav_left
{
	left: calc(50% - 450px);
}
.services_slider_nav_right
{
	right: calc(50% - 450px);
}
.services_slider_nav i
{
	font-size: 18px;
	color: #004cff54;
}
.services_slider_nav:hover i
{
	color: #044f7b;
}

/*********************************
8. Features
*********************************/
.sistemas .icon_box_item:hover{
	background: aliceblue;
}
.features
{
	padding-top: 120px;
	padding-bottom: 80px;
	background: #FFF;
}
.features_row
{
	margin-top: 35px;
}
.features_col
{
	padding-top: 69px;
	padding-bottom: 69px;
}
.features_item
{
	margin-bottom: 60px;
}
.features_col > div:last-of-type
{
	margin-bottom: 0px;
}
.features_button
{
	margin-top: 20px;
}
.features_button:hover,
.features_button_2:hover
{
	background: #044f7b;
}
.features_button:hover a,
.features_button_2:hover a
{
	color: #FFFFFF;
}
.features_button_2
{
	display: none;
}

/*********************************
9. Call to action
*********************************/

.cta
{
	width: 100%;
	padding: 80px 0;
	
}
.cta_background
{
	background: url('../img/background-pr-1.jpg'); 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.cta_background_1
{
	/*background: url('../img/background_g.jpg'); */
	/*background: linear-gradient(180deg, #034f7bd4, #d9f1ff70);*/
	background: white;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.cta_content h1
{
	color: #FFFFFF;
	margin-bottom: 25px;
	font-size: 56px;
    font-weight: 700;
}
.cta_content p
{
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: #034f7b;
    margin-bottom: 0px;
}
.fundo-cta{
	height: 100px;
    width: 100px;
    background: #034f7b;
    border-radius: 100%;
    justify-content: center;
    display: flex;
    align-items: center;
}
.fundo-cta img{
	width: 60px;
}
.cta_image
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.cta_image img
{
	width: 510px;
	height: auto;
}

/*********************************
10. Text Line
*********************************/

.text_line
{
	width: 100%;
}
.text_line img
{
	width: 100%;
	padding-bottom: 25px;
}
.text_line_image
{
	top: 127px;
}
.text_line_image img
{
	max-width: 100%;
	height: auto;
}
.text_line_content
{
	padding-top: 127px;
	padding-bottom: 118px;
}
.text_line_content h1
{
	margin-bottom: 40px;
}
.text_line_content p
{
	margin-bottom: 41px;
}
.text_line_button:hover
{
	background: #044f7b;
}
.text_line_button:hover a
{
	color: #FFFFFF;
}

/*********************************
11. Newsletter
*********************************/

.newsletter
{
	width: 100%;
	background: #1b0d37;
}
.newsletter_content
{
	padding-top: 110px;
	padding-bottom: 141px;
}
.newsletter_title
{

}
.newsletter_title h1
{
	color: #FFFFFF;
	margin-bottom: 13px;
}
.newsletter_title span
{
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
}
.newsletter_form_container
{
	text-align: left;
	margin-top: 77px;
}
.newsletter_email
{
	height: 53px;
	background: #044f7b;
	border: none;
	padding-left: 30px;
	width: calc(100% - 174px - 26px);
	margin-right: 22px;
	color: #FFFFFF;
}
.newsletter_email:focus
{
	outline: none;
	border: none;
}
.newsletter_submit_button
{
	cursor: pointer;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 700;
}
.newsletter_submit_button:hover
{
	background: #044f7b;
}
.newsletter_submit_button:focus
{
	outline: none;
	border: none;
}

/*********************************
12. Footer
*********************************/

.whatsapp {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  cursor: pointer;
  animation: whats 1.8s infinite;
  position:fixed;
  bottom:20px;
  right:20px;
  background-color:#25d366;
  color:#FFF;
  text-align:center;
  font-size:30px;
  z-index:1000;
  border: 4px solid white;
  background-image: url('../img/whats.png');
  background-position: center;
  background-size: 65px;
  background-repeat: no-repeat;
}
.whatsapp:hover {
  animation: none;
}

@-webkit-keyframes whats {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}
@keyframes whats {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
      box-shadow: 0 0 0 12px rgba(37, 211, 102, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
      box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
  }
}

.footer_logo
{
	padding-left: 0px;
	margin-bottom: 39px;
}
.footer_logo a
{
	color: #044f7b;
	line-height: 1;
}
.footer_intro p
{
	margin-bottom: 0px;
}
.footer_social
{
	margin-top: 27px;
}
.footer_social ul
{
	display: inline-block;
	margin-left: -5px;
}
.footer_social ul li
{
	display: inline-block;
	margin-right: 22px;
}
.footer_social ul li a
{
	padding: 5px;
}
#insta i
{
	font-size: 20px;
	 background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
	  -webkit-background-clip: text;
	          /* Also define standard property for compatibility */
	          background-clip: text;
	  -webkit-text-fill-color: transparent;
}
#face i
{
	font-size: 20px;
	color: #3b5998;
}
#linkedin i
{
	font-size: 20px;
	color: #0e76a8;
}
.footer_social ul li a:hover i
{
	-webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.footer_cr
{
	font-size: 16px;
	font-weight: 500;
	color: #044f7b;
	margin-top: 20px;
	text-align: center;
	border-top: 1px solid #eef;
	line-height: 60px;
}
.footer_cr a{
	color: #044f7b;
	font-weight: 600;
}
.footer_cr_2
{
	display: none;
	font-size: 16px;
	font-weight: 500;
	color: #cacaca;
	margin-top: 65px;
}
.footer_col
{
	margin-bottom: 27px;
}
.footer_col:last-child
{
	margin-bottom: 20px;
}
.footer_col_title
{
	font-size: 18px;
	font-weight: 500;
	color: #044f7b;
	margin-bottom: 9px;
}
.footer_col ul li
{
	margin-bottom: 4px;
}
.footer_col ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: #737373;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_col ul li a:hover
{
	color: #044f7b;
}
.text-align-center { 
	text-align: center;
}

/*Slider Amplus*/

.slider_amplus{
	height: 500px!important;
}

/* BOTAO SERVICOS*/
.botao-servicos { 
	position: unset;
	width: 100%;
    justify-content: center;
    display: flex;
}

/*PARALLAX*/

.parallax {
  width: 100%;
  background-image: url("../img/parana.jpg");
  background-attachment: fixed;
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: contain;
}

/*IMG*/

.features_image img { 
	padding-top: 60px;
	height: 450px;
}
.features .col{ 
	height: 50px;
}

/*Unidades*/
.unidades{
	padding: 80px 50px 80px;
	width: 100%;
	/*background: rgb(4,79,123);
	background: -webkit-linear-gradient(left, rgba(4,79,123,1) 19%, rgba(29,112,161,1) 100%);
	background: -o-linear-gradient(left, rgba(4,79,123,1) 19%, rgba(29,112,161,1) 100%);
	background: linear-gradient(to right, rgba(4,79,123,1) 19%, rgba(29,112,161,1) 100%); 
	background-image: url('../img/background-pr-1.jpg');
	background-size: cover;*/
	background: rgb(46,67,85);
    background: linear-gradient(180deg, rgba(46,67,85,1) 0%, rgba(46,117,172,1) 100%);
}
.unidade_border{
	border-right: 1px solid #ffffff3b;
}
.unidades_menu li a:hover{
    color: #ffffff9e;
}
.unidades .section_title p {
	font-size: 18px;
	margin-bottom: 40px;
}
.unidades .local p{
	font-size: 12px!important;
}
.unidades .local{ 
	padding-bottom: 28px;
	margin-bottom: 50px;
	float: left;
}
.unidades .local span{ 
	font-size: 12px;
}
.unidades h3{ 
	color: white;
	font-size: 16px;
	height: 50px;
    text-align: center;
}
.unidades p{
	color: white;
}	
.unidades i {
	color: white;
}
.unidade_icons{
	height: 28px;
	position: absolute;
	bottom: 0;
}
.unidade_icons a{
	width: 28px;
	transition-property: scale;
    transition-duration: 5s;
}
.unidade_icons a:hover img{
	-webkit-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04);
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(255,255,255,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 3px 0px rgba(255,255,255,1);
}
.unidades_menu li a{
	color: white;
    font-size: 18px;
    font-weight: 500;
}
.a-whats img{
	width: 28px;
	height: 28px;
}
.a-whats{
	color: white!important;
	display: flex;
    align-items: center;
}
.a-mail img{
	width: 28px;
	height: 28px;
}
.a-mail{
	color: white!important;
	display: flex;
    align-items: center;
}
.a-locate img{
	width: 28px;
	height: 28px;
}
.a-locate{
	color: white!important;
	display: flex;
    align-items: center;
}
.unidades h1 { 
	color: white;
	font-size: 36px;
}
.no-padding{
	padding: 0!important;
}
/*FOOTER*/
.footer_col{
	text-align: center;
}
.footer_col p{
	margin-bottom: 0;
}
.trabalhe .botao-footer{
	width: 100%;
	justify-content: center;
	display: flex;
}
.trabalhe .botao-footer .button{
	width: 220px;
}
.footer .trabalhe p{
	text-align: justify;
}
.footer .trabalhe .footer_col_title{
	text-align: center;
}
.unidades-footer i{
	position: absolute; padding-top: 5px; font-size: 12px;
}
.unidades-footer p {
	padding-left: 20px;
}

/*WIDTH 100*/
.w-100{
	width: 100%;
}

/*LOGO*/

#logo-azul img{
	width: 160px;
}
#logo-branco img{
	width: 160px;
}
.footer_logo img{
	width: 160px;
}
/*Breadcrumb*/


.breadcrumb
{
	width: 100%;
	height: 372px;
	margin: 0;
}
.atual{
	color: white;
	text-decoration: none;
}
.atual a {
	color: white;
}
.atual a:hover{
	color: #e1e1e1;
}
.atual i {
	padding: 0 10px;
}
.breadcrumb_background_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.breadcrumb_background_container:after{
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .6;
	background-color: #000000;
}
.breadcrumb_background
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.breadcrumb_title
{
	position: absolute;
	bottom: 61px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
}
.breadcrumb_title h2
{
	font-size: 40px;
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 0;
}
.breadcrumb_title p
{
	font-weight: 500;
	color: #FFFFFF;
	margin-bottom: 15px;
}

/*Softwares*/
.software-menu{
	padding-top: 22px;
	text-align: center;
	background: #f1f4f9;
	display: flex;
    justify-content: center;
}
.software-menu ul {
 	/*border-bottom: 1px solid #eef;*/
	justify-content: center;
	display: flex;
    padding:0px;
    margin:0px;
    list-style:none;
    height: auto;
    width: 100%;
}
.software-menu ul li a{ 
	display: inline; 
	border: 1px solid #dde4ef; 
	height: 135px;
	background: white;
}
.software-menu ul li a{
	display: block;
	height: 100%;
	font-weight: 500;
	padding: 10px 10px 35px;
    border-radius: 5px;
}
.software-menu span{
	position: absolute;
	bottom: 0;
	right: 22px;
	text-decoration: underline!important;
	font-size: 14px;
}
.software-menu p{
	font-size: 12px;
	line-height: 1.3;
	color: #034f7b;
	font-weight: 500;
	margin: 0;
}
.software-menu ul li a:hover{
-webkit-box-shadow: 0px 0px 2px 0px rgba(186,186,186,1);
-moz-box-shadow: 0px 0px 2px 0px rgba(186,186,186,1);
box-shadow: 0px 0px 2px 0px rgba(186,186,186,1);
}
.software-menu ul li:hover a{
	color: #044f7b; 
}
.software-menu ul li a{
	color: #044f7b;
}	
.software-menu .active a{
	background: aliceblue;
}
.software-menu .active:hover {
	background: #f1f4f9;
}
.software-menu figure{
	margin: 0;
	padding: 22px 0 5px 0;
}
.service_boxes {
	padding: 80px 0;
}
.service_boxes .service_item a{
	color: #044f7b;
}

/*SEGMENTOS*/
.segmentos {
	background: #FFF;
    padding: 25px;
    border-left: 4px solid #044f7b;
    text-align: justify;
    border-radius: 10px;
    -webkit-box-shadow: 0px 2px 69px #97A1B238;
    -moz-box-shadow: 0px 2px 69px #97A1B238;
    box-shadow: 0px 2px 69px #97A1B238;
}
#texto-amplus p{
	
	font-size: 16px;
	text-align: justify;
}
#texto-amplus h3{
	text-align: justify;
}
.segmentos i {
	line-height: 26px;
	color: salmon;
}
.segmentos li {
	padding-bottom: 6px;
	padding-left: 15px;
}
.segmentos h2{
	padding-bottom: 20px;
}

/*ALINHAR-VERTICAL*/

.alinhar-vertical{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important; /** ISSO AQUI ALINHA VERTICALMENTE */
}

/*ACCORDEON*/

.accord{
	padding: 80px 15px;
}
.accord .container{
	padding: 0;
}
.accord .collap { 
	cursor: pointer;
	width: 100%;
	border-bottom: 1px solid #eef;
}
.accord .collap .accord-amplus{
	color: #044f7b;
	font-weight: 600;
	line-height: 60px;
}
.accord .collap .accord-amplus:hover{
	color: #044f7b;
	font-weight: 600;
}
.collap i {
	color: #044f7b;
}
.rotate {
    -moz-transition: all .1s linear;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
.accord-amplus {
	padding-left: 10px;
}
.collapse.show{
	padding-bottom: 30px;
}
.collapse{
	cursor: auto;
}

/*IPONTO*/

.icone-texto img{
	width: 100%;
}
.iponto-texto{
	padding-left: 30px;
	text-align: justify;
}
.modulo-web{
	padding-bottom: 100px;
	padding-top: 100px;
}
.lista-iponto {
	background: #ffffff;
    border-left: 4px solid #044f7b;
    padding: 25px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 2px 69px #97A1B238;
    -moz-box-shadow: 0px 2px 69px #97A1B238;
    box-shadow: 0px 2px 69px #97A1B238;
}
.iponto{
	padding-bottom: 120px;
}

/*MARGIN-BOTTOM*/
.mb-30 {
	margin-bottom: 30px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-80 {
	margin-bottom: 80px;
}
.pl-30{
	padding-left: 30px;
}
.p-15{
	padding: 0 15px;
}
.p06{
	padding: 0 6px;
}
.pb-30{
	padding-bottom: 30px!important;
}
.pb-60{
	padding-bottom: 60px!important;
}
.mh-auto{
	min-height: auto!important;
}
.fs-16{
	font-size: 16px!important;
}
.pt-30{
	padding-top: 35px!important;
}
.pt-100{
	padding-top: 100px!important;
}
.pb-100{
	padding-bottom: 100px!important;
}
.nopadding{
	padding: 0!important;
}
.container_megasult{
	width: 1400px;
	margin: 0 auto;
}

/*LINX*/
.linx{
	padding: 100px 0;
}
.conteudo-linx:first-child{
	padding-right: 25px;
}
.conteudo-linx:last-child{
	padding-left:  25px;
}
.conteudo-contabilidade:first-child{
	padding-right: 25px;
}
.conteudo-contabilidade:last-child{
	padding-left: 25px;
}

/*CONTABILIDADE*/

.texto-contabilidade h2, p{
	padding: 0;
}
.contabilidade-img img{
	width: 100%;
}

/*Gestão*/

.gestao {
	background: #f1f4f9;
	padding: 100px 0;
}

.gestao .gestao-box{
	margin-top: 24px;
	border-radius: 16px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	background-color: #fff;
	padding: calc(4 * 8px) calc(5 * 8px) calc(5 * 8px);
	-webkit-transition: .2s all ease;
	transition: .2s all ease;
	min-height: 200px;
}
.gestao .gestao-box p{
	text-align: justify;
}	

/*REGISTRO DE MARCAS*/

.registro{
	padding: 100px 0;
	background: #FFF;
}

.registro .texto-registro{
	text-align: justify;
}
.registro .marca-texto, .registro .patente-texto{
	color: #3a3b3c;
}
.registro .registro-box{
	height: 320px;
	cursor: pointer;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
    background-color: #f6f8fb;
    border-radius: 16px;
    padding: calc(2 * 8px) calc(4 * 8px);
    opacity: .7;
    -webkit-transition: .8s all ease;
    transition: .8s all ease;
}
.registro .registro-box:hover{
	box-shadow: 0 0 20px 0 rgba(0,0,0,.08);
    background-color: #fff;
    opacity: 1;
}
.registro .registro-box:hover i{
	-webkit-transition: .8s all ease;
    transition: .8s all ease;
    opacity: 1;
}
.registro .registro-box h1{
	position: absolute;
	right: 50px;
	top: 50px;
}
.registro .registro-box i{
	float: right;
	font-size: 40px;
	color: #044f7b;
	opacity: 0;
}
.registro-box img{
	width: 55px;
}
.registro-box .registro-img{
	padding-bottom: 25px;
}
.registro-box p{
	margin-bottom: 10px;
	color: #555;
}
.registro .section_title{
	padding-bottom: 40px;
}

/*contato*/
.fancybox-navigation{
	height: 100%;
    display: flex;
    align-items: center;
}
.contato {
	padding: 100px 0;
	background: rgb(46,67,85);
	background: linear-gradient(180deg, rgba(46,67,85,1) 0%, rgba(46,117,172,1) 100%);
}
.contato h1{
	color: white;
	margin-bottom: 80px;
}
.form-control::placeholder{
	color: #044f7b!important;
}
.contato .form-group input{
	height: 50px!important;
	padding-left: 110px;
}
.contato_box h3, .contato_box p, .contato_box span{
	color: white;
	text-align: center;
}
.contato_box{
	float: left;
	margin-bottom: 80px;
}
.contato_box span{
	font-size: 13px;
}
/*contato*/
.social_contato a{
	width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #2f455a;
    float: left;
    margin: 0px 6px;
    border-radius: 50%;
}
.social_contato a i{
    color: white;
    font-size: 14px;
}
.social_contato{
    display: flex;
    justify-content: center;
}
.form-group{
	float: left;
}
.form-control{
	border: 1px solid #044f7b;
	color: #044f7b;
}
.botao-contato{
	margin-top: 30px;
	justify-content: center;
	display: flex;
}
.botao-contato button{
	font-weight: 500;
	width: 24%;
	height: 50px;
	background: #044f7b;
	border: 2px solid #044f7b;
	color: #FFF;
	cursor: pointer;
}
.botao-contato button:hover{
	background: transparent;
	border: 2px solid #044f7b;
	color: #044f7b;
}
.contato_form{
	padding: 80px 0;
}
/*EMPRESA*/

.empresa{
	background: #FFF;
	padding: 50px;
	border-left: 4px solid #044f7b;
	text-align: justify;
	border-radius: 12px;
}
.logo-empresa{
	display: table-cell;
	vertical-align: middle;
}
.objetivos{
	margin-top: 24px;
	border-radius: 16px;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
	background-color: #fff;
	padding: calc(4 * 8px) calc(5 * 8px) calc(5 * 8px);
	-webkit-transition: .2s all ease;
	transition: .2s all ease;
	min-height: 306px;
}

.mh-unset {
    min-height: unset;
}

.valores{
	background: #f1f4f9;
	width: 100%;
	padding-bottom: 100px;
}

/*TRABALHE*/

.trabalhe {
	padding: 100px 0;
	background: #f1f4f9;
}
.form-group label{
	font-weight: 600;
	position: absolute;
	background: #044f7b;
	height: 100%;
	width: 100px;
	color: white;
	line-height: 50px;
	text-align: center;
	border-radius: 4px;
}
.trabalhe .form-group input{
	padding-left: 110px;
	height: 50px;
}
.trabalhe .form-group select{
	padding-left: 110px;
	height: 50px;
	width: 100%;
	border: 1px solid #044f7b;
    color: #3a3b3c;
    border-radius: 4px;
}
#curriculo {
	opacity: 0;
	z-index: 3;
	position: absolute;
	left: 0;
	top: 0;
}
.curriculo{
	background: white;
	width: 100%;	
	height: 50px;
	border-radius: 5px;
}
.borda{
	border: 1px solid #044f7b;
}
.borda_vermelha{
	border: 1px solid red;
}
.curriculo input{
	cursor: pointer;
}
.curriculo p{
	padding-left: 110px;
	width: 100%;
	line-height: 50px;
}
.slider-button:hover{
	background: #044f7b;
}
.slider-button:hover a{
	color: white;
}
.has-error{
	border: 1px solid red!important;
}
/*parallax*/

.parallax {
	background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*Acoes_Sociais*/
.acoes_sociais{
	padding: 80px 0;
	background: #f1f4f9;
}
.acoes_sociais span{
    color: #7d7d7d;
    font-size: 13px;
}
.acoes_sociais h2{
	margin-bottom: 80px;
}
.acoes_box{
	float:left;
    margin-bottom: 60px;
}
.acoes_box figure{
	height: auto;
}
.acoes_box img{
	height: 100%;
	object-fit: cover
}
.premios{
	padding: 80px 0;
	background: #f1f4f9;
}
.premios span{
    color: #7d7d7d;
    font-size: 13px;
}
.premios h2{
	margin-bottom: 80px;
}
/*********************************
6. Device
*********************************/

.device
{
	padding-bottom: 120px;
	background: #fafbfb;
}
.device_content
{
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.device_items
{
	margin-top: 40px;
}
.device_item
{
	margin-bottom: 50px;
}
.device_item:last-child
{
	margin-bottom: 0px;
}
.device_item span
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 61px;
	height: 61px;
	background: #044f7b;
	color: #FFFFFF;
	font-size: 18px;
	border-radius: 50%;
	float: left;
}
.device_item p
{
	display: block;
	vertical-align: middle;
	padding-left: 76px;
	padding-top: 15px;
	font-weight: 600;
	color: #044f7b;
}
.devices_button
{
	margin-top: 61px;
}
.devices_button:hover
{
	background: #044f7b;
}
.devices_button:hover a
{
	color: #FFFFFF;
}
.device_image
{
	height: 100%;
	padding-left: 21px;
}
.device_image_container
{
	width: calc(50vw - 45px);
	height: 100%;
	padding-top: 195px;
}
.device_image_container img
{
	max-width: 100%;
}
.device_image_background
{
	position: absolute;
	top: 0;
	left: 21px;
	width: 50vw;
	height: 511px;
	background: #044f7b;
	z-index: -1;
}
.dropdown-menu a:after{
	display: none!important;
}
.dropdown-menu a img{
	margin: 5px 8px;
}

#consultoria-menu{
	min-width: 385px!important;
	width: 385px!important;
}
.sistemas .icon_box_item{
	height: 200px!important;
}
.sistemas .icon_box_item h2{
	font-size: 16px;
}

.sistema-box{
	height: 120px;
	background: #fff;
    padding: 0 16px;
    -webkit-box-shadow: 0px 2px 69px #97A1B238;
    -moz-box-shadow: 0px 2px 69px #97A1B238;
    box-shadow: 0px 2px 69px #97A1B238;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.sistema-box figure img{
	width: 80%;
}
.sistema-box figure{
	margin: 0;
}
.sistema-box h3{
	padding-left: 15px;
	font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.sistema-box:hover{
	background: #fefefe5e;
}

.dropdown .dropdown-menu .dropdown-item {
	font-weight: 400!important;
}
.nav-link{
	padding: 0;
}

/*FADEIN*/

.fadein{
	animation: fadein 0.3s;
}
/*TOP*/
.top{
	background: #f1f4f9;
    padding: 100px 0;
}
.top .top-box{
	margin-top: 24px;
    border-radius: 16px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.06);
    background-color: #fff;
    padding: calc(4 * 8px) calc(5 * 8px) calc(5 * 8px);
    -webkit-transition: .2s all ease;
    transition: .2s all ease;
    min-height: 280px;
}
.top #vantagem{
	padding-top: 80px;
}
/*DROPDOWN*/

.dropdown-item.active, .dropdown-item:active{
	color: #034f7b;
    text-decoration: none;
    background-color: #f1f4f9;
}
.dropdown-item:focus, .dropdown-item:hover{
	color: #1c689d;
    text-decoration: none;
    background-color: #f8f9fa;
}

#consultoria1{
	display: none;
}
#consultoria2{
	display: block;
}

#menu-sistema{
	left: auto!important;
    width: 930px!important;
    right: 0!important;
    transform: translate3d(-0px, 40px, 0px)!important;
    top: 0;
}
#menu-sistema button:focus{
	outline: none;
}
.dropbtn {
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  background-color: transparent;
  color: white;
  padding: .25rem 1.5rem;
  font-size: 16px;
  border: none;
  cursor: pointer;
  color: #034f7b;
}
.drop-mobile-container .dropbtn {
  line-height: 22px;
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  background-color: transparent;
  color: white;
  border-bottom: 1px solid #034d78!important;
  padding: 12px 1.5rem;
  font-size: 16px;
  border: none;
  cursor: pointer;
  color: #034f7b;
}
.drop-mobile-container .dropbtn img{
  margin-right: 8px;	
}

.dropbtn:hover, .dropbtn:focus {
  background-color: #f8f9fa;
}

.drop {
  width: 100%;
  position: relative;
  display: inline-block;
}

.drop img{
  margin-right: 8px;	
}
.dropdown-content { 
  padding: 6px 0px 0px;
  width: 100%;
  display: none;
  position: absolute;
  background-color: #f8f9fa;
  min-width: 160px;
  overflow: auto;
  border: 1px solid rgba(0,0,0,.15);
  z-index: 1;
  top: 0;
  left: 100%;
}
#myDropdown a{
	font-weight: 400!important;
}
#myDropdown a:hover{
	background-color: #f8f9fa;
}
.dropdown-content a {
  font-weight: 400;
  color: black;
  padding: 6px 10px;
  text-decoration: none;
  display: block;
}

.drop a:hover {background-color: #ddd;}

.show {display: block;}

.icone-sistema{
    font-size: 15px;
    position: absolute;
    right: 10px;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: 1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: 100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-content a{
	font-weight: 400!important;
	font-size: 16px!important;
	text-transform: capitalize!important;
	display: flex!important;
	line-height: 120%!important;
	align-items: center!important;
}
.dropbtn:focus:after{
	display: block;
	content: "";
	position: absolute;
	width: 5px;
	height: 100%;
	right: -1px;
	z-index: 1000;
	background: #f8f9fa;
	top: 0;
}
.drop-rfid{
	width: 500px!important;
}
.container_varejo{
	width: 1360px;
	margin: 0 auto;
}
.drop-mobile{
	padding: 0!important;
    width: 100%!important;
    position: relative!important;
    background-color: #f8f9fa!important;
    min-width: 100%!important;
    border: none!important; 
    z-index: 1!important;
    left: 0!important;
    top: 0!important;
    -webkit-animation: fade 4s ease-in-out forwards!important;
	-webkit-animation-delay: 2s!important;
	-moz-animation: fade 4s ease-in-out forwards!important;
	-moz-animation-delay: 2s!important;
	-o-animation: fade 4s ease-in-out forwards!important;
	-o-animation-delay: 2s!important;
	animation: fade 4s ease-in-out forwards!important;
	animation-delay: 2s!important;
}
.drop-mobile a:last-child{
	border-bottom: 1px solid #034d78!important;
}
@media (max-width: 1360px) {
	.container_varejo{
		width: 98%;
		margin: 0 1%;
	}		
	.container_varejo .software-menu ul li{
		border: 1px solid #dde4ef;
    	height: 120px;
	}
}
@media (max-width: 1440px){
	#menu-sistema{
    left: -700px!important;
    width: 930px!important;
    right: 0!important;
    transform: translate3d(-0px, 40px, 0px)!important;
    top: 0;
	}
}
@media (max-width: 1210px){
	#menu-sistema{
	left: -590px!important;
    width: 820px!important;
	}
}
@media (max-width: 1006px){
	#menu-sistema {
	    left: -828px!important;
	    width: 761px!important;
    }
}
@media (max-width: 680px){
	.breadcrumb_title{
		width: 100%!important;
	}
}
.menu-mobile{
	background: #f8f9fa;
}
.menu-mobile a{
	display: block;
	padding: 0!important;
	font-weight: 400!important;
}
.a-mobile{
	font-weight: 500!important;
	padding: 0!important;
	border-bottom: 1px solid #034d78;
	display: flex;
	align-items: center;
}

/*MENU DO SITE*/

.main{width: 100%; background: #FFF;}
/*General Menu Styling*/
.mainnav{margin: 0 auto}
li{list-style: none;}
li a{text-decoration: none; cursor: pointer;}
.dropdown{position: absolute; width: 255px;top: 35px; opacity: 0;visibility: hidden;transition: ease-out .35s;-moz-transition: ease-out .35s;-webkit-transition: ease-out .35s;background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
padding: 10px 0!important;}
.mainnav li{float: left;}
.mainnav li a{ display: block;padding: 2px 20px;color: #034f7b;}
.mainnav li:hover{background: #fff;transition: ease-in .35s;-moz-transition: ease-in .35s;-webkit-transition: ease-in .35s;}
.mainnav li:hover a{color: #044f7b;transition: ease-in .35s;-moz-transition: ease-in .35s;-webkit-transition: ease-in .35s;}
/*First Level*/
.subs {left: 0px;position: relative;top: 0px;width: 100%;}
.hassubs:hover .dropdown,.hassubs .hassubs:hover .dropdown{opacity: 1; z-index: 11;visibility: visible; transition: ease-in .35s;-moz-transition: ease-in .35s;-webkit-transition: ease-in .35s;}
.mainnav li:hover ul a,.mainnav li:hover ul li ul li a{color: #034f7b;}
.mainnav li ul li:hover,.mainnav li ul li ul li:hover{background: #fff;transition: ease-in-out .35s;-moz-transition: ease-in-out .35s;-webkit-transition: ease-in-out .35s;}
.mainnav li ul li:hover a,.mainnav li ul li ul li:hover a{transition: ease-in-out .35s;-moz-transition: ease-in-out .35s;-webkit-transition: ease-in-out .35s;}
/*Second Level*/
.hassubs .hassubs .dropdown .subs{left: 0px;position: relative; width: 100%; top: 0px;}
.hassubs .hassubs .dropdown{position: absolute;width: 100%;left: 100%;top: 0px;opacity: 0;visibility: hidden;transition: ease-out .35s;-moz-transition: ease-out .35s;-webkit-transition: ease-out .35s; }

#dropdown-sistema{
	width: 500px;
	background: white;
	left: 140px;
	z-index: 999999999;
}
.sub{
	z-index: 2;
	width: 350px!important;
	background-color: #f1f4f9!important;
}
.sub li{
	width: 100%!important;
}
.contabilidade .subs{
	width: 100%!important;
}
.consultoria .subs{
	width: 100%!important;
}
.contabilidade{
	width: 320px;
}
.consultoria{
	width: 360px;
}
.subs img{
	padding: 1px;
	margin-right: 8px;
	margin-top: 4px;
    margin-bottom: 4px;
}
.subs a{
	display: flex!important;
	align-items: center!important;
	line-height: 18px!important;
	font-size: 13px;
}
.subs a:hover{
	/*background: #0000004d*/
	background: #cef0fc;
	/*background: #fbbd1f;*/
	color: white;
}
.menu-title{
	font-weight: 400;
	font-size: 16px;
}
.active{
	font-weight: 700;
}
@media (max-width: 1800px){
	.header{
		height: 154px;
	}
}
@media (max-width: 1600px){
	#dropdown-sistema {
    width: 500px;
    background: white;
}
@media (max-width: 992px){
	.acoes_box img{
		height: 240px;
	}
	.unidade_border{
		border: none;
	}
	.unidades_menu{
		text-align: center;
		margin-bottom: 60px;
	}
	.dl-menuwrapper{
		display: block!important;
	}
	.main{
		display: none!important;
	}
}
.sub li a:hover{
	background: #FFF!important;
}
.dl-menu img{
	margin-right: 8px;
	border-radius: 6px;
    background: #ffffff;
    /*border-radius: 50%;
    border: 2px solid white;*/
    padding: 3.5px;
}
.dl-menu a{
	display: flex!important;
    align-items: center!important;
}

.sobre .icon_boxes{
	padding-top: 170px!important;
}
.white-box{
	margin-top: 24px!important;
    border-radius: 16px!important;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.06)!important;
    background-color: #fff!important;
    padding: calc(4 * 8px) calc(5 * 8px) calc(5 * 8px)!important;
    -webkit-transition: .2s all ease!important;
    transition: .2s all ease!important;
    min-height: 280px!important;
}
.breadcrumb_title .atual p{
	color: #FFF!important;
}

@media (max-width: 1440px){
	.unidades{
		height: auto;
	}
}
@media (max-width: 768px){
	.acoes_box img{
		height: 340px;
	}
	.unidades{
		padding: 80px 0px;
	}
	.unidade_icons{
		justify-content: center;
		display: flex;
	}
	.unidade_icons a{
		justify-content: center;
		display: flex;
		width: 26px;
	}
}
@media (max-width: 480px){
	.acoes_box img{
		height: 240px;
	}
}	

.dspfot br{
	display: block;
}
@media(max-width: 1000px){
.dspfot br{
	display: none;
}
}
