/*header*/
header {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 90px;
  margin-top: 0;
  max-width: 1900px;
  justify-content: space-between;
  gap: 30px;
  
  }

  header#post-single, header#search-page{
    flex-direction: column;
    height: 100%;
    padding-left: 10px;
    padding-right: 0;
    align-items: start;
  }


/*footer*/
footer{
  background-color: var(--secondary-color);
  color: var(--text-color);
  padding-top: 50px;
  padding-bottom: 50px;
  
  }
  
  .footer-content{
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-bottom: 80px;
  align-items: top;
  
  }
  
  .footer-logo{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 20px;
  }
  .icones-sociais{
  display: flex;
  flex-direction: row;
  gap: 10px;
  }
  .icones-sociais a{
  width: 100%;
  }
  
  /* secao direitos do rodape*/
  .direitos{
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  }
  
  .direitos {
  border-top: 1px solid var(--title-color);
  width: 90%;
  }
  
  .footer-content  ul li{
  list-style: none;
  line-height: 2;
  
  }
  .footer-content  ul li a{
  color: #ccc;
  text-decoration: none;
  
  }
  .direitos p{
    font-size: 1rem;
  }
  
  .direitos p a{
  text-decoration: none;
  color: var(--hover-color);
  }
  
  .direitos ul li{
  color: var(--text-color);
  }
  
  .footer-content h1{
  margin: 0;
  font-size: calc(var(--base-font-size) * 1.25);
  color: var(--text-color);
  line-height: 1.8;
  }

/*banner fale com um especialista*/

.especialista{
  position: relative;
}
.especialista button{
  position: absolute;
  left: 20%;
  top: 50%;
}

.especialista button:hover{
  background-color: #ffff;
  border: none;
  color: var(--primary-color);
}

.geral{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 90%;
  height: 350px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  margin-bottom: 50px;
  position: relative;
}

/* especialista home*/
.especialista-home{
background: var(--imagem-especialista-home-2);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}

.especialista-home-background{
  position: relative;
  background:var(--imagem-especialista-home);
  background-position: center center;
  background-repeat: no-repeat ;
  background-size: cover ;
  height: 400px;
}

.especialista-home{
  display: flex;
  flex-direction: row;
  align-items: center;
}

/*banner especialista produtos*/
  .especialista-produtos{
  background-image: var(--imagem-especialista-produtos);
}

/*banner especialista soluções*/
  .especialista-solucoes{
    background-image: var(--imagem-especialista-solucoes);
   
}
/*banner especialista segmentos*/
.especialista-segmentos{
  background-image: url(../assets/images/especialista-segmentos.webp);
  
}
