.elementor-3774 .elementor-element.elementor-element-be1ad21{--display:flex;--margin-top:190px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-3774 .elementor-element.elementor-element-183ba0c{text-align:center;}.elementor-3774 .elementor-element.elementor-element-183ba0c .elementor-heading-title{color:var( --e-global-color-motors_filter_text_secondary );}.elementor-3774 .elementor-element.elementor-element-04acbcd{text-align:center;}.elementor-3774 .elementor-element.elementor-element-04acbcd .elementor-heading-title{color:#8E949E;}.elementor-3774 .elementor-element.elementor-element-a613b63{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-3774 .elementor-element.elementor-element-be1ad21{--min-height:0px;--margin-top:180px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-3774 .elementor-element.elementor-element-a613b63{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-a613b63 *//* =========================================
     DISEÑO CORPORATIVO PREMIUM - HM&C MOTORS
     ========================================= */
  
  .contenedor-ejecutivos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    padding: 30px 10px;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
  }

  /* La Tarjeta */
  .tarjeta-ejecutivo {
    background: #ffffff;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    /* Ajuste Mobile: Se adapta al 100% de la pantalla hasta un máximo de 290px */
    width: 100%; 
    max-width: 290px; 
    padding: 35px 25px;
    text-align: center;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .tarjeta-ejecutivo:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    border-color: #d4af37;
  }

  /* Contenedor de la Foto */
  .foto-contenedor {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(135deg, #d4af37 0%, #f3e5ab 100%);
    margin-bottom: 20px;
    transition: all 0.3s ease;
  }

  .foto-contenedor img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #ffffff;
  }

  /* Tipografía */
  .nombre-ejecutivo {
    font-size: 20px;
    font-weight: 700;
    color: #111111;
    margin: 0 0 4px 0;
    letter-spacing: -0.5px;
  }

  .cargo-ejecutivo {
    font-size: 11px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 15px;
  }

  .descripcion-ejecutivo {
    font-size: 13px;
    color: #555555;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
  }

  /* Botones Corporativos */
  .botones-contacto {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .btn-contacto {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
  }

  .btn-email {
    background-color: #1a1a1a;
    color: #ffffff !important;
    border: 1px solid #1a1a1a;
  }

  .btn-email:hover {
    background-color: #333333;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  }

  .btn-llamar {
    background-color: transparent;
    color: #1a1a1a !important;
    border: 1px solid #cccccc;
  }

  .btn-llamar:hover {
    border-color: #d4af37;
    color: #b8962e !important;
    background-color: #fdfbf7;
  }

  /* =========================================
     AJUSTES ESPECÍFICOS PARA MÓVILES (SMARTPHONES)
     ========================================= */
  @media (max-width: 768px) {
    .contenedor-ejecutivos {
      gap: 20px; /* Menos espacio entre tarjetas en móvil */
      padding: 15px 5px;
    }
    
    .tarjeta-ejecutivo {
      padding: 25px 15px; /* Tarjeta un poco más compacta */
    }
    
    .foto-contenedor {
      width: 120px; /* Foto un poco más pequeña para ahorrar espacio */
      height: 120px;
    }
    
    .nombre-ejecutivo {
      font-size: 18px;
    }
    
    .descripcion-ejecutivo {
      font-size: 12px;
      margin-bottom: 20px;
    }
  }/* End custom CSS */