@charset "UTF-8";
/* BREAKPOINTS */
html,
html,
body {
  height: 100%;
}

body {
  background: #fcece3 url("../images/Fundodescricao.svg") center center;
  background-size: cover;
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media only screen and (max-width: 62em) {
  body {
    background: #fcece3 url("../images/fundo-m.png") center center repeat;
    background-size: 50%;
  }
}

.bold {
  font-family: "franklin-gothic-atf", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#logo {
  position: fixed;
  z-index: 99;
  top: 50px;
  left: 80px;
}
#logo img {
  width: 120%;
}
@media only screen and (max-width: 48em) {
  #logo {
    left: 20px;
    top: 20px;
  }
  #logo img {
    width: 80%;
  }
}

#menu {
  position: fixed;
  z-index: 99;
  top: 50px;
  right: 80px;
  cursor: pointer;
}
@media only screen and (max-width: 48em) {
  #menu {
    right: 0px;
    top: 20px;
  }
  #menu img {
    width: 70%;
  }
}

.nav {
  display: none;
  position: fixed;
  top: 160px;
  right: 80px;
  z-index: 99;
  background: url("../images/menu.png") center center no-repeat;
  background-size: 100%;
  padding: 100px 0 0 20px;
  width: 200px;
  height: 239px;
}
.nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.75;
}
.nav ul a {
  display: block;
  color: #000;
  font-size: 12px;
  text-decoration: underline;
  text-transform: uppercase;
}
.nav ul a.active {
  color: blue;
}
@media only screen and (max-width: 48em) {
  .nav {
    right: 35px;
    top: 100px;
  }
}

#down {
  position: absolute;
  z-index: 99;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.top {
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 80px;
  cursor: pointer;
}
@media only screen and (max-width: 48em) {
  .top {
    right: 40px;
    bottom: 30px;
  }
}

#playVid {
  position: absolute;
  bottom: 20px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}

.modal {
  overflow: initial;
  padding: 0 !important;
  border: 8px solid #E4E4D0;
  box-shadow: 0 !important;
}

.fancybox__infobar {
  opacity: 0;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}

.video-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  top: 0;
  left: 0;
}
.video-wrapper .video-wrap {
  position: relative;
  overflow: hidden;
}
.video-wrapper .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  color: #ff6700;
  z-index: 12;
  background: #fcece3;
  font-weight: 700;
  line-height: 55px;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
}

.yt-content {
  position: relative;
  width: 800px;
}
@media only screen and (max-width: 48em) {
  .yt-content {
    width: 400px;
  }
}
.yt-content iframe {
  width: 100%;
}

.section {
  text-align: center;
  overflow: hidden;
}

.fp-watermark {
  display: none !important;
}

.caixatexto {
  background: url("../images/caixatexto.svg") center center no-repeat;
  padding: 160px 100px 100px;
  max-width: 800px;
  margin: 0 auto;
  background-size: 100% 100%;
  font-size: 22px;
  line-height: 1.25;
  position: relative;
}
.caixatexto span {
  font-size: 28px;
}
@media only screen and (max-width: 62em) {
  .caixatexto {
    font-size: 18px;
    padding-top: 130px;
  }
}
@media only screen and (max-width: 48em) {
  .caixatexto {
    background: white;
    border: 4px solid #999;
    padding: 50px;
  }
}
.caixatexto::before {
  font-size: 22px;
  content: "ERROR - DESCRIÇÃO";
  position: absolute;
  top: 57px;
  color: white;
  text-shadow: 1px 1px 0px #000;
  display: block;
  max-width: 800px;
  width: 100%;
  left: 0px;
}
@media only screen and (max-width: 62em) {
  .caixatexto::before {
    top: 70px;
  }
}
@media only screen and (max-width: 48em) {
  .caixatexto::before {
    top: 0px;
    background: #ff6700;
  }
}

.down {
  cursor: pointer;
}

.post {
  position: relative;
  padding-bottom: 20px;
  padding-right: 40px;
}
.post:hover .comment {
  opacity: 1;
  left: 20px;
}
.post .comment {
  transition: 0.4s all;
  position: absolute;
  bottom: 0px;
  left: 10px;
  z-index: 99;
  width: 91%;
  opacity: 0;
}
@media only screen and (max-width: 48em) {
  .post {
    padding: 0px 40px 100px;
  }
  .post .comment {
    opacity: 1;
  }
}

.slick-prev {
  display: block;
  position: absolute;
  background: url("../images/SCROLLGALERIAESQUERDA.svg") center center;
  width: 45px;
  height: 45px;
  background-size: 100%;
  z-index: 99;
  left: -100px;
  text-indent: -9999px;
  font-size: 0;
  border: 0;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
}
.slick-prev:focus {
  outline: 0;
}
@media only screen and (max-width: 62em) {
  .slick-prev {
    left: -60px;
  }
}
@media only screen and (max-width: 48em) {
  .slick-prev {
    left: -10px;
  }
}

.slick-next {
  display: block;
  position: absolute;
  background: url("../images/SCROLLGALERIADIREITA.svg") center center;
  width: 45px;
  height: 45px;
  background-size: 100%;
  z-index: 99;
  right: -70px;
  text-indent: -999px;
  border: 0;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 0;
}
.slick-next:focus {
  outline: 0;
}
@media only screen and (max-width: 48em) {
  .slick-next {
    right: -10px;
  }
}

.gallery-slider {
  margin-left: 40px;
}
@media only screen and (max-width: 62em) {
  .gallery-slider {
    margin-left: 0px;
  }
}

.slick-dots {
  list-style: none;
  margin-top: 40px;
  margin-right: 60px;
}
.slick-dots li {
  height: 5px;
  background: black;
  display: inline-block;
}
.slick-dots li button {
  display: block;
  background: white;
  border: 7px solid black;
  text-indent: -9999px;
  height: 24px;
  margin: 0 10px;
  margin-top: -9px;
  cursor: pointer;
}
.slick-dots li button:focus {
  outline: 0;
}
.slick-dots li.slick-active button {
  display: block;
  background: white;
  border: 7px solid #ff6700;
  text-indent: -9999px;
  height: 24px;
}

#section4 {
  background: #ff6700;
  color: white;
  padding: 75px 0;
  color: white;
  font-size: 13px;
}
#section4 a {
  color: white;
  margin: 0 5px;
}
@media only screen and (max-width: 48em) {
  #section4 a {
    display: block;
    margin: 5px;
  }
}
#section4 .social-icons a {
  display: inline-block;
  background: white;
  border-radius: 100%;
  color: #ff6700;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 5px;
}
@media only screen and (max-width: 48em) {
  #section4 .social-icons a {
    display: inline-block;
  }
}
@media only screen and (max-width: 48em) {
  #section4 {
    padding: 45px 0;
  }
}

@media only screen and (max-width: 48em) {
  .perfis {
    display: block;
    padding-top: 10px;
    padding-bottom: 40px;
  }
}

#section0 {
  position: relative;
}

.gotoHome {
  cursor: pointer;
}/*# sourceMappingURL=main.css.map */