﻿.landing-black {
  height: 1000px;
  background-color: #006DFF;
}

.myralis-contador-area {
  height: 429px;
  background-color: black;
}


.landing-black-friday .master-wrapper-content {
  padding: 0;
  padding-bottom: 0;
}

.myralis-contador-area-interna {

  display: flex;
  justify-content: center;
}

.myralis-landingblack-contador-subdiv {
  background-color: black;
  padding: 1vw 1vw;
  font-size: 2vw;
  width: 50%;
  height: 35vw;
}

.myralis-landingblack-titleprincipal-h1 {
  position: absolute;
  left: 4%;
  bottom: 81%;
  font-family: var(--myralis-font-family);
  font-size: 2vw;
  font-style: normal;
  font-weight: 400;
  line-height: 74px;
  color: white;
}

.topic-page-body .master-wrapper-content {
  padding: 0;
}

.topic-page .page-body {
   max-width: unset;
}

div#ph-title {
  display: none;
}

p.myralis-landingblack-subtitle-h2 {
  color: rgba(255, 255, 255, 0.60);
  font-family: var(--myralis-font-family-secondary);
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
  position: absolute;
  top: 15%;
  left: 4%;
  font-size: 1.5vw;
}

.myralis-landingblack-form-area {
  margin-top: 50px;
}

.myralis-landingblack-interesses-title {
  color: rgba(255, 255, 255, 0.90);
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 100% */
}



.myralis-landingblack-formarea-title-1 {
  color: rgba(255, 255, 255, 0.90);
  text-align: center;
  font-family: Ubuntu;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p.myralis-landingblack-formarea-title-2 {
  color: var(--Rebranding-Orange, #FF5429);
  font-family: Ubuntu;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.myralis-landingblack-placeholder-inputtext {
  display: flex;
  height: 40px;
  padding: 4px 12px;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.16);
  border: none;
  cursor: pointer;
  color: white;
}

.myralis-landingblack-formarea-inputs {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 30px;
}

.myralis-landingblack-titleprincipal-area img{
    width: 100%;
}

section.myralis-landingblack-area1 {
  display: flex;
  justify-content: center;
  position: absolute; 
  width: 95%;
}

p.myralis-landingblack-interesses-title {
  color: rgba(255, 255, 255, 0.90);
  font-family: Barlow;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 20px 0;
}


/*CHECKBOX PREFERENCIAS*/

.checkbox-group {
  margin-bottom: 20px;
}

.checkbox-item {
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  user-select: none;
  padding-left: 25px;
}
  /* Esconde o checkbox original */
  .checkbox-item input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
/* Cria o checkbox personalizado */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
}
/* Quando o mouse passa por cima */
.checkbox-item:hover input ~ .checkmark {
  background-color: #ccc;
}
/* Quando o checkbox está marcado */
.checkbox-item input:checked ~ .checkmark {
  background-color: black;
}
/* Cria o símbolo de check (✓) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Mostra o símbolo quando marcado */
.checkbox-item input:checked ~ .checkmark:after {
  display: block;
}
/* Estilo do símbolo de check (✓) */
.checkbox-item .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

button {
  background-color: #4CAF50;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

  button:hover {
    background-color: #FF5429;
  }

label.checkbox-item {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  font-size: 21px;
  color: rgba(255, 255, 255, 0.60);
  font-family: Barlow;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}


.checkbox-group.myralis-landingblack-options-area {
  display: flex;
  gap: 14px;
}

.checkbox-group.myralis-landingblack-options-area {
  display: flex;
  /* gap: 14px; */
  align-content: space-between;
  justify-content: space-between;
}

span.checkmark {
  background-color: transparent;
  border: 2px solid #292929;
}

.myralis-landingblack-formarea-title { 
  text-align: center;
}

.myralis-landingblack-btncadastrar {
  border-radius: 8px;
  background: var(--Rebranding-WhitePrimary, #FFF);
  display: flex;
  height: 40px;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: var(--Rebranding-Orange, #FF5429);
  text-align: center;
  font-family: Ubuntu;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 150% */
}



.countdown-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 24px auto;
  max-width: 800px; 
}

.countdown-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 120px;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);  
  transition: all 0.3s ease;
}

  .countdown-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  }

.countdown-value {
  font-size: 30px;
  font-weight: bold;
  color: #FF5429;
  position: relative;
  overflow: hidden;
  height: 60px;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .countdown-value .flip {
    animation: flip 0.5s ease;
  }

@keyframes flip {
  0% {
    transform: translateY(-100%);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.countdown-label {
  font-size: 16px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Cores diferentes para cada quadrante */
.countdown-box {
  border: 2px solid #292929;
}

/* Responsividade */
@media (max-width: 600px) {
  .countdown-container {
    flex-wrap: wrap;
    gap: 15px;
  }

  .countdown-box {
    min-width: 100px;
    padding: 15px;
  }

  .countdown-value {
    font-size: 36px;
    height: 45px;
  }

  .countdown-label {
    font-size: 14px;
  }
}


.myralis-landingblack-contador {
  left: 4vw;
  position: absolute;
  background-color: black;
  bottom: 0vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 4px 28px;
  border-radius: 20px;
}

a.myralis-landinblack-contagem-comecou {
  color: #FFF;
  text-align: center;
  font-family: Ubuntu;
  font-size: 21px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.5px;
  text-decoration: none;
}

.myralis-landingblack-part2 {
  margin-top: 14vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.myralis-landingpage-carrousel-product-area {
  width: 50%;
}

.carousel-item.slick-slide.slick-active{
    width: 250px;
}


h2.myralis-landingpage-carrousel-message-title {
  color: var(--Rebranding-WhitePrimary, #FFF);
  font-family: Ubuntu;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}
p.myralis-landingpage-carrousel-message-subtitle {
  color: var(--Rebranding-WhitePrimary, #FFF);
  text-align: justify;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
}

.title.carousel-title.has-navigation {
  display: none !important;
}

p.myralis-landingpage-carrousel-message-subtitle {
  width: 500px;
}

.ajax-cart-button-wrapper.qty-enabled {
  display: flex;
}

.prices {
  display: flex;
  flex-direction: column;
  align-items: start;
  display: flex;
  height: 80px;
  justify-content: center;
}

a.productimage {
  display: flex;
  justify-content: center;
}

.slick-carousel .item-box {
  width: 84% !important;
  margin: 0 !important;
  border-radius: 16px !important;
  padding: 0px 10px !important;
}

.jCarouselMainWrapper .slick-next:before, .jCarouselMainWrapper .slick-prev:before {
  background: unset !important;
  line-height: 22px !important;
  box-shadow: unset !important;
}

.jCarouselMainWrapper .slick-next, .jCarouselMainWrapper .slick-prev {

  border: unset !important;
}

.topic-page a{
    text-decoration: none;
}

.rating {
  display: none;
}

a.myralis-short-item-name.two-line-ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
}

.item-box .prices > *:last-child:not(:empty) {
   margin-bottom: unset; 
}

a.myralis-short-item-name {
  display: flex;
  min-height: 40px;
  line-height: 1.2;
  min-height: 40px !important;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.details {
  display: flex;
  /* align-items: center; */
  flex-direction: column;
  min-height: 150px !important;
  height: 194px !important;
}

.picture {
  background: unset !important;
}

.myralis-landingpage-carrousel-message {
  margin-bottom: 45px;
  display: flex;
  flex-direction: column;
  gap: 28px;
  width: 44%;
}

button.slick-prev.slick-arrow, button.slick-next.slick-arrow {
  /* background-color: white; */
  border-radius: 100px;
  background: var(--Rebranding-WhitePrimary, #FFF);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
}

  button.slick-prev.slick-arrow:hover, button.slick-next.slick-arrow:hover {
    /* background-color: white; */
    border-radius: 100px;
    background: var(--Rebranding-WhitePrimary, #FFF);
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.15);
  }

span.myralis-landingpage-carrousel-message-subtitle {
  color: var(--Rebranding-WhitePrimary, #FFF);
  text-align: justify;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
  width: 80%;
}

.center-1 .nop-jcarousel.product-grid .slick-carousel {
  margin: 0 -1px 0 -41px;
}

section.myralis-landingblack-area3 {
  background-color: black;
  padding: 73px 154px;
  display: flex;
  justify-content: center;
}
.myralis-landingblack-area3-white {
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 24px;
  padding: 34px 48px;
}

.myralis-landingblack-area3-infos {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

span.myralis-landing-black-area3-text1 {
  color: var(--NeutralColors-grayfont, #3C3C4F);
  font-family: Ubuntu;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px;
}


.myralis-landingpage-anchor-area3-btn {
  display: flex;
  width: 250px;
  height: 40px;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--Rebranding-Orange, #FF5429);
  margin-left: auto;
  margin-right: auto;
}

span.myralis-landing-black-area3-text2 {
  color: var(--NeutralColors-grayfont, #3C3C4F);
  text-align: justify;
  font-family: Barlow;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.myralis-landingblack-area4-green {
  display: flex;
  padding: 42px 80px;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  align-self: stretch;
  background: var(--Rebranding-Green, #9FFF88);
}

.myralis-landingblack-area4-cards {
  display: flex;
  width: 186px; 
  padding: 16px;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
}

.myralis-landinglack-area4-cards-container {
  display: flex;
  gap: 2vw;
}

p.myralis-landingblack-area4-card-text {
  color: var(--NeutralColors-grayfont, #3C3C4F);
  text-align: center;
  font-family: Ubuntu;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
}

.myralis-landingblack-bestconditions-title {
  color: var(--NeutralColors-grayfont, #3C3C4F);
  text-align: center;
  font-family: Ubuntu;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.myralis-landingblack-info5-cards-title {
  color: var(--Rebranding-Orange, #FF5429);
  text-align: center;
  font-family: Ubuntu;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
section.myralis-landingblack-area5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 86px;
  align-self: stretch;
  background-color: black;
  padding: 52px;
}

.myralis-landingblack-area5-title {
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-family: Ubuntu;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.myralis-landingblack-infos5-area-bignumbers {
  display: flex;
  gap: 34px;
}

p.myralis-landingblack-info5-cards-title {
  color: var(--Rebranding-Orange, #FF5429);
  text-align: center;
  font-family: Ubuntu;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p.myralis-landingblack-info5-cards-subtitle {
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.myralis-landingblack-infos5-cards {
  border-radius: 24px;
  border: 1px solid var(--Rebranding-BluePrimary, #006DFF);
  background: #000;
  box-shadow: 0 4px 16px 0 rgba(0, 109, 255, 0.50);
  display: flex;
  width: 345px;
  padding: 24px 42px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.myralis-landingblack-area6 {
  display: flex;
  padding: 42px 120px;
  align-items: center;
  gap: 31px;
  align-self: stretch;
  background: var(--Rebranding-BluePrimary, #006DFF);
}

h2.myralis-landingblack-area-title {
  color: var(--Rebranding-WhitePrimary, #FFF);
  font-family: Ubuntu;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p.myralis-landingblack-area6-cards-subtitle {
  color: #FFF;
  font-family: Ubuntu;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
  height: 75px;
  display: flex;
  flex-direction: row;
  align-items: anchor-center;
  gap: 5px;
}

.myralis-landingblack-area6-cards {
  display: flex;
  flex-direction: column;
  align-items: center;
}


/*CARROUSEL area 6*/

.myralis-carousel-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.myralis-carousel-wrapper {
  display: flex;
  transition: transform 0.5s ease;
}

.myralis-carousel-slide {
  min-width: calc(27px - 20px);
  margin: 0 10px;
  flex-shrink: 0;
  width: 26%;
}

  /* O último slide visível (25%) */
  .myralis-carousel-slide:nth-child(3) + .myralis-carousel-slide {
    min-width: calc(8.33% - 20px); /* 25% de um slide normal */
    overflow: hidden;
  }

.myralis-carousel-next {
  position: absolute;
  right: 20px;
  
  transform: translateY(-50%);

  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;

}

button.myralis-carousel-next {
  background: unset;
}

  .myralis-carousel-next:hover {
    
  }

.myralis-landingblack-area6-cards {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: center;
}

  .myralis-landingblack-area6-cards img {
    max-width: 100%;
    height: auto;
  }

  /*CARROUSEL area 6 FIM*/

@media (max-width: 1024px) {

  .myralis-landingblack-area7-text-area {
    width: 80vw;
  }

  button.myralis-carousel-next {
    position: absolute;
    margin-top: 86vw;
    height: 400px;
  }

  section.myralis-landingblack-area7 {
   
    padding: 10px !important;
  }

  .myralis-landingblack-area7-carditem {
   
    flex-direction: column;
  }

  .myralis-landingblack-area7-carditem {
     display: block; 
    gap: 48px;
    width: 100%;
    justify-content: space-between;
  }


  /* Estrutura principal */
  .landing-black {
    height: auto;
  }

  .myralis-contador-area {
    height: auto;
    padding: 20px 0;
  }

  .landing-black-friday .master-wrapper-content,
  .topic-page-body .master-wrapper-content {
    padding: 0;
  }

  /* Área do contador e formulário */
  .myralis-contador-area-interna {
    flex-direction: column;
    align-items: center;
  }

  section.myralis-landingblack-area1 {
    flex-direction: column;
    position: relative;
    width: 100%;
  }

  .myralis-landingblack-contador-subdiv {
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 4vw;
    margin-bottom: 20px;
    border-radius: 8px !important; /* Sobrescreve os estilos inline */
  }

  /* Título e subtítulo */
  .myralis-landingblack-titleprincipal-h1 {
    position: relative;
    left: 0;
    bottom: 0;
    font-size: 6vw;
    line-height: normal;
    text-align: center;
    margin: 20px 0;
  }

  p.myralis-landingblack-subtitle-h2 {
    position: relative;
    top: 0;
    left: 0;
    font-size: 4vw;
    line-height: normal;
    text-align: center;
    margin: 15px 0;
  }

  /* Contador */
  .myralis-landingblack-contador {
    position: relative;
    left: 0;
    width: 90%;
    margin: 20px auto;
    padding: 0px;
  }

  .countdown-container {
    flex-wrap: wrap;
    gap: 10px;
  }

  .countdown-box {
    min-width: 70px;
    padding: 8px;
  }

  /* Formulário */
  .myralis-landingblack-form-area {
    margin-top: 30px;
  }

  .myralis-landingblack-formarea-inputs {
    flex-direction: column;
    gap: 15px;
  }

  .myralis-landingblack-placeholder-inputtext {
    width: 100%;
  }

  /* Checkboxes de preferências */
  .checkbox-group.myralis-landingblack-options-area {
    flex-direction: column;
    gap: 0;
  }

  .myralis-landingblack-options-select {
    width: 100%;
  }

  /* Parte 2 - Carrossel de produtos */
  .myralis-landingblack-part2 {
    flex-direction: column;
    margin-top: 30px;
    padding: 0 15px;
  }

  .myralis-landingpage-carrousel-message {
    width: 100%;
    margin-bottom: 30px;
  }

  .myralis-landingpage-carrousel-product-area {
    width: 100%;
  }

  h2.myralis-landingpage-carrousel-message-title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  span.myralis-landingpage-carrousel-message-subtitle {
    font-size: 18px;
    line-height: 24px;
    width: 100%;
  }

  /* Área 3 - Seção branca */
  section.myralis-landingblack-area3 {
    padding: 30px 15px;
  }

  .myralis-landingblack-area3-white {
    flex-direction: column;
    padding: 20px;
    gap: 20px;
  }

    .myralis-landingblack-area3-white img {
      max-width: 100%;
      height: auto;
    }

  .myralis-landingblack-area3-infos {
    gap: 22px;
  }

  span.myralis-landing-black-area3-text1 {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    order: 1;
  }

  span.myralis-landing-black-area3-text2 {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    order: 3;
  }

  .myralis-landingpage-anchor-area3-btn {
    width: 100%;
    max-width: 250px;
    order: 2;
  }

  /* Área 4 - Seção verde */
  .myralis-landingblack-area4-green {
    padding: 30px 15px;
    gap: 30px;
  }

  .myralis-landinglack-area4-cards-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .myralis-landingblack-area4-cards {
    width: 80%;
    max-width: 250px;
  }

  .myralis-landingblack-bestconditions-title {
    font-size: 24px;
    line-height: 28px;
  }

  /* Área 5 - Números */
  section.myralis-landingblack-area5 {
    padding: 30px 15px;
    gap: 30px;
  }

  .myralis-landingblack-infos5-area-bignumbers {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .myralis-landingblack-infos5-cards {
    width: 200%;
    max-width: 300px;
    padding: 20px;
  }

  .myralis-landingblack-area5-title {
    font-size: 24px;
    line-height: 28px;
  }

  p.myralis-landingblack-info5-cards-title {
    font-size: 36px;
  }

  p.myralis-landingblack-info5-cards-subtitle {
    font-size: 20px;
  }

  /* Área 6 - Carrossel */
  .myralis-landingblack-area6 {
    flex-direction: column;
    padding: 30px 15px;
    gap: 20px;
  }

  h2.myralis-landingblack-area-title {
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .myralis-carousel-container {
    width: 100%;
  }

  .myralis-carousel-slide {
    min-width: 100%;
    margin: 0;
  }

  .myralis-landingblack-area6-cards {
    align-items: center;
    width: 100%;
  }

  p.myralis-landingblack-area6-cards-subtitle {
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  /* Ajustes para carrossel de produtos */
  .center-1 .nop-jcarousel.product-grid .slick-carousel {
    margin: 0;
  }

  .slick-carousel .item-box {
    width: 100% !important;
  }

  /* Ajustes para botões do carrossel */
  button.slick-prev.slick-arrow,
  button.slick-next.slick-arrow {
    width: 30px;
    height: 30px;
  }
}

/* Ajustes específicos para telas muito pequenas */
@media (max-width: 480px) {
  .countdown-container {
    gap: 5px;
  }

  .countdown-box {
    min-width: 74px;
    padding: 5px;
  }

  .countdown-value {
    font-size: 24px;
    height: 40px;
  }

  .countdown-label {
    font-size: 12px;
  }

  .myralis-landingblack-formarea-title-1,
  p.myralis-landingblack-formarea-title-2 {
    font-size: 18px;
  }

  p.myralis-landingblack-interesses-title {
    font-size: 16px;
  }

  label.checkbox-item {
    font-size: 12px;
  }

  .myralis-landingblack-btncadastrar {
    font-size: 14px;
  }

  p.myralis-landingblack-info5-cards-title {
    font-size: 28px;
  }

  p.myralis-landingblack-info5-cards-subtitle {
    font-size: 16px;
  }
}

section.myralis-landingblack-area7 {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 120px;
  align-self: stretch;
  background-color: black;
  padding: 94px 94px;
}

.myralis-landingblack-area7-carditem-title {
  display: flex;
  align-items: flex-start;
  gap: 2px;
}

h2.myralis-landingblack-area7-title {
  color: rgba(255, 255, 255, 0.80);
  font-family: Ubuntu;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

p.myralis-landingblack-area7-subtitle {
  color: rgba(255, 255, 255, 0.60);
  text-align: justify;
  font-family: Barlow;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.myralis-landingblack-defora-dessa-area {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
}

h2.myralis-landingblack-defora-dessa {
  color: #FFF;
  font-family: Ubuntu;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}




.myralis-landingblack-area7-carditem {
  display: flex;
  gap: 48px;
  width: 100%;
  justify-content: space-between;
}

.myralis-landingblack-area7-cards {
  display: flex;
  gap: 4vw;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}

h3.myralis-landingblack-area7-item1 {
  color: var(--Categorias-Dor, #E5386E);
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

h3.myralis-landingblack-area7-item2 {
  color: var(--Categorias-Endocrino, #FFB600);
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h3.myralis-landingblack-area7-item3 {
  color: var(--Categorias-Gstrica, #ACE53C);
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

h3.myralis-landingblack-area7-item4 {
  color: var(--Categorias-Mental, #CA5FDD);
  font-family: Ubuntu;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

button.myralis-landingblack-defora-dessa-btn {
  display: flex;
  width: 250px;
  height: 40px;
  padding: 6px 16px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: var(--Rebranding-Orange, #FF532A);
}

p.myralis-landingblack-rodape-area-text {
  color: #FFF;
  font-family: Barlow;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.myralis-landingblack-rodape-area {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.slick-carousel button {
  padding: 0px;
}

.myralis-landingblack-area7-text-area {
  width: 35vw;
}

.myralis-landingblack-formarea-inputs input {
  color: white;
}

.myralis-landingblack-btncadastrar:hover{
    color: white;
}