/*
  Theme Name: Bw8 Core
  Author: BW8 Martech 
  Author URI: https://bw8.com.br/
  Version: 1.0
  License: GPLv2 or later
  Description: Tema mínimo para usar com Elementor Pro
*/    

.conter-case{
  width: 100%;
  max-width:var(--content-width) ;
  flex-wrap: wrap;
  display: grid;
  font-family: var(--e-global-typography-primary-font-family);
  margin: 80px auto;
}

.e-bw8-article{
  display: grid;
  gap: 16px;
}

.linha-case{
  margin: 20px 0px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #355083, #02D590 );
}
.case-video{
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 90px 0px;
  iframe{
    width:70%;
    height: 50vh;
  }
}
.case-depoimento{
  display: flex;
  gap: 10%;
  flex-wrap:wrap;
  .dep-case{
    color:#355083;
  }
}
.info-depoimentos-case{
  display: flex;
  gap:8%;
  border-radius: 30px;
  box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.459);
  align-items: center;
  width: 70%;
  padding: 20px;
  img{
    max-width: 73px;
    max-height: 78px;
  }
}
.nome-autor-depoimento-case{
  font-weight: bold;
}
.galeria-avancada{
  display: flex;
  gap: 10%;
  margin: 50px 0px;
  justify-content:space-evenly ;
   img{
    width: 100%;
  }
  .imagem-item{
    width: 45%;
  }
}

@media screen and (max-width:768px){
  .galeria-avancada{
    flex-direction: column;
    align-items: center;
    .imagem-item{
    width: 90%;
  }
  }
  .case-video{

  iframe{
    width:90%;
    height: auto;
  }
}
article{
  padding: 0px 30px;
}
.conter-case{
  margin: 80px 0px 0px 0px;
}
.info-depoimentos-case{
  width: 100%;
  flex-wrap: wrap;
}
}