@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
  font-family: 'Trashhand';
  src: url("../fonts/TrashHand.TTF") format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  text-rendering: optimizeLegibility;
  height: 100%;
}

body {
  font-family: 'Raleway', 'Montserrat', sans-serif;
  /*  background-image: url("../imgs/fundo.jpg")
*/
}


p {
  color: #505050;
  font-family: 'Raleway', 'Montserrat', sans-serif;
  font-size: 12pt;
  line-height: 30px;
  margin-bottom: 30px;
}

p:last-child {
  margin-bottom: 0;
}

small {
  font-size: 0.7em;
}

th {
  font-family: "Poppins";
}

h2,
h3,
h4,
h5 {
  font-family: 'Poppins', sans-serif;
  letter-spacing: -0.9pt;
  color: #344b57;
}

h3 {
  font-size: 22pt;
  font-weight: 600;
}

h4 {
  font-size: 16pt;
  font-weight: 600;
  margin-top: 40px;
}

h5.card-title {
  font-weight: 600;
  font-family: "Poppins";
}

.preto {
  font-weight: normal;
  color: #505050;
}

a,
a:focus,
a:visited {
  color: #008593;
  transition: .3s color ease;
  text-decoration: none;
  font-weight: 600;
}

a:hover {
  color: #007396;
  transition: .3s color ease;
}

ul.fa-ul .fa-li i {
  color: #008593;
}

.header-tur {
  background-color: black;
}

.img-logo {
  height: 50px;
}

.cd-municipio {
  border: none;
  margin-bottom: 30px;
}

.cd-municipio:last-child {
  margin-bottom: 0;
}

.cd-municipio img {
  width: 80%;
  max-width: 250px;
}

@media (max-width: 992px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* ------------ INÍCIO DO MENU ------------ */

.navbar {
  background-color: #000000;
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 20;
  float: left;
  margin: 0;
  overflow: hidden;
}

.nav-link,
.nav-link:visited,
.nav-link:focus {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 11.5pt;
  color: #fff;
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  border-bottom: 2px solid #000;
  transition: border-color 1s ease;
}

.nav-link:hover {
  color: #fff;
  border-bottom: 2px solid #fff;
  transition: border-color 1s ease;
}

.navbar-toggler {
  padding: 0.25rem 0.4rem;
  border-color: #fff;
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.1rem;
    padding-left: 1.1rem;
  }

}

@media (max-width: 992px) {

  .nav-link,
  .nav-link:visited,
  .nav-link:focus {
    border-bottom: none;
    padding-left: 0;
  }

  .nav-link:hover {
    border-bottom: none;
  }

  .navbar-collapse {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

/* ------------ FIM DO MENU ------------ */


/* ------------- INÍCIO DO HEADER ----------- */

.header-home {
  position: relative;
  background-color: black;
  height: 90vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.header-home video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header-home .container {
  position: relative;
  z-index: 2;
}

.header-home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}


h1.carousel-titulo {
  font-family: "Trashhand";
  font-size: 60pt;
  text-shadow: black 0.08em 0.08em 0.12em;
  font-weight: normal;
}

.laranja {
  color: #FDBE2D;
}

.autor-americo {
  text-align: right;
  display: block;
  margin-right: 100px;
  font-size: 16pt;
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 400;
  margin-top: -10px;
  text-shadow: black 0.1em 0.1em 0.13em;
}

@media (max-width: 992px) {
  .header-home {
    height: 500px;
    min-height: 500px;
  }

  h1.carousel-titulo {
    font-size: 50pt;
    margin-top: 60px;
  }

  .autor-americo {
    font-size: 13pt;
    margin-right: 60px;
  }

}

@media (min-width: 992px) {
  .btn-ver-todos-pontos {
    margin-top: -60px;
  }
}

@media (max-width: 992px) {
  .btn-ver-todos-pontos {
    margin-top: -30px;
  }
}

@media (max-width: 768px) {
  .btn-ver-todos-pontos {
    margin-top: 0;
  }
}


@media (max-width: 576px) {
  h1.carousel-titulo {
    font-size: 40pt;
    margin-top: 80px;
  }

  .autor-americo {
    font-size: 11pt;
    margin-right: 30px;
  }

  .btn-ver-todos-pontos {
    margin-top: 0;
  }
}

/*    FIM DO HEADER    */

/* ----- INÍCIO BREADCRUMB ------ */

.chrumb-share {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
  margin-bottom: 50px;
  font-size: 9pt;
}

.breadcrumb {
  margin-bottom: 0;
  padding-right: 30px;
}

.breadcrumb-item a {
  font-weight: normal;
}

.share {
  display: flex;
  justify-content: center;
  align-items: center;

}

.share span {
  margin-right: 10px;
  font-style: italic;
  color: #bbbaba;

}

.share-icon {
  transition: transform .3s;
  width: 38px;
  height: 38px;
}

.share-icon:hover {
  transform: scale(1.2);
  cursor: pointer;
}

@media (max-width: 992px) {
  .share span {
    display: none;
  }
}

/*
.share .share-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  border: 2px solid;
  border-color: #008593;
  transition: .3s border-color ease;
  border-radius: 40px;
*/



/*a, a:focus, a:visited {
  color: #008593;
  text-decoration: none;
  font-weight: 600;
}
*/


/* ----- FIM BREADCRUMB ------ */


/* ----- MODAL COMPARTILHAR ------ */

.modal-content {
  border-radius: 13px;
  border: none;
}

.modal-body {
  color: #3b3b3b
}

.modal p {
  font-size: 10pt;
}

.modal-icon {
  transition: transform .3s;
  width: 48px;
  height: 48px;
}

.modal-icon:hover {
  transform: scale(1.2);
  cursor: pointer;
}


.img-thumbnail {
  border-radius: 33px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fab:before {
  position: relative;
  top: 13px
}

.smd {
  width: 200px;
  text-align: center
}

.modal-footer {
  display: block
}

.ur {
  border: none;
  background-color: #e6e2e2;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  height: 40px;
  font-size: 10pt;
}

.cpy {
  border: none;
  background-color: #e6e2e2;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  cursor: pointer;
  width: 40px;
}

button.focus,
button:focus {
  outline: 0;
  box-shadow: none !important
}

.ur.focus,
.ur:focus {
  outline: 0;
  box-shadow: none !important
}

.message {
  font-size: 11px;
  color: #ee5535
}

/* ----- MODAL COMPARTILHAR ------ */







.faixa-azul {
  height: 60px;
  background-image: url("../imgs/back-azul-ok.svg");
  background-repeat-x: repeat;
  background-repeat-y: no-repeat;
  background-size: auto 60px;
  background-color: #0090d3;
}

.section-angra {
  padding-bottom: 100px;
  background-color: #fff;
}

.section-angra h2 {
  font-family: "Trashhand";
  text-align: center;
  margin-top: 80px;
  font-size: 60pt;
  color: #344b57;
  margin-bottom: 40px;
  font-weight: normal;
}

@media (max-width: 992px) {
  .section-angra h2 {
    font-size: 45pt;
  }
}

.section-angra p {
  font-size: 11pt;
  font-weight: 500;
}

.section-procissao {
  padding: 0;
  margin-top: 80px;
  margin-bottom: 100px;
}

.section-procissao .back-procissao {
  color: #96643F;
  background-color: #FFD683;
  margin: 0;
  background-image: url("../imgs/back-amarelo.svg");
  padding: 30px;
  background-size: auto 100%;
}

.section-procissao .back-procissao h3 {
  font-family: "Trashhand";
  text-align: center;
  font-size: 25pt;
  font-weight: normal;
}

.section-procissao .back-procissao p {
  font-family: "Trashhand";
  font-size: 16pt;
  text-align: center;
  margin-bottom: 0;
}

.acesso-aventureiro {
  margin-top: 100px;
  margin-bottom: 100px;
}


.header-ponto-turistico {
  overflow: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  background: #2c2f36;
  position: relative;
  height: 300px;
  max-height: 300px;
  display: table;
  width: 100%;
  margin-top: 50pt;
}

.ponto-turistico-inner {
  position: relative;
  z-index: 1;
  display: table-cell;
  vertical-align: middle;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
}

.ponto-turistico-inner>img {
  z-index: 2;
}

h1.ponto-turistico-titulo {
  width: 100%;
  z-index: 3;
  font-family: "Trashhand";
  font-size: 45pt;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-weight: normal;
  letter-spacing: 1pt;
  color: #fff;
}

h3.ponto-turistico-titulo {
  width: 100%;
  z-index: 3;
  font-family: "Trashhand";
  font-size: 45pt;
  text-shadow: black 0.1em 0.1em 0.2em;
  font-weight: normal;
  letter-spacing: 1pt;
  color: #fff;
}

@media (max-width: 992px) {

  h3.ponto-turistico-titulo,
  h1.ponto-turistico-titulo {
    font-size: 35pt;
  }
}


@media (max-width: 768px) {
  .text_404 {
    margin-top: 30%;
  }
}

.section-content-pages {
  padding-top: 80px;
  padding-bottom: 80px;
}

main h2 {
  font-size: 28pt;
  text-align: center;
  font-weight: 700;
  letter-spacing: -0.9pt;
  color: #344b57;
  padding-bottom: 70px;
  background-image: url(../imgs/detalheh2.svg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: auto 55px;
  margin: 0 auto;
  margin-bottom: 80px;
  max-width: 900px;
}

@media (max-width: 992px) {
  main h2 {
    padding-bottom: 50px;
    background-size: auto 35px;
    margin-bottom: 65px;
    font-size: 24pt;
  }
}

@media (max-width: 558px) {
  main h2 {
    padding-bottom: 40px;
    background-size: auto 25px;
    margin-bottom: 50px;
  }
}


.section-404 {
  min-height: 100vh;
}

.text_404 {
  margin-top: 15%;
}

.img_404 {
  margin-top: 10%;
}

@media (max-width: 768px) {
  .text_404 {
    margin-top: 30%;
  }
}

.home-video-promocional {
  padding: 80px 0;
  background-color: #AED152;
  background-image: url("../imgs/back-verde.svg");
  background-size: 1600px;
  color: white;
  margin: 80px 0;
}

.home-video-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}

h3.promocional-titulo {
  font-family: "Trashhand";
  font-size: 40pt;
  text-shadow: black 0.09em 0.09em 0.1em;
  font-weight: normal;
  letter-spacing: 1pt;
  color: #fff;
  margin-bottom: 20px;
}

p.promocional-descricao {
  font-family: "Trashhand";
  font-size: 28pt;
  text-shadow: black 0.08em 0.08em 0.09em;
  font-weight: normal;
  letter-spacing: 0.5pt;
  color: #ffffff;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 33pt;
}

@media (max-width: 992px) {
  .home-video-promocional {
    padding: 60px 0;
  }

  h3.promocional-titulo {
    font-size: 35pt;
  }

  p.promocional-descricao {
    font-size: 25pt;
    text-shadow: black 0.08em 0.08em 0.07em;
  }
}

@media (max-width: 768px) {
  .home-video-promocional {
    padding: 40px 0;
  }

  h3.promocional-titulo {
    font-size: 28pt;
  }

  p.promocional-descricao {
    font-size: 20pt;
    text-shadow: black 0.08em 0.08em 0.05em;
    line-height: 25pt;
    margin-top: 10px;
  }
}

/*@media (max-width: 558px) {
  main h2 {
    padding-bottom: 40px;
    background-size: auto 25px;
    margin-bottom: 50px;
  }
}*/


.section-404 h2 {
  font-size: 100pt;
  background: none;
  padding-bottom: 0;
  margin-bottom: 20px;
  font-weight: 600;
  font-style: italic;
  font-family: 'Raleway';
}


/* ------------ GALERIA DE FOTOS ------------ */


.galeria-fotos {}

.galeria-fotos h3 {
  font-weight: 600;
  letter-spacing: -1pt;
  color: #344b57;
  font-size: 22pt;
  margin-bottom: 50px;
}

.galeria-fotos .flex-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: space-between;
  flex-wrap: wrap;
  padding: 0 5% 5% 5%;
}

.galeria-fotos .flex-container figure {
  margin: 0 1px 1px 0;
  position: relative;
}

.galeria-fotos .flex-container figure a {
  display: block;
  width: 250px;
  height: 250px;
  background: no-repeat center center;
  background-size: cover;
  -webkit-transition: .3s background ease;
  -moz-transition: .3s background ease;
  transition: .3s background ease;

}

.galeria-fotos .flex-container figure a:hover {
  /* background-size: auto 270px;*/
  -webkit-transition: .3s background ease;
  -moz-transition: .3s background ease;
  transition: .3s background ease;

}

.galeria-fotos .flex-container figure figcaption {
  width: 100%;
  height: 100%;
  min-height: 250px;
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: .3s background ease;
  -moz-transition: .3s background ease;
  transition: .3s background ease;
}

.galeria-fotos .flex-container figure figcaption:hover {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: .3s background ease;
  -moz-transition: .3s background ease;
  transition: .3s background ease
}

.galeria-fotos .flex-container figure figcaption .fig-title {
  font-weight: 700;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 0 4%
}

/* ------------ FIM DA GALERIA DE FOTOS ------------ */


/* ------------ GALERIA DE FOTOS HOME ------------ */



.galeria-fotos-home h3 {
  font-weight: 600;
  letter-spacing: -1pt;
  color: #344b57;
  font-size: 22pt;
  margin-bottom: 50px;
}

.galeria-fotos-home .flex-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: space-between;
  flex-wrap: wrap;
  padding: 0 5% 5% 5%;
}

.galeria-fotos-home .flex-container figure {
  margin: 0 1px 1px 0;
  position: relative;
}

.galeria-fotos-home .flex-container figure a {
  display: block;
  width: 250px;
  height: 250px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: .3s background ease;
}

.galeria-fotos-home .flex-container figure a:hover {
  background-size: cover;
  -webkit-transition: .3s background ease;
  -moz-transition: .3s background ease;
  transition: .3s background ease;

}

.galeria-fotos-home .flex-container figure figcaption {
  width: 100%;
  height: 100%;
  min-height: 250px;
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  text-decoration: none;

  background: rgba(0, 0, 0, 0);
  -webkit-transition: .3s background ease;
  -moz-transition: .3s background ease;
  transition: .3s background ease;
}

.galeria-fotos-home .flex-container figure figcaption:hover {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: .3s background ease;
  -moz-transition: .3s background ease;
  transition: .3s background ease;

}

.galeria-fotos-home .flex-container figure figcaption .fig-title {
  font-weight: 700;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 0 4%;
  font-family: "Trashhand", "Trebuchet MS";
  font-size: 24pt;
  font-weight: normal;
  line-height: 24pt;

  color: rgba(0, 0, 0, 0);
  -webkit-transition: .3s color ease;
  -moz-transition: .3s color ease;
  transition: .3s color ease;
  text-shadow: none;
  transition: .3s text-shadow ease;
  -webkit-transition: .3s text-shadow ease;
  -moz-transition: .3s text-shadow ease;

}

.galeria-fotos-home .flex-container figure figcaption .fig-title:hover {
  color: rgb(255, 255, 255);
  transition: .3s color ease;
  -webkit-transition: .3s color ease;
  -moz-transition: .3s color ease;
  text-shadow: black 0.05em 0.05em 0.1em;
  transition: .3s text-shadow ease;
  -webkit-transition: .3s text-shadow ease;
  -moz-transition: .3s text-shadow ease;
}


/* ------------ FIM DA GALERIA DE FOTOS ------------ */



/* ------------ GALERIA DE PONTOS TURÍSTICOS ------------ */


.galeria-pontos-turisticos {}

.galeria-pontos-turisticos h3 {
  font-weight: 600;
  letter-spacing: -1pt;
  color: #344b57;
  font-size: 22pt;
  margin-bottom: 50px;
}

.galeria-pontos-turisticos .flex-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-content: space-between;
  flex-wrap: wrap;
  padding: 0 5% 5% 5%;
}

.galeria-pontos-turisticos .flex-container figure {
  margin: 0 1px 1px 0;
  position: relative;
}

.galeria-pontos-turisticos .flex-container figure a {
  display: block;
  width: 320px;
  height: 450px;
  background: no-repeat center center;
  background-size: cover;
  -webkit-transition: .3s background ease;
  -moz-transition: .3s background ease;
  transition: .3s background ease;
  color: #fff;

}

.galeria-pontos-turisticos .flex-container figure a:hover {
  /*background-size: auto 480px;*/
  -webkit-transition: .3s background ease;
  -moz-transition: .3s background ease;
  transition: .3s background ease;

}

.galeria-pontos-turisticos .flex-container figure figcaption {
  width: 100%;
  height: 100%;
  min-height: 450px;
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: .3s background ease;
  -moz-transition: .3s background ease;
  transition: .3s background ease;
}

.galeria-pontos-turisticos .flex-container figure figcaption:hover {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: .3s background ease;
  -moz-transition: .3s background ease;
  transition: .3s background ease
}

.galeria-pontos-turisticos .flex-container figure figcaption .fig-title {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  padding: 0 4%;
  font-family: "Trashhand", "Trebuchet MS";
  font-size: 24pt;
  font-weight: normal;
  text-shadow: black 0.05em 0.05em 0.1em;
  line-height: 24pt;
}

/* ------------ FIM DA GALERIA DE PONTOS TURÍSTICOS ------------ */


/* ------------ MAPA DE LOCALIZAÇÃO ------------ */

.mapa-local {
  margin-top: 60px;
}

.mapa-local h3 {
  font-weight: 600;
  letter-spacing: -1pt;
  color: #344b57;
  font-size: 22pt;
  margin-bottom: 50px;
}

div#map {
  z-index: 1;
  width: 100%;
  height: 500px;
}

.map-app {
  margin-bottom: 40px;
}

.map-app p {
  margin-top: 15px;
  margin-bottom: 0;
  font-size: small;
  font-weight: 500;
}

.map-app a {
  display: inline-block;
  margin: 5px 20px;
}

.map-app img {
  height: 30px;
  width: auto;
}





/* ------------ BOTÃO GO TO TOP ------------ */

button#gotop {
  position: fixed;
  right: 3%;
  bottom: 3%;
  opacity: 0;
  visibility: hidden;

  /*para melhor aparencia do botão*/
  font-family: sans-serif;
  font-size: 14pt;
  line-height: 0;
  color: #fff;
  background-color: #4db6ac;
  border: none;
  border-radius: 50px;
  box-shadow: black 0.1em 0.1em 0.1em;
  outline: none;
  cursor: pointer;
  padding: 20px 20px;
  margin: 0;
  z-index: 100;
}

/* ------------ FIM DO BOTÃO GO TO TOP ------------ */

/* ------------ FORMULÁRIO ------------ */

.form-label {
  margin-bottom: 0;
}

label {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 10pt;
  margin-bottom: 3px;
  color: #344b57;
  margin-top: 20px;
}

label.radioespecial {
  margin-top: 0;
  color: #344b57;
  font-size: 12pt;
  font-weight: 500;
}

.form-check-label:invalid {
  color: #344b57;
}

.form-control {
  display: block;
  width: 100%;
  padding: 13px 10px;
  font-family: "Raleway", sans-serif;
  font-size: 12pt;
  font-weight: 600;
  line-height: 1.5;
  color: #17709f;
  background-color: #fff;
  background-clip: padding-box;
  border: 3px solid #d5e5ed;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out;
}

.form-control:focus {
  border: 3px solid #a7c1cf;
  box-shadow: none;

}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 9pt;
  color: #dc3545;
  font-family: 'Raleway';
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border: 3px solid #d5e5ed;
}

.form-control.is-invalid,
.was-validated .form-control:focus {
  border: 3px solid #a7c1cf;
  box-shadow: none;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border: 3px solid #a7c1cf;
  box-shadow: none;
}


.btn-primary {
  color: #fff;
  background-color: #005b8d;
  border-color: #044568;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited {
  color: #fff;
  background-color: #005b8d;
  border-color: #044568;
  box-shadow: none;
  font-weight: 400;
}

.btn-primary:hover {
  background-color: #044568;
}

.btn-primary:disabled {
  background-color: #7b919d;
  border-color: #7b919d;
}

.btn {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  border: 1px solid transparent;
  padding: 1rem 1.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn:active,
.btn:focus {
  box-shadow: none;
}


.fauna-back {
  height: 250px;
  background: no-repeat;
  background-position: bottom right;
  background-size: auto 250px;
  margin-top: 40px;
  margin-bottom: -60px;
}

@media (max-width: 992px) {
  .fauna-back {
    height: 200px;
    background-size: auto 200px;
    margin-top: 30px;
    margin-bottom: -70px;
  }
}

@media (max-width: 558px) {
  .fauna-back {
    height: 170px;
    background-size: auto 170px;
    margin-top: 20px;
    margin-bottom: -50px;
  }
}


footer {
  padding: 80px 10px;
  background-color: #005b8d;
  background-image: url("../imgs/back-footer.svg");
  background-size: 2200px;
  color: white;
}

footer h5 {
  font-family: "Trashhand";
  margin-bottom: 20px;
  color: #fff;
  font-weight: normal;
  font-size: 18pt;
  letter-spacing: 1pt;
}

footer ul {
  padding-left: 10px;
}

footer ul li {
  font-size: 10pt;
  font-family: 'Raleway', 'Poppins', sans-serif;
  list-style: none;
  font-weight: 400;
  margin-bottom: 10px;
}

footer ul li:last-child {
  margin-bottom: 0;
}

footer ul li a,
footer ul li a:hover,
footer ul li a:visited,
footer ul li a:focus {
  color: #fff;
  font-weight: 400;
}

ul.cits li {
  font-size: 10pt;
}

footer .ul.fa-ul .fa-li i {
  color: #fff;
}

footer .rodape-logos img {
  max-width: 200px;
}

@media (max-width: 992px) {
  .footer .rodape-logos {
    margin-top: 40px;
  }

  .cits {
    margin-top: 40px;
  }
}

.footer-midias-turis {
  background: url("../imgs/areia-footer.jpg") no-repeat cover;
  margin-top: 60px;
  margin-bottom: -80px;
}



/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}

.marketing h2 {
  font-weight: 400;
  font-family: "Trashhand";
}

/* rtl:begin:ignore */
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  /* rtl:remove */
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}