* {
  margin: 0;
  padding: 0;
}
body{
  background-color: rgb(103, 105, 105);
}

.tela1 {
height: 700px; /* Reduzi a altura da seção */
width: 100%;
position: relative;
background: radial-gradient(circle at 50% 30%, #ffffff 0%, #a0a0a0 150%); /* Ajustei o centro do gradiente */
overflow: hidden;
}

.elementos1 {
height: 100%;
width: 100%;
position: relative;
display: flex;
flex-direction: column;
align-items: center;
padding-top: 10px; /* Adicionei espaço no topo */
}

.img1 {
width: 140%;
max-width: 50%;
height: 100%;
position: absolute;
bottom: 0; /* Subi a imagem 5% para fora do container */
left: 20%;
transform: translateX(-50%);
filter: drop-shadow(0 20px 30px rgba(0,0,0,0.15));
}
.text1 {
  font-size: 80px;
  color: #000000;
  font-family: 'League Spartan', sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-top: 10%;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
  text-align: center;
}

.text2 {
font-size: 70px;
color: rgb(170, 170, 170);
font-family: 'League Spartan', sans-serif;
font-weight: 900;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 5px;
text-shadow: 3px 3px 6px rgba(0,0,0,0.2);
text-align: center;
position: relative;
z-index: 1;
}

.profissional {
color: antiquewhite;
font-size: 0.9rem;
margin-top: 7%;
text-align: center;
letter-spacing: 1px;
background: rgba(0,0,0,0.3);
padding: 8px 15px;
border-radius: 20px;
backdrop-filter: blur(5px);
}

.gerente {
color: rgb(0, 0, 0);
font-size: 1rem;
margin-top: 10px;
text-align: center;
letter-spacing: 1px;
font-weight: 600;
}


.contato {
width: 100%;
background-color: #5a5a5a;
position: relative;
padding: 25px 0;
box-shadow: 0 -4px 15px rgba(0,0,0,0.1);
}

.elements {
display: flex;
flex-direction: line;
align-items: center;
gap: 20px;
left: 50%;
justify-content: center;
}

.row {
display: flex;
flex-direction: line;
gap: 15px;
}

.link {
display: flex;
align-items: center;
padding: 12px 25px;
border-radius: 30px;
background: rgba(255,255,255,0.1);
transition: all 0.3s ease;
color: #f0e9f0;
font-family: 'League Spartan', sans-serif;
font-weight: 500;
text-decoration: none;
font-size: 0.95rem;
}

.link:hover {
background: rgba(255,255,255,0.2);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.link i {
margin-right: 15px;
font-size: 1.4rem;
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
}

/* Estilo específico para o WhatsApp */
.link-whatsapp {
background: rgba(37, 211, 102, 0.2);
padding: 12px 30px;
}

.link-whatsapp:hover {
background: rgba(37, 211, 102, 0.3);
}



.tela2{
width: 100%;
height: 500px;
background-color: rgb(103, 105, 105);
position: relative;
}
.elementos{
margin-top: 50px;
position: absolute;
left: 10%;

}
.quem{
font-size: 70px;
font-family: Poppins;
color: gray;
}
.faco{
font-size: 50px;
font-family: Poppins;
color: rgb(0, 0, 0);
margin-top: -5px;
}
.exp{
font-size: 20px;
font-family: Poppins;
color: white;
margin-top: 20px;
text-align: justify;
margin-left: 0%;
margin-right: 10%;
width: 70%;
}
.icones{
position: relative;
width: 100%;
height: auto;
}
.icon1{
width: 40px;
height: 40px;
position: absolute;
left:80%;
margin-top: 7%;
transform: rotate(-45deg);
}
.icon2{
width: 20px;
height: 20px;
position: absolute;
left:85%;
margin-top: 20%;
transform: rotate(45deg);
}
.icon3{
width: 30px;
height: 30px;
position: absolute;
left:75%;
margin-top: 25%;
transform: rotate(-45deg);
}
.faixa{
width: 100%;
height: 50px;
background-color:  rgb(27, 28, 28);
}

.portfolio{
width: 100%;
height: 300px;
position: relative;
background: 
linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), /* Gradiente escuro */
url("../img/27-10-melhores-redes-sociais-blog-scaled.jpg") center/cover;

}
.portfolio::before{

position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5); /* Cor escura com transparência */
z-index: 1; /* Garante que o overlay fique sobre a imagem */
}
.quer{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
position: absolute; 
color: white; 
font-size: 30px;
left: 50%;
transform: translate(-50%);
margin-top: 30px;
}
.conheca{
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
position: absolute; 
z-index: 4;
color: white; 
font-size: 13px;
left: 50%;
transform: translate(-50%);
margin-top: 80px;
}
.btn{
position: absolute;
left: 50%;
transform: translate(-50%);
margin-top: 150px;
}
.btn1{
padding: 12px 24px;
background-color: #FFD700; /* Amarelo vibrante */
color: #000000; /* Texto preto */
border: none;
border-radius: 25px; /* Borda arredondada */
font-family: Arial, sans-serif;
font-weight: 600;
font-size: 16px;
cursor: pointer;
transition: all 0.2s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra sutil */
}
.btn1-hover{
background-color: #e6c200; /* Amarelo mais escuro no hover */
transform: translateY(-2px); /* Efeito de levantar */
box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); /* Sombra mais intensa */
}
.btn1:active{
transform: translateY(0); /* Efeito de pressionar */
transition: all 0.1s ease;
}



















@media (max-width:680px){
.tela1 {
  height: 90vh; /* Reduzi a altura da seção */
  min-height: 500px; /* Altura mínima para garantir legibilidade */
  width: 100%;
  position: relative;
  background: radial-gradient(circle at 50% 30%, #ffffff 0%, #a0a0a0 150%); /* Ajustei o centro do gradiente */
  overflow: hidden;
}

.elementos1 {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 30px; /* Adicionei espaço no topo */
}

.img1 {
  width: 85%;
  max-width: 400px;
  height: auto;
  position: absolute;
  bottom: 0; /* Subi a imagem 5% para fora do container */
  left: 50%;
  transform: translateX(-50%);
  filter: drop-shadow(0 20px 30px rgba(0,0,0,0.15));
}
  .text1 {
    font-size: 1.8rem;
    color: #000000;
    font-family: 'League Spartan', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-top: 15%;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.1);
    text-align: center;
}

.text2 {
  font-size: 2.2rem;
  color: white;
  font-family: 'League Spartan', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 5px;
  text-shadow: 3px 3px 6px rgba(0,0,0,0.2);
  text-align: center;
  position: relative;
  z-index: 1;
}

.profissional {
  color: antiquewhite;
  font-size: 0.9rem;
  margin-top: 13%;
  text-align: center;
  letter-spacing: 1px;
  background: rgba(0,0,0,0.3);
  padding: 8px 15px;
  border-radius: 20px;
  backdrop-filter: blur(5px);
}

.gerente {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  margin-top: 10px;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 600;
}


.contato {
width: 100%;
background-color: #5a5a5a;
position: relative;
padding: 25px 0;
box-shadow: 0 -4px 15px rgba(0,0,0,0.1);
}

.elements {
display: flex;
flex-direction: column;
align-items: center;
gap: 20px;
}

.row {
display: flex;
flex-direction: column;
gap: 15px;
}

.link {
display: flex;
align-items: center;
padding: 12px 25px;
border-radius: 30px;
background: rgba(255,255,255,0.1);
transition: all 0.3s ease;
color: #f0e9f0;
font-family: 'League Spartan', sans-serif;
font-weight: 500;
text-decoration: none;
font-size: 0.95rem;
}

.link:hover {
background: rgba(255,255,255,0.2);
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.link i {
margin-right: 15px;
font-size: 1.4rem;
filter: drop-shadow(0 2px 2px rgba(0,0,0,0.2));
}

/* Estilo específico para o WhatsApp */
.link-whatsapp {
background: rgba(37, 211, 102, 0.2);
padding: 12px 30px;
}

.link-whatsapp:hover {
background: rgba(37, 211, 102, 0.3);
}



.tela2{
  width: 100%;
  height: 400px;
  background-color: rgb(103, 105, 105);
  position: relative;
}
.elementos{
  margin-top: 50px;
  position: absolute;
  left: 10%;
  
}
.quem{
  font-size: 40px;
  font-family: Poppins;
  color: gray;
}
.faco{
  font-size: 35px;
  font-family: Poppins;
  color: rgb(0, 0, 0);
  margin-top: -5px;
}
.exp{
  font-size: 15px;
  font-family: Poppins;
  color: white;
  margin-top: 20px;
  text-align: justify;
  margin-left: -5%;
  margin-right: 10%;
  width: 300px;
}
.icones{
  position: relative;
  width: 100%;
  height: auto;
}
.icon1{
  width: 40px;
  height: 40px;
  position: absolute;
  left:80%;
  margin-top: 7%;
  transform: rotate(-45deg);
}
.icon2{
  width: 20px;
  height: 20px;
  position: absolute;
  left:85%;
  margin-top: 20%;
  transform: rotate(45deg);
}
.icon3{
  width: 30px;
  height: 30px;
  position: absolute;
  left:75%;
  margin-top: 25%;
  transform: rotate(-45deg);
}
.faixa{
  width: 100%;
  height: 50px;
  background-color:  rgb(27, 28, 28);
}

.portfolio{
  width: 100%;
  height: 300px;
  position: relative;
  background: 
  linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), /* Gradiente escuro */
  url("../img/27-10-melhores-redes-sociais-blog-scaled.jpg") center/cover;
  
}
.portfolio::before{
  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); /* Cor escura com transparência */
  z-index: 1; /* Garante que o overlay fique sobre a imagem */
}
.quer{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  position: absolute; 
  color: white; 
  font-size: 18px;
  margin-left: -3%;
  margin-top: 30px;
}
.conheca{
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  position: absolute; 
  z-index: 4;
  color: white; 
  font-size: 13px;
  left: 50%;
  transform: translate(-50%);
  margin-top: 80px;
}
.btn{
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  margin-top: 150px;
}
.btn1{
  padding: 12px 24px;
  background-color: #FFD700; /* Amarelo vibrante */
  color: #000000; /* Texto preto */
  border: none;
  border-radius: 25px; /* Borda arredondada */
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Sombra sutil */
}
.btn1-hover{
  background-color: #e6c200; /* Amarelo mais escuro no hover */
  transform: translateY(-2px); /* Efeito de levantar */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); /* Sombra mais intensa */
}
.btn1:active{
  transform: translateY(0); /* Efeito de pressionar */
  transition: all 0.1s ease;
}


}














/*fontes */


.open-sans-<uniquifier> {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.league-spartan-<uniquifier> {
  font-family: "League Spartan", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.arimo-<uniquifier> {
  font-family: "Arimo", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.poppins-thin {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", serif;
    font-weight: 900;
    font-style: italic;
  }