@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");

html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
  background: #d5d3c4;
  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;
}

/* ==========================================================================
   Floaty
   ========================================================================== */

/*#panel {
	background: #F5F5ED;
	height: 50px;
	width: 300px;
	display: none;
		margin: 0px auto;
		height: 55px;
		position: relative;
		top: 0px !important;
}*/

/* ==========================================================================
   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;
  color: #ffffff;
}

#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: "Montez", cursive;
  font-size: 28px;
  color: #4a2404;
  font-weight: 400;
}

.sugestao {
  font-family: "Montez", cursive;
  font-size: 26px;
  color: #4a2404;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #4a2404;
  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: 85px;
  height: 30px;
  z-index: 99;
  padding: 2px;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Montez", cursive;
  font-size: 22px;
  color: #4a2404;
  background-image: url(../img/zoom.png);
  background-repeat: no-repeat;
  cursor: pointer;
  display: table;
}

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

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

/* Textos Quadros
----------------------------------------------------------------------------- */
.numeral {
  font-family: "Montez", cursive;
  font-size: 50px;
  color: #4a2404;
}

#bar {
  padding: 10px;
  font:
    26px "Montez",
    cursive;
  color: #4a2404;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

.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: 10px;
  overflow: auto;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #4a2404;
}

/* Tabs
----------------------------------------------------------------------------- */
.tabs {
  width: 100%;
  overflow: hidden;
  float: left;
  padding-left: 10px;
}

.tabs li {
  background: #fff;
  float: left;
  border-top: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  overflow: hidden;
  position: relative;
  padding: 0;
  line-height: 32px;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tabs li:first-child {
  border-left: 1px solid #ccc;
}

.tabs li a {
  color: #4a2404;
  padding: 0px 16px;
  font:
    22px "Montez",
    cursive;
  line-height: 33px;
  padding-top: 2px;
  text-decoration: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tabs li.active {
  border-bottom: 0px solid white;
  border-top: 2px solid #4a2404;
  background: #fff;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tab-content-wrap {
  border: 1px solid #cacaca;
  margin-top: -17px;
  overflow: hidden;
  width: 100%;
  float: left;
  box-shadow: 0 1px 2px #ccc;
  -webkit-box-shadow: 0 1px 2px #ccc;
  -moz-box-shadow: 0 1px 2px #ccc;
  -o-box-shadow: 0 1px 2px #ccc;
}

/* Tabs2
----------------------------------------------------------------------------- */
.tabs2 {
  width: 100%;
  overflow: hidden;
  float: left;
  padding-left: 10px;
}

.tabs2 li {
  float: left;
  overflow: hidden;
  position: relative;
  padding: 0;
  line-height: 32px;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tabs2 li:first-child {
}

.tabs2 li a {
  padding: 0px 16px;
  line-height: 33px;
  padding-top: 2px;
  text-decoration: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tabs2 li.active {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.tab2-content-wrap {
  margin-top: -17px;
  overflow: hidden;
  width: 100%;
  float: left;
}

.contornoQrcode {
  padding: 20px;
}

.tab-content {
  background: #fff;
}

.total {
  z-index: -1;
}

#addToHomeScreen {
  z-index: 9999;
  -webkit-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  touch-callout: none;
  width: 240px;
  font-size: 15px;
  padding: 12px 14px;
  text-align: left;
  font-family: "PT Sans", sans-serif;
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    color-stop(0, #fff),
    color-stop(0.02, #eee),
    color-stop(0.98, #ccc),
    color-stop(1, #a3a3a3)
  );
  border: 1px solid #505050;
  -webkit-border-radius: 8px;
  -webkit-background-clip: padding-box;
  color: #333;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
  line-height: 130%;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

#addToHomeScreen.addToHomeIpad {
  width: 268px;
  font-size: 18px;
  padding: 14px;
}

/**
 *
 * The 'wide' class is added when the popup contains the touch icon
 *
 */
#addToHomeScreen.addToHomeWide {
  width: 296px;
}

#addToHomeScreen.addToHomeIpad.addToHomeWide {
  width: 320px;
  font-size: 18px;
  padding: 14px;
}

/**
 *
 * The balloon arrow
 *
 */
#addToHomeScreen .addToHomeArrow {
  position: absolute;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0, rgba(204, 204, 204, 0)),
    color-stop(0.4, rgba(204, 204, 204, 0)),
    color-stop(0.4, #ccc)
  );
  border-width: 0 1px 1px 0;
  border-style: solid;
  border-color: #505050;
  width: 16px;
  height: 16px;
  -webkit-transform: rotateZ(45deg);
  bottom: -9px;
  left: 50%;
  margin-left: -8px;
  -webkit-box-shadow: inset -1px -1px 0 #a9a9a9;
  -webkit-border-bottom-right-radius: 2px;
}

/**
 *
 * The balloon arrow for iPad
 *
 */
#addToHomeScreen.addToHomeIpad .addToHomeArrow {
  -webkit-transform: rotateZ(-135deg);
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0, rgba(238, 238, 238, 0)),
    color-stop(0.4, rgba(238, 238, 238, 0)),
    color-stop(0.4, #eee)
  );
  -webkit-box-shadow: inset -1px -1px 0 #fff;
  top: -9px;
  bottom: auto;
  left: 50%;
}

/**
 *
 * Close button
 *
 */
#addToHomeScreen .addToHomeClose {
  -webkit-box-sizing: border-box;
  position: absolute;
  right: 4px;
  top: 4px;
  width: 18px;
  height: 18px;
  line-height: 14px;
  text-align: center;
  text-indent: 1px;
  -webkit-border-radius: 9px;
  background: rgba(0, 0, 0, 0.12);
  color: #707070;
  -webkit-box-shadow: 0 1px 0 #fff;
  font-size: 16px;
}

/**
 *
 * The '+' icon, displayed only on iOS < 4.2
 *
 */
#addToHomeScreen .addToHomePlus {
  font-weight: bold;
  font-size: 1.3em;
}

/**
 *
 * The 'share' icon, displayed only on iOS >= 4.2
 *
 */
#addToHomeScreen .addToHomeShare {
  display: inline-block;
  width: 18px;
  height: 15px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAQAAABDj1eZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUKFNtkLtLw1AYxS/qJLhXVKr2ZRulUNtiqgSb3CziICI6ucTFVYcOnaQOFRwUnNTRwUWXgpP/QdHNUEQUHGxofYBTlRs83iZNjKTncOGe7/vx3QchXUWn6FL3jhfKUdCCr5zuifV5oDiHQM+c+CIhiiCSWNu08iq9oHXKLAiqrgR4UXqlOEYZt++ExEL0wW7+OW0G10muLv9gmqfe5FAWKmTMYQYiFL7PYwyLOD8lSjNh2gdnPzMII4QUBxc4OothbAF7GCBKQ0YbSWyPQsIhqvetS+y0ygGMo/KFZfviDvR4AhwgZU9dGYnA0J/6ndc15i3ouYIMcVVUcEXIoOxCeRCfwP8sXBSdjtpUv/1QW+K16kCCIUC4id9Fa0JtkluwVkSfqPL6RwfSDA0aNlx7k/bWgViB7bMS2/1vk5sdsZLN/ALSuL3tylO4RAAAAABJRU5ErkJggg==);
  background-size: 18px 15px;
  text-indent: -9999em;
  overflow: hidden;
}

/**
 *
 * The touch icon (if available)
 *
 */
#addToHomeScreen .addToHomeTouchIcon {
  display: block;
  float: left;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.5),
    inset 0 0 2px rgba(255, 255, 255, 0.9);
  box-shadow:
    0 1px 3px rgba(0, 0, 0, 0.5),
    inset 0 0 2px rgba(255, 255, 255, 0.9);
  background-repeat: no-repeat;
  width: 57px;
  height: 57px;
  -webkit-background-size: 57px 57px;
  background-size: 57px 57px;
  margin: 0 12px 0 0;
  border: 1px solid #333;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/**
 *
 * The 'share' icon for retina display
 *
 */
@media all and (-webkit-min-device-pixel-ratio: 2) {
  #addToHomeScreen .addToHomeShare {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAQAAADu6HTYAAADPElEQVR4Xq3TX2gcRRzA8e/M7mVv2+TSNpc/TZtrY6jUGqgaSAmEChKLrYK0YH0RFC2CSCkEfCghiKU04J8qNigq6os+iQV98MHWFwVBrQQRWs21lBw5cw3NNb1/udu72RGG5Y77IzXW77D7sAwf5scyYoL6BGXSDKFZwaGpLvIUaeoCkvX1MmsM0Ny6oRSQYOLuIS+YZOpfQdqslpUxcZrzTVAz4qPwW2O3CeIwC/RSzeY6Ow1QhUrkr+YOWfEKDkEP8Rij7CHKJmrFSDHBdwGEE5wiGChPN+PnT8VdRtEIl1d4gRj/1EVe5ZSBKGh8iqQpo/Fo5+3C/gz0MYg4zgwbqday1/Q4B8BGQ45d/Hi54lakCrU5obOcidJpu1+Lg9whjabyaOYLnrIBFFaRD+xe2ybMDWY66GmP/WA9cGfGp0CWhy0wkMN8inepFiH2rV1j0NQSNQbFLRQnS8/8YSDBBpadfv4CYDub2fmeHDNAsL1MBWUel0iA+Xik6eHcyvD3vAMSU1TGuA/YRS+dD7ovCQN43GKRFCU20Kd3V/avDVVyAZ5niTEuLA5/zBGWg9EEEhfJKN200Tat8CmRAQb9+wv7soPlHt2tQorsz1uPbr0HTY4sJwrH47zJZwABBAKLMBoQXepwgTwdHCo+fXMkQ4lrxEmQ5AaXipPqDY9V2vn09tgvTPI71EEGYxM+/uMJLJ4svpgaWGKOi/xKgmqLSUGSUd5f2vIVJ/CgBaTIUsZ7ZBsn0+NzfMOXLFCXQyTcybN6ep5ZZgUOHn7jpfUpsZshdugPGf+E5zjbyHTSRyQ8xfRPPM/s63RHeuknSoT22mjmmnAOIMkUZ6D1xSfPPAfd1WFKM3sO2CMaHx8M1NjnXKHaAGGkOW0C02WeYHUz4qMtx+w5gUDS8NckYe5lHsMYwCZEPyEEmjLDZFmAS7CDviMdxyTkMNVBKEmYLvbiQQBIBBbCQG04bGQvFWz6CfsCQLWCigILFwcfkGYBiOpbYuOizTAyYyDdCtrGaRG1LCkIgMYEFhI0WqQZoSlbGRyHKe4qOx7iv2bVQW9dp4dlM/x6kmwnWQcd/Q3FCqwTEiT5s+6D5v/pb0SSHyg7uhMWAAAAAElFTkSuQmCC);
  }
}

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

.titulo {
  margin: 0px auto;
  position: relative;

  top: 3px;
  font-family: "Barlow", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

/* 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.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 20px;
  padding-bottom: 10px;

  height: 100px;
  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: 26px;
  height: 26px;
  right: 8px;
  top: 6px;
  background-image: url(../img/icon_credito.svg);
  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: 26px;
  height: 26px;
  left: 8px;
  top: 6px;
  background-image: url(../img/icon_bio.svg);
  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/pattern.jpg") repeat scroll 0 0 transparent;
  display: table;
  margin: 0 auto;
  padding: 0 20px;
}

.page-title .title {
  background: url("../img/bkg2.png") 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%;
}

/* ==========================================================================
		Intro.
   ========================================================================== */

.introQuadros {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 240px;
  background-image: url(../img/introQuadro1024.png);
  background-repeat: no-repeat;
  background-position: center center;
  top: 1px;
}

.introTextos {
  margin: 0px auto;
  padding: 6px;
  position: relative;
  overflow: hidden;
  width: 800px;
  font-size: 14px;
  line-height: 21px !important;
  text-align: justify;
  color: #000000;
}

.introCalixto {
  margin: 0px auto;
  padding: 10px;
  position: relative;
  overflow: hidden;
  width: 800px;
  height: 156px;
  background-image: url(../img/bgCalixto.png);
  background-repeat: no-repeat;
  background-position: left top;
  line-height: 40px;

  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #f5780f;
}

.introCalixto a {
  text-decoration: none;
  color: #f5780f;
  font-size: 16px;
}

.introCalixto a.hover {
  text-decoration: none;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #f5780f;
}

.pt {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.introLogo {
  margin: 0px auto;
  position: relative;
  width: 328px;
  height: 79px;
  overflow: hidden;
  background-image: url(../img/logo-intro.png);
}

.introEndereco {
  margin: 0px auto;
  padding: 10px;
  position: relative;
  overflow: hidden;
  width: 897px;
  font-size: 14px !important;
  line-height: 21px !important;
  text-align: center;
  color: #000;
}

.introEndereco a {
  text-decoration: none;
  text-shadow: 0px 2px 3px #555;
  color: #4a2404;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.introSocial {
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  width: 320px;
  height: 50px;
  text-align: right;
  color: #888888;
  background-image: url(../img/icon-social.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.introContorno {
  width: 897px;
  height: auto;
  margin: 0px auto;
  padding: 20px;
  position: relative;
  -webkit-user-select: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(38, 75, 131, 0.46);
  -moz-box-shadow: 0px 0px 4px rgba(38, 75, 131, 0.46);
  box-shadow: 0px 0px 4px rgba(38, 75, 131, 0.46);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  /*background-image: url(../img/CharcoalArtist.jpg);
	background-position: left top;*/
}

#apDiv1 {
  position: absolute;
  width: auto;
  height: 143px;
  z-index: 1;
  left: 201px;
  top: -20px;
}

/* ==========================================================================
		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: auto !important;
  height: auto;
  margin: 0px auto;
  padding: 30px;
  position: relative;
  text-align: justify;
  line-height: 16px;
  -webkit-user-select: none;
  top: 20px;
}

@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;
    margin: 0px auto;
    padding: 30px;
    position: relative;
    text-align: justify;
    line-height: 16px;
    -webkit-user-select: none;
  }
}

@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: auto !important;
    height: auto;
    margin: 0px auto;
    padding: 30px;
    position: relative;
    font-size: 14px;
    text-align: justify;
    line-height: 16px;
    -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;
  }

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

  /*Intro*/
  .introQuadros {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 176px;
    background-image: url(../img/introQuadro640.png);
    background-repeat: no-repeat;
    background-position: center center;
    top: 1px;
  }

  .introCalixto {
    width: 600px;
    height: 156px;
    line-height: 20px;
    background-image: url(../img/bgCalixto640.png);
    background-repeat: no-repeat;
    background-position: left top;
  }

  .introCalixto .pt {
    margin: 10px 0;
  }

  #apDiv1 {
    left: 160px;
    top: 2px;
  }

  .introTextos {
    padding: 6px;
    width: 600px;
  }

  .introEndereco {
    width: 600px;
    font-size: 13px !important;
    line-height: 14px !important;
  }

  .introContorno {
    width: 700px !important;
    height: auto;
    /*background-image: url(../img/CharcoalArtist.jpg);
	background-position: left top;*/
  }

  .introSocial {
    width: 260px;
    height: 30px;
    background-image: url(../img/icon-social2.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 14px;
  }
}

@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;
  }

  h1 {
    font-size: 24px;
  }

  .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: "Montez", cursive;
    font-size: 32px;
    color: #4a2404;
  }

  #bar {
    padding: 10px;
    font:
      20px "Montez",
      cursive;
    color: #4a2404;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .textosQuadros2 {
    top: 30px !important;
    font-size: 15px !important;
  }

  /*Intro*/
  .introQuadros {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 126px;
    background-image: url(../img/introQuadro400.png);
    background-repeat: no-repeat;
    background-position: center center;
    top: 1px;
  }

  .introCalixto {
    background-image: url("../img/bgCalixto320.png");
    background-position: left top;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 20px;
    height: 156px;
    width: 400px;
  }

  #apDiv1 {
    position: static;
    left: 6px;
    top: 0;
  }

  .introLogo {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 80px;
    overflow: hidden;
    background-image: url(../img/logo-intro.png);
    background-position: center;
    background-repeat: no-repeat;
  }

  .introTextos {
    padding: 6px;
    width: 400px;
    font-size: 14px;
  }

  .introEndereco {
    width: 380px;
    font-size: 11px !important;
    line-height: 12px !important;
  }

  .introContorno {
    width: 400px !important;
    height: auto;
    /*background-image: url(../img/CharcoalArtist.jpg);
	background-position: left top;*/
  }

  .introSocial {
    width: 260px;
    height: 30px;
    background-image: url(../img/icon-social2.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 14px;
  }

  .pt {
    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: 22px;
  }

  .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 {
    top: 20px !important;
    font-size: 14px !important;
  }

  .numeral {
    font-family: "Montez", cursive;
    font-size: 25px;
    color: #4a2404;
  }

  #bar {
    padding: 10px;
    font:
      18px "Montez",
      cursive;
    color: #4a2404;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .flag {
    width: 69px;
  }

  .frame {
    width: 229px;
  }

  /*Intro*/
  .introQuadros {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 82px;
    background-image: url(../img/introQuadro284.png);
    background-repeat: no-repeat;
    background-position: center center;
    top: 1px;
  }

  .introCalixto {
    width: 280px;
    background-image: url(../img/bgCalixto320.png);
    line-height: 18px;
    background-repeat: no-repeat;
    background-position: left top;
  }

  .introCalixto a {
    text-decoration: none;
    text-shadow: none;
    color: #f5780f;
    font-size: 12px;
  }

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

  #apDiv1 {
    position: static;
    height: auto;
  }

  .introLogo {
    margin: 0px auto;
    position: relative;
    width: 80%;
    height: 80px;
    overflow: hidden;
    background-image: url(../img/logo-intro.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .introTextos {
    padding: 0px;
    width: 240px;
    font-size: 12px;
  }

  .introEndereco {
    width: 260px;
    font-size: 9px !important;
    line-height: 11px !important;
  }

  .introContorno {
    width: 300px !important;
    padding: 3px;
    background-position: left top;
  }

  .introSocial {
    width: 260px;
    height: 30px;
    background-image: url(../img/icon-social2.png);
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 14px;
  }

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