@charset "UTF-8";
/*===========================================
	VARIAVEIS
============================================*/
/*===========================================
	BASE
============================================*/
body {
  font-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000; }

h1, h2, h3, h4, h5 {
  margin: 0px;
  font-weight: inherit; }

ul {
  padding: 0;
  margin: 0; }
  ul li {
    list-style: none; }

a {
  text-decoration: none !important;
  color: inherit; }
  a:hover {
    text-decoration: none !important;
    color: inherit; }

section {
  margin-top: 50px; }

/*===========================================
	HEADER
============================================*/
header {
  background-color: #fff;
  background-position: top center;
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 15px; }

.logo {
  display: inline-block; }
  .logo a {
    display: block;
    width: 100%; }
    .logo a img {
      width: 100%; }

.btn-default-submit {
  height: 40px;
  color: #fff;
  background: #040e87;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  margin-bottom: 15px;
  cursor: pointer;
  width: 100%;
  border: none;
  font-size: 18px;
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase; }
  .btn-default-submit:hover {
    background: #030955; }

.informacacoes-gerais-header {
  border-bottom: solid 1px #efefef;
  padding-bottom: 5px; }
  .informacacoes-gerais-header .ligamos-para-voce {
    margin-right: 15px;
    display: inline-block;
    letter-spacing: 0px;
    background: #5bc106;
    color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 700;
    font-size: 13px; }
    .informacacoes-gerais-header .ligamos-para-voce:hover {
      background: #087b43;
      color: #fff; }
  .informacacoes-gerais-header .ms {
    display: inline-block; }
    .informacacoes-gerais-header .ms li {
      display: inline-block;
      margin-right: 2px;
      margin-left: 2px; }
      .informacacoes-gerais-header .ms li a {
        display: block;
        width: 100%; }
        .informacacoes-gerais-header .ms li a i {
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          transition: all 0.3s;
          color: #6f6e79;
          font-size: 24px; }
          .informacacoes-gerais-header .ms li a i:hover {
            color: #040e87; }

.menu {
  width: 100%;
  text-align: right;
  margin-top: 20px; }
  .menu li {
    display: inline-block;
    margin-left: 25px;
    margin-right: 20px; }
    .menu li a {
      display: inline-block;
      text-align: center;
      text-transform: uppercase;
      color: #3a3a3a;
      letter-spacing: 0px;
      font-weight: 700;
      font-size: 12px; }
    .menu li:last-child {
      margin-right: 0; }

/*************************************************/
/*************************************************/
/* Mobile */
@media screen and (max-width: 480px) {
  .logo {
    max-width: 135px; } }

@media screen and (min-width: 320px) {
  .informacacoes-gerais-header {
    text-align: right; }
    .informacacoes-gerais-header .ligue-agora,
    .informacacoes-gerais-header .whatsapp {
      display: block;
      margin-top: 30px;
      width: 100%; }
      .informacacoes-gerais-header .ligue-agora span,
      .informacacoes-gerais-header .whatsapp span {
        display: none; }
  .clique-menu {
    margin-top: 20px;
    display: inline-block;
    font-size: 30px;
    color: #040e87; }
    .clique-menu:active {
      color: #040e87; }
    .clique-menu:focus {
      color: #040e87; }
  .menu {
    text-align: center;
    display: none; }
    .menu li {
      margin-left: 0;
      display: block;
      width: 100%;
      margin-bottom: 15px;
      text-align: center; } }

@media screen and (min-width: 540px) {
  .informacacoes-gerais-header .ligue-agora,
  .informacacoes-gerais-header .whatsapp {
    margin-top: 50px; }
  .clique-menu {
    margin-top: 35px;
    font-size: 40px; } }

@media screen and (min-width: 1200px) {
  .menu {
    text-align: right;
    display: block;
    margin-top: 30px; }
    .menu li {
      margin-left: 15px;
      margin-right: 0px;
      display: inline-block;
      width: auto;
      margin-bottom: 15px;
      text-align: center; }
  .informacacoes-gerais-header .ligue-agora,
  .informacacoes-gerais-header .whatsapp {
    display: inline-block;
    margin-top: 0;
    width: auto;
    margin-right: 12px; }
    .informacacoes-gerais-header .ligue-agora span,
    .informacacoes-gerais-header .whatsapp span {
      display: inline; }
  .informacacoes-gerais-header .ms {
    display: inline-block;
    width: inherit; } }

/*===========================================
	CONTENT
============================================*/
/*===========================================
	Common
============================================*/
.titulo-pagina {
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  margin-top: 50px;
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 600; }

.enviar-contato {
  color: #fff;
  background: #040e87;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  margin-bottom: 15px;
  cursor: pointer;
  border: none;
  font-size: 18px;
  border-radius: 50px;
  font-weight: 800;
  text-transform: uppercase; }
  .enviar-contato:hover {
    background: #030955;
    color: #fff; }

.page-link {
  color: #999; }

.page-item.active .page-link {
  background-color: #030955;
  border-color: #030955; }

@media screen and (min-width: 1200px) {
  .titulo-pagina {
    margin-bottom: 35px;
    font-size: 30px; } }

/*===========================================
	Home
============================================*/
h2.section-heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase; }

.news-card figure {
  background-color: #ddd;
  position: relative;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  display: block;
  margin-bottom: 10px; }
  .news-card figure img {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.news-card h1, .news-card p {
  color: #999;
  text-align: justify; }

.news-card h1 {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px; }

.news-card p {
  font-size: 12px;
  margin: 0; }
  .news-card p.resume {
    margin-bottom: 15px; }

.news-card a.news-read {
  border: 1px solid #999;
  background-color: #fff;
  margin: 0 auto;
  padding: 5px 20px; }

.read-more {
  max-width: 200px; }

.custom-btn {
  color: #999;
  border: 1px solid #999;
  background-color: #fff;
  margin: 0 auto;
  padding: 5px 20px; }

.box-news {
  padding-top: 70px;
  padding-bottom: 100px; }
  .box-news input {
    height: 50px;
    border-radius: 50px;
    width: 100%;
    border: solid 1px #cccccc;
    padding-left: 20px;
    padding-right: 20px; }
  .box-news .enviar-contato {
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #fee21b;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    margin-bottom: 0px;
    margin-top: 0;
    cursor: pointer;
    width: 100%;
    border: none;
    font-size: 18px;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase; }
    .box-news .enviar-contato:hover {
      background: #950306; }

.icone-news {
  display: inline-block;
  vertical-align: top; }
  .icone-news i {
    color: #950306;
    font-size: 100px; }

.texto-news {
  margin-bottom: 65px; }

.sobre-news {
  display: inline-block;
  width: 45%;
  text-align: left;
  margin-left: 20px; }
  .sobre-news .titulo-pagina {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0; }
  .sobre-news .pequeno-texto-news {
    color: #615f6c;
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    width: 60%; }

.slider-associados .item-slider {
  margin: 0 5px; }

.slider-associados .img-padding {
  height: 0;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden; }
  .slider-associados .img-padding img {
    position: absolute;
    max-width: 100%;
    display: block;
    z-index: 1;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 140px; }

/*************************************************/
/*************************************************/
/* Mobile */
@media screen and (min-width: 320px) {
  .sobre-news {
    display: block;
    text-align: center;
    width: 100%;
    margin-left: 0; }
    .sobre-news .pequeno-texto-news {
      width: 100%; }
  .box-news input {
    margin-bottom: 20px; } }

@media screen and (min-width: 1200px) {
  .sobre-news {
    display: inline-block;
    width: 45%;
    text-align: left;
    margin-left: 20px; }
    .sobre-news .titulo-pagina {
      width: 100%;
      margin-bottom: 20px;
      margin-top: 0; }
  .box-news input {
    margin-bottom: 0; } }

/*===========================================
	Slider
============================================*/
.slider {
  height: auto;
  max-width: 1920px; }
  .slider .item-slider {
    height: auto;
    text-align: center; }
    .slider .item-slider img {
      width: 100%;
      display: inline-block; }

.slider-mobile {
  display: none; }

@media (max-width: 700px) {
  .slider-desktop {
    display: none; }
  .slider-mobile {
    display: block; } }

.slick-prev {
  z-index: 10;
  left: 25px; }

.slick-prev:before {
  font-size: 40px;
  font-family: monospace;
  font-weight: bold;
  z-index: 10;
  left: 25px;
  color: white;
  background-color: black;
  padding: 0px 10px 6px 10px; }

.slick-next {
  right: 25px; }

.slick-next:before {
  font-size: 40px;
  font-family: monospace;
  font-weight: bold;
  color: white;
  background-color: black;
  padding: 0px 10px 6px 10px; }

/*===========================================
	Noticias
============================================*/
.blog {
  padding-bottom: 50px;
  color: #333; }
  .blog article {
    margin-bottom: 20px;
    border-bottom: solid 1px #9e9e9e;
    padding-bottom: 22px; }
    .blog article .post-share {
      background-color: #4caf50;
      color: #fff;
      padding: 10px 15px; }
    .blog article .post-share:hover {
      background-color: #479e4b; }
    .blog article .custom-btn {
      margin-top: 10px; }
    .blog article:last-child {
      border-bottom: none; }
    @media screen and (max-width: 575px) {
      .blog article > div:first-child {
        height: 240px;
        margin-bottom: 5px; }
      .blog article .post-title {
        font-size: 1.2em; }
      .blog article .post-author {
        margin-bottom: 10px; } }
  .blog .post-title {
    font-size: 24px;
    margin: 0px auto 10px;
    text-align: left;
    color: #333;
    text-transform: uppercase;
    font-weight: bold; }
    .blog .post-title a {
      color: inherit; }
  .blog .post-body {
    text-align: justify; }
  .blog .post-author {
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 20px;
    color: #bbb; }
  .blog .post-image {
    width: 100%;
    margin: 0px 0px 10px 0; }
    .blog .post-image img {
      width: 100%; }
    @media screen and (min-width: 768px) {
      .blog .post-image {
        width: 35%;
        margin: 0px 30px 15px 0px;
        float: left; } }

/*===========================================
	Associados
============================================*/
.associados {
  padding-bottom: 30px; }
  .associados .card-img {
    height: 0;
    position: relative;
    padding-bottom: 100%;
    display: block;
    overflow: hidden; }
    .associados .card-img img {
      width: 100%;
      position: absolute;
      z-index: 1;
      top: 0;
      bottom: 0;
      margin: auto; }
  .associados .card-title {
    font-weight: bold;
    color: #040e87;
    text-align: center;
    font-size: 18px;
    margin: 0; }

/*===========================================
  Institucional
============================================*/
.sobre-empresa p {
  margin-bottom: 40px;
  color: #6b6b6b;
  font-weight: 300;
  font-size: 16px; }

.galeria-de-foto .item-maior-foto .item-foto-maior {
  width: 100%;
  height: auto; }
  .galeria-de-foto .item-maior-foto .item-foto-maior iframe {
    width: 100%; }

.galeria-de-foto .fotos-menores .item-fotos {
  height: 60px;
  cursor: pointer;
  margin-left: -5px;
  text-align: center; }
  .galeria-de-foto .fotos-menores .item-fotos img {
    display: inline-block;
    max-width: 100%;
    height: 100%; }

/*************************************************/
/*************************************************/
/* Mobile */
@media screen and (min-width: 320px) {
  .galeria-de-foto {
    margin-bottom: 30px; }
  .missao,
  .valores {
    height: inherit;
    padding-bottom: 30px; }
  .botoes-entre-em-contato {
    margin-top: 20px; } }

@media screen and (min-width: 1200px) {
  .galeria-de-foto {
    margin-bottom: 0; }
  .missao,
  .valores {
    height: 300px;
    padding-bottom: 0; }
  .botoes-entre-em-contato {
    margin-top: 0; } }

.espaco-loja-grande {
  max-width: 400px; }

.espaco-loja-pequeno {
  max-width: 100px; }

/*===========================================
	Contato
============================================*/
.form-contato input {
  border-radius: 0;
  margin-bottom: 20px;
  display: inline-block;
  height: 40px; }

.form-contato textarea {
  border-radius: 0;
  margin-bottom: 20px;
  display: inline-block; }

.informacoes-da-pagina-de-contato {
  text-align: center;
  margin-bottom: 100px; }
  .informacoes-da-pagina-de-contato .email-contato,
  .informacoes-da-pagina-de-contato .numero-contato,
  .informacoes-da-pagina-de-contato .numero-whatsapp {
    margin-right: 30px;
    color: #040e87;
    font-size: 14px;
    font-weight: 300; }
    .informacoes-da-pagina-de-contato .email-contato strong,
    .informacoes-da-pagina-de-contato .numero-contato strong,
    .informacoes-da-pagina-de-contato .numero-whatsapp strong {
      font-weight: 800; }

/*************************************************/
/*************************************************/
/* Mobile */
@media screen and (min-width: 320px) {
  .informacoes-da-pagina-de-contato {
    text-align: left; }
    .informacoes-da-pagina-de-contato span {
      display: inline-block;
      margin-right: 0;
      width: 100%;
      margin-bottom: 20px; } }

@media screen and (min-width: 992px) {
  .informacoes-da-pagina-de-contato {
    text-align: left; }
    .informacoes-da-pagina-de-contato span {
      display: inline-block;
      margin-right: 0;
      width: inherit;
      margin-bottom: 20px; } }

/*===========================================
	Seja Associado
============================================*/
.form-seja-associado input[type=text], .form-seja-associado input[type=email], .form-seja-associado select {
  border-radius: 0;
  margin-bottom: 20px;
  display: inline-block;
  height: 40px; }

@media screen and (min-width: 768px) {
  .form-seja-associado {
    position: sticky;
    top: 5px; } }

/*===========================================
	Ouvidoria
============================================*/
/*===========================================
	Parceiros
============================================*/
.parceiros {
  padding-bottom: 30px; }
  .parceiros .card-list > * {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex; }
  .parceiros .card {
    position: relative;
    padding-bottom: 55px; }
  .parceiros .card-footer {
    position: absolute;
    bottom: 0px;
    width: 100%; }
  .parceiros .card-body {
    text-align: center; }
  .parceiros .card-title {
    font-weight: bold;
    color: #040e87;
    text-align: center;
    font-size: 18px;
    margin: 0; }

/*===========================================
	Contato
============================================*/
/*===========================================
	FOOTER
============================================*/
.section-seja-associado {
  background: #040e87 url("../img/seja-associado-bg.png") no-repeat scroll center center;
  max-height: 270px;
  height: 270px;
  padding: 95px 0; }
  .section-seja-associado h2, .section-seja-associado a {
    color: #fff;
    text-transform: uppercase;
    text-align: center; }
  .section-seja-associado h2 {
    margin-bottom: 20px; }
  .section-seja-associado a {
    border: 1px solid #fff;
    padding: 20px 30px;
    max-width: 100%; }

.newsletter {
  background: #fff;
  color: #7e7e7e;
  padding: 40px;
  text-align: right; }
  .newsletter p {
    font-weight: 600;
    text-align: left;
    padding-top: 10px;
    font-size: 16px;
    float: left;
    text-transform: uppercase; }
  .newsletter .default-form__submit {
    background-color: #7e7e7e;
    border: 0;
    height: 40px;
    width: 5%;
    margin-top: 1px;
    margin-left: -5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0px 15px 15px 0px; }
  .newsletter .form__input {
    height: 40px;
    width: 40%;
    padding: 0 10px;
    border: 1px solid #7e7e7e;
    border-radius: 15px 0px 0px 15px;
    outline: none;
    font-size: 14px;
    color: #666; }
  .newsletter:focus {
    border: 1px solid #fe9d48; }

.captura-de-lead {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #1d2b7d;
  background-image: url(../../assets/img/bg-leads.jpg);
  background-position: center center;
  background-size: cover; }

.titulo-lead {
  color: #fff;
  display: block;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 30px;
  font-weight: 300; }

.click-captura {
  display: block;
  width: 100%;
  padding-top: 30px;
  height: 220px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }
  .click-captura .icone-captura {
    display: block;
    margin: 0 auto;
    width: 60px;
    height: 60px;
    line-height: 70px;
    background: #fff;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 25px; }
    .click-captura .icone-captura .icon-whatsapp {
      display: inline-block;
      height: 28px;
      width: 28px;
      background: url("../img/icones/icone_whatsapp_diferenciais.png");
      position: relative; }
    .click-captura .icone-captura i {
      color: #950306;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 30px; }
  .click-captura .nome-captura {
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 30px;
    display: inline-block;
    border: solid 3px white;
    border-radius: 0px 30px 30px 30px;
    padding: 20px;
    font-size: 16px;
    font-weight: 800; }
  .click-captura .detalhe {
    display: none;
    width: 50%;
    height: 5px;
    background: #fff;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0; }
  .click-captura:hover .nome-captura {
    background: #fee21b;
    border-color: #fee21b;
    color: #000; }
  .click-captura:hover .icone-captura i {
    color: #fee21b; }
  .click-captura:hover .detalhe {
    opacity: 1; }

.localizacao {
  position: relative;
  background: #040e87;
  color: #fff; }

.caixa-de-informacao {
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight: 700;
  font-size: 12px; }

.titulo-localizacao {
  margin-bottom: 35px;
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 24px;
  font-weight: 300; }

#map {
  width: 100%;
  height: 250px; }
  #map iframe {
    width: 100%;
    height: 100%; }

footer {
  padding-top: 22px;
  padding-bottom: 22px; }

.social-media-footer {
  text-align: left; }
  .social-media-footer li {
    display: inline;
    margin-left: 10px; }
    .social-media-footer li a i {
      font-size: 50px; }

.menu-footer li {
  margin-bottom: 12px; }

.button-footer {
  display: block;
  padding: 6px 20px;
  border: 1px solid white;
  margin-bottom: 12px;
  text-align: center; }

.logo-rodape img {
  -webkit-filter: brightness(100);
          filter: brightness(100); }

/*************************************************/
/*************************************************/
/* Mobile */
@media screen and (min-width: 320px) {
  #map {
    position: inherit;
    left: inherit;
    width: 100%; }
  .ms {
    text-align: center;
    width: 100%; } }

@media screen and (max-width: 480px) {
  .newsletter .form__input {
    width: 85%; }
  .newsletter .default-form__submit {
    width: 15%; }
  .caixa-de-informacao {
    text-align: center; } }

@media screen and (min-width: 1200px) {
  #map {
    height: 250px;
    width: 100%; }
  .ms {
    text-align: right; } }

.form__input {
  height: 40px;
  width: 50%;
  padding: 0 10px;
  border: 1px solid #bfbfbf;
  border-radius: 3px 0px 0px 3px;
  outline: none;
  font-size: 14px;
  color: #666; }
  .form__input:focus {
    border: 1px solid #fe9d48; }

.about__footer-first {
  color: white;
  padding-top: 15px; }
  .about__footer-first p {
    display: inline-block;
    margin-right: 25px;
    font-size: 16px;
    text-transform: uppercase; }
  .about__footer-first ul {
    display: inline-block; }
    .about__footer-first ul li {
      display: inline-block;
      margin-right: 10px;
      font-size: 30px; }
  .about__footer-first h3 {
    display: inline-block;
    margin-left: 15px; }

#section-institucional .container {
  border-bottom: solid 3px #fff; }

#section-institucional .newsletter-box {
  color: #fff;
  text-align: left;
  padding-top: 15px;
  padding-bottom: 15px; }
  #section-institucional .newsletter-box ul {
    display: inline-block; }
  #section-institucional .newsletter-box img {
    width: 50px; }
  #section-institucional .newsletter-box .col-sm-6 {
    padding-left: 5px; }
    #section-institucional .newsletter-box .col-sm-6:first-child {
      padding-right: 5px; }
  #section-institucional .newsletter-box p {
    text-align: left;
    display: inline-block;
    font-size: 16px;
    float: left;
    padding-top: 15px;
    margin-right: 15px;
    text-transform: uppercase; }

@media (max-width: em(900px)) {
  .about_footer {
    background-color: #1B1B1B;
    height: auto; }
  .about__footer-first h3 {
    float: none;
    width: 100%;
    text-align: center;
    margin-left: 0; }
  .newsletter-box p {
    margin-bottom: 20px;
    text-align: center;
    float: none; } }

/*------------------------------------*
    #social-list */
/*------------------------------------*/
.social-list .social-list__item {
  display: inline-block;
  margin-left: 10px; }
  .social-list .social-list__item:first-child {
    margin-left: 0; }

.social-list .social-list__link {
  display: block;
  height: 25px;
  width: 25px;
  text-indent: -9999px;
  background-image: url(../img/sprite_social_icons.png);
  background-repeat: no-repeat; }
  .social-list .social-list__link--facebook {
    background-position: 0 0; }
  .social-list .social-list__link--twitter {
    background-position: -45px 0; }
  .social-list .social-list__link--youtube {
    background-position: -90px 0; }
  .social-list .social-list__link--instagram {
    background-position: -135px -1px; }

.site-header .social-list {
  float: left;
  margin-top: 7px; }

.about__footer .social-list {
  float: left;
  margin-top: 17px; }

/*===========================================
	BOOTSTRAP
============================================*/
.no-padding {
  padding-left: 0;
  padding-right: 0; }
  .no-padding .row {
    margin-left: 0;
    margin-right: 0; }
    .no-padding .row [classˆ="col-"], .no-padding .row [class*="col-"] {
      padding-left: 0;
      padding-right: 0; }

/*===========================================
	RESPONSIVO
============================================*/
/* 320px */
@media screen and (min-width: 320px) {
  .box-cta-botao {
    width: 100%;
    position: fixed;
    bottom: 30px;
    z-index: 100000;
    text-align: center; }
    .box-cta-botao .botao-tenho-interesse-lead {
      text-transform: uppercase;
      font-weight: 900;
      font-size: 12px;
      color: #fff;
      background: #009600;
      padding: 12px;
      padding-left: 15px;
      padding-right: 15px;
      border-radius: 12px;
      box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }
  .associados .detalhes ul {
    display: none; }
  .associados .detalhes .btn-detalhes {
    display: block; } }

@media screen and (min-width: 1200px) {
  .associados .detalhes ul {
    display: block; }
  .associados .detalhes .btn-detalhes {
    display: none; } }

.alertify,
.alertify-show,
.alertify-log {
  -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* easeOutBack */ }

.alertify-hide {
  -webkit-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 250ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  /* easeInBack */ }

.alertify-log-hide {
  -webkit-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -moz-transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 500ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
  /* easeInBack */ }

.alertify-cover {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  filter: alpha(opacity=0);
  opacity: 0; }

.alertify-cover-hidden {
  display: none; }

.alertify {
  position: fixed;
  z-index: 99999;
  top: 50px;
  left: 50%;
  width: 550px;
  margin-left: -275px;
  opacity: 1; }

.alertify-hidden {
  -webkit-transform: translate(0, -150px);
  -moz-transform: translate(0, -150px);
  -ms-transform: translate(0, -150px);
  transform: translate(0, -150px);
  opacity: 0;
  display: none; }

/* overwrite display: none; for everything except IE6-8 */
:root * > .alertify-hidden {
  display: block;
  visibility: hidden; }

.alertify-logs {
  position: fixed;
  z-index: 5000;
  bottom: 10px;
  right: 10px;
  width: 300px; }

.alertify-logs-hidden {
  display: none; }

.alertify-log {
  display: block;
  margin-top: 10px;
  position: relative;
  right: -300px;
  opacity: 0; }

.alertify-log-show {
  right: 0;
  opacity: 1; }

.alertify-log-hide {
  -webkit-transform: translate(300px, 0);
  -moz-transform: translate(300px, 0);
  -ms-transform: translate(300px, 0);
  transform: translate(300px, 0);
  opacity: 0; }

.alertify-dialog {
  padding: 25px; }

.alertify-resetFocus {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.alertify-inner {
  text-align: center; }

.alertify-text {
  margin-bottom: 15px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%; }

.alertify-button,
.alertify-button:hover,
.alertify-button:active,
.alertify-button:visited {
  background: none;
  text-decoration: none;
  border: none;
  /* line-height and font-size for input button */
  line-height: 1.5;
  font-size: 100%;
  display: inline-block;
  cursor: pointer;
  margin-left: 5px; }

@media only screen and (max-width: 680px) {
  .alertify,
  .alertify-logs {
    width: 90%;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .alertify {
    left: 5%;
    margin: 0; } }

/**
 * Default Look and Feel
 */
.alertify,
.alertify-log {
  font-family: sans-serif; }

.alertify {
  background: #FFF;
  border: 10px solid #333;
  /* browsers that don't support rgba */
  border: 10px solid rgba(0, 0, 0, 0.7);
  border-radius: 8px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  /* Safari 4? Chrome 6? */
  /* Firefox 3.6 */
  background-clip: padding-box;
  /* Firefox 4, Safari 5, Opera 10, IE 9 */ }

.alertify-text {
  border: 1px solid #CCC;
  padding: 10px;
  border-radius: 4px; }

.alertify-button {
  /*
		border-radius: 4px;
		color: #FFF;
		font-weight: bold;
		padding: 6px 15px;
		text-decoration: none;
		text-shadow: 1px 1px 0 rgba(0,0,0,.5);
		box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:    -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:     -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:      -o-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));
		background-image:         linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,0));*/
  border: 0;
  height: 40px;
  width: 100%;
  margin-top: 25px;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase; }

.alertify-button:hover,
.alertify-button:focus {
  outline: none;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -moz- oldlinear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0)); }

.alertify-button:focus {
  box-shadow: 0 0 15px #2B72D5; }

.alertify-button:active {
  position: relative;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05); }

.alertify-button-cancel,
.alertify-button-cancel:hover,
.alertify-button-cancel:focus {
  background-color: #FE1A00;
  border: 1px solid #D83526; }

.alertify-button-ok,
.alertify-button-ok:hover,
.alertify-button-ok:focus {
  background-color: #f78a2a;
  border: 0; }

.alertify-log {
  background: #1F1F1F;
  background: rgba(0, 0, 0, 0.9);
  padding: 15px;
  border-radius: 4px;
  color: #FFF;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5); }

.alertify-log-error {
  background: #FE1A00;
  background: rgba(254, 26, 0, 0.9); }

.alertify-log-success {
  background: #5CB811;
  background: rgba(92, 184, 17, 0.9); }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-shadow: none; }

.pswp__button:focus, .pswp__button:hover {
  opacity: 1; }

.pswp__button:active {
  outline: none;
  opacity: 0.9; }

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(../img/icones/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(../img/icones/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
  background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -moz-transform: translateY(6px);
       transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -moz-transition: transform 0.25s, -moz-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s, -moz-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px; }

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000; }

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0; }

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
       transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }

.pswp__caption small {
  font-size: 11px;
  color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  -moz-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(../img/icones/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  -moz-animation: clockwise 500ms linear infinite;
       animation: clockwise 500ms linear infinite; }

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  -moz-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
       animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@-moz-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
         transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
    -moz-transform: rotate(-140deg);
         transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
         transform: rotate(0); } }

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  -moz-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

/*# sourceMappingURL=app.css.map */
