/*
Theme Name: NewTechs
Author: WayShip Creative Studio
Author URI: https://wayship.com.br
Description: NewTechs theme.
Requires at least: 5.3
Tested up to: 5.7
Requires PHP: 5.6
Version: 1.0
Text Domain: newtechs
*/

body {
  margin: 0;
  box-sizing: border-box;
  font-family: 'Open Sans', sans-serif;
}

input, 
textarea, 
select {
  font-family: 'Poppins', sans-serif;
  box-sizing: border-box;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}

/* Menu */
.u-select { 
  background: var(--e-global-color-accent);
  color: var(--e-global-color-primary);
  height: 50px;
  outline: none;
  border: none;
  padding: 0 10px;
}
.mega-sub-menu { 
  box-shadow: 0 5px 10px 1px rgba(0, 0, 0, 0.2) !important;
}

#fixed-header { 
  background: #ffffff;
  position: fixed; 
  top: -100px;
  left: 0;
  width: 100%;
  transition: 0.2s;
}
#fixed-header.active {
  top: 0;
}

/* .elementor-editor-active #fixed-header {
  top: 100px;
  position: inherit;
} */

#u-jv {
  display: none;
}
.mega-menu-link { 
  font-family: 'Poppins', sans-serif !important;
  font-weight: bold !important;
  transition: 0.2s !important;
}

.hamburger-menu {
  height: 20px;
  width: 35px;
  display: none;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  transition: 0.4s;
}
.hamburger-menu .line {
  transition: 0.4s;
}
.hamburger-menu .line:first-child {
  background: var(--e-global-color-primary);
  width: 30px;
  height: 2px;
  position: absolute;
  top: 1px;
  left: 0;
}
.hamburger-menu .line:nth-child(2) {
  background: var(--e-global-color-primary);
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger-menu .line:last-child {
  background: var(--e-global-color-primary);
  width: 30px;
  height: 2px;
  position: absolute;
  top: 17px;
  left: 0;
}

.mobile-menu {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.mobile-menu .content {
  background: #EEEFEF;
  max-width: 250px;
  padding: 40px 20px;
  position: relative;
  height: 100%;
  animation: openMobileMenu 0.6s cubic-bezier(.58,.07,.45,1.01);
}
.mobile-menu .content.close {
  left: -360px;
  animation: closeMobileMenu 0.6s cubic-bezier(.58,.07,.45,1.01);
}
@keyframes openMobileMenu {
  from{left: -350px}
  to{left: 0;}
}
@keyframes closeMobileMenu {
  from{left: 0px}
  to{left: -350px;}
}
.mobile-menu .content .close {
  color: var(--e-global-color-primary);
  position: absolute;
  top: 5px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
}
/* .mobile-menu .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mobile-menu .menu li {
  margin-bottom: 10px;
}
.mobile-menu .menu li a {
  color: #414042;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  transition: 0.4s;
}
.mobile-menu .menu li.current_page_item a {
  color: var(--e-global-color-primary);
}
.mobile-menu .menu ul li a:hover {
  color: var(--e-global-color-primary);
} */
.mobile-menu .social {
  margin-top: 30px;
  padding: 0 10px;
}
.mobile-menu .social a {
  color: var(--e-global-color-primary);
  margin-right: 15px;
}


.home .swiper-container.slides {
  display: block;
}
.swiper-container.slides .swiper-next {
  position: absolute;
  top: 50%;
  right: 0;
  width: 45px;
  height: 45px;
  margin-top: -22px;
  line-height: 45px;
  text-align: center;
  z-index: 10;
  font-size: 22px;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background: no-repeat 50%;
  color: #bac1c6;
  border: 3px solid #bac1c6;
  transition: 0.2s;
}
.swiper-container.slides .swiper-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 45px;
    height: 45px;
  margin-top: -22px;
  line-height: 45px;
  text-align: center;
  font-size: 22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background: no-repeat 50%;
  color: #bac1c6;
  border: 3px solid #bac1c6;
  transition: 0.2s;
}
.swiper-container.slides .swiper-prev:hover,
.swiper-container.slides .swiper-next:hover {
  background: var(--e-global-color-primary);
  color: #FFFFFF;
  border-color: var(--e-global-color-primary);
}
.swiper-container.slides {
  display: none;
  height: 700px;
  position: relative;
  z-index: 0;
}
.swiper-pagination-bullet {
  background: #ffffff;
  width: 8px;
  height: 8px;
}

.breadcrumbs { 
  padding: 30px 0;
}
.breadcrumbs p { 
  color: #808080;
  font-size: 12px;
}
.breadcrumbs i { 
  margin: 0 10px;
}
.breadcrumbs a {
  color: #808080;
}

.page-title { 
  padding: 10px 0;
}
.page-title .title-content { 
  text-align: center;
}
.page-title .title-content h1 {
  color: #222222;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0;
}
.page-title .title-content .divisor {
  background: var(--e-global-color-accent);
  height: 5px;
  width: 50px;
  margin: 10px auto;
}

.home-form { 
  color: #808080;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.home-form input {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  outline: none;
  border: none;
  padding: 0 10px;
}

.home-form textarea {
  margin-top: 10px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  padding: 0 10px;
}

.home-form input[type=submit] {
  font-size: 16px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  background: var(--e-global-color-accent);
  border: none;
  cursor: pointer;
}

#form-home .wpcf7-response-output {
  color: #ffffff;
}

.form-contato input {
  background: #CACACA;
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  border: none;
  padding: 5px 10px;
}

.form-contato textarea {
  background: #CACACA;
  width: 100%;
  margin-bottom: 10px;
  border: none;
  padding: 0 10px;
  resize: none;
}

.form-contato input[type=submit] {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  background: #163F67;
  border: none;
  cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-bottom: 10px !important;
}


/* cases */
.case-title { 
  padding: 10px 0;
}
.case-title .title-content { 
  text-align: left;
}
.case-title .title-content h1 {
  color: #222222;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.case-title .title-content .divisor {
  background: var(--e-global-color-accent);
  height: 5px;
  width: 50px;
  margin: 10px 0;
  margin-bottom: 40px;
}
.cases-content { 
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 15px;
  margin-bottom: 60px;
}

.cases-content .case { 
  border-radius: 5px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  max-width: 395px;
  width: 100%;
  margin: 0 auto;
}

.cases-content .case:hover .info { 
  opacity: 1;
}

.cases-content .case .divisor { 
  background: var(--e-global-color-accent);
  margin-bottom: 10px;
  margin-top: 40px;
  width: 50px;
  height: 5px;
}

.cases-content .case .info { 
  background: rgba(0, 46, 91, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.4s;
}

.cases-content .case .info .title {
  margin-bottom: 0px;
}

.cases-content .case img { 
  border-radius: 5px;
}

/* serviços */
.service-title { 
  padding: 10px 0;
}
.service-title .title-content { 
  text-align: left;
}
.service-title .title-content h1 {
  color: #222222;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 0;
}
.service-title .title-content .divisor {
  background: var(--e-global-color-accent);
  height: 5px;
  width: 50px;
  margin: 10px 0;
  margin-bottom: 40px;
}
.services-content { 
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 60px;
}

.services-content .service { 
  border-radius: 5px;
  max-width: 395px;
  width: 100%;
  margin: 0 auto;
}

.services-content .service .divisor { 
  background: var(--e-global-color-accent);
  margin-bottom: 20px;
  margin-top: 20px;
  width: 50px;
  height: 5px;
}

.services-content .service img { 
  width: 100%;
}

.services-content .service .title {
  color: var(--e-global-color-primary);
  margin-bottom: 0px;
}

.services-content .service .description { 
  color: #808080;
  font-size: 14px;
}

.services-content .service .read-more { 
  color: var(--e-global-color-primary);
  margin-top: 20px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins';
}


/* História */
.company_history {
  position: relative;
}
.company_history > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.company_history > ul > li {
  margin: 0;
}

.company_history > ul > li .year {
  font-size: 20px;
  font-weight: 700;
  font-family: Poppins;
  color: #002e5b;
  line-height: 28px;
  letter-spacing: -0.04em;
  display: table-cell;
}

.company_history > ul > li .sep {
  position: relative;
  display: table-cell;
  width: 80px;
}
.company_history > ul > li .sep:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 20px;
  bottom: -5px;
  width: 1px;
  background: #e6e6e6;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.company_history > ul > li .sep:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 8px;
  width: 9px;
  height: 9px;
  background: #fde428;
  border-radius: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.company_history > ul > li .company_history_text {
  display: table-cell;
  padding: 0 0 50px;
}

.company_history > ul > li .company_history_text h4 {
  margin: 0 0 16px;
  padding: 0;
  font-weight: 700;
}

.company_history > ul > li .company_history_text p {
  font-size: 13px;
  line-height: 18px;
  margin: 0;
}

.company_history > ul > li:last-child .sep:before {
  display: none;
}

/* Blog */
#main-blog-template  {
  /* background: #F2F2F2; */
  padding-bottom: 80px;
}
.page-wrapper {
  display: grid;
  grid-template-columns: 1fr 0.35fr;
  grid-column-gap: 40px;
  padding: 10px 0 40px 0;
}
article {
  background: white;
  border-radius: 8px 8px 0 0;
  margin-bottom: 50px;
}
#main-blog-template .post-head {
  position: relative;
}
#main-blog-template .post-head .post-tags {
  position: absolute;
  bottom: -10px;
  display: flex;
  margin-left: 30px;
}
#main-blog-template .post-head-content {
  color: var(--e-global-color-text);
  font-size: 14px;
  font-weight: 500;
  padding: 15px 0;
  margin: 0;
}
#main-blog-template .divisor { 
  background: var(--e-global-color-accent);
  margin-bottom: 10px;
  margin-top: 10px;
  width: 50px;
  height: 5px;
}
#main-blog-template .post-head-content i {
  color: var(--e-global-color-accent);
  margin-right: 6px;
}
#main-blog-template .post-head-content strong {
  color: #DDDDDD;
  margin: 0 10px;
  font-weight: 400;
}

#main-blog-template .post-head .post-tags .cat-link {
  color: white;
  text-decoration: none;
}
#main-blog-template .post-thumbnail {
  width: 100%;
}
#main-blog-template .post-body {
  padding: 20px 0;
}
#main-blog-template .post-title {
  margin-bottom: 10px;
  color: #222222;
  font-weight: 700;
  font-size: 22px;
}
#main-blog-template .post-excerpt {
  color: #808080;
  margin-bottom: 30px;
  line-height: 1.6em;
  font-size: 14px;
  font-weight: 500;
}
#main-blog-template .post-link {
  background: var(--e-global-color-primary);
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  text-transform: lowercase;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 20px;
  transition: 0.2s;
}
#main-blog-template .post-link i {
  margin-left: 8px;
}
#main-blog-template .post-link:hover {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-primary);
}

.pagination-wrapper {
  display: flex;
  justify-content: center;
}
.pagination-wrapper .page-numbers {
  color: #808080;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 1px solid #808080;
  line-height: 40px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination-wrapper .page-numbers svg {
  color: #ffffff;
  width: 25px;
}
.pagination-wrapper .page-numbers:last-child {
  margin: 0;
}
.pagination-wrapper .page-numbers.current {
  background: var(--e-global-color-primary);
  color: #ffffff;
  border: none;
}
.pagination-wrapper .page-numbers.next,
.pagination-wrapper .page-numbers.prev {
  background: var(--e-global-color-accent);
  color: #ffffff;
  border: none;
}

/* Blog Sidebar */
.blog-sidebar {
  list-style-type: none;
  max-width: 350px;
}
.blog-sidebar.mobile {
  display: none;
}
.blog-sidebar .widget {
  margin-bottom: 30px;
}
.blog-sidebar ul {
  list-style-type: none;
  padding: 0;
}
.blog-sidebar .search-form {
  display: flex;
}
.blog-sidebar .wp-block-search__input {
  background: #E6E6E6;
  border: none;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  padding: 12px 10px;
}

.blog-sidebar .wp-block-search__button  {
  background: var(--e-global-color-primary);
  color: #ffffff;
  border: none;
  padding: 8px;
  cursor: pointer;
  margin-left: 0;
}
.blog-sidebar .wp-block-search__button svg {
  fill: #FFFFFF;
}
.blog-sidebar .widget_media_image {
  max-width: 350px !important;
  width: 100% !important;
  height: auto;
}
.blog-sidebar .widgettitle {
  color: #800054;
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 30px;
  position: relative;
}
.blog-sidebar .widgettitle::after {
  background: #CCCCCC;
  content: '';
  max-width: 350px;
  width: 100%;
  position: absolute;
  height: 1px;
  bottom: -12px;
  left: 0;
  z-index: 1;
}
.blog-sidebar .widgettitle::before {
  background: #04E9B0;
  content: '';
  width: 30px;
  position: absolute;
  height: 3px;
  bottom: -13px;
  left: 0;
  z-index: 2;
}

.blog-sidebar .cat-item a {
  background: #F2F2F2;
  color: var(--e-global-color-primary);
  font-size: 14px;
  font-weight: 500;
  padding: 15px 15px;
  border-left: 5px solid #F2F2F2;
  margin-bottom: 1px;
  cursor: pointer;
  transition: 0.2s;
  display: block;
}
.blog-sidebar .cat-item a:hover {
  border-left: 5px solid #6c98e1;
}
.blog-sidebar .wp-block-archives-list {
  display: flex;
  flex-wrap: wrap;
}
.blog-sidebar .wp-block-archives-list a {
  font-size: 13px !important;
  text-decoration: none;
  color: #777777;
  padding: 5px;
  border: 1px solid #cccccc;
  margin-right: 10px;
  margin-bottom: 8px;
  transition: 0.2s;
}
.blog-sidebar .wp-block-archives-list a:hover {
  background: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
}
.blog-sidebar .wp-block-tag-cloud {
  display: flex;
  flex-wrap: wrap;
}
.blog-sidebar .wp-block-tag-cloud a {
  font-size: 13px !important;
  text-decoration: none;
  color: #777777;
  padding: 5px;
  border: 1px solid #cccccc;
  margin-right: 10px;
  margin-bottom: 8px;
  transition: 0.2s;
}
.blog-sidebar .wp-block-tag-cloud a:hover {
  background: var(--e-global-color-accent);
  border: 1px solid var(--e-global-color-accent);
}
.blog-sidebar .widget_recent_entries li {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}
.blog-sidebar .widget_recent_entries li a {
  color: black;
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: none;
}
.blog-sidebar .widget_recent_entries li .post-date {
  color: #808080;
  font-size: 12px;
}
.blog-sidebar .rpwwt-widget a{
  color: black;
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: none;
  font-weight: 600;
}
.blog-sidebar .rpwwt-widget img {
  width: 60px !important;
  height: 60px !important;
}

.blog-sidebar .rpwwt-widget .rpwwt-post-date {
  color: #808080;
  font-size: 12px;
  margin-top: 10px;
}
.sidebar-divisor {
  background: var(--e-global-color-primary);
  width: 100%;
  height: 3px;
}
.blog-sidebar .btn-presentation {
  background: var(--e-global-color-accent);
  color: var(--e-global-color-primary);
  max-width: 160px;
  width: 100%;
  height: 45px;
  margin: 0 auto;
  display: block;
  text-align: center;
  line-height: 45px;
  font-weight: 700;
  font-size: 14px;
  transition: 0.2s;
}
.blog-sidebar .btn-presentation i {
  margin-right: 10px;
}
.blog-sidebar .btn-presentation:hover {
  background: var(--e-global-color-primary);
  color: #ffffff;
}
.sidebar-content {
  background: var(--e-global-color-accent);
  padding: 30px;
}
.sidebar-content h4 {
  font-family: 'Poppins', sans-serif;
  color: var(--e-global-color-primary);
  margin-bottom: 10px;
}
.sidebar-content p {
  color: var(--e-global-color-primary);
  line-height: 1.8em;
  margin-bottom: 30px;
}
.sidebar-content a {
  background: #ffffff;
  color: var(--e-global-color-primary);
  padding: 10px 15px;
  transition: 0.2s;
}
.sidebar-content a i {
  margin-right: 5px;
}
.sidebar-content a:hover {
  background: var(--e-global-color-primary);
  color: #ffffff;
}

/* Blog Singular */
.single-blog-template {
  background: white;
}
.blog-header {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
}
.blog-header .container {
  display: flex;
  align-items: center;
  height: 100%;
}
.blog-header .page-title {
  color: white;
  font-size: 48px;
}
#single-blog-template .post-head {
  position: relative;
}
#single-blog-template .post-head .post-tags {
  position: absolute;
  bottom: -10px;
  display: flex;
  margin-left: 30px;
}
#single-blog-template .post-thumbnail {
  width: 100%;
}
#single-blog-template .post-body {
  padding: 40px 0;
}
#single-blog-template .post-head-content {
  color: var(--e-global-color-text);
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #DDDDDD;
  padding: 15px 0;
}
#single-blog-template .post-head-content i {
  color: var(--e-global-color-accent);
  margin-right: 6px;
}
#single-blog-template .post-head-content strong {
  color: var(--e-global-color-text);
  margin: 0 10px;
  font-weight: 400;
}
#single-blog-template .post-date {
  /* margin-right: 20px; */
}
#single-blog-template .post-title {
  margin-bottom: 20px;
  color: #222222;
  font-weight: 700;
  font-size: 36px;
}
#single-blog-template .post-all-tags {
  padding: 20px 0;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}
#single-blog-template .post-all-tags ul {
  list-style-type: none;
  display: flex;
}
#single-blog-template .post-all-tags li {
  margin-right: 30px;
}
#single-blog-template .post-all-tags li a {
  color: #808080;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}
#single-blog-template .post-share-link {
  margin: 20px 0;
  display: flex;
  align-items: center;
  /* justify-content: center; */
}
#single-blog-template .post-share-link span { 
  margin-right: 10px;
}
#single-blog-template .post-share-link .share-button {
  color: white;
  font-size: 12px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 31px;
  text-align: center;
  margin-right: 15px;
}
#single-blog-template .post-share-link .share-button:last-child {
  margin-right: 0;
}
.share-twitter {
  background: #49B2E2;
}
.share-facebook {
  background: #4862C3;
}
.share-linkedin {
  background: #0F74AE;
}
#single-blog-template .post-author-card {
  display: flex;
  border: 1px solid #CCCCCC;
  max-width: 750px;
}
#single-blog-template .author-thumbnail {
  max-width: 200px;
  height: auto;
}
#single-blog-template .post-author-card .author-bio {
  padding: 30px 40px;
}
.author-bio .highlight {
  color: #04E9B0;
  font-size: 14px;
  font-weight: 600;
}
.author-bio .author-name {
  color: black;
  font-size: 17px;
  margin: 10px 0;
}
.author-bio .author-description {
  color: #808080;
  line-height: 1.8em;
  font-size: 14px;
  font-weight: 500;
  max-width: 450px;
  margin-bottom: 15px;
}
.author-bio .author-social {
  color: #CCCCCC;
  margin-right: 10px;
}
.author-bio .author-social:last-child {
  margin-right: 0;
}

/* Blog Home */
.home-blog-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 25px;
}
.blog-img-category {
  position: relative;
}
.blog-post-thumbnail {
  width: 100%;
  height: auto;
  /* border-radius: 5px 5px 0 0 !important; */
}
.blog-post-body {
  padding: 20px 0;
  border-radius: 0 0 5px 5px !important;
}
.blog-post-body .divisor { 
  background: var(--e-global-color-accent);
  height: 5px;
  width: 50px;
  margin: 10px 0;
}
.blog-post-date {
  color: var(--e-global-color-text);
  font-size: 13px;
  font-weight: 400;
}
.blog-post-date i {
  color: var(--e-global-color-accent);
  margin-right: 8px;
}
.blog-post-title {
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  color: var(--e-global-color-primary);
  margin-bottom: 20px;
}

/* Footer blog */
.footer-blog-wrapper {
  display: flex;
  flex-direction: column;
}
.footer-blog-wrapper  .blog-post-body {
  padding: 0;
}
.footer-blog-wrapper  .blog-post-date {
  color: #dddddd;
  font-size: 13px;
  font-weight: 400;
}
.footer-blog-wrapper  .blog-post-date i {
  color: var(--e-global-color-accent);
  margin-right: 8px;
}
.footer-blog-wrapper  .blog-post-title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  color: #ffffff;
  margin-bottom: 20px;
  transition: 0.2s;
}
.footer-blog-wrapper  .blog-post-title:hover {
  color: var(--e-global-color-accent);
}

#menu-menu-rodape {
  list-style-type: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 10px;
}
#menu-menu-rodape a {
  color: #6c98e1;
  text-transform: lowercase;
  font-size: 13px;
}


@media screen and (max-width: 992px) {
  .hamburger-menu {
    display: flex;
  }

  .page-wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  .pagination-wrapper {
    margin-bottom: 40px;
  }
  .grouped-posts {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
  .blog-sidebar.desktop {
    display: none;
  }
  .blog-sidebar.mobile {
    display: block;
  }
  .blog-sidebar {
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .swiper-container.slides {
    height: 400px;
  }

  .cases-content { 
    grid-template-columns: repeat(2, 1fr);
  }

  .services-content { 
    grid-template-columns: repeat(2, 1fr);
  }

  .home-blog-wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .home-blog-wrapper {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
}


@media screen and (max-width: 550px) {
  .cases-content { 
    grid-template-columns: repeat(1, 1fr);
    justify-content: center; 
  }

  .services-content { 
    grid-template-columns: repeat(1, 1fr);
  }
}