body {
  padding-top: 3rem;
  color: #909090;
}
body.boxed-layout .page {
  background-color: #ffffff;
}
a {
  color: #909090;
}
a:active,
a:focus,
a:hover,
a.light:hover,
a.dark:hover {
  color: #1abc9c;
}
.text-primary,
.text-primary:hover {
  color: #1abc9c;
}
h1,
h2,
h3,
h4,
h5,
h6,
.contact-form label,
dl.metadata dt {
  color: #222222;
}

.primary {
  color: #1abc9c;
}
.primary h1,
.primary h2,
.primary h3,
.primary h4,
.primary h5,
.primary h6,
.primary .h1,
.primary .h2,
.primary .h3,
.primary .h4,
.primary .h5,
.primary .h6,
.primary label,
.primary p {
  color: #583283;
}
.label-primary,
.bg-primary {
  background: #583283!important;
}
::-moz-selection,
::-moz-selection {
  background: #583283;
  color: #ffffff;
}
::selection,
::-moz-selection {
  background: #583283;
  color: #ffffff;
}
.primary .form-control {
    border: 1px solid #583283;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
	padding: 0;
}
/*
.navbar .nav-link {
	padding: 12px 15px 15px 15px !important;
}
*/

.navbar-brand {
	padding: 10px 0 10px 0;
	margin-right: 20px;
}

.navbar-brand img {
	max-height: 70px;
}

.navbar-nav > li > a {
    line-height: 63px;
    text-transform: uppercase;
    font-size: 0.8em;
    font-weight: 700;
    border-top: 3px solid transparent;
    background: none;
}

.navbar-nav li:hover {
	background-color: #FFF;
}

.navbar-nav li:hover>.dropdown-menu {
  display: block;
}

.navbar-nav .dropdown-menu {
  	min-width: 220px;
  	margin: 0;
  	padding: 0;
  	border: 0;
  	border-radius: 0;
  	border-top: 6px solid #09723A;
	box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.navbar-nav .dropdown-menu > li {
  	padding: 0 15px;
}
.navbar-nav .dropdown-menu > li > a {
  	padding: 0 10px 0 0;
  	font-size: 0.9em;
  	line-height: 42px;
  	text-transform: uppercase;
  	position: relative;
  	border-bottom: 1px solid #eeeeee;
  	color: #909090;
	display: block;
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus {
  	background: transparent;
}
.navbar-nav .dropdown-menu > li:last-of-type {
  	border: 0;
}
.navbar-nav .dropdown-submenu > a:after {
  	border-left-color: #cccccc;
}
.navbar-nav .dropdown-submenu:hover > a:after {
  	border-left-color: #09723A;
}
.navbar-nav .dropdown-menu > li > a:hover,
.navbar-nav .dropdown-menu > li > a:focus {
  	color: #09723A;
  	text-decoration: none;
}
.navbar-nav .dropdown-menu > .active > a,
.navbar-nav .dropdown-menu > .active > a:hover,
.navbar-nav .dropdown-menu > .active > a:focus {
  	color: #09723A;
}


.navbar-nav > li > a:hover,
.navbar-nav > li.active > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav > li.active > a:focus {
  	color: #09723A;
  	border-color: #09723A;
}

.navbar-nav .dropdown-submenu {
  position: relative;
}
.navbar-nav .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: 0;
  border-radius: 0;
}
.navbar-nav .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.navbar-nav .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 4px 0 4px 4px;
  margin-top: -4px;
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 50%;
}
.navbar-nav .dropdown-submenu.pull-left {
  float: none;
}
.navbar-nav .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  border-radius: 0;
}

/***********************************************************************************
 *	- STICKY
 ***********************************************************************************/

header.header-sticky {
	position: fixed !important;
	top: 0 !important;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100%;
	background-color: #fff;
	z-index: 99999;
	box-shadow: 0 1px 3px #d7d7d7;
}

.header-sticky .navbar-brand img {
	max-height: 50px;
	display: inline-block;
	-webkit-transition: all 0.3s;
			transition: all 0.3s;
}

.header-sticky .navbar-nav > li > a {
    line-height: 57px;
    padding: 6px 4px 7px 4px;
}

/* BOTÕES */
.btn-default.btn-bordered .badge {
  color: transparent;
  background-color: #fff;
}
.btn-primary {
  color: #ffffff;
  background-color: #4C2667;
  border-color: #4C2667;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color: #583283;
  border-color: #583283;
  box-shadow: none;
}

.btn-secondary {
  color: #ffffff;
  background-color: #FF862C;
  border-color: #FF862C;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active {
  color: #ffffff;
  background-color: #FF9F59;
  border-color: #FF9F59;
  box-shadow: none;
}

/* CUSTOMIZA O CAROUSEL
-------------------------------------------------- */

/* Classe base do carousel */
.carousel {
  margin-bottom: 4rem;
}

.carousel h1,
.carousel h2,
.carousel h3,
.carousel h4,
.carousel h5,
.carousel h6 {
	color: #FFF;
}

/* Já que usamos posicionamento de imagens, precisaremos fazer alguns ajustes na legenda */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel .sep-left {
	padding-left: 25%;
}
.carousel .sep-right {
	padding-right: 25%;
}
.carousel .sep-x {
	padding: 0 25%;
}

/* Declaramos alturas, devido ao posicionamento do elemento img */
.carousel-item {
  height: 32rem;
  background-color: #777;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.bn-slim {
	display: block !important;
	position: relative !important;
	top:256px !important;
	margin-top: -128px !important;
	max-width: 100% !important;
	height: auto !important;
}


/* CONTEÚDO DO MARKETING
-------------------------------------------------- */

/* Alinha, centralmente, o texto dentro das três colunas abaixo do carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}
.product-image {
    position: relative;
    display: block;
}
.product-title {
    margin-top: 15px;
}
.product-title p {
    font-size: 1em;
    font-weight: 600;
    margin: 0;
}
.outline-outward {
    position: relative;
    overflow: visible !important;
}
.outline-outward:before {
  border: 6px solid #09723A;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  content: '';
  transition-duration: 0.3s;
  transition-property: all;
}
.outline-outward:hover:before,
.outline-outward:focus:before,
.outline-outward:active:before {
  top: -6px;
  right: -6px;
  bottom: -6px;
  left: -6px;
  opacity: 1;
}

/* Vídeos */
.video a:hover {
	text-decoration: none;
	color: #583283;
}
.video-photo {
  position: relative;
  display: block;
}
.video-photo .video-connection {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-out 0.3s;
}
.video-photo .video-connection .video-connection-list {
  width: 100%;
  height: 100%;
  display: table;
}
.video-photo .video-connection .video-connection-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}
.video-photo .video-connection .video-connection-list ul li {
  display: inline-block;
  padding: 0 6px;
}
.video-photo .video-connection .video-connection-list ul li a {
	color: #CC181E;
}
.video-photo:hover .video-connection {
  opacity: 1;
}

/* Parallax */

.module:last-child {
  margin-bottom: 0;
}
.module h2 {
  margin-bottom: 40px;
  font-size: 30px;
}
.module p {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 300;
}
.module p:last-child {
  margin-bottom: 0;
}
.module.content {
  padding: 40px 0;
  background-color: rgba(207,216,220,0.5);
}
.module.content:last-child {
  margin-bottom: 60px;
}
.module.parallax {
  background-position: 0 0;
}
.module.parallax h1 {
  color: #1e1e1e;
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 0 10px white;
}
.module.parallax-0 {
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  background-blend-mode: screen;
  padding: 120px 0;
}
.module.parallax-1 {
  background-image: url("../img/bg-textura-cinza.jpg");
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  background-blend-mode: screen;
  padding: 60px 0;
}
.module.parallax-2 {
  background-image: url("../img/bg-quem-somos.jpg");
  background-position: 50% 0;
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: rgba(0,123,255,0.4);
  background-blend-mode: screen;
  padding: 120px 0;
}
.parallax-container {
  max-width: 960px;
  margin: 0 auto;
}

/* Widgets */
.widget-title {
  margin: 0;
}
.widget-title-bordered {
  margin: 0 0 30px 0;
  padding: 0 0 20px 0;
}
.widget {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: block;
  overflow: hidden;
}
.widget .cat-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.widget .cat-item a {
  display: block;
}
.widget .cat-item a:hover {
  text-decoration: none;
}
.widget .cat-item:last-of-type {
  padding: 0;
  margin: 0;
  border-bottom: 0;
}


/* Featrurezinhas
------------------------- */
.featurette h1,
.featurette h2,
.featurette h3,
.featurette h4,
.featurette h5,
.featurette h6 {
	font-weight: 600;
}

.featurette .lead {
	font-size: 1.25rem;
    font-weight: 400;
}

.featurette-divider {
  margin: 2.5rem 0; /* Espaça o elemento <hr> mais */
}

/* Afina os cabeçalhos de marketing */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}

/* Redes sociais */
.social-header ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

.social-header li {
	margin-left: 5px;
	list-style: none;
	padding: 0;
}

.social-header li a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: #FFFFFF;
	color: #583283;
	text-align: center;
}

header .social-header li a {
	background-color: #F16126;
	color: #FFFFFF;
}

.social-header li a:hover {
	background-color: #491a80;
	color: #FFFFFF;
}

.social-header li a i {
    font-size: 1.125em;
    line-height: .75em;
    vertical-align: -30%;
}

.social-footer ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
	padding-left: 0!important;
	padding-top: 20px!important;
}

.social-footer li {
	margin-left: 5px;
	list-style: none;
	padding: 0;
}

.social-footer li a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #583283;
	color: #FFFFFF;
	text-align: center;
}

.social-footer li a:hover {
	background-color: #F16126;
	color: #FFFFFF;
}

.social-footer li a i {
    font-size: 25px;
    line-height: 20px;
    vertical-align: -55%;
}

/* RODAPÉ */
.footer .inner {
    background: #E9E9E9;
}

.footer .copyright {
    background: #333333;
	color: #E5E5E5;
}

.footer .logo {
    max-height: 100px;
}

.footer .lead {
	font-size: 16px;
	padding-top: 15px;
}

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
	font-size: 26px;
	font-weight: 700;
}

.footer ul {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.footer .widget-address li {
    position: relative;
    padding: 0 0 15px 32px;
	color: #583283!important;
}

.footer .widget-address li i {
    position: absolute;
    top: 5px;
    left: 0;
    width: 25px;
    display: block;
    text-align: center;
}

/* botões flutuantes */
#back-top a {
    display: block;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 1000;
	color: #ffffff;
    background: #555555;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    outline: none;
    border-radius: 50%;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
#back-top a:hover {
	text-decoration: none;	
}
.botao-whatsapp {
    position: fixed;
    right: 32px;
    bottom: 105px;
    display: block;
    background-image: url(../img/icon-whatsapp.png);
    background-position: top left;
    background-repeat: no-repeat;
    width: 64px;
    height: 64px;
    z-index: 1001;
}
#loader {
	z-index: 9999;
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
    background-image: url(../img/loading.gif);
    background-position: center center;
    background-repeat: no-repeat;
	background-color: rgba(255,255,255,0.5);
}

/* 20. Error Pages
   ---------------------------------------------------------------------------*/
.error-404,
.error-500 {
	margin: 150px auto;	
}
.error-404:before,
.error-500:before {
  font-size: 650px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.04);
  left: -150px;
  position: absolute;
  top: -300px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  z-index: 0;
}
.error-404:before {
  content: "404";
}
.error-500:before {
  content: "500";
}

/* Outros */
.section-title {
	padding-top: 250px;
	padding-bottom: 100px;
}

.section-title h1 {
	color: #FFF !important;
}

/* Formulários */

#carregando {
    display: none;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success .custom-control-label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning .custom-control-label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error .custom-control-label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}

label.valid {
	display: inline-block;
	text-indent: -9999px;
}

label.error {
	color: #C10000;
	font-size: 0.9em;
	margin-top: -5px;
	padding: 0;
}

.custom-control label.error {
	margin: 0 30px 0 -20px !important;
}

/* CSS RESPONSIVE
-------------------------------------------------- */

@media (min-width: 640px) {
  /* Aumenta o tamanho do conteúdo do carousel */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .navbar-nav {
	margin: 0;
	padding: 0 10px;
	text-align: left;
  }
  .navbar .navbar-brand {
	  margin-left: 15px;
  }
  .navbar-nav li:hover {
	background-color: transparent;
  }
  .navbar-nav > li > a {
    line-height: 30px;
    border-bottom: 1px solid #555555 !important;
  }
  .navbar-nav > li > a:hover,
  .navbar-nav > li.active > a:hover,
  .navbar-nav > li > a:focus,
  .navbar-nav > li.active > a:focus {
	  border: none;
  }
  .navbar .nav-link {
	padding: 5px 15px 5px 15px !important;
  }
  .navbar-nav .show>.nav-link {
    color: rgba(0,0,0,.15);
  }
  .navbar-light .navbar-toggler {
	margin-right: 30px;
  }
  .navbar-nav .dropdown-menu {
  	width: 100%!important;
  	padding: 0 0 0 15px;
  	border-top: 1px solid #09723A;
  }
  .header-sticky .navbar-nav > li > a {
    line-height: 30px;
	padding: 5px 15px 5px 15px !important;
  }
	
  .carousel-caption {
	bottom: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	background-color: rgba(0,0,0,0.75);
  }
	
 .carousel-caption h1 {
	 font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 7rem;
  }
}
