body:after {
  content: url(../images/close.png) url(../images/loading.gif)
    url(../images/prev.png) url(../images/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: #fff;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}

.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@charset 'UTF-8';

.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  -webkit-font-smoothing: antialiased;
}

.slick-slider {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-loading .slick-list {
  background: url(./ajax-loader.gif) center center no-repeat #fff;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(../fonts/slick.eot);
  src: url(../fonts/slick.eot?#iefix) format("embedded-opentype"),
    url(../fonts/slick.woff) format("woff"),
    url(../fonts/slick.ttf) format("truetype"),
    url(../fonts/slick.svg#slick) format("svg");
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "";
}

.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

[dir="rtl"] .slick-next:before {
  content: "";
}

.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

* {
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #333333;
  margin: 0;
  padding: 0;
}

#erro-total {
  width: 700px;
  height: 270px;
  margin: 15px 0;
}

#imagem-centralizada {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}

#texto-404 {
  width: 100%;
  font-family: Calibri;
  font-size: 22px;
  text-align: center;
}

#aguarde {
  width: 100%;
  font-family: Calibri;
  font-size: 19px;
  text-align: center;
  margin: 5px 0;
}

.page-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 600px;
}

@font-face {
  font-family: "Androgyne";
  src: url("fonts/Androgyne_TB.eot");
  src: local("ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âº"),
    url("fonts/Androgyne_TB.woff") format("woff"),
    url("fonts/Androgyne_TB.ttf") format("truetype"),
    url("fonts/Androgyne_TB.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.esquerda,
.esquerdo,
.left,
.float-left,
.alignleft {
  float: left;
  display: table;
  margin: 0px 10px 10px 0px;
}

.direita,
.direito,
.right,
.float-right,
.alignright {
  float: right;
  display: table;
  margin: 0px 0px 10px 10px;
}

.meio,
.center,
.aligncenter {
  display: table;
  margin: 20px auto;
}

.borda {
  padding: 2px;
  background: #fff;
  box-shadow: 0px 0px 2px 0px #666;
}

.global {
  margin: 0 auto;
}

.conteudo-pages {
  min-height: 500px;
  margin: 0 auto;
}

.texto-pages {
  font: 15px/25px "Calibri";
  color: #000;
  text-align: justify;
}

.texto-pages h1 {
  font: 25px "Calibri";
  padding-left: 20px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}

.texto-pages h2 {
  font: 20px "Calibri";
  padding-left: 10px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}

.slick-track {
  max-width: none;
}

.slider .slick-prev {
  left: 45px !important;
}

.slider .slick-next {
  right: 45px !important;
}

.slider img {
  max-width: 100%;
}

.slider2 .slick-active {
  opacity: 0.6 !important;
}

.slider2 .slick-center {
  opacity: 1 !important;
}

.slider2 .slick-slide {
  display: flex !important;
  justify-content: center;
  flex-direction: column;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -os-transition: all 0.3s;
}

.slider2 .slick-prev {
  right: 50px;
  left: initial;
  top: 0px;
}

.slider2 .slick-next {
  top: 0px;
  right: 0px;
}

.menu-resp {
  display: none;
}

.contato {
}

.contato input {
  width: 100%;
  padding: 10px 30px 10px 20px;
  background: #eee;
  border: #ccc;
  color: #666;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none !important;
  font-size: 17px;
  box-shadow: 2px 0px 0px 0px #333 inset;
  position: relative;
}

.contato [required="required"] {
  background: #eee url("../images/required.png") center right 10px no-repeat;
  background-size: 9px;
}

.contato select,
.contato option {
  width: 50%;
  padding: 10px 20px;
  background: #eee;
  border: #ccc;
  color: #666;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none !important;
  font-size: 17px;
  box-shadow: 2px 0px 0px 0px #333 inset;
}

.contato textarea {
  width: 100%;
  padding: 10px 30px 10px 20px;
  background: #eee;
  border: #ccc;
  color: #666;
  box-sizing: border-box;
  margin-bottom: 10px;
  outline: none !important;
  resize: none;
  height: 200px;
  font-size: 17px;
  box-shadow: 2px 0px 0px 0px #333 inset;
  position: relative;
}

.contato .submit {
  cursor: pointer;
  background: #333;
  color: #fff;
}

.contato .required {
  color: #d90000;
  font: 17px "calibri";
  font-weight: lighter;
  margin-bottom: 10px;
}

.contato .required img {
  height: 9px;
}

.total {
  background: url("../images/fundo-topo.jpg") center top;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 0;
}

.topo {
  display: flex;
  flex-direction: column;
  visibility: hidden;
}

.logo {
  margin: 20px auto;
  padding: 0px 20px;
  width: 1200px;
  box-sizing: border-box;
  text-align: start;
}

.menu-topo {
  width: 1200px;
  margin: 10px auto 20px;
}

.menu-topo ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.menu-topo li {
  list-style-type: none;
  margin: 10px 0px;
  padding: 0px 10px;
  border-right: 1px solid #fff;
}

.menu-topo li:last-child {
  border-right: none;
}

.menu-topo li a {
  font-family: century gothic;
  font-size: 20px;
  color: #fff;
}

.barra-slogan {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.barra-slogan .texto {
  font: 40px "Signika Negative";
  font-weight: bold;
  margin: 0px 30px;
  color: #000;
}

.barra-slogan .texto i {
  color: #000;
}

.menu-total {
  visibility: hidden;
}

.menu {
  width: 1200px;
  margin: 20px auto;
}

.menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.menu li {
  list-style-type: none;
  position: relative;
  padding: 30px 0px;
  width: 230px;
}

.menu li a {
  font-family: "century gothic";
  font-size: 20px;
  color: #fff;
  padding: 40px 20px;
  border: 2px solid #fffac8;
  margin: 0px -1px;
  transition: 1s;
  display: block;
  background: #e34b54;
}

.menu li a:hover {
  background: rgb(243, 111, 35);
  color: #fffac8;
}

.menu .sub a:after {
  content: "\f0d7 ";
  font-family: FontAwesome;
  font-size: 20px;
  padding-left: 15px;
}

.menu .sub .sub-menu li a:after {
  content: "";
}

.sub-menu {
  display: none;
  position: absolute;
  top: 136px;
  width: 100%;
  z-index: 999 !important;
}

.sub-menu ul {
  display: block;
  border: 2px solid #fff;
  box-sizing: border-box;
}

.sub-menu li {
  padding: 0px 0px;
  background: rgba(0, 0, 0, 0.2);
  transition: 1s;
  border-bottom: 1px solid #fff;
  width: 100%;
  position: relative;
  z-index: 999;
}

.sub-menu li:hover {
  background: #fff;
}

.sub-menu li:hover a {
  color: #666;
}

.sub-menu li a {
  font-size: 17px;
  color: #fff;
  padding: 20px 0px;
  border: none;
}

.sub-menu li a:hover {
  background: none;
}

.menu .sub.active a:after {
  content: "\f0d8";
}

.slogan {
  display: flex;
  flex-direction: column;
  padding: 20px 0px;
  margin: 30px auto;
  z-index: -1;
  width: 1200px;
}

.slogan .titulo {
  font-family: "Signika Negative";
  font-size: 33px;
  color: #000;
  visibility: hidden;
  font-style: italic;
}

.slogan .texto {
  font-family: "Signika Negative";
  font-size: 60px;
  color: #fff;
  margin: 0px 0px 50px;
  visibility: hidden;
  text-shadow: 3px 1px 0px #f36f23, 1px 1px 9px #000;
}

.rodape-total {
  background: #e34b54;
}

.rodape {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.menu-rodape-total {
  margin: 20px 0px;
  visibility: hidden;
}

.menu-rodape-total .titulo {
  font-family: "century gothic";
  font-size: 17px;
  color: #fffac8;
  padding: 5px 0px;
  margin: 5px 0px;
  border-bottom: 1px solid #fffac8;
}

.menu-rodape li {
  list-style-type: none;
  margin: 5px 0px;
}

.menu-rodape li a {
  font-family: "century gothic";
  font-size: 17px;
  color: #fff;
}

.texto-rodape {
  width: 350px;
  margin: 20px 0px;
  padding: 0px 20px;
  font-family: "century gothic";
  font-size: 17px;
  color: #fff;
  line-height: 25px;
  visibility: hidden;
}

.texto-rodape b {
  font-family: "century gothic";
  font-size: 17px;
  color: #fffac8;
  padding: 10px 0px;
}

.texto-rodape .titulo {
  font-family: "century gothic";
  font-size: 17px;
  color: #fffac8;
  padding: 5px 0px;
  margin: 5px 0px;
  border-bottom: 1px solid #fffac8;
  line-height: 20px;
}

.conteudo-rodape {
  visibility: hidden;
}

.logo-pw {
  margin: 10px 0px;
  float: right;
}

.rodape .facebook {
  margin: 10px 0px;
}

.rodape .social {
  margin: 10px 0px;
  float: right;
}

.box-01-total {
  position: relative;
}

.box-01 .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box-01 .box .img {
  width: 50%;
  display: flex;
  justify-content: center;
  background: #777777;
  overflow: hidden;
  visibility: hidden;
}

.box-01 .box .img img {
  height: auto;
  opacity: 0.7;
  transition: 1s;
}

.box-01 .box:hover .img img {
  opacity: 1;
}

.box-01 .box .item {
  width: 50%;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.box-01 .box:first-child .item {
  background: #e34b54;
}

.box-01 .box:last-child .item {
  background: #f37022;
}

.box-01 .box .item .titulo {
  font-family: "Signika Negative";
  font-size: 50px;
  color: #fffac8;
  margin: 40px 0px;
  line-height: 70px;
  visibility: hidden;
}

.box-01 .box .item .texto {
  font-family: century gothic;
  font-size: 18px;
  color: #fff;
  margin: 10px 0px;
  padding: 0px 30px;
  visibility: hidden;
}

.box-01 .box .item .botao {
  width: 340px;
  margin: 20px auto;
  padding: 20px 10px;
  font-family: century gothic;
  font-size: 23px;
  color: #fffac8;
  border: 1px solid #fffac8;
  cursor: pointer;
  transition: 1s;
  visibility: hidden;
}

.box-01 .box .item .botao:hover {
  background: rgba(0, 0, 0, 0.2);
}

.box-01 .box:last-child .item .titulo {
  color: #fffac8;
}

.box-01 .box:last-child .item .texto {
  color: #fff;
}

.box-01 .box:last-child .item .botao {
  color: #fffac8;
  border: 1px solid #fffac8;
}

.box-01 .box:last-child .item .botao:hover {
  background: rgba(0, 0, 0, 0.2);
  color: #fffac8;
}

.box-02-total {
  background: #fffac8;
}

.box-02 {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.box-02 .titulo {
  font-family: "Signika Negative";
  font-size: 40px;
  color: #f36f23;
  margin: 40px 0px;
}

.box-02 .conteudo {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  perspective: 800px;
}

.swiper-pagination-bullet-active {
  background: #f36e23 !important;
}

.box-02 .item {
  cursor: pointer;
  width: 259px;
  margin: 20px 0px;
  visibility: hidden;
}

.box-02 .item .img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fffac8;
  overflow: hidden;
}

.box-02 .item .img img {
  transition: 1s;
}

.box-02 .item:hover .img img {
  opacity: 0.5;
  transform: scale(1.1);
}

.box-02 .item .img .botao {
  position: absolute;
  font-family: century gothic;
  font-size: 18px;
  color: #fff;
  opacity: 0;
  transition: 0.5s;
}

.box-02 .item:hover .img .botao {
  opacity: 1;
}

.box-02 .item .nome {
  font-family: century gothic;
  font-size: 18px;
  color: #f36f23;
  margin: 0px 0px 10px;
  padding: 20px 0px;
  border-bottom: 1px solid #e34b54;
}

.box-03-total {
  background: #f36f23;
  visibility: hidden;
}

.box-03 {
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0px;
}

.box-03 form {
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.box-03 form .cima {
  display: flex;
  justify-content: space-between;
}

.box-03 form input {
  font-family: century gothic;
  font-size: 18px;
  color: #fff;
  border: none;
  background: none;
  width: 100%;
  padding: 15px 10px;
  margin-left: 20px;
  outline: none;
}

.box-03 form input::placeholder {
  color: #fff;
  opacity: 0.5;
}

.box-03 .container {
  position: relative;
  display: flex;
  padding-left: 10px;
  margin: 10px 0px;
  border: 3px solid #fffac8;
  align-items: center;
}

.box-03 .cima .container {
  width: 30.7%;
}

.box-03 form textarea {
  font-family: century gothic;
  font-size: 18px;
  color: #fff;
  border: none;
  background: none;
  width: 100%;
  resize: none;
  padding: 10px 0px;
  margin-left: 30px;
  outline: none;
}

.box-03 form textarea::placeholder {
  color: #fff;
  opacity: 0.5;
}

.box-03 form input.submit {
  background: #fff;
  color: #666;
  padding: 15px 0px;
  margin-left: initial;
  cursor: pointer;
}

.box-03 .container i {
  position: absolute;
  font-size: 20px;
  color: #fffac8;
}

.box-03 .mensagem i {
  top: 10px;
}

.box-04-total {
  visibility: hidden;
}

div:hover > .btn {
  display: block;
  opacity: 1;
  transform: rotate(360);
  transition: all 1s;
}

.btn {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 40px;
  padding: 5px 0px;
  bottom: 0px;
  z-index: 999;
  cursor: pointer;
  opacity: 0.6;
  transition: all 1s;
}

.btn.absolute {
  position: absolute;
}

.btn > div {
  width: 100px;
  display: inline-block;
}

.btn .remove::before {
  content: "\f05e";
  font-family: fontAwesome;
  font-size: 40px;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
}

.btn .remove::after {
  content: "";
  font-family: calibri;
  font-size: 14px;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
}

.btn .add::before {
  content: "\f055";
  font-family: fontAwesome;
  font-size: 40px;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
}

.btn .add::after {
  content: "RETORNAR";
  font-family: calibri;
  font-size: 16px;
  color: #000;
  width: 100%;
  text-align: center;
  display: block;
}

.btn.white *::before,
.btn.white *::after {
  color: #fff !important;
}

.fancybox-container * {
  color: #fff !important;
}

.botao a {
  font-family: century gothic;
  font-size: 23px;
  color: #fffac8;
}

.mapa iframe {
  width: 100%;
  height: 380px;
}

.social i {
  font-size: 35px;
  color: #393792;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 5px;
  border: 1px solid #888;
  width: 700px;
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.pop-up-total {
  position: fixed;
  z-index: 99999;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  bottom: 0;
  background: #000000bd;
}

.pop-up-total .pop-up img {
  /* margin: 10px 30px; */
}

.pop-up .xis {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.pop-up .xis i {
  font-size: 30px;
  color: #fa441d;
  cursor: pointer;
}

/** CSS **/
.box-cookies.hide {
  display: none !important;
}

.box-cookies {
  position: fixed;
  background: rgb(255 255 255);
  width: 100%;
  /* max-width: 980px; */
  z-index: 998;
  bottom: 0;
  right: 0;
  border-radius: 8px 0px 0px 0px;
  border: dashed 3px rgba(255, 255, 255, 0.6);
  border-bottom: none;
  border-right: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box-cookies a {
  color: #fff;
  font-weight: bold;
}

.box-cookies a:hover {
  text-decoration: underline;
}

.msg-cookies,
.box-cookies .btn-cookies {
  text-align: left;
  padding: 5px;
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
}

.box-cookies .btn-cookies {
  cursor: pointer;
  height: auto;
  margin: 11px 10px 10px;
  padding: 3px 8px;
  border: none;
  border-radius: 5px;
  color: white;
  background-color: rgb(97, 162, 41);
}

.msg-cookies {
  padding: 8px;
}

.fotos {
  column-count: 2;
  margin-block: 20px;
}

@media only screen and (max-width: 1200px) {
  * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .box-01 .box .img img {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1036px) {
  .box-02 .item {
    padding: 0px 50px;
  }
}

@media only screen and (max-width: 998px) {
  .topo,
  .menu-total,
  .slogan .titulo,
  .slogan .texto,
  .box-01 .box .img,
  .box-01 .box .conteudo .titulo,
  .box-01 .box .conteudo .texto,
  .box-01 .box .conteudo .botao,
  .box-02 .item,
  .box-03-total,
  .box-04-total,
  .rodape > div {
    visibility: visible;
  }

  .total {
    background: url("../images/fundo-topo.jpg") center top fixed;
  }

  .menu li {
    width: 48%;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    border-bottom: 2px solid #fff;
    padding: 5px 5px;
  }

  .menu li:last-child {
    width: 96%;
  }

  .sub-menu {
    position: relative;
    top: 40px;
  }

  .rodape div {
    width: 100%;
    margin: 20px 0px;
    padding: 0px 20px;
    text-align: center;
  }

  .box-01 .box .item {
    width: 100%;
  }

  .box-01 .box .img {
    display: block;
    width: 100%;
  }

  .barra-slogan .texto {
    font: 28px "Signika Negative";
  }
}

@media only screen and (max-width: 834px) {
  .slogan .titulo {
    font-size: 30px;
    line-height: 70px;
  }

  .slogan .texto {
    font-size: 40px;
    margin: 10px 0px 50px;
    line-height: 80px;
  }

  .box-02 .item {
    padding: 0px 10px;
  }
  .img.addPad {
    padding-right: 10px;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 460px) {
  .menu li {
    width: 50%;
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
    border-bottom: 2px solid #fff;
    padding: 5px 0px;
  }

  .menu li a {
    font-family: "century gothic";
    font-size: 16px;
    color: #fff;
    padding: 20px 20px;
    border: 2px solid #fffac8;
    margin: 0px -1px;
    transition: 1s;
    display: block;
    background: #e34b54;
  }

  .menu li:last-child {
    width: 100%;
  }

  .barra-slogan .texto {
    font: 18px "Signika Negative";
    margin: 0px 10px;
  }

  .slogan .titulo {
    font-size: 20px;
    line-height: 40px;
  }

  .box-01 .box .item .titulo {
    font-family: "Signika Negative";
    font-size: 40px;
    line-height: 50px;
  }

  .topo-total {
    padding: 0px !important;
  }

  .quem-somos h1 {
    font-size: 40px !important;
  }

  .quem-somos .texto p {
    font: 16px/20px "century gothic" !important;
    padding: 5px;
  }

  .itens li {
    font-size: 14px !important;
  }

  .fotos {
    column-count: 2;
  }
}

@media only screen and (max-width: 431px) {
  .menu-topo li {
    width: 100%;
    border: none;
  }

  .box-03 form .cima {
    display: block;
  }

  .box-03 .cima .container {
    width: 100%;
  }
}
