@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&family=Open+Sans:wght@300;400;500&family=Poppins:wght@200;400&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}

html {
    scroll-behavior: smooth;
    overflow-y: scroll;

}

.escrita-capa, .logo-capa, .logo-capa-fundo {
  will-change: transform, opacity;
}

 

::-webkit-scrollbar {
    width: 8px;
  }
  
  ::-webkit-scrollbar-track {
    background: #1a1a1a;
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 2px solid transparent;
    background-clip: content-box;
  }
  
  ::-webkit-scrollbar-thumb:hover {
    background-color: #aaa;
  }
  

:root {
    --cor-primaria: white;
    --cor-secundaria: rgb(25, 24, 24);
    --cor-terciaria: #c6c3c3;
    --fonte-primaria: 'Montserrat', sans-serif;
    --fonte-secundaria: 'Poppins', sans-serif;
    --fonte-terciaria: 'Open Sans', sans-serif;
}


.conteudo-cabecalho {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0.75rem;
    background-color: var(--cor-secundaria);
  }
  .menu {
    display: none;
  }

  .menu-navegacao {
    display: block;
  }

  .lista-categorias {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.5rem; 
}

.lista-categorias a {
    text-decoration: none;
    color: #333;
    font-size: 1.1rem;
    transition: color 0.3s ease;
}

.lista-categorias a:hover {
    color: #aaa; 
}
  
  .conteudo-logo img {
    height: 70px;
  }
  
  .cabecalho-contato {
    display: flex;
    gap: 1rem;
    font-size: 28;
  }
  
  .cabecalho-contato a {
    text-decoration: none;
    text-decoration: none;
    color: var(--cor-primaria);
    font-family: var(--fonte-primaria);
    font-weight: 400;
    font-size: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 5rem;
    gap: 0.5rem;
    transition: color 0.3s ease, transform 0.3s ease;
    display: inline-block;
  }

  .cabecalho-contato a:hover {
    color: var(--cor-terciaria);
    transform: scale(1.08);
  }


.conteudo-principal-logo {
    height: 10rem;
    margin-left: 50px;
    display: block;
}

.cabecalho-contato a {
    display: flex;
    align-items: center;
    gap: 5px;
}


header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  
  .capa-container {
    position: relative;
    width: 100%;
    height: 800px;
    margin-top: 110px; 
    overflow: hidden;
  }
  
  
  .capa-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 1s ease;
    z-index: 1;
  }

  .logo-capa {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start; 
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1s ease, transform 1s ease;
    z-index: 2;
  }
  
  .logo-capa img {
    width: 100%;
    height: auto;
    opacity: 0.2;
  }
  
  .sobre-nos {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    background-color: #4f4a47;
    color: white;
    height: auto;
    scroll-margin-top: 250px;
  }

  .sobre-nos-conteudo {
    width: 70%;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    font-family: var(--fonte-terciaria);
  }

.sobre-nos-conteudo h2 {
    font-weight: 400;
    font-size: 1.5rem;
}

.sobre-nos-conteudo {
    font-weight: 300;
    font-size: 1.25rem;
    text-align: justify;
}

.sobre-nos-imagem {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  
  .empresa-img {
    width: 90%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
  }

.fonte-fundo{
    font-weight: 700;
    font-size: 75px;
    z-index: 10;
    margin-top: -250px !important;
    font-family: var(--fonte-primaria);
    color: #ebebeb;
}

.acabamentos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ecebeb;
    gap: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
    
}

.acabamentos-conteudo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 80%; 
    max-width: 500px;
    margin: 0 auto;
}

.h-acabamentos {
    font-family: var(--fonte-primaria);
    color: var(--cor-secundaria);
    font-size: 30px;
    text-align: center;
    scroll-margin-top: 170px;
}

.p-acabamentos {
    width: 100%;
    font-family: var(--fonte-terciaria);
    font-weight: 350;
    font-size: 22px;
    text-align: justify;
}
.destaque-texto {
    font-weight: 450;
}

.orcamento-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
}

  .img-formato {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
  }
  .img-formato img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


  .orcamento-acabamentos {
    width: 100%;
    border: 0.15rem solid var(--cor-secundaria);
    border-radius: 4rem;
    padding: 0.8rem;
    color: var(--cor-secundaria);
    font-family: var(--fonte-primaria);
    font-weight: 800;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    transition: all 0.3s ease;
    transform: scale(1);
}

.orcamento-acabamentos:hover {
    border: 0.15rem solid #cfc8c4;
    background-color: #cfc8c4;
    transform: scale(1.02);
}

.galeria {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 50px;
    scroll-margin-top: 50px;
}

.galeria-grid {
    display: grid;
    grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
    grid-template-rows: repeat(2, auto);
    gap: 15px;
    width: 95%;
    max-width: 2000px;
    margin: 0 auto;
}

.galeria-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.galeria-item img, .galeria-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.galeria-item:nth-child(1) { grid-column: 1; grid-row: 1; }
.galeria-item:nth-child(2) { grid-column: 2; grid-row: 1; }
.galeria-item:nth-child(3) { grid-column: 3; grid-row: 1; }
.galeria-item:nth-child(4) { grid-column: 1; grid-row: 2; }
.galeria-item:nth-child(5) { grid-column: 2; grid-row: 2; }
.galeria-item:nth-child(6) { grid-column: 3; grid-row: 2; }

.video-item {
    grid-column: 4;
    grid-row: 1 / span 2;
}

.galeria-swiper {
    width: 100%;
    padding: 2rem;
  }

  .swiper {
    width: 100%;
    padding: 2rem 0;
  }

  
  .swiper-slide {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
.image-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

  
  .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    border-radius: 10px;
    display: block;
    cursor: pointer;
    transition: transform 0.3s ease;
  }
  

  .swiper-slide img:hover {
    transform: scale(1.05);
  }

  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }


  .modal img {
    max-width: 90%;
    max-height: 90%;
    object-fit: contain; 
    border-radius: 10px;
  }
  
  .modal .fechar {
    position: absolute;
    top: 20px;
    right: 40px;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    font-weight: bold;
  }

  .galeria {
    padding-top: 60px;
    padding-bottom: 50px;
    scroll-margin-top: 50px;
  }
  .img-wrapper {
    width: 430px;
    height: 430px;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
  }

  .imagens-galeria {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
    

  .img-galeria {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }

  .img-galeria:hover {
    transform: scale(1.05);
  }

  .img-linha-1, .img-linha-2 {
    display: flex;
    gap: 5px;
  }

  .video video {
  width: 487px;
  height: auto;
  border-radius: 10px;
  margin-left: 5px;
}


.arvore-img {
    width: 100%;
    height: 400px; 
    overflow: hidden;
  }
  
  .arvore-img img {
    width: 100%;
    height: 100%;
    object-fit: cover; 
  }

  .h-mach {
    font-family: var(--fonte-primaria);
    color: var(--cor-primaria);
    font-size: 30px;
    scroll-margin-top: 170px;
    padding-bottom: 16px;
}

  .p-mach {
    font-family: var(--fonte-terciaria);
    color: var(--cor-primaria);
    font-weight: 350;
    font-size: 22px;
    text-align: justify;
}


  .mach-cnc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    background-color: #4b4a48;
    scroll-margin-top: 150px;
  }

  .container-conteudo-mach {
    display: flex;
    justify-items: left;
    flex: 1;
    padding-left: 30px;
    padding-right: 30px;
  }

.mach-medias {
    flex: 1;
    display: flex;
    justify-content: right;
    align-items: center;
    width: auto; 
    margin: 0 auto;
    padding-right: 46px;
    gap: 12px;
    box-sizing: border-box;
}

.container-img-mach {
    width: 500px;
    height: 500px;
    aspect-ratio: 1 / 1; 
    overflow: hidden; 
}

.img-mach {
    width: 100%;
    height: 100%;
    object-fit: cover; 
    cursor: pointer;
    transition: transform 0.3s ease;
}

.img-mach:hover {
    transform: scale(1.05);
}

.container-video-mach {
    height: 500px;
    width: auto;
}

.video-mach {
    height: 100%;
    width: auto;
    object-fit: contain;
    cursor: pointer;
}


  #localizacao {
    scroll-margin-top: 250px;
  }

.localizacao-mapa {
    display: flex;
    flex-direction: column;  
    align-items: start;
    justify-items: center;
    gap: 1rem;
    padding-bottom: 2rem;
    font-family: var(--fonte-terciaria);
    font-weight: 300;
    font-size: 1.25rem;
    
}

.localizacao-mapa-titulo {
    font-weight: 400;
    font-size: 1.5rem;
    padding-top: 3rem;
}

.localizacao-mapa-googlemaps {
    width: 100%;
    max-width: 50rem;
}

.redes-sociais-img-p {
    width: 300px;
    height: 300px;
}
.redes-sociais-img-g {
    width: 600px;
    height: 600px;
    padding: 0 5px 0 auto;
}

.conteudo-secundario {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 0 0 70px 0;
    scroll-margin-top: 400px;
}

#contato {
    scroll-margin-top: 400px;
}

.conteudo-secundario-subtitulo {
    color: var(--cor-secundaria);
    font-family: var(--fonte-terciaria);
    font-weight: 400;
    font-size: 24px;
}

.conteudo-secundario-redes {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
}

.conteudo-secundario-redes-botao {
    border: 0.15rem solid var(--cor-secundaria);
    border-radius: 4rem;
    width: 18.75rem;
    padding: 0.8rem;
    color: var(--cor-secundaria);
    font-family: var(--fonte-primaria);
    font-weight: 400;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    transform: scale(1);
}

.conteudo-secundario-redes-botao:hover {
    border: 0.15rem solid #cfc8c4;
    background-color: #cfc8c4;
    transform: scale(1.05);
}

.logo-redes {
    height: 1.9rem;
}

.avaliacoes-redes {
    background-color: #cfc8c4;
    padding-bottom: 50px;
    scroll-margin-top: 250px;

}
.avaliacoes-redes-conteudo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.avaliacoes-subtitulo {
    color: var(--cor-secundaria);
    font-family: var(--fonte-primaria);
    font-weight: 800;
    font-size: 26px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
}

.wrapper {
    max-width: 1800px;
    width: 92%;
    position: relative;
    align-items: center;
    justify-content: center;

}

.wrapper i {
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
}

.wrapper i:active{
    transform: translateY(-50%) scale(0.85);
  }
  .wrapper i:first-child{
    left: -22px;
  }
  .wrapper i:last-child{
    right: -22px;
  }

 .wrapper .carousel {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 2) - 9px);
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
}

.carousel::-webkit-scrollbar {
    display: none;
}

.carousel.no-transition {
    scroll-behavior: auto;

}

.carousel.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
}

.carousel.dragging .card {
    cursor: grab;
    user-select: none;
}

.carousel .card {
    scroll-snap-align: start;
    height: 150px;
    list-style: none;
    background: var(--cor-primaria);
    cursor: pointer;
    padding-bottom: 16px;
    display: flex;
    flex-direction: column;
    border-radius: 5rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.card {
    display: flex;
    justify-content: center;
    padding-left: 20px;
}

  .card .img img {
    height: 40px;
    width: 40px;
    object-fit: cover;
  }

  .carousel .card h2 {
    font-family: var(--fonte-terciaria);
    font-weight: 700;
    font-size: 1.25rem;
    margin: 5px 30px 5px;
  }

  .name-photo {
    display: flex;
    align-items: center;
    margin: 20px auto 5px 40px;

  }

  .carousel .card span {
    font-family: var(--fonte-primaria);
    font-weight: 500;
    font-size: 1rem;
    margin: 5px 30px 5px;
  }

footer {
    background-color: var(--cor-secundaria);
    font-family: var(--fonte-primaria);
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    gap: 36px;
}

.rodape-conteudo {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  padding-top: 50px;
}

.titulo-rodape {
  font-family: var(--fonte-primaria);
  color: var(--cor-primaria);
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 10px;
}

.localizacao-rodape {
  color: var(--cor-primaria);
  font-family: var(--fonte-terciaria);
  font-size: 14px;
  width: 350px;
}

.rod-logo {
  width: 150px;
}

.rodape-nav {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 16px;
}


.rod-nav {
  color: var(--cor-primaria);
  font-size: 20px;
  font-weight: 200;
  transition: color 0.3s ease, transform 0.3s ease;
}

.rod-nav:hover {
  color: var(--cor-terciaria);
  transform: scale(1.08);
}

.footer-redes {
  display: flex;
  gap: 20px;
  padding-top: 30px;
}

.footer-redes img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}

.footer-redes img:hover {
  transform: scale(1.2);
}

.rodape-infos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--cor-primaria);
    font-weight: 300;
    font-size: 16px;
    padding-bottom: 10px;
}


@media screen and (max-width: 1680px){

  .img-wrapper {
    width: 350px;
    height: 350px;
  }
  .video video {
  width: 398px;

  }
  .h-acabamentos {
    font-size: 30px;
  }

  .container-img-mach {
    width: 450px;
    height: 450px;

  }

  .container-video-mach {
      height: 450px;
      width: auto;
  }

}

@media screen and (max-width: 1490px){

  .img-wrapper {
    width: 280px;
    height: 280px;
  }
  .video video {
  width: 319px;

  }
  .p-acabamentos {
      font-size: 22px;
  }
}

@media screen and (max-width: 1490px){
  .conteudo-logo img {
    height: 60px;
  }
  .cabecalho-contato a {
    font-weight: 400;
    font-size: 20px;
  }
  .capa-container {
    height: 700px;
    margin-top: 50px; 
  }
  .img-wrapper {
    width: 280px;
    height: 280px;
  }
  .video video {
  width: 319px;
  }
  .sobre-nos-conteudo {
    width: 60%;
  }

.sobre-nos-conteudo h2 {
    font-size: 20px;
}

.sobre-nos-conteudo {
    font-weight: 300;
    font-size: 18px;
    text-align: justify;
}

.sobre-nos-imagem {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  
  .empresa-img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }

  .container-img-mach {
    width: 400px;
    height: 400px;
  }

  .container-video-mach {
      height: 400px;
      width: auto;
  }
  .mach-medias {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1200px){
  .conteudo-logo img {
    height: 40px;
  }
  .cabecalho-contato a {
    font-weight: 400;
    font-size: 18px;
  }
  .capa-container {
    height: 600px;
    margin-top: 60px; 
  }
    .sobre-nos-conteudo {
    width: 50%;
  }

  .sobre-nos-conteudo h2 {
      font-size: 20px;
  }

  .sobre-nos-conteudo {
      font-weight: 300;
      font-size: 18px;
      text-align: justify;
  }

.sobre-nos-imagem {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
  
  .empresa-img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }

  .h-acabamentos {
    font-size: 22px;
  }

  .p-acabamentos {
      font-size: 18px;
  }

  .avaliacoes-subtitulo {
    font-size: 22px;
  }
  .conteudo-secundario-subtitulo {
      font-size: 22px;
  }
.conteudo-secundario-redes-botao {
    width: 18.3rem;

}
  .img-wrapper {
    width: 220px;
    height: 220px;
  }
  .video video {
  width: 252px;

  }

  .orcamento-acabamentos {
    font-size: 20px;
}

  #img-galeria {
    padding-bottom: 40px;
  }
  .wrapper {
      width: 80%;
  }
  
  .wrapper .carousel {
    grid-auto-columns: 100%;
}

.titulo-rodape {
  font-family: var(--fonte-primaria);
  color: var(--cor-primaria);
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}

.localizacao-rodape {
  font-size: 14px;
}

.rod-logo {
  width: 100px;
}

.rod-nav {
  font-size: 18px;
}

  .h-mach {
    font-size: 22px;
  }

  .p-mach {
      font-size: 18px;
  }

  .container-img-mach {
    width: 350px;
    height: 350px;
  }

  .container-video-mach {
      height: 350px;
      width: auto;
  }
  .mach-medias {
    padding-right: 30px;
  }
}

@media screen and (max-width: 1100px){
    
    .menu {
        display: block;
        margin-left: auto;
        background: none;
        border: none;
        cursor: pointer;
        margin-right: 50px;
    }
    
    .menu .barra {
        display: block;
        width: 25px;
        height: 2px;
        background-color: var(--cor-primaria);
        margin: 5px 0;
        transition: 0.4s;
    }
    .menu-navegacao {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 0;
        overflow: hidden;
        background-color: var(--cor-secundaria);
        transition: height 0.3s ease-in-out;
    }

    .menu-navegacao.aberto {
        height: 220px;
    }

    .lista-categorias {
        flex-direction: column;
        text-align: center;
        padding-top: 20px;
        padding-left: 50px;
    }
    
    .lista-categorias li {
        padding: 0.5rem 0;
    }
    
    .lista-categorias a {
        font-size: 1.2rem;
    }

  .conteudo-logo img {
    height: 35px;
  }

    .cabecalho-contato a {
      font-size: 18px;
      padding-right: 2rem;
  }


  .sobre-nos {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #4f4a47;
    color: white;
    height: auto;
    scroll-margin-top: 250px;
  }

    .sobre-nos-conteudo {
    width: 100%;
  }

  .sobre-nos-conteudo h2 {
      font-size: 20px;
  }

  .sobre-nos-conteudo {
      font-weight: 300;
      font-size: 18px;
      text-align: justify;
  }

.sobre-nos-imagem {
    width: 100%;
    height: 500px;
    overflow: hidden;
    padding-left: 0px;
    display: flex;
    justify-content: flex-end;
  }
  
  .sobre-nos-imagem img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .h-acabamentos {
    font-size: 20px;
  }

  .orcamento-acabamentos {
    font-weight: 800;
    font-size: 20px;
}

  .wrapper {
      width: 80%;
  }
  
  .wrapper .carousel {
    grid-auto-columns: 100%;
}

  .avaliacoes-subtitulo {
    font-size: 20px;
  }
  .conteudo-secundario-subtitulo {
      font-size: 20px;
  }
.conteudo-secundario-redes-botao {
    width: 14rem;
    font-size: 16px;
}

.conteudo-secundario-redes {

    gap: 0.75rem;
}

.logo-redes {
    height: 1.4rem;
}

  .img-wrapper {
    width: 170px;
    height: 170px;
  }
  .video video {
  width: 194px;
  }
  .h-mach {
    font-size: 20px;
    padding-top: 40px;
  }

  .p-mach {
    padding-bottom: 40px;
  }

  .container-img-mach {
    width: 550px;
    height: 550px;
  }

    .mach-cnc {
    flex-direction: column;
  }

  .img-mach {
    border-radius: 10px;
  }
  .img-mach:hover {
    border-radius: 10px;
  }

  .video-mach {
    border-radius: 10px;
  }

  .container-video-mach {
      height: 550px;
      width: auto;
  }
  .mach-medias {
    padding-right: 0px;
    gap: 24px;
    padding-bottom: 24px;
    justify-content: center;
  }

.titulo-rodape {
  font-family: var(--fonte-primaria);
  color: var(--cor-primaria);
  font-size: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}

.localizacao-rodape {
  font-size: 14px;
  width: 250px;
}

iframe {
    width: 250px;
    height: 250px;
}

.rod-logo {
  width: 100px;
}

.rod-nav {
  font-size: 18px;
}
}

@media screen and (max-width: 900px){
  .h-mach {
    padding-top: 40px;
  }

  .p-mach {
    padding-bottom: 40px;
  }

  .container-img-mach {
    width: 500px;
    height: 500px;
  }

  .container-video-mach {
      height: 500px;
      width: auto;
  }
  .mach-medias {
    gap: 12px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 810px){
  .container-img-mach {
    width: 450px;
    height: 450px;
  }

  .container-video-mach {
      height: 450px;
      width: auto;
  }
  .mach-medias {
    gap: 12px;
    padding-bottom: 24px;
  }
}

@media screen and (max-width: 768px){
    .logo-capa {
    height: 30%;
  }
  .conteudo-principal-logo {
    margin-left: 20px;
  }
  .menu {
      margin-right: 20px;
  }

  .sobre-nos  {
    scroll-margin-top: 80px;
  }

  .sobre-nos-imagem {
    width: 100%;
    height: 400px;
  }
  
  .sobre-nos-imagem img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
  .sobre-nos-conteudo {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .h-acabamentos {
    font-size: 19px;
    scroll-margin-top: 120px;
  }

  .p-acabamentos {
      font-size: 18px;
  }
  .orcamento-acabamentos {
    font-size: 18px;
  }

  .avaliacoes-subtitulo {
    padding: 25px;
  }

  .conteudo-secundario {
    scroll-margin-top: 230px;
}

  .conteudo-secundario-subtitulo {
    padding: 15px;
    font-size: 18px;
}

.wrapper {
    width: 94%;
}

  .carousel .card {
    height: 230px;
    border-radius: 8rem;
}

  .card .img img {
    height: 40px;
    width: 40px;
    object-fit: cover;
  }

  .carousel .card h2 {
    font-size: 16px;
  }
  .carousel .card span {
    font-size: 14px;
  }

  .conteudo-secundario-redes {
    flex-direction: column;
    gap: 1.5rem;
}

.conteudo-secundario-redes-botao {
    width: 25rem;
}

.galeria-grid {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: repeat(4, auto);
    gap: 10px;
    width: 95%;
    max-width: 1200px;
    margin: 0 auto;
}

  .galeria-item {
      width: 100%;
      height: auto;
      overflow: hidden;
      border-radius: 10px;
      cursor: pointer;
  }

  .galeria-item img, .galeria-item video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 10px;
  }
  .galeria-item:nth-child(1) { grid-column: 1; grid-row: 1; }
  .galeria-item:nth-child(2) { grid-column: 2; grid-row: 1; }
  .galeria-item:nth-child(3) { grid-column: 1; grid-row: 2; }
  .galeria-item:nth-child(4) { grid-column: 2; grid-row: 2; }
  .galeria-item:nth-child(5) { grid-column: 1; grid-row: 3; }
  .galeria-item:nth-child(6) { grid-column: 1; grid-row: 4; }
  .video-item {
      grid-column: 2;
      grid-row: 3 / span 2;
  }

  .rodape-conteudo {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
}

.localizacao-rodape {
  width: 250px;
}
.localizacao-mapa {
    gap: 0.8rem;
    font-weight: 300;
    font-size: 1.25rem;
}
    
.footer-redes {
  justify-content: center;
  padding:30px;
}
.rodape-infos {
    text-align: center;
    font-size: 10px;
    width: 98%;
}
}

@media screen and (max-width: 735px){
  .container-img-mach {
    width: 400px;
    height: 400px;
  }

  .container-video-mach {
      height: 400px;
      width: auto;
  }
  .mach-medias {
    gap: 4px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 652px){
  .container-img-mach {
    width: 350px;
    height: 350px;
  }

  .container-video-mach {
      height: 350px;
      width: auto;
  }
  .mach-medias {
    gap: 4px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 572px){
  .container-img-mach {
    width: 280px;
    height: 300px;
  }

  .container-video-mach {
      height: 300px;
      width: auto;
  }
  .mach-medias {
    gap: 4px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 480px){
  .container-img-mach {
    width: 230px;
    height: 250px;
  }

  .container-video-mach {
      height: 250px;
      width: auto;
  }
  .mach-medias {
    gap: 4px;
    padding-bottom: 12px;
  }
}

@media screen and (max-width: 420px){
  .conteudo-secundario-redes-botao {
    width: 19rem;

  }
}

@media screen and (max-width: 480px){
  .container-img-mach {
    width: 180px;
    height: 200px;
  }

  .container-video-mach {
      height: 200px;
      width: auto;
  }
  .mach-medias {
    gap: 4px;
    padding-bottom: 12px;
  }
}