/* estilo do header */
header{
  width: 100vw;
  padding: .6rem 0;
  transition: .6s;
  background-color: rgba(255, 255, 255, 0.329);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.178);
  position: fixed;
  top: 0;
  z-index: 500000;
}
.textTop{
  text-transform: uppercase;
}

header.rolar{
  background-color: #fff;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.589);
}
header > .interface > .btn-fale  button{
  /* configuração do botão aqui */
  height: 50px;
  width: 240px;
  font-size: 1.2rem;
  cursor: pointer;
  border: none;
  transition: 0.5s;
  background-color: var(--or);
  transition: .5s;
  color: #fff;
}

header > .interface > .btn-fale  button:hover{
  background-color: #f1670a;
}

header > .interface{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
header > .interface >.logo {
  display: flex;
  align-items: center;
}
header > .interface >.logo > img{
  width: 3.5rem;
}
header > .interface >.logo >p{
  margin-right: 1rem;
}

/* estilo do banner */
section.hero-site{
  /* ira ocupar a tela toda */
   height: 83vh; 
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   background-image: url("../../img/banner/bg1.jpeg");
   color: #fff;
}

.hero-site > .interface{
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1.8rem;
}

.hero-site > .interface > .text-hero h1{
  font-size: 3.5em;
  /* controla a altura da linha */
  line-height: 3.2rem;
  font-weight: 100;
}

.hero-site > .interface > .text-hero h1 span{
  font-weight: 800;
  letter-spacing: .2em;
  display: block;
}

.hero-site > .interface > .text-hero p{
  font-size: 1.5rem;
  margin-top: 1rem;
  font-weight: 400;
  padding: 1rem;
  border-radius: .2rem;
  /* background-color: rgba(233, 230, 24, 0.199); */
  background-color: rgba(255, 0, 0, 0.322);
  backdrop-filter: blur(1px);
}

.hero-site > .interface > .text-hero p span{
  display: block;
  font-weight: 200;
}

/* estilo das configurações do curso */

.info-curso > .interface {
  display: flex;
}

.info-curso > .interface > .items-container > .txt-item{
  padding: 2rem .5em;
  color: #fff;
  height: 100%;
}

.info-curso > .interface > .items-container > .txt-item > h2{
  font-weight: 300;
  font-size: 1.8rem;
  
  margin-bottom: .2em;
}

.info-curso > .interface > .items-container > .txt-item > h2 > span{
  font-weight: 800;
}

.info-curso > .interface > .items-container > .txt-item > p {
  line-height: 1.5rem;
}

/* estilo botões contato */
.contato{
  margin: 3rem 1rem;
}
.contato-img{
  width: 300px;
}
section.contato{
  background-color: #fff;
  padding: 2rem 1rem;
}

.contato .interface{
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  
}
.txt-contato, .icons-contato{

  /* corrigindo o erro  */
  margin-right: -4px;
  /* alinha na horizontal */
  vertical-align: middle;
  width: 500px;
}

/* somos */
section.somos{
  margin: 0 auto;
}

.somos > .interface{
  margin: 1rem  auto;
}

.somos > .interface > .box{
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}
.somos > .interface > h1{
  font-weight: 300;
  padding-left: 1rem;
  margin: 0 auto;
  color: var(--or);
  word-wrap: break-word;
}
.somos > .interface > h1 > span{
  font-weight: 700;
}

.somos > .interface > p{
  margin: auto;
  font-size: 1rem;
}

.somos > .interface > p > strong{
  font-weight: 400;
}

.somos > .interface > .box > .box-sobre{
  padding: 1rem;
  width: 300px;
  margin: 0 auto;
  font-size: 1.2rem;
}

.somos > .interface > .box > .box-sobre > div{
  display: flex;
  justify-content: start;
}

.somos > .interface > .box > .box-sobre > div > b{
  
  display: block;
  font-size: 2rem;
  color: #FF6700;
}

.somos > .interface > .box > .box-sobre > h3{
  font-weight: 300;
  text-transform: capitalize;
  color: #FF6700;
  line-height: 2rem;
}

.somos > .interface > .box > .box-sobre > h3 > span{
  font-weight: 700;
  color: #f1670a;
  letter-spacing: .4rem;
}

.somos > .interface > .box > .box-sobre > p{

  line-height: 1.5rem;
  font-size: 1rem;
  line-height: 1.5;
} 
/* /somos */


/* contato */
.contato > .interface > .txt-contato > h3{
  line-height: 50px;
  font-weight: 300;
  margin-bottom: 2rem;
}
.contato > .interface > .txt-contato > p{
  font-weight: 400;
}
.contato > .interface > .txt-contato > h3 > span{
  font-weight: 700;
}

.contato > .interface > .icons-contato > a > button{
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  padding: 0 6rem;
  width: 100%;
  height: 60px;
  margin: 0 auto 20px auto;

  background-color: transparent;
  cursor: pointer;
  border: 1px solid #000;
  
  transition: .5s;

  font-size: 1rem;
}

.contato > .interface > .icons-contato > a > button > i{
  font-size: 2rem;
}

.contato > .interface > .icons-contato > a > button:hover{
  background-color: #000;
}

.contato > .interface > .icons-contato > a > button:hover i,.contato > .interface > .icons-contato > a > button:hover p{
  color: #fff;
}

/* estilo Equipe */
section.equipe {
  display: flex;
  width: 100%;
  height: 500px;
  /* flex-wrap: wrap; */
}


.equipe >  .box-equipe{
  width: 100%;
  height: 100%; /* Ajuste conforme necessário */
  display: flex;
  flex-direction: column;
  align-items: stretch; /* Para garantir que a imagem ocupe toda a largura */
  justify-content: flex-end; /* Ajuste conforme necessário */
  color: #fff;
  position: relative;

  background-size: cover; /* Adiciona para cobrir o espaço */
  background-position: bottom center; /* Para ajustar a posição do fundo */
}

#equipe-1{
  background-image: url('../../img/profy/p1.png');
  background-size: 80%;
  background-repeat: no-repeat;
}

#equipe-2{
  background-image: url('../../img/milo.png');
  background-size: 70%;
  background-repeat: no-repeat;
}

#equipe-3{
  background-image: url('../../img/profy/p3.png');
  background-size: 70%;
  background-repeat: no-repeat;
}

.equipe >  .box-equipe > h3{
  font-weight: 300;
  margin: 0 .5rem;
  z-index: 1;
  word-break: break-all;
}
.equipe >  .box-equipe > img{
  width: 100%; /* A imagem vai ocupar toda a largura */
  height: 100%; /* A imagem vai ocupar toda a altura disponível */
  object-fit: cover; /* Garante que a imagem cubra a área sem distorcer */
  object-position: bottom; 
  /* object-fit: cover;
  object-position: bottom;
  max-width: 500px; */
}

.equipe >  .box-equipe > h3 > span{
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: .2em;
  display: block;
}

/* Estilo Visita */
section.visita{
  background-color: #000;
  color: #fff;
  padding: 2% 0;
  height: auto;
}
.visita > .interface {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}

.visita > .interface > .text-visita{
  font-weight: 300;
  

}
.visita > .interface > .text-visita > h3{
  font-weight: 200;
  word-wrap: break-word;
  margin: 1rem 0;
}
.visita > .interface > .text-visita > h3 > span{
  font-weight: 800;
}

.visita > .interface > a > button{
  font-size: 1.3rem;
  padding: .5rem 1rem;
  margin-left: auto;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
  transition: 0.5s;
  border: 2px solid var(--pin);
}

.visita > .interface > a > button:hover{
  border-color: var(--pin);
  background-color: var(--pin);
  box-shadow:  0 0 1rem var(--pin);
}

/* estilo  */
section.empresa{
  display: flex;
  height: 600px;
}

.empresa > .container >.txt-empresa{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
}

.empresa > .container >.txt-empresa > p{
  margin: 3rem;
  font-size: 1rem;
  line-height: 1.5;
}
.empresa > .container >.txt-empresa > h3{
  font-weight: 300;
  margin-top: 1rem;
}

.empresa > .container >.txt-empresa > h3 > span{
  font-weight: 800;
}
.empresa > .container > .box-empresa{
  flex-direction: column;
  align-items: center;
  position: relative;
}

.empresa > .container > .box-empresa > img{
  position: absolute;
  right: 0;
  z-index: 2;
}
.empresa > .container > .box-empresa > .txt{
  padding: 2rem;
  text-transform: capitalize;
  background-color: var(--ye);
  position: absolute;
  bottom: 0;
  left: 0;
}

.empresa > .container > .box-empresa > .txt > h3{
  font-weight: 300;
}

.empresa > .container > .box-empresa > .txt > h3 >span{
  font-weight: 800;
}

.empresa > .container > .box-empresa > .txt >p{
  font-size: 1.2rem;
}

/* criativa-spin */
.criativa-spin{
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.criativa-spin  img{
  margin-left: 1.5rem;
  width: 500px;
}

.criativa-spin > .cont > ol {
  min-width: 300px;
  max-width: 600px;
  color: #fff;
  counter-reset:li; /* Inicia o contador */   
}
.criativa-spin > .cont > ol >li{
  list-style: none;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 1.5rem;
}


.criativa-spin > .cont > ol > li> h2{
  font-weight: 200;
}

.criativa-spin > .cont > ol > li> h2 > span{
  font-weight: 500;
}


/* iniciando metodology */
.metodology{
  margin: auto;
  background-color: var(--blue);
  display: flex; 
  align-items: end;
  position: relative;
}
.metodology .apoio{
  padding: 0 10rem;
  width:30%;
}
.metodology .spike{
  position: absolute;
  bottom: -15px;
  left: 5%;
  width: 460px;
  margin: auto;
}
.metodology .interface{
  padding: 1rem 2rem 2rem 10rem;
  background-color: var(--or);
  color: #fff;
  width: 100%;
}
.metodology .interface article h2{
  /* font-size: 1.8rem; */
  margin-top: .5rem;
}
.metodology .interface article h2 span{
  font-weight: 200;
}

.metodology .interface article p{
  font-size: 1rem;
  line-height: 1.5;
  line-height: 1.5rem;
}


/* estilo galeria */

section.galeria{
  width: 100%;
  margin-top: 1rem;

}
.galeria .inter h2{
  margin-top: 1rem;
  text-align: center;
  font-weight: 300;
  
}

.galeria .inter h2 span{
  font-weight: 800;
}
.gallery-container {
  width: 100%;
  height: 400px;
  display: flex;  
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.gallery {
  display: flex;
  transition: transform 0.5s ease;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.gallery-img {
  width: 300px;
  margin: 0 10px;
  opacity: 0.5;
  transition: opacity 0.5s ease, transform 0.5s ease;
  cursor: pointer;
  border-radius: 0.5rem;
  object-fit: cover;
  object-position: center;
  
  transition: 1s;
}

.gallery-img.active {
  width: 300;
  opacity: 1;
  transform: scale(1.0);
}

.gallery-img:not(.active) {
  /* transform: scale(0.9); */
  opacity: 1;
}

.arrow {
  font-size: 30px;
  color: #333;
  cursor: pointer;
  user-select: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  z-index: 5;
}

.left-arrow {
  left: 20px;
}

.right-arrow {
  right: 20px;
}
/* 
.arrow:hover {
  background-color: rgba(255, 255, 255, 1);
} */

/* /galeria */


/* estilo depoimentos  */
.depoiment{
  margin: 0 1rem;
}

.depoiment > h3{
  font-weight: 300;
}

.depoiment > h3 > span{
  font-weight: 800;
  display: block;
}

.depoiment > .interface{
  margin-bottom: 2%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.depoiment > .interface > img{
  width: 130px;
  margin: 1rem;
}

/* estilizndo footer */
footer{
  background-color: var(--blue);

}

footer > .settings > .interface {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
  flex-wrap: wrap;
  margin-top: 1rem;
  transition: 1s;
  
}
footer > .settings > .interface>  img{
  width: 10rem;
  margin-left: 2rem;
}
footer > .info {
  color: #fff;
  width: 100%;
  background-color: var(--pin);
}

footer > .info >.interface{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

footer > .info >.interface > .box{
  margin: auto;
  padding: 2.5rem 0;
}

.side{
  z-index: 5;
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.side article{
  padding: .5rem;
}


.side article a{
  font-size: 2rem;
  z-index: 600;
  color: var(--ye);
  backdrop-filter: blur(1px);
  transition: 1s;
}


.side article a:hover{
  text-shadow: 0 0 2rem var(--ye);
}


img.min{
  object-fit: contain;
  height: 100px;
}