@media screen and (max-width: 1280px) {
/* ---------- HEADER ---------- */

header .header-logo img {
    max-width: 115px;
}

/* ---------- MENU MOBILE ---------- */


.nav-item {
    display: none;
}

.solicite {
    display: none;
}

.mobile-menu-icon {
    display: block;
}

.mobile-menu-icon button {
    border: none;
    background-color: transparent;
    cursor: pointer;
    padding: 1rem;
}

.mobile-menu ul {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0;
    margin: 0;
}

.mobile-menu .nav-item {
    display: block;
    padding-top: 1.2rem;
}

.mobile-menu .solicite {
    display: block;
    padding: 1rem 2rem;
}

.mobile-menu .solicite button {
    width: 100%;
}

.open{
    display: block;
}

/*---------- CAROUSEL ----------*/

.custom-carousel {
    max-height: 500px; 
    overflow: hidden;
    margin-bottom: 30px;
}

.custom-carousel img {
    object-fit: cover; 
    height: 500px;
}


/* ---------- SERVIÇOS ---------- */

.services {
    margin-bottom: 25px;
}


.txt-sv h1 {
    font-family: "Roboto", serif;
    font-size: 1.1rem;
}

.services-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.services-img img {
    width: 320px;
}

/* --------- RECOMENDAÇÃO ---------- */

.rcmd {
    height: 250px;
}

.txt-rcmd {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.txt-rcmd h1 {
    font-family: "Roboto", serif;
    font-size: 1.4rem;
    margin-bottom: 5px;
}

.txt-rcmd h3 {
    font-family: "Roboto", serif;
    font-size: 1.03rem;
}

.txt-rcmd p {
    font-family: "Roboto", serif;
    font-size: 18px;
    margin-top: 5px;
}

.topicos-rcmd {
    display: flex;
}

/* ---------- Avaliações ---------- */

  .ava {
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .itens-ava .feedback img {
    width: 360px;
  }



  /* ---------- Contato ---------- */
  
  .itens-ctt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .txt-ctt {
    width: 300px;
    text-align: center;
  }

  .ctts h1 {
    text-align: center;
  }

  .ctts  {
    margin-bottom: 10px;
  }

  /* ---------- Footer ---------- */

footer {
  background-color: #000000;
  width: 100%;
  height: 75px;
}

footer p {
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0.1;
  color: #4d4d4d;
  font-size: 15px;
  text-align: center;
  margin: 10px;
}

footer a {
text-decoration: none;
}

footer span {
  color: #009DFF;
}

#direitos {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* ---------- QUEM SOMOS ---------- */


  .itens-aboutus {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
  }


  .txt-aboutus {
    width: 300px;
  }

  .itens-aboutus .txt-aboutus h1 {
    text-align: center;
    font-family: "Roboto", serif;
    font-size: 1.4rem;
    margin: 15px;
  }

  .itens-aboutus .txt-aboutus p {
    font-family: "Roboto", serif;
    font-size: 19px;
    margin-top: 5px;
    text-align: center;
  }

  .insta {
    display: flex;
    justify-content: center;
  }

  .insta a {
    text-decoration: none;
  }

  .btn-insta {
    background: transparent;
    position: relative;
    padding: 5px 15px;
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px;
    cursor: pointer;
    border: 1px solid rgb(255,0,0);
    border-radius: 25px;
    outline: none;
    overflow: hidden;
    color: rgb(255,0,0);
    transition: color 0.3s 0.1s ease-out;
    text-align: center;
    z-index: 100;
  }

}

