@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wdth,wght,YTLC@0,6..12,75..125,200..1000,440..540;1,6..12,75..125,200..1000,440..540&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
/*===========================================
	VARIAVEIS
============================================*/
/*===========================================
	BASE
============================================*/
body {
  font-font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  padding-top: 132px;
}
@media screen and (max-width: 620px) {
  body {
    padding-top: 94px !important;
  }
}

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;
}

/* Animação de fade-in e queda */
@-webkit-keyframes fadeInDrop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
    /* Ajuste conforme a necessidade */
  }
  to {
    opacity: 1 !important;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-moz-keyframes fadeInDrop {
  from {
    opacity: 0;
    -moz-transform: translateY(-50px);
         transform: translateY(-50px);
    /* Ajuste conforme a necessidade */
  }
  to {
    opacity: 1 !important;
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
}
@keyframes fadeInDrop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-50px);
       -moz-transform: translateY(-50px);
            transform: translateY(-50px);
    /* Ajuste conforme a necessidade */
  }
  to {
    opacity: 1 !important;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
}
/* Animação fade-in */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1 !important;
  }
}
@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1 !important;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1 !important;
  }
}
.btn-principal {
  background-color: #009999;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  width: 200px;
}
.btn-principal:hover {
  opacity: 0.7;
  color: #fff;
}

.btn-principal-outline {
  color: #009999;
  background-color: #fff;
  box-shadow: 5px 4px 5px -3px #ddd;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
}
.btn-principal-outline:hover {
  color: #009999;
  box-shadow: none;
}

/*===========================================
	HEADER
============================================*/
header {
  background-color: #fff;
  background-position: top center;
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  width: 100%;
  z-index: 11;
  top: 0;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
}

.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 #59a0b7;
  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: #009999;
  font-size: 24px;
}
.informacacoes-gerais-header .ms li a i:hover {
  color: #fff;
}

.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: #009999;
  letter-spacing: 0px;
  opacity: 0;
  font-weight: 300;
  font-size: 1rem;
  font-family: "Roboto Condensed", sans-serif;
}
.menu li:last-child {
  margin-right: 0;
}

.menu li a.fade-in {
  -webkit-animation: fadeInDrop 2s ease-in-out;
     -moz-animation: fadeInDrop 2s ease-in-out;
          animation: fadeInDrop 2s ease-in-out;
  opacity: 1;
}

/*************************************************/
/*************************************************/
/* Mobile */
@media screen and (max-width: 480px) {
  .logo {
    max-width: 135px;
  }
  .logo img {
    width: 75% !important;
  }
}
@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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    font-size: 30px;
    color: #009999;
  }
  .clique-menu:active {
    color: #009999;
  }
  .clique-menu:focus {
    color: #009999;
  }
  .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: #009999;
  -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-family: "Roboto Condensed", sans-serif;
  color: #009999 !important;
  font-size: 1.3rem;
  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;
}

.content {
  padding-bottom: 40px;
}

/*************************************************/
/*************************************************/
/* 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;
  }
}
.bloco-grupo {
  background-color: #f9f9f8;
}

.bloco-cards {
  background-color: #f9f9f8;
}

.container-image-grupo {
  width: 150px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
  border: solid 1px #e5e5e5;
  background-color: #fff;
  border-radius: 5px;
}

.container-grupo {
  opacity: 0;
}

.container-grupo.fade-in {
  opacity: 1;
  -webkit-animation: fadeIn 2s forwards;
     -moz-animation: fadeIn 2s forwards;
          animation: fadeIn 2s forwards;
}

.bloco-historia .texto-historia-home {
  color: #444;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}

.slider-grupo .item-slider {
  background: #fff;
  /* width: 200px !important; */
  height: 300px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  border: solid 1px #e5e5e5;
}

.container-card-home {
  opacity: 0;
}

.container-card-home.fade-in {
  opacity: 1;
  -webkit-animation: fadeInDrop 2s forwards;
     -moz-animation: fadeInDrop 2s forwards;
          animation: fadeInDrop 2s forwards;
}

.card-home {
  width: 100%;
  box-shadow: 0px 0px 9px -5px #000;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  padding: 20px;
  text-align: center;
}
.card-home:hover {
  box-shadow: none;
}
.card-home i {
  font-size: 4rem;
  margin-bottom: 15px;
}

.card-home-white {
  background-color: #fff;
}
.card-home-white h3 {
  font-family: "Roboto Condensed", sans-serif;
  color: #2289aa;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 7px;
}
.card-home-white p {
  color: #444;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}
.card-home-white .btn-card-home {
  box-shadow: 0px 0px 9px -5px #000;
  background-color: #009999;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.card-home-white .btn-card-home:hover {
  background-color: #006666;
  color: #fff;
  box-shadow: none;
}
.card-home-white i {
  color: #009999;
}

.card-home-color {
  background-color: #009999;
}
.card-home-color h3 {
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 7px;
}
.card-home-color p {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
}
.card-home-color .btn-card-home {
  box-shadow: 0px 0px 9px -5px #000;
  background-color: #fff;
  color: #009999;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.card-home-color .btn-card-home:hover {
  background-color: #e6e6e6;
  box-shadow: none;
}
.card-home-color i {
  color: #fff;
}

/*===========================================
	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 {
  color: #444;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: justify;
}

.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%;
}

.institucional {
  background-color: #f2f2f2;
  margin-top: -14px;
  padding: 40px;
}
@media screen and (max-width: 480px) {
  .institucional {
    padding: 40px !important;
    padding-top: 40px !important;
  }
}

.mapa-onde {
  padding: 80px;
}
@media screen and (max-width: 480px) {
  .mapa-onde {
    padding: 40px !important;
  }
}
.mapa-onde p {
  color: #444;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: justify;
}

.atuacao {
  background-color: #f2f2f2;
  padding: 80px;
}
@media screen and (max-width: 480px) {
  .atuacao {
    padding: 40px !important;
  }
}
.atuacao p {
  color: #444;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: justify;
}

/*************************************************/
/*************************************************/
/* 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;
  border: none;
  border-bottom: solid 1px black;
}
.form-contato textarea {
  border-radius: 0;
  margin-bottom: 20px;
  display: inline-block;
  border: solid 1px black;
}
.form-contato select {
  margin-bottom: 20px;
  display: inline-block;
  border: none;
  border-bottom: solid 1px black;
}

.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;
}

.box-contato {
  border: solid 1px #009999;
  padding: 20px;
}

.bg-contato {
  background-image: url("../img/fale-conosco.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 50px 0;
  margin-bottom: 60px;
}
.bg-contato .titulo-pagina {
  color: white;
  text-align: left;
}

.bg-colaboradores {
  background-image: url("../img/colaboradores.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 50px 0;
  margin-bottom: 60px;
}
.bg-colaboradores .titulo-pagina {
  color: white;
  text-align: left;
}

.bg-trabalhe {
  background-image: url("../img/trabalhe-conosco.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 50px 0;
  margin-bottom: 60px;
}
.bg-trabalhe .titulo-pagina {
  color: white;
  text-align: left;
}

/*************************************************/
/*************************************************/
/* 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;
  }
}
.simple-text {
  color: #444;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
}
.simple-text p {
  text-align: justify;
}

.titulo-page {
  font-family: "Roboto Condensed", sans-serif;
  color: #009999;
}

.btn-trabalhe {
  box-shadow: 0px 0px 9px -5px #000;
  background-color: #009999;
  color: #fff;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.btn-trabalhe:hover {
  background-color: #006666;
  color: #fff;
  box-shadow: none;
}

/*===========================================
	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;
  text-align: right;
  box-shadow: 0px 0px 9px -5px #000;
}
.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: #252525;
  color: #fff;
}

.caixa-de-informacao {
  padding-top: 40px;
  padding-bottom: 40px;
}

.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 li {
  display: inline;
  margin-left: 10px;
}
.social-media-footer li a i {
  font-size: 50px;
}

.menu-footer li {
  margin-bottom: 12px;
}
.menu-footer li a {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.8rem;
}
.menu-footer li a img {
  width: 100px;
}
.menu-footer li a img:hover {
  opacity: 0.5;
}

.logos-footer a img {
  width: 100px;
}
.logos-footer a img:hover {
  opacity: 0.5;
}

.title-menu-footer {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  text-transform: uppercase;
}

.redes-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
.redes-footer li {
  padding: 0px 5px;
}
.redes-footer li a {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
}
.redes-footer li a:hover {
  opacity: 0.8;
}
.redes-footer .link-instagram {
  background: #c13584;
}
.redes-footer .link-facebook {
  background: #3b5998;
}
.redes-footer .link-whatsapp {
  background: #25d366;
}
.redes-footer .link-telefone {
  background: #fe9d48;
}

.btn-colaborador-footer {
  background-color: #009999;
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  width: 200px;
}
.btn-colaborador-footer:hover {
  opacity: 0.7;
  color: #fff;
}

.btn-contato-footer {
  background-color: #25d366;
  color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  width: 200px;
}
.btn-contato-footer:hover {
  opacity: 0.7;
  color: #fff;
}

.button-footer {
  display: block;
  padding: 6px 20px;
  border: 1px solid white;
  margin-bottom: 12px;
  text-align: center;
}

.grupo-brandao {
  padding-bottom: 50px;
}
.grupo-brandao h2 {
  color: #000;
}
.grupo-brandao a:hover img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.grupo-brandao img {
  margin-bottom: 10px;
  padding: 5px 10px;
  width: 150px;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.grupo-brandao p {
  color: #000;
  font-weight: 600;
}

.grupo-brandao-mobile {
  padding-bottom: 50px;
}
.grupo-brandao-mobile h2 {
  color: #000;
}
.grupo-brandao-mobile img {
  margin: 0 auto;
}

.contato-home {
  background-color: none;
  border-color: black;
}

.float-menu {
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: #009999;
  padding: 10px 15px;
  border-radius: 50px;
}
.float-menu .clique-menu {
  margin-top: 0;
  color: white;
}

/*************************************************/
/*************************************************/
/* 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;
  }
}
.box-assinatura {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  padding-top: 13px;
  padding-bottom: 13px;
}
.box-assinatura .todos-os-direitos {
  text-align: left;
}
.box-assinatura .todos-os-direitos .copy {
  color: #363636;
  display: inline-block;
  padding-left: 10px;
  font-weight: 300;
  font-size: 11px;
  font-style: italic;
}
.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 */
