Elementor #2785

				
					
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Tarot Expres - Reconstrucción</title>
<style>
  /* Reset y tipografía */
  * {
    box-sizing: border-box;
  }
  body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin:0; padding:0;
    background: #fff;
    color: #2c2c56;
  }
  a {
    text-decoration: none;
    color: inherit;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  button {
    cursor: pointer;
  }
  
  /* Contenedor global */
  .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px;
  }

  /* Header */
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 10px;
  }
  .logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .logo .icon {
    font-size: 32px;
    color: #d9a52d; /* dorado */
  }
  .logo h1 {
    font-weight: 700;
    font-size: 28px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .logo h1 span.expres {
    color: #d9a52d;
    font-weight: 600;
  }
  .logo small {
    display: block;
    font-size: 12px;
    color: #6a6a99;
    font-weight: 500;
    margin-left: 36px;
    margin-top: -4px;
  }

  /* Nav */
  nav {
    display: flex;
    gap: 24px;
    font-weight: 600;
    font-size: 14px;
  }
  nav a {
    color: #3a3a68;
    position: relative;
    padding-bottom: 4px;
  }
  nav a.active,
  nav a:hover {
    color: #4b26a8;
    font-weight: 700;
  }
  nav a.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #4b26a8;
    border-radius: 10px 10px 0 0;
  }

  /* WhatsApp icon */
  .whatsapp-btn {
    display: flex;
    align-items: center;
    background: transparent;
    border: 2px solid #4caf50;
    border-radius: 30px;
    color: #4caf50;
    font-weight: 600;
    font-size: 14px;
    padding: 4px 16px;
    gap: 8px;
    transition: background-color 0.3s, color 0.3s;
  }
  .whatsapp-btn svg {
    width: 20px;
    height: 20px;
  }
  .whatsapp-btn:hover {
    background-color: #4caf50;
    color: #fff;
  }

  /* Hero section */
  .hero {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 20px;
    align-items: center;
  }
  .hero-text {
    flex: 1 1 460px;
  }
  .hero-text h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 6px;
    line-height: 1.2;
  }
  .hero-text h2 .highlight {
    color: #5534a5;
    font-weight: 900;
  }
  .hero-text p {
    font-size: 15px;
    color: #595978;
    margin-bottom: 22px;
    max-width: 410px;
    line-height: 1.5;
  }

  /* Icons row - usos (Amor, Trabajo...) */
  .uses
				
			
Scroll al inicio