@media only screen and (max-width: 880px) {
  .containerNavbar {
    width: 90%;
  }

  .containerNavbar ul {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  /* Estilos de botões removidos - usando header/styles.css */
}

@media only screen and (max-width: 700px) {

  .containerBanner {
    width: 90%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: var(--spacing-xl) 0;
  }

  .containerBanner h1 {
    width: 100%;
    color: #FFFFFF;
    font-family: var(--font-display);
    font-size: var(--font-size-4xl);
    font-weight: var(--font-weight-bold);
    line-height: var(--line-height-tight);
    margin: 0 0 var(--spacing-lg) 0;
    text-align: center;
  }

  .containerBanner p {
    width: 100%;
    color: #FFFFFF;
    font-family: var(--font-primary);
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-normal);
    line-height: var(--line-height-relaxed);
    margin: 0 0 var(--spacing-xl) 0;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
  }

  .containerBanner .actionButton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .containerBenefits {
    flex-direction: column;
    width: 90%;
    gap: var(--spacing-lg);
  }

  .cardBenefits {
    width: 100%;
    min-height: auto;
    background: #FFFFFF;
    margin: 0 0 var(--spacing-lg) 0;
    padding: var(--spacing-xl);
  }

  .cardContainer {
    width: calc(100% - 48px);
    height: calc(100% - 48px);
  }

  .cardBenefits img {
    margin: 0 0 20px 0;
  }

  .cardBenefits h3 {
    margin: 0 0 0px 18px;
    position: relative;
    top: 4px;
  }

  .titleBenefits {
    display: flex;
    flex-direction: row;
  }

  .cardBenefits p {
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .blockContent {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* margin: 50px 0 0px 0; */
  }

  .blockContent .wrapperAbout {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #E4ECEC;
    margin: 0 0 20px 0;
    order: 2;
  }

  .blockContent .wrapperSubTitle {
    order: 1;
  }

  .blockContent .wrapperDescription {
    order: 3;
  }

  .blockContent-1 .wrapperAbout {
    width: 100%;
    min-width: auto;
    height: 320px;

  }

  .blockContent-1 .wrapperSubTitle {
    margin: 0 0 0 0px;
  }

  .blockContent-1 .wrapperDescription {
    margin: 0 0 0 0px;
  }

  .blockContent-2 .wrapperAbout {
    width: 100%;
    min-width: auto;
    height: 320px;

  }

  .blockContent-2 .wrapperSubTitle {

    margin: 0 0 0 0px;
  }

  .blockContent-2 .wrapperDescription {

    margin: 0 0 0 0px;
  }

  .blockContent-3 .wrapperAbout {
    width: 320px;
    height: 152px;
  }

  .blockContent-3 .wrapperSubTitle {

    margin: 0 0 0 0px;
  }

  .blockContent h2 {
    font-size: 23px;
  }

  .blockContent .subTitle {
    color: #0B354D;
    margin: 0px 0 16px 0;
    text-align: center;
    order: 1;
  }

  .blockContent .titleDescrible {
    color: #F9A11D;
    margin: 30px 0 20px 0;

  }

  .blockContent .mark {
    color: #F9A11D;
  }

  .blockContent p {
    /* width: 320px; */
    margin: 0 0 0 0;
  }

  .whatsappAbout {
    margin: 50px 0 50px 0;
  }
}


@media only screen and (max-width: 960px) {
  #services {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  #services .titleService {
    font-size: 23px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 23px;
    word-wrap: break-word;

    color: #0B354D;
    margin: 50px 0 30px 0;
  }

  .containerServices {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .containerServices .cardService {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: 8px;
    background: #0B354D;
  }

  .cardService .wrapperService {
    height: 250px;
    width: 100%;
    background: #E4ECEC;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    border-radius: 8px 8px 0 0;
  }

  .cardService .textService {
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    margin: 20px 0 20px 0px;
    position: relative;
  }

  .cardService .textService h2 {
    color: #FFFFFF;
    font-size: 19px;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    line-height: 19px;
    word-wrap: break-word;

    margin: 7px 0 0 0;
  }

  .cardService .textService img {
    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
  }

  .cardService .textService p {
    /* width: 278px; */
    width: 100%;
    color: #B9D0D0;
    font-size: 16px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;

    margin: 0px 0 31px 0;
  }
}


@media only screen and (max-width: 600px) {
  #contact h4 {
    width: 320px;
  }
}

/* Estilos de footer removidos - usando footer/styles.css */