p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14.5px;
  line-height: 21px;
}

.header {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding-bottom: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ef6b52;
  background-image: -webkit-linear-gradient(90deg, #e76047, rgba(231, 96, 71, 0) 36%), url('../images/Header_v4.jpg');
  background-image: linear-gradient(0deg, #e76047, rgba(231, 96, 71, 0) 36%), url('../images/Header_v4.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.bloco {
  display: block;
  width: 100%;
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ef6b52;
}

.bloco.menu {
  position: relative;
  z-index: 1;
  height: 100vh;
  padding-top: 0px;
  background-color: #e76047;
}

.foto_diversa {
  display: block;
  width: 80%;
  height: 100vh;
  margin-right: auto;
  margin-left: auto;
  float: none;
  background-color: #fff;
}

.paragrafo_branco {
  font-family: Bitter, serif;
  color: #fff;
}

.bloco_foto {
  display: block;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-image: url('../images/4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bloco_foto._1 {
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bloco_foto._2 {
  background-image: url('../images/1.jpg');
  background-size: cover;
}

.bloco_foto._3 {
  background-image: url('../images/3.jpg');
  background-size: cover;
}

.bloco_foto._4 {
  background-image: url('../images/5.jpg');
  background-size: cover;
}

.bloco_foto._5 {
  background-image: url('../images/6.jpg');
  background-size: cover;
}

.bloco_foto._7 {
  background-image: url('../images/8.jpg');
  background-size: cover;
}

.bloco_foto._8 {
  background-image: url('../images/9.jpg');
  background-size: cover;
}

.bloco_foto._6 {
  background-image: url('../images/7.jpg');
  background-size: cover;
}

.menu_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu_item_1 {
  width: 100%;
  height: 50vh;
  background-image: url('../images/fundo_1.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 533ms ease;
  transition: all 533ms ease;
}

.colunas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33.3vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #eb5f45;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  cursor: pointer;
}

.colunas:hover {
  background-color: #ff905c;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.colunas._1 {
  background-color: #df573e;
}

.colunas._1:hover {
  background-color: #e68545;
}

.colunas._2 {
  background-color: #e67551;
}

.colunas._2:hover {
  background-color: #db4c30;
}

.fundo {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  background-image: url('../images/fundo_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.fundo:hover {
  display: block;
}

.paragrafo_foco {
  margin-top: 1px;
  padding-top: 0px;
  padding-bottom: 30px;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
}

.coluna {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.colunatexto {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 6%;
  padding-left: 6%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f15f44;
  font-family: Titillium, sans-serif;
  color: #e95d43;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  text-transform: none;
}

.topo {
  margin-top: -13px;
  padding-top: 0px;
  padding-bottom: 26px;
  font-family: Titillium, sans-serif;
  color: #ffcab9;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}

.botao {
  margin-top: 27px;
  margin-bottom: 14px;
  padding: 11px 30px;
  border: 3px none #fff;
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #fff;
  -webkit-transition: all 617ms ease;
  transition: all 617ms ease;
  font-family: Titillium, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.botao:hover {
  background-color: #ffa546;
  box-shadow: 0 13px 39px -10px #ef6b52;
  color: #fff;
}

.bloco_extras {
  display: block;
  height: 100vh;
}

.foto {
  width: 50%;
  height: 33.3%;
  float: left;
  background-image: url('../images/Untitled-25.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.foto._1 {
  background-image: url('../images/Untitled-17.jpg');
  background-size: cover;
}

.foto._2 {
  background-image: url('../images/Untitled-1.jpg');
  background-size: cover;
}

.foto._3 {
  background-image: url('../images/Untitled-7.jpg');
  background-size: cover;
}

.foto._4 {
  background-image: url('../images/Untitled-10.jpg');
  background-size: cover;
}

.foto._5 {
  background-image: url('../images/Untitled-13.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.foto._6 {
  background-image: url('../images/Untitled-20.jpg');
  background-size: cover;
}

.foto._7 {
  background-image: url('../images/Untitled-24.jpg');
  background-size: cover;
}

.texto_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 33.3%;
  padding-right: 20px;
  padding-left: 20px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ef6b52;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  text-decoration: none;
}

.texto_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 33.3%;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #2c4968;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

.foto_2 {
  width: 50%;
  height: 33.4%;
  float: left;
  background-image: url('../images/Untitled-4.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.foto_2._2 {
  background-image: url('../images/Untitled-5.jpg');
  background-size: cover;
}

.foto_2._3 {
  background-image: url('../images/Untitled-9.jpg');
  background-size: cover;
}

.foto_2._4 {
  background-image: url('../images/Untitled-12.jpg');
  background-size: cover;
}

.foto_2._5 {
  background-image: url('../images/Untitled-14.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.foto_2._1 {
  background-image: url('../images/Untitled-18.jpg');
  background-size: cover;
}

.foto_2._6 {
  background-image: url('../images/Untitled-19.jpg');
  background-size: cover;
}

.foto_2._7 {
  background-image: url('../images/Untitled-22.jpg');
  background-size: cover;
}

.texto_3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 33.4%;
  padding-right: 30px;
  padding-left: 30px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fbae5c;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}

.foto_3 {
  width: 50%;
  height: 33.3%;
  float: left;
  background-image: url('../images/Untitled-3.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.foto_3._1 {
  background-image: url('../images/Untitled-16.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.foto_3._2 {
  background-image: url('../images/Untitled-6.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.foto_3._3 {
  background-image: url('../images/Untitled-8.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.foto_3._4 {
  background-image: url('../images/Untitled-11.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.foto_3._5 {
  background-image: url('../images/Untitled-15.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.foto_3._7 {
  background-image: url('../images/Untitled-23.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.foto_3._6 {
  background-image: url('../images/Untitled-21.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.logo {
  margin-bottom: 21px;
}

.bloco_extras1 {
  height: 100vh;
}

.bloco_extras2 {
  height: 100vh;
}

.menu_botao {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 15px;
  margin-right: 0px;
  margin-left: 15px;
  padding: 0px 1px 0px 0px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 47px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Titillium, sans-serif;
  color: #ef6b52;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.menu_botao:hover {
  color: #b84b36;
}

.descer {
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.blocofinal {
  height: 100vh;
}

.final_foto {
  width: 25%;
  height: 25%;
  float: right;
  background-color: #a4a4a5;
}

.final_foto._2 {
  height: 60%;
}

.final_foto._3 {
  width: 50%;
  height: 50%;
}

.final_foto._1 {
  height: 20%;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.final_foto._4 {
  height: 20%;
}

.final_foto._5 {
  width: 50%;
  height: 20%;
}

.final_foto._6 {
  height: 20%;
}

.final_foto._7 {
  height: 60%;
}

.final_foto._8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff3e0;
}

.final_foto._10 {
  width: 50%;
  height: 20%;
}

.final_foto._11 {
  height: 20%;
}

.final_foto._12 {
  height: 20%;
}

.bloco_extras3 {
  height: 100vh;
}

.bloco_extras4 {
  height: 100vh;
}

.bloco_extras5 {
  height: 100vh;
}

.bloco_extras6 {
  height: 100vh;
}

.bloco_extras7 {
  height: 100vh;
}

.footer {
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #ef6b52;
}

.copyright {
  float: right;
  font-family: Titillium, sans-serif;
  color: #fff;
  font-size: 12px;
  text-align: right;
}

.logo2 {
  margin-left: 36px;
}

.seta2 {
  display: block;
  width: 39px;
  height: 39px;
  max-width: auto;
  margin-right: 0px;
  padding-top: 2px;
  padding-right: 2px;
  border-radius: 86px;
  background-color: #000;
  opacity: 0.53;
  -webkit-filter: invert(100%);
  filter: invert(100%);
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
}

.link_creators {
  -webkit-transition: opacity 417ms ease;
  transition: opacity 417ms ease;
  cursor: pointer;
}

.link_creators:hover {
  opacity: 0.42;
}

.link_creators._2 {
  margin-top: 15px;
}

._3 {
  margin-bottom: 0px;
}

html.w-mod-js *[data-ix="extras-esquerda"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

html.w-mod-js *[data-ix="extras-direita"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

html.w-mod-js *[data-ix="new-interaction"] {
  width: 48px;
}

@media (max-width: 991px) {
  p {
    font-size: 12.5px;
  }
  .header {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, 125%;
  }
  .texto_1 {
    font-size: 12px;
    line-height: 16px;
  }
  .texto_2 {
    font-size: 12px;
    line-height: 16px;
  }
  .texto_3 {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 767px) {
  .bloco_foto {
    display: block;
  }
  .copyright {
    text-align: center;
  }
  .logo2 {
    display: block;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  p {
    font-size: 11px;
    line-height: 17px;
  }
  .header {
    background-image: url('../images/Header_v3.jpg'), -webkit-linear-gradient(90deg, #e76047, rgba(231, 96, 71, 0) 36%), url('../images/Header_v4.jpg');
    background-image: url('../images/Header_v3.jpg'), linear-gradient(0deg, #e76047, rgba(231, 96, 71, 0) 36%), url('../images/Header_v4.jpg');
    background-position: 50% 50%, 0px 0px, 50% 50%;
    background-size: cover, auto, 125%;
    background-repeat: repeat, repeat, no-repeat;
  }
  .colunas {
    padding-right: 5px;
    padding-left: 5px;
  }
  .colunas._1 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .colunas._2 {
    padding-right: 5px;
    padding-left: 5px;
  }
  .colunatexto {
    height: 100vh;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
  }
  .topo {
    color: #ffe7c4;
  }
  .texto_1 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
  }
  .texto_2 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
  }
  .texto_3 {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 11px;
  }
}

@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-SemiboldUpright.otf') format('opentype'), url('../fonts/Titillium-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-RegularUpright.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-Bold.otf') format('opentype'), url('../fonts/Titillium-BoldUpright.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Titillium';
  src: url('../fonts/Titillium-LightUpright.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}