#home {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 10rem 15px 7rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
/* #home:before {
    content: '';
    background: url(/img/home/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.4;
    filter: blur(11px);
    -webkit-filter: blur(11px);
    -moz-filter: blur(11px);
    -o-filter: blur(11px);
} */
.homeTitle {
    display: flex;
    margin: 0 0 9rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
}
.block_main.show {
    display: block;
    transition: all 1s ease;
}
.block_main {
    display: none;
    transition: all 1s ease;
}
/* Main Section */
#first_section {
    width: 100%;
}
.links h1 {
    font-size: 19px;
    font-weight: 600;
}
.links_uteis {
    display: flex;
    align-items: center;
}
.links_uteis a {
    height: 20px;
    margin: 0 13px 0 0;
}
.links_uteis a:last-child {
    margin: 0;
}
.home_box {
    display: flex;
    width: 100%;
    max-width: 1200px;
    counter-reset: grid;
    columns: 20rem;
    gap: 15px;
    align-items: stretch;
}
.home_block {
    background: #75758d29;
    width: 100%;
    max-width: 400px;
    min-width: 300px;
    padding: 10px;
    font-size: 19px;
    border: 1px solid var(--bo);
    border-radius: var(--br);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    break-inside: avoid;
    aspect-ratio: 4 / 3;

    &:hover {
        border: 1px solid #ffffff4f;
    }
}
.title_home {
    display: flex;
    margin: 0 0 20px;
    font-size: 20px;
    flex-direction: column;
}
.title_head {
    display: flex;
    margin: 0 0 17px 0;
    align-items: center;
}
.title_home i {
    font-size: 30px;
}
.title_home_block {
    display: flex;
    margin: 0 0 0 13px;
    align-items: flex-start;
    flex-direction: column;
}
.title_home_block span:first-child {
    font-size: 13px;
}
.subtitle_home {
    font-size: 14px;
}
.video_section {
    background: white;
    position: relative;
    margin: 0 0 1rem;
    border-radius: var(--br);
}
.video_wrapper {
    position: relative;
    padding-top: 56.26%;
}
.bk_theme iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--br);
}
.home .home_link {
    background: #ffffff12;
    border: 1px solid var(--bo);
    border-radius: var(--br);
    display: flex;
    height: 45px;
    align-items: center;
    padding: 0 13px;
    font-size: 17px;
    font-weight: 400;
    flex-wrap: wrap;
    justify-content: center;

    &:hover {
        background: var(--c1);
    }
}
.bk_land .subtitle_home {
    min-width: 100%;
}
.block_iframe {
    padding: 0px;
    border: 0;
}
.home_link_iframe {
    position: relative;
    display: block;
    height: 100%;
    min-height: 329px;
    border-radius: var(--br);
    overflow: hidden;
}
.home_link_iframe:after {
    content: '';
    background: url(/img/websites/sites/astrom.webp);
    background-repeat: no-repeat;
    background-position: 0px 0;
    background-size: cover;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    animation: move 20s infinite ease;
}
@keyframes move {
    0% {background-position: 0% 0%} 
    50% {background-position: 0% 100%}
    100% {background-position: 0% 0%}
    }
.block2 {
    margin: 0 0 10px;
}
.home .home_link div {
    display: flex;
    width: 100%;
    align-items: center;
}
.home .css_icon {
    width: 30px;
    margin: 0 11px 0 0;
}
@media (max-width: 768px) {  
    #home {
        padding: 5rem 15px 3rem;
    }    
    .home_box {
        display: flex;
        height: 100%;
        flex-direction: column;
        align-items: center;
    }
    .home_block {
        max-width: 100%;
        min-width: 300px;
        padding: 10px;
        break-inside: avoid;
        aspect-ratio: auto;
    }  
    .home_block.bk_logo {
        aspect-ratio: auto;
    }  
}

#temawartHome {
    display: block;
}
#temawartHome img {
    width: 100%;
    height: 100%;
    border-radius: var(--br);
}
#cssWART {
    display: flex;
    grid-area: 2 / 1;
    grid-column: 1 / 4;
    gap: 15px;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
#css-yampi .y_img, #css-cartpanda .c_img {
    width: 100%;
    height: auto;
}
#titlecss {
    display: flex;
    margin: 0 0 0 1.2rem;
    text-align: left;
    align-items: center;
    justify-content: flex-start;
}
#titlecss h1 {
    font-size: 2rem;
}
#titlecss p {
    font-size: 13px;
}
.cssImg {
    width: 35px;
    max-height: 50px;
}

@media screen and (max-width: 768px) {
    #cssWART {
        flex-wrap: wrap;
    }
    #cssWART img {
        max-width: 100%;
    }
}


:root {
    --color-text: navy;
    --color-bg: papayawhip;
    --color-bg-accent: #ecdcc0;
    --size: clamp(10rem, 1rem + 40vmin, 30rem);
    --gap: calc(var(--size) / 14);
    --duration: 60s;
    --scroll-start: 0;
    --scroll-end: calc(-100% - var(--gap));
  }

  @media screen and (max-width: 500px) {
    :root {
        --size: 35rem;
        --duration: 30s;
      }
  }
  
  @media (prefers-color-scheme: dark) {
    :root {
      --color-text: papayawhip;
      --color-bg: navy;
      --color-bg-accent: #2626a0;
    }
  }
  
  
  .marquee {
    display: flex;
    overflow: hidden;
    user-select: none;
    gap: var(--gap);
    mask-image: linear-gradient(
      var(--mask-direction, to right),
      hsl(0 0% 0% / 0),
      hsl(0 0% 0% / 1) 20%,
      hsl(0 0% 0% / 1) 80%,
      hsl(0 0% 0% / 0)
    );
  }
  
  .marquee__group {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: var(--gap);
    min-width: 100%;
    animation: scroll-x var(--duration) linear infinite;
  }
  
  /* Se algum dispositivo móvel tiver a configuração de "reduzir movimento" 
  ativada (por motivos de acessibilidade), sua animação será pausada 
  por conta da media query */
  @media (prefers-reduced-motion: reduce) {
    .marquee__group {
      animation-play-state: paused;
    }
  }
  
  .marquee--reverse .marquee__group {
    animation-direction: reverse;
    animation-delay: -3s;
  }
  
  @keyframes scroll-x {
    from {
      transform: translateX(var(--scroll-start));
    }
    to {
      transform: translateX(var(--scroll-end));
    }
  }
  
  @keyframes scroll-y {
    from {
      transform: translateY(var(--scroll-start));
    }
    to {
      transform: translateY(var(--scroll-end));
    }
  }
  
  /* Element styles */
  .marquee svg {
    display: grid;
    place-items: center;
    width: var(--size);
    fill: var(--color-text);
    aspect-ratio: 16/9;
    padding: calc(var(--size) / 10);
    border-radius: 0.5rem;
  }
  
  /* Parent wrapper */
  .wrapperHome {
    position: absolute;
    left: 0;
    top: -3rem;
    display: flex;
    flex-direction: column;
    gap: var(--gap);
    margin: 0 auto;
    width: 100%;
    z-index: -1;
    opacity: 0.05;
    overflow: hidden;
  }


/* posts */

.recent-posts {
    max-width: 1200px;
    margin: 5rem 0 0;
}
.recent-posts ul {
    display: flex;
    flex-direction: column;
}
.recent-posts h1 {
    position: relative;
    font-size: 2rem;
    overflow: hidden;
}
.recent-posts h1:after {
    content: '';
    position: absolute;
    top: 29px;
    left: 17rem;
    width: 100%;
    border-bottom: 2px dashed var(--c1);
}
.recent-posts h2 {
    margin-bottom: 1rem;
}
.recent-posts li {
    display: flex;
    margin: 1rem 0;
    border-bottom: 2px solid var(--c1);
}
.recent-posts .img_post {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 200px;
    max-width: 300px;
    margin-right: 2rem;
}
.postime {
    display: flex;
    padding: 1rem 0 0;
    font-size: 14px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.postInfo {
    display: flex;
    width: 100%;
    padding: 0 0 10px;
    line-height: 23px;
    flex-direction: column;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
.recent-posts li {flex-wrap: wrap}  
.recent-posts .img_post {
    max-width: 100%;
    height: 300px;
    margin: 0 0 2rem;
}  
.recent-posts h2 {margin-bottom: 2rem} 
.postime {padding: 2rem 0 1rem}    
.recent-posts h1:after {top: 22px}
}