*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:'Montserrat',sans-serif;
}

body{
background:#0b0b0b;
color:#e5e7eb62;
}



header{
background:#000;
padding:50px 20px;
text-align:center;
border-bottom:3px solid #e11d2e;
}

.logo{
width:400px;
margin-bottom:20px;
}

header h1{
font-size:3rem;
color:#e11d2e;
}

header p{
color:#9ca3af;
margin-top:10px;
font-size:1.2rem;
}

nav{
display:flex;
justify-content:center;
gap:40px;
padding:20px;
background:#111;
}

nav a{
color:white;
text-decoration:none;
font-weight:500;
}

nav a:hover{
color:#e11d2e;
}

section{
padding:80px 20px;
max-width:1100px;
margin:auto;
}

h2{
text-align:center;
margin-bottom:40px;
color:#e11d2e;
}

.servicios{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.card{
background:#161616;
padding:30px;
border-radius:10px;
border:1px solid #222;
}

.card:hover{
border-color:#e11d2e;
}

.card h3{
color:white;
margin-bottom:10px;
}

.card p{
color:#9ca3af;
}

.valores{
    
text-align:center;
max-width:750px;
margin:auto;
color:#9ca3af;
}

.contacto{
text-align:center;
}

.btn{
display:inline-block;
margin-top:20px;
padding:14px 30px;
background:#e11d2e;
color:white;
border-radius:6px;
text-decoration:none;
font-weight:600;
}

.btn:hover{
background:#b91c1c;
}

footer{
background:#000;
padding:30px;
text-align:center;
color:#6b7280;
margin-top:60px;
}

.whatsapp-container2{
position:fixed;
bottom:25px;
right:25px;
display:flex;
align-items:center;
gap:10px;
z-index:999;
}

.cartel2{
background:white;
color:#333;
padding:10px 14px;
border-radius:8px;
font-size:14px;
box-shadow:0 5px 15px rgba(0,0,0,.2);

  /* Estado inicial: oculto y pequeño */
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease; /* Hace que se "expanda" suavemente */
}

.whatsapp-container2:hover .cartel2 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.mail-container1{
position:fixed;
bottom:100px;
right:25px;
display:flex;
align-items:center;
gap:10px;
z-index:999;
}

.cartel1{
background:white;
color:#333;
padding:10px 14px;
border-radius:8px;
font-size:14px;
box-shadow:0 5px 15px rgba(0,0,0,.2);
  
  /* Estado inicial: oculto y pequeño */
  visibility: hidden;
  opacity: 0;
  transform: scale(0.8);
  transition: all 0.3s ease; /* Hace que se "expanda" suavemente */
}

.mail-container1:hover .cartel1 {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.whatsapp-btn{
background:#39aa35;
padding:14px;
border-radius:50%;
box-shadow:0 5px 15px rgba(0, 0, 0, 0.3);
display:flex;
}

.mail-btn{
background:#2460cf;
padding:14px;
border-radius:50%;
box-shadow:0 5px 15px rgba(0,0,0,.3);
display:flex;
}
.mail-btn img{
width:28px;
}


.whatsapp-btn img{
width:28px;
}

.fondo-cont{
  background:#0b0b0bce;
  color:#e5e7eb;
}

.fondo-cont{
  background:#0b0b0bce;
  color:#e5e7eb;
  border-bottom:3px solid #e11d2e;
}

.fondo-nost{
  background:#0b0b0bce;
  color:#e5e7eb;
}


.footer{
  padding:40px;
  margin:0px 0px 0px 0px;
}

.phone-cont{
  display: inline-block;
  
}

.mail-cont{
  display: inline-block;
  
}

.acc-cont{
  border-bottom: #f50202;
}