@media (min-width: 1200px) {
  .title {
    font-size: 50px;
  }

  .title-second {
    font-size: 50px;
  }

  .description {
    font-size: 18px;
  }

  .form-overlay {
    width: 60%;
  }

  .row {
    margin: 10px;

    max-width: 1200px;

    display: flex;

    align-content: center;
    align-items: center;
  }
}

@media (max-width: 1600px) {
  .faq-page,
  .faq-body {
    width: 75%;
  }
}

@media (max-width: 1200px) {
  .faq-page,
  .faq-body {
    width: 100%;
  }
}

/**************************/

/* BELOW 768 (Celulares (Smartphones) - Grandes ) */

/**************************/

@media screen and (max-width: 768px) {
  .mask h1 {
    font-size: 28px;

    line-height: 1;

    margin-top: 0;
  }

  .description {
    font-size: 14px;

    text-align: left;
  }

  .sobre {
    flex-direction: column;
  }

  .imagem img {
    margin: 1rem 0;
  }

  .texto {
    margin-left: 0;
  }

  .row {
    flex-wrap: nowrap;
  }

  .title-description {
    flex-basis: 50%;

    margin-bottom: 0;

    padding-right: 20px;
  }

  .form-overlay {
    flex-basis: 50%;

    padding-left: 20px;
  }

  .projetos-botao {
    margin: auto;
    margin-top: 4rem;
  }

  .sobre .imagem {
    width: 100%;

    height: 100%;
  }

  .sobre .imagem img {
    height: 300px;
  }

  .sobre .texto {
    padding-left: 0;
  }

  .container-formulario {
    padding: 50px 10%;
    margin: 0;
  }

  .frase {
    padding: 0;
  }

  .frase-nossa-historia {
    font-size: 30px;
  }

  .subtitulo-nossa-historia {
    font-size: 16px;

    margin-bottom: 20%;
  }

  .logo-home {
    margin-bottom: 20px;
    width: 80px;
    height: 60px;
  }

  .main-nav {
    background-color: rgba(255, 255, 255, 0.97);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);

    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in;

    /* Hide navigation */
    /* Allows NO transitions at all */
    /* display: none; */

    /* 1) Hide it visually */
    opacity: 0;

    /* 2) Make it unaccessible to mouse and keyboard */
    pointer-events: none;

    /* 3) Hide it from screen readers */
    visibility: hidden;
  }

  .nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }

  .nav-open .icon-mobile-nav[name="close-outline"] {
    display: block;
  }

  .nav-open .icon-mobile-nav[name="menu-outline"] {
    display: none;
  }

  .main-nav-list {
    flex-direction: column;
    gap: 4.8rem;
  }

  .main-nav-link:link,
  .main-nav-link:visited {
    font-size: 3rem;
  }

  .sobre {
    padding: 50px 10%;
  }

  .cta {
    grid-template-columns: 1fr;
    overflow: visible;
  }

  .cta-text-box {
    padding: 3.2rem;
  }

  .cta-img-box {
    height: 32rem;
    grid-row: 1;
  }

  .cta-text-box {
    padding: 3.2rem;
  }
  .heading-secondary {
    font-size: 3.6rem;
  }

  .container {
    max-width: 120rem;
    padding: 0 3.2rem;
    margin: 0 auto;
  }

  .section-cta {
    padding: 2rem;
  }
}

@media (max-width: 767px) {
  .row {
    grid-template-columns: 1fr;
  }

  .title-second {
    margin-top: 20px;
  }

  .bg-fotos {
    display: none;
  }

  .section-cta {
    padding: 2rem;
  }
}

@media (min-width: 768px) {
  .title {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .projetos-galeria {
    grid-template-columns: repeat(2, 1fr);

    margin: 0 50px;
  }

  .section-cta {
    padding: 2rem;
  }
}

@media (min-width: 992px) {
  .projetos-galeria {
    grid-template-columns: repeat(3, 1fr);
  }

  .section-cta {
    padding: 2rem;
  }
}

/* DEPOIMENTOS */

@media (max-width: 768px) {
  .depoimentos {
    grid-template-columns: 1fr;
    padding: 60px 10% 10% 10%;
    gap: 20px;
  }

  .coluna {
    margin-bottom: 20px;
  }

  .faq-container {
    padding: 0 5%;
  }

  .section-cta {
    padding: 2rem;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .depoimentos {
    grid-template-columns: repeat(2, 1fr);

    gap: 20px;
  }

  .coluna {
    margin-bottom: 20px;
  }

  .section-cta {
    padding: 2rem;
  }
}

@media (min-width: 993px) {
  .depoimentos {
    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
  }

  .coluna {
    margin-bottom: 20px;
  }

  .section-cta {
    padding: 2rem;
  }
}

/**************************/

/* BELOW 1200px (Landscape Tablets) */

/**************************/

@media (max-width: 75em) {
  html {
    /* 9px / 16px  */

    font-size: 56.25%;
  }
}

/**************************/

/* BELOW 944px (Tablets) */

/**************************/

@media (max-width: 59em) {
  html {
    /* 8px / 16px = 0.5 = 50% */

    font-size: 50%;
  }
}

/**************************/

/* BELOW 704px (Smaller tablets) */

/**************************/

@media (max-width: 44em) {
  .grid--3-cols,
  .grid--4-cols {
    grid-template-columns: repeat(2, 1fr);
  }

  .section-cta {
    padding: 2rem;
  }
}

/**************************/

/* BELOW 544px (Phones) */

/**************************/

@media (max-width: 34em) {
  .grid {
    row-gap: 4.8rem;
  }

  .section-cta {
    padding: 2rem;
  }
}

/* MAIN */

@media screen and (max-width: 768px) {
  .logo {
    height: 65px;

    margin-top: 15px;
  }

  .title {
    font-size: 40px;

    line-height: 45px;

    margin-top: 35%;
  }

  .title-second {
    font-size: 40px;

    line-height: 45px;
  }

  /*   .description {

    font-size: 14px;

    line-height: 20px;

    text-align: center;

  } */

  .custom-form {
    margin-top: 20px;
  }

  .custom-form .btn-primary {
    width: 100%;
  }

  /* FOOTER */

  .container-footer {
    grid-template-columns: 1fr;
    display: block;
    text-align: center;
  }

  .nav-col {
    margin-top: 10px;
  }

  .footer-heading {
    font-size: 16px;
  }

  .footer-descricao {
    font-size: 12px;
  }

  .social-icon {
    font-size: 16px;
  }

  .social-links {
    justify-content: center;
  }

  .section-cta {
    padding: 2rem;
  }
}

@media (max-width: 600px) {
  .custom-form {
    width: 100%; /* faz o formulário ocupar toda a largura disponível */

    box-sizing: border-box; /* inclui padding e border no cálculo da largura total */

    padding: 20px; /* adiciona um pouco de espaço ao redor do formulário */
  }

  .projetos-galeria {
    grid-template-columns: 1fr;

    gap: 10px; /* Adiciona um espaço de 10px entre as imagens. Ajuste este valor conforme necessário. */

    margin: 10px;
  }

  .projetos-galeria-img {
    width: 100%;

    height: 200px; /* Ajuste conforme necessário */

    object-fit: cover;
  }

  /*   .frase-nossa-historia,

  .frase-nossa-historia-embaixo {

    font-size: 40px;

    text-align: center;

  } */

  /*  .subtitulo-nossa-historia {

    font-size: 24px;

    text-align: justify;

  } */

  .botao-orcamento {
    width: 150px;

    height: 40px;
  }

  .section-cta {
    padding: 2rem;
  }
}

/* Estilos para telas com largura de 601px a 900px */

@media (min-width: 601px) and (max-width: 900px) {
  .custom-form {
    width: 75%; /* faz o formulário ocupar 75% da largura disponível */

    box-sizing: border-box; /* inclui padding e border no cálculo da largura total */

    padding: 20px; /* adiciona um pouco de espaço ao redor do formulário */
  }

  .section-cta {
    padding: 2rem;
  }
}

/* Estilos para telas com largura maior que 900px */

@media (min-width: 901px) {
  .custom-form {
    width: 100%; /* faz o formulário ocupar metade da largura disponível */

    box-sizing: border-box; /* inclui padding e border no cálculo da largura total */

    padding: 30px; /* adiciona um pouco de espaço ao redor do formulário */
  }

  .section-cta {
    padding: 2rem;
  }
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;

    margin: 10px auto;

    left: 0px;
  }

  .beneficios {
    grid-template-columns: repeat(2, 1fr);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .sobre .button-container {
    justify-content: center;
  }

  .row {
    flex-wrap: nowrap;
  }

  /* 

  .col {

    margin-bottom: 20px;

  } */

  .title {
    font-size: 24px;
  }

  .title-second {
    font-size: 30px;
  }

  .custom-form {
    width: 100%;
  }

  .custom-form .mb-3 {
    margin-bottom: 10px;
    width: 100%;
    height: 40px;
  }

  .custom-form .form-control {
    font-size: 1.3rem;
    padding: 10px;
  }

  .custom-form .btn {
    padding: 10px 20px;

    font-size: 16px;
  }

  .browser-default {
    font-size: 1.4rem;
  }

  .cta-img-box {
    border-radius: 11px 11px 0 0;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  /* Insira seus estilos CSS aqui. */

  .mask h1 {
    font-size: 22px;

    line-height: 1.2;

    margin: 0;

    padding: 0;

    text-align: center;
  }

  .description {
    padding: 0;

    margin: 0;

    font-size: 12px;

    text-align: center;

    margin-top: 5%;
  }

  .col {
    padding: 0;

    margin: 0;
  }

  .form-title {
    font-size: 18px;
  }

  .logo {
    height: 60px;

    margin-bottom: 5%;

    margin-left: 110px;
  }

  .section-cta {
    padding: 2rem;
  }
}

/**************************/
/* BELOW 1344px (Smaller desktops) */
/**************************/

@media (max-width: 84em) {
  .hero {
    max-width: 120rem;
    margin: 0;
  }

  .heading-primary {
    font-size: 4.4rem;
    line-height: 1;
  }
}

/**************************/
/* BELOW 1200px (Landscape Tablets) */
/**************************/
@media (max-width: 75em) {
  .heading-secondary {
    font-size: 3.6rem;
  }

  .heading-tertiary {
    font-size: 2.4rem;
  }

  .header {
    padding: 0 3.2rem;
  }

  .main-nav-list {
    gap: 3.2rem;
  }

  .hero {
    gap: 4.8rem;
  }

  .section-cta {
    padding: 2rem;
  }
}

/**************************/
/* BELOW 944px (Tablets) */
/**************************/

@media (max-width: 59em) {
  .hero {
    grid-template-columns: 1fr;
    padding: 0 8rem;
    gap: 6.4rem;
  }

  .hero-text-box,
  .hero-img-box {
    text-align: center;
  }

  .hero-img {
    width: 60%;
  }

  /* MOBILE NAVIGATION */

  .btn-mobile-nav {
    display: block;
    z-index: 9999;
  }

  .main-nav {
    background-color: rgba(255, 255, 255, 0.97);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);

    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in;

    /* Hide navigation */
    /* Allows NO transitions at all */
    /* display: none; */

    /* 1) Hide it visually */
    opacity: 0;

    /* 2) Make it unaccessible to mouse and keyboard */
    pointer-events: none;

    /* 3) Hide it from screen readers */
    visibility: hidden;
  }

  .nav-open .main-nav {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: translateX(0);
  }

  .nav-open .icon-mobile-nav[name="close-outline"] {
    display: block;
  }

  .nav-open .icon-mobile-nav[name="menu-outline"] {
    display: none;
  }

  .main-nav-list {
    flex-direction: column;
    gap: 4.8rem;
  }

  .main-nav-link:link,
  .main-nav-link:visited {
    font-size: 3rem;
    color: #040d12;
  }

  .projetos-titulo {
    font-size: 4.4rem;
  }

  .section-cta {
    padding: 2rem;
  }
}

/**************************/
/* BELOW 704px (Smaller tablets) */
/**************************/

@media (max-width: 44em) {
  .heading-secondary {
    margin-bottom: 4.8rem;
  }

  .nav-col {
    grid-row: 1;
    grid-column: span 2;
    margin-bottom: 3.2rem;
  }

  .section-cta {
    padding: 2rem;
  }
}

/**************************/
/* BELOW 544px (Phones) */
/**************************/

@media (max-width: 34em) {
  .btn,
  .btn:link,
  .btn:visited {
    padding: 2.4rem 1.6rem;
  }

  .section-hero {
    padding: 2.4rem 0 6.4rem 0;
  }

  .hero {
    padding: 0 3.2rem;
  }

  .hero-img {
    width: 80%;
  }

  .section-cta {
    padding: 2rem;
  }
}
