
.simulador-seo {
  max-width: 900px;
  margin: 50px auto;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.simulador-seo h2 {
  font-size: 28px;
  margin-bottom: 8px;
  color: #222;
}

.simulador-seo p {
  color: #555;
  margin: 0;
}

.bloque-input {
  margin: 25px 0;
}

.bloque-input label {
  font-weight: 600;
}

.bloque-input select {
  padding: 10px 14px;
  margin-left: 10px;
  border-radius: 8px;
  border: 1px solid #ccc;
}

#inversion {
  width: 100%;
  accent-color: #f7a300;
  margin-top: 10px;
}

.bloque-input p {
  margin-top: 6px;
  font-size: 17px;
  color: #f7a300;
  font-weight: 600;
}

.resultados {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 25px;
}

.card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  flex: 1 1 250px;
  transition: transform .3s ease, box-shadow .3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

.card h3 {
  color: #333;
  font-size: 18px;
  margin-bottom: 8px;
}

.card p {
  font-size: 26px;
  font-weight: 700;
}

#alcance { color: #f7a300; }
#seguidores { color: #2e7d32; }
#contactos { color: #1976d2; }

.nota {
  margin-top: 20px;
  color: #777;
  font-size: 13px;
  line-height: 1.5;
}

.btn-simulador {
  display: inline-block;
  margin-top: 28px;
  padding: 14px 28px;
  background: #f7a300;
  color: #fff;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-simulador:hover {
	color: #fff;
  background: #d88800;
}

/* estilos de las tarjetas de planes servicio marketing en gastronómia */

.pricing-widget {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 25px;
  max-width: 780px;
  margin: 40px auto;
  padding: 30px;
  font-family: 'Poppins', sans-serif;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

.plan-info {
  flex: 1;
}

.plan-info h3 {
  font-size: 22px;
  color: #8F8F8F;
  margin-bottom: 8px;
}

.plan-info .price {
  font-size: 36px;
  font-weight: 700;
  color: #FFAD1F;
  margin: 0;
}

.plan-info .price span {
  font-size: 16px;
  font-weight: 400;
  color: #555;
}

.plan-info .description {
  margin: 10px 0 20px;
  color: #555;
  line-height: 1.6;
}

.btn-primary {
  background: #2BAD49;
  color: #fff;
  padding: 12px 22px;
  border-radius: 35px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-primary:hover {
  background: #088508;
	color:#fff !important;
}

.btn-primary .btn-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: inline-block;
}


.features-box {
  flex: 1;
  background: #FFE7CF;
  padding: 20px 25px;
  border-radius: 10px;
}

.features-box h4 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #111;
}

.features-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.features-box li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #333;
  font-weight: 500;
}

.features-box .check {
  display: inline-block;
  color: #007BFF;
  margin-right: 10px;
  font-size: 16px;
}

/* Responsive */
@media (max-width: 700px) {
  .pricing-widget {
    flex-direction: column;
    text-align: center;
  }
  .features-box {
    text-align: left;
  }
}

/* boton fijo de hablar con un experto */

/* === WIDGET FIJO === */
.widget-experto {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 9999;
  font-family: 'Poppins', sans-serif;
}

/* === CONTENEDOR SEMITRANSPARENTE === */
.contenedor-fondo {
  position: absolute;
  inset: -10px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 60px;
  backdrop-filter: blur(3px);
  z-index: -1;
}

/* === BOTÓN === */
.btn-experto {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #25D366;
  color: #fff;
  padding: 14px 20px;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(37,211,102,0.4);
  animation: zoomLoop 2.2s infinite ease-in-out;
  transition: transform 0.3s ease;
}

.btn-experto:hover {
  transform: scale(1.05);
  background: #0CAD4F;
}

.icono-img {
  width: 42px !important;
  height: 42px !important;
  border-radius: 50% !important;
  object-fit: cover;
  border: 2px solid #fff;
  flex-shrink: 0;
  display: block;
  overflow: hidden;
}

.texto strong {
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.texto span {
  font-size: 13px;
  opacity: 0.9;
}

.btn-experto:focus,
.btn-experto:active {
  outline: none !important;
  box-shadow: none !important;
  color: #fff !important; /* mantiene el texto blanco */
}


@keyframes zoomLoop {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.07); }
}

/* === RESPONSIVE === */
@media (max-width: 600px) {
  .btn-experto {
    padding: 12px 16px;
  }
  .texto strong { font-size: 14px; }
  .texto span { font-size: 12px; }
}

/* diseño del formulario de contrato plan servicio restaurantes */

/* Fondo del modal */
.modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

/* Estado activo (visible) */
.modal.activo {
  opacity: 1;
  visibility: visible;
}

/* Contenedor principal del formulario */
.modal-contenido {
  background: #ffffff;
  border-radius: 18px;
  width: 100%;
  max-width: 460px;
  padding: 35px 32px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
  transform: translateY(80px);
  opacity: 0;
  transition: transform 0.45s ease, opacity 0.45s ease;
  position: relative;
  text-align: left;
}

/* Animación suave de entrada */
.modal.activo .modal-contenido {
  transform: translateY(0);
  opacity: 1;
}

/* Botón de cierre */
.cerrar {
  position: absolute;
  right: 18px;
  top: 12px;
  font-size: 22px;
  font-weight: 600;
  cursor: pointer;
  color: #444;
  transition: color 0.2s ease;
}
.cerrar:hover {
  color: #f7a300;
}

/* Título */
.modal-contenido h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  color: #222;
  font-weight: 600;
}

/* Formularios */
.modal form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.modal label {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

/* Alinear checkbox + texto en una sola línea */
.modal label.terminos {
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
  margin-top: 5px;
}

/* Ajustar checkbox visualmente */
.modal label.terminos input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 0;
}

.modal input,
.modal select {
  width: 100%;
  padding: 12px 10px;
  margin-top: 6px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #222;
  outline: none;
  transition: border 0.2s ease;
}

.modal input:focus,
.modal select:focus {
  border-color: #f7a300;
}

/* Checkbox */
.modal input[type="checkbox"] {
  width: auto;
  margin-right: 6px;
}

.modal a {
  color: #f7a300;
  text-decoration: none;
  font-weight: 500;
}

.modal a:hover {
  text-decoration: underline;
}

/* Botón enviar */
.btn-enviar {
  background: #f7a300;
  color: #fff;
  font-weight: 600;
  padding: 14px;
  width: 100%;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}
.btn-enviar:hover {
  background: #e69500;
  transform: translateY(-1px);
}

/* Responsivo */
@media (max-width: 480px) {
  .modal-contenido {
    padding: 25px 20px;
    max-width: 90%;
  }
  .modal-contenido h3 {
    font-size: 20px;
  }
}

