body{
font-family: Arial;
margin:0;
}

header{
padding:20px;
background:white;
}

.logo img{
width:180px;
height:auto;
filter: drop-shadow(0px 5px 10px rgba(0,0,0,0.25));
display:block;
margin-left:20px;
margin-top:25px;
}

.hero{
display:flex;
align-items:center;
justify-content:space-between;
padding:60px;
background:linear-gradient(90deg,#2f6ec9,#5da2ff);
color:white;
}

.hero-text{
width:50%;
}

.hero-text h1{
font-size:38px;
}

.hero-text ul{
margin-top:20px;
list-style:none;
padding:0;
}

.hero-text li{
margin-bottom:10px;
}

.hero-text li::before{
content:"✔";
color:#25D366;
font-weight:bold;
margin-right:8px;
}

.boton{
  display:block;
  max-width: 220px;           /* opcional, limita ancho horizontal */
  margin: 30px 0px auto;   /* 20px de separación con Instagram */
  padding:10px 8px;           /* altura y ancho del botón */
  background:#33c24d;
  color:white;
  text-decoration:none;
  border-radius:5px;
  font-weight:bold;
  text-align: center;
  animation:pulso 2s infinite;
}

.boton:hover{
transform:scale(1.05);
background:#28a745;
}

.hero-img img{
width:520px;
max-width:100%;
filter:
drop-shadow(0px 40px 50px rgba(0,0,0,0.45))
drop-shadow(0px 0px 80px rgba(93,162,255,0.6));
transform:perspective(900px) rotateY(-6deg) scale(1.05);
margin-left:40px;
}

.servicios{
padding:60px 0;
background:#e9eef6;
}

.grid{
display:grid;
grid-template-columns:1fr 1fr;
gap:40px;
align-items:center;
}

.imagen{
display:flex;
flex-direction:column;
gap:20px;
align-items:center;
position:relative;
height:350px;
}

.grid img{
width:280px;
max-width:100%;
border-radius:10px;
box-shadow:0 45px 80px rgba(0,0,0,0.55);
transition:transform 0.3s;
}

.grid img:first-child{
transform:rotate(-4deg);
}

.grid img:hover{
transform:rotate(-4deg) scale(1.05);
}

.texto h2{
margin-bottom:8px;
}

.texto ul{
font-size:18px;
list-style:none;
padding:0;
margin-top:5px;
}

.texto li::before{
content:"✔";
color:#25D366;
margin-right:10px;
font-size:20px;
}

.container{
max-width:1100px;
margin:auto;
padding:0 20px;
}

.diagnostico{
padding:60px 0;
background:#e9eef6;
}

.envios{
background:#ebe8e8;
color:rgb(63,44,148);
text-align:center;
padding:60px;
font-size:18px;
}
.container-envios{
max-width:800px;
margin:auto;
}

.titulo-envio{
font-size:22px;
font-weight:bold;
margin-bottom:15px;
}

.experiencia{
background:#ebe8e8;
text-align:center;
padding:20px;
}

.whatsapp{
position:fixed;
bottom:25px;
right:25px;
}

.whatsapp img{
width:70px;
}

@media (max-width:800px){

.grid{
grid-template-columns:1fr;
}

.hero{
flex-direction:column;
text-align:center;
padding:40px 20px;
}

.hero-text{
width:100%;
}

.hero-img img{
margin-left:0;
margin-top:30px;
}

}

@keyframes pulso{

0%{
transform:scale(1);
box-shadow:0 0 0 0 rgba(51,194,77,0.7);
}

70%{
transform:scale(1.05);
box-shadow:0 0 0 15px rgba(51,194,77,0);
}

100%{
transform:scale(1);
}

}

h2{
position:relative;
display:inline-block;
padding-bottom:10px;
}

h2::after{
content:"";
width:60px;
height:4px;
background:#33c24d;
position:absolute;
left:0;
bottom:0;
border-radius:2px;
}

footer{
background:#ebe8e8;
color:rgb(63,44,148);
text-align:center;
padding:10px 20px;
display:flex;
align-items:center;
justify-content:center;
flex-wrap:wrap;
}

.footer-texto{
margin-left:20px;
font-size:20px;
}
.marcas{
text-align:center;
padding:20px 0px;
background:#e9eef6;
}

.logos{
display:flex;
justify-content:center;
flex-wrap:wrap;
gap:40px;
margin-top:40px;
}

.logos img{
width:120px;
height:auto;
object-fit:contain;
opacity:0.8;
transition:0.3s;
}

.logos img:hover{
opacity:1;
transform:scale(1.05);
}
.btn-instagram {
  display: block; 
  max-width: 220px;
  margin: 30px 0 auto;
  padding: 10px 8px;      /* baja debajo de WhatsApp */
  background-color: #fff; /* fondo blanco */
  color: #333; 
  border: 1px solid #ddd;          /* texto oscuro */
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
          /* si querés espacio ya lo maneja margin-bottom del botón de WhatsApp */
}

.icono {
  width: 22px;
  height: 22px;
  vertical-align: middle;
  margin-right: 8px;     /* espacio entre logo y texto */
}

.seo-texto{
margin-top:15px;
font-size:18px;
max-width:520px;
opacity:0.95;
}
.whatsapp-box{
position:fixed;
bottom:25px;
right:25px;
display:flex;
align-items:end;
gap:10px;
z-index:999;
}

.soporte{
width:120px;
position:relative;
right:-5px;
bottom:5px;
animation:flotar 3s ease-in-out infinite;
filter: drop-shadow(0 10px 25px rgba(0,0,0,0.35));
pointer-events:none;
}

.whatsapp img{
width:80px;
border-radius:50%;
box-shadow:0 0px 0px rgba(0,0,0,0.35);
transition:transform 0.3s;
position:relative;
z-index:3;
}

.whatsapp img:hover{
transform:scale(1.1);
}

@keyframes flotar{
0%{transform:translateY(0);}
50%{transform:translateY(-6px);}
100%{transform:translateY(0);}
}
