html{

    scroll-behavior: smooth;
}

body{
    margin: 0;
    background-image: url('img/logo_genios_extorvertidos.png');
    background-size:160vh;
    background-position: center;  
    background-attachment: fixed; /* imagem fica parada ao fazer scroll */
}
section{
  background: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)); 

}
h1, h2, h3 {
  font-family: "Playfair Display", serif;
}

p, a, span, li {
  font-family: "Lato", sans-serif;
}

header{
z-index: 1000;
display: flex;
justify-content: space-between;
align-items: center;
position: fixed;
background-color: rgba(248, 248, 249, 0.826);
width: 100%;
height: 100px;

}
.logo img{
height: auto;
width: 90px;
margin-left: 20px;

}
.logo span{
    font-weight: 900;
    font-family: "Lato", sans-serif;
  
}
.logo{
    display: flex;
    align-items: center;
    gap: 5px;
}

header a {
text-decoration: none;
font-weight: 700;
gap: 150px;
font-size: 12px;
color: rgb(20, 20, 20);
margin-right: 70px;
transition: color 0.3s ease;
margin-right: 70px  ;



}
header nav{
    display: flex;
}

header nav a:hover{
    text-decoration: overline;
    
}

/*///////////////////////*/

#sobrenos {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 60px 40px;
 
}

.holder-about-us {
  display: flex;
  justify-content: center;
  gap: 100px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
  margin-top: 70px;
}

.title-sobre-nos h3 {
  font-size: 70px;
  color: rgba(74, 141, 167, 0.85)  ;
  font-family: "Playfair Display", serif;
  margin: 0 0 20px 0;
}

.info-sobre-nos p {
  font-size: 17px;
  color: #1a1a2e;
  line-height: 1.8;
  max-width: 500px;
  font-family: "Lato", sans-serif;
  margin-bottom: 16px;
}

.img-info img {
  height: 420px;
  width: auto;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  
}

/* VALORES */
.valores {
  display: flex;
  flex-direction: column;
  gap: 36px;
  margin-top: 170px;
}

.valor {
  display: flex;
  flex-direction: column;
  gap: 4px;
 background-color:#c5e3fc;
  border-left: solid 5px   rgba(3, 0, 154, 0.85) ;  
  border-radius: 12px;
  padding: 12px 18px;
  max-width: 500px;
  
}

.valor strong {
  font-size: 15px;
  font-family: "Lato", sans-serif;
  color: #000000;
}

.valor span {
  font-size: 14px;
  color: #555;
  font-family: "Lato", sans-serif;
}

/* RESPONSIVE */
@media (max-width: 1280px) {
  .title-sobre-nos h3 {
    font-size: 50px;
  }

  .holder-about-us {
    gap: 60px;
  }

  .img-info img {
    height: 280px;
  }
}

@media (max-width: 768px) {
  .holder-about-us {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .info {
    width: 100%;
  }

  .valor {
    max-width: 100%;
  }

  .info-sobre-nos p {
    font-size: 15px;
  }
}




/*GLOBAL*/
/*style fo footer */
footer {
  background-color: #1a1a2e;
  padding: 50px 40px;
}

.holder_footer {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1100px;
  margin: 0 auto;
}

/* ÍCONES REDES SOCIAIS */
.icons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.icon {
  display: flex;
  align-items: center;
}

.icons img {
  height: 35px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.icon img:hover {
  opacity: 1;
}

/* EMAILS */
.email {
  display: flex;
  align-items: center;
  gap: 10px;
}

.gmail a {
  text-decoration: none;
  color: #aaa;
  font-family: "Lato", sans-serif;
  font-size: 18px;
  transition: color 0.3s ease;
}

.gmail a:hover {
  color: #f5a623;
}

/* CONTACTOS */
.contacos {
  display: flex;
  flex-direction: column;
}

.holdercontact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.wordcontact span {
  color: white;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}

.numero span {
  color: #aaa;
  font-family: "Lato", sans-serif;
  font-size: 15px;
}

/* LOGO */
.logo_footer img {
  height: 80px;
  width: auto;
  opacity: 0.9;
}
/*/////////////*/

/* Monitor grande (4K / ultrawide) */
@media (min-width: 1600px) {
  .holder-about-us {
    gap: 160px;
    max-width: 1600px;
  }

  .title-sobre-nos h3 {
    font-size: 90px;
  }

  .info-sobre-nos p {
    font-size: 20px;
    max-width: 650px;
  }

  .img-info img {
    height: 560px;
  }

  .valor strong {
    font-size: 18px;
  }

  .valor span {
    font-size: 16px;
  }

  .valor {
    max-width: 650px;
    padding: 16px 24px;
  }

  .valores {
    gap: 44px;
  }

  .logo_footer img {
    height: 100px;
  }

  footer {
    padding: 70px 60px;
  }
}

/* Desktop padrão */
@media (min-width: 1280px) and (max-width: 1599px) {
  .title-sobre-nos h3 {
    font-size: 70px;
  }

  .holder-about-us {
    gap: 100px;
  }

  .img-info img {
    height: 420px;
  }
}

/* Desktop pequeno — já tens 1280px, este complementa */
@media (max-width: 1280px) {
  .title-sobre-nos h3 {
    font-size: 50px;
  }

  .holder-about-us {
    gap: 60px;
  }

  .img-info img {
    height: 280px;
  }

  .valores {
    margin-top: 100px;
  }

  .info-sobre-nos p {
    max-width: 400px;
  }
}

/* Portátil (13"–15") */
@media (max-width: 1024px) {
  .title-sobre-nos h3 {
    font-size: 42px;
  }

  .holder-about-us {
    gap: 40px;
    margin-top: 50px;
  }

  .img-info img {
    height: 240px;
  }

  .info-sobre-nos p {
    font-size: 15px;
    max-width: 360px;
  }

  .valor {
    max-width: 360px;
  }

  .valores {
    margin-top: 60px;
    gap: 24px;
  }

  header a {
    margin-right: 30px;
    font-size: 14px;
  }

  #sobrenos {
    padding: 60px 24px;
  }
}

/* Tablet deitado */
@media (max-width: 900px) {
  .title-sobre-nos h3 {
    font-size: 36px;
  }

  .holder-about-us {
    gap: 30px;
    margin-top: 40px;
  }

  .img-info img {
    height: 200px;
    border-radius: 14px;
  }

  .info-sobre-nos p {
    font-size: 14px;
    max-width: 100%;
  }

  .valores {
    margin-top: 40px;
    gap: 18px;
  }

  .valor {
    max-width: 100%;
  }

  .holder_footer {
    gap: 28px;
  }
}

/* Tablet em pé — já tens 768px, este complementa */
@media (max-width: 768px) {
  .holder-about-us {
    flex-direction: column;
    text-align: center;
    gap: 40px;
    margin-top: 100px;
  }

  .title-sobre-nos h3 {
    font-size: 42px;
    text-align: center;
  }

  .info-sobre-nos p {
    font-size: 15px;
    margin: 0 auto 16px;
  }

  .img-info img {
    height: 260px;
    width: 80vw;
    object-fit: cover;
  }

  .valor {
    max-width: 100%;
    text-align: left;
  }

  .valores {
    margin-top: 20px;
    width: 100%;
  }

  #sobrenos {
    padding: 40px 20px;
  }
}

/* Mobile grande */
@media (max-width: 600px) {
    header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: 65px;
        padding: 0;
    }

    .logo img {
        width: 45px;
        margin-left: 12px;
    }

    .logo span {
        font-size: 11px;
    }

    .hamburger {
        display: flex;
    }

    header nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        background-color: rgba(248, 248, 249, 0.97);
        padding: 20px 0;
        gap: 0;
        margin-right: 0;
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }

    header nav.open {
        display: flex;
    }

    header nav a {
        padding: 14px 24px;
        font-size: 14px;
        border-bottom: 1px solid rgba(0,0,0,0.07);
    }

    header nav a:hover {
        background-color: rgba(197, 227, 252, 0.5);
        text-decoration: none;
    }

  .info-sobre-nos p {
    padding-right:  20px;
  }

  .valores {
     padding-right:  20px;
    width: 100%;
    box-sizing: border-box;
  }

  .valor {
    box-sizing: border-box;
    width: 100%;
   
  }
  .img-info {
    margin-left: -10px;
  } 


  footer {
    padding: 40px 20px;
  }

  .logo_footer img {
    height: 60px;
  }

  .gmail a {
    font-size: 14px;
  }

  .numero span {
    font-size: 13px;
  }
  .holder_footer {
    flex-direction: column;
    text-align: center;
    gap: 25px;
}

.icons {
    flex-direction: row;
    justify-content: center;
    gap: 15px;
}

.email {
    justify-content: center;
}

.contacos {
    align-items: center;
}
}

/* Mobile pequeno */
@media (max-width: 400px) {
  .title-sobre-nos h3 {
    font-size: 28px;
  }

  .info-sobre-nos p {
    font-size: 13px;
  }

  .img-info img {
    height: 180px;
    width: 95vw;
  }

  .valor strong {
    font-size: 13px;
  }

  .valor span {
    font-size: 12px;
  }

  .logo img {
    width: 70px;
  }

  header a {
    font-size: 13px;
  }

  footer {
    padding: 30px 14px;
  }
}
