/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Tema filho do Hello Elementor
Author: GPtech
Author URI: https://seudominio.com.br
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Seus estilos personalizados abaixo */

.gp-featured-post {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.72fr);
  gap: 56px;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.gp-featured-post__media {
  position: relative;
  min-height: 430px;
  overflow: hidden;
}

.gp-featured-post__image-link {
  display: block;
  width: 100%;
  height: 100%;
}

.gp-featured-post__media img {
  width: 100%;
  height: 430px!important;
  object-fit: cover;
  display: block;
}

.gp-featured-post__category {
  position: absolute;
  top: 24px;
  left: 0;
  z-index: 2;
  color: #ffffff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .02em;
  background-color: #fa6e1d;
  padding: 8px 16px;
}

.gp-featured-post__content {
  max-width: 460px;
}

.gp-featured-post__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
  color: #4e5661;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .28em;
}

.gp-featured-post__meta span + span::before {
  content: "·";
  margin-right: 10px;
}

.gp-featured-post__title {
  margin: 0 0 24px;
  color: #001f4f;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -0.03em;
}

.gp-featured-post__title a {
  color: inherit;
  text-decoration: none;
}

.gp-featured-post__title a:hover {
  opacity: .82;
}

.gp-featured-post__excerpt {
  margin: 0 0 32px;
  color: #001f4f;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.55;
}

.gp-featured-post__button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 17px 28px;
  background: #071e40;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .05em;
  transition: transform .2s ease, opacity .2s ease;
}

.gp-featured-post__button:hover {
  color: #ffffff;
	 background:#fa6e1d;
  transform: translateY(-1px);
}

.gp-featured-post__button span {
  font-size: 18px;
  line-height: 1;
}

@media (max-width: 1024px) {
  .gp-featured-post {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .gp-featured-post__content {
    max-width: 100%;
  }

  .gp-featured-post__title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .gp-featured-post {
    gap: 28px;
    margin-bottom: 48px;
  }

  .gp-featured-post__media {
    min-height: 300px;
  }

  .gp-featured-post__media img {
    height: 300px!important;
  }

  .gp-featured-post__category {
    top: 24px;
    left: 20px;
    font-size: 12px;
  }

  .gp-featured-post__meta {
    font-size: 11px;
    letter-spacing: .18em;
  }

  .gp-featured-post__title {
    font-size: 30px;
  }

  .gp-featured-post__excerpt {
    font-size: 17px;
  }

  .gp-featured-post__button {
    width: 100%;
    justify-content: center;
    padding: 17px 20px;
  }
}

.gp-blog-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-bottom: 34px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d9dee7;
}

.gp-blog-filter__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 16px;
  color: rgba(6, 18, 35,.7);
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .06em;
}

.gp-blog-filter__item:hover{
	color:#fa6e1d;
}
.gp-blog-filter__item.is-active {
  background: #001f4f;
  color: #ffffff;
}

.gp-blog-posts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 48px;
}

.gp-blog-card__image {
  display: block;
  margin-bottom: 22px;
  overflow: hidden;
}

.gp-blog-card__image img {
  width: 100%;
  height: 284px!important;
  object-fit: cover;
  display: block;
}

.gp-blog-card__meta {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  color: #001f4f;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .2em;
	justify-content: space-between;
}

.gp-blog-card__meta .gp-blog-card__date{
	color:#4e5661
}

.gp-blog-card__category {
  color: #ff4b1f;
}

.gp-blog-card__line {
  width: 24px;
  height: 1px;
  background: #c9ced8;
  flex: 0 0 auto;
}

.gp-blog-card__title {
  margin: 0 0 16px;
  color: #001f4f;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.gp-blog-card__title a {
  color: inherit;
  text-decoration: none;
}

.gp-blog-card__title a:hover {
  opacity: .8;
}

.gp-blog-card__excerpt {
  margin: 0;
  color: #4e5661;
  font-size: 15px;
  line-height: 1.55;
	font-weight:300;
}

.gp-blog-sidebar-block {
  margin-top: 38px;
}

.gp-blog-sidebar-title {
  display: block;
  margin: 0 0 16px;
  color: #071e40;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .25em;
}

.gp-blog-search__row {
  display: flex;
  width: 100%;
}

.gp-blog-search input {
  width: 100%;height: 46px;
  padding: 0 16px !important;
  border: 1px solid #d3d9e3 !important;
  border-right: 0 !important;
  color: #001f4f;
  font-size: 14px;
  outline: none;
  border-radius: 0 !important;
}

.gp-blog-search button {
  width: 46px;
  height: 46px;
  border: 0;
  background: #001f4f;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0 !important;
}
.gp-blog-search button:hover {
  background: #fa6e1d;
}

.gp-blog-category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gp-blog-category-list li {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d3d9e3;
}

.gp-blog-category-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  color: rgba(6, 18, 35,.8);
  font-size: 14px;
  text-decoration: none;
}

.gp-blog-category-list a:hover {
  opacity: .75;
}

.gp-blog-recent-posts {
  display: grid;
  gap: 16px;
}

.gp-blog-recent-post {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.gp-blog-recent-post__image {
  display: block;
  overflow: hidden;
}

.gp-blog-recent-post__image img {
  width: 80px;
  height: 64px!important;
  object-fit: cover;
  display: block;
}

.gp-blog-recent-post__category {
  display: block;
  margin-bottom: 6px;
  color: #ff4b1f;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.gp-blog-recent-post h4 {
  margin: 0;
  color: #001f4f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.gp-blog-recent-post h4 a {
  color: inherit;
  text-decoration: none;
}

.gp-blog-pagination {
  margin-top: 52px;
}

.gp-blog-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  margin-right: 6px;
  padding: 0 12px;
  background: #f1f3f6;
  color: #001f4f;
  text-decoration: none;
  font-weight: 700;
}

.gp-blog-pagination .page-numbers.current {
  background: #001f4f;
  color: #ffffff;
}

@media (max-width: 1024px) {
  .gp-blog-posts-grid {
    gap: 36px;
  }

  .gp-blog-card__image img {
    height: 240px!important;
  }
}

@media (max-width: 767px) {
  .gp-blog-filter {
    gap: 10px;
    padding-bottom: 24px;
    margin-bottom: 32px;
  }

  .gp-blog-filter__item {
    min-height: 34px;
    padding: 0 12px;
    font-size: 11px;
  }

  .gp-blog-posts-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .gp-blog-card__image img {
    height: 240px!important;
  }

  .gp-blog-card__meta {
    flex-wrap: wrap;
    gap: 10px;
    letter-spacing: .18em;
  }

  .gp-blog-card__title {
    font-size: 21px;
  }
}

.gp-blog-card__read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  color: #001f4f;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.gp-blog-card__read-more:hover {
  opacity: .75;
}

.gp-blog-card__read-more span {
  font-size: 18px;
  line-height: 1;
}



.gp-post-summary__title {
  margin: 0 0 14px;
  color: #ff4b1f;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .34em;
}

.gp-post-summary__nav {
  padding-left: 10px;
  border-left: 1px solid #d5dae3;
}

.gp-post-summary__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gp-post-summary__item {
  margin: 0 0 15px;
  padding: 0;
  line-height: 1.15;
}

.gp-post-summary__item:last-child {
  margin-bottom: 0;
}

.gp-post-summary__item a {
  color: #5d6575;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15;
  text-decoration: none;
}

.gp-post-summary__item a:hover {
  color: #001f4f;
}

.gp-post-summary__item--h3 {
  padding-left: 7px;
}

.gp-post-summary__item--h3 a {
  font-size: 13px;
  opacity: .9;
}

html {
  scroll-behavior: smooth;
}

.single-post h2,
.single-post h3 {
  scroll-margin-top: 120px;
}

.gp-single-post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 9px;
  color:#FFFFFFB3;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: .18em;
}

.gp-single-post-meta__separator {
  color: #9aa3b2;
}

@media (max-width: 767px) {
  .gp-single-post-meta {
    font-size: 11px;
    letter-spacing: .12em;
    gap: 7px;
  }
}