body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 120%;
  display: inline-flex;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 120%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 120%;
}

p {
  margin-bottom: 10px;
  line-height: 140%;
}

a {
  color: #3898ec;
  text-decoration: none;
}

.body {
  background-image: url('../images/lagartonoticias_bg.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  font-family: Varela, sans-serif;
  font-size: 1em;
  line-height: 1em;
}

.header_wrapper {
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
}

.brand {
  width: 14vw;
  margin: 40px auto;
  padding-left: 0;
}

.navbar {
  background-color: #0000;
}

.container {
  flex-flow: column;
  min-width: 100%;
  display: flex;
}

.main_navigation {
  align-self: stretch;
  display: flex;
}

.search_form_container {
  justify-content: flex-end;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.header_row {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.search-form {
  margin-bottom: 0;
}

.form_search {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header_network_icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.header_network_link {
  width: 28px;
  height: 28px;
}

.header_network_link.header_home_link {
  display: none;
}

.network_icon_phone {
  background-image: url('../images/btn_telefone.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.network_icon_whatsapp {
  background-image: url('../images/btn_whatsapp.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.network_icon_instagram {
  background-image: url('../images/btn_instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.menu_link {
  color: #333;
  text-transform: uppercase;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 100%;
  padding: 10px 20px;
  font-family: Exo, sans-serif;
  font-size: 1em;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.search_form_textfield {
  background-image: url('../images/eyeglass.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto 60%;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 20px;
}

.search_form_submit {
  text-transform: uppercase;
  border-radius: 16px;
  font-size: .8em;
  font-weight: 700;
}

.form-block-w-form {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.highlights_wrapper {
  width: 100%;
  position: relative;
}

.search_toggle, .block_toggles {
  display: none;
}

.highlights_bg_bar {
  background-color: #2e4e61;
  width: 100%;
  height: 60%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.highlights_panel_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1220px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.highlights_column {
  aspect-ratio: 1;
  flex: 1;
  align-self: stretch;
  display: flex;
  position: relative;
}

.highlight_news_container {
  background-color: #303030;
  border: 1px solid #fff;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.news_cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.highlights_info_panel {
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.highlights_info_text_container {
  background-image: linear-gradient(#0000, #0009);
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: stretch;
  align-items: flex-start;
  padding: 10% 20px 20px;
  display: flex;
  position: relative;
}

.highlight_keyword {
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #fff;
  align-self: flex-start;
  margin-bottom: .5em;
  padding: .5em;
  font-size: .7em;
  display: inline-flex;
}

.highlights_title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  line-height: 120%;
}

.highlights_column_row {
  flex-flow: column;
  flex: 1;
  font-size: 80%;
  display: flex;
}

.highlights_row {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.highlights_column_child {
  flex: 1;
  display: flex;
}

.network_icon_home {
  background-image: url('../images/btn_home.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.special_news_wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1220px;
  margin: 40px auto;
  display: grid;
}

.special_news {
  color: #333;
  background-image: linear-gradient(#dadada, #fff);
  border: 1px solid #fff;
  padding: 10px;
  text-decoration: none;
  position: relative;
}

.special_news_cover_container {
  aspect-ratio: 3 / 2;
  margin-bottom: 10px;
  position: relative;
}

.area_click {
  position: absolute;
  inset: 0%;
}

.news_keyword {
  color: #2e4e61;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2e4e61;
  align-self: flex-start;
  margin-bottom: .5em;
  padding: .5em;
  font-size: .7em;
  display: inline-flex;
}

.special_news_title {
  font-size: 1.5em;
  line-height: 120%;
}

.link-block {
  color: #333;
  text-decoration: none;
}

.home_news_list_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.home_news_list_item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home_news_block {
  flex: 1;
  display: flex;
}

.home_news_list_cover {
  aspect-ratio: 1;
  border-radius: 8px;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.home_news_list_container {
  flex-flow: column;
  width: 1220px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home_goto_more_news {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  font-size: .8em;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.plus_sign {
  flex: 0 auto;
  width: 20%;
  height: 50%;
  margin-right: 10px;
  display: block;
}

.banner_wide {
  width: 1220px;
  margin: 20px auto 40px;
}

.minibanners {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1220px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  display: grid;
}

.divisor_blue {
  background-color: #2e4e61;
  border-radius: 10px;
  flex: 1;
  height: 3px;
}

.div-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer_wrapper {
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}

.footer_row {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.footer_dev_row {
  border-top: 1px solid #2e4e61;
  padding-top: 10px;
}

.text-block-2 {
  text-decoration: none;
}

.bold-text {
  color: #333;
  text-decoration: none;
}

.text-block-3 {
  text-align: center;
  font-size: .8em;
}

.site_copyright {
  margin-bottom: 10px;
}

.content_pages_container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 1220px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content_pages {
  flex: 1;
}

.sidebar {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 300px;
  display: flex;
}

.news_post_details {
  color: #8d8d8d;
  margin-top: 10px;
  margin-bottom: 20px;
}

.footer_brand {
  width: 15vw;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.share_container {
  margin-bottom: 20px;
}

.share_link {
  width: 140px;
  position: relative;
}

.sidebar_news_list_container {
  background-color: #fff;
  padding: 20px;
}

.sidebar_title {
  margin-bottom: 20px;
  font-size: 1.8em;
}

.sidebar_news_list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.sidebar_news_list_item {
  border-bottom: 1px solid #2e4e6161;
  padding-bottom: 20px;
}

.sidebar_news_list_item_link {
  color: #2e4e61;
  border-left: 10px solid #3898ec;
  padding-left: 10px;
  font-family: Lato, sans-serif;
  font-size: 1.4em;
  text-decoration: none;
  display: block;
}

.all_news_grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news_block_item {
  color: #333;
  border: 1px #fff;
  text-decoration: none;
}

.news_block_item_cover_container {
  aspect-ratio: 3 / 2;
  margin-bottom: 10px;
  position: relative;
}

.news_block_title {
  font-size: 1.2em;
  line-height: 120%;
}

.news_block_keyword {
  color: #2e4e61;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #2e4e61;
  align-self: flex-start;
  margin-bottom: .5em;
  padding: .5em;
  font-size: .6em;
  display: inline-flex;
}

.search_results {
  flex: 1;
}

.search_results_item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #2e4e6129;
  width: 100%;
  padding: 10px;
  display: flex;
}

.search_item_cover {
  aspect-ratio: 3 / 2;
  width: 100px;
  position: relative;
}

.search_results_items {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 40px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .header_wrapper {
    width: 100%;
    padding-bottom: 0;
  }

  .brand {
    width: 30vw;
  }

  .main_navigation {
    background-color: #0000;
    width: 100%;
  }

  .header_row {
    padding: 10px;
  }

  .header_network_icons {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
  }

  .menu_link {
    color: #fff;
    background-color: #0b4155;
    background-image: linear-gradient(225deg, #0a86b3, #111);
    border-bottom: 1px solid #67aed7;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu_toggle.w--open {
    background-color: #3898ec;
  }

  .search_toggle {
    padding: 18px;
  }

  .block_toggles {
    flex: 1;
    display: flex;
  }

  .highlights_panel_container {
    width: auto;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .highlights_title {
    font-size: 1.4em;
  }

  .special_news_wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: auto;
    margin: 0 10px 10px;
  }

  .home_news_list_wrapper {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 10px;
  }

  .home_news_list_container {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .banner_wide {
    width: auto;
    margin: 0 10px 10px;
  }

  .minibanners {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer_wrapper, .content_pages_container {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer_brand {
    width: 30vw;
  }

  .all_news_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    text-align: center;
    width: 40vw;
  }

  .search_form_container {
    flex: 0 auto;
    width: 50%;
    padding-top: 10px;
    display: flex;
  }

  .search-form {
    flex: 1;
  }

  .header_network_icons {
    z-index: 9999;
    background-color: #2e4e61;
    background-image: linear-gradient(#2e4e61, #151515), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 0 0;
    background-size: auto, auto;
    justify-content: space-between;
    margin-top: 0;
    padding: 10px 20px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .header_network_link.header_home_link {
    display: block;
  }

  .network_icon_phone {
    background-image: url('../images/btn_telefone_white.svg');
  }

  .network_icon_whatsapp {
    background-image: url('../images/btn_whatsapp_white.svg');
  }

  .network_icon_instagram {
    background-image: url('../images/btn_instagram_white.svg');
  }

  .search_form_textfield, .form-block-w-form {
    flex: 1;
  }

  .highlights_panel_container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .highlights_row, .highlights_column_child {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .network_icon_home {
    background-image: url('../images/btn_home_white.svg');
  }

  .special_news_wrapper {
    flex-flow: column;
    display: flex;
  }

  .news_keyword {
    font-size: .6em;
  }

  .home_news_list_wrapper {
    flex-flow: column;
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .home_news_list_item {
    flex-flow: row;
    margin-right: 10px;
  }

  .home_news_list_cover {
    aspect-ratio: 1;
  }

  .home_news_list_container {
    margin-left: 0;
    margin-right: 0;
  }

  .minibanners {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-bottom: 10px;
    display: flex;
  }

  .footer_wrapper {
    padding-bottom: 60px;
  }

  .content_pages_container {
    flex-flow: column;
  }

  .sidebar {
    width: auto;
  }

  .title_news {
    font-size: 2em;
  }

  .footer_brand {
    width: 30vw;
  }

  .all_news_grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .news_block_keyword {
    font-size: .5em;
  }

  .search_result_news_title {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 60vw;
  }

  .search_form_container {
    width: 100%;
  }

  .header_row {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .form_search {
    margin-bottom: 18px;
    padding-top: 0;
  }

  .search_form_textfield {
    flex: 1;
  }

  .search_toggle {
    display: block;
  }

  .block_toggles {
    flex-flow: row;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
  }

  .home_news_title {
    font-size: 1.2em;
  }

  .footer_row {
    text-align: center;
    flex-flow: column;
  }

  .footer_column {
    align-self: center;
    margin-top: 20px;
  }

  .footer_brand {
    width: 50vw;
    margin-bottom: 0;
  }

  .all_news_grid {
    grid-template-columns: 1fr 1fr;
  }
}


