/* ==========================================================================
    Fontes
============================================================================= */
/* ==========================================================================
   font /
============================================================================= */
@font-face {
  font-family: 'calibri';
  src: url("../fonts/calibri-regular.eot");
  src: url("../fonts/calibri-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/calibri-regular.woff2") format("woff2"), url("../fonts/calibri-regular.woff") format("woff"), url("../fonts/calibri-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'calibri';
  src: url("../fonts/calibri-bold.eot");
  src: url("../fonts/calibri-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/calibri-bold.woff2") format("woff2"), url("../fonts/calibri-bold.woff") format("woff"), url("../fonts/calibri-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'intro';
  src: url("../fonts/intro-light.eot");
  src: url("../fonts/intro-light.eot?#iefix") format("embedded-opentype"), url("../fonts/intro-light.woff2") format("woff2"), url("../fonts/intro-light.woff") format("woff"), url("../fonts/intro-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'intro';
  src: url("../fonts/intro-bold.eot");
  src: url("../fonts/intro-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/intro-bold.woff2") format("woff2"), url("../fonts/intro-bold.woff") format("woff"), url("../fonts/intro-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

/* ==========================================================================
    Palheta de cores
============================================================================= */
/* ==========================================================================
    Largura
============================================================================= */
/* ==========================================================================
   media queries
============================================================================= */
/* ==========================================================================
    Geral
============================================================================= */
* {
  outline: none;
  border: none;
  border-collapse: inherit;
  color: inherit;
  list-style: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

html, body {
  height: 100%;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  width: 100%;
  height: 100% !important;
  margin: 0 auto;
  color: #4b4b4b;
  background-color: #f6f6f7;
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
  font-family: "calibri", "arial", sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  text-transform: none;
  background-size: cover;
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

p {
  margin: 0 0 30px;
  line-height: 150%;
}

a {
  text-decoration: none;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

a:focus, a:hover {
  outline: none;
  text-decoration: none;
}

a:focus {
  background-color: transparent;
}

ul, ol, li, dl, dt, dd {
  list-style: none;
}

h1, h2, h3, h4, h5, h6, address {
  font-weight: normal;
  font-style: normal;
}

iframe {
  border: none;
}

/* ==========================================================================
   clearfix
============================================================================= */
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   border-box
============================================================================= */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ==========================================================================
   noscript
============================================================================= */
noscript .overlay {
  position: fixed;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  background-color: #000;
  color: #000;
  opacity: .80;
}

noscript .mensagem {
  font-weight: 200;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000001;
  margin: -67px 0 0 -245px;
  padding: 45px 0 0 140px;
  width: 500px;
  height: 120px;
  background: url("..//imgs/geral/alert.png") no-repeat left top;
  line-height: 20px;
  font-size: 15px;
  color: #fff;
}

/* ==========================================================================
   customForm
============================================================================= */
.customHidden,
.customHidden .customInputFileHidden {
  visibility: hidden;
}

/* ==========================================================================
    Editor
============================================================================= */
.editor img {
  max-width: 100%;
  height: auto !important;
}

.editor p:last-of-type {
  margin-bottom: 0;
}

.editor ul {
  padding: 0;
  display: block;
  margin: 15px 0;
}

.editor ul li {
  margin: 12px 0 0 20px;
  list-style: disc;
}

.editor ol {
  margin: 15px 0 15px 20px;
  padding-left: 0;
}

.editor ol li {
  margin: 12px 0 0 0;
  list-style: decimal;
}

/* ==========================================================================
    BxSlider
============================================================================= */
a.disabled {
  display: none !important;
}

/* ==========================================================================
    Mixin
============================================================================= */
/* ==========================================================================
    container
============================================================================= */
.container {
  max-width: 1316px;
}

/* ==========================================================================
    title
============================================================================= */
.title {
  font-size: 7rem;
  font-weight: bold;
  font-family: "intro", "arial", sans-serif;
  color: #846692;
}

.title a {
  color: #846692;
}

.title.type2 {
  font-size: 2.6rem;
  color: #3b064c;
}

.title.type2 a {
  color: #3b064c;
}

/* ==========================================================================
    page-title
============================================================================= */
.page-title {
  margin: 30px 0 60px;
  padding: 40px 0 30px;
  background: #846692;
}

.page-title h1 {
  color: white;
  font-size: 3rem;
  line-height: 100%;
}

@media (max-width: 768px) {
  .page-title {
    margin: 20px 0 40px;
    padding: 20px 0 15px;
  }
  .page-title h1 {
    font-size: 2rem;
    text-align: center;
  }
}

/* ==========================================================================
    navbar
============================================================================= */
.navbar {
  z-index: 60;
  position: relative;
  padding: 15px 15px 30px;
}

@media (max-width: 767px) {
  .navbar .navbar-brand img {
    max-width: 200px;
  }
}

.navbar .whatsapp {
  color: green;
  padding: 10px;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "intro", "arial", sans-serif;
  text-align: right;
}

.navbar .whatsapp:hover {
  color: #846692;
}

.navbar .navbar-nav {
  font-weight: bold;
  font-family: "intro", "arial", sans-serif;
  text-transform: uppercase;
}

.navbar .navbar-nav .nav-link {
  padding: 10px;
  color: #4b4b4b;
}

.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link:hover {
  color: #faa41a;
}

.navbar .navbar-nav .nav-link.dropdown-toggle:after {
  display: none;
}

.navbar .dropdown.show .nav-link {
  color: #faa41a;
}

.navbar .dropdown-menu {
  z-index: 100;
  padding: 15px;
  border-radius: 0;
  color: white;
  background: #f5811f;
}

.navbar .dropdown-menu .dropdown-item {
  padding: 5px 0;
  font-size: 1.5rem;
  font-family: "calibri", "arial", sans-serif;
  letter-spacing: 1px;
  color: currentColor;
  text-transform: none;
  border-bottom: 1px solid #faa41a;
}

.navbar .dropdown-menu .dropdown-item:last-of-type {
  border: none;
}

.navbar .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #3b064c;
}

/* ==========================================================================
    .page-content
============================================================================= */
.page-content {
  font-size: 2rem;
  padding-bottom: 90px;
}

@media (max-width: 992px) {
  .page-content {
    font-size: 1.8rem;
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  .page-content {
    font-size: 1.6rem;
    padding-bottom: 40px;
  }
}

/* ==========================================================================
    footer.rodape
============================================================================= */
.rodape {
  background: #1b242b;
}

.rodape .social-links {
  color: white;
}

.rodape .social-links a {
  font-size: 2rem;
  overflow: hidden;
  line-height: 35px;
  border-radius: 100%;
  color: currentColor;
  display: inline-block;
  border: 2px solid currentColor;
  width: 40px;
  height: 40px;
}

.rodape .social-links a:hover {
  opacity: 0.4;
}

/* ==========================================================================
    @media
============================================================================= */
@media (max-width: 992px) {
  .title {
    font-size: 5rem;
    font-weight: bold;
    font-family: "intro", "arial", sans-serif;
    color: #846692;
  }
  .navbar .navbar-collapse {
    margin-top: 10px;
    border-top: 3px solid #faa41a;
  }
  .navbar .navbar-collapse .nav-item {
    border-bottom: 1px solid rgba(140, 140, 140, 0.4);
  }
  .navbar .navbar-collapse .nav-item:last-of-type {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 2.8rem;
  }
}

/* ==========================================================================
    galeria
============================================================================= */
.galeria .galeria-sizer,
.galeria .galeria-item {
  width: 25%;
}

@media (max-width: 768px) {
  .galeria .galeria-sizer,
  .galeria .galeria-item {
    width: 50%;
  }
}

.galeria .galeria-item {
  float: left;
}

.galeria .galeria-item a {
  display: block;
  overflow: hidden;
}

.galeria .galeria-item a img {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.galeria .galeria-item a:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

/* ==========================================================================
    formulario
============================================================================= */
.formulario .form-control,
.formulario textarea.form-control {
  margin-bottom: 15px;
  resize: none;
  font-size: 1.6rem;
  padding: 10px 15px;
  border-radius: 25px;
  border-color: rgba(223, 204, 228, 0.4);
}

.formulario .form-control::-webkit-input-placeholder,
.formulario textarea.form-control::-webkit-input-placeholder {
  color: rgba(59, 6, 76, 0.4);
}

.formulario .form-control:-ms-input-placeholder,
.formulario textarea.form-control:-ms-input-placeholder {
  color: rgba(59, 6, 76, 0.4);
}

.formulario .form-control::-ms-input-placeholder,
.formulario textarea.form-control::-ms-input-placeholder {
  color: rgba(59, 6, 76, 0.4);
}

.formulario .form-control::placeholder,
.formulario textarea.form-control::placeholder {
  color: rgba(59, 6, 76, 0.4);
}

.formulario .btn {
  width: 100%;
  max-width: 200px;
  display: block;
  font-size: 2rem;
  padding: 5px 15px;
  border-radius: 25px;
  color: white;
  background: #3b064c;
}

.formulario .btn:hover {
  background: #846692;
}

.formulario .thanks .btn {
  width: auto;
  display: inline-block;
}
/*# sourceMappingURL=geral.css.map */