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

body {
  font-family: 'Inter', sans-serif;
  background-color: #111;
  color: #fff;
}

.topbar {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 30px;
  flex-wrap: wrap;
}

.logo img {
  height: 70px;
}

.contact-info {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.contact-info span {
  font-size: 15px;
  color: #eee;
}

.btn-contacto {
  background-color: #e52055;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
}

.hero {
  background: url('fondo.jpg') center center/cover no-repeat;
  padding: 150px 20px;
  text-align: center;
  position: relative;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.hero-texto {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: auto;
}

.hero h1 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero p {
  font-size: 18px;
  margin-bottom: 30px;
}

.botones a {
  display: inline-block;
  padding: 12px 30px;
  margin: 0 10px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}

.btn-amarillo {
  background-color: #ffc400;
  color: #000;
}

.btn-magenta {
  background-color: #e52055;
  color: #fff;
}

.aviso {
  position: absolute;
  left: 20px;
  bottom: 20px;
  background-color: #e52055;
  color: #fff;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 6px;
  z-index: 2;
}


.servicios {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 80px 20px;
  background-color: #fff;
  color: #111;
  text-align: center;
}

.card {
  max-width: 300px;
  padding: 30px 20px;
  background-color: #f7f7f7;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}

.icono {
  font-size: 48px;
  color: #e52055;
  margin-bottom: 20px;
}
.pagos {
  background-color: #fff;
  padding: 20px 20px;
  text-align: center;
}

.pagos img {
  width: 300px;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.datos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 20px 20px;
  background-color: #f9f9f9;
  color: #0e2c47;
  text-align: center;
}

.dato {
  min-width: 120px;
}

.dato h2 {
  font-size: 42px;
  color: #0e2c47;
  margin-bottom: 10px;
}

.dato p {
  font-size: 16px;
}
.nuestros-servicios {
  padding: 80px 20px;
  text-align: center;
  background-color: #fff;
  color: #111;
}

.nuestros-servicios h2 {
  font-size: 36px;
  margin-bottom: 50px;
}

.servicios-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.card-servicio {
  background-color: #f6f6f6;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0,0,0,0.05);
  padding: 20px;
  max-width: 300px;
  text-align: center;
}

.img-servicio {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}
.trabajemos {
  background: url('fondo.jpg') center center/cover no-repeat;
  padding: 100px 20px;
  position: relative;
  text-align: center;
  color: #fff;
}

.trabajemos::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.contenido-trabajemos {
  position: relative;
  z-index: 2;
}

.trabajemos h2 {
  font-size: 36px;
  margin-bottom: 20px;
}

.btn-contactar {
  background-color: #ffc400;
  color: #000;
  padding: 12px 30px;
  font-size: 18px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
}
.faq {
  background-color: #f9f9f9;
  padding: 80px 20px;
  text-align: center;
  color: #111;
}

.faq h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

.faq details {
  max-width: 700px;
  margin: 10px auto;
  background: #f1f1f1;
  border-radius: 8px;
  padding: 15px 20px;
  cursor: pointer;
  border: 1px solid #ddd;
}

.faq summary {
  font-weight: bold;
  color: #0e2c47;
  font-size: 18px;
}

.faq p {
  margin-top: 10px;
  font-size: 16px;
  color: #333;
}
.footer-final {
  background-color: #000000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 15px;
}

.btn-wsp {
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: #ffc400;
  color: #000;
  font-size: 26px;
  border-radius: 50%;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  text-decoration: none;
}

.btn-urgencia {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background-color: #e52055;
  color: #fff;
  padding: 12px 20px 12px 18px;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  font-weight: bold;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  gap: 8px;
}

.btn-urgencia i {
  font-size: 18px;
}