#modal_video iframe{width: 70%; height: 85%;}

#texto_historia_modal {
  overflow-y: scroll;
  overflow-x: none;
  width: 40%;
  height: 70%;
  background-color: transparent;
  border: 0;
  resize: none;
  font-family: 'Figtree', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #575050;
  scrollbar-width: 12px;
  scrollbar-color: #f7822b #e6e6e6;
}


#texto_historia_modal::-webkit-scrollbar {
  width: 12px;
}

#texto_historia_modal::-webkit-scrollbar-track {
  background: #e6e6e6;
  border-radius: 20px;
}

#texto_historia_modal::-webkit-scrollbar-thumb {
  background-color: #f7822b;
  border-radius: 20px;
  border: 3px solid #e6e6e6;
}


/* ----------------------------------------------- */
/* BANNER */

#banner_topo {
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url('image/bg_topo.jpg');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  justify-content: end;
  align-items: center;
  font-size: 24px;
  color: #FFF;
  z-index: 1;
}

#banner_topo_filho {
  margin-right: 8%;
  width: 468px;
  background-image: url('image/seta_banner.png');
  background-repeat: no-repeat;
  background-position: right 18px;
}

#texto_banner {width: 400px;}
#texto_banner a{color: #FFF;}
#texto_banner destak{font-size: 30px;}

#btn_saibamais {
  top: 10px;
  font-weight: 700;
  background-color: #f7822b;
  padding: 10px 22px;
  width: auto;
}

/* ----------------------------------------------- */
/* DESTAQUES */

.acabamento1 {
  z-index: 2;
  width: 100%;
  height: 91px;
  background-image: url('image/acabamento1.png');
  background-size: 100% 100%;
  margin-top: -91px;
}

#content_destaque {
  background-color: #f7822b;
  color: #FFF;
  display: flex;
  font-size: 26px;
  font-weight: 300;
  justify-content: space-around;
  padding: 80px 80px 100px 80px;
  z-index: 2;
}

.itens_destaque {text-align: center;}
.itens_destaque destak{font-size: 132px; line-height: 100px;}

.acabamento2 {
  z-index: 1;
  width: 100%;
  height: 91px;
  background-image: url('image/acabamento2.png');
  background-size: 100% 100%;
}


/* ----------------------------------------------- */
/* HISTÓRIA */

#historia_pai {width: 100%; z-index: 3; margin-bottom: 60px;}
#historia_filho {width: 1400px; margin: 30px auto 50px auto;}
#historia_filho p {width: 770px;}
#historia_filho a {color: #FFF;}
#foto1994 {position: absolute; top: -100px; right: 80px;}


/* ----------------------------------------------- */
/* VIDEO PRINCIPAL */

#video_principal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url('image/bg_video_principal.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

#acabamento6 {
  position: absolute;
  width: 100%;
  height: 27px;
  top: 0;
}

#acabamento7 {
  position: absolute;
  width: 100%;
  height: 27px;
  bottom: 0;
}

#content_video {text-align: center; padding: 170px 0;}
#content_video h1{color: #f7822b;}
#content_video h2{color: #FFF;}
#content_video img{margin-top: 35px;}

/* ----------------------------------------------- */
/* PORQUE ARTFAX */

#pqartfax {z-index: 1; margin: 130px auto 130px auto; width: 1400px;}
#pqartfax h1{color: #f7822b;}
#seta_pqartfax {position: absolute; margin-top: -50px; left: 460px;}

#pqartfax_filho {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 100px;
  flex-wrap: wrap;
}

.itens_vantangens {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 390px;
  height: 270px;
  padding: 0 25px;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 20px 0;
  font-size: 19px;
}

.itens_vantangens a{color: #FFF;}

/* ----------------------------------------------- */