@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
}
html,
body {
  font-family: "Noto Sans Display", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #333;
  margin: 0;
  scroll-behavior: smooth;
  width: 100%;
}
html header {
  background-color: black;
}
html header #primaLinea,
body header #primaLinea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
html header #primaLinea div,
body header #primaLinea div {
  padding: 1em 0.5em;
}
html header #primaLinea #tituloEdicao img,
body header #primaLinea #tituloEdicao img {
  height: 40px;
}
html header #primaLinea #marcaFhist img,
body header #primaLinea #marcaFhist img {
  height: 50px;
}
html header #primaLinea #linkMenu,
body header #primaLinea #linkMenu {
  cursor: pointer;
}
html header #primaLinea #linkMenu img,
body header #primaLinea #linkMenu img {
  height: 30px;
}
#menuph {
  display: none;
}
#adTop {
  display: none;
}
#tit {
  text-transform: uppercase;
  padding: 0;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.05em;
  font-size: clamp(1.1em, 1vw, 1.2em);
  background: none;
  line-height: 1em;
  text-align: center;
}
main {
  display: flex;
  flex-flow: column;
  background-color: white;
  margin: auto;
}
.foto {
  margin-bottom: 0.5em;
}
.cred {
  text-align: right;
  text-transform: uppercase;
  font-size: xx-small;
  padding-right: 1em;
}
.reserv {
  background-color: #aaa;
  width: 100%;
  height: auto;
}
.leg {
  text-align: center;
  font-style: italic;
}
.feedMe {
  display: none;
  background-color: black;
  text-align: center;
  padding: 0.4em;
  cursor: pointer;
  color: white;
  width: calc(100% - 120px - 1em);
  margin: 0.3em auto;
}
h2 {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 1.8rem;
  letter-spacing: -0.03em;
}
h2,
h3 {
  margin-block-end: 0.5rem;
  margin-block-start: 0.5rem;
}
.subtitulo {
  font-weight: 300;
  line-height: 1em;
}
html footer .camada,
body footer .camada {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
html footer .camada .conjMarcas,
body footer .camada .conjMarcas {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
}
html footer .camada .conjMarcas .chancela,
body footer .camada .conjMarcas .chancela {
  text-transform: uppercase;
  font-size: x-small;
}
html footer .camada .conjMarcas .marcas,
body footer .camada .conjMarcas .marcas {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
html footer .camada .conjMarcas .marcas .contMarca,
body footer .camada .conjMarcas .marcas .contMarca {
  margin: 20px;
}
html footer .camada .conjMarcas .marcas .contMarca .svgDoc,
body footer .camada .conjMarcas .marcas .contMarca .svgDoc {
  height: 40px;
  pointer-events: none;
}
html footer .camada .conjMarcas .marcas .contMarca .svgDoc:last-of-type,
body footer .camada .conjMarcas .marcas .contMarca .svgDoc:last-of-type {
  height: 70px;
}
html footer .camada .conjMarcas .marcas .contMarca img,
body footer .camada .conjMarcas .marcas .contMarca img {
  height: 60px;
}
.socMed {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}
.socMed .soc {
  width: 40px;
  margin-left: 0.25em;
}
.socMed img {
  width: 100%;
}
.imagem img {
  width: 100%;
  display: block;
}
