@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

body {
  min-height: 1000px;
}
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

p {
  font-weight: 400;
  color: #111;
}

.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url('image/baner1.jpg');
  background-size: cover;
  background-position: center;
}

.banner .content {
  max-width: 900px;
  text-align: center;
}

.banner .content h2 {
  font-size: 5em;
  color: #fff;
}

.banner .content p {
  font-size: 2.8em;
  color: #e89834;
  font-weight: 600;
}

.btn {
  font-size: 1em;
  color: #fff;
  background: #3d2a18;
  display: inline-block;
  padding: 10px 30px;
  margin-top: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: 0.5s;
}

.btn:hover {
  letter-spacing: 6px;
}

/*Nav bar da pagina*/
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 100px;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}

/* Ao gerar o scroll via javascript gera a tela em branco*/
header.sticky {
  background: #fff;
  padding: 10px 100px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}
/*Finaliza aqui mudança do scroll*/
header.sticky .logo img{
  height: 60px;
  opacity: 1;
}
header .logo img {
 opacity: 0;
 height: 60px;
}

/* Mudar a cor da letra ao utilizar o scroll*/
header.sticky .logo {
  color: #111;
}

header.sticky .navigation li a {
  color: #111;
}
/* Mudar de cor finaliza aqui */

header .logo span {
  color: #ff0157;
}

header .navigation {
  position: relative;
  display: flex;
}

header .navigation li {
  margin-left: 30px;
}

header .navigation li a {
  font-weight: 700;
  color: #fff;
  font-size: 1.1rem;
}

header .navigation li a:hover {
  color: orange;
}

/*About*/
section {
  padding: 100px;
}

.wrapper {
  display: flex;
  justify-content: center;

  margin-top: 40px;
  flex: 1;
}

.card-content {
  font-size: 14px;
  letter-spacing: 0.5px;
  line-height: 1.5;
  text-align: justify;
}
.card-title {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.card {
  max-width: 456px;
  min-height: 250px;
  /*padding: 30px;*/
  margin: 20px;
}
.card,
img {
  width: 100%;
  /* height: 800px;*/
  object-fit: cover;
}

.row {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.row .col50 {
  position: relative;
  width: 48%;
}

.titleText {
  color: #111;
  font-size: 2em;
  font-weight: 600;
}

.titleText span {
  color: #e89834;
  font-size: 1.5em;
  font-weight: 700;
}

.row .col50 .imgBx {
  position: relative;
  width: 100%;
  height: 100%;
}

.row .col50 .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Fim do about */

/* Inicio Menu*/
.title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.areadeatuacao .content {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: 40px;
}

.areadeatuacao .content .box {
  height: 250px;
  max-height: 250px;
  position: relative;
  background: #fff;
  max-width: 400px;
  width: 400px;
  margin: 20px;
  border-radius: 2px;
  box-shadow: 0 5px 25px rgb(1 1 1 / 10%);
}

.areadeatuacao .content .box .imgBx {
  position: relative;
  width: 100%;
}

.areadeatuacao .content .box .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.areadeatuacao .content .box .text {
  position: relative;
  color: #222;
  padding: 20px;
  text-align: center;
}

.areadeatuacao .content .box .text h3 {
  font-weight: 700;
  color: #111;
}

.areadeatuacao .content .box .text p {
  text-align: left;
}

/* FIM DO MENU*/

/*INICIO EXPERT*/

.quemsomos .content {
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  margin-top: 40px;
}

.quemsomos .content .box {
  width: 250px;
  margin: 15px;
}

.quemsomos .content .box .imgBx {
  position: relative;
  width: 100%;
  height: 300px;
}

.quemsomos .content .box .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quemsomos .content .box .text {
  padding: 15px 0 5px;
}

.quemsomos .content .box .text h3 {
  font-weight: 400;
  color: #111;
}

/*FIM EXPERT*/

.button {
  background-color: #6ab99d;
  color: #fafafa;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  padding: 0 2rem;
  border-radius: 0.25rem;
  font: 500 1rem var(--body-font);
  transition: background 0.3s;
}
.button:hover {
  background: #6ab99d;
}

/*====  CONTACT ============================ */

.grid {
  display: grid;
  gap: 2rem;
}

.container {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

#contato .grid {
  gap: 4rem;
}

#contato .text p {
  margin-bottom: 2rem;
}

#contato .button i,
#contato ul li i {
  font-size: 1.5rem;
  margin-right: 0.625rem;
}

#contato ul.grid {
  gap: 2rem;
}

#contato ul li {
  display: flex;
  align-items: center;
}
#contato ul li a {
  display: flex;
  align-items: center;
  color: #3d2a18;
}

#contato ul li i {
  color: #3d2a18;
}

/*FIM CONTATO*/

/*====  FOOTER ============================ */

footer,
.section {
  padding: 4rem 0;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background: #fff;
  padding: 30px 100px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

footer .brand p {
  color: #111;
}

footer i {
  font-size: 1.5rem;
  color: var(--text-color-light);
}

footer .social {
  grid-auto-flow: column;
  width: fit-content;
}

footer .social,
a {
  transition: 0.3s;
  display: inline-block;
}

footer .social a:hover {
  transform: translateY(-8px);
}

/* QUEM SOMOS */
.containerQ {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.card-quem {
  height: 885px;
  max-height: 885px;
  position: relative;
  background: #fff;
  max-width: 458px;
  width: 458px;
  margin: 20px;
  border-radius: 2px;
  box-shadow: 0 5px 25px rgba(1 1 1 /10%);
}

.card-image {
  overflow: hidden;
}

.card-image img {
  max-width: 100%;
  height: auto;
}

.card-info {
  position: relative;
  color: #222;
  padding: 20px;
}

.card-info h3 {
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 10px;
}

.card-info p {
  font-size: 1em;
  margin-bottom: 15px;
}

.card-info .card-mediaIcons {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-info .card-mediaIcons a {
  color: #999;
  font-size: 1.4em;
  margin: 0 10px;
  background: #eee;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 50%;
  transition: color 0.3s ease;
}
.card-info .card-mediaIcons a img {
  width: 25px;
  opacity: 0.2;
  position: absolute;
  z-index: 99;
  transition: 0.3s ease;
}

.card-info .card-mediaIcons a img:hover {
  opacity: 1;
}

.card-info .card-mediaIcons a:hover {
  color: #222;
}

/*FIM QUEM SOMOs*/

/*INICIO ARTIGO*/

.band {
  width: 90%;
  max-width: 1240px;
  margin: 0 auto;
  margin-top: 40px;
  display: grid;

  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 20px;
}

@media only screen and (min-width: 500px) {
  .band {
    grid-template-columns: 1fr 1fr;
  }
  .item-1 {
    grid-column: 1 / span 1;
  }
  .item-1 h1 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 850px) {
  .band {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.card-art {
  min-height: 100%;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #444;
  position: relative;
  top: 0;
  transition: all 0.1s ease-in;
}

.card-art:hover {
  top: -2px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.2);
}

.card-art article {
  padding: 20px;
  display: flex;

  flex: 1;
  justify-content: space-between;
  flex-direction: column;
}

.card-art .thumb {
  background-size: cover;
  background-position: center center;
}

.card-art img {
  display: flex;
  width: 100%;
  height: 100%;
}
.card-art p {
  flex: 1; /* make p grow to fill available space*/
  line-height: 1.4;
}

h1 {
  font-size: 20px;
  margin: 0;
  color: #333;
}

.card-art span {
  font-size: 12px;
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 2em 0 0 0;
}

/*FIM ARTIGOS*/

@media (min-width: 1200px) {
  /* contact */

  .container {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }

  #contato .container {
    grid-auto-flow: column;
    align-items: center;
  }

  #contato .text {
    max-width: 25rem;
  }

  /* footer */
  footer .section {
    padding: 3.75rem 0;
  }

  footer .container {
    grid-auto-flow: column;
    align-items: center;
    justify-content: space-between;
  }
}

@media (max-width: 1200px) {
  #contato .container {
    grid-auto-flow: column;
    align-items: center;
  }

  #contato .text {
    max-width: 25rem;
  }
}

@media (min-width: 900px) {
  .card-mediaIcons a img{
    width: 25px!important;
  }
}

@media (min-width: 500px) {
  .card-mediaIcons a img{
    width: 25px!important;
  }
}

@media (max-width: 999px) {

  .card-mediaIcons a img{
    width: 25px;
  }

  section {
    padding: 20px;
    padding-top: 60px;
  }

  header {
    background: #fff;
  }

  header,
  header.stick {
    padding: 10px 20px !important;
  }

  .wrapper {
    flex-wrap: wrap-reverse;
  }

  header .navigation {
    display: none;
  }

  header .navigation.active {
    width: 100%;
    height: calc(100% - 62px);
    top: 62px;
    left: 0;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
    gap: 4rem;
    font-weight: 700;
  }
  header .navigation li {
    margin-left: 0;
  }

  header .navigation li a {
    text-decoration: none;
    color: #111;
    font-size: 1.6em;
    font-weight: 300;
  }

  .menuToggle {
    position: relative;
    width: 40px;
    height: 40px;
    background: url('image/menu.png');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }

  .menuToggle.active {
    background: url('image/close.png');
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
  }
  header.stick,
  .menuToggle {
    filter: invert(1);
  }

  .row {
    flex-direction: column;
  }

  .row .col50 {
    width: 100%;
  }

  .row .col50 .imgBx {
    height: 300px;
    margin-top: 20px;
  }

  #contato .grid {
    justify-content: center;
    align-items: center;
  }

  #contato .text {
    text-align: center;
  }

  #contato .container {
    grid-auto-flow: row;
    align-items: center;
  }

  .faixada,
  img {
    width: 419px !important;
  }
}

@media (max-width: 700px) {
  header .logo img {
    height: 38px;
  }

  .banner .content h2 {
    font-size: 4rem;
  }

  .card,
  img {
    height: auto;
  }
}

@media (max-width: 500px) {
  section {
    padding: 20px;
    padding-top: 60px;
  }
  header,
  header.stick {
    padding: 10px 10px;
  }
  header.sticky {
    padding: 10px 10px;
  }
  .banner .content h2 {
    font-size: 2rem;
  }

#contato .text {
    text-align: center;
    margin-left: 4rem;
}

.card-image img{
width: 457px!important;
}
section#contato {
    width: 613px;
}

section#banner {
    width: 619px;
    height: 53vh;
    background-position: inherit;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

p.card-content {
    width: 577px;
}
.containerQ {
width: 590px;
}

section#areadeatuacao {
    width: 615px;
}

section#artigos {
    width: 618px;
}

footer, .section {
    width: 618px;
    text-align: center;
    padding: 42px 100px;
}

}

/*teste*/
a {
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
.cardteste {
  padding-left: auto;
  padding-right: auto;
  min-height: 500px;
  margin-top: 15px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-transition: 0.25s box-shadow;
  transition: 0.25s box-shadow;
}
.cardteste:focus,
.cardteste:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.cardteste-inverse .cardteste-img-overlay {
  background-color: rgba(51, 51, 51, 0.85);
  border-color: rgba(51, 51, 51, 0.85);
}
.card-img-top {
  margin-top: 10px;
}
.col-xs-12 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.row {
  margin-left: auto;
  margin-right: auto;
}
/*TESTE*/
