.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 54px;
  line-height: 36px;
  font-weight: 700;
}

.style__container {
  width: 100%;
  padding: 50px 20px;
}

.title {
  font-family: Roboto, sans-serif;
  font-size: 64px;
  line-height: 64px;
  font-weight: 700;
}

.subtitle {
  font-family: Roboto, sans-serif;
  font-size: 54px;
  line-height: 54px;
}

.title_specs {
  font-family: Roboto, sans-serif;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
}

.cc_light {
  font-family: Roboto, sans-serif;
  font-weight: 300;
}

.cc_light.cc {
  position: static;
  float: none;
  clear: none;
}

.cc_light.hero_title {
  text-align: center;
}

.cc-specs-bold {
  position: static;
  float: none;
  clear: left;
  font-size: 48px;
  font-weight: 700;
}

.label {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.cc_text {
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

.bg_black {
  background-color: #000;
}

.bg_darkgray {
  background-color: #1b212a;
}

.bg_gray {
  background-color: #8c8c8c;
}

.bg_lightgray {
  background-color: #c6c6c6;
}

.bg_white {
  background-color: #fff;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #000;
}

.cc_black {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
}

.cc_black.topic_gap {
  margin-bottom: 0px;
  padding-bottom: 30px;
  line-height: 54px;
}

.cc_black.cc_text.text_laser_ls300 {
  max-width: 400px;
}

.cc_black.cc_text.text_laser_ls300.cc_center {
  max-width: 520px;
}

.cc_black.cc_text.android-tv-text {
  max-width: 370px;
}

.cc_white {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
}

.cc_white.cc_regular.product_title {
  margin-bottom: 0px;
  font-size: 28px;
  line-height: 28px;
}

.cc_white.cc_text {
  max-width: 430px;
  margin-bottom: 0px;
}

.cc_white.cc_text.androitv_text {
  max-width: 400px;
}

.cc_white.cc_text.cc_center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  text-shadow: 1px 1px 6px #000;
}

.cc_white.cc_text.cc_center.cc_shadow {
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.6);
}

.cc_white.topic_gap {
  margin-bottom: 30px;
}

.cc_regular {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.cc_regular.cc {
  position: static;
  float: none;
  clear: none;
}

.cc_bold {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.cc_bold.cc {
  position: static;
  float: none;
  clear: none;
}

.cc_juridico {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 54px;
}

.heading.cc_center {
  text-align: center;
}

.heading.cc_center.topic_gap {
  padding-bottom: 30px;
}

.heading.cc_center.topic_gap.cc_shadow {
  text-shadow: 0 3px 4px rgba(0, 0, 0, 0.6);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.section {
  position: relative;
  max-width: 1920px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
}

.section.header.bg_darkgray {
  margin-bottom: 0px;
}

.section.hero_banner {
  margin-bottom: 300px;
}

.section.bg_gray.microlaser {
  padding-top: 100px;
}

.section.bg_gray.android_tv {
  margin-bottom: 0px;
  padding-bottom: 80px;
}

.section.bg_gray.android_tv_ls300 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 100px;
  padding-bottom: 40px;
  background-color: #edeef0;
}

.section.chromecast {
  height: 1000px;
  min-height: 990px;
  background-image: url('../images/ef-122-chromecast.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.section.bg_darkgray.design_compacto {
  padding-top: 100px;
  padding-bottom: 130px;
}

.section.footer {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #1b212a;
  background-image: url('../images/bg-footer.jpg');
  background-position: 100% 50%;
  background-repeat: no-repeat;
}

.section.legal {
  margin-top: 550px;
  margin-bottom: 0px;
  padding-bottom: 102px;
}

.section.comparativo_mobile {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/bg-3lcd.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section.comparativo_mobile.hide_desktop {
  display: none;
}

.section.comparativo_mobile_ls300 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/bg-3lcd.png');
  background-position: 50% 50%;
  background-size: cover;
}

.section.comparativo_mobile_ls300.hide_desktop {
  display: none;
  background-image: url('../images/comparativo-mobile.jpg');
}

.section.tecnologia_laser_ls300 {
  min-height: 750px;
  padding-top: 61px;
  padding-bottom: 100px;
  background-color: #bfbfd9;
  background-image: url('../images/bg-laser.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.som_integrado_ls300 {
  min-height: 800px;
  background-color: #1c1c1c;
  background-image: url('../images/bg-som-integrado.jpg');
  background-position: 50% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.section.why-epson-ls300 {
  min-height: 450px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-image: url('../images/bg-why-epson-ls-300.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.footer_ls300 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #1b212a;
  background-image: url('../images/bg-footer-ls-300.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.head_container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding: 36px 20px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.wrap {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.image {
  margin-right: auto;
  margin-left: auto;
}

.head-image {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -341px;
  display: inline-block;
  width: 972px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.cc_naming {
  position: absolute;
  left: auto;
  top: auto;
  right: 1%;
  bottom: 149px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.image-wrap {
  overflow: hidden;
  width: 100%;
  max-height: none;
  min-height: auto;
}

.image-2 {
  display: inline-block;
  width: 100%;
  min-width: auto;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 100%;
  object-position: 50% 100%;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 96px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-3 {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.logo_grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  min-width: auto;
  margin-right: auto;
  margin-left: auto;
  padding: 96px 0px 100px;
  -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;
  justify-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-goshare {
  display: block;
  padding-right: 36px;
  padding-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.full_hd.section {
  overflow: hidden;
  height: 100vh;
  max-height: none;
  margin-bottom: 0px;
  background-image: url('../images/cena01.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.content_area {
  position: relative;
  top: 170px;
  display: block;
  overflow: visible;
  height: auto;
  max-height: none;
  max-width: 510px;
  margin: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 14px 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 30px;
  background-color: transparent;
  -webkit-transition: all 300ms cubic-bezier(.165, .84, .44, 1);
  transition: all 300ms cubic-bezier(.165, .84, .44, 1);
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  cursor: pointer;
}

.btn:hover {
  background-color: #fff;
  color: #000;
}

.btn.btn_dark {
  border-color: #000;
  color: #000;
}

.btn.btn_dark:hover {
  background-color: #000;
  color: #fff;
}

.btn.btn_dark.btn_android_tv {
  float: left;
}

.btn.btn_dark {
  display: block;
  width: 220px;
  margin-right: auto;
  margin-left: auto;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.grid-2 {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  justify-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-flow: column;
  grid-row-gap: 0px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-4 {
  padding-bottom: 35px;
}

.grid_microlaser {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.grid_sound {
  padding-bottom: 70px;
}

.soundwave {
  position: absolute;
}

.android-tv-content {
  margin-bottom: 0px;
}

.div-block {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.android_title {
  display: -ms-grid;
  display: grid;
  padding-bottom: 30px;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.interactive-androidtv {
  width: 100%;
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
}

.chromecast_content {
  position: relative;
  top: 100px;
  bottom: 100px;
  display: block;
  max-width: 366px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

._2col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.slider_ambientes {
  overflow: hidden;
  width: 100%;
  max-width: 824px;
  min-height: 500px;
  margin-bottom: 60px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide-nav {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  border-style: solid;
  border-width: 0px;
  border-color: #fff;
}

.cc-list {
  margin-bottom: 0px;
  padding-left: 28px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
}

.cc-list-item {
  padding-bottom: 20px;
  font-style: normal;
}

._2col-caracteristicas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 81px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-8.slider_img {
  max-height: 100%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}

.divider-why-epson {
  overflow: visible;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.porque-epson {
  position: relative;
  top: 100px;
  bottom: 100px;
  display: block;
  overflow: visible;
  max-width: 458px;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.slide {
  overflow: hidden;
}

.grid-3 {
  position: relative;
  display: -ms-grid;
  display: grid;
  max-width: 718px;
  float: right;
  clear: right;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  justify-items: start;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 84px;
  grid-row-gap: 16px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.conteudo_embalagem {
  max-width: 320px;
}

.especificacoes_tecnicas {
  max-width: 320px;
}

.footer_hero {
  position: absolute;
  left: 0%;
  right: 0%;
  display: block;
  overflow: visible;
  width: 550px;
  margin-right: auto;
  margin-left: auto;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-9 {
  margin-right: auto;
  margin-left: auto;
}

.image-12 {
  max-height: 100%;
  min-height: 20%;
  min-width: 18%;
}

.image-13 {
  min-height: 100%;
  min-width: 100%;
}

.head_image-ef-12 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -308.109px;
  width: 520px;
  margin-right: auto;
  margin-bottom: 6px;
  margin-left: auto;
}

.head-image-ls300 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -341px;
  display: inline-block;
  width: 972px;
  margin-right: auto;
  margin-left: auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.content_area_ls300 {
  position: relative;
  top: 170px;
  display: block;
  overflow: visible;
  height: auto;
  max-height: none;
  max-width: 510px;
  margin: auto;
  float: left;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.full_hd_ls300.section {
  overflow: hidden;
  height: 800px;
  max-height: none;
  margin-bottom: 0px;
  background-image: url('../images/bg-hdr.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}

.tecnologia_laser {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 23px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.grid_laser_ls300 {
  justify-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.cc_center {
  text-align: center;
}

.grid_sound_ls300 {
  padding-top: 100px;
  padding-bottom: 380px;
  padding-left: 450px;
  justify-items: center;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-15 {
  width: 100%;
}

.slider_img {
  max-height: 100%;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
}

.porque_epson_ls300 {
  position: static;
  top: 100px;
  bottom: 100px;
  display: block;
  overflow: visible;
  max-width: 458px;
  min-height: auto;
  float: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer_hero_ls300 {
  margin-right: auto;
  margin-left: auto;
}

.android-tv-content_ls300 {
  margin-bottom: 0px;
}

.tecnologia_laser_ls300 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 23px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

._2col-caracteristicas_ls300 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding-top: 81px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-16 {
  display: none;
}

.image-17 {
  display: none;
}

.cc_naming_ef12 {
  position: absolute;
  left: auto;
  top: auto;
  right: -8%;
  bottom: 64px;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.divider-why-epson-ef12 {
  overflow: visible;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: start;
  -ms-flex-line-pack: start;
  align-content: start;
  grid-auto-flow: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.full_hd_ef12.section {
  overflow: hidden;
  height: 940px;
  max-height: none;
  margin-bottom: 0px;
  background-image: url('../images/cena01.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: scroll;
}

@media screen and (min-width: 1440px) {
  .cc_black.cc_text.android-tv-text {
    width: 370px;
  }

  .section.bg_gray.android_tv_ls300 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #ebeff0;
  }

  .section.chromecast {
    height: 1000px;
  }

  .section.why-epson {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url('../images/bg-why-epson-ls-300.png');
    background-position: 100% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section.comparativo_mobile.hide_desktop {
    display: none;
  }

  .section.tecnologia_laser_ls300 {
    max-height: 1238px;
    min-height: 1000px;
    background-size: cover;
  }

  .section.som_integrado_ls300 {
    height: auto;
    max-height: 960px;
    min-height: 800px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section.why-epson-ls300 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 160px;
    padding-bottom: 160px;
    background-image: url('../images/bg-why-epson-ls-300.png');
    background-position: 100% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }

  .section.footer_ls300 {
    background-image: url('../images/bg-footer-ls-300.png');
  }

  .section.why-epson_ef12 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .full_hd.section {
    height: 940px;
  }

  .btn.btn_dark.btn_android_tv {
    position: static;
    bottom: 17%;
    margin-bottom: 32px;
  }

  .android-tv-content {
    margin-bottom: 0px;
  }

  .slider_ambientes {
    overflow: visible;
  }

  .image-8.slider_img {
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
  }

  .divider-why-epson {
    padding-bottom: 0px;
  }

  .porque-epson {
    max-width: 450px;
  }

  .slide {
    overflow: hidden;
    background-image: none;
  }

  .head_image-ef-12 {
    left: 0%;
    right: 0%;
    bottom: -295px;
  }

  .full_hd_ls300.section {
    height: 1000px;
  }

  .tecnologia_laser {
    padding-top: 34px;
  }

  .image-15 {
    width: 100%;
    max-width: 1920px;
  }

  .slider_img {
    max-height: 100%;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
  }

  .mask {
    overflow: hidden;
  }

  .porque_epson_ls300 {
    top: 0px;
    bottom: 0px;
    max-width: 450px;
  }

  .android-tv-content_ls300 {
    margin-bottom: 0px;
  }

  .tecnologia_laser_ls300 {
    padding-top: 34px;
  }

  .hide_desktop.section {
    display: none;
  }

  .cc_naming_ef12 {
    right: -8%;
    bottom: 70px;
  }

  .divider-why-epson-ef12 {
    padding-bottom: 0px;
    grid-auto-flow: column;
  }

  .full_hd_ef12.section {
    height: 940px;
  }
}

@media screen and (max-width: 991px) {
  .cc_light.hero_title.cc_black {
    font-size: 48px;
    line-height: 48px;
  }

  .cc_black.topic_gap {
    font-size: 48px;
    line-height: 48px;
  }

  .cc_black.cc_text.android-tv-text {
    text-align: left;
  }

  .cc_white.cc_text.androitv_text {
    max-width: 100%;
    margin-bottom: 30px;
  }

  .cc_white.topic_gap {
    max-width: 400px;
    font-size: 48px;
    line-height: 48px;
  }

  .cc_white.subtitle.topic_gap {
    font-size: 38px;
    line-height: 38px;
  }

  .heading.cc_center.topic_gap.cc_shadow {
    font-size: 48px;
    line-height: 48px;
  }

  .section.hero_banner {
    margin-bottom: 180px;
  }

  .section.chromecast {
    height: 800px;
    min-height: 700px;
  }

  .section.footer {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: none;
  }

  .section.legal {
    margin-top: 450px;
  }

  .section.comparativo_mobile.hide_desktop {
    display: block;
  }

  .section.comparativo_mobile_ls300.hide_desktop {
    display: block;
    background-image: url('../images/comparativo-mobile.jpg');
    background-repeat: no-repeat;
  }

  .section.tecnologia_laser_ls300 {
    min-height: 800px;
    padding-top: 40px;
    justify-items: center;
  }

  .section.som_integrado_ls300 {
    min-height: 600px;
  }

  .section.why-epson-ls300 {
    padding-bottom: 100px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.footer_ls300 {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: none;
  }

  .cc_naming {
    right: -3%;
  }

  .image-2 {
    height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .logo_grid {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .logo-goshare {
    max-width: 40%;
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .full_hd.section {
    height: 800px;
  }

  .content_area {
    top: 190px;
  }

  .comparativo.section.hide_mobile {
    display: none;
  }

  .caracteristicas-eco-amigaveis {
    margin-right: auto;
    margin-left: auto;
  }

  .soundwave {
    width: auto;
    height: 50%;
    margin-top: -102px;
  }

  .android-tv-content {
    text-align: center;
  }

  .android_title {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: auto;
  }

  .chromecast_content {
    top: 41px;
  }

  .image-5 {
    max-width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .image-6 {
    max-width: 40%;
  }

  .image-7 {
    display: inline;
  }

  ._2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider_ambientes {
    min-height: 420px;
    margin-top: 80px;
    padding-top: 0px;
  }

  ._2col-caracteristicas {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-8 {
    max-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .divider-why-epson {
    padding-top: 50px;
    padding-bottom: 40px;
    grid-auto-flow: row;
  }

  .porque-epson {
    top: 41px;
  }

  .grid-3 {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: start;
    -ms-flex-line-pack: start;
    align-content: start;
  }

  .footer_hero {
    width: 400px;
  }

  .image-10 {
    margin-bottom: 0px;
    padding-top: 70px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .head_image-ef-12 {
    bottom: -201.109px;
    width: 420px;
  }

  .head-image-ls300 {
    bottom: -240px;
    width: 700px;
  }

  .content_area_ls300 {
    top: 190px;
  }

  .full_hd_ls300.section {
    height: 800px;
  }

  .cc_center.subtitle.cc_black {
    font-size: 48px;
    line-height: 48px;
  }

  .grid_sound_ls300 {
    padding-bottom: 100px;
    padding-left: 0px;
  }

  .porque_epson_ls300 {
    top: 41px;
  }

  .android-tv-content_ls300 {
    text-align: center;
  }

  .tecnologia_laser_ls300 {
    position: static;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  ._2col-caracteristicas_ls300 {
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-17 {
    display: none;
  }

  .cc_naming_ef12 {
    right: -12%;
    bottom: 43px;
  }

  .divider-why-epson-ef12 {
    padding-top: 50px;
    padding-bottom: 40px;
    grid-auto-flow: row;
  }

  .full_hd_ef12.section {
    height: 800px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 38px;
    line-height: 38px;
  }

  .title_specs.cc_white.topic_gap {
    font-size: 48px;
    line-height: 48px;
  }

  .cc_light.hero_title.cc_black {
    font-size: 38px;
    line-height: 38px;
  }

  .cc_white.topic_gap {
    font-size: 48px;
    line-height: 48px;
  }

  .section.chromecast {
    height: 700px;
    min-height: 500px;
    background-color: #e0e0e0;
    background-position: 50% 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .section.legal {
    margin-top: 450px;
  }

  .head-image {
    bottom: -219px;
    width: 380px;
  }

  .cc_naming {
    right: -12%;
    bottom: 60px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .image-2 {
    height: 450px;
  }

  .logo_grid {
    padding-top: 32px;
    padding-bottom: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 40px;
    grid-row-gap: 20px;
  }

  .full_hd.section {
    height: 80vh;
  }

  .grid_microlaser {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid_sound {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .soundwave.hide_mobile {
    display: none;
  }

  .chromecast_content {
    float: left;
  }

  ._2col {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slider_ambientes {
    max-width: 100%;
    min-height: 380px;
  }

  .grid-3 {
    grid-auto-flow: row;
    grid-row-gap: 51px;
  }

  .conteudo_embalagem {
    width: 100%;
    max-width: 100%;
  }

  .especificacoes_tecnicas {
    width: 100%;
    max-width: 100%;
  }

  .footer_hero {
    width: 400px;
  }

  .image-11 {
    margin-top: 50px;
  }

  .image-12 {
    min-height: 100%;
    min-width: 100%;
  }

  .image-14 {
    min-height: 100%;
    min-width: 100%;
  }

  .head_image-ef-12 {
    bottom: -180.109px;
    width: 320px;
  }

  .head-image-ls300 {
    bottom: -120px;
    width: 380px;
  }

  .full_hd_ls300.section {
    height: 700px;
  }

  .grid_laser_ls300 {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .grid_sound_ls300 {
    grid-auto-flow: column;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cc_naming_ef12 {
    right: -19%;
    bottom: 47px;
    margin-top: 0px;
    padding-top: 0px;
  }

  .full_hd_ef12.section {
    height: 700px;
  }
}

@media screen and (max-width: 479px) {
  .title_specs.cc_white.topic_gap {
    font-size: 32px;
    line-height: 32px;
  }

  .cc-specs-bold {
    font-size: 32px;
  }

  .cc_black.topic_gap {
    font-size: 32px;
    line-height: 32px;
  }

  .cc_white.cc_regular.product_title {
    padding-top: 28px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 24px;
    text-align: center;
  }

  .cc_white.topic_gap {
    font-size: 32px;
    line-height: 32px;
  }

  .cc_white.subtitle.topic_gap {
    font-size: 32px;
    line-height: 32px;
  }

  .section.chromecast {
    height: 520px;
    min-height: 450px;
  }

  .section.bg_darkgray.design_compacto {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.legal {
    margin-top: 360px;
    padding-bottom: 70px;
  }

  .section.comparativo_mobile_ls300.hide_desktop {
    background-image: url('../images/comparativo-mobile.jpg');
  }

  .section.tecnologia_laser_ls300 {
    min-height: auto;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }

  .section.som_integrado_ls300 {
    min-height: 500px;
  }

  .section.why-epson-ls300 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .head_container {
    -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;
  }

  .head-image {
    width: 320px;
  }

  .cc_naming {
    left: auto;
    top: auto;
    right: auto;
    bottom: -12%;
    width: 100%;
    text-align: center;
  }

  .image-2 {
    height: 280px;
  }

  .content_area {
    top: 70px;
  }

  .android_title {
    grid-auto-flow: row;
  }

  .chromecast_content {
    padding-top: 33px;
  }

  .slider_ambientes {
    min-height: 280px;
  }

  ._2col-caracteristicas {
    padding-top: 0px;
  }

  .divider-why-epson {
    padding-top: 20px;
  }

  .grid-3 {
    margin-right: auto;
    margin-left: auto;
    justify-items: center;
  }

  .footer_hero {
    width: 320px;
  }

  .head_image-ef-12 {
    bottom: -138.109px;
    width: 280px;
  }

  .head-image-ls300 {
    width: 320px;
  }

  .content_area_ls300 {
    top: 70px;
  }

  .full_hd_ls300.section {
    height: 500px;
    background-color: #8c8c8c;
    background-image: none;
    background-size: auto;
    background-attachment: scroll;
  }

  .cc_center.subtitle.cc_black {
    font-size: 38px;
    line-height: 38px;
  }

  ._2col-caracteristicas_ls300 {
    padding-top: 0px;
  }

  .image-16 {
    display: block;
  }

  .image-17 {
    display: block;
  }

  .cc_naming_ef12 {
    left: auto;
    top: auto;
    right: auto;
    bottom: -12%;
    width: 100%;
    text-align: center;
  }

  .divider-why-epson-ef12 {
    padding-top: 20px;
  }

  .full_hd_ef12.section {
    height: 550px;
  }
}

#w-node-a86db66f-0d8a-919b-a2aa-53305c87c171-99860000 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b381448a-2f79-7d3e-57cf-ee4ede014424-99860000 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_864ed6e6-13bf-1cfb-6c02-cab46e7c5c0c-99860000 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_132a71a6-70e7-1c56-adc7-79bd84146666-99860000 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_95b217f0-2d49-753d-4424-06242b7f30cc-99860000 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6799fe0d-4fed-50f5-23d8-af18821f7f69-99860000 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_8889186f-e42e-0237-39d3-2fd174b19caa-99860000 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_29c785df-44ec-0473-45e5-553a6f43f228-99860000 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-_97a2da60-dc46-7c9e-12f1-1d95b6ba45ad-99860000 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_73fb7028-5c0f-13fc-0663-587bed191333-99860000 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5f1beb10-6f78-a628-1dbc-8ca34012b224-99860000 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_27023ce0-74b4-6094-3674-9f9c1754cbbf-99860000 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_74ccd4ad-9c02-95aa-e529-90d9c5440355-99860000 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_131428e2-751f-8ce0-1696-b527b1e9bf1e-99860000 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_55fb1724-cf38-eaec-c9f9-f4d1502e52b4-99860000 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ef9b9a66-761c-a2c9-4d73-515bb3b343f2-99860000 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_125b57e2-9fd1-36dd-dd4e-d57948f3352d-99860000 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c53907e5-b7f6-28e2-83cd-8f4806f68334-99860000 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-a86db66f-0d8a-919b-a2aa-53305c87c171-992664b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b381448a-2f79-7d3e-57cf-ee4ede014424-992664b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_864ed6e6-13bf-1cfb-6c02-cab46e7c5c0c-992664b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_132a71a6-70e7-1c56-adc7-79bd84146666-992664b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_95b217f0-2d49-753d-4424-06242b7f30cc-992664b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_6799fe0d-4fed-50f5-23d8-af18821f7f69-992664b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_97a2da60-dc46-7c9e-12f1-1d95b6ba45ad-992664b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_73fb7028-5c0f-13fc-0663-587bed191333-992664b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_5f1beb10-6f78-a628-1dbc-8ca34012b224-992664b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_27023ce0-74b4-6094-3674-9f9c1754cbbf-992664b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_74ccd4ad-9c02-95aa-e529-90d9c5440355-992664b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_131428e2-751f-8ce0-1696-b527b1e9bf1e-992664b1 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-_125b57e2-9fd1-36dd-dd4e-d57948f3352d-992664b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-c53907e5-b7f6-28e2-83cd-8f4806f68334-992664b1 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column-align: auto;
  justify-self: auto;
}

@media screen and (min-width: 1440px) {
  #w-node-_131428e2-751f-8ce0-1696-b527b1e9bf1e-992664b1 {
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row-span: 1;
    grid-row-end: 2;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_73fb7028-5c0f-13fc-0663-587bed191333-99860000 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_97a2da60-dc46-7c9e-12f1-1d95b6ba45ad-992664b1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_73fb7028-5c0f-13fc-0663-587bed191333-992664b1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6799fe0d-4fed-50f5-23d8-af18821f7f69-99860000 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_97a2da60-dc46-7c9e-12f1-1d95b6ba45ad-99860000 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_125b57e2-9fd1-36dd-dd4e-d57948f3352d-99860000 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_6799fe0d-4fed-50f5-23d8-af18821f7f69-992664b1 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_97a2da60-dc46-7c9e-12f1-1d95b6ba45ad-992664b1 {
    -ms-grid-column-align: start;
    justify-self: start;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_125b57e2-9fd1-36dd-dd4e-d57948f3352d-992664b1 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_125b57e2-9fd1-36dd-dd4e-d57948f3352d-99860000 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c53907e5-b7f6-28e2-83cd-8f4806f68334-99860000 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_125b57e2-9fd1-36dd-dd4e-d57948f3352d-992664b1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-c53907e5-b7f6-28e2-83cd-8f4806f68334-992664b1 {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

.head_container {
  max-width: 1430px;
}

.section.hero_banner {
  margin-bottom: 500px;
}

.section.hero_banner .image-2 {
  position: absolute;
  top: 105px;
  height: 1123px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.section.hero_banner .container-banner{
  width: 100%;
  max-width: 1430px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
}

.section.hero_banner .conteudo {
  position: relative;
  z-index: 2;
}

.section.hero_banner .conteudo h1 {
  color: #FFF;
  font-family: 'Roboto';
  font-size: 80px;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  line-height: 84px;
  max-width: 687px;
  margin-bottom: 54px;
  margin-top: 53px;
}

.section.hero_banner .mob-image-2 {
  display: none;
}

.section.hero_banner .grid-topo {
  margin-top: 820px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.head_image-ef-12 {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: auto;
  width: 520px;
  margin-right: auto;
  margin-bottom: 6px;
  margin-left: auto;
}

.section.bg_gray.microlaser {
  margin-top: -5px;
}

.full_hd_ef12.section .content_area h1 {
  line-height: 115%;
}

/* ----- */

/* sup {
  font-size: 35px;
}

.full_hd_ef12.section {
  height: 1171px;
    padding-top: 318px;
}

.full_hd_ef12.section sup {
  font-size: 35px;
}

.full_hd_ef12.section .content_area {
  margin: 0 80px 0 auto;
  position: static;
} */


/* ---- */
@media (max-width: 1500px) {
  .section.hero_banner .conteudo h1 {
    font-size: 60px;
    line-height: 64px;
}
}

@media screen and (min-width: 1440px) {
  .head_image-ef-12 {
      left: 0%;
      right: 0%;
      bottom: -475px;
  }
}

@media (max-width: 991px) {

#header {
  position: relative;
  z-index: 3;
}

  .head_container {
    max-width: 1430px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    gap: 25px;
    max-width: 320px;
    text-align: center;
}

  .section.hero_banner .image-2 {
    display: none;
  }

  .section.hero_banner .mob-image-2 {
    display: block;
    height: 819px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 186px;
  }
  .section.hero_banner .conteudo h1 {
    font-size: 40px;
    line-height: 44px;
    text-align: center;
    margin-bottom: 30px;
}

.section.hero_banner .conteudo {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  text-align: center;
}

.section.hero_banner .conteudo img {
  margin: 0 auto;
  max-width: 190px;
}

.section.hero_banner .grid-topo {
  margin-top: 620px;
}

.head_image-ef-12 {
  position: static;
  margin-bottom: 11px;
  margin-top: 50px;
  width: 100%;
  max-width: 420px;
}

.cc_naming_ef12 {
text-align: center;
  position: static;
}
.cc_naming_ef12 br {
  display: none;
}

.cc_naming_ef12 span {
  margin-left: 10px;
}

.section.hero_banner {
  margin-bottom: 80px;
}

.image-10 {
  width: 100%;
}
}