/*  
/*  
Theme Name: Grupo Atriex
Theme URI: http://www.agrodesign.com.br
Author: Agro Design
*/	

html {
}

body{
}

a:hover{
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6{
    margin: 0 0;
    padding: 0 0;
}

/* ======================================================
Header
======================================================= */

#bg-header{
	position:absolute;
	padding:0;
    display: inline-block;
    width:100%;
    height: 100%;
    background:#fff;
}

/* ======================================================
Menu
======================================================= */

.nav > li > a:hover,
.nav > li > a:focus {
  background-color: transparent;
}
.nav > .social-links > a {
  display: inline-block;
}

.navbar {
  padding:10px 0 0;
  border: 0;
}

.navbar .navbar-brand {
  position: relative;    
  margin: 10px 0;
  width:234px;
  height:72px;
  background: url("../images/logotipo.svg") no-repeat top center; 
  text-indent: -9999em; 
  overflow: hidden;
}

.navbar .navbar-nav > li > a {
  padding:10px 25px 15px;
  margin:15px 0 20px;
}

.navbar .navbar-nav > .social-links > a {
  padding: 10px 5px;
}

.navbar .navbar-nav.navbar-uppercase > li > a {
  font-family: 'Exo 2';    
  font-size: 12px;
  font-weight:800;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out; 
  -moz-transition: 0.3s ease-in-out; 
  -o-transition: 0.3s ease-in-out; 
   transition: 0.3s ease-in-out;    
}

.navbar .navbar-nav.navbar-uppercase > li > a i{
	font-size:15px;
    padding-left:5px;
}

.navbar .navbar-nav.navbar-uppercase > li > a .whats{
  background: rgb(68,105,193);
  background: linear-gradient(90deg, rgba(68,105,193,1) 0%, rgba(68,105,193,1) 35%, rgba(175,141,197,1) 100%);
  border-radius: 35px;
  font-family: 'Exo 2';    
  font-size: 12px;
  font-weight:800;
  color: #fff;
  box-shadow: 0px 8px 15px rgb(0 0 0 / 10%) !important;
  padding: 12px 20px 15px 20px;
  -webkit-transition: 0.3s ease-in-out; 
  -moz-transition: 0.3s ease-in-out; 
  -o-transition: 0.3s ease-in-out; 
   transition: 0.3s ease-in-out;       
}

.navbar .navbar-nav.navbar-uppercase > li > a .whats i{
	font-size:22px;
    padding-right:10px;
    vertical-align: middle;
}

.navbar .navbar-nav.navbar-uppercase > li > a .whats:hover{
  background: rgb(175,141,197);
  background: linear-gradient(90deg, rgba(175,141,197,1) 0%, rgba(175,141,197,1) 35%, rgba(68,105,193,1) 100%);
  color: #fff;
  -webkit-transition: 0.3s ease-in-out; 
  -moz-transition: 0.3s ease-in-out; 
  -o-transition: 0.3s ease-in-out; 
   transition: 0.3s ease-in-out;       
}

.navbar .navbar-nav.navbar-uppercase > li > a .ativo{	
    color: #926dab;
}

.navbar-default {
  background-color:#f6f9fc;
}

.navbar-default .navbar-nav > li > a:not(.btn) {
  color: #2872a9;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:not(.btn):hover,
.navbar-default .navbar-nav > .active > a:not(.btn):focus,
.navbar-default .navbar-nav > li > a:not(.btn):hover,
.navbar-default .navbar-nav > li > a:not(.btn):focus {
  background-color: transparent;
  border-radius: 3px;
  color: #926dab;
  -webkit-transition: 0.3s ease-in-out; 
  -moz-transition: 0.3s ease-in-out; 
  -o-transition: 0.3s ease-in-out; 
   transition: 0.3s ease-in-out;  
}

.navbar-default .navbar-nav .navbar-toggle:hover, .navbar-default .navbar-nav .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-default .navbar-brand {
  color:#926dab;
}
.navbar-default:not(.navbar-transparent) .btn-default:hover {
  color:#926dab;
  border-color:#926dab;
}

.navbar-default:not(.navbar-transparent) .btn-neutral, .navbar-default:not(.navbar-transparent) .btn-neutral:hover, .navbar-default:not(.navbar-transparent) .btn-neutral:active {
  color: #777777;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.navbar-transparent {
  padding-top:20px;
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

.navbar-toggle {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
}

.navbar.navbar-fixed-top {
  transition: all .5s .1s;
  border: 0;
}

.sub-menu {
    position: absolute;
    width: 250px;
    left: 10px;
    margin-top:-20px;
    text-align: left;
    padding: 0;
    display: none;
}

li:hover > .sub-menu {
    display: block;
}

.sub-menu li {
    display: block;
    text-align: left;
    position: relative;
	background:#4b72b7;
    line-height: 1;
    padding: 0;
}

.sub-menu li:last-child {
    border-bottom: none;
}

.sub-menu .sub-menu {
    left: 200px;
    top:0;
}

.sub-menu li a {
    color:#fff;
    transition: 0.1s;
    display: block;
    padding: 15px 16px;
    text-align: left;
    font-size: 12px;
    line-height:16px;
    font-family: 'Exo 2';
    font-weight:600;
    text-transform: uppercase;
    text-decoration: none;
    -o-transition: all 0.3s ease;
}

.sub-menu li:hover > a,
.sub-menu li.current-menu-item a {
    color: #fff;
    background: #305caa;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.sub-menu > li > a > i{
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
    margin-right:15px;
}

/* ======================================================
Banners
======================================================= */

.banner .item {
	float: left;
    position:relative;
    display: inline;
}

/*=======================================================
Btn Pulse
========================================================*/

.btn-pulse {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 15px 25px;
    box-shadow: 0 0 0 0 rgba(68,105,193,0.8);
    border-radius: 25px;
    background: rgb(68,105,193);
    background: linear-gradient(90deg, rgba(68,105,193,1) 0%, rgba(68,105,193,1) 35%, rgba(175,141,197,1) 100%);
	font-family: 'Exo 2', sans-serif;   
    font-size: 14px;
    color: #fff;
    font-weight:800;
    text-transform: uppercase;
    -webkit-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);    
    transition: all 300ms ease-in-out;
    z-index: 10;
}

.btn-pulse i{
    font-size: 16px;
    padding-left: 10px;
}

.btn-pulse:hover {
  background: rgb(175,141,197);
  background: linear-gradient(90deg, rgba(175,141,197,1) 0%, rgba(175,141,197,1) 35%, rgba(68,105,193,1) 100%);
  color: #fff; 
  box-shadow: 0 0 0 0 rgba(175,141,197,0.9); 
  -webkit-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 2s infinite cubic-bezier(0.66, 0, 0, 1);    
  transition: all 300ms ease-in-out;
}

a.pulsingButton:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    color: #ffffff;
  }
  
@-webkit-keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
@-moz-keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
@-ms-keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
@keyframes pulsing {
    to {
      box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
  }
  
/*=======================================================
Serviços Home
========================================================*/

#servicos-home {
    float: left;
    width: 100%;
    margin:0 auto;
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

#servicos-home h1{
	font-family: 'Space Grotesk', sans-serif;
    color: #4063bd;
    letter-spacing:-1px;
    font-size: 34px;
    padding-right:60%;
    padding-bottom:50px;
    margin-left: 10px;
}

#servicos-home .servicos a{
   border: #fff solid 10px;
}

#servicos-home .servico h2 {
    color: #fff;
	font-family: 'Space Grotesk', sans-serif;
    font-size:16px;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-left:10px;
    z-index: 10;
    bottom:20px;
    position:absolute;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out false;
    -o-transition: all .3s ease-in-out false;
    transition: all .3s ease-in-out;
}

#servicos-home .servico:hover h2 {
    bottom:30px;
}

#servicos-home .servico {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    min-height: 300px;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out false;
    -o-transition: all .3s ease-in-out false;
    transition: all .3s ease-in-out;
    transition: background-color .3s;
}

.servico:hover {
	background-color: rgba(78, 97, 167, .8);
}

.servico:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: inherit;
    content: '';
}

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

/*=======================================================
Empresas do Grupo
========================================================*/

#empresas{
	float: left;
	width: 100%;
	margin:20px auto 0;
    padding:200px 0 0;
	position: relative;
    background:#f6f9fc url('../images/bg-top-empresas.jpg') no-repeat top center;    
}

#empresas h1{
    padding-top:15px;
    padding-bottom: 20px;
	font-size:22px;
	font-family: 'Space Grotesk', sans-serif;
    font-weight:600;
	color:#4063bd;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#empresas .empresas{
    padding-top:30px;
    border-bottom: #ccc dotted 1px;
}

#empresas .empresas img{
    float: left;
    text-align: center;
    width:200px;
    margin-right:20px;
}

#empresas p{
	font-size:16px;
	font-family: 'Exo 2', sans-serif;
    font-weight:400;
    line-height: 22px;
	color:#2d2d2e;
	padding-bottom:25px;
}

#empresas .btn-empresas{
    padding-top: 40px;
}

#empresas .bg-bottom-empresas{
	float: left;
	width: 100%;
	margin:-50px auto 0;
    background:url('../images/bg-bottom-empresas.png') no-repeat top center;
    height: 116px;
    position: relative;
    z-index: 100;
}

/*=======================================================
Diferenciais
========================================================*/

#diferenciais{
	float: left;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

#diferenciais h1{
    padding-top:15px;
    padding-bottom: 20px;
	font-size:22px;
	font-family: 'Space Grotesk', sans-serif;
    font-weight:600;
	color:#4063bd;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#diferenciais h2{
	font-size:16px;
	font-family: 'Exo 2', sans-serif;
    font-weight:400;
    line-height: 26px;
	color:#2c2c2c;
	padding-bottom:50px;
    margin-left: 15%;
    margin-right: 15%;
}

#diferenciais .diferencial {
    background: #f6f9fc;
    margin:30px 0 0;    
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
	transform:scale(1);
	-webkit-transform:scale(1);   
    border-radius:25px;
    padding: 40px 22px 40px 22px;
    overflow: hidden;
    cursor: pointer;
}

#diferenciais .diferencial:hover{
    transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
    text-decoration: none;  
}

#diferenciais .diferencial img{
    width: 25%;
}

#diferenciais .diferencial h3 {
  font-family: 'Space Grotesk', sans-serif;
  font-size:24px;
  color: #2c2c2c;
  font-weight:600;
  padding-top: 15px;
}

#diferenciais .diferencial p{
    margin-top: 10px;
    font-family: 'Exo 2';
    font-size:15px;
    font-weight:400;
    line-height:20px;
    color: #2c2c2c;
}

/* ==========================================================================
Clientes
========================================================================== */

#clientes {
    float: left;
    width: 100%;
    margin:70px auto 0;
}
  
#clientes h1{
    font-size: 16px;
    font-family: 'Exo 2';
    font-weight:400;
    color: #2d2d2e;
    padding-top:40px;
}
  
#clientes h1 span{
    font-weight:600;
}
  
#clientes img{
      filter: grayscale(100%);
      opacity: .5;
     -webkit-transition: 0.3s ease-in-out; 
     -moz-transition: 0.3s ease-in-out; 
     -o-transition: 0.3s ease-in-out; 
      transition: 0.3s ease-in-out;
      text-decoration: none;    
}
  
#clientes img:hover{
      filter: grayscale(0);
      opacity: 1;
     -webkit-transition: 0.3s ease-in-out; 
     -moz-transition: 0.3s ease-in-out; 
     -o-transition: 0.3s ease-in-out; 
      transition: 0.3s ease-in-out;
      text-decoration: none;    
}

/* ==========================================================================
Parceiros Internas
========================================================================== */

#parceiros-int {
    float: left;
    width: 100%;
    margin:0 auto 100px;
  }
  
  #parceiros-int h1{
    font-size: 18px;
    font-family: 'Exo 2';
    font-weight:400;
    color: #2d2d2e;
    padding-top:15px;
  }
  
  #parceiros-int h1 span{
    font-weight:600;
  }
  
  #parceiros-int img{
      filter: grayscale(100%);
      opacity: .5;
     -webkit-transition: 0.3s ease-in-out; 
     -moz-transition: 0.3s ease-in-out; 
     -o-transition: 0.3s ease-in-out; 
      transition: 0.3s ease-in-out;
      text-decoration: none;    
  }
  
  #parceiros-int img:hover{
      filter: grayscale(0);
      opacity: 1;
     -webkit-transition: 0.3s ease-in-out; 
     -moz-transition: 0.3s ease-in-out; 
     -o-transition: 0.3s ease-in-out; 
      transition: 0.3s ease-in-out;
      text-decoration: none;    
  }  

/*=======================================================
Cotação WhatsApp
========================================================*/

#cotacao-whats{
	float: left;
	width: 100%;
	margin: 50px auto 0;
    padding:212px 0 0;
	position: relative;
    background:#f6f9fc url('../images/bg-atendimento.jpg') no-repeat top center;
}

#cotacao-whats h1{
    font-family: 'Space Grotesk', sans-serif;
    font-size:42px;
    color: #4063bd;
    font-weight:600;
    letter-spacing: -2px;
  }

#cotacao-whats p{
    margin-top:10px;
	font-size:22px;
	font-family: 'Space Grotesk', sans-serif;
    font-weight:500;
    line-height: 26px;
	color:#2c2c2c;
    letter-spacing: -1px;
    padding-bottom:35px;
}

#cotacao-whats .img-atendimento{
    margin-top: -200px;
}

#cotacao-whats  .info-contatos {
    position: relative;
    display: block;
    padding-left: 35px;
}

#cotacao-whats .info-contatos i {
      position: absolute;
      top:5px;
      left: 0;  
      background: rgb(68,105,193);
      background: linear-gradient(90deg, rgba(68,105,193,1) 0%, rgba(68,105,193,1) 35%, rgba(175,141,197,1) 100%);
      color: #fff;
      font-size:22px;
      width:42px;    
      height:42px;
      border-radius: 50%;
      line-height:42px;
      text-align:center;
}

#cotacao-whats h2{
    font-family: 'Space Grotesk', sans-serif;
    font-weight:600;
	font-size:18px;
    color:#4063bd;
    padding-bottom: 10px;
    padding-left: 20px;
}

#cotacao-whats h3{
    margin-top:6px;
    font-family: 'Exo 2', sans-serif;
    font-size:18px;
    font-weight:700;
    color:#2c2c2c;
    line-height: 0;
    letter-spacing: 1px;
    padding-left: 20px;    
}

#cotacao-whats h4{
	font-size:14px;
	font-family: 'Exo 2', sans-serif;
    font-weight:400;
	color:#2c2c2c;
    padding-left: 20px;    
}    

#cotacao-whats .btn-cotacao-whats{
    margin-top:75px;
}

/*=======================================================
Internas
========================================================*/

#header-internas{
	position:relative;
	padding:0;
    width:100%;
    height:74px;
}

.titulo-internas{
	float: left;
    width: 100%;
    background:url("../images/bg-internas.jpg") no-repeat center top;
	margin: -74px auto 0;
	padding-top:222px;
	height:488px;
    text-align: center;
}

.titulo-internas h1{
    width: 100%;
    float: left;
    font-family: 'Space Grotesk';
    font-weight:800;
	font-size:28px;
	color: #fff;
    text-transform: uppercase;
    padding-bottom:5px;
}

.titulo-internas h2{
    font-family: 'Space Grotesk';
	font-size:18px;
	font-weight:bold;
	color: #32366c;
	text-transform: uppercase;
	letter-spacing:4px;
}

/*=======================================================
Empresas do Grupo Internas
========================================================*/

#empresas-int{
	float: left;
	width: 100%;
	margin:-70px auto 0;
	position: relative;
}

#empresas-int h1{
    padding-top:15px;
    padding-bottom: 20px;
	font-size:22px;
	font-family: 'Space Grotesk', sans-serif;
    font-weight:600;
	color:#4063bd;
    text-transform: uppercase;
    letter-spacing: 4px;
}

#empresas-int .empresas{
    float: left;
    padding-top:30px;
    border-bottom: #ccc dotted 1px;
}

#empresas-int .empresas img{
    float: left;
    text-align: center;
    margin-top: 100px;
    width:300px;
    margin-right:35px;
    margin-bottom:150px;
}

#empresas-int p{
	font-size:16px;
	font-family: 'Exo 2', sans-serif;
    font-weight:400;
    line-height: 22px;
	color:#2d2d2e;
	padding-bottom:25px;
}

#empresas-int .btn-empresas{
    padding-top: 40px;
}

/*=======================================================
Missão
========================================================*/

#missao{
	float: left;
	width: 100%;
	margin: 75px auto 100px;
    position: relative;
}

#missao .missao{
	display:table;
	width:100%;
	table-layout:fixed;
}

#missao .missao>div{
	display:table-cell;
	vertical-align:top;
	position:relative;
    background: #f6f9fc;
    border: #fff solid 10px;
    border-radius:25px;
    padding-left: 40px;
    padding-bottom:40px;
}

#missao .missao h2{
    font-family: 'Space Grotesk';
	font-size:22px;
	color:#4063bd;
	margin:50px 0 20px;
	font-weight:bold;
    text-transform: uppercase;
}

#missao .missao p{
	font-family: 'Exo 2', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight:400;
	color: #2c2c2c;
    padding: 0 40px 0 0;
}

#missao .missao .p28{
	line-height: 26px;
}

/*=======================================================
Serviços
========================================================*/

#servicos {
    float: left;
    width: 100%;
    margin:-40px auto 0;
    position: relative;
}

#servicos .item {
    display: flex;
    flex-direction: column;
    height: 100%;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-bottom: 20px;
}

#servicos .item figure {
    width: 100%;
    height: 270px;
    background-color: #FFF;
    display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#servicos .item:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

#servicos .item img {
    width: initial;
    height: initial;
    -moz-transition: transform .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

#servicos .item .info-servico {
    padding-top: 25px;
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#servicos .item .info-servico h2 {
    font-family: 'Space Grotesk';
    display: inline-flex;
    font-size: 22px;
    color: #4063bd;
    letter-spacing: -1px;
    padding-bottom: 15px;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#servicos .item .info-servico p {
    color: #2c2c2c;
    font-family: 'Exo 2';
    font-size: 15px;
    font-weight: 500;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#servicos .item .info-servico .ver-servico {
    width: 132px;
    margin-top: 20px;
    padding: 12px 25px;
    box-shadow: 0 0 0 0 rgba(68,105,193,0.8);
    border-radius: 25px;
    background: rgb(68,105,193);
    background: linear-gradient(90deg, rgba(68,105,193,1) 0%, rgba(68,105,193,1) 35%, rgba(175,141,197,1) 100%);
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

#servicos .item .info-servico .ver-servico:hover {
    background: rgb(175,141,197);
    background: linear-gradient(90deg, rgba(175,141,197,1) 0%, rgba(175,141,197,1) 35%, rgba(68,105,193,1) 100%);
    color: #fff; 
    box-shadow: 0 0 0 0 rgba(175,141,197,0.9); 
}

.btn-voltar {
    float: left;
    margin-top:30px;
	position: relative;
	font-size: 14px;
	font-family: 'Exo 2', sans-serif;
	font-weight:800;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 35px;
    box-shadow: 0 0 0 0 rgba(68,105,193,0.8);
    border-radius: 25px;
    background: rgb(68,105,193);
    background: linear-gradient(90deg, rgba(68,105,193,1) 0%, rgba(68,105,193,1) 35%, rgba(175,141,197,1) 100%);
    cursor: pointer;
	z-index: 1;
    transition: all 0.5s ease;
    border-radius:25px;
	-o-transition: all 0.3s linear; 
}

.btn-voltar:hover {
    background: rgb(175,141,197);
    background: linear-gradient(90deg, rgba(175,141,197,1) 0%, rgba(175,141,197,1) 35%, rgba(68,105,193,1) 100%);
    color: #fff;
    box-shadow: 0 0 0 0 rgba(175,141,197,0.9); 
}

/*=======================================================
Serviço Descrição
========================================================*/

#servico-descricao{
	float: left;
	width: 100%;
	margin: -50px auto 0;
	position: relative;
}

#servico-descricao h1{
	font-size:26px;
	font-family: 'Space Grotesk', sans-serif;
    font-weight:600;
	color:#4063bd;
    margin-top: 15px;
    margin-bottom: 15px;
}

#servico-descricao h2{
	font-size:16px;
	font-family: 'Exo 2', sans-serif;
    font-weight:700;
    line-height: 26px;
	color:#2c2c2c;
}

#servico-descricao .serv-desc p{
    margin-top: 10px;
    font-family: 'Exo 2';
    font-size:16px;
    font-weight:400;
    line-height:22px;
    color: #2c2c2c;
    text-align: justify;
    padding-right: 40px;
}

#servico-descricao .serv-desc .p28{
    line-height:28px;
}

/*=======================================================
Áreas de atuação
========================================================*/

#areas-atuacao{
	float: left;
	width: 100%;
	margin: -50px auto 0;
	position: relative;
}

#areas-atuacao h1{
	font-size:26px;
	font-family: 'Space Grotesk', sans-serif;
    font-weight:600;
	color:#4063bd;
    margin-top: 15px;
    margin-bottom: 15px;
}

#areas-atuacao h2{
	font-size:16px;
	font-family: 'Exo 2', sans-serif;
    font-weight:400;
    line-height: 26px;
	color:#2c2c2c;
	padding-bottom:50px;
}

#areas-atuacao .areas p{
    margin-top: 10px;
    font-family: 'Exo 2';
    font-size:16px;
    font-weight:400;
    line-height:22px;
    color: #2c2c2c;
}

#areas-atuacao .areas .p28{
    line-height:28px;
}

#areas-atuacao .areas span{
    float: left;
    margin-top:50px;
    font-family: 'Exo 2';
    font-size:14px;
    font-weight:400;
}

/*=======================================================
Obrigado!
========================================================*/

#obrigado {
	float: left;
    width: 100%;
	margin: -70px auto 0;
	position: relative;
}

#obrigado p{
    font-family: 'Space Grotesk';
    text-transform: uppercase;
    color:#2c2c2c;
	font-size: 22px;
    font-weight:600;
    padding-bottom:25px;
}

/*=======================================================
Fale Conosco
========================================================*/

.contato{
	float: left;
    width: 100%;
	margin: -70px auto 0;
	position: relative;
}

.contato h1{
    position: relative;
    display:inline-block;    
	font-family: 'Exo 2', sans-serif;
	font-size:16px;
	color:#2c2c2c;
    line-height: 36px;
	margin:0 0 20px;
	font-weight:500;
}

.contato h2{
    position: relative;
    display:inline-block;    
	font-family: 'Space Grotesk', sans-serif;
	font-size:32px;
	color:#4063bd;
    line-height: 36px;
	margin:0 0 20px;
	font-weight:600;
    letter-spacing: -1px;
}

.contato p{
	font-family: 'Exo 2', sans-serif;
    color:#2c2c2c;
	font-size: 16px;
    font-weight:500;
    padding-bottom:25px;
}

.formulario{
	width:100%;
	float:left;
    padding-left: 50px;
}

.formulario nome,#assunto{
	float:left;
	width:100%;
}

.formulario #email{
	float:left;
	width:54%;
}

.formulario #telefone{
	float:right;
	width:43%;
}

.formulario #mensagem{
	width:100%;
	float:left;
	margin:14px 0;
	height:142px;
}

.formulario input[type="text"], textarea {
	width:100%;
	margin: 14px 0 0 0;
	padding: 8px 10px;
	background:#fff;
	outline: none;
	font-family: 'Exo 2', sans-serif;
    font-size: 16px;
	color:#2c2c2c;
    font-weight:400;
    border: 0;
	border-bottom:#dadada solid 1px;
	line-height:42px;
}

.esse input[type="text"] {
	margin: 14px 0 12px 0;
}

.esse .error {
	margin:-6px 0 0 0;
}

.formulario .btn {
    float: left;
	font-family: 'Exo 2', sans-serif;
    display: inline-block;
	font-size: 14px;
    text-transform: uppercase;
	font-weight:800;
    border:#fff solid 1px;
    border-radius: 25px;
    color: #fff;
    box-shadow: 0 0 0 0 rgba(68,105,193,0.8);
    border-radius: 25px;
    background: rgb(68,105,193);
    background: linear-gradient(90deg, rgba(68,105,193,1) 0%, rgba(68,105,193,1) 35%, rgba(175,141,197,1) 100%);
	position: relative;
	padding:15px 30px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.formulario .btn:hover {
    background: rgb(175,141,197);
    background: linear-gradient(90deg, rgba(175,141,197,1) 0%, rgba(175,141,197,1) 35%, rgba(68,105,193,1) 100%);
    color: #fff;
    border: #fff solid 1px;
    box-shadow: 0 0 0 0 rgba(175,141,197,0.9); 
}

.formulario .btn i{
    padding-left: 10px;
}

.formulario select .error {
	padding: 2px 8px;
	color: #2c2c2c;
}
.formulario .error {
	display: block;
	margin-bottom: 6px;
	padding: 0 12px;
	color: #ed3237;
}

::-webkit-input-placeholder {
	font-family: 'Exo 2', sans-serif;
    color: #2c2c2c;
}
:-moz-placeholder {
	font-family: 'Exo 2', sans-serif;
    color: #2c2c2c;
}
::-moz-placeholder {
	font-family: 'Exo 2', sans-serif;
    color: #2c2c2c;
}
:-ms-input-placeholder {  
	font-family: 'Exo 2', sans-serif;
    color: #2c2c2c;
}

.form{
	margin: 14px 0 0 0;
	padding: 8px 10px;
	background:#fff;
	outline: none;
	font-family: 'Exo 2', sans-serif;
    font-size: 16px;
	color:#666777;
    font-weight:400;
    border: 0;
	border-bottom:#dadada solid 1px;
	line-height:42px;
}

.btn-primary {
    margin-top: -45px;
	font-family: 'Exo 2', sans-serif;
    display: inline-block;
	font-size: 14px;
    text-transform: uppercase;
	font-weight:600;
    box-shadow: 0 0 0 0 rgba(68,105,193,0.8);
    border-radius: 25px;
    background: rgb(68,105,193);
    background: linear-gradient(90deg, rgba(68,105,193,1) 0%, rgba(68,105,193,1) 35%, rgba(175,141,197,1) 100%);
    color:#fff;
	position: relative;
	padding:15px 30px;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.form-control{
    margin-top: 15px;
}

/*=======================================================
Background Rodapé
========================================================*/

#bg-rodape{
	float: left;
	width:100%;
	margin:90px auto 0;
	position: relative;
    background:url('../images/bg-rodape.png') no-repeat top center;
    height:66px;
}

/*=======================================================
Rodapé
========================================================*/

#rodape{
	float: left;
	width:100%;
	margin:0 auto;
	position: relative;
    padding: 20px 0 90px;
    background:#3659af;
}

#rodape .logo-rodape {
    position: relative;    
    margin: 0 0;
    height: 54px;
    background: url("../images/logotipo-rodape.svg") no-repeat top center; 
    text-indent: -9999em; 
    overflow: hidden;
  }

#rodape h1{
    font-family: 'Exo 2';
    color: #da9edb;
	font-size: 12px;
    font-weight:700;
    text-transform: uppercase;
    padding-bottom:10px;
}

#rodape h2 a{
    font-family: 'Exo 2';
    color: #fff;
	font-size:18px;
    font-weight:700;
    margin: 0 0;
    letter-spacing: 1px;
    padding-bottom: 10px;
}

#rodape h2 a span{
	font-size:14px;
    font-weight:300;
}

#rodape a i{
    margin-right:7px;
    font-size:20px;
    color:#da9edb;
    vertical-align: middle;
}

#rodape a .fa-envelope{
    font-size:16px;
}

#rodape h3 a{
    font-family: 'Exo 2';
    font-size: 14px;
    color: ##fff;
    font-weight:400;
}

#rodape a{
    color: #fff;
    font-family: 'Space Grotesk';
    font-weight:500;    
}

#rodape h4{
    padding-top: 20px;
    font-family: 'Exo 2';
    color: #da9edb;
	font-size: 12px;
    font-weight:700;
    text-transform: uppercase;
    padding-bottom:10px;
}

#rodape h5 a{
    font-family: 'Exo 2';
    font-size: 14px;
    line-height: 22px;
    color: ##fff;
    font-weight:400;
}

#rodape .menu-rodape {
    margin-left:40px;
}
    
#rodape .menu-rodape li {
    list-style: none;
    margin-left: -40px;
}

#rodape .menu-rodape li a {
        padding: 4px 0;
        display: inline-block;
        font-family: 'Exo 2';
        font-size:16px;
        font-weight:600;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease;        
}

#rodape .menu-rodape li a:hover{	
    color: #da9edb;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;    
}

#rodape .menu-rodape li a .ativo{	
    color: #da9edb;
}

#rodape .atendimento{
    margin-left: -80px;
}

#rodape .social{
    margin-left: 40px;
}

#rodape .social ul{
    margin-left: -40px;
}

#rodape .social li{
	display:inline-block;
	margin:10px -3px 0;
}
 
#rodape .social li a .fa-brands{
    font-size:16px;
    right: 0;
    text-align: center;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: calc(32px - 0px);
    color:#3659af;
    background:#fff;
    border-radius: 50%;
	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
}

#rodape .social li a .fa-brands:hover {
    opacity: .5;
	-webkit-transition: 0.3s ease-in-out; 
	-moz-transition: 0.3s ease-in-out; 
	-o-transition: 0.3s ease-in-out; 
	transition: 0.3s ease-in-out;
}

/* ==========================================================================
Direitos e Autor
========================================================================== */

#direitos { 
	width:100%;
	margin:0 auto;
	float:left;
	padding:30px 0 30px;
    background-color: #284da6; 
}

#direitos .direitos { 
	float: left; 
	color: #fff;
    font-family: 'Exo 2';
    font-weight:400;    
	font-size: 14px;
	padding-bottom:10px; 
}

#direitos .autor { 
	display: block; 
	float: right; 
	color: #fff;
    font-family: 'Exo 2';
    font-weight:400;    
	font-size: 14px; 
}

/*=======================================================
Voltar ao Topo
========================================================*/

.go-top { 
    position: fixed;
    right: 20px;
    bottom:30px;
	background:#f4a9f5;
	display:inline-block;
	width:46px;
	height:46px;
    line-height: 42px;
	padding: 2px 9px;
	color:#284da6;
	text-align:center;
	font-size:18px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	cursor:pointer;
    z-index: 100;
}

/*=======================================================
WhatsApp
========================================================*/

.whatsapp {
  position: fixed;
  right:100px;
  bottom:100px;
  width:80px;
  height:80px;
  border: none;
  box-shadow: 0 0 0 0 rgba(0, 183, 62, 0.7);
  border-radius: 50%;
  background-color: #00B73E;
  background-size:cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  z-index: 100;
}

.whatsapp i{
	color: #fff;
	font-size: 42px;
}

.whatsapp:hover 
{
  -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
}

@-webkit-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 183, 62, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 183, 62, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 183, 62, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 30px rgba(0, 183, 62, 0);}}
