@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

:root {
  --color-primary: #00e169;
  --color-primary-dark: #00A26B;
  --color-secondary: #151517;
  --color-gray: #4A4B4C;
  --color-light-gray: #EBE9E8;
  --color-white: #ffffff;
  --font-family: 'Sora', sans-serif;
  --font-size-lg: 32px;
  --font-size-md: 20px;
  --font-size-sm: 16px;
  --font-size-xs: 14px;
  --line-height-lg: 120%;
  --line-height-md: 150%;
  --container-width-660: 660px;
  --container-width-1110: 1110px;
  --container-width-1440: 1440px;
}

* {
  font-family: var(--font-family) !important;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: linear-gradient(180deg, #FFF 0%, #EBE9E8 100%) !important;
}

.home_page {
  background: linear-gradient(180deg, #FFF 0%, #EBE9E8 100%) !important;
  max-width: 1366px;
  margin: 0 auto;
}

.sora-h2 {
  color: var(--color-secondary);
  font-size: var(--font-size-lg);
  font-weight: 700;
  line-height: var(--line-height-lg);
}

/* Navbar V3 */
.header-v3__container,
.header-v3__left {
  display: flex;
  justify-content: center;
  width: 100%;
}

.header-v3__logo--small {
  width: 328px;
  height: 36px;
  margin-top: 20px;
}

.logo-center {
  display: block;
  margin: 0 auto;
}

/* Hero Section */
#new-homepage-container > .home_page {
  color: var(--color-white);
}

.hero-section {
  display: block;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-top: 20px;
}

.hero-section::before {
  content: "";
  background-image: url("../img/v3/hero-section/header-image-plusdin-v3.svg");
  background-repeat: no-repeat;
  background-position: center top;
  width: 328px;
  height: 328px;
  position: absolute;
  margin-top: 10px;
  margin-left: calc( (100vw - 328px )/2);
}

.hero-details {
  display: none;
}

.hero-container {
  display: flex;
  width: 100vw;
  position: relative;
  padding-top: 360px;
  flex-direction: column;
}

.page-headline {
  padding: 0 1rem;
  text-align: left;
  display: flex;
  flex-direction: column;
  z-index: 999;
}

.page-headline span {
  color: var(--color-gray);
  margin-top: 0.8rem;
  font-size: var(--font-size-xs);
  font-weight: 400;
  line-height: var(--line-height-md);
}

.icon-text {
  display: flex;
  flex-direction: column;
  margin-top: 16px;
}

.icon-text span {
  display: flex;
  align-items: center;
  font-size: var(--font-size-xs);
  font-weight: 400;
  line-height: var(--line-height-md);
  color: var(--color-gray);
}

.icon-text .icon {
  margin-right: 0.8rem;
  width: 24px;
  height: 24px;
}

.icon-text span b {
  font-weight: 700;
  display: contents;
}

.page-headline-cta {
  margin-top: 1.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.v3-cta > a {
  background-color: var(--color-primary);
  height: 44px;
  width: 328px;
  color: var(--color-secondary);
  font-size: var(--font-size-sm);
  font-weight: 700;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid var(--color-primary-dark);
  border-bottom: 6px solid var(--color-primary-dark);
  text-decoration: none;
  white-space: nowrap;
}

/* Hero Section */
.hero-section {
  display: block;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  padding-top: 20px;
}
.recent-post-categories {
  line-height: 100%;
  margin-bottom: 5px;
}

/* Ajuste para desktop */
@media (min-width: 1024px) {
  .hero-section {
    flex-direction: row; /* Alinha o conteúdo em uma linha */
    justify-content: space-between; /* Espaço entre o texto e a imagem */
    align-items: center; /* Centraliza verticalmente */
    padding-top: 0; /* Remove o padding superior para desktop */
  }

  .header-v3__logo--small {
    width: 328px;
    height: 50px;
    margin-top: 20px;
  }

  .sora-h2 {
    color: var(--color-secondary);
    font-size: 48px;
    font-weight: 700;
    line-height: var(--line-height-lg);
  }

  .icon-text {
    display: flex;
    flex-direction: column;
    margin-top: 16px;
  }

  .icon-text span {
    display: flex;
    align-items: center;
    font-size: var(--font-size-sm);
    font-weight: 400;
    line-height: var(--line-height-md);
    color: var(--color-gray);
  }

  .icon-text .icon {
    margin-right: 0.8rem;
    width: 32px;
    height: 32px;
  }

  .hero-section::before {
    content: none; /* Remove a imagem de fundo no desktop */
  }


  .hero-container {
    display: flex;
    width: 100%;
    padding: 0px 0px 0px 127px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 80px;
    position: relative;
    z-index: 1;
  }

  .page-headline {
    width: 54%;
    padding: 0;
    margin: 0 0 0 0%; /* Remove a margem superior */
    text-align: left; /* Garante que o texto fique alinhado à esquerda */
  }

  .page-headline-cta {
    justify-content: flex-start !important; /* Alinha o botão à esquerda no desktop */
  }

  .hero-section::after {
    content: "";
    background-image: url("../img/v3/hero-section/header-image-plusdin-v3.svg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    width: 438px;
    height: 438px;
    position: absolute;
    right: 127px;
    top: 45%;
    transform: translateY(-50%);
  }
}

/* Mobile Styles */
.page-headline-cta {
  justify-content: center; /* Alinha o botão ao centro no mobile */
}



/* Fourth Section */
.about-plusdin-app-section {
  z-index: 99999;
  padding: 20px 16px;

}

.card {
  background-color: var(--color-primary);
  border-radius: 24px 24px 36px 36px;
  border: 6px solid var(--color-primary-dark);
  border-bottom-width: 18px;
  padding: 35px 20px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-plusdin-app-slider-track {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.mobile-qr-code{
  display: none;
}

.mobile-store{
  display: flex;
  gap: 10px;
  justify-content: center;
}

.text-content {
  order: 1;
  text-align: left;
  line-height: normal;
}

.card h2,
.card span {
  color: var(--color-secondary);
}

.card h2 {
  font-size: var(--font-size-md);
  font-weight: 700;
  line-height: var(--line-height-lg);
  margin-bottom: 17px;
}

.card span {
  font-size: var(--font-size-xs);
  font-weight: 400;
  line-height: var(--line-height-md);
  margin-top: 10px;
}

.get-on-store-container {
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  padding: 0;
}

.mobile-store > .get-on-google-play,
.mobile-store> .get-on-app-store {
  display: flex;
  width: 141.539px;
  height: 40px;
 margin-top: 10px;
  background-size: 141.539px 40px !important;
  background-repeat: no-repeat !important;
}

.mobile-store > .get-on-google-play {
  background: url(../img/v2/app-section/play-store.png);
}

.mobile-store > .get-on-app-store {
  background: url(../img/v2/app-section/app-store.png);
}

.card img {
  order: 2;
  margin-top: 20px;
  max-width: 100%;
  height: auto;
  position: relative;
  top: 36px;
}


/* Responsividade para tablets e desktops */
@media (min-width: 768px) {
  .card .img-cut {
    clip-path: inset(0px 0px 4px 0px);
  }

  .about-plusdin-app-slider-track {
    flex-direction: row-reverse; /* Imagem à direita e texto à esquerda */
    justify-content: space-between;
    align-items: center;
  }

  .text-content {
    max-width: 68%;
  }

  .card {
    flex-direction: row;
    text-align: left;
    padding: 51px;
    gap: 40px;
    height: 405px;
  }

  .card h2 {
    font-size: 36px;
  }

  .card span {
    font-size: 16px;
    margin-top: 10px;
  }

  .get-on-store-container {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    gap: 32px;
  }


  .card img {
    margin-top: 11px;
    object-fit: contain;
  }
  .mobile-store > .get-on-google-play,
  .mobile-store > .get-on-app-store {
    width: 164px;
    height: 45px;
    background-size: 164px 45px !important;
    background-repeat: no-repeat !important;
  }

}



/* Estilos adicionais para telas maiores */
@media (min-width: 1024px) {
  .about-plusdin-app-section {
    padding: 0px 127px;
    margin-top: 80px;
  }

  .about-plusdin-app-slider-track {
    flex-direction: row;
    align-items: flex-start;
  }

  .card img {
    margin-top: 11px;
    object-fit: contain;
  }

  .img-cut {
    max-height: 400px;
    height: auto;
    position: relative;
    top: 22px;
  }

  .img-cut img {
    width: 95%;
  }

  .text-content {
    width: 100%;
    position: relative;
    top: 34px;
  }

  .text-content h2 {
    font-size: 36px;
  }

  .text-content span {
    font-size: 18px;
    margin-top: 10px;
  }

  .get-on-store-container {
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;
    flex-direction: row;
    align-items: start;
    gap: 10px !important;
  }

  .mobile-qr-code{
    display: block;
  }

  .mobile-store{
    display: block;
    gap: 10px;
  }

  .card img {
    order: 2;
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0px;
  }
}



/* Fifth Section */
.fifth-section {
  display: flex;
  flex-direction: column;
}

.other-products-container {
  padding: 2.2rem 1rem 1.2rem;
  display: flex;
  flex-direction: column;
}

.container-title {
  font-size: 24px;
  line-height: 130%;
  font-weight: 700;
  color: var(--color-secondary);
}

@media (min-width: 640px) {
  .other-products-container {
    width: var(--container-width-660);
  }
}


@media (min-width: 1024px) {
  .section-cards{
    padding-top: 4rem !important;
    background-color: white;
    align-items: center;
    justify-content: center;
  }

  .slider-container {
    justify-content: center !important;
  }

  .new-card {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px !important;
    width: 348px !important;
    height: auto;
    border-radius: 24px;
    border: 4px solid var(--color-light-gray);
    background: var(--color-white);
    min-width: 227px;
    box-sizing: border-box;
  }
  .new-card-group {
    gap: 32px !important;
  }
}

.card-group-product {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 24px;
}

.card-product {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 2px solid var(--color-light-gray);
  background: var(--color-white);
}

.card-product h2 {
  color: var(--color-secondary);
  font-size: var(--font-size-md);
  font-weight: 700;
  line-height: var(--line-height-lg);
  margin-bottom: 10px;
}

.card-product span {
  color: var(--color-secondary);
  font-size: var(--font-size-sm);
  font-weight: 400;
  line-height: var(--line-height-md);
}

.avatar-section {
  padding: 2.5rem 16px;
  background: var(--color-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin: -18px;
  margin-top: 2rem;
}

.avatar-section h2 {
  color: var(--color-secondary);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: var(--line-height-lg);
}

.card-avatar {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 7px;
}

.avatar {
  width: 96px;
  height: 148.5px;
}

.chat-bubble, .chat-bubble-sec {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: flex-end;
  gap: 10px;
  flex: 1;
  border-radius: 20px;
  border: 2px solid var(--color-light-gray);
}

.chat-bubble {
  border-radius: 0px 20px 20px 20px;
}

.chat-bubble-sec {
  border-radius: 20px 0px 20px 20px;
}

.chat-bubble p, .chat-bubble-sec p {
  color: var(--color-secondary);
  font-size: var(--font-size-xs);
  font-weight: 400;
  line-height: var(--line-height-md);
}


.chat-bubble b, .chat-bubble-sec b {
  font-weight: 700;
}


.section-cta > a {
  background-color: var(--color-primary);
  padding: 8px 24px;
  margin-bottom: 1rem;
  color: var(--color-secondary);
  font-size: var(--font-size-sm);
  font-weight: 700;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid var(--color-primary-dark);
  border-bottom: 6px solid var(--color-primary-dark);
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 1024px) {
  .avatar-section {
    padding: 24px 16px 47px 16px;
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin: -18px;
    margin-top: 48px;
  }

  .avatar-section h2 {
    color: var(--color-secondary);
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: var(--line-height-lg);
    margin-top: 38px;
  }

  .card-avatar {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 7px;
  }

  .avatar {
    width: 287px;
    height: 440.59px;
  }

  .card-avatar {
    margin-right: auto;
  }

  .card-avatar:nth-child(2) {
    margin-top: -225px;
    margin-left: auto;
    margin-right: 0;
  }

  /* Specific styles for chat-bubble-sec */
  .card-avatar:nth-child(3) {
    bottom: 237px;
    right: 56px;
    left: 74px;
  }

  .card-avatar.last-avatar {
    bottom: 450px; /* Specific to the last chat-bubble-sec */
    right: 65px;
    background-color: transparent !important;
    margin-top: -190px;
  }

  .chat-bubble {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    flex: 1;
    border-radius: 20px;
    border: 2px solid var(--color-light-gray);
    width: 300px;
    bottom: 28px;
    right: 183px;
    position: relative;
    background: white;
  }

  .chat-bubble-sec {
    display: flex;
    padding: 12px;
    justify-content: center;
    align-items: flex-end;
    gap: 10px;
    flex: 1;
    border-radius: 20px;
    border: 2px solid var(--color-light-gray);
    width: 300px;
    bottom: 34px;
    left: 168px;
    position: relative;
    background: white;
  }


  .chat-bubble {
    border-radius: 0px 20px 20px 20px;
  }

  .chat-bubble-sec {
    border-radius: 20px 0px 20px 20px;
  }

  .chat-bubble p, .chat-bubble-sec p {
    color: var(--color-secondary);
    font-size: 20px;
    font-weight: 400;
    line-height: var(--line-height-md);
  }


  .chat-bubble p b, .chat-bubble-sec p b {
    color: var(--color-secondary);
    font-size: 20px;
    font-weight: 700;
    line-height: var(--line-height-md);
  }


}


/** VIDEO SECTION **/

.other-products-wrapper {
  position: relative;
}

.wave-section {
  position: relative;
  overflow: hidden;
}

.wave-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 1;
}

.card-video {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  position: relative;
  z-index: 2;
}

.card-after-effect {
  display: flex;
  flex-direction: column;
  gap: 24px;
  z-index: 3;
}

.card-after-effect h2 {
  color: var(--color-white);
  font-size: 24px;
  font-weight: 700;
  line-height: var(--line-height-lg);
}

.card-after-effect p {
  color: var(--color-white);
  font-size: var(--font-size-sm);
  font-weight: 400;
  line-height: var(--line-height-md);
}

.container-video {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  border-radius: 16px;
  background: #35353B;
}

.wave-section {
  background: white;
  color: white;
  overflow: hidden;
}

.content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 1110px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.content h2 {
  font-size: 44px;
  font-weight: 700;
  line-height: 130%;
}

.content p {
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.container-video {
  width: 634px;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  background-color: #202020; /* Background color for video container */
  flex-shrink: 0;
}

.container-video iframe {
  width: 100%;
  height: 100%;
}

.content-text{
  text-align: left;
}

.content-text h2{
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  margin-top: 3rem;

}



.content-text p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
  margin-top: 24px;
}


.wave-section-wrapper {
  background: linear-gradient(180deg, #35353B 0%, #151517 100%);
  margin-top: calc(100vw / 22.39);
}

/* Responsividade */
@media (max-width: 768px) {
  .container-video {
    width: 100%;
    height: calc(100vw* 0.515);
    margin-bottom: 70px;

  }

  .content {
    align-items: center;
    text-align: center;
    margin-top: 33px;
    padding: 0 16px;
  }

}


@media (min-width: 768px) {
  .container-video {
    width: 100%;
    height: calc(100vw* 0.515);
    margin-bottom: 70px;

  }

  .content {
    align-items: center;
    text-align: center;
    margin-top: 16px;
    padding: 0 16px;
  }

}


.wave-svg {
  content: "";
  position: absolute;
  top: 0;
  left: 0px;
  width: 102%;
  height: calc(100vw / 10.39);
  background: url(../img/v3/avatar-section/icon-wave-mobile-v3.svg);
  background-size: cover;
  z-index: 1;
  margin-top: 1px;
  margin-left: -1%;
}

.content {
  margin-top: calc(100vw / 10.39);
}

@media (min-width: 1024px) {

  .wave-section {
    color: white;
    overflow: hidden;
  }
  .content{
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding: 0px 0 182px 0;
    margin-top: calc(100vw / 22.39);
  }


  .content .content-text h2{
    position: absolute;
    font-size: 44px;
    margin-top: 10px !important;
  }

  .content .content-text p {
    margin-top: 110px;
    width: 443px;
    color: #FFF;
    font-family: var(--font-family);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 30px */
  }

  .container-video {
    margin-top: 0;
    margin-bottom: 129px;
    width: 634px;
    height: 356px;
    position: relative;
    top: 13rem;
  }

  .wave-svg {
    content: "";
    position: absolute;
    top: 0;
    left: 14px;
    width: 102%;
    height: calc(100vw / 22.39);
    background: url(../img/v3/avatar-section/efeito-onda-desktop-v3.svg);
    background-size: cover;
    z-index: 1;
    margin-top: 2px;
    margin-left: -2%;
  }


}

.section-cards{
  padding: 24px 16px;
  background-color: white;
}


.slider-container {
  overflow-x: auto;
  display: flex;
  justify-content: flex-start;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin-top: 40px;
}

.slider-container::-webkit-scrollbar {
  display: none;
}

.new-card-group {
  display: flex;
  gap: 16px;
}

.new-card {
  display: flex;
  padding: 24px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: 227px;
  height: auto;
  border-radius: 24px;
  border: 4px solid var(--color-light-gray);
  background: var(--color-white);
  min-width: 227px;
  box-sizing: border-box;
}

.new-card img {
  width: 48px;
  height: 48px;
}

.new-card h2 {
  color: var(--color-secondary);
  font-size: var(--font-size-md);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.new-card span {
  color: var(--color-secondary);
  font-size: var(--font-size-sm);
  line-height: 1.5;
}

.avatar-section-main{
  padding: 0 16px;
}

.section-blog {
  padding: 16px;
  background-color: white;
  padding-bottom: 40px;
}


@media (min-width: 1024px) {
  .fifth-section {
    padding: 50px 150px; /* Padding for desktop */
  }

  .section-blog{
    background-color: white;
  }
  .container.container {
    display: flex;
    width: 1200px !important;
  }

  .container-title {
    color: var(--color-secondary);
    font-size: 40px;
    line-height: 1.5;
  }

  .container-product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
  }

  .card-group-product {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 0 0 100%; /* Os cards ocupam 80% da largura */
    margin-top: 0px;
  }

  .card-product {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 24px 16px;
    background: var(--color-white);
    border-radius: 24px;
    border: 4px solid var(--color-light-gray);
  }

  .icon-container {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start; /* Alinha o ícone à esquerda */
    width: 124px;
    height: 124px;
    margin-right: 16px;
  }

  .icon-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .text-container {
    flex-direction: row;
    justify-content: center;
    flex: 1;
  }

  .text-container-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex: 1;
  }

  .slick-slide:not(.slick-current):not(.slick-active){
    opacity: 1 !important;
  }

  .text-container h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: var(--line-height-lg);
    margin-bottom: 8px;
  }

  .text-container span {
    font-size: 16px;
    font-weight: 400;
    line-height: var(--line-height-md);
  }

  .image-mobile-product {
    flex-shrink: 0;
    margin-left: 40px;
  }

  .image-mobile-product img {
    width: auto;
  }

  .is-plusdin-reliable {
    padding: 24px 56px;
  }

}

/* Ocultar a imagem do celular em dispositivos menores */
@media (max-width: 1023px) {
  .image-mobile-product {
    display: none;
  }
}




/* Sixth Section */
.is-plusdin-reliable {
  padding: 24px 16px;
}

.is-plusdin-reliable-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.is-plusdin-reliable-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: var(--color-secondary);
  font-size: 24px;
  font-weight: 700;
  line-height: var(--line-height-lg);
}

.inner-plusdin-logo {
  width: 103px;
  height: 33.84px;
}

.is-plusdin-reliable-slider-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.floating-buttons-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  display: flex;
  gap: 250px;
}

.slick-prev, .slick-next {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: var(--color-primary);
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
  position: relative;
  z-index: 99999;
}

.slick-prev {
  background-image: url("../img/v2/is-plusdin-reliable-section/slide-back-black.svg");
}

.slick-next {
  background-image: url("../img/v2/is-plusdin-reliable-section/slide-foward-black.svg");
}

.is-plusdin-reliable-slider-track {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 5.438rem;
  width: 112%;
  position: absolute;
  will-change: transform;
}

.is-plusdin-reliable-slider-track .slick-list .slick-track {
  gap: 0 !important;
  justify-content: center;
}

.is-plusdin-reliable-slider-track .slick-list .slick-track .slick-slide {
  margin: 0 0.5rem !important;
}

.slick-track {
  align-items: center;
  display: flex !important;
  gap: 5.438rem;
  justify-content: space-between;
}

.slick-dots {
  display: none !important;
}

.slick-slide:not(.slick-current):not(.slick-active) {
  margin: 0 5px;
  opacity: 0.3;
  transition: opacity 0.1s ease-in-out;
  cursor: auto;
}

.slick-active {
  opacity: 1 !important;
  transition: opacity 0.1s ease-in-out;
  cursor: pointer;
}

.slick-slide {
  width: auto !important;
}

@media (min-width: 1024px) {
  .floating-buttons-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    gap: 1122px;
  }

  .slick-prev, .slick-next {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: var(--color-primary);
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: relative;
    z-index: 99999;
  }

  .floating-buttons-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    gap: 1160px;
  }

  .slick-prev {
    background-image: url("../img/v2/is-plusdin-reliable-section/slide-back-black.svg");
  }

  .slick-next {
    background-image: url("../img/v2/is-plusdin-reliable-section/slide-foward-black.svg");
  }
}

@media (min-width: 640px) {
  .is-plusdin-reliable-title {
    width: var(--container-width-660);
  }
}

@media (min-width: 768px) {
  .is-plusdin-reliable {
    padding-top: 4rem;
  }

  .with-certificates {
    top: -1px;
  }

  .is-plusdin-reliable-title-wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 2.2rem;
    width: 100%;
  }

  .is-plusdin-reliable-title {
    width: var(--container-width-1110);
    font-size: 44px;
    gap: 0.75rem;
  }

  @media (min-width: 1920px) {
    .is-plusdin-reliable-title {
      width: var(--container-width-1110);
    }
  }


  .inner-plusdin-logo {
    width: 173px;
    height: 56.84px;
  }

  .is-plusdin-reliable-slider-wrapper {
    margin-top: 0;
  }

  .is-plusdin-reliable-slider-wrapper > .floating-buttons-container {
    padding-left: 0.875rem;
    padding-right: 1.4rem;
  }

  .slick-slide > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 242px;
    height: 108px;
  }

  .slick-slide > a > img {
    width: 210px;
    height: 92px;
  }
}

.is-plusdin-reliable-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.is-plusdin-reliable-slider-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding: 16px 0;
}

.card-media-logo {
  display: flex;
  width: 265.5px !important;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
  height: auto;
  border-radius: 12px;
  border: 2px solid var(--color-light-gray);
  background: var(--color-white);
  max-width: 300px;
  box-sizing: border-box;
}

.card-media-logo img {
  width: 234px;
  height: 43px;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

.card-media-logo p {
  align-self: stretch;
  color: var(--color-secondary);
  text-align: left;
  margin: 0;
  padding-top: 8px;
  word-wrap: break-word;
  max-width: 100%;
  font-size: var(--font-size-sm);
  font-weight: 700;
  line-height: var(--line-height-lg);
  margin-top: 32px;
}

.card-media-logo .slick-next {
  margin-top: 16px; /* Ajuste conforme necessário */
}

.text-container-link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex: 1;
}

.text-container {
  justify-content: space-between;
  width: 100%;
  line-height: normal;
}

.icon-link {
  margin-left: 8px;
  width: 24px !important;
  height: 24px !important;
}

.textgree {
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 1368px) {
  .is-plusdin-reliable-slider-track {
    gap: 16px;
    overflow-x: auto;
    padding: 16px 0 !important;
    max-width: 1110px;
  }
}


@media (min-width: 1024px) {
  .textgree {
    color: var(--color-primary);
    font-size: 40px;
    font-weight: 700;
  }



  .header-blog h2 {
    color: var(--color-secondary);
    font-size: 40px !important;
    font-weight: 700;
    line-height: var(--line-height-lg);
  }

  .section-articles {
    background: var(--color-white);
    margin-top: 40px !important;
  }

  .is-plusdin-reliable-slider-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    padding: 16px 187px;
  }

}




.bottom-blog-cta > a {
  padding: 2px 12px 3px 12px;
  color: var(--color-secondary);
  font-size: 12px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 8px;
  border: 2px solid var(--color-primary-dark);
  border-bottom: 6px solid var(--color-primary-dark);
  text-decoration: none;
  white-space: nowrap;
  border-top: 2px solid var(--color-light-gray);
  border-right: 2px solid var(--color-light-gray);
  border-bottom: 5px solid var(--color-light-gray);
  border-left: 2px solid var(--color-light-gray);
  background: var(--color-white);
}

.header-blog {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-blog h2 {
  color: var(--color-secondary);
  font-size: 24px;
  font-weight: 700;
  line-height: var(--line-height-lg);
}

.card-article-group {
  display: flex;
  margin-top: 16px;
  margin-bottom: 90px;
}

.card-article {
  display: flex;
  padding: 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-radius: 12px;
  border: 2px solid var(--color-light-gray);
  background: var(--color-white);
}

/* Recent Posts */
.recent-posts-section {
  padding: 2rem 1rem;
  background-color: #f9f9f9;
}

.recent-posts-container {
  max-width: 1110px;
  margin: 0 auto;
}

.recent-posts-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.recent-post {
  background: var(--color-white);
  overflow: hidden;
  width: 100%;
  display: flex;
  padding: 16px 16px;
  gap: 16px;
  flex-direction: column;
  border-radius: 12px;
  border: 2px solid var(--color-light-gray);
}

.recent-post.first-post {
  text-align: left;
}

.recent-post.first-post .recent-post-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.recent-post.small-post {
  display: flex;
  flex-direction: row;
}

.recent-post.small-post .recent-post-thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
}

.recent-post.small-post .recent-post-thumbnail img {
  width: 64px;
  height: 64px;
  object-fit: scale-down;
  border-radius: 8px;
}

.recent-post-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recent-post.small-post .recent-post-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recent-post-title {
  align-self: stretch;
  color: var(--color-secondary);
  font-size: var(--font-size-sm);
  font-weight: 700;
  line-height: var(--line-height-lg);
  text-align: left;
}

.recent-post-title a {
  text-decoration: none;
  align-self: stretch;
  color: var(--color-secondary);
  font-size: var(--font-size-sm);
  font-weight: 700;
  line-height: var(--line-height-lg);
  text-align: left;
}

.recent-post-title a:hover {
  text-decoration: underline;
}

.recent-post-category {
  text-decoration: none;
  margin-right: 0.5rem;
  align-self: stretch;
  color: #A6A6AB;
  font-size: 10px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.2px;
}

.recent-post-category:hover {
  text-decoration: underline;
}

.recent-post-excerpt {
  align-self: stretch;
  color: var(--color-gray);
  font-size: var(--font-size-xs);
  font-weight: 400;
  line-height: var(--line-height-md);
  margin-top: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.small-post-title .recent-post-excerpt p{
  display: none;
}

@media (min-width: 1024px) {
  .section-articles {
    justify-content: space-between;
    align-items: flex-start;

  }

  .recent-post-title a {
    text-decoration: none;
    align-self: stretch;
    color: var(--color-secondary);
    font-size: 24px;
    font-weight: 700;
    line-height: var(--line-height-lg);
    text-align: left;
  }

  .recent-post-title.small-post-title a {
    text-decoration: none;
    align-self: stretch;
    color: var(--color-secondary);
    font-size: 16px;
    font-weight: 700;
    line-height: var(--line-height-lg);
    text-align: left;
  }



  .header-blog h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
  }

  .recent-posts-container {
    flex: 4;
    display: flex;
    gap: 32px;
  }

  .recent-posts-grid {
    display: grid;
    gap: 32px;
  }

  .recent-post.first-post {
    grid-row: span 2;
    align-items: center;
  }

  .recent-post.first-post .recent-post-thumbnail img {
    width: 513px;
    height: 317px;
    margin-bottom: 20px;
    border-radius: 8px;
  }

  .recent-post.first-post .recent-post-title {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: left;
  }

  .recent-post.first-post .recent-post-excerpt {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
  }

  .recent-post-categories a {
    text-align: left;
  }


  .recent-post.small-post {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .recent-post.small-post:nth-child(2) {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    flex-direction: row;
  }

  .recent-post.small-post:nth-child(3),
  .recent-post.small-post:nth-child(4) {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    flex-direction: column;
    text-align: left;
    width: 48% !important;
  }

  .recent-post.small-post:nth-child(4) {
    position: relative;
    left: 283px;
  }


    .recent-post.small-post .recent-post-thumbnail {
    flex: 0 0 196px !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .recent-post.small-post .recent-post-thumbnail img {
    width: 196px;
    height: 127px;
    object-fit: scale-down;
    border-radius: 8px;
  }

  .recent-post.small-post:nth-child(3) .recent-post-thumbnail img,
  .recent-post.small-post:nth-child(4) .recent-post-thumbnail img {
    width: 224px;
    height: 149px;
    object-fit: scale-down;
  }

  .recent-post.small-post .recent-post-content {
    flex: 1;
  }

  .recent-post.small-post .recent-post-title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .recent-post.small-post .recent-post-excerpt {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
  }
}

/* Exibe a descrição apenas em telas maiores (desktop) */
@media (min-width: 1024px) {
  .recent-post.small-post .recent-post-excerpt {
    display: block;
  }
}



.title-cards{
  margin-left: 0 !important;
}
h2:not(.header-blog>h2):not(.other-products):not(.small-post-title):not(.recent-post-title),
h2.more-about,
.section-articles .header-blog,
.wave-section .content {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto !important;
}

@media (min-width: 1367px ) {
  .avatar-section,
  .wave-section,
  .section-cards,
  .is-plusdin-reliable,
  .section-blog {
    margin-left: calc(((100vw - 1366px) / 2)* -1);
    margin-right: calc(((100vw - 1366px) / 2)* -1);
  }

  .is-plusdin-reliable-wrapper,
  .is-plusdin-reliable .section-articles,
  .section-cards>* {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
  }
}
.card-avatars-wrapper {
  max-width: 790px;
  width: 100%;
}
.card-avatar {
  max-width: 594px;
  margin-bottom: 2.5rem;
}

