<style>
  /* Contenedor principal del banner (estilo de post de Instagram) */
  .marketing-post-banner {
    width: 300px; /* Tamaño del post, ajustable */
    height: 300px;
    background: linear-gradient(135deg, #7c3aed 0%, #312e81 100%); /* Gradiente púrpura/azul vibrante */
    border-radius: 12px;
    padding: 15px;
    color: white;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
    z-index: 1;
  }

  /* Patrón de puntos sutiles como pseudo-elemento */
  .marketing-post-banner::before {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-image: radial-gradient(circle, rgba(204, 204, 204, 0.3) 1px, transparent 1px);
    background-size: 15px 15px; /* Densidad de puntos */
    z-index: 0;
    opacity: 0.5;
  }

  /* Subtítulo superior ("diseño web") */
  .banner-sub-title {
    position: absolute;
    top: 10px; right: 10px;
    font-size: 10px;
    color: white;
    z-index: 2;
    opacity: 0.8;
  }

  /* Contenedor de contenido principal */
  .banner-content-wrapper {
    display: flex;
    align-items: center;
    height: calc(100% - 30px); /* Ajuste de altura */
    z-index: 2;
    position: relative;
  }

  /* Columna de texto a la izquierda */
  .banner-text-col {
    width: 60%;
    padding-left: 5px;
  }

  /* Título principal con colores específicos */
  .banner-main-title {
    font-size: 24px;
    margin-top: 0; margin-bottom: 10px;
    line-height: 1.1;
    font-weight: bold;
  }
  .mkt-title-part { color: #fbbf24; } /* Amarillo */
  .dig-title-part { color: #a3e635; } /* Verde */

  /* Lista de servicios */
  .banner-services-list {
    list-style: none;
    padding: 0; margin: 0;
    font-size: 12px;
    color: white;
  }
  .banner-services-list li {
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
  }
  .banner-services-list li::before {
    content: "●"; /* Viñeta redonda blanca */
    color: white;
    position: absolute;
    left: 0; top: -1px;
    font-size: 8px;
  }

  /* Botón de CTA ("EMPIEZA AHORA") */
  .banner-cta-button {
    background-color: #fbbf24;
    color: #111827;
    border: none;
    padding: 8px 16px;
    font-size: 12px;
    font-weight: bold;
    border-radius: 20px;
    margin-top: 15px;
    cursor: pointer;
    display: inline-block;
    text-decoration: none; /* Evitar subrayado si es un enlace */
  }

  /* Columna de gráficos a la derecha */
  .banner-graphics-col {
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  /* Contenedor para la superposición de gráficos */
  .graphics-overlay-composite {
    position: relative;
    width: 120px; height: 120px; /* Tamaño base para posicionar relativo */
  }

  /* Estilo base para todas las imágenes gráficas */
  .graphic-item-img {
    position: absolute;
    user-select: none; /* Evitar que el usuario la seleccione */
  }

  /* Apretón de manos */
  .img-handshake {
    width: 90px;
    top: 20px; left: -10px;
    z-index: 1; /* Orden de superposición: detrás del logo */
  }

  /* Contenedor del logo */
  .logo-wrapper-container {
    width: 45px; height: 45px;
    top: calc(50% - 22.5px); left: calc(50% - 22.5px);
    z-index: 3; /* Delante del apretón de manos */
    border-radius: 50%;
    background: white; /* Fondo blanco para el logo circular */
    display: flex; justify-content: center; align-items: center;
    overflow: hidden;
    border: 2px solid #ccc;
  }
  .img-logo {
    width: 80%;
  }

  /* Megáfono */
  .img-megaphone {
    width: 65px;
    bottom: 5px; right: -25px;
    z-index: 4; /* Delante del logo */
    transform: rotate(-15deg);
  }

  /* Emoji con estrellas */
  .img-emoji {
    width: 65px;
    bottom: -15px; left: 15px;
    z-index: 5; /* Muy al frente */
  }

  /* Chispas (usaré caracteres de texto para simplicidad) */
  .sparkle-char-graphic {
    position: absolute;
    font-size: 20px;
    color: gold;
    z-index: 6; /* Al frente de todo */
  }
  .sparkle-char-1 { top: 10px; right: -10px; transform: rotate(45deg); }
  .sparkle-char-2 { bottom: 20px; right: 10px; }

  /* Nombre de usuario en la parte inferior */
  .banner-user-tag {
    position: absolute;
    bottom: 10px; left: 15px;
    font-size: 14px;
    font-weight: bold;
    color: white;
    margin: 0;
    z-index: 2;
  }
</style>

<div class="marketing-post-banner">
  <span class="banner-sub-title">diseño web</span>

  <div class="banner-content-wrapper">
    <div class="banner-text-col">
      <h1 class="banner-main-title">
        <span class="mkt-title-part">Marketing</span><br>
        <span class="dig-title-part">Digital</span>
      </h1>
      <ul class="banner-services-list">
        <li>Estrategia de Marketing Digital</li>
        <li>Gestión de Redes Sociales</li>
        <li>SEO (Optimización para Motores de Búsqueda)</li>
      </ul>
      <a href="#" class="banner-cta-button">EMPIEZA AHORA</a>
    </div>

    <div class="banner-graphics-col">
      <div class="graphics-overlay-composite">
        <img src="file:///D:/ENTRADA%203/CODE/SaveGram.App_491442597_17895842250197174_5284958241750896386_n.webp" alt="Imagen de apretón de manos">

        <div class="logo-wrapper-container">
            <img src="https://via.placeholder.com/40x40/ccc/fff?text=Logo" class="img-logo" alt="Logo Websitesaamo">
        </div>

        <img src="file:///D:/ENTRADA%203/CODE/SaveGram.App_491442597_17895842250197174_5284958241750896386_n.webp" alt="Imagen de megáfono">

        <div class="graphic-item-img img-emoji" style="display:flex; justify-content:center; align-items:center; font-size:32px; background:#fbbf24; border-radius:50%; box-shadow: 0 2px 4px rgba(0,0,0,0.2);">🤩</div>

        <span class="sparkle-char-graphic sparkle-char-1">✦</span>
        <span class="sparkle-char-graphic sparkle-char-2">✦</span>
      </div>
    </div>
  </div>

  <p class="banner-user-tag">@websitesaamo.</p>
</div>

2

$ 900.000

Category:
Read more

PLUS BUSINESS

Original price was: $ 900.000.Current price is: $ 850.000.

Read more

Plan Básico

Original price was: $ 600.000.Current price is: $ 550.000.

Read more

Mantenimiento sitio web

Original price was: $ 300.000.Current price is: $ 250.000.

Read more

New Arrivals

Etiam rhoncus maecenas tempus tellus eget condimentum rhoncu ipsu quam nunc blandit vel luctus pulvinar hendrerit lorem. Donec vitae sapien ut libero venenatis faucibus.

Learn more

Leave a Reply

Your email address will not be published. Required fields are marked *