/*inner pages*/

/*News*/
/* posts da página home*/
.meta-info{
  display: flex;
  flex-direction: column;
  color: var(--off-color);
  font-size: 14px;
  margin: 20px;
  }
  
  .home .news {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content:center;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  
  .home .news .thumbnail{
  width: 100%;
  height: 250px;
  object-position: center;
  }
  
  .home .news .thumbnail img{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 250px;
  }
  
  .featured{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  }
  .featured h1{
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--primary-color);
  }
  
  .featured h3{
  font-size: 1.2rem;
  color: var(--hover-color);
  }
  
  .featured p:first-child{
  color: var(--hover-color);
  font-weight: bold;
  font-size: 20px;
  }
  
  .titulo-news-home{
  text-align: center;
  }
  
  .news article {
  display: flex;
  flex-direction: column;
  width: 30%;
    margin-bottom: 5%;
  }
  
  .posts-show{
    display: flex;
    flex-direction: column;
    align-items: left;
    background-color: #fff;
   border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
    height: 100%;
    width: 100%;
  }
  .posts-show a{
  text-decoration: none;
  color: #000;
  margin: 0;
  }
  
  .posts-show:hover{
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); 
  }
  .home .news h5 {
  color: var(--title-news-color);
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  }
  
  .home .news h5:hover{
  color: var(--hover-color);
  }
  
  .home .news .format-image h5,
  .home .news .format-video h5,
  .home .news .format-standard h5 {
  background: transparent;
  display: inline-block;
  }
  
  .home .news .secondary h5 {
  font-size: 8px;
  color: var(--title-news-color);
  }
  
  .home .news .posts-show p a{
  border: 1px solid var(--hover-color);
    border-radius: 5px;
  color: var(--hover-color);
  margin: 10px 0 ;
    text-transform: uppercase;
    width: fit-content;
    text-align: center;
    padding: 2px;
    font-size: 14px;
    font-weight: 400;
  }
  
  .home .news .posts-show p a:hover{
  background-color: var(--hover-color);
  color: #fff;
  }
  
  article button {
  border: none;
  color: var(--title-news-color);
  padding: 5px 15px;
  cursor:pointer;
  border-radius: 50px;;
  }
  article button:hover{
  color:#ffffff;
  background-color: var(--title-news-color);
  }
  
  .format-video .thumbnail img{
  width:  100%;
    object-fit: cover;
  }
  
  .format-image .wp-post-image img{
  width: 100%;
    object-fit: cover;
  }
  
  .format-standard .thumbnail img{
  width: 100%;
    object-fit: cover;
  }
  
  .format-video .wp-post-image img{
    width: 100%;
    object-fit: cover;
  }
  
  .format-image .wp-post-image img{
    width: 100%;
    object-fit: cover;
  }

/*home: sessão nossas soluções aceleram o crescimento da sua empresa*/

.intro-background{
  background-image: url(../assets/images/bg-intro.webp), url(../assets/images/background-video.svg);
  background-repeat: no-repeat no-repeat;
  background-position-x: right, left;
  background-position-y: top, bottom;
  background-size: 40%, 15%;
}

.intro{
  height: 100%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom:50px;
  padding-top: 50px;
}

.intro .linha{
  align-items: center;
  gap: 100px;
}
.intro-texto{
width: 30%;
}
.intro-video{
  width: 50%;
}

.intro-video video{
width: 100%;
height: auto;
border-radius: 30px;
}
.intro-video img{
max-width: 100%;
height: auto;
margin: auto;
}

.intro h2{
  text-align: left;
  width: 60%;
  margin-left: 0;
  margin-top: 0;
}

.intro-texto p{
  margin-top: 20px;
  margin-bottom: 20px;
}

.icones-sociais ul li{
  display: inline-block;
}

.icones-sociais ul li{
  list-style: none;
}

/* home sessão avaliação fini */

.avaliacao-fini{
  background-color: var(--background-color);
}

.depoimento-fini{
  width: 30%;
}

.depoimento-fini h2{
  text-align: left;
  font-size: calc(var(--base-font-size) * 1.5);
}

.avaliacao-fini{
  display: flex;
  flex-direction: row;
  padding: 50px 80px;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.avaliacao-fini .fundo-imagem img{
  max-width:100%;
  height: auto;
}

.fundo-imagem img {
  display: flex;
  margin: auto;
  border-radius: 30px 120px 30px 120px;
}

.fundo-imagem {
  position: relative;
  background-color: var(--button-color);
  border-radius: 30px;
  margin-left: 10%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transform: translateY(-5px);
}

.stars img {
  max-width: 300px;
}
.stars {
  position: absolute;
  top: 70%;
  left: 30%;
}

/*home robo*/

#robo-desktop{
  background-image: url(../assets/images/fundo_banner_numeros-scaled.webp);
  background-repeat: no-repeat;
  height: 750px;
  background-position: center;
  }
  
  #robo-desktop .linha{
    gap: 28%;
    justify-content: center;
  }
  
  .robo-card{
  background: linear-gradient(#3b3e48,#131524);
  color: #fff;
  border-radius: 30px;
  padding: 20px;
  border: 1px solid #40444c;
  margin-top: 50px;
  }
  
  .robo-card{
    position: relative;
    animation: myrobo 5s 2s infinite;
    animation-direction: alternate;
  }


  
  @keyframes myrobo {
  0%   { top: 0px; top: 0px;}
  25%  { top: 30px; top: 0px;}
  50%  {top: 30px; top: 30px;}
  75%  { top: 0px; top: 30px;}
  100% {top: 0px; top: 0px;}
  }
  
  .robo-card p{
  font-size: var(--base-font-size);
  line-height: 1;
  text-align: center;
  font-weight: 500;
  letter-spacing: -7%;
  margin: 0;
  color: #fff;
  }
  .robo-card p:first-child{
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: -1.5%;
  line-height: 1;
  text-align: center;
  margin: 0;
  color: #fff;
  }
  
  #robo-mobile .robo-card p:first-child{
  font-size: 1.2rem;
  }
  
  #robo-mobile .robo-card p{
    font-size: 0.8rem;
    line-height: 1.2;
  }
  
  .robo .coluna{
  display: flex;
  flex-direction: column;
  }
  
  #robo-mobile{
  background: url(../assets/images/Logibot_Feliz.webp),url(../assets/images/Banner-5.webp);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain, cover;
  height: 650px;
  }
  
  #robo-mobile .linha{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: top;
  gap: 5px;
  padding-top: 60px;
  }
  
  #robo-mobile .robo-card{
    margin-top: 5px;
    width: 30%;
  }
