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

/******************************
COLOR PALETTE

#B0D5DD - Cta Content
#28262d - Cabeçalhos H
#909090 - Textos do Corpo
#3B64AA  - (Spanish Violet)
#3B64AA - Azul do logo
#130E25 - Azul escuro da assinatura de email
#545656 - Cinza do logotipo
#ed9c2e - call-to-action
#fd9c2f - Link hover

[Tabela de Conteúdo]
1. Fonts
2. Corpo e Estilos Gerais
3. início
	3.1 Header
		3.1.1 Logotipo
		3.1.2 Navegação Principal
		3.1.3 Pesquisa
		3.1.4 Hamburger
	3.2 Hero Slider
	3.3 Seta Próximo Scroll
4. Menu
5. Caixas de Ícones
6. Slider Vertical
7. Produtos
	7.1 Produtos Slider
8. Novidades
9. Chamada para ação
10. Linha de Texto
11. Assinar noticías
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');

@font-face {
	font-family: Barrio;
	src: url(plugins/fontawesome-free-5.0.1/webfonts/fa-solid-900.ttf);
}

/*********************************
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: 15px;
	line-height: 2;
	font-weight: 400;
	background: #FFFFFF;
	color: #6e6e6e;
}

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: 15px;
	line-height: 1.86;
	font-weight: 400;
	color: #909090;
	-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;
	border-bottom: solid 1px #28262d;
	-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: #ed9c2e;
}
p a:hover
{
	color: #FFFFFF;
	background: #fd9c2f ;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #3b64aa;
	color: #cacaca ;
}
p::selection
{
	background: #3b64aa;
}
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: #28262d;
	-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;
}
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: #cacaca !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #cacaca !important;
}
::-moz-placeholder /* Firefox 19+ */
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #cacaca !important;
}
:-ms-input-placeholder
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #cacaca !important;
}
::input-placeholder
{
	font-size: 14px !important;
	font-style: italic !important;
	font-weight: 400 !important;
	color: #cacaca !important;
}
.form-control
{
	color: #3b64aa;
}
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%;
	overflow: hidden;
}
.button
{
	display: inline-block;
	height: 54px;
	/*width: 174px;*/
	text-align: center;
	/*border: solid 2px #3B64AA ;*/
	background: transparent;
}
.button a
{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 50px;
	text-transform: uppercase;
	color: #3B64AA ;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}

/* Botão back-to-top */
.back-to-top {
	position: fixed;
	display: none;
	background: #3b64aa;
	color: #fff;
	width: 44px;
	height: 44px;
	text-align: center;
	line-height: 1;
	font-size: 16px;
	border-radius: 50%;
	right: 15px;
	bottom: 15px;
	transition: background 0.5s;
	z-index: 999;
}

.back-to-top i {
	padding-top: 12px;
	color: #fff;
}

.back-to-top:hover {
	background-color: #fd9c2f;
}

.back-to-top [class^="icon-"], [class*=" icon-"] {
	height: 16px;
	width: 16px;
	display: inline-block;
	fill: #fff;
	margin-top: 12px;
}

/* Prelaoder */

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999;
	overflow: hidden;
	background: #fff;
}

#preloader:before {
	content: "";
	position: fixed;
	top: calc(50% - 30px);
	left: calc(50% - 30px);
	border: 6px solid #f2f2f2;
	border-top: 6px solid #007bff;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	-webkit-animation: animate-preloader 1s linear infinite;
	animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes animate-preloader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.vertical-align-center {
	vertical-align: middle;
}

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

.home
{
	width: 100%;
	height: 100vh;
	/*box-shadow: 0px 45px 59px rgba(24, 29, 33, 0.37);*/
}
.home_background_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.home_background
{
	width: 100%;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	/*background-position: center center;*/
	background-position-x: center;
	background-position-y: bottom;
	margin: 0;
	margin-top:128px;
}

.product_home {
	box-shadow: 0px 35px 45px rgba(24, 29, 33, 0.27);
}


.product_detail {
	height: Calc(100% - 80px);
	background-repeat: no-repeat;
	background-size: cover;
	background-position-x: center;
	background-position-y: bottom;
	padding: 0;
	margin-top: 80px;
}


.product_detail h2 {

	margin-left: 20%;
	margin-right: 20%;
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	margin-top: 150px;
}

.product_detail p {
	color: #fff;
	font-size: 20px;
	margin-left: 20%;
	margin-right: 20%;
}

.product_detail span {
	color: #f5821f;
}

.product_detail button {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}

.product_detail .btn {
	color: #fff;
	padding: 15px 25px;
	cursor: pointer;
	margin-top: 30px;
}

.product_detail  .btn-orange {
	background: #ed9c2e;
}

.product_detail .btn-blue {
	background: #3b64aa;
}

.product_detail .btn-orange:hover {
	background-color: #f5821f;
}

.product_detail .btn-blue:hover {
	background-color: #002fb2be;
}

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

.home_generic
{
	width: 100%;
	height: 372px;
}
.home_generic .home_background_container_generic
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home_generic .home_background_generic
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


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

/*********************************
3.3 Swiper Slider
*********************************/

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

.swiper-container  .millgest {
	background-image: url('../imagens/slider_millgest.jpg');
}

.swiper-container  .millmotors {
	background-image: url('../imagens/slider_millmotors.jpg');
}

.swiper-container  .millpde {
	background-image: url('../imagens/slider_millpde.png');
}


.swiper-slide {
	text-align: center;
	font-size: 18px;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	margin-top:68px;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;

}

.swiper-slide h2 {
	margin-left: 20%;
	margin-right: 20%;
	margin-top: 16px;
	font-size: 48px;
	font-weight: 700;
	color: #fff;
	z-index: 99;
}

.swiper-slide p {
	margin-left: 20%;
	margin-right: 20%;
	color: #fff;
	font-size: 22px;
	z-index: 99;

}


.swiper-slide span {
	color: #f5821f;
}

.swiper-slide .btn {
	color: #fff;
	padding: 15px 25px;
	cursor: pointer;
	margin-top: 30px;
}

.swiper-slide button.btn {
	font-size: 16px;
	padding: 13px;
}

.swiper-slide .btn-blue {
	background: #3b64aa;
}

.swiper-slide .btn-orange {
	background: #ed9c2e;
}

.swiper-slide .btn-blue:hover {
	background-color: #002fb2be;
}

.swiper-slide .btn-orange:hover {
	background-color: #f5821f;
}

.swiper-slide .slider_img_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.swiper-slide .call-to-action {
	margin-bottom: 65px;
}

button.hamburger_container {
	margin-right: 12px;
}

.footer_copyright p.p_footer {
	font-size: 10px;

}

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

.home_generic .next_section_scroll_generic
{
	bottom: 15px;
}

.home_generic .next_section_generic i {
	color: #fff;
}


.home_generic .next_section_generic:hover i
{
	color: #ed9c2e;
	cursor: pointer;
}


/*********************************
3.1 Header
*********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	background: rgba(255,255,255,1);
	z-index: 10;
	box-shadow: 0 10px 29px 0 rgba(56, 58, 65, 0.3);
}
.header.scrolled
{
	height: 80px;
	background: rgba(255,255,255,1);
}

/*********************************
3.1.1 Logotipo
*********************************/

.logo
{
	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: #3b64aa;
	text-transform: uppercase;
}

/*********************************
3.1.2 Navegação Principal
*********************************/

.main_nav
{
	flex-basis: 200%;
	margin-left: 50px;

}
.main_nav ul
{
	display: inline-block;
	margin-right: 20px;
	-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: 65px;
}
.main_nav ul li:last-child
{
	margin-right: 0px;
}
.main_nav ul li a
{
	display: block;
	font-size: 15px;
	font-weight: 600;
	line-height: 40.51px;
	color: #545656;
}

.main_nav ul li .dropdown-menu a:active {
	background-color: #28262d;
	color: #fff;
}

.main_nav ul li a:hover
{
	color: #fd9c2f;
}

.main_nav ul li.active a
{
	font-weight: 700;
	color: #fd9c2f;
}


/*********************************
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: #3b64aa;
}
.hamburger_container:hover i
{
	color: #3b64aa;
}

button.hamburger_container {
	background-color: transparent;
	border: #3b64aa 2px solid;
	border-radius: 20%;
}

/*********************************
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: 236px;
	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: block;
	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: #3b64aa;
	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: #cacaca;
}
.hero_slider_nav div:hover::before
{
	opacity: 1;
	transform: scale(1);
}
.hero_slider_nav div:hover i
{
	color: #130E25;
}
.hero_side_text_container
{
	position: absolute;
	top: 0;
	right: 285px;
	width: 865px;
	height: 236px;
	background: #130e25;
	z-index: 9;
	transform-origin: top right;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.hero_side_text
{
	width: 80.5%;
	height: 100%;
	padding-right: 170px;
	padding-top: 51px;
	float: left;
}
.hero_side_text h2
{
	display: block;
	font-size: 30px;
	font-weight: 300;
	color: #cacaca;
}
.hero_side_text p
{
	display: block;
	font-size: 16px;
	font-weight: 300;
	line-height: 2.25;
	color: #FFFFFF;
}
.double_arrow_container
{
	width: 19.5%;
	height: 100%;
	float: left;
}
.double_arrow
{
	padding: 5px;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
	cursor: pointer;
}
.double_arrow i
{
	color: #FFFFFF;
}
.double_arrow i:first-child
{
	margin-right: -3px;
}
.double_arrow:hover i
{
	color: #3b64aa;
}

.slider-title h2 {
	margin-left: 20%;
	margin-right: 20%;
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	margin-top: 10%;
	z-index: 99;
}

.slider-title p {
	color: #fff;
	font-size: 20px;
	z-index: 99;

}


.slider-title span {
	color: #f5821f;
}

.slider-title .btn {
	color: #fff;
	padding: 15px 25px;
	cursor: pointer;
	margin-top: 30px;
}

.slider-title .btn-blue {
	background: #3b64aa;
}

.slider-title .btn-orange {
	background: #ed9c2e;
}

.slider-title .btn-blue:hover {
	background-color: #002fb2be;
}

.slider-title .btn-orange:hover {
	background-color: #f5821f;
}

.slider_img_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider_img_container h2
{
	font-size: 16px;
}

.slider_img
{
	max-width: 100%;
	max-height: 100%;
}



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

.next_section_scroll
{
	display: block;
	position: absolute;
	left: 50%;
	bottom: 20px;

	-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;

}
.home .next_section i {
	color: #fff;
}

.next_section i {
	color: #28262d;
}

.next_section i:first-child
{
	margin-bottom: -4px;
}
.next_section_scroll:hover i
{
	color: #ed9c2e;
}

/*********************************
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;
}
.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: #ed9c2e;
}
.menu ul
{
	padding-top: 115px;
	padding-right: 50px;
	width: 100%;
}
.menu ul li
{
	position: relative;
	padding: 20px;
	width: 100%;

}
.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: #3b64aa;
	content: '';
}

.menu ul li a
{
	color: #28262d;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	font-size: 19px;
}

.menu ul li.active a
{
	font-weight: 700;
}

.menu ul li a:hover
{
	color: #ed9c2e;
}

/*********************************
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;
	border: #28262d solid 1px;
	color: #28262d;
}
.search_button:hover
{
	border-color: #fd9c2f;
	color: #fd9c2f;
}
.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);
}


/*********************************
5. Icon Boxes
*********************************/

.icon_boxes
{
	width: 100%;
	padding-top: 123px;
	padding-bottom: 129px;
}

.icon_boxes .next_section_scroll .next_section i {
	color: #28262d;

}

.icon_box_title
{
	padding-right: 50px;

}
.icon_box_title h2
{
	line-height: 1.25;
	font-size: 36px;
}
.icon_box_button
{
	background-color: #ed9c2e;
	border: #ed9c2e 2px solid;
	margin-top: 40px;
	margin-bottom: 70px;
	color: #fff;
	width: 250px;
	padding: 20px 30px;
	box-shadow: 0px 45px 59px rgba(24, 29, 33, 0.37);

}
.icon_box_button a {
	color: #28262d;
	font-weight: 500;
}

.icon_box_button:hover
{
	background-color:#fd9c2f;
}
.icon_box_button:hover a
{
	color: #FFFFFF;
}
.icon_box_col
{
	padding-top: 21px;
}
.icon_box_item
{
	margin-bottom: 63px;

}
.icon_box_item:last-child
{
	margin-bottom: 0px;
}
.icon_box_item h2
{
	margin-bottom: 21px;
}
.icon_box_item p
{
	margin-bottom: 0px;
}

/*********************************
5. Icon Boxes Product
*********************************/

.icon_boxes_product
{
	width: 100%;
	padding-bottom: 85px;
	padding-top: 85px;
}

.icon_boxes_product .next_section_scroll .next_section i {
	color: #28262d;

}

.icon_boxes_product .icon_box_title
{
	margin-left: 30px;

}
.icon_boxes_product .icon_box_title h2
{
	line-height: 1.25;
	font-size: 40px;
	font-weight: 700;
}
.icon_boxes_product .icon_box_button
{
	background-color: #ed9c2e;
	border: #ed9c2e 2px solid;
	margin-top: 40px;
	color: #fff;
	width: 250px;
	padding: 20px 30px;
	box-shadow: 0px 45px 59px rgba(24, 29, 33, 0.37);
	margin-left: 30px;

}
.icon_boxes_product .icon_box_button a {
	color: #28262d;
	font-weight: 500;
}

.icon_boxes_product .icon_box_button ul {
	margin:2px;
}



.icon_boxes_product .icon_box_button:hover
{
	background-color:#fd9c2f;
}
.icon_boxes_product .icon_box_button:hover a
{
	color: #FFFFFF;
}
.icon_boxes_product .icon_box_col
{
	padding-top: 21px;
}
.icon_boxes_product .icon_box_item
{
	margin-bottom: 63px;
}

.icon_boxes_product .icon_box_item span {
	color: #28262d;
	margin-right: 10px;;
}



.icon_boxes_product .icon_box_item:last-child
{
	margin-bottom: 0px;
}
.icon_boxes_product .icon_box_item h2
{
	margin-bottom: 21px;
}
.icon_boxes_product .icon_box_item p
{
	margin-bottom: 0px;
}

/*********************************
5. Icon Boxes Clients
*********************************/

.icon_boxes_clients
{
	width: 100%;
	padding-top: 123px;
	padding-bottom: 129px;
}

.icon_boxes_clients .next_section_scroll .next_section i {
	color: #28262d;

}

.icon_boxes_clients .icon_box_title
{
	padding-right: 50px;

}
.icon_boxes_clients .icon_box_title h2
{
	line-height: 1.25;
	font-size: 36px;
}
.icon_boxes_clients .icon_box_button
{
	background-color: #ed9c2e;
	border: #ed9c2e 2px solid;
	margin-top: 40px;
	margin-bottom: 70px;
	color: #fff;
	width: 250px;
	padding: 20px 30px;
	box-shadow: 0px 45px 59px rgba(24, 29, 33, 0.37);

}
.icon_boxes_clients .icon_box_button a {
	color: #28262d;
	font-weight: 500;
}

.icon_boxes_clients .icon_box_button:hover
{
	background-color:#fd9c2f;
}
.icon_boxes_clients .icon_box_button:hover a
{
	color: #FFFFFF;
}
.icon_boxes_clients .icon_box_col
{
	padding-top: 21px;
}
.icon_boxes_clients .icon_box_item
{
	margin-bottom: 63px;

}
.icon_boxes_clients .icon_box_item:last-child
{
	margin-bottom: 0px;
}
.icon_boxes_clients .icon_box_item h2
{
	margin-bottom: 21px;
}
.icon_boxes_clients .icon_box_item p
{
	margin-bottom: 0px;
}



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

.v_slider_section
{
	height: 625px;

}
.v_slider_section_image
{

}
.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.37);
}
.v_slider_content
{
	margin-left: 70px;

}
.v_slider_container
{

}
.v_slider
{
	width: 100%;


}
.v_slider_item
{
	border: none !important;
	min-height: 575px;
	margin-top: 50px;
}

.v_slider_item p {
	font-size: 14px;
}
.v_slider_item:focus
{
	outline: none !important;
	border: none !important;
}
.v_slider_item h1
{
	line-height: 52px;
	font-size: 40px;
	margin-top: 0;
	text-transform: uppercase;
}

.v_slider_item h2 {
	margin-top: 3px;
	text-transform: uppercase;
	font-size: 39px;
	font-weight: 700;
	margin-bottom: 35px;
}

.v_slider_item h1:last-of-type
{
	margin-bottom: 15px;
}
.person
{
	margin-top: 45px;
}
.person_image
{
	width: 44px;
	height: 44px;
}
.person_image img
{
	width: 100%;
}
.person_meta
{
	padding-left: 28px;
}
.person_name
{
	font-size: 15px;
	color: #28262d;
	margin-top: -5px;
	margin-bottom: -6px;
}
.person_title
{
	font-size: 13px;
	color: #909090;
}
.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: #cacaca;
	-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: #3B64AA ;
}

.v_slider_item .accordion .card_header {
	width: 100%;
	font-size: 12px;
	color: #28262d;
	padding: 5px;
}
.btn_accordion {
	padding: 8px 5px;
	color: #fff;
	font-size: 14px;
}

.valores_card {
	width: 100%;
	padding: 0px;
	margin: 2px;
	background: #28262d;
	color: #fff;
	border: 0;

}

.valores_card:hover{
	background: #3B64AA;
	color: #fff;
	cursor: pointer;
}

.valores_item {
	background: #fff;
	color: #28262d;
	font-size: 12px;

}

.v_slider_item  {
	margin-top: 140px;
}

.v_slider_item_accordion h2 {
	margin-top: 0;
	margin-bottom: 10px;
}

.v_slider_item_accordion p {
	margin: 0;
	font-style: italic;
}

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

.services
{
	width: 100%;
	margin-top: 50px;
	padding-top: 130px;
	padding-bottom: 184px;
}
.section_title h1
{
	font-weight: 500;
}
.section_title span
{
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #28262d;
	margin-top: 20px;
}

/*********************************
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: #3B64AA ;
}
.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
{
	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: #ed9c2e;
	background-color: #ed9c2e;
	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_icon [class^="icon-"], [class*=" icon-"] {
	height: 42px;
	width: 42px;
	display: inline-block;
	fill: #3b64aa;

}


.services_item .button  {
	border-color: #ed9c2e;
	background-color: #ed9c2e;
	color: #fff;

}
.text-white
{
	color: #cacaca;
}
.service_item_button:hover
{
	background: #fd9c2f ;
}
.service_item_button:hover a
{
	color: #3B64AA ;
}
.services_item_inner .button .service-item-button a {
	color: #fff;
	border-color: #fff;
}
.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, [class^="icon-"], [class*=" icon-"]
{
	font-size: 40px;
	line-height: 1;
	color: #3B64AA ;
}
.services_slider .owl-item.active.center .services_item_inner .service_item_icon .icon, [class^="icon-"], [class*=" icon-"]
{
	font-size: 50px;
	color: #cacaca;

}

.services_slider .owl-item.active.center  [class^="icon-"], [class*=" icon-"] {
	height: 52px;
	width: 52px;
	fill: #cacaca;

}



.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;
}
.services_slider.owl-theme .owl-dots .owl-dot span
{
	width: 11px !important;
	height: 11px !important;
	background: #cacaca;
}
.services_slider.owl-theme .owl-dots .owl-dot.active span
{
	width: 18px !important;
	height: 18px !important;
	background: #3B64AA ;
}
.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% - 255px);
}
.services_slider_nav_right
{
	right: calc(50% - 255px);
}
.services_slider_nav i
{
	font-size: 18px;
	color:#909090;
}
.services_slider_nav:hover i
{
	color: #130E25;
}

.swiper-slider .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slider .swiper-container .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}



/*********************************
8. Features
*********************************/

.features
{
	padding-top: 120px;
	padding-bottom: 130px;
	background: #fafbfb;
}
.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;
	padding: 20px 30px;
	background: #ed9c2e;
	text-transform: uppercase;
	font-weight: 500;
	box-shadow: 0px 45px 59px rgba(24, 29, 33, 0.37);

}

.features_button a {
	color: #28262d;
}
.features_button:hover,
.features_button_2:hover
{
	background: #fd9c2f;
}
.features_button:hover a
{
	color: #FFFFFF;
}


.features_image .btn {
	background-color: #ed9c2e;

}

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

.cta
{
	width: 100%;
	background-color: #28262d;

}
.cta_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;

}
.cta_content
{
	padding-top: 116px;
	padding-bottom: 101px;

}
.cta_content h1
{
	color: #FFFFFF;
	margin-bottom: 25px;
}
.cta_content p
{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.875;
	color: #FFFFFF;
	margin-bottom: 0px;
}
.cta_image
{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}
.cta_image img
{
	width: 776px;
	height: auto;
}

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

.text_line
{
	width: 100%;
	background: #FFFFFF;
}
.text_line_image
{
	position: absolute;
	bottom: 100px;
	right: 0;
}
.text_line_image img
{
	max-width: 100%;
	height: 100%;
}
.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_content .button {
	background: #ed9c2e;
	border: 0;
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	box-shadow: 0px 45px 59px rgba(24, 29, 33, 0.37);
}

.text_line_button:hover
{
	background: #fd9c2f;
}
.text_line_button:hover a
{
	color: #FFFFFF;
}

/*********************************
10. Logo Clients
*********************************/

.logo_clients
{
	width: 100%;
	background: #FFFFFF;
	margin-top: 80px;
	margin-bottom: 80px;
}

.logo_clients_container {
	margin-top: 15px;
}


.logo_clients .logo_clients_image
{
	padding-top: 50px;
	padding-right: 50px;


}


.logo_clients .logo_clients_image img
{

}


.logo_clients .logo_clients_content
{
	margin-top: 80px;
	margin-right: 60px;
}


.logo_clients .logo_clients_content h1
{
	margin-bottom: 32px;

}


.logo_clients .logo_clients_content p
{
	margin-bottom: 41px;
}



.logo_clients .logo_clients_content .button {
	background: #ed9c2e;
	border: 0;
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	box-shadow: 0px 45px 59px rgba(24, 29, 33, 0.37);
}



.logo_clients .logo_clients_button:hover
{
	background: #fd9c2f;
}


.logo_clients .logo_clients_button:hover a
{
	color: #FFFFFF;
}


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

.text_line_products
{
	width: 100%;
	background: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;

}
.text_line_products .text_line_image
{
	position: relative;
	margin-top: 30%;
	right: 0;
}
.text_line_products .text_line_image img
{
	max-width: 100%;
	height: 100%;
}
.text_line_products .text_line_content
{
	padding-top: 0;
	padding-bottom: 0;
}
.text_line_products .text_line_content h1
{
	margin-bottom: 40px;
}
.text_line_products .text_line_content p
{
	margin-bottom: 41px;
}

.text_line_products .text_line_content .button {
	background: #ed9c2e;
	border: 0;
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
	box-shadow: 0px 45px 59px rgba(24, 29, 33, 0.37);
}

.text_line_products .text_line_button:hover
{
	background: #fd9c2f;
}
.text_line_products .text_line_button:hover a
{
	color: #FFFFFF;
}


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

.newsletter
{
	width: 100%;
	background: #28262d;
}
.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_form_container .button {
	border: #ed9c2e solid 2px;
	color: #fff;
	background: #ed9c2e;
}

.newsletter_form_container .button:hover {
	background:#fd9c2f;
}

.newsletter_form_container input {
	background: #fff;
	color: #28262d;
	width: 100%;
	margin-bottom: 20px;
}


.newsletter_email
{
	height: 53px;
	background: #3B64AA ;
	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: #3B64AA ;
}
.newsletter_submit_button:focus
{
	outline: none;
	border: none;
}

/*********************************
5. Blog
*********************************/

.blog
{
	padding-top: 130px;
}
.blog_container
{
	padding-bottom: 40px;
}
.post_container
{

}
.blog .card
{
	width: calc(50% - 15px);
	margin-bottom: 80px;
	margin-left: 10px;
	border-radius: 0px;
	border: 1px solid #dcdcdc;
	float: left;
}
.blog .card:hover
{
	border-color: transparent;
	box-shadow: 0px 21px 43px rgba(0,0,0,0.07);
}
.blog .card-img-top
{
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.blog .card-body
{
	padding-top: 44px;
	padding-left: 65px;
	padding-bottom: 72px;
	padding-right: 40px;
}
.blog .card-header
{
	border-radius: 0px !important;
	margin-bottom: -1px;
	padding: 0px;
	background-color: transparent;
	border-bottom: none;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #3B64AA ;
}
.blog .card-title
{
	margin-bottom: 16px;
}
.blog .card-title a
{
	font-size: 24px;
	color: #2e2e2e;
}
.blog .card-title a:hover
{
	color: #3B64AA ;
}
.blog .blog_pages
{
	margin-bottom: 120px;
}
.blog .blog_pages ul li
{
	display: inline-block;
	margin-right: 20px;
}
.blog .blog_pages ul li a
{
	font-size: 15px;
	font-weight: 600;
	color: #909090;
}
.blog .blog_pages ul li a:hover
{
	color: #3B64AA ;
}
.blog .blog_pages ul li.active a
{
	color: #3B64AA ;
}

/*********************************
6. Sidebar
*********************************/

.sidebar
{
	width: 100%;
}
.sidebar_search_container
{
	width: 100%;
}
.sidebar_search_form
{
	position: relative;
	width: 100%;
}
.sidebar_search_input
{
	width: 100%;
	height: 40px;
	border: none;
	border-bottom: solid 1px #dad9dc;
	padding-bottom: 24px;
	line-height: 1;
	margin-top: 0px;
	display: block;
	box-sizing: border-box;
	outline: none !important;
	box-shadow: none !important;
}
.sidbar_search_input:focus
{
	outline: none !important;
	border: none;
	border-bottom: solid 1px #dad9dc !important;
	box-shadow: none !important;
}
.sidebar_search_button
{
	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: -11px;
	right: 0;
	width: 40px;
	height: 40px;
	border: none;
	outline: none;
	background: transparent;
	cursor: pointer;
}
.sidebar_search_button:hover .search_path
{
	fill: #3b64aa;
}
.sidebar_search_button:active
{
	background: #3b64aa;
	outline: none !important;
	border: none;
	box-shadow: none !important;
}
.sidebar_search_button:focus
{
	background: transparent;
	opacity: 0.5;
	outline: none !important;
	border: none;
	box-shadow: none !important;
}
.sidebar_search_button:active .search_path,
.sidebar_search_button:focus .search_path
{
	color: #FFFFFF;
	z-index: 10;
}
.sidebar_section
{

}
.categories_section
{
	margin-top: 69px;
}
.sidebar_section_title
{
	font-size: 18px;
	font-weight: 400;
	color: #2e2e2e;
}

/*********************************
6.1 Sidebar Categories
*********************************/

.sidebar_categories
{
	padding-left: 53px;
}
.sidebar_categories ul
{
	margin-top: 31px;
}
.sidebar_categories ul li
{
	position: relative;
}
.sidebar_categories ul li::before
{
	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%);
	left: -23px;
	width: 7px;
	height: 7px;
	background: #dad9dc;
	content: '';
	border-radius: 50%;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.sidebar_categories ul li a
{
	font-size: 15px;
	font-weight: 400;
	color: #909090;
}
.sidebar_categories ul li:hover::before
{
	background: #3B64AA ;
}

/*********************************
6.2 Sidebar Gallery
*********************************/

.gallery_section
{
	margin-top: 62px;
}
.gallery_items
{
	margin-top: 40px;
}
.gallery_item
{
	display: inline-block;
	width: calc(33.33333333% - 6px);
	margin-bottom: 9px;
}
.gallery_item img
{
	width: 100%;
}
.gallery_item:focus,
.gallery_item:active,
.gallery_item a:focus,
.gallery_item a:active
{
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}
#cboxCurrent
{
	bottom: -3px;
}

/*********************************
6.3 Sidebar Tags
*********************************/

.tags_section
{
	margin-top: 60px;
}
.tags_container
{
	margin-top: 16px;
}
.tag_item
{
	background: #3B64AA ;
	height: 39px;
	margin-right: 13px;
	margin-bottom: 16px;
}
.tag_item a
{
	display: block;
	font-size: 15px;
	font-weight: 400;
	line-height: 39px;
	color: #FFFFFF;
	padding-left: 28px;
	padding-right: 28px;
}

/*********************************
6.4 Sidebar Quote
*********************************/

.quote_section
{
	margin-top: 54px;
}
.quote_quote
{
	margin-top: 28px;
}
.quote_text
{
	font-style: italic;
	margin-top: 17px;
}


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

.footer
{
	padding-top: 99px;
}
.footer_logo
{
	padding-left: 0px;
	margin-bottom: 39px;
}
.footer_logo a
{
	color: #28262d;
	line-height: 1;
}
.footer_intro p
{
	margin-bottom: 0px;
}

.footer_intro p a {
	border: 0;

}

.footer_intro a:hover {
	color: #ed9c2e;
	background: none;

}



.footer_social
{
	margin-top: 27px;
}
.footer_social ul
{
	display: inline-block;
	margin-left: 5px;
}
.footer_social ul li
{
	display: inline-block;
	margin-right: 2px;
}
.footer_social ul li a
{
	padding: 0;
}
.footer_social ul li a i
{
	font-size: 30px;
	color: #28262d;
}
.footer_social ul li a:hover i
{
	color: #fd9c2f;
}

.footer_social [class^="icon-"], [class*=" icon-"] {
	height: 32px;
	width: 32px;
	display: inline-block;
	fill: #28262d;
}
.footer_social [class^="icon-"]:hover, [class*=" icon-"]:hover {
	fill: #fd9c2f;
	color: #28262d;
}
.footer_cr
{
	font-size: 16px;
	font-weight: 500;
	color: #cacaca;
	margin-top: 65px;
}
.footer_cr_2
{
	display: block;
	font-size: 12px;
	font-weight: 500;
	color: #28262d;
	margin-top: 65px;
}
.footer_col
{
	margin-bottom: 27px;
}
.footer_col:last-child
{
	margin-bottom: 0px;
}
.footer_col_title
{
	font-size: 18px;
	font-weight: 500;
	color: #28262d;
	margin-bottom: 9px;
}
.footer_col ul li
{
	margin-bottom: 4px;
}
.footer_col ul li a
{
	font-size: 16px;
	font-weight: 500;
	color: #909090;
	-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: #fd9c2f;
}

.footer_copyright {
	background-color: #28262d;
	color: #fff;
	height:auto;
	padding-top: 10px;
	margin-top: 50px;
}

.footer_copyright div {
	margin-top: 15px;
	font-size: 12px;
}

.footer_copyright p {
	font-size: 18px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
}


p.p_footer {
	font-size: 20px;
}
/*********************************
7. Call to action 2
*********************************/

.cta_2
{
	padding-top: 82px;
	padding-bottom: 78px;
	background: #28262d;
}
.cta_2_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.cta_2_content h1
{
	color: #FFFFFF;
	margin-bottom: 4px;
}
.cta_2_content span
{
	font-size: 20px;
	color: #FFFFFF;
	padding-left: 4px;
}
.cta_2_button_container
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	width: 100%;
	height: 100%;
	padding: 13px;
}
.cta_2_button_container .button, .cta_2_button
{
	border:0;
	background: #ed9c2e;
}
.cta_2_button a
{
	color: #FFFFFF;
}
.cta_2_button:hover
{
	background: #f5821f;
}
.cta_2_button:hover a
{
	color: #28262d;
}


.suport_icon {
	margin-top: 200px;
	margin-bottom: 85px;
}

.suport_icon_title {
	padding-right: 45px;
}

.suport_icon_title h1 {
	font-size: 48px;
	font-weight: 700;
}

.suport_icon_container h2 {
	margin: 40px auto;
}

.suport_icon_container h2 a {
	font-size: 42px;
	font-weight: 700;
	color: #28262d;
}

.suport_icon_container h2 a:hover {
	color: #ed9c2e;
}

.suport_icon_title p  {
	font-size: 20px;
}
.suport_icon_container p {
	margin: 0 auto;
}

.suport_icon_container p a {
	font-size: 18px;
	text-decoration: none;
	border: 0;
}

.suport_icon_container p a:hover {
	color: #ed9c2e;
	background: none;
	text-emphasis-color: none;
}

.suport_icon_item div {


}

.suport_icon_item a {
	color: #2e2e2e;
	font-size: 12px;

}

.suport_icon_item a:hover {
	color: #ed9c2e;
}

.suport_icon_item .icon_left {
	padding-left:90px;
	padding-right: 10px;
}

.suport_icon_item .icon_right {
	padding-right: 90px;
	padding-left: 10px;
}

.footer_partners {
	margin-top: 0;
	margin-bottom: 80px;
	box-shadow: 0px 15px 15px rgba(24, 29, 33, 0.13);
	padding-bottom: 75px;
	padding-top: 45px;
}

.footer_partners h1 {
	font-size: 48px;
	font-weight: 500;
	margin-bottom: 50px;
}
/******************************

[Tabela de Conteúdo]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

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


@media only screen and (max-width: 1600px)
{

}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	.main_nav ul
	{
		margin-right: 80px;
	}
	.main_nav ul li
	{
		margin-right: 50px;
	}
	.v_slider .slick-dots
	{
		right: -55px;
	}
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	.next_section_scroll
	{
		display: block;
	}

	.product_detail h2 {
		margin-top: 90px;
	}

}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	.hero_side_text_container
	{
		display: none;
	}
	.logo
	{
		padding-left: 50px;
	}
	.logo a
	{
		font-size: 28px;
	}
	.search
	{
		width: auto;
		margin-right: 40px;
	}
	.main_nav ul
	{
		margin-right: 68px;
	}
	.hero_slider_nav_right
	{
		display: block;
	}
	.next_section_scroll
	{
		display: block;
	}
	.footer_logo
	{
		padding-left: 0px;
	}
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{

}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	.v_slider .slick-dots
	{
		right: -15px;
	}
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	/** {
		margin: 0;
		padding: 0;
		font-size: 14px;
	}

	.super_container {
		text-align: center;
	}*/	
	
	
	

	.text_line_image img {
		height: auto;
	}

	.home .swiper-slide {
		background-image: url('../imagens/slider_millgest.jpg');
	}
	.home .slider-title h2 {
		font-size: 25px;
		margin: 100px 20px 10px 20px;
		padding-top: 10px;
		font-size: 18px;

	}

	.home .slider-title p {
		font-size: 10px;
		margin-left: 30px;
		margin-right: 30px;
	}

	.home .slider-title .btn-orange {
		background: #ed9c2e;
	}

	.swiper-slide {
		font-size: 18px;
		margin-top:68px;

	}

	.swiper-slide h2 {
		margin-left: 20%;
		margin-right: 20%;
		margin-top: 16px;
		font-size: 42px;
		font-weight: 700;
	}

	.swiper-slide p {
		color: #fff;
		font-size: 20px;

    }
    
    .swiper-slide span {
        font-size: 38px;
    }


	.swiper-slide .btn {
		color: #fff;
		padding: 15px 25px;
		margin-top: 30px;
	}

	.swiper-slide button.btn {
		font-size: 16px;
		padding: 13px;
	}

	.swiper-slide .btn-blue {
		background: #3b64aa;
	}

	.swiper-slide .btn-orange {
		background: #ed9c2e;
	}

	.swiper-slide .btn-blue:hover {
		background-color: #002fb2be;
	}

	.swiper-slide .btn-orange:hover {
		background-color: #f5821f;
	}


	.swiper-slide .call-to-action {
		margin-bottom: 65px;
	}

}

/************
6. 991px
************/

@media only screen and (max-width: 991px) {	

	.home .slider-title h2 {
		font-size: 42px;
		margin: 45px 45px 10px 45px;
	}

	.home .slider-title p {
		font-size: 18px;
	}

	.main_nav {
		display: none;
	}

	.icon_box_col
	{
		padding-top: 0px;
		margin-top: 63px;
	}
	.icon_box_button
	{
		margin-bottom: 30px;

	}
	.item_1 span:first-child
	{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.item_1 span:nth-child(2)
	{
		margin-bottom: 9px;
	}
	.item_1 span:nth-child(2) img
	{
		width: 150px;
	}
	.item_1 span:nth-child(3)
	{
		font-size: 186px;
		margin-bottom: 0px;
	}
	.item_1 span:nth-child(4)
	{
		font-size: 20px;
	}
	.hamburger_container
	{
		display: inline-block;
	}
	.v_slider_section
	{
		height: auto;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.v_slider .slick-dots
	{
		right: 0px;
	}
	.v_slider_item
	{
		padding-right: 100px;
	}
	.v_slider_image
	{
		position: relative;
		top: auto;
		-webkit-transform: none;
		-moz-transform:  none;
		-ms-transform:  none;
		-o-transform: none;
		transform: none;
		right: auto;
		box-shadow: 0px 45px 59px rgba(24, 29, 33, 0.23);
	}
	.v_slider_image img
	{
		width: 100%;
	}
	.v_slider_content {
		margin-top: auto;
		margin-bottom: auto;
		margin-left: 10px;
	}

	.logo_clients .logo_clients_content {
		margin-top: 0;
		margin-right: 0;
	}

	.features_button
	{
		display: none;
	}
	.features_button_2
	{
		display: inline-block;
		margin-bottom: 0px !important;
	}
	.features_col
	{
		padding-bottom: 0px;
		padding-top: 0px;
	}
	.features_col > div:last-of-type
	{
		margin-bottom: 60px;
	}
	.features_image
	{
		margin-bottom: 50px;
	}
	.cta_image
	{
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		height: auto;
		padding-top: 58px;
	}
	.cta_image img
	{
		max-width: 100%;
		width: 776px;
		height: auto;
	}
	.cta_content
	{
		padding-top: 60px;
	}
	.text_line_image
	{
		position: relative;
		bottom: auto;
		right: auto;
		padding-top: 109px;
	}
	.text_line_content
	{
		padding-top: 60px;
	}
	.newsletter_form_container
	{
		margin-top: 41px;
	}

	
	.footer_social
	{
		margin-bottom: 60px;
	}
	.footer_cr
	{
		display: none;
	}
	.footer_cr_2
	{
		display: block;
    }
    
    .icon_boxes_product .icon_box_button {
        margin-left: auto;
        margin-right: auto;
    }

    
}

/************
7. 959px
************/

@media only screen and (max-width: 959px) {

	.home .slider-title h2 {
		font-size: 42px;
	}

	.home .slider-title p {

		font-size: 18px;

	}

}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{

	.home .slider-title h2 {
		font-size: 30px;
		margin: 20px 16% 5px;
	}

	.home .slider-title p {

		font-size: 12px;
		margin: 5px 16% 5px;

	}

	.home .slider-title button.btn {
		font-size: 12px;
		padding: 5px;
		margin-top: 5px;
	}

	.home .slider-title .call-to-action {
		margin-bottom: 75px;
	}

	.icon_boxes {
		padding-top: 0;
		padding-bottom: 0;
	}

}

/************
9. 768px
************/

@media only screen and (max-width: 768px) {

}

/************
10. 767px
************/

@media only screen and (max-width: 767px) {
    
    

	.header.scrolled {
		height: 75px;
		padding: 15px;
	}

	h1
	{
		font-size: 36px;
	}
	.logo
	{
		padding-left: 30px;
	}

	.slider_img_container, .slider-title {
		max-height: 168px;
	}

	.slider_img {
		margin-top: 68px;
	}

	.slider-title h2 {
		margin-top: 130px;
	}
	.hero_slider_nav_left
	{
		left: 30px;
	}
	.hero_slider h2{
		margin: 0;
	}
	.hero_slider_nav_right
	{
		right: 30px;
	}
	.v_slider_item h1
	{
		line-height: 1.083;
	}
	.v_slider_item h1:last-of-type
	{
		margin-bottom: 63px;
	}
	.person
	{
		margin-top: 30px;
	}

	.product_detail {
		margin-top: 68px;
	}

	.product_detail h2 {
		margin-top: 30px;
		font-size: 22px;
	}

	.product_detail p {
		font-size: 13px;
	}

	.icon_boxes_product {
		margin-top: 0;
		padding-top:25px;
		padding-bottom: 25px;
	}

	.icon_boxes_product .icon_box_title h2 {
		margin-top: 40px;
		font-size: 22px;
	}

	.logo_clients .logo_clients_image {
		padding:10px;
		margin: 0;
	}

	.cta_2_button_container {
		align-items: center;
	}

	.logo_clients .logo_clients_content {
		margin: 0;

	}

	.logo_clients .logo_clients_content .button {
		width: 200px;
		margin-bottom: 70px;
    }  

}

/************
11. 575px
************/

@media only screen and (max-width: 575px) {
	.logo {
		padding-left: 15px;
	}
	.hamburger_container
	{
		margin-right: 5px;
	}

	.hero_slider_nav
	{
		display: none;
	}
	.item_1 span:first-child
	{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.item_1 span:nth-child(2)
	{
		margin-bottom: 5px;
	}
	.item_1 span:nth-child(2) img
	{
		width: 120px;
	}
	.item_1 span:nth-child(3)
	{
		font-size: 100px;
	}
	.item_1 span:nth-child(4)
	{
		font-size: 16px;
	}
	.v_slider_item
	{
		padding-right: 0px;
	}
	.services
	{
		padding-top: 100px;
		padding-bottom: 0px;
	}
	.services_slider .owl-stage
	{
		right: auto;
	}
	.service_slider_outer
	{
		width: 100%;
		height: 663px;
	}
	.services_item_inner
	{
		background: #3B64AA ;
		padding-left: 15px;
		padding-right: 15px;
	}
	.service_item_button
	{
		bottom: -84px;
		visibility: visible;
		opacity: 1;
	}
	.services_item_inner h2
	{
		color: #fff;
	}
	.services_item_inner p
	{
		color: #fff;
	}
	.services_slider .owl-item.center
	{
		margin-left: 0px !important;
		margin-right: 15px !important;
	}
	.services_slider .owl-item.active.center .services_item_inner
	{
		height: 475px;
	}
	.services_slider_nav
	{
		display: none;
	}
	.cta_content
	{
		padding-top: 40px;
	}
	.cta_content p
	{
		font-size: 14px;
	}
	.newsletter_email
	{
		padding-left: 15px;
	}
	.footer_col ul li a
	{
		font-size: 14px;
	}
	.footer_cr_2
	{
		font-size: 14px;
	}

	.suport_icon {
		margin-top: 125px;
		margin-bottom: 85px;
	}

	.suport_icon_title {
		padding: 0 10px;
	}

	.suport_icon_title p {
		text-align: center;
		padding: 0;
	}

	.suport_icon_title h1 {
		text-align: center;
		padding: 0;
	}

	.suport_icon_container h2 {
		text-align: center;
	}

	.icon_left {
		padding-left:90px;
		padding-right: 10px;
	}

	.icon_right {
		padding-right: 90px;
		padding-left: 10px;
	}
	.footer_partners {
		padding-top: 0;
	}
	.footer_partners h1 {
		font-size: 25px;
	}

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

	.footer .footer_col li {
		display: block;
		text-align: center;
	}
	.footer .footer_col li {
		padding: 3px;
	}

	div.footer_social {
		text-align: center;
    }
    
   .fa-li {
        display: none;
    }

   .fa-ul {
        margin-left: 0;
    }
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{

	button.hamburger_container {
		margin-right: 12px;
	}

	.footer_copyright {
		padding: 5px 20px;
	}

}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
	h1{font-size: 24px;}
	h2{font-size: 20px;}
	p{font-size: 13px;}
	.header
	{
		height: 68px;
	}
	.header.scrolled
	{
		height: 50px;
	}

	.logo a {
		font-size: 18px;
	}
	.button {
		height: 40px;
		width: 140px;
		font-size: 11px;
		line-height: 37px;
	}
	.button a
	{
		font-size: 11px;
		line-height: 37px;
	}
	.icon_box_col
	{
		margin-top: 43px;
	}
	.icon_box_item
	{
		margin-bottom: 43px;
	}
	.icon_box_button
	{
		margin-top: 22px;
		margin-bottom: 20px;
	}
	.v_slider_item h1:last-of-type
	{
		margin-bottom: 40px;
	}
	.section_title span
	{
		font-size: 14px;
		margin-top: 22px;
	}
	.services_slider_container
	{
		margin-top: 60px;
	}
	.person_name
	{
		font-size: 13px;
	}
	.person_title
	{
		font-size: 11px;
	}
	.services_slider_container
	{
		margin-top: 0px;
	}
	.features_item
	{
		margin-bottom: 40px;
	}
	.features_col > div:last-of-type
	{
		margin-bottom: 40px;
	}
	.text_line_content
	{
		padding-top: 40px;
	}
	.text_line_content h1
	{
		margin-bottom: 21px;
	}
	.text_line_content p
	{
		margin-bottom: 21px;
	}

	.text_line_products .text_line_image
	{
		margin-top: 0;
		padding: 30px ;
	}

	.text_line_products .text_line_image img 
	{
	height: auto;
	}

	.newsletter_content
	{
		padding-bottom: 121px;
	}
	.newsletter_email
	{
		height: 40px;
		width: calc(100% - 140px - 26px);
	}
	.newsletter_submit_button
	{
		vertical-align: middle;
		margin-left: auto;
		margin-right: auto;
	}
	.newsletter_title h1
	{
		margin-bottom: 17px;
	}
	.newsletter_title span
	{
		display: block;
		font-size: 14px;
		line-height: 1.7;
	}

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


	.swiper-slide {
		font-size: 18px;
		margin-top:68px;

	}

	.swiper-slide h2 {
		margin-left: 20%;
		margin-right: 20%;
		margin-top: 16px;
		font-size: 30px;
		font-weight: 700;
	}

	.swiper-slide p {
		color: #fff;
		font-size: 15px;

	}


	.swiper-slide .btn {
		color: #fff;
		padding: 15px 25px;
		margin-top: 30px;
	}

	.swiper-slide button.btn {
		font-size: 16px;
		padding: 13px;
	}

	.swiper-slide .btn-blue {
		background: #3b64aa;
	}

	.swiper-slide .btn-orange {
		background: #ed9c2e;
	}

	.swiper-slide .btn-blue:hover {
		background-color: #002fb2be;
	}

	.swiper-slide .btn-orange:hover {
		background-color: #f5821f;
	}


	.swiper-slide .call-to-action {
		margin-bottom: 65px;
	}

	button.hamburger_container {
		margin-right: 12px;
	}

	.footer_copyright p.p_footer {
		font-size: 10px;

    }
    
    .fa-li {
        display: none;
    }

   .fa-ul {
        margin-left: 0;
    }


}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{

	.home p {
		margin: 5px 35px 5px 35px;
	}

	.home .btn {
		font-size: 10px;
		margin: 5px;
		padding: 3px;
	}

	.icon_boxes  {
		margin-top: 25px;
		max-height: 170px;
	}

	.icon_boxes {
		margin-top: 25px;

	}

	.home {
		height:auto;

	}

	.services {
		padding-top: 20px;
		height: 710px;
	}

	.services div.owl-item.active {
		padding: 0;
		margin-top: 0;
	}

	.services div.services_item_inner {
		margin: 0;
		padding-top: 20px;
		margin-top: 0;
		height: 400px;
		text-align: center;
	}

	.services div.service_item_button {
		margin-left: 90px;
	}

	.services_slider .owl-stage-outer {
		padding-top: 40px;
		height: 500px;
	}

	.features {
		margin-top: 0x;
		padding-top: 0;
	}

	.swiper-slide button.btn {
		font-size: 12px;
		padding: 7px;

	}

	button.hamburger_container {
		margin-right: 10px;
	}

	.footer_copyright p.p_footer {
		font-size: 10px;
	}

	.home .swiper-slide h2 {
		font-size: 28px;
	}

	.home .swiper-slide span {
		font-size: 26px;
	}

	.home .swiper-slide p {
		font-size: 16px;
	}


}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	.home .swiper-slide {
		background-image: url('../imagens/bg_mobile.png');
	}

	.home .swiper-slide h2 {
		font-size: 28px;
    }
    
    .home .swiper-slide span {
        font-size: 26px;
    }

	button.hamburger_container {
		margin-right: 5px;
	}

	.suport_icon_title h1 {
		font-size: 26px;
		margin-right: 20px;
		margin-left: 20px;
	}


	.footer_copyright p.p_footer {
		font-size: 8px;
	}

	.suport_icon_item {
		padding: 10px;
	}


	.suport_icon_item a {
		font-size: 14px;
	}


	.suport_icon_container h2 a {
		font-size: 25px;
	}

	.suport_icon_container p a {
		font-size: 13px;

	}

	.icon_left {
		padding-left:90px;
		padding-right: 10px;
	}

	.icon_right {
		padding-right: 90px;
		padding-left: 10px;
	}

	.text_line_products .text_line_image {
	    margin-top: 10%;
    }

    

}