* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Times New Roman", Times, serif;
  background: #000;
  color: #fff;
}

.topo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}

.topo h1 {
  font-size: 35px;
  margin: 0;
}

.divider {
  margin: 0 10px;
  font-weight: normal;
}

.topo nav a {
  color: #fff;
  margin-left: 20px;
  text-decoration: underline;
  font-size: 20px;
}
nav a:hover {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 6px;
}
.banner img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 0px;
}
.banner a {
  display: block;
  transition: transform 0.4s ease, opacity 0.4s ease;
}

.banner a:hover {
  transform: scale(1.02);
  opacity: 0.85;
}
.videos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding: 40px 20px;
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
}

.video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.floating-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  padding: 12px 18px;
  background: none;
  color: black;
  text-decoration: none;
  border-radius: 20px;
  font-size: 14px;
  z-index: 10;
}
.floating-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 10;
}

.floating-btn img {
  width: 160px;
  height: auto;
  display: block;
}
.floating-btn img {
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.floating-btn:hover img {
  transform: translateY(-4px) scale(1.05);
  opacity: 0.85;
}

.about-text  {
  font-family: "Times New Roman", Times, serif;
  font-size: 25px;
   margin-left: 40px; 
  color: white;
}
.about-text {
  max-:width 600px;
}


@media (max-width: 768px) {
  .about-text {
    max-width: 90%;
  }
}
.squad { font-family: "Times New Roman", Times, serif; color: white; font-size: 30px; margin-left: 40px;}

.names-grid {
   display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;

  font-family: "Times New Roman", Times, serif;
  font-size: 15px;
  color: white;
   margin-left: 40px;
}

.end {
  width: 100%;             
  height: 25px;            /* full screen */
  background: #201f1f;        
  
  display: flex;
  align-items: center;
  justify-content: center;
}

.end-link {
  font-family: "Times New Roman", Times, serif;
  font-size: 16px;
  color: white;
  text-decoration: none;
  letter-spacing: 1px;
}

.end-link:hover {
  opacity: 0.7;
}
body {
  margin: 2;
}
footer.end {
  margin-top: 80px;
}
.about {
  max-width: 600px;
  margin-top: 200px;
}

.about h1 {
  font-size: 20px;
  margin-bottom: 20px;
}

.about p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
header h1 a {
  color: white;
  text-decoration: none;
}
header h1 a:hover {
  opacity: 0.7;
}
.about h2 {
  font-size: 30px;
  margin-bottom: 40px;
  margin-left: 4px;
  margin-top: 80px;
  
}
.about {
  max-width: 600px;
  margin: 0 auto;
}
.about {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  
}
.about p + p {
  margin-top: 24px;
}

.about p:nth-of-type(1) {
  font-size: 18px;
}

.about p:nth-of-type(2) {
  text-align: center;
  font-size: 25px;
  font-family:ink 'Franklin Gothic Medium', 
  opacity: 0.7;
  
}
.about p:nth-of-type(2) a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.about p:nth-of-type(2) a:hover {
  color: yellow;
}
.about p:nth-of-type(3) {
   text-align: left;
  font-size: 18px;
  font-family:lucida,'Lucida Sans italic', sans-serif 
  margin-top: auto;
  padding-right: 40px;
  
}

body.estilistica {
  background-color: #000;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}


.topo {
  background-color: #000;
}


.estilistica main {
  text-align: center;
}


.banner {
  display: block;
  width: 100%;  
  height: auto;
  margin: 40px 0; 
}
.porto-content {
  text-align: center;
  margin-top: 24px;
}
.texto-porto {
  text-align: center;
  background-color: #000;
  margin: 40px;

}
.about-gallery {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
}

.about-gallery img {
  width: 250px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.about-gallery img:hover {
  transform: scale(2.1);
}

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.9);
  display: none;
  justify-content: center;
  align-items: center;
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
}

.about-gif {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1; /* fica acima do fundo */
  opacity: 0.4; /* opcional para não competir com texto */
}

@media (max-width: 768px) {

  nav {
    flex-direction: column;
    align-items: center;
  }

  h1 {
    font-size: 28px;
  }

  p {
    font-size: 16px;
  }

}
