@import url("https://fonts.googleapis.com/css2?family=Barlow: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");

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
  background: #fff url("../img/pattern.jpg") repeat;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-style: normal;
}

a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

a:hover {
  color: #06e;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440


img {
    vertical-align: middle;
}
 */

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
   custom styles
   ========================================================================== */
#zoom_container3 .landmarks .quadro3 {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  font:
    26px "Montez",
    cursive;
  color: #ffffff;
}

#zoom_container3 .landmarks .item {
  position: absolute;
  text-align: center;
  display: none;
}

#zoom_container3 .landmarks .lable div {
  width: 100px;
  padding: 4px;
}

#zoom_container .landmarks .mark .text {
  background-color: #000;
  opacity: 0.7;
  padding: 2px 4px;
}

#zoom_container1 .landmarks .quadro1 {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  font:
    26px "Montez",
    cursive;
  color: #ffffff;
}

#zoom_container1 .landmarks .item {
  position: absolute;
  text-align: center;
  display: none;
}

#zoom_container1 .landmarks .lable div {
  width: 100px;
  padding: 4px;
}

#zoom_container1 .landmarks .mark .text {
  background-color: #000;
  opacity: 0.7;
  padding: 2px 4px;
}

#zoom_container2 .landmarks .quadro2 {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  font:
    26px "Montez",
    cursive;
}

#zoom_container2 .landmarks .item {
  position: absolute;
  text-align: center;
  display: none;
}

#zoom_container2 .landmarks .lable div {
  width: 100px;
  padding: 4px;
}

#zoom_container2 .landmarks .mark .text {
  background-color: #000;
  opacity: 0.7;
  padding: 2px 4px;
}

/*
 This CSS can be altered to change the look and size of the lens.
*/
#content-container {
  margin: 0 auto;
  overflow: hidden;
  float: none;
}

.content-wrapper {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding-top: 40px;
  position: relative;
  padding-bottom: 80px;
  text-align: center;
}

.content-wrapper.multiple {
  margin-bottom: 10px;
}

.content-wrapper.no-border {
  border-top: 1px solid #cacaca;
}

.smooth_zoom_preloader {
  background-image: url(../img/preloader.gif);
}

.smooth_zoom_icons {
  background-image: url(../img/icons.png);
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/* Prevent callout */
.nocallout {
  -webkit-touch-callout: none;
}

.pressed {
  background-color: rgba(0, 0, 0, 0.7);
}

/* A hack for HTML5 contenteditable attribute on mobile */
textarea[contenteditable] {
  -webkit-appearance: none;
}

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
.gifhidden {
  position: absolute;
  left: -100%;
}

/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}

.ir br {
  display: none;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  zoom: 1;
}

h1 {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 20px;
  line-height: 24px;
  color: #563e39;
}

.sugestao {
  font-family: "Montez", cursive;
  font-size: 26px;
  color: #563e39;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #563e39;
  width: 100%;
  text-align: center;
}

.contentQuadro {
  position: relative;
  margin: 0 auto;
  width: 99%;
  padding: 20px;
  text-align: justify;
  top: -20px;
  font-size: 13px;
}

.zoom {
  position: relative;
  float: right;
  width: 70px;
  height: 20px;
  z-index: 99;
  padding: 2px;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  color: black;
  background-image: url(../img/zoom.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  cursor: pointer;
  display: table;
}

.nomeQuadro {
  font-family: "Montez", cursive;
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 6px;
  background-color: #563e39;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.textZoom {
  font-size: 16px;
  padding-left: 1px;
  padding-bottom: 4px;
}

/* Textos Quadros
----------------------------------------------------------------------------- */
.numeral {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  color: black;
}

#bar {
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  color: black;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#bar a {
  text-decoration: none;
  color: black;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#bar:active {
  text-decoration: none;
  color: #563e39;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*background-image: url(../img/seta2.png);
	background-repeat: no-repeat;
	background-position: right 40px;*/
}

#bar:hover {
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*background-image: url(../img/seta2.png);
	background-repeat: no-repeat;
	background-position: right 40px;*/
}

.panel,
.panel2,
.panel3,
.panel4,
.panel5,
.panel6,
.panel7,
.panel8,
.panel9,
.panel10,
.panel11,
.panel12,
.panel13,
.panel14,
.panel15,
.panel16,
.panel17,
.panel18,
.panel19,
.panel20,
.panel21,
.panel22,
.panel23,
.panel24,
.panel25,
.panel26,
.panel27,
.panel28,
.panel29,
.panel30,
.panel31,
.panel32,
.panel33,
.panel34,
.panel35,
.panel36,
.panel37,
.panel38,
.panel39,
.panel40,
.panel41,
.panel42,
.panel43,
.panel44,
.panel45,
.panel46,
.panel47,
.panel48,
.panel49,
.panel50,
.panel51,
.panel52,
.panel53 {
  display: none;
  padding: 18px 0;
  overflow: auto;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #563e39;
}

.contornoQrcode {
  padding: 20px;
}

.tab-content {
  background: #fff;
}

.total {
  z-index: -1;
}

.top {
  background: #563e39;
  margin: 0px auto;
  height: 38px;
  position: relative;
  top: 0px !important;
  z-index: 99;
}

.titulo {
  margin: 0px auto;
  position: relative;
  width: auto;
  top: 6px;
  text-align: center;
}

.titulo a {
  text-decoration: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: white;
}

/* Slider
----------------------------------------------------------------------------- */
.pollSlider {
  position: fixed;
  overflow: auto;
  height: 100%;
  background: #360a02;
  width: 200px;
  right: 0px;
  margin-right: -200px;
  opacity: 0.8;
  z-index: 9999;
}

.bio {
  position: fixed;
  overflow: auto;
  height: 100%;
  background: #360a02;
  width: 278px;
  left: 0px;
  margin-left: -278px;
  opacity: 0.8;
  z-index: 9999;
}

.logoMuseuSp {
  margin: 0px auto;
  background-image: url(../img/barrinha.png);
  background-repeat: no-repeat;
  margin-top: 10px;
  padding-bottom: 10px;
  width: 169px;
  height: 99px;
  opacity: 1 !important;
}

.textSlider {
  margin: 0px auto;
  height: 100%;
  font:
    12px "Open Sans",
    sans-serif !important;
  color: #fff;
  padding: 10px;
  text-shadow: 1px 1px 2px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=1);
  text-align: center;
}

.textSlider p {
  line-height: 120%;
  margin: 5px 0;
}

.textSlider2 {
  margin: 0px auto;
  height: 100%;
  font:
    12px "Open Sans",
    sans-serif !important;
  color: #fff;
  line-height: 14px !important;
  padding: 10px;
  text-shadow: 1px 1px 2px #000000;
  filter: dropshadow(color=#000000, offx=1, offy=1);
  text-align: justify;
}

.h3Barrinha {
  border-bottom: 1px dotted #ffffff;
  margin-bottom: 25px;
  padding-bottom: 5px;
}

.h3Barrinha2 {
  border-bottom: 1px dotted #ffffff;
  margin-top: 27px;
  padding-bottom: 5px;
}

#cretidos-button {
  position: fixed;
  width: 34px;
  height: 25px;
  right: 0px;
  top: 4px;
  background-image: url(../img/icon_credito.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 9999;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

#bio-button {
  position: fixed;
  width: 40px;
  height: 27px;
  left: 0px;
  top: 4px;
  background-image: url(../img/icon_bio.png);
  background-repeat: no-repeat;
  background-position: left top;
  z-index: 9999;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.introLink {
  position: relative;
  margin: 0 auto;
  width: 300px;
  margin-top: 6px;
}

.introQRcode {
  position: relative;
  margin: 0 20px;
  overflow: hidden;
  padding: 20px;
  text-align: justify !important;
}

.bgQ {
  background-image: url(../img/bgCalixto.png);
  float: left;
  width: 193px;
  height: 167px;
  margin: 0 auto;
}

.show-me {
  visibility: hidden;
  opacity: 0;
  position: relative;
  margin: 40px auto;
  left: 10px;
  top: 12px;
  z-index: 9000;
  background-color: #0f3;
}

.sizeImg {
  width: 166px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.page-title {
  background: url("../img/page-title-divider.png") repeat-x scroll 0 50%
    transparent;
  margin: 0 auto 1px;
  position: relative;
  width: 100%;
}

.page-title .title2 {
  background: url("../img/bkg.png") repeat scroll 0 0 transparent;
  display: table;
  margin: 0 auto;
  padding: 0 20px;
}

.page-title .title {
  background: url("../img/pattern.jpg") repeat scroll 0 0 transparent;
  display: table;
  margin: 0 auto;
  padding: 0 20px;
}

.risco {
  border-right-width: 1px;
  border-right-style: dotted;
  border-right-color: #000;
}

.section-title {
  background: url("../img/divider.png") repeat-x scroll 120px 100% transparent;
  width: 100%;
  top: 30px;
}

/* ==========================================================================
        Responsive Design.
   ========================================================================== */
.central {
  margin: 0px auto !important;
  padding: 5px;
  position: relative;
  overflow: hidden;
}

.quadro1,
.quadro3 {
  width: 462px;
  height: 598px;
  margin: 0px auto;
  padding: 30px;
  position: relative;
}

.quadro2 {
  width: 1860px;
  height: 691px;
  margin: 0px auto;
  padding: 30px;
  position: relative;
}

.textosQuadros2 {
  width: 1160px;
  height: auto;
  margin: 0px auto;
  padding: 30px;
  position: relative;
  text-align: justify;
  line-height: 16px;
  -webkit-user-select: none;
  top: 80px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(38, 75, 131, 0.46);
  -moz-box-shadow: 0px 0px 20px rgba(38, 75, 131, 0.46);
  box-shadow: 0px 0px 20px rgba(38, 75, 131, 0.46);
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.textosQuadros2 td {
  vertical-align: middle;
}

@media only screen and (min-width: 1280px) and (max-width: 2048px) {
  /*Retina*/
  .quadro2 {
    width: 1220px !important;
    height: 453px !important;
    margin: 0px auto;
    padding: 30px;
    position: relative;
  }

  .textosQuadros2 {
    height: auto;
    padding: 30px;
  }
}

@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .quadro1,
  .quadro3 {
    width: 462px;
    height: 598px;
    margin: 0px auto;
    padding: 30px;
    position: relative;
  }

  .quadro2 {
    width: 900px !important;
    height: 334px !important;
    margin: 0px auto;
    padding: 30px;
    position: relative;
    -webkit-user-select: none;
  }

  .textosQuadros2 {
    width: 840px !important;
    height: auto;
    margin: 0px auto;
    padding: 30px;
    position: relative;
    -webkit-user-select: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .quadro1,
  .quadro3 {
    width: 462px;
    height: 598px;
    margin: 0px auto;
    padding: 25px;
    position: relative;
  }

  .quadro2 {
    width: 708px !important;
    height: 263px !important;
    margin: 0px auto;
    padding: 30px !important;
    position: relative;
  }

  .textosQuadros2 {
    width: 700px !important;
    padding: 5px !important;
    font-size: 14px !important;
    line-height: 16px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .quadro1,
  .quadro3 {
    width: 400px !important;
    height: 518px !important;
    margin: 0px auto;
    padding: 40px !important;
    position: relative;
  }

  .quadro2 {
    width: 460px !important;
    height: 171px !important;
    margin: 0px auto;
    padding: 4px !important;
    position: relative;
  }

  .textosQuadros2 {
    width: 450px !important;
    top: 100px !important;
    padding: 5px !important;
    font-size: 14px !important;
    line-height: 16px !important;
  }

  h1 {
    font-size: 18px;
  }

  .textosQuadros {
    padding: 0px !important;
    font-size: 12px !important;
    line-height: 14px !important;
    top: 10px !important;
  }

  .sizeImg {
    width: 92px !important;
  }

  .voltar {
    padding: 5px !important;
  }

  .sugestaoTexto {
    font-size: 10px !important;
    line-height: 9px !important;
  }

  .numeral {
    font-family: "Barlow", sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 16px;
  }

  #bar {
    font-size: 16px;
    line-height: 21px;
  }
  .panel,
  .panel2,
  .panel3,
  .panel4,
  .panel5,
  .panel6,
  .panel7,
  .panel8,
  .panel9,
  .panel10,
  .panel11,
  .panel12,
  .panel13,
  .panel14,
  .panel15,
  .panel16,
  .panel17,
  .panel18,
  .panel19,
  .panel20,
  .panel21,
  .panel22,
  .panel23,
  .panel24,
  .panel25,
  .panel26,
  .panel27,
  .panel28,
  .panel29,
  .panel30,
  .panel31,
  .panel32,
  .panel33,
  .panel34,
  .panel35,
  .panel36,
  .panel37,
  .panel38,
  .panel39,
  .panel40,
  .panel41,
  .panel42,
  .panel43,
  .panel44,
  .panel45,
  .panel46,
  .panel47,
  .panel48,
  .panel49,
  .panel50,
  .panel51,
  .panel52,
  .panel53 {
    padding: 10px 0;
  }

  .textZoom {
    font-size: 12px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 479px) {
  .quadro1,
  .quadro3 {
    width: 280px !important;
    height: 363px !important;
    margin: 0px auto;
    padding: 16px !important;
    position: relative;
  }

  .quadro2 {
    width: 280px !important;
    height: 104px !important;
    margin: 0px auto;
    padding: 16px !important;
    position: relative;
  }

  h1 {
    font-size: 18px;
  }

  .textosQuadros {
    padding: 2px !important;
    font-size: 9px !important;
    line-height: 12px !important;
    margin-top: 10px !important;
  }

  .sizeImg {
    width: 0px !important;
  }

  .voltar {
    padding: 5px !important;
  }

  .sugestaoTexto {
    font-size: 10px !important;
    line-height: 10px !important;
  }

  .textosQuadros2 {
    width: calc(100% - 40px) !important;
    top: 86px !important;
    padding: 5px !important;
    font-size: 11px !important;
    line-height: 16px !important;
  }

  .numeral {
    font-size: 16px;
  }

  #bar {
    font-size: 16px;
    /* margin-left: -30px; */
  }

  .flag {
    width: 69px;
  }

  .frame {
    width: 229px;
  }

  .textZoom {
    font-size: 9px;
    padding-left: 1px;
    padding-bottom: 4px;
  }

  .titulo {
    margin: 0px auto;
    position: relative;
    width: auto;
    top: 3px;
    font:
      14px "Open Sans",
      sans-serif !important;
    text-align: center;
  }

  /* .zoom {
    position: relative;
    float: right;
    width: 85px;
    height: 30px;
    z-index: 99;
    padding: 2px;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: black;
    background-image: url(../img/zoom.png);
    background-repeat: no-repeat;
    cursor: pointer;
    display: table;
  } */

  .numeral {
    font-size: 16px;
  }

  .none {
    display: none;
  }

  #bar {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-image: url(../img/seta2.png);
    background-repeat: no-repeat;
    background-position: right 12px;
  }

  h1 {
    font-size: 16px;
    color: #563e39;
  }

  .textZoom {
    font-size: 13px;
    letter-spacing: -1px;
  }
}
