/*
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Author: Maugus Creative Studio
Author URI: https://www.maug.us
*/

/*INIT GLOBAL*/
html {
    margin-top: 0 !important;
    overflow-x: hidden;
}
body{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #999999;
	font-size: 14px;
	line-height: 25px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin: 0 0 0 0;
}


/*GLOBAL*/

.bt-default{
	display: block;
	float: left;
	padding: 20px 35px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-radius: 5px;
	text-decoration: none;
	margin-right: 20px;
	-webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}
.bt-default.center{
	display: table;
	float: none;
	margin: 0 auto;
	font-size: 20px;
}
.bt-default.blue{
	color: #FFF;
	background-color: rgba(32,48,78,.95);
}
.bt-default.blue:hover{
	color: #FFF;
	background-color: rgba(228,108,10,.95);
	text-decoration: none;
}
.bt-default.orange{
	color: #FFF;
	background-color: rgba(228,108,10,.95);
}
.bt-default.orange:hover{
	color: #FFF;
	background-color: rgba(32,48,78,.95);
	text-decoration: none;
}
/*HEADER*/
.header {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    z-index: 999;
    -webkit-transition: all 0.2s ;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s ;
    transition: all 0.2s ;
}
.header .pre-header{
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);

}
.header .pre-header .social{
	float: right;
	padding-right: 30px;
}
.header .pre-header .social ul{
	list-style: none;
	display: block;
	float: left;
	width: auto;
	padding-left: 20px;
	margin-left: 20px;
	height: 55px;
	line-height: 55px;
	position: relative;
}
.header .pre-header .social ul li{
	float: left;
}
.header .pre-header .social ul li .share-label{
	display: block;
	float: left;
	font-size: 13px;
	color: rgba(228,108,10,1);
	margin-right: 3px;
	height: 55px;
	line-height: 55px;
	text-transform: uppercase;
}
.header .pre-header .social ul li a{
	display: table-cell;
	float: left;
	height: 55px;
	line-height: 55px;
	background: transparent;
	padding: 0 5px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.header .pre-header .social ul li:last-child a{
	margin-right: 0;
}
.header .pre-header .social ul li a svg{
	vertical-align: middle;
	width: 24px;
	height: 24px;
    float: left;
    margin-top: 15px;
}
.header .pre-header .social ul li a:hover .st0{
	fill: rgba(228,108,10,1);
}
.header.fixed .pre-header .social ul li a:hover .st0{
	fill: rgba(32,48,78,1);
}
.header.fixed  .pre-header .social ul li .share-label{
	color: #FFF;
}
.header .pre-header .whatsapp{
	display: block;
	float: left;
	height: 55px;
	line-height: 55px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	color: rgba(32,48,78,1);
	font-size: 18px;
	background: rgba(228,108,10,1);
	padding-right: 20px;
	position: relative;
	-webkit-transition: all 0.2s ;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s ;
    transition: all 0.2s ;
}
.header .pre-header .whatsapp:before{
	content: '';
	position: absolute;
	top: 0;
	left: -800px;
	width: 800px;
	height: 55px;
	background: rgba(228,108,10,1);
	-webkit-transition: all 0.2s ;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s ;
    transition: all 0.2s ;
}
.header.fixed .pre-header .whatsapp,
.header.fixed .pre-header .whatsapp:before{
	background: rgba(32,48,78,1);
	color: rgba(228,108,10,1);;
}
.header .pre-header .whatsapp .phone{
	font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 500;
	color:#FFF ;
	margin-left: 15px;
	display: inline-block;
}
.header .pre-header .whatsapp i{
	width: 28px;
	height: 28px;
	margin-top: 8px;
	float: left;
	margin-right: 10px;
}
.header .pre-header .whatsapp .info{
	display: block;
	float: left;
}

.header header{
	background: transparent;
	padding: 30px 60px;
	-webkit-transition: all 0.2s ;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s ;
    transition: all 0.2s ;
}
.header.fixed {
	background: #FFF;
	webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5);
}
.header.fixed .pre-header{
	background: rgba(228,108,10,1);
}
.header.fixed header{
	padding: 30px 60px;
}
.header header .navbar{
	margin-bottom: 0;
}
.header header .navbar-brand{
	height: 60px;
	padding: 0;
	position: relative;
    z-index: 2;
    opacity: 0;
    z-index: 5;
    position: relative;
}
.header header .navbar-brand img{
	height: 100%;
}
.header header .navbar-nav{
	float: right;
	margin-top: 14px;
}
.header header .navbar-nav > li >a {
    padding: 0;
    line-height: 32px;
    margin: 0 20px;
    text-shadow: none;
    font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #FFF;
}
.header.fixed header .navbar-brand{
	opacity: 1;
}
.header header .brand-banner{
	position: absolute;
    width: 390px;
    top: 110px;
    opacity: 1;
    -webkit-transition: all 0.1s ;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s ;
    transition: all 0.1s ;
    z-index: 1;
}
.header header .brand-banner img{
	 z-index: 2;
    position: relative;
}
.header.fixed header .brand-banner{
	opacity: 0;
	margin-top: -480px;
}
.header.fixed header .navbar-nav > li >a {
	color: #8896a0;
}
.header header .nav>li>a:focus,
.header header .nav>li>a:hover,
.header header .nav>li>a.active {
    text-decoration: none;
    background-color: transparent;
    color:rgba(228,108,10,1);
}
.header header .languages{
	display: block;
	float: right;
	height: 32px;
	margin-top: 14px;
	position: relative;
	padding-left: 40px;
	margin-left: 40px;
}
/*HEADER*/
/*BANNER HEADER*/
.banner-header{
	width: 100%;
	height: 350px;
	background-color:#20304e ;
	border-bottom: 35px solid rgba(228,108,10,1);
	background-size: cover!important;
	position: relative;
	z-index: 1;
	position: relative;
}
.banner-header:before{
	content: '';
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0,11,32);
	background: -moz-linear-gradient(145deg, rgba(0,11,32,0.8995973389355743) 30%, rgba(0,11,32,0.20211834733893552) 100%);
	background: -webkit-linear-gradient(145deg, rgba(0,11,32,0.8995973389355743) 30%, rgba(0,11,32,0.20211834733893552) 100%);
	background: linear-gradient(145deg, rgba(0,11,32,0.8995973389355743) 30%, rgba(0,11,32,0.20211834733893552) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000b20",endColorstr="#000b20",GradientType=1);
}
/*BANNER HEADER*/
/*FEATURED BANNER*/
.featured-banner .slick-dots{
	bottom: 50px;
}
.slick-dots li.slick-active button:before {
    opacity: .95;
    color:rgba(228,108,10,1);
}
.slick-dots li button:before{
	font-size: 50px;
	opacity: .95;
    color: #FFF;
}
.featured-banner{
	width: 100vw;
	height: 100vh;
	background-color:#20304e ;
	border-bottom: 35px solid rgba(228,108,10,1);
}
.featured-banner .featured-banner-list{
	width: 100%;
	height: 100%;
}
.featured-banner .featured-banner-list .slick-list,
.featured-banner .featured-banner-list .slick-track,
.featured-banner .featured-banner-item .container{
	height: 100%;
}
.featured-banner  .featured-banner-item:before{
	content: '';
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0,11,32);
	background: -moz-linear-gradient(145deg, rgba(0,11,32,0.8995973389355743) 30%, rgba(0,11,32,0.20211834733893552) 100%);
	background: -webkit-linear-gradient(145deg, rgba(0,11,32,0.8995973389355743) 30%, rgba(0,11,32,0.20211834733893552) 100%);
	background: linear-gradient(145deg, rgba(0,11,32,0.8995973389355743) 30%, rgba(0,11,32,0.20211834733893552) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000b20",endColorstr="#000b20",GradientType=1);
}
.featured-banner .featured-banner-item{
	width: 100%;
	height: 100%;
	background-size: cover!important;
	position: relative;
	z-index: 1;
	position: relative;
}
.featured-banner .featured-banner-item .featured-banner-item-info{
	transform: translateY(-50%);
	position: relative;
	top: 50%;
	z-index: 3;
}
.featured-banner .featured-banner-item .featured-banner-item-info h3{
	color: #FFF;
	font-size: 40px;
	text-transform: uppercase;
}
.featured-banner .featured-banner-item .featured-banner-item-info h2{
	color: #FFF;
	font-size: 60px;
	text-transform: uppercase;
	clear: both;
	
}
.featured-banner .featured-banner-item .featured-banner-item-info h3 span{
	display: block;
	float: left;
	height: 64px;
	line-height: 64px;
	margin-right: 20px;
}
.featured-banner .featured-banner-item .featured-banner-item-info h3 i{
	display: block;
	float: left;
	width: 64px;
	height: 64px;
	background-size: contain!important;
}
.featured-banner .featured-banner-item .featured-banner-item-info .buttons{
	display: block;
	float: left;
	margin-top: 50px;
}
/*FEATURED BANNER*/


/*FOOTER*/
footer{
	font-size: 15px;
	padding-top: 70px;
	background: #20304e;
}
footer h5{
	font-size: 20px;
	text-align: left;
	font-weight: 400;
	color: rgba(228,108,10,1);
	text-transform: uppercase;
}
footer .brand{
	width: 70%;
}
footer .brand img{
	width: 100%;
}
footer .sitemap ul,
footer .service-list-footer ul{
	margin-top: 30px;
	list-style: none;
	text-align: left;
	line-height: 23px;
	padding-left: 0;
}
footer .sitemap ul li a,
footer .service-list-footer ul li a{
	color: #8896a0;
	text-decoration: none;
}
footer .sitemap ul li a:hover,
footer .service-list-footer ul li a:hover{
	color: #FFF;
	text-decoration: none;
}
footer .contacts-list .contacts-info{
	margin-top: 30px;
	text-align: left;
	line-height: 30px;
}
footer .contacts-list .contacts-info a{
	color: #8896a0;
	text-decoration: none;
}
footer .contacts-list .contacts-info a:hover{
	color: #FFF;
	text-decoration: none;
}
footer .contacts-list .contacts-info .phone,
footer .contacts-list .contacts-info .whatsapp{
	height: 30px;
}
footer .contacts-list .contacts-info .phone span,
footer .contacts-list .contacts-info .whatsapp span{
	float: left;
	height: 18px;
}
footer .contacts-list .contacts-info .phone i,
footer .contacts-list .contacts-info .whatsapp i{
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 10px;
	margin-top: 8px;
}
footer .contacts-list .contacts-info .phone i{
	background: url("../images/ico-phone.svg") no-repeat center;
	background-size: contain;
}
footer .contacts-list .contacts-info .whatsapp i{
	background: url("../images/ico-whatsapp.svg") no-repeat center;
	background-size: contain;
}
footer .social{
	float: left;
	text-align: left;
	margin-top: 15px;
}
footer .social ul{
	list-style: none;
	padding: 0;
}
footer .social ul li{
	float: left;
}
footer .social ul li .share-label{
	font-size: 15px;
	font-weight: 400;
	color: rgba(228,108,10,1);
	margin-right: 3px;
}
footer .social ul li a{
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 3px;
	margin-top: 2px;
}
footer .social ul li:last-child a{
	margin-right: 0;
}
footer .social ul li a img{
	width: 100%;
}
footer .social ul li a:hover .st0{
	fill: rgba(228,108,10,1);
}
footer .address-list .address-item{
	margin-top: 30px;
	text-align: left;
	line-height: 30px;
	color: #8896a0;
}
footer .address-list .address-item address{
	margin-bottom: 10px;
	line-height: 30px;
}
footer .address-list .address-item a{
	color: rgba(228,108,10,1);
}
footer .address-list .address-item a:hover{
	color: #FFF;
}
footer .subfooter{
	margin-top: 80px;
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px solid #2b3e61;
}
footer .subfooter .copyright{
	float: left;
	height: 25px;
	line-height: 25px;
	color: #8896a0;
	font-size: 13px;
}
footer .subfooter .development{
	float: right;
	font-size: 11px;
	color: #8896a0;
	height: 25px;
	line-height: 25px;
	margin-left: 10px;
	padding-left: 10px;
	position: relative;
}
footer .subfooter .development a {
	color:  rgba(228,108,10,1);
}
footer .subfooter .development a:hover{
	color:  #FFF;
	text-decoration: none;
}
/*FOOTER*/

/*SEGURADORAS*/
.badges-list .badges-item{
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.badges-list .badges-item .badge-seguradora{
	display: table;
    float: none;
    margin: 0 auto;
}
.badges-list .badges-item .badge-seguradora .badge-img{
	display: table-cell;
    vertical-align: middle;
    height: 130px;
}
.badges-list .badges-item img{
	width: 90%;
	mix-blend-mode: multiply;
	/*-webkit-filter: grayscale(100%);*/ /* Safari 6.0 - 9.0 */
  	/*filter: grayscale(100%);*/
  	opacity: 1;
  	max-height: 130px;
  	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.badges-list .badges-item:hover img{
	/*-webkit-filter: grayscale(0%);*/ /* Safari 6.0 - 9.0 */
  	/*filter: grayscale(0%);*/
  	opacity: 1;
}
/*SEGURADORAS*/

/*PRODUTOS*/
section.products{
	padding-top:100px;
	padding-bottom:100px;
}

section.products-full{
	padding-top:100px;
	padding-bottom:100px;
}

section.products-full h1, section.products h1,section.products h2{
	text-align: center;
	font-size: 35px;
	color: rgba(228,108,10,1);
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 40px;
	padding-bottom: 40px;
	position: relative;
}
section.products-full h1:before, section.products h1:before, section.products h2:before{
	content: '';
	position: absolute;
	height: 1px;
	width: 60%;
	border-bottom: 1px solid #eeeeee;
	bottom: 0;
	left: 50%;
	margin-left: -30%;
}
section.products-full h1:after, section.products h1:after, section.products h2:after{
	content: '';
	position: absolute;
	height: 1px;
	width: 120px;
	border-bottom: 1px solid #2b3e61;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
}
section.products p.presentation{
	text-align: center;
	padding: 0 15%;
}
section.products p.presentation strong{
	color: rgba(228,108,10,1);
	font-weight: 600;
}
section.products .bt-arrow{
	display: block;
	float: left;
	width: 64px;
	height: 64px;
	margin-top: 200px;
	background-size:  contain;
}
section.products .bt-arrow.bt-arrow-prev{
	background:  url("../images/ico-arrow-prev.svg") no-repeat center;
}
section.products .bt-arrow.bt-arrow-next{
	background:  url("../images/ico-arrow-next.svg") no-repeat center;
}
section.products .products-container{
	display: block;
	float: left;
	width: calc(100% - 128px);
	margin-top: 60px;
}
section.products .products-container .product-list-item-card{
	padding: 25px;
	width: 100%;
	max-width: 100%;
	transform: scale(90%);
	border-radius: 20px;
	-webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25); 
	box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.25);
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    min-height: 365px;
}
section.products .products-container a{
	text-decoration: none;
}
section.products .products-container a:hover{
	text-decoration: none;
}
section.products .products-container a:hover .product-list-item-card{
	background: rgba(32,48,78,1);
	transform: scale(100%);
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0); 
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
section.products .products-container a .product-list-item-card h3{
	text-align: center;
	font-size: 20px;
	text-transform: uppercase;
	color: #2b3e61;
	line-height: 30px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	min-height: 60px;
}
section.products .products-container a:hover .product-list-item-card h3{
	color: rgba(228,108,10,1);
}
section.products .products-container .product-list-item-card .icon{
	width: 128px;
	height: 128px;
	background: #fff9f5;
	border-radius: 50%;
	display: table;
	margin: 30px auto;
		-webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
}
section.products .products-container a:hover .product-list-item-card .icon{
	background: #283754
}
section.products .products-container .product-list-item-card .icon i{
	transform: scale(105%);
	display: block;
	float: left;
	width: 128px;
	height: 128px;
}
section.products .products-container .product-list-item-card .icon.seguro-acidentes-pessoais i{background: url("../images/icons/seguro-acidentes-pessoais-orange.svg") no-repeat top center;}
section.products .products-container a:hover .product-list-item-card .icon.seguro-acidentes-pessoais i{background: url("../images/icons/seguro-acidentes-pessoais.svg") no-repeat top center;}

section.products .products-container .product-list-item-card .icon.seguro-automovel i{background: url("../images/icons/seguro-automovel-orange.svg") no-repeat top center;}
section.products .products-container a:hover .product-list-item-card .icon.seguro-automovel i{background: url("../images/icons/seguro-automovel.svg") no-repeat top center;}

section.products .products-container .product-list-item-card .icon.seguro-equipamentos-agricolas i{background: url("../images/icons/seguro-equipamentos-agricolas-orange.svg") no-repeat top center;}
section.products .products-container a:hover .product-list-item-card .icon.seguro-equipamentos-agricolas i{background: url("../images/icons/seguro-equipamentos-agricolas.svg") no-repeat top center;}

section.products .products-container .product-list-item-card .icon.seguro-patrimonial i{background: url("../images/icons/seguro-patrimonial-orange.svg") no-repeat top center;}
section.products .products-container a:hover .product-list-item-card .icon.seguro-patrimonial i{background: url("../images/icons/seguro-patrimonial.svg") no-repeat top center;}

section.products .products-container .product-list-item-card .icon.seguro-saude i{background: url("../images/icons/seguro-saude-orange.svg") no-repeat top center;}
section.products .products-container a:hover .product-list-item-card .icon.seguro-saude i{background: url("../images/icons/seguro-saude.svg") no-repeat top center;}

section.products .products-container .product-list-item-card .icon.seguro-transporte i{background: url("../images/icons/seguro-transporte-orange.svg") no-repeat top center;}
section.products .products-container a:hover .product-list-item-card .icon.seguro-transporte i{background: url("../images/icons/seguro-transporte.svg") no-repeat top center;}

section.products .products-container .product-list-item-card .icon.seguro-viagem i{background: url("../images/icons/seguro-viagem-orange.svg") no-repeat top center;}
section.products .products-container a:hover .product-list-item-card .icon.seguro-viagem i{background: url("../images/icons/seguro-viagem.svg") no-repeat top center;}

section.products .products-container .product-list-item-card .icon.seguro-vida i{background: url("../images/icons/seguro-vida-orange.svg") no-repeat top center;}
section.products .products-container a:hover .product-list-item-card .icon.seguro-vida i{background: url("../images/icons/seguro-vida.svg") no-repeat top center;}

section.products .products-container .product-list-item-card .icon.seguro-responsabilidade-civil i{background: url("../images/icons/seguro-responsabilidade-civil-orange.svg") no-repeat top center;}
section.products .products-container a:hover .product-list-item-card .icon.seguro-responsabilidade-civil i{background: url("../images/icons/seguro-responsabilidade-civil.svg") no-repeat top center;}

section.products .products-container .product-list-item-card span.know-more{
	display: table;
	float: none;
	margin: 0 auto;
	padding: 10px 15px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-radius: 5px;
	text-decoration: none;
	-webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
	color: #FFF;
	background-color: rgba(228,108,10,.95);
}
section.products-full .content{
	text-align: justify;
}

section.products-full .content strong{
color: rgba(228,108,10,1);
font-weight: 600;
}

section.products-full .content h2{
	text-align: left;
	font-size: 20px;
	color: #2b3e61;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 40px;
	padding-bottom: 40px;
	position: relative;
	margin-top: 50px;
}
section.products-full .content h2:before{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	bottom: 0;
	left: 0;
}
section.products-full .content h2:after{
	content: '';
	position: absolute;
	height: 1px;
	width: 250px;
	border-bottom: 1px solid rgba(228,108,10,1);
	bottom: 0;
	left: 0;
}
section.products-full .content ul{
	padding: 0 0 0 15px;
	list-style: none;
}
section.products-full .content ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: rgba(228,108,10,1); /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
section.products-full .content{
	margin-top: 60px;
}
section.products-full .content .image{
	width: 50%;
	float: right;
	margin-left: 50px;
	margin-bottom: 30px;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

section.products-full .content .image:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgb(228,108,10);
background: -moz-linear-gradient(145deg, rgba(228,108,10,0.8435749299719888) 30%, rgba(228,108,10,0.19931722689075626) 100%);
background: -webkit-linear-gradient(145deg, rgba(228,108,10,0.8435749299719888) 30%, rgba(228,108,10,0.19931722689075626) 100%);
background: linear-gradient(145deg, rgba(228,108,10,0.8435749299719888) 30%, rgba(228,108,10,0.19931722689075626) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e46c0a",endColorstr="#e46c0a",GradientType=1);
}
section.products-full .content .image i{
	position: absolute;
	display: block;
    top: 30px;
    left: 30px;
    width: 128px;
    height: 128px;
    background-size: contain!important;
    z-index: 3;
}
section.products-full .content .image img{
	width: 100%;
	position: relative;
	z-index: 1;
}
/*PRODUTOS*/
/*CONTATO*/
section.contact{
	padding-top:100px;
	padding-bottom:100px;
}

section.contact h1{
	text-align: center;
	font-size: 35px;
	color: rgba(228,108,10,1);
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 40px;
	padding-bottom: 40px;
	position: relative;
}
section.contact h1:before{
	content: '';
	position: absolute;
	height: 1px;
	width: 60%;
	border-bottom: 1px solid #eeeeee;
	bottom: 0;
	left: 50%;
	margin-left: -30%;
}
section.contact h1:after{
	content: '';
	position: absolute;
	height: 1px;
	width: 120px;
	border-bottom: 1px solid #2b3e61;
	bottom: 0;
	left: 50%;
	margin-left: -60px;
}
section.contact .content h2{
	text-align: left;
	font-size: 20px;
	color: #2b3e61;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 40px;
	padding-bottom: 40px;
	position: relative;
	margin-top: 50px;
}
section.contact .content h2:before{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	bottom: 0;
	left: 0;
}
section.contact .content h2:after{
	content: '';
	position: absolute;
	height: 1px;
	width: 250px;
	border-bottom: 1px solid rgba(228,108,10,1);
	bottom: 0;
	left: 0;
}
section.contact .content .forms{
	margin-top: /*30px*/;
	margin-bottom:0px;
	display: inline-block;
    width: 100%;
}
section.contact .content .forms input, .forms textarea, section.contact .content  .forms select{
	border: 1px solid #edebe8;
	font-size: 15px;
	padding-left: 20px;
	line-height: 49px;
	height: 49px;
	width: 100%;
	margin-top: 10px;
	border-left:5px solid rgba(32,48,78,1);
	background: #FFF;
	color: #5d5d6c;
}
section.contact .content .forms .nome input{
	margin-top: 0;
}
section.contact .content .forms textarea{
	height: 180px;
	resize: none;
	line-height: 25px;
	padding-top: 15px;
}
section.contact .content .forms .bt-send{
	display: block;
	float: left;
	padding: 20px 35px;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	border-radius: 5px;
	text-decoration: none;
	margin-right: 20px;
	-webkit-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    transition: background-color .3s ease-out;
    border: 0;
    line-height: normal;
    height: auto;
}
section.contact .content .forms .bt-send.blue{
	color: #FFF;
	background-color: rgba(32,48,78,.95);
}
section.contact .content .forms .bt-send.blue:hover{
	color: #FFF;
	background-color: rgba(228,108,10,.95);
	text-decoration: none;
}
section.contact .content .forms input:focus,
section.contact .content .forms input:active,
section.contact .content .forms textarea:focus,
section.contact .content .forms textarea:active,
section.contact .content .forms select:focus,
section.contact .content .forms select:active{
	outline: none;
	box-shadow: none;
}
section.contact .content .googlemaps{
	position: relative;
	margin: 50px 0 30px 0;
	border-left: 5px solid rgba(228,108,10,1);
	min-height: 360px;
}
section.contact .content .googlemaps .map{
	position: absolute;
	top: 0;
	left: 0;
	width: 940px;
}
section.contact .content .offices{
	padding-left: 20px;
	border-left: 5px solid rgba(228,108,10,1);
	display: inline-block;
	float: left;
	width: 100%;
}
section.contact .content .offices address{
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color:  rgba(228,108,10,1);
	margin-bottom: 10px;
}

section.contact .content .offices .contacts-info a{
	color: #8896a0;
	text-decoration: none;
}
section.contact .content .offices .contacts-info a:hover{
	color: rgba(228,108,10,1);;
	text-decoration: none;
}
section.contact .content .offices .contacts-info .phone,
section.contact .content .offices .contacts-info .whatsapp{
	height: 30px;
}
section.contact .content .offices .contacts-info .phone span,
section.contact .content .offices .contacts-info .whatsapp span{
	float: left;
	height: 18px;
}
section.contact .content .offices .contacts-info .phone i,
section.contact .content .offices .contacts-info .whatsapp i{
	width: 18px;
	height: 18px;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
}
section.contact .content .offices .contacts-info .phone i{
	background: url("../images/ico-phone.svg") no-repeat center;
	background-size: contain;
}
section.contact .content .offices .contacts-info .whatsapp i{
	background: url("../images/ico-whatsapp.svg") no-repeat center;
	background-size: contain;
}
/*CONTATO*/
/*INSTITUCIONAL*/
section.institutional{
	padding-top:100px;
	padding-bottom:0;
}
section.institutional .presentation{
	margin-top: 50px;
	text-align: justify;
}
section.institutional .presentation strong{
	color: rgba(228,108,10,1);
	font-weight: 600;
}
section.institutional .image{
	width: 100%;
	float: right;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin-top: 150px;
}

section.institutional .image:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgb(0,11,32);
	background: -moz-linear-gradient(145deg, rgba(0,11,32,0.8995973389355743) 30%, rgba(0,11,32,0.20211834733893552) 100%);
	background: -webkit-linear-gradient(145deg, rgba(0,11,32,0.8995973389355743) 30%, rgba(0,11,32,0.20211834733893552) 100%);
	background: linear-gradient(145deg, rgba(0,11,32,0.8995973389355743) 30%, rgba(0,11,32,0.20211834733893552) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000b20",endColorstr="#000b20",GradientType=1);
}
section.institutional .image img{
	width: 100%;
	position: relative;
	z-index: 1;
}
section.institutional .presentation h2{
	text-align: left;
	font-size: 20px;
	color: #2b3e61;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 40px;
	padding-bottom: 40px;
	position: relative;
	margin-top: 50px;
}
section.institutional .presentation h2:before{
	content: '';
	position: absolute;
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #eeeeee;
	bottom: 0;
	left: 0;
}
section.institutional .presentation h2:after{
	content: '';
	position: absolute;
	height: 1px;
	width: 250px;
	border-bottom: 1px solid rgba(228,108,10,1);
	bottom: 0;
	left: 0;
}
section.jpc-skils{
	margin-top: 100px;
	margin-bottom: 100px;
	padding-top:60px;
	padding-bottom:60px;
	background: rgba(228,108,10,1);
}

section.jpc-skils h3{
	text-align: center;
    font-size: 30px;
    color: #FFF;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
}
section.jpc-skils h3:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 60%;
    border-bottom: 1px solid #f68122;
    bottom: 0;
    left: 50%;
    margin-left: -30%;
}
section.jpc-skils h3:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 120px;
    border-bottom: 1px solid #f79e56;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
}
section.jpc-skils .skill-item{
	margin-top: 0px;
}
section.jpc-skils .skill-item h4{
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	margin-bottom: 20px;
	clear: both;
}
section.jpc-skils .skill-item p{
	color: #FFF;
	text-align: center;
	margin-bottom: 0;
}
section.jpc-skils .skill-item i {
    display: table;
    float: none;
    margin: 0 auto 20px auto;
    width: 64px;
    height: 64px;
}

section.resume{
	margin-bottom: 100px;
}

section.resume h2{
	text-align: center;
    font-size: 30px;
    color: #2b3e61;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 40px;
    padding-bottom: 40px;
    position: relative;
}
section.resume h2:before{
    content: '';
    position: absolute;
    height: 1px;
    width: 60%;
    border-bottom: 1px solid #eeeeee;
    bottom: 0;
    left: 50%;
    margin-left: -30%;
}
section.resume h2:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 120px;
    border-bottom: 1px solid rgba(228,108,10,1);
    bottom: 0;
    left: 50%;
    margin-left: -60px;
}
section.resume .resume-item{
	display: block;
	float: left;
	width: 100%;
	margin-top: 40px;
}
section.resume .resume-item .profile{
	width: 250px;
	height: 250px;
	border: 2px solid rgba(228,108,10,1);
	overflow: hidden;
	margin: 0 auto;
	display: table;
	border-radius: 50%;
	margin-bottom: 30px;
	background-size: cover!important;
}
section.resume .resume-item h3{
	text-align: center;
    font-size: 20px;
    color: #2b3e61;
    margin-bottom: 15px;
    text-transform: uppercase;
}
section.resume .resume-item h4{
	color: rgba(228,108,10,1);
	text-align: center;
	font-size: 17px;
	margin-bottom: 15px;
}
section.resume .resume-item p{
	text-align: center;
	padding: 0 30px;
}
section.resume .resume-item .contacts{
	text-align: center;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	padding-top: 15px;
	position: relative;
}
section.resume .resume-item .contacts:before{
	content: '';
	position: absolute;
	width: 60%;
	height: 1px;
	border-top: 1px solid #eeeeee;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
section.resume .resume-item .contacts:after{
	content: '';
	position: absolute;
	width: 60%;
	height: 1px;
	border-top: 1px solid #eeeeee;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
section.resume .resume-item .contacts .phone{
	font-size: 15px;
    color: #2b3e61;
    text-transform: uppercase;
    font-weight: bold;
}
section.resume .resume-item .contacts .email a{
	font-size: 15px;
    color: rgba(228,108,10,1);

    font-weight: bold;
}
.float-whastapp{
	position:fixed;
	width:64px;
	height:64px;
	bottom:90px;
	right:40px;
    z-index:100;
    background-color: #FFF;
    border-radius: 50%;
	box-shadow: 2px 2px 3px rgba(0,0,0,.4);
    z-index:100;
}
/*INSTITUCIONAL*/

